@kosdev-code/kos-ddk-model-components 0.1.0-dev.5053
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/detail/agitator.d.ts +9 -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 +9 -0
- package/components/ice-agitator/summary/agitator.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 +49 -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 +8 -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/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 +9 -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 +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/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 +11 -0
- package/components/remote-nns-modal/remote-nns-modal.d.ts.map +1 -0
- package/components/remote-tray/detail/remote-tray.d.ts +9 -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 +9 -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 +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 +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 +11 -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 +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/extensions/cui-extension.d.ts +49 -0
- package/extensions/cui-extension.d.ts.map +1 -0
- package/extensions/dashboard-detail-extension.d.ts +50 -0
- package/extensions/dashboard-detail-extension.d.ts.map +1 -0
- package/extensions/dashboard-pump-detail-extension.d.ts +47 -0
- package/extensions/dashboard-pump-detail-extension.d.ts.map +1 -0
- package/extensions/dashboard-summary-extension.d.ts +49 -0
- package/extensions/dashboard-summary-extension.d.ts.map +1 -0
- package/extensions/index.d.ts +15 -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 +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 +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 +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 +4 -0
- package/hooks/troubles/index.d.ts.map +1 -0
- package/hooks/troubles/use-trouble-data.d.ts +4 -0
- package/hooks/troubles/use-trouble-data.d.ts.map +1 -0
- package/hooks/troubles/use-trouble-decoration.d.ts +111 -0
- package/hooks/troubles/use-trouble-decoration.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 +392 -0
- package/index.d.ts +7 -0
- package/index.d.ts.map +1 -0
- package/index.js +7165 -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,14 @@
|
|
|
1
|
+
import { NetworkTestContainerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export declare const useNetworkTestContainer: () => {
|
|
4
|
+
model: NetworkTestContainerModel | undefined;
|
|
5
|
+
ready: boolean;
|
|
6
|
+
error: string | undefined;
|
|
7
|
+
status: {
|
|
8
|
+
model: NetworkTestContainerModel | 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-network-test-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-network-test-container.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,8 @@
|
|
|
1
|
+
import { NetworkTestContainerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
interface NetworkTestContainerProps {
|
|
4
|
+
networkTestContainer: NetworkTestContainerModel;
|
|
5
|
+
}
|
|
6
|
+
export declare function withNetworkTestContainer<T extends NetworkTestContainerProps = NetworkTestContainerProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof NetworkTestContainerProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=with-network-test-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-network-test-container.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,WACzB,KAAK,CAAC,EAAE,MAAM,yBAAyB,CAAC,sDASxD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/nutritive-sweetener/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { NutritiveSweetenerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export declare const useNutritiveSweetener: () => {
|
|
4
|
+
model: NutritiveSweetenerModel | undefined;
|
|
5
|
+
ready: boolean;
|
|
6
|
+
error: string | undefined;
|
|
7
|
+
status: {
|
|
8
|
+
model: NutritiveSweetenerModel | 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-nutritive-sweetener.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-nutritive-sweetener.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,8 @@
|
|
|
1
|
+
import { NutritiveSweetenerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
interface NutritiveSweetenerProps {
|
|
4
|
+
nutritiveSweetener: NutritiveSweetenerModel;
|
|
5
|
+
}
|
|
6
|
+
export declare function withNutritiveSweetener<T extends NutritiveSweetenerProps = NutritiveSweetenerProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof NutritiveSweetenerProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=with-nutritive-sweetener.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-nutritive-sweetener.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,WACzB,KAAK,CAAC,EAAE,MAAM,uBAAuB,CAAC,sDAStD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/plain-water/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PlainWaterModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export declare const usePlainWater: () => {
|
|
4
|
+
model: PlainWaterModel | undefined;
|
|
5
|
+
ready: boolean;
|
|
6
|
+
error: string | undefined;
|
|
7
|
+
status: {
|
|
8
|
+
model: PlainWaterModel | 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-plain-water.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-plain-water.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,7 @@
|
|
|
1
|
+
import { PlainWaterModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export interface PlainWaterProps {
|
|
4
|
+
plainWater: PlainWaterModel;
|
|
5
|
+
}
|
|
6
|
+
export declare function withPlainWater<T extends PlainWaterProps = PlainWaterProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof PlainWaterProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=with-plain-water.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-plain-water.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,WAEzB,KAAK,CAAC,EAAE,MAAM,eAAe,CAAC,sDAS9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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('../../../../../sdk/kos-ui-plugin/src/index.ts').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/ddk/kos-ddk-model-components/src/hooks/plugin-extensions/use-plugin-extensions.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,mBAAmB,kEAGpB,CAAC;sCAKU,MAAM;CAmB5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/reboot/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { RebootModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export declare const useReboot: () => {
|
|
4
|
+
model: RebootModel | undefined;
|
|
5
|
+
ready: boolean;
|
|
6
|
+
error: string | undefined;
|
|
7
|
+
status: {
|
|
8
|
+
model: RebootModel | 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-reboot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-reboot.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,8 @@
|
|
|
1
|
+
import { RebootModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
interface RebootProps {
|
|
4
|
+
reboot: RebootModel;
|
|
5
|
+
}
|
|
6
|
+
export declare function withReboot<T extends RebootProps = RebootProps>(WrappedComponent: React.ComponentType<T>): () => (props: Omit<T, keyof RebootProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=with-reboot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-reboot.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,iBAEnB,KAAK,CAAC,EAAE,MAAM,WAAW,CAAC,sDAShD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/settings/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SettingsModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export declare const useSettings: () => {
|
|
4
|
+
model: SettingsModel | undefined;
|
|
5
|
+
ready: boolean;
|
|
6
|
+
error: string | undefined;
|
|
7
|
+
status: {
|
|
8
|
+
model: SettingsModel | 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-settings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-settings.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,7 @@
|
|
|
1
|
+
import { SettingsModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export interface SettingsProps {
|
|
4
|
+
settings: SettingsModel;
|
|
5
|
+
}
|
|
6
|
+
export declare function withSettings<T extends SettingsProps = SettingsProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof SettingsProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=with-settings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-settings.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,WAEzB,KAAK,CAAC,EAAE,MAAM,aAAa,CAAC,sDAS5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/setup-step/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SetupStepModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export declare const useSetupStep: (id: string) => {
|
|
4
|
+
model: SetupStepModel | undefined;
|
|
5
|
+
ready: boolean;
|
|
6
|
+
error: string | undefined;
|
|
7
|
+
status: {
|
|
8
|
+
model: SetupStepModel | 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-setup-step.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-setup-step.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,OAAQ,MAAM;;;;;;;;;;CAStC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SetupStepModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
interface SetupStepProps {
|
|
4
|
+
setupStep: SetupStepModel;
|
|
5
|
+
}
|
|
6
|
+
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;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=with-setup-step.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-setup-step.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,QAE5B,MAAM,aAAa,KAAK,CAAC,EAAE,MAAM,cAAc,CAAC,sDAS7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/setup-step-container/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SetupStepContainerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export declare const useSetupStepContainer: () => {
|
|
4
|
+
model: SetupStepContainerModel | undefined;
|
|
5
|
+
ready: boolean;
|
|
6
|
+
error: string | undefined;
|
|
7
|
+
status: {
|
|
8
|
+
model: SetupStepContainerModel | 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-setup-step-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-setup-step-container.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,7 @@
|
|
|
1
|
+
import { SetupStepContainerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export interface SetupStepContainerProps {
|
|
4
|
+
setupStepContainer: SetupStepContainerModel;
|
|
5
|
+
}
|
|
6
|
+
export declare function withSetupStepContainer<T extends SetupStepContainerProps = SetupStepContainerProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof SetupStepContainerProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=with-setup-step-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-setup-step-container.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,WACzB,KAAK,CAAC,EAAE,MAAM,uBAAuB,CAAC,sDAStD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/start/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StartModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export declare const useStart: () => {
|
|
4
|
+
model: StartModel | undefined;
|
|
5
|
+
ready: boolean;
|
|
6
|
+
error: string | undefined;
|
|
7
|
+
status: {
|
|
8
|
+
model: StartModel | 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-start.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-start.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/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,9 @@
|
|
|
1
|
+
import { StartModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
interface StartProps {
|
|
4
|
+
start: StartModel;
|
|
5
|
+
}
|
|
6
|
+
type HoCStartProps = StartProps;
|
|
7
|
+
export declare function withStart<T extends HoCStartProps = HoCStartProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof StartProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=with-start.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-start.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/start/with-start.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAGzD,UAAU,UAAU;IAClB,KAAK,EAAE,UAAU,CAAC;CACnB;AAED,KAAK,aAAa,GAAG,UAAU,CAAC;AAEhC,wBAAgB,SAAS,CAAC,CAAC,SAAS,aAAa,GAAG,aAAa,EAC/D,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,WAEzB,KAAK,CAAC,EAAE,MAAM,UAAU,CAAC,sDASzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/test/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TestModel } from '../../models';
|
|
2
|
+
|
|
3
|
+
export declare const useTest: () => {
|
|
4
|
+
model: TestModel | undefined;
|
|
5
|
+
ready: boolean;
|
|
6
|
+
error: string | undefined;
|
|
7
|
+
status: {
|
|
8
|
+
model: TestModel | 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-test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-test.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/test/use-test.ts"],"names":[],"mappings":";AACA,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,OAAO;;;;;;;;;;CASnB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TestModel } from '../../models';
|
|
2
|
+
|
|
3
|
+
export interface TestProps {
|
|
4
|
+
test: TestModel;
|
|
5
|
+
}
|
|
6
|
+
export declare function withTest<T extends TestProps = TestProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof TestProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=with-test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-test.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/test/with-test.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,wBAAgB,QAAQ,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EACtD,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,WAEzB,KAAK,CAAC,EAAE,MAAM,SAAS,CAAC,sDASxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/trouble-action/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TroubleActionManagerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
export declare const useTroubleActionState: () => {
|
|
4
|
+
model: TroubleActionManagerModel | undefined;
|
|
5
|
+
ready: boolean;
|
|
6
|
+
error: string | undefined;
|
|
7
|
+
status: {
|
|
8
|
+
model: TroubleActionManagerModel | 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-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/trouble-action/use-trouble-action.ts"],"names":[],"mappings":";AAAA,OAAO,EAEL,KAAK,yBAAyB,EAE/B,MAAM,6BAA6B,CAAC;AAKrC,eAAO,MAAM,qBAAqB;;;;;;;;;;CAmBjC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TroubleActionManagerModel } from '../../../../kos-ddk-models/src/index.ts';
|
|
2
|
+
|
|
3
|
+
interface TroubleActionProps {
|
|
4
|
+
troubleAction: TroubleActionManagerModel;
|
|
5
|
+
}
|
|
6
|
+
type HoCTroubleActionProps = TroubleActionProps;
|
|
7
|
+
export declare function withTroubleAction<T extends HoCTroubleActionProps = HoCTroubleActionProps>(WrappedComponent: React.ComponentType<T>): (props: Omit<T, keyof TroubleActionProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=with-trouble-action.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-trouble-action.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/trouble-action/with-trouble-action.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAGxE,UAAU,kBAAkB;IAC1B,aAAa,EAAE,yBAAyB,CAAC;CAC1C;AAED,KAAK,qBAAqB,GAAG,kBAAkB,CAAC;AAEhD,wBAAgB,iBAAiB,CAC/B,CAAC,SAAS,qBAAqB,GAAG,qBAAqB,EACvD,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,WACzB,KAAK,CAAC,EAAE,MAAM,kBAAkB,CAAC,sDASjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/troubles/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-trouble-data.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/troubles/use-trouble-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAGhF,eAAO,MAAM,cAAc,aAAc,YAAY,wBAcpD,CAAC"}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { IKosDataModel } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Hook for applying visual decorations based on trouble states in KOS models.
|
|
5
|
+
*
|
|
6
|
+
* This hook analyzes trouble states associated with a KOS data model and returns
|
|
7
|
+
* styling properties that can be applied to UI components to visually indicate
|
|
8
|
+
* trouble severity and status. It automatically determines appropriate background
|
|
9
|
+
* and text colors based on the highest priority trouble.
|
|
10
|
+
*
|
|
11
|
+
* @category Hooks
|
|
12
|
+
* @subcategory Trouble Management
|
|
13
|
+
*
|
|
14
|
+
* @param model - The KOS data model to check for troubles. Must implement IKosDataModel.
|
|
15
|
+
* If the model is not trouble-aware, an empty object is returned.
|
|
16
|
+
*
|
|
17
|
+
* @returns An object containing styling and trouble information:
|
|
18
|
+
* - `backgroundColor` - The background color derived from the highest priority trouble
|
|
19
|
+
* - `fontColor` - Appropriate text color (white for dark backgrounds, undefined for light)
|
|
20
|
+
* - `highestTrouble` - Reference to the highest priority trouble model
|
|
21
|
+
* - `initialized` - Whether trouble data has been initialized
|
|
22
|
+
* - `troubleCount` - Total number of visible troubles
|
|
23
|
+
* - `hasTroubles` - Boolean indicating if any troubles exist
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* ```tsx
|
|
27
|
+
* // Basic usage in a component
|
|
28
|
+
* const MyComponent = ({ model }) => {
|
|
29
|
+
* const { backgroundColor, fontColor, hasTroubles } = useTroubleDecoration(model);
|
|
30
|
+
*
|
|
31
|
+
* return (
|
|
32
|
+
* <div style={{ backgroundColor, color: fontColor }}>
|
|
33
|
+
* {hasTroubles && <TroubleIndicator />}
|
|
34
|
+
* <span>Component content</span>
|
|
35
|
+
* </div>
|
|
36
|
+
* );
|
|
37
|
+
* };
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* ```tsx
|
|
42
|
+
* // Using trouble count for badges
|
|
43
|
+
* const TroubleCard = ({ dataModel }) => {
|
|
44
|
+
* const {
|
|
45
|
+
* backgroundColor,
|
|
46
|
+
* fontColor,
|
|
47
|
+
* troubleCount,
|
|
48
|
+
* highestTrouble
|
|
49
|
+
* } = useTroubleDecoration(dataModel);
|
|
50
|
+
*
|
|
51
|
+
* return (
|
|
52
|
+
* <Card style={{ borderColor: backgroundColor }}>
|
|
53
|
+
* {troubleCount > 0 && (
|
|
54
|
+
* <Badge color={backgroundColor} textColor={fontColor}>
|
|
55
|
+
* {troubleCount} issue{troubleCount > 1 ? 's' : ''}
|
|
56
|
+
* </Badge>
|
|
57
|
+
* )}
|
|
58
|
+
* {highestTrouble && (
|
|
59
|
+
* <TroubleDetails trouble={highestTrouble} />
|
|
60
|
+
* )}
|
|
61
|
+
* </Card>
|
|
62
|
+
* );
|
|
63
|
+
* };
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* @example
|
|
67
|
+
* ```tsx
|
|
68
|
+
* // Conditional rendering based on initialization
|
|
69
|
+
* const SafeTroubleDisplay = ({ model }) => {
|
|
70
|
+
* const { initialized, hasTroubles, backgroundColor } = useTroubleDecoration(model);
|
|
71
|
+
*
|
|
72
|
+
* if (!initialized) {
|
|
73
|
+
* return <LoadingSpinner />;
|
|
74
|
+
* }
|
|
75
|
+
*
|
|
76
|
+
* if (!hasTroubles) {
|
|
77
|
+
* return <SuccessMessage>No issues detected</SuccessMessage>;
|
|
78
|
+
* }
|
|
79
|
+
*
|
|
80
|
+
* return (
|
|
81
|
+
* <Alert severity="warning" style={{ backgroundColor }}>
|
|
82
|
+
* Issues detected - check system status
|
|
83
|
+
* </Alert>
|
|
84
|
+
* );
|
|
85
|
+
* };
|
|
86
|
+
* ```
|
|
87
|
+
*
|
|
88
|
+
* @remarks
|
|
89
|
+
* - This hook only works with trouble-aware models (models that implement the TroubleAware interface)
|
|
90
|
+
* - Colors are automatically adjusted for accessibility (dark text on light backgrounds, light text on dark)
|
|
91
|
+
* - The hook respects role-based visibility filters applied by useVisibleTroubles
|
|
92
|
+
* - Re-renders automatically when trouble states change due to the underlying kosAutoEffect
|
|
93
|
+
*
|
|
94
|
+
* @see {@link useVisibleTroubles} - For accessing the filtered trouble list directly
|
|
95
|
+
* @see {@link isTroubleAware} - For checking if a model supports trouble tracking
|
|
96
|
+
*/
|
|
97
|
+
export declare const useTroubleDecoration: (model?: IKosDataModel) => {
|
|
98
|
+
/** Background color derived from the highest priority trouble, undefined if no troubles */
|
|
99
|
+
backgroundColor?: string;
|
|
100
|
+
/** Text color optimized for contrast against backgroundColor (white for dark backgrounds) */
|
|
101
|
+
fontColor?: string;
|
|
102
|
+
/** Reference to the highest priority trouble model instance */
|
|
103
|
+
highestTrouble?: any;
|
|
104
|
+
/** Whether trouble data has been loaded and initialized */
|
|
105
|
+
initialized?: boolean;
|
|
106
|
+
/** Total count of visible troubles after role-based filtering */
|
|
107
|
+
troubleCount?: number;
|
|
108
|
+
/** Boolean flag indicating if any troubles are present */
|
|
109
|
+
hasTroubles?: boolean;
|
|
110
|
+
};
|
|
111
|
+
//# sourceMappingURL=use-trouble-decoration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-trouble-decoration.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/troubles/use-trouble-decoration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAO7E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6FG;AACH,eAAO,MAAM,oBAAoB,WACvB,aAAa,KACpB;IACD,2FAA2F;IAC3F,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,6FAA6F;IAC7F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,+DAA+D;IAC/D,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,2DAA2D;IAC3D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iEAAiE;IACjE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,0DAA0D;IAC1D,WAAW,CAAC,EAAE,OAAO,CAAC;CAuBvB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TroubleModel } from '../../../../../sdk/kos-ui-sdk/src/index.ts';
|
|
2
|
+
|
|
3
|
+
interface Props {
|
|
4
|
+
troubleType?: string;
|
|
5
|
+
condition?: (trouble: TroubleModel) => boolean;
|
|
6
|
+
}
|
|
7
|
+
type TroubleVisibility = [boolean, TroubleModel | undefined, TroubleModel[]];
|
|
8
|
+
export declare const useTroubleVisibility: ({ troubleType, condition, }: Props) => TroubleVisibility;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=use-trouble-visibility.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-trouble-visibility.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/troubles/use-trouble-visibility.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAO5D,UAAU,KAAK;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,OAAO,CAAC;CAChD;AAED,KAAK,iBAAiB,GAAG,CAAC,OAAO,EAAE,YAAY,GAAG,SAAS,EAAE,YAAY,EAAE,CAAC,CAAC;AAC7E,eAAO,MAAM,oBAAoB,gCAG9B,KAAK,sBAoBP,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-model-components/src/hooks/utilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
|