@kosdev-code/kos-ddk-model-components 2.1.1 → 2.1.2

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 (58) hide show
  1. package/components/calibrate-modal/calibrate-modal.d.ts +1 -1
  2. package/components/calibrate-modal/calibrate-modal.d.ts.map +1 -1
  3. package/components/carb-tank/detail/agitator.d.ts +9 -0
  4. package/components/carb-tank/detail/agitator.d.ts.map +1 -0
  5. package/components/carb-tank/index.d.ts +3 -0
  6. package/components/carb-tank/index.d.ts.map +1 -0
  7. package/components/carb-tank/summary/agitator.d.ts +9 -0
  8. package/components/carb-tank/summary/agitator.d.ts.map +1 -0
  9. package/components/diagnostics-modal/diagnostics-modal.d.ts +1 -1
  10. package/components/diagnostics-modal/diagnostics-modal.d.ts.map +1 -1
  11. package/components/holders/holder-card.d.ts.map +1 -1
  12. package/components/holders/holder-group-view.d.ts.map +1 -1
  13. package/components/holders/macro-holder-card.d.ts.map +1 -1
  14. package/components/ice-agitator/detail/agitator.d.ts.map +1 -1
  15. package/components/ice-agitator/summary/agitator.d.ts.map +1 -1
  16. package/components/index.d.ts +3 -1
  17. package/components/index.d.ts.map +1 -1
  18. package/components/plugin-tabs/plugin-tabs.d.ts.map +1 -1
  19. package/components/probe-view/index.d.ts +2 -0
  20. package/components/probe-view/index.d.ts.map +1 -0
  21. package/components/probe-view/probe-view.d.ts +8 -0
  22. package/components/probe-view/probe-view.d.ts.map +1 -0
  23. package/components/pump-cards/cgp-pump-card/cgp-pump-card.d.ts +9 -0
  24. package/components/pump-cards/cgp-pump-card/cgp-pump-card.d.ts.map +1 -0
  25. package/components/pump-cards/cgp-pump-card/index.d.ts +2 -0
  26. package/components/pump-cards/cgp-pump-card/index.d.ts.map +1 -0
  27. package/components/pump-cards/index.d.ts +1 -0
  28. package/components/pump-cards/index.d.ts.map +1 -1
  29. package/components/pump-cards/super-pump/super-pump-card.d.ts.map +1 -1
  30. package/components/software/software.d.ts.map +1 -1
  31. package/components/spm-field-calibration/spm-field-calibration-modal.d.ts +1 -1
  32. package/components/spm-field-calibration/spm-field-calibration-modal.d.ts.map +1 -1
  33. package/hooks/actions/use-pump-action.d.ts +113 -1
  34. package/hooks/actions/use-pump-action.d.ts.map +1 -1
  35. package/hooks/calibration/index.d.ts +2 -0
  36. package/hooks/calibration/index.d.ts.map +1 -0
  37. package/hooks/calibration/use-pump-calibration.d.ts +93 -0
  38. package/hooks/calibration/use-pump-calibration.d.ts.map +1 -0
  39. package/hooks/extensions/use-view-extensions.d.ts.map +1 -1
  40. package/hooks/holder-experience/holder-experience.d.ts.map +1 -1
  41. package/hooks/index.d.ts +1 -0
  42. package/hooks/index.d.ts.map +1 -1
  43. package/hooks/plugin-extensions/use-plugin-extensions.d.ts +1 -1
  44. package/hooks/plugin-extensions/use-plugin-extensions.d.ts.map +1 -1
  45. package/index.cjs +91 -57
  46. package/index.js +2605 -2337
  47. package/package.json +7 -7
  48. package/utils/companion-utils.d.ts.map +1 -1
  49. package/utils/index.d.ts +1 -0
  50. package/utils/index.d.ts.map +1 -1
  51. package/utils/registration/constants/extension-points.d.ts +12 -0
  52. package/utils/registration/constants/extension-points.d.ts.map +1 -0
  53. package/utils/registration/extensions/index.d.ts +2 -0
  54. package/utils/registration/extensions/index.d.ts.map +1 -0
  55. package/utils/registration/index.d.ts +2 -0
  56. package/utils/registration/index.d.ts.map +1 -0
  57. package/utils/registration/registration-utils.d.ts +5 -0
  58. package/utils/registration/registration-utils.d.ts.map +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kosdev-code/kos-ddk-model-components",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "type": "module",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -11,15 +11,15 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@kosdev-code/kos-ui-sdk": "~2.1.2",
15
- "@kosdev-code/kos-dispense-sdk": "~2.1.2",
16
- "@kosdev-code/kos-ddk-components": "~2.1.1",
17
- "@kosdev-code/kos-ddk-models": "~2.1.1",
18
- "@kosdev-code/kos-ddk-styles": "~2.1.1"
14
+ "@kosdev-code/kos-ui-sdk": "~2.1.0",
15
+ "@kosdev-code/kos-dispense-sdk": "~2.1.0",
16
+ "@kosdev-code/kos-ddk-components": "~2.1.0",
17
+ "@kosdev-code/kos-ddk-models": "~2.1.0",
18
+ "@kosdev-code/kos-ddk-styles": "~2.1.0"
19
19
  },
20
20
  "kos": {
21
21
  "build": {
22
- "gitHash": "61a3abcdecff6c02b084e4f5bf6cc0362bbf51a9"
22
+ "gitHash": "424ce681eaa2f82db88daaaa810780ec0bde0952"
23
23
  }
24
24
  },
25
25
  "publishConfig": {
@@ -1 +1 @@
1
- {"version":3,"file":"companion-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-model-components/src/utils/companion-utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAE/D,eAAO,MAAM,eAAe,cAAe,SAAS,uBAWnD,CAAC"}
1
+ {"version":3,"file":"companion-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-model-components/src/utils/companion-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAQ/D,eAAO,MAAM,eAAe,cAAe,SAAS,uBAanD,CAAC"}
package/utils/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './companion-utils';
2
2
  export * from './extension-utils';
3
3
  export * from './plugin-visibility-extension';
4
+ export * from './registration';
4
5
  export * from './troubles';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-model-components/src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-model-components/src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Extension Point IDs for JSON-defined extension points
3
+ *
4
+ * These constants provide type-safe references to JSON-defined extension points
5
+ * and can be used anywhere the extension point ID is needed.
6
+ */
7
+ export declare const EXTENSION_POINT_IDS: {
8
+ /** Utilities extension point for DDK applications */
9
+ readonly UTILITIES: "ddk.ncui.utilities";
10
+ };
11
+ export declare const UTILITIES_EXTENSION_ID: "ddk.ncui.utilities";
12
+ //# sourceMappingURL=extension-points.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extension-points.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/utils/registration/constants/extension-points.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,mBAAmB;IAC9B,qDAAqD;;CAE7C,CAAC;AAGX,eAAO,MAAM,sBAAsB,sBAAgC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/utils/registration/extensions/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './registration-utils';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/utils/registration/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,5 @@
1
+
2
+ export declare const initDDKRegistration: () => {
3
+ KosCoreContextProvider: import('react').FunctionComponent<import('packages/sdk/kos-ui-sdk/src/ui/contexts/kos-core-context').ProviderProps>;
4
+ };
5
+ //# sourceMappingURL=registration-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registration-utils.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/utils/registration/registration-utils.ts"],"names":[],"mappings":";AACA,OAAO,cAAc,CAAC;AAsCtB,eAAO,MAAM,mBAAmB;;CAkG/B,CAAC"}