impaktapps-ui-builder 1.0.50-alpha.20 → 1.0.50-alpha.22
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 +1 -27
- 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 +0 -26
package/package.json
CHANGED
|
@@ -330,32 +330,6 @@ export const ComponentSchema: any = {
|
|
|
330
330
|
{ title: "Refresh Icon", const: "RefreshIcon" },
|
|
331
331
|
{ title: "Download Icon", const: "DownloadIcon" },
|
|
332
332
|
{ title: "Exception Icon", const: "ExceptionIcon" },
|
|
333
|
-
{ "title": "Alarm Icon", "const": "AlarmIcon" },
|
|
334
|
-
{ "title": "Click Icon", "const": "ClickIcon" },
|
|
335
|
-
{ "title": "Content Copy Icon", "const": "ContentCopyIcon" },
|
|
336
|
-
{ "title": "File Copy Icon", "const": "FileCopyIcon" },
|
|
337
|
-
{ "title": "Pause Icon", "const": "PauseIcon" },
|
|
338
|
-
{ "title": "Play Icon", "const": "PlayIcon" },
|
|
339
|
-
{ "title": "Close Icon", "const": "CloseIcon" },
|
|
340
|
-
{ "title": "Replay Icon", "const": "ReplayIcon" },
|
|
341
|
-
{ "title": "Delete Icon", "const": "DeleteIcon" },
|
|
342
|
-
{ "title": "Drafts Icon", "const": "DraftsIcon" },
|
|
343
|
-
{ "title": "Perm Phone Msg Icon", "const": "PermPhoneMsgIcon" },
|
|
344
|
-
{ "title": "Paste Icon", "const": "PasteIcon" },
|
|
345
|
-
{ "title": "Prev Icon", "const": "PrevIcon" },
|
|
346
|
-
{ "title": "Verified Icon", "const": "VerifiedIcon" },
|
|
347
|
-
{ "title": "Table Add Icon", "const": "TableAddIcon" },
|
|
348
|
-
{ "title": "Table Download Icon", "const": "TableDownloadIcon" },
|
|
349
|
-
{ "title": "Audit Trail Icon", "const": "AuditTrailIcon" },
|
|
350
|
-
{ "title": "View Component", "const": "View" },
|
|
351
|
-
{ "title": "Table Edit Icon", "const": "TableEditIcon" },
|
|
352
|
-
{ "title": "Maximize Icon", "const": "Maximize" },
|
|
353
|
-
{ "title": "Minimize Icon", "const": "Minimize" },
|
|
354
|
-
{ "title": "Subtract Icon", "const": "Subtract" },
|
|
355
|
-
{ "title": "Bin Icon", "const": "Bin" },
|
|
356
|
-
{ "title": "Export Icon", "const": "Export" },
|
|
357
|
-
{ "title": "Table Paste Icon", "const": "TablePaste" },
|
|
358
|
-
{ "title": "Clone Icon", "const": "CloneIcon" }
|
|
359
333
|
]
|
|
360
334
|
},
|
|
361
335
|
color: {
|