@kosdev-code/kos-ui-sdk 3.0.11 → 3.0.13

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.
@@ -1 +1 @@
1
- {"version":3,"file":"kos-model-effect.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/core/core/decorators/kos-model-effect.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,UAAU,mBAAmB,CAAC,CAAC,GAAG,GAAG;IACnC,YAAY,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,GAAG,EAAE,CAAC;IAClC;;OAEG;IACH,OAAO,CAAC,EAAE;QACR,eAAe,CAAC,EAAE,OAAO,CAAC;KAC3B,CAAC;CACH;AACD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,cAAc,CAAC,CAAC,GAAG,GAAG,EAAE,KAAK,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,IAC5D,QAAQ,CAAC,EAAE,cAAc,MAAM,EAAE,YAAY,kBAAkB,UAWxE"}
1
+ {"version":3,"file":"kos-model-effect.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/core/core/decorators/kos-model-effect.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,UAAU,mBAAmB,CAAC,CAAC,GAAG,GAAG;IACnC,YAAY,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,GAAG,EAAE,CAAC;IAClC;;OAEG;IACH,OAAO,CAAC,EAAE;QACR,eAAe,CAAC,EAAE,OAAO,CAAC;KAC3B,CAAC;CACH;AACD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,cAAc,CAAC,CAAC,GAAG,GAAG,EAAE,KAAK,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC,IAC5D,QAAQ,CAAC,EAAE,cAAc,MAAM,EAAE,YAAY,kBAAkB,UAYxE"}
package/index.cjs CHANGED
@@ -1334,6 +1334,7 @@ function kosModelEffect(props) {
1334
1334
  target[ModelEffects] = target[ModelEffects] || {};
1335
1335
  target[ModelEffects][_propertyKey] = {
1336
1336
  dependencies: props?.dependencies,
1337
+ options: props?.options,
1337
1338
  value: descriptor.value
1338
1339
  };
1339
1340
  descriptor.value = function() {