@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
package/clone/clone.module.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./clone.pipe";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated import the ClonePipe directly
|
|
6
|
-
*/
|
|
7
|
-
export declare class IgoCloneModule {
|
|
8
|
-
static forRoot(): ModuleWithProviders<IgoCloneModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoCloneModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCloneModule, never, [typeof i1.ClonePipe], [typeof i1.ClonePipe]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoCloneModule>;
|
|
12
|
-
}
|
package/clone/clone.pipe.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ClonePipe implements PipeTransform {
|
|
4
|
-
transform(value: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClonePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ClonePipe, "clone", true>;
|
|
7
|
-
}
|
package/clone/public_api.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CollapseDirective {
|
|
4
|
-
private renderer;
|
|
5
|
-
private el;
|
|
6
|
-
get target(): Element;
|
|
7
|
-
set target(value: Element);
|
|
8
|
-
private _target;
|
|
9
|
-
get collapsed(): boolean;
|
|
10
|
-
set collapsed(collapsed: boolean);
|
|
11
|
-
private _collapsed;
|
|
12
|
-
toggle: EventEmitter<boolean>;
|
|
13
|
-
click(): void;
|
|
14
|
-
constructor(renderer: Renderer2, el: ElementRef);
|
|
15
|
-
private collapseTarget;
|
|
16
|
-
private expandTarget;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[igoCollapse]", never, { "target": { "alias": "target"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "toggle": "toggle"; }, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CollapsibleComponent {
|
|
4
|
-
get title(): string;
|
|
5
|
-
set title(value: string);
|
|
6
|
-
private _title;
|
|
7
|
-
get collapsed(): boolean;
|
|
8
|
-
set collapsed(value: boolean);
|
|
9
|
-
private _collapsed;
|
|
10
|
-
toggle: EventEmitter<boolean>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "igo-collapsible", never, { "title": { "alias": "title"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "toggle": "toggle"; }, never, ["*"], true, never>;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./collapsible.component";
|
|
4
|
-
import * as i2 from "./collapse.directive";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated import the components/directives directly or COLLAPSIBLE_DIRECTIVES for the set
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgoCollapsibleModule {
|
|
9
|
-
static forRoot(): ModuleWithProviders<IgoCollapsibleModule>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoCollapsibleModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCollapsibleModule, never, [typeof i1.CollapsibleComponent, typeof i2.CollapseDirective], [typeof i1.CollapsibleComponent, typeof i2.CollapseDirective]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoCollapsibleModule>;
|
|
13
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { CollapseDirective } from './collapse.directive';
|
|
2
|
-
import { CollapsibleComponent } from './collapsible.component';
|
|
3
|
-
export * from './collapsible.component';
|
|
4
|
-
export * from './collapsible.module';
|
|
5
|
-
export * from './collapse.directive';
|
|
6
|
-
export declare const COLLAPSIBLE_DIRECTIVES: readonly [typeof CollapsibleComponent, typeof CollapseDirective];
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { ColorEvent } from 'ngx-color';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
type ColorFormat = 'hex' | 'rgba' | 'hsla';
|
|
6
|
-
export declare class ColorPickerFormFieldComponent implements ControlValueAccessor {
|
|
7
|
-
isOpen: boolean;
|
|
8
|
-
set value(value: string);
|
|
9
|
-
get value(): string;
|
|
10
|
-
private _value;
|
|
11
|
-
outputFormat: ColorFormat;
|
|
12
|
-
/**
|
|
13
|
-
* The emitted value represent the current chosen color in the picker
|
|
14
|
-
* The value is emitted by default in RGBA, or based on the input 'outputFormat' value.
|
|
15
|
-
*/
|
|
16
|
-
colorChange: EventEmitter<string>;
|
|
17
|
-
colorPicker: string;
|
|
18
|
-
onChange: any;
|
|
19
|
-
onTouch: any;
|
|
20
|
-
writeValue(value: string): void;
|
|
21
|
-
registerOnChange(fn: any): void;
|
|
22
|
-
registerOnTouched(fn: any): void;
|
|
23
|
-
handleClick(event: MouseEvent): void;
|
|
24
|
-
handleChange($event: ColorEvent): void;
|
|
25
|
-
private formatColor;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerFormFieldComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerFormFieldComponent, "igo-color-picker-form-field", never, { "outputFormat": { "alias": "outputFormat"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
|
|
28
|
-
}
|
|
29
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./color-picker-form-field.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the ColorPickerFormFieldComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class ColorPickerFormFieldModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerFormFieldModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerFormFieldModule, never, [typeof i1.ColorPickerFormFieldComponent], [typeof i1.ColorPickerFormFieldComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerFormFieldModule>;
|
|
10
|
-
}
|
package/color/public_api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './color-picker-form-field';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ConfirmDialogComponent {
|
|
4
|
-
dialogRef: MatDialogRef<ConfirmDialogComponent>;
|
|
5
|
-
confirmMessage: string;
|
|
6
|
-
titleKey: string;
|
|
7
|
-
proccessKey: string;
|
|
8
|
-
cancelKey: string;
|
|
9
|
-
constructor(dialogRef: MatDialogRef<ConfirmDialogComponent>);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "igo-confirm-dialog", never, {}, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./confirm-dialog.component";
|
|
4
|
-
export declare class IgoConfirmDialogModule {
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated this has no effect
|
|
7
|
-
*/
|
|
8
|
-
static forRoot(): ModuleWithProviders<IgoConfirmDialogModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoConfirmDialogModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoConfirmDialogModule, never, [typeof i1.ConfirmDialogComponent], [typeof i1.ConfirmDialogComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoConfirmDialogModule>;
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { ConfirmDialogOptions } from './confirm-dialog.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ConfirmDialogService {
|
|
6
|
-
private dialog;
|
|
7
|
-
constructor(dialog: MatDialog);
|
|
8
|
-
open(message: string, options?: ConfirmDialogOptions): Observable<boolean>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ConfirmDialogService>;
|
|
11
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Overlay } from '@angular/cdk/overlay';
|
|
2
|
-
import { ElementRef, EventEmitter, ViewContainerRef } from '@angular/core';
|
|
3
|
-
import type { TemplateRef } from '@angular/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ContextMenuDirective {
|
|
6
|
-
overlay: Overlay;
|
|
7
|
-
viewContainerRef: ViewContainerRef;
|
|
8
|
-
private elementRef;
|
|
9
|
-
private overlayRef;
|
|
10
|
-
private sub;
|
|
11
|
-
menuContext: TemplateRef<any>;
|
|
12
|
-
menuPosition: EventEmitter<{
|
|
13
|
-
x: number;
|
|
14
|
-
y: number;
|
|
15
|
-
}>;
|
|
16
|
-
constructor(overlay: Overlay, viewContainerRef: ViewContainerRef, elementRef: ElementRef);
|
|
17
|
-
onContextMenu(e: MouseEvent | TouchEvent): void;
|
|
18
|
-
close(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuDirective, "[igoContextMenu]", never, { "menuContext": { "alias": "igoContextMenu"; "required": false; }; }, { "menuPosition": "menuPosition"; }, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./context-menu.directive";
|
|
4
|
-
import * as i2 from "./long-press.directive";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated import the components/directives directly or CONTEXT_MENU_DIRECTIVES for the set
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgoContextMenuModule {
|
|
9
|
-
static forRoot(): ModuleWithProviders<IgoContextMenuModule>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextMenuModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMenuModule, never, [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective], [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextMenuModule>;
|
|
13
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* IgoLongPress trigger longpress event after a define duration.
|
|
5
|
-
* This directive exist to patch the unavailable contextmenu event on iOS.
|
|
6
|
-
* @param touchDuration touch duration in ms, default value is 400ms
|
|
7
|
-
* @param iOSOnly define if longpress is triggered only for iOS, default value = true
|
|
8
|
-
*/
|
|
9
|
-
export declare class LongPressDirective {
|
|
10
|
-
private touchTimeout;
|
|
11
|
-
touchDuration: number;
|
|
12
|
-
onlyIOS: boolean;
|
|
13
|
-
longpress: EventEmitter<any>;
|
|
14
|
-
touchstart(e: TouchEvent): void;
|
|
15
|
-
touchend(): void;
|
|
16
|
-
private touchEnd;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LongPressDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LongPressDirective, "[igoLongPress]", never, { "touchDuration": { "alias": "touchDuration"; "required": false; }; "onlyIOS": { "alias": "onlyIOS"; "required": false; }; }, { "longpress": "longpress"; }, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ContextMenuDirective } from './context-menu.directive';
|
|
2
|
-
import { LongPressDirective } from './long-press.directive';
|
|
3
|
-
export * from './context-menu.module';
|
|
4
|
-
export * from './context-menu.directive';
|
|
5
|
-
export * from './long-press.directive';
|
|
6
|
-
export declare const CONTEXT_MENU_DIRECTIVES: readonly [typeof ContextMenuDirective, typeof LongPressDirective];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CustomHtmlComponent {
|
|
3
|
-
get html(): string;
|
|
4
|
-
set html(value: string);
|
|
5
|
-
private _html;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomHtmlComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomHtmlComponent, "igo-custom-html", never, { "html": { "alias": "html"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./custom-html.pipe";
|
|
4
|
-
import * as i2 from "./custom-html.component";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated import the components/directives directly or CUSTOM_HTML_DIRECTIVES for the set
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgoCustomHtmlModule {
|
|
9
|
-
static forRoot(): ModuleWithProviders<IgoCustomHtmlModule>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoCustomHtmlModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCustomHtmlModule, never, [typeof i1.SanitizeHtmlPipe, typeof i2.CustomHtmlComponent], [typeof i1.SanitizeHtmlPipe, typeof i2.CustomHtmlComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoCustomHtmlModule>;
|
|
13
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SanitizeHtmlPipe implements PipeTransform {
|
|
5
|
-
private _sanitizer;
|
|
6
|
-
constructor(_sanitizer: DomSanitizer);
|
|
7
|
-
transform(v: string): SafeHtml;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SanitizeHtmlPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtmlPipe, "sanitizeHtml", true>;
|
|
10
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { CustomHtmlComponent } from './custom-html.component';
|
|
2
|
-
import { SanitizeHtmlPipe } from './custom-html.pipe';
|
|
3
|
-
export * from './custom-html.module';
|
|
4
|
-
export * from './custom-html.component';
|
|
5
|
-
export * from './custom-html.pipe';
|
|
6
|
-
export declare const CUSTOM_HTML_DIRECTIVES: readonly [typeof SanitizeHtmlPipe, typeof CustomHtmlComponent];
|
package/dom/dom.interfaces.d.ts
DELETED
package/dom/dom.module.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated it has no effect
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoDOMModule {
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated it has no effect
|
|
9
|
-
*/
|
|
10
|
-
static forRoot(): ModuleWithProviders<IgoDOMModule>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDOMModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDOMModule, never, never, never>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDOMModule>;
|
|
14
|
-
}
|
package/dom/dom.service.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { DOMOptions, DOMValue } from './dom.interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DOMService {
|
|
5
|
-
private http;
|
|
6
|
-
constructor(http: HttpClient);
|
|
7
|
-
getDomValuesFromURL(domOptions: DOMOptions): Promise<DOMValue[]>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DOMService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DOMService>;
|
|
10
|
-
}
|
package/dom/public_api.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DragAndDropDirective {
|
|
4
|
-
allowedExtensions: string[];
|
|
5
|
-
protected filesDropped: EventEmitter<File[]>;
|
|
6
|
-
protected filesInvalid: EventEmitter<File[]>;
|
|
7
|
-
private background;
|
|
8
|
-
onDragOver(evt: any): void;
|
|
9
|
-
onDragLeave(evt: any): void;
|
|
10
|
-
onDrop(evt: any): void;
|
|
11
|
-
private validExtensions;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DragAndDropDirective, "[igoDragAndDrop]", never, { "allowedExtensions": { "alias": "allowedExtensions"; "required": false; }; }, { "filesDropped": "filesDropped"; "filesInvalid": "filesInvalid"; }, never, never, true, never>;
|
|
14
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./drag-drop.directive";
|
|
4
|
-
import * as i2 from "./tree-drag-drop/tree-drag-drop.directive";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated import the DragAndDropDirective directly
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgoDrapDropModule {
|
|
9
|
-
static forRoot(): ModuleWithProviders<IgoDrapDropModule>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDrapDropModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrapDropModule, never, [typeof i1.DragAndDropDirective, typeof i2.TreeDragDropDirective], [typeof i1.DragAndDropDirective, typeof i2.TreeDragDropDirective]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDrapDropModule>;
|
|
13
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { SelectionModel } from '@angular/cdk/collections';
|
|
2
|
-
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
3
|
-
import { AfterContentInit, ElementRef, EventEmitter, OnDestroy, QueryList, Renderer2 } from '@angular/core';
|
|
4
|
-
import { MatTreeNode } from '@angular/material/tree';
|
|
5
|
-
import { DropPositionType, TreeFlatNode } from './tree-drag-drop.interface';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export interface TreeDropEvent<T = any> {
|
|
8
|
-
node: TreeFlatNode<T>;
|
|
9
|
-
ref: TreeFlatNode<T>;
|
|
10
|
-
position: DropPositionType;
|
|
11
|
-
}
|
|
12
|
-
interface DragNodeListeners {
|
|
13
|
-
element: HTMLElement;
|
|
14
|
-
listeners: [string, EventListenerOrEventListenerObject][];
|
|
15
|
-
}
|
|
16
|
-
export interface DropPermission {
|
|
17
|
-
canDrop: boolean;
|
|
18
|
-
message?: string;
|
|
19
|
-
params?: Record<string, unknown>;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* This directive should be use with a MatTree flatened
|
|
23
|
-
* It should add all logic to drag the MatTreeNode and connect the (onDrop) output
|
|
24
|
-
* Class added:
|
|
25
|
-
* Tree: --dragging
|
|
26
|
-
* Node: --drag-hover | --dragged
|
|
27
|
-
*/
|
|
28
|
-
export declare class TreeDragDropDirective implements AfterContentInit, OnDestroy {
|
|
29
|
-
private elementRef;
|
|
30
|
-
private renderer;
|
|
31
|
-
draggedNode: TreeFlatNode;
|
|
32
|
-
dropNodeTarget: TreeFlatNode;
|
|
33
|
-
expandTimeout: number;
|
|
34
|
-
nodesListeners: DragNodeListeners[] | undefined;
|
|
35
|
-
dropLineTarget: HTMLElement;
|
|
36
|
-
highlightedNode: SelectionModel<TreeFlatNode<any>>;
|
|
37
|
-
treeControl: FlatTreeControl<TreeFlatNode>;
|
|
38
|
-
/** The default is 5 */
|
|
39
|
-
maxLevel: number;
|
|
40
|
-
set treeDragDropIsDisabled(disabled: boolean);
|
|
41
|
-
private isDisabled;
|
|
42
|
-
dragStart: EventEmitter<TreeFlatNode<any>>;
|
|
43
|
-
onDrop: EventEmitter<TreeDropEvent<any>>;
|
|
44
|
-
onDropError: EventEmitter<DropPermission>;
|
|
45
|
-
hostDragOver(event: Event): void;
|
|
46
|
-
hostDrop(event: DragEvent): void;
|
|
47
|
-
dragging: boolean;
|
|
48
|
-
nodes: QueryList<MatTreeNode<TreeFlatNode>>;
|
|
49
|
-
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
50
|
-
ngAfterContentInit(): void;
|
|
51
|
-
ngOnDestroy(): void;
|
|
52
|
-
onDragStart(node: TreeFlatNode): void;
|
|
53
|
-
dragEnd(): void;
|
|
54
|
-
dragOver(node: TreeFlatNode, event: DragEvent): void;
|
|
55
|
-
dragLeave(): void;
|
|
56
|
-
drop(event: DragEvent): void;
|
|
57
|
-
private addNodeClass;
|
|
58
|
-
private removeNodeClass;
|
|
59
|
-
private addAllListener;
|
|
60
|
-
private addListener;
|
|
61
|
-
private removeAllListener;
|
|
62
|
-
private setHighlightedNode;
|
|
63
|
-
private addDropTargetLine;
|
|
64
|
-
private removeDropTargetLine;
|
|
65
|
-
private updateDropTargetLinePosition;
|
|
66
|
-
private handleGroupExpansion;
|
|
67
|
-
private getNodeElement;
|
|
68
|
-
private canDropNode;
|
|
69
|
-
private canDropGroup;
|
|
70
|
-
private validateMaxHierarchyLevel;
|
|
71
|
-
private isHoverDescendant;
|
|
72
|
-
private getPosition;
|
|
73
|
-
private getPositionY;
|
|
74
|
-
private getPositionType;
|
|
75
|
-
private getPositionLevel;
|
|
76
|
-
/**
|
|
77
|
-
* @param level if level is defined with go to the defined levle to find ancestor. Sinon on prend le current ancestor
|
|
78
|
-
*/
|
|
79
|
-
private getNodeAncestors;
|
|
80
|
-
private getDirectDescendants;
|
|
81
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeDragDropDirective, never>;
|
|
82
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeDragDropDirective, "[igoTreeDragDrop]", never, { "treeControl": { "alias": "treeControl"; "required": true; }; "maxLevel": { "alias": "maxLevel"; "required": false; }; "treeDragDropIsDisabled": { "alias": "treeDragDropIsDisabled"; "required": false; }; }, { "dragStart": "dragStart"; "onDrop": "onDrop"; "onDropError": "onDropError"; }, ["nodes"], never, true, never>;
|
|
83
|
-
static ngAcceptInputType_treeDragDropIsDisabled: unknown;
|
|
84
|
-
}
|
|
85
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export interface TreeFlatNode<T = any> {
|
|
2
|
-
id: string;
|
|
3
|
-
isGroup: boolean;
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
level: number;
|
|
6
|
-
descendantLevels?: number;
|
|
7
|
-
data: T;
|
|
8
|
-
}
|
|
9
|
-
export interface DropPosition {
|
|
10
|
-
x: number;
|
|
11
|
-
y: number;
|
|
12
|
-
level: number;
|
|
13
|
-
type: DropPositionType;
|
|
14
|
-
}
|
|
15
|
-
export type DropPositionType = 'above' | 'below' | 'inside';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dynamic-outlet/dynamic-outlet.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the DynamicOutletComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoDynamicComponentModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDynamicComponentModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDynamicComponentModule, never, [typeof i1.DynamicOutletComponent], [typeof i1.DynamicOutletComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDynamicComponentModule>;
|
|
10
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { DynamicComponent } from '../shared/dynamic-component';
|
|
3
|
-
import { DynamicComponentService } from '../shared/dynamic-component.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DynamicOutletComponent implements OnChanges, OnDestroy {
|
|
6
|
-
private dynamicComponentService;
|
|
7
|
-
private cdRef;
|
|
8
|
-
/**
|
|
9
|
-
* The dynamic component base class or the dynamic component itself
|
|
10
|
-
*/
|
|
11
|
-
component: DynamicComponent<any> | any;
|
|
12
|
-
/**
|
|
13
|
-
* The dynamic component inputs
|
|
14
|
-
*/
|
|
15
|
-
inputs: Record<string, any>;
|
|
16
|
-
/**
|
|
17
|
-
* The subscribers to the dynamic component outputs
|
|
18
|
-
*/
|
|
19
|
-
subscribers: Record<string, (event: any) => void>;
|
|
20
|
-
/**
|
|
21
|
-
* The dynamic component
|
|
22
|
-
*/
|
|
23
|
-
private dynamicComponent;
|
|
24
|
-
/**
|
|
25
|
-
* The view element to render the component to
|
|
26
|
-
* @ignore
|
|
27
|
-
*/
|
|
28
|
-
private target;
|
|
29
|
-
constructor(dynamicComponentService: DynamicComponentService, cdRef: ChangeDetectorRef);
|
|
30
|
-
/**
|
|
31
|
-
* If the dynamic component changes, create it.
|
|
32
|
-
* If the inputs or subscribers change, update the current component's
|
|
33
|
-
* inputs or subscribers.
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
37
|
-
/**
|
|
38
|
-
* Destroy the dynamic component and all it's subscribers
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
|
-
ngOnDestroy(): void;
|
|
42
|
-
/**
|
|
43
|
-
* Create a DynamicComponent out of the component class and render it.
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
private createComponent;
|
|
47
|
-
/**
|
|
48
|
-
* Create and render the dynamic component. Set it's inputs and subscribers
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
private renderComponent;
|
|
52
|
-
/**
|
|
53
|
-
* Update the dynamic component inputs. This is an update so any
|
|
54
|
-
* key not defined won't be overwritten.
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
private updateInputs;
|
|
58
|
-
/**
|
|
59
|
-
* Update the dynamic component subscribers. This is an update so any
|
|
60
|
-
* key not defined won't be overwritten.
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
private updateSubscribers;
|
|
64
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicOutletComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicOutletComponent, "igo-dynamic-outlet", never, { "component": { "alias": "component"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "subscribers": { "alias": "subscribers"; "required": false; }; }, {}, never, never, true, never>;
|
|
66
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dynamic-outlet.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the DynamicOutletComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoDynamicOutletModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDynamicOutletModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDynamicOutletModule, never, [typeof i1.DynamicOutletComponent], [typeof i1.DynamicOutletComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDynamicOutletModule>;
|
|
10
|
-
}
|