@kosdev-code/kos-ui-sdk 0.1.0-dev.5789 → 0.1.0-dev.5797

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.
Files changed (196) hide show
  1. package/common/events/eventBus.d.ts +30 -0
  2. package/common/events/eventBus.d.ts.map +1 -1
  3. package/common/events/eventBus.functional.d.ts +48 -0
  4. package/common/events/eventBus.functional.d.ts.map +1 -1
  5. package/common/events/eventBus.state.d.ts +33 -0
  6. package/common/events/eventBus.state.d.ts.map +1 -1
  7. package/core/core/decorators/kos-child.d.ts +2 -0
  8. package/core/core/decorators/kos-child.d.ts.map +1 -1
  9. package/core/core/decorators/kos-companion.d.ts +14 -0
  10. package/core/core/decorators/kos-companion.d.ts.map +1 -1
  11. package/core/core/decorators/kos-container-aware.d.ts +21 -0
  12. package/core/core/decorators/kos-container-aware.d.ts.map +1 -1
  13. package/core/core/decorators/kos-context.d.ts +6 -0
  14. package/core/core/decorators/kos-context.d.ts.map +1 -1
  15. package/core/core/decorators/kos-execution-context.d.ts +4 -1
  16. package/core/core/decorators/kos-execution-context.d.ts.map +1 -1
  17. package/core/core/decorators/kos-future-aware.d.ts +12 -0
  18. package/core/core/decorators/kos-future-aware.d.ts.map +1 -1
  19. package/core/core/decorators/kos-http-decorators.d.ts +15 -0
  20. package/core/core/decorators/kos-http-decorators.d.ts.map +1 -1
  21. package/core/core/decorators/kos-log.d.ts +4 -0
  22. package/core/core/decorators/kos-log.d.ts.map +1 -1
  23. package/core/core/decorators/kos-logger-aware.d.ts +9 -0
  24. package/core/core/decorators/kos-logger-aware.d.ts.map +1 -1
  25. package/core/core/decorators/kos-model-effect.d.ts +9 -0
  26. package/core/core/decorators/kos-model-effect.d.ts.map +1 -1
  27. package/core/core/decorators/kos-multiple-future-aware.d.ts +14 -0
  28. package/core/core/decorators/kos-multiple-future-aware.d.ts.map +1 -1
  29. package/core/core/decorators/kos-parent.d.ts +4 -0
  30. package/core/core/decorators/kos-parent.d.ts.map +1 -1
  31. package/core/core/decorators/kos-reference.d.ts +9 -0
  32. package/core/core/decorators/kos-reference.d.ts.map +1 -1
  33. package/core/core/decorators/kos-service-request.d.ts +25 -0
  34. package/core/core/decorators/kos-service-request.d.ts.map +1 -1
  35. package/core/core/decorators/kos-state-machine.d.ts +24 -0
  36. package/core/core/decorators/kos-state-machine.d.ts.map +1 -1
  37. package/core/core/decorators/kos-topic-handler-flow-control.d.ts +17 -1
  38. package/core/core/decorators/kos-topic-handler-flow-control.d.ts.map +1 -1
  39. package/core/core/decorators/kos-trouble-aware.d.ts +6 -0
  40. package/core/core/decorators/kos-trouble-aware.d.ts.map +1 -1
  41. package/core/core/decorators/kos-view-model.d.ts +14 -0
  42. package/core/core/decorators/kos-view-model.d.ts.map +1 -1
  43. package/core/core/decorators/kosDependency.d.ts +2 -0
  44. package/core/core/decorators/kosDependency.d.ts.map +1 -1
  45. package/core/core/decorators/kosModel.d.ts +2 -0
  46. package/core/core/decorators/kosModel.d.ts.map +1 -1
  47. package/core/core/decorators/kosSubscribe.d.ts +9 -0
  48. package/core/core/decorators/kosSubscribe.d.ts.map +1 -1
  49. package/core/core/decorators/kosTopicHandler.d.ts +27 -0
  50. package/core/core/decorators/kosTopicHandler.d.ts.map +1 -1
  51. package/core/core/extension/extension-manager.d.ts +49 -0
  52. package/core/core/extension/extension-manager.d.ts.map +1 -1
  53. package/core/core/extension/initialize-extension.d.ts +24 -0
  54. package/core/core/extension/initialize-extension.d.ts.map +1 -1
  55. package/core/core/extension/plugin-extension-manager.d.ts +11 -0
  56. package/core/core/extension/plugin-extension-manager.d.ts.map +1 -1
  57. package/core/core/kosModel.d.ts +38 -0
  58. package/core/core/kosModel.d.ts.map +1 -1
  59. package/core/core/services/browser-router.d.ts.map +1 -1
  60. package/core/types/kos-dependency.d.ts +10 -1
  61. package/core/types/kos-dependency.d.ts.map +1 -1
  62. package/core/types/service-response-store.d.ts +10 -0
  63. package/core/types/service-response-store.d.ts.map +1 -1
  64. package/core/types/utils/kos-fetch.d.ts +59 -0
  65. package/core/types/utils/kos-fetch.d.ts.map +1 -1
  66. package/core/util/ancestor-path-visitor.d.ts +2 -0
  67. package/core/util/ancestor-path-visitor.d.ts.map +1 -1
  68. package/core/util/api-request-id.d.ts +4 -0
  69. package/core/util/api-request-id.d.ts.map +1 -1
  70. package/core/util/apply-mixins.d.ts +4 -0
  71. package/core/util/apply-mixins.d.ts.map +1 -1
  72. package/core/util/array-utils.d.ts +4 -0
  73. package/core/util/array-utils.d.ts.map +1 -1
  74. package/core/util/container-utils.d.ts +14 -0
  75. package/core/util/container-utils.d.ts.map +1 -1
  76. package/core/util/date-utils.d.ts +29 -0
  77. package/core/util/date-utils.d.ts.map +1 -1
  78. package/core/util/debounce.d.ts +3 -0
  79. package/core/util/debounce.d.ts.map +1 -1
  80. package/core/util/feature-flags.d.ts +19 -0
  81. package/core/util/feature-flags.d.ts.map +1 -1
  82. package/core/util/get-query-params.d.ts +4 -0
  83. package/core/util/get-query-params.d.ts.map +1 -1
  84. package/core/util/hsl-to-hex.d.ts +16 -0
  85. package/core/util/hsl-to-hex.d.ts.map +1 -1
  86. package/core/util/kos-config-init.d.ts +36 -0
  87. package/core/util/kos-config-init.d.ts.map +1 -1
  88. package/core/util/kos-data-mapper-utils.d.ts +9 -0
  89. package/core/util/kos-data-mapper-utils.d.ts.map +1 -1
  90. package/core/util/kos-fetch.d.ts +12 -0
  91. package/core/util/kos-fetch.d.ts.map +1 -1
  92. package/core/util/kos-message-utils.d.ts +88 -0
  93. package/core/util/kos-message-utils.d.ts.map +1 -1
  94. package/core/util/kos-model-utils.d.ts +46 -0
  95. package/core/util/kos-model-utils.d.ts.map +1 -1
  96. package/core/util/kos-model-visitor.d.ts +2 -0
  97. package/core/util/kos-model-visitor.d.ts.map +1 -1
  98. package/core/util/kos-service-request.d.ts +31 -0
  99. package/core/util/kos-service-request.d.ts.map +1 -1
  100. package/core/util/log-utils.d.ts +12 -0
  101. package/core/util/log-utils.d.ts.map +1 -1
  102. package/core/util/middleware.d.ts +15 -0
  103. package/core/util/middleware.d.ts.map +1 -1
  104. package/core/util/model-attribute-utils.d.ts +7 -0
  105. package/core/util/model-attribute-utils.d.ts.map +1 -1
  106. package/core/util/model-factory.d.ts +4 -0
  107. package/core/util/model-factory.d.ts.map +1 -1
  108. package/core/util/model-registration-utils.d.ts +8 -0
  109. package/core/util/model-registration-utils.d.ts.map +1 -1
  110. package/core/util/model-utils.d.ts +30 -6
  111. package/core/util/model-utils.d.ts.map +1 -1
  112. package/core/util/observable-proxy-map.d.ts +11 -0
  113. package/core/util/observable-proxy-map.d.ts.map +1 -1
  114. package/core/util/paired-client-heartbeat.d.ts +2 -0
  115. package/core/util/paired-client-heartbeat.d.ts.map +1 -1
  116. package/core/util/pipe.d.ts +4 -0
  117. package/core/util/pipe.d.ts.map +1 -1
  118. package/core/util/retry-with-exponential-backoff.d.ts +3 -0
  119. package/core/util/retry-with-exponential-backoff.d.ts.map +1 -1
  120. package/core/util/service-factory.d.ts +10 -0
  121. package/core/util/service-factory.d.ts.map +1 -1
  122. package/core/util/service-request-error.d.ts +4 -0
  123. package/core/util/service-request-error.d.ts.map +1 -1
  124. package/core/util/service-response.d.ts +15 -0
  125. package/core/util/service-response.d.ts.map +1 -1
  126. package/core/util/session-utils.d.ts +8 -0
  127. package/core/util/session-utils.d.ts.map +1 -1
  128. package/core/util/wait-for-request.d.ts +16 -0
  129. package/core/util/wait-for-request.d.ts.map +1 -1
  130. package/core/util/when-ready.d.ts +3 -0
  131. package/core/util/when-ready.d.ts.map +1 -1
  132. package/index.cjs +34 -34
  133. package/index.cjs.map +1 -1
  134. package/index.d.cts +5 -5
  135. package/index.d.ts +5 -5
  136. package/index.d.ts.map +1 -1
  137. package/index.js +3864 -3858
  138. package/index.js.map +1 -1
  139. package/kos-models.json +1 -1
  140. package/models/models/browser-router/types/index.d.ts +1 -0
  141. package/models/models/canvas-dispatcher/types/index.d.ts +5 -0
  142. package/models/models/canvas-renderer/types/index.d.ts +5 -0
  143. package/models/models/config-bean/types/index.d.ts +1 -0
  144. package/models/models/config-bean-prop/types/index.d.ts +6 -0
  145. package/models/models/device/types/index.d.ts +1 -0
  146. package/models/models/future/future-types.d.ts +14 -0
  147. package/models/models/future/future-types.d.ts.map +1 -1
  148. package/models/models/gpio-chip/types/index.d.ts +10 -0
  149. package/models/models/gpio-pin/types/index.d.ts +10 -0
  150. package/models/models/key-value/types/index.d.ts +1 -0
  151. package/models/models/kos-expression-evaluator/types/index.d.ts +5 -0
  152. package/models/models/kos-log-manager/types/index.d.ts +4 -0
  153. package/models/models/kos-time/types/index.d.ts +3 -0
  154. package/models/models/log-block/types/index.d.ts +4 -0
  155. package/models/models/log-stream/types/index.d.ts +3 -1
  156. package/models/models/network-interface/types/index.d.ts +1 -0
  157. package/models/models/ota/types/index.d.ts +31 -0
  158. package/models/models/region-info/types/index.d.ts +49 -0
  159. package/models/models/region-info/types/index.d.ts.map +1 -1
  160. package/models/models/software-info/types/index.d.ts +4 -0
  161. package/models/models/state-bean/types/index.d.ts +3 -0
  162. package/models/models/state-prop/types/index.d.ts +2 -0
  163. package/models/models/storage-device/types/index.d.ts +2 -0
  164. package/models/models/translation/types/index.d.ts +3 -0
  165. package/models/models/trouble/types/index.d.ts +8 -0
  166. package/models/models/trouble-container/types/index.d.ts +5 -0
  167. package/models/models/usb-update/types/index.d.ts +10 -0
  168. package/package.json +3 -2
  169. package/ui/hooks/device/use-device.d.ts +6 -0
  170. package/ui/hooks/device/use-device.d.ts.map +1 -1
  171. package/ui/hooks/kos-time/use-kos-time.d.ts +6 -0
  172. package/ui/hooks/kos-time/use-kos-time.d.ts.map +1 -1
  173. package/ui/hooks/network-interface-container/use-network-interface-container.d.ts +6 -0
  174. package/ui/hooks/network-interface-container/use-network-interface-container.d.ts.map +1 -1
  175. package/ui/hooks/ota/use-ota.d.ts +6 -0
  176. package/ui/hooks/ota/use-ota.d.ts.map +1 -1
  177. package/ui/hooks/software-info/use-software-info.d.ts +6 -0
  178. package/ui/hooks/software-info/use-software-info.d.ts.map +1 -1
  179. package/ui/hooks/storage-device-container/use-storage-device-container.d.ts +6 -0
  180. package/ui/hooks/storage-device-container/use-storage-device-container.d.ts.map +1 -1
  181. package/ui/hooks/translation-container/trans.d.ts +6 -0
  182. package/ui/hooks/translation-container/trans.d.ts.map +1 -1
  183. package/ui/hooks/translation-container/use-translation-container.d.ts +6 -0
  184. package/ui/hooks/translation-container/use-translation-container.d.ts.map +1 -1
  185. package/ui/hooks/translation-container/use-translation.d.ts +7 -0
  186. package/ui/hooks/translation-container/use-translation.d.ts.map +1 -1
  187. package/ui/hooks/translation-container/with-translation-container.d.ts +6 -0
  188. package/ui/hooks/translation-container/with-translation-container.d.ts.map +1 -1
  189. package/ui/hooks/usb-update-container/use-usb-update-container.d.ts +6 -0
  190. package/ui/hooks/usb-update-container/use-usb-update-container.d.ts.map +1 -1
  191. package/ui/hooks/use-config-bean.d.ts +6 -0
  192. package/ui/hooks/use-config-bean.d.ts.map +1 -1
  193. package/ui/hooks/use-config-property.d.ts +6 -0
  194. package/ui/hooks/use-config-property.d.ts.map +1 -1
  195. package/ui/hooks/use-kos-model.d.ts +6 -0
  196. package/ui/hooks/use-kos-model.d.ts.map +1 -1
