@kosdev-code/kos-ddk-model-components 2.1.0 → 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 (62) 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/extensions/index.d.ts +4 -5
  34. package/extensions/index.d.ts.map +1 -1
  35. package/hooks/actions/use-pump-action.d.ts +113 -1
  36. package/hooks/actions/use-pump-action.d.ts.map +1 -1
  37. package/hooks/calibration/index.d.ts +2 -0
  38. package/hooks/calibration/index.d.ts.map +1 -0
  39. package/hooks/calibration/use-pump-calibration.d.ts +93 -0
  40. package/hooks/calibration/use-pump-calibration.d.ts.map +1 -0
  41. package/hooks/extensions/use-view-extensions.d.ts.map +1 -1
  42. package/hooks/holder-experience/holder-experience.d.ts.map +1 -1
  43. package/hooks/index.d.ts +1 -0
  44. package/hooks/index.d.ts.map +1 -1
  45. package/hooks/plugin-extensions/use-plugin-extensions.d.ts +1 -1
  46. package/hooks/plugin-extensions/use-plugin-extensions.d.ts.map +1 -1
  47. package/index.cjs +91 -57
  48. package/index.js +2265 -2025
  49. package/package.json +4 -4
  50. package/utils/companion-utils.d.ts.map +1 -1
  51. package/utils/index.d.ts +1 -0
  52. package/utils/index.d.ts.map +1 -1
  53. package/utils/registration/constants/extension-points.d.ts +12 -0
  54. package/utils/registration/constants/extension-points.d.ts.map +1 -0
  55. package/utils/registration/extensions/index.d.ts +2 -0
  56. package/utils/registration/extensions/index.d.ts.map +1 -0
  57. package/utils/registration/index.d.ts +2 -0
  58. package/utils/registration/index.d.ts.map +1 -0
  59. package/utils/registration/registration-utils.d.ts +5 -0
  60. package/utils/registration/registration-utils.d.ts.map +1 -0
  61. package/extensions/utilities-extension.d.ts +0 -47
  62. package/extensions/utilities-extension.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kosdev-code/kos-ddk-model-components",
3
- "version": "2.1.0",
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.1",
15
- "@kosdev-code/kos-dispense-sdk": "~2.1.1",
14
+ "@kosdev-code/kos-ui-sdk": "~2.1.0",
15
+ "@kosdev-code/kos-dispense-sdk": "~2.1.0",
16
16
  "@kosdev-code/kos-ddk-components": "~2.1.0",
17
17
  "@kosdev-code/kos-ddk-models": "~2.1.0",
18
18
  "@kosdev-code/kos-ddk-styles": "~2.1.0"
19
19
  },
20
20
  "kos": {
21
21
  "build": {
22
- "gitHash": "44209c3896236d2d701f11c536c35ec021ece847"
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"}
@@ -1,47 +0,0 @@
1
- /**
2
- * Utilities Extension Point with Explicit Registration
3
- *
4
- * This provides the utilities extension point for use across DDK applications
5
- * with explicit registration pattern to avoid circular dependencies.
6
- */
7
- interface UtilityComponentProps {
8
- onComplete?: () => void;
9
- customData?: any;
10
- [key: string]: any;
11
- }
12
- /**
13
- * Utilities extension point that replaces legacy util-reducer behavior
14
- *
15
- * Uses explicit registration pattern to avoid circular dependencies
16
- * and make the extension point system more predictable.
17
- */
18
- export declare const UtilitiesExtension: import('../../../../sdk/kos-ui-plugin/src/lib/utils/index.ts').ViewExtensionPointDefinition<{
19
- id: string;
20
- namespace: string;
21
- title: string;
22
- experienceId: string;
23
- utilDescriptor: string;
24
- } | {
25
- id: string;
26
- namespace: string;
27
- title: string;
28
- experienceId: string;
29
- utilDescriptor: string;
30
- rank?: unknown;
31
- }, {
32
- id: string;
33
- namespace: string;
34
- title: string;
35
- experienceId: string;
36
- utilDescriptor: string;
37
- } | {
38
- id: string;
39
- namespace: string;
40
- title: string;
41
- experienceId: string;
42
- utilDescriptor: string;
43
- rank?: unknown;
44
- }, UtilityComponentProps>;
45
- export declare const EXTENSION_POINT_UTIL: string;
46
- export {};
47
- //# sourceMappingURL=utilities-extension.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utilities-extension.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-model-components/src/extensions/utilities-extension.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AA6BH,UAAU,qBAAqB;IAC7B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAGD;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;yBAoC7B,CAAC;AAGH,eAAO,MAAM,oBAAoB,QAAe,CAAC"}