@kosdev-code/kos-ddk-models 0.1.0-dev.10

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 (280) hide show
  1. package/constants.d.ts +3 -0
  2. package/constants.d.ts.map +1 -0
  3. package/index.d.ts +28 -0
  4. package/index.d.ts.map +1 -0
  5. package/index.js +3102 -0
  6. package/index.js.map +1 -0
  7. package/index.mjs +3102 -0
  8. package/index.mjs.map +1 -0
  9. package/lib/agitation-control/agitation-control-model.d.ts +53 -0
  10. package/lib/agitation-control/agitation-control-model.d.ts.map +1 -0
  11. package/lib/agitation-control/agitation-control-registration.d.ts +88 -0
  12. package/lib/agitation-control/agitation-control-registration.d.ts.map +1 -0
  13. package/lib/agitation-control/index.d.ts +4 -0
  14. package/lib/agitation-control/index.d.ts.map +1 -0
  15. package/lib/agitation-control/types/index.d.ts +5 -0
  16. package/lib/animation/animation-model.d.ts +17 -0
  17. package/lib/animation/animation-model.d.ts.map +1 -0
  18. package/lib/animation/animation-registration.d.ts +85 -0
  19. package/lib/animation/animation-registration.d.ts.map +1 -0
  20. package/lib/animation/index.d.ts +4 -0
  21. package/lib/animation/index.d.ts.map +1 -0
  22. package/lib/animation/services/animation-services.d.ts +10 -0
  23. package/lib/animation/services/animation-services.d.ts.map +1 -0
  24. package/lib/animation/services/index.d.ts +2 -0
  25. package/lib/animation/services/index.d.ts.map +1 -0
  26. package/lib/animation/types/index.d.ts +12 -0
  27. package/lib/application/application-model.d.ts +36 -0
  28. package/lib/application/application-model.d.ts.map +1 -0
  29. package/lib/application/application-registration.d.ts +85 -0
  30. package/lib/application/application-registration.d.ts.map +1 -0
  31. package/lib/application/index.d.ts +4 -0
  32. package/lib/application/index.d.ts.map +1 -0
  33. package/lib/application/services/application-services.d.ts +32 -0
  34. package/lib/application/services/application-services.d.ts.map +1 -0
  35. package/lib/application/services/index.d.ts +2 -0
  36. package/lib/application/services/index.d.ts.map +1 -0
  37. package/lib/application/types/index.d.ts +29 -0
  38. package/lib/auth/auth-model.d.ts +20 -0
  39. package/lib/auth/auth-model.d.ts.map +1 -0
  40. package/lib/auth/auth-registration.d.ts +83 -0
  41. package/lib/auth/auth-registration.d.ts.map +1 -0
  42. package/lib/auth/index.d.ts +4 -0
  43. package/lib/auth/index.d.ts.map +1 -0
  44. package/lib/auth/services/auth-services.d.ts +9 -0
  45. package/lib/auth/services/auth-services.d.ts.map +1 -0
  46. package/lib/auth/services/index.d.ts +2 -0
  47. package/lib/auth/services/index.d.ts.map +1 -0
  48. package/lib/auth/types/index.d.ts +10 -0
  49. package/lib/carb-water/carb-water-model.d.ts +20 -0
  50. package/lib/carb-water/carb-water-model.d.ts.map +1 -0
  51. package/lib/carb-water/carb-water-registration.d.ts +84 -0
  52. package/lib/carb-water/carb-water-registration.d.ts.map +1 -0
  53. package/lib/carb-water/index.d.ts +4 -0
  54. package/lib/carb-water/index.d.ts.map +1 -0
  55. package/lib/carb-water/services/carb-water-services.d.ts +6 -0
  56. package/lib/carb-water/services/carb-water-services.d.ts.map +1 -0
  57. package/lib/carb-water/services/index.d.ts +2 -0
  58. package/lib/carb-water/services/index.d.ts.map +1 -0
  59. package/lib/carb-water/types/index.d.ts +1 -0
  60. package/lib/copy-logs/copy-logs-model.d.ts +48 -0
  61. package/lib/copy-logs/copy-logs-model.d.ts.map +1 -0
  62. package/lib/copy-logs/index.d.ts +5 -0
  63. package/lib/copy-logs/index.d.ts.map +1 -0
  64. package/lib/copy-logs/services/copy-logs-services.d.ts +21 -0
  65. package/lib/copy-logs/services/copy-logs-services.d.ts.map +1 -0
  66. package/lib/copy-logs/services/index.d.ts +2 -0
  67. package/lib/copy-logs/services/index.d.ts.map +1 -0
  68. package/lib/copy-logs/types/index.d.ts +8 -0
  69. package/lib/dashboard-operations/dashboard-operations-model.d.ts +31 -0
  70. package/lib/dashboard-operations/dashboard-operations-model.d.ts.map +1 -0
  71. package/lib/dashboard-operations/dashboard-operations-registration.d.ts +85 -0
  72. package/lib/dashboard-operations/dashboard-operations-registration.d.ts.map +1 -0
  73. package/lib/dashboard-operations/index.d.ts +4 -0
  74. package/lib/dashboard-operations/index.d.ts.map +1 -0
  75. package/lib/dashboard-operations/services/dashboard-operations-services.d.ts +7 -0
  76. package/lib/dashboard-operations/services/dashboard-operations-services.d.ts.map +1 -0
  77. package/lib/dashboard-operations/services/index.d.ts +2 -0
  78. package/lib/dashboard-operations/services/index.d.ts.map +1 -0
  79. package/lib/dashboard-operations/types/index.d.ts +19 -0
  80. package/lib/dispenser/dispenser-model.d.ts +16 -0
  81. package/lib/dispenser/dispenser-model.d.ts.map +1 -0
  82. package/lib/dispenser/dispenser-registration.d.ts +85 -0
  83. package/lib/dispenser/dispenser-registration.d.ts.map +1 -0
  84. package/lib/dispenser/index.d.ts +4 -0
  85. package/lib/dispenser/index.d.ts.map +1 -0
  86. package/lib/dispenser/services/dispenser-services.d.ts +10 -0
  87. package/lib/dispenser/services/dispenser-services.d.ts.map +1 -0
  88. package/lib/dispenser/services/index.d.ts +2 -0
  89. package/lib/dispenser/services/index.d.ts.map +1 -0
  90. package/lib/dispenser/types/index.d.ts +7 -0
  91. package/lib/dispenser-info/dispenser-info-model.d.ts +16 -0
  92. package/lib/dispenser-info/dispenser-info-model.d.ts.map +1 -0
  93. package/lib/dispenser-info/dispenser-info-registration.d.ts +83 -0
  94. package/lib/dispenser-info/dispenser-info-registration.d.ts.map +1 -0
  95. package/lib/dispenser-info/index.d.ts +4 -0
  96. package/lib/dispenser-info/index.d.ts.map +1 -0
  97. package/lib/dispenser-info/services/dispenser-info-services.d.ts +10 -0
  98. package/lib/dispenser-info/services/dispenser-info-services.d.ts.map +1 -0
  99. package/lib/dispenser-info/services/index.d.ts +2 -0
  100. package/lib/dispenser-info/services/index.d.ts.map +1 -0
  101. package/lib/dispenser-info/types/index.d.ts +8 -0
  102. package/lib/door/door-model.d.ts +24 -0
  103. package/lib/door/door-model.d.ts.map +1 -0
  104. package/lib/door/door-registration.d.ts +86 -0
  105. package/lib/door/door-registration.d.ts.map +1 -0
  106. package/lib/door/index.d.ts +4 -0
  107. package/lib/door/index.d.ts.map +1 -0
  108. package/lib/door/types/index.d.ts +3 -0
  109. package/lib/enrollment/enrollment-model.d.ts +17 -0
  110. package/lib/enrollment/enrollment-model.d.ts.map +1 -0
  111. package/lib/enrollment/enrollment-registration.d.ts +83 -0
  112. package/lib/enrollment/enrollment-registration.d.ts.map +1 -0
  113. package/lib/enrollment/index.d.ts +4 -0
  114. package/lib/enrollment/index.d.ts.map +1 -0
  115. package/lib/enrollment/services/enrollment-services.d.ts +10 -0
  116. package/lib/enrollment/services/enrollment-services.d.ts.map +1 -0
  117. package/lib/enrollment/services/index.d.ts +2 -0
  118. package/lib/enrollment/services/index.d.ts.map +1 -0
  119. package/lib/enrollment/types/index.d.ts +8 -0
  120. package/lib/extension/index.d.ts +2 -0
  121. package/lib/extension/index.d.ts.map +1 -0
  122. package/lib/ingredient-summary/index.d.ts +3 -0
  123. package/lib/ingredient-summary/index.d.ts.map +1 -0
  124. package/lib/ingredient-summary/ingredient-summary-model.d.ts +21 -0
  125. package/lib/ingredient-summary/ingredient-summary-model.d.ts.map +1 -0
  126. package/lib/ingredient-summary/ingredient-summary-registration.d.ts +83 -0
  127. package/lib/ingredient-summary/ingredient-summary-registration.d.ts.map +1 -0
  128. package/lib/ingredient-summary/types/index.d.ts +9 -0
  129. package/lib/lockout/index.d.ts +5 -0
  130. package/lib/lockout/index.d.ts.map +1 -0
  131. package/lib/lockout/lockout-model.d.ts +82 -0
  132. package/lib/lockout/lockout-model.d.ts.map +1 -0
  133. package/lib/lockout/lockout-registration.d.ts +88 -0
  134. package/lib/lockout/lockout-registration.d.ts.map +1 -0
  135. package/lib/lockout/services/index.d.ts +2 -0
  136. package/lib/lockout/services/index.d.ts.map +1 -0
  137. package/lib/lockout/services/lockout-services.d.ts +3 -0
  138. package/lib/lockout/services/lockout-services.d.ts.map +1 -0
  139. package/lib/lockout/types/index.d.ts +1 -0
  140. package/lib/macro-assignment/index.d.ts +3 -0
  141. package/lib/macro-assignment/index.d.ts.map +1 -0
  142. package/lib/macro-assignment/macro-assignment-model.d.ts +81 -0
  143. package/lib/macro-assignment/macro-assignment-model.d.ts.map +1 -0
  144. package/lib/macro-assignment/macro-assignment-registration.d.ts +85 -0
  145. package/lib/macro-assignment/macro-assignment-registration.d.ts.map +1 -0
  146. package/lib/macro-assignment/services/index.d.ts +2 -0
  147. package/lib/macro-assignment/services/index.d.ts.map +1 -0
  148. package/lib/macro-assignment/services/macro-assignment-services.d.ts +2 -0
  149. package/lib/macro-assignment/services/macro-assignment-services.d.ts.map +1 -0
  150. package/lib/macro-assignment/types/index.d.ts +37 -0
  151. package/lib/network-test/index.d.ts +5 -0
  152. package/lib/network-test/index.d.ts.map +1 -0
  153. package/lib/network-test/network-test-container-model.d.ts +26 -0
  154. package/lib/network-test/network-test-container-model.d.ts.map +1 -0
  155. package/lib/network-test/network-test-container-registration.d.ts +85 -0
  156. package/lib/network-test/network-test-container-registration.d.ts.map +1 -0
  157. package/lib/network-test/network-test-model.d.ts +24 -0
  158. package/lib/network-test/network-test-model.d.ts.map +1 -0
  159. package/lib/network-test/network-test-registration.d.ts +83 -0
  160. package/lib/network-test/network-test-registration.d.ts.map +1 -0
  161. package/lib/network-test/services/index.d.ts +2 -0
  162. package/lib/network-test/services/index.d.ts.map +1 -0
  163. package/lib/network-test/services/network-test-services.d.ts +36 -0
  164. package/lib/network-test/services/network-test-services.d.ts.map +1 -0
  165. package/lib/network-test/types/index.d.ts +42 -0
  166. package/lib/nutritive-sweetener/index.d.ts +4 -0
  167. package/lib/nutritive-sweetener/index.d.ts.map +1 -0
  168. package/lib/nutritive-sweetener/nutritive-sweetener-model.d.ts +24 -0
  169. package/lib/nutritive-sweetener/nutritive-sweetener-model.d.ts.map +1 -0
  170. package/lib/nutritive-sweetener/nutritive-sweetener-registration.d.ts +84 -0
  171. package/lib/nutritive-sweetener/nutritive-sweetener-registration.d.ts.map +1 -0
  172. package/lib/nutritive-sweetener/services/index.d.ts +2 -0
  173. package/lib/nutritive-sweetener/services/index.d.ts.map +1 -0
  174. package/lib/nutritive-sweetener/services/nutritive-sweetener-services.d.ts +6 -0
  175. package/lib/nutritive-sweetener/services/nutritive-sweetener-services.d.ts.map +1 -0
  176. package/lib/nutritive-sweetener/types/index.d.ts +1 -0
  177. package/lib/plain-water/index.d.ts +4 -0
  178. package/lib/plain-water/index.d.ts.map +1 -0
  179. package/lib/plain-water/plain-water-model.d.ts +21 -0
  180. package/lib/plain-water/plain-water-model.d.ts.map +1 -0
  181. package/lib/plain-water/plain-water-registration.d.ts +84 -0
  182. package/lib/plain-water/plain-water-registration.d.ts.map +1 -0
  183. package/lib/plain-water/services/index.d.ts +2 -0
  184. package/lib/plain-water/services/index.d.ts.map +1 -0
  185. package/lib/plain-water/services/plain-water-services.d.ts +6 -0
  186. package/lib/plain-water/services/plain-water-services.d.ts.map +1 -0
  187. package/lib/plain-water/types/index.d.ts +1 -0
  188. package/lib/reboot/index.d.ts +4 -0
  189. package/lib/reboot/index.d.ts.map +1 -0
  190. package/lib/reboot/reboot-model.d.ts +17 -0
  191. package/lib/reboot/reboot-model.d.ts.map +1 -0
  192. package/lib/reboot/reboot-registration.d.ts +83 -0
  193. package/lib/reboot/reboot-registration.d.ts.map +1 -0
  194. package/lib/reboot/services/index.d.ts +2 -0
  195. package/lib/reboot/services/index.d.ts.map +1 -0
  196. package/lib/reboot/services/reboot-services.d.ts +2 -0
  197. package/lib/reboot/services/reboot-services.d.ts.map +1 -0
  198. package/lib/reboot/types/index.d.ts +6 -0
  199. package/lib/registration.d.ts +3 -0
  200. package/lib/registration.d.ts.map +1 -0
  201. package/lib/settings/index.d.ts +4 -0
  202. package/lib/settings/index.d.ts.map +1 -0
  203. package/lib/settings/services/index.d.ts +2 -0
  204. package/lib/settings/services/index.d.ts.map +1 -0
  205. package/lib/settings/services/settings-services.d.ts +12 -0
  206. package/lib/settings/services/settings-services.d.ts.map +1 -0
  207. package/lib/settings/settings-model.d.ts +28 -0
  208. package/lib/settings/settings-model.d.ts.map +1 -0
  209. package/lib/settings/settings-registration.d.ts +85 -0
  210. package/lib/settings/settings-registration.d.ts.map +1 -0
  211. package/lib/settings/types/index.d.ts +24 -0
  212. package/lib/setup-step/index.d.ts +5 -0
  213. package/lib/setup-step/index.d.ts.map +1 -0
  214. package/lib/setup-step/services/index.d.ts +2 -0
  215. package/lib/setup-step/services/index.d.ts.map +1 -0
  216. package/lib/setup-step/services/setup-step-services.d.ts +13 -0
  217. package/lib/setup-step/services/setup-step-services.d.ts.map +1 -0
  218. package/lib/setup-step/setup-step-container-model.d.ts +32 -0
  219. package/lib/setup-step/setup-step-container-model.d.ts.map +1 -0
  220. package/lib/setup-step/setup-step-container-registration.d.ts +85 -0
  221. package/lib/setup-step/setup-step-container-registration.d.ts.map +1 -0
  222. package/lib/setup-step/setup-step-model.d.ts +24 -0
  223. package/lib/setup-step/setup-step-model.d.ts.map +1 -0
  224. package/lib/setup-step/setup-step-registration.d.ts +83 -0
  225. package/lib/setup-step/setup-step-registration.d.ts.map +1 -0
  226. package/lib/setup-step/types/index.d.ts +38 -0
  227. package/lib/trouble-action/index.d.ts +7 -0
  228. package/lib/trouble-action/index.d.ts.map +1 -0
  229. package/lib/trouble-action/trouble-action-model.d.ts +279 -0
  230. package/lib/trouble-action/trouble-action-model.d.ts.map +1 -0
  231. package/lib/trouble-action/types/index.d.ts +103 -0
  232. package/lib/utilities/index.d.ts +5 -0
  233. package/lib/utilities/index.d.ts.map +1 -0
  234. package/lib/utilities/services/index.d.ts +2 -0
  235. package/lib/utilities/services/index.d.ts.map +1 -0
  236. package/lib/utilities/services/utilities-services.d.ts +13 -0
  237. package/lib/utilities/services/utilities-services.d.ts.map +1 -0
  238. package/lib/utilities/types/index.d.ts +30 -0
  239. package/lib/utilities/utilities-container-model.d.ts +22 -0
  240. package/lib/utilities/utilities-container-model.d.ts.map +1 -0
  241. package/lib/utilities/utilities-container-registration.d.ts +85 -0
  242. package/lib/utilities/utilities-container-registration.d.ts.map +1 -0
  243. package/lib/utilities/utilities-model.d.ts +22 -0
  244. package/lib/utilities/utilities-model.d.ts.map +1 -0
  245. package/lib/utilities/utilities-registration.d.ts +83 -0
  246. package/lib/utilities/utilities-registration.d.ts.map +1 -0
  247. package/lib/utils/assembly-utils.d.ts +16 -0
  248. package/lib/utils/assembly-utils.d.ts.map +1 -0
  249. package/lib/utils/holder-view-extension.d.ts +15 -0
  250. package/lib/utils/holder-view-extension.d.ts.map +1 -0
  251. package/lib/utils/index.d.ts +5 -0
  252. package/lib/utils/index.d.ts.map +1 -0
  253. package/lib/utils/time-utils.d.ts +9 -0
  254. package/lib/utils/time-utils.d.ts.map +1 -0
  255. package/lib/utils/trouble-visibility-filter.d.ts +4 -0
  256. package/lib/utils/trouble-visibility-filter.d.ts.map +1 -0
  257. package/package.json +21 -0
  258. package/start/index.d.ts +5 -0
  259. package/start/index.d.ts.map +1 -0
  260. package/start/services/index.d.ts +2 -0
  261. package/start/services/index.d.ts.map +1 -0
  262. package/start/services/start-services.d.ts +6 -0
  263. package/start/services/start-services.d.ts.map +1 -0
  264. package/start/start-model.d.ts +20 -0
  265. package/start/start-model.d.ts.map +1 -0
  266. package/start/start-registration.d.ts +88 -0
  267. package/start/start-registration.d.ts.map +1 -0
  268. package/start/types/index.d.ts +1 -0
  269. package/types/global.d.ts +19 -0
  270. package/types/global.d.ts.map +1 -0
  271. package/types/index.d.ts +2 -0
  272. package/types/index.d.ts.map +1 -0
  273. package/utils/openapi-index.d.ts +2 -0
  274. package/utils/openapi-index.d.ts.map +1 -0
  275. package/utils/openapi.d.ts +9271 -0
  276. package/utils/services/kosdev.ddk/snapshot/openapi.d.ts +971 -0
  277. package/utils/services/kosdev.ddk/snapshot/service.d.ts +121 -0
  278. package/utils/services/kosdev.ddk/snapshot/service.d.ts.map +1 -0
  279. package/utils/services-index.d.ts +2 -0
  280. package/utils/services-index.d.ts.map +1 -0
@@ -0,0 +1,279 @@
1
+ import { IKosDataModel, IKosIdentifiable, KosData, KosLoggerAware, PublicModelInterface, SingletonKosModelRegistrationFactory } from '@kosdev-code/kos-ui-sdk';
2
+ import { TroubleActionOptions } from './types';
3
+ /**
4
+ * Model type identifier for the TroubleAction singleton model.
5
+ *
6
+ * This constant is used for model registration and identification within
7
+ * the KOS framework. As a singleton model, only one instance exists per
8
+ * application lifecycle.
9
+ *
10
+ * @category Model Configuration
11
+ */
12
+ export declare const MODEL_TYPE = "trouble-action-model";
13
+ /**
14
+ * Public interface type for the TroubleActionModel.
15
+ *
16
+ * This type represents the publicly accessible interface of the TroubleActionModel,
17
+ * exposing only the methods and properties intended for external consumption.
18
+ * Use this type when declaring dependencies on the TroubleActionModel.
19
+ *
20
+ * @category Model Types
21
+ * @see {@link TroubleActionModelImpl} for the implementation details
22
+ */
23
+ export type TroubleActionModel = PublicModelInterface<TroubleActionModelImpl>;
24
+ /**
25
+ * Interface definition for TroubleActionModel implementation.
26
+ *
27
+ * Manages trouble action state by monitoring active troubles and mapping them
28
+ * to configurable state key-value pairs. This singleton model acts as a centralized
29
+ * coordinator between the trouble system and UI state management.
30
+ *
31
+ * @author Mark Pomerant (mark@matrica.ca)
32
+ * @version 2.1.1
33
+ * @category Model Interface
34
+ */
35
+ export interface TroubleActionModelImpl extends KosLoggerAware {
36
+ }
37
+ /**
38
+ * Singleton model that manages trouble action state for beverage dispensing systems.
39
+ *
40
+ * The TroubleActionModel monitors active troubles in the system and maintains a
41
+ * reactive state object that maps trouble types to configured state values. This
42
+ * enables UI components to respond to trouble conditions without directly coupling
43
+ * to the trouble system.
44
+ *
45
+ * **Key Features:**
46
+ * - Singleton model ensuring single source of truth for trouble action state
47
+ * - Automatic synchronization with TroubleContainer changes
48
+ * - Configurable mapping between trouble types and state representations
49
+ * - Reactive state updates via KosData observables
50
+ * - Support for custom state keys and values per trouble type
51
+ *
52
+ * **Architecture:**
53
+ * - Depends on TroubleContainerModel for trouble data
54
+ * - Uses @kosModelEffect for reactive trouble monitoring
55
+ * - Maintains internal mapping of trouble definitions to state values
56
+ *
57
+ * @example
58
+ * ```typescript
59
+ * // Register and create the singleton TroubleActionModel
60
+ * import { TroubleAction } from '@kosdev-code/kos-ddk-models';
61
+ *
62
+ * const troubleActionModel = TroubleAction.instance().options({
63
+ * definitions: [
64
+ * {
65
+ * troubleType: 'InsufficientAgitationTrouble',
66
+ * stateKey: 'agitationRequired',
67
+ * stateValue: 'true'
68
+ * },
69
+ * {
70
+ * troubleType: 'CartridgeEmptyTrouble',
71
+ * stateKey: 'cartridgeStatus',
72
+ * stateValue: 'empty'
73
+ * }
74
+ * ]
75
+ * }).build();
76
+ *
77
+ * // Access state in React components
78
+ * const agitationRequired = troubleActionModel.state.agitationRequired;
79
+ * ```
80
+ *
81
+ * @example
82
+ * ```typescript
83
+ * // Monitor active trouble in a React component
84
+ * import { useKosModel } from '@kosdev-code/kos-ui-sdk';
85
+ * import { TroubleAction } from '@kosdev-code/kos-ddk-models';
86
+ *
87
+ * function TroubleIndicator() {
88
+ * const troubleAction = useKosModel(TroubleAction);
89
+ * const activeTroubleType = troubleAction.activeTroubleType;
90
+ *
91
+ * if (!activeTroubleType) {
92
+ * return <div>No active troubles</div>;
93
+ * }
94
+ *
95
+ * return <div>Active: {activeTroubleType}</div>;
96
+ * }
97
+ * ```
98
+ *
99
+ * @category DDK Models
100
+ * @see {@link TroubleContainerModel} for the underlying trouble data source
101
+ * @see {@link TroubleActionOptions} for configuration options
102
+ * @see {@link TroubleActionData} for trouble definition structure
103
+ *
104
+ * @kosService ddk.trouble-action
105
+ * @kosApiLevel 1
106
+ */
107
+ export declare class TroubleActionModelImpl implements IKosDataModel, IKosIdentifiable {
108
+ /**
109
+ * Registration factory for creating TroubleActionModel instances.
110
+ *
111
+ * This static property is automatically populated by the @kosModel decorator
112
+ * and provides the registration interface for creating and configuring the
113
+ * singleton TroubleActionModel instance.
114
+ *
115
+ * @example
116
+ * ```typescript
117
+ * const troubleAction = TroubleActionModelImpl.Registration
118
+ * .instance()
119
+ * .options({ definitions: [...] })
120
+ * .build();
121
+ * ```
122
+ *
123
+ * @category Model Registration
124
+ */
125
+ static Registration: SingletonKosModelRegistrationFactory<TroubleActionModel, TroubleActionOptions>;
126
+ /**
127
+ * Unique identifier for this model instance.
128
+ *
129
+ * Set during construction and used for model lifecycle management
130
+ * and debugging purposes.
131
+ *
132
+ * @category Model Properties
133
+ */
134
+ id: string;
135
+ /**
136
+ * Dependency on the TroubleContainer singleton model.
137
+ *
138
+ * Provides access to the system's active troubles collection. Changes to
139
+ * the trouble container automatically trigger state updates via the
140
+ * handleTroubleActions effect.
141
+ *
142
+ * @category Dependencies
143
+ * @see {@link TroubleContainerModel}
144
+ */
145
+ private troubleContainer;
146
+ /**
147
+ * Observable state object mapping trouble state keys to values.
148
+ *
149
+ * This reactive state object is automatically updated when troubles are
150
+ * added or removed from the system. Keys and values are determined by
151
+ * the trouble action definitions provided during model initialization.
152
+ *
153
+ * State keys that no longer have associated active troubles are set to
154
+ * undefined.
155
+ *
156
+ * @example
157
+ * ```typescript
158
+ * // Access state values
159
+ * const isAgitationRequired = troubleActionModel.state.agitationRequired;
160
+ *
161
+ * // State is reactive - updates automatically propagate to React components
162
+ * ```
163
+ *
164
+ * @category Model State
165
+ */
166
+ state: KosData<Record<string, string | undefined>>;
167
+ /**
168
+ * Internal mapping of trouble types to their action definitions.
169
+ *
170
+ * Built from the definitions array provided in TroubleActionOptions during
171
+ * construction. Used for efficient lookup when processing trouble changes.
172
+ *
173
+ * @category Internal State
174
+ */
175
+ private troubleActionData;
176
+ /**
177
+ * Creates a new TroubleActionModel instance.
178
+ *
179
+ * Initializes the model with trouble action definitions that map trouble
180
+ * types to state key-value pairs. The model begins monitoring the trouble
181
+ * container immediately upon creation.
182
+ *
183
+ * @param modelId - Unique identifier for this model instance
184
+ * @param options - Configuration options containing trouble action definitions
185
+ * @param context - KOS creation context providing logger and framework services
186
+ *
187
+ * @category Lifecycle
188
+ */
189
+ constructor(modelId: string, options: TroubleActionOptions);
190
+ /**
191
+ * Gets the first active trouble that has an associated action definition.
192
+ *
193
+ * Returns the first trouble found that matches any of the configured trouble
194
+ * action definitions. If multiple troubles are active, priority is determined
195
+ * by the order of trouble type keys in the troubleActionData object.
196
+ *
197
+ * @returns The active trouble model, or undefined if no matching troubles exist
198
+ *
199
+ * @example
200
+ * ```typescript
201
+ * const trouble = troubleActionModel.activeTrouble;
202
+ * if (trouble) {
203
+ * console.log(`Active trouble: ${trouble.type}`);
204
+ * console.log(`Resolvable: ${trouble.resolvable}`);
205
+ * }
206
+ * ```
207
+ *
208
+ * @category Trouble Access
209
+ * @see {@link TroubleContainerModel} for trouble data structure
210
+ */
211
+ get activeTrouble(): import('@kosdev-code/kos-ui-sdk').TroubleModel<any> | undefined;
212
+ /**
213
+ * Gets the type of the first active trouble with an associated action definition.
214
+ *
215
+ * Convenience getter that extracts the trouble type from the active trouble.
216
+ * Commonly used for conditional UI rendering based on trouble type.
217
+ *
218
+ * @returns The active trouble type string, or undefined if no troubles are active
219
+ *
220
+ * @example
221
+ * ```typescript
222
+ * const troubleType = troubleActionModel.activeTroubleType;
223
+ * if (troubleType === 'InsufficientAgitationTrouble') {
224
+ * // Show agitation required UI
225
+ * }
226
+ * ```
227
+ *
228
+ * @category Trouble Access
229
+ */
230
+ get activeTroubleType(): string | undefined;
231
+ /**
232
+ * Reactive effect that synchronizes trouble action state with active troubles.
233
+ *
234
+ * Automatically called when the trouble container's data changes. Updates the
235
+ * model's state object to reflect current trouble conditions:
236
+ * - Adds state entries for newly active troubles
237
+ * - Removes state entries (sets to undefined) for resolved troubles
238
+ * - Uses configured stateKey and stateValue from trouble definitions
239
+ *
240
+ * The effect dependencies ensure this method runs whenever troubles are added
241
+ * or removed from the system.
242
+ *
243
+ * @remarks
244
+ * This method is decorated with @kosModelEffect to establish reactive dependencies
245
+ * on the trouble container's data. It should not be called directly.
246
+ *
247
+ * @category Effects
248
+ * @see {@link kosModelEffect} for reactive effect pattern documentation
249
+ */
250
+ handleTroubleActions(): void;
251
+ }
252
+ /**
253
+ * Singleton registration factory for the TroubleActionModel.
254
+ *
255
+ * Use this export to create and configure the TroubleAction singleton model
256
+ * in your application. The factory provides a fluent interface for instance
257
+ * creation and configuration.
258
+ *
259
+ * @example
260
+ * ```typescript
261
+ * import { TroubleAction } from '@kosdev-code/kos-ddk-models';
262
+ *
263
+ * const troubleAction = TroubleAction.instance().options({
264
+ * definitions: [
265
+ * {
266
+ * troubleType: 'InsufficientAgitationTrouble',
267
+ * stateKey: 'agitationRequired',
268
+ * stateValue: 'true'
269
+ * }
270
+ * ]
271
+ * }).build();
272
+ * ```
273
+ *
274
+ * @category Model Registration
275
+ * @see {@link TroubleActionModel} for the model interface
276
+ * @see {@link TroubleActionOptions} for configuration options
277
+ */
278
+ export declare const TroubleAction: SingletonKosModelRegistrationFactory<TroubleActionModel, TroubleActionOptions>;
279
+ //# sourceMappingURL=trouble-action-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trouble-action-model.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-models/src/lib/trouble-action/trouble-action-model.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EACV,aAAa,EACb,gBAAgB,EAChB,OAAO,EACP,cAAc,EACd,oBAAoB,EACpB,oCAAoC,EAErC,MAAM,yBAAyB,CAAC;AASjC,OAAO,KAAK,EAAqB,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEvE;;;;;;;;GAQG;AACH,eAAO,MAAM,UAAU,yBAAyB,CAAC;AAEjD;;;;;;;;;GASG;AACH,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;AAE9E;;;;;;;;;;GAUG;AAEH,MAAM,WAAW,sBAAuB,SAAQ,cAAc;CAAG;AAEjE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqEG;AACH,qBAEa,sBAAuB,YAAW,aAAa,EAAE,gBAAgB;IAC5E;;;;;;;;;;;;;;;;OAgBG;IACH,MAAM,CAAC,YAAY,EAAE,oCAAoC,CACvD,kBAAkB,EAClB,oBAAoB,CACrB,CAAC;IAEF;;;;;;;OAOG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;;;;;OASG;IAEH,OAAO,CAAC,gBAAgB,CAAyB;IAEjD;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IAEnD;;;;;;;OAOG;IACH,OAAO,CAAC,iBAAiB,CAAoC;IAE7D;;;;;;;;;;;;OAYG;gBACS,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,oBAAoB;IAW1D;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,IAAI,aAAa,oEAgBhB;IAED;;;;;;;;;;;;;;;;;OAiBG;IACH,IAAI,iBAAiB,uBAEpB;IAED;;;;;;;;;;;;;;;;;;OAkBG;IAIH,oBAAoB;CAsBrB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,eAAO,MAAM,aAAa,gFAAsC,CAAC"}
@@ -0,0 +1,103 @@
1
+ /**
2
+ * Definition for a single trouble action mapping.
3
+ *
4
+ * Describes how a specific trouble type should be represented in the
5
+ * TroubleActionModel's state object. Each definition maps a trouble type
6
+ * to a state key-value pair that UI components can observe.
7
+ *
8
+ * @example
9
+ * ```typescript
10
+ * const agitationTroubleAction: TroubleActionData = {
11
+ * troubleType: 'InsufficientAgitationTrouble',
12
+ * stateKey: 'agitationRequired',
13
+ * stateValue: 'true'
14
+ * };
15
+ * ```
16
+ *
17
+ * @category Trouble Configuration
18
+ * @see {@link TroubleActionOptions} for how definitions are provided to the model
19
+ */
20
+ export interface TroubleActionData {
21
+ /**
22
+ * The trouble type identifier to monitor.
23
+ *
24
+ * Must match the type property of trouble objects in the TroubleContainer.
25
+ * When a trouble of this type becomes active, the associated state entry
26
+ * will be created.
27
+ *
28
+ * @example "InsufficientAgitationTrouble"
29
+ * @example "CartridgeEmptyTrouble"
30
+ */
31
+ troubleType: string;
32
+
33
+ /**
34
+ * The key to use in the state object for this trouble.
35
+ *
36
+ * Defines the property name in the TroubleActionModel's state object.
37
+ * UI components will observe this key to react to the trouble condition.
38
+ *
39
+ * @example "agitationRequired"
40
+ * @example "cartridgeStatus"
41
+ */
42
+ stateKey: string;
43
+
44
+ /**
45
+ * The value to set in the state object when this trouble is active.
46
+ *
47
+ * When the trouble becomes active, this value is assigned to the stateKey.
48
+ * When the trouble is resolved, the stateKey is set to undefined.
49
+ *
50
+ * @example "true"
51
+ * @example "empty"
52
+ * @example "maintenance_required"
53
+ */
54
+ stateValue: string;
55
+ }
56
+
57
+ /**
58
+ * Configuration options for the TroubleActionModel.
59
+ *
60
+ * Provides the trouble action definitions that configure how the model
61
+ * maps active troubles to state values. These definitions are processed
62
+ * during model initialization to establish the trouble monitoring behavior.
63
+ *
64
+ * @example
65
+ * ```typescript
66
+ * const options: TroubleActionOptions = {
67
+ * definitions: [
68
+ * {
69
+ * troubleType: 'InsufficientAgitationTrouble',
70
+ * stateKey: 'agitationRequired',
71
+ * stateValue: 'true'
72
+ * },
73
+ * {
74
+ * troubleType: 'CartridgeEmptyTrouble',
75
+ * stateKey: 'cartridgeStatus',
76
+ * stateValue: 'empty'
77
+ * },
78
+ * {
79
+ * troubleType: 'MaintenanceRequiredTrouble',
80
+ * stateKey: 'systemStatus',
81
+ * stateValue: 'maintenance'
82
+ * }
83
+ * ]
84
+ * };
85
+ * ```
86
+ *
87
+ * @category Model Configuration
88
+ * @see {@link TroubleActionData} for individual definition structure
89
+ * @see {@link TroubleActionModel} for how options are used during initialization
90
+ */
91
+ export interface TroubleActionOptions {
92
+ /**
93
+ * Array of trouble action definitions to monitor.
94
+ *
95
+ * Each definition maps a specific trouble type to a state representation.
96
+ * The model will monitor all defined trouble types and update its state
97
+ * object accordingly when troubles become active or are resolved.
98
+ *
99
+ * The order of definitions affects priority when accessing the activeTrouble
100
+ * getter - the first matching trouble in the array will be returned.
101
+ */
102
+ definitions: TroubleActionData[];
103
+ }
@@ -0,0 +1,5 @@
1
+ export { UtilitiesContainer } from './utilities-container-registration';
2
+ export { Utilities } from './utilities-registration';
3
+ export type * from './types';
4
+ export * as UtilitiesServices from './services';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-models/src/lib/utilities/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,mBAAmB,SAAS,CAAC;AAC7B,OAAO,KAAK,iBAAiB,MAAM,YAAY,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './utilities-services';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ddk-models/src/lib/utilities/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,13 @@
1
+ export interface UtilityResponse {
2
+ name: string;
3
+ options: Map<string, object>;
4
+ roles?: string[];
5
+ }
6
+ type UtilityColumnsResponse = UtilityResponse[];
7
+ /**
8
+ * @category Service
9
+ * Retrieves the initial utilities data.
10
+ */
11
+ export declare const getUtilities: () => Promise<UtilityColumnsResponse[]>;
12
+ export {};
13
+ //# sourceMappingURL=utilities-services.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utilities-services.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ddk-models/src/lib/utilities/services/utilities-services.ts"],"names":[],"mappings":"AAeA,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,KAAK,sBAAsB,GAAG,eAAe,EAAE,CAAC;AAEhD;;;GAGG;AACH,eAAO,MAAM,YAAY,yCAwBxB,CAAC"}
@@ -0,0 +1,30 @@
1
+ import { IKosIdentifiable, IKosModelHolder } from '@kosdev-code/kos-ui-sdk';
2
+ // --------------- Utilities ---------------
3
+ export interface UtilitiesOptions {
4
+ columnId: string;
5
+ name: string;
6
+ options: Map<string, object>;
7
+ roles?: string[] | undefined;
8
+ }
9
+
10
+ export interface UtilitiesModel extends IKosDataModel {
11
+ id: string;
12
+ columnId: string;
13
+ name: string;
14
+ options: Map<string, object>;
15
+ updateModel: (options: UtilitiesOptions) => void;
16
+ }
17
+
18
+ export type UtilityColumn = UtilitiesModel[];
19
+
20
+ // --------------- UtilitiesContainer ---------------
21
+ export interface UtilitiesContainerOptions {}
22
+
23
+ export interface UtilitiesContainerModel
24
+ extends IKosIdentifiable,
25
+ IKosModelHolder<UtilitiesModel> {
26
+ columns: string[];
27
+ getUtilitiesByColumn(id: string): UtilitiesModel[];
28
+ }
29
+
30
+ export type IdentifiableUtility = UtilitiesOptions & IKosIdentifiable;
@@ -0,0 +1,22 @@
1
+ import { KosCreationContext, IKosModelContainer, IKosDataModel } from '@kosdev-code/kos-ui-sdk';
2
+ import { UtilitiesModel, UtilitiesContainerModel, UtilitiesContainerOptions } from './types';
3
+ export declare const MODEL_TYPE = "utilities-container-model";
4
+ /**
5
+ * @kosService ddk.utilities
6
+ * @kosApiLevel 1
7
+ */
8
+ export declare class UtilitiesContainerModelImpl implements UtilitiesContainerModel, IKosDataModel {
9
+ id: string;
10
+ private logger;
11
+ private _models;
12
+ constructor(modelId: string, _options: UtilitiesContainerOptions, context: KosCreationContext);
13
+ get data(): UtilitiesModel[];
14
+ get models(): IKosModelContainer<UtilitiesModel>;
15
+ get columns(): string[];
16
+ addModel(model: UtilitiesModel): void;
17
+ removeModel(id: string): void;
18
+ getModel(id: string): UtilitiesModel | undefined;
19
+ getUtilitiesByColumn(id: string): UtilitiesModel[];
20
+ load(): Promise<void>;
21
+ }
22
+ //# sourceMappingURL=utilities-container-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utilities-container-model.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-models/src/lib/utilities/utilities-container-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,kBAAkB,EAClB,kBAAkB,EAClB,aAAa,EACd,MAAM,yBAAyB,CAAC;AAEjC,OAAO,KAAK,EACV,cAAc,EACd,uBAAuB,EACvB,yBAAyB,EAE1B,MAAM,SAAS,CAAC;AAIjB,eAAO,MAAM,UAAU,8BAA8B,CAAC;AAEtD;;;GAGG;AACH,qBACa,2BACX,YAAW,uBAAuB,EAAE,aAAa;IAEjD,EAAE,EAAE,MAAM,CAAC;IAEX,OAAO,CAAC,MAAM,CAAmB;IAEvB,OAAO,CAAC,OAAO,CAAqC;gBAE5D,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,yBAAyB,EACnC,OAAO,EAAE,kBAAkB;IAc7B,IAAI,IAAI,qBAEP;IAED,IAAI,MAAM,uCAET;IAED,IAAI,OAAO,IAAI,MAAM,EAAE,CAItB;IAED,QAAQ,CAAC,KAAK,EAAE,cAAc;IAI9B,WAAW,CAAC,EAAE,EAAE,MAAM;IAItB,QAAQ,CAAC,EAAE,EAAE,MAAM;IAInB,oBAAoB,CAAC,EAAE,EAAE,MAAM;IAMzB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAoB5B"}
@@ -0,0 +1,85 @@
1
+ import { SingletonKosModelRegistrationBean } from '@kosdev-code/kos-ui-sdk';
2
+ import { UtilitiesContainerModel, UtilitiesContainerOptions } from './types';
3
+ /**
4
+ * # UtilitiesContainer
5
+ *
6
+ * The registration bean includes convenience methods for creating and working with UtilitiesContainerModel instances.
7
+ *
8
+ * ## type
9
+ * The type property is a string that identifies the model type.
10
+ * The type is used to identify the model type in the model registry and to narrow down the model type in type predicates. It's most frequently
11
+ * used when declaring dependencies on models.
12
+ *
13
+ * @example
14
+ * ```typescript
15
+ *
16
+ * @kosDependency({modelType: UtilitiesContainer.type, id: "utilitiesContainerId"})
17
+ * private utilitiesContainerModel: UtilitiesContainerModel;
18
+ * ```
19
+ *
20
+ *
21
+ * ## factory
22
+ *
23
+ * The factory method creates a factory function that can be used to create new UtilitiesContainerModel instances.
24
+ *
25
+
26
+ * As this is a singleton model, the factory function accepts the model options as its argument.
27
+ *
28
+ * If a model with the same model type already exists, the factory function will return the existing model. The options will be ignored
29
+ * in this case and the existing model will be returned in its current state.
30
+ *
31
+ * @example
32
+ * ```typescript
33
+ * const model = UtilitiesContainer.factory({
34
+ * // Add option data
35
+ * });
36
+ * ```
37
+
38
+
39
+ *
40
+ * ## predicate
41
+ *
42
+ * [Typescript type predicate](https://www.typescriptlang.org/docs/handbook/2/narrowing.html#using-type-predicates) function that will identify and narrow down a model to a UtilitiesContainerModel.
43
+ *
44
+ * @example
45
+ * ```typescript
46
+ *
47
+ * const model: IKosDataModel = ...; // some model
48
+ *
49
+ * if (UtilitiesContainer.predicate(model)) {
50
+ * // if the function evaluates to true, the model is narrowed down to UtilitiesContainerModel
51
+ * // and the compiler will know that the model has the UtilitiesContainerModel interface
52
+ * model.updateAvailability(false);
53
+ * }
54
+ * ```
55
+ *
56
+ * ## registration
57
+ *
58
+ * The registration property is an object that can be used to simplify registration of the model with the model registry. The registration object
59
+ * can be spread into the model registration and provides all of the required information to register the model implementation class against the model type.
60
+ *
61
+ *
62
+ * @example
63
+ *
64
+ * In an application registration file you can declare the model registration as follows:
65
+ *
66
+ * **registration.ts**
67
+ * ```typescript
68
+ * import { UtilitiesContainer } from "@kos-ui/kos-dispenser-model";
69
+ * ...
70
+ * import { ExtensionManager, IKosRegistry } from "@kosdev-code/kos-ui-sdk";
71
+ * export const kosModels: IKosRegistry["models"] = {
72
+ * ...UtilitiesContainer.registration,
73
+ * };
74
+ * ```
75
+ *
76
+ * ## registration.singleton
77
+
78
+ * The utilitiesContainer model is a singleton model. This means that each time the factory function is called , the same instance will be returned.
79
+ * If the model does not yet exist, it will be created passing in the provided options to initialize it.
80
+ *
81
+ * Singleton models don't require an ID as they will use the model type as their ID to guarantee uniqueness throughout the system.
82
+
83
+ * */
84
+ export declare const UtilitiesContainer: Readonly<SingletonKosModelRegistrationBean<UtilitiesContainerModel, UtilitiesContainerOptions>>;
85
+ //# sourceMappingURL=utilities-container-registration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utilities-container-registration.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-models/src/lib/utilities/utilities-container-registration.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,yBAAyB,CAAC;AAEjF,OAAO,KAAK,EACV,uBAAuB,EACvB,yBAAyB,EAC1B,MAAM,SAAS,CAAC;AAMjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgFK;AACL,eAAO,MAAM,kBAAkB,EAAE,QAAQ,CACvC,iCAAiC,CAC/B,uBAAuB,EACvB,yBAAyB,CAC1B,CAeF,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { IKosDataModel, KosCreationContext } from '@kosdev-code/kos-ui-sdk';
2
+ import { UtilitiesModel, UtilitiesOptions } from './types';
3
+ export declare const MODEL_TYPE = "utilities-model";
4
+ /**
5
+ * @kosService ddk.utilities
6
+ * @kosApiLevel 1
7
+ */
8
+ export declare class UtilitiesModelImpl implements UtilitiesModel, IKosDataModel {
9
+ id: string;
10
+ name: string;
11
+ options: Map<string, object>;
12
+ roles?: string[];
13
+ columnId: string;
14
+ private logger;
15
+ constructor(modelId: string, options: UtilitiesOptions, context: KosCreationContext);
16
+ updateModel(options: UtilitiesOptions): void;
17
+ get titleKey(): string;
18
+ get bodyKey(): string;
19
+ init(): Promise<void>;
20
+ load(): Promise<void>;
21
+ }
22
+ //# sourceMappingURL=utilities-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utilities-model.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-models/src/lib/utilities/utilities-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EAEb,kBAAkB,EACnB,MAAM,yBAAyB,CAAC;AAEjC,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhE,eAAO,MAAM,UAAU,oBAAoB,CAAC;AAE5C;;;GAGG;AACH,qBACa,kBAAmB,YAAW,cAAc,EAAE,aAAa;IACtE,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IAEjB,OAAO,CAAC,MAAM,CAAmB;gBAG/B,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,gBAAgB,EACzB,OAAO,EAAE,kBAAkB;IAU7B,WAAW,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI;IAM5C,IAAI,QAAQ,WAEX;IAED,IAAI,OAAO,WAEV;IAIK,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAIrB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAG5B"}