@kosdev-code/kos-ddk-model-components 2.0.0

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 (519) hide show
  1. package/components/actions/action.d.ts +19 -0
  2. package/components/actions/action.d.ts.map +1 -0
  3. package/components/actions/index.d.ts +4 -0
  4. package/components/actions/index.d.ts.map +1 -0
  5. package/components/actions/intent/calibrate-action.d.ts +8 -0
  6. package/components/actions/intent/calibrate-action.d.ts.map +1 -0
  7. package/components/actions/intent/fixed-45.d.ts +8 -0
  8. package/components/actions/intent/fixed-45.d.ts.map +1 -0
  9. package/components/actions/intent/flush-action.d.ts +8 -0
  10. package/components/actions/intent/flush-action.d.ts.map +1 -0
  11. package/components/actions/intent/high-flow-test-action.d.ts +8 -0
  12. package/components/actions/intent/high-flow-test-action.d.ts.map +1 -0
  13. package/components/actions/intent/hold-to-pour-action.d.ts +8 -0
  14. package/components/actions/intent/hold-to-pour-action.d.ts.map +1 -0
  15. package/components/actions/intent/index.d.ts +12 -0
  16. package/components/actions/intent/index.d.ts.map +1 -0
  17. package/components/actions/intent/intent-action.d.ts +27 -0
  18. package/components/actions/intent/intent-action.d.ts.map +1 -0
  19. package/components/actions/intent/low-flow-test-action.d.ts +8 -0
  20. package/components/actions/intent/low-flow-test-action.d.ts.map +1 -0
  21. package/components/actions/intent/manual-override-action.d.ts +8 -0
  22. package/components/actions/intent/manual-override-action.d.ts.map +1 -0
  23. package/components/actions/intent/msv-reset-action.d.ts +8 -0
  24. package/components/actions/intent/msv-reset-action.d.ts.map +1 -0
  25. package/components/actions/intent/prime-action.d.ts +8 -0
  26. package/components/actions/intent/prime-action.d.ts.map +1 -0
  27. package/components/actions/intent/purge-action.d.ts +8 -0
  28. package/components/actions/intent/purge-action.d.ts.map +1 -0
  29. package/components/actions/trouble/generic-trouble-action.d.ts +8 -0
  30. package/components/actions/trouble/generic-trouble-action.d.ts.map +1 -0
  31. package/components/actions/trouble/index.d.ts +5 -0
  32. package/components/actions/trouble/index.d.ts.map +1 -0
  33. package/components/actions/trouble/trouble-aware-action.d.ts +27 -0
  34. package/components/actions/trouble/trouble-aware-action.d.ts.map +1 -0
  35. package/components/agitate-modal/agitator-modal.d.ts +6 -0
  36. package/components/agitate-modal/agitator-modal.d.ts.map +1 -0
  37. package/components/agitate-modal/index.d.ts +2 -0
  38. package/components/agitate-modal/index.d.ts.map +1 -0
  39. package/components/agitation-control-view/agitation-control-view.d.ts +6 -0
  40. package/components/agitation-control-view/agitation-control-view.d.ts.map +1 -0
  41. package/components/agitation-control-view/index.d.ts +2 -0
  42. package/components/agitation-control-view/index.d.ts.map +1 -0
  43. package/components/calibrate-modal/calibrate-modal.d.ts +11 -0
  44. package/components/calibrate-modal/calibrate-modal.d.ts.map +1 -0
  45. package/components/calibrate-modal/index.d.ts +2 -0
  46. package/components/calibrate-modal/index.d.ts.map +1 -0
  47. package/components/cartridge-agitator/detail/agitator.d.ts +9 -0
  48. package/components/cartridge-agitator/detail/agitator.d.ts.map +1 -0
  49. package/components/cartridge-agitator/index.d.ts +3 -0
  50. package/components/cartridge-agitator/index.d.ts.map +1 -0
  51. package/components/cartridge-agitator/summary/agitator.d.ts +9 -0
  52. package/components/cartridge-agitator/summary/agitator.d.ts.map +1 -0
  53. package/components/config-prop-context/StagedChanges.d.ts +21 -0
  54. package/components/config-prop-context/StagedChanges.d.ts.map +1 -0
  55. package/components/config-prop-context/index.d.ts +2 -0
  56. package/components/config-prop-context/index.d.ts.map +1 -0
  57. package/components/config-prop-info-card/config-prop-info-card.d.ts +9 -0
  58. package/components/config-prop-info-card/config-prop-info-card.d.ts.map +1 -0
  59. package/components/config-prop-info-card/index.d.ts +2 -0
  60. package/components/config-prop-info-card/index.d.ts.map +1 -0
  61. package/components/config-prop-input-card/config-prop-input-card.d.ts +10 -0
  62. package/components/config-prop-input-card/config-prop-input-card.d.ts.map +1 -0
  63. package/components/config-prop-input-card/index.d.ts +2 -0
  64. package/components/config-prop-input-card/index.d.ts.map +1 -0
  65. package/components/config-prop-input-range-card/config-prop-input-range-card.d.ts +10 -0
  66. package/components/config-prop-input-range-card/config-prop-input-range-card.d.ts.map +1 -0
  67. package/components/config-prop-input-range-card/index.d.ts +2 -0
  68. package/components/config-prop-input-range-card/index.d.ts.map +1 -0
  69. package/components/config-prop-multi-input-enable-card/config-prop-multi-input-enable-card.d.ts +19 -0
  70. package/components/config-prop-multi-input-enable-card/config-prop-multi-input-enable-card.d.ts.map +1 -0
  71. package/components/config-prop-multi-input-enable-card/index.d.ts +2 -0
  72. package/components/config-prop-multi-input-enable-card/index.d.ts.map +1 -0
  73. package/components/config-prop-picker-card/config-prop-picker-card.d.ts +13 -0
  74. package/components/config-prop-picker-card/config-prop-picker-card.d.ts.map +1 -0
  75. package/components/config-prop-picker-card/index.d.ts +2 -0
  76. package/components/config-prop-picker-card/index.d.ts.map +1 -0
  77. package/components/config-prop-single-input-enable-card/config-prop-single-input-enable-card.d.ts +15 -0
  78. package/components/config-prop-single-input-enable-card/config-prop-single-input-enable-card.d.ts.map +1 -0
  79. package/components/config-prop-single-input-enable-card/index.d.ts +2 -0
  80. package/components/config-prop-single-input-enable-card/index.d.ts.map +1 -0
  81. package/components/config-prop-switch-card/config-prop-switch-card.d.ts +9 -0
  82. package/components/config-prop-switch-card/config-prop-switch-card.d.ts.map +1 -0
  83. package/components/config-prop-switch-card/index.d.ts +2 -0
  84. package/components/config-prop-switch-card/index.d.ts.map +1 -0
  85. package/components/config-prop-time-picker-card/config-prop-time-picker-card.d.ts +9 -0
  86. package/components/config-prop-time-picker-card/config-prop-time-picker-card.d.ts.map +1 -0
  87. package/components/config-prop-time-picker-card/index.d.ts +2 -0
  88. package/components/config-prop-time-picker-card/index.d.ts.map +1 -0
  89. package/components/config-prop-toggle-card/config-prop-toggle-card.d.ts +10 -0
  90. package/components/config-prop-toggle-card/config-prop-toggle-card.d.ts.map +1 -0
  91. package/components/config-prop-toggle-card/index.d.ts +2 -0
  92. package/components/config-prop-toggle-card/index.d.ts.map +1 -0
  93. package/components/config-property-input/base-config-property-component-factory.d.ts +4 -0
  94. package/components/config-property-input/base-config-property-component-factory.d.ts.map +1 -0
  95. package/components/config-property-input/config-property-input-types.d.ts +32 -0
  96. package/components/config-property-input/config-property-input-types.d.ts.map +1 -0
  97. package/components/config-property-input/config-property-input.d.ts +14 -0
  98. package/components/config-property-input/config-property-input.d.ts.map +1 -0
  99. package/components/config-property-input/index.d.ts +3 -0
  100. package/components/config-property-input/index.d.ts.map +1 -0
  101. package/components/date-picker-card/date-picker-card.d.ts +16 -0
  102. package/components/date-picker-card/date-picker-card.d.ts.map +1 -0
  103. package/components/date-picker-card/index.d.ts +2 -0
  104. package/components/date-picker-card/index.d.ts.map +1 -0
  105. package/components/diagnostics-modal/diagnostics-modal.d.ts +11 -0
  106. package/components/diagnostics-modal/diagnostics-modal.d.ts.map +1 -0
  107. package/components/diagnostics-modal/index.d.ts +2 -0
  108. package/components/diagnostics-modal/index.d.ts.map +1 -0
  109. package/components/dispenser-info-settings/dispenser-info-settings.d.ts +4 -0
  110. package/components/dispenser-info-settings/dispenser-info-settings.d.ts.map +1 -0
  111. package/components/dispenser-info-settings/index.d.ts +2 -0
  112. package/components/dispenser-info-settings/index.d.ts.map +1 -0
  113. package/components/dispenser-serial-number/dispenser-serial-number.d.ts +7 -0
  114. package/components/dispenser-serial-number/dispenser-serial-number.d.ts.map +1 -0
  115. package/components/dispenser-serial-number/index.d.ts +2 -0
  116. package/components/dispenser-serial-number/index.d.ts.map +1 -0
  117. package/components/dispenser-settings/dispenser-settings.d.ts +4 -0
  118. package/components/dispenser-settings/dispenser-settings.d.ts.map +1 -0
  119. package/components/dispenser-settings/index.d.ts +2 -0
  120. package/components/dispenser-settings/index.d.ts.map +1 -0
  121. package/components/enjoy-by-date/enjoy-by-date.d.ts +10 -0
  122. package/components/enjoy-by-date/enjoy-by-date.d.ts.map +1 -0
  123. package/components/enjoy-by-date/index.d.ts +2 -0
  124. package/components/enjoy-by-date/index.d.ts.map +1 -0
  125. package/components/future-progress-bar/future-progress-bar.d.ts +27 -0
  126. package/components/future-progress-bar/future-progress-bar.d.ts.map +1 -0
  127. package/components/future-progress-bar/index.d.ts +2 -0
  128. package/components/future-progress-bar/index.d.ts.map +1 -0
  129. package/components/hardware-info/hardware-info.d.ts +4 -0
  130. package/components/hardware-info/hardware-info.d.ts.map +1 -0
  131. package/components/hardware-info/index.d.ts +2 -0
  132. package/components/hardware-info/index.d.ts.map +1 -0
  133. package/components/hold-to-pour-button/hold-to-pour-button.d.ts +11 -0
  134. package/components/hold-to-pour-button/hold-to-pour-button.d.ts.map +1 -0
  135. package/components/hold-to-pour-button/index.d.ts +2 -0
  136. package/components/hold-to-pour-button/index.d.ts.map +1 -0
  137. package/components/holders/holder-card.d.ts +12 -0
  138. package/components/holders/holder-card.d.ts.map +1 -0
  139. package/components/holders/holder-group-view.d.ts +14 -0
  140. package/components/holders/holder-group-view.d.ts.map +1 -0
  141. package/components/holders/index.d.ts +7 -0
  142. package/components/holders/index.d.ts.map +1 -0
  143. package/components/holders/macro-holder-card.d.ts +14 -0
  144. package/components/holders/macro-holder-card.d.ts.map +1 -0
  145. package/components/holders/macro-holder-group-view.d.ts +12 -0
  146. package/components/holders/macro-holder-group-view.d.ts.map +1 -0
  147. package/components/holders/macro-setup-step-card.d.ts +12 -0
  148. package/components/holders/macro-setup-step-card.d.ts.map +1 -0
  149. package/components/holders/use-visible-troubles.d.ts +7 -0
  150. package/components/holders/use-visible-troubles.d.ts.map +1 -0
  151. package/components/ice-agitator-settings-view/ice-agitator-settings-view.d.ts +19 -0
  152. package/components/ice-agitator-settings-view/ice-agitator-settings-view.d.ts.map +1 -0
  153. package/components/ice-agitator-settings-view/index.d.ts +2 -0
  154. package/components/ice-agitator-settings-view/index.d.ts.map +1 -0
  155. package/components/index.d.ts +45 -0
  156. package/components/index.d.ts.map +1 -0
  157. package/components/localization-settings/index.d.ts +2 -0
  158. package/components/localization-settings/index.d.ts.map +1 -0
  159. package/components/localization-settings/localization-settings.d.ts +8 -0
  160. package/components/localization-settings/localization-settings.d.ts.map +1 -0
  161. package/components/network-test-results/NetworkTestResults.d.ts +9 -0
  162. package/components/network-test-results/NetworkTestResults.d.ts.map +1 -0
  163. package/components/network-test-results/index.d.ts +2 -0
  164. package/components/network-test-results/index.d.ts.map +1 -0
  165. package/components/notification-card-view/index.d.ts +2 -0
  166. package/components/notification-card-view/index.d.ts.map +1 -0
  167. package/components/notification-card-view/notification-card-view.d.ts +11 -0
  168. package/components/notification-card-view/notification-card-view.d.ts.map +1 -0
  169. package/components/plugin-tabs/index.d.ts +2 -0
  170. package/components/plugin-tabs/index.d.ts.map +1 -0
  171. package/components/plugin-tabs/plugin-tabs.d.ts +10 -0
  172. package/components/plugin-tabs/plugin-tabs.d.ts.map +1 -0
  173. package/components/pump-cards/holder-actions/holder-actions.d.ts +7 -0
  174. package/components/pump-cards/holder-actions/holder-actions.d.ts.map +1 -0
  175. package/components/pump-cards/holder-actions/index.d.ts +2 -0
  176. package/components/pump-cards/holder-actions/index.d.ts.map +1 -0
  177. package/components/pump-cards/holder-notifications/holder-notifications.d.ts +9 -0
  178. package/components/pump-cards/holder-notifications/holder-notifications.d.ts.map +1 -0
  179. package/components/pump-cards/holder-notifications/index.d.ts +2 -0
  180. package/components/pump-cards/holder-notifications/index.d.ts.map +1 -0
  181. package/components/pump-cards/index.d.ts +7 -0
  182. package/components/pump-cards/index.d.ts.map +1 -0
  183. package/components/pump-cards/lfcv-pump-card/index.d.ts +2 -0
  184. package/components/pump-cards/lfcv-pump-card/index.d.ts.map +1 -0
  185. package/components/pump-cards/lfcv-pump-card/lfcv-pump-card.d.ts +9 -0
  186. package/components/pump-cards/lfcv-pump-card/lfcv-pump-card.d.ts.map +1 -0
  187. package/components/pump-cards/msv-pump-card/index.d.ts +2 -0
  188. package/components/pump-cards/msv-pump-card/index.d.ts.map +1 -0
  189. package/components/pump-cards/msv-pump-card/msv-pump-card.d.ts +9 -0
  190. package/components/pump-cards/msv-pump-card/msv-pump-card.d.ts.map +1 -0
  191. package/components/pump-cards/valve-card/index.d.ts +2 -0
  192. package/components/pump-cards/valve-card/index.d.ts.map +1 -0
  193. package/components/pump-cards/valve-card/valve-card.d.ts +9 -0
  194. package/components/pump-cards/valve-card/valve-card.d.ts.map +1 -0
  195. package/components/pump-cards/water-pump-card/index.d.ts +2 -0
  196. package/components/pump-cards/water-pump-card/index.d.ts.map +1 -0
  197. package/components/pump-cards/water-pump-card/water-pump-card.d.ts +9 -0
  198. package/components/pump-cards/water-pump-card/water-pump-card.d.ts.map +1 -0
  199. package/components/reboot-view/index.d.ts +2 -0
  200. package/components/reboot-view/index.d.ts.map +1 -0
  201. package/components/reboot-view/reboot-view.d.ts +4 -0
  202. package/components/reboot-view/reboot-view.d.ts.map +1 -0
  203. package/components/replace-line/index.d.ts +2 -0
  204. package/components/replace-line/index.d.ts.map +1 -0
  205. package/components/replace-line/replace-line.d.ts +11 -0
  206. package/components/replace-line/replace-line.d.ts.map +1 -0
  207. package/components/replace-pump/index.d.ts +2 -0
  208. package/components/replace-pump/index.d.ts.map +1 -0
  209. package/components/replace-pump/replace-pump.d.ts +11 -0
  210. package/components/replace-pump/replace-pump.d.ts.map +1 -0
  211. package/components/rfid-override/index.d.ts +2 -0
  212. package/components/rfid-override/index.d.ts.map +1 -0
  213. package/components/rfid-override/rfid-override.d.ts +6 -0
  214. package/components/rfid-override/rfid-override.d.ts.map +1 -0
  215. package/components/setup-required/index.d.ts +2 -0
  216. package/components/setup-required/index.d.ts.map +1 -0
  217. package/components/setup-required/setup-required.d.ts +8 -0
  218. package/components/setup-required/setup-required.d.ts.map +1 -0
  219. package/components/setup-sidebar/index.d.ts +2 -0
  220. package/components/setup-sidebar/index.d.ts.map +1 -0
  221. package/components/setup-sidebar/setup-sidebar.d.ts +19 -0
  222. package/components/setup-sidebar/setup-sidebar.d.ts.map +1 -0
  223. package/components/software/index.d.ts +2 -0
  224. package/components/software/index.d.ts.map +1 -0
  225. package/components/software/software.d.ts +2 -0
  226. package/components/software/software.d.ts.map +1 -0
  227. package/components/state-experience/index.d.ts +2 -0
  228. package/components/state-experience/index.d.ts.map +1 -0
  229. package/components/state-experience/state-experience.d.ts +6 -0
  230. package/components/state-experience/state-experience.d.ts.map +1 -0
  231. package/components/system-date-picker-card/index.d.ts +2 -0
  232. package/components/system-date-picker-card/index.d.ts.map +1 -0
  233. package/components/system-date-picker-card/system-date-picker-card.d.ts +2 -0
  234. package/components/system-date-picker-card/system-date-picker-card.d.ts.map +1 -0
  235. package/components/time-picker-card/index.d.ts +2 -0
  236. package/components/time-picker-card/index.d.ts.map +1 -0
  237. package/components/time-picker-card/time-picker-card.d.ts +12 -0
  238. package/components/time-picker-card/time-picker-card.d.ts.map +1 -0
  239. package/components/time-settings/index.d.ts +2 -0
  240. package/components/time-settings/index.d.ts.map +1 -0
  241. package/components/time-settings/time-settings.d.ts +8 -0
  242. package/components/time-settings/time-settings.d.ts.map +1 -0
  243. package/components/time-zone-picker-card/index.d.ts +2 -0
  244. package/components/time-zone-picker-card/index.d.ts.map +1 -0
  245. package/components/time-zone-picker-card/time-zone-picker-card.d.ts +7 -0
  246. package/components/time-zone-picker-card/time-zone-picker-card.d.ts.map +1 -0
  247. package/components/water-settings/index.d.ts +2 -0
  248. package/components/water-settings/index.d.ts.map +1 -0
  249. package/components/water-settings/water-settings.d.ts +9 -0
  250. package/components/water-settings/water-settings.d.ts.map +1 -0
  251. package/contexts/animation/animation-provider.d.ts +13 -0
  252. package/contexts/animation/animation-provider.d.ts.map +1 -0
  253. package/contexts/animation/index.d.ts +2 -0
  254. package/contexts/animation/index.d.ts.map +1 -0
  255. package/contexts/application/application-component-configuration-provider.d.ts +19 -0
  256. package/contexts/application/application-component-configuration-provider.d.ts.map +1 -0
  257. package/contexts/application/application-provider.d.ts +13 -0
  258. package/contexts/application/application-provider.d.ts.map +1 -0
  259. package/contexts/application/index.d.ts +3 -0
  260. package/contexts/application/index.d.ts.map +1 -0
  261. package/contexts/dashboard-operations/dashboard-operations-provider.d.ts +13 -0
  262. package/contexts/dashboard-operations/dashboard-operations-provider.d.ts.map +1 -0
  263. package/contexts/dashboard-operations/index.d.ts +2 -0
  264. package/contexts/dashboard-operations/index.d.ts.map +1 -0
  265. package/contexts/dispenser-info/dispenser-info-provider.d.ts +14 -0
  266. package/contexts/dispenser-info/dispenser-info-provider.d.ts.map +1 -0
  267. package/contexts/dispenser-info/index.d.ts +2 -0
  268. package/contexts/dispenser-info/index.d.ts.map +1 -0
  269. package/contexts/index.d.ts +15 -0
  270. package/contexts/index.d.ts.map +1 -0
  271. package/contexts/ingredient-summary/index.d.ts +2 -0
  272. package/contexts/ingredient-summary/index.d.ts.map +1 -0
  273. package/contexts/ingredient-summary/ingredient-summary-provider.d.ts +14 -0
  274. package/contexts/ingredient-summary/ingredient-summary-provider.d.ts.map +1 -0
  275. package/contexts/macro-assignment/index.d.ts +2 -0
  276. package/contexts/macro-assignment/index.d.ts.map +1 -0
  277. package/contexts/macro-assignment/macro-assignment-provider.d.ts +13 -0
  278. package/contexts/macro-assignment/macro-assignment-provider.d.ts.map +1 -0
  279. package/contexts/network-test/index.d.ts +2 -0
  280. package/contexts/network-test/index.d.ts.map +1 -0
  281. package/contexts/network-test/network-test-provider.d.ts +14 -0
  282. package/contexts/network-test/network-test-provider.d.ts.map +1 -0
  283. package/contexts/network-test-container/index.d.ts +2 -0
  284. package/contexts/network-test-container/index.d.ts.map +1 -0
  285. package/contexts/network-test-container/network-test-container-provider.d.ts +13 -0
  286. package/contexts/network-test-container/network-test-container-provider.d.ts.map +1 -0
  287. package/contexts/nutritive-sweetener/index.d.ts +2 -0
  288. package/contexts/nutritive-sweetener/index.d.ts.map +1 -0
  289. package/contexts/nutritive-sweetener/nutritive-sweetener-provider.d.ts +14 -0
  290. package/contexts/nutritive-sweetener/nutritive-sweetener-provider.d.ts.map +1 -0
  291. package/contexts/reboot/index.d.ts +2 -0
  292. package/contexts/reboot/index.d.ts.map +1 -0
  293. package/contexts/reboot/reboot-provider.d.ts +14 -0
  294. package/contexts/reboot/reboot-provider.d.ts.map +1 -0
  295. package/contexts/settings/index.d.ts +2 -0
  296. package/contexts/settings/index.d.ts.map +1 -0
  297. package/contexts/settings/settings-provider.d.ts +13 -0
  298. package/contexts/settings/settings-provider.d.ts.map +1 -0
  299. package/contexts/setup-step/index.d.ts +2 -0
  300. package/contexts/setup-step/index.d.ts.map +1 -0
  301. package/contexts/setup-step/setup-step-provider.d.ts +14 -0
  302. package/contexts/setup-step/setup-step-provider.d.ts.map +1 -0
  303. package/contexts/setup-step-container/index.d.ts +2 -0
  304. package/contexts/setup-step-container/index.d.ts.map +1 -0
  305. package/contexts/setup-step-container/setup-step-container-provider.d.ts +13 -0
  306. package/contexts/setup-step-container/setup-step-container-provider.d.ts.map +1 -0
  307. package/contexts/utilities/index.d.ts +2 -0
  308. package/contexts/utilities/index.d.ts.map +1 -0
  309. package/contexts/utilities/utilities-provider.d.ts +14 -0
  310. package/contexts/utilities/utilities-provider.d.ts.map +1 -0
  311. package/contexts/utilities-container/index.d.ts +2 -0
  312. package/contexts/utilities-container/index.d.ts.map +1 -0
  313. package/contexts/utilities-container/utilities-container-provider.d.ts +13 -0
  314. package/contexts/utilities-container/utilities-container-provider.d.ts.map +1 -0
  315. package/hooks/actions/index.d.ts +4 -0
  316. package/hooks/actions/index.d.ts.map +1 -0
  317. package/hooks/actions/types.d.ts +9 -0
  318. package/hooks/actions/types.d.ts.map +1 -0
  319. package/hooks/actions/use-combined-actions.d.ts +9 -0
  320. package/hooks/actions/use-combined-actions.d.ts.map +1 -0
  321. package/hooks/actions/use-pump-action.d.ts +15 -0
  322. package/hooks/actions/use-pump-action.d.ts.map +1 -0
  323. package/hooks/actions/use-trouble-action.d.ts +14 -0
  324. package/hooks/actions/use-trouble-action.d.ts.map +1 -0
  325. package/hooks/agitation-control/index.d.ts +3 -0
  326. package/hooks/agitation-control/index.d.ts.map +1 -0
  327. package/hooks/agitation-control/use-agitation-control.d.ts +14 -0
  328. package/hooks/agitation-control/use-agitation-control.d.ts.map +1 -0
  329. package/hooks/agitation-control/with-agitation-control.d.ts +9 -0
  330. package/hooks/agitation-control/with-agitation-control.d.ts.map +1 -0
  331. package/hooks/animation/index.d.ts +3 -0
  332. package/hooks/animation/index.d.ts.map +1 -0
  333. package/hooks/animation/use-animation.d.ts +14 -0
  334. package/hooks/animation/use-animation.d.ts.map +1 -0
  335. package/hooks/animation/with-animation.d.ts +7 -0
  336. package/hooks/animation/with-animation.d.ts.map +1 -0
  337. package/hooks/application/index.d.ts +3 -0
  338. package/hooks/application/index.d.ts.map +1 -0
  339. package/hooks/application/use-application.d.ts +14 -0
  340. package/hooks/application/use-application.d.ts.map +1 -0
  341. package/hooks/application/with-application.d.ts +8 -0
  342. package/hooks/application/with-application.d.ts.map +1 -0
  343. package/hooks/carb-water/index.d.ts +3 -0
  344. package/hooks/carb-water/index.d.ts.map +1 -0
  345. package/hooks/carb-water/use-carb-water.d.ts +14 -0
  346. package/hooks/carb-water/use-carb-water.d.ts.map +1 -0
  347. package/hooks/carb-water/with-carb-water.d.ts +8 -0
  348. package/hooks/carb-water/with-carb-water.d.ts.map +1 -0
  349. package/hooks/copy-logs/index.d.ts +3 -0
  350. package/hooks/copy-logs/index.d.ts.map +1 -0
  351. package/hooks/copy-logs/use-copy-logs.d.ts +14 -0
  352. package/hooks/copy-logs/use-copy-logs.d.ts.map +1 -0
  353. package/hooks/copy-logs/with-copy-logs.d.ts +9 -0
  354. package/hooks/copy-logs/with-copy-logs.d.ts.map +1 -0
  355. package/hooks/dashboard-operations/index.d.ts +3 -0
  356. package/hooks/dashboard-operations/index.d.ts.map +1 -0
  357. package/hooks/dashboard-operations/use-dashboard-operations.d.ts +14 -0
  358. package/hooks/dashboard-operations/use-dashboard-operations.d.ts.map +1 -0
  359. package/hooks/dashboard-operations/with-dashboard-operations.d.ts +8 -0
  360. package/hooks/dashboard-operations/with-dashboard-operations.d.ts.map +1 -0
  361. package/hooks/dispenser-info/index.d.ts +3 -0
  362. package/hooks/dispenser-info/index.d.ts.map +1 -0
  363. package/hooks/dispenser-info/use-dispenser-info.d.ts +14 -0
  364. package/hooks/dispenser-info/use-dispenser-info.d.ts.map +1 -0
  365. package/hooks/dispenser-info/with-dispenser-info.d.ts +7 -0
  366. package/hooks/dispenser-info/with-dispenser-info.d.ts.map +1 -0
  367. package/hooks/door/index.d.ts +3 -0
  368. package/hooks/door/index.d.ts.map +1 -0
  369. package/hooks/door/use-door.d.ts +14 -0
  370. package/hooks/door/use-door.d.ts.map +1 -0
  371. package/hooks/door/with-door.d.ts +12 -0
  372. package/hooks/door/with-door.d.ts.map +1 -0
  373. package/hooks/extensions/index.d.ts +2 -0
  374. package/hooks/extensions/index.d.ts.map +1 -0
  375. package/hooks/extensions/use-view-extensions.d.ts +12 -0
  376. package/hooks/extensions/use-view-extensions.d.ts.map +1 -0
  377. package/hooks/future/index.d.ts +2 -0
  378. package/hooks/future/index.d.ts.map +1 -0
  379. package/hooks/future/use-future-container.d.ts +9 -0
  380. package/hooks/future/use-future-container.d.ts.map +1 -0
  381. package/hooks/holder-experience/holder-experience.d.ts +14 -0
  382. package/hooks/holder-experience/holder-experience.d.ts.map +1 -0
  383. package/hooks/holder-experience/index.d.ts +2 -0
  384. package/hooks/holder-experience/index.d.ts.map +1 -0
  385. package/hooks/holders/index.d.ts +2 -0
  386. package/hooks/holders/index.d.ts.map +1 -0
  387. package/hooks/holders/use-holder-content.d.ts +27 -0
  388. package/hooks/holders/use-holder-content.d.ts.map +1 -0
  389. package/hooks/index.d.ts +30 -0
  390. package/hooks/index.d.ts.map +1 -0
  391. package/hooks/ingredient-summary/index.d.ts +3 -0
  392. package/hooks/ingredient-summary/index.d.ts.map +1 -0
  393. package/hooks/ingredient-summary/use-ingredient-summary.d.ts +14 -0
  394. package/hooks/ingredient-summary/use-ingredient-summary.d.ts.map +1 -0
  395. package/hooks/ingredient-summary/with-ingredient-summary.d.ts +8 -0
  396. package/hooks/ingredient-summary/with-ingredient-summary.d.ts.map +1 -0
  397. package/hooks/macro-assignment/index.d.ts +3 -0
  398. package/hooks/macro-assignment/index.d.ts.map +1 -0
  399. package/hooks/macro-assignment/use-macro-assignment.d.ts +14 -0
  400. package/hooks/macro-assignment/use-macro-assignment.d.ts.map +1 -0
  401. package/hooks/macro-assignment/with-macro-assignment.d.ts +7 -0
  402. package/hooks/macro-assignment/with-macro-assignment.d.ts.map +1 -0
  403. package/hooks/network-test/index.d.ts +3 -0
  404. package/hooks/network-test/index.d.ts.map +1 -0
  405. package/hooks/network-test/use-network-test.d.ts +14 -0
  406. package/hooks/network-test/use-network-test.d.ts.map +1 -0
  407. package/hooks/network-test/with-network-test.d.ts +8 -0
  408. package/hooks/network-test/with-network-test.d.ts.map +1 -0
  409. package/hooks/network-test-container/index.d.ts +3 -0
  410. package/hooks/network-test-container/index.d.ts.map +1 -0
  411. package/hooks/network-test-container/use-network-test-container.d.ts +14 -0
  412. package/hooks/network-test-container/use-network-test-container.d.ts.map +1 -0
  413. package/hooks/network-test-container/with-network-test-container.d.ts +8 -0
  414. package/hooks/network-test-container/with-network-test-container.d.ts.map +1 -0
  415. package/hooks/nutritive-sweetener/index.d.ts +3 -0
  416. package/hooks/nutritive-sweetener/index.d.ts.map +1 -0
  417. package/hooks/nutritive-sweetener/use-nutritive-sweetener.d.ts +14 -0
  418. package/hooks/nutritive-sweetener/use-nutritive-sweetener.d.ts.map +1 -0
  419. package/hooks/nutritive-sweetener/with-nutritive-sweetener.d.ts +8 -0
  420. package/hooks/nutritive-sweetener/with-nutritive-sweetener.d.ts.map +1 -0
  421. package/hooks/plain-water/index.d.ts +3 -0
  422. package/hooks/plain-water/index.d.ts.map +1 -0
  423. package/hooks/plain-water/use-plain-water.d.ts +14 -0
  424. package/hooks/plain-water/use-plain-water.d.ts.map +1 -0
  425. package/hooks/plain-water/with-plain-water.d.ts +7 -0
  426. package/hooks/plain-water/with-plain-water.d.ts.map +1 -0
  427. package/hooks/plugin-extensions/index.d.ts +2 -0
  428. package/hooks/plugin-extensions/index.d.ts.map +1 -0
  429. package/hooks/plugin-extensions/use-plugin-extensions.d.ts +6 -0
  430. package/hooks/plugin-extensions/use-plugin-extensions.d.ts.map +1 -0
  431. package/hooks/reboot/index.d.ts +3 -0
  432. package/hooks/reboot/index.d.ts.map +1 -0
  433. package/hooks/reboot/use-reboot.d.ts +14 -0
  434. package/hooks/reboot/use-reboot.d.ts.map +1 -0
  435. package/hooks/reboot/with-reboot.d.ts +8 -0
  436. package/hooks/reboot/with-reboot.d.ts.map +1 -0
  437. package/hooks/settings/index.d.ts +3 -0
  438. package/hooks/settings/index.d.ts.map +1 -0
  439. package/hooks/settings/use-settings.d.ts +14 -0
  440. package/hooks/settings/use-settings.d.ts.map +1 -0
  441. package/hooks/settings/with-settings.d.ts +7 -0
  442. package/hooks/settings/with-settings.d.ts.map +1 -0
  443. package/hooks/setup-step/index.d.ts +3 -0
  444. package/hooks/setup-step/index.d.ts.map +1 -0
  445. package/hooks/setup-step/use-setup-step.d.ts +14 -0
  446. package/hooks/setup-step/use-setup-step.d.ts.map +1 -0
  447. package/hooks/setup-step/with-setup-step.d.ts +8 -0
  448. package/hooks/setup-step/with-setup-step.d.ts.map +1 -0
  449. package/hooks/setup-step-container/index.d.ts +3 -0
  450. package/hooks/setup-step-container/index.d.ts.map +1 -0
  451. package/hooks/setup-step-container/use-setup-step-container.d.ts +14 -0
  452. package/hooks/setup-step-container/use-setup-step-container.d.ts.map +1 -0
  453. package/hooks/setup-step-container/with-setup-step-container.d.ts +7 -0
  454. package/hooks/setup-step-container/with-setup-step-container.d.ts.map +1 -0
  455. package/hooks/start/index.d.ts +3 -0
  456. package/hooks/start/index.d.ts.map +1 -0
  457. package/hooks/start/use-start.d.ts +14 -0
  458. package/hooks/start/use-start.d.ts.map +1 -0
  459. package/hooks/start/with-start.d.ts +9 -0
  460. package/hooks/start/with-start.d.ts.map +1 -0
  461. package/hooks/test/index.d.ts +3 -0
  462. package/hooks/test/index.d.ts.map +1 -0
  463. package/hooks/test/use-test.d.ts +14 -0
  464. package/hooks/test/use-test.d.ts.map +1 -0
  465. package/hooks/test/with-test.d.ts +7 -0
  466. package/hooks/test/with-test.d.ts.map +1 -0
  467. package/hooks/trouble-action/index.d.ts +3 -0
  468. package/hooks/trouble-action/index.d.ts.map +1 -0
  469. package/hooks/trouble-action/use-trouble-action.d.ts +14 -0
  470. package/hooks/trouble-action/use-trouble-action.d.ts.map +1 -0
  471. package/hooks/trouble-action/with-trouble-action.d.ts +9 -0
  472. package/hooks/trouble-action/with-trouble-action.d.ts.map +1 -0
  473. package/hooks/troubles/index.d.ts +2 -0
  474. package/hooks/troubles/index.d.ts.map +1 -0
  475. package/hooks/troubles/use-trouble-visibility.d.ts +10 -0
  476. package/hooks/troubles/use-trouble-visibility.d.ts.map +1 -0
  477. package/hooks/utilities/index.d.ts +3 -0
  478. package/hooks/utilities/index.d.ts.map +1 -0
  479. package/hooks/utilities/use-utilities.d.ts +14 -0
  480. package/hooks/utilities/use-utilities.d.ts.map +1 -0
  481. package/hooks/utilities/with-utilities.d.ts +8 -0
  482. package/hooks/utilities/with-utilities.d.ts.map +1 -0
  483. package/hooks/utilities-container/index.d.ts +3 -0
  484. package/hooks/utilities-container/index.d.ts.map +1 -0
  485. package/hooks/utilities-container/use-utilities-container.d.ts +14 -0
  486. package/hooks/utilities-container/use-utilities-container.d.ts.map +1 -0
  487. package/hooks/utilities-container/with-utilities-container.d.ts +7 -0
  488. package/hooks/utilities-container/with-utilities-container.d.ts.map +1 -0
  489. package/index.cjs +371 -0
  490. package/index.d.ts +6 -0
  491. package/index.d.ts.map +1 -0
  492. package/index.js +3708 -0
  493. package/models/index.d.ts +2 -0
  494. package/models/index.d.ts.map +1 -0
  495. package/models/test/index.d.ts +4 -0
  496. package/models/test/index.d.ts.map +1 -0
  497. package/models/test/services/index.d.ts +2 -0
  498. package/models/test/services/index.d.ts.map +1 -0
  499. package/models/test/services/test-services.d.ts +10 -0
  500. package/models/test/services/test-services.d.ts.map +1 -0
  501. package/models/test/test-model.d.ts +23 -0
  502. package/models/test/test-model.d.ts.map +1 -0
  503. package/models/test/test-registration.d.ts +71 -0
  504. package/models/test/test-registration.d.ts.map +1 -0
  505. package/package.json +28 -0
  506. package/styles/actions.d.ts +13 -0
  507. package/styles/actions.d.ts.map +1 -0
  508. package/utils/companion-utils.d.ts +4 -0
  509. package/utils/companion-utils.d.ts.map +1 -0
  510. package/utils/extension-utils.d.ts +29 -0
  511. package/utils/extension-utils.d.ts.map +1 -0
  512. package/utils/index.d.ts +5 -0
  513. package/utils/index.d.ts.map +1 -0
  514. package/utils/plugin-visibility-extension.d.ts +3 -0
  515. package/utils/plugin-visibility-extension.d.ts.map +1 -0
  516. package/utils/troubles/index.d.ts +2 -0
  517. package/utils/troubles/index.d.ts.map +1 -0
  518. package/utils/troubles/trouble-label-factory.d.ts +15 -0
  519. package/utils/troubles/trouble-label-factory.d.ts.map +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/application/application-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAG9E,UAAU,eAAe;IACvB,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B;AACD,eAAO,MAAM,kBAAkB,sDAE9B,CAAC;AAEF,UAAU,wBAAwB;CAAG;AAErC,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CACvD,iBAAiB,CAAC,wBAAwB,CAAC,CAc5C,CAAC;AACF,eAAO,MAAM,qBAAqB,uBAQjC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './application-component-configuration-provider';
