@provoly/dashboard 0.13.11 → 0.13.13
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/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.d.ts +0 -2
- package/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.d.ts +0 -1
- package/admin/components/admin-classes/admin-classes-select/admin-classes-select.component.d.ts +0 -3
- package/admin/components/admin-classes/admin-classes-view/admin-attributes-select/admin-attributes-select.component.d.ts +0 -2
- package/admin/components/admin-dataset/admin-select-dataset/admin-select-dataset.component.d.ts +0 -3
- package/admin/components/admin-environment/admin-environment-select/admin-environment-select.component.d.ts +0 -3
- package/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.d.ts +0 -3
- package/admin/components/admin-metadata/admin-select-metadata/admin-select-metadata.component.d.ts +0 -2
- package/admin/components/admin-metadata-rules/admin-select-metadata-rules/admin-select-metadata-rules.component.d.ts +0 -2
- package/admin/components/admin-metadata-user/admin-user-select-metadata/admin-user-select-metadata.component.d.ts +0 -2
- package/admin/components/admin-predicates/admin-predicates-select/admin-predicates-select.component.d.ts +0 -2
- package/admin/components/admin-relation-types/admin-relation-types-select/admin-relation-types-select.component.d.ts +0 -2
- package/admin/components/association/association.component.d.ts +1 -1
- package/dataset/style/_o-pry-dataset-detail.scss +17 -7
- package/dataset/style/_o-pry-dataset.scss +9 -6
- package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +7 -9
- package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +3 -4
- package/esm2022/admin/components/admin-classes/admin-classes-select/admin-classes-select.component.mjs +3 -9
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-select/admin-attributes-select.component.mjs +4 -9
- package/esm2022/admin/components/admin-dataset/admin-select-dataset/admin-select-dataset.component.mjs +3 -9
- package/esm2022/admin/components/admin-environment/admin-environment-select/admin-environment-select.component.mjs +3 -9
- package/esm2022/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.mjs +3 -9
- package/esm2022/admin/components/admin-metadata/admin-select-metadata/admin-select-metadata.component.mjs +3 -6
- package/esm2022/admin/components/admin-metadata-rules/admin-select-metadata-rules/admin-select-metadata-rules.component.mjs +3 -6
- package/esm2022/admin/components/admin-metadata-user/admin-user-select-metadata/admin-user-select-metadata.component.mjs +3 -6
- package/esm2022/admin/components/admin-predicates/admin-predicates-select/admin-predicates-select.component.mjs +3 -6
- package/esm2022/admin/components/admin-relation-types/admin-relation-types-select/admin-relation-types-select.component.mjs +3 -6
- package/esm2022/admin/components/admin-user/admin-user-select/admin-user-select.component.mjs +3 -3
- package/esm2022/admin/components/association/association.component.mjs +1 -1
- package/esm2022/components/metadata-editor/metadata-editor.component.mjs +4 -4
- package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +6 -5
- package/esm2022/dataset/style/css.component.mjs +2 -2
- package/esm2022/lib/core/components/base-toolbox/base-toolbox.component.mjs +3 -3
- package/esm2022/lib/core/components/tabs/tab-group.component.mjs +36 -0
- package/esm2022/lib/core/components/tabs/tab.component.mjs +23 -0
- package/esm2022/lib/core/core.module.mjs +27 -33
- package/esm2022/lib/core/public-api.mjs +7 -5
- package/esm2022/lib/dashboard/store/dashboard.actions.mjs +2 -1
- package/esm2022/lib/dashboard/store/dashboard.reducers.mjs +10 -1
- package/esm2022/supervision/components/supervision-integration-errors/supervision-integration-errors-select/supervision-integration-errors-select.component.mjs +3 -6
- package/esm2022/toolbox/components/toolbox.component.mjs +27 -18
- package/esm2022/toolbox/toolbox.model.mjs +6 -6
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +8 -72
- package/esm2022/widgets/widget-map/i18n/en.translations.mjs +1 -6
- package/esm2022/widgets/widget-map/i18n/fr.translations.mjs +1 -6
- package/esm2022/widgets/widget-map/interaction/interaction-manager.class.mjs +1 -9
- package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +1 -47
- package/fesm2022/provoly-dashboard-admin.mjs +30 -77
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +3 -3
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-dataset.mjs +7 -6
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-supervision.mjs +2 -5
- package/fesm2022/provoly-dashboard-supervision.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +60 -51
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +11 -310
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +89 -35
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/components/tabs/tab-group.component.d.ts +16 -0
- package/lib/core/components/tabs/tab.component.d.ts +10 -0
- package/lib/core/core.module.d.ts +22 -20
- package/lib/core/public-api.d.ts +6 -4
- package/lib/dashboard/store/dashboard.actions.d.ts +1 -0
- package/package.json +87 -44
- package/schematics/ng-add/index.js +0 -4
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-update/version-0-13/index.js +6 -2
- package/schematics/ng-update/version-0-13/index.js.map +1 -1
- package/styles/components/_o-panel.scss +1 -13
- package/styles/components/_o-tabs.scss +40 -56
- package/supervision/components/supervision-integration-errors/supervision-integration-errors-select/supervision-integration-errors-select.component.d.ts +0 -2
- package/toolbox/components/toolbox.component.d.ts +4 -2
- package/toolbox/toolbox.model.d.ts +1 -1
- package/widgets/widget-map/component/widget-map.component.d.ts +1 -4
- package/widgets/widget-map/i18n/en.translations.d.ts +0 -5
- package/widgets/widget-map/i18n/fr.translations.d.ts +0 -5
- package/widgets/widget-map/interaction/interaction-manager.class.d.ts +0 -2
- package/widgets/widget-map/utils/widget-map.utils.d.ts +0 -2
- package/esm2022/widgets/widget-map/reader/kmz-zip-reader.class.mjs +0 -57
- package/esm2022/widgets/widget-map/reader/map-formats-reader.class.mjs +0 -37
- package/esm2022/widgets/widget-map/reader/random-color-style.function.mjs +0 -32
- package/esm2022/widgets/widget-map/reader/read-as-text.class.mjs +0 -30
- package/esm2022/widgets/widget-map/reader/shp-zip-reader.class.mjs +0 -35
- package/widgets/widget-map/reader/kmz-zip-reader.class.d.ts +0 -12
- package/widgets/widget-map/reader/map-formats-reader.class.d.ts +0 -15
- package/widgets/widget-map/reader/random-color-style.function.d.ts +0 -6
- package/widgets/widget-map/reader/read-as-text.class.d.ts +0 -10
- package/widgets/widget-map/reader/shp-zip-reader.class.d.ts +0 -10
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AfterContentInit, QueryList } from '@angular/core';
|
|
2
|
+
import { TabComponent } from './tab.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TabGroupComponent implements AfterContentInit {
|
|
5
|
+
translationStringBase: string;
|
|
6
|
+
tabs: QueryList<TabComponent>;
|
|
7
|
+
currentTab: TabComponent;
|
|
8
|
+
currentTabIndex: number;
|
|
9
|
+
static instanceId: number;
|
|
10
|
+
get instanceId(): number;
|
|
11
|
+
constructor();
|
|
12
|
+
ngAfterContentInit(): void;
|
|
13
|
+
switch(tab: TabComponent, index: number): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TabGroupComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabGroupComponent, "pry-tab-group", never, { "translationStringBase": { "alias": "translationStringBase"; "required": false; }; }, {}, ["tabs"], never, false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TabComponent {
|
|
4
|
+
name: string;
|
|
5
|
+
templateRef: TemplateRef<any>;
|
|
6
|
+
index: number;
|
|
7
|
+
constructor();
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "pry-tab", never, { "name": { "alias": "name"; "required": false; }; "templateRef": { "alias": "templateRef"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -7,25 +7,27 @@ import * as i3 from "./components/get-secured-image/get-secured-image.pipe";
|
|
|
7
7
|
import * as i4 from "./components/base-layout/base-layout.component";
|
|
8
8
|
import * as i5 from "./components/base-menu/base-menu.component";
|
|
9
9
|
import * as i6 from "./components/base-toolbox/base-toolbox.component";
|
|
10
|
-
import * as i7 from "./components/
|
|
11
|
-
import * as i8 from "./
|
|
12
|
-
import * as i9 from "./
|
|
13
|
-
import * as i10 from "./components/
|
|
14
|
-
import * as i11 from "./components/
|
|
15
|
-
import * as i12 from "./components/accordion/accordion.component";
|
|
16
|
-
import * as i13 from "./components/
|
|
17
|
-
import * as i14 from "
|
|
18
|
-
import * as i15 from "
|
|
19
|
-
import * as i16 from "@angular/common
|
|
20
|
-
import * as i17 from "@
|
|
21
|
-
import * as i18 from "@
|
|
22
|
-
import * as i19 from "
|
|
23
|
-
import * as i20 from "@
|
|
24
|
-
import * as i21 from "./components/
|
|
25
|
-
import * as i22 from "
|
|
26
|
-
import * as i23 from "./components/
|
|
27
|
-
import * as i24 from "
|
|
28
|
-
import * as i25 from "
|
|
10
|
+
import * as i7 from "./components/nq-color-selector/nq-color-selector.component";
|
|
11
|
+
import * as i8 from "./access/access.directive";
|
|
12
|
+
import * as i9 from "./components/upload/upload.component";
|
|
13
|
+
import * as i10 from "./components/select-image/select-image.component";
|
|
14
|
+
import * as i11 from "./components/accordion/accordion.component";
|
|
15
|
+
import * as i12 from "./components/accordion/accordion-item/accordion-item.component";
|
|
16
|
+
import * as i13 from "./components/tabs/tab-group.component";
|
|
17
|
+
import * as i14 from "./components/tabs/tab.component";
|
|
18
|
+
import * as i15 from "./components/base-toolbox-action/base-toolbox-action.component";
|
|
19
|
+
import * as i16 from "@angular/common";
|
|
20
|
+
import * as i17 from "@angular/router";
|
|
21
|
+
import * as i18 from "@angular/common/http";
|
|
22
|
+
import * as i19 from "@ngrx/store";
|
|
23
|
+
import * as i20 from "@ngrx/effects";
|
|
24
|
+
import * as i21 from "./components/icon/icon.module";
|
|
25
|
+
import * as i22 from "@angular/cdk/overlay";
|
|
26
|
+
import * as i23 from "./components/overlay/overlay.module";
|
|
27
|
+
import * as i24 from "./i18n/i18n.module";
|
|
28
|
+
import * as i25 from "./components/modal-status/modal-status.module";
|
|
29
|
+
import * as i26 from "@angular/cdk/accordion";
|
|
30
|
+
import * as i27 from "@angular/forms";
|
|
29
31
|
export declare class PryCoreModule {
|
|
30
32
|
private pryTranslateService;
|
|
31
33
|
constructor(pryTranslateService: PryI18nService);
|
|
@@ -34,6 +36,6 @@ export declare class PryCoreModule {
|
|
|
34
36
|
guardProvider?: Provider;
|
|
35
37
|
}): ModuleWithProviders<PryCoreModule>;
|
|
36
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<PryCoreModule, never>;
|
|
37
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PryCoreModule, [typeof i1.TranslateIdPipe, typeof i2.TranslateItemToSymbolPipe, typeof i3.GetSecuredImagePipe, typeof i4.BaseLayoutComponent, typeof i5.BaseMenuComponent, typeof i6.BaseToolboxComponent, typeof i7.
|
|
39
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PryCoreModule, [typeof i1.TranslateIdPipe, typeof i2.TranslateItemToSymbolPipe, typeof i3.GetSecuredImagePipe, typeof i4.BaseLayoutComponent, typeof i5.BaseMenuComponent, typeof i6.BaseToolboxComponent, typeof i7.PryNqColorSelectorComponent, typeof i8.PryAccessDirective, typeof i9.PryUploadComponent, typeof i10.PrySelectImageComponent, typeof i11.AccordionComponent, typeof i12.AccordionItemComponent, typeof i13.TabGroupComponent, typeof i14.TabComponent, typeof i15.BaseToolboxActionComponent], [typeof i16.CommonModule, typeof i17.RouterModule, typeof i18.HttpClientModule, typeof i19.StoreFeatureModule, typeof i19.StoreFeatureModule, typeof i19.StoreFeatureModule, typeof i19.StoreFeatureModule, typeof i19.StoreFeatureModule, typeof i19.StoreFeatureModule, typeof i19.StoreFeatureModule, typeof i19.StoreFeatureModule, typeof i19.StoreFeatureModule, typeof i20.EffectsFeatureModule, typeof i20.EffectsFeatureModule, typeof i20.EffectsFeatureModule, typeof i20.EffectsFeatureModule, typeof i20.EffectsFeatureModule, typeof i20.EffectsFeatureModule, typeof i20.EffectsFeatureModule, typeof i20.EffectsFeatureModule, typeof i20.EffectsFeatureModule, typeof i21.PryIconModule, typeof i22.OverlayModule, typeof i23.PryOverlayModule, typeof i24.PryI18nModule, typeof i25.PryModalStatusModule, typeof i26.CdkAccordionModule, typeof i27.FormsModule], [typeof i1.TranslateIdPipe, typeof i2.TranslateItemToSymbolPipe, typeof i3.GetSecuredImagePipe, typeof i4.BaseLayoutComponent, typeof i5.BaseMenuComponent, typeof i6.BaseToolboxComponent, typeof i7.PryNqColorSelectorComponent, typeof i8.PryAccessDirective, typeof i9.PryUploadComponent, typeof i10.PrySelectImageComponent, typeof i11.AccordionComponent, typeof i12.AccordionItemComponent, typeof i13.TabGroupComponent, typeof i14.TabComponent]>;
|
|
38
40
|
static ɵinj: i0.ɵɵInjectorDeclaration<PryCoreModule>;
|
|
39
41
|
}
|
package/lib/core/public-api.d.ts
CHANGED
|
@@ -47,6 +47,8 @@ export * from './components/nq-color-selector/nq-color-selector.component';
|
|
|
47
47
|
export * from './components/translate-id/translate-id.pipe';
|
|
48
48
|
export * from './components/translate-item-to-symbol/translate-item-to-symbol.pipe';
|
|
49
49
|
export * from './components/get-secured-image/get-secured-image.pipe';
|
|
50
|
+
export * from './components/accordion/accordion.component';
|
|
51
|
+
export * from './components/accordion/accordion-item/accordion-item.component';
|
|
50
52
|
export * from './components/base-layout/base-layout.component';
|
|
51
53
|
export * from './components/base-menu/base-menu.component';
|
|
52
54
|
export * from './components/base-toolbox/base-toolbox.component';
|
|
@@ -72,6 +74,8 @@ export * from './components/hidden-when-overlay/hidden-when-overlay.directive';
|
|
|
72
74
|
export * from './components/hidden-when-overlay/hidden-when-overlay.module';
|
|
73
75
|
export * from './components/modal/modal.component';
|
|
74
76
|
export * from './components/modal/pry-modal.module';
|
|
77
|
+
export * from './components/modal-status/modal-status.component';
|
|
78
|
+
export * from './components/modal-status/modal-status.module';
|
|
75
79
|
export * from './components/toggle/toggle.component';
|
|
76
80
|
export * from './components/toggle/toggle.module';
|
|
77
81
|
export * from './components/sort/sort-data.pipe';
|
|
@@ -91,6 +95,8 @@ export * from './components/snackbar/snack.interface';
|
|
|
91
95
|
export * from './components/snackbar/snackbar.module';
|
|
92
96
|
export * from './components/snackbar/snackbar.service';
|
|
93
97
|
export * from './components/snackbar/snackbar/snackbar.component';
|
|
98
|
+
export * from './components/tabs/tab-group.component';
|
|
99
|
+
export * from './components/tabs/tab.component';
|
|
94
100
|
export * from './access/access.directive';
|
|
95
101
|
export * from './access/access.guard';
|
|
96
102
|
export * from './access/access.model';
|
|
@@ -108,7 +114,3 @@ export * from './i18n/fr.translations';
|
|
|
108
114
|
export * from './i18n/en.translations';
|
|
109
115
|
export * from './i18n/deep-merge.function';
|
|
110
116
|
export * from './errors/http-error-interceptor.service';
|
|
111
|
-
export * from './components/modal-status/modal-status.component';
|
|
112
|
-
export * from './components/modal-status/modal-status.module';
|
|
113
|
-
export * from './components/accordion/accordion.component';
|
|
114
|
-
export * from './components/accordion/accordion-item/accordion-item.component';
|
|
@@ -420,6 +420,7 @@ export declare const DashboardActions: {
|
|
|
420
420
|
}) => {
|
|
421
421
|
id: string;
|
|
422
422
|
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) remove filter in presentation">>;
|
|
423
|
+
removeFilters: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) remove filters", () => import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) remove filters">>;
|
|
423
424
|
updateFilterValue: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) update filter value", (props: {
|
|
424
425
|
id: string;
|
|
425
426
|
value: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.13",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "15.x || 16.x",
|
|
@@ -13,7 +13,50 @@
|
|
|
13
13
|
"@ngrx/store": "16.x",
|
|
14
14
|
"@ng-select/ng-select": "9.x || 10.x || 11.x",
|
|
15
15
|
"uuid": "^8.3.2 || ^9.0.0",
|
|
16
|
-
"fast-deep-equal": "3.1.3"
|
|
16
|
+
"fast-deep-equal": "3.1.3",
|
|
17
|
+
"buffer": "^6.0.0",
|
|
18
|
+
"css-element-queries": "^1.2.3",
|
|
19
|
+
"d3-drag": "^3.0.0",
|
|
20
|
+
"d3-force": "^3.0.0",
|
|
21
|
+
"d3-selection": "^3.0.0",
|
|
22
|
+
"litegraph.js": "^0.7.10",
|
|
23
|
+
"ol": "^7.0.0",
|
|
24
|
+
"ol-mapbox-style": "^10.6.0",
|
|
25
|
+
"proj4": "^2.9.0",
|
|
26
|
+
"rxjs": "^7.4.0",
|
|
27
|
+
"vega": "^5.21.0",
|
|
28
|
+
"vega-embed": "^6.20.5",
|
|
29
|
+
"vega-lite": "^5.2.0",
|
|
30
|
+
"zone.js": "~0.13.0"
|
|
31
|
+
},
|
|
32
|
+
"peerDependenciesMeta": {
|
|
33
|
+
"d3-drag": {
|
|
34
|
+
"optional": true
|
|
35
|
+
},
|
|
36
|
+
"d3-force": {
|
|
37
|
+
"optional": true
|
|
38
|
+
},
|
|
39
|
+
"d3-selection": {
|
|
40
|
+
"optional": true
|
|
41
|
+
},
|
|
42
|
+
"litegraph.js": {
|
|
43
|
+
"optional": true
|
|
44
|
+
},
|
|
45
|
+
"ol": {
|
|
46
|
+
"optional": true
|
|
47
|
+
},
|
|
48
|
+
"ol-mapbox-style": {
|
|
49
|
+
"optional": true
|
|
50
|
+
},
|
|
51
|
+
"proj4": {
|
|
52
|
+
"optional": true
|
|
53
|
+
},
|
|
54
|
+
"vega": {
|
|
55
|
+
"optional": true
|
|
56
|
+
},
|
|
57
|
+
"vega-embed": {
|
|
58
|
+
"optional": true
|
|
59
|
+
}
|
|
17
60
|
},
|
|
18
61
|
"dependencies": {
|
|
19
62
|
"tslib": "^2.3.0"
|
|
@@ -55,18 +98,18 @@
|
|
|
55
98
|
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
56
99
|
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
57
100
|
},
|
|
58
|
-
"./notification": {
|
|
59
|
-
"types": "./notification/index.d.ts",
|
|
60
|
-
"esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
61
|
-
"esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
62
|
-
"default": "./fesm2022/provoly-dashboard-notification.mjs"
|
|
63
|
-
},
|
|
64
101
|
"./pipeline": {
|
|
65
102
|
"types": "./pipeline/index.d.ts",
|
|
66
103
|
"esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
67
104
|
"esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
68
105
|
"default": "./fesm2022/provoly-dashboard-pipeline.mjs"
|
|
69
106
|
},
|
|
107
|
+
"./notification": {
|
|
108
|
+
"types": "./notification/index.d.ts",
|
|
109
|
+
"esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
110
|
+
"esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
111
|
+
"default": "./fesm2022/provoly-dashboard-notification.mjs"
|
|
112
|
+
},
|
|
70
113
|
"./presentation": {
|
|
71
114
|
"types": "./presentation/index.d.ts",
|
|
72
115
|
"esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
@@ -97,6 +140,30 @@
|
|
|
97
140
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
98
141
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
99
142
|
},
|
|
143
|
+
"./filters/date": {
|
|
144
|
+
"types": "./filters/date/index.d.ts",
|
|
145
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
146
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
147
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
148
|
+
},
|
|
149
|
+
"./filters/list": {
|
|
150
|
+
"types": "./filters/list/index.d.ts",
|
|
151
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
152
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
153
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
154
|
+
},
|
|
155
|
+
"./filters/number": {
|
|
156
|
+
"types": "./filters/number/index.d.ts",
|
|
157
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
158
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
159
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
160
|
+
},
|
|
161
|
+
"./filters/text": {
|
|
162
|
+
"types": "./filters/text/index.d.ts",
|
|
163
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
164
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
165
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
166
|
+
},
|
|
100
167
|
"./components/card": {
|
|
101
168
|
"types": "./components/card/index.d.ts",
|
|
102
169
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -109,18 +176,18 @@
|
|
|
109
176
|
"esm": "./esm2022/components/checkbox/provoly-dashboard-components-checkbox.mjs",
|
|
110
177
|
"default": "./fesm2022/provoly-dashboard-components-checkbox.mjs"
|
|
111
178
|
},
|
|
112
|
-
"./components/filter": {
|
|
113
|
-
"types": "./components/filter/index.d.ts",
|
|
114
|
-
"esm2022": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
|
|
115
|
-
"esm": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
|
|
116
|
-
"default": "./fesm2022/provoly-dashboard-components-filter.mjs"
|
|
117
|
-
},
|
|
118
179
|
"./components/expand-panel": {
|
|
119
180
|
"types": "./components/expand-panel/index.d.ts",
|
|
120
181
|
"esm2022": "./esm2022/components/expand-panel/provoly-dashboard-components-expand-panel.mjs",
|
|
121
182
|
"esm": "./esm2022/components/expand-panel/provoly-dashboard-components-expand-panel.mjs",
|
|
122
183
|
"default": "./fesm2022/provoly-dashboard-components-expand-panel.mjs"
|
|
123
184
|
},
|
|
185
|
+
"./components/filter": {
|
|
186
|
+
"types": "./components/filter/index.d.ts",
|
|
187
|
+
"esm2022": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
|
|
188
|
+
"esm": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
|
|
189
|
+
"default": "./fesm2022/provoly-dashboard-components-filter.mjs"
|
|
190
|
+
},
|
|
124
191
|
"./components/metadata-editor": {
|
|
125
192
|
"types": "./components/metadata-editor/index.d.ts",
|
|
126
193
|
"esm2022": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
|
|
@@ -139,30 +206,6 @@
|
|
|
139
206
|
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
140
207
|
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
141
208
|
},
|
|
142
|
-
"./filters/date": {
|
|
143
|
-
"types": "./filters/date/index.d.ts",
|
|
144
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
145
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
146
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
147
|
-
},
|
|
148
|
-
"./filters/list": {
|
|
149
|
-
"types": "./filters/list/index.d.ts",
|
|
150
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
151
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
152
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
153
|
-
},
|
|
154
|
-
"./filters/number": {
|
|
155
|
-
"types": "./filters/number/index.d.ts",
|
|
156
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
157
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
158
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
159
|
-
},
|
|
160
|
-
"./filters/text": {
|
|
161
|
-
"types": "./filters/text/index.d.ts",
|
|
162
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
163
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
164
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
165
|
-
},
|
|
166
209
|
"./pipeline-components/filter": {
|
|
167
210
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
168
211
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
@@ -211,18 +254,18 @@
|
|
|
211
254
|
"esm": "./esm2022/widgets/widget-aggregated-chart/provoly-dashboard-widgets-widget-aggregated-chart.mjs",
|
|
212
255
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs"
|
|
213
256
|
},
|
|
214
|
-
"./widgets/widget-chart": {
|
|
215
|
-
"types": "./widgets/widget-chart/index.d.ts",
|
|
216
|
-
"esm2022": "./esm2022/widgets/widget-chart/provoly-dashboard-widgets-widget-chart.mjs",
|
|
217
|
-
"esm": "./esm2022/widgets/widget-chart/provoly-dashboard-widgets-widget-chart.mjs",
|
|
218
|
-
"default": "./fesm2022/provoly-dashboard-widgets-widget-chart.mjs"
|
|
219
|
-
},
|
|
220
257
|
"./widgets/widget-detail": {
|
|
221
258
|
"types": "./widgets/widget-detail/index.d.ts",
|
|
222
259
|
"esm2022": "./esm2022/widgets/widget-detail/provoly-dashboard-widgets-widget-detail.mjs",
|
|
223
260
|
"esm": "./esm2022/widgets/widget-detail/provoly-dashboard-widgets-widget-detail.mjs",
|
|
224
261
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-detail.mjs"
|
|
225
262
|
},
|
|
263
|
+
"./widgets/widget-chart": {
|
|
264
|
+
"types": "./widgets/widget-chart/index.d.ts",
|
|
265
|
+
"esm2022": "./esm2022/widgets/widget-chart/provoly-dashboard-widgets-widget-chart.mjs",
|
|
266
|
+
"esm": "./esm2022/widgets/widget-chart/provoly-dashboard-widgets-widget-chart.mjs",
|
|
267
|
+
"default": "./fesm2022/provoly-dashboard-widgets-widget-chart.mjs"
|
|
268
|
+
},
|
|
226
269
|
"./widgets/widget-graph": {
|
|
227
270
|
"types": "./widgets/widget-graph/index.d.ts",
|
|
228
271
|
"esm2022": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
|
|
@@ -40,12 +40,8 @@ function addDependencies(tree, options) {
|
|
|
40
40
|
dependencies.push({ type: dependencies_1.NodeDependencyType.Default, version: '^7.0.0', name: 'ol' });
|
|
41
41
|
dependencies.push({ type: dependencies_1.NodeDependencyType.Default, version: '^10.6.0', name: 'ol-mapbox-style' });
|
|
42
42
|
dependencies.push({ type: dependencies_1.NodeDependencyType.Default, version: '^2.9.0', name: 'proj4' });
|
|
43
|
-
dependencies.push({ type: dependencies_1.NodeDependencyType.Default, version: '^4.0.2', name: 'shpjs' });
|
|
44
|
-
dependencies.push({ type: dependencies_1.NodeDependencyType.Default, version: '^0.0.1', name: 'geojson-to-kml' });
|
|
45
|
-
dependencies.push({ type: dependencies_1.NodeDependencyType.Default, version: '^3.7.1', name: 'jszip' });
|
|
46
43
|
dependencies.push({ type: dependencies_1.NodeDependencyType.Dev, version: '^6.5.3', name: '@types/ol' });
|
|
47
44
|
dependencies.push({ type: dependencies_1.NodeDependencyType.Dev, version: '^2.5.2', name: '@types/proj4' });
|
|
48
|
-
dependencies.push({ type: dependencies_1.NodeDependencyType.Dev, version: '^3.4.1', name: '@types/shpjs' });
|
|
49
45
|
}
|
|
50
46
|
if (options.widgets.includes('widget-aggregated-chart')) {
|
|
51
47
|
console.log('...Adding provoly dependencies for charts');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../projects/provoly/dashboard/schematics/ng-add/index.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,2DAAsG;AACtG,4DAA0E;AAC1E,yDAA4D;AAC5D,2EAAwG;AAGxG,SAAwB,YAAY,CAAC,OAA4B;IAC/D,OAAO,CAAO,IAAI,EAAE,OAAO,EAAE,EAAE;QAC7B,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,sCAAsC,CAAC,CAAC;QAC5D,eAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QAC/B,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACzC,OAAO,CAAC,OAAO,CAAC,IAAI,8BAAsB,EAAE,CAAC,CAAC;QAC9C,MAAM,aAAa,GAAyB,EAAE,CAAC;QAC/C,aAAa,CAAC,IAAI,CAAC,iBAAiB,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC;QAC9D,aAAa,CAAC,IAAI,CAAC,GAAG,kBAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC;QAClE,OAAO,IAAA,kBAAK,EAAC,aAAa,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,CAAW,CAAC,CAAC;IACnE,CAAC,CAAA,CAAC;AACJ,CAAC;AAXD,+BAWC;AAED,SAAS,eAAe,CAAC,IAAU,EAAE,OAA4B;IAC/D,OAAO,CAAC,GAAG,CAAC,6BAA6B,CAAC,CAAC;IAE3C,MAAM,YAAY,GAAG;QACnB,EAAE,IAAI,EAAE,iCAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE;QACrE,EAAE,IAAI,EAAE,iCAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,iBAAiB,EAAE;QAChF,EAAE,IAAI,EAAE,iCAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAqB,EAAE;QACpF,EAAE,IAAI,EAAE,iCAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE;QAEvE,EAAE,IAAI,EAAE,iCAAkB,CAAC,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,aAAa,EAAE;KACzE,CAAC;IAEF,IAAI,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE;QAC1C,OAAO,CAAC,GAAG,CAAC,wCAAwC,CAAC,CAAC;QACtD,YAAY,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,iCAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;QACvF,YAAY,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,iCAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC,CAAC;QACrG,YAAY,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,iCAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../projects/provoly/dashboard/schematics/ng-add/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -34,12 +34,16 @@ function changeTypeDatasetMetadataToMetadataValue() {
|
|
|
34
34
|
return undefined;
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function removeUselessDeps(tree) {
|
|
38
38
|
(0, dependencies_1.removePackageJsonDependency)(tree, 'ol-layerswitcher');
|
|
39
|
+
(0, dependencies_1.removePackageJsonDependency)(tree, 'geojson-to-kml');
|
|
40
|
+
(0, dependencies_1.removePackageJsonDependency)(tree, 'jszip');
|
|
41
|
+
(0, dependencies_1.removePackageJsonDependency)(tree, 'shpjs');
|
|
42
|
+
(0, dependencies_1.removePackageJsonDependency)(tree, '@types/shpjs');
|
|
39
43
|
}
|
|
40
44
|
function updateTo0_13() {
|
|
41
45
|
return (_tree, context) => {
|
|
42
|
-
|
|
46
|
+
removeUselessDeps(_tree);
|
|
43
47
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
44
48
|
return (0, schematics_1.chain)([
|
|
45
49
|
removeWidgetMapHoverOption(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../projects/provoly/dashboard/schematics/ng-update/version-0-13/index.ts"],"names":[],"mappings":";;;AAAA,2DAAiF;AACjF,4DAA0E;AAC1E,2EAAuF;AACvF,kEAAiE;AAEjE,SAAS,0BAA0B;IACjC,OAAO,UAAU,IAAU,EAAE,OAAyB;QACpD,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YACzB,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE;gBAClD,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;gBAC/B,IAAI,MAAM,EAAE;oBACV,IAAI,CAAC,SAAS,CACZ,IAAI,EACJ,MAAM;yBACH,QAAQ,EAAE;yBACV,OAAO,CAAC,gCAAgC,EAAE,yBAAyB,CAAC;yBACpE,OAAO,CAAC,0CAA0C,EAAE,mCAAmC,CAAC,CAC5F,CAAC;iBACH;aACF;QACH,CAAC,CAAC,CAAC;QACH,OAAO,SAAS,CAAC;IACnB,CAAC,CAAC;AACJ,CAAC;AAED,SAAS,wCAAwC;IAC/C,OAAO,UAAU,IAAU,EAAE,OAAyB;QACpD,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YACzB,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE;gBACxB,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;gBAC/B,IAAI,MAAM,EAAE;oBACV,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,kBAAkB,EAAE,eAAe,CAAC,CAAC,CAAC;iBACtF;aACF;QACH,CAAC,CAAC,CAAC;QACH,OAAO,SAAS,CAAC;IACnB,CAAC,CAAC;AACJ,CAAC;AAED,SAAS,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../projects/provoly/dashboard/schematics/ng-update/version-0-13/index.ts"],"names":[],"mappings":";;;AAAA,2DAAiF;AACjF,4DAA0E;AAC1E,2EAAuF;AACvF,kEAAiE;AAEjE,SAAS,0BAA0B;IACjC,OAAO,UAAU,IAAU,EAAE,OAAyB;QACpD,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YACzB,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE;gBAClD,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;gBAC/B,IAAI,MAAM,EAAE;oBACV,IAAI,CAAC,SAAS,CACZ,IAAI,EACJ,MAAM;yBACH,QAAQ,EAAE;yBACV,OAAO,CAAC,gCAAgC,EAAE,yBAAyB,CAAC;yBACpE,OAAO,CAAC,0CAA0C,EAAE,mCAAmC,CAAC,CAC5F,CAAC;iBACH;aACF;QACH,CAAC,CAAC,CAAC;QACH,OAAO,SAAS,CAAC;IACnB,CAAC,CAAC;AACJ,CAAC;AAED,SAAS,wCAAwC;IAC/C,OAAO,UAAU,IAAU,EAAE,OAAyB;QACpD,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YACzB,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE;gBACxB,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;gBAC/B,IAAI,MAAM,EAAE;oBACV,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,kBAAkB,EAAE,eAAe,CAAC,CAAC,CAAC;iBACtF;aACF;QACH,CAAC,CAAC,CAAC;QACH,OAAO,SAAS,CAAC;IACnB,CAAC,CAAC;AACJ,CAAC;AAED,SAAS,iBAAiB,CAAC,IAAU;IACnC,IAAA,0CAA2B,EAAC,IAAI,EAAE,kBAAkB,CAAC,CAAC;IACtD,IAAA,0CAA2B,EAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;IACpD,IAAA,0CAA2B,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IAC3C,IAAA,0CAA2B,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IAC3C,IAAA,0CAA2B,EAAC,IAAI,EAAE,cAAc,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,YAAY;IAC1B,OAAO,CAAC,KAAW,EAAE,OAAyB,EAAQ,EAAE;QACtD,iBAAiB,CAAC,KAAK,CAAC,CAAC;QACzB,OAAO,CAAC,OAAO,CAAC,IAAI,8BAAsB,EAAE,CAAC,CAAC;QAC9C,OAAO,IAAA,kBAAK,EAAC;YACX,0BAA0B,EAAE;YAC5B,wCAAwC,EAAE;YAC1C,IAAA,uCAAmB,EAAC,MAAM,EAAE,OAAO,CAAC;SACrC,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC;AAVD,oCAUC"}
|
|
@@ -4,19 +4,6 @@
|
|
|
4
4
|
.o-panel {
|
|
5
5
|
width: 100%;
|
|
6
6
|
height: 100%;
|
|
7
|
-
overflow: auto;
|
|
8
|
-
|
|
9
|
-
> div {
|
|
10
|
-
// height: 100%;
|
|
11
|
-
|
|
12
|
-
&:nth-child(1) {
|
|
13
|
-
padding: toRem(19) toRem(16) 0 toRem(16);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&:nth-child(n + 2) {
|
|
17
|
-
padding: 0 toRem(16) toRem(19) toRem(16);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
7
|
|
|
21
8
|
&__header {
|
|
22
9
|
display: flex;
|
|
@@ -24,6 +11,7 @@
|
|
|
24
11
|
align-items: flex-start;
|
|
25
12
|
flex-direction: row-reverse;
|
|
26
13
|
margin-bottom: toRem(20);
|
|
14
|
+
padding: toRem(19) toRem(16) 0 toRem(16);
|
|
27
15
|
|
|
28
16
|
.a-btn {
|
|
29
17
|
transform: translateY(2px);
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
display: flex;
|
|
7
7
|
flex-direction: column;
|
|
8
8
|
height: auto;
|
|
9
|
+
padding: 0 toRem(16) toRem(19) toRem(16);
|
|
9
10
|
|
|
10
11
|
&__list {
|
|
11
12
|
display: flex;
|
|
@@ -36,73 +37,56 @@
|
|
|
36
37
|
}
|
|
37
38
|
}
|
|
38
39
|
|
|
39
|
-
&
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
&__panel {
|
|
41
|
+
height: 100%;
|
|
42
|
+
overflow: scroll;
|
|
43
|
+
@include outlineOnFocus($border-radius: 3px);
|
|
42
44
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
.a-h4 {
|
|
46
|
+
margin-bottom: toRem(14);
|
|
47
|
+
font-size: toRem(14);
|
|
48
|
+
}
|
|
47
49
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
50
|
+
.a-p {
|
|
51
|
+
strong {
|
|
52
|
+
font-weight: 500;
|
|
52
53
|
}
|
|
54
|
+
}
|
|
53
55
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
&:before {
|
|
63
|
-
@extend %contentBeforeAbsoluteFull;
|
|
64
|
-
left: -10px;
|
|
65
|
-
right: -10px;
|
|
66
|
-
}
|
|
56
|
+
&__content {
|
|
57
|
+
&__actions {
|
|
58
|
+
position: relative;
|
|
59
|
+
display: flex;
|
|
60
|
+
justify-content: space-between;
|
|
61
|
+
width: 100%;
|
|
62
|
+
padding: toRem(10) 0;
|
|
67
63
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
gap: toRem(5);
|
|
74
|
-
padding-right: toRem(10);
|
|
75
|
-
}
|
|
64
|
+
&:before {
|
|
65
|
+
@extend %contentBeforeAbsoluteFull;
|
|
66
|
+
left: -10px;
|
|
67
|
+
right: -10px;
|
|
68
|
+
}
|
|
76
69
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
70
|
+
&__text {
|
|
71
|
+
position: relative;
|
|
72
|
+
z-index: 1;
|
|
73
|
+
display: inline-flex;
|
|
74
|
+
align-items: center;
|
|
75
|
+
gap: toRem(5);
|
|
76
|
+
padding-right: toRem(10);
|
|
83
77
|
}
|
|
84
|
-
}
|
|
85
78
|
|
|
86
|
-
|
|
87
|
-
|
|
79
|
+
&__buttons {
|
|
80
|
+
display: flex;
|
|
81
|
+
justify-content: flex-end;
|
|
82
|
+
gap: toRem(5);
|
|
83
|
+
cursor: pointer;
|
|
84
|
+
}
|
|
88
85
|
}
|
|
89
86
|
}
|
|
90
87
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
content: '';
|
|
94
|
-
position: absolute;
|
|
95
|
-
top: toRem(-22);
|
|
96
|
-
width: 100%;
|
|
97
|
-
border-top-width: 1px;
|
|
98
|
-
border-top-style: solid;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.a-btn[type='submit'] {
|
|
102
|
-
float: right;
|
|
103
|
-
clear: both;
|
|
104
|
-
margin-top: 15px;
|
|
105
|
-
}
|
|
88
|
+
&.is-hidden {
|
|
89
|
+
display: none;
|
|
106
90
|
}
|
|
107
91
|
}
|
|
108
92
|
}
|
|
@@ -4,8 +4,6 @@ import { IntegrationError } from '../../../store/supervision-api.model';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SupervisionIntegrationErrorsSelectComponent {
|
|
6
6
|
private store;
|
|
7
|
-
tab: number;
|
|
8
|
-
compId: number;
|
|
9
7
|
currentIntegrationError$: Observable<IntegrationError | null | undefined>;
|
|
10
8
|
constructor(store: Store<any>);
|
|
11
9
|
closePanel(): void;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { Store } from '@ngrx/store';
|
|
3
|
+
import { PryBaseAccess } from '@provoly/dashboard';
|
|
3
4
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
5
|
import { ToolboxAction } from '../toolbox.model';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class ToolboxComponent implements OnInit {
|
|
8
|
+
private role;
|
|
7
9
|
actions$: BehaviorSubject<ToolboxAction[]>;
|
|
8
10
|
_dropdownActions$: BehaviorSubject<{
|
|
9
11
|
name: string;
|
|
@@ -22,11 +24,11 @@ export declare class ToolboxComponent implements OnInit {
|
|
|
22
24
|
name: string;
|
|
23
25
|
order: number;
|
|
24
26
|
}[]);
|
|
25
|
-
constructor(store: Store);
|
|
27
|
+
constructor(store: Store, role: PryBaseAccess);
|
|
26
28
|
ngOnInit(): void;
|
|
27
29
|
openDropdown($event: Event): void;
|
|
28
30
|
closeDropdown($event: Event | void): void;
|
|
29
31
|
getOrder(actionName: string): number | undefined;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolboxComponent,
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToolboxComponent, [null, { optional: true; }]>;
|
|
31
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "pry-toolbox", never, { "displayLabels": { "alias": "displayLabels"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "dropdownActions": { "alias": "dropdownActions"; "required": false; }; }, {}, never, never, false, never>;
|
|
32
34
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
|
-
import { ToolboxActionComponent } from './components/toolbox-action/toolbox-action.component';
|
|
3
2
|
import { PryAccessCheck } from '@provoly/dashboard';
|
|
3
|
+
import { ToolboxActionComponent } from './components/toolbox-action/toolbox-action.component';
|
|
4
4
|
export interface ToolboxAction {
|
|
5
5
|
name: string;
|
|
6
6
|
component: Type<ToolboxActionComponent>;
|
|
@@ -117,15 +117,12 @@ export declare class WidgetMapComponent extends DataWidgetComponent implements A
|
|
|
117
117
|
changeParamTiled($event: boolean, layer: MapWMSLayerLayerOptions): void;
|
|
118
118
|
changeMatrixSet($event: Event, layer: MapWMTSLayerLayerOptions): void;
|
|
119
119
|
changeParamStyle($event: Event, layer: MapWMTSLayerLayerOptions): void;
|
|
120
|
-
export(
|
|
120
|
+
export(): void;
|
|
121
121
|
toImage(): Promise<string>;
|
|
122
|
-
import(event: Event | DragEvent): void;
|
|
123
122
|
changeClustered(layer: MapWidgetMarkerLayerOptions, $event: boolean): void;
|
|
124
123
|
changeClusterDistance(layer: MapWidgetMarkerLayerOptions, $event: Event): void;
|
|
125
124
|
hideAddress(): void;
|
|
126
125
|
changeOpacity(layer: MapWidgetLayerOptions, $event: string): void;
|
|
127
|
-
displayExportType($event: MouseEvent): void;
|
|
128
|
-
hideExportType(): void;
|
|
129
126
|
getWMSLayers(): import("ol/layer/Layer").default<import("ol/source/Source").default, import("ol/renderer/Layer").default<any>>[];
|
|
130
127
|
isLayerRendered(layer: any): boolean;
|
|
131
128
|
isLayerVisible(layer: any): boolean;
|