@@ -27,6 +27,7 @@ import { KosParentAware } from '../../../../core';
27
27
  * .build();
28
28
  * ```
29
29
  *
30
+ * @kosService core.storage
30
31
  * @category Model Configuration
31
32
  * @category Device Management
32
33
  */
@@ -126,6 +127,7 @@ export interface StorageDeviceOptions extends KosParentAware {
126
127
  * updates via WebSocket topics. Currently uses an empty configuration object as
127
128
  * the container's behavior is primarily driven by discovered storage devices.
128
129
  *
130
+ * @kosService core.storage
129
131
  * @category Model Configuration
130
132
  * @category Device Management
131
133
  */
@@ -79,6 +79,7 @@ import { KosContext, KosParentAware } from '../../../../core';
79
79
  * };
80
80
  * ```
81
81
  *
82
+ * @kosService core.translation
82
83
  * @group KOS Model
83
84
  * @category i18n
84
85
  */
@@ -249,6 +250,7 @@ export interface TranslationOptions extends KosParentAware {
249
250
  * };
250
251
  * ```
251
252
  *
253
+ * @kosService core.translation
252
254
  * @group KOS Model
253
255
  * @category i18n
254
256
  */
@@ -319,6 +321,7 @@ export interface TranslationContainerOptions {
319
321
  * Translation models support sophisticated variable substitution patterns
320
322
  * for dynamic content in internationalized applications.
321
323
  *
324
+ * @kosService core.translation
322
325
  * @group KOS Model
323
326
  * @category Internationalization
324
327
  */
@@ -28,6 +28,7 @@ import { IKosDataModel } from '../../../core';
28
28
  * };
29
29
  * ```
