@igo2/common 1.11.1 → 1.12.0
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/bundles/igo2-common.umd.js +101 -15
- package/bundles/igo2-common.umd.js.map +1 -1
- package/esm2015/lib/action/action.module.js +1 -1
- package/esm2015/lib/action/actionbar/actionbar-item.component.js +1 -1
- package/esm2015/lib/action/actionbar/actionbar.component.js +1 -1
- package/esm2015/lib/action/actionbar/actionbar.module.js +1 -1
- package/esm2015/lib/action/index.js +1 -1
- package/esm2015/lib/action/shared/action.enums.js +1 -1
- package/esm2015/lib/action/shared/action.interfaces.js +1 -1
- package/esm2015/lib/action/shared/index.js +1 -1
- package/esm2015/lib/action/shared/store.js +1 -1
- package/esm2015/lib/backdrop/backdrop.component.js +1 -1
- package/esm2015/lib/backdrop/backdrop.module.js +1 -1
- package/esm2015/lib/backdrop/index.js +1 -1
- package/esm2015/lib/badge-icon/badge-icon.directive.js +1 -1
- package/esm2015/lib/badge-icon/badge-icon.module.js +1 -1
- package/esm2015/lib/badge-icon/index.js +1 -1
- package/esm2015/lib/clickout/clickout.directive.js +1 -1
- package/esm2015/lib/clickout/clickout.module.js +1 -1
- package/esm2015/lib/clickout/index.js +1 -1
- package/esm2015/lib/clone/clone.module.js +1 -1
- package/esm2015/lib/clone/clone.pipe.js +1 -1
- package/esm2015/lib/clone/index.js +1 -1
- package/esm2015/lib/collapsible/collapse.directive.js +1 -1
- package/esm2015/lib/collapsible/collapsible.component.js +1 -1
- package/esm2015/lib/collapsible/collapsible.module.js +1 -1
- package/esm2015/lib/collapsible/index.js +1 -1
- package/esm2015/lib/confirm-dialog/confirm-dialog.component.js +1 -1
- package/esm2015/lib/confirm-dialog/confirm-dialog.module.js +1 -1
- package/esm2015/lib/confirm-dialog/confirm-dialog.service.js +1 -1
- package/esm2015/lib/confirm-dialog/index.js +1 -1
- package/esm2015/lib/context-menu/context-menu.directive.js +1 -1
- package/esm2015/lib/context-menu/context-menu.module.js +1 -1
- package/esm2015/lib/context-menu/index.js +1 -1
- package/esm2015/lib/custom-html/custom-html.component.js +1 -1
- package/esm2015/lib/custom-html/custom-html.module.js +1 -1
- package/esm2015/lib/custom-html/custom-html.pipe.js +1 -1
- package/esm2015/lib/custom-html/index.js +1 -1
- package/esm2015/lib/dom/dom.interfaces.js +2 -0
- package/esm2015/lib/dom/dom.module.js +23 -0
- package/esm2015/lib/dom/dom.service.js +33 -0
- package/esm2015/lib/dom/index.js +3 -0
- package/esm2015/lib/drag-drop/drag-drop.module.js +1 -1
- package/esm2015/lib/drag-drop/index.js +1 -1
- package/esm2015/lib/dynamic-component/dynamic-component.module.js +1 -1
- package/esm2015/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.js +1 -1
- package/esm2015/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.js +1 -1
- package/esm2015/lib/dynamic-component/index.js +1 -1
- package/esm2015/lib/dynamic-component/shared/dynamic-component.interfaces.js +1 -1
- package/esm2015/lib/dynamic-component/shared/dynamic-component.js +1 -1
- package/esm2015/lib/dynamic-component/shared/dynamic-component.service.js +1 -1
- package/esm2015/lib/dynamic-component/shared/index.js +1 -1
- package/esm2015/lib/entity/entity-selector/entity-selector.component.js +1 -1
- package/esm2015/lib/entity/entity-selector/entity-selector.module.js +1 -1
- package/esm2015/lib/entity/entity-table/entity-table-row.directive.js +1 -1
- package/esm2015/lib/entity/entity-table/entity-table.component.js +29 -13
- package/esm2015/lib/entity/entity-table/entity-table.module.js +1 -1
- package/esm2015/lib/entity/entity-table-paginator/entity-table-paginator.component.js +1 -1
- package/esm2015/lib/entity/entity-table-paginator/entity-table-paginator.interface.js +1 -1
- package/esm2015/lib/entity/entity-table-paginator/entity-table-paginator.module.js +1 -1
- package/esm2015/lib/entity/entity.module.js +1 -1
- package/esm2015/lib/entity/index.js +1 -1
- package/esm2015/lib/entity/shared/entity.enums.js +1 -1
- package/esm2015/lib/entity/shared/entity.interfaces.js +1 -1
- package/esm2015/lib/entity/shared/entity.utils.js +1 -1
- package/esm2015/lib/entity/shared/index.js +1 -1
- package/esm2015/lib/entity/shared/state.js +1 -1
- package/esm2015/lib/entity/shared/store.js +1 -1
- package/esm2015/lib/entity/shared/strategies/filter-custom-function.js +1 -1
- package/esm2015/lib/entity/shared/strategies/filter-selection.js +1 -1
- package/esm2015/lib/entity/shared/strategies/index.js +1 -1
- package/esm2015/lib/entity/shared/strategies/strategy.js +1 -1
- package/esm2015/lib/entity/shared/transaction.js +1 -1
- package/esm2015/lib/entity/shared/view.js +1 -1
- package/esm2015/lib/entity/shared/watcher.js +1 -1
- package/esm2015/lib/flexible/flexible.component.js +1 -1
- package/esm2015/lib/flexible/flexible.module.js +1 -1
- package/esm2015/lib/flexible/flexible.type.js +1 -1
- package/esm2015/lib/flexible/index.js +1 -1
- package/esm2015/lib/form/form/form.component.js +1 -1
- package/esm2015/lib/form/form/form.module.js +1 -1
- package/esm2015/lib/form/form-field/form-field-select.component.js +1 -1
- package/esm2015/lib/form/form-field/form-field-text.component.js +1 -1
- package/esm2015/lib/form/form-field/form-field-textarea.component.js +1 -1
- package/esm2015/lib/form/form-field/form-field.component.js +1 -1
- package/esm2015/lib/form/form-field/form-field.module.js +1 -1
- package/esm2015/lib/form/form-field/index.js +1 -1
- package/esm2015/lib/form/form-group/form-group.component.js +1 -1
- package/esm2015/lib/form/form-group/form-group.module.js +1 -1
- package/esm2015/lib/form/form.module.js +1 -1
- package/esm2015/lib/form/index.js +1 -1
- package/esm2015/lib/form/shared/form-field-component.js +1 -1
- package/esm2015/lib/form/shared/form-field.service.js +1 -1
- package/esm2015/lib/form/shared/form.interfaces.js +1 -1
- package/esm2015/lib/form/shared/form.service.js +1 -1
- package/esm2015/lib/form/shared/form.utils.js +1 -1
- package/esm2015/lib/form/shared/index.js +1 -1
- package/esm2015/lib/home-button/home-button.component.js +1 -1
- package/esm2015/lib/home-button/home-button.module.js +1 -1
- package/esm2015/lib/home-button/index.js +1 -1
- package/esm2015/lib/image/image.module.js +1 -1
- package/esm2015/lib/image/index.js +1 -1
- package/esm2015/lib/image/secure-image.pipe.js +11 -4
- package/esm2015/lib/interactive-tour/index.js +1 -1
- package/esm2015/lib/interactive-tour/interactive-tour.component.js +1 -1
- package/esm2015/lib/interactive-tour/interactive-tour.interface.js +1 -1
- package/esm2015/lib/interactive-tour/interactive-tour.loader.js +1 -1
- package/esm2015/lib/interactive-tour/interactive-tour.module.js +1 -1
- package/esm2015/lib/interactive-tour/interactive-tour.service.js +1 -1
- package/esm2015/lib/json-dialog/index.js +1 -1
- package/esm2015/lib/json-dialog/json-dialog.component.js +1 -1
- package/esm2015/lib/json-dialog/json-dialog.module.js +1 -1
- package/esm2015/lib/json-dialog/json-dialog.service.js +1 -1
- package/esm2015/lib/keyvalue/index.js +1 -1
- package/esm2015/lib/keyvalue/keyvalue.module.js +1 -1
- package/esm2015/lib/keyvalue/keyvalue.pipe.js +1 -1
- package/esm2015/lib/list/index.js +1 -1
- package/esm2015/lib/list/list-item.directive.js +1 -1
- package/esm2015/lib/list/list.component.js +1 -1
- package/esm2015/lib/list/list.module.js +1 -1
- package/esm2015/lib/panel/index.js +1 -1
- package/esm2015/lib/panel/panel.component.js +1 -1
- package/esm2015/lib/panel/panel.module.js +1 -1
- package/esm2015/lib/sidenav/index.js +1 -1
- package/esm2015/lib/sidenav/sidenav-shim.directive.js +1 -1
- package/esm2015/lib/sidenav/sidenav.module.js +1 -1
- package/esm2015/lib/spinner/index.js +1 -1
- package/esm2015/lib/spinner/spinner-activity.directive.js +1 -1
- package/esm2015/lib/spinner/spinner.component.js +1 -1
- package/esm2015/lib/spinner/spinner.module.js +1 -1
- package/esm2015/lib/stop-propagation/index.js +1 -1
- package/esm2015/lib/stop-propagation/stop-drop-propagation.directive.js +1 -1
- package/esm2015/lib/stop-propagation/stop-propagation.directive.js +1 -1
- package/esm2015/lib/stop-propagation/stop-propagation.module.js +1 -1
- package/esm2015/lib/table/index.js +1 -1
- package/esm2015/lib/table/table-action-color.enum.js +1 -1
- package/esm2015/lib/table/table-database.js +1 -1
- package/esm2015/lib/table/table-datasource.js +1 -1
- package/esm2015/lib/table/table-model.interface.js +1 -1
- package/esm2015/lib/table/table.component.js +1 -1
- package/esm2015/lib/table/table.module.js +1 -1
- package/esm2015/lib/tool/index.js +1 -1
- package/esm2015/lib/tool/shared/index.js +1 -1
- package/esm2015/lib/tool/shared/tool-component.js +1 -1
- package/esm2015/lib/tool/shared/tool.interface.js +1 -1
- package/esm2015/lib/tool/shared/tool.service.js +1 -1
- package/esm2015/lib/tool/shared/toolbox.enums.js +1 -1
- package/esm2015/lib/tool/shared/toolbox.js +1 -1
- package/esm2015/lib/tool/tool.module.js +1 -1
- package/esm2015/lib/tool/toolbox/toolbox.animation.js +1 -1
- package/esm2015/lib/tool/toolbox/toolbox.component.js +1 -1
- package/esm2015/lib/tool/toolbox/toolbox.module.js +1 -1
- package/esm2015/lib/widget/index.js +1 -1
- package/esm2015/lib/widget/shared/index.js +1 -1
- package/esm2015/lib/widget/shared/widget.interfaces.js +1 -1
- package/esm2015/lib/widget/shared/widget.js +1 -1
- package/esm2015/lib/widget/shared/widget.service.js +1 -1
- package/esm2015/lib/widget/widget-outlet/widget-outlet.component.js +1 -1
- package/esm2015/lib/widget/widget-outlet/widget-outlet.module.js +1 -1
- package/esm2015/lib/widget/widget.module.js +1 -1
- package/esm2015/lib/workspace/index.js +1 -1
- package/esm2015/lib/workspace/shared/index.js +1 -1
- package/esm2015/lib/workspace/shared/store.js +1 -1
- package/esm2015/lib/workspace/shared/workspace.interfaces.js +1 -1
- package/esm2015/lib/workspace/shared/workspace.js +1 -1
- package/esm2015/lib/workspace/workspace-selector/workspace-selector.component.js +1 -1
- package/esm2015/lib/workspace/workspace-selector/workspace-selector.module.js +1 -1
- package/esm2015/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.js +1 -1
- package/esm2015/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.js +1 -1
- package/esm2015/lib/workspace/workspace.module.js +1 -1
- package/esm2015/public_api.js +3 -1
- package/fesm2015/igo2-common.js +87 -18
- package/fesm2015/igo2-common.js.map +1 -1
- package/lib/dom/dom.interfaces.d.ts +10 -0
- package/lib/dom/dom.module.d.ts +8 -0
- package/lib/dom/dom.service.d.ts +10 -0
- package/lib/dom/index.d.ts +2 -0
- package/lib/entity/shared/entity.interfaces.d.ts +1 -0
- package/lib/image/secure-image.pipe.d.ts +3 -1
- package/package.json +3 -3
- package/public_api.d.ts +2 -0
- package/style/common.theming.scss +12 -12
- package/style/partial/action.scss +18 -18
- package/style/partial/common.variables.scss +8 -8
package/esm2015/public_api.js
CHANGED
|
@@ -11,6 +11,7 @@ export * from './lib/collapsible/collapsible.module';
|
|
|
11
11
|
export * from './lib/confirm-dialog/confirm-dialog.module';
|
|
12
12
|
export * from './lib/context-menu/context-menu.module';
|
|
13
13
|
export * from './lib/custom-html/custom-html.module';
|
|
14
|
+
export * from './lib/dom/dom.module';
|
|
14
15
|
export * from './lib/drag-drop/drag-drop.module';
|
|
15
16
|
export * from './lib/dynamic-component/dynamic-component.module';
|
|
16
17
|
export * from './lib/dynamic-component/dynamic-outlet/dynamic-outlet.module';
|
|
@@ -51,6 +52,7 @@ export * from './lib/confirm-dialog';
|
|
|
51
52
|
export * from './lib/context-menu';
|
|
52
53
|
export * from './lib/custom-html';
|
|
53
54
|
export * from './lib/drag-drop';
|
|
55
|
+
export * from './lib/dom';
|
|
54
56
|
export * from './lib/dynamic-component';
|
|
55
57
|
export * from './lib/form';
|
|
56
58
|
export * from './lib/home-button';
|
|
@@ -69,4 +71,4 @@ export * from './lib/table';
|
|
|
69
71
|
export * from './lib/tool';
|
|
70
72
|
export * from './lib/widget';
|
|
71
73
|
export * from './lib/workspace';
|
|
72
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
74
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3BhY2thZ2VzL2NvbW1vbi9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsa0RBQWtELENBQUM7QUFDakUsY0FBYyw4REFBOEQsQ0FBQztBQUM3RSxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLHNDQUFzQyxDQUFDO0FBQ3JELGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMscURBQXFELENBQUM7QUFDcEUsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLG1FQUFtRSxDQUFDO0FBQ2xGLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLHNDQUFzQyxDQUFDO0FBQ3JELGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxpREFBaUQsQ0FBQztBQUNoRSxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsOERBQThELENBQUM7QUFDN0UsY0FBYyx3RUFBd0UsQ0FBQztBQUV2RixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxXQUFXLENBQUM7QUFDMUIsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGlCQUFpQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcclxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIGNvbW1vblxyXG4gKi9cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FjdGlvbi9hY3Rpb24ubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYWN0aW9uL2FjdGlvbmJhci9hY3Rpb25iYXIubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYmFja2Ryb3AvYmFja2Ryb3AubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYmFkZ2UtaWNvbi9iYWRnZS1pY29uLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NsaWNrb3V0L2NsaWNrb3V0Lm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Nsb25lL2Nsb25lLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbGxhcHNpYmxlL2NvbGxhcHNpYmxlLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbmZpcm0tZGlhbG9nL2NvbmZpcm0tZGlhbG9nLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbnRleHQtbWVudS9jb250ZXh0LW1lbnUubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY3VzdG9tLWh0bWwvY3VzdG9tLWh0bWwubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tL2RvbS5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kcmFnLWRyb3AvZHJhZy1kcm9wLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2R5bmFtaWMtY29tcG9uZW50L2R5bmFtaWMtY29tcG9uZW50Lm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2R5bmFtaWMtY29tcG9uZW50L2R5bmFtaWMtb3V0bGV0L2R5bmFtaWMtb3V0bGV0Lm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ZsZXhpYmxlL2ZsZXhpYmxlLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Zvcm0vZm9ybS5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mb3JtL2Zvcm0vZm9ybS5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9ob21lLWJ1dHRvbi9ob21lLWJ1dHRvbi5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mb3JtL2Zvcm0tZmllbGQvZm9ybS1maWVsZC5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mb3JtL2Zvcm0tZ3JvdXAvZm9ybS1ncm91cC5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9lbnRpdHkvZW50aXR5Lm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2VudGl0eS9lbnRpdHktc2VsZWN0b3IvZW50aXR5LXNlbGVjdG9yLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2VudGl0eS9lbnRpdHktdGFibGUvZW50aXR5LXRhYmxlLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2VudGl0eS9lbnRpdHktdGFibGUtcGFnaW5hdG9yL2VudGl0eS10YWJsZS1wYWdpbmF0b3IubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW1hZ2UvaW1hZ2UubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJhY3RpdmUtdG91ci9pbnRlcmFjdGl2ZS10b3VyLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2pzb24tZGlhbG9nL2pzb24tZGlhbG9nLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2tleXZhbHVlL2tleXZhbHVlLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2xpc3QvbGlzdC5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wYW5lbC9wYW5lbC5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zaWRlbmF2L3NpZGVuYXYubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc3Bpbm5lci9zcGlubmVyLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3N0b3AtcHJvcGFnYXRpb24vc3RvcC1wcm9wYWdhdGlvbi5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi90YWJsZS90YWJsZS5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi90b29sL3Rvb2wubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdG9vbC90b29sYm94L3Rvb2xib3gubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvd2lkZ2V0L3dpZGdldC5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi93aWRnZXQvd2lkZ2V0LW91dGxldC93aWRnZXQtb3V0bGV0Lm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3dvcmtzcGFjZS93b3Jrc3BhY2UubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvd29ya3NwYWNlL3dvcmtzcGFjZS1zZWxlY3Rvci93b3Jrc3BhY2Utc2VsZWN0b3IubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvd29ya3NwYWNlL3dvcmtzcGFjZS13aWRnZXQtb3V0bGV0L3dvcmtzcGFjZS13aWRnZXQtb3V0bGV0Lm1vZHVsZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hY3Rpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9iYWNrZHJvcCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2JhZGdlLWljb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jbGlja291dCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Nsb25lJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29sbGFwc2libGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb25maXJtLWRpYWxvZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbnRleHQtbWVudSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2N1c3RvbS1odG1sJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZHJhZy1kcm9wJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZHluYW1pYy1jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mb3JtJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaG9tZS1idXR0b24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9lbnRpdHknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mbGV4aWJsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ltYWdlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJhY3RpdmUtdG91cic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2pzb24tZGlhbG9nJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIva2V5dmFsdWUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9saXN0JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcGFuZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zaWRlbmF2JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc3Bpbm5lcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3N0b3AtcHJvcGFnYXRpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi90YWJsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3Rvb2wnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi93aWRnZXQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi93b3Jrc3BhY2UnO1xyXG4iXX0=
|
package/fesm2015/igo2-common.js
CHANGED
|
@@ -19,7 +19,7 @@ import { MatTooltipModule } from '@angular/material/tooltip';
|
|
|
19
19
|
import * as i1$2 from '@igo2/core';
|
|
20
20
|
import { Media, IgoLanguageModule } from '@igo2/core';
|
|
21
21
|
import t from 'typy';
|
|
22
|
-
import { ReplaySubject, BehaviorSubject, combineLatest, of, Observable, isObservable, fromEvent, merge, Subject } from 'rxjs';
|
|
22
|
+
import { ReplaySubject, BehaviorSubject, combineLatest, of, Observable, isObservable, fromEvent, throwError, merge, Subject } from 'rxjs';
|
|
23
23
|
import { map, skip, debounceTime, catchError, tap, switchMap, filter, take, distinctUntilChanged } from 'rxjs/operators';
|
|
24
24
|
import { uuid, ObjectUtils } from '@igo2/utils';
|
|
25
25
|
import * as i1 from '@angular/material/form-field';
|
|
@@ -44,7 +44,7 @@ import { MatInputModule } from '@angular/material/input';
|
|
|
44
44
|
import scrollIntoView from 'scroll-into-view-if-needed';
|
|
45
45
|
import * as i2$1 from '@angular/material/paginator';
|
|
46
46
|
import { MatPaginator, MatPaginatorModule } from '@angular/material/paginator';
|
|
47
|
-
import { __decorate } from 'tslib';
|
|
47
|
+
import { __decorate, __awaiter } from 'tslib';
|
|
48
48
|
import * as i1$3 from '@angular/common/http';
|
|
49
49
|
import { HttpHeaders } from '@angular/common/http';
|
|
50
50
|
import { Cacheable } from 'ts-cacheable';
|
|
@@ -2082,14 +2082,20 @@ EntityTablePaginatorComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ typ
|
|
|
2082
2082
|
}] }); })();
|
|
2083
2083
|
|
|
2084
2084
|
class SecureImagePipe {
|
|
2085
|
-
constructor(http) {
|
|
2085
|
+
constructor(http, configService) {
|
|
2086
2086
|
this.http = http;
|
|
2087
|
+
this.configService = configService;
|
|
2087
2088
|
}
|
|
2088
2089
|
transform(url) {
|
|
2090
|
+
var _a;
|
|
2089
2091
|
const headers = new HttpHeaders({
|
|
2090
2092
|
'Content-Type': 'text/plain',
|
|
2091
2093
|
activityInterceptor: 'false'
|
|
2092
2094
|
});
|
|
2095
|
+
const regexDepot = new RegExp(((_a = this.configService) === null || _a === void 0 ? void 0 : _a.getConfig('depot.url')) + '.*?(?="|$)');
|
|
2096
|
+
if (regexDepot.test(url)) {
|
|
2097
|
+
url = url.match(regexDepot)[0];
|
|
2098
|
+
}
|
|
2093
2099
|
return this.http
|
|
2094
2100
|
.get(url, {
|
|
2095
2101
|
headers,
|
|
@@ -2107,7 +2113,7 @@ class SecureImagePipe {
|
|
|
2107
2113
|
}));
|
|
2108
2114
|
}
|
|
2109
2115
|
}
|
|
2110
|
-
SecureImagePipe.ɵfac = function SecureImagePipe_Factory(t) { return new (t || SecureImagePipe)(i0.ɵɵdirectiveInject(i1$3.HttpClient, 16)); };
|
|
2116
|
+
SecureImagePipe.ɵfac = function SecureImagePipe_Factory(t) { return new (t || SecureImagePipe)(i0.ɵɵdirectiveInject(i1$3.HttpClient, 16), i0.ɵɵdirectiveInject(i1$2.ConfigService, 16)); };
|
|
2111
2117
|
SecureImagePipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "secureImage", type: SecureImagePipe, pure: true });
|
|
2112
2118
|
__decorate([
|
|
2113
2119
|
Cacheable({
|
|
@@ -2119,7 +2125,7 @@ __decorate([
|
|
|
2119
2125
|
args: [{
|
|
2120
2126
|
name: 'secureImage'
|
|
2121
2127
|
}]
|
|
2122
|
-
}], function () { return [{ type: i1$3.HttpClient }]; }, { transform: [] }); })();
|
|
2128
|
+
}], function () { return [{ type: i1$3.HttpClient }, { type: i1$2.ConfigService }]; }, { transform: [] }); })();
|
|
2123
2129
|
|
|
2124
2130
|
class SanitizeHtmlPipe {
|
|
2125
2131
|
constructor(_sanitizer) {
|
|
@@ -2933,6 +2939,10 @@ class EntityTableComponent {
|
|
|
2933
2939
|
}
|
|
2934
2940
|
});
|
|
2935
2941
|
this.formGroup.controls[column.name].setValue(formControlValue);
|
|
2942
|
+
if (this.isEdition(record) && column.linkColumnForce) {
|
|
2943
|
+
const entity = record.entity;
|
|
2944
|
+
this.formGroup.controls[column.name].setValue(entity === null || entity === void 0 ? void 0 : entity.properties[this.getColumnKeyWithoutPropertiesTag(column.linkColumnForce)]);
|
|
2945
|
+
}
|
|
2936
2946
|
}
|
|
2937
2947
|
else if (column.type === 'date') {
|
|
2938
2948
|
if (column.visible) {
|
|
@@ -3221,6 +3231,7 @@ class EntityTableComponent {
|
|
|
3221
3231
|
}
|
|
3222
3232
|
}
|
|
3223
3233
|
else if (column.type === 'list' && value && column.domainValues) {
|
|
3234
|
+
const entity = record.entity;
|
|
3224
3235
|
if (column.multiple) {
|
|
3225
3236
|
let list_id;
|
|
3226
3237
|
typeof value === 'string' ? list_id = value.match(/[\w.-]+/g).map(Number) : list_id = value;
|
|
@@ -3237,27 +3248,38 @@ class EntityTableComponent {
|
|
|
3237
3248
|
});
|
|
3238
3249
|
this.isEdition(record) ? value = list_id : value = list_option;
|
|
3239
3250
|
}
|
|
3251
|
+
else {
|
|
3252
|
+
if (!this.isEdition(record) && column.linkColumnForce) {
|
|
3253
|
+
value = entity === null || entity === void 0 ? void 0 : entity.properties[this.getColumnKeyWithoutPropertiesTag(column.linkColumnForce)];
|
|
3254
|
+
}
|
|
3255
|
+
else {
|
|
3256
|
+
column.domainValues.forEach(option => {
|
|
3257
|
+
if (typeof value === 'string' && /^\d+$/.test(value)) {
|
|
3258
|
+
value = parseInt(value);
|
|
3259
|
+
}
|
|
3260
|
+
if (option.value === value || option.id === value) {
|
|
3261
|
+
this.isEdition(record) ? value = option.id : value = option.value;
|
|
3262
|
+
}
|
|
3263
|
+
});
|
|
3264
|
+
}
|
|
3265
|
+
}
|
|
3266
|
+
}
|
|
3267
|
+
else if (column.type === 'autocomplete' && value && column.domainValues) {
|
|
3268
|
+
const entity = record.entity;
|
|
3269
|
+
if (!this.isEdition(record) && column.linkColumnForce) {
|
|
3270
|
+
value = entity === null || entity === void 0 ? void 0 : entity.properties[this.getColumnKeyWithoutPropertiesTag(column.linkColumnForce)];
|
|
3271
|
+
}
|
|
3240
3272
|
else {
|
|
3241
3273
|
column.domainValues.forEach(option => {
|
|
3242
3274
|
if (typeof value === 'string' && /^\d+$/.test(value)) {
|
|
3243
3275
|
value = parseInt(value);
|
|
3244
3276
|
}
|
|
3245
3277
|
if (option.value === value || option.id === value) {
|
|
3246
|
-
|
|
3278
|
+
value = option.value;
|
|
3247
3279
|
}
|
|
3248
3280
|
});
|
|
3249
3281
|
}
|
|
3250
3282
|
}
|
|
3251
|
-
else if (column.type === 'autocomplete' && value && column.domainValues) {
|
|
3252
|
-
column.domainValues.forEach(option => {
|
|
3253
|
-
if (typeof value === 'string' && /^\d+$/.test(value)) {
|
|
3254
|
-
value = parseInt(value);
|
|
3255
|
-
}
|
|
3256
|
-
if (option.value === value || option.id === value) {
|
|
3257
|
-
value = option.value;
|
|
3258
|
-
}
|
|
3259
|
-
});
|
|
3260
|
-
}
|
|
3261
3283
|
else if (column.type === 'date') {
|
|
3262
3284
|
if (this.isEdition(record)) {
|
|
3263
3285
|
if (value) {
|
|
@@ -3409,7 +3431,7 @@ EntityTableComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Entity
|
|
|
3409
3431
|
i0.ɵɵproperty("matRowDefColumns", ctx.headers);
|
|
3410
3432
|
i0.ɵɵadvance(1);
|
|
3411
3433
|
i0.ɵɵproperty("ngIf", ctx.withPaginator);
|
|
3412
|
-
} }, directives: [i4.MatTable, i5.MatSort, i1$1.NgClass, i4.MatColumnDef, i4.MatHeaderCellDef, i4.MatCellDef, i1$1.NgForOf, i4.MatHeaderRowDef, i4.MatRowDef, i1$1.NgIf, i4.MatHeaderCell, i7.MatCheckbox, i4.MatCell, i5.MatSortHeader, i6.MatTooltip, i1$5.NgControlStatusGroup, i1$5.FormGroupDirective, i9.MatAutocomplete, i10.MatDatepickerToggle, i1.MatSuffix, i2$3.MatInput, i10.MatDatepickerInput, i1$5.DefaultValueAccessor, i1$5.NgControlStatus, i1$5.FormControlName, i10.MatDatepicker, i1$5.NumberValueAccessor, i1$5.MinValidator, i1$5.MaxValidator, i1$5.RequiredValidator, i2.MatSelect, i3.MatOption, i9.MatAutocompleteTrigger, i5$1.MatIcon, i4$1.MatButton, StopPropagationDirective, i4.MatHeaderRow, i4.MatRow, EntityTableRowDirective, EntityTablePaginatorComponent], pipes: [i1$1.AsyncPipe, SecureImagePipe, i6$1.TranslatePipe, SanitizeHtmlPipe], styles: ["[_nghost-%COMP%]{width:100%;height:100%;display:block}.table-compact[_nghost-%COMP%] tr.mat-header-row[_ngcontent-%COMP%], .table-compact[_nghost-%COMP%] .mat-checkbox .mat-checkbox-ripple{height:36px}.table-compact[_nghost-%COMP%] tr.mat-row[_ngcontent-%COMP%], .table-compact[_nghost-%COMP%] .mat-checkbox .mat-checkbox-ripple{height:28px}.table-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:100%;overflow:auto;flex:1 1 auto}.mat-cell-text[_ngcontent-%COMP%]{overflow:hidden;word-wrap:break-word}th.mat-header-cell[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%]{padding:0 3px}entity-table[_ngcontent-%COMP%] table.igo-entity-table-with-selection[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:hover{-o-box-shadow:2px 0px 2px 0px #dddddd;box-shadow:2px 0 2px #ddd;cursor:pointer}table[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{margin:7px}.class_boolean[_ngcontent-%COMP%], .class_icon[_ngcontent-%COMP%], .class_number[_ngcontent-%COMP%]{text-align:center;padding-right:35px!important}.class_sting[_ngcontent-%COMP%], .class_text[_ngcontent-%COMP%], .class_number_edition[_ngcontent-%COMP%]{text-align:left}td.edition[_ngcontent-%COMP%]{background:rgba(166,166,166,.2)}input[_ngcontent-%COMP%]{border-bottom:1px solid darkgrey}"], changeDetection: 0 });
|
|
3434
|
+
} }, directives: [i4.MatTable, i5.MatSort, i1$1.NgClass, i4.MatColumnDef, i4.MatHeaderCellDef, i4.MatCellDef, i1$1.NgForOf, i4.MatHeaderRowDef, i4.MatRowDef, i1$1.NgIf, i4.MatHeaderCell, i7.MatCheckbox, i4.MatCell, i5.MatSortHeader, i6.MatTooltip, i1$5.NgControlStatusGroup, i1$5.FormGroupDirective, i9.MatAutocomplete, i10.MatDatepickerToggle, i1.MatSuffix, i2$3.MatInput, i10.MatDatepickerInput, i1$5.DefaultValueAccessor, i1$5.NgControlStatus, i1$5.FormControlName, i10.MatDatepicker, i1$5.NumberValueAccessor, i1$5.MinValidator, i1$5.MaxValidator, i1$5.RequiredValidator, i2.MatSelect, i3.MatOption, i9.MatAutocompleteTrigger, i5$1.MatIcon, i4$1.MatButton, StopPropagationDirective, i4.MatHeaderRow, i4.MatRow, EntityTableRowDirective, EntityTablePaginatorComponent], pipes: [i1$1.AsyncPipe, SecureImagePipe, i6$1.TranslatePipe, SanitizeHtmlPipe], styles: ["[_nghost-%COMP%]{width:100%;height:100%;display:block}.table-compact[_nghost-%COMP%] tr.mat-header-row[_ngcontent-%COMP%], .table-compact[_nghost-%COMP%] .mat-checkbox .mat-checkbox-ripple{height:36px}.table-compact[_nghost-%COMP%] tr.mat-row[_ngcontent-%COMP%], .table-compact[_nghost-%COMP%] .mat-checkbox .mat-checkbox-ripple{height:28px}.table-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:100%;overflow:auto;flex:1 1 auto}.mat-cell-text[_ngcontent-%COMP%]{overflow:hidden;word-wrap:break-word}th.mat-header-cell[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%]{padding:0 3px}entity-table[_ngcontent-%COMP%] table.igo-entity-table-with-selection[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:hover{-o-box-shadow:2px 0px 2px 0px #dddddd;box-shadow:2px 0 2px #ddd;cursor:pointer}table[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{margin:7px}.class_hidden[_ngcontent-%COMP%]{visibility:hidden}.class_display_none[_ngcontent-%COMP%]{display:none}.class_boolean[_ngcontent-%COMP%], .class_icon[_ngcontent-%COMP%], .class_number[_ngcontent-%COMP%]{text-align:center;padding-right:35px!important}.class_sting[_ngcontent-%COMP%], .class_text[_ngcontent-%COMP%], .class_number_edition[_ngcontent-%COMP%]{text-align:left}td.edition[_ngcontent-%COMP%]{background:rgba(166,166,166,.2)}input[_ngcontent-%COMP%]{border-bottom:1px solid darkgrey}"], changeDetection: 0 });
|
|
3413
3435
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EntityTableComponent, [{
|
|
3414
3436
|
type: Component,
|
|
3415
3437
|
args: [{
|
|
@@ -4813,6 +4835,53 @@ IgoCustomHtmlModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
|
4813
4835
|
MatButtonModule,
|
|
4814
4836
|
IgoLanguageModule], exports: [SanitizeHtmlPipe, CustomHtmlComponent] }); })();
|
|
4815
4837
|
|
|
4838
|
+
class DOMService {
|
|
4839
|
+
constructor(http) {
|
|
4840
|
+
this.http = http;
|
|
4841
|
+
}
|
|
4842
|
+
getDom(dom) {
|
|
4843
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4844
|
+
const url = dom.url;
|
|
4845
|
+
let result;
|
|
4846
|
+
yield this.http.get(url).pipe(map(response => {
|
|
4847
|
+
result = response;
|
|
4848
|
+
return response;
|
|
4849
|
+
}), catchError((err) => {
|
|
4850
|
+
return throwError(err);
|
|
4851
|
+
})).toPromise();
|
|
4852
|
+
return result;
|
|
4853
|
+
});
|
|
4854
|
+
}
|
|
4855
|
+
}
|
|
4856
|
+
DOMService.ɵfac = function DOMService_Factory(t) { return new (t || DOMService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
4857
|
+
DOMService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DOMService, factory: DOMService.ɵfac, providedIn: 'root' });
|
|
4858
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DOMService, [{
|
|
4859
|
+
type: Injectable,
|
|
4860
|
+
args: [{
|
|
4861
|
+
providedIn: 'root'
|
|
4862
|
+
}]
|
|
4863
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
4864
|
+
|
|
4865
|
+
class IgoDOMModule {
|
|
4866
|
+
static forRoot() {
|
|
4867
|
+
return {
|
|
4868
|
+
ngModule: IgoDOMModule,
|
|
4869
|
+
providers: [
|
|
4870
|
+
DOMService
|
|
4871
|
+
]
|
|
4872
|
+
};
|
|
4873
|
+
}
|
|
4874
|
+
}
|
|
4875
|
+
IgoDOMModule.ɵfac = function IgoDOMModule_Factory(t) { return new (t || IgoDOMModule)(); };
|
|
4876
|
+
IgoDOMModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: IgoDOMModule });
|
|
4877
|
+
IgoDOMModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [DOMService] });
|
|
4878
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IgoDOMModule, [{
|
|
4879
|
+
type: NgModule,
|
|
4880
|
+
args: [{
|
|
4881
|
+
providers: [DOMService]
|
|
4882
|
+
}]
|
|
4883
|
+
}], null, null); })();
|
|
4884
|
+
|
|
4816
4885
|
class DragAndDropDirective {
|
|
4817
4886
|
constructor() {
|
|
4818
4887
|
this.allowedExtensions = [];
|
|
@@ -9625,5 +9694,5 @@ class Workspace {
|
|
|
9625
9694
|
* Generated bundle index. Do not edit.
|
|
9626
9695
|
*/
|
|
9627
9696
|
|
|
9628
|
-
export { ActionStore, ActionbarComponent, ActionbarMode, BackdropComponent, ClickoutDirective, ClonePipe, CollapseDirective, CollapsibleComponent, ConfirmDialogComponent, ConfirmDialogService, ContextMenuDirective, CustomHtmlComponent, DragAndDropDirective, DynamicComponent, DynamicComponentService, DynamicOutletComponent, EntityOperationType, EntitySelectorComponent, EntityStateManager, EntityStore, EntityStoreFilterCustomFuncStrategy, EntityStoreFilterSelectionStrategy, EntityStoreStrategy, EntityStoreWatcher, EntityTableColumnRenderer, EntityTableComponent, EntityTablePaginatorComponent, EntityTableScrollBehavior, EntityTableSelectionState, EntityTransaction, EntityView, FlexibleComponent, FormComponent, FormFieldComponent, FormFieldSelectComponent, FormFieldService, FormFieldTextComponent, FormFieldTextareaComponent, FormGroupComponent, FormService, HomeButtonComponent, IgoActionModule, IgoActionbarModule, IgoBackdropModule, IgoBadgeIconDirective, IgoClickoutModule, IgoCloneModule, IgoCollapsibleModule, IgoConfirmDialogModule, IgoContextMenuModule, IgoCustomHtmlModule, IgoDrapDropModule, IgoDynamicComponentModule, IgoDynamicOutletModule, IgoEntityModule, IgoEntitySelectorModule, IgoEntityTableModule, IgoEntityTablePaginatorModule, IgoFlexibleModule, IgoFormFieldComponent, IgoFormFieldModule, IgoFormFormModule, IgoFormGroupModule, IgoFormModule, IgoHomeButtonModule, IgoImageModule, IgoInteractiveTourModule, IgoJsonDialogModule, IgoKeyValueModule, IgoListModule, IgoMatBadgeIconModule, IgoPanelModule, IgoSidenavModule, IgoSpinnerModule, IgoStopPropagationModule, IgoTableModule, IgoToolModule, IgoToolboxModule, IgoWidgetModule, IgoWidgetOutletModule, IgoWorkspaceModule, IgoWorkspaceSelectorModule, IgoWorkspaceWidgetOutletModule, InteractiveTourComponent, InteractiveTourLoader, InteractiveTourService, JsonDialogComponent, JsonDialogService, KeyValuePipe, ListComponent, ListItemDirective, PanelComponent, SanitizeHtmlPipe, SecureImagePipe, SidenavShimDirective, SpinnerActivityDirective, SpinnerComponent, StopDropPropagationDirective, StopPropagationDirective, TableActionColor, TableComponent, TableDataSource, TableDatabase, ToolComponent, ToolService, Toolbox, ToolboxColor, ToolboxComponent, Widget, WidgetOutletComponent, WidgetService, Workspace, WorkspaceSelectorComponent, WorkspaceStore, WorkspaceWidgetOutletComponent, formControlIsRequired, getAllFormFields, getControlErrorMessage, getDefaultErrorMessages, getEntityIcon, getEntityId, getEntityProperty, getEntityRevision, getEntityTitle, getEntityTitleHtml, getFormFieldByName };
|
|
9697
|
+
export { ActionStore, ActionbarComponent, ActionbarMode, BackdropComponent, ClickoutDirective, ClonePipe, CollapseDirective, CollapsibleComponent, ConfirmDialogComponent, ConfirmDialogService, ContextMenuDirective, CustomHtmlComponent, DOMService, DragAndDropDirective, DynamicComponent, DynamicComponentService, DynamicOutletComponent, EntityOperationType, EntitySelectorComponent, EntityStateManager, EntityStore, EntityStoreFilterCustomFuncStrategy, EntityStoreFilterSelectionStrategy, EntityStoreStrategy, EntityStoreWatcher, EntityTableColumnRenderer, EntityTableComponent, EntityTablePaginatorComponent, EntityTableScrollBehavior, EntityTableSelectionState, EntityTransaction, EntityView, FlexibleComponent, FormComponent, FormFieldComponent, FormFieldSelectComponent, FormFieldService, FormFieldTextComponent, FormFieldTextareaComponent, FormGroupComponent, FormService, HomeButtonComponent, IgoActionModule, IgoActionbarModule, IgoBackdropModule, IgoBadgeIconDirective, IgoClickoutModule, IgoCloneModule, IgoCollapsibleModule, IgoConfirmDialogModule, IgoContextMenuModule, IgoCustomHtmlModule, IgoDOMModule, IgoDrapDropModule, IgoDynamicComponentModule, IgoDynamicOutletModule, IgoEntityModule, IgoEntitySelectorModule, IgoEntityTableModule, IgoEntityTablePaginatorModule, IgoFlexibleModule, IgoFormFieldComponent, IgoFormFieldModule, IgoFormFormModule, IgoFormGroupModule, IgoFormModule, IgoHomeButtonModule, IgoImageModule, IgoInteractiveTourModule, IgoJsonDialogModule, IgoKeyValueModule, IgoListModule, IgoMatBadgeIconModule, IgoPanelModule, IgoSidenavModule, IgoSpinnerModule, IgoStopPropagationModule, IgoTableModule, IgoToolModule, IgoToolboxModule, IgoWidgetModule, IgoWidgetOutletModule, IgoWorkspaceModule, IgoWorkspaceSelectorModule, IgoWorkspaceWidgetOutletModule, InteractiveTourComponent, InteractiveTourLoader, InteractiveTourService, JsonDialogComponent, JsonDialogService, KeyValuePipe, ListComponent, ListItemDirective, PanelComponent, SanitizeHtmlPipe, SecureImagePipe, SidenavShimDirective, SpinnerActivityDirective, SpinnerComponent, StopDropPropagationDirective, StopPropagationDirective, TableActionColor, TableComponent, TableDataSource, TableDatabase, ToolComponent, ToolService, Toolbox, ToolboxColor, ToolboxComponent, Widget, WidgetOutletComponent, WidgetService, Workspace, WorkspaceSelectorComponent, WorkspaceStore, WorkspaceWidgetOutletComponent, formControlIsRequired, getAllFormFields, getControlErrorMessage, getDefaultErrorMessages, getEntityIcon, getEntityId, getEntityProperty, getEntityRevision, getEntityTitle, getEntityTitleHtml, getFormFieldByName };
|
|
9629
9698
|
//# sourceMappingURL=igo2-common.js.map
|