impaktapps-ui-builder 0.0.382-alpha.1 → 0.0.382-alpha.10

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.
Files changed (97) hide show
  1. package/dist/impaktapps-ui-builder.d.ts +1 -0
  2. package/dist/impaktapps-ui-builder.es.js +10912 -0
  3. package/dist/impaktapps-ui-builder.es.js.map +1 -0
  4. package/dist/impaktapps-ui-builder.umd.js +28 -0
  5. package/dist/impaktapps-ui-builder.umd.js.map +1 -0
  6. package/dist/src/impaktapps-ui-builder/builder/build/buildAadharCard.d.ts +2 -0
  7. package/dist/src/impaktapps-ui-builder/builder/build/buildArray.d.ts +11 -0
  8. package/dist/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.d.ts +5 -0
  9. package/dist/src/impaktapps-ui-builder/builder/build/buildButton.d.ts +1 -0
  10. package/dist/src/impaktapps-ui-builder/builder/build/buildCard.d.ts +1 -0
  11. package/dist/src/impaktapps-ui-builder/builder/build/buildCheckbox.d.ts +1 -0
  12. package/dist/src/impaktapps-ui-builder/builder/build/buildConfig.d.ts +4 -0
  13. package/dist/src/impaktapps-ui-builder/builder/build/buildDataGrid.d.ts +1 -0
  14. package/dist/src/impaktapps-ui-builder/builder/build/buildDate.d.ts +1 -0
  15. package/dist/src/impaktapps-ui-builder/builder/build/buildDownloadFile.d.ts +1 -0
  16. package/dist/src/impaktapps-ui-builder/builder/build/buildEmptyBox.d.ts +1 -0
  17. package/dist/src/impaktapps-ui-builder/builder/build/buildFileInput.d.ts +1 -0
  18. package/dist/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.d.ts +2 -0
  19. package/dist/src/impaktapps-ui-builder/builder/build/buildLabel.d.ts +1 -0
  20. package/dist/src/impaktapps-ui-builder/builder/build/buildLeaderboard.d.ts +1 -0
  21. package/dist/src/impaktapps-ui-builder/builder/build/buildLineGraph.d.ts +1 -0
  22. package/dist/src/impaktapps-ui-builder/builder/build/buildMultiSelect.d.ts +1 -0
  23. package/dist/src/impaktapps-ui-builder/builder/build/buildPieGraph.d.ts +1 -0
  24. package/dist/src/impaktapps-ui-builder/builder/build/buildPop.d.ts +1 -0
  25. package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBar.d.ts +1 -0
  26. package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBarCard.d.ts +1 -0
  27. package/dist/src/impaktapps-ui-builder/builder/build/buildRadio.d.ts +1 -0
  28. package/dist/src/impaktapps-ui-builder/builder/build/buildRankCard.d.ts +1 -0
  29. package/dist/src/impaktapps-ui-builder/builder/build/buildRollAndDice.d.ts +1 -0
  30. package/dist/src/impaktapps-ui-builder/builder/build/buildRunnerBoyProgrssBar.d.ts +1 -0
  31. package/dist/src/impaktapps-ui-builder/builder/build/buildSelect.d.ts +1 -0
  32. package/dist/src/impaktapps-ui-builder/builder/build/buildSlider.d.ts +1 -0
  33. package/dist/src/impaktapps-ui-builder/builder/build/buildSpeedoMeter.d.ts +1 -0
  34. package/dist/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.d.ts +1 -0
  35. package/dist/src/impaktapps-ui-builder/builder/build/buildStepper.d.ts +1 -0
  36. package/dist/src/impaktapps-ui-builder/builder/build/buildTabSection.d.ts +1 -0
  37. package/dist/src/impaktapps-ui-builder/builder/build/buildTable.d.ts +2 -0
  38. package/dist/src/impaktapps-ui-builder/builder/build/buildText.d.ts +1 -0
  39. package/dist/src/impaktapps-ui-builder/builder/build/buildTextArea.d.ts +1 -0
  40. package/dist/src/impaktapps-ui-builder/builder/build/buildTimer.d.ts +1 -0
  41. package/dist/src/impaktapps-ui-builder/builder/build/buildUiSchema.d.ts +12 -0
  42. package/dist/src/impaktapps-ui-builder/builder/build/buildUplaodFile.d.ts +1 -0
  43. package/dist/src/impaktapps-ui-builder/builder/build/buildWrapperSection.d.ts +1 -0
  44. package/dist/src/impaktapps-ui-builder/builder/build/uischema/apiSection.d.ts +134 -0
  45. package/dist/src/impaktapps-ui-builder/builder/build/uischema/box.d.ts +13 -0
  46. package/dist/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.d.ts +51 -0
  47. package/dist/src/impaktapps-ui-builder/builder/build/uischema/button.d.ts +28 -0
  48. package/dist/src/impaktapps-ui-builder/builder/build/uischema/card.d.ts +120 -0
  49. package/dist/src/impaktapps-ui-builder/builder/build/uischema/cardSlider.d.ts +13 -0
  50. package/dist/src/impaktapps-ui-builder/builder/build/uischema/coreSection.d.ts +134 -0
  51. package/dist/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.d.ts +20 -0
  52. package/dist/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.d.ts +18 -0
  53. package/dist/src/impaktapps-ui-builder/builder/build/uischema/eventSection.d.ts +157 -0
  54. package/dist/src/impaktapps-ui-builder/builder/build/uischema/file.d.ts +46 -0
  55. package/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +177 -0
  56. package/dist/src/impaktapps-ui-builder/builder/build/uischema/lazyLoadingTable.d.ts +14 -0
  57. package/dist/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.d.ts +295 -0
  58. package/dist/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.d.ts +23 -0
  59. package/dist/src/impaktapps-ui-builder/builder/build/uischema/progressBar.d.ts +16 -0
  60. package/dist/src/impaktapps-ui-builder/builder/build/uischema/rankCard.d.ts +17 -0
  61. package/dist/src/impaktapps-ui-builder/builder/build/uischema/refresh.d.ts +48 -0
  62. package/dist/src/impaktapps-ui-builder/builder/build/uischema/rollAndDice.d.ts +17 -0
  63. package/dist/src/impaktapps-ui-builder/builder/build/uischema/runnerBoyProgressBar.d.ts +17 -0
  64. package/dist/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.d.ts +21 -0
  65. package/dist/src/impaktapps-ui-builder/builder/build/uischema/speedoMeter.d.ts +52 -0
  66. package/dist/src/impaktapps-ui-builder/builder/build/uischema/styleSection.d.ts +33 -0
  67. package/dist/src/impaktapps-ui-builder/builder/build/uischema/table.d.ts +19 -0
  68. package/dist/src/impaktapps-ui-builder/builder/build/uischema/tableSection.d.ts +136 -0
  69. package/dist/src/impaktapps-ui-builder/builder/build/uischema/tabsection.d.ts +12 -0
  70. package/dist/src/impaktapps-ui-builder/builder/build/uischema/textInputField.d.ts +20 -0
  71. package/dist/src/impaktapps-ui-builder/builder/build/uischema/timer.d.ts +31 -0
  72. package/dist/src/impaktapps-ui-builder/builder/build/uischema/validationSections.d.ts +32 -0
  73. package/dist/src/impaktapps-ui-builder/builder/build/uischema/valueTab.d.ts +31 -0
  74. package/dist/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.d.ts +12 -0
  75. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.d.ts +1 -0
  76. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.d.ts +1 -0
  77. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.d.ts +38 -0
  78. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.d.ts +1 -0
  79. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.d.ts +73 -0
  80. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.d.ts +1 -0
  81. package/dist/src/impaktapps-ui-builder/builder/services/component.d.ts +18 -0
  82. package/dist/src/impaktapps-ui-builder/builder/services/event.d.ts +87 -0
  83. package/dist/src/impaktapps-ui-builder/builder/services/pageMaster.d.ts +59 -0
  84. package/dist/src/impaktapps-ui-builder/builder/services/utils.d.ts +10 -0
  85. package/dist/src/impaktapps-ui-builder/lib/index.d.ts +9 -0
  86. package/dist/src/impaktapps-ui-builder/runtime/services/downloadFile.d.ts +2 -0
  87. package/dist/src/impaktapps-ui-builder/runtime/services/events.d.ts +8 -0
  88. package/dist/src/impaktapps-ui-builder/runtime/services/interface.d.ts +11 -0
  89. package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +27 -0
  90. package/package.json +1 -1
  91. package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +308 -264
  92. package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +349 -355
  93. package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +381 -284
  94. package/src/impaktapps-ui-builder/builder/services/component.ts +3 -3
  95. package/src/impaktapps-ui-builder/builder/services/event.ts +8 -8
  96. package/src/impaktapps-ui-builder/builder/services/pageMaster.ts +1 -1
  97. package/src/impaktapps-ui-builder/runtime/services/service.ts +6 -7