30
30
  *
31
+ * @kosService core.trouble-aware
31
32
  * @group KOS Model
32
33
  * @category Types
33
34
  */
@@ -99,6 +100,7 @@ export interface TroubleOptions<AdditionalData extends object = any> {
99
100
  * ```
100
101
  *
101
102
  * @useDeclaredType
103
+ * @kosService core.trouble-aware
102
104
  * @group KOS Model
103
105
  * @category Trouble Management
104
106
  *
@@ -153,6 +155,7 @@ export interface TroubleModel<AdditionalData extends object = any>
153
155
  /**
154
156
  * Domain-specific trouble data for handle-related issues.
155
157
  *
158
+ * @kosService core.trouble-aware
156
159
  * @group KOS Model
157
160
  * @category Domain Data
158
161
  */
@@ -164,6 +167,7 @@ export interface HandleTroubleData {
164
167
  /**
165
168
  * Domain-specific trouble data for nozzle-related issues.
166
169
  *
170
+ * @kosService core.trouble-aware
167
171
  * @group KOS Model
168
172
  * @category Domain Data
169
173
  */
@@ -175,6 +179,7 @@ export interface NozzleTroubleData {
175
179
  /**
176
180
  * Domain-specific trouble data for container-related issues.
177
181
  *
182
+ * @kosService core.trouble-aware
178
183
  * @group KOS Model
179
184
  * @category Domain Data
180
185
  */
@@ -203,6 +208,7 @@ export interface ContainerTroubleData {
203
208
  * }
204
209
  * ```
205
210
  *
211
+ * @kosService core.trouble-aware
206
212
  * @group KOS Model
207
213
  * @category Capabilities
208
214
  */
@@ -247,6 +253,7 @@ export interface ResolveAware {
247
253
  * }
248
254
  * ```
249
255
  *
256
+ * @kosService core.trouble-aware
250
257
  * @group KOS Model
251
258
  * @category Capabilities
252
259
  */
@@ -343,6 +350,7 @@ export interface DeferAware {
343
350
  * }
344
351
  * ```
345
352
  *
353
+ * @kosService core.trouble-aware
346
354
  * @group KOS Model
347
355
  * @category Interfaces
348
356
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Configuration options for TroubleContainer model instances.
3
+ *
4
+ * @kosService core.trouble-aware
5
+ */
1
6
  // eslint-disable-next-line @typescript-eslint/no-empty-interface
2
7
  export interface TroubleContainerOptions {
3
8
  servicePath?: string;
@@ -1,6 +1,11 @@
1
1
  import { UpdateNote } from '../services';
2
2
 
3
3
 
4
+ /**
5
+ * Configuration options for UsbUpdate model instances.
6
+ *
7
+ * @kosService core.usb-update
8
+ */
4
9
  export interface UsbUpdateOptions {
5
10
  active: boolean;
6
11
  blocked: boolean;
@@ -11,4 +16,9 @@ export interface UsbUpdateOptions {
11
16
  }
12
17
 
13
18
  // --------------- UsbUpdateContainer ---------------
19
+ /**
20
+ * Configuration options for UsbUpdateContainer model instances.
21
+ *
22
+ * @kosService core.usb-update
23
+ */
14
24
  export interface UsbUpdateContainerOptions {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kosdev-code/kos-ui-sdk",
3
- "version": "0.1.0-dev.5789",
3
+ "version": "0.1.0-dev.5797",
4
4
  "type": "module",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.js",
@@ -29,6 +29,7 @@
29
29
  },
30
30
  "kosModels": "./kos-models.json",
31
31
  "dependencies": {
32
+ "@kosdev-code/kos-api-levels": "0.1.0-dev.5797",
32
33
  "mobx": "^6.9.0",
33
34
  "mobx-react-lite": "^3.4.3",
34
35
  "date-fns": "^2.30.0",
@@ -37,7 +38,7 @@
37
38
  },
38
39
  "kos": {
39
40
  "build": {
40
- "gitHash": "130c427d72202435b8a6eec6655b4ca852e97050"
41
+ "gitHash": "bf103bc72ca8e841f32e61351ce311eb8be4a681"
41
42
  }
42
43
  }
43
44
  }
@@ -1,5 +1,11 @@
1
1
  import { DeviceModel } from '../../../models';
2
2
 
3
+ /**
4
+ * Hook for accessing the KOS device model.
5
+ *
6
+ * @kosService core.use-device
7
+ * @kosApiLevel 2
8
+ */
3
9
  export declare const useDevice: () => {
4
10
  model: DeviceModel | undefined;
5
11
  ready: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"use-device.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/device/use-device.ts"],"names":[],"mappings":";AAAA,OAAO,EAAU,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAGtD,eAAO,MAAM,SAAS;;;;;;;;;;CASrB,CAAC"}
1
+ {"version":3,"file":"use-device.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/device/use-device.ts"],"names":[],"mappings":";AAAA,OAAO,EAAU,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAGtD;;;;;GAKG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;CASrB,CAAC"}
@@ -1,5 +1,11 @@
1
1
  import { KosTimeModel } from '../../../models';
