sag_components 2.0.0-beta257 → 2.0.0-beta259
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +43 -36
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +43 -36
- package/dist/index.js.map +1 -1
- package/dist/types/components/Table/data.d.ts +9 -0
- package/package.json +1 -1
|
@@ -202,6 +202,7 @@ export const supplierColumns: ({
|
|
|
202
202
|
freeTextFilter?: undefined;
|
|
203
203
|
tagConfig?: undefined;
|
|
204
204
|
rangeFilter?: undefined;
|
|
205
|
+
disable?: undefined;
|
|
205
206
|
tooltipText?: undefined;
|
|
206
207
|
} | {
|
|
207
208
|
key: string;
|
|
@@ -217,6 +218,7 @@ export const supplierColumns: ({
|
|
|
217
218
|
freeTextFilter?: undefined;
|
|
218
219
|
tagConfig?: undefined;
|
|
219
220
|
rangeFilter?: undefined;
|
|
221
|
+
disable?: undefined;
|
|
220
222
|
tooltipText?: undefined;
|
|
221
223
|
} | {
|
|
222
224
|
key: string;
|
|
@@ -235,6 +237,7 @@ export const supplierColumns: ({
|
|
|
235
237
|
filterOptions?: undefined;
|
|
236
238
|
tagConfig?: undefined;
|
|
237
239
|
rangeFilter?: undefined;
|
|
240
|
+
disable?: undefined;
|
|
238
241
|
tooltipText?: undefined;
|
|
239
242
|
} | {
|
|
240
243
|
key: string;
|
|
@@ -250,6 +253,7 @@ export const supplierColumns: ({
|
|
|
250
253
|
freeTextFilter?: undefined;
|
|
251
254
|
tagConfig?: undefined;
|
|
252
255
|
rangeFilter?: undefined;
|
|
256
|
+
disable?: undefined;
|
|
253
257
|
tooltipText?: undefined;
|
|
254
258
|
} | {
|
|
255
259
|
key: string;
|
|
@@ -298,6 +302,7 @@ export const supplierColumns: ({
|
|
|
298
302
|
sortOptions?: undefined;
|
|
299
303
|
freeTextFilter?: undefined;
|
|
300
304
|
rangeFilter?: undefined;
|
|
305
|
+
disable?: undefined;
|
|
301
306
|
tooltipText?: undefined;
|
|
302
307
|
} | {
|
|
303
308
|
key: string;
|
|
@@ -316,6 +321,7 @@ export const supplierColumns: ({
|
|
|
316
321
|
filterOptions?: undefined;
|
|
317
322
|
freeTextFilter?: undefined;
|
|
318
323
|
tagConfig?: undefined;
|
|
324
|
+
disable?: undefined;
|
|
319
325
|
tooltipText?: undefined;
|
|
320
326
|
} | {
|
|
321
327
|
key: string;
|
|
@@ -331,6 +337,7 @@ export const supplierColumns: ({
|
|
|
331
337
|
freeTextFilter?: undefined;
|
|
332
338
|
tagConfig?: undefined;
|
|
333
339
|
rangeFilter?: undefined;
|
|
340
|
+
disable?: undefined;
|
|
334
341
|
tooltipText?: undefined;
|
|
335
342
|
} | {
|
|
336
343
|
key: string;
|
|
@@ -338,6 +345,7 @@ export const supplierColumns: ({
|
|
|
338
345
|
filter: boolean;
|
|
339
346
|
sort: boolean;
|
|
340
347
|
checkBox: boolean;
|
|
348
|
+
disable: boolean;
|
|
341
349
|
fieldType: string;
|
|
342
350
|
minWidth: string;
|
|
343
351
|
maxWidth: string;
|
|
@@ -365,6 +373,7 @@ export const supplierColumns: ({
|
|
|
365
373
|
freeTextFilter?: undefined;
|
|
366
374
|
tagConfig?: undefined;
|
|
367
375
|
rangeFilter?: undefined;
|
|
376
|
+
disable?: undefined;
|
|
368
377
|
})[];
|
|
369
378
|
export const supplierData: ({
|
|
370
379
|
Status: string;
|