@provoly/dashboard 0.12.2 → 0.12.4
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/dataset/style/_o-pry-dataset-detail.scss +11 -2
- package/esm2022/admin/store/admin.service.mjs +2 -2
- package/esm2022/dataset/style/css.component.mjs +2 -2
- package/esm2022/import/components/import.component.mjs +25 -9
- package/esm2022/import/i18n/en.translations.mjs +4 -2
- package/esm2022/import/i18n/fr.translations.mjs +4 -2
- package/esm2022/import/store/import.actions.mjs +1 -1
- package/esm2022/import/store/import.effects.mjs +5 -3
- package/esm2022/import/store/import.reducer.mjs +1 -1
- package/esm2022/import/store/import.selectors.mjs +3 -1
- package/esm2022/import/store/import.service.mjs +12 -5
- package/esm2022/lib/core/components/upload/upload.component.mjs +2 -2
- package/esm2022/lib/dashboard/store/dashboard.effects.mjs +2 -1
- package/esm2022/lib/dashboard/store/dashboard.reducers.mjs +9 -5
- package/esm2022/pipeline/components/pipeline-list/pipeline-list.component.mjs +1 -7
- package/esm2022/pipeline/factory/pipeline-component-factory.service.mjs +5 -5
- package/esm2022/pipeline-components/filter/filter.module.mjs +2 -2
- package/esm2022/pipeline-components/filter/node-class/filter-node.class.mjs +2 -2
- package/esm2022/pipeline-components/input-datasource/input-datasource.module.mjs +2 -2
- package/esm2022/pipeline-components/input-datasource/node-class/input-datasourse-node.class.mjs +2 -2
- package/esm2022/pipeline-components/noop/noop.module.mjs +2 -2
- package/esm2022/pipeline-components/output-dataset/output-dataset.module.mjs +2 -2
- package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +2 -2
- package/fesm2022/provoly-dashboard-admin.mjs +1 -1
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-dataset.mjs +2 -2
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-import.mjs +47 -16
- package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +2 -2
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +2 -2
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-noop.mjs +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-noop.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline.mjs +5 -11
- package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +2 -2
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +10 -5
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/import/components/import.component.d.ts +11 -5
- package/import/i18n/en.translations.d.ts +3 -1
- package/import/i18n/fr.translations.d.ts +2 -0
- package/import/store/import.actions.d.ts +4 -2
- package/import/store/import.effects.d.ts +1 -1
- package/import/store/import.reducer.d.ts +1 -1
- package/import/store/import.selectors.d.ts +2 -1
- package/import/store/import.service.d.ts +1 -1
- package/package.json +18 -14
- package/pipeline/components/pipeline-list/pipeline-list.component.d.ts +1 -2
- package/pipeline/factory/pipeline-component-factory.service.d.ts +1 -2
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +202 -0
- package/schematics/ng-add/index.js.map +1 -0
- package/schematics/ng-add/index.spec.d.ts +1 -0
- package/schematics/ng-add/index.spec.js +42 -0
- package/schematics/ng-add/index.spec.js.map +1 -0
- package/schematics/ng-add/schema.d.ts +10 -0
- package/schematics/ng-add/schema.js +3 -0
- package/schematics/ng-add/schema.js.map +1 -0
- package/schematics/ng-add/schema.json +62 -0
- package/schematics/utils/file-contents.function.d.ts +2 -0
- package/schematics/utils/file-contents.function.js +12 -0
- package/schematics/utils/file-contents.function.js.map +1 -0
- package/schematics/utils/package-json.interface.d.ts +6 -0
- package/schematics/utils/package-json.interface.js +3 -0
- package/schematics/utils/package-json.interface.js.map +1 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.