2
2
 
3
+ /**
4
+ * Hook for accessing the KOS time model.
5
+ *
6
+ * @kosService core.use-kos-time
7
+ * @kosApiLevel 2
8
+ */
3
9
  export declare const useKosTime: () => {
4
10
  model: KosTimeModel | undefined;
5
11
  ready: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"use-kos-time.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/kos-time/use-kos-time.ts"],"names":[],"mappings":";AAAA,OAAO,EAAW,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAGxD,eAAO,MAAM,UAAU;;;;;;;;;;CAStB,CAAC"}
1
+ {"version":3,"file":"use-kos-time.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/kos-time/use-kos-time.ts"],"names":[],"mappings":";AAAA,OAAO,EAAW,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAGxD;;;;;GAKG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;CAStB,CAAC"}
@@ -1,5 +1,11 @@
1
1
  import { NetworkInterfaceContainerModel } from '../../../models';
2
2
 
3
+ /**
4
+ * Hook for accessing the KOS network interface container model.
5
+ *
6
+ * @kosService core.use-network
7
+ * @kosApiLevel 2
8
+ */
3
9
  export declare const useNetworkInterfaceContainer: () => {
4
10
  model: NetworkInterfaceContainerModel | undefined;
5
11
  ready: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"use-network-interface-container.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/network-interface-container/use-network-interface-container.ts"],"names":[],"mappings":";AAAA,OAAO,EAEL,8BAA8B,EAC/B,MAAM,iBAAiB,CAAC;AAGzB,eAAO,MAAM,4BAA4B;;;;;;;;;;CASxC,CAAC"}
1
+ {"version":3,"file":"use-network-interface-container.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/network-interface-container/use-network-interface-container.ts"],"names":[],"mappings":";AAAA,OAAO,EAEL,8BAA8B,EAC/B,MAAM,iBAAiB,CAAC;AAGzB;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;CASxC,CAAC"}
@@ -1,5 +1,11 @@
1
1
  import { OtaModel } from '../../../models';
2
2
 
3
+ /**
4
+ * Hook for accessing the KOS OTA (over-the-air update) model.
5
+ *
6
+ * @kosService core.use-ota
7
+ * @kosApiLevel 2
8
+ */
3
9
  export declare const useOta: () => {
4
10
  model: OtaModel | undefined;
5
11
  ready: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"use-ota.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/ota/use-ota.ts"],"names":[],"mappings":";AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAGrD,eAAO,MAAM,MAAM;;;;;;;;;;CASlB,CAAC"}
1
+ {"version":3,"file":"use-ota.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/ota/use-ota.ts"],"names":[],"mappings":";AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAGrD;;;;;GAKG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;CASlB,CAAC"}
@@ -1,5 +1,11 @@
1
1
  import { SoftwareInfoModel } from '../../../models';
2
2
 
3
+ /**
4
+ * Hook for accessing the KOS software info model.
5
+ *
6
+ * @kosService core.use-software-info
7
+ * @kosApiLevel 2
8
+ */
3
9
  export declare const useSoftwareInfo: () => {
4
10
  model: SoftwareInfoModel | undefined;
5
11
  ready: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"use-software-info.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/software-info/use-software-info.ts"],"names":[],"mappings":";AAAA,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAGvE,eAAO,MAAM,eAAe;;;;;;;;;;CAS3B,CAAC"}
1
+ {"version":3,"file":"use-software-info.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/software-info/use-software-info.ts"],"names":[],"mappings":";AAAA,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAGvE;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;CAS3B,CAAC"}
@@ -1,5 +1,11 @@
1
1
  import { StorageDeviceContainerModel, StorageDeviceModel } from '../../../models';
