@igo2/common 16.3.0 → 17.0.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/action/action.module.mjs +11 -11
- package/esm2022/lib/action/actionbar/actionbar-item.component.mjs +29 -13
- package/esm2022/lib/action/actionbar/actionbar.component.mjs +34 -15
- package/esm2022/lib/action/actionbar/actionbar.module.mjs +8 -45
- package/esm2022/lib/action/index.mjs +1 -1
- package/esm2022/lib/action/shared/action.enums.mjs +1 -1
- package/esm2022/lib/action/shared/index.mjs +1 -1
- package/esm2022/lib/backdrop/backdrop.component.mjs +7 -7
- package/esm2022/lib/backdrop/backdrop.module.mjs +9 -8
- package/esm2022/lib/backdrop/index.mjs +1 -1
- package/esm2022/lib/badge-icon/badge-icon.directive.mjs +9 -7
- package/esm2022/lib/badge-icon/badge-icon.module.mjs +10 -10
- package/esm2022/lib/badge-icon/index.mjs +1 -1
- package/esm2022/lib/clickout/clickout.directive.mjs +7 -6
- package/esm2022/lib/clickout/clickout.module.mjs +9 -7
- package/esm2022/lib/clickout/index.mjs +1 -1
- package/esm2022/lib/clone/clone.module.mjs +9 -7
- package/esm2022/lib/clone/clone.pipe.mjs +6 -5
- package/esm2022/lib/clone/index.mjs +1 -1
- package/esm2022/lib/collapsible/collapse.directive.mjs +7 -6
- package/esm2022/lib/collapsible/collapsible.component.mjs +10 -8
- package/esm2022/lib/collapsible/collapsible.module.mjs +9 -9
- package/esm2022/lib/collapsible/index.mjs +7 -1
- package/esm2022/lib/color-picker-form-field/color-picker-form-field.component.mjs +24 -11
- package/esm2022/lib/color-picker-form-field/color-picker-form-field.module.mjs +9 -41
- package/esm2022/lib/confirm-dialog/confirm-dialog.component.mjs +15 -7
- package/esm2022/lib/confirm-dialog/confirm-dialog.module.mjs +9 -10
- package/esm2022/lib/confirm-dialog/confirm-dialog.service.mjs +7 -6
- package/esm2022/lib/context-menu/context-menu.directive.mjs +7 -6
- package/esm2022/lib/context-menu/context-menu.module.mjs +9 -7
- package/esm2022/lib/context-menu/index.mjs +7 -1
- package/esm2022/lib/context-menu/long-press.directive.mjs +7 -6
- package/esm2022/lib/custom-html/custom-html.component.mjs +7 -7
- package/esm2022/lib/custom-html/custom-html.module.mjs +10 -31
- package/esm2022/lib/custom-html/custom-html.pipe.mjs +9 -6
- package/esm2022/lib/custom-html/index.mjs +7 -1
- package/esm2022/lib/dom/dom.interfaces.mjs +1 -1
- package/esm2022/lib/dom/dom.module.mjs +11 -5
- package/esm2022/lib/dom/dom.service.mjs +5 -5
- package/esm2022/lib/dom/index.mjs +1 -1
- package/esm2022/lib/drag-drop/drag-drop.directive.mjs +6 -5
- package/esm2022/lib/drag-drop/drag-drop.module.mjs +9 -7
- package/esm2022/lib/drag-drop/index.mjs +1 -1
- package/esm2022/lib/dynamic-component/dynamic-component.module.mjs +11 -11
- package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.mjs +6 -6
- package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.mjs +8 -10
- package/esm2022/lib/dynamic-component/index.mjs +1 -1
- package/esm2022/lib/dynamic-component/shared/dynamic-component.interfaces.mjs +1 -1
- package/esm2022/lib/dynamic-component/shared/dynamic-component.mjs +1 -1
- package/esm2022/lib/dynamic-component/shared/dynamic-component.service.mjs +5 -5
- package/esm2022/lib/dynamic-component/shared/index.mjs +1 -1
- package/esm2022/lib/entity/entity-selector/entity-selector.component.mjs +20 -10
- package/esm2022/lib/entity/entity-selector/entity-selector.module.mjs +8 -12
- package/esm2022/lib/entity/entity-table/entity-table-row.directive.mjs +7 -6
- package/esm2022/lib/entity/entity-table/entity-table.component.mjs +75 -33
- package/esm2022/lib/entity/entity-table/entity-table.module.mjs +8 -84
- package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.component.mjs +12 -10
- package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.module.mjs +8 -10
- package/esm2022/lib/entity/entity-table-paginator/index.mjs +3 -0
- package/esm2022/lib/entity/entity.module.mjs +14 -20
- package/esm2022/lib/entity/index.mjs +9 -1
- package/esm2022/lib/entity/shared/entity.enums.mjs +1 -1
- package/esm2022/lib/entity/shared/entity.interfaces.mjs +1 -1
- package/esm2022/lib/entity/shared/state.mjs +1 -1
- package/esm2022/lib/entity/shared/store.mjs +1 -1
- package/esm2022/lib/entity/shared/strategies/filter-custom-function.mjs +1 -1
- package/esm2022/lib/entity/shared/strategies/filter-selection.mjs +1 -1
- package/esm2022/lib/entity/shared/strategies/index.mjs +1 -1
- package/esm2022/lib/entity/shared/strategies/strategy.mjs +1 -1
- package/esm2022/lib/entity/shared/transaction.mjs +1 -1
- package/esm2022/lib/entity/shared/view.mjs +1 -1
- package/esm2022/lib/entity/shared/watcher.mjs +1 -1
- package/esm2022/lib/flexible/flexible.component.mjs +8 -8
- package/esm2022/lib/flexible/flexible.module.mjs +9 -7
- package/esm2022/lib/flexible/flexible.type.mjs +1 -1
- package/esm2022/lib/flexible/index.mjs +1 -1
- package/esm2022/lib/form/form/form.component.mjs +9 -8
- package/esm2022/lib/form/form/form.module.mjs +8 -11
- package/esm2022/lib/form/form-field/form-field-select.component.mjs +31 -13
- package/esm2022/lib/form/form-field/form-field-text.component.mjs +31 -14
- package/esm2022/lib/form/form-field/form-field-textarea.component.mjs +27 -12
- package/esm2022/lib/form/form-field/form-field.component.mjs +8 -8
- package/esm2022/lib/form/form-field/form-field.module.mjs +13 -67
- package/esm2022/lib/form/form-field/index.mjs +11 -1
- package/esm2022/lib/form/form-group/form-group.component.mjs +19 -10
- package/esm2022/lib/form/form-group/form-group.module.mjs +8 -24
- package/esm2022/lib/form/form.module.mjs +15 -16
- package/esm2022/lib/form/index.mjs +9 -1
- package/esm2022/lib/form/shared/form-field-component.mjs +1 -1
- package/esm2022/lib/form/shared/form-field.service.mjs +5 -5
- package/esm2022/lib/form/shared/form.service.mjs +5 -5
- package/esm2022/lib/form/shared/form.utils.mjs +1 -1
- package/esm2022/lib/form/shared/index.mjs +1 -1
- package/esm2022/lib/form-dialog/form-dialog.component.mjs +31 -17
- package/esm2022/lib/form-dialog/form-dialog.module.mjs +12 -33
- package/esm2022/lib/form-dialog/form-dialog.service.mjs +5 -5
- package/esm2022/lib/home-button/home-button.component.mjs +13 -9
- package/esm2022/lib/home-button/home-button.module.mjs +8 -29
- package/esm2022/lib/home-button/index.mjs +1 -1
- package/esm2022/lib/image/image-error.directive.mjs +7 -6
- package/esm2022/lib/image/image.module.mjs +9 -7
- package/esm2022/lib/image/index.mjs +4 -1
- package/esm2022/lib/image/secure-image.pipe.mjs +9 -8
- package/esm2022/lib/interactive-tour/index.mjs +1 -1
- package/esm2022/lib/interactive-tour/interactive-tour.component.mjs +23 -11
- package/esm2022/lib/interactive-tour/interactive-tour.loader.mjs +7 -7
- package/esm2022/lib/interactive-tour/interactive-tour.module.mjs +8 -28
- package/esm2022/lib/interactive-tour/interactive-tour.service.mjs +13 -9
- package/esm2022/lib/json-dialog/index.mjs +1 -1
- package/esm2022/lib/json-dialog/json-dialog.component.mjs +19 -10
- package/esm2022/lib/json-dialog/json-dialog.module.mjs +9 -11
- package/esm2022/lib/json-dialog/json-dialog.service.mjs +5 -5
- package/esm2022/lib/keyvalue/index.mjs +1 -1
- package/esm2022/lib/keyvalue/keyvalue.module.mjs +9 -7
- package/esm2022/lib/keyvalue/keyvalue.pipe.mjs +6 -5
- package/esm2022/lib/list/index.mjs +4 -1
- package/esm2022/lib/list/list-item.directive.mjs +7 -6
- package/esm2022/lib/list/list.component.mjs +10 -9
- package/esm2022/lib/list/list.module.mjs +9 -11
- package/esm2022/lib/panel/index.mjs +1 -1
- package/esm2022/lib/panel/panel.component.mjs +6 -6
- package/esm2022/lib/panel/panel.module.mjs +10 -9
- package/esm2022/lib/select-value-dialog/select-value-check-radio-dialog.component.mjs +31 -15
- package/esm2022/lib/select-value-dialog/select-value-dialog.module.mjs +9 -41
- package/esm2022/lib/select-value-dialog/select-value-dialog.service.mjs +5 -5
- package/esm2022/lib/sidenav/index.mjs +1 -1
- package/esm2022/lib/sidenav/sidenav-shim.directive.mjs +8 -7
- package/esm2022/lib/sidenav/sidenav.module.mjs +9 -7
- package/esm2022/lib/spinner/index.mjs +7 -1
- package/esm2022/lib/spinner/spinner-activity.directive.mjs +10 -9
- package/esm2022/lib/spinner/spinner.component.mjs +8 -8
- package/esm2022/lib/spinner/spinner.module.mjs +13 -12
- package/esm2022/lib/stop-propagation/index.mjs +7 -1
- package/esm2022/lib/stop-propagation/stop-drop-propagation.directive.mjs +6 -5
- package/esm2022/lib/stop-propagation/stop-propagation.directive.mjs +6 -5
- package/esm2022/lib/stop-propagation/stop-propagation.module.mjs +9 -7
- package/esm2022/lib/table/index.mjs +1 -1
- package/esm2022/lib/table/table-action-color.enum.mjs +1 -1
- package/esm2022/lib/table/table-database.mjs +1 -1
- package/esm2022/lib/table/table-datasource.mjs +1 -1
- package/esm2022/lib/table/table.component.mjs +34 -15
- package/esm2022/lib/table/table.module.mjs +9 -50
- package/esm2022/lib/tool/index.mjs +1 -1
- package/esm2022/lib/tool/shared/index.mjs +1 -1
- package/esm2022/lib/tool/shared/tool.interface.mjs +1 -1
- package/esm2022/lib/tool/shared/tool.service.mjs +5 -5
- package/esm2022/lib/tool/shared/toolbox.enums.mjs +2 -7
- package/esm2022/lib/tool/shared/toolbox.mjs +1 -1
- package/esm2022/lib/tool/tool.module.mjs +12 -9
- package/esm2022/lib/tool/toolbox/toolbox.component.mjs +17 -12
- package/esm2022/lib/tool/toolbox/toolbox.module.mjs +8 -12
- package/esm2022/lib/widget/index.mjs +1 -1
- package/esm2022/lib/widget/shared/index.mjs +1 -1
- package/esm2022/lib/widget/shared/widget.interfaces.mjs +1 -1
- package/esm2022/lib/widget/shared/widget.mjs +1 -1
- package/esm2022/lib/widget/shared/widget.service.mjs +5 -5
- package/esm2022/lib/widget/widget-outlet/widget-outlet.component.mjs +8 -8
- package/esm2022/lib/widget/widget-outlet/widget-outlet.module.mjs +8 -11
- package/esm2022/lib/widget/widget.module.mjs +9 -7
- package/esm2022/lib/workspace/index.mjs +7 -1
- package/esm2022/lib/workspace/shared/index.mjs +1 -1
- package/esm2022/lib/workspace/shared/store.mjs +1 -1
- package/esm2022/lib/workspace/shared/workspace.mjs +1 -1
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.component.mjs +6 -6
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.module.mjs +8 -11
- package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.mjs +8 -8
- package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.mjs +8 -11
- package/esm2022/lib/workspace/workspace.module.mjs +13 -10
- package/esm2022/public_api.mjs +18 -18
- package/fesm2022/igo2-common.mjs +2992 -2998
- package/fesm2022/igo2-common.mjs.map +1 -1
- package/lib/action/action.module.d.ts +5 -3
- package/lib/action/actionbar/actionbar-item.component.d.ts +1 -1
- package/lib/action/actionbar/actionbar.component.d.ts +5 -4
- package/lib/action/actionbar/actionbar.module.d.ts +2 -12
- package/lib/backdrop/backdrop.component.d.ts +1 -1
- package/lib/backdrop/backdrop.module.d.ts +4 -2
- package/lib/badge-icon/badge-icon.directive.d.ts +1 -1
- package/lib/badge-icon/badge-icon.module.d.ts +4 -3
- package/lib/clickout/clickout.directive.d.ts +1 -1
- package/lib/clickout/clickout.module.d.ts +4 -1
- package/lib/clone/clone.module.d.ts +4 -1
- package/lib/clone/clone.pipe.d.ts +1 -1
- package/lib/collapsible/collapse.directive.d.ts +1 -1
- package/lib/collapsible/collapsible.component.d.ts +1 -1
- package/lib/collapsible/collapsible.module.d.ts +4 -3
- package/lib/collapsible/index.d.ts +3 -0
- package/lib/color-picker-form-field/color-picker-form-field.component.d.ts +1 -1
- package/lib/color-picker-form-field/color-picker-form-field.module.d.ts +4 -9
- package/lib/confirm-dialog/confirm-dialog.component.d.ts +1 -1
- package/lib/confirm-dialog/confirm-dialog.module.d.ts +4 -4
- package/lib/context-menu/context-menu.directive.d.ts +1 -1
- package/lib/context-menu/context-menu.module.d.ts +4 -1
- package/lib/context-menu/index.d.ts +3 -0
- package/lib/context-menu/long-press.directive.d.ts +1 -1
- package/lib/custom-html/custom-html.component.d.ts +1 -1
- package/lib/custom-html/custom-html.module.d.ts +4 -7
- package/lib/custom-html/custom-html.pipe.d.ts +1 -1
- package/lib/custom-html/index.d.ts +3 -0
- package/lib/dom/dom.module.d.ts +6 -0
- package/lib/drag-drop/drag-drop.directive.d.ts +1 -1
- package/lib/drag-drop/drag-drop.module.d.ts +4 -1
- package/lib/dynamic-component/dynamic-component.module.d.ts +5 -3
- package/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.d.ts +1 -1
- package/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.d.ts +2 -3
- package/lib/entity/entity-selector/entity-selector.component.d.ts +6 -5
- package/lib/entity/entity-selector/entity-selector.module.d.ts +2 -5
- package/lib/entity/entity-table/entity-table-row.directive.d.ts +1 -1
- package/lib/entity/entity-table/entity-table.component.d.ts +2 -2
- package/lib/entity/entity-table/entity-table.module.d.ts +2 -21
- package/lib/entity/entity-table-paginator/entity-table-paginator.component.d.ts +3 -2
- package/lib/entity/entity-table-paginator/entity-table-paginator.module.d.ts +2 -3
- package/lib/entity/entity-table-paginator/index.d.ts +2 -0
- package/lib/entity/entity.module.d.ts +7 -5
- package/lib/entity/index.d.ts +4 -0
- package/lib/entity/shared/entity.interfaces.d.ts +7 -0
- package/lib/flexible/flexible.component.d.ts +2 -2
- package/lib/flexible/flexible.module.d.ts +4 -1
- package/lib/form/form/form.component.d.ts +1 -1
- package/lib/form/form/form.module.d.ts +2 -4
- package/lib/form/form-field/form-field-select.component.d.ts +1 -1
- package/lib/form/form-field/form-field-text.component.d.ts +1 -1
- package/lib/form/form-field/form-field-textarea.component.d.ts +1 -1
- package/lib/form/form-field/form-field.component.d.ts +1 -1
- package/lib/form/form-field/form-field.module.d.ts +2 -11
- package/lib/form/form-field/index.d.ts +5 -0
- package/lib/form/form-group/form-group.component.d.ts +1 -1
- package/lib/form/form-group/form-group.module.d.ts +2 -6
- package/lib/form/form.module.d.ts +8 -6
- package/lib/form/index.d.ts +3 -0
- package/lib/form-dialog/form-dialog.component.d.ts +2 -2
- package/lib/form-dialog/form-dialog.module.d.ts +9 -9
- package/lib/home-button/home-button.component.d.ts +1 -1
- package/lib/home-button/home-button.module.d.ts +2 -7
- package/lib/image/image-error.directive.d.ts +1 -1
- package/lib/image/image.module.d.ts +4 -1
- package/lib/image/index.d.ts +3 -0
- package/lib/image/secure-image.pipe.d.ts +2 -2
- package/lib/interactive-tour/interactive-tour.component.d.ts +1 -1
- package/lib/interactive-tour/interactive-tour.loader.d.ts +1 -1
- package/lib/interactive-tour/interactive-tour.module.d.ts +1 -6
- package/lib/interactive-tour/interactive-tour.service.d.ts +3 -1
- package/lib/json-dialog/json-dialog.component.d.ts +1 -1
- package/lib/json-dialog/json-dialog.module.d.ts +4 -5
- package/lib/keyvalue/keyvalue.module.d.ts +4 -1
- package/lib/keyvalue/keyvalue.pipe.d.ts +1 -1
- package/lib/list/index.d.ts +3 -0
- package/lib/list/list-item.directive.d.ts +1 -1
- package/lib/list/list.component.d.ts +1 -1
- package/lib/list/list.module.d.ts +4 -5
- package/lib/panel/panel.component.d.ts +1 -1
- package/lib/panel/panel.module.d.ts +4 -2
- package/lib/select-value-dialog/select-value-check-radio-dialog.component.d.ts +2 -2
- package/lib/select-value-dialog/select-value-dialog.module.d.ts +4 -9
- package/lib/sidenav/sidenav-shim.directive.d.ts +1 -1
- package/lib/sidenav/sidenav.module.d.ts +4 -1
- package/lib/spinner/index.d.ts +3 -0
- package/lib/spinner/spinner-activity.directive.d.ts +2 -2
- package/lib/spinner/spinner.component.d.ts +1 -1
- package/lib/spinner/spinner.module.d.ts +4 -3
- package/lib/stop-propagation/index.d.ts +3 -0
- package/lib/stop-propagation/stop-drop-propagation.directive.d.ts +1 -1
- package/lib/stop-propagation/stop-propagation.directive.d.ts +1 -1
- package/lib/stop-propagation/stop-propagation.module.d.ts +4 -1
- package/lib/table/table.component.d.ts +1 -1
- package/lib/table/table.module.d.ts +4 -12
- package/lib/tool/shared/toolbox.enums.d.ts +1 -5
- package/lib/tool/tool.module.d.ts +8 -3
- package/lib/tool/toolbox/toolbox.component.d.ts +1 -1
- package/lib/tool/toolbox/toolbox.module.d.ts +2 -5
- package/lib/widget/widget-outlet/widget-outlet.component.d.ts +1 -1
- package/lib/widget/widget-outlet/widget-outlet.module.d.ts +2 -4
- package/lib/widget/widget.module.d.ts +5 -3
- package/lib/workspace/index.d.ts +3 -0
- package/lib/workspace/workspace-selector/workspace-selector.component.d.ts +3 -4
- package/lib/workspace/workspace-selector/workspace-selector.module.d.ts +2 -4
- package/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.d.ts +1 -1
- package/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.d.ts +2 -4
- package/lib/workspace/workspace.module.d.ts +6 -4
- package/locale/en.common.json +59 -59
- package/locale/fr.common.json +59 -59
- package/package.json +8 -8
- package/public_api.d.ts +17 -17
- package/src/style/partial/common-utils.scss +9 -9
- package/src/style/partial/common.variables.scss +8 -8
- package/src/style/style.scss +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ActivityService } from '@igo2/core';
|
|
2
|
+
import { ActivityService } from '@igo2/core/activity';
|
|
3
3
|
import { SpinnerComponent } from './spinner.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
@@ -28,5 +28,5 @@ export declare class SpinnerActivityDirective implements OnInit, OnDestroy {
|
|
|
28
28
|
*/
|
|
29
29
|
ngOnDestroy(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerActivityDirective, [{ self: true; }, null]>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SpinnerActivityDirective, "[igoSpinnerActivity]", never, {}, {}, never, never,
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SpinnerActivityDirective, "[igoSpinnerActivity]", never, {}, {}, never, never, true, never>;
|
|
32
32
|
}
|
|
@@ -8,5 +8,5 @@ export declare class SpinnerComponent {
|
|
|
8
8
|
show(): void;
|
|
9
9
|
hide(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "igo-spinner", never, { "shown": { "alias": "shown"; "required": false; }; }, {}, never, never,
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "igo-spinner", never, { "shown": { "alias": "shown"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
12
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./spinner-activity.directive";
|
|
3
3
|
import * as i2 from "./spinner.component";
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the components/directives directly or SPINNER_DIRECTIVES for every components/directives
|
|
6
|
+
*/
|
|
6
7
|
export declare class IgoSpinnerModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSpinnerModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSpinnerModule, [typeof i1.SpinnerActivityDirective, typeof i2.SpinnerComponent], [typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSpinnerModule, never, [typeof i1.SpinnerActivityDirective, typeof i2.SpinnerComponent], [typeof i1.SpinnerActivityDirective, typeof i2.SpinnerComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSpinnerModule>;
|
|
10
11
|
}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
import { StopDropPropagationDirective } from './stop-drop-propagation.directive';
|
|
2
|
+
import { StopPropagationDirective } from './stop-propagation.directive';
|
|
1
3
|
export * from './stop-propagation.directive';
|
|
2
4
|
export * from './stop-drop-propagation.directive';
|
|
5
|
+
export declare const STOP_PROPAGATION_DIRECTIVES: readonly [typeof StopDropPropagationDirective, typeof StopPropagationDirective];
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class StopDropPropagationDirective {
|
|
3
3
|
onDrop(event: any): void;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<StopDropPropagationDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StopDropPropagationDirective, "[igoStopDropPropagation]", never, {}, {}, never, never,
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StopDropPropagationDirective, "[igoStopDropPropagation]", never, {}, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class StopPropagationDirective {
|
|
3
3
|
onClick(event: any): void;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<StopPropagationDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[igoStopPropagation]", never, {}, {}, never, never,
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[igoStopPropagation]", never, {}, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
@@ -2,9 +2,12 @@ import { ModuleWithProviders } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./stop-drop-propagation.directive";
|
|
4
4
|
import * as i2 from "./stop-propagation.directive";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated import the components/directives directly or STOP_PROPAGATION_DIRECTIVES for the set
|
|
7
|
+
*/
|
|
5
8
|
export declare class IgoStopPropagationModule {
|
|
6
9
|
static forRoot(): ModuleWithProviders<IgoStopPropagationModule>;
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoStopPropagationModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoStopPropagationModule, [typeof i1.StopDropPropagationDirective, typeof i2.StopPropagationDirective],
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoStopPropagationModule, never, [typeof i1.StopDropPropagationDirective, typeof i2.StopPropagationDirective], [typeof i1.StopDropPropagationDirective, typeof i2.StopPropagationDirective]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoStopPropagationModule>;
|
|
10
13
|
}
|
|
@@ -36,5 +36,5 @@ export declare class TableComponent implements OnChanges, OnInit, AfterViewInit
|
|
|
36
36
|
masterToggle(): void;
|
|
37
37
|
handleClickAction(event: any, action: any, row: any): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "igo-table", never, { "database": { "alias": "database"; "required": false; }; "model": { "alias": "model"; "required": false; }; "hasFilterInput": { "alias": "hasFilterInput"; "required": false; }; }, { "select": "select"; }, never, never,
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "igo-table", never, { "database": { "alias": "database"; "required": false; }; "model": { "alias": "model"; "required": false; }; "hasFilterInput": { "alias": "hasFilterInput"; "required": false; }; }, { "select": "select"; }, never, never, true, never>;
|
|
40
40
|
}
|
|
@@ -1,20 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./table.component";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import * as i5 from "@angular/material/icon";
|
|
8
|
-
import * as i6 from "@angular/material/button";
|
|
9
|
-
import * as i7 from "@angular/material/table";
|
|
10
|
-
import * as i8 from "@angular/material/form-field";
|
|
11
|
-
import * as i9 from "@angular/material/input";
|
|
12
|
-
import * as i10 from "@angular/material/sort";
|
|
13
|
-
import * as i11 from "@angular/material/checkbox";
|
|
14
|
-
import * as i12 from "@igo2/core";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the TableComponent directly
|
|
6
|
+
*/
|
|
15
7
|
export declare class IgoTableModule {
|
|
16
8
|
static forRoot(): ModuleWithProviders<IgoTableModule>;
|
|
17
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoTableModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoTableModule, [typeof i1.TableComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoTableModule, never, [typeof i1.TableComponent], [typeof i1.TableComponent]>;
|
|
19
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoTableModule>;
|
|
20
12
|
}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
|
|
3
|
+
import * as i1 from "./toolbox/toolbox.module";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the ToolboxComponent directly
|
|
6
|
+
*/
|
|
5
7
|
export declare class IgoToolModule {
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated it has no effect
|
|
10
|
+
*/
|
|
6
11
|
static forRoot(): ModuleWithProviders<IgoToolModule>;
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoToolModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolModule, never,
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolModule, never, never, [typeof i1.IgoToolboxModule]>;
|
|
9
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoToolModule>;
|
|
10
15
|
}
|
|
@@ -124,5 +124,5 @@ export declare class ToolboxComponent implements OnInit, OnDestroy {
|
|
|
124
124
|
*/
|
|
125
125
|
private unAnimate;
|
|
126
126
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolboxComponent, never>;
|
|
127
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "igo-toolbox", never, { "toolbox": { "alias": "toolbox"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
127
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "igo-toolbox", never, { "toolbox": { "alias": "toolbox"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
128
128
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./toolbox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../action/action.module";
|
|
5
|
-
import * as i4 from "../../dynamic-component/dynamic-component.module";
|
|
6
3
|
/**
|
|
7
|
-
* @
|
|
4
|
+
* @deprecated import the ToolboxComponent directly
|
|
8
5
|
*/
|
|
9
6
|
export declare class IgoToolboxModule {
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoToolboxModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolboxModule, [typeof i1.ToolboxComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolboxModule, never, [typeof i1.ToolboxComponent], [typeof i1.ToolboxComponent]>;
|
|
12
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoToolboxModule>;
|
|
13
10
|
}
|
|
@@ -67,5 +67,5 @@ export declare class WidgetOutletComponent implements OnDestroy {
|
|
|
67
67
|
*/
|
|
68
68
|
private destroyWidget;
|
|
69
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetOutletComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetOutletComponent, "igo-widget-outlet", never, { "widget": { "alias": "widget"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "subscribers": { "alias": "subscribers"; "required": false; }; }, { "complete": "complete"; "cancel": "cancel"; }, never, never,
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetOutletComponent, "igo-widget-outlet", never, { "widget": { "alias": "widget"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "subscribers": { "alias": "subscribers"; "required": false; }; }, { "complete": "complete"; "cancel": "cancel"; }, never, never, true, never>;
|
|
71
71
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./widget-outlet.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../dynamic-component/dynamic-component.module";
|
|
5
3
|
/**
|
|
6
|
-
* @
|
|
4
|
+
* @deprecated import the WidgetOutletComponent directly
|
|
7
5
|
*/
|
|
8
6
|
export declare class IgoWidgetOutletModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWidgetOutletModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetOutletModule, [typeof i1.WidgetOutletComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetOutletModule, never, [typeof i1.WidgetOutletComponent], [typeof i1.WidgetOutletComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWidgetOutletModule>;
|
|
12
10
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
|
|
2
|
+
import * as i1 from "./widget-outlet/widget-outlet.module";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated import the WidgetOutletComponent directly
|
|
5
|
+
*/
|
|
4
6
|
export declare class IgoWidgetModule {
|
|
5
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWidgetModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetModule, never, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetModule, never, [typeof i1.IgoWidgetOutletModule], [typeof i1.IgoWidgetOutletModule]>;
|
|
7
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWidgetModule>;
|
|
8
10
|
}
|
package/lib/workspace/index.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { WorkspaceSelectorComponent } from './workspace-selector/workspace-selector.component';
|
|
2
|
+
import { WorkspaceWidgetOutletComponent } from './workspace-widget-outlet/workspace-widget-outlet.component';
|
|
1
3
|
export * from './shared';
|
|
2
4
|
export * from './workspace-selector/workspace-selector.component';
|
|
3
5
|
export * from './workspace-widget-outlet/workspace-widget-outlet.component';
|
|
6
|
+
export declare const WORKSPACE_DIRECTIVES: readonly [typeof WorkspaceSelectorComponent, typeof WorkspaceWidgetOutletComponent];
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { EntitySelectorChange } from '../../entity/entity-selector/entity-selector.component';
|
|
2
3
|
import { WorkspaceStore } from '../shared/store';
|
|
3
4
|
import { Workspace } from '../shared/workspace';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
@@ -31,9 +32,7 @@ export declare class WorkspaceSelectorComponent {
|
|
|
31
32
|
* @internal
|
|
32
33
|
* @param event The selection change event
|
|
33
34
|
*/
|
|
34
|
-
onSelectedChange(event:
|
|
35
|
-
value: Workspace;
|
|
36
|
-
}): void;
|
|
35
|
+
onSelectedChange(event: EntitySelectorChange<Workspace>): void;
|
|
37
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceSelectorComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceSelectorComponent, "igo-workspace-selector", never, { "store": { "alias": "store"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never,
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceSelectorComponent, "igo-workspace-selector", never, { "store": { "alias": "store"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
39
38
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./workspace-selector.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../entity/entity-selector/entity-selector.module";
|
|
5
3
|
/**
|
|
6
|
-
* @
|
|
4
|
+
* @deprecated import the WorkspaceSelectorComponent directly
|
|
7
5
|
*/
|
|
8
6
|
export declare class IgoWorkspaceSelectorModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWorkspaceSelectorModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceSelectorModule, [typeof i1.WorkspaceSelectorComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceSelectorModule, never, [typeof i1.WorkspaceSelectorComponent], [typeof i1.WorkspaceSelectorComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWorkspaceSelectorModule>;
|
|
12
10
|
}
|
|
@@ -53,5 +53,5 @@ export declare class WorkspaceWidgetOutletComponent {
|
|
|
53
53
|
*/
|
|
54
54
|
onWidgetComplete(widget: Widget): void;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceWidgetOutletComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceWidgetOutletComponent, "igo-workspace-widget-outlet", never, { "workspace": { "alias": "workspace"; "required": false; }; }, { "deactivateWidget": "deactivateWidget"; }, never, never,
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceWidgetOutletComponent, "igo-workspace-widget-outlet", never, { "workspace": { "alias": "workspace"; "required": false; }; }, { "deactivateWidget": "deactivateWidget"; }, never, never, true, never>;
|
|
57
57
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./workspace-widget-outlet.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../widget/widget-outlet/widget-outlet.module";
|
|
5
3
|
/**
|
|
6
|
-
* @
|
|
4
|
+
* @deprecated import the WorkspaceWidgetOutletComponent directly
|
|
7
5
|
*/
|
|
8
6
|
export declare class IgoWorkspaceWidgetOutletModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWorkspaceWidgetOutletModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceWidgetOutletModule, [typeof i1.WorkspaceWidgetOutletComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceWidgetOutletModule, never, [typeof i1.WorkspaceWidgetOutletComponent], [typeof i1.WorkspaceWidgetOutletComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWorkspaceWidgetOutletModule>;
|
|
12
10
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./workspace-
|
|
4
|
-
|
|
2
|
+
import * as i1 from "./workspace-selector/workspace-selector.component";
|
|
3
|
+
import * as i2 from "./workspace-widget-outlet/workspace-widget-outlet.component";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the components directly or WORKSPACE_DIRECTIVES for every components/directives
|
|
6
|
+
*/
|
|
5
7
|
export declare class IgoWorkspaceModule {
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWorkspaceModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceModule, never, [typeof i1.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceModule, never, [typeof i1.WorkspaceSelectorComponent, typeof i2.WorkspaceWidgetOutletComponent], [typeof i1.WorkspaceSelectorComponent, typeof i2.WorkspaceWidgetOutletComponent]>;
|
|
8
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWorkspaceModule>;
|
|
9
11
|
}
|
package/locale/en.common.json
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"common": {
|
|
4
|
-
"confirmDialog": {
|
|
5
|
-
"cancelBtn": "Cancel",
|
|
6
|
-
"confirmBtn": "Confirm",
|
|
7
|
-
"yes": "Yes",
|
|
8
|
-
"no": "No",
|
|
9
|
-
"title": "Confirm",
|
|
10
|
-
"applyBtn": "Apply"
|
|
11
|
-
},
|
|
12
|
-
"selectValueDialog": {
|
|
13
|
-
"cancelButtonText": "Cancel",
|
|
14
|
-
"processButtonText": "Select",
|
|
15
|
-
"multipleTitle": "Please, select values",
|
|
16
|
-
"title": "Please, select a value",
|
|
17
|
-
"selectFieldText": "Options"
|
|
18
|
-
},
|
|
19
|
-
"formDialog": {
|
|
20
|
-
"cancelButtonText": "Cancel",
|
|
21
|
-
"processButtonText": "Submit",
|
|
22
|
-
"title": "Fill the form"
|
|
23
|
-
},
|
|
24
|
-
"table": {
|
|
25
|
-
"filter": "Filter"
|
|
26
|
-
},
|
|
27
|
-
"entity-table": {
|
|
28
|
-
"targetHtmlUrl": "Open the external link"
|
|
29
|
-
},
|
|
30
|
-
"form": {
|
|
31
|
-
"errors": {
|
|
32
|
-
"email": "You must provide a email",
|
|
33
|
-
"required": "This field is required"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"actionbar": {
|
|
37
|
-
"scrollUp": "Scroll up",
|
|
38
|
-
"scrollDown": "Scroll down",
|
|
39
|
-
"icon": "Action list"
|
|
40
|
-
},
|
|
41
|
-
"interactiveTour": {
|
|
42
|
-
"tooltipTourToolButton": "Interactive tour of the application",
|
|
43
|
-
"disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
|
|
44
|
-
"buttonTitle": "Discover",
|
|
45
|
-
"exitButton": "Exit",
|
|
46
|
-
"backButton": "Back",
|
|
47
|
-
"nextButton": "Next"
|
|
48
|
-
},
|
|
49
|
-
"paginator": {
|
|
50
|
-
"firstPageLabel": "First page",
|
|
51
|
-
"itemsPerPageLabel": "Items per page:",
|
|
52
|
-
"lastPageLabel": "Last page",
|
|
53
|
-
"nextPageLabel": "Next page",
|
|
54
|
-
"previousPageLabel": "Previous page",
|
|
55
|
-
"of": "of"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"common": {
|
|
4
|
+
"confirmDialog": {
|
|
5
|
+
"cancelBtn": "Cancel",
|
|
6
|
+
"confirmBtn": "Confirm",
|
|
7
|
+
"yes": "Yes",
|
|
8
|
+
"no": "No",
|
|
9
|
+
"title": "Confirm",
|
|
10
|
+
"applyBtn": "Apply"
|
|
11
|
+
},
|
|
12
|
+
"selectValueDialog": {
|
|
13
|
+
"cancelButtonText": "Cancel",
|
|
14
|
+
"processButtonText": "Select",
|
|
15
|
+
"multipleTitle": "Please, select values",
|
|
16
|
+
"title": "Please, select a value",
|
|
17
|
+
"selectFieldText": "Options"
|
|
18
|
+
},
|
|
19
|
+
"formDialog": {
|
|
20
|
+
"cancelButtonText": "Cancel",
|
|
21
|
+
"processButtonText": "Submit",
|
|
22
|
+
"title": "Fill the form"
|
|
23
|
+
},
|
|
24
|
+
"table": {
|
|
25
|
+
"filter": "Filter"
|
|
26
|
+
},
|
|
27
|
+
"entity-table": {
|
|
28
|
+
"targetHtmlUrl": "Open the external link"
|
|
29
|
+
},
|
|
30
|
+
"form": {
|
|
31
|
+
"errors": {
|
|
32
|
+
"email": "You must provide a email",
|
|
33
|
+
"required": "This field is required"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"actionbar": {
|
|
37
|
+
"scrollUp": "Scroll up",
|
|
38
|
+
"scrollDown": "Scroll down",
|
|
39
|
+
"icon": "Action list"
|
|
40
|
+
},
|
|
41
|
+
"interactiveTour": {
|
|
42
|
+
"tooltipTourToolButton": "Interactive tour of the application",
|
|
43
|
+
"disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
|
|
44
|
+
"buttonTitle": "Discover",
|
|
45
|
+
"exitButton": "Exit",
|
|
46
|
+
"backButton": "Back",
|
|
47
|
+
"nextButton": "Next"
|
|
48
|
+
},
|
|
49
|
+
"paginator": {
|
|
50
|
+
"firstPageLabel": "First page",
|
|
51
|
+
"itemsPerPageLabel": "Items per page:",
|
|
52
|
+
"lastPageLabel": "Last page",
|
|
53
|
+
"nextPageLabel": "Next page",
|
|
54
|
+
"previousPageLabel": "Previous page",
|
|
55
|
+
"of": "of"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
package/locale/fr.common.json
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"common": {
|
|
4
|
-
"confirmDialog": {
|
|
5
|
-
"cancelBtn": "Annuler",
|
|
6
|
-
"confirmBtn": "Confirmer",
|
|
7
|
-
"yes": "Oui",
|
|
8
|
-
"no": "Non",
|
|
9
|
-
"title": "Confirmation",
|
|
10
|
-
"applyBtn": "Appliquer"
|
|
11
|
-
},
|
|
12
|
-
"selectValueDialog": {
|
|
13
|
-
"cancelButtonText": "Annuler",
|
|
14
|
-
"processButtonText": "Sélectionner",
|
|
15
|
-
"multipleTitle": "Veuiller sélectionner une ou plusieurs valeurs",
|
|
16
|
-
"title": "Veuiller sélectionner une valeur",
|
|
17
|
-
"selectFieldText": "Options"
|
|
18
|
-
},
|
|
19
|
-
"formDialog": {
|
|
20
|
-
"cancelButtonText": "Annuler",
|
|
21
|
-
"processButtonText": "Confirmer",
|
|
22
|
-
"title": "Veuiller remplir le formulaire"
|
|
23
|
-
},
|
|
24
|
-
"table": {
|
|
25
|
-
"filter": "Filtre"
|
|
26
|
-
},
|
|
27
|
-
"entity-table": {
|
|
28
|
-
"targetHtmlUrl": "Ouvrir le lien externe"
|
|
29
|
-
},
|
|
30
|
-
"form": {
|
|
31
|
-
"errors": {
|
|
32
|
-
"email": "Veuillez saisir un courriel",
|
|
33
|
-
"required": "Ce champ est requis"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"actionbar": {
|
|
37
|
-
"scrollUp": "Défiler vers le haut",
|
|
38
|
-
"scrollDown": "Défiler vers le bas",
|
|
39
|
-
"icon": "Actions supplémentaires"
|
|
40
|
-
},
|
|
41
|
-
"interactiveTour": {
|
|
42
|
-
"tooltipTourToolButton": "Aide interactive sur l'outil",
|
|
43
|
-
"disaledTooltipTourToolButton": "Pour avoir accès au tour interactif de cet outil, ajouter des contextes ou des couches",
|
|
44
|
-
"buttonTitle": "Découvrir",
|
|
45
|
-
"exitButton": "Quitter",
|
|
46
|
-
"backButton": "Précédent",
|
|
47
|
-
"nextButton": "Suivant"
|
|
48
|
-
},
|
|
49
|
-
"paginator": {
|
|
50
|
-
"firstPageLabel": "Première page",
|
|
51
|
-
"itemsPerPageLabel": "Entités par page:",
|
|
52
|
-
"lastPageLabel": "Dernière page",
|
|
53
|
-
"nextPageLabel": "Page suivante",
|
|
54
|
-
"previousPageLabel": "Page précédente",
|
|
55
|
-
"of": "de"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"common": {
|
|
4
|
+
"confirmDialog": {
|
|
5
|
+
"cancelBtn": "Annuler",
|
|
6
|
+
"confirmBtn": "Confirmer",
|
|
7
|
+
"yes": "Oui",
|
|
8
|
+
"no": "Non",
|
|
9
|
+
"title": "Confirmation",
|
|
10
|
+
"applyBtn": "Appliquer"
|
|
11
|
+
},
|
|
12
|
+
"selectValueDialog": {
|
|
13
|
+
"cancelButtonText": "Annuler",
|
|
14
|
+
"processButtonText": "Sélectionner",
|
|
15
|
+
"multipleTitle": "Veuiller sélectionner une ou plusieurs valeurs",
|
|
16
|
+
"title": "Veuiller sélectionner une valeur",
|
|
17
|
+
"selectFieldText": "Options"
|
|
18
|
+
},
|
|
19
|
+
"formDialog": {
|
|
20
|
+
"cancelButtonText": "Annuler",
|
|
21
|
+
"processButtonText": "Confirmer",
|
|
22
|
+
"title": "Veuiller remplir le formulaire"
|
|
23
|
+
},
|
|
24
|
+
"table": {
|
|
25
|
+
"filter": "Filtre"
|
|
26
|
+
},
|
|
27
|
+
"entity-table": {
|
|
28
|
+
"targetHtmlUrl": "Ouvrir le lien externe"
|
|
29
|
+
},
|
|
30
|
+
"form": {
|
|
31
|
+
"errors": {
|
|
32
|
+
"email": "Veuillez saisir un courriel",
|
|
33
|
+
"required": "Ce champ est requis"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"actionbar": {
|
|
37
|
+
"scrollUp": "Défiler vers le haut",
|
|
38
|
+
"scrollDown": "Défiler vers le bas",
|
|
39
|
+
"icon": "Actions supplémentaires"
|
|
40
|
+
},
|
|
41
|
+
"interactiveTour": {
|
|
42
|
+
"tooltipTourToolButton": "Aide interactive sur l'outil",
|
|
43
|
+
"disaledTooltipTourToolButton": "Pour avoir accès au tour interactif de cet outil, ajouter des contextes ou des couches",
|
|
44
|
+
"buttonTitle": "Découvrir",
|
|
45
|
+
"exitButton": "Quitter",
|
|
46
|
+
"backButton": "Précédent",
|
|
47
|
+
"nextButton": "Suivant"
|
|
48
|
+
},
|
|
49
|
+
"paginator": {
|
|
50
|
+
"firstPageLabel": "Première page",
|
|
51
|
+
"itemsPerPageLabel": "Entités par page:",
|
|
52
|
+
"lastPageLabel": "Dernière page",
|
|
53
|
+
"nextPageLabel": "Page suivante",
|
|
54
|
+
"previousPageLabel": "Page précédente",
|
|
55
|
+
"of": "de"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0-next.2",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"tslib": "^2.6.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@angular/common": "^
|
|
43
|
-
"@angular/core": "^
|
|
44
|
-
"@angular/material": "^
|
|
45
|
-
"@angular/platform-browser": "^
|
|
42
|
+
"@angular/common": "^17.0.6",
|
|
43
|
+
"@angular/core": "^17.0.6",
|
|
44
|
+
"@angular/material": "^17.0.3",
|
|
45
|
+
"@angular/platform-browser": "^17.0.6",
|
|
46
46
|
"@floating-ui/utils": "^0.1.4",
|
|
47
|
-
"@igo2/core": "^
|
|
48
|
-
"@igo2/utils": "^
|
|
49
|
-
"angular-shepherd": "
|
|
47
|
+
"@igo2/core": "^17.0.0-next.2",
|
|
48
|
+
"@igo2/utils": "^17.0.0-next.2",
|
|
49
|
+
"angular-shepherd": "17.0.0",
|
|
50
50
|
"ngx-color": "^9.0.0",
|
|
51
51
|
"scroll-into-view-if-needed": "^3.0.0",
|
|
52
52
|
"tinycolor2": "^1.6.0",
|