impaktapps-ui-builder 1.0.50-alpha.22 → 1.0.50-alpha.24
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 +28 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +5 -5
- 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 +26 -0
- package/src/impaktapps-ui-builder/runtime/services/service.ts +1 -1
|
@@ -6550,7 +6550,33 @@ const ComponentSchema = {
|
|
|
6550
6550
|
{ title: "Error Icon", const: "ErrorIcon" },
|
|
6551
6551
|
{ title: "Refresh Icon", const: "RefreshIcon" },
|
|
6552
6552
|
{ title: "Download Icon", const: "DownloadIcon" },
|
|
6553
|
-
{ title: "Exception Icon", const: "ExceptionIcon" }
|
|
6553
|
+
{ title: "Exception Icon", const: "ExceptionIcon" },
|
|
6554
|
+
{ "title": "Alarm Icon", "const": "AlarmIcon" },
|
|
6555
|
+
{ "title": "Click Icon", "const": "ClickIcon" },
|
|
6556
|
+
{ "title": "Content Copy Icon", "const": "ContentCopyIcon" },
|
|
6557
|
+
{ "title": "File Copy Icon", "const": "FileCopyIcon" },
|
|
6558
|
+
{ "title": "Pause Icon", "const": "PauseIcon" },
|
|
6559
|
+
{ "title": "Play Icon", "const": "PlayIcon" },
|
|
6560
|
+
{ "title": "Close Icon", "const": "CloseIcon" },
|
|
6561
|
+
{ "title": "Replay Icon", "const": "ReplayIcon" },
|
|
6562
|
+
{ "title": "Delete Icon", "const": "DeleteIcon" },
|
|
6563
|
+
{ "title": "Drafts Icon", "const": "DraftsIcon" },
|
|
6564
|
+
{ "title": "Perm Phone Msg Icon", "const": "PermPhoneMsgIcon" },
|
|
6565
|
+
{ "title": "Paste Icon", "const": "PasteIcon" },
|
|
6566
|
+
{ "title": "Prev Icon", "const": "PrevIcon" },
|
|
6567
|
+
{ "title": "Verified Icon", "const": "VerifiedIcon" },
|
|
6568
|
+
{ "title": "Table Add Icon", "const": "TableAddIcon" },
|
|
6569
|
+
{ "title": "Table Download Icon", "const": "TableDownloadIcon" },
|
|
6570
|
+
{ "title": "Audit Trail Icon", "const": "AuditTrailIcon" },
|
|
6571
|
+
{ "title": "View Component", "const": "View" },
|
|
6572
|
+
{ "title": "Table Edit Icon", "const": "TableEditIcon" },
|
|
6573
|
+
{ "title": "Maximize Icon", "const": "Maximize" },
|
|
6574
|
+
{ "title": "Minimize Icon", "const": "Minimize" },
|
|
6575
|
+
{ "title": "Subtract Icon", "const": "Subtract" },
|
|
6576
|
+
{ "title": "Bin Icon", "const": "Bin" },
|
|
6577
|
+
{ "title": "Export Icon", "const": "Export" },
|
|
6578
|
+
{ "title": "Table Paste Icon", "const": "TablePaste" },
|
|
6579
|
+
{ "title": "Clone Icon", "const": "CloneIcon" }
|
|
6554
6580
|
]
|
|
6555
6581
|
},
|
|
6556
6582
|
color: {
|
|
@@ -10292,7 +10318,7 @@ var service = (funcParams) => {
|
|
|
10292
10318
|
const config2 = pageData == null ? void 0 : pageData.config;
|
|
10293
10319
|
const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
|
|
10294
10320
|
const event2 = new CustomEvent("pageNameChanged", {
|
|
10295
|
-
detail: { pageName: config2.label }
|
|
10321
|
+
detail: { pageName: config2.label, hasBackIcon: true }
|
|
10296
10322
|
});
|
|
10297
10323
|
window.dispatchEvent(event2);
|
|
10298
10324
|
const theme = (_b = (_a = funcParams == null ? void 0 : funcParams.store) == null ? void 0 : _a.theme) == null ? void 0 : _b.myTheme;
|