@kosdev-code/kos-ddk-model-components 0.1.0-dev.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/actions/action.d.ts +18 -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 +7 -0
- package/components/actions/intent/calibrate-action.d.ts.map +1 -0
- package/components/actions/intent/fixed-45.d.ts +7 -0
- package/components/actions/intent/fixed-45.d.ts.map +1 -0
- package/components/actions/intent/flush-action.d.ts +7 -0
- package/components/actions/intent/flush-action.d.ts.map +1 -0
- package/components/actions/intent/high-flow-test-action.d.ts +7 -0
- package/components/actions/intent/high-flow-test-action.d.ts.map +1 -0
- package/components/actions/intent/hold-to-pour-action.d.ts +7 -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 +26 -0
- package/components/actions/intent/intent-action.d.ts.map +1 -0
- package/components/actions/intent/low-flow-test-action.d.ts +7 -0
- package/components/actions/intent/low-flow-test-action.d.ts.map +1 -0
- package/components/actions/intent/manual-override-action.d.ts +7 -0
- package/components/actions/intent/manual-override-action.d.ts.map +1 -0
- package/components/actions/intent/msv-reset-action.d.ts +7 -0
- package/components/actions/intent/msv-reset-action.d.ts.map +1 -0
- package/components/actions/intent/prime-action.d.ts +7 -0
- package/components/actions/intent/prime-action.d.ts.map +1 -0
- package/components/actions/intent/purge-action.d.ts +7 -0
- package/components/actions/intent/purge-action.d.ts.map +1 -0
- package/components/actions/trouble/generic-trouble-action.d.ts +7 -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 +26 -0
- package/components/actions/trouble/trouble-aware-action.d.ts.map +1 -0
- package/components/agitate-modal/agitator-modal.d.ts +5 -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 +5 -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 +10 -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/carb-tank/detail/agitator.d.ts +8 -0
- package/components/carb-tank/detail/agitator.d.ts.map +1 -0
- package/components/carb-tank/index.d.ts +3 -0
- package/components/carb-tank/index.d.ts.map +1 -0
- package/components/carb-tank/summary/agitator.d.ts +8 -0
- package/components/carb-tank/summary/agitator.d.ts.map +1 -0
- package/components/cartridge-agitator/detail/agitator.d.ts +8 -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 +8 -0
- package/components/cartridge-agitator/summary/agitator.d.ts.map +1 -0
- package/components/config-prop-context/StagedChanges.d.ts +20 -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 +8 -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 +9 -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 +9 -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 +18 -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 +12 -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 +14 -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 +8 -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 +8 -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 +9 -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 +3 -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 +31 -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 +13 -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 +15 -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 +10 -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 +3 -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 +6 -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 +3 -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 +9 -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 +26 -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 +10 -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 +13 -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 +13 -0
- package/components/holders/macro-holder-card.d.ts.map +1 -0
- package/components/holders/macro-holder-group-view.d.ts +11 -0
- package/components/holders/macro-holder-group-view.d.ts.map +1 -0
- package/components/holders/macro-setup-step-card.d.ts +11 -0
- package/components/holders/macro-setup-step-card.d.ts.map +1 -0
- package/components/holders/use-visible-troubles.d.ts +6 -0
- package/components/holders/use-visible-troubles.d.ts.map +1 -0
- package/components/ice-agitator/detail/agitator.d.ts +8 -0
- package/components/ice-agitator/detail/agitator.d.ts.map +1 -0
- package/components/ice-agitator/index.d.ts +3 -0
- package/components/ice-agitator/index.d.ts.map +1 -0
- package/components/ice-agitator/summary/agitator.d.ts +8 -0
- package/components/ice-agitator/summary/agitator.d.ts.map +1 -0
- package/components/ice-agitator-settings-view/ice-agitator-settings-view.d.ts +18 -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 +51 -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 +8 -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 +10 -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 +9 -0
- package/components/plugin-tabs/plugin-tabs.d.ts.map +1 -0
- package/components/probe-view/index.d.ts +2 -0
- package/components/probe-view/index.d.ts.map +1 -0
- package/components/probe-view/probe-view.d.ts +7 -0
- package/components/probe-view/probe-view.d.ts.map +1 -0
- package/components/pump-cards/cgp-pump-card/cgp-pump-card.d.ts +8 -0
- package/components/pump-cards/cgp-pump-card/cgp-pump-card.d.ts.map +1 -0
- package/components/pump-cards/cgp-pump-card/index.d.ts +2 -0
- package/components/pump-cards/cgp-pump-card/index.d.ts.map +1 -0
- package/components/pump-cards/holder-actions/holder-actions.d.ts +6 -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 +8 -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 +9 -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 +8 -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 +8 -0
- package/components/pump-cards/msv-pump-card/msv-pump-card.d.ts.map +1 -0
- package/components/pump-cards/super-pump/index.d.ts +2 -0
- package/components/pump-cards/super-pump/index.d.ts.map +1 -0
- package/components/pump-cards/super-pump/super-pump-card.d.ts +8 -0
- package/components/pump-cards/super-pump/super-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 +8 -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 +8 -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 +3 -0
- package/components/reboot-view/reboot-view.d.ts.map +1 -0
- package/components/remote-nns-modal/index.d.ts +2 -0
- package/components/remote-nns-modal/index.d.ts.map +1 -0
- package/components/remote-nns-modal/remote-nns-modal.d.ts +10 -0
- package/components/remote-nns-modal/remote-nns-modal.d.ts.map +1 -0
- package/components/remote-tray/detail/remote-tray.d.ts +8 -0
- package/components/remote-tray/detail/remote-tray.d.ts.map +1 -0
- package/components/remote-tray/index.d.ts +3 -0
- package/components/remote-tray/index.d.ts.map +1 -0
- package/components/remote-tray/summary/remote-tray.d.ts +8 -0
- package/components/remote-tray/summary/remote-tray.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 +10 -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 +10 -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 +5 -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 +18 -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 +4 -0
- package/components/software/software.d.ts.map +1 -0
- package/components/spm-field-calibration/index.d.ts +2 -0
- package/components/spm-field-calibration/index.d.ts.map +1 -0
- package/components/spm-field-calibration/spm-field-calibration-modal.d.ts +10 -0
- package/components/spm-field-calibration/spm-field-calibration-modal.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 +5 -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 +11 -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 +6 -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 +8 -0
- package/components/water-settings/water-settings.d.ts.map +1 -0
- package/contexts/animation/animation-provider.d.ts +12 -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 +18 -0
- package/contexts/application/application-component-configuration-provider.d.ts.map +1 -0
- package/contexts/application/application-provider.d.ts +12 -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 +12 -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 +13 -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 +13 -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 +12 -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 +13 -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 +12 -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 +13 -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 +13 -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 +12 -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 +13 -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 +12 -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 +13 -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 +12 -0
- package/contexts/utilities-container/utilities-container-provider.d.ts.map +1 -0
- package/extensions/cui-extension.d.ts +49 -0
- package/extensions/cui-extension.d.ts.map +1 -0
- package/extensions/dashboard-detail-extension.d.ts +49 -0
- package/extensions/dashboard-detail-extension.d.ts.map +1 -0
- package/extensions/dashboard-macro-summary-extension.d.ts +40 -0
- package/extensions/dashboard-macro-summary-extension.d.ts.map +1 -0
- package/extensions/dashboard-pump-detail-extension.d.ts +46 -0
- package/extensions/dashboard-pump-detail-extension.d.ts.map +1 -0
- package/extensions/dashboard-summary-extension.d.ts +48 -0
- package/extensions/dashboard-summary-extension.d.ts.map +1 -0
- package/extensions/index.d.ts +16 -0
- package/extensions/index.d.ts.map +1 -0
- package/extensions/nav-view-extension.d.ts +45 -0
- package/extensions/nav-view-extension.d.ts.map +1 -0
- package/extensions/setup-extension.d.ts +45 -0
- package/extensions/setup-extension.d.ts.map +1 -0
- package/extensions/trouble-action-extension.d.ts +93 -0
- package/extensions/trouble-action-extension.d.ts.map +1 -0
- package/extensions/view-extension.d.ts +85 -0
- package/extensions/view-extension.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 +8 -0
- package/hooks/actions/use-combined-actions.d.ts.map +1 -0
- package/hooks/actions/use-pump-action.d.ts +126 -0
- package/hooks/actions/use-pump-action.d.ts.map +1 -0
- package/hooks/actions/use-trouble-action.d.ts +13 -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 +13 -0
- package/hooks/agitation-control/use-agitation-control.d.ts.map +1 -0
- package/hooks/agitation-control/with-agitation-control.d.ts +8 -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 +13 -0
- package/hooks/animation/use-animation.d.ts.map +1 -0
- package/hooks/animation/with-animation.d.ts +6 -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 +13 -0
- package/hooks/application/use-application.d.ts.map +1 -0
- package/hooks/application/with-application.d.ts +7 -0
- package/hooks/application/with-application.d.ts.map +1 -0
- package/hooks/calibration/index.d.ts +2 -0
- package/hooks/calibration/index.d.ts.map +1 -0
- package/hooks/calibration/use-pump-calibration.d.ts +92 -0
- package/hooks/calibration/use-pump-calibration.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 +13 -0
- package/hooks/carb-water/use-carb-water.d.ts.map +1 -0
- package/hooks/carb-water/with-carb-water.d.ts +7 -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 +13 -0
- package/hooks/copy-logs/use-copy-logs.d.ts.map +1 -0
- package/hooks/copy-logs/with-copy-logs.d.ts +8 -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 +13 -0
- package/hooks/dashboard-operations/use-dashboard-operations.d.ts.map +1 -0
- package/hooks/dashboard-operations/with-dashboard-operations.d.ts +7 -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 +13 -0
- package/hooks/dispenser-info/use-dispenser-info.d.ts.map +1 -0
- package/hooks/dispenser-info/with-dispenser-info.d.ts +6 -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 +13 -0
- package/hooks/door/use-door.d.ts.map +1 -0
- package/hooks/door/with-door.d.ts +11 -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 +8 -0
- package/hooks/future/use-future-container.d.ts.map +1 -0
- package/hooks/holder-experience/holder-experience.d.ts +13 -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 +26 -0
- package/hooks/holders/use-holder-content.d.ts.map +1 -0
- package/hooks/index.d.ts +31 -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 +13 -0
- package/hooks/ingredient-summary/use-ingredient-summary.d.ts.map +1 -0
- package/hooks/ingredient-summary/with-ingredient-summary.d.ts +7 -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 +13 -0
- package/hooks/macro-assignment/use-macro-assignment.d.ts.map +1 -0
- package/hooks/macro-assignment/with-macro-assignment.d.ts +6 -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 +13 -0
- package/hooks/network-test/use-network-test.d.ts.map +1 -0
- package/hooks/network-test/with-network-test.d.ts +7 -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 +13 -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 +7 -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 +13 -0
- package/hooks/nutritive-sweetener/use-nutritive-sweetener.d.ts.map +1 -0
- package/hooks/nutritive-sweetener/with-nutritive-sweetener.d.ts +7 -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 +13 -0
- package/hooks/plain-water/use-plain-water.d.ts.map +1 -0
- package/hooks/plain-water/with-plain-water.d.ts +6 -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 +4 -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 +13 -0
- package/hooks/reboot/use-reboot.d.ts.map +1 -0
- package/hooks/reboot/with-reboot.d.ts +7 -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 +13 -0
- package/hooks/settings/use-settings.d.ts.map +1 -0
- package/hooks/settings/with-settings.d.ts +6 -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 +13 -0
- package/hooks/setup-step/use-setup-step.d.ts.map +1 -0
- package/hooks/setup-step/with-setup-step.d.ts +7 -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 +13 -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 +6 -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 +13 -0
- package/hooks/start/use-start.d.ts.map +1 -0
- package/hooks/start/with-start.d.ts +8 -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 +13 -0
- package/hooks/test/use-test.d.ts.map +1 -0
- package/hooks/test/with-test.d.ts +6 -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 +13 -0
- package/hooks/trouble-action/use-trouble-action.d.ts.map +1 -0
- package/hooks/trouble-action/with-trouble-action.d.ts +8 -0
- package/hooks/trouble-action/with-trouble-action.d.ts.map +1 -0
- package/hooks/troubles/index.d.ts +4 -0
- package/hooks/troubles/index.d.ts.map +1 -0
- package/hooks/troubles/use-trouble-data.d.ts +3 -0
- package/hooks/troubles/use-trouble-data.d.ts.map +1 -0
- package/hooks/troubles/use-trouble-decoration.d.ts +110 -0
- package/hooks/troubles/use-trouble-decoration.d.ts.map +1 -0
- package/hooks/troubles/use-trouble-visibility.d.ts +9 -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 +13 -0
- package/hooks/utilities/use-utilities.d.ts.map +1 -0
- package/hooks/utilities/with-utilities.d.ts +7 -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 +13 -0
- package/hooks/utilities-container/use-utilities-container.d.ts.map +1 -0
- package/hooks/utilities-container/with-utilities-container.d.ts +6 -0
- package/hooks/utilities-container/with-utilities-container.d.ts.map +1 -0
- package/index.cjs +9651 -0
- package/index.cjs.map +1 -0
- package/index.d.ts +7 -0
- package/index.d.ts.map +1 -0
- package/index.js +9651 -0
- package/index.js.map +1 -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 +22 -0
- package/models/test/test-model.d.ts.map +1 -0
- package/models/test/test-registration.d.ts +70 -0
- package/models/test/test-registration.d.ts.map +1 -0
- package/package.json +28 -0
- package/styles/actions.d.ts +12 -0
- package/styles/actions.d.ts.map +1 -0
- package/utils/companion-utils.d.ts +3 -0
- package/utils/companion-utils.d.ts.map +1 -0
- package/utils/extension-utils.d.ts +28 -0
- package/utils/extension-utils.d.ts.map +1 -0
- package/utils/index.d.ts +6 -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/registration/constants/extension-points.d.ts +12 -0
- package/utils/registration/constants/extension-points.d.ts.map +1 -0
- package/utils/registration/extensions/index.d.ts +2 -0
- package/utils/registration/extensions/index.d.ts.map +1 -0
- package/utils/registration/index.d.ts +2 -0
- package/utils/registration/index.d.ts.map +1 -0
- package/utils/registration/registration-utils.d.ts +4 -0
- package/utils/registration/registration-utils.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 +14 -0
- package/utils/troubles/trouble-label-factory.d.ts.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/future/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FutureContainer } from '@kosdev-code/kos-ui-sdk';
|
|
2
|
+
export declare const useFutureContainer: <T extends Record<string, any> = any>(futureContainer?: FutureContainer<T>) => {
|
|
3
|
+
future: import('@kosdev-code/kos-ui-sdk').IFutureModel<T> | undefined;
|
|
4
|
+
clearFuture: () => void;
|
|
5
|
+
success: boolean;
|
|
6
|
+
failure: boolean | undefined;
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=use-future-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-future-container.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/future/use-future-container.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,eAAe,EACrB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,kBAAkB,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EACpE,kBAAkB,eAAe,CAAC,CAAC,CAAC;;;;;CA4BrC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ExperienceProps } from '../../../../kos-ddk-components/src/index.ts';
|
|
2
|
+
import { HolderModel, PumpModel } from '@kosdev-code/kos-dispense-sdk';
|
|
3
|
+
import { FreestyleHolderExt } from '@kosdev-code/kos-freestyle-sdk';
|
|
4
|
+
export interface HolderExperienceProps extends ExperienceProps {
|
|
5
|
+
holder: HolderModel<FreestyleHolderExt>;
|
|
6
|
+
pump?: PumpModel;
|
|
7
|
+
}
|
|
8
|
+
export declare const useHolderExperience: (holder: HolderModel, pump?: PumpModel) => {
|
|
9
|
+
holderExperience: import("@emotion/react/jsx-runtime").JSX.Element | undefined;
|
|
10
|
+
setHolderExperience: import('react').Dispatch<import('react').SetStateAction<"calibrate" | "agitate" | "calibrateSPM" | "diagnostics" | "replace-pump" | "rfid-override" | "replace-line" | undefined>>;
|
|
11
|
+
currentExperienceId: "calibrate" | "agitate" | "calibrateSPM" | "diagnostics" | "replace-pump" | "rfid-override" | "replace-line" | undefined;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=holder-experience.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"holder-experience.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/holder-experience/holder-experience.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAEvE,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAIL,KAAK,kBAAkB,EAExB,MAAM,gCAAgC,CAAC;AAaxC,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC5D,MAAM,EAAE,WAAW,CAAC,kBAAkB,CAAC,CAAC;IACxC,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,eAAO,MAAM,mBAAmB,GAAI,QAAQ,WAAW,EAAE,OAAO,SAAS;;;;CAyExE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/holder-experience/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/holders/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ModalProps } from '../../../../kos-ddk-components/src/index.ts';
|
|
2
|
+
import { HolderModel } from '@kosdev-code/kos-dispense-sdk';
|
|
3
|
+
import { FreestyleHolderModelExt } from '@kosdev-code/kos-freestyle-sdk';
|
|
4
|
+
import { PropsWithChildren } from 'react';
|
|
5
|
+
interface Props {
|
|
6
|
+
holder: HolderModel<FreestyleHolderModelExt>;
|
|
7
|
+
onComplete?: () => void;
|
|
8
|
+
}
|
|
9
|
+
type HolderContentFactory = (holder: HolderModel, modalOptions?: ModalProps) => {
|
|
10
|
+
HolderContent: React.FunctionComponent<Props> | undefined;
|
|
11
|
+
modalOptions?: Omit<ModalProps, "children">;
|
|
12
|
+
};
|
|
13
|
+
export interface HolderContentType {
|
|
14
|
+
actionFactory: HolderContentFactory;
|
|
15
|
+
}
|
|
16
|
+
export declare const HolderContentContext: import('react').Context<HolderContentType | undefined>;
|
|
17
|
+
interface HolderContentProviderProps {
|
|
18
|
+
value: HolderContentType;
|
|
19
|
+
}
|
|
20
|
+
export declare const HolderContentProvider: React.FunctionComponent<PropsWithChildren<HolderContentProviderProps>>;
|
|
21
|
+
export declare const useHolderContent: (holder: HolderModel, actionFactory?: HolderContentFactory) => {
|
|
22
|
+
HolderContent: React.FunctionComponent<Props> | undefined;
|
|
23
|
+
modalOptions?: Omit<ModalProps, "children">;
|
|
24
|
+
};
|
|
25
|
+
export {};
|
|
26
|
+
//# sourceMappingURL=use-holder-content.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-holder-content.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/holders/use-holder-content.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAA6B,MAAM,OAAO,CAAC;AAErE,UAAU,KAAK;IACb,MAAM,EAAE,WAAW,CAAC,uBAAuB,CAAC,CAAC;IAC7C,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,KAAK,oBAAoB,GAAG,CAC1B,MAAM,EAAE,WAAW,EACnB,YAAY,CAAC,EAAE,UAAU,KACtB;IACH,aAAa,EAAE,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC;IAC1D,YAAY,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;CAC7C,CAAC;AAEF,MAAM,WAAW,iBAAiB;IAChC,aAAa,EAAE,oBAAoB,CAAC;CACrC;AAED,eAAO,MAAM,oBAAoB,wDAErB,CAAC;AAEb,UAAU,0BAA0B;IAClC,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAED,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,iBAAiB,CAAC,0BAA0B,CAAC,CAK9C,CAAC;AAMF,eAAO,MAAM,gBAAgB,GAC3B,QAAQ,WAAW,EACnB,gBAAe,oBAA2C;mBA9B3C,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,GAAG,SAAS;mBAC1C,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC;CAoC5C,CAAC"}
|
package/hooks/index.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export * from './actions';
|
|
2
|
+
export * from './agitation-control';
|
|
3
|
+
export * from './animation';
|
|
4
|
+
export * from './application';
|
|
5
|
+
export * from './carb-water';
|
|
6
|
+
export * from './copy-logs';
|
|
7
|
+
export * from './dashboard-operations';
|
|
8
|
+
export * from './dispenser-info';
|
|
9
|
+
export * from './door';
|
|
10
|
+
export * from './extensions';
|
|
11
|
+
export * from './future';
|
|
12
|
+
export * from './holder-experience';
|
|
13
|
+
export * from './holders';
|
|
14
|
+
export * from './ingredient-summary';
|
|
15
|
+
export * from './macro-assignment';
|
|
16
|
+
export * from './network-test';
|
|
17
|
+
export * from './network-test-container';
|
|
18
|
+
export * from './nutritive-sweetener';
|
|
19
|
+
export * from './plain-water';
|
|
20
|
+
export * from './plugin-extensions';
|
|
21
|
+
export * from './reboot';
|
|
22
|
+
export * from './settings';
|
|
23
|
+
export * from './setup-step';
|
|
24
|
+
export * from './setup-step-container';
|
|
25
|
+
export * from './calibration';
|
|
26
|
+
export * from './start';
|
|
27
|
+
export * from './trouble-action';
|
|
28
|
+
export * from './troubles';
|
|
29
|
+
export * from './utilities';
|
|
30
|
+
export * from './utilities-container';
|
|
31
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/kos-ddk-model-components/src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AAEvC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/ingredient-summary/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IngredientSummaryModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export declare const useIngredientSummary: () => {
|
|
3
|
+
model: IngredientSummaryModel | undefined;
|
|
4
|
+
ready: boolean;
|
|
5
|
+
error: string | undefined;
|
|
6
|
+
status: {
|
|
7
|
+
model: IngredientSummaryModel | undefined;
|
|
8
|
+
ready: boolean;
|
|
9
|
+
error: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('node_modules/@kosdev-code/kos-ui-sdk/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('@kosdev-code/kos-ui-sdk').KosModelLoaderProps>>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=use-ingredient-summary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-ingredient-summary.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/ingredient-summary/use-ingredient-summary.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,sBAAsB,EACvB,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,oBAAoB;;;;;;;;;;CAShC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IngredientSummaryModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
interface IngredientSummaryProps {
|
|
3
|
+
ingredientSummary: IngredientSummaryModel;
|
|
4
|
+
}
|
|
5
|
+
export declare function withIngredientSummary<T extends IngredientSummaryProps = IngredientSummaryProps>(WrappedComponent: React.ComponentType<T>): () => (props: Omit<T, keyof IngredientSummaryProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=with-ingredient-summary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-ingredient-summary.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/ingredient-summary/with-ingredient-summary.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,UAAU,sBAAsB;IAC9B,iBAAiB,EAAE,sBAAsB,CAAC;CAC3C;AAED,wBAAgB,qBAAqB,CACnC,CAAC,SAAS,sBAAsB,GAAG,sBAAsB,EACzD,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,UAC1B,OAAO,IAAI,CAAC,CAAC,EAAE,MAAM,sBAAsB,CAAC,sDAS3D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/macro-assignment/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { MacroAssignmentModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export declare const useMacroAssignment: () => {
|
|
3
|
+
model: MacroAssignmentModel | undefined;
|
|
4
|
+
ready: boolean;
|
|
5
|
+
error: string | undefined;
|
|
6
|
+
status: {
|
|
7
|
+
model: MacroAssignmentModel | undefined;
|
|
8
|
+
ready: boolean;
|
|
9
|
+
error: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('node_modules/@kosdev-code/kos-ui-sdk/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('@kosdev-code/kos-ui-sdk').KosModelLoaderProps>>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=use-macro-assignment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-macro-assignment.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/macro-assignment/use-macro-assignment.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,oBAAoB,EACrB,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,kBAAkB;;;;;;;;;;CAS9B,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { MacroAssignmentModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export interface MacroAssignmentProps {
|
|
3
|
+
macroAssignment: MacroAssignmentModel;
|
|
4
|
+
}
|
|
5
|
+
export declare function withMacroAssignment<T extends MacroAssignmentProps = MacroAssignmentProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof MacroAssignmentProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=with-macro-assignment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-macro-assignment.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/macro-assignment/with-macro-assignment.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAGnE,MAAM,WAAW,oBAAoB;IACnC,eAAe,EAAE,oBAAoB,CAAC;CACvC;AAED,wBAAgB,mBAAmB,CACjC,CAAC,SAAS,oBAAoB,GAAG,oBAAoB,EACrD,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,IAChC,OAAO,IAAI,CAAC,CAAC,EAAE,MAAM,oBAAoB,CAAC,sDASnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/network-test/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { NetworkTestModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export declare const useNetworkTest: (id: string) => {
|
|
3
|
+
model: NetworkTestModel | undefined;
|
|
4
|
+
ready: boolean;
|
|
5
|
+
error: string | undefined;
|
|
6
|
+
status: {
|
|
7
|
+
model: NetworkTestModel | undefined;
|
|
8
|
+
ready: boolean;
|
|
9
|
+
error: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('node_modules/@kosdev-code/kos-ui-sdk/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('@kosdev-code/kos-ui-sdk').KosModelLoaderProps>>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=use-network-test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-network-test.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/network-test/use-network-test.ts"],"names":[],"mappings":"AACA,OAAO,EAAe,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE5E,eAAO,MAAM,cAAc,GAAI,IAAI,MAAM;;;;;;;;;;CASxC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NetworkTestModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
interface NetworkTestProps {
|
|
3
|
+
networkTest: NetworkTestModel;
|
|
4
|
+
}
|
|
5
|
+
export declare function withNetworkTest<T extends NetworkTestProps = NetworkTestProps>(WrappedComponent: React.ComponentType<T>): (id: string) => (props: Omit<T, keyof NetworkTestProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=with-network-test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-network-test.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/network-test/with-network-test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAG/D,UAAU,gBAAgB;IACxB,WAAW,EAAE,gBAAgB,CAAC;CAC/B;AAED,wBAAgB,eAAe,CAAC,CAAC,SAAS,gBAAgB,GAAG,gBAAgB,EAC3E,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,IAEhC,IAAI,MAAM,MAAM,OAAO,IAAI,CAAC,CAAC,EAAE,MAAM,gBAAgB,CAAC,sDAS/D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/network-test-container/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { NetworkTestContainerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export declare const useNetworkTestContainer: () => {
|
|
3
|
+
model: NetworkTestContainerModel | undefined;
|
|
4
|
+
ready: boolean;
|
|
5
|
+
error: string | undefined;
|
|
6
|
+
status: {
|
|
7
|
+
model: NetworkTestContainerModel | undefined;
|
|
8
|
+
ready: boolean;
|
|
9
|
+
error: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('node_modules/@kosdev-code/kos-ui-sdk/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('@kosdev-code/kos-ui-sdk').KosModelLoaderProps>>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=use-network-test-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-network-test-container.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/network-test-container/use-network-test-container.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,yBAAyB,EAC1B,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,uBAAuB;;;;;;;;;;CASnC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NetworkTestContainerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
interface NetworkTestContainerProps {
|
|
3
|
+
networkTestContainer: NetworkTestContainerModel;
|
|
4
|
+
}
|
|
5
|
+
export declare function withNetworkTestContainer<T extends NetworkTestContainerProps = NetworkTestContainerProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof NetworkTestContainerProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=with-network-test-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-network-test-container.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/network-test-container/with-network-test-container.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAGxE,UAAU,yBAAyB;IACjC,oBAAoB,EAAE,yBAAyB,CAAC;CACjD;AAED,wBAAgB,wBAAwB,CACtC,CAAC,SAAS,yBAAyB,GAAG,yBAAyB,EAC/D,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,IAChC,OAAO,IAAI,CAAC,CAAC,EAAE,MAAM,yBAAyB,CAAC,sDASxD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/nutritive-sweetener/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { NutritiveSweetenerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export declare const useNutritiveSweetener: () => {
|
|
3
|
+
model: NutritiveSweetenerModel | undefined;
|
|
4
|
+
ready: boolean;
|
|
5
|
+
error: string | undefined;
|
|
6
|
+
status: {
|
|
7
|
+
model: NutritiveSweetenerModel | undefined;
|
|
8
|
+
ready: boolean;
|
|
9
|
+
error: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('node_modules/@kosdev-code/kos-ui-sdk/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('@kosdev-code/kos-ui-sdk').KosModelLoaderProps>>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=use-nutritive-sweetener.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-nutritive-sweetener.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/nutritive-sweetener/use-nutritive-sweetener.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,uBAAuB,EACxB,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,qBAAqB;;;;;;;;;;CASjC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NutritiveSweetenerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
interface NutritiveSweetenerProps {
|
|
3
|
+
nutritiveSweetener: NutritiveSweetenerModel;
|
|
4
|
+
}
|
|
5
|
+
export declare function withNutritiveSweetener<T extends NutritiveSweetenerProps = NutritiveSweetenerProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof NutritiveSweetenerProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=with-nutritive-sweetener.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-nutritive-sweetener.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/nutritive-sweetener/with-nutritive-sweetener.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAGtE,UAAU,uBAAuB;IAC/B,kBAAkB,EAAE,uBAAuB,CAAC;CAC7C;AAED,wBAAgB,sBAAsB,CACpC,CAAC,SAAS,uBAAuB,GAAG,uBAAuB,EAC3D,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,IAChC,OAAO,IAAI,CAAC,CAAC,EAAE,MAAM,uBAAuB,CAAC,sDAStD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/plain-water/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PlainWaterModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export declare const usePlainWater: () => {
|
|
3
|
+
model: PlainWaterModel | undefined;
|
|
4
|
+
ready: boolean;
|
|
5
|
+
error: string | undefined;
|
|
6
|
+
status: {
|
|
7
|
+
model: PlainWaterModel | undefined;
|
|
8
|
+
ready: boolean;
|
|
9
|
+
error: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('node_modules/@kosdev-code/kos-ui-sdk/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('@kosdev-code/kos-ui-sdk').KosModelLoaderProps>>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=use-plain-water.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-plain-water.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/plain-water/use-plain-water.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAEnE,eAAO,MAAM,aAAa;;;;;;;;;;CAUzB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PlainWaterModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export interface PlainWaterProps {
|
|
3
|
+
plainWater: PlainWaterModel;
|
|
4
|
+
}
|
|
5
|
+
export declare function withPlainWater<T extends PlainWaterProps = PlainWaterProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof PlainWaterProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=with-plain-water.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-plain-water.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/plain-water/with-plain-water.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAG9D,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,eAAe,CAAC;CAC7B;AAED,wBAAgB,cAAc,CAAC,CAAC,SAAS,eAAe,GAAG,eAAe,EACxE,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,IAEhC,OAAO,IAAI,CAAC,CAAC,EAAE,MAAM,eAAe,CAAC,sDAS9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/plugin-extensions/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const usePluginExtensions: <T extends Record<string, any> = Record<string, any>>(context?: T) => {
|
|
2
|
+
getExtensions: (extensionPointId: string) => import('@kosdev-code/kos-ui-plugin').PluginExtension[];
|
|
3
|
+
};
|
|
4
|
+
//# sourceMappingURL=use-plugin-extensions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-plugin-extensions.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/plugin-extensions/use-plugin-extensions.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,mBAAmB,GAC9B,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAEnD,UAAU,CAAC;sCA2BU,MAAM;CA2B5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/reboot/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { RebootModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export declare const useReboot: () => {
|
|
3
|
+
model: RebootModel | undefined;
|
|
4
|
+
ready: boolean;
|
|
5
|
+
error: string | undefined;
|
|
6
|
+
status: {
|
|
7
|
+
model: RebootModel | undefined;
|
|
8
|
+
ready: boolean;
|
|
9
|
+
error: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('node_modules/@kosdev-code/kos-ui-sdk/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('@kosdev-code/kos-ui-sdk').KosModelLoaderProps>>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=use-reboot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-reboot.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/reboot/use-reboot.ts"],"names":[],"mappings":"AACA,OAAO,EAAU,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAElE,eAAO,MAAM,SAAS;;;;;;;;;;CASrB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RebootModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
interface RebootProps {
|
|
3
|
+
reboot: RebootModel;
|
|
4
|
+
}
|
|
5
|
+
export declare function withReboot<T extends RebootProps = RebootProps>(WrappedComponent: React.ComponentType<T>): () => (props: Omit<T, keyof RebootProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=with-reboot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-reboot.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/reboot/with-reboot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAG1D,UAAU,WAAW;IACnB,MAAM,EAAE,WAAW,CAAC;CACrB;AAED,wBAAgB,UAAU,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EAC5D,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,UAE1B,OAAO,IAAI,CAAC,CAAC,EAAE,MAAM,WAAW,CAAC,sDAShD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/settings/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SettingsModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export declare const useSettings: () => {
|
|
3
|
+
model: SettingsModel | undefined;
|
|
4
|
+
ready: boolean;
|
|
5
|
+
error: string | undefined;
|
|
6
|
+
status: {
|
|
7
|
+
model: SettingsModel | undefined;
|
|
8
|
+
ready: boolean;
|
|
9
|
+
error: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('node_modules/@kosdev-code/kos-ui-sdk/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('@kosdev-code/kos-ui-sdk').KosModelLoaderProps>>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=use-settings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-settings.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/settings/use-settings.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAEtE,eAAO,MAAM,WAAW;;;;;;;;;;CASvB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { SettingsModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export interface SettingsProps {
|
|
3
|
+
settings: SettingsModel;
|
|
4
|
+
}
|
|
5
|
+
export declare function withSettings<T extends SettingsProps = SettingsProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof SettingsProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=with-settings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-settings.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/settings/with-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAG5D,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,aAAa,CAAC;CACzB;AAED,wBAAgB,YAAY,CAAC,CAAC,SAAS,aAAa,GAAG,aAAa,EAClE,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,IAEhC,OAAO,IAAI,CAAC,CAAC,EAAE,MAAM,aAAa,CAAC,sDAS5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/setup-step/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SetupStepModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export declare const useSetupStep: (id: string) => {
|
|
3
|
+
model: SetupStepModel | undefined;
|
|
4
|
+
ready: boolean;
|
|
5
|
+
error: string | undefined;
|
|
6
|
+
status: {
|
|
7
|
+
model: SetupStepModel | undefined;
|
|
8
|
+
ready: boolean;
|
|
9
|
+
error: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('node_modules/@kosdev-code/kos-ui-sdk/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('@kosdev-code/kos-ui-sdk').KosModelLoaderProps>>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=use-setup-step.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-setup-step.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/setup-step/use-setup-step.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAExE,eAAO,MAAM,YAAY,GAAI,IAAI,MAAM;;;;;;;;;;CAStC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SetupStepModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
interface SetupStepProps {
|
|
3
|
+
setupStep: SetupStepModel;
|
|
4
|
+
}
|
|
5
|
+
export declare function withSetupStep<T extends SetupStepProps = SetupStepProps>(WrappedComponent: React.ComponentType<T>): (id: string) => (props: Omit<T, keyof SetupStepProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=with-setup-step.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-setup-step.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/setup-step/with-setup-step.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAG7D,UAAU,cAAc;IACtB,SAAS,EAAE,cAAc,CAAC;CAC3B;AAED,wBAAgB,aAAa,CAAC,CAAC,SAAS,cAAc,GAAG,cAAc,EACrE,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,IAEhC,IAAI,MAAM,MAAM,OAAO,IAAI,CAAC,CAAC,EAAE,MAAM,cAAc,CAAC,sDAS7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/setup-step-container/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SetupStepContainerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export declare const useSetupStepContainer: () => {
|
|
3
|
+
model: SetupStepContainerModel | undefined;
|
|
4
|
+
ready: boolean;
|
|
5
|
+
error: string | undefined;
|
|
6
|
+
status: {
|
|
7
|
+
model: SetupStepContainerModel | undefined;
|
|
8
|
+
ready: boolean;
|
|
9
|
+
error: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('node_modules/@kosdev-code/kos-ui-sdk/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('@kosdev-code/kos-ui-sdk').KosModelLoaderProps>>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=use-setup-step-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-setup-step-container.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/setup-step-container/use-setup-step-container.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,uBAAuB,EACxB,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,qBAAqB;;;;;;;;;;CASjC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { SetupStepContainerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export interface SetupStepContainerProps {
|
|
3
|
+
setupStepContainer: SetupStepContainerModel;
|
|
4
|
+
}
|
|
5
|
+
export declare function withSetupStepContainer<T extends SetupStepContainerProps = SetupStepContainerProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof SetupStepContainerProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=with-setup-step-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-setup-step-container.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/setup-step-container/with-setup-step-container.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAGtE,MAAM,WAAW,uBAAuB;IACtC,kBAAkB,EAAE,uBAAuB,CAAC;CAC7C;AAED,wBAAgB,sBAAsB,CACpC,CAAC,SAAS,uBAAuB,GAAG,uBAAuB,EAC3D,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,IAChC,OAAO,IAAI,CAAC,CAAC,EAAE,MAAM,uBAAuB,CAAC,sDAStD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/start/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { StartModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
export declare const useStart: () => {
|
|
3
|
+
model: StartModel | undefined;
|
|
4
|
+
ready: boolean;
|
|
5
|
+
error: string | undefined;
|
|
6
|
+
status: {
|
|
7
|
+
model: StartModel | undefined;
|
|
8
|
+
ready: boolean;
|
|
9
|
+
error: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
KosModelLoader: import('react').FunctionComponent<import('react').PropsWithChildren<import('node_modules/@kosdev-code/kos-ui-sdk/ui/components/error-boundary/error-boundary').ErrorBoundaryProps & import('@kosdev-code/kos-ui-sdk').KosModelLoaderProps>>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=use-start.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-start.d.ts","sourceRoot":"","sources":["../../../../../packages/kos-ddk-model-components/src/hooks/start/use-start.ts"],"names":[],"mappings":"AACA,OAAO,EAAS,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAEhE,eAAO,MAAM,QAAQ;;;;;;;;;;CASpB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { StartModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
interface StartProps {
|
|
3
|
+
start: StartModel;
|
|
4
|
+
}
|
|
5
|
+
type HoCStartProps = StartProps;
|
|
6
|
+
export declare function withStart<T extends HoCStartProps = HoCStartProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof StartProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=with-start.d.ts.map
|