@kosdev-code/kos-ui-sdk 0.1.0-dev.5686 → 0.1.0-dev.5688
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/core/core/declarative/declarative-actions-wiring.d.ts.map +1 -1
- package/core/core/declarative/declarative-future-registry.d.ts +26 -0
- package/core/core/declarative/declarative-future-registry.d.ts.map +1 -0
- package/core/core/declarative/index.d.ts +1 -0
- package/core/core/declarative/index.d.ts.map +1 -1
- package/index.cjs +23 -23
- package/index.cjs.map +1 -1
- package/index.js +7473 -7456
- package/index.js.map +1 -1
- package/kos-models.json +1 -1
- package/models/decorators/future-service.d.ts.map +1 -1
- package/models/models/config-bean-prop/config-bean-prop-model.d.ts +1 -1
- package/package.json +2 -2
package/kos-models.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"future-service.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/models/decorators/future-service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"future-service.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/models/decorators/future-service.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7C,MAAM,WAAW,WAAW;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;OAKG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;;OAKG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAClC;AASD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,uBAAuB,CACrC,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,GAAG,CAAC,EAC1C,UAAU,EAAE,MAAM,EAClB,KAAK,GAAE,WAAgB,GACtB,CAAC,IAAI,EAAE,eAAe,EAAE,GAAG,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAyKzF;AAMD,wBAAgB,SAAS,CAAC,KAAK,GAAE,WAAgB,YAE/B,GAAG,eAAe,MAAM,cAAc,kBAAkB,UAgBzE"}
|
|
@@ -45,7 +45,7 @@ declare class KosConfigPropertyImpl implements KosConfigProperty {
|
|
|
45
45
|
*
|
|
46
46
|
* @returns Schema type string (e.g., "String", "Number", "Boolean", "enum")
|
|
47
47
|
*/
|
|
48
|
-
get schemaType():
|
|
48
|
+
get schemaType(): import('../../services/config-bean').SchemaNodeType | "enum";
|
|
49
49
|
/**
|
|
50
50
|
* Gets the schema format hint for this property.
|
|
51
51
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kosdev-code/kos-ui-sdk",
|
|
3
|
-
"version": "0.1.0-dev.
|
|
3
|
+
"version": "0.1.0-dev.5688",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.cjs",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"kos": {
|
|
39
39
|
"build": {
|
|
40
|
-
"gitHash": "
|
|
40
|
+
"gitHash": "2f3adbdc1912e705fac9e6a44e4d4e9d8ccb0b56"
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|