@dpuse/dpuse-shared 0.3.622 → 0.3.627

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.
Files changed (36) hide show
  1. package/dist/{locale-CrC0-wPd.js → componentConfig.schema-CpjcH9JV.js} +68 -21
  2. package/dist/dpuse-shared-component.es.js +38 -11
  3. package/dist/{dpuse-shared-dataview.es.js → dpuse-shared-componentDataView.es.js} +1 -1
  4. package/dist/dpuse-shared-componentEventQuery.es.js +0 -0
  5. package/dist/dpuse-shared-componentModule.es.js +0 -0
  6. package/dist/dpuse-shared-componentModuleConnector.es.js +88 -0
  7. package/dist/dpuse-shared-componentModuleContext.es.js +16 -0
  8. package/dist/dpuse-shared-componentModulePresenter.es.js +15 -0
  9. package/dist/dpuse-shared-componentModulePresenterPresentation.es.js +0 -0
  10. package/dist/{dpuse-shared-tools.es.js → dpuse-shared-componentModuleTool.es.js} +1 -1
  11. package/dist/dpuse-shared-locale.es.js +27 -2
  12. package/dist/{moduleConfig.schema-Ct8Q53dE.js → moduleConfig.schema-DE8ldb7c.js} +4 -5
  13. package/dist/types/src/component/connection/index.d.ts +8 -30
  14. package/dist/types/src/component/dataView/index.d.ts +0 -66
  15. package/dist/types/src/component/index.d.ts +2 -2
  16. package/dist/types/src/component/module/connector/index.d.ts +32 -114
  17. package/dist/types/src/component/module/context/contextConfig.schema.d.ts +0 -3
  18. package/dist/types/src/component/module/context/index.d.ts +10 -10
  19. package/dist/types/src/component/module/index.d.ts +2 -5
  20. package/dist/types/src/component/module/presenter/index.d.ts +2 -5
  21. package/dist/types/src/component/module/presenter/{presentation.d.ts → presentation/index.d.ts} +2 -3
  22. package/dist/types/src/component/module/presenter/presenterConfig.schema.d.ts +0 -3
  23. package/dist/types/src/component/module/tool/index.d.ts +5 -0
  24. package/dist/types/src/encoding/index.d.ts +4 -17
  25. package/dist/types/src/engine/index.d.ts +1 -1
  26. package/dist/types/src/locale/index.d.ts +5 -8
  27. package/dist/types/src/locale/locale.schema.d.ts +8 -0
  28. package/dist/types/src/utilities/index.d.ts +0 -3
  29. package/package.json +26 -10
  30. package/dist/componentConfig.schema-Bvr66FJf.js +0 -68
  31. package/dist/dpuse-shared-connector.es.js +0 -76
  32. package/dist/dpuse-shared.es.js +0 -26
  33. package/dist/types/src/component/tool/index.d.ts +0 -13
  34. package/dist/types/src/index.d.ts +0 -28
  35. /package/dist/{dpuse-shared-connection.es.js → dpuse-shared-componentConnection.es.js} +0 -0
  36. /package/dist/{dpuse-shared-module.es.js → dpuse-shared-componentDimension.es.js} +0 -0
@@ -1,13 +0,0 @@
1
- import { ModuleConfig } from '../module';
2
- /**
3
- * Tool configuration.
4
- */
5
- interface ToolConfig extends ModuleConfig {
6
- typeId: 'tool';
7
- }
8
- /**
9
- * Load tool.
10
- */
11
- declare function loadTool<T>(toolConfigs: ToolConfig[], toolId: string): Promise<T>;
12
- export { loadTool };
13
- export type { ToolConfig };
@@ -1,28 +0,0 @@
1
- /**
2
- * Shared composables, constants, errors, interfaces, schemas, types and utilities.
3
- */
4
- /** Interfaces/Types - Context. */
5
- export { contextConfigSchema } from './component/module/context';
6
- export type { Context, ContextConfig, ContextLocalisedConfig, ListContextOptions, ContextListResult, ContextOperation } from './component/module/context';
7
- /** Interfaces/Types - Context model. */
8
- export type { ContextModelGroupConfig, ContextModelGroupLocalisedConfig, ContextModelConfig, ContextModelLocalisedConfig } from './component/module/context';
9
- /** Interfaces/Types - Context model dimension. */
10
- export type { ContextModelDimensionGroupConfig, ContextModelDimensionGroupLocalisedConfig, ContextModelDimensionConfig, ContextModelDimensionLocalisedConfig, ContextModelDimensionHierarchyConfig, ContextModelDimensionHierarchyLocalisedConfig } from './component/module/context';
11
- /** Interfaces/Types - Context model entity. */
12
- export type { ContextModelEntityGroupConfig, ContextModelEntityGroupLocalisedConfig, ContextModelEntityConfig, ContextModelEntityLocalisedConfig, ContextModelEntityDataItemConfig, // Data items.
13
- ContextModelEntityDataItemLocalisedConfig, ContextModelEntityEventConfig, // Events.
14
- ContextModelEntityEventLocalisedConfig, ContextModelEntityPrimaryMeasureConfig, // Primary measures.
15
- ContextModelEntityPrimaryMeasureLocalisedConfig } from './component/module/context';
16
- /** Interfaces/Types - Context model secondary measure. */
17
- export type { ContextModelSecondaryMeasureGroupConfig, ContextModelSecondaryMeasureGroupLocalisedConfig, ContextModelSecondaryMeasureConfig, ContextModelSecondaryMeasureLocalisedConfig } from './component/module/context';
18
- /** Interfaces/Types - Dimension. */
19
- export type { DimensionConfig, DimensionLocalisedConfig } from './component/dimension';
20
- /** Interfaces/Types - Event query. */
21
- export type { EventQueryConfig, EventQueryLocalisedConfig } from './component/eventQuery';
22
- /** Interfaces/Types */
23
- export { presenterConfigSchema } from './component/module/presenter';
24
- export type { Presenter, PresenterConfig, PresenterLocalisedConfig, PresenterOperation } from './component/module/presenter';
25
- /** Interfaces/Types - Presenter presentation. */
26
- export type { PresentationConfig, PresentationView } from './component/module/presenter/presentation';
27
- export type { PresentationCategoryId, PresentationCartesianTypeId, PresentationPolarTypeId, PresentationRangeTypeId, PresentationVisualConfig, PresentationVisualContentConfig, PresentationVisualViewConfig, PresentationVisualCartesianChartViewConfig, PresentationVisualChordDiagramViewConfig, PresentationVisualPeriodFlowBoundariesChartViewConfig, PresentationVisualPolarChartViewConfig, PresentationVisualRangeChartViewConfig, PresentationVisualSankeyDiagramViewConfig, PresentationVisualStreamGraphViewConfig, PresentationVisualValueTableViewConfig } from './component/module/presenter/presentation';
28
- /** Utilities */