2
+ export * from './application-provider';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/application/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAC;AAC/D,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { DashboardOperationsModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface DashboardOperationsType {
5
+ model?: DashboardOperationsModel;
6
+ }
7
+ export declare const DashboardOperationsContext: import('react').Context<DashboardOperationsType | undefined>;
8
+ interface DashboardOperationsProviderProps {
9
+ }
10
+ export declare const DashboardOperationsProvider: React.FunctionComponent<PropsWithChildren<DashboardOperationsProviderProps>>;
11
+ export declare const useDashboardOperationsContext: () => DashboardOperationsType;
12
+ export {};
13
+ //# sourceMappingURL=dashboard-operations-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dashboard-operations-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/dashboard-operations/dashboard-operations-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAEvE,UAAU,uBAAuB;IAC/B,KAAK,CAAC,EAAE,wBAAwB,CAAC;CAClC;AACD,eAAO,MAAM,0BAA0B,8DAE3B,CAAC;AAEb,UAAU,gCAAgC;CAAG;AAE7C,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,iBAAiB,CAC/D,iBAAiB,CAAC,gCAAgC,CAAC,CAcpD,CAAC;AACF,eAAO,MAAM,6BAA6B,+BAQzC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './dashboard-operations-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/dashboard-operations/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { DispenserInfoModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface DispenserInfoType {
5
+ model?: DispenserInfoModel;
6
+ }
7
+ export declare const DispenserInfoContext: import('react').Context<DispenserInfoType | undefined>;
8
+ interface DispenserInfoProviderProps {
9
+ id: string;
10
+ }
11
+ export declare const DispenserInfoProvider: React.FunctionComponent<PropsWithChildren<DispenserInfoProviderProps>>;
12
+ export declare const useDispenserInfoContext: () => DispenserInfoType;
13
+ export {};
14
+ //# sourceMappingURL=dispenser-info-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dispenser-info-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/dispenser-info/dispenser-info-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEjE,UAAU,iBAAiB;IACzB,KAAK,CAAC,EAAE,kBAAkB,CAAC;CAC5B;AACD,eAAO,MAAM,oBAAoB,wDAErB,CAAC;AAEb,UAAU,0BAA0B;IAClC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,iBAAiB,CAAC,0BAA0B,CAAC,CAc9C,CAAC;AACF,eAAO,MAAM,uBAAuB,yBAQnC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './dispenser-info-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/dispenser-info/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
@@ -0,0 +1,15 @@
1
+ export * from './animation';
2
+ export * from './application';
3
+ export * from './dashboard-operations';
4
+ export * from './dispenser-info';
5
+ export * from './ingredient-summary';
6
+ export * from './macro-assignment';
7
+ export * from './network-test';
8
+ export * from './network-test-container';
9
+ export * from './reboot';
10
+ export * from './settings';
11
+ export * from './setup-step';
12
+ export * from './setup-step-container';
13
+ export * from './utilities';
14
+ export * from './utilities-container';
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-model-components/src/contexts/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AAEvC,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './ingredient-summary-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/ingredient-summary/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { IngredientSummaryModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface IngredientSummaryType {
5
+ model?: IngredientSummaryModel;
6
+ }
7
+ export declare const IngredientSummaryContext: import('react').Context<IngredientSummaryType | undefined>;
8
+ interface IngredientSummaryProviderProps {
9
+ id: string;
10
+ }
11
+ export declare const IngredientSummaryProvider: React.FunctionComponent<PropsWithChildren<IngredientSummaryProviderProps>>;
12
+ export declare const useIngredientSummaryContext: () => IngredientSummaryType;
13
+ export {};
14
+ //# sourceMappingURL=ingredient-summary-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ingredient-summary-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/ingredient-summary/ingredient-summary-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE,UAAU,qBAAqB;IAC7B,KAAK,CAAC,EAAE,sBAAsB,CAAC;CAChC;AACD,eAAO,MAAM,wBAAwB,4DAEzB,CAAC;AAEb,UAAU,8BAA8B;IACtC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,iBAAiB,CAC7D,iBAAiB,CAAC,8BAA8B,CAAC,CAclD,CAAC;AACF,eAAO,MAAM,2BAA2B,6BAQvC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './macro-assignment-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/macro-assignment/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { MacroAssignmentModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface MacroAssignmentType {
5
+ model?: MacroAssignmentModel;
6
+ }
7
+ export declare const MacroAssignmentContext: import('react').Context<MacroAssignmentType | undefined>;
8
+ interface MacroAssignmentProviderProps {
9
+ }
10
+ export declare const MacroAssignmentProvider: React.FunctionComponent<PropsWithChildren<MacroAssignmentProviderProps>>;
11
+ export declare const useMacroAssignmentContext: () => MacroAssignmentType;
12
+ export {};
13
+ //# sourceMappingURL=macro-assignment-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"macro-assignment-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/macro-assignment/macro-assignment-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,UAAU,mBAAmB;IAC3B,KAAK,CAAC,EAAE,oBAAoB,CAAC;CAC9B;AACD,eAAO,MAAM,sBAAsB,0DAEvB,CAAC;AAEb,UAAU,4BAA4B;CAAG;AAEzC,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,iBAAiB,CAAC,4BAA4B,CAAC,CAchD,CAAC;AACF,eAAO,MAAM,yBAAyB,2BAQrC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './network-test-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/network-test/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { NetworkTestModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface NetworkTestType {
5
+ model?: NetworkTestModel;
6
+ }
7
+ export declare const NetworkTestContext: import('react').Context<NetworkTestType | undefined>;
8
+ interface NetworkTestProviderProps {
9
+ id: string;
10
+ }
11
+ export declare const NetworkTestProvider: React.FunctionComponent<PropsWithChildren<NetworkTestProviderProps>>;
12
+ export declare const useNetworkTestContext: () => NetworkTestType;
13
+ export {};
14
+ //# sourceMappingURL=network-test-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"network-test-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/network-test/network-test-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE/D,UAAU,eAAe;IACvB,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B;AACD,eAAO,MAAM,kBAAkB,sDAE9B,CAAC;AAEF,UAAU,wBAAwB;IAChC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CACvD,iBAAiB,CAAC,wBAAwB,CAAC,CAc5C,CAAC;AACF,eAAO,MAAM,qBAAqB,uBAQjC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './network-test-container-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/network-test-container/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { NetworkTestContainerModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface NetworkTestContainerType {
5
+ model?: NetworkTestContainerModel;
6
+ }
7
+ export declare const NetworkTestContainerContext: import('react').Context<NetworkTestContainerType | undefined>;
8
+ interface NetworkTestContainerProviderProps {
9
+ }
10
+ export declare const NetworkTestContainerProvider: React.FunctionComponent<PropsWithChildren<NetworkTestContainerProviderProps>>;
11
+ export declare const useNetworkTestContainerContext: () => NetworkTestContainerType;
12
+ export {};
13
+ //# sourceMappingURL=network-test-container-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"network-test-container-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/network-test-container/network-test-container-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAExE,UAAU,wBAAwB;IAChC,KAAK,CAAC,EAAE,yBAAyB,CAAC;CACnC;AACD,eAAO,MAAM,2BAA2B,+DAE5B,CAAC;AAEb,UAAU,iCAAiC;CAAG;AAE9C,eAAO,MAAM,4BAA4B,EAAE,KAAK,CAAC,iBAAiB,CAChE,iBAAiB,CAAC,iCAAiC,CAAC,CAcrD,CAAC;AACF,eAAO,MAAM,8BAA8B,gCAQ1C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './nutritive-sweetener-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/nutritive-sweetener/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { NutritiveSweetenerModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface NutritiveSweetenerType {
5
+ model?: NutritiveSweetenerModel;
6
+ }
7
+ export declare const NutritiveSweetener: import('react').Context<NutritiveSweetenerType | undefined>;
8
+ interface NutritiveSweetenerProviderProps {
9
+ id: string;
10
+ }
11
+ export declare const NutritiveSweetenerProvider: React.FunctionComponent<PropsWithChildren<NutritiveSweetenerProviderProps>>;
12
+ export declare const useNutritiveSweetenerContext: () => NutritiveSweetenerType;
13
+ export {};
14
+ //# sourceMappingURL=nutritive-sweetener-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nutritive-sweetener-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/nutritive-sweetener/nutritive-sweetener-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAEtE,UAAU,sBAAsB;IAC9B,KAAK,CAAC,EAAE,uBAAuB,CAAC;CACjC;AACD,eAAO,MAAM,kBAAkB,6DAEnB,CAAC;AAEb,UAAU,+BAA+B;IACvC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAC9D,iBAAiB,CAAC,+BAA+B,CAAC,CAcnD,CAAC;AACF,eAAO,MAAM,4BAA4B,8BAQxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './reboot-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/reboot/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { RebootModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface RebootType {
5
+ model?: RebootModel;
6
+ }
7
+ export declare const RebootContext: import('react').Context<RebootType | undefined>;
8
+ interface RebootProviderProps {
9
+ id: string;
10
+ }
11
+ export declare const RebootProvider: React.FunctionComponent<PropsWithChildren<RebootProviderProps>>;
12
+ export declare const useRebootContext: () => RebootType;
13
+ export {};
14
+ //# sourceMappingURL=reboot-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reboot-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/reboot/reboot-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAE1D,UAAU,UAAU;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB;AACD,eAAO,MAAM,aAAa,iDAAmD,CAAC;AAE9E,UAAU,mBAAmB;IAC3B,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAClD,iBAAiB,CAAC,mBAAmB,CAAC,CAYvC,CAAC;AACF,eAAO,MAAM,gBAAgB,kBAM5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './settings-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/settings/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { SettingsModel } from '../../../../kos-ddk-models/src/index.ts';
3
+
4
+ interface SettingsType {
5
+ model?: SettingsModel;
6
+ }
7
+ export declare const SettingsContext: import('react').Context<SettingsType | undefined>;
8
+ interface SettingsProviderProps {
9
+ }
10
+ export declare const SettingsProvider: React.FunctionComponent<PropsWithChildren<SettingsProviderProps>>;
11
+ export declare const useSettingsContext: () => SettingsType;
12
+ export {};
13
+ //# sourceMappingURL=settings-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/settings/settings-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAG9E,UAAU,YAAY;IACpB,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB;AACD,eAAO,MAAM,eAAe,mDAE3B,CAAC;AAEF,UAAU,qBAAqB;CAAG;AAElC,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,iBAAiB,CAAC,qBAAqB,CAAC,CAczC,CAAC;AACF,eAAO,MAAM,kBAAkB,oBAQ9B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './setup-step-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/setup-step/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { SetupStepModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface SetupStepType {
5
+ model?: SetupStepModel;
6
+ }
7
+ export declare const SetupStepContext: import('react').Context<SetupStepType | undefined>;
8
+ interface SetupStepProviderProps {
9
+ id: string;
10
+ }
11
+ export declare const SetupStepProvider: React.FunctionComponent<PropsWithChildren<SetupStepProviderProps>>;
12
+ export declare const useSetupStepContext: () => SetupStepType;
13
+ export {};
14
+ //# sourceMappingURL=setup-step-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup-step-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/setup-step/setup-step-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAG7D,UAAU,aAAa;IACrB,KAAK,CAAC,EAAE,cAAc,CAAC;CACxB;AACD,eAAO,MAAM,gBAAgB,oDAE5B,CAAC;AAEF,UAAU,sBAAsB;IAC9B,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CACrD,iBAAiB,CAAC,sBAAsB,CAAC,CAc1C,CAAC;AACF,eAAO,MAAM,mBAAmB,qBAQ/B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './setup-step-container-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/setup-step-container/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { SetupStepContainerModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface SetupStepContainerType {
5
+ model?: SetupStepContainerModel;
6
+ }
7
+ export declare const SetupStepContainerContext: import('react').Context<SetupStepContainerType | undefined>;
8
+ interface SetupStepContainerProviderProps {
9
+ }
10
+ export declare const SetupStepContainerProvider: React.FunctionComponent<PropsWithChildren<SetupStepContainerProviderProps>>;
11
+ export declare const useSetupStepContainerContext: () => SetupStepContainerType;
12
+ export {};
13
+ //# sourceMappingURL=setup-step-container-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup-step-container-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/setup-step-container/setup-step-container-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAEtE,UAAU,sBAAsB;IAC9B,KAAK,CAAC,EAAE,uBAAuB,CAAC;CACjC;AACD,eAAO,MAAM,yBAAyB,6DAE1B,CAAC;AAEb,UAAU,+BAA+B;CAAG;AAE5C,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAC9D,iBAAiB,CAAC,+BAA+B,CAAC,CAcnD,CAAC;AACF,eAAO,MAAM,4BAA4B,8BAQxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './utilities-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/utilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { UtilitiesModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface UtilitiesType {
5
+ model?: UtilitiesModel;
6
+ }
7
+ export declare const UtilitiesContext: import('react').Context<UtilitiesType | undefined>;
8
+ interface UtilitiesProviderProps {
9
+ id: string;
10
+ }
11
+ export declare const UtilitiesProvider: React.FunctionComponent<PropsWithChildren<UtilitiesProviderProps>>;
12
+ export declare const useUtilitiesContext: () => UtilitiesType;
13
+ export {};
14
+ //# sourceMappingURL=utilities-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utilities-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/utilities/utilities-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAE7D,UAAU,aAAa;IACrB,KAAK,CAAC,EAAE,cAAc,CAAC;CACxB;AACD,eAAO,MAAM,gBAAgB,oDAE5B,CAAC;AAEF,UAAU,sBAAsB;IAC9B,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CACrD,iBAAiB,CAAC,sBAAsB,CAAC,CAc1C,CAAC;AACF,eAAO,MAAM,mBAAmB,qBAQ/B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './utilities-container-provider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/utilities-container/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { UtilitiesContainerModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { PropsWithChildren } from 'react';
3
+
4
+ interface UtilitiesContainerType {
5
+ model?: UtilitiesContainerModel;
6
+ }
7
+ export declare const UtilitiesContainerContext: import('react').Context<UtilitiesContainerType | undefined>;
8
+ interface UtilitiesContainerProviderProps {
9
+ }
10
+ export declare const UtilitiesContainerProvider: React.FunctionComponent<PropsWithChildren<UtilitiesContainerProviderProps>>;
11
+ export declare const useUtilitiesContainerContext: () => UtilitiesContainerType;
12
+ export {};
13
+ //# sourceMappingURL=utilities-container-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utilities-container-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/contexts/utilities-container/utilities-container-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAsC,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAEtE,UAAU,sBAAsB;IAC9B,KAAK,CAAC,EAAE,uBAAuB,CAAC;CACjC;AACD,eAAO,MAAM,yBAAyB,6DAE1B,CAAC;AAEb,UAAU,+BAA+B;CAAG;AAE5C,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAC9D,iBAAiB,CAAC,+BAA+B,CAAC,CAcnD,CAAC;AACF,eAAO,MAAM,4BAA4B,8BAQxC,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './use-combined-actions';
2
+ export * from './use-pump-action';
3
+ export * from './use-trouble-action';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,9 @@
1
+ export interface ActionLabels {
2
+ title: string;
3
+ summary: string;
4
+ successMessage: string;
5
+ failureMessage: string;
6
+ actionLabel: string;
7
+ }
8
+ export declare const defaultIntentLabels: ActionLabels;
9
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/actions/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,mBAAmB,EAAE,YAMjC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { TroubleActionResponse } from './use-trouble-action';
2
+ import { PumpActionResponse } from './use-pump-action';
3
+ import { ActionLabels } from './types';
4
+ import { Action } from '../../components/actions';
5
+
6
+ type CombinedAction = PumpActionResponse | TroubleActionResponse;
7
+ export declare const useCombinedActions: (actions: CombinedAction[]) => (Action | ActionLabels | null)[];
8
+ export {};
9
+ //# sourceMappingURL=use-combined-actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-combined-actions.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/actions/use-combined-actions.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAuB,KAAK,YAAY,EAAE,MAAM,SAAS,CAAC;AACjE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAElE,KAAK,cAAc,GAAG,kBAAkB,GAAG,qBAAqB,CAAC;AACjE,eAAO,MAAM,kBAAkB,YAAa,cAAc,EAAE,qCA0B3D,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { ActionLabels } from './types';
2
+ import { IntentAwareAction } from '../../components';
3
+ import { IntentAware } from '../../../../../sdk/kos-dispense-sdk/src/index.ts';
4
+
5
+ type PumpAction = "calibrate" | "fixed-45" | "flush" | "high-flow-test" | "hold-to-pour" | "low-flow-test" | "manual-override" | "msv-reset" | "prime" | "purge";
6
+ type Factory = (actionId: PumpAction) => FactoryResponse;
7
+ type FactoryResponse = (new (intentContainer: IntentAware) => IntentAwareAction) | undefined;
8
+ export type PumpActionResponse = [
9
+ IntentAwareAction | null,
10
+ (actionId: PumpAction) => Promise<void>,
11
+ ActionLabels
12
+ ];
13
+ export declare const usePumpAction: (intentContainer: IntentAware, actionFactory?: Factory) => PumpActionResponse;
14
+ export {};
15
+ //# sourceMappingURL=use-pump-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-pump-action.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/actions/use-pump-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAGjE,OAAO,EAWL,KAAK,iBAAiB,EACvB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAuB,KAAK,YAAY,EAAE,MAAM,SAAS,CAAC;AAEjE,KAAK,UAAU,GACX,WAAW,GACX,UAAU,GACV,OAAO,GACP,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,iBAAiB,GACjB,WAAW,GACX,OAAO,GACP,OAAO,CAAC;AAEZ,KAAK,OAAO,GAAG,CAAC,QAAQ,EAAE,UAAU,KAAK,eAAe,CAAC;AACzD,KAAK,eAAe,GAChB,CAAC,KAAK,eAAe,EAAE,WAAW,KAAK,iBAAiB,CAAC,GACzD,SAAS,CAAC;AAyCd,MAAM,MAAM,kBAAkB,GAAG;IAC/B,iBAAiB,GAAG,IAAI;IACxB,CAAC,QAAQ,EAAE,UAAU,KAAK,OAAO,CAAC,IAAI,CAAC;IACvC,YAAY;CACb,CAAC;AACF,eAAO,MAAM,aAAa,oBACP,WAAW,kBACb,OAAO,uBAsBvB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { ActionLabels } from './types';
2
+ import { TroubleAwareAction } from '../../components/actions';
3
+ import { TroubleAware } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
4
+
5
+ type Factory = (actionId: string) => FactoryResponse;
6
+ type FactoryResponse = (new (model: TroubleAware, trouble: string) => TroubleAwareAction) | undefined;
7
+ export type TroubleActionResponse = [
8
+ TroubleAwareAction | null,
9
+ () => Promise<void>,
10
+ ActionLabels
11
+ ];
12
+ export declare const useTroubleAction: (troubleAware: TroubleAware, troubleKey: string, actionFactory?: Factory) => TroubleActionResponse;
13
+ export {};
14
+ //# sourceMappingURL=use-trouble-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-trouble-action.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/actions/use-trouble-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAQ5D,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,KAAK,OAAO,GAAG,CAAC,QAAQ,EAAE,MAAM,KAAK,eAAe,CAAC;AACrD,KAAK,eAAe,GAChB,CAAC,KAAK,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,KAAK,kBAAkB,CAAC,GAClE,SAAS,CAAC;AAOd,MAAM,MAAM,qBAAqB,GAAG;IAClC,kBAAkB,GAAG,IAAI;IACzB,MAAM,OAAO,CAAC,IAAI,CAAC;IACnB,YAAY;CACb,CAAC;AAYF,eAAO,MAAM,gBAAgB,iBACb,YAAY,cACd,MAAM,kBACH,OAAO,0BAevB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './use-agitation-control';
2
+ export * from './with-agitation-control';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/agitation-control/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { AgitationControlModel } from '../../../../kos-ddk-models/src/index.ts';
2
+
3
+ export declare const useAgitationControl: () => {
4
+ model: AgitationControlModel | undefined;
5
+ ready: boolean;
6
+ error: string | undefined;
7
+ status: {
8
+ model: AgitationControlModel | undefined;
9
+ ready: boolean;
10
+ error: string | undefined;
11
+ };
12
+ KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('packages/sdk/kos-ui-sdk/src/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('../../../../../sdk/kos-ui-sdk/src/index.ts').KosModelLoaderProps>>;
13
+ };
14
+ //# sourceMappingURL=use-agitation-control.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-agitation-control.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/agitation-control/use-agitation-control.ts"],"names":[],"mappings":";AACA,OAAO,EAEL,qBAAqB,EACtB,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,mBAAmB;;;;;;;;;;CAS/B,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { AgitationControlModel } from '../../../../kos-ddk-models/src/index.ts';
2
+
3
+ interface AgitationControlProps {
4
+ agitationControl: AgitationControlModel;
5
+ }
6
+ type HoCAgitationControlProps = AgitationControlProps;
7
+ export declare function withAgitationControl<T extends HoCAgitationControlProps = HoCAgitationControlProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof AgitationControlProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=with-agitation-control.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with-agitation-control.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/agitation-control/with-agitation-control.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAGpE,UAAU,qBAAqB;IAC7B,gBAAgB,EAAE,qBAAqB,CAAC;CACzC;AAED,KAAK,wBAAwB,GAAG,qBAAqB,CAAC;AAEtD,wBAAgB,oBAAoB,CAClC,CAAC,SAAS,wBAAwB,GAAG,wBAAwB,EAC7D,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,WACzB,KAAK,CAAC,EAAE,MAAM,qBAAqB,CAAC,sDASpD"}
@@ -0,0 +1,3 @@
1
+ export * from './use-animation';
2
+ export * from './with-animation';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/animation/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { AnimationModel } from '../../../../kos-ddk-models/src/index.ts';
2
+
3
+ export declare const useAnimation: () => {
4
+ model: AnimationModel | undefined;
5
+ ready: boolean;
6
+ error: string | undefined;
7
+ status: {
8
+ model: AnimationModel | undefined;
9
+ ready: boolean;
10
+ error: string | undefined;
11
+ };
12
+ KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('packages/sdk/kos-ui-sdk/src/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('../../../../../sdk/kos-ui-sdk/src/index.ts').KosModelLoaderProps>>;
13
+ };
14
+ //# sourceMappingURL=use-animation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-animation.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/animation/use-animation.ts"],"names":[],"mappings":";AACA,OAAO,EAAa,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAExE,eAAO,MAAM,YAAY;;;;;;;;;;CASxB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { AnimationModel } from '../../../../kos-ddk-models/src/index.ts';
2
+
3
+ export interface AnimationProps {
4
+ animation: AnimationModel;
5
+ }
6
+ export declare function withAnimation<T extends AnimationProps = AnimationProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof AnimationProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=with-animation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with-animation.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/animation/with-animation.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAG7D,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,cAAc,CAAC;CAC3B;AAED,wBAAgB,aAAa,CAAC,CAAC,SAAS,cAAc,GAAG,cAAc,EACrE,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,WAEzB,KAAK,CAAC,EAAE,MAAM,cAAc,CAAC,sDAS7C"}
@@ -0,0 +1,3 @@
1
+ export * from './use-application';
2
+ export * from './with-application';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/application/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { ApplicationModel } from '../../../../kos-ddk-models/src/index.ts';
2
+
3
+ export declare const useApplication: () => {
4
+ model: ApplicationModel | undefined;
5
+ ready: boolean;
6
+ error: string | undefined;
7
+ status: {
8
+ model: ApplicationModel | undefined;
9
+ ready: boolean;
10
+ error: string | undefined;
11
+ };
12
+ KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('packages/sdk/kos-ui-sdk/src/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('../../../../../sdk/kos-ui-sdk/src/index.ts').KosModelLoaderProps>>;
13
+ };
14
+ //# sourceMappingURL=use-application.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-application.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/application/use-application.ts"],"names":[],"mappings":";AACA,OAAO,EAAe,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE5E,eAAO,MAAM,cAAc;;;;;;;;;;CAS1B,CAAC"}