@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,16 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/material/dialog";
|
|
4
|
-
import * as i2 from "./form-dialog.component";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated import the FlexibleComponent directly
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgoFormDialogModule {
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated it has no effect
|
|
11
|
-
*/
|
|
12
|
-
static forRoot(): ModuleWithProviders<IgoFormDialogModule>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFormDialogModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormDialogModule, never, [typeof i1.MatDialogModule, typeof i2.FormDialogComponent], [typeof i2.FormDialogComponent]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFormDialogModule>;
|
|
16
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { FormDialogFormConfig, FormDialogOptions } from './form-dialog.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FormDialogService {
|
|
6
|
-
private dialog;
|
|
7
|
-
constructor(dialog: MatDialog);
|
|
8
|
-
open(formDialogConfig?: FormDialogFormConfig, options?: FormDialogOptions): Observable<Record<string, any>>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormDialogService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FormDialogService>;
|
|
11
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import type { UntypedFormControl } from '@angular/forms';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { FormFieldSelectChoice } from '../shared/form.interfaces';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* This component renders a select field
|
|
8
|
-
*/
|
|
9
|
-
export declare class FormFieldSelectComponent implements OnInit {
|
|
10
|
-
readonly disabled$: BehaviorSubject<boolean>;
|
|
11
|
-
/**
|
|
12
|
-
* Select input choices
|
|
13
|
-
*/
|
|
14
|
-
set choices(value: FormFieldSelectChoice[]);
|
|
15
|
-
get choices(): FormFieldSelectChoice[];
|
|
16
|
-
readonly choices$: BehaviorSubject<FormFieldSelectChoice[]>;
|
|
17
|
-
/**
|
|
18
|
-
* If the select allow multiple selections
|
|
19
|
-
*/
|
|
20
|
-
multiple: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* The field's form control
|
|
23
|
-
*/
|
|
24
|
-
formControl: UntypedFormControl;
|
|
25
|
-
/**
|
|
26
|
-
* Field placeholder
|
|
27
|
-
*/
|
|
28
|
-
placeholder: string;
|
|
29
|
-
/**
|
|
30
|
-
* Field placeholder
|
|
31
|
-
*/
|
|
32
|
-
errors: Record<string, string>;
|
|
33
|
-
/**
|
|
34
|
-
* Wheter a disable switch should be available
|
|
35
|
-
*/
|
|
36
|
-
disableSwitch: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Whether the field is required
|
|
39
|
-
*/
|
|
40
|
-
get required(): boolean;
|
|
41
|
-
ngOnInit(): void;
|
|
42
|
-
/**
|
|
43
|
-
* Get error message
|
|
44
|
-
*/
|
|
45
|
-
getErrorMessage(): string;
|
|
46
|
-
onDisableSwitchClick(): void;
|
|
47
|
-
private toggleDisabled;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldSelectComponent, never>;
|
|
49
|
-
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>;
|
|
50
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import type { UntypedFormControl } from '@angular/forms';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* This component renders a text field
|
|
7
|
-
*/
|
|
8
|
-
export declare class FormFieldTextComponent implements OnInit {
|
|
9
|
-
private cdRef;
|
|
10
|
-
disabled$: BehaviorSubject<boolean>;
|
|
11
|
-
hide: boolean;
|
|
12
|
-
private lastTimeoutRequest;
|
|
13
|
-
/**
|
|
14
|
-
* The field's form control
|
|
15
|
-
*/
|
|
16
|
-
formControl: UntypedFormControl;
|
|
17
|
-
/**
|
|
18
|
-
* Field placeholder
|
|
19
|
-
*/
|
|
20
|
-
placeholder: string;
|
|
21
|
-
/**
|
|
22
|
-
* if the input is a password
|
|
23
|
-
*/
|
|
24
|
-
isPassword: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Field placeholder
|
|
27
|
-
*/
|
|
28
|
-
errors: Record<string, string>;
|
|
29
|
-
/**
|
|
30
|
-
* Wheter a disable switch should be available
|
|
31
|
-
*/
|
|
32
|
-
disableSwitch: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Whether the field is required
|
|
35
|
-
*/
|
|
36
|
-
get required(): boolean;
|
|
37
|
-
constructor(cdRef: ChangeDetectorRef);
|
|
38
|
-
ngOnInit(): void;
|
|
39
|
-
/**
|
|
40
|
-
* Get error message
|
|
41
|
-
*/
|
|
42
|
-
getErrorMessage(): string;
|
|
43
|
-
onDisableSwitchClick(): void;
|
|
44
|
-
private toggleDisabled;
|
|
45
|
-
togglePassword(): void;
|
|
46
|
-
delayedHide(delayMS?: number): void;
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTextComponent, never>;
|
|
48
|
-
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>;
|
|
49
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import type { UntypedFormControl } from '@angular/forms';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* This component renders a textarea field
|
|
7
|
-
*/
|
|
8
|
-
export declare class FormFieldTextareaComponent implements OnInit {
|
|
9
|
-
disabled$: BehaviorSubject<boolean>;
|
|
10
|
-
/**
|
|
11
|
-
* The field's form control
|
|
12
|
-
*/
|
|
13
|
-
formControl: UntypedFormControl;
|
|
14
|
-
/**
|
|
15
|
-
* Field placeholder
|
|
16
|
-
*/
|
|
17
|
-
placeholder: string;
|
|
18
|
-
/**
|
|
19
|
-
* Field placeholder
|
|
20
|
-
*/
|
|
21
|
-
errors: Record<string, string>;
|
|
22
|
-
/**
|
|
23
|
-
* Wheter a disable switch should be available
|
|
24
|
-
*/
|
|
25
|
-
disableSwitch: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Whether the field is required
|
|
28
|
-
*/
|
|
29
|
-
get required(): boolean;
|
|
30
|
-
ngOnInit(): void;
|
|
31
|
-
/**
|
|
32
|
-
* Get error message
|
|
33
|
-
*/
|
|
34
|
-
getErrorMessage(): string;
|
|
35
|
-
onDisableSwitchClick(): void;
|
|
36
|
-
private toggleDisabled;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTextareaComponent, never>;
|
|
38
|
-
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>;
|
|
39
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { FormFieldService } from '../shared/form-field.service';
|
|
2
|
-
import { FormField, FormFieldInputs, FormFieldOptions, FormFieldSubscribers } from '../shared/form.interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* This component renders the proper form input based on
|
|
6
|
-
* the field configuration it receives.
|
|
7
|
-
*/
|
|
8
|
-
export declare class FormFieldComponent {
|
|
9
|
-
private formFieldService;
|
|
10
|
-
/**
|
|
11
|
-
* Field configuration
|
|
12
|
-
*/
|
|
13
|
-
field: FormField;
|
|
14
|
-
/**
|
|
15
|
-
* Field inputs cache
|
|
16
|
-
*/
|
|
17
|
-
private fieldInputs;
|
|
18
|
-
/**
|
|
19
|
-
* Field subscribers cache
|
|
20
|
-
*/
|
|
21
|
-
private fieldSubscribers;
|
|
22
|
-
get fieldOptions(): FormFieldOptions;
|
|
23
|
-
constructor(formFieldService: FormFieldService);
|
|
24
|
-
getFieldComponent(): any;
|
|
25
|
-
getFieldInputs(): FormFieldInputs;
|
|
26
|
-
getFieldSubscribers(): FormFieldSubscribers;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "igo-form-field", never, { "field": { "alias": "field"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
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';
|
|
5
|
-
export declare const FORM_FIELD_DIRECTIVES: readonly [typeof FormFieldComponent, typeof FormFieldSelectComponent, typeof FormFieldTextComponent, typeof FormFieldTextareaComponent];
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./form-field.component";
|
|
3
|
-
import * as i2 from "./form-field-select.component";
|
|
4
|
-
import * as i3 from "./form-field-text.component";
|
|
5
|
-
import * as i4 from "./form-field-textarea.component";
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated import the components directly or FORM_FIELD_DIRECTIVES for every components/directives
|
|
8
|
-
*/
|
|
9
|
-
export declare class IgoFormFieldModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFormFieldModule, never>;
|
|
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]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFormFieldModule>;
|
|
13
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { UntypedFormGroup } from '@angular/forms';
|
|
2
|
-
import { FormField, FormFieldGroup } from '../shared/form.interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* A configurable form, optionnally bound to an entity
|
|
6
|
-
* (for example in case of un update). Submitting that form
|
|
7
|
-
* emits an event with the form data but no other operation is performed.
|
|
8
|
-
*/
|
|
9
|
-
export declare class FormGroupComponent {
|
|
10
|
-
/**
|
|
11
|
-
* Form field group
|
|
12
|
-
*/
|
|
13
|
-
group: FormFieldGroup;
|
|
14
|
-
/**
|
|
15
|
-
* Field placeholder
|
|
16
|
-
*/
|
|
17
|
-
errors: Record<string, string>;
|
|
18
|
-
/**
|
|
19
|
-
* Form group control
|
|
20
|
-
*/
|
|
21
|
-
get formControl(): UntypedFormGroup;
|
|
22
|
-
/**
|
|
23
|
-
* Return the number of columns a field should occupy.
|
|
24
|
-
* The maximum allowed is 2, even if the field config says more.
|
|
25
|
-
* @param field Field
|
|
26
|
-
* @returns Number of columns
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
getFieldColSpan(field: FormField): number;
|
|
30
|
-
/**
|
|
31
|
-
* Return the number of columns a field should occupy.
|
|
32
|
-
* The maximum allowed is 2, even if the field config says more.
|
|
33
|
-
* @param field Field
|
|
34
|
-
* @returns Number of columns
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
getFieldNgClass(field: FormField): Record<string, boolean>;
|
|
38
|
-
/**
|
|
39
|
-
* Get error message
|
|
40
|
-
*/
|
|
41
|
-
getErrorMessage(): string;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "igo-form-group", never, { "group": { "alias": "group"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
44
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./form-group.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the FormGroupComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoFormGroupModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFormGroupModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFormGroupModule, never, [typeof i1.FormGroupComponent], [typeof i1.FormGroupComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFormGroupModule>;
|
|
10
|
-
}
|
package/form/form.module.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { FormComponent } from './form';
|
|
2
|
-
import { FormGroupComponent } from './form-group';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./form-field/form-field.component";
|
|
5
|
-
import * as i2 from "./form-field/form-field-select.component";
|
|
6
|
-
import * as i3 from "./form-field/form-field-text.component";
|
|
7
|
-
import * as i4 from "./form-field/form-field-textarea.component";
|
|
8
|
-
import * as i5 from "./form-group/form-group.component";
|
|
9
|
-
import * as i6 from "./form/form.component";
|
|
10
|
-
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];
|
|
11
|
-
/**
|
|
12
|
-
* @deprecated import the components directly or FORM_DIRECTIVES for every components/directives
|
|
13
|
-
*/
|
|
14
|
-
export declare class IgoFormModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFormModule, never>;
|
|
16
|
-
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]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFormModule>;
|
|
18
|
-
}
|
package/form/public_api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function IgoFormFieldComponent(type: string): (cls: any) => any;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Service where all available form fields are registered.
|
|
4
|
-
*/
|
|
5
|
-
export declare class FormFieldService {
|
|
6
|
-
static fields: Record<string, any>;
|
|
7
|
-
static register(type: string, component: any): void;
|
|
8
|
-
/**
|
|
9
|
-
* Return field component by type
|
|
10
|
-
* @param type Field type
|
|
11
|
-
* @returns Field component
|
|
12
|
-
*/
|
|
13
|
-
getFieldByType(type: string): any;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FormFieldService>;
|
|
16
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { UntypedFormControl, UntypedFormGroup, ValidatorFn } from '@angular/forms';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
export interface Form {
|
|
4
|
-
fields: FormField[];
|
|
5
|
-
groups: FormFieldGroup[];
|
|
6
|
-
control: UntypedFormGroup;
|
|
7
|
-
}
|
|
8
|
-
export interface FormFieldGroupConfig {
|
|
9
|
-
name: string;
|
|
10
|
-
title?: string;
|
|
11
|
-
options?: FormFieldGroupOptions;
|
|
12
|
-
}
|
|
13
|
-
export interface FormFieldGroup extends FormFieldGroupConfig {
|
|
14
|
-
fields: FormField[];
|
|
15
|
-
control: UntypedFormGroup;
|
|
16
|
-
}
|
|
17
|
-
export interface FormFieldGroupOptions {
|
|
18
|
-
validator?: ValidatorFn;
|
|
19
|
-
errors?: Record<string, string>;
|
|
20
|
-
}
|
|
21
|
-
export interface FormGroupsConfig {
|
|
22
|
-
name: string;
|
|
23
|
-
formFieldConfigs: FormFieldConfig[];
|
|
24
|
-
}
|
|
25
|
-
export interface FormFieldConfig<T extends FormFieldInputs = FormFieldInputs> {
|
|
26
|
-
name: string;
|
|
27
|
-
title: string;
|
|
28
|
-
type?: string;
|
|
29
|
-
options?: FormFieldOptions;
|
|
30
|
-
inputs?: T;
|
|
31
|
-
subscribers?: FormFieldSubscribers;
|
|
32
|
-
}
|
|
33
|
-
export type FormFieldSubscribers = Record<string, FormFieldSubscriber>;
|
|
34
|
-
type FormFieldSubscriber = (options: FormFieldSubscriberOptions) => void;
|
|
35
|
-
interface FormFieldSubscriberOptions {
|
|
36
|
-
field: FormField;
|
|
37
|
-
control: UntypedFormControl;
|
|
38
|
-
}
|
|
39
|
-
export interface FormField<T extends FormFieldInputs = FormFieldInputs> extends FormFieldConfig<T> {
|
|
40
|
-
control: UntypedFormControl;
|
|
41
|
-
}
|
|
42
|
-
export interface FormFieldOptions {
|
|
43
|
-
initialValue?: unknown;
|
|
44
|
-
validator?: ValidatorFn;
|
|
45
|
-
disabled?: boolean;
|
|
46
|
-
visible?: boolean;
|
|
47
|
-
cols?: number;
|
|
48
|
-
errors?: Record<string, string>;
|
|
49
|
-
disableSwitch?: boolean;
|
|
50
|
-
}
|
|
51
|
-
export interface FormFieldInputs {
|
|
52
|
-
}
|
|
53
|
-
export interface FormFieldSelectInputs extends FormFieldInputs {
|
|
54
|
-
choices: BehaviorSubject<FormFieldSelectChoice[]> | FormFieldSelectChoice[];
|
|
55
|
-
}
|
|
56
|
-
export interface FormFieldSelectChoice {
|
|
57
|
-
value: any;
|
|
58
|
-
title: string;
|
|
59
|
-
}
|
|
60
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { UntypedFormBuilder } from '@angular/forms';
|
|
2
|
-
import { Form, FormField, FormFieldConfig, FormFieldGroup, FormFieldGroupConfig } from './form.interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FormService {
|
|
5
|
-
private formBuilder;
|
|
6
|
-
constructor(formBuilder: UntypedFormBuilder);
|
|
7
|
-
form(fields: FormField[], groups: FormFieldGroup[]): Form;
|
|
8
|
-
group(config: FormFieldGroupConfig, fields: FormField[]): FormFieldGroup;
|
|
9
|
-
field(config: FormFieldConfig): FormField;
|
|
10
|
-
extendFieldConfig(config: FormFieldConfig, partial: Partial<FormFieldConfig>): FormFieldConfig;
|
|
11
|
-
private getValidators;
|
|
12
|
-
private getValidator;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FormService>;
|
|
15
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { AbstractControl } from '@angular/forms';
|
|
2
|
-
import { Form, FormField } from './form.interfaces';
|
|
3
|
-
export declare function formControlIsRequired(control: AbstractControl): boolean;
|
|
4
|
-
export declare function getDefaultErrorMessages(): Record<string, string>;
|
|
5
|
-
export declare function getControlErrorMessage(control: AbstractControl, messages: Record<string, string>): string;
|
|
6
|
-
export declare function getAllFormFields(form: Form): FormField[];
|
|
7
|
-
export declare function getFormFieldByName(form: Form, name: string): FormField;
|
package/form/shared/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class HomeButtonComponent {
|
|
4
|
-
unselectButton: EventEmitter<any>;
|
|
5
|
-
onUnselectButtonClick(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HomeButtonComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HomeButtonComponent, "igo-home-button", never, {}, { "unselectButton": "unselectButton"; }, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./home-button.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the HomeButtonComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoHomeButtonModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoHomeButtonModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoHomeButtonModule, never, [typeof i1.HomeButtonComponent], [typeof i1.HomeButtonComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoHomeButtonModule>;
|
|
10
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconSvg } from '../shared';
|
|
2
|
-
import { IconService } from '../shared/icon.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IgoIconComponent {
|
|
5
|
-
private iconService;
|
|
6
|
-
color: string | null | undefined;
|
|
7
|
-
set icon(icon: string | IconSvg);
|
|
8
|
-
get icon(): string | IconSvg;
|
|
9
|
-
private _icon;
|
|
10
|
-
constructor(iconService: IconService);
|
|
11
|
-
registerSvg(icon: IconSvg): void;
|
|
12
|
-
isSvg(icon: string | IconSvg): icon is IconSvg;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoIconComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgoIconComponent, "igo-icon", never, { "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": true; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|
package/icon/icon.provider.d.ts
DELETED
package/icon/public_api.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { MatIconRegistry } from '@angular/material/icon';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
import { IconSvg } from './icon.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class IconService {
|
|
6
|
-
private iconRegistry;
|
|
7
|
-
private sanitizer;
|
|
8
|
-
constructor(iconRegistry: MatIconRegistry, sanitizer: DomSanitizer);
|
|
9
|
-
registerSvg(icon: IconSvg): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<IconService>;
|
|
12
|
-
}
|
package/icon/shared/icons.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IconSvg } from './icon.interface';
|
|
2
|
-
/**
|
|
3
|
-
* Source: https://pictogrammers.com/library/mdi/
|
|
4
|
-
*/
|
|
5
|
-
export declare const MICROSOFT_ICON: IconSvg;
|
|
6
|
-
export declare const KEYBOARD_ESC_ICON: IconSvg;
|
|
7
|
-
export declare const ENGINE_ICON: IconSvg;
|
|
8
|
-
export declare const SELECTION_MARKER_ICON: IconSvg;
|
|
9
|
-
export declare const PRESENTATION_PLAY_ICON: IconSvg;
|
|
10
|
-
export declare const CIRCLE_SMALL_ICON: IconSvg;
|
|
11
|
-
export declare const VECTOR_SQUARE_ICON: IconSvg;
|
package/icon/shared/index.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ImageErrorDirective {
|
|
4
|
-
private el;
|
|
5
|
-
errorImageUrl: string;
|
|
6
|
-
hideError: boolean;
|
|
7
|
-
constructor(el: ElementRef);
|
|
8
|
-
onError(event: any): void;
|
|
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, true, never>;
|
|
11
|
-
}
|
package/image/image.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 "./secure-image.pipe";
|
|
4
|
-
import * as i2 from "./image-error.directive";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated import the components/directives directly or IMAGE_DIRECTIVES for the set
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgoImageModule {
|
|
9
|
-
static forRoot(): ModuleWithProviders<IgoImageModule>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoImageModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoImageModule, never, [typeof i1.SecureImagePipe, typeof i2.ImageErrorDirective], [typeof i1.SecureImagePipe, typeof i2.ImageErrorDirective]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoImageModule>;
|
|
13
|
-
}
|
package/image/public_api.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ImageErrorDirective } from './image-error.directive';
|
|
2
|
-
import { SecureImagePipe } from './secure-image.pipe';
|
|
3
|
-
export * from './image.module';
|
|
4
|
-
export * from './image-error.directive';
|
|
5
|
-
export * from './secure-image.pipe';
|
|
6
|
-
export declare const IMAGE_DIRECTIVES: readonly [typeof SecureImagePipe, typeof ImageErrorDirective];
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { PipeTransform } from '@angular/core';
|
|
3
|
-
import { ConfigService } from '@igo2/core/config';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SecureImagePipe implements PipeTransform {
|
|
7
|
-
private http;
|
|
8
|
-
private configService?;
|
|
9
|
-
constructor(http: HttpClient, configService?: ConfigService);
|
|
10
|
-
transform(url: string): Observable<string>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SecureImagePipe, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SecureImagePipe, "secureImage", true>;
|
|
13
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { IconService } from '@igo2/common/icon';
|
|
2
|
-
import { ToolService } from '@igo2/common/tool';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { InteractiveTourService } from './interactive-tour.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class InteractiveTourComponent {
|
|
7
|
-
private interactiveTourService;
|
|
8
|
-
private toolService;
|
|
9
|
-
private iconService;
|
|
10
|
-
presentationIcon: import("@igo2/common/icon").IconSvg;
|
|
11
|
-
/**
|
|
12
|
-
* Toolbox that holds main tools
|
|
13
|
-
*/
|
|
14
|
-
tourToStart: string;
|
|
15
|
-
styleButton: 'icon' | 'raised';
|
|
16
|
-
discoverTitleInLocale$: Observable<string>;
|
|
17
|
-
getClass(): {
|
|
18
|
-
'tour-button-tool-icon': boolean;
|
|
19
|
-
'tour-button-tool': boolean;
|
|
20
|
-
};
|
|
21
|
-
get toolbox(): import("@igo2/common/tool").Toolbox;
|
|
22
|
-
getTourToStart(): string;
|
|
23
|
-
get activeToolName(): string;
|
|
24
|
-
get isActiveTool(): boolean;
|
|
25
|
-
get isToolHaveTour(): boolean;
|
|
26
|
-
get showTourButton(): boolean;
|
|
27
|
-
get isTourDisplayInMobile(): boolean;
|
|
28
|
-
get disabledTourButton(): boolean;
|
|
29
|
-
constructor(interactiveTourService: InteractiveTourService, toolService: ToolService, iconService: IconService);
|
|
30
|
-
startInteractiveTour(): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTourComponent, never>;
|
|
32
|
-
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>;
|
|
33
|
-
}
|