@kosdev-code/kos-ddk-model-components 0.1.0-dev.5077 → 0.1.0-dev.5096
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/components/calibrate-modal/calibrate-modal.d.ts +1 -1
- package/components/calibrate-modal/calibrate-modal.d.ts.map +1 -1
- package/components/carb-tank/detail/agitator.d.ts +9 -0
- package/components/carb-tank/detail/agitator.d.ts.map +1 -0
- package/components/carb-tank/index.d.ts +3 -0
- package/components/carb-tank/index.d.ts.map +1 -0
- package/components/carb-tank/summary/agitator.d.ts +9 -0
- package/components/carb-tank/summary/agitator.d.ts.map +1 -0
- package/components/diagnostics-modal/diagnostics-modal.d.ts +1 -1
- package/components/diagnostics-modal/diagnostics-modal.d.ts.map +1 -1
- package/components/holders/holder-group-view.d.ts.map +1 -1
- package/components/index.d.ts +3 -1
- package/components/index.d.ts.map +1 -1
- package/components/probe-view/index.d.ts +2 -0
- package/components/probe-view/index.d.ts.map +1 -0
- package/components/probe-view/probe-view.d.ts +8 -0
- package/components/probe-view/probe-view.d.ts.map +1 -0
- package/components/pump-cards/cgp-pump-card/cgp-pump-card.d.ts +9 -0
- package/components/pump-cards/cgp-pump-card/cgp-pump-card.d.ts.map +1 -0
- package/components/pump-cards/cgp-pump-card/index.d.ts +2 -0
- package/components/pump-cards/cgp-pump-card/index.d.ts.map +1 -0
- package/components/pump-cards/index.d.ts +1 -0
- package/components/pump-cards/index.d.ts.map +1 -1
- package/components/spm-field-calibration/spm-field-calibration-modal.d.ts +1 -1
- package/components/spm-field-calibration/spm-field-calibration-modal.d.ts.map +1 -1
- package/hooks/holder-experience/holder-experience.d.ts.map +1 -1
- package/index.cjs +91 -57
- package/index.js +2238 -2093
- package/package.json +7 -7
- package/utils/companion-utils.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kosdev-code/kos-ddk-model-components",
|
|
3
|
-
"version": "0.1.0-dev.
|
|
3
|
+
"version": "0.1.0-dev.5096",
|
|
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": "~0.1.0-dev.
|
|
15
|
-
"@kosdev-code/kos-dispense-sdk": "~0.1.0-dev.
|
|
16
|
-
"@kosdev-code/kos-ddk-components": "~0.1.0-dev.
|
|
17
|
-
"@kosdev-code/kos-ddk-models": "~0.1.0-dev.
|
|
18
|
-
"@kosdev-code/kos-ddk-styles": "~0.1.0-dev.
|
|
14
|
+
"@kosdev-code/kos-ui-sdk": "~0.1.0-dev.5096",
|
|
15
|
+
"@kosdev-code/kos-dispense-sdk": "~0.1.0-dev.5096",
|
|
16
|
+
"@kosdev-code/kos-ddk-components": "~0.1.0-dev.5096",
|
|
17
|
+
"@kosdev-code/kos-ddk-models": "~0.1.0-dev.5096",
|
|
18
|
+
"@kosdev-code/kos-ddk-styles": "~0.1.0-dev.5096"
|
|
19
19
|
},
|
|
20
20
|
"kos": {
|
|
21
21
|
"build": {
|
|
22
|
-
"gitHash": "
|
|
22
|
+
"gitHash": "acb3b3f3cad9d8d9d150ec7ccb1bb9aa14e0f5e6"
|
|
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":"
|
|
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"}
|