impaktapps-ui-builder 0.0.101-alpha.2 → 0.0.101-alpha.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/impaktapps-ui-builder.es.js +761 -843
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +11 -11
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/apiSection.d.ts +63 -57
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.d.ts +8 -9
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/coreSection.d.ts +98 -95
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/eventSection.d.ts +26 -33
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/refresh.d.ts +52 -38
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/styleSection.d.ts +7 -8
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/tableSection.d.ts +29 -33
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/validationSections.d.ts +56 -37
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/valueTab.d.ts +56 -36
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/apiSection.ts +111 -96
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +14 -20
- package/src/impaktapps-ui-builder/builder/build/uischema/coreSection.ts +189 -110
- package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +37 -15
- package/src/impaktapps-ui-builder/builder/build/uischema/refresh.ts +44 -44
- package/src/impaktapps-ui-builder/builder/build/uischema/styleSection.ts +9 -13
- package/src/impaktapps-ui-builder/builder/build/uischema/tableSection.ts +40 -18
- package/src/impaktapps-ui-builder/builder/build/uischema/validationSections.ts +117 -48
- package/src/impaktapps-ui-builder/builder/build/uischema/valueTab.ts +113 -45
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +19 -19
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +272 -346
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +109 -241
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +168 -115
- package/src/impaktapps-ui-builder/builder/services/component.ts +2 -2
- package/src/impaktapps-ui-builder/builder/services/event.ts +12 -12
|
@@ -4,44 +4,44 @@ export const ComponentSchema: any = {
|
|
|
4
4
|
type: {
|
|
5
5
|
// type: "string",
|
|
6
6
|
oneOf: [
|
|
7
|
-
{ title: "
|
|
7
|
+
{ title: "Masked Aadhaar", const: "AadharcardText" },
|
|
8
8
|
{ title: "Array", const: "Array" },
|
|
9
9
|
{ title: "Button", const: "Button" },
|
|
10
|
-
{ title: "Card", const: "card" },
|
|
11
|
-
{ title: "
|
|
10
|
+
{ title: "Data Card", const: "card" },
|
|
11
|
+
{ title: "Check Box", const: "CheckBox" },
|
|
12
12
|
{ title: "Container", const: "WrapperSection" },
|
|
13
|
-
{ title: "
|
|
13
|
+
{ title: "Data Grid", const: "DataGrid" },
|
|
14
14
|
{ title: "Date", const: "Date" },
|
|
15
|
-
{ title: "
|
|
16
|
-
{ title: "Download
|
|
15
|
+
{ title: "Time Stamp", const: "DateTime" },
|
|
16
|
+
{ title: "Download", const: "DownloadFile" },
|
|
17
17
|
{ title: "Empty Box", const: "EmptyBox" },
|
|
18
|
-
{ title: "File", const: "FileInput" },
|
|
18
|
+
{ title: "File Handler", const: "FileInput" },
|
|
19
19
|
{ title: "Graph", const: "Graph" },
|
|
20
20
|
{ title: "Input Slider", const: "InputSlider" },
|
|
21
21
|
{ title: "Label", const: "Box" },
|
|
22
22
|
{ title: "LeaderBoard", const: "LeaderBoard" },
|
|
23
|
-
{ title: "
|
|
24
|
-
{ title: "
|
|
25
|
-
{ title: "
|
|
26
|
-
{ title: "
|
|
27
|
-
{ title: "
|
|
28
|
-
{ title: "
|
|
23
|
+
{ title: "Multi-Select Dropdown", const: "MultipleSelect" },
|
|
24
|
+
{ title: "Pan Card Masked", const: "PanCardText" },
|
|
25
|
+
{ title: "Pop Up", const: "PopUp" },
|
|
26
|
+
{ title: "Progress Bar", const: "ProgressBar" },
|
|
27
|
+
{ title: "Progress Bar Card", const: "ProgressBarCard" },
|
|
28
|
+
{ title: "Dropdown", const: "Select" },
|
|
29
29
|
{ title: "Slider", const: "Slider" },
|
|
30
|
-
{ title: "
|
|
30
|
+
{ title: "Speedometer", const: "SpeedoMeter" },
|
|
31
31
|
{ title: "Stepper Container", const: "Stepper" },
|
|
32
32
|
{ title: "Radio", const: "Radio" },
|
|
33
33
|
{ title: "Rank", const: "Rank" },
|
|
34
34
|
{ title: "Rank Card", const: "RankCard" },
|
|
35
|
-
{ title: "Runner Boy
|
|
35
|
+
{ title: "Runner Boy", const: "RunnerBoyProgressBar" },
|
|
36
36
|
{ title: "Table", const: "Table" },
|
|
37
37
|
{ title: "Tabs", const: "TabSection" },
|
|
38
38
|
{ title: "Text", const: "Text" },
|
|
39
39
|
{ title: "Text Area", const: "TextArea" },
|
|
40
40
|
{ title: "Timer", const: "Timer" },
|
|
41
|
-
{ title: "Upload
|
|
42
|
-
{ title: "
|
|
43
|
-
{ title: "
|
|
44
|
-
{ title: "Thought of the
|
|
41
|
+
{ title: "Upload", const: "UploadFile" },
|
|
42
|
+
{ title: "Tree ", const: "TreeMap" },
|
|
43
|
+
{ title: "Column Group", const: "ColumnGroup" },
|
|
44
|
+
{ title: "Thought of the day", const: "Thought" },
|
|
45
45
|
{ title: "Pdf Viewer", const: "PdfViewer"}
|
|
46
46
|
]
|
|
47
47
|
},
|