@provoly/dashboard 0.24.7 → 0.24.9
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/core/model/display-options.interface.mjs +3 -1
- package/esm2022/toolbox/components/edit-mode-action/edit-mode-action.component.mjs +3 -3
- package/esm2022/toolbox/components/toolbox.component.mjs +3 -4
- package/esm2022/toolbox/toolbox.model.mjs +9 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +27 -20
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +2 -0
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/model/display-options.interface.d.ts +1 -0
- package/package.json +7 -7
- package/toolbox/components/edit-mode-action/edit-mode-action.component.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.9",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -234,18 +234,18 @@
|
|
|
234
234
|
"esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
235
235
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
|
|
236
236
|
},
|
|
237
|
-
"./pipeline-components/subgraph": {
|
|
238
|
-
"types": "./pipeline-components/subgraph/index.d.ts",
|
|
239
|
-
"esm2022": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
240
|
-
"esm": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
241
|
-
"default": "./fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs"
|
|
242
|
-
},
|
|
243
237
|
"./pipeline-components/output-dataset": {
|
|
244
238
|
"types": "./pipeline-components/output-dataset/index.d.ts",
|
|
245
239
|
"esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
|
|
246
240
|
"esm": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
|
|
247
241
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs"
|
|
248
242
|
},
|
|
243
|
+
"./pipeline-components/subgraph": {
|
|
244
|
+
"types": "./pipeline-components/subgraph/index.d.ts",
|
|
245
|
+
"esm2022": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
246
|
+
"esm": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
247
|
+
"default": "./fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs"
|
|
248
|
+
},
|
|
249
249
|
"./tooltips/attribute": {
|
|
250
250
|
"types": "./tooltips/attribute/index.d.ts",
|
|
251
251
|
"esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
|
|
@@ -13,5 +13,5 @@ export declare class EditModeActionComponent extends ToolboxActionComponent {
|
|
|
13
13
|
constructor(store: Store<any>);
|
|
14
14
|
toggleEditionMode(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<EditModeActionComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EditModeActionComponent, "pry-edit-mode-
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditModeActionComponent, "pry-edit-mode-action", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|