@igo2/common 16.3.0 → 17.0.0-next.2
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 +34 -15
- 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/index.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 +24 -11
- package/esm2022/lib/color-picker-form-field/color-picker-form-field.module.mjs +9 -41
- package/esm2022/lib/confirm-dialog/confirm-dialog.component.mjs +15 -7
- 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/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 +12 -10
- 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/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/flexible/flexible.component.mjs +8 -8
- 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.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 +31 -17
- 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/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 +9 -8
- 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.loader.mjs +7 -7
- package/esm2022/lib/interactive-tour/interactive-tour.module.mjs +8 -28
- package/esm2022/lib/interactive-tour/interactive-tour.service.mjs +13 -9
- 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/select-value-check-radio-dialog.component.mjs +31 -15
- 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 +10 -9
- 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.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.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.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.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 +2992 -2998
- 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 +5 -4
- 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 +3 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/lib/interactive-tour/interactive-tour.component.d.ts +1 -1
- package/lib/interactive-tour/interactive-tour.loader.d.ts +1 -1
- package/lib/interactive-tour/interactive-tour.module.d.ts +1 -6
- package/lib/interactive-tour/interactive-tour.service.d.ts +3 -1
- 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 +2 -2
- 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 +2 -2
- 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/locale/en.common.json +59 -59
- package/locale/fr.common.json +59 -59
- package/package.json +8 -8
- package/public_api.d.ts +17 -17
- package/src/style/partial/common-utils.scss +9 -9
- package/src/style/partial/common.variables.scss +8 -8
- package/src/style/style.scss +1 -1
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
|
|
2
|
+
import * as i1 from "./actionbar/actionbar.component";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated import the ActionbarComponent directly
|
|
5
|
+
*/
|
|
4
6
|
export declare class IgoActionModule {
|
|
5
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoActionModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoActionModule, never, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoActionModule, never, [typeof i1.ActionbarComponent], [typeof i1.ActionbarComponent]>;
|
|
7
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoActionModule>;
|
|
8
10
|
}
|
|
@@ -74,5 +74,5 @@ export declare class ActionbarItemComponent implements OnInit, OnDestroy {
|
|
|
74
74
|
private updateCheckCondition;
|
|
75
75
|
private updateIcon;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionbarItemComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionbarItemComponent, "igo-actionbar-item", never, { "action": { "alias": "action"; "required": false; }; "color": { "alias": "color"; "required": false; }; "withTitle": { "alias": "withTitle"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "withTooltip": { "alias": "withTooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "noDisplay": { "alias": "noDisplay"; "required": false; }; }, { "trigger": "trigger"; }, never, never,
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionbarItemComponent, "igo-actionbar-item", never, { "action": { "alias": "action"; "required": false; }; "color": { "alias": "color"; "required": false; }; "withTitle": { "alias": "withTitle"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "withTooltip": { "alias": "withTooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "noDisplay": { "alias": "noDisplay"; "required": false; }; }, { "trigger": "trigger"; }, never, never, true, never>;
|
|
78
78
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Overlay } from '@angular/cdk/overlay';
|
|
2
2
|
import { ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
3
|
-
import {
|
|
3
|
+
import { MenuPositionX, MenuPositionY } from '@angular/material/menu';
|
|
4
|
+
import { MediaService } from '@igo2/core/media';
|
|
4
5
|
import { BehaviorSubject } from 'rxjs';
|
|
5
6
|
import { ActionbarMode } from '../shared/action.enums';
|
|
6
7
|
import { Action } from '../shared/action.interfaces';
|
|
@@ -98,11 +99,11 @@ export declare class ActionbarComponent implements OnDestroy, OnChanges {
|
|
|
98
99
|
/**
|
|
99
100
|
* Overlay X position
|
|
100
101
|
*/
|
|
101
|
-
xPosition:
|
|
102
|
+
xPosition: MenuPositionX;
|
|
102
103
|
/**
|
|
103
104
|
* Overlay Y position
|
|
104
105
|
*/
|
|
105
|
-
yPosition:
|
|
106
|
+
yPosition: MenuPositionY;
|
|
106
107
|
/**
|
|
107
108
|
* Class to add to the actionbar overlay
|
|
108
109
|
*/
|
|
@@ -143,5 +144,5 @@ export declare class ActionbarComponent implements OnDestroy, OnChanges {
|
|
|
143
144
|
scrollDown(): void;
|
|
144
145
|
scrollUp(): void;
|
|
145
146
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionbarComponent, never>;
|
|
146
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionbarComponent, "igo-actionbar", never, { "store": { "alias": "store"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "withToggleButton": { "alias": "withToggleButton"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "color": { "alias": "color"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "withTitle": { "alias": "withTitle"; "required": false; }; "withTooltip": { "alias": "withTooltip"; "required": false; }; "scrollActive": { "alias": "scrollActive"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; "yPosition": { "alias": "yPosition"; "required": false; }; "overlayClass": { "alias": "overlayClass"; "required": false; }; }, {}, never, never,
|
|
147
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionbarComponent, "igo-actionbar", never, { "store": { "alias": "store"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "withToggleButton": { "alias": "withToggleButton"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "color": { "alias": "color"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "withTitle": { "alias": "withTitle"; "required": false; }; "withTooltip": { "alias": "withTooltip"; "required": false; }; "scrollActive": { "alias": "scrollActive"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; "yPosition": { "alias": "yPosition"; "required": false; }; "overlayClass": { "alias": "overlayClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
147
148
|
}
|
|
@@ -1,20 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./actionbar.component";
|
|
3
|
-
import * as i2 from "./actionbar-item.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@igo2/core";
|
|
6
|
-
import * as i5 from "@angular/material/button";
|
|
7
|
-
import * as i6 from "@angular/material/icon";
|
|
8
|
-
import * as i7 from "@angular/material/tooltip";
|
|
9
|
-
import * as i8 from "@angular/material/menu";
|
|
10
|
-
import * as i9 from "@angular/material/list";
|
|
11
|
-
import * as i10 from "@angular/material/card";
|
|
12
|
-
import * as i11 from "@angular/material/checkbox";
|
|
13
3
|
/**
|
|
14
|
-
* @
|
|
4
|
+
* @deprecated import the ActionbarComponent directly
|
|
15
5
|
*/
|
|
16
6
|
export declare class IgoActionbarModule {
|
|
17
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoActionbarModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoActionbarModule, [typeof i1.ActionbarComponent
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoActionbarModule, never, [typeof i1.ActionbarComponent], [typeof i1.ActionbarComponent]>;
|
|
19
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoActionbarModule>;
|
|
20
10
|
}
|
|
@@ -5,5 +5,5 @@ export declare class BackdropComponent {
|
|
|
5
5
|
private _shown;
|
|
6
6
|
constructor();
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BackdropComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BackdropComponent, "igo-backdrop", never, { "shown": { "alias": "shown"; "required": false; }; }, {}, never, never,
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BackdropComponent, "igo-backdrop", never, { "shown": { "alias": "shown"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./backdrop.component";
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the BackdropComponent directly
|
|
6
|
+
*/
|
|
5
7
|
export declare class IgoBackdropModule {
|
|
6
8
|
static forRoot(): ModuleWithProviders<IgoBackdropModule>;
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoBackdropModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoBackdropModule, [typeof i1.BackdropComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoBackdropModule, never, [typeof i1.BackdropComponent], [typeof i1.BackdropComponent]>;
|
|
9
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoBackdropModule>;
|
|
10
12
|
}
|
|
@@ -32,5 +32,5 @@ export declare class IgoBadgeIconDirective implements OnInit {
|
|
|
32
32
|
private updateHidden;
|
|
33
33
|
private updateDisabled;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoBadgeIconDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IgoBadgeIconDirective, "[igoMatBadgeIcon]", never, { "igoMatBadgeIcon": { "alias": "igoMatBadgeIcon"; "required": false; }; "matBadgeHidden": { "alias": "matBadgeHidden"; "required": false; }; "matBadgeDisabled": { "alias": "matBadgeDisabled"; "required": false; }; "igoMatBadgeInverseColor": { "alias": "igoMatBadgeInverseColor"; "required": false; }; "igoMatBadgeInheritColor": { "alias": "igoMatBadgeInheritColor"; "required": false; }; "igoMatBadgeColor": { "alias": "igoMatBadgeColor"; "required": false; }; "igoMatBadgeBackgroundColor": { "alias": "igoMatBadgeBackgroundColor"; "required": false; }; }, {}, never, never,
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IgoBadgeIconDirective, "[igoMatBadgeIcon]", never, { "igoMatBadgeIcon": { "alias": "igoMatBadgeIcon"; "required": false; }; "matBadgeHidden": { "alias": "matBadgeHidden"; "required": false; }; "matBadgeDisabled": { "alias": "matBadgeDisabled"; "required": false; }; "igoMatBadgeInverseColor": { "alias": "igoMatBadgeInverseColor"; "required": false; }; "igoMatBadgeInheritColor": { "alias": "igoMatBadgeInheritColor"; "required": false; }; "igoMatBadgeColor": { "alias": "igoMatBadgeColor"; "required": false; }; "igoMatBadgeBackgroundColor": { "alias": "igoMatBadgeBackgroundColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
36
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./badge-icon.directive";
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the IgoBadgeIconDirective directly
|
|
6
|
+
*/
|
|
6
7
|
export declare class IgoMatBadgeIconModule {
|
|
7
8
|
static forRoot(): ModuleWithProviders<IgoMatBadgeIconModule>;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoMatBadgeIconModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMatBadgeIconModule, [typeof i1.IgoBadgeIconDirective], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMatBadgeIconModule, never, [typeof i1.IgoBadgeIconDirective], [typeof i1.IgoBadgeIconDirective]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoMatBadgeIconModule>;
|
|
11
12
|
}
|
|
@@ -6,5 +6,5 @@ export declare class ClickoutDirective {
|
|
|
6
6
|
handleMouseClick(event: MouseEvent, target: HTMLElement): void;
|
|
7
7
|
constructor(el: ElementRef);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClickoutDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickoutDirective, "[igoClickout]", never, {}, { "clickout": "clickout"; }, never, never,
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickoutDirective, "[igoClickout]", never, {}, { "clickout": "clickout"; }, never, never, true, never>;
|
|
10
10
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./clickout.directive";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the ClickoutDirective directly
|
|
6
|
+
*/
|
|
4
7
|
export declare class IgoClickoutModule {
|
|
5
8
|
static forRoot(): ModuleWithProviders<IgoClickoutModule>;
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoClickoutModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoClickoutModule, [typeof i1.ClickoutDirective],
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoClickoutModule, never, [typeof i1.ClickoutDirective], [typeof i1.ClickoutDirective]>;
|
|
8
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoClickoutModule>;
|
|
9
12
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./clone.pipe";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the ClonePipe directly
|
|
6
|
+
*/
|
|
4
7
|
export declare class IgoCloneModule {
|
|
5
8
|
static forRoot(): ModuleWithProviders<IgoCloneModule>;
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoCloneModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCloneModule, [typeof i1.ClonePipe],
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCloneModule, never, [typeof i1.ClonePipe], [typeof i1.ClonePipe]>;
|
|
8
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoCloneModule>;
|
|
9
12
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class ClonePipe implements PipeTransform {
|
|
4
4
|
transform(value: any, args?: any): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClonePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ClonePipe, "clone",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ClonePipe, "clone", true>;
|
|
7
7
|
}
|
|
@@ -15,5 +15,5 @@ export declare class CollapseDirective {
|
|
|
15
15
|
private collapseTarget;
|
|
16
16
|
private expandTarget;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[igoCollapse]", never, { "target": { "alias": "target"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "toggle": "toggle"; }, never, never,
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[igoCollapse]", never, { "target": { "alias": "target"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "toggle": "toggle"; }, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -9,5 +9,5 @@ export declare class CollapsibleComponent {
|
|
|
9
9
|
private _collapsed;
|
|
10
10
|
toggle: EventEmitter<boolean>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "igo-collapsible", never, { "title": { "alias": "title"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "toggle": "toggle"; }, never, ["*"],
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "igo-collapsible", never, { "title": { "alias": "title"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "toggle": "toggle"; }, never, ["*"], true, never>;
|
|
13
13
|
}
|
|
@@ -2,11 +2,12 @@ import { ModuleWithProviders } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./collapsible.component";
|
|
4
4
|
import * as i2 from "./collapse.directive";
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated import the components/directives directly or COLLAPSIBLE_DIRECTIVES for the set
|
|
7
|
+
*/
|
|
7
8
|
export declare class IgoCollapsibleModule {
|
|
8
9
|
static forRoot(): ModuleWithProviders<IgoCollapsibleModule>;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoCollapsibleModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCollapsibleModule, [typeof i1.CollapsibleComponent, typeof i2.CollapseDirective], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCollapsibleModule, never, [typeof i1.CollapsibleComponent, typeof i2.CollapseDirective], [typeof i1.CollapsibleComponent, typeof i2.CollapseDirective]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoCollapsibleModule>;
|
|
12
13
|
}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
import { CollapseDirective } from './collapse.directive';
|
|
2
|
+
import { CollapsibleComponent } from './collapsible.component';
|
|
1
3
|
export * from './collapsible.component';
|
|
2
4
|
export * from './collapse.directive';
|
|
5
|
+
export declare const COLLAPSIBLE_DIRECTIVES: readonly [typeof CollapsibleComponent, typeof CollapseDirective];
|
|
@@ -24,6 +24,6 @@ export declare class ColorPickerFormFieldComponent implements ControlValueAccess
|
|
|
24
24
|
handleChange($event: ColorEvent): void;
|
|
25
25
|
private formatColor;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerFormFieldComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerFormFieldComponent, "igo-color-picker-form-field", never, { "outputFormat": { "alias": "outputFormat"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never,
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerFormFieldComponent, "igo-color-picker-form-field", never, { "outputFormat": { "alias": "outputFormat"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
|
|
28
28
|
}
|
|
29
29
|
export {};
|
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./color-picker-form-field.component";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import * as i5 from "@angular/material/input";
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
8
|
-
import * as i7 from "@angular/cdk/overlay";
|
|
9
|
-
import * as i8 from "ngx-color/chrome";
|
|
10
|
-
import * as i9 from "@ngx-translate/core";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated import the ColorPickerFormFieldComponent directly
|
|
5
|
+
*/
|
|
11
6
|
export declare class ColorPickerFormFieldModule {
|
|
12
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerFormFieldModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerFormFieldModule, [typeof i1.ColorPickerFormFieldComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerFormFieldModule, never, [typeof i1.ColorPickerFormFieldComponent], [typeof i1.ColorPickerFormFieldComponent]>;
|
|
14
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerFormFieldModule>;
|
|
15
10
|
}
|
|
@@ -8,5 +8,5 @@ export declare class ConfirmDialogComponent {
|
|
|
8
8
|
cancelKey: string;
|
|
9
9
|
constructor(dialogRef: MatDialogRef<ConfirmDialogComponent>);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "igo-confirm-dialog", never, {}, {}, never, never,
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "igo-confirm-dialog", never, {}, {}, never, never, true, never>;
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./confirm-dialog.component";
|
|
4
|
-
import * as i2 from "@angular/material/button";
|
|
5
|
-
import * as i3 from "@angular/material/dialog";
|
|
6
|
-
import * as i4 from "@igo2/core";
|
|
7
4
|
export declare class IgoConfirmDialogModule {
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated this has no effect
|
|
7
|
+
*/
|
|
8
8
|
static forRoot(): ModuleWithProviders<IgoConfirmDialogModule>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoConfirmDialogModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoConfirmDialogModule, [typeof i1.ConfirmDialogComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoConfirmDialogModule, never, [typeof i1.ConfirmDialogComponent], [typeof i1.ConfirmDialogComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoConfirmDialogModule>;
|
|
12
12
|
}
|
|
@@ -17,5 +17,5 @@ export declare class ContextMenuDirective {
|
|
|
17
17
|
onContextMenu(e: MouseEvent | TouchEvent): void;
|
|
18
18
|
close(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuDirective, "[igoContextMenu]", never, { "menuContext": { "alias": "igoContextMenu"; "required": false; }; }, { "menuPosition": "menuPosition"; }, never, never,
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuDirective, "[igoContextMenu]", never, { "menuContext": { "alias": "igoContextMenu"; "required": false; }; }, { "menuPosition": "menuPosition"; }, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -2,9 +2,12 @@ import { ModuleWithProviders } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./context-menu.directive";
|
|
4
4
|
import * as i2 from "./long-press.directive";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated import the components/directives directly or CONTEXT_MENU_DIRECTIVES for the set
|
|
7
|
+
*/
|
|
5
8
|
export declare class IgoContextMenuModule {
|
|
6
9
|
static forRoot(): ModuleWithProviders<IgoContextMenuModule>;
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextMenuModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMenuModule, [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective],
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMenuModule, never, [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective], [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextMenuModule>;
|
|
10
13
|
}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
import { ContextMenuDirective } from './context-menu.directive';
|
|
2
|
+
import { LongPressDirective } from './long-press.directive';
|
|
1
3
|
export * from './context-menu.directive';
|
|
2
4
|
export * from './long-press.directive';
|
|
5
|
+
export declare const CONTEXT_MENU_DIRECTIVES: readonly [typeof ContextMenuDirective, typeof LongPressDirective];
|
|
@@ -16,5 +16,5 @@ export declare class LongPressDirective {
|
|
|
16
16
|
touchend(): void;
|
|
17
17
|
private touchEnd;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<LongPressDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LongPressDirective, "[igoLongPress]", never, { "touchDuration": { "alias": "touchDuration"; "required": false; }; "onlyIOS": { "alias": "onlyIOS"; "required": false; }; }, { "longpress": "longpress"; }, never, never,
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LongPressDirective, "[igoLongPress]", never, { "touchDuration": { "alias": "touchDuration"; "required": false; }; "onlyIOS": { "alias": "onlyIOS"; "required": false; }; }, { "longpress": "longpress"; }, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -5,5 +5,5 @@ export declare class CustomHtmlComponent {
|
|
|
5
5
|
private _html;
|
|
6
6
|
constructor();
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomHtmlComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomHtmlComponent, "igo-custom-html", never, { "html": { "alias": "html"; "required": false; }; }, {}, never, never,
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomHtmlComponent, "igo-custom-html", never, { "html": { "alias": "html"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
@@ -2,15 +2,12 @@ import { ModuleWithProviders } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./custom-html.pipe";
|
|
4
4
|
import * as i2 from "./custom-html.component";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import * as i6 from "@angular/material/input";
|
|
9
|
-
import * as i7 from "@angular/material/button";
|
|
10
|
-
import * as i8 from "@igo2/core";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated import the components/directives directly or CUSTOM_HTML_DIRECTIVES for the set
|
|
7
|
+
*/
|
|
11
8
|
export declare class IgoCustomHtmlModule {
|
|
12
9
|
static forRoot(): ModuleWithProviders<IgoCustomHtmlModule>;
|
|
13
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoCustomHtmlModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCustomHtmlModule, [typeof i1.SanitizeHtmlPipe, typeof i2.CustomHtmlComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCustomHtmlModule, never, [typeof i1.SanitizeHtmlPipe, typeof i2.CustomHtmlComponent], [typeof i1.SanitizeHtmlPipe, typeof i2.CustomHtmlComponent]>;
|
|
15
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoCustomHtmlModule>;
|
|
16
13
|
}
|
|
@@ -6,5 +6,5 @@ export declare class SanitizeHtmlPipe implements PipeTransform {
|
|
|
6
6
|
constructor(_sanitizer: DomSanitizer);
|
|
7
7
|
transform(v: string): SafeHtml;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SanitizeHtmlPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtmlPipe, "sanitizeHtml",
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtmlPipe, "sanitizeHtml", true>;
|
|
10
10
|
}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
import { CustomHtmlComponent } from './custom-html.component';
|
|
2
|
+
import { SanitizeHtmlPipe } from './custom-html.pipe';
|
|
1
3
|
export * from './custom-html.component';
|
|
2
4
|
export * from './custom-html.pipe';
|
|
5
|
+
export declare const CUSTOM_HTML_DIRECTIVES: readonly [typeof SanitizeHtmlPipe, typeof CustomHtmlComponent];
|
package/lib/dom/dom.module.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated it has no effect
|
|
5
|
+
*/
|
|
3
6
|
export declare class IgoDOMModule {
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated it has no effect
|
|
9
|
+
*/
|
|
4
10
|
static forRoot(): ModuleWithProviders<IgoDOMModule>;
|
|
5
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDOMModule, never>;
|
|
6
12
|
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDOMModule, never, never, never>;
|
|
@@ -10,5 +10,5 @@ export declare class DragAndDropDirective {
|
|
|
10
10
|
onDrop(evt: any): void;
|
|
11
11
|
private validExtensions;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DragAndDropDirective, "[igoDragAndDrop]", never, { "allowedExtensions": { "alias": "allowedExtensions"; "required": false; }; }, { "filesDropped": "filesDropped"; "filesInvalid": "filesInvalid"; }, never, never,
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DragAndDropDirective, "[igoDragAndDrop]", never, { "allowedExtensions": { "alias": "allowedExtensions"; "required": false; }; }, { "filesDropped": "filesDropped"; "filesInvalid": "filesInvalid"; }, never, never, true, never>;
|
|
14
14
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./drag-drop.directive";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the DragAndDropDirective directly
|
|
6
|
+
*/
|
|
4
7
|
export declare class IgoDrapDropModule {
|
|
5
8
|
static forRoot(): ModuleWithProviders<IgoDrapDropModule>;
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDrapDropModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrapDropModule, [typeof i1.DragAndDropDirective],
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrapDropModule, never, [typeof i1.DragAndDropDirective], [typeof i1.DragAndDropDirective]>;
|
|
8
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDrapDropModule>;
|
|
9
12
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
|
|
2
|
+
import * as i1 from "./dynamic-outlet/dynamic-outlet.component";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated import the DynamicOutletComponent directly
|
|
5
|
+
*/
|
|
4
6
|
export declare class IgoDynamicComponentModule {
|
|
5
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDynamicComponentModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDynamicComponentModule, never, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDynamicComponentModule, never, [typeof i1.DynamicOutletComponent], [typeof i1.DynamicOutletComponent]>;
|
|
7
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDynamicComponentModule>;
|
|
8
10
|
}
|
|
@@ -66,5 +66,5 @@ export declare class DynamicOutletComponent implements OnChanges, OnDestroy {
|
|
|
66
66
|
*/
|
|
67
67
|
private updateSubscribers;
|
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicOutletComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicOutletComponent, "igo-dynamic-outlet", never, { "component": { "alias": "component"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "subscribers": { "alias": "subscribers"; "required": false; }; }, {}, never, never,
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicOutletComponent, "igo-dynamic-outlet", never, { "component": { "alias": "component"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "subscribers": { "alias": "subscribers"; "required": false; }; }, {}, never, never, true, never>;
|
|
70
70
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./dynamic-outlet.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
3
|
/**
|
|
5
|
-
* @
|
|
4
|
+
* @deprecated import the DynamicOutletComponent directly
|
|
6
5
|
*/
|
|
7
6
|
export declare class IgoDynamicOutletModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDynamicOutletModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDynamicOutletModule, [typeof i1.DynamicOutletComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDynamicOutletModule, never, [typeof i1.DynamicOutletComponent], [typeof i1.DynamicOutletComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDynamicOutletModule>;
|
|
11
10
|
}
|
|
@@ -2,6 +2,10 @@ import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/cor
|
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { EntityStore } from '../shared/store';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
export interface EntitySelectorChange<T = any> {
|
|
6
|
+
selected: boolean;
|
|
7
|
+
value: T;
|
|
8
|
+
}
|
|
5
9
|
export declare class EntitySelectorComponent implements OnInit, OnDestroy {
|
|
6
10
|
private cdRef;
|
|
7
11
|
/**
|
|
@@ -63,10 +67,7 @@ export declare class EntitySelectorComponent implements OnInit, OnDestroy {
|
|
|
63
67
|
/**
|
|
64
68
|
* Event emitted when the selection changes
|
|
65
69
|
*/
|
|
66
|
-
selectedChange: EventEmitter<
|
|
67
|
-
selected: boolean;
|
|
68
|
-
value: object | object[];
|
|
69
|
-
}>;
|
|
70
|
+
selectedChange: EventEmitter<EntitySelectorChange<any>>;
|
|
70
71
|
constructor(cdRef: ChangeDetectorRef);
|
|
71
72
|
/**
|
|
72
73
|
* Create a store watcher and subscribe to the selected entity
|
|
@@ -88,5 +89,5 @@ export declare class EntitySelectorComponent implements OnInit, OnDestroy {
|
|
|
88
89
|
private onSelectFromStore;
|
|
89
90
|
private updateMultiToggleWithEntities;
|
|
90
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<EntitySelectorComponent, never>;
|
|
91
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EntitySelectorComponent, "igo-entity-selector", never, { "store": { "alias": "store"; "required": false; }; "titleAccessor": { "alias": "titleAccessor"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "multi": { "alias": "multi"; "required": false; }; "multiAllText": { "alias": "multiAllText"; "required": false; }; "multiNoneText": { "alias": "multiNoneText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never,
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EntitySelectorComponent, "igo-entity-selector", never, { "store": { "alias": "store"; "required": false; }; "titleAccessor": { "alias": "titleAccessor"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "multi": { "alias": "multi"; "required": false; }; "multiAllText": { "alias": "multiAllText"; "required": false; }; "multiNoneText": { "alias": "multiNoneText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
92
93
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./entity-selector.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/select";
|
|
6
3
|
/**
|
|
7
|
-
* @
|
|
4
|
+
* @deprecated import the EntitySelectorComponent directly
|
|
8
5
|
*/
|
|
9
6
|
export declare class IgoEntitySelectorModule {
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoEntitySelectorModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntitySelectorModule, [typeof i1.EntitySelectorComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntitySelectorModule, never, [typeof i1.EntitySelectorComponent], [typeof i1.EntitySelectorComponent]>;
|
|
12
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoEntitySelectorModule>;
|
|
13
10
|
}
|
|
@@ -65,5 +65,5 @@ export declare class EntityTableRowDirective {
|
|
|
65
65
|
*/
|
|
66
66
|
private removeCls;
|
|
67
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<EntityTableRowDirective, never>;
|
|
68
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EntityTableRowDirective, "[igoEntityTableRow]", never, { "selection": { "alias": "selection"; "required": false; }; "selectOnClick": { "alias": "selectOnClick"; "required": false; }; "highlightSelection": { "alias": "highlightSelection"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "scrollBehavior": { "alias": "scrollBehavior"; "required": false; }; }, { "select": "select"; }, never, never,
|
|
68
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EntityTableRowDirective, "[igoEntityTableRow]", never, { "selection": { "alias": "selection"; "required": false; }; "selectOnClick": { "alias": "selectOnClick"; "required": false; }; "highlightSelection": { "alias": "highlightSelection"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "scrollBehavior": { "alias": "scrollBehavior"; "required": false; }; }, { "select": "select"; }, never, never, true, never>;
|
|
69
69
|
}
|
|
@@ -120,7 +120,7 @@ export declare class EntityTableComponent implements OnInit, OnChanges, OnDestro
|
|
|
120
120
|
* Data source consumable by the underlying material table
|
|
121
121
|
* @internal
|
|
122
122
|
*/
|
|
123
|
-
dataSource: MatTableDataSource<RowData,
|
|
123
|
+
dataSource: MatTableDataSource<RowData, MatPaginator>;
|
|
124
124
|
/**
|
|
125
125
|
* Whether selection is supported
|
|
126
126
|
* @internal
|
|
@@ -337,6 +337,6 @@ export declare class EntityTableComponent implements OnInit, OnChanges, OnDestro
|
|
|
337
337
|
*/
|
|
338
338
|
getColumnKeyWithoutPropertiesTag(column: string): string;
|
|
339
339
|
static ɵfac: i0.ɵɵFactoryDeclaration<EntityTableComponent, [null, null, null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, null, null]>;
|
|
340
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EntityTableComponent, "igo-entity-table", never, { "store": { "alias": "store"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "template": { "alias": "template"; "required": false; }; "scrollBehavior": { "alias": "scrollBehavior"; "required": false; }; "sortNullsFirst": { "alias": "sortNullsFirst"; "required": false; }; "withPaginator": { "alias": "withPaginator"; "required": false; }; "paginatorOptions": { "alias": "paginatorOptions"; "required": false; }; }, { "entityClick": "entityClick"; "entitySelectChange": "entitySelectChange"; "entitySortChange": "entitySortChange"; }, never, never,
|
|
340
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EntityTableComponent, "igo-entity-table", never, { "store": { "alias": "store"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "template": { "alias": "template"; "required": false; }; "scrollBehavior": { "alias": "scrollBehavior"; "required": false; }; "sortNullsFirst": { "alias": "sortNullsFirst"; "required": false; }; "withPaginator": { "alias": "withPaginator"; "required": false; }; "paginatorOptions": { "alias": "paginatorOptions"; "required": false; }; }, { "entityClick": "entityClick"; "entitySelectChange": "entitySelectChange"; "entitySortChange": "entitySortChange"; }, never, never, true, never>;
|
|
341
341
|
}
|
|
342
342
|
export {};
|
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./entity-table.component";
|
|
3
|
-
import * as i2 from "./entity-table-row.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@angular/material/table";
|
|
6
|
-
import * as i5 from "@angular/material/autocomplete";
|
|
7
|
-
import * as i6 from "@angular/material/sort";
|
|
8
|
-
import * as i7 from "@angular/material/icon";
|
|
9
|
-
import * as i8 from "@angular/material/button";
|
|
10
|
-
import * as i9 from "@angular/material/checkbox";
|
|
11
|
-
import * as i10 from "@angular/material/paginator";
|
|
12
|
-
import * as i11 from "@angular/material/select";
|
|
13
|
-
import * as i12 from "../../stop-propagation/stop-propagation.module";
|
|
14
|
-
import * as i13 from "../../custom-html/custom-html.module";
|
|
15
|
-
import * as i14 from "../entity-table-paginator/entity-table-paginator.module";
|
|
16
|
-
import * as i15 from "../../image/image.module";
|
|
17
|
-
import * as i16 from "@igo2/core";
|
|
18
|
-
import * as i17 from "@angular/forms";
|
|
19
|
-
import * as i18 from "@angular/material/input";
|
|
20
|
-
import * as i19 from "@angular/material/datepicker";
|
|
21
|
-
import * as i20 from "@angular/material/tooltip";
|
|
22
3
|
/**
|
|
23
|
-
* @
|
|
4
|
+
* @deprecated import the EntityTableComponent directly
|
|
24
5
|
*/
|
|
25
6
|
export declare class IgoEntityTableModule {
|
|
26
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoEntityTableModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntityTableModule, [typeof i1.EntityTableComponent
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntityTableModule, never, [typeof i1.EntityTableComponent], [typeof i1.EntityTableComponent]>;
|
|
28
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoEntityTableModule>;
|
|
29
10
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
2
2
|
import { MatPaginator, PageEvent } from '@angular/material/paginator';
|
|
3
|
-
import { LanguageService
|
|
3
|
+
import { LanguageService } from '@igo2/core/language';
|
|
4
|
+
import { MediaService } from '@igo2/core/media';
|
|
4
5
|
import { BehaviorSubject } from 'rxjs';
|
|
5
6
|
import { EntityStore } from '../shared';
|
|
6
7
|
import { EntityTablePaginatorOptions } from './entity-table-paginator.interface';
|
|
@@ -45,5 +46,5 @@ export declare class EntityTablePaginatorComponent implements OnChanges, OnDestr
|
|
|
45
46
|
ngOnDestroy(): void;
|
|
46
47
|
emitPaginator(): void;
|
|
47
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<EntityTablePaginatorComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EntityTablePaginatorComponent, "igo-entity-table-paginator", never, { "entitySortChange$": { "alias": "entitySortChange$"; "required": false; }; "store": { "alias": "store"; "required": false; }; "paginatorOptions": { "alias": "paginatorOptions"; "required": false; }; }, { "page": "page"; "paginatorChange": "paginatorChange"; }, never, never,
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EntityTablePaginatorComponent, "igo-entity-table-paginator", never, { "entitySortChange$": { "alias": "entitySortChange$"; "required": false; }; "store": { "alias": "store"; "required": false; }; "paginatorOptions": { "alias": "paginatorOptions"; "required": false; }; }, { "page": "page"; "paginatorChange": "paginatorChange"; }, never, never, true, never>;
|
|
49
50
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./entity-table-paginator.component";
|
|
3
|
-
import * as i2 from "@angular/material/paginator";
|
|
4
3
|
/**
|
|
5
|
-
* @
|
|
4
|
+
* @deprecated import the EntityTablePaginatorComponent directly
|
|
6
5
|
*/
|
|
7
6
|
export declare class IgoEntityTablePaginatorModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoEntityTablePaginatorModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntityTablePaginatorModule, [typeof i1.EntityTablePaginatorComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntityTablePaginatorModule, never, [typeof i1.EntityTablePaginatorComponent], [typeof i1.EntityTablePaginatorComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoEntityTablePaginatorModule>;
|
|
11
10
|
}
|