@igo2/common 19.0.3 → 20.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/action/index.d.ts +194 -3
- package/backdrop/index.d.ts +20 -3
- package/badge/index.d.ts +44 -3
- package/clickout/index.d.ts +20 -3
- package/clone/index.d.ts +18 -3
- package/collapsible/index.d.ts +43 -3
- package/color/index.d.ts +38 -3
- package/confirm-dialog/index.d.ts +39 -5
- package/context-menu/index.d.ts +50 -3
- package/custom-html/index.d.ts +30 -3
- package/dom/index.d.ts +34 -3
- package/drag-drop/index.d.ts +124 -3
- package/dynamic-component/index.d.ts +186 -3
- package/entity/index.d.ts +1532 -3
- package/environment/index.d.ts +15 -5
- package/fesm2022/igo2-common-action.mjs +28 -38
- package/fesm2022/igo2-common-action.mjs.map +1 -1
- package/fesm2022/igo2-common-backdrop.mjs +7 -7
- package/fesm2022/igo2-common-backdrop.mjs.map +1 -1
- package/fesm2022/igo2-common-badge.mjs +10 -13
- package/fesm2022/igo2-common-badge.mjs.map +1 -1
- package/fesm2022/igo2-common-clickout.mjs +10 -13
- package/fesm2022/igo2-common-clickout.mjs.map +1 -1
- package/fesm2022/igo2-common-clone.mjs +7 -7
- package/fesm2022/igo2-common-clone.mjs.map +1 -1
- package/fesm2022/igo2-common-collapsible.mjs +14 -18
- package/fesm2022/igo2-common-collapsible.mjs.map +1 -1
- package/fesm2022/igo2-common-color.mjs +9 -9
- package/fesm2022/igo2-common-color.mjs.map +1 -1
- package/fesm2022/igo2-common-confirm-dialog.mjs +19 -26
- package/fesm2022/igo2-common-confirm-dialog.mjs.map +1 -1
- package/fesm2022/igo2-common-context-menu.mjs +16 -21
- package/fesm2022/igo2-common-context-menu.mjs.map +1 -1
- package/fesm2022/igo2-common-custom-html.mjs +14 -17
- package/fesm2022/igo2-common-custom-html.mjs.map +1 -1
- package/fesm2022/igo2-common-dom.mjs +11 -14
- package/fesm2022/igo2-common-dom.mjs.map +1 -1
- package/fesm2022/igo2-common-drag-drop.mjs +15 -17
- package/fesm2022/igo2-common-drag-drop.mjs.map +1 -1
- package/fesm2022/igo2-common-dynamic-component.mjs +20 -27
- package/fesm2022/igo2-common-dynamic-component.mjs.map +1 -1
- package/fesm2022/igo2-common-entity.mjs +69 -108
- package/fesm2022/igo2-common-entity.mjs.map +1 -1
- package/fesm2022/igo2-common-flexible.mjs +13 -18
- package/fesm2022/igo2-common-flexible.mjs.map +1 -1
- package/fesm2022/igo2-common-form.mjs +77 -112
- package/fesm2022/igo2-common-form.mjs.map +1 -1
- package/fesm2022/igo2-common-home-button.mjs +7 -7
- package/fesm2022/igo2-common-home-button.mjs.map +1 -1
- package/fesm2022/igo2-common-icon.mjs +14 -21
- package/fesm2022/igo2-common-icon.mjs.map +1 -1
- package/fesm2022/igo2-common-image.mjs +53 -57
- package/fesm2022/igo2-common-image.mjs.map +1 -1
- package/fesm2022/igo2-common-interactive-tour.mjs +43 -56
- package/fesm2022/igo2-common-interactive-tour.mjs.map +1 -1
- package/fesm2022/igo2-common-json-dialog.mjs +19 -28
- package/fesm2022/igo2-common-json-dialog.mjs.map +1 -1
- package/fesm2022/igo2-common-keyvalue.mjs +7 -7
- package/fesm2022/igo2-common-keyvalue.mjs.map +1 -1
- package/fesm2022/igo2-common-list.mjs +16 -23
- package/fesm2022/igo2-common-list.mjs.map +1 -1
- package/fesm2022/igo2-common-panel.mjs +9 -9
- package/fesm2022/igo2-common-panel.mjs.map +1 -1
- package/fesm2022/igo2-common-resizable-bar.mjs +6 -6
- package/fesm2022/igo2-common-resizable-bar.mjs.map +1 -1
- package/fesm2022/igo2-common-select-value-dialog.mjs +28 -44
- package/fesm2022/igo2-common-select-value-dialog.mjs.map +1 -1
- package/fesm2022/igo2-common-sidenav.mjs +10 -16
- package/fesm2022/igo2-common-sidenav.mjs.map +1 -1
- package/fesm2022/igo2-common-spinner.mjs +15 -21
- package/fesm2022/igo2-common-spinner.mjs.map +1 -1
- package/fesm2022/igo2-common-stop-propagation.mjs +10 -10
- package/fesm2022/igo2-common-stop-propagation.mjs.map +1 -1
- package/fesm2022/igo2-common-table.mjs +9 -11
- package/fesm2022/igo2-common-table.mjs.map +1 -1
- package/fesm2022/igo2-common-tool.mjs +16 -22
- package/fesm2022/igo2-common-tool.mjs.map +1 -1
- package/fesm2022/igo2-common-widget.mjs +19 -24
- package/fesm2022/igo2-common-widget.mjs.map +1 -1
- package/fesm2022/igo2-common-workspace.mjs +20 -20
- package/fesm2022/igo2-common-workspace.mjs.map +1 -1
- package/flexible/index.d.ts +54 -3
- package/form/index.d.ts +429 -3
- package/home-button/index.d.ts +18 -3
- package/icon/index.d.ts +42 -3
- package/image/index.d.ts +35 -3
- package/index.d.ts +16 -5
- package/interactive-tour/index.d.ts +116 -5
- package/json-dialog/index.d.ts +34 -5
- package/keyvalue/index.d.ts +18 -3
- package/list/index.d.ts +102 -3
- package/package.json +10 -13
- package/panel/index.d.ts +20 -3
- package/resizable-bar/index.d.ts +37 -5
- package/select-value-dialog/index.d.ts +65 -5
- package/sidenav/index.d.ts +29 -3
- package/spinner/index.d.ts +51 -3
- package/src/style/partial/common-utils.scss +1 -1
- package/stop-propagation/index.d.ts +26 -3
- package/table/index.d.ts +105 -3
- package/tool/index.d.ts +289 -3
- package/widget/index.d.ts +105 -3
- package/workspace/index.d.ts +237 -3
- package/action/action.module.d.ts +0 -10
- package/action/actionbar/actionbar-item.component.d.ts +0 -73
- package/action/actionbar/actionbar.component.d.ts +0 -148
- package/action/actionbar/actionbar.module.d.ts +0 -10
- package/action/public_api.d.ts +0 -4
- package/action/shared/action.enums.d.ts +0 -5
- package/action/shared/action.interfaces.d.ts +0 -16
- package/action/shared/index.d.ts +0 -3
- package/action/shared/store.d.ts +0 -8
- package/action/src/action.theming.scss +0 -9
- package/action/src/actionbar/actionbar-item.theming.scss +0 -20
- package/backdrop/backdrop.component.d.ts +0 -8
- package/backdrop/backdrop.module.d.ts +0 -12
- package/backdrop/public_api.d.ts +0 -2
- package/badge/badge-icon.directive.d.ts +0 -34
- package/badge/badge-icon.module.d.ts +0 -12
- package/badge/public_api.d.ts +0 -2
- package/clickout/clickout.directive.d.ts +0 -10
- package/clickout/clickout.module.d.ts +0 -12
- package/clickout/public_api.d.ts +0 -2
- package/clone/clone.module.d.ts +0 -12
- package/clone/clone.pipe.d.ts +0 -7
- package/clone/public_api.d.ts +0 -2
- package/collapsible/collapse.directive.d.ts +0 -19
- package/collapsible/collapsible.component.d.ts +0 -13
- package/collapsible/collapsible.module.d.ts +0 -13
- package/collapsible/public_api.d.ts +0 -6
- package/color/color-picker-form-field/color-picker-form-field.component.d.ts +0 -29
- package/color/color-picker-form-field/color-picker-form-field.module.d.ts +0 -10
- package/color/color-picker-form-field/index.d.ts +0 -2
- package/color/public_api.d.ts +0 -1
- package/confirm-dialog/confirm-dialog.component.d.ts +0 -12
- package/confirm-dialog/confirm-dialog.interface.d.ts +0 -4
- package/confirm-dialog/confirm-dialog.module.d.ts +0 -12
- package/confirm-dialog/confirm-dialog.service.d.ts +0 -11
- package/confirm-dialog/public_api.d.ts +0 -4
- package/context-menu/context-menu.directive.d.ts +0 -21
- package/context-menu/context-menu.module.d.ts +0 -13
- package/context-menu/long-press.directive.d.ts +0 -19
- package/context-menu/public_api.d.ts +0 -6
- package/custom-html/custom-html.component.d.ts +0 -8
- package/custom-html/custom-html.module.d.ts +0 -13
- package/custom-html/custom-html.pipe.d.ts +0 -10
- package/custom-html/public_api.d.ts +0 -6
- package/dom/dom.interfaces.d.ts +0 -10
- package/dom/dom.module.d.ts +0 -14
- package/dom/dom.service.d.ts +0 -10
- package/dom/public_api.d.ts +0 -3
- package/drag-drop/drag-drop.directive.d.ts +0 -14
- package/drag-drop/drag-drop.module.d.ts +0 -13
- package/drag-drop/public_api.d.ts +0 -3
- package/drag-drop/tree-drag-drop/index.d.ts +0 -2
- package/drag-drop/tree-drag-drop/tree-drag-drop.directive.d.ts +0 -85
- package/drag-drop/tree-drag-drop/tree-drag-drop.interface.d.ts +0 -15
- package/dynamic-component/dynamic-component.module.d.ts +0 -10
- package/dynamic-component/dynamic-outlet/dynamic-outlet.component.d.ts +0 -66
- package/dynamic-component/dynamic-outlet/dynamic-outlet.module.d.ts +0 -10
- package/dynamic-component/public_api.d.ts +0 -4
- package/dynamic-component/shared/dynamic-component.d.ts +0 -84
- package/dynamic-component/shared/dynamic-component.interfaces.d.ts +0 -3
- package/dynamic-component/shared/dynamic-component.service.d.ts +0 -18
- package/dynamic-component/shared/index.d.ts +0 -3
- package/entity/entity-selector/entity-selector.component.d.ts +0 -93
- package/entity/entity-selector/entity-selector.module.d.ts +0 -10
- package/entity/entity-selector/index.d.ts +0 -2
- package/entity/entity-table/entity-table-row.directive.d.ts +0 -69
- package/entity/entity-table/entity-table.component.d.ts +0 -330
- package/entity/entity-table/entity-table.module.d.ts +0 -10
- package/entity/entity-table/index.d.ts +0 -2
- package/entity/entity-table-paginator/entity-table-paginator.component.d.ts +0 -50
- package/entity/entity-table-paginator/entity-table-paginator.interface.d.ts +0 -8
- package/entity/entity-table-paginator/entity-table-paginator.module.d.ts +0 -10
- package/entity/entity-table-paginator/index.d.ts +0 -3
- package/entity/entity.module.d.ts +0 -16
- package/entity/public_api.d.ts +0 -5
- package/entity/shared/entity.enums.d.ts +0 -23
- package/entity/shared/entity.interfaces.d.ts +0 -92
- package/entity/shared/entity.utils.d.ts +0 -49
- package/entity/shared/index.d.ts +0 -9
- package/entity/shared/state.d.ts +0 -108
- package/entity/shared/store.d.ts +0 -180
- package/entity/shared/strategies/filter-custom-function.d.ts +0 -51
- package/entity/shared/strategies/filter-selection.d.ts +0 -48
- package/entity/shared/strategies/index.d.ts +0 -3
- package/entity/shared/strategies/strategy.d.ts +0 -56
- package/entity/shared/transaction.d.ts +0 -171
- package/entity/shared/view.d.ts +0 -193
- package/entity/shared/watcher.d.ts +0 -72
- package/entity/src/entity-selector/entity-selector.theming.scss +0 -21
- package/entity/src/entity-table/entity-table.theming.scss +0 -21
- package/entity/src/entity.theming.scss +0 -12
- package/environment/environment.interface.d.ts +0 -13
- package/environment/public_api.d.ts +0 -1
- package/flexible/flexible.component.d.ts +0 -42
- package/flexible/flexible.module.d.ts +0 -12
- package/flexible/flexible.type.d.ts +0 -2
- package/flexible/public_api.d.ts +0 -3
- package/form/form/form.component.d.ts +0 -46
- package/form/form/form.module.d.ts +0 -10
- package/form/form/index.d.ts +0 -2
- package/form/form-dialog/form-dialog.component.d.ts +0 -19
- package/form/form-dialog/form-dialog.interface.d.ts +0 -16
- package/form/form-dialog/form-dialog.module.d.ts +0 -16
- package/form/form-dialog/form-dialog.service.d.ts +0 -11
- package/form/form-dialog/index.d.ts +0 -4
- package/form/form-field/form-field-select.component.d.ts +0 -50
- package/form/form-field/form-field-text.component.d.ts +0 -49
- package/form/form-field/form-field-textarea.component.d.ts +0 -39
- package/form/form-field/form-field.component.d.ts +0 -29
- package/form/form-field/form-field.directive.d.ts +0 -5
- package/form/form-field/form-field.module.d.ts +0 -13
- package/form/form-field/index.d.ts +0 -6
- package/form/form-group/form-group.component.d.ts +0 -44
- package/form/form-group/form-group.module.d.ts +0 -10
- package/form/form-group/index.d.ts +0 -2
- package/form/form.module.d.ts +0 -18
- package/form/public_api.d.ts +0 -6
- package/form/shared/form-field-component.d.ts +0 -1
- package/form/shared/form-field.service.d.ts +0 -16
- package/form/shared/form.interfaces.d.ts +0 -60
- package/form/shared/form.service.d.ts +0 -15
- package/form/shared/form.utils.d.ts +0 -7
- package/form/shared/index.d.ts +0 -5
- package/home-button/home-button.component.d.ts +0 -8
- package/home-button/home-button.module.d.ts +0 -10
- package/home-button/public_api.d.ts +0 -2
- package/icon/icon/icon.component.d.ts +0 -15
- package/icon/icon.provider.d.ts +0 -4
- package/icon/public_api.d.ts +0 -3
- package/icon/shared/icon.interface.d.ts +0 -4
- package/icon/shared/icon.service.d.ts +0 -12
- package/icon/shared/icons.d.ts +0 -11
- package/icon/shared/index.d.ts +0 -3
- package/image/image-error.directive.d.ts +0 -11
- package/image/image.module.d.ts +0 -13
- package/image/public_api.d.ts +0 -6
- package/image/secure-image.pipe.d.ts +0 -13
- package/interactive-tour/interactive-tour.component.d.ts +0 -33
- package/interactive-tour/interactive-tour.interface.d.ts +0 -35
- package/interactive-tour/interactive-tour.loader.d.ts +0 -18
- package/interactive-tour/interactive-tour.module.d.ts +0 -7
- package/interactive-tour/interactive-tour.service.d.ts +0 -30
- package/interactive-tour/public_api.d.ts +0 -5
- package/json-dialog/json-dialog.component.d.ts +0 -13
- package/json-dialog/json-dialog.module.d.ts +0 -12
- package/json-dialog/json-dialog.service.d.ts +0 -10
- package/json-dialog/public_api.d.ts +0 -3
- package/keyvalue/keyvalue.module.d.ts +0 -12
- package/keyvalue/keyvalue.pipe.d.ts +0 -7
- package/keyvalue/public_api.d.ts +0 -2
- package/list/list-item.directive.d.ts +0 -43
- package/list/list.component.d.ts +0 -51
- package/list/list.module.d.ts +0 -13
- package/list/public_api.d.ts +0 -6
- package/panel/panel.component.d.ts +0 -10
- package/panel/panel.module.d.ts +0 -10
- package/panel/public_api.d.ts +0 -2
- package/panel/src/panel.theming.scss +0 -20
- package/public_api.d.ts +0 -16
- package/resizable-bar/public_api.d.ts +0 -2
- package/resizable-bar/resizable-bar.component.d.ts +0 -23
- package/resizable-bar/shared/resize.directive.d.ts +0 -12
- package/select-value-dialog/public_api.d.ts +0 -5
- package/select-value-dialog/select-value-check-radio-dialog.component.d.ts +0 -25
- package/select-value-dialog/select-value-dialog.enums.d.ts +0 -4
- package/select-value-dialog/select-value-dialog.interface.d.ts +0 -16
- package/select-value-dialog/select-value-dialog.module.d.ts +0 -12
- package/select-value-dialog/select-value-dialog.service.d.ts +0 -11
- package/sidenav/public_api.d.ts +0 -2
- package/sidenav/sidenav-shim.directive.d.ts +0 -20
- package/sidenav/sidenav.module.d.ts +0 -12
- package/spinner/public_api.d.ts +0 -3
- package/spinner/spinner-activity.directive.d.ts +0 -32
- package/spinner/spinner.component.d.ts +0 -11
- package/spinner/spinner.module.d.ts +0 -14
- package/src/common.theme.scss +0 -18
- package/stop-propagation/public_api.d.ts +0 -6
- package/stop-propagation/stop-drop-propagation.directive.d.ts +0 -6
- package/stop-propagation/stop-propagation.directive.d.ts +0 -6
- package/stop-propagation/stop-propagation.module.d.ts +0 -13
- package/table/public_api.d.ts +0 -6
- package/table/table-action-color.enum.d.ts +0 -5
- package/table/table-database.d.ts +0 -10
- package/table/table-datasource.d.ts +0 -18
- package/table/table-model.interface.d.ts +0 -24
- package/table/table.component.d.ts +0 -40
- package/table/table.module.d.ts +0 -12
- package/tool/public_api.d.ts +0 -3
- package/tool/shared/index.d.ts +0 -5
- package/tool/shared/tool-component.d.ts +0 -2
- package/tool/shared/tool.interface.d.ts +0 -16
- package/tool/shared/tool.service.d.ts +0 -28
- package/tool/shared/toolbox.d.ts +0 -96
- package/tool/shared/toolbox.enums.d.ts +0 -1
- package/tool/src/tool.theming.scss +0 -5
- package/tool/src/toolbox/toolbox.theming.scss +0 -22
- package/tool/tool.module.d.ts +0 -15
- package/tool/toolbox/index.d.ts +0 -2
- package/tool/toolbox/toolbox.animation.d.ts +0 -2
- package/tool/toolbox/toolbox.component.d.ts +0 -126
- package/tool/toolbox/toolbox.module.d.ts +0 -10
- package/widget/public_api.d.ts +0 -3
- package/widget/shared/index.d.ts +0 -3
- package/widget/shared/widget.d.ts +0 -4
- package/widget/shared/widget.interfaces.d.ts +0 -12
- package/widget/shared/widget.service.d.ts +0 -10
- package/widget/widget-outlet/index.d.ts +0 -2
- package/widget/widget-outlet/widget-outlet.component.d.ts +0 -64
- package/widget/widget-outlet/widget-outlet.module.d.ts +0 -10
- package/widget/widget.module.d.ts +0 -10
- package/workspace/public_api.d.ts +0 -4
- package/workspace/shared/index.d.ts +0 -3
- package/workspace/shared/store.d.ts +0 -20
- package/workspace/shared/workspace.d.ts +0 -98
- package/workspace/shared/workspace.interfaces.d.ts +0 -9
- package/workspace/workspace-selector/index.d.ts +0 -2
- package/workspace/workspace-selector/workspace-selector.component.d.ts +0 -38
- package/workspace/workspace-selector/workspace-selector.module.d.ts +0 -10
- package/workspace/workspace-widget-outlet/index.d.ts +0 -2
- package/workspace/workspace-widget-outlet/workspace-widget-outlet.component.d.ts +0 -52
- package/workspace/workspace-widget-outlet/workspace-widget-outlet.module.d.ts +0 -10
- package/workspace/workspace.module.d.ts +0 -14
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { Placement } from '@floating-ui/utils';
|
|
2
|
-
export interface InteractiveTourStep {
|
|
3
|
-
element?: string;
|
|
4
|
-
position?: InteractiveTourPlacement;
|
|
5
|
-
title?: string;
|
|
6
|
-
text: string;
|
|
7
|
-
beforeShow?: InteractiveTourAction;
|
|
8
|
-
beforeChange?: InteractiveTourAction;
|
|
9
|
-
onShow?: InteractiveTourAction;
|
|
10
|
-
onHide?: InteractiveTourAction;
|
|
11
|
-
class?: string;
|
|
12
|
-
highlightClass?: string;
|
|
13
|
-
scrollToElement?: boolean;
|
|
14
|
-
disableInteraction?: boolean;
|
|
15
|
-
noBackButton?: boolean;
|
|
16
|
-
}
|
|
17
|
-
type InteractiveTourPlacement = 'auto' | Placement;
|
|
18
|
-
export interface InteractiveTourAction {
|
|
19
|
-
element?: string;
|
|
20
|
-
action: 'click';
|
|
21
|
-
condition?: string;
|
|
22
|
-
waitFor?: string;
|
|
23
|
-
maxWait?: number;
|
|
24
|
-
}
|
|
25
|
-
export interface InteractiveTourOptions {
|
|
26
|
-
steps: InteractiveTourStep[];
|
|
27
|
-
position?: InteractiveTourPlacement;
|
|
28
|
-
title?: string;
|
|
29
|
-
highlightClass?: string;
|
|
30
|
-
class?: string;
|
|
31
|
-
scrollToElement?: boolean;
|
|
32
|
-
disableInteraction?: boolean;
|
|
33
|
-
conditions?: string[];
|
|
34
|
-
}
|
|
35
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ConfigService } from '@igo2/core/config';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { InteractiveTourOptions } from './interactive-tour.interface';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class InteractiveTourLoader {
|
|
7
|
-
private http;
|
|
8
|
-
private configService;
|
|
9
|
-
private jsonURL;
|
|
10
|
-
private allToursOptions;
|
|
11
|
-
constructor(http: HttpClient, configService: ConfigService);
|
|
12
|
-
loadConfigTour(): void;
|
|
13
|
-
getPathToConfigFile(): string;
|
|
14
|
-
getJSON(): Observable<any>;
|
|
15
|
-
getTourOptionData(toolName: any): InteractiveTourOptions;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTourLoader, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<InteractiveTourLoader>;
|
|
18
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./interactive-tour.component";
|
|
3
|
-
export declare class IgoInteractiveTourModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoInteractiveTourModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoInteractiveTourModule, never, [typeof i1.InteractiveTourComponent], [typeof i1.InteractiveTourComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoInteractiveTourModule>;
|
|
7
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { ConfigService } from '@igo2/core/config';
|
|
2
|
-
import { LanguageService } from '@igo2/core/language';
|
|
3
|
-
import { MediaService } from '@igo2/core/media';
|
|
4
|
-
import { ShepherdService } from 'angular-shepherd';
|
|
5
|
-
import { InteractiveTourLoader } from './interactive-tour.loader';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class InteractiveTourService {
|
|
8
|
-
private configService;
|
|
9
|
-
private mediaService;
|
|
10
|
-
private languageService;
|
|
11
|
-
private interactiveTourLoader;
|
|
12
|
-
private shepherdService;
|
|
13
|
-
private previousStep;
|
|
14
|
-
constructor(configService: ConfigService, mediaService: MediaService, languageService: LanguageService, interactiveTourLoader: InteractiveTourLoader, shepherdService: ShepherdService);
|
|
15
|
-
isAppHaveTour(): any;
|
|
16
|
-
isToolHaveTourConfig(toolName: string): boolean;
|
|
17
|
-
disabledTourButton(toolName: string): boolean;
|
|
18
|
-
isMobile(): boolean;
|
|
19
|
-
isTourDisplayInMobile(): boolean;
|
|
20
|
-
private getButtons;
|
|
21
|
-
private getAction;
|
|
22
|
-
private addProgress;
|
|
23
|
-
private checkNext;
|
|
24
|
-
private executeAction;
|
|
25
|
-
private executeActionPromise;
|
|
26
|
-
private getShepherdSteps;
|
|
27
|
-
startTour(toolName: string): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTourService, never>;
|
|
29
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<InteractiveTourService>;
|
|
30
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class JsonDialogComponent {
|
|
4
|
-
dialogRef: MatDialogRef<JsonDialogComponent>;
|
|
5
|
-
title: string;
|
|
6
|
-
data: any;
|
|
7
|
-
ignoreKeys: string[];
|
|
8
|
-
constructor(dialogRef: MatDialogRef<JsonDialogComponent>);
|
|
9
|
-
isObject(val: any): boolean;
|
|
10
|
-
getKey(baseKey: any, key: any): string;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<JsonDialogComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<JsonDialogComponent, "igo-json-dialog", never, {}, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./json-dialog.component";
|
|
4
|
-
export declare class IgoJsonDialogModule {
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated it has no effect
|
|
7
|
-
*/
|
|
8
|
-
static forRoot(): ModuleWithProviders<IgoJsonDialogModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoJsonDialogModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoJsonDialogModule, never, [typeof i1.JsonDialogComponent], [typeof i1.JsonDialogComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoJsonDialogModule>;
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class JsonDialogService {
|
|
5
|
-
private dialog;
|
|
6
|
-
constructor(dialog: MatDialog);
|
|
7
|
-
open(title: any, data: any, ignoreKeys?: string[]): Observable<any>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<JsonDialogService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<JsonDialogService>;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./keyvalue.pipe";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated import the KeyValuePipe directly
|
|
6
|
-
*/
|
|
7
|
-
export declare class IgoKeyValueModule {
|
|
8
|
-
static forRoot(): ModuleWithProviders<IgoKeyValueModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoKeyValueModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoKeyValueModule, never, [typeof i1.KeyValuePipe], [typeof i1.KeyValuePipe]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoKeyValueModule>;
|
|
12
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class KeyValuePipe implements PipeTransform {
|
|
4
|
-
transform(value: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KeyValuePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<KeyValuePipe, "keyvalue", true>;
|
|
7
|
-
}
|
package/keyvalue/public_api.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ListItemDirective {
|
|
4
|
-
renderer: Renderer2;
|
|
5
|
-
el: ElementRef;
|
|
6
|
-
static focusedCls: string;
|
|
7
|
-
static selectedCls: string;
|
|
8
|
-
static disabledCls: string;
|
|
9
|
-
get color(): string;
|
|
10
|
-
set color(value: string);
|
|
11
|
-
private _color;
|
|
12
|
-
get focused(): boolean;
|
|
13
|
-
set focused(value: boolean);
|
|
14
|
-
private _focused;
|
|
15
|
-
get selected(): boolean;
|
|
16
|
-
set selected(value: boolean);
|
|
17
|
-
private _selected;
|
|
18
|
-
get disabled(): boolean;
|
|
19
|
-
set disabled(value: boolean);
|
|
20
|
-
private _disabled;
|
|
21
|
-
beforeSelect: EventEmitter<ListItemDirective>;
|
|
22
|
-
beforeFocus: EventEmitter<ListItemDirective>;
|
|
23
|
-
beforeUnselect: EventEmitter<ListItemDirective>;
|
|
24
|
-
beforeUnfocus: EventEmitter<ListItemDirective>;
|
|
25
|
-
beforeDisable: EventEmitter<ListItemDirective>;
|
|
26
|
-
beforeEnable: EventEmitter<ListItemDirective>;
|
|
27
|
-
focus: EventEmitter<ListItemDirective>;
|
|
28
|
-
unfocus: EventEmitter<ListItemDirective>;
|
|
29
|
-
select: EventEmitter<ListItemDirective>;
|
|
30
|
-
unselect: EventEmitter<ListItemDirective>;
|
|
31
|
-
disable: EventEmitter<ListItemDirective>;
|
|
32
|
-
enable: EventEmitter<ListItemDirective>;
|
|
33
|
-
onClick(): void;
|
|
34
|
-
constructor(renderer: Renderer2, el: ElementRef);
|
|
35
|
-
getOffsetTop(): number;
|
|
36
|
-
private toggleFocusedClass;
|
|
37
|
-
private toggleSelectedClass;
|
|
38
|
-
private toggleDisabledClass;
|
|
39
|
-
private addCls;
|
|
40
|
-
private removeCls;
|
|
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, true, never>;
|
|
43
|
-
}
|
package/list/list.component.d.ts
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import type { QueryList } from '@angular/core';
|
|
3
|
-
import { ListItemDirective } from './list-item.directive';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ListComponent implements AfterViewInit, OnInit, OnDestroy {
|
|
6
|
-
private el;
|
|
7
|
-
get navigation(): boolean;
|
|
8
|
-
set navigation(value: boolean);
|
|
9
|
-
private _navigation;
|
|
10
|
-
get selection(): boolean;
|
|
11
|
-
set selection(value: boolean);
|
|
12
|
-
private _selection;
|
|
13
|
-
get selectedItem(): ListItemDirective;
|
|
14
|
-
set selectedItem(value: ListItemDirective);
|
|
15
|
-
private _selectedItem;
|
|
16
|
-
get focusedItem(): ListItemDirective;
|
|
17
|
-
set focusedItem(value: ListItemDirective);
|
|
18
|
-
private _focusedItem;
|
|
19
|
-
private navigationEnabled;
|
|
20
|
-
private listItems$$;
|
|
21
|
-
private subscriptions;
|
|
22
|
-
listItems: QueryList<ListItemDirective>;
|
|
23
|
-
handleKeyboardEvent(event: KeyboardEvent): void;
|
|
24
|
-
constructor(el: ElementRef);
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
ngAfterViewInit(): void;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
focus(item?: ListItemDirective): void;
|
|
29
|
-
unfocus(): void;
|
|
30
|
-
focusNext(): void;
|
|
31
|
-
focusPrevious(): void;
|
|
32
|
-
select(item?: ListItemDirective): void;
|
|
33
|
-
unselect(): void;
|
|
34
|
-
enableNavigation(): void;
|
|
35
|
-
disableNavigation(): void;
|
|
36
|
-
scrollToItem(item: ListItemDirective): void;
|
|
37
|
-
isScrolledIntoView(elem: any): boolean;
|
|
38
|
-
private init;
|
|
39
|
-
private subscribe;
|
|
40
|
-
private unsubscribe;
|
|
41
|
-
private handleItemBeforeFocus;
|
|
42
|
-
private handleItemFocus;
|
|
43
|
-
private handleItemBeforeSelect;
|
|
44
|
-
private handleItemSelect;
|
|
45
|
-
private findSelectedItem;
|
|
46
|
-
private findFocusedItem;
|
|
47
|
-
private getFocusedIndex;
|
|
48
|
-
private navigate;
|
|
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"], ["*"], true, never>;
|
|
51
|
-
}
|
package/list/list.module.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./list-item.directive";
|
|
4
|
-
import * as i2 from "./list.component";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated import the components/directives directly or LIST_DIRECTIVES for the set
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgoListModule {
|
|
9
|
-
static forRoot(): ModuleWithProviders<IgoListModule>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoListModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoListModule, never, [typeof i1.ListItemDirective, typeof i2.ListComponent], [typeof i1.ListItemDirective, typeof i2.ListComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoListModule>;
|
|
13
|
-
}
|
package/list/public_api.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ListItemDirective } from './list-item.directive';
|
|
2
|
-
import { ListComponent } from './list.component';
|
|
3
|
-
export * from './list.module';
|
|
4
|
-
export * from './list.component';
|
|
5
|
-
export * from './list-item.directive';
|
|
6
|
-
export declare const LIST_DIRECTIVES: readonly [typeof ListItemDirective, typeof ListComponent];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PanelComponent {
|
|
3
|
-
title: string;
|
|
4
|
-
get withHeader(): boolean;
|
|
5
|
-
set withHeader(value: boolean);
|
|
6
|
-
private _withHeader;
|
|
7
|
-
cursorPointer: boolean;
|
|
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]", "*"], true, never>;
|
|
10
|
-
}
|
package/panel/panel.module.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./panel.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the PanelComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoPanelModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoPanelModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoPanelModule, never, [typeof i1.PanelComponent], [typeof i1.PanelComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoPanelModule>;
|
|
10
|
-
}
|
package/panel/public_api.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
@use 'sass:map';
|
|
2
|
-
@use '@angular/material' as mat;
|
|
3
|
-
|
|
4
|
-
@mixin theme($theme) {
|
|
5
|
-
@include density($theme);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@mixin density($theme) {
|
|
9
|
-
$density: mat.get-theme-density($theme);
|
|
10
|
-
$theme: map.merge(
|
|
11
|
-
$theme,
|
|
12
|
-
(
|
|
13
|
-
density: $density - 2
|
|
14
|
-
)
|
|
15
|
-
);
|
|
16
|
-
|
|
17
|
-
igo-panel {
|
|
18
|
-
@include mat.icon-button-density($theme);
|
|
19
|
-
}
|
|
20
|
-
}
|
package/public_api.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export { IgoHomeButtonModule } from '@igo2/common/home-button';
|
|
2
|
-
export { IgoImageModule } from '@igo2/common/image';
|
|
3
|
-
export { IgoInteractiveTourModule } from '@igo2/common/interactive-tour';
|
|
4
|
-
export { IgoJsonDialogModule } from '@igo2/common/json-dialog';
|
|
5
|
-
export { IgoKeyValueModule } from '@igo2/common/keyvalue';
|
|
6
|
-
export { IgoFormDialogModule, IgoFormFormModule, IgoFormFieldModule, IgoFormGroupModule, IgoFormModule } from '@igo2/common/form';
|
|
7
|
-
export { IgoListModule } from '@igo2/common/list';
|
|
8
|
-
export { IgoPanelModule } from '@igo2/common/panel';
|
|
9
|
-
export { IgoSelectValueDialogModule } from '@igo2/common/select-value-dialog';
|
|
10
|
-
export { IgoSidenavModule } from '@igo2/common/sidenav';
|
|
11
|
-
export { IgoSpinnerModule } from '@igo2/common/spinner';
|
|
12
|
-
export { IgoStopPropagationModule } from '@igo2/common/stop-propagation';
|
|
13
|
-
export { IgoTableModule } from '@igo2/common/table';
|
|
14
|
-
export { IgoToolModule, IgoToolboxModule } from '@igo2/common/tool';
|
|
15
|
-
export { IgoWidgetModule, IgoWidgetOutletModule } from '@igo2/common/widget';
|
|
16
|
-
export { IgoWorkspaceModule, IgoWorkspaceSelectorModule, IgoWorkspaceWidgetOutletModule } from '@igo2/common/workspace';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare const ResizeAnchorType: readonly ["top", "left", "bottom", "right"];
|
|
4
|
-
export type ResizeAnchorType = (typeof ResizeAnchorType)[number];
|
|
5
|
-
export declare const AlignmentType: readonly ["vertical", "horizontal"];
|
|
6
|
-
export type AlignmentType = (typeof AlignmentType)[number];
|
|
7
|
-
export declare class ResizableBarComponent implements OnInit {
|
|
8
|
-
alignement: AlignmentType;
|
|
9
|
-
iconRotation: string;
|
|
10
|
-
anchor: ResizeAnchorType;
|
|
11
|
-
/** En pixel */
|
|
12
|
-
min: number;
|
|
13
|
-
/** En pixel */
|
|
14
|
-
max: number;
|
|
15
|
-
change: EventEmitter<MouseEvent>;
|
|
16
|
-
get cssClass(): string;
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
onChange(event: MouseEvent): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizableBarComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResizableBarComponent, "igo-resizable-bar", never, { "anchor": { "alias": "anchor"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "change": "change"; }, never, never, true, never>;
|
|
21
|
-
static ngAcceptInputType_min: unknown;
|
|
22
|
-
static ngAcceptInputType_max: unknown;
|
|
23
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ResizeDirective {
|
|
5
|
-
mouseMove$$: Subscription;
|
|
6
|
-
mouseUp$$: Subscription;
|
|
7
|
-
change: EventEmitter<MouseEvent>;
|
|
8
|
-
onMouseDown(event: MouseEvent): void;
|
|
9
|
-
private _unsubscribe;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeDirective, "[igoResize]", never, {}, { "change": "change"; }, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
|
-
import { MatRadioChange } from '@angular/material/radio';
|
|
5
|
-
import { LanguageService } from '@igo2/core/language';
|
|
6
|
-
import { BehaviorSubject } from 'rxjs';
|
|
7
|
-
import { SelectValueData } from './select-value-dialog.interface';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class SelectValueCheckRadioDialogComponent implements OnInit {
|
|
10
|
-
private formBuilder;
|
|
11
|
-
languageService: LanguageService;
|
|
12
|
-
dialogRef: MatDialogRef<SelectValueCheckRadioDialogComponent>;
|
|
13
|
-
data: SelectValueData;
|
|
14
|
-
formGroup: UntypedFormGroup;
|
|
15
|
-
isDisabled$: BehaviorSubject<boolean>;
|
|
16
|
-
constructor(formBuilder: UntypedFormBuilder, languageService: LanguageService, dialogRef: MatDialogRef<SelectValueCheckRadioDialogComponent>, data: SelectValueData);
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
getFg(): {};
|
|
19
|
-
canProcess(): void;
|
|
20
|
-
save(): void;
|
|
21
|
-
cancel(): void;
|
|
22
|
-
onChange(e: MatRadioChange): void;
|
|
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, true, never>;
|
|
25
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { MatDialogConfig } from '@angular/material/dialog';
|
|
2
|
-
import { SelectValueDialogType } from './select-value-dialog.enums';
|
|
3
|
-
export interface Choice {
|
|
4
|
-
value: any;
|
|
5
|
-
title: any;
|
|
6
|
-
}
|
|
7
|
-
export interface SelectValueData extends SelectValueDialogOptions {
|
|
8
|
-
choices: Choice[];
|
|
9
|
-
}
|
|
10
|
-
export interface SelectValueDialogOptions extends MatDialogConfig {
|
|
11
|
-
type?: SelectValueDialogType;
|
|
12
|
-
title?: string;
|
|
13
|
-
processButtonText?: string;
|
|
14
|
-
cancelButtonText?: string;
|
|
15
|
-
selectFieldText?: string;
|
|
16
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./select-value-check-radio-dialog.component";
|
|
4
|
-
export declare class IgoSelectValueDialogModule {
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated it has no effect
|
|
7
|
-
*/
|
|
8
|
-
static forRoot(): ModuleWithProviders<IgoSelectValueDialogModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSelectValueDialogModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSelectValueDialogModule, never, [typeof i1.SelectValueCheckRadioDialogComponent], [typeof i1.SelectValueCheckRadioDialogComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSelectValueDialogModule>;
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { Choice, SelectValueDialogOptions } from './select-value-dialog.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SelectValueDialogService {
|
|
6
|
-
private dialog;
|
|
7
|
-
constructor(dialog: MatDialog);
|
|
8
|
-
open(choices: Choice[], options?: SelectValueDialogOptions): Observable<any>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueDialogService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SelectValueDialogService>;
|
|
11
|
-
}
|
package/sidenav/public_api.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Renderer2 } from '@angular/core';
|
|
2
|
-
import { MatSidenav } from '@angular/material/sidenav';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* <igoSidenavShim> directive.
|
|
6
|
-
*
|
|
7
|
-
* This directive prevents a material sidenav with mode="side"
|
|
8
|
-
* from focusing an element after it's closed
|
|
9
|
-
*/
|
|
10
|
-
export declare class SidenavShimDirective {
|
|
11
|
-
private renderer;
|
|
12
|
-
private focusedElement;
|
|
13
|
-
private blurElement;
|
|
14
|
-
onOpen(): void;
|
|
15
|
-
onCloseStart(): void;
|
|
16
|
-
onClose(): void;
|
|
17
|
-
constructor(component: MatSidenav, renderer: Renderer2);
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavShimDirective, [{ self: true; }, null]>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavShimDirective, "[igoSidenavShim]", never, {}, {}, never, never, true, never>;
|
|
20
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./sidenav-shim.directive";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated import the SidenavShimDirective directly
|
|
6
|
-
*/
|
|
7
|
-
export declare class IgoSidenavModule {
|
|
8
|
-
static forRoot(): ModuleWithProviders<IgoSidenavModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSidenavModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSidenavModule, never, [typeof i1.SidenavShimDirective], [typeof i1.SidenavShimDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSidenavModule>;
|
|
12
|
-
}
|
package/spinner/public_api.d.ts
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ActivityService } from '@igo2/core/activity';
|
|
3
|
-
import { SpinnerComponent } from './spinner.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* A directive to bind a SpinnerComponent to the activity service.
|
|
7
|
-
* The activity service tracks any HTTP request and this directive
|
|
8
|
-
* will display the spinner it's attached to when the activity counter
|
|
9
|
-
* is greater than 0.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SpinnerActivityDirective implements OnInit, OnDestroy {
|
|
12
|
-
private spinner;
|
|
13
|
-
private activityService;
|
|
14
|
-
/**
|
|
15
|
-
* Subscription to the activity service counter
|
|
16
|
-
*/
|
|
17
|
-
private counter$$;
|
|
18
|
-
constructor(spinner: SpinnerComponent, activityService: ActivityService);
|
|
19
|
-
/**
|
|
20
|
-
* Subscribe to the activity service counter and display the spinner
|
|
21
|
-
* when it's is greater than 0.
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
/**
|
|
26
|
-
* Unsubcribe to the activity service counter.
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
ngOnDestroy(): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerActivityDirective, [{ self: true; }, null]>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SpinnerActivityDirective, "[igoSpinnerActivity]", never, {}, {}, never, never, true, never>;
|
|
32
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SpinnerComponent {
|
|
4
|
-
shown$: BehaviorSubject<boolean>;
|
|
5
|
-
set shown(value: boolean);
|
|
6
|
-
get shown(): boolean;
|
|
7
|
-
show(): void;
|
|
8
|
-
hide(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "igo-spinner", never, { "shown": { "alias": "shown"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { SpinnerActivityDirective } from './spinner-activity.directive';
|
|
2
|
-
import { SpinnerComponent } from './spinner.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./spinner-activity.directive";
|
|
5
|
-
import * as i2 from "./spinner.component";
|
|
6
|
-
export declare const SPINNER_DIRECTIVES: readonly [typeof SpinnerActivityDirective, typeof SpinnerComponent];
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated import the components/directives directly or SPINNER_DIRECTIVES for every components/directives
|
|
9
|
-
*/
|
|
10
|
-
export declare class IgoSpinnerModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSpinnerModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSpinnerModule, never, [typeof i1.SpinnerActivityDirective, typeof i2.SpinnerComponent], [typeof i1.SpinnerActivityDirective, typeof i2.SpinnerComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSpinnerModule>;
|
|
14
|
-
}
|
package/src/common.theme.scss
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
@use '../action/src/action.theming.scss' as action;
|
|
2
|
-
@use '../entity/src/entity.theming.scss' as entity;
|
|
3
|
-
@use '../panel/src/panel.theming.scss' as panel;
|
|
4
|
-
@use '../tool/src/tool.theming.scss' as tool;
|
|
5
|
-
|
|
6
|
-
@mixin themes($theme) {
|
|
7
|
-
@include action.themes($theme);
|
|
8
|
-
@include entity.themes($theme);
|
|
9
|
-
@include panel.theme($theme);
|
|
10
|
-
@include tool.igo-tool-theming($theme);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@mixin densities($theme) {
|
|
14
|
-
@include action.densities($theme);
|
|
15
|
-
@include entity.densities($theme);
|
|
16
|
-
@include panel.theme($theme);
|
|
17
|
-
@include tool.igo-tool-theming($theme);
|
|
18
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { StopDropPropagationDirective } from './stop-drop-propagation.directive';
|
|
2
|
-
import { StopPropagationDirective } from './stop-propagation.directive';
|
|
3
|
-
export * from './stop-propagation.module';
|
|
4
|
-
export * from './stop-propagation.directive';
|
|
5
|
-
export * from './stop-drop-propagation.directive';
|
|
6
|
-
export declare const STOP_PROPAGATION_DIRECTIVES: readonly [typeof StopDropPropagationDirective, typeof StopPropagationDirective];
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class StopDropPropagationDirective {
|
|
3
|
-
onDrop(event: any): void;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StopDropPropagationDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StopDropPropagationDirective, "[igoStopDropPropagation]", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class StopPropagationDirective {
|
|
3
|
-
onClick(event: any): void;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StopPropagationDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[igoStopPropagation]", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|