@kosdev-code/kos-ddk-model-components 2.1.0 → 2.1.1
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/extensions/index.d.ts +4 -5
- package/extensions/index.d.ts.map +1 -1
- package/hooks/extensions/use-view-extensions.d.ts.map +1 -1
- package/index.cjs +55 -55
- package/index.js +1494 -1522
- package/package.json +7 -7
- package/extensions/utilities-extension.d.ts +0 -47
- 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.
|
|
3
|
+
"version": "2.1.1",
|
|
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.
|
|
15
|
-
"@kosdev-code/kos-dispense-sdk": "~2.1.
|
|
16
|
-
"@kosdev-code/kos-ddk-components": "~2.1.
|
|
17
|
-
"@kosdev-code/kos-ddk-models": "~2.1.
|
|
18
|
-
"@kosdev-code/kos-ddk-styles": "~2.1.
|
|
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"
|
|
19
19
|
},
|
|
20
20
|
"kos": {
|
|
21
21
|
"build": {
|
|
22
|
-
"gitHash": "
|
|
22
|
+
"gitHash": "61a3abcdecff6c02b084e4f5bf6cc0362bbf51a9"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
@@ -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"}
|