@agridea/suibi-module 0.1.0-preview.8 → 0.1.0-preview.87d1ce6

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 (69) hide show
  1. package/dist/elements/browser/main.js +75 -64
  2. package/dist/elements/browser/styles.css +1 -1
  3. package/dist/elements/browser/suibi-module-latest.css +1 -1
  4. package/dist/elements/browser/suibi-module-latest.js +75 -64
  5. package/dist/elements/browser/{suibi-module.v0.1.0-preview.8.css → suibi-module.v0.1.0-preview.87d1ce6.css} +1 -1
  6. package/dist/elements/browser/suibi-module.v0.1.0-preview.87d1ce6.js +78 -0
  7. package/dist/elements/browser/suibi-theme-dark.css +1 -1
  8. package/dist/elements/browser/version.txt +1 -1
  9. package/dist/elements/browser/wc-global-utilities.css +1 -0
  10. package/dist/types/app/app.d.ts +14 -6
  11. package/dist/types/app/components/add-dashed-button/add-dashed-button.component.d.ts +9 -0
  12. package/dist/types/app/components/data-preview/data-preview.component.d.ts +12 -0
  13. package/dist/types/app/components/empty-state/empty-state.component.d.ts +12 -0
  14. package/dist/types/app/components/module-placeholder-page/module-placeholder-page.component.d.ts +6 -0
  15. package/dist/types/app/components/planning-result/planning-result.component.d.ts +46 -0
  16. package/dist/types/app/components/planning-result/planning-trigger.component.d.ts +13 -0
  17. package/dist/types/app/components/results-page/results-page.component.d.ts +4 -0
  18. package/dist/types/app/components/suissebilanz-dashboard/gauge-arc.component.d.ts +47 -0
  19. package/dist/types/app/components/suissebilanz-dashboard/suissebilanz-dashboard.component.d.ts +24 -0
  20. package/dist/types/app/components/suissebilanz-dashboard/suissebilanz-metrics.service.d.ts +21 -0
  21. package/dist/types/app/components/suissebilanz-dashboard/suissebilanz-minibar.component.d.ts +19 -0
  22. package/dist/types/app/components/validation-page/validation-page.component.d.ts +17 -0
  23. package/dist/types/app/components/welcome-page/metadata.types.d.ts +1 -0
  24. package/dist/types/app/components/welcome-page/welcome-page.component.d.ts +28 -0
  25. package/dist/types/app/components/workflow-stepper/workflow-stepper.component.d.ts +52 -0
  26. package/dist/types/app/core/data/naebi-data.service.d.ts +28 -7
  27. package/dist/types/app/core/error/global-error-handler.d.ts +6 -0
  28. package/dist/types/app/core/events/suibi-data-emitter.service.d.ts +13 -0
  29. package/dist/types/app/core/events/suibi-data-event.d.ts +26 -0
  30. package/dist/types/app/core/master-data/master-data.service.d.ts +13 -1
  31. package/dist/types/app/core/metadata/suibi-metadata.service.d.ts +6 -0
  32. package/dist/types/app/core/metadata/suibi-metadata.types.d.ts +8 -0
  33. package/dist/types/app/core/navigation/navigation.service.d.ts +26 -5
  34. package/dist/types/app/core/planning/planning-balance.service.d.ts +37 -0
  35. package/dist/types/app/core/planning/planning-balance.types.d.ts +206 -0
  36. package/dist/types/app/core/planning/planning-balance.utils.d.ts +10 -0
  37. package/dist/types/app/core/schemas/schema-localization.util.d.ts +18 -0
  38. package/dist/types/app/core/telemetry/telemetry.service.d.ts +12 -0
  39. package/dist/types/app/core/utils/object.util.d.ts +24 -0
  40. package/dist/types/app/core/validation/capabilities.d.ts +5 -5
  41. package/dist/types/app/core/validation/global-validation.service.d.ts +13 -4
  42. package/dist/types/app/header-bar.d.ts +2 -7
  43. package/dist/types/app/jsonforms/registry/renderers.registry.d.ts +8 -0
  44. package/dist/types/app/jsonforms/renderers/controls/selects/code-list/code-list-select.renderer.d.ts +8 -0
  45. package/dist/types/app/jsonforms/renderers/layout/array/array-layout.renderer.d.ts +43 -0
  46. package/dist/types/app/jsonforms/renderers/layout/categorization/selected-category-categorization.renderer.d.ts +34 -0
  47. package/dist/types/app/{animal-stock → nutrient-cycle/animal-stock}/animal-stock-detail.component.d.ts +1 -1
  48. package/dist/types/app/{animal-stock → nutrient-cycle/animal-stock}/animal-stock-master-detail.component.d.ts +4 -1
  49. package/dist/types/app/{animal-stock → nutrient-cycle/animal-stock}/animal-stock.types.d.ts +6 -6
  50. package/dist/types/app/nutrient-cycle/animal-stock/index.d.ts +4 -0
  51. package/dist/types/app/nutrient-cycle/farm-manure-trading/farm-manure-trading-detail.component.d.ts +27 -0
  52. package/dist/types/app/nutrient-cycle/farm-manure-trading/farm-manure-trading-list.component.d.ts +23 -0
  53. package/dist/types/app/nutrient-cycle/farm-manure-trading/farm-manure-trading-master-detail.component.d.ts +25 -0
  54. package/dist/types/app/nutrient-cycle/farm-manure-trading/farm-manure-trading.types.d.ts +27 -0
  55. package/dist/types/app/nutrient-cycle/farm-manure-trading/index.d.ts +4 -0
  56. package/dist/types/app/nutrient-cycle/farm-manure-trading/transaction-unit.util.d.ts +1 -0
  57. package/dist/types/app/nutrient-cycle/field-spreading/field-spreading.component.d.ts +21 -0
  58. package/dist/types/app/nutrient-cycle/field-spreading/field-spreading.types.d.ts +43 -0
  59. package/dist/types/app/nutrient-cycle/field-spreading/index.d.ts +2 -0
  60. package/dist/types/app/nutrient-cycle/lifetime-performance/lifetime-performance-form.component.d.ts +27 -0
  61. package/dist/types/app/nutrient-cycle/lifetime-performance/lifetime-performance.types.d.ts +5 -0
  62. package/dist/types/environments/environment.d.ts +11 -0
  63. package/dist/types/public-api.d.ts +2 -0
  64. package/dist/types/shared/material-icons.d.ts +3 -3
  65. package/package.json +2 -1
  66. package/dist/elements/browser/suibi-module.v0.1.0-preview.8.js +0 -67
  67. package/dist/types/app/data-preview.d.ts +0 -7
  68. package/dist/types/app/welcome-page.d.ts +0 -4
  69. /package/dist/types/app/{animal-stock → nutrient-cycle/animal-stock}/animal-stock-list.component.d.ts +0 -0
@@ -1,7 +0,0 @@
1
- import { NaebiDataService } from './core/data/naebi-data.service';
2
- export declare class DataPreviewComponent {
3
- readonly naebi: NaebiDataService;
4
- private readonly host;
5
- constructor(naebi: NaebiDataService);
6
- emitData(): void;
7
- }
@@ -1,4 +0,0 @@
1
- export declare class WelcomePageComponent {
2
- startEvent: import("@angular/core").OutputEmitterRef<void>;
3
- start(): void;
4
- }