@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.
- package/components/actions/action.d.ts +19 -0
- package/components/actions/action.d.ts.map +1 -0
- package/components/actions/index.d.ts +4 -0
- package/components/actions/index.d.ts.map +1 -0
- package/components/actions/intent/calibrate-action.d.ts +8 -0
- package/components/actions/intent/calibrate-action.d.ts.map +1 -0
- package/components/actions/intent/fixed-45.d.ts +8 -0
- package/components/actions/intent/fixed-45.d.ts.map +1 -0
- package/components/actions/intent/flush-action.d.ts +8 -0
- package/components/actions/intent/flush-action.d.ts.map +1 -0
- package/components/actions/intent/high-flow-test-action.d.ts +8 -0
- package/components/actions/intent/high-flow-test-action.d.ts.map +1 -0
- package/components/actions/intent/hold-to-pour-action.d.ts +8 -0
- package/components/actions/intent/hold-to-pour-action.d.ts.map +1 -0
- package/components/actions/intent/index.d.ts +12 -0
- package/components/actions/intent/index.d.ts.map +1 -0
- package/components/actions/intent/intent-action.d.ts +27 -0
- package/components/actions/intent/intent-action.d.ts.map +1 -0
- package/components/actions/intent/low-flow-test-action.d.ts +8 -0
- package/components/actions/intent/low-flow-test-action.d.ts.map +1 -0
- package/components/actions/intent/manual-override-action.d.ts +8 -0
- package/components/actions/intent/manual-override-action.d.ts.map +1 -0
- package/components/actions/intent/msv-reset-action.d.ts +8 -0
- package/components/actions/intent/msv-reset-action.d.ts.map +1 -0
- package/components/actions/intent/prime-action.d.ts +8 -0
- package/components/actions/intent/prime-action.d.ts.map +1 -0
- package/components/actions/intent/purge-action.d.ts +8 -0
- package/components/actions/intent/purge-action.d.ts.map +1 -0
- package/components/actions/trouble/generic-trouble-action.d.ts +8 -0
- package/components/actions/trouble/generic-trouble-action.d.ts.map +1 -0
- package/components/actions/trouble/index.d.ts +5 -0
- package/components/actions/trouble/index.d.ts.map +1 -0
- package/components/actions/trouble/trouble-aware-action.d.ts +27 -0
- package/components/actions/trouble/trouble-aware-action.d.ts.map +1 -0
- package/components/agitate-modal/agitator-modal.d.ts +6 -0
- package/components/agitate-modal/agitator-modal.d.ts.map +1 -0
- package/components/agitate-modal/index.d.ts +2 -0
- package/components/agitate-modal/index.d.ts.map +1 -0
- package/components/agitation-control-view/agitation-control-view.d.ts +6 -0
- package/components/agitation-control-view/agitation-control-view.d.ts.map +1 -0
- package/components/agitation-control-view/index.d.ts +2 -0
- package/components/agitation-control-view/index.d.ts.map +1 -0
- package/components/calibrate-modal/calibrate-modal.d.ts +11 -0
- package/components/calibrate-modal/calibrate-modal.d.ts.map +1 -0
- package/components/calibrate-modal/index.d.ts +2 -0
- package/components/calibrate-modal/index.d.ts.map +1 -0
- package/components/cartridge-agitator/detail/agitator.d.ts +9 -0
- package/components/cartridge-agitator/detail/agitator.d.ts.map +1 -0
- package/components/cartridge-agitator/index.d.ts +3 -0
- package/components/cartridge-agitator/index.d.ts.map +1 -0
- package/components/cartridge-agitator/summary/agitator.d.ts +9 -0
- package/components/cartridge-agitator/summary/agitator.d.ts.map +1 -0
- package/components/config-prop-context/StagedChanges.d.ts +21 -0
- package/components/config-prop-context/StagedChanges.d.ts.map +1 -0
- package/components/config-prop-context/index.d.ts +2 -0
- package/components/config-prop-context/index.d.ts.map +1 -0
- package/components/config-prop-info-card/config-prop-info-card.d.ts +9 -0
- package/components/config-prop-info-card/config-prop-info-card.d.ts.map +1 -0
- package/components/config-prop-info-card/index.d.ts +2 -0
- package/components/config-prop-info-card/index.d.ts.map +1 -0
- package/components/config-prop-input-card/config-prop-input-card.d.ts +10 -0
- package/components/config-prop-input-card/config-prop-input-card.d.ts.map +1 -0
- package/components/config-prop-input-card/index.d.ts +2 -0
- package/components/config-prop-input-card/index.d.ts.map +1 -0
- package/components/config-prop-input-range-card/config-prop-input-range-card.d.ts +10 -0
- package/components/config-prop-input-range-card/config-prop-input-range-card.d.ts.map +1 -0
- package/components/config-prop-input-range-card/index.d.ts +2 -0
- package/components/config-prop-input-range-card/index.d.ts.map +1 -0
- package/components/config-prop-multi-input-enable-card/config-prop-multi-input-enable-card.d.ts +19 -0
- package/components/config-prop-multi-input-enable-card/config-prop-multi-input-enable-card.d.ts.map +1 -0
- package/components/config-prop-multi-input-enable-card/index.d.ts +2 -0
- package/components/config-prop-multi-input-enable-card/index.d.ts.map +1 -0
- package/components/config-prop-picker-card/config-prop-picker-card.d.ts +13 -0
- package/components/config-prop-picker-card/config-prop-picker-card.d.ts.map +1 -0
- package/components/config-prop-picker-card/index.d.ts +2 -0
- package/components/config-prop-picker-card/index.d.ts.map +1 -0
- package/components/config-prop-single-input-enable-card/config-prop-single-input-enable-card.d.ts +15 -0
- package/components/config-prop-single-input-enable-card/config-prop-single-input-enable-card.d.ts.map +1 -0
- package/components/config-prop-single-input-enable-card/index.d.ts +2 -0
- package/components/config-prop-single-input-enable-card/index.d.ts.map +1 -0
- package/components/config-prop-switch-card/config-prop-switch-card.d.ts +9 -0
- package/components/config-prop-switch-card/config-prop-switch-card.d.ts.map +1 -0
- package/components/config-prop-switch-card/index.d.ts +2 -0
- package/components/config-prop-switch-card/index.d.ts.map +1 -0
- package/components/config-prop-time-picker-card/config-prop-time-picker-card.d.ts +9 -0
- package/components/config-prop-time-picker-card/config-prop-time-picker-card.d.ts.map +1 -0
- package/components/config-prop-time-picker-card/index.d.ts +2 -0
- package/components/config-prop-time-picker-card/index.d.ts.map +1 -0
- package/components/config-prop-toggle-card/config-prop-toggle-card.d.ts +10 -0
- package/components/config-prop-toggle-card/config-prop-toggle-card.d.ts.map +1 -0
- package/components/config-prop-toggle-card/index.d.ts +2 -0
- package/components/config-prop-toggle-card/index.d.ts.map +1 -0
- package/components/config-property-input/base-config-property-component-factory.d.ts +4 -0
- package/components/config-property-input/base-config-property-component-factory.d.ts.map +1 -0
- package/components/config-property-input/config-property-input-types.d.ts +32 -0
- package/components/config-property-input/config-property-input-types.d.ts.map +1 -0
- package/components/config-property-input/config-property-input.d.ts +14 -0
- package/components/config-property-input/config-property-input.d.ts.map +1 -0
- package/components/config-property-input/index.d.ts +3 -0
- package/components/config-property-input/index.d.ts.map +1 -0
- package/components/date-picker-card/date-picker-card.d.ts +16 -0
- package/components/date-picker-card/date-picker-card.d.ts.map +1 -0
- package/components/date-picker-card/index.d.ts +2 -0
- package/components/date-picker-card/index.d.ts.map +1 -0
- package/components/diagnostics-modal/diagnostics-modal.d.ts +11 -0
- package/components/diagnostics-modal/diagnostics-modal.d.ts.map +1 -0
- package/components/diagnostics-modal/index.d.ts +2 -0
- package/components/diagnostics-modal/index.d.ts.map +1 -0
- package/components/dispenser-info-settings/dispenser-info-settings.d.ts +4 -0
- package/components/dispenser-info-settings/dispenser-info-settings.d.ts.map +1 -0
- package/components/dispenser-info-settings/index.d.ts +2 -0
- package/components/dispenser-info-settings/index.d.ts.map +1 -0
- package/components/dispenser-serial-number/dispenser-serial-number.d.ts +7 -0
- package/components/dispenser-serial-number/dispenser-serial-number.d.ts.map +1 -0
- package/components/dispenser-serial-number/index.d.ts +2 -0
- package/components/dispenser-serial-number/index.d.ts.map +1 -0
- package/components/dispenser-settings/dispenser-settings.d.ts +4 -0
- package/components/dispenser-settings/dispenser-settings.d.ts.map +1 -0
- package/components/dispenser-settings/index.d.ts +2 -0
- package/components/dispenser-settings/index.d.ts.map +1 -0
- package/components/enjoy-by-date/enjoy-by-date.d.ts +10 -0
- package/components/enjoy-by-date/enjoy-by-date.d.ts.map +1 -0
- package/components/enjoy-by-date/index.d.ts +2 -0
- package/components/enjoy-by-date/index.d.ts.map +1 -0
- package/components/future-progress-bar/future-progress-bar.d.ts +27 -0
- package/components/future-progress-bar/future-progress-bar.d.ts.map +1 -0
- package/components/future-progress-bar/index.d.ts +2 -0
- package/components/future-progress-bar/index.d.ts.map +1 -0
- package/components/hardware-info/hardware-info.d.ts +4 -0
- package/components/hardware-info/hardware-info.d.ts.map +1 -0
- package/components/hardware-info/index.d.ts +2 -0
- package/components/hardware-info/index.d.ts.map +1 -0
- package/components/hold-to-pour-button/hold-to-pour-button.d.ts +11 -0
- package/components/hold-to-pour-button/hold-to-pour-button.d.ts.map +1 -0
- package/components/hold-to-pour-button/index.d.ts +2 -0
- package/components/hold-to-pour-button/index.d.ts.map +1 -0
- package/components/holders/holder-card.d.ts +12 -0
- package/components/holders/holder-card.d.ts.map +1 -0
- package/components/holders/holder-group-view.d.ts +14 -0
- package/components/holders/holder-group-view.d.ts.map +1 -0
- package/components/holders/index.d.ts +7 -0
- package/components/holders/index.d.ts.map +1 -0
- package/components/holders/macro-holder-card.d.ts +14 -0
- package/components/holders/macro-holder-card.d.ts.map +1 -0
- package/components/holders/macro-holder-group-view.d.ts +12 -0
- package/components/holders/macro-holder-group-view.d.ts.map +1 -0
- package/components/holders/macro-setup-step-card.d.ts +12 -0
- package/components/holders/macro-setup-step-card.d.ts.map +1 -0
- package/components/holders/use-visible-troubles.d.ts +7 -0
- package/components/holders/use-visible-troubles.d.ts.map +1 -0
- package/components/ice-agitator-settings-view/ice-agitator-settings-view.d.ts +19 -0
- package/components/ice-agitator-settings-view/ice-agitator-settings-view.d.ts.map +1 -0
- package/components/ice-agitator-settings-view/index.d.ts +2 -0
- package/components/ice-agitator-settings-view/index.d.ts.map +1 -0
- package/components/index.d.ts +45 -0
- package/components/index.d.ts.map +1 -0
- package/components/localization-settings/index.d.ts +2 -0
- package/components/localization-settings/index.d.ts.map +1 -0
- package/components/localization-settings/localization-settings.d.ts +8 -0
- package/components/localization-settings/localization-settings.d.ts.map +1 -0
- package/components/network-test-results/NetworkTestResults.d.ts +9 -0
- package/components/network-test-results/NetworkTestResults.d.ts.map +1 -0
- package/components/network-test-results/index.d.ts +2 -0
- package/components/network-test-results/index.d.ts.map +1 -0
- package/components/notification-card-view/index.d.ts +2 -0
- package/components/notification-card-view/index.d.ts.map +1 -0
- package/components/notification-card-view/notification-card-view.d.ts +11 -0
- package/components/notification-card-view/notification-card-view.d.ts.map +1 -0
- package/components/plugin-tabs/index.d.ts +2 -0
- package/components/plugin-tabs/index.d.ts.map +1 -0
- package/components/plugin-tabs/plugin-tabs.d.ts +10 -0
- package/components/plugin-tabs/plugin-tabs.d.ts.map +1 -0
- package/components/pump-cards/holder-actions/holder-actions.d.ts +7 -0
- package/components/pump-cards/holder-actions/holder-actions.d.ts.map +1 -0
- package/components/pump-cards/holder-actions/index.d.ts +2 -0
- package/components/pump-cards/holder-actions/index.d.ts.map +1 -0
- package/components/pump-cards/holder-notifications/holder-notifications.d.ts +9 -0
- package/components/pump-cards/holder-notifications/holder-notifications.d.ts.map +1 -0
- package/components/pump-cards/holder-notifications/index.d.ts +2 -0
- package/components/pump-cards/holder-notifications/index.d.ts.map +1 -0
- package/components/pump-cards/index.d.ts +7 -0
- package/components/pump-cards/index.d.ts.map +1 -0
- package/components/pump-cards/lfcv-pump-card/index.d.ts +2 -0
- package/components/pump-cards/lfcv-pump-card/index.d.ts.map +1 -0
- package/components/pump-cards/lfcv-pump-card/lfcv-pump-card.d.ts +9 -0
- package/components/pump-cards/lfcv-pump-card/lfcv-pump-card.d.ts.map +1 -0
- package/components/pump-cards/msv-pump-card/index.d.ts +2 -0
- package/components/pump-cards/msv-pump-card/index.d.ts.map +1 -0
- package/components/pump-cards/msv-pump-card/msv-pump-card.d.ts +9 -0
- package/components/pump-cards/msv-pump-card/msv-pump-card.d.ts.map +1 -0
- package/components/pump-cards/valve-card/index.d.ts +2 -0
- package/components/pump-cards/valve-card/index.d.ts.map +1 -0
- package/components/pump-cards/valve-card/valve-card.d.ts +9 -0
- package/components/pump-cards/valve-card/valve-card.d.ts.map +1 -0
- package/components/pump-cards/water-pump-card/index.d.ts +2 -0
- package/components/pump-cards/water-pump-card/index.d.ts.map +1 -0
- package/components/pump-cards/water-pump-card/water-pump-card.d.ts +9 -0
- package/components/pump-cards/water-pump-card/water-pump-card.d.ts.map +1 -0
- package/components/reboot-view/index.d.ts +2 -0
- package/components/reboot-view/index.d.ts.map +1 -0
- package/components/reboot-view/reboot-view.d.ts +4 -0
- package/components/reboot-view/reboot-view.d.ts.map +1 -0
- package/components/replace-line/index.d.ts +2 -0
- package/components/replace-line/index.d.ts.map +1 -0
- package/components/replace-line/replace-line.d.ts +11 -0
- package/components/replace-line/replace-line.d.ts.map +1 -0
- package/components/replace-pump/index.d.ts +2 -0
- package/components/replace-pump/index.d.ts.map +1 -0
- package/components/replace-pump/replace-pump.d.ts +11 -0
- package/components/replace-pump/replace-pump.d.ts.map +1 -0
- package/components/rfid-override/index.d.ts +2 -0
- package/components/rfid-override/index.d.ts.map +1 -0
- package/components/rfid-override/rfid-override.d.ts +6 -0
- package/components/rfid-override/rfid-override.d.ts.map +1 -0
- package/components/setup-required/index.d.ts +2 -0
- package/components/setup-required/index.d.ts.map +1 -0
- package/components/setup-required/setup-required.d.ts +8 -0
- package/components/setup-required/setup-required.d.ts.map +1 -0
- package/components/setup-sidebar/index.d.ts +2 -0
- package/components/setup-sidebar/index.d.ts.map +1 -0
- package/components/setup-sidebar/setup-sidebar.d.ts +19 -0
- package/components/setup-sidebar/setup-sidebar.d.ts.map +1 -0
- package/components/software/index.d.ts +2 -0
- package/components/software/index.d.ts.map +1 -0
- package/components/software/software.d.ts +2 -0
- package/components/software/software.d.ts.map +1 -0
- package/components/state-experience/index.d.ts +2 -0
- package/components/state-experience/index.d.ts.map +1 -0
- package/components/state-experience/state-experience.d.ts +6 -0
- package/components/state-experience/state-experience.d.ts.map +1 -0
- package/components/system-date-picker-card/index.d.ts +2 -0
- package/components/system-date-picker-card/index.d.ts.map +1 -0
- package/components/system-date-picker-card/system-date-picker-card.d.ts +2 -0
- package/components/system-date-picker-card/system-date-picker-card.d.ts.map +1 -0
- package/components/time-picker-card/index.d.ts +2 -0
- package/components/time-picker-card/index.d.ts.map +1 -0
- package/components/time-picker-card/time-picker-card.d.ts +12 -0
- package/components/time-picker-card/time-picker-card.d.ts.map +1 -0
- package/components/time-settings/index.d.ts +2 -0
- package/components/time-settings/index.d.ts.map +1 -0
- package/components/time-settings/time-settings.d.ts +8 -0
- package/components/time-settings/time-settings.d.ts.map +1 -0
- package/components/time-zone-picker-card/index.d.ts +2 -0
- package/components/time-zone-picker-card/index.d.ts.map +1 -0
- package/components/time-zone-picker-card/time-zone-picker-card.d.ts +7 -0
- package/components/time-zone-picker-card/time-zone-picker-card.d.ts.map +1 -0
- package/components/water-settings/index.d.ts +2 -0
- package/components/water-settings/index.d.ts.map +1 -0
- package/components/water-settings/water-settings.d.ts +9 -0
- package/components/water-settings/water-settings.d.ts.map +1 -0
- package/contexts/animation/animation-provider.d.ts +13 -0
- package/contexts/animation/animation-provider.d.ts.map +1 -0
- package/contexts/animation/index.d.ts +2 -0
- package/contexts/animation/index.d.ts.map +1 -0
- package/contexts/application/application-component-configuration-provider.d.ts +19 -0
- package/contexts/application/application-component-configuration-provider.d.ts.map +1 -0
- package/contexts/application/application-provider.d.ts +13 -0
- package/contexts/application/application-provider.d.ts.map +1 -0
- package/contexts/application/index.d.ts +3 -0
- package/contexts/application/index.d.ts.map +1 -0
- package/contexts/dashboard-operations/dashboard-operations-provider.d.ts +13 -0
- package/contexts/dashboard-operations/dashboard-operations-provider.d.ts.map +1 -0
- package/contexts/dashboard-operations/index.d.ts +2 -0
- package/contexts/dashboard-operations/index.d.ts.map +1 -0
- package/contexts/dispenser-info/dispenser-info-provider.d.ts +14 -0
- package/contexts/dispenser-info/dispenser-info-provider.d.ts.map +1 -0
- package/contexts/dispenser-info/index.d.ts +2 -0
- package/contexts/dispenser-info/index.d.ts.map +1 -0
- package/contexts/index.d.ts +15 -0
- package/contexts/index.d.ts.map +1 -0
- package/contexts/ingredient-summary/index.d.ts +2 -0
- package/contexts/ingredient-summary/index.d.ts.map +1 -0
- package/contexts/ingredient-summary/ingredient-summary-provider.d.ts +14 -0
- package/contexts/ingredient-summary/ingredient-summary-provider.d.ts.map +1 -0
- package/contexts/macro-assignment/index.d.ts +2 -0
- package/contexts/macro-assignment/index.d.ts.map +1 -0
- package/contexts/macro-assignment/macro-assignment-provider.d.ts +13 -0
- package/contexts/macro-assignment/macro-assignment-provider.d.ts.map +1 -0
- package/contexts/network-test/index.d.ts +2 -0
- package/contexts/network-test/index.d.ts.map +1 -0
- package/contexts/network-test/network-test-provider.d.ts +14 -0
- package/contexts/network-test/network-test-provider.d.ts.map +1 -0
- package/contexts/network-test-container/index.d.ts +2 -0
- package/contexts/network-test-container/index.d.ts.map +1 -0
- package/contexts/network-test-container/network-test-container-provider.d.ts +13 -0
- package/contexts/network-test-container/network-test-container-provider.d.ts.map +1 -0
- package/contexts/nutritive-sweetener/index.d.ts +2 -0
- package/contexts/nutritive-sweetener/index.d.ts.map +1 -0
- package/contexts/nutritive-sweetener/nutritive-sweetener-provider.d.ts +14 -0
- package/contexts/nutritive-sweetener/nutritive-sweetener-provider.d.ts.map +1 -0
- package/contexts/reboot/index.d.ts +2 -0
- package/contexts/reboot/index.d.ts.map +1 -0
- package/contexts/reboot/reboot-provider.d.ts +14 -0
- package/contexts/reboot/reboot-provider.d.ts.map +1 -0
- package/contexts/settings/index.d.ts +2 -0
- package/contexts/settings/index.d.ts.map +1 -0
- package/contexts/settings/settings-provider.d.ts +13 -0
- package/contexts/settings/settings-provider.d.ts.map +1 -0
- package/contexts/setup-step/index.d.ts +2 -0
- package/contexts/setup-step/index.d.ts.map +1 -0
- package/contexts/setup-step/setup-step-provider.d.ts +14 -0
- package/contexts/setup-step/setup-step-provider.d.ts.map +1 -0
- package/contexts/setup-step-container/index.d.ts +2 -0
- package/contexts/setup-step-container/index.d.ts.map +1 -0
- package/contexts/setup-step-container/setup-step-container-provider.d.ts +13 -0
- package/contexts/setup-step-container/setup-step-container-provider.d.ts.map +1 -0
- package/contexts/utilities/index.d.ts +2 -0
- package/contexts/utilities/index.d.ts.map +1 -0
- package/contexts/utilities/utilities-provider.d.ts +14 -0
- package/contexts/utilities/utilities-provider.d.ts.map +1 -0
- package/contexts/utilities-container/index.d.ts +2 -0
- package/contexts/utilities-container/index.d.ts.map +1 -0
- package/contexts/utilities-container/utilities-container-provider.d.ts +13 -0
- package/contexts/utilities-container/utilities-container-provider.d.ts.map +1 -0
- package/hooks/actions/index.d.ts +4 -0
- package/hooks/actions/index.d.ts.map +1 -0
- package/hooks/actions/types.d.ts +9 -0
- package/hooks/actions/types.d.ts.map +1 -0
- package/hooks/actions/use-combined-actions.d.ts +9 -0
- package/hooks/actions/use-combined-actions.d.ts.map +1 -0
- package/hooks/actions/use-pump-action.d.ts +15 -0
- package/hooks/actions/use-pump-action.d.ts.map +1 -0
- package/hooks/actions/use-trouble-action.d.ts +14 -0
- package/hooks/actions/use-trouble-action.d.ts.map +1 -0
- package/hooks/agitation-control/index.d.ts +3 -0
- package/hooks/agitation-control/index.d.ts.map +1 -0
- package/hooks/agitation-control/use-agitation-control.d.ts +14 -0
- package/hooks/agitation-control/use-agitation-control.d.ts.map +1 -0
- package/hooks/agitation-control/with-agitation-control.d.ts +9 -0
- package/hooks/agitation-control/with-agitation-control.d.ts.map +1 -0
- package/hooks/animation/index.d.ts +3 -0
- package/hooks/animation/index.d.ts.map +1 -0
- package/hooks/animation/use-animation.d.ts +14 -0
- package/hooks/animation/use-animation.d.ts.map +1 -0
- package/hooks/animation/with-animation.d.ts +7 -0
- package/hooks/animation/with-animation.d.ts.map +1 -0
- package/hooks/application/index.d.ts +3 -0
- package/hooks/application/index.d.ts.map +1 -0
- package/hooks/application/use-application.d.ts +14 -0
- package/hooks/application/use-application.d.ts.map +1 -0
- package/hooks/application/with-application.d.ts +8 -0
- package/hooks/application/with-application.d.ts.map +1 -0
- package/hooks/carb-water/index.d.ts +3 -0
- package/hooks/carb-water/index.d.ts.map +1 -0
- package/hooks/carb-water/use-carb-water.d.ts +14 -0
- package/hooks/carb-water/use-carb-water.d.ts.map +1 -0
- package/hooks/carb-water/with-carb-water.d.ts +8 -0
- package/hooks/carb-water/with-carb-water.d.ts.map +1 -0
- package/hooks/copy-logs/index.d.ts +3 -0
- package/hooks/copy-logs/index.d.ts.map +1 -0
- package/hooks/copy-logs/use-copy-logs.d.ts +14 -0
- package/hooks/copy-logs/use-copy-logs.d.ts.map +1 -0
- package/hooks/copy-logs/with-copy-logs.d.ts +9 -0
- package/hooks/copy-logs/with-copy-logs.d.ts.map +1 -0
- package/hooks/dashboard-operations/index.d.ts +3 -0
- package/hooks/dashboard-operations/index.d.ts.map +1 -0
- package/hooks/dashboard-operations/use-dashboard-operations.d.ts +14 -0
- package/hooks/dashboard-operations/use-dashboard-operations.d.ts.map +1 -0
- package/hooks/dashboard-operations/with-dashboard-operations.d.ts +8 -0
- package/hooks/dashboard-operations/with-dashboard-operations.d.ts.map +1 -0
- package/hooks/dispenser-info/index.d.ts +3 -0
- package/hooks/dispenser-info/index.d.ts.map +1 -0
- package/hooks/dispenser-info/use-dispenser-info.d.ts +14 -0
- package/hooks/dispenser-info/use-dispenser-info.d.ts.map +1 -0
- package/hooks/dispenser-info/with-dispenser-info.d.ts +7 -0
- package/hooks/dispenser-info/with-dispenser-info.d.ts.map +1 -0
- package/hooks/door/index.d.ts +3 -0
- package/hooks/door/index.d.ts.map +1 -0
- package/hooks/door/use-door.d.ts +14 -0
- package/hooks/door/use-door.d.ts.map +1 -0
- package/hooks/door/with-door.d.ts +12 -0
- package/hooks/door/with-door.d.ts.map +1 -0
- package/hooks/extensions/index.d.ts +2 -0
- package/hooks/extensions/index.d.ts.map +1 -0
- package/hooks/extensions/use-view-extensions.d.ts +12 -0
- package/hooks/extensions/use-view-extensions.d.ts.map +1 -0
- package/hooks/future/index.d.ts +2 -0
- package/hooks/future/index.d.ts.map +1 -0
- package/hooks/future/use-future-container.d.ts +9 -0
- package/hooks/future/use-future-container.d.ts.map +1 -0
- package/hooks/holder-experience/holder-experience.d.ts +14 -0
- package/hooks/holder-experience/holder-experience.d.ts.map +1 -0
- package/hooks/holder-experience/index.d.ts +2 -0
- package/hooks/holder-experience/index.d.ts.map +1 -0
- package/hooks/holders/index.d.ts +2 -0
- package/hooks/holders/index.d.ts.map +1 -0
- package/hooks/holders/use-holder-content.d.ts +27 -0
- package/hooks/holders/use-holder-content.d.ts.map +1 -0
- package/hooks/index.d.ts +30 -0
- package/hooks/index.d.ts.map +1 -0
- package/hooks/ingredient-summary/index.d.ts +3 -0
- package/hooks/ingredient-summary/index.d.ts.map +1 -0
- package/hooks/ingredient-summary/use-ingredient-summary.d.ts +14 -0
- package/hooks/ingredient-summary/use-ingredient-summary.d.ts.map +1 -0
- package/hooks/ingredient-summary/with-ingredient-summary.d.ts +8 -0
- package/hooks/ingredient-summary/with-ingredient-summary.d.ts.map +1 -0
- package/hooks/macro-assignment/index.d.ts +3 -0
- package/hooks/macro-assignment/index.d.ts.map +1 -0
- package/hooks/macro-assignment/use-macro-assignment.d.ts +14 -0
- package/hooks/macro-assignment/use-macro-assignment.d.ts.map +1 -0
- package/hooks/macro-assignment/with-macro-assignment.d.ts +7 -0
- package/hooks/macro-assignment/with-macro-assignment.d.ts.map +1 -0
- package/hooks/network-test/index.d.ts +3 -0
- package/hooks/network-test/index.d.ts.map +1 -0
- package/hooks/network-test/use-network-test.d.ts +14 -0
- package/hooks/network-test/use-network-test.d.ts.map +1 -0
- package/hooks/network-test/with-network-test.d.ts +8 -0
- package/hooks/network-test/with-network-test.d.ts.map +1 -0
- package/hooks/network-test-container/index.d.ts +3 -0
- package/hooks/network-test-container/index.d.ts.map +1 -0
- package/hooks/network-test-container/use-network-test-container.d.ts +14 -0
- package/hooks/network-test-container/use-network-test-container.d.ts.map +1 -0
- package/hooks/network-test-container/with-network-test-container.d.ts +8 -0
- package/hooks/network-test-container/with-network-test-container.d.ts.map +1 -0
- package/hooks/nutritive-sweetener/index.d.ts +3 -0
- package/hooks/nutritive-sweetener/index.d.ts.map +1 -0
- package/hooks/nutritive-sweetener/use-nutritive-sweetener.d.ts +14 -0
- package/hooks/nutritive-sweetener/use-nutritive-sweetener.d.ts.map +1 -0
- package/hooks/nutritive-sweetener/with-nutritive-sweetener.d.ts +8 -0
- package/hooks/nutritive-sweetener/with-nutritive-sweetener.d.ts.map +1 -0
- package/hooks/plain-water/index.d.ts +3 -0
- package/hooks/plain-water/index.d.ts.map +1 -0
- package/hooks/plain-water/use-plain-water.d.ts +14 -0
- package/hooks/plain-water/use-plain-water.d.ts.map +1 -0
- package/hooks/plain-water/with-plain-water.d.ts +7 -0
- package/hooks/plain-water/with-plain-water.d.ts.map +1 -0
- package/hooks/plugin-extensions/index.d.ts +2 -0
- package/hooks/plugin-extensions/index.d.ts.map +1 -0
- package/hooks/plugin-extensions/use-plugin-extensions.d.ts +6 -0
- package/hooks/plugin-extensions/use-plugin-extensions.d.ts.map +1 -0
- package/hooks/reboot/index.d.ts +3 -0
- package/hooks/reboot/index.d.ts.map +1 -0
- package/hooks/reboot/use-reboot.d.ts +14 -0
- package/hooks/reboot/use-reboot.d.ts.map +1 -0
- package/hooks/reboot/with-reboot.d.ts +8 -0
- package/hooks/reboot/with-reboot.d.ts.map +1 -0
- package/hooks/settings/index.d.ts +3 -0
- package/hooks/settings/index.d.ts.map +1 -0
- package/hooks/settings/use-settings.d.ts +14 -0
- package/hooks/settings/use-settings.d.ts.map +1 -0
- package/hooks/settings/with-settings.d.ts +7 -0
- package/hooks/settings/with-settings.d.ts.map +1 -0
- package/hooks/setup-step/index.d.ts +3 -0
- package/hooks/setup-step/index.d.ts.map +1 -0
- package/hooks/setup-step/use-setup-step.d.ts +14 -0
- package/hooks/setup-step/use-setup-step.d.ts.map +1 -0
- package/hooks/setup-step/with-setup-step.d.ts +8 -0
- package/hooks/setup-step/with-setup-step.d.ts.map +1 -0
- package/hooks/setup-step-container/index.d.ts +3 -0
- package/hooks/setup-step-container/index.d.ts.map +1 -0
- package/hooks/setup-step-container/use-setup-step-container.d.ts +14 -0
- package/hooks/setup-step-container/use-setup-step-container.d.ts.map +1 -0
- package/hooks/setup-step-container/with-setup-step-container.d.ts +7 -0
- package/hooks/setup-step-container/with-setup-step-container.d.ts.map +1 -0
- package/hooks/start/index.d.ts +3 -0
- package/hooks/start/index.d.ts.map +1 -0
- package/hooks/start/use-start.d.ts +14 -0
- package/hooks/start/use-start.d.ts.map +1 -0
- package/hooks/start/with-start.d.ts +9 -0
- package/hooks/start/with-start.d.ts.map +1 -0
- package/hooks/test/index.d.ts +3 -0
- package/hooks/test/index.d.ts.map +1 -0
- package/hooks/test/use-test.d.ts +14 -0
- package/hooks/test/use-test.d.ts.map +1 -0
- package/hooks/test/with-test.d.ts +7 -0
- package/hooks/test/with-test.d.ts.map +1 -0
- package/hooks/trouble-action/index.d.ts +3 -0
- package/hooks/trouble-action/index.d.ts.map +1 -0
- package/hooks/trouble-action/use-trouble-action.d.ts +14 -0
- package/hooks/trouble-action/use-trouble-action.d.ts.map +1 -0
- package/hooks/trouble-action/with-trouble-action.d.ts +9 -0
- package/hooks/trouble-action/with-trouble-action.d.ts.map +1 -0
- package/hooks/troubles/index.d.ts +2 -0
- package/hooks/troubles/index.d.ts.map +1 -0
- package/hooks/troubles/use-trouble-visibility.d.ts +10 -0
- package/hooks/troubles/use-trouble-visibility.d.ts.map +1 -0
- package/hooks/utilities/index.d.ts +3 -0
- package/hooks/utilities/index.d.ts.map +1 -0
- package/hooks/utilities/use-utilities.d.ts +14 -0
- package/hooks/utilities/use-utilities.d.ts.map +1 -0
- package/hooks/utilities/with-utilities.d.ts +8 -0
- package/hooks/utilities/with-utilities.d.ts.map +1 -0
- package/hooks/utilities-container/index.d.ts +3 -0
- package/hooks/utilities-container/index.d.ts.map +1 -0
- package/hooks/utilities-container/use-utilities-container.d.ts +14 -0
- package/hooks/utilities-container/use-utilities-container.d.ts.map +1 -0
- package/hooks/utilities-container/with-utilities-container.d.ts +7 -0
- package/hooks/utilities-container/with-utilities-container.d.ts.map +1 -0
- package/index.cjs +371 -0
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -0
- package/index.js +3708 -0
- package/models/index.d.ts +2 -0
- package/models/index.d.ts.map +1 -0
- package/models/test/index.d.ts +4 -0
- package/models/test/index.d.ts.map +1 -0
- package/models/test/services/index.d.ts +2 -0
- package/models/test/services/index.d.ts.map +1 -0
- package/models/test/services/test-services.d.ts +10 -0
- package/models/test/services/test-services.d.ts.map +1 -0
- package/models/test/test-model.d.ts +23 -0
- package/models/test/test-model.d.ts.map +1 -0
- package/models/test/test-registration.d.ts +71 -0
- package/models/test/test-registration.d.ts.map +1 -0
- package/package.json +28 -0
- package/styles/actions.d.ts +13 -0
- package/styles/actions.d.ts.map +1 -0
- package/utils/companion-utils.d.ts +4 -0
- package/utils/companion-utils.d.ts.map +1 -0
- package/utils/extension-utils.d.ts +29 -0
- package/utils/extension-utils.d.ts.map +1 -0
- package/utils/index.d.ts +5 -0
- package/utils/index.d.ts.map +1 -0
- package/utils/plugin-visibility-extension.d.ts +3 -0
- package/utils/plugin-visibility-extension.d.ts.map +1 -0
- package/utils/troubles/index.d.ts +2 -0
- package/utils/troubles/index.d.ts.map +1 -0
- package/utils/troubles/trouble-label-factory.d.ts +15 -0
- 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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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"}
|