Commit db93bb4b authored by Dida Adams Arizona's avatar Dida Adams Arizona

Merge branch 'GGMAC' into 'master'

update exports

See merge request !1536
parents 2b2d1289 ceac806f
...@@ -3,7 +3,7 @@ import React from 'react'; ...@@ -3,7 +3,7 @@ import React from 'react';
var mainColor = "#fff" var mainColor = "#fff"
var secondColor = "#f6f6f6" var secondColor = "#f6f6f6"
exports.customTable = function () { export function customTable() {
return { return {
typography: { typography: {
useNextVariants: true, useNextVariants: true,
...@@ -230,7 +230,7 @@ exports.customTable = function () { ...@@ -230,7 +230,7 @@ exports.customTable = function () {
} }
} }
exports.customTable2 = function () { export function customTable2() {
return { return {
typography: { typography: {
useNextVariants: true, useNextVariants: true,
...@@ -347,7 +347,7 @@ exports.customTable2 = function () { ...@@ -347,7 +347,7 @@ exports.customTable2 = function () {
} }
} }
exports.customTable3 = function () { export function customTable3() {
return { return {
typography: { typography: {
useNextVariants: true, useNextVariants: true,
...@@ -484,7 +484,7 @@ exports.customTable3 = function () { ...@@ -484,7 +484,7 @@ exports.customTable3 = function () {
} }
} }
exports.customTable4 = function () { export function customTable4() {
return { return {
typography: { typography: {
useNextVariants: true, useNextVariants: true,
...@@ -622,7 +622,7 @@ exports.customTable4 = function () { ...@@ -622,7 +622,7 @@ exports.customTable4 = function () {
} }
} }
exports.customOptions = function () { export function customOptions() {
return { return {
// selectableRows: false, // selectableRows: false,
selectableRows: 'none', selectableRows: 'none',
...@@ -639,7 +639,7 @@ exports.customOptions = function () { ...@@ -639,7 +639,7 @@ exports.customOptions = function () {
} }
} }
exports.customOptions2 = function () { export function customOptions2() {
return { return {
// selectableRows: false, // selectableRows: false,
selectableRows: 'none', selectableRows: 'none',
...@@ -653,7 +653,7 @@ exports.customOptions2 = function () { ...@@ -653,7 +653,7 @@ exports.customOptions2 = function () {
} }
} }
exports.customOptionsFixedColumn = function () { export function customOptionsFixedColumn() {
return { return {
// selectableRows: false, // selectableRows: false,
selectableRows: 'none', selectableRows: 'none',
...@@ -671,7 +671,7 @@ exports.customOptionsFixedColumn = function () { ...@@ -671,7 +671,7 @@ exports.customOptionsFixedColumn = function () {
} }
} }
exports.customOptionsManagementDocument = function () { export function customOptionsManagementDocument() {
return { return {
// selectableRows: false, // selectableRows: false,
selectableRows: 'none', selectableRows: 'none',
...@@ -688,7 +688,7 @@ exports.customOptionsManagementDocument = function () { ...@@ -688,7 +688,7 @@ exports.customOptionsManagementDocument = function () {
} }
} }
exports.customOptionsFixedColumnMonitoring = function () { export function customOptionsFixedColumnMonitoring() {
return { return {
selectableRows: false, selectableRows: false,
selectableRows: 'none', selectableRows: 'none',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment