@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,19 @@
1
+ import { IFutureModel } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
2
+
3
+ export interface Action {
4
+ enabled: () => boolean;
5
+ performAction: () => Promise<void>;
6
+ title: string;
7
+ actionLabel?: string;
8
+ future?: IFutureModel;
9
+ }
10
+ export interface IntentAwareAction extends Action {
11
+ successMessage?: string;
12
+ failureMessage?: string;
13
+ intent: string;
14
+ }
15
+ export interface TroubleAwareAction extends Action {
16
+ successMessage?: string;
17
+ failureMessage?: string;
18
+ }
19
+ //# sourceMappingURL=action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,WAAW,MAAM;IACrB,OAAO,EAAE,MAAM,OAAO,CAAC;IACvB,aAAa,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB;AAED,MAAM,WAAW,iBAAkB,SAAQ,MAAM;IAC/C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kBAAmB,SAAQ,MAAM;IAChD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
@@ -0,0 +1,4 @@
1
+ export * from './action';
2
+ export * from './intent';
3
+ export * from './trouble';
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/components/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { IntentAction } from './intent-action';
2
+ import { IntentAware } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+ export declare class CalibrateAction extends IntentAction {
5
+ constructor(holder: IntentAware);
6
+ enabled(): boolean;
7
+ }
8
+ //# sourceMappingURL=calibrate-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calibrate-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/calibrate-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,qBAAa,eAAgB,SAAQ,YAAY;gBACnC,MAAM,EAAE,WAAW;IAS/B,OAAO;CAGR"}
@@ -0,0 +1,8 @@
1
+ import { IntentAction } from './intent-action';
2
+ import { IntentAware } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+ export declare class Fixed45FlowTestAction extends IntentAction {
5
+ constructor(holder: IntentAware);
6
+ enabled(): boolean;
7
+ }
8
+ //# sourceMappingURL=fixed-45.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fixed-45.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/fixed-45.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,qBAAa,qBAAsB,SAAQ,YAAY;gBACzC,MAAM,EAAE,WAAW;IAS/B,OAAO;CAGR"}
@@ -0,0 +1,8 @@
1
+ import { IntentAction } from './intent-action';
2
+ import { IntentAware } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+ export declare class FlushAction extends IntentAction {
5
+ constructor(intentContainer: IntentAware);
6
+ enabled(): boolean;
7
+ }
8
+ //# sourceMappingURL=flush-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flush-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/flush-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,qBAAa,WAAY,SAAQ,YAAY;gBAC/B,eAAe,EAAE,WAAW;IASxC,OAAO;CAGR"}
@@ -0,0 +1,8 @@
1
+ import { IntentAction } from './intent-action';
2
+ import { IntentAware } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+ export declare class HighFlowTestAction extends IntentAction {
5
+ constructor(holder: IntentAware);
6
+ enabled(): boolean;
7
+ }
8
+ //# sourceMappingURL=high-flow-test-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"high-flow-test-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/high-flow-test-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,qBAAa,kBAAmB,SAAQ,YAAY;gBACtC,MAAM,EAAE,WAAW;IAS/B,OAAO;CAGR"}
@@ -0,0 +1,8 @@
1
+ import { IntentAction } from './intent-action';
2
+ import { IntentAware } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+ export declare class HoldToPourAction extends IntentAction {
5
+ constructor(holder: IntentAware);
6
+ enabled(): boolean;
7
+ }
8
+ //# sourceMappingURL=hold-to-pour-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hold-to-pour-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/hold-to-pour-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,qBAAa,gBAAiB,SAAQ,YAAY;gBACpC,MAAM,EAAE,WAAW;IAS/B,OAAO;CAGR"}
@@ -0,0 +1,12 @@
1
+ export * from './calibrate-action';
2
+ export * from './fixed-45';
3
+ export * from './flush-action';
4
+ export * from './high-flow-test-action';
5
+ export * from './hold-to-pour-action';
6
+ export * from './intent-action';
7
+ export * from './low-flow-test-action';
8
+ export * from './manual-override-action';
9
+ export * from './msv-reset-action';
10
+ export * from './prime-action';
11
+ export * from './purge-action';
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { IntentAwareAction } from '../action';
2
+ import { IFutureModel } from '../../../../../../sdk/kos-ui-sdk/src/index.ts';
3
+ import { IntentAware } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
4
+
5
+ export interface IntentActionOptions {
6
+ intent: string;
7
+ title: string;
8
+ namespace?: string;
9
+ successMessage?: string;
10
+ failureMessage?: string;
11
+ actionLabel?: string;
12
+ }
13
+ export declare abstract class IntentAction implements IntentAwareAction {
14
+ future?: IFutureModel;
15
+ protected intentContainer: IntentAware;
16
+ title: string;
17
+ intent: string;
18
+ namespace?: string;
19
+ successMessage?: string;
20
+ failureMessage?: string;
21
+ actionLabel?: string;
22
+ constructor(intentContainer: IntentAware, options: IntentActionOptions);
23
+ abstract enabled(): any;
24
+ get type(): string;
25
+ performAction(): Promise<void>;
26
+ }
27
+ //# sourceMappingURL=intent-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"intent-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/intent-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAiB,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AACD,8BAAsB,YAAa,YAAW,iBAAiB;IAC7D,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,SAAS,CAAC,eAAe,EAAE,WAAW,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;gBACT,eAAe,EAAE,WAAW,EAAE,OAAO,EAAE,mBAAmB;IAUtE,QAAQ,CAAC,OAAO;IAEhB,IAAI,IAAI,WAEP;IAEK,aAAa;CAOpB"}
@@ -0,0 +1,8 @@
1
+ import { IntentAction } from './intent-action';
2
+ import { IntentAware } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+ export declare class LowFlowTestAction extends IntentAction {
5
+ constructor(holder: IntentAware);
6
+ enabled(): boolean;
7
+ }
8
+ //# sourceMappingURL=low-flow-test-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"low-flow-test-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/low-flow-test-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,qBAAa,iBAAkB,SAAQ,YAAY;gBACrC,MAAM,EAAE,WAAW;IAS/B,OAAO;CAGR"}
@@ -0,0 +1,8 @@
1
+ import { IntentAction } from './intent-action';
2
+ import { IntentAware } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+ export declare class ManualOverrideAction extends IntentAction {
5
+ constructor(holder: IntentAware);
6
+ enabled(): boolean;
7
+ }
8
+ //# sourceMappingURL=manual-override-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manual-override-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/manual-override-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,qBAAa,oBAAqB,SAAQ,YAAY;gBACxC,MAAM,EAAE,WAAW;IAS/B,OAAO;CAGR"}
@@ -0,0 +1,8 @@
1
+ import { IntentAction } from './intent-action';
2
+ import { IntentAware } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+ export declare class MSVResetAction extends IntentAction {
5
+ constructor(holder: IntentAware);
6
+ enabled(): boolean;
7
+ }
8
+ //# sourceMappingURL=msv-reset-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"msv-reset-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/msv-reset-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,qBAAa,cAAe,SAAQ,YAAY;gBAClC,MAAM,EAAE,WAAW;IAS/B,OAAO;CAGR"}
@@ -0,0 +1,8 @@
1
+ import { IntentAction } from './intent-action';
2
+ import { IntentAware } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+ export declare class PrimeAction extends IntentAction {
5
+ constructor(intentContainer: IntentAware);
6
+ enabled(): boolean;
7
+ }
8
+ //# sourceMappingURL=prime-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prime-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/prime-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,qBAAa,WAAY,SAAQ,YAAY;gBAC/B,eAAe,EAAE,WAAW;IASxC,OAAO;CAGR"}
@@ -0,0 +1,8 @@
1
+ import { IntentAction } from './intent-action';
2
+ import { IntentAware } from '../../../../../../sdk/kos-dispense-sdk/src/index.ts';
3
+
4
+ export declare class PurgeAction extends IntentAction {
5
+ constructor(intentContainer: IntentAware);
6
+ enabled(): boolean;
7
+ }
8
+ //# sourceMappingURL=purge-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"purge-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/intent/purge-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,qBAAa,WAAY,SAAQ,YAAY;gBAC/B,eAAe,EAAE,WAAW;IASxC,OAAO;CAGR"}
@@ -0,0 +1,8 @@
1
+ import { TroubleAction } from './trouble-aware-action';
2
+ import { TroubleAware } from '../../../../../../sdk/kos-ui-sdk/src/index.ts';
3
+
4
+ export declare class GenericTroubleAction extends TroubleAction {
5
+ constructor(troubleAware: TroubleAware, troubleKey: string);
6
+ enabled(): boolean;
7
+ }
8
+ //# sourceMappingURL=generic-trouble-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generic-trouble-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/trouble/generic-trouble-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAEvD,qBAAa,oBAAqB,SAAQ,aAAa;gBACzC,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM;IAK1D,OAAO;CAGR"}
@@ -0,0 +1,5 @@
1
+ export * from './generic-trouble-action';
2
+ export * from './trouble-aware-action';
3
+ export declare const TROUBLE_PRIME = "PrimeTrouble";
4
+ export declare const TROUBLE_PURGE = "PurgeTrouble";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/trouble/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,eAAO,MAAM,aAAa,iBAAiB,CAAC;AAC5C,eAAO,MAAM,aAAa,iBAAiB,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { TroubleAwareAction } from '../action';
2
+ import { IFutureModel, TroubleAware } from '../../../../../../sdk/kos-ui-sdk/src/index.ts';
3
+
4
+ export interface TroubleActionOptions {
5
+ trouble: string;
6
+ title?: string;
7
+ namespace?: string;
8
+ successMessage?: string;
9
+ failureMessage?: string;
10
+ action?: string;
11
+ progress?: string;
12
+ }
13
+ export declare abstract class TroubleAction implements TroubleAwareAction {
14
+ future?: IFutureModel;
15
+ protected troubleAware: TroubleAware;
16
+ title: string;
17
+ troubleKey: string;
18
+ namespace?: string;
19
+ successMessage?: string;
20
+ failureMessage?: string;
21
+ actionLabel?: string;
22
+ constructor(troubleAware: TroubleAware, options: TroubleActionOptions);
23
+ abstract enabled(): any;
24
+ get type(): string;
25
+ performAction(): Promise<void>;
26
+ }
27
+ //# sourceMappingURL=trouble-aware-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trouble-aware-action.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/actions/trouble/trouble-aware-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EACZ,KAAK,YAAY,EAClB,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEpD,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AACD,8BAAsB,aAAc,YAAW,kBAAkB;IAC/D,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,SAAS,CAAC,YAAY,EAAE,YAAY,CAAC;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;gBACT,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,oBAAoB;IAgBrE,QAAQ,CAAC,OAAO;IAEhB,IAAI,IAAI,WAEP;IAEK,aAAa;CAYpB"}
@@ -0,0 +1,6 @@
1
+ import { HolderExperienceProps } from '../../hooks';
2
+
3
+ export declare const AgitatorModal: (({ holder, onComplete }: HolderExperienceProps) => import("@emotion/react/jsx-runtime").JSX.Element) & {
4
+ displayName: string;
5
+ };
6
+ //# sourceMappingURL=agitator-modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agitator-modal.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/agitate-modal/agitator-modal.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAWzD,eAAO,MAAM,aAAa,4BACC,qBAAqB;;CA6C/C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './agitator-modal';
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/components/agitate-modal/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ }
4
+ export declare const AgitationControlView: React.FunctionComponent<Props>;
5
+ export {};
6
+ //# sourceMappingURL=agitation-control-view.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agitation-control-view.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/agitation-control-view/agitation-control-view.tsx"],"names":[],"mappings":";AAiBA,UAAU,KAAK;CAAG;AAClB,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAiC5D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './agitation-control-view';
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/components/agitation-control-view/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { FcmPumpModel } from '../../../../kos-ddk-models/src/index.ts';
2
+ import { ExperienceProps } from '../../../../kos-ddk-components/src/index.ts';
3
+
4
+ interface CalibrateModelProps extends ExperienceProps {
5
+ pump: FcmPumpModel;
6
+ }
7
+ export declare const CalibrateModal: (({ pump, onComplete }: CalibrateModelProps) => import("@emotion/react/jsx-runtime").JSX.Element) & {
8
+ displayName: string;
9
+ };
10
+ export {};
11
+ //# sourceMappingURL=calibrate-modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calibrate-modal.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/calibrate-modal/calibrate-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,eAAe,EAErB,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAsBhE,UAAU,mBAAoB,SAAQ,eAAe;IACnD,IAAI,EAAE,YAAY,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,0BACF,mBAAmB;;CAoR3C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './calibrate-modal';
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/components/calibrate-modal/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { CartridgeAgitatorModel, FreestyleAssemblyModel } from '../../../../../../sdk/kos-freestyle-sdk/src/index.ts';
2
+
3
+ interface AgitatorProps {
4
+ assembly: FreestyleAssemblyModel;
5
+ cardModel: CartridgeAgitatorModel;
6
+ }
7
+ export declare const AgitatorDetail: React.FunctionComponent<AgitatorProps>;
8
+ export default AgitatorDetail;
9
+ //# sourceMappingURL=agitator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agitator.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/cartridge-agitator/detail/agitator.tsx"],"names":[],"mappings":";AAMA,OAAO,KAAK,EACV,sBAAsB,EACtB,sBAAsB,EACvB,MAAM,gCAAgC,CAAC;AAYxC,UAAU,aAAa;IACrB,QAAQ,EAAE,sBAAsB,CAAC;IACjC,SAAS,EAAE,sBAAsB,CAAC;CACnC;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CAmC9D,CAAC;AAEL,eAAe,cAAc,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './detail/agitator';
2
+ export * from './summary/agitator';
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/components/cartridge-agitator/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { CartridgeAgitatorModel, FreestyleAssemblyModel } from '../../../../../../sdk/kos-freestyle-sdk/src/index.ts';
2
+
3
+ interface AgitatorProps {
4
+ assembly: FreestyleAssemblyModel;
5
+ cardModel: CartridgeAgitatorModel;
6
+ }
7
+ export declare const AgitatorSummary: React.FunctionComponent<AgitatorProps>;
8
+ export default AgitatorSummary;
9
+ //# sourceMappingURL=agitator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agitator.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-model-components/src/components/cartridge-agitator/summary/agitator.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EACV,sBAAsB,EACtB,sBAAsB,EACvB,MAAM,gCAAgC,CAAC;AAQxC,UAAU,aAAa;IACrB,QAAQ,EAAE,sBAAsB,CAAC;IACjC,SAAS,EAAE,sBAAsB,CAAC;CACnC;AASD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CAa/D,CAAC;AAEL,eAAe,eAAe,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { default as React, ReactNode } from 'react';
2
+ import { KosConfigProperty } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
3
+
4
+ interface StagedChange {
5
+ configProperty: KosConfigProperty;
6
+ value: any;
7
+ }
8
+ interface StagedChangesContextProps {
9
+ getStagedChange?: (key: string) => StagedChange | undefined;
10
+ updateStagedChange?: (key: string, value: StagedChange) => void;
11
+ saveChanges?: () => Promise<void>;
12
+ clearStagedChanges?: () => void;
13
+ }
14
+ interface StagedChangesProviderProps {
15
+ children: ReactNode;
16
+ }
17
+ export declare const StagedChangesProvider: React.FC<StagedChangesProviderProps>;
18
+ export declare const useStagedChanges: () => StagedChangesContextProps;
19
+ export declare const withStagedChanges: <P extends object>(Component: React.ComponentType<P>) => React.FC<P>;
20
+ export {};
21
+ //# sourceMappingURL=StagedChanges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StagedChanges.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/config-prop-context/StagedChanges.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,EAAiB,SAAS,EAAwB,MAAM,OAAO,CAAC;AAE9E,UAAU,YAAY;IACpB,cAAc,EAAE,iBAAiB,CAAC;IAClC,KAAK,EAAE,GAAG,CAAC;CACZ;AAED,UAAU,yBAAyB;IACjC,eAAe,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,YAAY,GAAG,SAAS,CAAC;IAC5D,kBAAkB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;IAChE,WAAW,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAClC,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;CACjC;AAYD,UAAU,0BAA0B;IAClC,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAuCtE,CAAC;AAEF,eAAO,MAAM,gBAAgB,iCAAyC,CAAC;AAEvE,eAAO,MAAM,iBAAiB,gCACE,MAAM,aAAa,CAAC,CAAC,CAAC,KAAG,MAAM,EAAE,CAAC,CAAC,CAM9D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './StagedChanges';
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/components/config-prop-context/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { KosConfigProperty } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
2
+
3
+ interface InfoCardProp {
4
+ label: string;
5
+ configProperty: KosConfigProperty<string>;
6
+ }
7
+ export declare const ConfigPropInfoCard: ({ label, configProperty }: InfoCardProp) => import("@emotion/react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=config-prop-info-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config-prop-info-card.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/config-prop-info-card/config-prop-info-card.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAqB,MAAM,yBAAyB,CAAC;AAE/E,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAC;CAC3C;AAED,eAAO,MAAM,kBAAkB,8BAA+B,YAAY,qDAIzE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './config-prop-info-card';
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/components/config-prop-info-card/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { ConfigPropertyComponent } from '../config-property-input';
2
+ import { InputCardProps } from '../../../../kos-ddk-components/src/index.ts';
3
+ import { KosConfigProperty } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
4
+
5
+ export interface ConfigPropInputCardProps extends Omit<InputCardProps, "onChange" | "unitValue" | "value"> {
6
+ configProperty: KosConfigProperty<number> | KosConfigProperty<string>;
7
+ hideUnits?: boolean;
8
+ }
9
+ export declare const ConfigPropInputCard: ConfigPropertyComponent<ConfigPropInputCardProps>;
10
+ //# sourceMappingURL=config-prop-input-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config-prop-input-card.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/config-prop-input-card/config-prop-input-card.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAGlB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,KAAK,cAAc,EACpB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAGnE,MAAM,WAAW,wBACf,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,GAAG,WAAW,GAAG,OAAO,CAAC;IAChE,cAAc,EAAE,iBAAiB,CAAC,MAAM,CAAC,GAAG,iBAAiB,CAAC,MAAM,CAAC,CAAC;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,mBAAmB,EAAE,uBAAuB,CACvD,wBAAwB,CAwCzB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './config-prop-input-card';
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/components/config-prop-input-card/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { ConfigPropertyComponent } from '../config-property-input/config-property-input-types';
2
+ import { KosConfigProperty } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
3
+ import { InputRangeCardProps } from '../../../../kos-ddk-components/src/index.ts';
4
+
5
+ export interface ConfigPropInputRangeCardProps extends Omit<InputRangeCardProps, "label" | "minValue" | "maxValue"> {
6
+ configProperty: KosConfigProperty<any>;
7
+ label?: string;
8
+ }
9
+ export declare const ConfigPropInputRangeCard: ConfigPropertyComponent<ConfigPropInputRangeCardProps>;
10
+ //# sourceMappingURL=config-prop-input-range-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config-prop-input-range-card.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/config-prop-input-range-card/config-prop-input-range-card.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,mBAAmB,EACpB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,iBAAiB,EAGlB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAE/F,MAAM,WAAW,6BACf,SAAQ,IAAI,CAAC,mBAAmB,EAAE,OAAO,GAAG,UAAU,GAAG,UAAU,CAAC;IACpE,cAAc,EAAE,iBAAiB,CAAC,GAAG,CAAC,CAAC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,wBAAwB,EAAE,uBAAuB,CAC5D,6BAA6B,CAiB9B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './config-prop-input-range-card';
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/components/config-prop-input-range-card/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { KosConfigProperty } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
2
+
3
+ interface ConfigPropCardOptions {
4
+ label: string;
5
+ hideUnits?: boolean;
6
+ layout?: "default" | "hex" | "num" | "alphanumeric";
7
+ }
8
+ interface ConfigPropCard {
9
+ configProperty: KosConfigProperty<any>;
10
+ options?: ConfigPropCardOptions;
11
+ }
12
+ interface ConfigPropMultiInputEnableCardProps {
13
+ configProperties: ConfigPropCard[];
14
+ disabled?: boolean;
15
+ enabledConfigProperty: KosConfigProperty<boolean>;
16
+ }
17
+ export declare const ConfigPropMultiInputEnableCard: ({ configProperties, disabled, enabledConfigProperty, }: ConfigPropMultiInputEnableCardProps) => import("@emotion/react/jsx-runtime").JSX.Element;
18
+ export {};
19
+ //# sourceMappingURL=config-prop-multi-input-enable-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config-prop-multi-input-enable-card.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/config-prop-multi-input-enable-card/config-prop-multi-input-enable-card.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,yBAAyB,CAAC;AAgCjC,UAAU,qBAAqB;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,KAAK,GAAG,cAAc,CAAC;CACrD;AAED,UAAU,cAAc;IACtB,cAAc,EAAE,iBAAiB,CAAC,GAAG,CAAC,CAAC;IACvC,OAAO,CAAC,EAAE,qBAAqB,CAAC;CACjC;AAED,UAAU,mCAAmC;IAC3C,gBAAgB,EAAE,cAAc,EAAE,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qBAAqB,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;CACnD;AAmBD,eAAO,MAAM,8BAA8B,2DAIxC,mCAAmC,qDA0DrC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './config-prop-multi-input-enable-card';
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/components/config-prop-multi-input-enable-card/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { ConfigPropertyComponent } from '../config-property-input/config-property-input-types';
2
+ import { KosConfigProperty } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
3
+ import { PickerCardProps } from '../../../../kos-ddk-components/src/index.ts';
4
+
5
+ export interface ConfigPropPickerCardProps<T> extends Omit<PickerCardProps<T>, "label"> {
6
+ collapse?: boolean;
7
+ configProperty: KosConfigProperty<any>;
8
+ float?: boolean;
9
+ label?: string;
10
+ displayMode?: "raw" | "formatted";
11
+ }
12
+ export declare const ConfigPropPickerCard: ConfigPropertyComponent<ConfigPropPickerCardProps<any>>;
13
+ //# sourceMappingURL=config-prop-picker-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config-prop-picker-card.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/config-prop-picker-card/config-prop-picker-card.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EACL,iBAAiB,EAIlB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAa/F,MAAM,WAAW,yBAAyB,CAAC,CAAC,CAC1C,SAAQ,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,iBAAiB,CAAC,GAAG,CAAC,CAAC;IACvC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,KAAK,GAAG,WAAW,CAAC;CACnC;AAED,eAAO,MAAM,oBAAoB,EAAE,uBAAuB,CACxD,yBAAyB,CAAC,GAAG,CAAC,CAsD/B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './config-prop-picker-card';
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/components/config-prop-picker-card/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { KosConfigProperty } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
2
+
3
+ interface ConfigPropCardOptions {
4
+ label: string;
5
+ hideUnits?: boolean;
6
+ }
7
+ interface ConfigPropSingleInputEnableCardProps {
8
+ configProperty: KosConfigProperty<any>;
9
+ disabled?: boolean;
10
+ enabledConfigProperty: KosConfigProperty<boolean>;
11
+ options: ConfigPropCardOptions;
12
+ }
13
+ export declare const ConfigPropSingleInputEnableCard: ({ configProperty, disabled, enabledConfigProperty, options, }: ConfigPropSingleInputEnableCardProps) => import("@emotion/react/jsx-runtime").JSX.Element;
14
+ export {};
15
+ //# sourceMappingURL=config-prop-single-input-enable-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config-prop-single-input-enable-card.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/components/config-prop-single-input-enable-card/config-prop-single-input-enable-card.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAGjE,UAAU,qBAAqB;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,UAAU,oCAAoC;IAC5C,cAAc,EAAE,iBAAiB,CAAC,GAAG,CAAC,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qBAAqB,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,OAAO,EAAE,qBAAqB,CAAC;CAChC;AAED,eAAO,MAAM,+BAA+B,kEAKzC,oCAAoC,qDAatC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './config-prop-single-input-enable-card';
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/components/config-prop-single-input-enable-card/index.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAC"}