@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,10 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./entity-
|
|
4
|
-
import * as i3 from "./entity-table/entity-table.
|
|
5
|
-
|
|
2
|
+
import * as i1 from "./entity-selector/entity-selector.component";
|
|
3
|
+
import * as i2 from "./entity-table/entity-table.component";
|
|
4
|
+
import * as i3 from "./entity-table-paginator/entity-table-paginator.component";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated import the components directly or ENTITY_DIRECTIVES for every components/directives
|
|
7
|
+
*/
|
|
6
8
|
export declare class IgoEntityModule {
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoEntityModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntityModule, never, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntityModule, never, [typeof i1.EntitySelectorComponent, typeof i2.EntityTableComponent, typeof i3.EntityTablePaginatorComponent], [typeof i1.EntitySelectorComponent, typeof i2.EntityTableComponent, typeof i3.EntityTablePaginatorComponent]>;
|
|
9
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoEntityModule>;
|
|
10
12
|
}
|
package/lib/entity/index.d.ts
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
import { EntitySelectorComponent } from './entity-selector/entity-selector.component';
|
|
2
|
+
import { EntityTablePaginatorComponent } from './entity-table-paginator';
|
|
3
|
+
import { EntityTableComponent } from './entity-table/entity-table.component';
|
|
1
4
|
export * from './shared';
|
|
2
5
|
export * from './entity-selector/entity-selector.component';
|
|
3
6
|
export * from './entity-table/entity-table.component';
|
|
4
7
|
export * from './entity-table-paginator/entity-table-paginator.component';
|
|
5
8
|
export * from './entity-table-paginator/entity-table-paginator.interface';
|
|
9
|
+
export declare const ENTITY_DIRECTIVES: readonly [typeof EntitySelectorComponent, typeof EntityTableComponent, typeof EntityTablePaginatorComponent];
|
|
@@ -80,10 +80,17 @@ export interface EntityTableColumn {
|
|
|
80
80
|
cellClassFunc?: (entity: object, record: EntityRecord<object>) => {
|
|
81
81
|
[key: string]: boolean;
|
|
82
82
|
};
|
|
83
|
+
step?: number;
|
|
84
|
+
icon?: string;
|
|
85
|
+
onBlur?: (event: Event) => void;
|
|
86
|
+
onChange?: (event: Event) => void;
|
|
87
|
+
onClick?: (event: Event) => void;
|
|
88
|
+
onFocus?: (event: Event) => void;
|
|
83
89
|
}
|
|
84
90
|
export interface SelectOption {
|
|
85
91
|
id: number;
|
|
86
92
|
value: string;
|
|
93
|
+
disabled?: boolean;
|
|
87
94
|
}
|
|
88
95
|
export interface EntityTableButton {
|
|
89
96
|
icon: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MediaService } from '@igo2/core';
|
|
2
|
+
import { MediaService } from '@igo2/core/media';
|
|
3
3
|
import { FlexibleDirection, FlexibleState } from './flexible.type';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class FlexibleComponent implements OnInit, OnDestroy {
|
|
@@ -37,5 +37,5 @@ export declare class FlexibleComponent implements OnInit, OnDestroy {
|
|
|
37
37
|
ngOnDestroy(): void;
|
|
38
38
|
private setSize;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlexibleComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FlexibleComponent, "igo-flexible", never, { "initial": { "alias": "initial"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "initialMobile": { "alias": "initialMobile"; "required": false; }; "collapsedMobile": { "alias": "collapsedMobile"; "required": false; }; "expandedMobile": { "alias": "expandedMobile"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, {}, never, ["*", "[igoFlexibleFill]"],
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlexibleComponent, "igo-flexible", never, { "initial": { "alias": "initial"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "initialMobile": { "alias": "initialMobile"; "required": false; }; "collapsedMobile": { "alias": "collapsedMobile"; "required": false; }; "expandedMobile": { "alias": "expandedMobile"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, {}, never, ["*", "[igoFlexibleFill]"], true, never>;
|
|
41
41
|
}
|
|
@@ -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 "./flexible.component";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the FlexibleComponent directly
|
|
6
|
+
*/
|
|
4
7
|
export declare class IgoFlexibleModule {
|
|
5
8
|
static forRoot(): ModuleWithProviders<IgoFlexibleModule>;
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFlexibleModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFlexibleModule, [typeof i1.FlexibleComponent],
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFlexibleModule, never, [typeof i1.FlexibleComponent], [typeof i1.FlexibleComponent]>;
|
|
8
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFlexibleModule>;
|
|
9
12
|
}
|
|
@@ -49,5 +49,5 @@ export declare class FormComponent implements OnChanges {
|
|
|
49
49
|
*/
|
|
50
50
|
private clear;
|
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "igo-form", never, { "form": { "alias": "form"; "required": false; }; "formData": { "alias": "formData"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; }, { "submitForm": "submitForm"; }, never, ["*", "[formButtons]"],
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "igo-form", never, { "form": { "alias": "form"; "required": false; }; "formData": { "alias": "formData"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; }, { "submitForm": "submitForm"; }, never, ["*", "[formButtons]"], true, never>;
|
|
53
53
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./form.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
3
|
/**
|
|
6
|
-
* @
|
|
4
|
+
* @deprecated import the FormComponent directly
|
|
7
5
|
*/
|
|
8
6
|
export declare class IgoFormFormModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFormFormModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormFormModule, [typeof i1.FormComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormFormModule, never, [typeof i1.FormComponent], [typeof i1.FormComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFormFormModule>;
|
|
12
10
|
}
|
|
@@ -48,5 +48,5 @@ export declare class FormFieldSelectComponent implements OnInit {
|
|
|
48
48
|
onDisableSwitchClick(): void;
|
|
49
49
|
private toggleDisabled;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldSelectComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldSelectComponent, "igo-form-field-select", never, { "choices": { "alias": "choices"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disableSwitch": { "alias": "disableSwitch"; "required": false; }; }, {}, never, never,
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldSelectComponent, "igo-form-field-select", never, { "choices": { "alias": "choices"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disableSwitch": { "alias": "disableSwitch"; "required": false; }; }, {}, never, never, true, never>;
|
|
52
52
|
}
|
|
@@ -47,5 +47,5 @@ export declare class FormFieldTextComponent implements OnInit {
|
|
|
47
47
|
togglePassword(): void;
|
|
48
48
|
delayedHide(delayMS?: number): void;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTextComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTextComponent, "igo-form-field-text", never, { "formControl": { "alias": "formControl"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "isPassword": { "alias": "isPassword"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disableSwitch": { "alias": "disableSwitch"; "required": false; }; }, {}, never, never,
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTextComponent, "igo-form-field-text", never, { "formControl": { "alias": "formControl"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "isPassword": { "alias": "isPassword"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disableSwitch": { "alias": "disableSwitch"; "required": false; }; }, {}, never, never, true, never>;
|
|
51
51
|
}
|
|
@@ -37,5 +37,5 @@ export declare class FormFieldTextareaComponent implements OnInit {
|
|
|
37
37
|
onDisableSwitchClick(): void;
|
|
38
38
|
private toggleDisabled;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTextareaComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTextareaComponent, "igo-form-field-textarea", never, { "formControl": { "alias": "formControl"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disableSwitch": { "alias": "disableSwitch"; "required": false; }; }, {}, never, never,
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTextareaComponent, "igo-form-field-textarea", never, { "formControl": { "alias": "formControl"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disableSwitch": { "alias": "disableSwitch"; "required": false; }; }, {}, never, never, true, never>;
|
|
41
41
|
}
|
|
@@ -25,5 +25,5 @@ export declare class FormFieldComponent {
|
|
|
25
25
|
getFieldInputs(): FormFieldInputs;
|
|
26
26
|
getFieldSubscribers(): FormFieldSubscribers;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "igo-form-field", never, { "field": { "alias": "field"; "required": false; }; }, {}, never, never,
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "igo-form-field", never, { "field": { "alias": "field"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -3,20 +3,11 @@ import * as i1 from "./form-field.component";
|
|
|
3
3
|
import * as i2 from "./form-field-select.component";
|
|
4
4
|
import * as i3 from "./form-field-text.component";
|
|
5
5
|
import * as i4 from "./form-field-textarea.component";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "@angular/forms";
|
|
8
|
-
import * as i7 from "@angular/material/icon";
|
|
9
|
-
import * as i8 from "@angular/material/form-field";
|
|
10
|
-
import * as i9 from "@angular/material/input";
|
|
11
|
-
import * as i10 from "@angular/material/select";
|
|
12
|
-
import * as i11 from "@igo2/core";
|
|
13
|
-
import * as i12 from "../../dynamic-component/dynamic-outlet/dynamic-outlet.module";
|
|
14
|
-
import * as i13 from "@angular/material/button";
|
|
15
6
|
/**
|
|
16
|
-
* @
|
|
7
|
+
* @deprecated import the components directly or FORM_FIELD_DIRECTIVES for every components/directives
|
|
17
8
|
*/
|
|
18
9
|
export declare class IgoFormFieldModule {
|
|
19
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFormFieldModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormFieldModule, [typeof i1.FormFieldComponent, typeof i2.FormFieldSelectComponent, typeof i3.FormFieldTextComponent, typeof i4.FormFieldTextareaComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormFieldModule, never, [typeof i1.FormFieldComponent, typeof i2.FormFieldSelectComponent, typeof i3.FormFieldTextComponent, typeof i4.FormFieldTextareaComponent], [typeof i1.FormFieldComponent, typeof i2.FormFieldSelectComponent, typeof i3.FormFieldTextComponent, typeof i4.FormFieldTextareaComponent]>;
|
|
21
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFormFieldModule>;
|
|
22
13
|
}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
+
import { FormFieldSelectComponent } from './form-field-select.component';
|
|
2
|
+
import { FormFieldTextComponent } from './form-field-text.component';
|
|
3
|
+
import { FormFieldTextareaComponent } from './form-field-textarea.component';
|
|
4
|
+
import { FormFieldComponent } from './form-field.component';
|
|
1
5
|
export * from './form-field.component';
|
|
2
6
|
export * from './form-field-text.component';
|
|
3
7
|
export * from './form-field-select.component';
|
|
4
8
|
export * from './form-field-textarea.component';
|
|
9
|
+
export declare const FORM_FIELD_DIRECTIVES: readonly [typeof FormFieldComponent, typeof FormFieldSelectComponent, typeof FormFieldTextComponent, typeof FormFieldTextareaComponent];
|
|
@@ -45,5 +45,5 @@ export declare class FormGroupComponent {
|
|
|
45
45
|
*/
|
|
46
46
|
getErrorMessage(): string;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "igo-form-group", never, { "group": { "alias": "group"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; }, {}, never, ["*"],
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "igo-form-group", never, { "group": { "alias": "group"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
49
49
|
}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./form-group.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/form-field";
|
|
5
|
-
import * as i4 from "@igo2/core";
|
|
6
|
-
import * as i5 from "../form-field/form-field.module";
|
|
7
3
|
/**
|
|
8
|
-
* @
|
|
4
|
+
* @deprecated import the FormGroupComponent directly
|
|
9
5
|
*/
|
|
10
6
|
export declare class IgoFormGroupModule {
|
|
11
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFormGroupModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormGroupModule, [typeof i1.FormGroupComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormGroupModule, never, [typeof i1.FormGroupComponent], [typeof i1.FormGroupComponent]>;
|
|
13
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFormGroupModule>;
|
|
14
10
|
}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./form-
|
|
4
|
-
import * as i3 from "./form-field/form-field.
|
|
5
|
-
import * as i4 from "./form/form.
|
|
2
|
+
import * as i1 from "./form-field/form-field.component";
|
|
3
|
+
import * as i2 from "./form-field/form-field-select.component";
|
|
4
|
+
import * as i3 from "./form-field/form-field-text.component";
|
|
5
|
+
import * as i4 from "./form-field/form-field-textarea.component";
|
|
6
|
+
import * as i5 from "./form-group/form-group.component";
|
|
7
|
+
import * as i6 from "./form/form.component";
|
|
6
8
|
/**
|
|
7
|
-
* @
|
|
9
|
+
* @deprecated import the components directly or FORM_DIRECTIVES for every components/directives
|
|
8
10
|
*/
|
|
9
11
|
export declare class IgoFormModule {
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFormModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormModule, never, [typeof i1.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormModule, never, [typeof i1.FormFieldComponent, typeof i2.FormFieldSelectComponent, typeof i3.FormFieldTextComponent, typeof i4.FormFieldTextareaComponent, typeof i5.FormGroupComponent, typeof i6.FormComponent], [typeof i1.FormFieldComponent, typeof i2.FormFieldSelectComponent, typeof i3.FormFieldTextComponent, typeof i4.FormFieldTextareaComponent, typeof i5.FormGroupComponent, typeof i6.FormComponent]>;
|
|
12
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFormModule>;
|
|
13
15
|
}
|
package/lib/form/index.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
import { FormGroupComponent } from './form-group/form-group.component';
|
|
2
|
+
import { FormComponent } from './form/form.component';
|
|
1
3
|
export * from './shared';
|
|
2
4
|
export * from './form-group/form-group.component';
|
|
3
5
|
export * from './form-field';
|
|
4
6
|
export * from './form/form.component';
|
|
7
|
+
export declare const FORM_DIRECTIVES: readonly [typeof import("./form-field").FormFieldComponent, typeof import("./form-field").FormFieldSelectComponent, typeof import("./form-field").FormFieldTextComponent, typeof import("./form-field").FormFieldTextareaComponent, typeof FormGroupComponent, typeof FormComponent];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import { LanguageService } from '@igo2/core';
|
|
2
|
+
import { LanguageService } from '@igo2/core/language';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
4
|
import { Form } from '../form/shared/form.interfaces';
|
|
5
5
|
import { FormService } from '../form/shared/form.service';
|
|
@@ -20,5 +20,5 @@ export declare class FormDialogComponent {
|
|
|
20
20
|
}): void;
|
|
21
21
|
cancel(): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormDialogComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormDialogComponent, "igo-form-dialog", never, {}, {}, never, never,
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormDialogComponent, "igo-form-dialog", never, {}, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import * as i6 from "@igo2/core";
|
|
9
|
-
import * as i7 from "../form/form.module";
|
|
10
|
-
import * as i8 from "@angular/material/divider";
|
|
3
|
+
import * as i1 from "@angular/material/dialog";
|
|
4
|
+
import * as i2 from "./form-dialog.component";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated import the FlexibleComponent directly
|
|
7
|
+
*/
|
|
11
8
|
export declare class IgoFormDialogModule {
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated it has no effect
|
|
11
|
+
*/
|
|
12
12
|
static forRoot(): ModuleWithProviders<IgoFormDialogModule>;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFormDialogModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormDialogModule,
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormDialogModule, never, [typeof i1.MatDialogModule, typeof i2.FormDialogComponent], [typeof i2.FormDialogComponent]>;
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFormDialogModule>;
|
|
16
16
|
}
|
|
@@ -5,5 +5,5 @@ export declare class HomeButtonComponent {
|
|
|
5
5
|
constructor();
|
|
6
6
|
onUnselectButtonClick(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomeButtonComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HomeButtonComponent, "igo-home-button", never, {}, { "unselectButton": "unselectButton"; }, never, never,
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HomeButtonComponent, "igo-home-button", never, {}, { "unselectButton": "unselectButton"; }, never, never, true, never>;
|
|
9
9
|
}
|
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./home-button.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/icon";
|
|
5
|
-
import * as i4 from "@angular/material/button";
|
|
6
|
-
import * as i5 from "@angular/material/tooltip";
|
|
7
|
-
import * as i6 from "@igo2/core";
|
|
8
3
|
/**
|
|
9
|
-
* @
|
|
4
|
+
* @deprecated import the HomeButtonComponent directly
|
|
10
5
|
*/
|
|
11
6
|
export declare class IgoHomeButtonModule {
|
|
12
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoHomeButtonModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoHomeButtonModule, [typeof i1.HomeButtonComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoHomeButtonModule, never, [typeof i1.HomeButtonComponent], [typeof i1.HomeButtonComponent]>;
|
|
14
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoHomeButtonModule>;
|
|
15
10
|
}
|
|
@@ -7,5 +7,5 @@ export declare class ImageErrorDirective {
|
|
|
7
7
|
constructor(el: ElementRef);
|
|
8
8
|
onError(event: any): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageErrorDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ImageErrorDirective, "[igoImageError]", never, { "errorImageUrl": { "alias": "errorImageUrl"; "required": false; }; "hideError": { "alias": "hideError"; "required": false; }; }, {}, never, never,
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ImageErrorDirective, "[igoImageError]", never, { "errorImageUrl": { "alias": "errorImageUrl"; "required": false; }; "hideError": { "alias": "hideError"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
11
|
}
|
|
@@ -2,9 +2,12 @@ import { ModuleWithProviders } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./secure-image.pipe";
|
|
4
4
|
import * as i2 from "./image-error.directive";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated import the components/directives directly or IMAGE_DIRECTIVES for the set
|
|
7
|
+
*/
|
|
5
8
|
export declare class IgoImageModule {
|
|
6
9
|
static forRoot(): ModuleWithProviders<IgoImageModule>;
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoImageModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoImageModule, [typeof i1.SecureImagePipe, typeof i2.ImageErrorDirective],
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoImageModule, never, [typeof i1.SecureImagePipe, typeof i2.ImageErrorDirective], [typeof i1.SecureImagePipe, typeof i2.ImageErrorDirective]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoImageModule>;
|
|
10
13
|
}
|
package/lib/image/index.d.ts
CHANGED
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
import { ImageErrorDirective } from './image-error.directive';
|
|
2
|
+
import { SecureImagePipe } from './secure-image.pipe';
|
|
1
3
|
export * from './image-error.directive';
|
|
2
4
|
export * from './secure-image.pipe';
|
|
5
|
+
export declare const IMAGE_DIRECTIVES: readonly [typeof SecureImagePipe, typeof ImageErrorDirective];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { PipeTransform } from '@angular/core';
|
|
3
|
-
import { ConfigService } from '@igo2/core';
|
|
3
|
+
import { ConfigService } from '@igo2/core/config';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SecureImagePipe implements PipeTransform {
|
|
@@ -9,5 +9,5 @@ export declare class SecureImagePipe implements PipeTransform {
|
|
|
9
9
|
constructor(http: HttpClient, configService?: ConfigService);
|
|
10
10
|
transform(url: string): Observable<string>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SecureImagePipe, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SecureImagePipe, "secureImage",
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SecureImagePipe, "secureImage", true>;
|
|
13
13
|
}
|
|
@@ -26,5 +26,5 @@ export declare class InteractiveTourComponent {
|
|
|
26
26
|
constructor(interactiveTourService: InteractiveTourService, toolService: ToolService);
|
|
27
27
|
startInteractiveTour(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTourComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveTourComponent, "igo-interactive-tour", never, { "tourToStart": { "alias": "tourToStart"; "required": false; }; "styleButton": { "alias": "styleButton"; "required": false; }; "discoverTitleInLocale$": { "alias": "discoverTitleInLocale$"; "required": false; }; }, {}, never, never,
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveTourComponent, "igo-interactive-tour", never, { "tourToStart": { "alias": "tourToStart"; "required": false; }; "styleButton": { "alias": "styleButton"; "required": false; }; "discoverTitleInLocale$": { "alias": "discoverTitleInLocale$"; "required": false; }; }, {}, never, never, true, never>;
|
|
30
30
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ConfigService } from '@igo2/core';
|
|
2
|
+
import { ConfigService } from '@igo2/core/config';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { InteractiveTourOptions } from './interactive-tour.interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./interactive-tour.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/icon";
|
|
5
|
-
import * as i4 from "@angular/material/button";
|
|
6
|
-
import * as i5 from "@angular/material/tooltip";
|
|
7
|
-
import * as i6 from "@igo2/core";
|
|
8
3
|
export declare class IgoInteractiveTourModule {
|
|
9
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoInteractiveTourModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoInteractiveTourModule, [typeof i1.InteractiveTourComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoInteractiveTourModule, never, [typeof i1.InteractiveTourComponent], [typeof i1.InteractiveTourComponent]>;
|
|
11
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoInteractiveTourModule>;
|
|
12
7
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { ConfigService
|
|
1
|
+
import { ConfigService } from '@igo2/core/config';
|
|
2
|
+
import { LanguageService } from '@igo2/core/language';
|
|
3
|
+
import { MediaService } from '@igo2/core/media';
|
|
2
4
|
import { ShepherdService } from 'angular-shepherd';
|
|
3
5
|
import { InteractiveTourLoader } from './interactive-tour.loader';
|
|
4
6
|
import * as i0 from "@angular/core";
|
|
@@ -9,5 +9,5 @@ export declare class JsonDialogComponent {
|
|
|
9
9
|
isObject(val: any): boolean;
|
|
10
10
|
getKey(baseKey: any, key: any): string;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<JsonDialogComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<JsonDialogComponent, "igo-json-dialog", never, {}, {}, never, never,
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<JsonDialogComponent, "igo-json-dialog", never, {}, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./json-dialog.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@angular/material/button";
|
|
6
|
-
import * as i4 from "@angular/material/dialog";
|
|
7
|
-
import * as i5 from "../keyvalue/keyvalue.module";
|
|
8
4
|
export declare class IgoJsonDialogModule {
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated it has no effect
|
|
7
|
+
*/
|
|
9
8
|
static forRoot(): ModuleWithProviders<IgoJsonDialogModule>;
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoJsonDialogModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoJsonDialogModule, [typeof i1.JsonDialogComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoJsonDialogModule, never, [typeof i1.JsonDialogComponent], [typeof i1.JsonDialogComponent]>;
|
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoJsonDialogModule>;
|
|
13
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 "./keyvalue.pipe";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the KeyValuePipe directly
|
|
6
|
+
*/
|
|
4
7
|
export declare class IgoKeyValueModule {
|
|
5
8
|
static forRoot(): ModuleWithProviders<IgoKeyValueModule>;
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoKeyValueModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoKeyValueModule, [typeof i1.KeyValuePipe],
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoKeyValueModule, never, [typeof i1.KeyValuePipe], [typeof i1.KeyValuePipe]>;
|
|
8
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoKeyValueModule>;
|
|
9
12
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class KeyValuePipe implements PipeTransform {
|
|
4
4
|
transform(value: any, args?: any): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeyValuePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<KeyValuePipe, "keyvalue",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<KeyValuePipe, "keyvalue", true>;
|
|
7
7
|
}
|
package/lib/list/index.d.ts
CHANGED
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
import { ListItemDirective } from './list-item.directive';
|
|
2
|
+
import { ListComponent } from './list.component';
|
|
1
3
|
export * from './list.component';
|
|
2
4
|
export * from './list-item.directive';
|
|
5
|
+
export declare const LIST_DIRECTIVES: readonly [typeof ListItemDirective, typeof ListComponent];
|
|
@@ -39,5 +39,5 @@ export declare class ListItemDirective {
|
|
|
39
39
|
private addCls;
|
|
40
40
|
private removeCls;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemDirective, never>;
|
|
42
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemDirective, "[igoListItem]", never, { "color": { "alias": "color"; "required": false; }; "focused": { "alias": "focused"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "beforeSelect": "beforeSelect"; "beforeFocus": "beforeFocus"; "beforeUnselect": "beforeUnselect"; "beforeUnfocus": "beforeUnfocus"; "beforeDisable": "beforeDisable"; "beforeEnable": "beforeEnable"; "focus": "focus"; "unfocus": "unfocus"; "select": "select"; "unselect": "unselect"; "disable": "disable"; "enable": "enable"; }, never, never,
|
|
42
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemDirective, "[igoListItem]", never, { "color": { "alias": "color"; "required": false; }; "focused": { "alias": "focused"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "beforeSelect": "beforeSelect"; "beforeFocus": "beforeFocus"; "beforeUnselect": "beforeUnselect"; "beforeUnfocus": "beforeUnfocus"; "beforeDisable": "beforeDisable"; "beforeEnable": "beforeEnable"; "focus": "focus"; "unfocus": "unfocus"; "select": "select"; "unselect": "unselect"; "disable": "disable"; "enable": "enable"; }, never, never, true, never>;
|
|
43
43
|
}
|
|
@@ -47,5 +47,5 @@ export declare class ListComponent implements AfterViewInit, OnInit, OnDestroy {
|
|
|
47
47
|
private getFocusedIndex;
|
|
48
48
|
private navigate;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "igo-list", never, { "navigation": { "alias": "navigation"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, {}, ["listItems"], ["*"],
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "igo-list", never, { "navigation": { "alias": "navigation"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, {}, ["listItems"], ["*"], true, never>;
|
|
51
51
|
}
|
|
@@ -2,13 +2,12 @@ import { ModuleWithProviders } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./list-item.directive";
|
|
4
4
|
import * as i2 from "./list.component";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import * as i6 from "../clickout/clickout.module";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated import the components/directives directly or LIST_DIRECTIVES for the set
|
|
7
|
+
*/
|
|
9
8
|
export declare class IgoListModule {
|
|
10
9
|
static forRoot(): ModuleWithProviders<IgoListModule>;
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoListModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoListModule, [typeof i1.ListItemDirective, typeof i2.ListComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoListModule, never, [typeof i1.ListItemDirective, typeof i2.ListComponent], [typeof i1.ListItemDirective, typeof i2.ListComponent]>;
|
|
13
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoListModule>;
|
|
14
13
|
}
|
|
@@ -6,5 +6,5 @@ export declare class PanelComponent {
|
|
|
6
6
|
private _withHeader;
|
|
7
7
|
cursorPointer: boolean;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "igo-panel", never, { "title": { "alias": "title"; "required": false; }; "withHeader": { "alias": "withHeader"; "required": false; }; "cursorPointer": { "alias": "cursorPointer"; "required": false; }; }, {}, never, ["[panelLeftButton]", "[panelHeader]", "[panelRightButton]", "*"],
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "igo-panel", never, { "title": { "alias": "title"; "required": false; }; "withHeader": { "alias": "withHeader"; "required": false; }; "cursorPointer": { "alias": "cursorPointer"; "required": false; }; }, {}, never, ["[panelLeftButton]", "[panelHeader]", "[panelRightButton]", "*"], true, never>;
|
|
10
10
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./panel.component";
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated import the PanelComponent directly
|
|
5
|
+
*/
|
|
4
6
|
export declare class IgoPanelModule {
|
|
5
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoPanelModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoPanelModule, [typeof i1.PanelComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoPanelModule, never, [typeof i1.PanelComponent], [typeof i1.PanelComponent]>;
|
|
7
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoPanelModule>;
|
|
8
10
|
}
|
|
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
4
|
import { MatRadioChange } from '@angular/material/radio';
|
|
5
|
-
import { LanguageService } from '@igo2/core';
|
|
5
|
+
import { LanguageService } from '@igo2/core/language';
|
|
6
6
|
import { BehaviorSubject } from 'rxjs';
|
|
7
7
|
import { SelectValueData } from './select-value-dialog.interface';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
@@ -21,5 +21,5 @@ export declare class SelectValueCheckRadioDialogComponent implements OnInit {
|
|
|
21
21
|
cancel(): void;
|
|
22
22
|
onChange(e: MatRadioChange): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueCheckRadioDialogComponent, [null, null, null, { optional: true; }]>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectValueCheckRadioDialogComponent, "igo-select-value-check-radio-dialog", never, {}, {}, never, never,
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectValueCheckRadioDialogComponent, "igo-select-value-check-radio-dialog", never, {}, {}, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./select-value-check-radio-dialog.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@angular/material/checkbox";
|
|
6
|
-
import * as i4 from "@angular/material/button";
|
|
7
|
-
import * as i5 from "@angular/material/radio";
|
|
8
|
-
import * as i6 from "@angular/forms";
|
|
9
|
-
import * as i7 from "@angular/material/dialog";
|
|
10
|
-
import * as i8 from "@igo2/core";
|
|
11
|
-
import * as i9 from "../form/form.module";
|
|
12
4
|
export declare class IgoSelectValueDialogModule {
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated it has no effect
|
|
7
|
+
*/
|
|
13
8
|
static forRoot(): ModuleWithProviders<IgoSelectValueDialogModule>;
|
|
14
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSelectValueDialogModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSelectValueDialogModule, [typeof i1.SelectValueCheckRadioDialogComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSelectValueDialogModule, never, [typeof i1.SelectValueCheckRadioDialogComponent], [typeof i1.SelectValueCheckRadioDialogComponent]>;
|
|
16
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSelectValueDialogModule>;
|
|
17
12
|
}
|
|
@@ -16,5 +16,5 @@ export declare class SidenavShimDirective {
|
|
|
16
16
|
onClose(): void;
|
|
17
17
|
constructor(component: MatSidenav, renderer: Renderer2);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavShimDirective, [{ self: true; }, null]>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavShimDirective, "[igoSidenavShim]", never, {}, {}, never, never,
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavShimDirective, "[igoSidenavShim]", never, {}, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -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 "./sidenav-shim.directive";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the SidenavShimDirective directly
|
|
6
|
+
*/
|
|
4
7
|
export declare class IgoSidenavModule {
|
|
5
8
|
static forRoot(): ModuleWithProviders<IgoSidenavModule>;
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSidenavModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSidenavModule, [typeof i1.SidenavShimDirective],
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSidenavModule, never, [typeof i1.SidenavShimDirective], [typeof i1.SidenavShimDirective]>;
|
|
8
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSidenavModule>;
|
|
9
12
|
}
|
package/lib/spinner/index.d.ts
CHANGED
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
import { SpinnerActivityDirective } from './spinner-activity.directive';
|
|
2
|
+
import { SpinnerComponent } from './spinner.component';
|
|
1
3
|
export * from './spinner.component';
|
|
2
4
|
export * from './spinner-activity.directive';
|
|
5
|
+
export declare const SPINNER_DIRECTIVES: readonly [typeof SpinnerActivityDirective, typeof SpinnerComponent];
|