impaktapps-ui-builder 0.0.101-alpha.30 → 0.0.101-alpha.31
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 +2 -2
- 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 +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.ts +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
|
@@ -6258,7 +6258,7 @@ const ComponentSchema = {
|
|
|
6258
6258
|
{ title: "Graph", const: "Graph" },
|
|
6259
6259
|
{ title: "Input Slider", const: "InputSlider" },
|
|
6260
6260
|
{ title: "Label", const: "Box" },
|
|
6261
|
-
{ title: "
|
|
6261
|
+
{ title: "Leaderboard", const: "LeaderBoard" },
|
|
6262
6262
|
{ title: "Multi-Select Dropdown", const: "MultipleSelect" },
|
|
6263
6263
|
{ title: "Pan Card Masked", const: "PanCardText" },
|
|
6264
6264
|
{ title: "Pop Up", const: "PopUp" },
|
|
@@ -8809,7 +8809,7 @@ const EventSchema = {
|
|
|
8809
8809
|
type: "string",
|
|
8810
8810
|
oneOf: [
|
|
8811
8811
|
{ title: "Custom", const: "custom" },
|
|
8812
|
-
{ title: "
|
|
8812
|
+
{ title: "API", const: "api" },
|
|
8813
8813
|
{ title: "Inbuilt Function", const: "inBuiltFunction" },
|
|
8814
8814
|
{ title: "Refresh", const: "refresh" }
|
|
8815
8815
|
]
|