@kosdev-code/kos-ui-sdk 0.1.0-dev.5685 → 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/kos-models.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-02-25T22:25:20.276Z",
2
+ "generatedAt": "2026-02-26T15:01:18.541Z",
3
3
  "packageName": "@kosdev-code/kos-ui-sdk",
4
4
  "models": {
5
5
  "browser-router-model": {
@@ -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":"AAcA,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;AAED,wBAAgB,SAAS,CAAC,KAAK,GAAE,WAAgB,YAE/B,GAAG,eAAe,MAAM,cAAc,kBAAkB,UAgBzE"}
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(): "enum" | import('../../services/config-bean').SchemaNodeType;
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.5685",
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": "05fdd9d43095e00deafb0bcbf8787497e64336d3"
40
+ "gitHash": "2f3adbdc1912e705fac9e6a44e4d4e9d8ccb0b56"
41
41
  }
42
42
  }
43
43
  }