@igo2/common 16.2.0 → 17.0.0-next.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/esm2022/lib/action/action.module.mjs +11 -11
- package/esm2022/lib/action/actionbar/actionbar-item.component.mjs +29 -13
- package/esm2022/lib/action/actionbar/actionbar.component.mjs +32 -13
- package/esm2022/lib/action/actionbar/actionbar.module.mjs +8 -45
- package/esm2022/lib/action/index.mjs +1 -1
- package/esm2022/lib/action/shared/action.enums.mjs +1 -1
- package/esm2022/lib/action/shared/action.interfaces.mjs +1 -1
- package/esm2022/lib/action/shared/index.mjs +1 -1
- package/esm2022/lib/action/shared/store.mjs +1 -1
- package/esm2022/lib/backdrop/backdrop.component.mjs +7 -7
- package/esm2022/lib/backdrop/backdrop.module.mjs +9 -8
- package/esm2022/lib/backdrop/index.mjs +1 -1
- package/esm2022/lib/badge-icon/badge-icon.directive.mjs +9 -7
- package/esm2022/lib/badge-icon/badge-icon.module.mjs +10 -10
- package/esm2022/lib/badge-icon/index.mjs +1 -1
- package/esm2022/lib/clickout/clickout.directive.mjs +7 -6
- package/esm2022/lib/clickout/clickout.module.mjs +9 -7
- package/esm2022/lib/clickout/index.mjs +1 -1
- package/esm2022/lib/clone/clone.module.mjs +9 -7
- package/esm2022/lib/clone/clone.pipe.mjs +6 -5
- package/esm2022/lib/clone/index.mjs +1 -1
- package/esm2022/lib/collapsible/collapse.directive.mjs +7 -6
- package/esm2022/lib/collapsible/collapsible.component.mjs +10 -8
- package/esm2022/lib/collapsible/collapsible.module.mjs +9 -9
- package/esm2022/lib/collapsible/index.mjs +7 -1
- package/esm2022/lib/color-picker-form-field/color-picker-form-field.component.mjs +25 -12
- package/esm2022/lib/color-picker-form-field/color-picker-form-field.module.mjs +9 -41
- package/esm2022/lib/color-picker-form-field/index.mjs +1 -1
- package/esm2022/lib/confirm-dialog/confirm-dialog.component.mjs +15 -7
- package/esm2022/lib/confirm-dialog/confirm-dialog.interface.mjs +1 -1
- package/esm2022/lib/confirm-dialog/confirm-dialog.module.mjs +9 -10
- package/esm2022/lib/confirm-dialog/confirm-dialog.service.mjs +7 -6
- package/esm2022/lib/confirm-dialog/index.mjs +1 -1
- package/esm2022/lib/context-menu/context-menu.directive.mjs +7 -6
- package/esm2022/lib/context-menu/context-menu.module.mjs +9 -7
- package/esm2022/lib/context-menu/index.mjs +7 -1
- package/esm2022/lib/context-menu/long-press.directive.mjs +7 -6
- package/esm2022/lib/custom-html/custom-html.component.mjs +7 -7
- package/esm2022/lib/custom-html/custom-html.module.mjs +10 -31
- package/esm2022/lib/custom-html/custom-html.pipe.mjs +9 -6
- package/esm2022/lib/custom-html/index.mjs +7 -1
- package/esm2022/lib/dom/dom.interfaces.mjs +1 -1
- package/esm2022/lib/dom/dom.module.mjs +11 -5
- package/esm2022/lib/dom/dom.service.mjs +5 -5
- package/esm2022/lib/dom/index.mjs +1 -1
- package/esm2022/lib/drag-drop/drag-drop.directive.mjs +6 -5
- package/esm2022/lib/drag-drop/drag-drop.module.mjs +9 -7
- package/esm2022/lib/drag-drop/index.mjs +1 -1
- package/esm2022/lib/dynamic-component/dynamic-component.module.mjs +11 -11
- package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.mjs +6 -6
- package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.mjs +8 -10
- package/esm2022/lib/dynamic-component/index.mjs +1 -1
- package/esm2022/lib/dynamic-component/shared/dynamic-component.interfaces.mjs +1 -1
- package/esm2022/lib/dynamic-component/shared/dynamic-component.mjs +1 -1
- package/esm2022/lib/dynamic-component/shared/dynamic-component.service.mjs +5 -5
- package/esm2022/lib/dynamic-component/shared/index.mjs +1 -1
- package/esm2022/lib/entity/entity-selector/entity-selector.component.mjs +20 -10
- package/esm2022/lib/entity/entity-selector/entity-selector.module.mjs +8 -12
- package/esm2022/lib/entity/entity-table/entity-table-row.directive.mjs +7 -6
- package/esm2022/lib/entity/entity-table/entity-table.component.mjs +75 -33
- package/esm2022/lib/entity/entity-table/entity-table.module.mjs +8 -84
- package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.component.mjs +7 -7
- package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.interface.mjs +1 -1
- package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.module.mjs +8 -10
- package/esm2022/lib/entity/entity-table-paginator/index.mjs +3 -0
- package/esm2022/lib/entity/entity.module.mjs +14 -20
- package/esm2022/lib/entity/index.mjs +9 -1
- package/esm2022/lib/entity/shared/entity.enums.mjs +1 -1
- package/esm2022/lib/entity/shared/entity.interfaces.mjs +1 -1
- package/esm2022/lib/entity/shared/entity.utils.mjs +1 -1
- package/esm2022/lib/entity/shared/state.mjs +1 -1
- package/esm2022/lib/entity/shared/store.mjs +1 -1
- package/esm2022/lib/entity/shared/strategies/filter-custom-function.mjs +1 -1
- package/esm2022/lib/entity/shared/strategies/filter-selection.mjs +1 -1
- package/esm2022/lib/entity/shared/strategies/index.mjs +1 -1
- package/esm2022/lib/entity/shared/strategies/strategy.mjs +1 -1
- package/esm2022/lib/entity/shared/transaction.mjs +1 -1
- package/esm2022/lib/entity/shared/view.mjs +1 -1
- package/esm2022/lib/entity/shared/watcher.mjs +1 -1
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/environment/index.mjs +1 -1
- package/esm2022/lib/flexible/flexible.component.mjs +6 -6
- package/esm2022/lib/flexible/flexible.module.mjs +9 -7
- package/esm2022/lib/flexible/flexible.type.mjs +1 -1
- package/esm2022/lib/flexible/index.mjs +1 -1
- package/esm2022/lib/form/form/form.component.mjs +9 -8
- package/esm2022/lib/form/form/form.module.mjs +8 -11
- package/esm2022/lib/form/form-field/form-field-select.component.mjs +31 -13
- package/esm2022/lib/form/form-field/form-field-text.component.mjs +31 -14
- package/esm2022/lib/form/form-field/form-field-textarea.component.mjs +27 -12
- package/esm2022/lib/form/form-field/form-field.component.mjs +8 -8
- package/esm2022/lib/form/form-field/form-field.module.mjs +13 -67
- package/esm2022/lib/form/form-field/index.mjs +11 -1
- package/esm2022/lib/form/form-group/form-group.component.mjs +19 -10
- package/esm2022/lib/form/form-group/form-group.module.mjs +8 -24
- package/esm2022/lib/form/form.module.mjs +15 -16
- package/esm2022/lib/form/index.mjs +9 -1
- package/esm2022/lib/form/shared/form-field-component.mjs +1 -1
- package/esm2022/lib/form/shared/form-field.service.mjs +5 -5
- package/esm2022/lib/form/shared/form.interfaces.mjs +1 -1
- package/esm2022/lib/form/shared/form.service.mjs +5 -5
- package/esm2022/lib/form/shared/form.utils.mjs +1 -1
- package/esm2022/lib/form/shared/index.mjs +1 -1
- package/esm2022/lib/form-dialog/form-dialog.component.mjs +29 -15
- package/esm2022/lib/form-dialog/form-dialog.interface.mjs +1 -1
- package/esm2022/lib/form-dialog/form-dialog.module.mjs +12 -33
- package/esm2022/lib/form-dialog/form-dialog.service.mjs +5 -5
- package/esm2022/lib/form-dialog/index.mjs +1 -1
- package/esm2022/lib/home-button/home-button.component.mjs +13 -9
- package/esm2022/lib/home-button/home-button.module.mjs +8 -29
- package/esm2022/lib/home-button/index.mjs +1 -1
- package/esm2022/lib/image/image-error.directive.mjs +7 -6
- package/esm2022/lib/image/image.module.mjs +9 -7
- package/esm2022/lib/image/index.mjs +4 -1
- package/esm2022/lib/image/secure-image.pipe.mjs +7 -6
- package/esm2022/lib/interactive-tour/index.mjs +1 -1
- package/esm2022/lib/interactive-tour/interactive-tour.component.mjs +23 -11
- package/esm2022/lib/interactive-tour/interactive-tour.interface.mjs +1 -1
- package/esm2022/lib/interactive-tour/interactive-tour.loader.mjs +5 -5
- package/esm2022/lib/interactive-tour/interactive-tour.module.mjs +8 -28
- package/esm2022/lib/interactive-tour/interactive-tour.service.mjs +5 -5
- package/esm2022/lib/json-dialog/index.mjs +1 -1
- package/esm2022/lib/json-dialog/json-dialog.component.mjs +19 -10
- package/esm2022/lib/json-dialog/json-dialog.module.mjs +9 -11
- package/esm2022/lib/json-dialog/json-dialog.service.mjs +5 -5
- package/esm2022/lib/keyvalue/index.mjs +1 -1
- package/esm2022/lib/keyvalue/keyvalue.module.mjs +9 -7
- package/esm2022/lib/keyvalue/keyvalue.pipe.mjs +6 -5
- package/esm2022/lib/list/index.mjs +4 -1
- package/esm2022/lib/list/list-item.directive.mjs +7 -6
- package/esm2022/lib/list/list.component.mjs +10 -9
- package/esm2022/lib/list/list.module.mjs +9 -11
- package/esm2022/lib/panel/index.mjs +1 -1
- package/esm2022/lib/panel/panel.component.mjs +6 -6
- package/esm2022/lib/panel/panel.module.mjs +10 -9
- package/esm2022/lib/select-value-dialog/index.mjs +1 -1
- package/esm2022/lib/select-value-dialog/select-value-check-radio-dialog.component.mjs +29 -13
- package/esm2022/lib/select-value-dialog/select-value-dialog.enums.mjs +1 -1
- package/esm2022/lib/select-value-dialog/select-value-dialog.interface.mjs +1 -1
- package/esm2022/lib/select-value-dialog/select-value-dialog.module.mjs +9 -41
- package/esm2022/lib/select-value-dialog/select-value-dialog.service.mjs +5 -5
- package/esm2022/lib/sidenav/index.mjs +1 -1
- package/esm2022/lib/sidenav/sidenav-shim.directive.mjs +8 -7
- package/esm2022/lib/sidenav/sidenav.module.mjs +9 -7
- package/esm2022/lib/spinner/index.mjs +7 -1
- package/esm2022/lib/spinner/spinner-activity.directive.mjs +8 -7
- package/esm2022/lib/spinner/spinner.component.mjs +8 -8
- package/esm2022/lib/spinner/spinner.module.mjs +13 -12
- package/esm2022/lib/stop-propagation/index.mjs +7 -1
- package/esm2022/lib/stop-propagation/stop-drop-propagation.directive.mjs +6 -5
- package/esm2022/lib/stop-propagation/stop-propagation.directive.mjs +6 -5
- package/esm2022/lib/stop-propagation/stop-propagation.module.mjs +9 -7
- package/esm2022/lib/table/index.mjs +1 -1
- package/esm2022/lib/table/table-action-color.enum.mjs +1 -1
- package/esm2022/lib/table/table-database.mjs +1 -1
- package/esm2022/lib/table/table-datasource.mjs +1 -1
- package/esm2022/lib/table/table-model.interface.mjs +1 -1
- package/esm2022/lib/table/table.component.mjs +34 -15
- package/esm2022/lib/table/table.module.mjs +9 -50
- package/esm2022/lib/tool/index.mjs +1 -1
- package/esm2022/lib/tool/shared/index.mjs +1 -1
- package/esm2022/lib/tool/shared/tool-component.mjs +1 -1
- package/esm2022/lib/tool/shared/tool.interface.mjs +1 -1
- package/esm2022/lib/tool/shared/tool.service.mjs +5 -5
- package/esm2022/lib/tool/shared/toolbox.enums.mjs +2 -7
- package/esm2022/lib/tool/shared/toolbox.mjs +1 -1
- package/esm2022/lib/tool/tool.module.mjs +12 -9
- package/esm2022/lib/tool/toolbox/toolbox.animation.mjs +1 -1
- package/esm2022/lib/tool/toolbox/toolbox.component.mjs +17 -12
- package/esm2022/lib/tool/toolbox/toolbox.module.mjs +8 -12
- package/esm2022/lib/widget/index.mjs +1 -1
- package/esm2022/lib/widget/shared/index.mjs +1 -1
- package/esm2022/lib/widget/shared/widget.interfaces.mjs +1 -1
- package/esm2022/lib/widget/shared/widget.mjs +1 -1
- package/esm2022/lib/widget/shared/widget.service.mjs +5 -5
- package/esm2022/lib/widget/widget-outlet/widget-outlet.component.mjs +8 -8
- package/esm2022/lib/widget/widget-outlet/widget-outlet.module.mjs +8 -11
- package/esm2022/lib/widget/widget.module.mjs +9 -7
- package/esm2022/lib/workspace/index.mjs +7 -1
- package/esm2022/lib/workspace/shared/index.mjs +1 -1
- package/esm2022/lib/workspace/shared/store.mjs +1 -1
- package/esm2022/lib/workspace/shared/workspace.interfaces.mjs +1 -1
- package/esm2022/lib/workspace/shared/workspace.mjs +1 -1
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.component.mjs +6 -6
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.module.mjs +8 -11
- package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.mjs +8 -8
- package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.mjs +8 -11
- package/esm2022/lib/workspace/workspace.module.mjs +13 -10
- package/esm2022/public_api.mjs +18 -18
- package/fesm2022/igo2-common.mjs +2991 -3000
- package/fesm2022/igo2-common.mjs.map +1 -1
- package/lib/action/action.module.d.ts +5 -3
- package/lib/action/actionbar/actionbar-item.component.d.ts +1 -1
- package/lib/action/actionbar/actionbar.component.d.ts +4 -3
- package/lib/action/actionbar/actionbar.module.d.ts +2 -12
- package/lib/backdrop/backdrop.component.d.ts +1 -1
- package/lib/backdrop/backdrop.module.d.ts +4 -2
- package/lib/badge-icon/badge-icon.directive.d.ts +1 -1
- package/lib/badge-icon/badge-icon.module.d.ts +4 -3
- package/lib/clickout/clickout.directive.d.ts +1 -1
- package/lib/clickout/clickout.module.d.ts +4 -1
- package/lib/clone/clone.module.d.ts +4 -1
- package/lib/clone/clone.pipe.d.ts +1 -1
- package/lib/collapsible/collapse.directive.d.ts +1 -1
- package/lib/collapsible/collapsible.component.d.ts +1 -1
- package/lib/collapsible/collapsible.module.d.ts +4 -3
- package/lib/collapsible/index.d.ts +3 -0
- package/lib/color-picker-form-field/color-picker-form-field.component.d.ts +1 -1
- package/lib/color-picker-form-field/color-picker-form-field.module.d.ts +4 -9
- package/lib/confirm-dialog/confirm-dialog.component.d.ts +1 -1
- package/lib/confirm-dialog/confirm-dialog.module.d.ts +4 -4
- package/lib/context-menu/context-menu.directive.d.ts +1 -1
- package/lib/context-menu/context-menu.module.d.ts +4 -1
- package/lib/context-menu/index.d.ts +3 -0
- package/lib/context-menu/long-press.directive.d.ts +1 -1
- package/lib/custom-html/custom-html.component.d.ts +1 -1
- package/lib/custom-html/custom-html.module.d.ts +4 -7
- package/lib/custom-html/custom-html.pipe.d.ts +1 -1
- package/lib/custom-html/index.d.ts +3 -0
- package/lib/dom/dom.module.d.ts +6 -0
- package/lib/drag-drop/drag-drop.directive.d.ts +1 -1
- package/lib/drag-drop/drag-drop.module.d.ts +4 -1
- package/lib/dynamic-component/dynamic-component.module.d.ts +5 -3
- package/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.d.ts +1 -1
- package/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.d.ts +2 -3
- package/lib/entity/entity-selector/entity-selector.component.d.ts +6 -5
- package/lib/entity/entity-selector/entity-selector.module.d.ts +2 -5
- package/lib/entity/entity-table/entity-table-row.directive.d.ts +1 -1
- package/lib/entity/entity-table/entity-table.component.d.ts +2 -2
- package/lib/entity/entity-table/entity-table.module.d.ts +2 -21
- package/lib/entity/entity-table-paginator/entity-table-paginator.component.d.ts +1 -1
- package/lib/entity/entity-table-paginator/entity-table-paginator.module.d.ts +2 -3
- package/lib/entity/entity-table-paginator/index.d.ts +2 -0
- package/lib/entity/entity.module.d.ts +7 -5
- package/lib/entity/index.d.ts +4 -0
- package/lib/entity/shared/entity.interfaces.d.ts +7 -0
- package/lib/flexible/flexible.component.d.ts +1 -1
- package/lib/flexible/flexible.module.d.ts +4 -1
- package/lib/form/form/form.component.d.ts +1 -1
- package/lib/form/form/form.module.d.ts +2 -4
- package/lib/form/form-field/form-field-select.component.d.ts +1 -1
- package/lib/form/form-field/form-field-text.component.d.ts +1 -1
- package/lib/form/form-field/form-field-textarea.component.d.ts +1 -1
- package/lib/form/form-field/form-field.component.d.ts +1 -1
- package/lib/form/form-field/form-field.module.d.ts +2 -11
- package/lib/form/form-field/index.d.ts +5 -0
- package/lib/form/form-group/form-group.component.d.ts +1 -1
- package/lib/form/form-group/form-group.module.d.ts +2 -6
- package/lib/form/form.module.d.ts +8 -6
- package/lib/form/index.d.ts +3 -0
- package/lib/form-dialog/form-dialog.component.d.ts +1 -1
- package/lib/form-dialog/form-dialog.module.d.ts +9 -9
- package/lib/home-button/home-button.component.d.ts +1 -1
- package/lib/home-button/home-button.module.d.ts +2 -7
- package/lib/image/image-error.directive.d.ts +1 -1
- package/lib/image/image.module.d.ts +4 -1
- package/lib/image/index.d.ts +3 -0
- package/lib/image/secure-image.pipe.d.ts +1 -1
- package/lib/interactive-tour/interactive-tour.component.d.ts +1 -1
- package/lib/interactive-tour/interactive-tour.module.d.ts +1 -6
- package/lib/json-dialog/json-dialog.component.d.ts +1 -1
- package/lib/json-dialog/json-dialog.module.d.ts +4 -5
- package/lib/keyvalue/keyvalue.module.d.ts +4 -1
- package/lib/keyvalue/keyvalue.pipe.d.ts +1 -1
- package/lib/list/index.d.ts +3 -0
- package/lib/list/list-item.directive.d.ts +1 -1
- package/lib/list/list.component.d.ts +1 -1
- package/lib/list/list.module.d.ts +4 -5
- package/lib/panel/panel.component.d.ts +1 -1
- package/lib/panel/panel.module.d.ts +4 -2
- package/lib/select-value-dialog/select-value-check-radio-dialog.component.d.ts +1 -1
- package/lib/select-value-dialog/select-value-dialog.module.d.ts +4 -9
- package/lib/sidenav/sidenav-shim.directive.d.ts +1 -1
- package/lib/sidenav/sidenav.module.d.ts +4 -1
- package/lib/spinner/index.d.ts +3 -0
- package/lib/spinner/spinner-activity.directive.d.ts +1 -1
- package/lib/spinner/spinner.component.d.ts +1 -1
- package/lib/spinner/spinner.module.d.ts +4 -3
- package/lib/stop-propagation/index.d.ts +3 -0
- package/lib/stop-propagation/stop-drop-propagation.directive.d.ts +1 -1
- package/lib/stop-propagation/stop-propagation.directive.d.ts +1 -1
- package/lib/stop-propagation/stop-propagation.module.d.ts +4 -1
- package/lib/table/table.component.d.ts +1 -1
- package/lib/table/table.module.d.ts +4 -12
- package/lib/tool/shared/toolbox.enums.d.ts +1 -5
- package/lib/tool/tool.module.d.ts +8 -3
- package/lib/tool/toolbox/toolbox.component.d.ts +1 -1
- package/lib/tool/toolbox/toolbox.module.d.ts +2 -5
- package/lib/widget/widget-outlet/widget-outlet.component.d.ts +1 -1
- package/lib/widget/widget-outlet/widget-outlet.module.d.ts +2 -4
- package/lib/widget/widget.module.d.ts +5 -3
- package/lib/workspace/index.d.ts +3 -0
- package/lib/workspace/workspace-selector/workspace-selector.component.d.ts +3 -4
- package/lib/workspace/workspace-selector/workspace-selector.module.d.ts +2 -4
- package/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.d.ts +1 -1
- package/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.d.ts +2 -4
- package/lib/workspace/workspace.module.d.ts +6 -4
- package/package.json +9 -9
- package/public_api.d.ts +17 -17
- package/src/common-theme.scss +19 -19
- package/src/lib/action/action.theming.scss +5 -5
- package/src/lib/action/actionbar/actionbar-item.theming.scss +32 -32
- package/src/lib/action/actionbar/actionbar.theming.scss +22 -22
- package/src/lib/collapsible/collapsible.theming.scss +22 -22
- package/src/lib/entity/entity-selector/entity-selector.theming.scss +21 -21
- package/src/lib/entity/entity-table/entity-table.theming.scss +37 -37
- package/src/lib/entity/entity.theming.scss +7 -7
- package/src/lib/home-button/home-button.theming.scss +18 -18
- package/src/lib/interactive-tour/interactive-tour.theming.scss +32 -32
- package/src/lib/list/list.theming.scss +58 -58
- package/src/lib/panel/panel.theming.scss +30 -30
- package/src/lib/tool/tool.theming.scss +5 -5
- package/src/lib/tool/toolbox/toolbox.theming.scss +105 -105
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class StopPropagationDirective {
|
|
3
3
|
onClick(event: any): void;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<StopPropagationDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[igoStopPropagation]", never, {}, {}, never, never,
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[igoStopPropagation]", never, {}, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
@@ -2,9 +2,12 @@ import { ModuleWithProviders } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./stop-drop-propagation.directive";
|
|
4
4
|
import * as i2 from "./stop-propagation.directive";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated import the components/directives directly or STOP_PROPAGATION_DIRECTIVES for the set
|
|
7
|
+
*/
|
|
5
8
|
export declare class IgoStopPropagationModule {
|
|
6
9
|
static forRoot(): ModuleWithProviders<IgoStopPropagationModule>;
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoStopPropagationModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoStopPropagationModule, [typeof i1.StopDropPropagationDirective, typeof i2.StopPropagationDirective],
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoStopPropagationModule, never, [typeof i1.StopDropPropagationDirective, typeof i2.StopPropagationDirective], [typeof i1.StopDropPropagationDirective, typeof i2.StopPropagationDirective]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoStopPropagationModule>;
|
|
10
13
|
}
|
|
@@ -36,5 +36,5 @@ export declare class TableComponent implements OnChanges, OnInit, AfterViewInit
|
|
|
36
36
|
masterToggle(): void;
|
|
37
37
|
handleClickAction(event: any, action: any, row: any): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "igo-table", never, { "database": { "alias": "database"; "required": false; }; "model": { "alias": "model"; "required": false; }; "hasFilterInput": { "alias": "hasFilterInput"; "required": false; }; }, { "select": "select"; }, never, never,
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "igo-table", never, { "database": { "alias": "database"; "required": false; }; "model": { "alias": "model"; "required": false; }; "hasFilterInput": { "alias": "hasFilterInput"; "required": false; }; }, { "select": "select"; }, never, never, true, never>;
|
|
40
40
|
}
|
|
@@ -1,20 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./table.component";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import * as i5 from "@angular/material/icon";
|
|
8
|
-
import * as i6 from "@angular/material/button";
|
|
9
|
-
import * as i7 from "@angular/material/table";
|
|
10
|
-
import * as i8 from "@angular/material/form-field";
|
|
11
|
-
import * as i9 from "@angular/material/input";
|
|
12
|
-
import * as i10 from "@angular/material/sort";
|
|
13
|
-
import * as i11 from "@angular/material/checkbox";
|
|
14
|
-
import * as i12 from "@igo2/core";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the TableComponent directly
|
|
6
|
+
*/
|
|
15
7
|
export declare class IgoTableModule {
|
|
16
8
|
static forRoot(): ModuleWithProviders<IgoTableModule>;
|
|
17
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoTableModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoTableModule, [typeof i1.TableComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoTableModule, never, [typeof i1.TableComponent], [typeof i1.TableComponent]>;
|
|
19
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoTableModule>;
|
|
20
12
|
}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
|
|
3
|
+
import * as i1 from "./toolbox/toolbox.module";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the ToolboxComponent directly
|
|
6
|
+
*/
|
|
5
7
|
export declare class IgoToolModule {
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated it has no effect
|
|
10
|
+
*/
|
|
6
11
|
static forRoot(): ModuleWithProviders<IgoToolModule>;
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoToolModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolModule, never,
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolModule, never, never, [typeof i1.IgoToolboxModule]>;
|
|
9
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoToolModule>;
|
|
10
15
|
}
|
|
@@ -124,5 +124,5 @@ export declare class ToolboxComponent implements OnInit, OnDestroy {
|
|
|
124
124
|
*/
|
|
125
125
|
private unAnimate;
|
|
126
126
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolboxComponent, never>;
|
|
127
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "igo-toolbox", never, { "toolbox": { "alias": "toolbox"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
127
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "igo-toolbox", never, { "toolbox": { "alias": "toolbox"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
128
128
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./toolbox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../action/action.module";
|
|
5
|
-
import * as i4 from "../../dynamic-component/dynamic-component.module";
|
|
6
3
|
/**
|
|
7
|
-
* @
|
|
4
|
+
* @deprecated import the ToolboxComponent directly
|
|
8
5
|
*/
|
|
9
6
|
export declare class IgoToolboxModule {
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoToolboxModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolboxModule, [typeof i1.ToolboxComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolboxModule, never, [typeof i1.ToolboxComponent], [typeof i1.ToolboxComponent]>;
|
|
12
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoToolboxModule>;
|
|
13
10
|
}
|
|
@@ -67,5 +67,5 @@ export declare class WidgetOutletComponent implements OnDestroy {
|
|
|
67
67
|
*/
|
|
68
68
|
private destroyWidget;
|
|
69
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetOutletComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetOutletComponent, "igo-widget-outlet", never, { "widget": { "alias": "widget"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "subscribers": { "alias": "subscribers"; "required": false; }; }, { "complete": "complete"; "cancel": "cancel"; }, never, never,
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetOutletComponent, "igo-widget-outlet", never, { "widget": { "alias": "widget"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "subscribers": { "alias": "subscribers"; "required": false; }; }, { "complete": "complete"; "cancel": "cancel"; }, never, never, true, never>;
|
|
71
71
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./widget-outlet.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../dynamic-component/dynamic-component.module";
|
|
5
3
|
/**
|
|
6
|
-
* @
|
|
4
|
+
* @deprecated import the WidgetOutletComponent directly
|
|
7
5
|
*/
|
|
8
6
|
export declare class IgoWidgetOutletModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWidgetOutletModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetOutletModule, [typeof i1.WidgetOutletComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetOutletModule, never, [typeof i1.WidgetOutletComponent], [typeof i1.WidgetOutletComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWidgetOutletModule>;
|
|
12
10
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
|
|
2
|
+
import * as i1 from "./widget-outlet/widget-outlet.module";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated import the WidgetOutletComponent directly
|
|
5
|
+
*/
|
|
4
6
|
export declare class IgoWidgetModule {
|
|
5
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWidgetModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetModule, never, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetModule, never, [typeof i1.IgoWidgetOutletModule], [typeof i1.IgoWidgetOutletModule]>;
|
|
7
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWidgetModule>;
|
|
8
10
|
}
|
package/lib/workspace/index.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { WorkspaceSelectorComponent } from './workspace-selector/workspace-selector.component';
|
|
2
|
+
import { WorkspaceWidgetOutletComponent } from './workspace-widget-outlet/workspace-widget-outlet.component';
|
|
1
3
|
export * from './shared';
|
|
2
4
|
export * from './workspace-selector/workspace-selector.component';
|
|
3
5
|
export * from './workspace-widget-outlet/workspace-widget-outlet.component';
|
|
6
|
+
export declare const WORKSPACE_DIRECTIVES: readonly [typeof WorkspaceSelectorComponent, typeof WorkspaceWidgetOutletComponent];
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { EntitySelectorChange } from '../../entity/entity-selector/entity-selector.component';
|
|
2
3
|
import { WorkspaceStore } from '../shared/store';
|
|
3
4
|
import { Workspace } from '../shared/workspace';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
@@ -31,9 +32,7 @@ export declare class WorkspaceSelectorComponent {
|
|
|
31
32
|
* @internal
|
|
32
33
|
* @param event The selection change event
|
|
33
34
|
*/
|
|
34
|
-
onSelectedChange(event:
|
|
35
|
-
value: Workspace;
|
|
36
|
-
}): void;
|
|
35
|
+
onSelectedChange(event: EntitySelectorChange<Workspace>): void;
|
|
37
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceSelectorComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceSelectorComponent, "igo-workspace-selector", never, { "store": { "alias": "store"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never,
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceSelectorComponent, "igo-workspace-selector", never, { "store": { "alias": "store"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
39
38
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./workspace-selector.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../entity/entity-selector/entity-selector.module";
|
|
5
3
|
/**
|
|
6
|
-
* @
|
|
4
|
+
* @deprecated import the WorkspaceSelectorComponent directly
|
|
7
5
|
*/
|
|
8
6
|
export declare class IgoWorkspaceSelectorModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWorkspaceSelectorModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceSelectorModule, [typeof i1.WorkspaceSelectorComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceSelectorModule, never, [typeof i1.WorkspaceSelectorComponent], [typeof i1.WorkspaceSelectorComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWorkspaceSelectorModule>;
|
|
12
10
|
}
|
|
@@ -53,5 +53,5 @@ export declare class WorkspaceWidgetOutletComponent {
|
|
|
53
53
|
*/
|
|
54
54
|
onWidgetComplete(widget: Widget): void;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceWidgetOutletComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceWidgetOutletComponent, "igo-workspace-widget-outlet", never, { "workspace": { "alias": "workspace"; "required": false; }; }, { "deactivateWidget": "deactivateWidget"; }, never, never,
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceWidgetOutletComponent, "igo-workspace-widget-outlet", never, { "workspace": { "alias": "workspace"; "required": false; }; }, { "deactivateWidget": "deactivateWidget"; }, never, never, true, never>;
|
|
57
57
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./workspace-widget-outlet.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../widget/widget-outlet/widget-outlet.module";
|
|
5
3
|
/**
|
|
6
|
-
* @
|
|
4
|
+
* @deprecated import the WorkspaceWidgetOutletComponent directly
|
|
7
5
|
*/
|
|
8
6
|
export declare class IgoWorkspaceWidgetOutletModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWorkspaceWidgetOutletModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceWidgetOutletModule, [typeof i1.WorkspaceWidgetOutletComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceWidgetOutletModule, never, [typeof i1.WorkspaceWidgetOutletComponent], [typeof i1.WorkspaceWidgetOutletComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWorkspaceWidgetOutletModule>;
|
|
12
10
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./workspace-
|
|
4
|
-
|
|
2
|
+
import * as i1 from "./workspace-selector/workspace-selector.component";
|
|
3
|
+
import * as i2 from "./workspace-widget-outlet/workspace-widget-outlet.component";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the components directly or WORKSPACE_DIRECTIVES for every components/directives
|
|
6
|
+
*/
|
|
5
7
|
export declare class IgoWorkspaceModule {
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWorkspaceModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceModule, never, [typeof i1.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceModule, never, [typeof i1.WorkspaceSelectorComponent, typeof i2.WorkspaceWidgetOutletComponent], [typeof i1.WorkspaceSelectorComponent, typeof i2.WorkspaceWidgetOutletComponent]>;
|
|
8
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWorkspaceModule>;
|
|
9
11
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0-next.0",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"./style": {
|
|
26
26
|
"style": "./style/style.css"
|
|
27
27
|
},
|
|
28
|
-
"./
|
|
28
|
+
"./theme": {
|
|
29
29
|
"sass": "./src/common-theme.scss"
|
|
30
30
|
},
|
|
31
31
|
"./partial/*": {
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"tslib": "^2.6.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@angular/common": "^
|
|
43
|
-
"@angular/core": "^
|
|
44
|
-
"@angular/material": "^
|
|
45
|
-
"@angular/platform-browser": "^
|
|
42
|
+
"@angular/common": "^17.0.6",
|
|
43
|
+
"@angular/core": "^17.0.6",
|
|
44
|
+
"@angular/material": "^17.0.3",
|
|
45
|
+
"@angular/platform-browser": "^17.0.6",
|
|
46
46
|
"@floating-ui/utils": "^0.1.4",
|
|
47
|
-
"@igo2/core": "^
|
|
48
|
-
"@igo2/utils": "^
|
|
49
|
-
"angular-shepherd": "
|
|
47
|
+
"@igo2/core": "^17.0.0-next.0",
|
|
48
|
+
"@igo2/utils": "^17.0.0-next.0",
|
|
49
|
+
"angular-shepherd": "17.0.0",
|
|
50
50
|
"ngx-color": "^9.0.0",
|
|
51
51
|
"scroll-into-view-if-needed": "^3.0.0",
|
|
52
52
|
"tinycolor2": "^1.6.0",
|
package/public_api.d.ts
CHANGED
|
@@ -5,68 +5,69 @@ export * from './lib/badge-icon/badge-icon.module';
|
|
|
5
5
|
export * from './lib/clickout/clickout.module';
|
|
6
6
|
export * from './lib/clone/clone.module';
|
|
7
7
|
export * from './lib/collapsible/collapsible.module';
|
|
8
|
+
export * from './lib/color-picker-form-field/color-picker-form-field.module';
|
|
8
9
|
export * from './lib/confirm-dialog/confirm-dialog.module';
|
|
9
|
-
export * from './lib/select-value-dialog/select-value-dialog.module';
|
|
10
|
-
export * from './lib/form-dialog/form-dialog.module';
|
|
11
10
|
export * from './lib/context-menu/context-menu.module';
|
|
12
11
|
export * from './lib/custom-html/custom-html.module';
|
|
13
12
|
export * from './lib/dom/dom.module';
|
|
14
13
|
export * from './lib/drag-drop/drag-drop.module';
|
|
15
14
|
export * from './lib/dynamic-component/dynamic-component.module';
|
|
16
15
|
export * from './lib/dynamic-component/dynamic-outlet/dynamic-outlet.module';
|
|
16
|
+
export * from './lib/entity/entity-selector/entity-selector.module';
|
|
17
|
+
export * from './lib/entity/entity-table-paginator/entity-table-paginator.module';
|
|
18
|
+
export * from './lib/entity/entity-table/entity-table.module';
|
|
19
|
+
export * from './lib/entity/entity.module';
|
|
17
20
|
export * from './lib/environment';
|
|
18
21
|
export * from './lib/flexible/flexible.module';
|
|
22
|
+
export * from './lib/form-dialog/form-dialog.module';
|
|
23
|
+
export * from './lib/form/form-field/form-field.module';
|
|
24
|
+
export * from './lib/form/form-group/form-group.module';
|
|
19
25
|
export * from './lib/form/form.module';
|
|
20
26
|
export * from './lib/form/form/form.module';
|
|
21
27
|
export * from './lib/home-button/home-button.module';
|
|
22
|
-
export * from './lib/form/form-field/form-field.module';
|
|
23
|
-
export * from './lib/form/form-group/form-group.module';
|
|
24
|
-
export * from './lib/entity/entity.module';
|
|
25
|
-
export * from './lib/entity/entity-selector/entity-selector.module';
|
|
26
|
-
export * from './lib/entity/entity-table/entity-table.module';
|
|
27
|
-
export * from './lib/entity/entity-table-paginator/entity-table-paginator.module';
|
|
28
28
|
export * from './lib/image/image.module';
|
|
29
29
|
export * from './lib/interactive-tour/interactive-tour.module';
|
|
30
30
|
export * from './lib/json-dialog/json-dialog.module';
|
|
31
31
|
export * from './lib/keyvalue/keyvalue.module';
|
|
32
32
|
export * from './lib/list/list.module';
|
|
33
33
|
export * from './lib/panel/panel.module';
|
|
34
|
+
export * from './lib/select-value-dialog/select-value-dialog.module';
|
|
34
35
|
export * from './lib/sidenav/sidenav.module';
|
|
35
36
|
export * from './lib/spinner/spinner.module';
|
|
36
37
|
export * from './lib/stop-propagation/stop-propagation.module';
|
|
37
38
|
export * from './lib/table/table.module';
|
|
38
39
|
export * from './lib/tool/tool.module';
|
|
39
40
|
export * from './lib/tool/toolbox/toolbox.module';
|
|
40
|
-
export * from './lib/widget/widget.module';
|
|
41
41
|
export * from './lib/widget/widget-outlet/widget-outlet.module';
|
|
42
|
-
export * from './lib/
|
|
42
|
+
export * from './lib/widget/widget.module';
|
|
43
43
|
export * from './lib/workspace/workspace-selector/workspace-selector.module';
|
|
44
44
|
export * from './lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module';
|
|
45
|
-
export * from './lib/
|
|
45
|
+
export * from './lib/workspace/workspace.module';
|
|
46
46
|
export * from './lib/action';
|
|
47
47
|
export * from './lib/backdrop';
|
|
48
48
|
export * from './lib/badge-icon';
|
|
49
49
|
export * from './lib/clickout';
|
|
50
50
|
export * from './lib/clone';
|
|
51
51
|
export * from './lib/collapsible';
|
|
52
|
+
export * from './lib/color-picker-form-field';
|
|
52
53
|
export * from './lib/confirm-dialog';
|
|
53
|
-
export * from './lib/select-value-dialog';
|
|
54
|
-
export * from './lib/form-dialog';
|
|
55
54
|
export * from './lib/context-menu';
|
|
56
55
|
export * from './lib/custom-html';
|
|
57
|
-
export * from './lib/drag-drop';
|
|
58
56
|
export * from './lib/dom';
|
|
57
|
+
export * from './lib/drag-drop';
|
|
59
58
|
export * from './lib/dynamic-component';
|
|
60
|
-
export * from './lib/form';
|
|
61
|
-
export * from './lib/home-button';
|
|
62
59
|
export * from './lib/entity';
|
|
63
60
|
export * from './lib/flexible';
|
|
61
|
+
export * from './lib/form-dialog';
|
|
62
|
+
export * from './lib/form';
|
|
63
|
+
export * from './lib/home-button';
|
|
64
64
|
export * from './lib/image';
|
|
65
65
|
export * from './lib/interactive-tour';
|
|
66
66
|
export * from './lib/json-dialog';
|
|
67
67
|
export * from './lib/keyvalue';
|
|
68
68
|
export * from './lib/list';
|
|
69
69
|
export * from './lib/panel';
|
|
70
|
+
export * from './lib/select-value-dialog';
|
|
70
71
|
export * from './lib/sidenav';
|
|
71
72
|
export * from './lib/spinner';
|
|
72
73
|
export * from './lib/stop-propagation';
|
|
@@ -74,4 +75,3 @@ export * from './lib/table';
|
|
|
74
75
|
export * from './lib/tool';
|
|
75
76
|
export * from './lib/widget';
|
|
76
77
|
export * from './lib/workspace';
|
|
77
|
-
export * from './lib/color-picker-form-field';
|
package/src/common-theme.scss
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
@use './lib/action/action.theming.scss' as action;
|
|
2
|
-
@use './lib/collapsible/collapsible.theming.scss' as collapsible;
|
|
3
|
-
@use './lib/entity/entity.theming.scss' as entity;
|
|
4
|
-
@use './lib/list/list.theming.scss' as list;
|
|
5
|
-
@use './lib/panel/panel.theming.scss' as panel;
|
|
6
|
-
@use './lib/tool/tool.theming.scss' as tool;
|
|
7
|
-
@use './lib/interactive-tour/interactive-tour.theming.scss' as interactive-tour;
|
|
8
|
-
@use './lib/home-button/home-button.theming.scss' as home-button;
|
|
9
|
-
|
|
10
|
-
@mixin common-component-themes($theme) {
|
|
11
|
-
@include action.igo-action-theming($theme);
|
|
12
|
-
@include collapsible.igo-collapsible-theming($theme);
|
|
13
|
-
@include entity.igo-entity-theming($theme);
|
|
14
|
-
@include list.igo-list-theming($theme);
|
|
15
|
-
@include panel.theme($theme);
|
|
16
|
-
@include tool.igo-tool-theming($theme);
|
|
17
|
-
@include interactive-tour.theme($theme);
|
|
18
|
-
@include home-button.theme($theme);
|
|
19
|
-
}
|
|
1
|
+
@use './lib/action/action.theming.scss' as action;
|
|
2
|
+
@use './lib/collapsible/collapsible.theming.scss' as collapsible;
|
|
3
|
+
@use './lib/entity/entity.theming.scss' as entity;
|
|
4
|
+
@use './lib/list/list.theming.scss' as list;
|
|
5
|
+
@use './lib/panel/panel.theming.scss' as panel;
|
|
6
|
+
@use './lib/tool/tool.theming.scss' as tool;
|
|
7
|
+
@use './lib/interactive-tour/interactive-tour.theming.scss' as interactive-tour;
|
|
8
|
+
@use './lib/home-button/home-button.theming.scss' as home-button;
|
|
9
|
+
|
|
10
|
+
@mixin common-component-themes($theme) {
|
|
11
|
+
@include action.igo-action-theming($theme);
|
|
12
|
+
@include collapsible.igo-collapsible-theming($theme);
|
|
13
|
+
@include entity.igo-entity-theming($theme);
|
|
14
|
+
@include list.igo-list-theming($theme);
|
|
15
|
+
@include panel.theme($theme);
|
|
16
|
+
@include tool.igo-tool-theming($theme);
|
|
17
|
+
@include interactive-tour.theme($theme);
|
|
18
|
+
@include home-button.theme($theme);
|
|
19
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@use './actionbar/actionbar-item.theming.scss' as actionbar-item;
|
|
2
|
-
|
|
3
|
-
@mixin igo-action-theming($theme) {
|
|
4
|
-
@include actionbar-item.density($theme);
|
|
5
|
-
}
|
|
1
|
+
@use './actionbar/actionbar-item.theming.scss' as actionbar-item;
|
|
2
|
+
|
|
3
|
+
@mixin igo-action-theming($theme) {
|
|
4
|
+
@include actionbar-item.density($theme);
|
|
5
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
@use 'sass:map';
|
|
2
|
-
@use '@angular/material' as mat;
|
|
3
|
-
|
|
4
|
-
@mixin theme($theme) {
|
|
5
|
-
@include density($theme);
|
|
6
|
-
@include typography($theme);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@mixin density($theme) {
|
|
10
|
-
$density: mat.get-density-config($theme);
|
|
11
|
-
$theme: map.merge(
|
|
12
|
-
$theme,
|
|
13
|
-
(
|
|
14
|
-
density: $density - 2
|
|
15
|
-
)
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
igo-actionbar-item {
|
|
19
|
-
@include mat.icon-button-density($theme);
|
|
20
|
-
@include mat.list-density($theme);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@mixin typography($theme) {
|
|
25
|
-
$typography: mat.get-typography-config($theme);
|
|
26
|
-
|
|
27
|
-
igo-actionbar-item {
|
|
28
|
-
mat-checkbox label {
|
|
29
|
-
font-size: mat.font-size($typography, body-1);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
|
|
4
|
+
@mixin theme($theme) {
|
|
5
|
+
@include density($theme);
|
|
6
|
+
@include typography($theme);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@mixin density($theme) {
|
|
10
|
+
$density: mat.get-density-config($theme);
|
|
11
|
+
$theme: map.merge(
|
|
12
|
+
$theme,
|
|
13
|
+
(
|
|
14
|
+
density: $density - 2
|
|
15
|
+
)
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
igo-actionbar-item {
|
|
19
|
+
@include mat.icon-button-density($theme);
|
|
20
|
+
@include mat.list-density($theme);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@mixin typography($theme) {
|
|
25
|
+
$typography: mat.get-typography-config($theme);
|
|
26
|
+
|
|
27
|
+
igo-actionbar-item {
|
|
28
|
+
mat-checkbox label {
|
|
29
|
+
font-size: mat.font-size($typography, body-1);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
@mixin igo-actionbar-theming($theme) {
|
|
2
|
-
.igo-actionbar-overlay {
|
|
3
|
-
min-width: inherit !important;
|
|
4
|
-
padding-top: 0;
|
|
5
|
-
padding-bottom: 0;
|
|
6
|
-
|
|
7
|
-
.mat-mdc-list {
|
|
8
|
-
padding-top: 0;
|
|
9
|
-
}
|
|
10
|
-
.mat-mdc-list
|
|
11
|
-
.mat-mdc-list-item.mdc-list-item--with-leading-icon
|
|
12
|
-
.mdc-list-item__content
|
|
13
|
-
.mdc-list-item__primary-text {
|
|
14
|
-
padding-right: 16px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.mat-mdc-menu-content:not(:empty) {
|
|
18
|
-
padding-top: 0;
|
|
19
|
-
padding-bottom: 0;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
1
|
+
@mixin igo-actionbar-theming($theme) {
|
|
2
|
+
.igo-actionbar-overlay {
|
|
3
|
+
min-width: inherit !important;
|
|
4
|
+
padding-top: 0;
|
|
5
|
+
padding-bottom: 0;
|
|
6
|
+
|
|
7
|
+
.mat-mdc-list {
|
|
8
|
+
padding-top: 0;
|
|
9
|
+
}
|
|
10
|
+
.mat-mdc-list
|
|
11
|
+
.mat-mdc-list-item.mdc-list-item--with-leading-icon
|
|
12
|
+
.mdc-list-item__content
|
|
13
|
+
.mdc-list-item__primary-text {
|
|
14
|
+
padding-right: 16px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.mat-mdc-menu-content:not(:empty) {
|
|
18
|
+
padding-top: 0;
|
|
19
|
+
padding-bottom: 0;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
@mixin igo-collapsible-theming($theme) {
|
|
2
|
-
mat-icon[igocollapse] {
|
|
3
|
-
&:hover {
|
|
4
|
-
cursor: pointer;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
&.igo-chevron {
|
|
8
|
-
width: auto !important;
|
|
9
|
-
transform: rotateZ(0deg);
|
|
10
|
-
transition: 300ms ease-in-out;
|
|
11
|
-
|
|
12
|
-
&.collapsed {
|
|
13
|
-
transform: rotateZ(180deg);
|
|
14
|
-
transition: 300ms ease-in-out;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
div.igo-collapsed {
|
|
20
|
-
display: none !important;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
1
|
+
@mixin igo-collapsible-theming($theme) {
|
|
2
|
+
mat-icon[igocollapse] {
|
|
3
|
+
&:hover {
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
&.igo-chevron {
|
|
8
|
+
width: auto !important;
|
|
9
|
+
transform: rotateZ(0deg);
|
|
10
|
+
transition: 300ms ease-in-out;
|
|
11
|
+
|
|
12
|
+
&.collapsed {
|
|
13
|
+
transform: rotateZ(180deg);
|
|
14
|
+
transition: 300ms ease-in-out;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
div.igo-collapsed {
|
|
20
|
+
display: none !important;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
@use 'sass:map';
|
|
2
|
-
@use '@angular/material' as mat;
|
|
3
|
-
|
|
4
|
-
@mixin theme($theme) {
|
|
5
|
-
@include density($theme);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@mixin density($theme) {
|
|
9
|
-
$density: mat.get-density-config($theme);
|
|
10
|
-
|
|
11
|
-
$theme: map.merge(
|
|
12
|
-
$theme,
|
|
13
|
-
(
|
|
14
|
-
density: $density - 2
|
|
15
|
-
)
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
igo-entity-selector {
|
|
19
|
-
@include mat.form-field-density($theme);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
|
|
4
|
+
@mixin theme($theme) {
|
|
5
|
+
@include density($theme);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin density($theme) {
|
|
9
|
+
$density: mat.get-density-config($theme);
|
|
10
|
+
|
|
11
|
+
$theme: map.merge(
|
|
12
|
+
$theme,
|
|
13
|
+
(
|
|
14
|
+
density: $density - 2
|
|
15
|
+
)
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
igo-entity-selector {
|
|
19
|
+
@include mat.form-field-density($theme);
|
|
20
|
+
}
|
|
21
|
+
}
|