2
2
 
3
+ /**
4
+ * Hook for accessing the KOS storage device container model.
5
+ *
6
+ * @kosService core.use-storage
7
+ * @kosApiLevel 2
8
+ */
3
9
  export declare const useStorageDeviceContainer: () => {
4
10
  inserted: boolean;
5
11
  devices: StorageDeviceModel[];
@@ -1 +1 @@
1
- {"version":3,"file":"use-storage-device-container.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/storage-device-container/use-storage-device-container.ts"],"names":[],"mappings":";AAEA,OAAO,EAEL,2BAA2B,EAC3B,KAAK,kBAAkB,EACxB,MAAM,iBAAiB,CAAC;AAGzB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;CAsBrC,CAAC"}
1
+ {"version":3,"file":"use-storage-device-container.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/storage-device-container/use-storage-device-container.ts"],"names":[],"mappings":";AAEA,OAAO,EAEL,2BAA2B,EAC3B,KAAK,kBAAkB,EACxB,MAAM,iBAAiB,CAAC;AAGzB;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;CAsBrC,CAAC"}
@@ -16,6 +16,12 @@ interface TransProps {
16
16
  context?: string;
17
17
  className?: string;
18
18
  }
19
+ /**
20
+ * React component for rendering translated strings with embedded components or markup.
21
+ *
22
+ * @kosService core.use-translation
23
+ * @kosApiLevel 2
24
+ */
19
25
  export declare const Trans: React.FunctionComponent<TransProps>;
20
26
  export {};
21
27
  //# sourceMappingURL=trans.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trans.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/translation-container/trans.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,SAAS,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AA0C9C,eAAO,MAAM,qBAAqB,YACvB,MAAM,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,EAAE,WAC/B,MAAM,GAAG,MAAM,YACd,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,YAAY,0KAQlE,CAAC;AAEF,UAAU,UAAU;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;CAC5B;AAED,KAAK,cAAc,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;AAEpC,KAAK,YAAY,GAAG,UAAU,GAAG,cAAc,CAAC;AAChD,UAAU,UAAU;IAClB,CAAC,EAAE,SAAS,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,SAAS,CAAC,CAAC;IACzC,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAmBD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAWrD,CAAC"}
1
+ {"version":3,"file":"trans.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/translation-container/trans.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,SAAS,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AA0C9C,eAAO,MAAM,qBAAqB,YACvB,MAAM,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,EAAE,WAC/B,MAAM,GAAG,MAAM,YACd,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,YAAY,0KAQlE,CAAC;AAEF,UAAU,UAAU;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;CAC5B;AAED,KAAK,cAAc,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;AAEpC,KAAK,YAAY,GAAG,UAAU,GAAG,cAAc,CAAC;AAChD,UAAU,UAAU;IAClB,CAAC,EAAE,SAAS,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,SAAS,CAAC,CAAC;IACzC,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAmBD;;;;;GAKG;AACH,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAWrD,CAAC"}
@@ -1,5 +1,11 @@
1
1
  import { TranslationContainerModel } from '../../../models';
2
2
 
3
+ /**
4
+ * Hook for accessing the KOS translation container model.
5
+ *
6
+ * @kosService core.use-translation
7
+ * @kosApiLevel 2
8
+ */
3
9
  export declare const useTranslationContainer: () => {
4
10
  model: TranslationContainerModel | undefined;
5
11
  ready: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"use-translation-container.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/translation-container/use-translation-container.ts"],"names":[],"mappings":";AAAA,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,iBAAiB,CAAC;AAGzB,eAAO,MAAM,uBAAuB;;;;;;;;;;CASnC,CAAC"}
