@kosdev-code/kos-ddk-model-components 2.0.0 → 2.0.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.
- package/components/ice-agitator/detail/agitator.d.ts +9 -0
- package/components/ice-agitator/detail/agitator.d.ts.map +1 -0
- package/components/ice-agitator/index.d.ts +3 -0
- package/components/ice-agitator/index.d.ts.map +1 -0
- package/components/ice-agitator/summary/agitator.d.ts +9 -0
- package/components/ice-agitator/summary/agitator.d.ts.map +1 -0
- package/components/index.d.ts +2 -0
- package/components/index.d.ts.map +1 -1
- package/components/software/software.d.ts +3 -1
- package/components/software/software.d.ts.map +1 -1
- package/components/spm-field-calibration/index.d.ts +2 -0
- package/components/spm-field-calibration/index.d.ts.map +1 -0
- package/components/spm-field-calibration/spm-field-calibration-modal.d.ts +11 -0
- package/components/spm-field-calibration/spm-field-calibration-modal.d.ts.map +1 -0
- package/hooks/holder-experience/holder-experience.d.ts +2 -2
- package/hooks/holder-experience/holder-experience.d.ts.map +1 -1
- package/index.cjs +76 -48
- package/index.js +1605 -1265
- package/package.json +7 -7
- package/utils/companion-utils.d.ts.map +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FreestyleAssemblyModel, IceAgitatorModel } from '../../../../../../sdk/kos-freestyle-sdk/src/index.ts';
|
|
2
|
+
|
|
3
|
+
interface AgitatorProps {
|
|
4
|
+
assembly: FreestyleAssemblyModel;
|
|
5
|
+
cardModel: IceAgitatorModel;
|
|
6
|
+
}
|
|
7
|
+
export declare const IceAgitatorDetail: React.FunctionComponent<AgitatorProps>;
|
|
8
|
+
export default IceAgitatorDetail;
|
|
9
|
+
//# sourceMappingURL=agitator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agitator.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/ice-agitator/detail/agitator.tsx"],"names":[],"mappings":";AASA,OAAO,KAAK,EACV,sBAAsB,EACtB,gBAAgB,EACjB,MAAM,gCAAgC,CAAC;AAYxC,UAAU,aAAa;IACrB,QAAQ,EAAE,sBAAsB,CAAC;IACjC,SAAS,EAAE,gBAAgB,CAAC;CAC7B;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CAoGjE,CAAC;AAEL,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/ice-agitator/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FreestyleAssemblyModel, IceAgitatorModel } from '../../../../../../sdk/kos-freestyle-sdk/src/index.ts';
|
|
2
|
+
|
|
3
|
+
interface AgitatorProps {
|
|
4
|
+
assembly: FreestyleAssemblyModel;
|
|
5
|
+
cardModel: IceAgitatorModel;
|
|
6
|
+
}
|
|
7
|
+
export declare const IceAgitatorSummary: React.FunctionComponent<AgitatorProps>;
|
|
8
|
+
export default IceAgitatorSummary;
|
|
9
|
+
//# sourceMappingURL=agitator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agitator.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/ice-agitator/summary/agitator.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EACV,sBAAsB,EACtB,gBAAgB,EACjB,MAAM,gCAAgC,CAAC;AAQxC,UAAU,aAAa;IACrB,QAAQ,EAAE,sBAAsB,CAAC;IACjC,SAAS,EAAE,gBAAgB,CAAC;CAC7B;AASD,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CAalE,CAAC;AAEL,eAAe,kBAAkB,CAAC"}
|
package/components/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export * from './future-progress-bar';
|
|
|
23
23
|
export * from './hardware-info';
|
|
24
24
|
export * from './hold-to-pour-button';
|
|
25
25
|
export * from './holders';
|
|
26
|
+
export * from './ice-agitator';
|
|
26
27
|
export * from './ice-agitator-settings-view';
|
|
27
28
|
export * from './localization-settings';
|
|
28
29
|
export * from './network-test-results';
|
|
@@ -36,6 +37,7 @@ export * from './rfid-override';
|
|
|
36
37
|
export * from './setup-required';
|
|
37
38
|
export * from './setup-sidebar';
|
|
38
39
|
export * from './software';
|
|
40
|
+
export * from './spm-field-calibration';
|
|
39
41
|
export * from './state-experience';
|
|
40
42
|
export * from './system-date-picker-card';
|
|
41
43
|
export * from './time-picker-card';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-model-components/src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AACvD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-model-components/src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AACvD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"software.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/software/software.tsx"],"names":[],"mappings":"AAaA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"software.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/software/software.tsx"],"names":[],"mappings":"AAaA,eAAO,MAAM,QAAQ;;CAmBnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/spm-field-calibration/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SpmPumpModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
import { ExperienceProps } from '../../../../kos-ddk-components/src/index.ts';
|
|
3
|
+
|
|
4
|
+
interface SPMFieldCalibrationModalProps extends ExperienceProps {
|
|
5
|
+
pump: SpmPumpModel;
|
|
6
|
+
}
|
|
7
|
+
export declare const SPMFieldCalibrationModal: (({ pump, onComplete }: SPMFieldCalibrationModalProps) => import("@emotion/react/jsx-runtime").JSX.Element) & {
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=spm-field-calibration-modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spm-field-calibration-modal.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/spm-field-calibration/spm-field-calibration-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,eAAe,EAErB,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAwBhE,UAAU,6BAA8B,SAAQ,eAAe;IAC7D,IAAI,EAAE,YAAY,CAAC;CACpB;AAED,eAAO,MAAM,wBAAwB,0BACZ,6BAA6B;;CA6RrD,CAAC"}
|
|
@@ -8,7 +8,7 @@ export interface HolderExperienceProps extends ExperienceProps {
|
|
|
8
8
|
}
|
|
9
9
|
export declare const useHolderExperience: (holder: HolderModel, pump?: PumpModel) => {
|
|
10
10
|
holderExperience: import("@emotion/react/jsx-runtime").JSX.Element | undefined;
|
|
11
|
-
setHolderExperience: import('react').Dispatch<import('react').SetStateAction<"calibrate" | "agitate" | "diagnostics" | "replace-pump" | "rfid-override" | "replace-line" | undefined>>;
|
|
12
|
-
currentExperienceId: "calibrate" | "agitate" | "diagnostics" | "replace-pump" | "rfid-override" | "replace-line" | undefined;
|
|
11
|
+
setHolderExperience: import('react').Dispatch<import('react').SetStateAction<"calibrate" | "agitate" | "calibrateSPM" | "diagnostics" | "replace-pump" | "rfid-override" | "replace-line" | undefined>>;
|
|
12
|
+
currentExperienceId: "calibrate" | "agitate" | "calibrateSPM" | "diagnostics" | "replace-pump" | "rfid-override" | "replace-line" | undefined;
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=holder-experience.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"holder-experience.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/holder-experience/holder-experience.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"holder-experience.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/holder-experience/holder-experience.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAOvE,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAazE,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC5D,MAAM,EAAE,WAAW,CAAC,kBAAkB,CAAC,CAAC;IACxC,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,eAAO,MAAM,mBAAmB,WAAY,WAAW,SAAS,SAAS;;;;CA0ExE,CAAC"}
|