impaktapps-ui-builder 0.0.101-alpha.16 → 0.0.101-alpha.17
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 +17 -17
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +17 -17
|
@@ -6244,40 +6244,40 @@ const ComponentSchema = {
|
|
|
6244
6244
|
{ title: "Array", const: "Array" },
|
|
6245
6245
|
{ title: "Button", const: "Button" },
|
|
6246
6246
|
{ title: "Data Card", const: "card" },
|
|
6247
|
-
{ title: "
|
|
6247
|
+
{ title: "Check Box", const: "CheckBox" },
|
|
6248
6248
|
{ title: "Container", const: "WrapperSection" },
|
|
6249
|
-
{ title: "
|
|
6249
|
+
{ title: "Data Grid", const: "DataGrid" },
|
|
6250
6250
|
{ title: "Date", const: "Date" },
|
|
6251
|
-
{ title: "
|
|
6252
|
-
{ title: "Download
|
|
6251
|
+
{ title: "Time Stamp", const: "DateTime" },
|
|
6252
|
+
{ title: "Download", const: "DownloadFile" },
|
|
6253
6253
|
{ title: "Empty Box", const: "EmptyBox" },
|
|
6254
|
-
{ title: "File", const: "FileInput" },
|
|
6254
|
+
{ title: "File Handler", const: "FileInput" },
|
|
6255
6255
|
{ title: "Graph", const: "Graph" },
|
|
6256
6256
|
{ title: "Input Slider", const: "InputSlider" },
|
|
6257
6257
|
{ title: "Label", const: "Box" },
|
|
6258
6258
|
{ title: "LeaderBoard", const: "LeaderBoard" },
|
|
6259
|
-
{ title: "
|
|
6260
|
-
{ title: "
|
|
6261
|
-
{ title: "
|
|
6262
|
-
{ title: "
|
|
6263
|
-
{ title: "
|
|
6264
|
-
{ title: "
|
|
6259
|
+
{ title: "Multi-Select Dropdown", const: "MultipleSelect" },
|
|
6260
|
+
{ title: "Pan Card Masked", const: "PanCardText" },
|
|
6261
|
+
{ title: "Pop Up", const: "PopUp" },
|
|
6262
|
+
{ title: "Progress Bar", const: "ProgressBar" },
|
|
6263
|
+
{ title: "Progress Bar Card", const: "ProgressBarCard" },
|
|
6264
|
+
{ title: "Dropdown", const: "Select" },
|
|
6265
6265
|
{ title: "Slider", const: "Slider" },
|
|
6266
|
-
{ title: "
|
|
6266
|
+
{ title: "Speedometer", const: "SpeedoMeter" },
|
|
6267
6267
|
{ title: "Stepper Container", const: "Stepper" },
|
|
6268
6268
|
{ title: "Radio", const: "Radio" },
|
|
6269
6269
|
{ title: "Rank", const: "Rank" },
|
|
6270
6270
|
{ title: "Rank Card", const: "RankCard" },
|
|
6271
|
-
{ title: "Runner Boy
|
|
6271
|
+
{ title: "Runner Boy", const: "RunnerBoyProgressBar" },
|
|
6272
6272
|
{ title: "Table", const: "Table" },
|
|
6273
6273
|
{ title: "Tabs", const: "TabSection" },
|
|
6274
6274
|
{ title: "Text", const: "Text" },
|
|
6275
6275
|
{ title: "Text Area", const: "TextArea" },
|
|
6276
6276
|
{ title: "Timer", const: "Timer" },
|
|
6277
|
-
{ title: "Upload
|
|
6278
|
-
{ title: "
|
|
6279
|
-
{ title: "
|
|
6280
|
-
{ title: "Thought of the
|
|
6277
|
+
{ title: "Upload", const: "UploadFile" },
|
|
6278
|
+
{ title: "Tree ", const: "TreeMap" },
|
|
6279
|
+
{ title: "Column Group", const: "ColumnGroup" },
|
|
6280
|
+
{ title: "Thought of the day", const: "Thought" },
|
|
6281
6281
|
{ title: "Pdf Viewer", const: "PdfViewer" }
|
|
6282
6282
|
]
|
|
6283
6283
|
},
|