1
+ {"version":3,"file":"use-translation-container.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/translation-container/use-translation-container.ts"],"names":[],"mappings":";AAAA,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,iBAAiB,CAAC;AAGzB;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;CASnC,CAAC"}
@@ -5,6 +5,13 @@ export type TFunction = <T = string>(key: string, options?: ResolveTranslationOp
5
5
  export interface UseKosTranslationOptions {
6
6
  keyPrefix?: string;
7
7
  }
8
+ /**
9
+ * Primary hook for consuming KOS translations in React components.
10
+ * Resolves a translation namespace and returns a `t` function for key lookup.
11
+ *
12
+ * @kosService core.use-translation
13
+ * @kosApiLevel 2
14
+ */
8
15
  export declare const useKosTranslation: (namespace: string | string[], baseOptions?: UseKosTranslationOptions) => {
9
16
  t: TFunction;
10
17
  i18n: {
@@ -1 +1 @@
1
- {"version":3,"file":"use-translation.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/translation-container/use-translation.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,yBAAyB,EAG1B,MAAM,iBAAiB,CAAC;AAkCzB,wBAAgB,eAAe,CAAC,CAAC,EAC/B,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,CAAC,CAAC,KAOxC;AAwBD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,GAAG,MAAM,EACjC,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,yBAAyB,CAAC,CAAC,CAAC,GAAG,MAAM,KAC5C,CAAC,GAAG,MAAM,CAAC;AAEhB,MAAM,WAAW,wBAAwB;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AACD,eAAO,MAAM,iBAAiB,cACjB,MAAM,GAAG,MAAM,EAAE,gBACd,wBAAwB;;;sBAiBpB,MAAM;;CAgCzB,CAAC"}
1
+ {"version":3,"file":"use-translation.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/translation-container/use-translation.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,yBAAyB,EAG1B,MAAM,iBAAiB,CAAC;AAkCzB,wBAAgB,eAAe,CAAC,CAAC,EAC/B,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,CAAC,CAAC,KAOxC;AAwBD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,GAAG,MAAM,EACjC,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,yBAAyB,CAAC,CAAC,CAAC,GAAG,MAAM,KAC5C,CAAC,GAAG,MAAM,CAAC;AAEhB,MAAM,WAAW,wBAAwB;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AACD;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,cACjB,MAAM,GAAG,MAAM,EAAE,gBACd,wBAAwB;;;sBAiBpB,MAAM;;CAgCzB,CAAC"}
@@ -4,6 +4,12 @@ interface TranslationContainerProps {
4
4
  translationContainer: TranslationContainerModel;
5
5
  }
6
6
  type HoCTranslationContainerProps = TranslationContainerProps;
7
+ /**
8
+ * Higher-order component that injects a `TranslationContainerModel` into a wrapped component.
9
+ *
10
+ * @kosService core.use-translation
11
+ * @kosApiLevel 2
12
+ */
7
13
  export declare function withTranslationContainer<T extends HoCTranslationContainerProps = HoCTranslationContainerProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof TranslationContainerProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
8
14
  export {};
9
15
  //# sourceMappingURL=with-translation-container.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"with-translation-container.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/translation-container/with-translation-container.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAC;AAGjE,UAAU,yBAAyB;IACjC,oBAAoB,EAAE,yBAAyB,CAAC;CACjD;AAED,KAAK,4BAA4B,GAAG,yBAAyB,CAAC;AAE9D,wBAAgB,wBAAwB,CACtC,CAAC,SAAS,4BAA4B,GAAG,4BAA4B,EACrE,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,WACzB,KAAK,CAAC,EAAE,MAAM,yBAAyB,CAAC,sDASxD"}
1
+ {"version":3,"file":"with-translation-container.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/translation-container/with-translation-container.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAC;AAGjE,UAAU,yBAAyB;IACjC,oBAAoB,EAAE,yBAAyB,CAAC;CACjD;AAED,KAAK,4BAA4B,GAAG,yBAAyB,CAAC;AAC9D;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACtC,CAAC,SAAS,4BAA4B,GAAG,4BAA4B,EACrE,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,WACzB,KAAK,CAAC,EAAE,MAAM,yBAAyB,CAAC,sDASxD"}
@@ -1,5 +1,11 @@
1
1
  import { UsbUpdateContainerModel, UsbUpdateModel } from '../../../models';
2
2
 
3
+ /**
4
+ * Hook for accessing the KOS USB update container model.
5
+ *
6
+ * @kosService core.use-usb-update
7
+ * @kosApiLevel 2
8
+ */
3
9
  export declare const useUsbUpdateContainer: () => {
4
10
  inserted: boolean;
5
11
  updateAvailable: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"use-usb-update-container.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/usb-update-container/use-usb-update-container.ts"],"names":[],"mappings":";AAEA,OAAO,EAEL,KAAK,uBAAuB,EAC5B,KAAK,cAAc,EACpB,MAAM,iBAAiB,CAAC;AAGzB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;CA2BjC,CAAC"}
1
+ {"version":3,"file":"use-usb-update-container.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/usb-update-container/use-usb-update-container.ts"],"names":[],"mappings":";AAEA,OAAO,EAEL,KAAK,uBAAuB,EAC5B,KAAK,cAAc,EACpB,MAAM,iBAAiB,CAAC;AAGzB;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;CA2BjC,CAAC"}
@@ -4,6 +4,12 @@ interface UseConfigBeanParams {
4
4
  path: string;
5
5
  propKey?: string;
6
6
  }
7
+ /**
8
+ * Hook for binding to a KOS configuration bean.
9
+ *
10
+ * @kosService core.use-config-property
11
+ * @kosApiLevel 2
12
+ */
7
13
  export declare const useConfigBean: ({ path, propKey }: UseConfigBeanParams) => {
8
14
  config: IConfigBeanModel | undefined;
9
15
  ready: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"use-config-bean.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/use-config-bean.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAA2B,MAAM,cAAc,CAAC;AAI9E,UAAU,mBAAmB;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,eAAO,MAAM,aAAa,sBAAuB,mBAAmB;;;;;uBAYxC,MAAM;CAuCjC,CAAC"}
1
+ {"version":3,"file":"use-config-bean.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/use-config-bean.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAA2B,MAAM,cAAc,CAAC;AAI9E,UAAU,mBAAmB;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD;;;;;GAKG;AACH,eAAO,MAAM,aAAa,sBAAuB,mBAAmB;;;;;uBAYxC,MAAM;CAuCjC,CAAC"}
@@ -8,6 +8,12 @@ interface Props {
8
8
  configProperty?: KosConfigProp;
9
9
  optionsTransformer?: OptionsTransformer;
10
10
  }
11
+ /**
12
+ * Hook for binding to a KOS configuration property.
13
+ *
14
+ * @kosService core.use-config-property
15
+ * @kosApiLevel 2
16
+ */
11
17
  export declare const useConfigProperty: <T extends object = any>({ configProperty, optionsTransformer, }: Props) => {
12
18
  configSelectProps: {
13
19
  onChange: (e: SelectCallback) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"use-config-property.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/use-config-property.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAMZ,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EACV,mBAAmB,EACnB,WAAW,EACX,iBAAiB,EAClB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,KAAK,cAAc,GAAG,MAAM,GAAG,WAAW,CAAC,iBAAiB,CAAC,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,CAAC,EAAE,WAAW,EAAE,KAAK,GAAG,EAAE,CAAC;AAEpE,KAAK,aAAa,GACd,iBAAiB,CAAC,mBAAmB,CAAC,GACtC,iBAAiB,CAAC,MAAM,CAAC,GACzB,iBAAiB,CAAC,MAAM,CAAC,GACzB,iBAAiB,CAAC,OAAO,CAAC,CAAC;AAC/B,UAAU,KAAK;IACb,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;CACzC;AA2BD,eAAO,MAAM,iBAAiB,oEAG3B,KAAK;;sBAkBA,cAAc;;;;;;;;uBAvCF,GAAG;;;;8BAII,MAAM,KAAK,IAAI;;CAuGzC,CAAC"}
1
+ {"version":3,"file":"use-config-property.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/use-config-property.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAMZ,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EACV,mBAAmB,EACnB,WAAW,EACX,iBAAiB,EAClB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,KAAK,cAAc,GAAG,MAAM,GAAG,WAAW,CAAC,iBAAiB,CAAC,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,CAAC,EAAE,WAAW,EAAE,KAAK,GAAG,EAAE,CAAC;AAEpE,KAAK,aAAa,GACd,iBAAiB,CAAC,mBAAmB,CAAC,GACtC,iBAAiB,CAAC,MAAM,CAAC,GACzB,iBAAiB,CAAC,MAAM,CAAC,GACzB,iBAAiB,CAAC,OAAO,CAAC,CAAC;AAC/B,UAAU,KAAK;IACb,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;CACzC;AA2BD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,oEAG3B,KAAK;;sBAkBA,cAAc;;;;;;;;uBA7CF,GAAG;;;;8BAII,MAAM,KAAK,IAAI;;CA6GzC,CAAC"}
@@ -9,6 +9,12 @@ interface Options<T extends IKosDataModel, O extends Object = {}> {
9
9
  destroyOnUnmount?: boolean;
10
10
  forceUpdate?: boolean;
11
11
  }
12
+ /**
13
+ * Primary hook for consuming KOS models in React components.
14
+ *
15
+ * @kosService core.use-kos-model
16
+ * @kosApiLevel 2
17
+ */
12
18
  export declare const useKosModel: <T extends IKosDataModel, O extends Object = {}>(modelOptions: Options<T, O>) => {
13
19
  model: T | undefined;
14
20
  ready: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"use-kos-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/use-kos-model.ts"],"names":[],"mappings":";AAAA,OAAO,EAGL,aAAa,EAGb,YAAY,EACb,MAAM,YAAY,CAAC;AASpB,UAAU,OAAO,CAAC,CAAC,SAAS,aAAa,EAAE,CAAC,SAAS,MAAM,GAAG,EAAE;IAC9D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,CAAC;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AA8FD,eAAO,MAAM,WAAW,iEACR,QAAQ,CAAC,EAAE,CAAC,CAAC;;;;;;;;;;CAsG5B,CAAC"}
1
+ {"version":3,"file":"use-kos-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/use-kos-model.ts"],"names":[],"mappings":";AAAA,OAAO,EAGL,aAAa,EAGb,YAAY,EACb,MAAM,YAAY,CAAC;AASpB,UAAU,OAAO,CAAC,CAAC,SAAS,aAAa,EAAE,CAAC,SAAS,MAAM,GAAG,EAAE;IAC9D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,CAAC;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AA8FD;;;;;GAKG;AACH,eAAO,MAAM,WAAW,iEACR,QAAQ,CAAC,EAAE,CAAC,CAAC;;;;;;;;;;CAsG5B,CAAC"}