@myunisoft/design-system 0.35.4-MYUN-31957d → 0.35.4-MYUN-32704-0

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.
@@ -0,0 +1,3555 @@
1
+ declare module '@myunisoft/design-system/src/assets/I18n/index' {
2
+ export default i18n;
3
+ import i18n from 'i18next';
4
+
5
+ }
6
+ declare module '@myunisoft/design-system/src/assets/I18n/locales/en' {
7
+ namespace _default {
8
+ namespace attachments {
9
+ let error: string;
10
+ }
11
+ namespace autocomplete {
12
+ let createOption: string;
13
+ }
14
+ namespace common {
15
+ export let addRow: string;
16
+ export let cancel: string;
17
+ let _export: string;
18
+ export { _export as export };
19
+ let _import: string;
20
+ export { _import as import };
21
+ export let loading: string;
22
+ export let loading2: string;
23
+ export let or: string;
24
+ export let outOf: string;
25
+ export let save: string;
26
+ export let select: string;
27
+ export let selectedCount: string;
28
+ export let submit: string;
29
+ export let to: string;
30
+ export let noResult: string;
31
+ export let search: string;
32
+ export let all: string;
33
+ export let edit: string;
34
+ let _delete: string;
35
+ export { _delete as delete };
36
+ }
37
+ namespace columnsSetting {
38
+ let title: string;
39
+ let subtitle: string;
40
+ namespace columns {
41
+ let display: string;
42
+ let columnName: string;
43
+ let filterable: string;
44
+ }
45
+ let addColumn: string;
46
+ }
47
+ namespace dashboard {
48
+ namespace ba {
49
+ let linkTo: string;
50
+ let wallets: string;
51
+ }
52
+ }
53
+ namespace exportDialog {
54
+ let title_1: string;
55
+ export { title_1 as title };
56
+ export let legend: string;
57
+ export let exportButton: string;
58
+ export let errorMessage: string;
59
+ }
60
+ namespace filesDropperDialog {
61
+ export let dropbox: string;
62
+ let _import_1: string;
63
+ export { _import_1 as import };
64
+ export let scan: string;
65
+ export let infoScanDPI: string;
66
+ export let fromExplorer: string;
67
+ export let limit: string;
68
+ }
69
+ namespace tooltips {
70
+ let cancel_1: string;
71
+ export { cancel_1 as cancel };
72
+ let _delete_1: string;
73
+ export { _delete_1 as delete };
74
+ let edit_1: string;
75
+ export { edit_1 as edit };
76
+ let save_1: string;
77
+ export { save_1 as save };
78
+ }
79
+ namespace validation {
80
+ namespace errors {
81
+ let datePeriodInvalid: string;
82
+ let empty: string;
83
+ let invalidDate: string;
84
+ let lessOrEqualThan: string;
85
+ let moreOrEqualThan: string;
86
+ let negativeValue: string;
87
+ }
88
+ }
89
+ namespace virtualTable {
90
+ namespace searchBar {
91
+ let placeholder: string;
92
+ }
93
+ namespace uploadDialog {
94
+ let filesListTitle: string;
95
+ }
96
+ }
97
+ }
98
+ export default _default;
99
+
100
+ }
101
+ declare module '@myunisoft/design-system/src/assets/I18n/locales/fr' {
102
+ namespace _default {
103
+ namespace attachments {
104
+ let error: string;
105
+ }
106
+ namespace autocomplete {
107
+ let createOption: string;
108
+ }
109
+ namespace common {
110
+ export let addRow: string;
111
+ export let cancel: string;
112
+ let _export: string;
113
+ export { _export as export };
114
+ let _import: string;
115
+ export { _import as import };
116
+ export let loading: string;
117
+ export let loading2: string;
118
+ export let or: string;
119
+ export let outOf: string;
120
+ export let save: string;
121
+ export let select: string;
122
+ export let selectedCount: string;
123
+ export let submit: string;
124
+ export let to: string;
125
+ export let noResult: string;
126
+ export let search: string;
127
+ export let all: string;
128
+ export let edit: string;
129
+ let _delete: string;
130
+ export { _delete as delete };
131
+ }
132
+ namespace columnsSetting {
133
+ let title: string;
134
+ let subtitle: string;
135
+ namespace columns {
136
+ let display: string;
137
+ let columnName: string;
138
+ let filterable: string;
139
+ }
140
+ let addColumn: string;
141
+ }
142
+ namespace dashboard {
143
+ namespace ba {
144
+ let linkTo: string;
145
+ let wallets: string;
146
+ }
147
+ }
148
+ namespace exportDialog {
149
+ let title_1: string;
150
+ export { title_1 as title };
151
+ export let legend: string;
152
+ export let exportButton: string;
153
+ export let errorMessage: string;
154
+ }
155
+ namespace filesDropperDialog {
156
+ export let dropbox: string;
157
+ let _import_1: string;
158
+ export { _import_1 as import };
159
+ export let scan: string;
160
+ export let infoScanDPI: string;
161
+ export let fromExplorer: string;
162
+ export let limit: string;
163
+ }
164
+ namespace tooltips {
165
+ let cancel_1: string;
166
+ export { cancel_1 as cancel };
167
+ let _delete_1: string;
168
+ export { _delete_1 as delete };
169
+ let edit_1: string;
170
+ export { edit_1 as edit };
171
+ let save_1: string;
172
+ export { save_1 as save };
173
+ }
174
+ namespace validation {
175
+ namespace errors {
176
+ let datePeriodInvalid: string;
177
+ let empty: string;
178
+ let invalidDate: string;
179
+ let lessOrEqualThan: string;
180
+ let moreOrEqualThan: string;
181
+ let negativeValue: string;
182
+ }
183
+ }
184
+ namespace virtualTable {
185
+ namespace searchBar {
186
+ let placeholder: string;
187
+ }
188
+ namespace uploadDialog {
189
+ let filesListTitle: string;
190
+ }
191
+ }
192
+ }
193
+ export default _default;
194
+
195
+ }
196
+ declare module '@myunisoft/design-system/src/assets/theme/index' {
197
+ export default theme;
198
+ const theme: import("@mui/material/styles").Theme;
199
+
200
+ }
201
+ declare module '@myunisoft/design-system/src/assets/theme/styles' {
202
+ export function borderInputStyles({ palette }: {
203
+ palette: any;
204
+ }): {
205
+ focusedInputBorder: {
206
+ border: string;
207
+ 'background-color': string;
208
+ };
209
+ underlineBorder: {
210
+ '&:before': {
211
+ 'border-bottom': string;
212
+ };
213
+ '&&&&:hover:before': {
214
+ 'border-bottom': string;
215
+ };
216
+ };
217
+ };
218
+ export namespace InputLabelNoWrap {
219
+ namespace inputLabelRootOverride {
220
+ let whiteSpace: string;
221
+ let fontSize: number;
222
+ }
223
+ }
224
+ export function smallButtonNoPadding(): {
225
+ noPadding: {
226
+ padding: string;
227
+ minHeight: string;
228
+ minWidth: string;
229
+ };
230
+ };
231
+ export const changeDialogStyle: (props?: any) => import("@mui/styles").ClassNameMap<"content" | "button" | "footer" | "buttonValidate">;
232
+
233
+ }
234
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Results/SearchBar/index' {
235
+ export default SearchBar;
236
+ function SearchBar({ value, setValue, onChange }: {
237
+ value: any;
238
+ setValue: any;
239
+ onChange: any;
240
+ }): import("react/jsx-runtime").JSX.Element;
241
+ namespace SearchBar {
242
+ namespace propTypes {
243
+ let value: PropTypes.Requireable<string>;
244
+ let setValue: PropTypes.Validator<(...args: any[]) => any>;
245
+ let onChange: PropTypes.Requireable<(...args: any[]) => any>;
246
+ }
247
+ }
248
+ import PropTypes from 'prop-types';
249
+
250
+ }
251
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Results/SearchBar/styles' {
252
+ export default useStyles;
253
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"closeIcon" | "inputContainer" | "searchIcon" | "inputSearch">;
254
+
255
+ }
256
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/MyAutoCompleteSuggestListScrollBar' {
257
+ export default MyAutoCompleteSuggestListScrollBar;
258
+ function MyAutoCompleteSuggestListScrollBar({ listLength, numberOfItemDisplayed, changeListData, setCurrentPositionYRef, setStartIndexListDisplayedRef, startIndexListDisplayed, suggestListHeight }: {
259
+ listLength: any;
260
+ numberOfItemDisplayed: any;
261
+ changeListData: any;
262
+ setCurrentPositionYRef: any;
263
+ setStartIndexListDisplayedRef: any;
264
+ startIndexListDisplayed: any;
265
+ suggestListHeight: any;
266
+ }): import("react/jsx-runtime").JSX.Element;
267
+ namespace MyAutoCompleteSuggestListScrollBar {
268
+ namespace propTypes {
269
+ let listLength: PropTypes.Requireable<number>;
270
+ let numberOfItemDisplayed: PropTypes.Requireable<number>;
271
+ let changeListData: PropTypes.Requireable<(...args: any[]) => any>;
272
+ let setCurrentPositionYRef: PropTypes.Requireable<(...args: any[]) => any>;
273
+ let setStartIndexListDisplayedRef: PropTypes.Requireable<(...args: any[]) => any>;
274
+ let startIndexListDisplayed: PropTypes.Requireable<number>;
275
+ let suggestListHeight: PropTypes.Requireable<number>;
276
+ }
277
+ }
278
+ import PropTypes from 'prop-types';
279
+
280
+ }
281
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/SuggestItem/index' {
282
+ export default SuggestItem;
283
+ function SuggestItem({ option, widthContainer, onClick }: {
284
+ option: any;
285
+ widthContainer: any;
286
+ onClick: any;
287
+ }): import("react/jsx-runtime").JSX.Element;
288
+ namespace SuggestItem {
289
+ namespace propTypes {
290
+ let option: PropTypes.Requireable<object>;
291
+ }
292
+ }
293
+ import PropTypes from 'prop-types';
294
+
295
+ }
296
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/SuggestItem/styles' {
297
+ export default useStyles;
298
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"disabled" | "label" | "line" | "checkboxContainer">;
299
+
300
+ }
301
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/SuggestList' {
302
+ export default SuggestList;
303
+ function SuggestList({ itemHeight, list, myAutoCompleteInputValue, isOpen, handleClickAll, widthContainer, onClickLine }: {
304
+ itemHeight: any;
305
+ list: any;
306
+ myAutoCompleteInputValue: any;
307
+ isOpen: any;
308
+ handleClickAll: any;
309
+ widthContainer: any;
310
+ onClickLine: any;
311
+ }): import("react/jsx-runtime").JSX.Element;
312
+ namespace SuggestList {
313
+ namespace propTypes {
314
+ let itemHeight: PropTypes.Requireable<number>;
315
+ let list: PropTypes.Requireable<any[]>;
316
+ let myAutoCompleteInputValue: PropTypes.Requireable<string>;
317
+ let isOpen: PropTypes.Requireable<boolean>;
318
+ let handleClickAll: PropTypes.Requireable<(...args: any[]) => any>;
319
+ let widthContainer: PropTypes.Requireable<number>;
320
+ let onClickLine: PropTypes.Requireable<(...args: any[]) => any>;
321
+ }
322
+ }
323
+ import PropTypes from 'prop-types';
324
+
325
+ }
326
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/styles' {
327
+ export default useStyles;
328
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"allOptions">;
329
+
330
+ }
331
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Results/index' {
332
+ export default Results;
333
+ function Results({ inputValue, setInputValue, filteredOptions, widthContainer, handleClickAll, onClickLine, isSearching }: {
334
+ inputValue: any;
335
+ setInputValue: any;
336
+ filteredOptions: any;
337
+ widthContainer: any;
338
+ handleClickAll: any;
339
+ onClickLine: any;
340
+ isSearching: any;
341
+ }): import("react/jsx-runtime").JSX.Element;
342
+ namespace Results {
343
+ namespace propTypes {
344
+ let setInputValue: PropTypes.Validator<(...args: any[]) => any>;
345
+ let inputValue: PropTypes.Validator<string>;
346
+ let widthContainer: PropTypes.Validator<number>;
347
+ let filteredOptions: PropTypes.Requireable<any[]>;
348
+ let handleClickAll: PropTypes.Requireable<(...args: any[]) => any>;
349
+ let onClickLine: PropTypes.Requireable<(...args: any[]) => any>;
350
+ }
351
+ }
352
+ import PropTypes from 'prop-types';
353
+
354
+ }
355
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Results/styles' {
356
+ export default useStyles;
357
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"resultsContainer" | "noResult">;
358
+
359
+ }
360
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Selector/ListChips/index' {
361
+ export default ListChips;
362
+ function ListChips({ options, widthContainer, onUnselectChips, isDisabled }: {
363
+ options?: any[] | undefined;
364
+ widthContainer: any;
365
+ onUnselectChips: any;
366
+ isDisabled: any;
367
+ }): import("react/jsx-runtime").JSX.Element;
368
+ namespace ListChips {
369
+ namespace propTypes {
370
+ let options: PropTypes.Requireable<any[]>;
371
+ let widthContainer: PropTypes.Requireable<number>;
372
+ let onUnselectChips: PropTypes.Requireable<(...args: any[]) => any>;
373
+ let isDisabled: PropTypes.Requireable<boolean>;
374
+ }
375
+ }
376
+ import PropTypes from 'prop-types';
377
+
378
+ }
379
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Selector/ListChips/styles' {
380
+ export default useStyles;
381
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"chips" | "listChips" | "otherChips" | "toolTipsList" | "lineChips">;
382
+
383
+ }
384
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Selector/index' {
385
+ export default Selector;
386
+ function Selector({ isSearching, options, isAllSelected, widthContainer, onUnselectChips, isDisabled }: {
387
+ isSearching: any;
388
+ options?: any[] | undefined;
389
+ isAllSelected: any;
390
+ widthContainer: any;
391
+ onUnselectChips: any;
392
+ isDisabled: any;
393
+ }): import("react/jsx-runtime").JSX.Element;
394
+ namespace Selector {
395
+ namespace propTypes {
396
+ let options: PropTypes.Requireable<any[]>;
397
+ let isAllSelected: PropTypes.Requireable<boolean>;
398
+ let widthContainer: PropTypes.Requireable<number>;
399
+ let onUnselectChips: PropTypes.Requireable<(...args: any[]) => any>;
400
+ let isSearching: PropTypes.Requireable<boolean>;
401
+ let isDisabled: PropTypes.Requireable<boolean>;
402
+ }
403
+ }
404
+ import PropTypes from 'prop-types';
405
+
406
+ }
407
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/Selector/styles' {
408
+ export default useStyles;
409
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"search" | "selectorContainer" | "chipsContainer" | "description">;
410
+
411
+ }
412
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/hook' {
413
+ export default useAutocomplete;
414
+ function useAutocomplete(options: any, customSearch: any, onChange: any): {
415
+ inputValue: string;
416
+ setInputValue: import("react").Dispatch<import("react").SetStateAction<string>>;
417
+ isSearching: boolean;
418
+ setIsSearching: import("react").Dispatch<import("react").SetStateAction<boolean>>;
419
+ formatedOptions: never[];
420
+ setFormatedOptions: import("react").Dispatch<import("react").SetStateAction<never[]>>;
421
+ filteredOptions: never[];
422
+ setFilteredOptions: import("react").Dispatch<import("react").SetStateAction<never[]>>;
423
+ widthContainer: number;
424
+ setWidthContainer: import("react").Dispatch<import("react").SetStateAction<number>>;
425
+ htmlElRef: import("react").MutableRefObject<null>;
426
+ };
427
+
428
+ }
429
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/index' {
430
+ export default AutocompleteMultiple;
431
+ function AutocompleteMultiple({ options, customSearch, onChange, isError, label, isDisplayLabel, refBinder, onIsSearchingChange, isDisabled, isOptionsMutable }: {
432
+ options?: any[] | undefined;
433
+ customSearch: any;
434
+ onChange?: (() => void) | undefined;
435
+ isError: any;
436
+ label: any;
437
+ isDisplayLabel?: boolean | undefined;
438
+ refBinder?: {
439
+ current: {};
440
+ } | undefined;
441
+ onIsSearchingChange: any;
442
+ isDisabled: any;
443
+ isOptionsMutable: any;
444
+ }): import("react/jsx-runtime").JSX.Element;
445
+ namespace AutocompleteMultiple {
446
+ namespace propTypes {
447
+ let options: PropTypes.Validator<any[]>;
448
+ let customSearch: PropTypes.Requireable<(...args: any[]) => any>;
449
+ let onChange: PropTypes.Requireable<(...args: any[]) => any>;
450
+ let isError: PropTypes.Requireable<boolean>;
451
+ let label: PropTypes.Requireable<string>;
452
+ let isDisabled: PropTypes.Requireable<boolean>;
453
+ let isDisplayLabel: PropTypes.Requireable<boolean>;
454
+ let refBinder: PropTypes.Requireable<object>;
455
+ let isOptionsMutable: PropTypes.Requireable<boolean>;
456
+ let onIsSearchingChange: PropTypes.Requireable<(...args: any[]) => any>;
457
+ }
458
+ }
459
+ import PropTypes from 'prop-types';
460
+
461
+ }
462
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/styles' {
463
+ export default useStyles;
464
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"search" | "clear" | "border" | "open" | "label" | "autoCompleteContainer" | "isError" | "selector" | "icons" | "dropDownIcon" | "rotated" | "isErrorBorder">;
465
+
466
+ }
467
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteSingle/Mode/edit' {
468
+ export default AutocompleteEdit;
469
+ const AutocompleteEdit: React.NamedExoticComponent<object>;
470
+ import React from 'react';
471
+
472
+ }
473
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteSingle/Mode/view' {
474
+ export default AutocompleteView;
475
+ const AutocompleteView: React.NamedExoticComponent<object>;
476
+ import React from 'react';
477
+
478
+ }
479
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteSingle/index' {
480
+ export default AutocompleteSingle;
481
+ function AutocompleteSingle({ ...rest }: {
482
+ [x: string]: any;
483
+ }): import("react/jsx-runtime").JSX.Element;
484
+
485
+ }
486
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteSingle/styles' {
487
+ export default useStyles;
488
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"input" | "chip">;
489
+
490
+ }
491
+ declare module '@myunisoft/design-system/src/components/Autocomplete/AutocompleteSingle/utils' {
492
+ export function getViewData(_data: any, column: any): any;
493
+
494
+ }
495
+ declare module '@myunisoft/design-system/src/components/AutocompleteMultipleInVT/index' {
496
+ const _default: React.MemoExoticComponent<typeof AutocompleteMultipleInVT>;
497
+ export default _default;
498
+ function AutocompleteMultipleInVT(props: any): import("react/jsx-runtime").JSX.Element;
499
+ import React from 'react';
500
+
501
+ }
502
+ declare module '@myunisoft/design-system/src/components/BackgroundLoader/index' {
503
+ export default BackgroundLoader;
504
+ function BackgroundLoader(): import("react/jsx-runtime").JSX.Element;
505
+
506
+ }
507
+ declare module '@myunisoft/design-system/src/components/BackgroundLoader/styles' {
508
+ export default useStyles;
509
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"content" | "text" | "loaderContainer">;
510
+
511
+ }
512
+ declare module '@myunisoft/design-system/src/components/BadgeAdd/index' {
513
+ export default BadgeAdd;
514
+ function BadgeAdd(props: any): import("react/jsx-runtime").JSX.Element;
515
+ namespace BadgeAdd {
516
+ namespace propTypes {
517
+ let counter: PropTypes.Requireable<number>;
518
+ let children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
519
+ let color: PropTypes.Requireable<string>;
520
+ }
521
+ }
522
+ import PropTypes from 'prop-types';
523
+
524
+ }
525
+ declare module '@myunisoft/design-system/src/components/Buttons/Inline/index' {
526
+ export default InlineButton;
527
+ import InlineButton from '@myunisoft/design-system/src/components/VirtualTable/components/Buttons/Inline/index';
528
+
529
+ }
530
+ declare module '@myunisoft/design-system/src/components/DataGrid/DataGrid' {
531
+ const _default: React.JSXElementConstructor<any>;
532
+ export default _default;
533
+ import React from 'react';
534
+
535
+ }
536
+ declare module '@myunisoft/design-system/src/components/DataGrid/hooks/useSizing' {
537
+ export default useSizing;
538
+ function useSizing(columns?: any[]): {
539
+ columnsStyle: any;
540
+ totalWidth: any;
541
+ };
542
+
543
+ }
544
+ declare module '@myunisoft/design-system/src/components/DataGrid/hooks/useSizing.test' {
545
+ export {};
546
+
547
+ }
548
+ declare module '@myunisoft/design-system/src/components/DataGrid/index' {
549
+ export { default } from "@myunisoft/design-system/src/components/DataGrid/DataGrid";
550
+
551
+ }
552
+ declare module '@myunisoft/design-system/src/components/DataGrid/styles' {
553
+ export function styles(theme: any): {
554
+ root: {
555
+ background: string;
556
+ fontSize: number;
557
+ };
558
+ row: {
559
+ display: string;
560
+ height: number;
561
+ };
562
+ header: {
563
+ fontWeight: string;
564
+ position: string;
565
+ zIndex: number;
566
+ top: number;
567
+ background: any;
568
+ };
569
+ headerCell: {
570
+ padding: string;
571
+ };
572
+ bodyCell: {
573
+ position: string;
574
+ };
575
+ draggable: {
576
+ maxWidth: number;
577
+ minWidth: number;
578
+ display: string;
579
+ justifyContent: string;
580
+ alignItems: string;
581
+ flexWrap: string;
582
+ padding: string;
583
+ cursor: string;
584
+ boxSizing: string;
585
+ '&>span': {
586
+ display: string;
587
+ width: string;
588
+ height: string;
589
+ borderRadius: string;
590
+ background: any;
591
+ margin: string;
592
+ };
593
+ };
594
+ intend: {
595
+ maxWidth: number;
596
+ minWidth: number;
597
+ };
598
+ odd: {
599
+ '&:nth-child(odd)': {
600
+ background: any;
601
+ };
602
+ };
603
+ };
604
+
605
+ }
606
+ declare module '@myunisoft/design-system/src/components/FileDropper/FilesDropperZone' {
607
+ export default FilesDropperZone;
608
+ function FilesDropperZone(props: any): import("react/jsx-runtime").JSX.Element;
609
+ namespace FilesDropperZone {
610
+ namespace propTypes {
611
+ let onAddFiles: PropTypes.Validator<(...args: any[]) => any>;
612
+ let fileTypeAccepted: PropTypes.Requireable<object>;
613
+ let isScannable: PropTypes.Requireable<boolean>;
614
+ }
615
+ namespace defaultProps {
616
+ let isScannable_1: boolean;
617
+ export { isScannable_1 as isScannable };
618
+ let fileTypeAccepted_1: {};
619
+ export { fileTypeAccepted_1 as fileTypeAccepted };
620
+ }
621
+ }
622
+ import PropTypes from 'prop-types';
623
+
624
+ }
625
+ declare module '@myunisoft/design-system/src/components/FileDropper/FilesList' {
626
+ export default FilesList;
627
+ function FilesList(props: any): import("react/jsx-runtime").JSX.Element;
628
+
629
+ }
630
+ declare module '@myunisoft/design-system/src/components/FileDropper/index' {
631
+ export default FilesDropper;
632
+ function FilesDropper(props: any): import("react/jsx-runtime").JSX.Element;
633
+ namespace FilesDropper {
634
+ namespace propTypes {
635
+ let files: PropTypes.Requireable<any[]>;
636
+ let onAddFiles: PropTypes.Requireable<(...args: any[]) => any>;
637
+ let onRemoveFile: PropTypes.Requireable<(...args: any[]) => any>;
638
+ let onChange: PropTypes.Requireable<(...args: any[]) => any>;
639
+ let displayList: PropTypes.Requireable<boolean>;
640
+ let canRemove: PropTypes.Requireable<boolean>;
641
+ let maxFiles: PropTypes.Requireable<number>;
642
+ let filesListTitle: PropTypes.Requireable<string>;
643
+ let fileTypeAccepted: PropTypes.Requireable<object>;
644
+ }
645
+ namespace defaultProps {
646
+ let files_1: never[];
647
+ export { files_1 as files };
648
+ export function onChange_1(): void;
649
+ export { onChange_1 as onChange };
650
+ let displayList_1: boolean;
651
+ export { displayList_1 as displayList };
652
+ let canRemove_1: boolean;
653
+ export { canRemove_1 as canRemove };
654
+ }
655
+ }
656
+ import PropTypes from 'prop-types';
657
+
658
+ }
659
+ declare module '@myunisoft/design-system/src/components/FileDropper/styles' {
660
+ export default useStyles;
661
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"or" | "container" | "button" | "icon" | "active" | "title" | "scanButton" | "files" | "listItem" | "removeBtn" | "imageLink">;
662
+
663
+ }
664
+ declare module '@myunisoft/design-system/src/components/FileDropper/useFilesDropper' {
665
+ export default useFileDropper;
666
+ function useFileDropper(props: any): {
667
+ files: any;
668
+ addFiles: (_files: any) => Promise<void>;
669
+ removeFile: (file: any, i: any) => Promise<void>;
670
+ isUploading: boolean;
671
+ isRemoving: boolean;
672
+ };
673
+
674
+ }
675
+ declare module '@myunisoft/design-system/src/components/Icon/index' {
676
+ export { FontIcon };
677
+ import FontIcon from '@myunisoft/design-system/src/components/VirtualTable/components/Icon/Font/index';
678
+
679
+ }
680
+ declare module '@myunisoft/design-system/src/components/Loader/index' {
681
+ export default Loader;
682
+ import Loader from '@myunisoft/design-system/src/components/VirtualTable/components/Loader/index';
683
+
684
+ }
685
+ declare module '@myunisoft/design-system/src/components/Modal/index' {
686
+ import { FC, ReactNode } from 'react';
687
+ interface ModalProps {
688
+ onClose?: () => void;
689
+ modalId?: string;
690
+ isOpen: boolean;
691
+ titleChildren?: ReactNode | string;
692
+ actionInlineButtons?: any[];
693
+ contentChildren?: ReactNode;
694
+ actionChildren?: ReactNode;
695
+ children?: ReactNode[];
696
+ }
697
+ const Modal: FC<ModalProps>;
698
+ export default Modal;
699
+
700
+ }
701
+ declare module '@myunisoft/design-system/src/components/Modal/styles' {
702
+ export default useStyles;
703
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"iconContainer" | "dialogTitle" | "paperContainer" | "dialogContentRoot" | "dialogActionsRoot" | "backDrop" | "activeDraggable">;
704
+
705
+ }
706
+ declare module '@myunisoft/design-system/src/components/SnackbarBackgroundLoader/index' {
707
+ export default SnackbarBackgroundLoader;
708
+ function SnackbarBackgroundLoader(): import("react/jsx-runtime").JSX.Element;
709
+
710
+ }
711
+ declare module '@myunisoft/design-system/src/components/VirtualTable/ApiRefHandler' {
712
+ export default ApiRefHandler;
713
+ function ApiRefHandler(): null;
714
+
715
+ }
716
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AmountCell/AmountCell.test' {
717
+ export {};
718
+
719
+ }
720
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AmountCell/Mode/edit' {
721
+ export default AmountEditCell;
722
+ const AmountEditCell: React.NamedExoticComponent<object>;
723
+ import React from 'react';
724
+
725
+ }
726
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AmountCell/Mode/utils' {
727
+ export function sanitizeNumberString(input: any): string;
728
+
729
+ }
730
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AmountCell/Mode/view' {
731
+ const _default: React.MemoExoticComponent<typeof AmountViewCell>;
732
+ export default _default;
733
+ function AmountViewCell({ data, dataKey, column, customProps }: {
734
+ data: any;
735
+ dataKey: any;
736
+ column: any;
737
+ customProps: any;
738
+ }): import("react/jsx-runtime").JSX.Element;
739
+ namespace AmountViewCell {
740
+ namespace propTypes {
741
+ let data: PropTypes.Requireable<object>;
742
+ }
743
+ }
744
+ import React from 'react';
745
+ import PropTypes from 'prop-types';
746
+
747
+ }
748
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AmountCell/index' {
749
+ export default AmountCell;
750
+ const AmountCell: React.NamedExoticComponent<object>;
751
+ import React from 'react';
752
+
753
+ }
754
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AmountCell/styles' {
755
+ export default useStyles;
756
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"disabled" | "input" | "amountCell" | "amountViewCell">;
757
+
758
+ }
759
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AmountCell/utils' {
760
+ export function getViewData(data: any, column: any): any;
761
+
762
+ }
763
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AttachmentCell/index' {
764
+ export default AttachmentCell;
765
+ const AttachmentCell: React.NamedExoticComponent<object>;
766
+ import React from 'react';
767
+
768
+ }
769
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AttachmentCell/styles' {
770
+ export default useStyles;
771
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"root" | "attachment" | "badge">;
772
+
773
+ }
774
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AttachmentCell/uploadDialog' {
775
+ export default UploadDialog;
776
+ function UploadDialog(props: any): import("react/jsx-runtime").JSX.Element;
777
+
778
+ }
779
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AutocompleteCell/Mode/edit' {
780
+ export default AutocompleteEdit;
781
+ const AutocompleteEdit: React.NamedExoticComponent<object>;
782
+ import React from 'react';
783
+
784
+ }
785
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AutocompleteCell/Mode/view' {
786
+ export default AutocompleteView;
787
+ const AutocompleteView: React.NamedExoticComponent<object>;
788
+ import React from 'react';
789
+
790
+ }
791
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AutocompleteCell/index' {
792
+ export default AutocompleteCell;
793
+ const AutocompleteCell: React.NamedExoticComponent<object>;
794
+ import React from 'react';
795
+
796
+ }
797
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AutocompleteCell/styles' {
798
+ export default useStyles;
799
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"input" | "chip">;
800
+
801
+ }
802
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/AutocompleteCell/utils' {
803
+ export function getViewData(_data: any, column: any): any;
804
+
805
+ }
806
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/BadgeStatusCell/BadgeStastusCell.test' {
807
+ export {};
808
+
809
+ }
810
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/BadgeStatusCell/index' {
811
+ export default BadgeStatusCell;
812
+ function BadgeStatusCell({ data, dataKey, column }: {
813
+ data: any;
814
+ dataKey: any;
815
+ column: any;
816
+ }): import("react/jsx-runtime").JSX.Element;
817
+ namespace BadgeStatusCell {
818
+ namespace propTypes {
819
+ let data: PropTypes.Validator<object>;
820
+ let dataKey: PropTypes.Validator<string>;
821
+ let column: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
822
+ actionsByStatus: PropTypes.Requireable<any[]>;
823
+ }>>>;
824
+ }
825
+ }
826
+ import PropTypes from 'prop-types';
827
+
828
+ }
829
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/BadgeStatusCell/styles' {
830
+ export default useStyles;
831
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"container" | "badge">;
832
+
833
+ }
834
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/ButtonCell/ButtonCell.test' {
835
+ export {};
836
+
837
+ }
838
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/ButtonCell/index' {
839
+ export default ButtonCell;
840
+ function ButtonCell({ data, dataKey, column, isDisabled }: {
841
+ data: any;
842
+ dataKey: any;
843
+ column: any;
844
+ isDisabled: any;
845
+ }): any;
846
+ namespace ButtonCell {
847
+ namespace propTypes {
848
+ let data: PropTypes.Validator<object>;
849
+ let dataKey: PropTypes.Validator<string>;
850
+ let isDisabled: PropTypes.Requireable<boolean>;
851
+ }
852
+ }
853
+ import PropTypes from 'prop-types';
854
+
855
+ }
856
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/ButtonCell/styles' {
857
+ export default useStyles;
858
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"cellButton">;
859
+
860
+ }
861
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/CellRender.test' {
862
+ export {};
863
+
864
+ }
865
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/CheckBoxCell/Mode/edit' {
866
+ export default EditCheckBoxCell;
867
+ function EditCheckBoxCell({ data, dataKey, column, onChange, vtContext, isDisabled, ...rest }: {
868
+ [x: string]: any;
869
+ data: any;
870
+ dataKey: any;
871
+ column: any;
872
+ onChange: any;
873
+ vtContext?: {} | undefined;
874
+ isDisabled: any;
875
+ }): import("react/jsx-runtime").JSX.Element;
876
+ namespace EditCheckBoxCell {
877
+ namespace propTypes {
878
+ let data: PropTypes.Validator<object>;
879
+ let column: PropTypes.Validator<object>;
880
+ let dataKey: PropTypes.Validator<string>;
881
+ }
882
+ }
883
+ import PropTypes from 'prop-types';
884
+
885
+ }
886
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/CheckBoxCell/Mode/view' {
887
+ export default ViewCheckBoxCell;
888
+ const ViewCheckBoxCell: React.NamedExoticComponent<object>;
889
+ import React from 'react';
890
+
891
+ }
892
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/CheckBoxCell/index' {
893
+ export default CheckBoxCell;
894
+ const CheckBoxCell: React.NamedExoticComponent<object>;
895
+ import React from 'react';
896
+
897
+ }
898
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/CheckBoxCell/styles' {
899
+ export default useStyles;
900
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"container" | "checkbox" | "disabled" | "cbCell" | "checkmark">;
901
+
902
+ }
903
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/ChipCell/Mode/edit' {
904
+ export default EditChipCell;
905
+ const EditChipCell: React.NamedExoticComponent<object>;
906
+ import React from 'react';
907
+
908
+ }
909
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/ChipCell/Mode/view' {
910
+ export default ViewChipCell;
911
+ const ViewChipCell: React.NamedExoticComponent<object>;
912
+ import React from 'react';
913
+
914
+ }
915
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/ChipCell/index' {
916
+ export default ChipCell;
917
+ const ChipCell: React.NamedExoticComponent<object>;
918
+ import React from 'react';
919
+
920
+ }
921
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/ChipCell/styles' {
922
+ export default useStyles;
923
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"chip">;
924
+
925
+ }
926
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/DateCell/Mode/edit' {
927
+ export default EditDateCell;
928
+ function EditDateCell({ data, dataKey, column, onChange, isDisabled, ...rest }: {
929
+ [x: string]: any;
930
+ data: any;
931
+ dataKey: any;
932
+ column: any;
933
+ onChange: any;
934
+ isDisabled: any;
935
+ }): import("react/jsx-runtime").JSX.Element;
936
+ namespace EditDateCell {
937
+ namespace propTypes {
938
+ let data: PropTypes.Requireable<object>;
939
+ let dataKey: PropTypes.Requireable<string>;
940
+ }
941
+ }
942
+ import PropTypes from 'prop-types';
943
+
944
+ }
945
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/DateCell/Mode/view' {
946
+ export default ViewDateCell;
947
+ function ViewDateCell({ data, column }: {
948
+ data: any;
949
+ column: any;
950
+ }): import("react/jsx-runtime").JSX.Element;
951
+ namespace ViewDateCell {
952
+ namespace propTypes {
953
+ let data: PropTypes.Requireable<string>;
954
+ let column: PropTypes.Validator<object>;
955
+ }
956
+ namespace defaultProps {
957
+ let data_1: string;
958
+ export { data_1 as data };
959
+ }
960
+ }
961
+ import PropTypes from 'prop-types';
962
+
963
+ }
964
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/DateCell/index' {
965
+ export default DateCell;
966
+ const DateCell: React.NamedExoticComponent<object>;
967
+ import React from 'react';
968
+
969
+ }
970
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/DateCell/utils' {
971
+ export function getViewData(data: any, column?: {}): string | false;
972
+
973
+ }
974
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/DateCell/utils.test' {
975
+ export {};
976
+
977
+ }
978
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/MultipleCell/Mode/view' {
979
+ export default ViewMultipleCell;
980
+ function ViewMultipleCell({ data, arrayData }: {
981
+ data: any;
982
+ arrayData: any;
983
+ }): import("react/jsx-runtime").JSX.Element;
984
+ namespace ViewMultipleCell {
985
+ namespace propTypes {
986
+ let data: PropTypes.Requireable<string>;
987
+ }
988
+ namespace defaultProps {
989
+ let data_1: string;
990
+ export { data_1 as data };
991
+ }
992
+ }
993
+ import PropTypes from 'prop-types';
994
+
995
+ }
996
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/MultipleCell/index' {
997
+ export default MultipleCell;
998
+ const MultipleCell: React.NamedExoticComponent<object>;
999
+ import React from 'react';
1000
+
1001
+ }
1002
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/MultipleCell/multipleCellStyles' {
1003
+ export const useMultipleCellStyles: (props?: any) => import("@mui/styles").ClassNameMap<"borderBottom" | "borderRight" | "disabled" | "input" | "multipleCell">;
1004
+
1005
+ }
1006
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/NumberCell/Mode/edit' {
1007
+ export default EditNumberCell;
1008
+ const EditNumberCell: React.NamedExoticComponent<object>;
1009
+ import React from 'react';
1010
+
1011
+ }
1012
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/NumberCell/Mode/view' {
1013
+ export default ViewNumberCell;
1014
+ function ViewNumberCell({ data }: {
1015
+ data: any;
1016
+ }): import("react/jsx-runtime").JSX.Element;
1017
+ namespace ViewNumberCell {
1018
+ namespace propTypes {
1019
+ let data: PropTypes.Requireable<number>;
1020
+ }
1021
+ namespace defaultProps {
1022
+ let data_1: null;
1023
+ export { data_1 as data };
1024
+ }
1025
+ }
1026
+ import PropTypes from 'prop-types';
1027
+
1028
+ }
1029
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/NumberCell/NumberCell.test' {
1030
+ export {};
1031
+
1032
+ }
1033
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/NumberCell/index' {
1034
+ export default NumberCell;
1035
+ const NumberCell: React.NamedExoticComponent<object>;
1036
+ import React from 'react';
1037
+
1038
+ }
1039
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/NumberCell/styles' {
1040
+ export default useStyles;
1041
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"disabled" | "input" | "numberCell">;
1042
+
1043
+ }
1044
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/SelectCell/Mode/edit' {
1045
+ export default EditSelectCell;
1046
+ const EditSelectCell: React.NamedExoticComponent<object>;
1047
+ import React from 'react';
1048
+
1049
+ }
1050
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/SelectCell/Mode/view' {
1051
+ export default ViewSelectCell;
1052
+ const ViewSelectCell: React.NamedExoticComponent<object>;
1053
+ import React from 'react';
1054
+
1055
+ }
1056
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/SelectCell/SelectCell.test' {
1057
+ export {};
1058
+
1059
+ }
1060
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/SelectCell/index' {
1061
+ export default SelectVTCell;
1062
+ const SelectVTCell: React.NamedExoticComponent<object>;
1063
+ import React from 'react';
1064
+
1065
+ }
1066
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/SelectCell/styles' {
1067
+ export default useStyles;
1068
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"input" | "select" | "selectCell" | "selectViewCell">;
1069
+
1070
+ }
1071
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/SelectCell/utils' {
1072
+ export function getViewData(data: any, column: any): any;
1073
+
1074
+ }
1075
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/StatusCell/Mode/edit' {
1076
+ export default EditStatusCell;
1077
+ function EditStatusCell({ data, dataKey, column, onChange, isDisabled }: {
1078
+ data: any;
1079
+ dataKey: any;
1080
+ column: any;
1081
+ onChange: any;
1082
+ isDisabled: any;
1083
+ }): import("react/jsx-runtime").JSX.Element;
1084
+ namespace EditStatusCell {
1085
+ namespace propTypes {
1086
+ let data: PropTypes.Validator<object>;
1087
+ let column: PropTypes.Validator<object>;
1088
+ let dataKey: PropTypes.Validator<string>;
1089
+ }
1090
+ }
1091
+ import PropTypes from 'prop-types';
1092
+
1093
+ }
1094
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/StatusCell/Mode/view' {
1095
+ export default ViewStatusCell;
1096
+ const ViewStatusCell: React.NamedExoticComponent<object>;
1097
+ import React from 'react';
1098
+
1099
+ }
1100
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/StatusCell/StatusCell.test' {
1101
+ export {};
1102
+
1103
+ }
1104
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/StatusCell/index' {
1105
+ export default StatusVTCell;
1106
+ const StatusVTCell: React.NamedExoticComponent<object>;
1107
+ import React from 'react';
1108
+
1109
+ }
1110
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/StatusCell/styles' {
1111
+ export default useStyles;
1112
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"disabled">;
1113
+
1114
+ }
1115
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/StatusCell/utils' {
1116
+ export function getViewData(data: any, column: any): any;
1117
+
1118
+ }
1119
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/StringCell/Mode/edit' {
1120
+ export default EditStringCell;
1121
+ const EditStringCell: React.NamedExoticComponent<object>;
1122
+ import React from 'react';
1123
+
1124
+ }
1125
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/StringCell/Mode/view' {
1126
+ export default ViewStringCell;
1127
+ function ViewStringCell({ data }: {
1128
+ data: any;
1129
+ }): import("react/jsx-runtime").JSX.Element;
1130
+ namespace ViewStringCell {
1131
+ namespace propTypes {
1132
+ let data: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
1133
+ }
1134
+ namespace defaultProps {
1135
+ let data_1: string;
1136
+ export { data_1 as data };
1137
+ }
1138
+ }
1139
+ import PropTypes from 'prop-types';
1140
+
1141
+ }
1142
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/StringCell/StringCell.test' {
1143
+ export {};
1144
+
1145
+ }
1146
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/StringCell/index' {
1147
+ export default StringCell;
1148
+ const StringCell: React.NamedExoticComponent<object>;
1149
+ import React from 'react';
1150
+
1151
+ }
1152
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/StringCell/styles' {
1153
+ export default useStyles;
1154
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"disabled" | "input" | "stringCell">;
1155
+
1156
+ }
1157
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/SwitchBadgeStatusCell/index' {
1158
+ export default SwitchBadgeStatusCell;
1159
+ function SwitchBadgeStatusCell({ data, dataKey, column }: {
1160
+ data: any;
1161
+ dataKey: any;
1162
+ column: any;
1163
+ }): import("react/jsx-runtime").JSX.Element;
1164
+ namespace SwitchBadgeStatusCell {
1165
+ namespace propTypes {
1166
+ let data: PropTypes.Validator<object>;
1167
+ let column: PropTypes.Validator<object>;
1168
+ let dataKey: PropTypes.Validator<string>;
1169
+ }
1170
+ }
1171
+ import PropTypes from 'prop-types';
1172
+
1173
+ }
1174
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/ThumbnailCell/index' {
1175
+ export default ThumbnailCell;
1176
+ const ThumbnailCell: React.NamedExoticComponent<object>;
1177
+ import React from 'react';
1178
+
1179
+ }
1180
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/ThumbnailCell/styles' {
1181
+ export default useStyles;
1182
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"opacity" | "thumbnail" | "thumbnailCell" | "viewIcon">;
1183
+
1184
+ }
1185
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/WalletCell/WalletCell.test' {
1186
+ export {};
1187
+
1188
+ }
1189
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/WalletCell/index' {
1190
+ export default WalletCell;
1191
+ function WalletCell({ isReadOnly, data, dataKey }: {
1192
+ isReadOnly: any;
1193
+ data: any;
1194
+ dataKey: any;
1195
+ }): import("react/jsx-runtime").JSX.Element;
1196
+ namespace WalletCell {
1197
+ namespace propTypes {
1198
+ let data: PropTypes.Validator<object>;
1199
+ let dataKey: PropTypes.Validator<string>;
1200
+ }
1201
+ }
1202
+ import PropTypes from 'prop-types';
1203
+
1204
+ }
1205
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/WalletCell/styles' {
1206
+ export default useStyles;
1207
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"count">;
1208
+
1209
+ }
1210
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/cellProps' {
1211
+ export namespace cellProps {
1212
+ let isReadOnly: PropTypes.Validator<boolean>;
1213
+ }
1214
+ import PropTypes from 'prop-types';
1215
+
1216
+ }
1217
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/index' {
1218
+ export default CellRender;
1219
+ function CellRender({ typeCell, subtype, data, dataKey, columnIndex, spaceBetween, rowIndex, onKeyDown, onBlur, onFocus, onClick, onDoubleClick, onMouseEnter, onMouseLeave, vtContext, column, isFocused, ...rest }: {
1220
+ [x: string]: any;
1221
+ typeCell: any;
1222
+ subtype: any;
1223
+ data?: {} | undefined;
1224
+ dataKey: any;
1225
+ columnIndex: any;
1226
+ spaceBetween: any;
1227
+ rowIndex: any;
1228
+ onKeyDown?: (() => void) | undefined;
1229
+ onBlur?: (() => void) | undefined;
1230
+ onFocus?: (() => void) | undefined;
1231
+ onClick?: (() => void) | undefined;
1232
+ onDoubleClick?: (() => void) | undefined;
1233
+ onMouseEnter?: (() => void) | undefined;
1234
+ onMouseLeave?: (() => void) | undefined;
1235
+ vtContext?: {
1236
+ config: {};
1237
+ send: () => void;
1238
+ } | undefined;
1239
+ column?: {} | undefined;
1240
+ isFocused: any;
1241
+ }): any;
1242
+ namespace CellRender {
1243
+ namespace propTypes {
1244
+ let typeCell: PropTypes.Requireable<string>;
1245
+ let data: PropTypes.Validator<object>;
1246
+ let dataKey: PropTypes.Validator<string>;
1247
+ let columnIndex: PropTypes.Requireable<number>;
1248
+ }
1249
+ namespace defaultProps {
1250
+ let typeCell_1: string;
1251
+ export { typeCell_1 as typeCell };
1252
+ }
1253
+ }
1254
+ import PropTypes from 'prop-types';
1255
+
1256
+ }
1257
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/utils' {
1258
+ export function checkReadOnly(state: any, isSelectedRow: any, isEditable: any, rowType: any, isDataReadOnly: any): any;
1259
+ export const PROPS_EXCLUDED: string[];
1260
+ export const PROPS_EXCLUDED_FOR_AMOUNT: string[];
1261
+ export function getData(data: any, key: any, defaultValue: any): any;
1262
+ export function setData(obj: any, key: any, data: any): any;
1263
+
1264
+ }
1265
+ declare module '@myunisoft/design-system/src/components/VirtualTable/cells/utils.test' {
1266
+ export {};
1267
+
1268
+ }
1269
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/AddLine/AddLine.test' {
1270
+ export {};
1271
+
1272
+ }
1273
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/AddLine/index' {
1274
+ export default AddLine;
1275
+ function AddLine({ onAdd, label }: {
1276
+ onAdd: any;
1277
+ label: any;
1278
+ }): import("react/jsx-runtime").JSX.Element;
1279
+ namespace AddLine {
1280
+ namespace propTypes {
1281
+ let label: PropTypes.Requireable<string>;
1282
+ let onAdd: PropTypes.Validator<(...args: any[]) => any>;
1283
+ }
1284
+ namespace defaultProps {
1285
+ let label_1: string;
1286
+ export { label_1 as label };
1287
+ }
1288
+ }
1289
+ import PropTypes from 'prop-types';
1290
+
1291
+ }
1292
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/AddLine/styles' {
1293
+ export default useStyles;
1294
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"root">;
1295
+
1296
+ }
1297
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/BadgeStatus/index' {
1298
+ export default BadgeStatus;
1299
+ function BadgeStatus({ status, value }: {
1300
+ status: any;
1301
+ value: any;
1302
+ }): import("react/jsx-runtime").JSX.Element;
1303
+ namespace BadgeStatus {
1304
+ namespace propTypes {
1305
+ let status: PropTypes.Requireable<string>;
1306
+ let value: PropTypes.Requireable<number>;
1307
+ }
1308
+ namespace defaultProps {
1309
+ let value_1: number;
1310
+ export { value_1 as value };
1311
+ let status_1: string;
1312
+ export { status_1 as status };
1313
+ }
1314
+ }
1315
+ import PropTypes from 'prop-types';
1316
+
1317
+ }
1318
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/BadgeStatus/styles' {
1319
+ export default useStyles;
1320
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"container" | "badge" | "badgeOk" | "inProgressBackground" | "maxExceeded" | "errorBackground" | "validBackground" | "badgeAlert" | "emptyDiv">;
1321
+
1322
+ }
1323
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Body/Cell/index' {
1324
+ const _default: React.MemoExoticComponent<({ columnIndex, keyName: key, parent, rowIndex, style, displayableRows, hasCheckBoxHidden, tableKeyName, onCellFocus, onCellBlur, onClick, onDoubleClick, focusedCell, onKeyDown, isSecuredRow, errors, row, isSelected, bodyCellStylesProp, onDeleteRow }: {
1325
+ columnIndex: any;
1326
+ keyName: any;
1327
+ parent: any;
1328
+ rowIndex: any;
1329
+ style: any;
1330
+ displayableRows?: any[] | undefined;
1331
+ hasCheckBoxHidden?: boolean | undefined;
1332
+ tableKeyName: any;
1333
+ onCellFocus: any;
1334
+ onCellBlur: any;
1335
+ onClick: any;
1336
+ onDoubleClick: any;
1337
+ focusedCell: any;
1338
+ onKeyDown: any;
1339
+ isSecuredRow: any;
1340
+ errors: any;
1341
+ row?: {} | undefined;
1342
+ isSelected: any;
1343
+ bodyCellStylesProp: any;
1344
+ onDeleteRow: any;
1345
+ }) => import("react/jsx-runtime").JSX.Element>;
1346
+ export default _default;
1347
+ import React from 'react';
1348
+
1349
+ }
1350
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Body/Cell/styles' {
1351
+ export default useStyles;
1352
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"cell" | "pointer" | "thumbnail" | "onError" | "align" | "alignLeft" | "alignCenter" | "alignRight" | "groupRow" | "cbCell" | "focused" | "BodyGrid" | "defaultStyle" | "even" | "odd" | "lockRow" | "withGrid" | "alignVerticalCenter" | "alignVerticalBottom" | "alignVerticalTop">;
1353
+
1354
+ }
1355
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Body/Group/index' {
1356
+ export default BodyGroupRow;
1357
+ function BodyGroupRow(props: any): import("react/jsx-runtime").JSX.Element;
1358
+
1359
+ }
1360
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Body/Group/styles' {
1361
+ export default useStyles;
1362
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"cell" | "groupRow">;
1363
+
1364
+ }
1365
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Body/GroupAddLineRow/index' {
1366
+ export default GroupAddlineRow;
1367
+ function GroupAddlineRow(props: any): import("react/jsx-runtime").JSX.Element;
1368
+
1369
+ }
1370
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Body/GroupAddLineRow/styles' {
1371
+ export default useStyles;
1372
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"root">;
1373
+
1374
+ }
1375
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Body/Row/index' {
1376
+ export default BodyRow;
1377
+ function BodyRow(props: any): import("react/jsx-runtime").JSX.Element;
1378
+
1379
+ }
1380
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Body/VirtualGrid/index' {
1381
+ export default VirtualGrid;
1382
+ const VirtualGrid: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
1383
+ import React from 'react';
1384
+
1385
+ }
1386
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Body/index' {
1387
+ export default Body;
1388
+ function Body(props: any): import("react/jsx-runtime").JSX.Element;
1389
+
1390
+ }
1391
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Body/styles' {
1392
+ export default useStyles;
1393
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"BodyGrid" | "defaultStyle" | "gridContainer">;
1394
+
1395
+ }
1396
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Buttons/Button/index' {
1397
+ const _default: React.MemoExoticComponent<{
1398
+ (props: any): import("react/jsx-runtime").JSX.Element;
1399
+ propTypes: {
1400
+ color: PropTypes.Requireable<string>;
1401
+ disabled: PropTypes.Requireable<boolean>;
1402
+ className: PropTypes.Requireable<string>;
1403
+ variant: PropTypes.Requireable<string>;
1404
+ buttonRef: PropTypes.Requireable<object>;
1405
+ };
1406
+ defaultProps: {
1407
+ className: string;
1408
+ disabled: boolean;
1409
+ variant: string;
1410
+ buttonRef: undefined;
1411
+ };
1412
+ }>;
1413
+ export default _default;
1414
+ import PropTypes from 'prop-types';
1415
+ import React from 'react';
1416
+
1417
+ }
1418
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Buttons/Button/styles' {
1419
+ export default useStyles;
1420
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"error">;
1421
+
1422
+ }
1423
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Buttons/DropDown/index' {
1424
+ const _default: React.JSXElementConstructor<Omit<Pick<PropTypes.InferProps<{
1425
+ children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
1426
+ onClick: PropTypes.Validator<(...args: any[]) => any>;
1427
+ options: PropTypes.Validator<(PropTypes.InferProps<PropTypes.ValidationMap<any>> | null | undefined)[]>;
1428
+ }>, PropTypes.RequiredKeys<{
1429
+ children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
1430
+ onClick: PropTypes.Validator<(...args: any[]) => any>;
1431
+ options: PropTypes.Validator<(PropTypes.InferProps<PropTypes.ValidationMap<any>> | null | undefined)[]>;
1432
+ }>> & {
1433
+ children?: PropTypes.ReactNodeLike;
1434
+ } & {}, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"menuItem"> & object>;
1435
+ export default _default;
1436
+ import PropTypes from 'prop-types';
1437
+ import React from 'react';
1438
+
1439
+ }
1440
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Buttons/Inline/index' {
1441
+ const _default: React.JSXElementConstructor<Omit<Pick<PropTypes.InferProps<{
1442
+ buttons: PropTypes.Validator<(PropTypes.InferProps<{
1443
+ _type: PropTypes.Validator<string>;
1444
+ iconName: PropTypes.Requireable<string>;
1445
+ className: PropTypes.Requireable<string>;
1446
+ text: PropTypes.Requireable<string>;
1447
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
1448
+ color: PropTypes.Requireable<string>;
1449
+ iconSize: PropTypes.Requireable<number>;
1450
+ iconColor: PropTypes.Requireable<string>;
1451
+ disabled: PropTypes.Requireable<boolean>;
1452
+ variant: PropTypes.Requireable<string>;
1453
+ titleInfoBulle: PropTypes.Requireable<string>;
1454
+ }> | null | undefined)[]>;
1455
+ marginDirection: PropTypes.Requireable<string>;
1456
+ classes: PropTypes.Requireable<{
1457
+ [x: string]: NonNullable<string | object | null | undefined> | null | undefined;
1458
+ }>;
1459
+ }>, "classes" | "buttons"> & {
1460
+ marginDirection?: string | null | undefined;
1461
+ } & {}, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"marginLeft" | "marginRight" | "infoBulle" | "noPadding"> & object>;
1462
+ export default _default;
1463
+ import PropTypes from 'prop-types';
1464
+ import React from 'react';
1465
+
1466
+ }
1467
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Buttons/index' {
1468
+ import InlineButton from '@myunisoft/design-system/src/components/VirtualTable/components/Buttons/Inline/index';
1469
+ import { ButtonProps } from '@myunisoft/design-system/src/components/VirtualTable/components/Buttons/types';
1470
+ import DropdownBtn from '@myunisoft/design-system/src/components/VirtualTable/components/Buttons/DropDown/index';
1471
+ export { InlineButton, ButtonProps, DropdownBtn };
1472
+
1473
+ }
1474
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Buttons/types' {
1475
+ export const ButtonProps: PropTypes.Requireable<PropTypes.InferProps<{
1476
+ _type: PropTypes.Validator<string>;
1477
+ iconName: PropTypes.Requireable<string>;
1478
+ className: PropTypes.Requireable<string>;
1479
+ text: PropTypes.Requireable<string>;
1480
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
1481
+ color: PropTypes.Requireable<string>;
1482
+ iconSize: PropTypes.Requireable<number>;
1483
+ iconColor: PropTypes.Requireable<string>;
1484
+ disabled: PropTypes.Requireable<boolean>;
1485
+ variant: PropTypes.Requireable<string>;
1486
+ titleInfoBulle: PropTypes.Requireable<string>;
1487
+ }>>;
1488
+ import PropTypes from 'prop-types';
1489
+
1490
+ }
1491
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Checkbox/Checkbox.test' {
1492
+ export {};
1493
+
1494
+ }
1495
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Checkbox/index' {
1496
+ export default Checkbox;
1497
+ function Checkbox({ name, checked, disabled, onChange, variant, keyId, columnIndex, ...rest }: {
1498
+ [x: string]: any;
1499
+ name: any;
1500
+ checked: any;
1501
+ disabled: any;
1502
+ onChange: any;
1503
+ variant: any;
1504
+ keyId: any;
1505
+ columnIndex: any;
1506
+ }): import("react/jsx-runtime").JSX.Element;
1507
+ namespace Checkbox {
1508
+ namespace propTypes {
1509
+ let name: PropTypes.Validator<string>;
1510
+ let checked: PropTypes.Requireable<boolean>;
1511
+ let disabled: PropTypes.Requireable<boolean>;
1512
+ let onChange: PropTypes.Requireable<(...args: any[]) => any>;
1513
+ }
1514
+ namespace defaultProps {
1515
+ let checked_1: boolean;
1516
+ export { checked_1 as checked };
1517
+ let disabled_1: boolean;
1518
+ export { disabled_1 as disabled };
1519
+ export function onChange_1(): void;
1520
+ export { onChange_1 as onChange };
1521
+ }
1522
+ }
1523
+ import PropTypes from 'prop-types';
1524
+
1525
+ }
1526
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Checkbox/styles' {
1527
+ export default useStyles;
1528
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"container" | "checkbox" | "disabled" | "cbCell" | "checkmark">;
1529
+
1530
+ }
1531
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColorPicker/index' {
1532
+ export default ColorPicker;
1533
+ function ColorPicker(props: any): import("react/jsx-runtime").JSX.Element;
1534
+ namespace ColorPicker {
1535
+ namespace defaultProps {
1536
+ let expanded: undefined;
1537
+ }
1538
+ namespace propTypes {
1539
+ let expanded_1: PropTypes.Requireable<boolean>;
1540
+ export { expanded_1 as expanded };
1541
+ export let onExpandEvent: PropTypes.Validator<(...args: any[]) => any>;
1542
+ export let onChange: PropTypes.Validator<(...args: any[]) => any>;
1543
+ export let currentState: PropTypes.Validator<object>;
1544
+ }
1545
+ }
1546
+ import PropTypes from 'prop-types';
1547
+
1548
+ }
1549
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColorPicker/styles' {
1550
+ export default useStyles;
1551
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"container" | "iconContainer" | "colorPickerContainer" | "iconImg">;
1552
+
1553
+ }
1554
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColorPicker/utils' {
1555
+ export const COLOR_PICKER_ICON: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQ5NS41NzggNDk1LjU3OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDk1LjU3OCA0OTUuNTc4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggc3R5bGU9ImZpbGw6I0U2QkU5NDsiIGQ9Ik00MzkuMjA4LDIxNS41NzhjLTQ2Ljk3NS01My41MjktOTYtNjUuOTczLTk2LTEyNWMwLTY0LjMzMy01NC4zMzMtMTEzLjY2Ny0xNDkuNDI5LTc5LjMyMQoJCQlDOTEuODE2LDQ4LjA4MywyMS4yMDgsMTM2LjkxMSwyMS4yMDgsMjQ3LjU3OGMwLDEzNi45NjYsMTExLjAzMywyNDgsMjQ4LDI0OGMyMi41MjcsMCw0NC4zNTQtMy4wMDQsNjUuMDk5LTguNjMybC0wLjAwNi0wLjAyNgoJCQlDNDM5LjIwOCw0NTYuNTc4LDUyNS4yMDgsMzEzLjU3OCw0MzkuMjA4LDIxNS41Nzh6IE0zMzMuNzA5LDE4OS42OWMtMTQuNTAxLDE4LjU1NS01NC42NjgsNy43MDctNzAuMTctMTguNTQ3CgkJCWMtMTMuNjY0LTIzLjE0LTguNjY0LTU2LjIzMiwxNC45ODgtNzAuODIyYzEzLjcxLTguNDU3LDMxLjc5MS0wLjEzNSwzNS4yMzEsMTUuNjAyYzIuOCwxMi44MDYsOC41NDMsMjguNjcxLDIwLjIzOSw0My4xODcKCQkJQzM0MS4xMjUsMTY3Ljk2LDM0MC43MDcsMTgwLjczNiwzMzMuNzA5LDE4OS42OXoiLz4KCTwvZz4KCTxnPgoJCTxjaXJjbGUgc3R5bGU9ImZpbGw6I0ZGNEYxOTsiIGN4PSIxNjUuMDk4IiBjeT0iMTM1LjY4OCIgcj0iNDcuODkiLz4KCTwvZz4KCTxnPgoJCTxjaXJjbGUgc3R5bGU9ImZpbGw6I0ZGOEM2MjsiIGN4PSIxNzYuOTQiIGN5PSIxMjMuNzE1IiByPSIxNi43NjIiLz4KCTwvZz4KCTxnPgoJCTxjaXJjbGUgc3R5bGU9ImZpbGw6I0ZGQ0QwMDsiIGN4PSIxMTcuMDk4IiBjeT0iMjU1LjY4OCIgcj0iNDcuODkiLz4KCTwvZz4KCTxnPgoJCTxjaXJjbGUgc3R5bGU9ImZpbGw6I0ZGRTY3MTsiIGN4PSIxMjguOTQiIGN5PSIyNDMuNzE1IiByPSIxNi43NjIiLz4KCTwvZz4KCTxnPgoJCTxjaXJjbGUgc3R5bGU9ImZpbGw6IzAwQzM3QTsiIGN4PSIxNzIuODc5IiBjeT0iMzY3LjQ2OSIgcj0iNDcuODkiLz4KCTwvZz4KCTxnPgoJCTxjaXJjbGUgc3R5bGU9ImZpbGw6IzYwREM0RDsiIGN4PSIxODQuNzIiIGN5PSIzNTUuNDk2IiByPSIxNi43NjIiLz4KCTwvZz4KCTxnPgoJCTxjaXJjbGUgc3R5bGU9ImZpbGw6IzRDRDdGRjsiIGN4PSIyOTMuMDk4IiBjeT0iNDA3LjY4OCIgcj0iNDcuODkiLz4KCTwvZz4KCTxnPgoJCTxjaXJjbGUgc3R5bGU9ImZpbGw6I0FFRUZGRjsiIGN4PSIzMDQuOTM5IiBjeT0iMzk1LjcxNSIgcj0iMTYuNzYyIi8+Cgk8L2c+Cgk8Zz4KCQk8Y2lyY2xlIHN0eWxlPSJmaWxsOiMwMDlCQ0E7IiBjeD0iMzgxLjA5OCIgY3k9IjMxOS40NjkiIHI9IjQ3Ljg5Ii8+Cgk8L2c+Cgk8Zz4KCQk8Y2lyY2xlIHN0eWxlPSJmaWxsOiM0Q0Q3RkY7IiBjeD0iMzkyLjkzOSIgY3k9IjMwNy40OTYiIHI9IjE2Ljc2MiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=";
1556
+
1557
+ }
1558
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/ColumnsSetting' {
1559
+ export default ColumnsSetting;
1560
+ function ColumnsSetting({ open, onClose, onChangeColumnsSetting, columnsConfig }: {
1561
+ open: any;
1562
+ onClose: any;
1563
+ onChangeColumnsSetting: any;
1564
+ columnsConfig: any;
1565
+ }): import("react/jsx-runtime").JSX.Element;
1566
+
1567
+ }
1568
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/ColumnsSetting.test' {
1569
+ export {};
1570
+
1571
+ }
1572
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/Menu/index' {
1573
+ export default MenuList;
1574
+ function MenuList({ edit, remove }: {
1575
+ edit: any;
1576
+ remove: any;
1577
+ }): import("react/jsx-runtime").JSX.Element;
1578
+
1579
+ }
1580
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/Menu/styles' {
1581
+ export default useStyles;
1582
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"menu" | "active">;
1583
+
1584
+ }
1585
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/config' {
1586
+ export default config;
1587
+ function config({ config, theme, handleEdit, handleDelete }: {
1588
+ config: any;
1589
+ theme: any;
1590
+ handleEdit: any;
1591
+ handleDelete: any;
1592
+ }): any[];
1593
+
1594
+ }
1595
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/hooks/index' {
1596
+ export { useColumnsSetting };
1597
+ import useColumnsSetting from "@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/hooks/useColumnsSetting";
1598
+
1599
+ }
1600
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/hooks/useColumnsSetting' {
1601
+ export default useColumnsSetting;
1602
+ function useColumnsSetting(defaultState: any, editable: any[] | undefined, deleted: any[] | undefined, columnsConfig: any): {
1603
+ columns: any;
1604
+ changes: {};
1605
+ reset: () => void;
1606
+ save: (order: any) => {
1607
+ new: any[];
1608
+ old: any[];
1609
+ updated: any[];
1610
+ deleted: any[];
1611
+ };
1612
+ handleChange: ({ rowIndex, value, dataKey }: {
1613
+ rowIndex: any;
1614
+ value: any;
1615
+ dataKey: any;
1616
+ }) => void;
1617
+ handleAddRow: () => void;
1618
+ };
1619
+
1620
+ }
1621
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/hooks/useColumnsSetting.test' {
1622
+ export {};
1623
+
1624
+ }
1625
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/index' {
1626
+ export { default } from "@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/ColumnsSetting";
1627
+
1628
+ }
1629
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ColumnsSetting/styles' {
1630
+ export default useStyles;
1631
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"title" | "actions">;
1632
+
1633
+ }
1634
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ContextMenu/index' {
1635
+ const _default: React.MemoExoticComponent<typeof ContextMenu>;
1636
+ export default _default;
1637
+ function ContextMenu({ children, listAction, canClick, data }: {
1638
+ children: any;
1639
+ listAction: any;
1640
+ canClick: any;
1641
+ data: any;
1642
+ }): any;
1643
+ namespace ContextMenu {
1644
+ namespace propTypes {
1645
+ let children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
1646
+ let listAction: PropTypes.Validator<any[]>;
1647
+ let canClick: PropTypes.Validator<boolean>;
1648
+ let data: PropTypes.Requireable<object>;
1649
+ }
1650
+ namespace defaultProps {
1651
+ let data_1: null;
1652
+ export { data_1 as data };
1653
+ }
1654
+ }
1655
+ import React from 'react';
1656
+ import PropTypes from 'prop-types';
1657
+
1658
+ }
1659
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ContextMenu/styles' {
1660
+ export default useStyles;
1661
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"contextMenuCell">;
1662
+
1663
+ }
1664
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ErrorTooltip/index' {
1665
+ const _default: React.JSXElementConstructor<Omit<Pick<{
1666
+ children: any;
1667
+ title: any;
1668
+ classes: any;
1669
+ }, never> & Pick<PropTypes.InferProps<{
1670
+ children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
1671
+ title: PropTypes.Validator<string>;
1672
+ }>, PropTypes.RequiredKeys<{
1673
+ children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
1674
+ title: PropTypes.Validator<string>;
1675
+ }>> & Pick<{
1676
+ children: any;
1677
+ title: any;
1678
+ classes: any;
1679
+ }, "classes">, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"tooltip" | "arrow" | "tooltipDisplayNone"> & object>;
1680
+ export default _default;
1681
+ import PropTypes from 'prop-types';
1682
+ import React from 'react';
1683
+
1684
+ }
1685
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ExportDialog/ExportDialog.test' {
1686
+ export {};
1687
+
1688
+ }
1689
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ExportDialog/hook' {
1690
+ export function useExport(config?: {}): {
1691
+ exportData: (format: string, options: any) => Promise<Blob | null | undefined>;
1692
+ loading: boolean;
1693
+ error: boolean;
1694
+ };
1695
+
1696
+ }
1697
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ExportDialog/hook.test' {
1698
+ export {};
1699
+
1700
+ }
1701
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ExportDialog/index' {
1702
+ export default ExportDialog;
1703
+ function ExportDialog({ onClose }: {
1704
+ onClose: any;
1705
+ }): import("react/jsx-runtime").JSX.Element;
1706
+ namespace ExportDialog {
1707
+ namespace propTypes {
1708
+ let onClose: PropTypes.Validator<(...args: any[]) => any>;
1709
+ }
1710
+ }
1711
+ import PropTypes from 'prop-types';
1712
+
1713
+ }
1714
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/ExportDialog/styles' {
1715
+ export default useStyles;
1716
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"root" | "fieldset" | "title" | "actions" | "switchButton">;
1717
+
1718
+ }
1719
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Footer/Cell/index' {
1720
+ export default FooterCell;
1721
+ function FooterCell({ column, style, displayableRows, classes, columnIndex, footerCellStylesProp }: {
1722
+ column: any;
1723
+ style: any;
1724
+ displayableRows: any;
1725
+ classes: any;
1726
+ columnIndex: any;
1727
+ footerCellStylesProp: any;
1728
+ }): import("react/jsx-runtime").JSX.Element | null;
1729
+
1730
+ }
1731
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Footer/Cell/styles' {
1732
+ export default useStyles;
1733
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"cell" | "footer" | "align" | "alignLeft" | "alignCenter" | "alignRight" | "alignVerticalCenter" | "alignVerticalBottom" | "alignVerticalTop" | "footerCell">;
1734
+
1735
+ }
1736
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Footer/index' {
1737
+ export default Footer;
1738
+ function Footer({ modeEdit, displayableRows, domRef, ...rest }: {
1739
+ [x: string]: any;
1740
+ modeEdit: any;
1741
+ displayableRows: any;
1742
+ domRef: any;
1743
+ }): import("react/jsx-runtime").JSX.Element;
1744
+
1745
+ }
1746
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Footer/styles' {
1747
+ export default useStyles;
1748
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"fixed" | "defaultStyle" | "gridContainer" | "FooterGrid">;
1749
+
1750
+ }
1751
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Header/Cell/index' {
1752
+ export default HeaderCell;
1753
+ function HeaderCell({ allSelectableKey, column, columnIndex, style, headerCellStylesProp, withBorders, wrapHeaderText, order, orderDirection, onOrderChange, isAllCheckedColumn, displayableRows }: {
1754
+ allSelectableKey: any;
1755
+ column: any;
1756
+ columnIndex: any;
1757
+ style: any;
1758
+ headerCellStylesProp: any;
1759
+ withBorders: any;
1760
+ wrapHeaderText: any;
1761
+ order: any;
1762
+ orderDirection: any;
1763
+ onOrderChange: any;
1764
+ isAllCheckedColumn: any;
1765
+ displayableRows: any;
1766
+ }): import("react/jsx-runtime").JSX.Element;
1767
+
1768
+ }
1769
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Header/Cell/styles' {
1770
+ export default useStyles;
1771
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"cell" | "thumbnail" | "align" | "alignLeft" | "alignCenter" | "alignRight" | "cbCell" | "withGrid" | "alignVerticalCenter" | "alignVerticalBottom" | "alignVerticalTop" | "hasSelectAll" | "headerCell" | "headerCellContent" | "headerCell_wrap">;
1772
+
1773
+ }
1774
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Header/components/Sortable/index' {
1775
+ export default HeaderSortable;
1776
+ function HeaderSortable({ children, column, order, onOrderChange }: {
1777
+ children: any;
1778
+ column: any;
1779
+ order: any;
1780
+ onOrderChange: any;
1781
+ }): import("react/jsx-runtime").JSX.Element;
1782
+ namespace HeaderSortable {
1783
+ namespace propTypes {
1784
+ let children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
1785
+ let column: PropTypes.Validator<object>;
1786
+ let order: PropTypes.Validator<string>;
1787
+ let onOrderChange: PropTypes.Validator<(...args: any[]) => any>;
1788
+ }
1789
+ }
1790
+ import PropTypes from 'prop-types';
1791
+
1792
+ }
1793
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Header/components/Sortable/styles' {
1794
+ export default useStyles;
1795
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"button">;
1796
+
1797
+ }
1798
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Header/index' {
1799
+ export default Header;
1800
+ function Header({ displayableRows, wrapHeaderText, tableKeyName: _tableKeyName, order, orderDirection, onOrderChange, ...rest }: {
1801
+ [x: string]: any;
1802
+ displayableRows: any;
1803
+ wrapHeaderText: any;
1804
+ tableKeyName: any;
1805
+ order: any;
1806
+ orderDirection: any;
1807
+ onOrderChange: any;
1808
+ }): import("react/jsx-runtime").JSX.Element;
1809
+
1810
+ }
1811
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Header/styles' {
1812
+ export default useStyles;
1813
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"cell" | "cbCell" | "withGrid" | "gridContainer" | "HeaderGrid">;
1814
+
1815
+ }
1816
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Icon/Font/index' {
1817
+ export default FontIcon;
1818
+ function FontIcon(props: any): import("react/jsx-runtime").JSX.Element;
1819
+ namespace FontIcon {
1820
+ namespace propTypes {
1821
+ let name: PropTypes.Requireable<string>;
1822
+ let className: PropTypes.Requireable<string>;
1823
+ let size: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
1824
+ let color: PropTypes.Requireable<string>;
1825
+ let titleInfoBulle: PropTypes.Requireable<string>;
1826
+ let tooltipPlacement: PropTypes.Requireable<string>;
1827
+ let marginRight: PropTypes.Requireable<number>;
1828
+ let classes: PropTypes.Requireable<object>;
1829
+ let iconChar: PropTypes.Requireable<string>;
1830
+ let iconCharStyle: PropTypes.Requireable<string>;
1831
+ let tooltipProps: PropTypes.Requireable<object>;
1832
+ }
1833
+ namespace defaultProps {
1834
+ let name_1: null;
1835
+ export { name_1 as name };
1836
+ let size_1: undefined;
1837
+ export { size_1 as size };
1838
+ let color_1: undefined;
1839
+ export { color_1 as color };
1840
+ let titleInfoBulle_1: string;
1841
+ export { titleInfoBulle_1 as titleInfoBulle };
1842
+ let tooltipPlacement_1: string;
1843
+ export { tooltipPlacement_1 as tooltipPlacement };
1844
+ let classes_1: {};
1845
+ export { classes_1 as classes };
1846
+ let className_1: string;
1847
+ export { className_1 as className };
1848
+ let iconChar_1: null;
1849
+ export { iconChar_1 as iconChar };
1850
+ let iconCharStyle_1: null;
1851
+ export { iconCharStyle_1 as iconCharStyle };
1852
+ let marginRight_1: number;
1853
+ export { marginRight_1 as marginRight };
1854
+ let tooltipProps_1: undefined;
1855
+ export { tooltipProps_1 as tooltipProps };
1856
+ }
1857
+ }
1858
+ import PropTypes from 'prop-types';
1859
+
1860
+ }
1861
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Icon/Font/styles' {
1862
+ export default useStyles;
1863
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"label" | "infoBulle" | "fontIcon" | "dataIconChar" | "multiTitleContainer" | "multiTitle">;
1864
+
1865
+ }
1866
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Icon/index' {
1867
+ export { FontIcon };
1868
+ import FontIcon from '@myunisoft/design-system/src/components/VirtualTable/components/Icon/Font/index';
1869
+
1870
+ }
1871
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Image/index' {
1872
+ export default Image;
1873
+ function Image(props: any): import("react/jsx-runtime").JSX.Element;
1874
+ namespace Image {
1875
+ namespace propTypes {
1876
+ let className: PropTypes.Requireable<string>;
1877
+ let src: PropTypes.Validator<string>;
1878
+ let hidden: PropTypes.Requireable<boolean>;
1879
+ let alt: PropTypes.Requireable<string>;
1880
+ let onClick: PropTypes.Requireable<(...args: any[]) => any>;
1881
+ let onUnload: PropTypes.Validator<(...args: any[]) => any>;
1882
+ }
1883
+ namespace defaultProps {
1884
+ let className_1: undefined;
1885
+ export { className_1 as className };
1886
+ let hidden_1: boolean;
1887
+ export { hidden_1 as hidden };
1888
+ let alt_1: string;
1889
+ export { alt_1 as alt };
1890
+ let onClick_1: null;
1891
+ export { onClick_1 as onClick };
1892
+ }
1893
+ }
1894
+ import PropTypes from 'prop-types';
1895
+
1896
+ }
1897
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Image/styles' {
1898
+ export default useStyles;
1899
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"container" | "img" | "error" | "loader" | "errorMessage">;
1900
+
1901
+ }
1902
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Loader/index' {
1903
+ export default Loader;
1904
+ function Loader({ className, size, color, inline }: {
1905
+ className: any;
1906
+ size: any;
1907
+ color: any;
1908
+ inline: any;
1909
+ }): import("react/jsx-runtime").JSX.Element;
1910
+ namespace Loader {
1911
+ namespace propTypes {
1912
+ let className: PropTypes.Requireable<string>;
1913
+ let size: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
1914
+ let color: PropTypes.Requireable<string>;
1915
+ let inline: PropTypes.Requireable<boolean>;
1916
+ }
1917
+ namespace defaultProps {
1918
+ let className_1: string;
1919
+ export { className_1 as className };
1920
+ let size_1: number;
1921
+ export { size_1 as size };
1922
+ let color_1: undefined;
1923
+ export { color_1 as color };
1924
+ let inline_1: boolean;
1925
+ export { inline_1 as inline };
1926
+ }
1927
+ }
1928
+ import PropTypes from 'prop-types';
1929
+
1930
+ }
1931
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Loader/styles' {
1932
+ export default useStyles;
1933
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"container">;
1934
+
1935
+ }
1936
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/SearchBar/component/ColumnsList/index' {
1937
+ export default ColumnsList;
1938
+ /**
1939
+ * Dropdown of possible filters
1940
+ */
1941
+ function ColumnsList({ columns, filters, menuRef, onClick, isFocusedSearch, ...other }: {
1942
+ [x: string]: any;
1943
+ columns: any;
1944
+ filters?: Map<any, any> | undefined;
1945
+ menuRef: any;
1946
+ onClick: any;
1947
+ isFocusedSearch: any;
1948
+ }): import("react/jsx-runtime").JSX.Element;
1949
+ namespace ColumnsList {
1950
+ namespace propTypes {
1951
+ let columns: PropTypes.Requireable<any[]>;
1952
+ let filters: PropTypes.Requireable<object>;
1953
+ let menuRef: PropTypes.Validator<object>;
1954
+ let onClick: PropTypes.Validator<(...args: any[]) => any>;
1955
+ }
1956
+ namespace defaultProps {
1957
+ let columns_1: never[];
1958
+ export { columns_1 as columns };
1959
+ }
1960
+ }
1961
+ import PropTypes from 'prop-types';
1962
+
1963
+ }
1964
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/SearchBar/component/ColumnsList/styles' {
1965
+ export default useStyles;
1966
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"menuItem" | "wrapper">;
1967
+
1968
+ }
1969
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/SearchBar/component/FilterChip/index' {
1970
+ export default FilterChip;
1971
+ /**
1972
+ * Active filter component
1973
+ */
1974
+ function FilterChip({ data, inputProps, name, onClose, value }: {
1975
+ data?: {} | undefined;
1976
+ inputProps?: {} | undefined;
1977
+ name: any;
1978
+ onClose: any;
1979
+ value: any;
1980
+ }): import("react/jsx-runtime").JSX.Element;
1981
+ namespace FilterChip {
1982
+ namespace propTypes {
1983
+ let data: PropTypes.Requireable<object>;
1984
+ let inputProps: PropTypes.Requireable<object>;
1985
+ let name: PropTypes.Validator<string>;
1986
+ let onClose: PropTypes.Validator<(...args: any[]) => any>;
1987
+ let value: PropTypes.Validator<NonNullable<NonNullable<string | number | null | undefined>>>;
1988
+ }
1989
+ }
1990
+ import PropTypes from 'prop-types';
1991
+
1992
+ }
1993
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/SearchBar/component/FilterChip/styles' {
1994
+ export default useStyles;
1995
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"root" | "input" | "select" | "closeIcon">;
1996
+
1997
+ }
1998
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/SearchBar/component/MainSearch/index' {
1999
+ export default MainSearch;
2000
+ /**
2001
+ * The global search input
2002
+ */
2003
+ function MainSearch({ isMenuOpen, mainInputRef, menuRef, onSelectFirst, value, isFocused, onSearchBarEnterKeyDown, ...other }: {
2004
+ [x: string]: any;
2005
+ isMenuOpen: any;
2006
+ mainInputRef: any;
2007
+ menuRef: any;
2008
+ onSelectFirst: any;
2009
+ value?: string | undefined;
2010
+ isFocused: any;
2011
+ onSearchBarEnterKeyDown: any;
2012
+ }): import("react/jsx-runtime").JSX.Element;
2013
+ namespace MainSearch {
2014
+ namespace propTypes {
2015
+ let isMenuOpen: PropTypes.Validator<boolean>;
2016
+ let mainInputRef: PropTypes.Validator<object>;
2017
+ let menuRef: PropTypes.Validator<object>;
2018
+ let value: PropTypes.Requireable<string>;
2019
+ }
2020
+ }
2021
+ import PropTypes from 'prop-types';
2022
+
2023
+ }
2024
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/SearchBar/constants' {
2025
+ export const TRIGGER_KEY: "@";
2026
+ export namespace searchBarActions {
2027
+ let ADD_FILTER: string;
2028
+ let CHANGE_SEARCH: string;
2029
+ let DELETE_FILTER: string;
2030
+ let SET_CONFIG: string;
2031
+ let UPDATE_FILTER: string;
2032
+ }
2033
+
2034
+ }
2035
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/SearchBar/hooks' {
2036
+ export default useSearchBar;
2037
+ /**
2038
+ * Hook to manage the search state
2039
+ */
2040
+ function useSearchBar({ columns }: {
2041
+ columns: any;
2042
+ }): any[];
2043
+
2044
+ }
2045
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/SearchBar/index' {
2046
+ export default SearchBar;
2047
+ function SearchBar({ columns: columnsProps, onChange, onChipFocus, onChipBlur, onSearchBarEnterKeyDown }: {
2048
+ columns: any;
2049
+ onChange: any;
2050
+ onChipFocus: any;
2051
+ onChipBlur: any;
2052
+ onSearchBarEnterKeyDown: any;
2053
+ }): import("react/jsx-runtime").JSX.Element;
2054
+ namespace SearchBar {
2055
+ namespace propTypes {
2056
+ let columns: PropTypes.Validator<any[]>;
2057
+ let onChange: PropTypes.Validator<(...args: any[]) => any>;
2058
+ }
2059
+ }
2060
+ import PropTypes from 'prop-types';
2061
+
2062
+ }
2063
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/SearchBar/styles' {
2064
+ export default useStyles;
2065
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"root" | "button" | "menu" | "input" | "closeIcon" | "termsWrapper" | "inputEmpty" | "mainInput" | "chipsGroup" | "inputWrapper">;
2066
+
2067
+ }
2068
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/SearchBar/utils' {
2069
+ /**
2070
+ * Cell types available in the filter list
2071
+ */
2072
+ export const allowedTypes: string[];
2073
+ export function isSearchable(column: any): any;
2074
+ /**
2075
+ * Map and filter config to match our needs
2076
+ *
2077
+ * @param {array} columns - Columns array from VT config
2078
+ */
2079
+ export function parseConfig(columns: any[]): any;
2080
+
2081
+ }
2082
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Toolbar/Buttons/index' {
2083
+ export default ToolbarButtons;
2084
+ function ToolbarButtons({ displayableRows, handleRowsToDelete, handleValidateAdd, handleValidateEdit, handleCancel: onCancel, selectedRows, selectedVisibleRows, onChangeColumnsSetting, columnsConfig }: {
2085
+ displayableRows: any;
2086
+ handleRowsToDelete: any;
2087
+ handleValidateAdd: any;
2088
+ handleValidateEdit: any;
2089
+ handleCancel: any;
2090
+ selectedRows: any;
2091
+ selectedVisibleRows: any;
2092
+ onChangeColumnsSetting: any;
2093
+ columnsConfig: any;
2094
+ }): import("react/jsx-runtime").JSX.Element;
2095
+
2096
+ }
2097
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Toolbar/SettingsIcon' {
2098
+ export default SettingsIcon;
2099
+ const SettingsIcon: React.NamedExoticComponent<object>;
2100
+ import React from "react";
2101
+
2102
+ }
2103
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Toolbar/index' {
2104
+ export default Toolbar;
2105
+ function Toolbar({ displayableRows, handleRowsToDelete, handleValidateAdd, handleValidateEdit, onChipFocus, onChipBlur, columnsConfig, onSearchBarEnterKeyDown, ...rest }: {
2106
+ [x: string]: any;
2107
+ displayableRows: any;
2108
+ handleRowsToDelete: any;
2109
+ handleValidateAdd: any;
2110
+ handleValidateEdit: any;
2111
+ onChipFocus: any;
2112
+ onChipBlur: any;
2113
+ columnsConfig: any;
2114
+ onSearchBarEnterKeyDown: any;
2115
+ }): import("react/jsx-runtime").JSX.Element;
2116
+
2117
+ }
2118
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/Toolbar/styles' {
2119
+ export default useStyles;
2120
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"selectionManager" | "selectCount">;
2121
+
2122
+ }
2123
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/TooltipWrapper/index' {
2124
+ export default TooltipWrapper;
2125
+ function TooltipWrapper({ titleInfoBulle, children, htmlContent, ...tooltipProps }: {
2126
+ [x: string]: any;
2127
+ titleInfoBulle?: string | undefined;
2128
+ children: any;
2129
+ htmlContent?: boolean | undefined;
2130
+ }): import("react/jsx-runtime").JSX.Element;
2131
+ namespace TooltipWrapper {
2132
+ namespace propTypes {
2133
+ let children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
2134
+ }
2135
+ }
2136
+ import PropTypes from 'prop-types';
2137
+
2138
+ }
2139
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/TooltipWrapper/styles' {
2140
+ export default useStyles;
2141
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"tooltip" | "wrapper">;
2142
+
2143
+ }
2144
+ declare module '@myunisoft/design-system/src/components/VirtualTable/components/VirtualTableProvider/index' {
2145
+ export default VirtualTableProvider;
2146
+ function VirtualTableProvider({ config, children }: {
2147
+ config?: {} | undefined;
2148
+ children: any;
2149
+ }): import("react/jsx-runtime").JSX.Element;
2150
+
2151
+ }
2152
+ declare module '@myunisoft/design-system/src/components/VirtualTable/constants/alignCell' {
2153
+ export namespace ALIGN_CELL {
2154
+ let LEFT: string;
2155
+ let CENTER: string;
2156
+ let RIGHT: string;
2157
+ let BOTTOM: string;
2158
+ let TOP: string;
2159
+ }
2160
+
2161
+ }
2162
+ declare module '@myunisoft/design-system/src/components/VirtualTable/constants/badgeStatus' {
2163
+ export namespace BADGE_STATUS {
2164
+ namespace OK_MANUEL {
2165
+ let value: string;
2166
+ let label: string;
2167
+ }
2168
+ namespace OK {
2169
+ let value_1: string;
2170
+ export { value_1 as value };
2171
+ let label_1: string;
2172
+ export { label_1 as label };
2173
+ }
2174
+ namespace IN_PROGRESS {
2175
+ let value_2: string;
2176
+ export { value_2 as value };
2177
+ let label_2: string;
2178
+ export { label_2 as label };
2179
+ }
2180
+ namespace TIME_OUT {
2181
+ let value_3: string;
2182
+ export { value_3 as value };
2183
+ let label_3: string;
2184
+ export { label_3 as label };
2185
+ }
2186
+ namespace ERROR {
2187
+ let value_4: string;
2188
+ export { value_4 as value };
2189
+ let label_4: string;
2190
+ export { label_4 as label };
2191
+ }
2192
+ namespace ERROR_MANUEL {
2193
+ let value_5: string;
2194
+ export { value_5 as value };
2195
+ let label_5: string;
2196
+ export { label_5 as label };
2197
+ }
2198
+ }
2199
+ export const NO_BADGE: "NONE";
2200
+
2201
+ }
2202
+ declare module '@myunisoft/design-system/src/components/VirtualTable/constants/data' {
2203
+ export const MAX_COUNT_NOTIFY: 999;
2204
+ export const NO_SELECT: "NO_SELECT";
2205
+ export const DATEFORMAT: "DD/MM/YYYY";
2206
+ export const DATEOUTPUT: "L";
2207
+
2208
+ }
2209
+ declare module '@myunisoft/design-system/src/components/VirtualTable/constants/keyboard' {
2210
+ export namespace CODES {
2211
+ let ARROW_DOWN: string;
2212
+ let ENTER: string;
2213
+ }
2214
+
2215
+ }
2216
+ declare module '@myunisoft/design-system/src/components/VirtualTable/constants/typeCell' {
2217
+ export namespace TYPE_CELL {
2218
+ let SELECT: string;
2219
+ let STRING: string;
2220
+ let CHECKBOX: string;
2221
+ let DATE: string;
2222
+ let AMOUNT: string;
2223
+ let NUMBER: string;
2224
+ let RATE: string;
2225
+ let BADGE_STATUS: string;
2226
+ let STATUS: string;
2227
+ let THUMBNAIL: string;
2228
+ let ATTACHMENT: string;
2229
+ let CHIP: string;
2230
+ let BUTTON: string;
2231
+ let MULTIPLE_INPUTS: string;
2232
+ let WALLET: string;
2233
+ let AUTOCOMPLETE: string;
2234
+ let SWITCH_BADGE_STATUS: string;
2235
+ let COMPONENT: string;
2236
+ let EMPTY: string;
2237
+ }
2238
+ export namespace TYPE_FOOTER_CELL {
2239
+ let STRING_1: string;
2240
+ export { STRING_1 as STRING };
2241
+ export let SUM: string;
2242
+ let AMOUNT_1: string;
2243
+ export { AMOUNT_1 as AMOUNT };
2244
+ }
2245
+
2246
+ }
2247
+ declare module '@myunisoft/design-system/src/components/VirtualTable/constants/typeOperand' {
2248
+ export namespace OPERAND {
2249
+ let FUNCTION: string;
2250
+ let NUMBER: string;
2251
+ let STRING: string;
2252
+ }
2253
+
2254
+ }
2255
+ declare module '@myunisoft/design-system/src/components/VirtualTable/context/VirtualTableContext' {
2256
+ export default VirtualTableContext;
2257
+ const VirtualTableContext: React.Context<{}>;
2258
+ import React from 'react';
2259
+
2260
+ }
2261
+ declare module '@myunisoft/design-system/src/components/VirtualTable/context/globalContext' {
2262
+ export default VirtualTableGlobalContext;
2263
+ const VirtualTableGlobalContext: React.Context<{}>;
2264
+ import React from 'react';
2265
+
2266
+ }
2267
+ declare module '@myunisoft/design-system/src/components/VirtualTable/context/index' {
2268
+ export default VirtualTableContext;
2269
+ import VirtualTableContext from '@myunisoft/design-system/src/components/VirtualTable/context/VirtualTableContext';
2270
+
2271
+ }
2272
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/filter/useFilter' {
2273
+ export default useFilter;
2274
+ function useFilter({ rows, groupCollapsed, onFilterChange, apiRef, searchableColumns }: {
2275
+ rows: any;
2276
+ groupCollapsed: any;
2277
+ onFilterChange: any;
2278
+ apiRef: any;
2279
+ searchableColumns: any;
2280
+ }): {
2281
+ filteredRows: any;
2282
+ };
2283
+
2284
+ }
2285
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/secured/useSecured' {
2286
+ export function useSecured(row: any): {
2287
+ isSecuredRow: boolean;
2288
+ };
2289
+
2290
+ }
2291
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/secured/utils' {
2292
+ export function isSecuredRow({ hasSecuredRows, row }: {
2293
+ hasSecuredRows: any;
2294
+ row: any;
2295
+ }): boolean;
2296
+ export function isLockedRow({ unlockedRowsIds, row, selectableRowKey, hasSecuredRows }: {
2297
+ unlockedRowsIds: any;
2298
+ row: any;
2299
+ selectableRowKey?: string | undefined;
2300
+ hasSecuredRows: any;
2301
+ }): boolean;
2302
+ export function getUnlockedRowsIds(unlockedRows: any[] | undefined, selectableRowKey: string): any[];
2303
+
2304
+ }
2305
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/secured/utils.test' {
2306
+ export {};
2307
+
2308
+ }
2309
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/selection/selectionSelector' {
2310
+ export const selectedRowsSelector: ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: any) => any, {
2311
+ clearCache: () => void;
2312
+ }> & {
2313
+ clearCache: () => void;
2314
+ };
2315
+
2316
+ }
2317
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/selection/useSelection' {
2318
+ export default useSelection;
2319
+ function useSelection(): {
2320
+ selectRows: (ids: any) => void;
2321
+ selectedRows: any;
2322
+ };
2323
+
2324
+ }
2325
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/selection/utils' {
2326
+ export function createSelection(rows?: any[]): any[];
2327
+ export function unselectRow(rows: any, id: any): any[];
2328
+ export function getSelectedHiddenRows(selectedRows?: any[], displayableRows?: any[], selectableRowKey?: string): any[];
2329
+ export function getSelectedVisibleRows(selectedRows?: any[], displayableRows?: any[], selectableRowKey?: string): any[];
2330
+ export function getSelectableRows({ displayableRows, selectableRowKey, hasSecuredRows, unlockedRowsIds, hideCheckbox }: {
2331
+ displayableRows?: any[] | undefined;
2332
+ selectableRowKey?: string | undefined;
2333
+ hasSecuredRows: any;
2334
+ unlockedRowsIds?: any[] | undefined;
2335
+ hideCheckbox: any;
2336
+ }): any[];
2337
+
2338
+ }
2339
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/selection/utils.test' {
2340
+ export {};
2341
+
2342
+ }
2343
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/validation/useValidation' {
2344
+ export default useValidation;
2345
+ function useValidation(): {
2346
+ hasError: boolean;
2347
+ errors: {};
2348
+ validate: (row: any) => any;
2349
+ addError: (id: any, error: any) => void;
2350
+ addErrors: (errors_: any) => void;
2351
+ removeError: (id: any) => void;
2352
+ removeErrors: (ids: any) => void;
2353
+ };
2354
+
2355
+ }
2356
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/validation/useValidation.test' {
2357
+ export {};
2358
+
2359
+ }
2360
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/virtualization/utils' {
2361
+ export function calculateRowsToDisplay(height: any, estimatedRowSize: any): number;
2362
+ export function calculateRowIndexesRange({ scrollTop, height }: {
2363
+ scrollTop?: number | undefined;
2364
+ height: any;
2365
+ }, estimatedRowSize: any, overscanRowCount: any): {
2366
+ firstIndex: number;
2367
+ firstVisibleIndex: number;
2368
+ lastVisibleIndex: number;
2369
+ lastIndex: any;
2370
+ };
2371
+ export function getScrollbarDimension(container: any): {
2372
+ horizontal: boolean;
2373
+ size: number;
2374
+ vertical: boolean;
2375
+ };
2376
+
2377
+ }
2378
+ declare module '@myunisoft/design-system/src/components/VirtualTable/features/virtualization/utils.test' {
2379
+ export {};
2380
+
2381
+ }
2382
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/array' {
2383
+ export function sameArray(array1: any, array2: any): boolean;
2384
+
2385
+ }
2386
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/array.test' {
2387
+ export {};
2388
+
2389
+ }
2390
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/colors' {
2391
+ export function sumChars(str?: string): number;
2392
+ export function generateColorWithName(name: any): string;
2393
+
2394
+ }
2395
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/colors.test' {
2396
+ export {};
2397
+
2398
+ }
2399
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/exportFormat' {
2400
+ export function formatDefaultData(row: any, column: any, type?: string): any;
2401
+ export function formatDataToExport(row: any, column: any, type: any): {
2402
+ content: string;
2403
+ typeCell: any;
2404
+ raw: any;
2405
+ rowType: any;
2406
+ groupId: any;
2407
+ };
2408
+ export function parseFooter(rows: any, columns: any): any[][];
2409
+ export function parseDataRows(rows: any, columns: any, exportOptions?: {}): any[];
2410
+ export function exportToCSV(csvData: any, fileName: any, options?: {}): void;
2411
+ export function exportToExcel({ header, body, footer }: {
2412
+ header: any;
2413
+ body: any;
2414
+ footer: any;
2415
+ }, fileName: any): Promise<void>;
2416
+
2417
+ }
2418
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/exportFormat.test' {
2419
+ export {};
2420
+
2421
+ }
2422
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/file' {
2423
+ export function isFile(object: any): any;
2424
+ export function downloadFile(data: any, filename: any, type?: string): void;
2425
+ export function exportData(rows: Row[], columns: Column[], format: 'csv' | 'xls' | 'pdf' | 'print', fileName: string, options?: object): Promise<Blob | null> | null | undefined;
2426
+
2427
+ }
2428
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/file.test' {
2429
+ export {};
2430
+
2431
+ }
2432
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/filter' {
2433
+ /**
2434
+ * Escape every special characters to use them as literally
2435
+ * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping
2436
+ *
2437
+ * @param {string} string - String to escape
2438
+ */
2439
+ export function escapeRegExp(string: string): string;
2440
+ export function isMatching(term: string, value: string | number, typeCell: any, options?: {}): any;
2441
+ export function isMatchingAmount(term: any, _value: any): any;
2442
+ export function isMatchingDate(term: any, _value: any, options?: {}): boolean;
2443
+ export function isMatchingWallet(search: any, _value: any, options?: {}): boolean;
2444
+ export function matchFilterList(row: object, filters?: any[], columns?: any[]): boolean;
2445
+ export function getSearchableColumns(columns: any): any;
2446
+
2447
+ }
2448
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/filter.test' {
2449
+ export {};
2450
+
2451
+ }
2452
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/footer' {
2453
+ export function getFooterValue(column: any, displayableRows: any): any;
2454
+
2455
+ }
2456
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/group' {
2457
+ export function processGroups(data: any, groupKey: any, order: any, orderDirection: any): any;
2458
+ export function processCollapsedGroups(data: any, insertPosition: any): never[];
2459
+
2460
+ }
2461
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/group.test' {
2462
+ export {};
2463
+
2464
+ }
2465
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/headerSteppers' {
2466
+ export function generateHeaderSteps(stepArray: any): any;
2467
+
2468
+ }
2469
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/headerSteppers.test' {
2470
+ export {};
2471
+
2472
+ }
2473
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/number' {
2474
+ export function formatNumberAndRoundMaxTwoDigits(value: any): any;
2475
+ export function stringToNumber(value: any): number;
2476
+ export function formatNumber(num: any, format?: string): any;
2477
+ export function generateId(): string;
2478
+
2479
+ }
2480
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/number.test' {
2481
+ export {};
2482
+
2483
+ }
2484
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/pdf' {
2485
+ export function getImageDimensions(imageUrl: any): Promise<any>;
2486
+ export function exportPDF(fname: any, data: any, print: any, options: any): Promise<Blob | null>;
2487
+
2488
+ }
2489
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/pdf.test' {
2490
+ export {};
2491
+
2492
+ }
2493
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/sorting' {
2494
+ export function optionsComparator(list: any): (a: any, b: any) => 0 | 1 | -1;
2495
+ export function dateComparator(format?: string): (a: any, b: any) => 0 | 1 | -1;
2496
+ export function sortDate(a: any, b: any): 0 | 1 | -1;
2497
+ export function sortBoolean(a?: number, b?: number): 0 | 1 | -1;
2498
+ export function sort(a: any, b: any): 0 | 1 | -1;
2499
+ export function dbCollationOrdering(a: any, b: any): number;
2500
+ export function buildComparator(column: {
2501
+ sortComparator: Function;
2502
+ typeCell: string;
2503
+ formatDate: string;
2504
+ options: {
2505
+ value: string | number;
2506
+ sortOrder: number;
2507
+ };
2508
+ }): Function;
2509
+ /**
2510
+ *
2511
+ * @param {Row[]} data
2512
+ * @param {Column[]} columns
2513
+ * @param {string} order
2514
+ * @param {'asc'|'desc'} orderDirection
2515
+ * @returns
2516
+ */
2517
+ export function applySorting(data: Row[], columns: Column[], order: string, orderDirection: 'asc' | 'desc'): Row[];
2518
+ export function applyGroupSorting(data: any, columns: any, order: any, orderDirection: any, groupKey: any, sortedGroup: any): any[];
2519
+
2520
+ }
2521
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/sorting.test' {
2522
+ export {};
2523
+
2524
+ }
2525
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/state' {
2526
+ export function hasChange(data?: any[]): boolean;
2527
+
2528
+ }
2529
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/style' {
2530
+ export function defineCellAlign(typeCell: any, alignText: any): any;
2531
+
2532
+ }
2533
+ declare module '@myunisoft/design-system/src/components/VirtualTable/helpers/style.test' {
2534
+ export {};
2535
+
2536
+ }
2537
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/index' {
2538
+ export function useSortable(defaultOrder: any, defaultOrderDirection: any, onCustomOrderChange: any): {
2539
+ order: any;
2540
+ orderDirection: any;
2541
+ onOrderChange: (key: any) => void;
2542
+ };
2543
+ export function useDataManager(defaultData?: any[], selectableRowKey?: string, modeGroup?: boolean, groupKey?: string): {
2544
+ data: any[];
2545
+ setData: import("react").Dispatch<import("react").SetStateAction<any[]>>;
2546
+ onAdd: (rows: any, index: any) => void;
2547
+ onEdit: (rows: any, _index: any) => void;
2548
+ onDelete: (rows: any) => void;
2549
+ };
2550
+ export function useConfig(): {};
2551
+
2552
+ }
2553
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/useApiRef' {
2554
+ export function useApiRef(): any;
2555
+
2556
+ }
2557
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/useApiState' {
2558
+ export default useApiState;
2559
+ function useApiState(ref: any): import("react").MutableRefObject<{}>[];
2560
+
2561
+ }
2562
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/useColumns' {
2563
+ export default useColumns;
2564
+ function useColumns(columns: any, tableKeyName: any, config: {} | undefined, onColumnsChange: any): {
2565
+ dispatch: import("react").DispatchWithoutAction;
2566
+ state: any;
2567
+ };
2568
+
2569
+ }
2570
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/useColumns.test' {
2571
+ export {};
2572
+
2573
+ }
2574
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/useGlobalConfig' {
2575
+ export default useGlobalConfig;
2576
+ function useGlobalConfig(): {};
2577
+
2578
+ }
2579
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/useMachine' {
2580
+ export function useMachine(machine: any, initialContext?: {}): any[];
2581
+
2582
+ }
2583
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/useNavigation' {
2584
+ export default useNavigation;
2585
+ function useNavigation({ hasCheckBox, onFocusChange, columns }: {
2586
+ hasCheckBox: any;
2587
+ onFocusChange?: (() => void) | undefined;
2588
+ columns?: any[] | undefined;
2589
+ }): {
2590
+ handleCellBlur: (previousRowIndex: any, previousColumnIndex: any) => void;
2591
+ handleCellFocus: (rowIndex: any, columnIndex: any) => void;
2592
+ focusedCell: undefined;
2593
+ currentCell: undefined;
2594
+ setCurrentCell: (rowIndex: any, columnIndex: any) => void;
2595
+ };
2596
+
2597
+ }
2598
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/useStorage' {
2599
+ export default useStorage;
2600
+ function useStorage(_tableKeyName: any, _config?: {}): {
2601
+ getItem: (key: any, defaultValue: any) => any;
2602
+ setItem: (key: any, value: any) => void;
2603
+ };
2604
+
2605
+ }
2606
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/useStorage.test' {
2607
+ export {};
2608
+
2609
+ }
2610
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/useWindowState' {
2611
+ export function useWindowState(props?: {}): {
2612
+ open: (message: any, focus?: boolean) => void;
2613
+ send: (message: any, focus?: boolean) => void;
2614
+ focus: () => void;
2615
+ close: () => void;
2616
+ props: {
2617
+ open: any;
2618
+ focusing: boolean;
2619
+ message: any;
2620
+ onOpen: () => void;
2621
+ onFocusChanged: () => void;
2622
+ onClose: () => void;
2623
+ };
2624
+ };
2625
+
2626
+ }
2627
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/utils/useGridState' {
2628
+ export function useGridState(apiRef: any): any[];
2629
+
2630
+ }
2631
+ declare module '@myunisoft/design-system/src/components/VirtualTable/hooks/utils/useSelector' {
2632
+ export function useSelector(apiRef: any, selector: any): any;
2633
+
2634
+ }
2635
+ declare module '@myunisoft/design-system/src/components/VirtualTable/index' {
2636
+ export default VirtualTable;
2637
+ const VirtualTable: React.MemoExoticComponent<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
2638
+ import React from 'react';
2639
+
2640
+ }
2641
+ declare module '@myunisoft/design-system/src/components/VirtualTable/machine/index' {
2642
+ export namespace initialContext {
2643
+ let dataRows: never[];
2644
+ let selectedRows: any[];
2645
+ let groupCollapsed: Set<any>;
2646
+ let addRows: never[];
2647
+ let dataRowsBeforeEdit: never[];
2648
+ }
2649
+ export namespace STATES {
2650
+ let IDLE: string;
2651
+ let EDIT: string;
2652
+ let PERMANENT_EDIT: string;
2653
+ let ADD: string;
2654
+ }
2655
+ const _default: import("robot3").Machine<{
2656
+ IDLE: import("robot3").MachineState;
2657
+ ADD: import("robot3").MachineState;
2658
+ EDIT: import("robot3").MachineState;
2659
+ PERMANENT_EDIT: import("robot3").MachineState;
2660
+ }, any, import("robot3").AllStateKeys<{
2661
+ IDLE: unknown;
2662
+ ADD: unknown;
2663
+ EDIT: unknown;
2664
+ PERMANENT_EDIT: unknown;
2665
+ }>>;
2666
+ export default _default;
2667
+
2668
+ }
2669
+ declare module '@myunisoft/design-system/src/components/VirtualTable/styles' {
2670
+ export default useStyles;
2671
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"container" | "center" | "checkbox" | "cell" | "pointer" | "disabled" | "thumbnail" | "onError" | "align" | "alignLeft" | "alignCenter" | "alignRight" | "groupRow" | "cbCell" | "checkmark" | "BodyGrid" | "defaultStyle" | "lockRow" | "alignVerticalCenter" | "alignVerticalBottom" | "alignVerticalTop" | "selectedRow" | "hasSelectAll" | "HeaderGrid" | "GridRow" | "GridColumn" | "LeftSideGridContainer" | "LeftSideGrid" | "mb32" | "hoverRow" | "displayNone">;
2672
+
2673
+ }
2674
+ declare module '@myunisoft/design-system/src/components/VirtualTable/utils' {
2675
+ export const EXPORTABLE_TYPES: string[];
2676
+ export namespace ROW_TYPE {
2677
+ let ADD_BUTTON: string;
2678
+ let GROUP_BUTTON: string;
2679
+ let NEW: string;
2680
+ let EDIT: string;
2681
+ let VIEW: string;
2682
+ }
2683
+ export namespace INSERT_POSITION {
2684
+ let BOTTOM: string;
2685
+ let TOP: string;
2686
+ }
2687
+ export namespace TABLE_STATE {
2688
+ export let READ: string;
2689
+ export let ADD: string;
2690
+ let EDIT_1: string;
2691
+ export { EDIT_1 as EDIT };
2692
+ export let PERMANENT_EDIT: string;
2693
+ }
2694
+ export namespace SORTABLE_DIRECTIONS {
2695
+ let ASC: string;
2696
+ let DESC: string;
2697
+ }
2698
+ export function addGroupIdToObj(groupId: any, obj: any): any;
2699
+ export function processGroupItemData(group: any, key?: string): any;
2700
+ export function createTitleRow(group: any): {
2701
+ name: any;
2702
+ rowType: string;
2703
+ groupId: any;
2704
+ };
2705
+ export function createAddRowGroup(group: any): {
2706
+ name: any;
2707
+ rowType: string;
2708
+ groupId: any;
2709
+ };
2710
+ /**
2711
+ * Checks if the given column should be included in the export
2712
+ *
2713
+ * @param {object} column
2714
+ * @param {boolean} column.ignoreExport
2715
+ * @param {string} column.typeCell
2716
+ * @returns
2717
+ */
2718
+ export function isExportable({ ignoreExport, typeCell, renderExport }: {
2719
+ ignoreExport: boolean;
2720
+ typeCell: string;
2721
+ }): boolean;
2722
+ /**
2723
+ * Checks if the given column type is handled by the sorting function.
2724
+ * This can be override by the `sortable` flag but with unpredictable result.
2725
+ *
2726
+ * @param {object} column
2727
+ * @param {string} column.typeCell - The column type param
2728
+ * @param {boolean} column.sortable - The column sortable flag
2729
+ */
2730
+ export function isSortable({ typeCell, sortable }: {
2731
+ typeCell: string;
2732
+ sortable: boolean;
2733
+ }): boolean;
2734
+ export function isAsync(func: any): boolean;
2735
+ /**
2736
+ * Checks if the given `row` matches both the specific `filters`
2737
+ * and the global search `term`
2738
+ *
2739
+ * @param {array} columns - The columns used for the global search
2740
+ * @param {object} row - The data to check
2741
+ * @param {array} filters - List of specific column filters
2742
+ * @param {string} term - The global search term
2743
+ */
2744
+ export function matchFilter(columns: any[], row: object, filters?: any[], term?: string): boolean;
2745
+ export function calculateColumnWidth(column: any, width: any, totalColumnsWidth: any, totalColumnsSize: any, minCellWidth: any): any;
2746
+ export function calculateColumnsWidth(columns: any, width: any, minCellWidth?: number): any;
2747
+ export function sortColumns(order: string | undefined, col: any): any;
2748
+
2749
+ }
2750
+ declare module '@myunisoft/design-system/src/components/VirtualTable/utils.test' {
2751
+ export {};
2752
+
2753
+ }
2754
+ declare module '@myunisoft/design-system/src/components/basics/Badge/index' {
2755
+ export default Badge;
2756
+ function Badge(props: any): import("react/jsx-runtime").JSX.Element;
2757
+ namespace Badge {
2758
+ namespace propTypes {
2759
+ let children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
2760
+ let color: PropTypes.Requireable<string>;
2761
+ let content: PropTypes.Requireable<string>;
2762
+ let size: PropTypes.Requireable<number>;
2763
+ let fontSize: PropTypes.Requireable<string>;
2764
+ }
2765
+ }
2766
+ import PropTypes from 'prop-types';
2767
+
2768
+ }
2769
+ declare module '@myunisoft/design-system/src/components/basics/Badge/styles' {
2770
+ export default useStyles;
2771
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"container" | "badge">;
2772
+
2773
+ }
2774
+ declare module '@myunisoft/design-system/src/components/basics/Checkbox/index' {
2775
+ export default Checkbox;
2776
+ function Checkbox({ checked, size, disabled }: {
2777
+ checked: any;
2778
+ size: any;
2779
+ disabled: any;
2780
+ }): import("react/jsx-runtime").JSX.Element;
2781
+ namespace Checkbox {
2782
+ namespace propTypes {
2783
+ let checked: PropTypes.Requireable<boolean>;
2784
+ let size: PropTypes.Requireable<number>;
2785
+ }
2786
+ }
2787
+ import PropTypes from 'prop-types';
2788
+
2789
+ }
2790
+ declare module '@myunisoft/design-system/src/components/basics/Checkbox/styles' {
2791
+ export default useStyles;
2792
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"checkbox" | "checked" | "disabledChecked" | "disabledNotChecked">;
2793
+
2794
+ }
2795
+ declare module '@myunisoft/design-system/src/components/basics/Chips/index' {
2796
+ export default Chips;
2797
+ function Chips({ text, isClosable, isDisabled, onUnselectChips }: {
2798
+ text?: string | undefined;
2799
+ isClosable?: boolean | undefined;
2800
+ isDisabled: any;
2801
+ onUnselectChips: any;
2802
+ }): import("react/jsx-runtime").JSX.Element;
2803
+ namespace Chips {
2804
+ namespace propTypes {
2805
+ let text: PropTypes.Requireable<string>;
2806
+ let isClosable: PropTypes.Requireable<boolean>;
2807
+ let isDisabled: PropTypes.Requireable<boolean>;
2808
+ let onUnselectChips: PropTypes.Requireable<(...args: any[]) => any>;
2809
+ }
2810
+ }
2811
+ import PropTypes from 'prop-types';
2812
+
2813
+ }
2814
+ declare module '@myunisoft/design-system/src/components/basics/Chips/styles' {
2815
+ export default useStyles;
2816
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"close" | "chips" | "chipDisabled">;
2817
+
2818
+ }
2819
+ declare module '@myunisoft/design-system/src/components/basics/Icon/AlertIcon' {
2820
+ export default AlertIcon;
2821
+ function AlertIcon(props: any): import("react/jsx-runtime").JSX.Element;
2822
+
2823
+ }
2824
+ declare module '@myunisoft/design-system/src/components/basics/Icon/ArchiveIcon' {
2825
+ export default ArchiveIcon;
2826
+ function ArchiveIcon(props: any): import("react/jsx-runtime").JSX.Element;
2827
+
2828
+ }
2829
+ declare module '@myunisoft/design-system/src/components/basics/Icon/CalendarIcon' {
2830
+ export default CalendarIcon;
2831
+ function CalendarIcon(props: any): import("react/jsx-runtime").JSX.Element;
2832
+
2833
+ }
2834
+ declare module '@myunisoft/design-system/src/components/basics/Icon/CheckboxIcon' {
2835
+ export default CheckboxIcon;
2836
+ function CheckboxIcon(props: any): import("react/jsx-runtime").JSX.Element;
2837
+
2838
+ }
2839
+ declare module '@myunisoft/design-system/src/components/basics/Icon/CloseIcon' {
2840
+ export default CloseIcon;
2841
+ function CloseIcon(props: any): import("react/jsx-runtime").JSX.Element;
2842
+
2843
+ }
2844
+ declare module '@myunisoft/design-system/src/components/basics/Icon/CommentIcon' {
2845
+ export default CommentIcon;
2846
+ function CommentIcon(props: any): import("react/jsx-runtime").JSX.Element;
2847
+
2848
+ }
2849
+ declare module '@myunisoft/design-system/src/components/basics/Icon/ControlIcon' {
2850
+ export default ControlIcon;
2851
+ function ControlIcon(props: any): import("react/jsx-runtime").JSX.Element;
2852
+
2853
+ }
2854
+ declare module '@myunisoft/design-system/src/components/basics/Icon/DownloadIcon' {
2855
+ export default DownloadIcon;
2856
+ function DownloadIcon(props: any): import("react/jsx-runtime").JSX.Element;
2857
+
2858
+ }
2859
+ declare module '@myunisoft/design-system/src/components/basics/Icon/DropdownIcon' {
2860
+ export default DropdownIcon;
2861
+ function DropdownIcon(props: any): import("react/jsx-runtime").JSX.Element;
2862
+
2863
+ }
2864
+ declare module '@myunisoft/design-system/src/components/basics/Icon/DuplicateIcon' {
2865
+ export default DuplicateIcon;
2866
+ function DuplicateIcon(props: any): import("react/jsx-runtime").JSX.Element;
2867
+
2868
+ }
2869
+ declare module '@myunisoft/design-system/src/components/basics/Icon/HistoryIcon' {
2870
+ export default HistoryIcon;
2871
+ function HistoryIcon(props: any): import("react/jsx-runtime").JSX.Element;
2872
+
2873
+ }
2874
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icon' {
2875
+ export default Icon;
2876
+ function Icon({ content, size, color, ...rest }: {
2877
+ [x: string]: any;
2878
+ content: any;
2879
+ size: any;
2880
+ color: any;
2881
+ }): import("react/jsx-runtime").JSX.Element;
2882
+ namespace Icon {
2883
+ namespace propTypes {
2884
+ let color: PropTypes.Requireable<string>;
2885
+ let size: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
2886
+ let content: PropTypes.Validator<PropTypes.ReactElementLike>;
2887
+ }
2888
+ }
2889
+ import PropTypes from 'prop-types';
2890
+
2891
+ }
2892
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Add' {
2893
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2894
+ muiName: string;
2895
+ };
2896
+ export default _default;
2897
+
2898
+ }
2899
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/AddBox' {
2900
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2901
+ muiName: string;
2902
+ };
2903
+ export default _default;
2904
+
2905
+ }
2906
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/AddBoxOutlined' {
2907
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2908
+ muiName: string;
2909
+ };
2910
+ export default _default;
2911
+
2912
+ }
2913
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/AddBoxRounded' {
2914
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2915
+ muiName: string;
2916
+ };
2917
+ export default _default;
2918
+
2919
+ }
2920
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/AdminPanelSettings' {
2921
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2922
+ muiName: string;
2923
+ };
2924
+ export default _default;
2925
+
2926
+ }
2927
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ArrowDownward' {
2928
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2929
+ muiName: string;
2930
+ };
2931
+ export default _default;
2932
+
2933
+ }
2934
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ArrowDropDown' {
2935
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2936
+ muiName: string;
2937
+ };
2938
+ export default _default;
2939
+
2940
+ }
2941
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ArrowDropUp' {
2942
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2943
+ muiName: string;
2944
+ };
2945
+ export default _default;
2946
+
2947
+ }
2948
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ArrowLeft' {
2949
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2950
+ muiName: string;
2951
+ };
2952
+ export default _default;
2953
+
2954
+ }
2955
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ArrowRight' {
2956
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2957
+ muiName: string;
2958
+ };
2959
+ export default _default;
2960
+
2961
+ }
2962
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/AttachFile' {
2963
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2964
+ muiName: string;
2965
+ };
2966
+ export default _default;
2967
+
2968
+ }
2969
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Autorenew' {
2970
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2971
+ muiName: string;
2972
+ };
2973
+ export default _default;
2974
+
2975
+ }
2976
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Cancel' {
2977
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2978
+ muiName: string;
2979
+ };
2980
+ export default _default;
2981
+
2982
+ }
2983
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Check' {
2984
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2985
+ muiName: string;
2986
+ };
2987
+ export default _default;
2988
+
2989
+ }
2990
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/CheckBox' {
2991
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2992
+ muiName: string;
2993
+ };
2994
+ export default _default;
2995
+
2996
+ }
2997
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/CheckBoxOutlineBlank' {
2998
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2999
+ muiName: string;
3000
+ };
3001
+ export default _default;
3002
+
3003
+ }
3004
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/CheckCircle' {
3005
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3006
+ muiName: string;
3007
+ };
3008
+ export default _default;
3009
+
3010
+ }
3011
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ChevronLeft' {
3012
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3013
+ muiName: string;
3014
+ };
3015
+ export default _default;
3016
+
3017
+ }
3018
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ChevronRight' {
3019
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3020
+ muiName: string;
3021
+ };
3022
+ export default _default;
3023
+
3024
+ }
3025
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Close' {
3026
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3027
+ muiName: string;
3028
+ };
3029
+ export default _default;
3030
+
3031
+ }
3032
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ContentCopy' {
3033
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3034
+ muiName: string;
3035
+ };
3036
+ export default _default;
3037
+
3038
+ }
3039
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Delete' {
3040
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3041
+ muiName: string;
3042
+ };
3043
+ export default _default;
3044
+
3045
+ }
3046
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ExpandLess' {
3047
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3048
+ muiName: string;
3049
+ };
3050
+ export default _default;
3051
+
3052
+ }
3053
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ExpandMore' {
3054
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3055
+ muiName: string;
3056
+ };
3057
+ export default _default;
3058
+
3059
+ }
3060
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/FileCopy' {
3061
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3062
+ muiName: string;
3063
+ };
3064
+ export default _default;
3065
+
3066
+ }
3067
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/FileDownload' {
3068
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3069
+ muiName: string;
3070
+ };
3071
+ export default _default;
3072
+
3073
+ }
3074
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/FileUpload' {
3075
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3076
+ muiName: string;
3077
+ };
3078
+ export default _default;
3079
+
3080
+ }
3081
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/FolderOpen' {
3082
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3083
+ muiName: string;
3084
+ };
3085
+ export default _default;
3086
+
3087
+ }
3088
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/HomeOutlined' {
3089
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3090
+ muiName: string;
3091
+ };
3092
+ export default _default;
3093
+
3094
+ }
3095
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/IndeterminateCheckBox' {
3096
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3097
+ muiName: string;
3098
+ };
3099
+ export default _default;
3100
+
3101
+ }
3102
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/IndeterminateCheckBoxRounded' {
3103
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3104
+ muiName: string;
3105
+ };
3106
+ export default _default;
3107
+
3108
+ }
3109
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Info' {
3110
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3111
+ muiName: string;
3112
+ };
3113
+ export default _default;
3114
+
3115
+ }
3116
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/KeyboardArrowDown' {
3117
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3118
+ muiName: string;
3119
+ };
3120
+ export default _default;
3121
+
3122
+ }
3123
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/KeyboardArrowLeft' {
3124
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3125
+ muiName: string;
3126
+ };
3127
+ export default _default;
3128
+
3129
+ }
3130
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/KeyboardArrowRight' {
3131
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3132
+ muiName: string;
3133
+ };
3134
+ export default _default;
3135
+
3136
+ }
3137
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/MoreHoriz' {
3138
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3139
+ muiName: string;
3140
+ };
3141
+ export default _default;
3142
+
3143
+ }
3144
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/MoreVert' {
3145
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3146
+ muiName: string;
3147
+ };
3148
+ export default _default;
3149
+
3150
+ }
3151
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/MoveToInbox' {
3152
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3153
+ muiName: string;
3154
+ };
3155
+ export default _default;
3156
+
3157
+ }
3158
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/RadioButtonChecked' {
3159
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3160
+ muiName: string;
3161
+ };
3162
+ export default _default;
3163
+
3164
+ }
3165
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/RadioButtonUnchecked' {
3166
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3167
+ muiName: string;
3168
+ };
3169
+ export default _default;
3170
+
3171
+ }
3172
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Remove' {
3173
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3174
+ muiName: string;
3175
+ };
3176
+ export default _default;
3177
+
3178
+ }
3179
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Search' {
3180
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3181
+ muiName: string;
3182
+ };
3183
+ export default _default;
3184
+
3185
+ }
3186
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Settings' {
3187
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3188
+ muiName: string;
3189
+ };
3190
+ export default _default;
3191
+
3192
+ }
3193
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Sync' {
3194
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3195
+ muiName: string;
3196
+ };
3197
+ export default _default;
3198
+
3199
+ }
3200
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Visibility' {
3201
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3202
+ muiName: string;
3203
+ };
3204
+ export default _default;
3205
+
3206
+ }
3207
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/VisibilityOff' {
3208
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3209
+ muiName: string;
3210
+ };
3211
+ export default _default;
3212
+
3213
+ }
3214
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Warning' {
3215
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3216
+ muiName: string;
3217
+ };
3218
+ export default _default;
3219
+
3220
+ }
3221
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ZoomInMapRounded' {
3222
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3223
+ muiName: string;
3224
+ };
3225
+ export default _default;
3226
+
3227
+ }
3228
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ZoomOutMapRounded' {
3229
+ const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3230
+ muiName: string;
3231
+ };
3232
+ export default _default;
3233
+
3234
+ }
3235
+ declare module '@myunisoft/design-system/src/components/basics/Icon/Icons-material/index' {
3236
+ import AddMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Add';
3237
+ import AddBoxMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/AddBox';
3238
+ import AddBoxOutlinedMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/AddBoxOutlined';
3239
+ import AddBoxRoundedMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/AddBoxRounded';
3240
+ import AdminPanelSettingsMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/AdminPanelSettings';
3241
+ import ArrowDownwardMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ArrowDownward';
3242
+ import ArrowDropDownMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ArrowDropDown';
3243
+ import ArrowDropUpMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ArrowDropUp';
3244
+ import ArrowLeftMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ArrowLeft';
3245
+ import ArrowRightMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ArrowRight';
3246
+ import AttachFileMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/AttachFile';
3247
+ import AutorenewMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Autorenew';
3248
+ import CancelMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Cancel';
3249
+ import CheckMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Check';
3250
+ import CheckBoxMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/CheckBox';
3251
+ import CheckBoxOutlineBlankMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/CheckBoxOutlineBlank';
3252
+ import CheckCircleMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/CheckCircle';
3253
+ import ChevronLeftMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ChevronLeft';
3254
+ import ChevronRightMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ChevronRight';
3255
+ import CloseMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Close';
3256
+ import ContentCopyMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ContentCopy';
3257
+ import DeleteMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Delete';
3258
+ import ExpandLessMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ExpandLess';
3259
+ import ExpandMoreMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ExpandMore';
3260
+ import FileCopyMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/FileCopy';
3261
+ import FileDownloadMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/FileDownload';
3262
+ import FileUploadMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/FileUpload';
3263
+ import FolderOpenMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/FolderOpen';
3264
+ import HomeOutlinedMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/HomeOutlined';
3265
+ import IndeterminateCheckBoxMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/IndeterminateCheckBox';
3266
+ import IndeterminateCheckBoxRoundedMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/IndeterminateCheckBoxRounded';
3267
+ import InfoMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Info';
3268
+ import KeyboardArrowDownMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/KeyboardArrowDown';
3269
+ import KeyboardArrowLeftMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/KeyboardArrowLeft';
3270
+ import KeyboardArrowRightMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/KeyboardArrowRight';
3271
+ import MoreHorizMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/MoreHoriz';
3272
+ import MoreVertMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/MoreVert';
3273
+ import MoveToInboxMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/MoveToInbox';
3274
+ import RadioButtonCheckedMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/RadioButtonChecked';
3275
+ import RadioButtonUncheckedMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/RadioButtonUnchecked';
3276
+ import RemoveMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Remove';
3277
+ import SearchMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Search';
3278
+ import SettingsMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Settings';
3279
+ import SyncMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Sync';
3280
+ import VisibilityMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Visibility';
3281
+ import VisibilityOffMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/VisibilityOff';
3282
+ import WarningMuiIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/Warning';
3283
+ import ZoomInMapRoundedIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ZoomInMapRounded';
3284
+ import ZoomOutMapRoundedIcon from '@myunisoft/design-system/src/components/basics/Icon/Icons-material/ZoomOutMapRounded';
3285
+ export { AddMuiIcon, AddBoxMuiIcon, AddBoxOutlinedMuiIcon, AddBoxRoundedMuiIcon, AdminPanelSettingsMuiIcon, ArrowDownwardMuiIcon, ArrowDropDownMuiIcon, ArrowDropUpMuiIcon, ArrowLeftMuiIcon, ArrowRightMuiIcon, AttachFileMuiIcon, AutorenewMuiIcon, CancelMuiIcon, CheckMuiIcon, CheckBoxMuiIcon, CheckBoxOutlineBlankMuiIcon, CheckCircleMuiIcon, ChevronLeftMuiIcon, ChevronRightMuiIcon, CloseMuiIcon, ContentCopyMuiIcon, DeleteMuiIcon, ExpandLessMuiIcon, ExpandMoreMuiIcon, FileCopyMuiIcon, FileDownloadMuiIcon, FileUploadMuiIcon, FolderOpenMuiIcon, HomeOutlinedMuiIcon, IndeterminateCheckBoxMuiIcon, IndeterminateCheckBoxRoundedMuiIcon, InfoMuiIcon, KeyboardArrowDownMuiIcon, KeyboardArrowLeftMuiIcon, KeyboardArrowRightMuiIcon, MoreHorizMuiIcon, MoreVertMuiIcon, MoveToInboxMuiIcon, RadioButtonCheckedMuiIcon, RadioButtonUncheckedMuiIcon, RemoveMuiIcon, SearchMuiIcon, SettingsMuiIcon, SyncMuiIcon, VisibilityMuiIcon, VisibilityOffMuiIcon, WarningMuiIcon, ZoomInMapRoundedIcon, ZoomOutMapRoundedIcon };
3286
+
3287
+ }
3288
+ declare module '@myunisoft/design-system/src/components/basics/Icon/InfoIcon' {
3289
+ export default InfoIcon;
3290
+ function InfoIcon(props: any): import("react/jsx-runtime").JSX.Element;
3291
+
3292
+ }
3293
+ declare module '@myunisoft/design-system/src/components/basics/Icon/ListIcon' {
3294
+ export default ListIcon;
3295
+ function ListIcon(props: any): import("react/jsx-runtime").JSX.Element;
3296
+
3297
+ }
3298
+ declare module '@myunisoft/design-system/src/components/basics/Icon/MoreIcon' {
3299
+ export default MoreIcon;
3300
+ function MoreIcon(props: any): import("react/jsx-runtime").JSX.Element;
3301
+
3302
+ }
3303
+ declare module '@myunisoft/design-system/src/components/basics/Icon/PjIcon' {
3304
+ export default PjIcon;
3305
+ function PjIcon(props: any): import("react/jsx-runtime").JSX.Element;
3306
+
3307
+ }
3308
+ declare module '@myunisoft/design-system/src/components/basics/Icon/PlusBoldIcon' {
3309
+ export default PlusBoldIcon;
3310
+ function PlusBoldIcon(props: any): import("react/jsx-runtime").JSX.Element;
3311
+
3312
+ }
3313
+ declare module '@myunisoft/design-system/src/components/basics/Icon/PlusIcon' {
3314
+ export default PlusIcon;
3315
+ function PlusIcon(props: any): import("react/jsx-runtime").JSX.Element;
3316
+
3317
+ }
3318
+ declare module '@myunisoft/design-system/src/components/basics/Icon/PopupIcon' {
3319
+ export default PopupIcon;
3320
+ function PopupIcon(props: any): import("react/jsx-runtime").JSX.Element;
3321
+
3322
+ }
3323
+ declare module '@myunisoft/design-system/src/components/basics/Icon/PrintIcon' {
3324
+ export default PrintIcon;
3325
+ function PrintIcon(props: any): import("react/jsx-runtime").JSX.Element;
3326
+
3327
+ }
3328
+ declare module '@myunisoft/design-system/src/components/basics/Icon/RefreshIcon' {
3329
+ export default RefreshIcon;
3330
+ function RefreshIcon(props: any): import("react/jsx-runtime").JSX.Element;
3331
+
3332
+ }
3333
+ declare module '@myunisoft/design-system/src/components/basics/Icon/RotateRightIcon' {
3334
+ export default RotateRightIcon;
3335
+ function RotateRightIcon(props: any): import("react/jsx-runtime").JSX.Element;
3336
+
3337
+ }
3338
+ declare module '@myunisoft/design-system/src/components/basics/Icon/SaveIcon' {
3339
+ export default SaveIcon;
3340
+ function SaveIcon(props: any): import("react/jsx-runtime").JSX.Element;
3341
+
3342
+ }
3343
+ declare module '@myunisoft/design-system/src/components/basics/Icon/SearchIcon' {
3344
+ export default SearchIcon;
3345
+ function SearchIcon(props: any): import("react/jsx-runtime").JSX.Element;
3346
+
3347
+ }
3348
+ declare module '@myunisoft/design-system/src/components/basics/Icon/SettingIcon' {
3349
+ export default SettingIcon;
3350
+ function SettingIcon(props: any): import("react/jsx-runtime").JSX.Element;
3351
+
3352
+ }
3353
+ declare module '@myunisoft/design-system/src/components/basics/Icon/SplitIcon' {
3354
+ export default SplitIcon;
3355
+ function SplitIcon(props: any): import("react/jsx-runtime").JSX.Element;
3356
+
3357
+ }
3358
+ declare module '@myunisoft/design-system/src/components/basics/Icon/SwapIcon' {
3359
+ export default SwapIcon;
3360
+ function SwapIcon(props: any): import("react/jsx-runtime").JSX.Element;
3361
+
3362
+ }
3363
+ declare module '@myunisoft/design-system/src/components/basics/Icon/TableIcon' {
3364
+ export default TableIcon;
3365
+ function TableIcon(props: any): import("react/jsx-runtime").JSX.Element;
3366
+
3367
+ }
3368
+ declare module '@myunisoft/design-system/src/components/basics/Icon/TrashIcon' {
3369
+ export default TrashIcon;
3370
+ function TrashIcon(props: any): import("react/jsx-runtime").JSX.Element;
3371
+
3372
+ }
3373
+ declare module '@myunisoft/design-system/src/components/basics/Icon/UploadIcon' {
3374
+ export default UploadIcon;
3375
+ function UploadIcon(props: any): import("react/jsx-runtime").JSX.Element;
3376
+
3377
+ }
3378
+ declare module '@myunisoft/design-system/src/components/basics/Icon/index' {
3379
+ import ArchiveIcon from '@myunisoft/design-system/src/components/basics/Icon/ArchiveIcon';
3380
+ import CheckboxIcon from '@myunisoft/design-system/src/components/basics/Icon/CheckboxIcon';
3381
+ import CommentIcon from '@myunisoft/design-system/src/components/basics/Icon/CommentIcon';
3382
+ import CalendarIcon from '@myunisoft/design-system/src/components/basics/Icon/CalendarIcon';
3383
+ import DownloadIcon from '@myunisoft/design-system/src/components/basics/Icon/DownloadIcon';
3384
+ import DropdownIcon from '@myunisoft/design-system/src/components/basics/Icon/DropdownIcon';
3385
+ import DuplicateIcon from '@myunisoft/design-system/src/components/basics/Icon/DuplicateIcon';
3386
+ import AlertIcon from '@myunisoft/design-system/src/components/basics/Icon/AlertIcon';
3387
+ import PjIcon from '@myunisoft/design-system/src/components/basics/Icon/PjIcon';
3388
+ import PlusIcon from '@myunisoft/design-system/src/components/basics/Icon/PlusIcon';
3389
+ import PlusBoldIcon from '@myunisoft/design-system/src/components/basics/Icon/PlusBoldIcon';
3390
+ import CloseIcon from '@myunisoft/design-system/src/components/basics/Icon/CloseIcon';
3391
+ import InfoIcon from '@myunisoft/design-system/src/components/basics/Icon/InfoIcon';
3392
+ import ListIcon from '@myunisoft/design-system/src/components/basics/Icon/ListIcon';
3393
+ import MoreIcon from '@myunisoft/design-system/src/components/basics/Icon/MoreIcon';
3394
+ import PopupIcon from '@myunisoft/design-system/src/components/basics/Icon/PopupIcon';
3395
+ import PrintIcon from '@myunisoft/design-system/src/components/basics/Icon/PrintIcon';
3396
+ import RefreshIcon from '@myunisoft/design-system/src/components/basics/Icon/RefreshIcon';
3397
+ import SaveIcon from '@myunisoft/design-system/src/components/basics/Icon/SaveIcon';
3398
+ import SearchIcon from '@myunisoft/design-system/src/components/basics/Icon/SearchIcon';
3399
+ import SettingIcon from '@myunisoft/design-system/src/components/basics/Icon/SettingIcon';
3400
+ import SplitIcon from '@myunisoft/design-system/src/components/basics/Icon/SplitIcon';
3401
+ import SwapIcon from '@myunisoft/design-system/src/components/basics/Icon/SwapIcon';
3402
+ import TableIcon from '@myunisoft/design-system/src/components/basics/Icon/TableIcon';
3403
+ import TrashIcon from '@myunisoft/design-system/src/components/basics/Icon/TrashIcon';
3404
+ import UploadIcon from '@myunisoft/design-system/src/components/basics/Icon/UploadIcon';
3405
+ import ControlIcon from '@myunisoft/design-system/src/components/basics/Icon/ControlIcon';
3406
+ import RotateRightIcon from '@myunisoft/design-system/src/components/basics/Icon/RotateRightIcon';
3407
+ import HistoryIcon from '@myunisoft/design-system/src/components/basics/Icon/HistoryIcon';
3408
+ export { ArchiveIcon, CheckboxIcon, CommentIcon, CalendarIcon, DownloadIcon, DropdownIcon, DuplicateIcon, AlertIcon, PjIcon, PlusIcon, PlusBoldIcon, CloseIcon, InfoIcon, ListIcon, MoreIcon, PopupIcon, PrintIcon, RefreshIcon, SaveIcon, SearchIcon, SettingIcon, SplitIcon, SwapIcon, TableIcon, TrashIcon, UploadIcon, ControlIcon, RotateRightIcon, HistoryIcon };
3409
+
3410
+ }
3411
+ declare module '@myunisoft/design-system/src/components/basics/Icon/index.test' {
3412
+ export {};
3413
+
3414
+ }
3415
+ declare module '@myunisoft/design-system/src/components/basics/Icon/utils' {
3416
+ export function calculateSize(size: any): string;
3417
+
3418
+ }
3419
+ declare module '@myunisoft/design-system/src/components/basics/Icon/utils.test' {
3420
+ export {};
3421
+
3422
+ }
3423
+ declare module '@myunisoft/design-system/src/components/basics/Loader/index' {
3424
+ export default Loader;
3425
+ function Loader({ size }: {
3426
+ size: any;
3427
+ }): import("react/jsx-runtime").JSX.Element;
3428
+ namespace Loader {
3429
+ namespace propTypes {
3430
+ let size: PropTypes.Validator<number>;
3431
+ }
3432
+ }
3433
+ import PropTypes from 'prop-types';
3434
+
3435
+ }
3436
+ declare module '@myunisoft/design-system/src/components/basics/Loader/styles' {
3437
+ export default useStyles;
3438
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"loader" | "@keyframes prixClipFix">;
3439
+
3440
+ }
3441
+ declare module '@myunisoft/design-system/src/components/basics/Snackbar/index' {
3442
+ export default Snackbar;
3443
+ function Snackbar(props: any): import("react/jsx-runtime").JSX.Element;
3444
+ namespace Snackbar {
3445
+ namespace propTypes {
3446
+ let children: PropTypes.Validator<any>;
3447
+ }
3448
+ }
3449
+ import PropTypes from 'prop-types';
3450
+
3451
+ }
3452
+ declare module '@myunisoft/design-system/src/components/basics/Snackbar/styles' {
3453
+ export default useStyles;
3454
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"snackbar" | "@keyframes fadeIn">;
3455
+
3456
+ }
3457
+ declare module '@myunisoft/design-system/src/components/basics/Title/index' {
3458
+ import { FC } from 'react';
3459
+ interface TitleProps {
3460
+ text: string;
3461
+ fontSize?: string;
3462
+ color?: string;
3463
+ fontWeight?: string;
3464
+ fontFamily?: string;
3465
+ }
3466
+ const Title: FC<TitleProps>;
3467
+ export default Title;
3468
+
3469
+ }
3470
+ declare module '@myunisoft/design-system/src/components/helper' {
3471
+ export function generateId(): string;
3472
+
3473
+ }
3474
+ declare module '@myunisoft/design-system/src/helpers/hooks/usePrevious' {
3475
+ export function usePrevious(value: any, initialValue?: null): null;
3476
+
3477
+ }
3478
+ declare module '@myunisoft/design-system/src/helpers/index' {
3479
+ export * as validation from "@myunisoft/design-system/src/helpers/validation/index";
3480
+
3481
+ }
3482
+ declare module '@myunisoft/design-system/src/helpers/resizeObserver/index' {
3483
+ export default ResizeObserverHelper;
3484
+ class ResizeObserverHelper {
3485
+ observer: ResizeObserver;
3486
+ callbacks: Map<any, any>;
3487
+ observe(element: any, callback: any): void;
3488
+ unobserve(element: any): void;
3489
+ disconnect(): void;
3490
+ }
3491
+
3492
+ }
3493
+ declare module '@myunisoft/design-system/src/helpers/stylesFeed' {
3494
+ export default useStyles;
3495
+ const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<never>;
3496
+
3497
+ }
3498
+ declare module '@myunisoft/design-system/src/helpers/validation/index' {
3499
+ export * from "@myunisoft/design-system/src/helpers/validation/validators";
3500
+ export function validate(row: any, rules: any): {};
3501
+ export function pipe(...fns: any[]): (...arg: any[]) => any;
3502
+
3503
+ }
3504
+ declare module '@myunisoft/design-system/src/helpers/validation/index.test' {
3505
+ export {};
3506
+
3507
+ }
3508
+ declare module '@myunisoft/design-system/src/helpers/validation/validators' {
3509
+ export function after(beforeKey: any, message: any): (obj: any, key: any) => any;
3510
+ export function date(message: any): (obj: any, key: any) => any;
3511
+ export function positive(message: any): (obj: any, key: any) => any;
3512
+ export function required(message: any): (obj: any, key: any) => any;
3513
+ export function min(minValue: any, message: any): (obj: any, key: any) => any;
3514
+ export function max(maxValue: any, message: any): (obj: any, key: any) => any;
3515
+
3516
+ }
3517
+ declare module '@myunisoft/design-system/src/helpers/validation/validators.test' {
3518
+ export {};
3519
+
3520
+ }
3521
+ declare module '@myunisoft/design-system/src/index' {
3522
+ export default VirtualTable;
3523
+ export * from "@myunisoft/design-system/src/components/basics/Icon/index";
3524
+ export * from "@myunisoft/design-system/src/components/basics/Icon/Icons-material/index";
3525
+ export * from "@myunisoft/design-system/src/helpers/index";
3526
+ import VirtualTable from '@myunisoft/design-system/src/components/VirtualTable/index';
3527
+ import VirtualTableProvider from '@myunisoft/design-system/src/components/VirtualTable/components/VirtualTableProvider/index';
3528
+ import { useDataManager } from '@myunisoft/design-system/src/components/VirtualTable/hooks/index';
3529
+ import { TYPE_CELL } from '@myunisoft/design-system/src/components/VirtualTable/constants/typeCell';
3530
+ import { TYPE_FOOTER_CELL } from '@myunisoft/design-system/src/components/VirtualTable/constants/typeCell';
3531
+ import { ROW_TYPE } from '@myunisoft/design-system/src/components/VirtualTable/utils';
3532
+ import FileDropper from '@myunisoft/design-system/src/components/FileDropper/index';
3533
+ import AutocompleteMultiple from '@myunisoft/design-system/src/components/Autocomplete/AutocompleteMultiple/index';
3534
+ import AutocompleteMultipleInVT from '@myunisoft/design-system/src/components/AutocompleteMultipleInVT/index';
3535
+ import BadgeAdd from '@myunisoft/design-system/src/components/BadgeAdd/index';
3536
+ import BackgroundLoader from '@myunisoft/design-system/src/components/BackgroundLoader/index';
3537
+ import SnackbarBackgroundLoader from '@myunisoft/design-system/src/components/SnackbarBackgroundLoader/index';
3538
+ import Modal from '@myunisoft/design-system/src/components/Modal/index';
3539
+ import AutocompleteSingle from '@myunisoft/design-system/src/components/Autocomplete/AutocompleteSingle/index';
3540
+ import Checkbox from '@myunisoft/design-system/src/components/basics/Checkbox/index';
3541
+ import { exportData } from '@myunisoft/design-system/src/components/VirtualTable/helpers/file';
3542
+ import Snackbar from '@myunisoft/design-system/src/components/basics/Snackbar/index';
3543
+ export { VirtualTableProvider, useDataManager, VirtualTable, TYPE_CELL, TYPE_FOOTER_CELL, ROW_TYPE, FileDropper, AutocompleteMultiple, AutocompleteMultipleInVT, BadgeAdd, BackgroundLoader, SnackbarBackgroundLoader, Modal, AutocompleteSingle, Checkbox, exportData, Snackbar };
3544
+
3545
+ }
3546
+ declare module '@myunisoft/design-system/test-utils' {
3547
+ export * from "@testing-library/react";
3548
+ export { customRender as render };
3549
+ function customRender(ui: any, options: any): import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
3550
+
3551
+ }
3552
+ declare module '@myunisoft/design-system' {
3553
+ import main = require('@myunisoft/design-system/src/index');
3554
+ export = main;
3555
+ }