@@ -0,0 +1,2 @@
1
+ export declare const buildAdhaarField: (config: any, componentScope: string) => any;
2
+ export declare const buildPanField: (config: any, componentScope: string) => any;
@@ -0,0 +1,11 @@
1
+ export declare const buildArray: (config: any, componentScope: string) => {
2
+ type: string;
3
+ scope: string;
4
+ layout: number;
5
+ options: {
6
+ detail: {
7
+ type: string;
8
+ elements: any[];
9
+ };
10
+ };
11
+ };
@@ -0,0 +1,5 @@
1
+ export declare const buildBasicUiSchema: (config: any) => {
2
+ type: string;
3
+ pageName: string;
4
+ elements: any[];
5
+ };
@@ -0,0 +1 @@
1
+ export declare const buildButton: (config: any, componentScope: string) => any;
@@ -0,0 +1 @@
1
+ export declare const buildCard: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildCheckbox: (config: any, componentScope: any) => any;
@@ -0,0 +1,4 @@
1
+ declare const _default: (FormData: any) => any;
2
+ export default _default;
3
+ export declare const createLayoutFormat: (config: any[]) => any;
4
+ export declare const flatObjectValueInArray: (config: any[]) => any[];
@@ -0,0 +1 @@
1
+ export declare const buildDataGrid: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildDate: (config: any, componentScope: string) => any;
@@ -0,0 +1 @@
1
+ export declare const buildDownloadFile: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildEmptyBox: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildFileInput: (config: any, componentScope: any) => any;
@@ -0,0 +1,2 @@
1
+ declare const buildHorizontalBarGraph: (config: any, componentScope: string) => any;
2
+ export default buildHorizontalBarGraph;
@@ -0,0 +1 @@
1
+ export declare const buildLabel: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildLeaderBoard: (config: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildLineGraph: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildMultiSelect: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildPieGraph: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildPopUp: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildProgressBar: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildProgressBarCard: (config: any, myScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildRadio: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildRankCard: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildRollAndDice: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const RunnerBoyProgressbar: (config: any, componentScope: string) => any;
@@ -0,0 +1 @@
1
+ export declare const buildSelect: (config: any, componentScope: string) => any;
@@ -0,0 +1 @@
1
+ export declare const buildSlider: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildSpeedoMeter: (config: any, componentScope: string) => any;
@@ -0,0 +1 @@
1
+ export declare const buildStackbarGraph: (config: any, componentScope: string) => any;
@@ -0,0 +1 @@
1
+ export declare const buildStepper: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildTabSection: (config: any, componentScope: string) => any;
@@ -0,0 +1,2 @@
1
+ export declare const buildTable: (config: any, componentScope: string) => any;
2
+ export declare const buildLazyLoadingTable: (config: any, componentScope: string) => any;
@@ -0,0 +1 @@
1
+ export declare const buildTextField: (config: any, componentScope: string) => any;
@@ -0,0 +1 @@
1
+ export declare const buildTextArea: (config: any, componentScope: string) => any;
@@ -0,0 +1 @@
1
+ export declare const buildTimer: (config: any, componentScope: any) => any;
@@ -0,0 +1,12 @@
1
+ export declare let schema: {
2
+ type: string;
3
+ properties: {};
4
+ required: any[];
5
+ };
6
+ export declare const buildSchema: (config: any, tableName?: string, isArrayType?: boolean) => {
7
+ type: string;
8
+ properties: {};
9
+ required: any[];
10
+ };
11
+ declare const buildUiSchema: (config: any) => any;
12
+ export default buildUiSchema;
@@ -0,0 +1 @@
1
+ export declare const buildUploadFile: (config: any, componentScope: any) => any;
@@ -0,0 +1 @@
1
+ export declare const buildWrapperSection: (config: any, componentScope: any) => any;
@@ -0,0 +1,134 @@
1
+ export declare const APISection: {
2
+ type: string;
3
+ elements: ({
4
+ type: string;
5
+ scope: string;
6
+ options: {
7
+ widget: string;
8
+ };
9
+ config: {
10
+ layout: any;
11
+ style: {
12
+ containerStyle: {
13
+ borderRadius: string;
14
+ };
15
+ headerContainerStyle: {};
16
+ textAreaStyle: {
17
+ borderRadius: string;
18
+ padding: string;
19
+ };
20
+ };
21
+ main: {
22
+ heading: string;
23
+ minRows: number;
24
+ hideButton: boolean;
25
+ };
26
+ };
27
+ } | {
28
+ type: string;
29
+ scope: string;
30
+ options: {
31
+ widget: string;
32
+ elementLabelProp?: undefined;
33
+ detail?: undefined;
34
+ };
35
+ config: {
36
+ layout: {
37
+ xs: number;
38
+ sm: number;
39
+ md: number;
40
+ lg: number;
41
+ };
42
+ main: {
43
+ label: string;
44
+ type: string;
45
+ multiple?: undefined;
46
+ options?: undefined;
47
+ };
48
+ };
49
+ layout?: undefined;
50
+ } | {
51
+ type: string;
52
+ scope: string;
53
+ options: {
54
+ widget: string;
55
+ elementLabelProp?: undefined;
56
+ detail?: undefined;
57
+ };
58
+ config: {
59
+ layout: {
60
+ xs: number;
61
+ sm: number;
62
+ md: number;
63
+ lg: number;
64
+ };
65
+ main: {
66
+ label: string;
67
+ type: string;
68
+ multiple: boolean;
69
+ options: any[];
70
+ };
71
+ };
72
+ layout?: undefined;
73
+ } | {
74
+ type: string;
75
+ scope: string;
76
+ layout: number;
77
+ options: {
78
+ elementLabelProp: string;
79
+ detail: {
80
+ type: string;
81
+ elements: {
82
+ type: string;
83
+ scope: string;
84
+ options: {
85
+ widget: string;
86
+ };
87
+ config: {
88
+ layout: {
89
+ xs: number;
90
+ sm: number;
91
+ md: number;
92
+ lg: number;
93
+ };
94
+ main: {
95
+ label: string;
96
+ };
97
+ };
98
+ }[];
99
+ };
100
+ widget?: undefined;
101
+ };
102
+ config?: undefined;
103
+ })[];
104
+ };
105
+ export declare const APISectionSchema: {
106
+ headers: {
107
+ type: string;
108
+ items: {
109
+ type: string;
110
+ properties: {
111
+ key: {
112
+ type: string;
113
+ };
114
+ value: {
115
+ type: string;
116
+ };
117
+ };
118
+ };
119
+ };
120
+ body: {
121
+ type: string;
122
+ items: {
123
+ type: string;
124
+ properties: {
125
+ key: {
126
+ type: string;
127
+ };
128
+ value: {
129
+ type: string;
130
+ };
131
+ };
132
+ };
133
+ };
134
+ };
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ type: string;
3
+ scope: string;
4
+ options: {
5
+ widget: string;
6
+ };
7
+ config: {
8
+ layout: number;
9
+ main: {};
10
+ style: {};
11
+ };
12
+ };
13
+ export default _default;
@@ -0,0 +1,51 @@
1
+ export declare const getTextArea: (scope: string, heading: string, hideButton: boolean, layout?: any) => {
2
+ type: string;
3
+ scope: string;
4
+ options: {
5
+ widget: string;
6
+ };
7
+ config: {
8
+ layout: any;
9
+ style: {
10
+ containerStyle: {
11
+ borderRadius: string;
12
+ };
13
+ headerContainerStyle: {};
14
+ textAreaStyle: {
15
+ borderRadius: string;
16
+ padding: string;
17
+ };
18
+ };
19
+ main: {
20
+ heading: string;
21
+ minRows: number;
22
+ hideButton: boolean;
23
+ };
24
+ };
25
+ };
26
+ export declare const getSelectField: (scope: string, label: string, options: {
27
+ label: string;
28
+ value: string;
29
+ }[]) => {
30
+ type: string;
31
+ scope: string;
32
+ options: {
33
+ widget: string;
34
+ };
35
+ config: {
36
+ layout: {
37
+ xs: number;
38
+ sm: number;
39
+ md: number;
40
+ lg: number;
41
+ };
42
+ main: {
43
+ label: string;
44
+ type: string;
45
+ };
46
+ };
47
+ };
48
+ export declare const buildPropertiesSection: (type: String) => {
49
+ type: string;
50
+ elements: any[];
51
+ };
@@ -0,0 +1,28 @@
1
+ declare const _default: {
2
+ type: string;
3
+ scope: string;
4
+ options: {
5
+ widget: string;
6
+ };
7
+ config: {
8
+ layout: {
9
+ xs: number;
10
+ sm: number;
11
+ md: number;
12
+ lg: number;
13
+ };
14
+ main: {
15
+ name: string;
16
+ variant: string;
17
+ color: string;
18
+ type: string;
19
+ startIcon: string;
20
+ styleDefault: boolean;
21
+ icon: string;
22
+ onClick: string;
23
+ size: string;
24
+ };
25
+ style: {};
26
+ };
27
+ };
28
+ export default _default;
@@ -0,0 +1,120 @@
1
+ declare const _default: {
2
+ type: string;
3
+ config: {
4
+ main: {
5
+ rowSpacing: number;
6
+ };
7
+ style: {
8
+ wrapperStyle: {
9
+ position: string;
10
+ color: string;
11
+ height: {
12
+ xs: string;
13
+ md: string;
14
+ };
15
+ width: string;
16
+ textAlign: string;
17
+ background: string;
18
+ borderRadius: string;
19
+ };
20
+ };
21
+ layout: {
22
+ xs: number;
23
+ sm: number;
24
+ md: number;
25
+ lg: number;
26
+ };
27
+ };
28
+ elements: ({
29
+ type: string;
30
+ scope: string;
31
+ config: {
32
+ main: {
33
+ heading: string;
34
+ url?: undefined;
35
+ };
36
+ style: {
37
+ position: string;
38
+ left: string;
39
+ top: string;
40
+ color: string;
41
+ height: string;
42
+ display: string;
43
+ fontSize: {
44
+ xs: string;
45
+ md: string;
46
+ };
47
+ alignItems: string;
48
+ background: string;
49
+ justifyContent: string;
50
+ objectFit?: undefined;
51
+ right?: undefined;
52
+ width?: undefined;
53
+ padding?: undefined;
54
+ };
55
+ layout: number;
56
+ };
57
+ options: {
58
+ widget: string;
59
+ };
60
+ } | {
61
+ type: string;
62
+ scope: string;
63
+ config: {
64
+ main: {
65
+ url: string;
66
+ heading?: undefined;
67
+ };
68
+ style: {
69
+ color: string;
70
+ objectFit: string;
71
+ position: string;
72
+ top: string;
73
+ right: string;
74
+ height: string;
75
+ width: string;
76
+ display: string;
77
+ fontSize: string;
78
+ alignItems: string;
79
+ background: string;
80
+ padding: string;
81
+ justifyContent: string;
82
+ left?: undefined;
83
+ };
84
+ layout: number;
85
+ };
86
+ options: {
87
+ widget: string;
88
+ };
89
+ } | {
90
+ type: string;
91
+ scope: string;
92
+ config: {
93
+ main: {
94
+ heading: string;
95
+ url?: undefined;
96
+ };
97
+ style: {
98
+ position: string;
99
+ top: string;
100
+ alignItems: string;
101
+ color: string;
102
+ fontSize: string;
103
+ left: string;
104
+ background: string;
105
+ justifyContent: string;
106
+ height?: undefined;
107
+ display?: undefined;
108
+ objectFit?: undefined;
109
+ right?: undefined;
110
+ width?: undefined;
111
+ padding?: undefined;
112
+ };
113
+ layout: number;
114
+ };
115
+ options: {
116
+ widget: string;
117
+ };
118
+ })[];
119
+ };
120
+ export default _default;
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ type: string;
3
+ scope: string;
4
+ options: {
5
+ widget: string;
6
+ };
7
+ elements: any[];
8
+ config: {
9
+ layout: number;
10
+ main: {};
11
+ };
12
+ };
13
+ export default _default;
@@ -0,0 +1,134 @@
1
+ export declare const CoreSection: {
2
+ type: string;
3
+ elements: ({
4
+ type: string;
5
+ scope: string;
6
+ options: {
7
+ widget: string;
8
+ elementLabelProp?: undefined;
9
+ detail?: undefined;
10
+ };
11
+ config: {
12
+ layout: {
13
+ xs: number;
14
+ sm: number;
15
+ md: number;
16
+ lg: number;
17
+ };
18
+ main: {
19
+ label: string;
20
+ type: string;
21
+ };
22
+ };
23
+ layout?: undefined;
24
+ } | {
25
+ type: string;
26
+ scope: string;
27
+ options: {
28
+ widget: string;
29
+ elementLabelProp?: undefined;
30
+ detail?: undefined;
31
+ };
32
+ config: {
33
+ layout: {
34
+ xs: number;
35
+ sm: number;
36
+ md: number;
37
+ lg: number;
38
+ };
39
+ main: {
40
+ label: string;
41
+ type?: undefined;
42
+ };
43
+ };
44
+ layout?: undefined;
45
+ } | {
46
+ type: string;
47
+ scope: string;
48
+ config: {
49
+ layout: {
50
+ xs: number;
51
+ sm: number;
52
+ md: number;
53
+ lg: number;
54
+ };
55
+ main?: undefined;
56
+ };
57
+ options: {
58
+ widget: string;
59
+ elementLabelProp?: undefined;
60
+ detail?: undefined;
61
+ };
62
+ layout?: undefined;
63
+ } | {
64
+ type: string;
65
+ scope: string;
66
+ layout: number;
67
+ options: {
68
+ elementLabelProp: string;
69
+ detail: {
70
+ type: string;
71
+ elements: ({
72
+ type: string;
73
+ scope: string;
74
+ options: {
75
+ widget: string;
76
+ };
77
+ config: {
78
+ layout: {
79
+ xs: number;
80
+ sm: number;
81
+ md: number;
82
+ lg: number;
83
+ };
84
+ main: {
85
+ label: string;
86
+ type?: undefined;
87
+ helperText?: undefined;
88
+ errorMessage?: undefined;
89
+ };
90
+ };
91
+ } | {
92
+ type: string;
93
+ scope: string;
94
+ options: {
95
+ widget: string;
96
+ };
97
+ config: {
98
+ layout: {
99
+ xs: number;
100
+ sm: number;
101
+ md: number;
102
+ lg: number;
103
+ };
104
+ main: {
105
+ label: string;
106
+ type: string;
107
+ helperText: string;
108
+ errorMessage: string;
109
+ };
110
+ };
111
+ })[];
112
+ };
113
+ widget?: undefined;
114
+ };
115
+ config?: undefined;
116
+ })[];
117
+ };
118
+ export declare const OptionArray: any;
119
+ export declare const OptionArraySchema: {
120
+ value: {
121
+ type: string;
122
+ items: {
123
+ type: string;
124
+ properties: {
125
+ label: {
126
+ type: string;
127
+ };
128
+ value: {
129
+ type: string;
130
+ };
131
+ };
132
+ };
133
+ };
134
+ };
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ type: string;
3
+ scope: string;
4
+ options: {
5
+ widget: string;
6
+ };
7
+ config: {
8
+ layout: {
9
+ xs: number;
10
+ sm: number;
11
+ md: number;
12
+ lg: number;
13
+ };
14
+ main: {
15
+ label: string;
16
+ type: string;
17
+ };
18
+ };
19
+ };
20
+ export default _default;