@kosdev-code/kos-ui-sdk 2.1.39 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/constants/index.d.ts.map +1 -1
- package/common/events/async-event-bus.d.ts +0 -1
- package/common/events/async-event-bus.d.ts.map +1 -1
- package/common/events/eventBus.d.ts.map +1 -1
- package/common/events/eventBus.functional.d.ts +0 -1
- package/common/events/eventBus.functional.d.ts.map +1 -1
- package/common/events/eventBus.state.d.ts +0 -1
- package/common/events/eventBus.state.d.ts.map +1 -1
- package/common/events/index.d.ts.map +1 -1
- package/common/file-utils.d.ts.map +1 -1
- package/common/index.d.ts.map +1 -1
- package/core/constants/model-constants.d.ts.map +1 -1
- package/core/core/api/index.d.ts.map +1 -1
- package/core/core/api/wrapPromise.d.ts.map +1 -1
- package/core/core/companion-instantiator.d.ts +3 -4
- package/core/core/companion-instantiator.d.ts.map +1 -1
- package/core/core/context/index.d.ts.map +1 -1
- package/core/core/context/kos-context-manager.d.ts +1 -2
- package/core/core/context/kos-context-manager.d.ts.map +1 -1
- package/core/core/decorators/fsm-injection-utils.d.ts.map +1 -1
- package/core/core/decorators/index.d.ts +1 -0
- package/core/core/decorators/index.d.ts.map +1 -1
- package/core/core/decorators/kos-child.d.ts.map +1 -1
- package/core/core/decorators/kos-companion.d.ts +1 -2
- package/core/core/decorators/kos-companion.d.ts.map +1 -1
- package/core/core/decorators/kos-container-aware.d.ts +1 -2
- package/core/core/decorators/kos-container-aware.d.ts.map +1 -1
- package/core/core/decorators/kos-context.d.ts.map +1 -1
- package/core/core/decorators/kos-execution-context.d.ts +0 -1
- package/core/core/decorators/kos-execution-context.d.ts.map +1 -1
- package/core/core/decorators/kos-future-aware.d.ts +0 -1
- package/core/core/decorators/kos-future-aware.d.ts.map +1 -1
- package/core/core/decorators/kos-http-decorators.d.ts +0 -1
- package/core/core/decorators/kos-http-decorators.d.ts.map +1 -1
- package/core/core/decorators/kos-log.d.ts +0 -1
- package/core/core/decorators/kos-log.d.ts.map +1 -1
- package/core/core/decorators/kos-logger-aware.d.ts +0 -1
- package/core/core/decorators/kos-logger-aware.d.ts.map +1 -1
- package/core/core/decorators/kos-model-effect.d.ts.map +1 -1
- package/core/core/decorators/kos-multiple-future-aware.d.ts +1 -2
- package/core/core/decorators/kos-multiple-future-aware.d.ts.map +1 -1
- package/core/core/decorators/kos-parent.d.ts +0 -1
- package/core/core/decorators/kos-parent.d.ts.map +1 -1
- package/core/core/decorators/kos-reference.d.ts.map +1 -1
- package/core/core/decorators/kos-reload-aware.d.ts +36 -0
- package/core/core/decorators/kos-reload-aware.d.ts.map +1 -0
- package/core/core/decorators/kos-service-request-helpers.d.ts +0 -1
- package/core/core/decorators/kos-service-request-helpers.d.ts.map +1 -1
- package/core/core/decorators/kos-service-request.d.ts +7 -8
- package/core/core/decorators/kos-service-request.d.ts.map +1 -1
- package/core/core/decorators/kos-state-machine.d.ts +0 -1
- package/core/core/decorators/kos-state-machine.d.ts.map +1 -1
- package/core/core/decorators/kos-topic-handler-flow-control.d.ts +1 -2
- package/core/core/decorators/kos-topic-handler-flow-control.d.ts.map +1 -1
- package/core/core/decorators/kos-trouble-aware.d.ts.map +1 -1
- package/core/core/decorators/kos-view-model.d.ts +0 -1
- package/core/core/decorators/kos-view-model.d.ts.map +1 -1
- package/core/core/decorators/kosDependency.d.ts +0 -1
- package/core/core/decorators/kosDependency.d.ts.map +1 -1
- package/core/core/decorators/kosModel.d.ts +0 -1
- package/core/core/decorators/kosModel.d.ts.map +1 -1
- package/core/core/decorators/kosSubscribe.d.ts.map +1 -1
- package/core/core/decorators/kosTopicHandler.d.ts +4 -5
- package/core/core/decorators/kosTopicHandler.d.ts.map +1 -1
- package/core/core/decorators/propKeys.d.ts.map +1 -1
- package/core/core/decorators/resolve-parameters.d.ts.map +1 -1
- package/core/core/dependency-manager.d.ts.map +1 -1
- package/core/core/extension/extension-manager.d.ts +4 -5
- package/core/core/extension/extension-manager.d.ts.map +1 -1
- package/core/core/extension/index.d.ts.map +1 -1
- package/core/core/extension/initialize-extension.d.ts +0 -1
- package/core/core/extension/initialize-extension.d.ts.map +1 -1
- package/core/core/extension/plugin-extension-manager.d.ts +2 -2
- package/core/core/extension/plugin-extension-manager.d.ts.map +1 -1
- package/core/core/kos-container-index.d.ts +2 -3
- package/core/core/kos-container-index.d.ts.map +1 -1
- package/core/core/kos-container-model.d.ts +4 -5
- package/core/core/kos-container-model.d.ts.map +1 -1
- package/core/core/kos-data-container.d.ts +4 -5
- package/core/core/kos-data-container.d.ts.map +1 -1
- package/core/core/kos-deletion-manager.d.ts.map +1 -1
- package/core/core/kos-model-factory.d.ts +4 -5
- package/core/core/kos-model-factory.d.ts.map +1 -1
- package/core/core/kos-registration.d.ts +2 -3
- package/core/core/kos-registration.d.ts.map +1 -1
- package/core/core/kos-singleton-registration.d.ts +2 -3
- package/core/core/kos-singleton-registration.d.ts.map +1 -1
- package/core/core/kosCore.d.ts +3 -4
- package/core/core/kosCore.d.ts.map +1 -1
- package/core/core/kosModel.d.ts +13 -14
- package/core/core/kosModel.d.ts.map +1 -1
- package/core/core/kosModelManager.d.ts +3 -4
- package/core/core/kosModelManager.d.ts.map +1 -1
- package/core/core/lifecycle/constants.d.ts.map +1 -1
- package/core/core/lifecycle/index.d.ts.map +1 -1
- package/core/core/lifecycle/kosCoreLifecycle.d.ts +0 -1
- package/core/core/lifecycle/kosCoreLifecycle.d.ts.map +1 -1
- package/core/core/lifecycle/kosModelLifecycle.d.ts +0 -1
- package/core/core/lifecycle/kosModelLifecycle.d.ts.map +1 -1
- package/core/core/lifecycle/model-active-machine.d.ts +0 -1
- package/core/core/lifecycle/model-active-machine.d.ts.map +1 -1
- package/core/core/lifecycle/model-machine.d.ts +0 -1
- package/core/core/lifecycle/model-machine.d.ts.map +1 -1
- package/core/core/lifecycle/model-online-machine.d.ts +0 -1
- package/core/core/lifecycle/model-online-machine.d.ts.map +1 -1
- package/core/core/log/index.d.ts.map +1 -1
- package/core/core/log/log.d.ts +6 -7
- package/core/core/log/log.d.ts.map +1 -1
- package/core/core/model/apply-kos-dev-tool-support.d.ts.map +1 -1
- package/core/core/model/kos-child-resolver.d.ts +0 -1
- package/core/core/model/kos-child-resolver.d.ts.map +1 -1
- package/core/core/model/kos-companion-model-manager.d.ts +1 -2
- package/core/core/model/kos-companion-model-manager.d.ts.map +1 -1
- package/core/core/model/kos-effects-manager.d.ts +0 -1
- package/core/core/model/kos-effects-manager.d.ts.map +1 -1
- package/core/core/model/kos-fsm-manager.d.ts +2 -3
- package/core/core/model/kos-fsm-manager.d.ts.map +1 -1
- package/core/core/model/kos-http-route-manager.d.ts +1 -2
- package/core/core/model/kos-http-route-manager.d.ts.map +1 -1
- package/core/core/model/kos-logger-factory.d.ts.map +1 -1
- package/core/core/model/kos-model-component-factory.d.ts +10 -11
- package/core/core/model/kos-model-component-factory.d.ts.map +1 -1
- package/core/core/model/kos-offline-queue.d.ts +0 -1
- package/core/core/model/kos-offline-queue.d.ts.map +1 -1
- package/core/core/model/kos-online-lifecycle-manager.d.ts +1 -2
- package/core/core/model/kos-online-lifecycle-manager.d.ts.map +1 -1
- package/core/core/model/kos-service-request-manager.d.ts +2 -3
- package/core/core/model/kos-service-request-manager.d.ts.map +1 -1
- package/core/core/model/kos-subscription-manager.d.ts +1 -2
- package/core/core/model/kos-subscription-manager.d.ts.map +1 -1
- package/core/core/model/logger-utils.d.ts.map +1 -1
- package/core/core/model/model-introspection-utils.d.ts +0 -1
- package/core/core/model/model-introspection-utils.d.ts.map +1 -1
- package/core/core/model/service-response-store.d.ts +0 -1
- package/core/core/model/service-response-store.d.ts.map +1 -1
- package/core/core/model-cache.d.ts +0 -1
- package/core/core/model-cache.d.ts.map +1 -1
- package/core/core/model-instantiator.d.ts +3 -4
- package/core/core/model-instantiator.d.ts.map +1 -1
- package/core/core/model-registry.d.ts +2 -3
- package/core/core/model-registry.d.ts.map +1 -1
- package/core/core/models/index.d.ts.map +1 -1
- package/core/core/models/kos-core/index.d.ts +1 -2
- package/core/core/models/kos-core/index.d.ts.map +1 -1
- package/core/core/models/kos-token/index.d.ts.map +1 -1
- package/core/core/registration/base-kos-model-registration.d.ts +2 -3
- package/core/core/registration/base-kos-model-registration.d.ts.map +1 -1
- package/core/core/registration/index.d.ts.map +1 -1
- package/core/core/registration/model-registration.d.ts +6 -7
- package/core/core/registration/model-registration.d.ts.map +1 -1
- package/core/core/registration/registration-manager.d.ts +5 -6
- package/core/core/registration/registration-manager.d.ts.map +1 -1
- package/core/core/registration/singleton-kos-model-registration-factory.d.ts +2 -3
- package/core/core/registration/singleton-kos-model-registration-factory.d.ts.map +1 -1
- package/core/core/services/app-startup-service.d.ts.map +1 -1
- package/core/core/services/browser-router.d.ts.map +1 -1
- package/core/core/services/index.d.ts.map +1 -1
- package/core/core/services/intent-service.d.ts +1 -2
- package/core/core/services/intent-service.d.ts.map +1 -1
- package/core/core/transport/base-message-transport.d.ts +0 -11
- package/core/core/transport/base-message-transport.d.ts.map +1 -1
- package/core/core/transport/bridge-message-transport.d.ts +0 -1
- package/core/core/transport/bridge-message-transport.d.ts.map +1 -1
- package/core/core/transport/bridge-transport.d.ts +0 -1
- package/core/core/transport/bridge-transport.d.ts.map +1 -1
- package/core/core/transport/detect-wakeup.d.ts.map +1 -1
- package/core/core/transport/fos-message-transport.d.ts +0 -1
- package/core/core/transport/fos-message-transport.d.ts.map +1 -1
- package/core/core/transport/index.d.ts.map +1 -1
- package/core/core/transport/kos-message-transport.d.ts +0 -1
- package/core/core/transport/kos-message-transport.d.ts.map +1 -1
- package/core/core/transport/transport-factory.d.ts +2 -3
- package/core/core/transport/transport-factory.d.ts.map +1 -1
- package/core/core/transport/transport.d.ts.map +1 -1
- package/core/core/transport/web-socket-transport-adapter.d.ts +0 -1
- package/core/core/transport/web-socket-transport-adapter.d.ts.map +1 -1
- package/core/core/transport/webSocketTransport.d.ts +13 -2
- package/core/core/transport/webSocketTransport.d.ts.map +1 -1
- package/core/core/types/index.d.ts.map +1 -1
- package/core/core/types/kos-model-manager-types.d.ts +2 -3
- package/core/core/types/kos-model-manager-types.d.ts.map +1 -1
- package/core/core/types/model.d.ts.map +1 -1
- package/core/core/types/registration.d.ts +3 -4
- package/core/core/types/registration.d.ts.map +1 -1
- package/core/core/types/serviceTypes.d.ts.map +1 -1
- package/core/index.d.ts +0 -1
- package/core/index.d.ts.map +1 -1
- package/core/lib/kos-ui-core.d.ts.map +1 -1
- package/core/types/global.d.ts +1 -2
- package/core/types/index.d.ts.map +1 -1
- package/core/types/kos-dependency.d.ts.map +1 -1
- package/core/types/model.d.ts +1 -2
- package/core/types/model.d.ts.map +1 -1
- package/core/types/service-response-store.d.ts.map +1 -1
- package/core/types/utils/kos-fetch.d.ts.map +1 -1
- package/core/util/ancestor-path-visitor.d.ts +1 -2
- package/core/util/ancestor-path-visitor.d.ts.map +1 -1
- package/core/util/api-request-id.d.ts.map +1 -1
- package/core/util/apply-mixins.d.ts.map +1 -1
- package/core/util/array-utils.d.ts.map +1 -1
- package/core/util/await-first-matching-when.d.ts.map +1 -1
- package/core/util/binary-utils.d.ts.map +1 -1
- package/core/util/container-utils.d.ts +1 -2
- package/core/util/container-utils.d.ts.map +1 -1
- package/core/util/cycle-detection.d.ts.map +1 -1
- package/core/util/date-utils.d.ts.map +1 -1
- package/core/util/debounce.d.ts.map +1 -1
- package/core/util/error-logger.d.ts.map +1 -1
- package/core/util/feature-flags.d.ts.map +1 -1
- package/core/util/get-query-params.d.ts.map +1 -1
- package/core/util/hsl-to-hex.d.ts.map +1 -1
- package/core/util/index.d.ts +1 -0
- package/core/util/index.d.ts.map +1 -1
- package/core/util/kos-config-init.d.ts.map +1 -1
- package/core/util/kos-core-utils.d.ts +0 -1
- package/core/util/kos-core-utils.d.ts.map +1 -1
- package/core/util/kos-data-mapper-utils.d.ts +0 -1
- package/core/util/kos-data-mapper-utils.d.ts.map +1 -1
- package/core/util/kos-fetch.d.ts +0 -1
- package/core/util/kos-fetch.d.ts.map +1 -1
- package/core/util/kos-message-utils.d.ts +0 -1
- package/core/util/kos-message-utils.d.ts.map +1 -1
- package/core/util/kos-model-formatter.d.ts.map +1 -1
- package/core/util/kos-model-utils.d.ts +0 -1
- package/core/util/kos-model-utils.d.ts.map +1 -1
- package/core/util/kos-model-visitor.d.ts +0 -1
- package/core/util/kos-model-visitor.d.ts.map +1 -1
- package/core/util/kos-org-utils.d.ts +3 -0
- package/core/util/kos-org-utils.d.ts.map +1 -0
- package/core/util/kos-service-request.d.ts +5 -6
- package/core/util/kos-service-request.d.ts.map +1 -1
- package/core/util/log-utils.d.ts +0 -1
- package/core/util/log-utils.d.ts.map +1 -1
- package/core/util/logger-plugin.d.ts.map +1 -1
- package/core/util/middleware.d.ts.map +1 -1
- package/core/util/model-attribute-utils.d.ts +0 -1
- package/core/util/model-attribute-utils.d.ts.map +1 -1
- package/core/util/model-error-utils.d.ts +1 -2
- package/core/util/model-error-utils.d.ts.map +1 -1
- package/core/util/model-factory.d.ts +1 -2
- package/core/util/model-factory.d.ts.map +1 -1
- package/core/util/model-registration-utils.d.ts +1 -2
- package/core/util/model-registration-utils.d.ts.map +1 -1
- package/core/util/model-transition-utils.d.ts +0 -1
- package/core/util/model-transition-utils.d.ts.map +1 -1
- package/core/util/model-type-guards.d.ts +1 -2
- package/core/util/model-type-guards.d.ts.map +1 -1
- package/core/util/model-utils.d.ts +3 -4
- package/core/util/model-utils.d.ts.map +1 -1
- package/core/util/observable-proxy-map.d.ts.map +1 -1
- package/core/util/paired-client-heartbeat.d.ts.map +1 -1
- package/core/util/pipe.d.ts.map +1 -1
- package/core/util/promise-utils.d.ts +0 -1
- package/core/util/promise-utils.d.ts.map +1 -1
- package/core/util/reference-cache.d.ts +0 -1
- package/core/util/reference-cache.d.ts.map +1 -1
- package/core/util/retry-with-exponential-backoff.d.ts.map +1 -1
- package/core/util/service-factory.d.ts +4 -5
- package/core/util/service-factory.d.ts.map +1 -1
- package/core/util/service-request-error.d.ts.map +1 -1
- package/core/util/service-response.d.ts +1 -2
- package/core/util/service-response.d.ts.map +1 -1
- package/core/util/session-utils.d.ts.map +1 -1
- package/core/util/setRandomInterval.d.ts.map +1 -1
- package/core/util/wait-for-request.d.ts +0 -1
- package/core/util/wait-for-request.d.ts.map +1 -1
- package/core/util/when-ready.d.ts +0 -1
- package/core/util/when-ready.d.ts.map +1 -1
- package/index.cjs +1912 -2038
- package/index.cjs.map +1 -1
- package/index.d.ts.map +1 -1
- package/index.js +1899 -2025
- package/index.js.map +1 -1
- package/models/constants/index.d.ts.map +1 -1
- package/models/decorators/future-service.d.ts +1 -2
- package/models/decorators/future-service.d.ts.map +1 -1
- package/models/decorators/index.d.ts.map +1 -1
- package/models/decorators/kos-config-bean-prop.d.ts +0 -1
- package/models/decorators/kos-config-bean-prop.d.ts.map +1 -1
- package/models/decorators/kos-config-bean.d.ts.map +1 -1
- package/models/decorators/kos-state-bean.d.ts.map +1 -1
- package/models/decorators/kos-state-prop.d.ts +0 -1
- package/models/decorators/kos-state-prop.d.ts.map +1 -1
- package/models/index.d.ts.map +1 -1
- package/models/models/browser-router/browser-router-model.d.ts +1 -2
- package/models/models/browser-router/browser-router-model.d.ts.map +1 -1
- package/models/models/browser-router/browser-router-registration.d.ts +2 -3
- package/models/models/browser-router/browser-router-registration.d.ts.map +1 -1
- package/models/models/browser-router/index.d.ts.map +1 -1
- package/models/models/browser-router/utils/index.d.ts.map +1 -1
- package/models/models/browser-router/utils/init-kos-browser-router.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/canvas-dispatcher-model.d.ts +6 -7
- package/models/models/canvas-dispatcher/canvas-dispatcher-model.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/canvas-dispatcher-registration.d.ts +2 -3
- package/models/models/canvas-dispatcher/canvas-dispatcher-registration.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/index.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/services/canvas-dispatcher-services.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/services/index.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/color-utils.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/encode-frame.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/base/canvas-2d-renderer.d.ts +0 -1
- package/models/models/canvas-dispatcher/utils/renderers/base/canvas-2d-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/base/gradient-base-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/base/video-base-renderer.d.ts +0 -1
- package/models/models/canvas-dispatcher/utils/renderers/base/video-base-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/base/webgl-base-renderer.d.ts +0 -1
- package/models/models/canvas-dispatcher/utils/renderers/base/webgl-base-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/drop-renderer.d.ts +1 -2
- package/models/models/canvas-dispatcher/utils/renderers/drop-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/gradient-renderer.d.ts +1 -2
- package/models/models/canvas-dispatcher/utils/renderers/gradient-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/image-renderer.d.ts +1 -2
- package/models/models/canvas-dispatcher/utils/renderers/image-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/looping-video-renderer.d.ts +1 -2
- package/models/models/canvas-dispatcher/utils/renderers/looping-video-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/matrix-renderer.d.ts +1 -2
- package/models/models/canvas-dispatcher/utils/renderers/matrix-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/mixins/one-shot-renderer-mixin.d.ts +0 -1
- package/models/models/canvas-dispatcher/utils/renderers/mixins/one-shot-renderer-mixin.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/overlay-renderer.d.ts +0 -1
- package/models/models/canvas-dispatcher/utils/renderers/overlay-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/renderer-factory.d.ts +0 -1
- package/models/models/canvas-dispatcher/utils/renderers/renderer-factory.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/scrolling-image-renderer.d.ts +1 -2
- package/models/models/canvas-dispatcher/utils/renderers/scrolling-image-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/scrolling-text-renderer.d.ts +1 -2
- package/models/models/canvas-dispatcher/utils/renderers/scrolling-text-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/sequence-renderer.d.ts +0 -1
- package/models/models/canvas-dispatcher/utils/renderers/sequence-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/solid-color-renderer.d.ts +1 -2
- package/models/models/canvas-dispatcher/utils/renderers/solid-color-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/sweep-renderer.d.ts +1 -2
- package/models/models/canvas-dispatcher/utils/renderers/sweep-renderer.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/swirl-renderer.d.ts +0 -1
- package/models/models/canvas-dispatcher/utils/renderers/swirl-renderer.d.ts.map +1 -1
- package/models/models/canvas-renderer/canvas-renderer-model.d.ts +4 -5
- package/models/models/canvas-renderer/canvas-renderer-model.d.ts.map +1 -1
- package/models/models/canvas-renderer/canvas-renderer-registration.d.ts +2 -3
- package/models/models/canvas-renderer/canvas-renderer-registration.d.ts.map +1 -1
- package/models/models/canvas-renderer/index.d.ts.map +1 -1
- package/models/models/config-bean/config-bean-model-builder.d.ts +3 -4
- package/models/models/config-bean/config-bean-model-builder.d.ts.map +1 -1
- package/models/models/config-bean/config-bean-model.d.ts +3 -4
- package/models/models/config-bean/config-bean-model.d.ts.map +1 -1
- package/models/models/config-bean/config-bean-types.d.ts +1 -2
- package/models/models/config-bean/config-bean-types.d.ts.map +1 -1
- package/models/models/config-bean/index.d.ts.map +1 -1
- package/models/models/config-bean/types/index.d.ts +1 -3
- package/models/models/config-bean-prop/config-bean-prop-model.d.ts +6 -7
- package/models/models/config-bean-prop/config-bean-prop-model.d.ts.map +1 -1
- package/models/models/config-bean-prop/config-options-factory.d.ts +1 -2
- package/models/models/config-bean-prop/config-options-factory.d.ts.map +1 -1
- package/models/models/config-bean-prop/index.d.ts.map +1 -1
- package/models/models/config-bean-prop/types/index.d.ts +3 -5
- package/models/models/device/device-model.d.ts +1 -2
- package/models/models/device/device-model.d.ts.map +1 -1
- package/models/models/device/device-registration.d.ts +2 -3
- package/models/models/device/device-registration.d.ts.map +1 -1
- package/models/models/device/index.d.ts.map +1 -1
- package/models/models/device/services/device-services.d.ts.map +1 -1
- package/models/models/device/services/index.d.ts.map +1 -1
- package/models/models/future/future-aware.d.ts +0 -1
- package/models/models/future/future-aware.d.ts.map +1 -1
- package/models/models/future/future-factory.d.ts +0 -1
- package/models/models/future/future-factory.d.ts.map +1 -1
- package/models/models/future/future-model-builder.d.ts +2 -3
- package/models/models/future/future-model-builder.d.ts.map +1 -1
- package/models/models/future/future-model.d.ts +2 -3
- package/models/models/future/future-model.d.ts.map +1 -1
- package/models/models/future/future-types.d.ts +1 -2
- package/models/models/future/future-types.d.ts.map +1 -1
- package/models/models/future/index.d.ts.map +1 -1
- package/models/models/future-container/future-container-factory.d.ts +0 -1
- package/models/models/future-container/future-container-factory.d.ts.map +1 -1
- package/models/models/future-container/future-container-model.d.ts +4 -5
- package/models/models/future-container/future-container-model.d.ts.map +1 -1
- package/models/models/future-container/future-container-types.d.ts +2 -3
- package/models/models/future-container/future-container-types.d.ts.map +1 -1
- package/models/models/future-container/index.d.ts.map +1 -1
- package/models/models/gpio-chip/gpio-chip-container-model.d.ts +7 -8
- package/models/models/gpio-chip/gpio-chip-container-model.d.ts.map +1 -1
- package/models/models/gpio-chip/gpio-chip-model.d.ts +6 -7
- package/models/models/gpio-chip/gpio-chip-model.d.ts.map +1 -1
- package/models/models/gpio-chip/index.d.ts.map +1 -1
- package/models/models/gpio-chip/services/gpio-chip-services.d.ts +33 -34
- package/models/models/gpio-chip/services/gpio-chip-services.d.ts.map +1 -1
- package/models/models/gpio-chip/services/index.d.ts.map +1 -1
- package/models/models/gpio-pin/gpio-pin-container-model.d.ts +6 -7
- package/models/models/gpio-pin/gpio-pin-container-model.d.ts.map +1 -1
- package/models/models/gpio-pin/gpio-pin-model.d.ts +5 -6
- package/models/models/gpio-pin/gpio-pin-model.d.ts.map +1 -1
- package/models/models/gpio-pin/index.d.ts.map +1 -1
- package/models/models/index.d.ts.map +1 -1
- package/models/models/key-value/index.d.ts.map +1 -1
- package/models/models/key-value/key-value-model.d.ts +2 -3
- package/models/models/key-value/key-value-model.d.ts.map +1 -1
- package/models/models/key-value/key-value-registration.d.ts +2 -3
- package/models/models/key-value/key-value-registration.d.ts.map +1 -1
- package/models/models/key-value/services/index.d.ts.map +1 -1
- package/models/models/key-value/services/key-value-services.d.ts.map +1 -1
- package/models/models/kos-core/index.d.ts +0 -1
- package/models/models/kos-core/index.d.ts.map +1 -1
- package/models/models/kos-expression-evaluator/index.d.ts.map +1 -1
- package/models/models/kos-expression-evaluator/kos-expression-evaluator-model.d.ts +4 -5
- package/models/models/kos-expression-evaluator/kos-expression-evaluator-model.d.ts.map +1 -1
- package/models/models/kos-expression-evaluator/services/index.d.ts.map +1 -1
- package/models/models/kos-expression-evaluator/services/kos-expression-evaluator-services.d.ts.map +1 -1
- package/models/models/kos-log-manager/index.d.ts.map +1 -1
- package/models/models/kos-log-manager/kos-log-manager-model.d.ts +5 -6
- package/models/models/kos-log-manager/kos-log-manager-model.d.ts.map +1 -1
- package/models/models/kos-log-manager/kos-log-manager-registration.d.ts +2 -3
- package/models/models/kos-log-manager/kos-log-manager-registration.d.ts.map +1 -1
- package/models/models/kos-log-manager/services/index.d.ts.map +1 -1
- package/models/models/kos-log-manager/services/kos-log-manager-services.d.ts +1 -2
- package/models/models/kos-log-manager/services/kos-log-manager-services.d.ts.map +1 -1
- package/models/models/kos-time/index.d.ts.map +1 -1
- package/models/models/kos-time/kos-time-model.d.ts +1 -2
- package/models/models/kos-time/kos-time-model.d.ts.map +1 -1
- package/models/models/kos-time/kos-time-registration.d.ts +2 -3
- package/models/models/kos-time/kos-time-registration.d.ts.map +1 -1
- package/models/models/kos-time/services/index.d.ts.map +1 -1
- package/models/models/kos-time/services/kos-time-services.d.ts.map +1 -1
- package/models/models/kos-token/index.d.ts.map +1 -1
- package/models/models/log-block/index.d.ts.map +1 -1
- package/models/models/log-block/log-block-container-model.d.ts +5 -6
- package/models/models/log-block/log-block-container-model.d.ts.map +1 -1
- package/models/models/log-block/log-block-container-registration.d.ts +2 -3
- package/models/models/log-block/log-block-container-registration.d.ts.map +1 -1
- package/models/models/log-block/log-block-model.d.ts +3 -4
- package/models/models/log-block/log-block-model.d.ts.map +1 -1
- package/models/models/log-block/log-block-registration.d.ts +2 -3
- package/models/models/log-block/log-block-registration.d.ts.map +1 -1
- package/models/models/log-stream/index.d.ts.map +1 -1
- package/models/models/log-stream/log-stream-container-model.d.ts +6 -7
- package/models/models/log-stream/log-stream-container-model.d.ts.map +1 -1
- package/models/models/log-stream/log-stream-container-registration.d.ts +2 -3
- package/models/models/log-stream/log-stream-container-registration.d.ts.map +1 -1
- package/models/models/log-stream/log-stream-model.d.ts +4 -5
- package/models/models/log-stream/log-stream-model.d.ts.map +1 -1
- package/models/models/log-stream/log-stream-registration.d.ts +2 -3
- package/models/models/log-stream/log-stream-registration.d.ts.map +1 -1
- package/models/models/log-stream/services/index.d.ts.map +1 -1
- package/models/models/log-stream/services/log-stream-services.d.ts +2 -3
- package/models/models/log-stream/services/log-stream-services.d.ts.map +1 -1
- package/models/models/network-interface/index.d.ts.map +1 -1
- package/models/models/network-interface/network-interface-container-model.d.ts +2 -3
- package/models/models/network-interface/network-interface-container-model.d.ts.map +1 -1
- package/models/models/network-interface/network-interface-container-registration.d.ts +1 -2
- package/models/models/network-interface/network-interface-container-registration.d.ts.map +1 -1
- package/models/models/network-interface/network-interface-model.d.ts +2 -3
- package/models/models/network-interface/network-interface-model.d.ts.map +1 -1
- package/models/models/network-interface/network-interface-registration.d.ts +1 -2
- package/models/models/network-interface/network-interface-registration.d.ts.map +1 -1
- package/models/models/network-interface/services/index.d.ts.map +1 -1
- package/models/models/network-interface/services/network-interface-services.d.ts.map +1 -1
- package/models/models/network-interface/types/index.d.ts +0 -2
- package/models/models/ota/index.d.ts.map +1 -1
- package/models/models/ota/ota-model.d.ts +4 -5
- package/models/models/ota/ota-model.d.ts.map +1 -1
- package/models/models/ota/ota-registration.d.ts +2 -3
- package/models/models/ota/ota-registration.d.ts.map +1 -1
- package/models/models/ota/services/index.d.ts.map +1 -1
- package/models/models/ota/services/ota-services.d.ts +0 -1
- package/models/models/ota/services/ota-services.d.ts.map +1 -1
- package/models/models/region-info/index.d.ts.map +1 -1
- package/models/models/region-info/region-info-model.d.ts +3 -4
- package/models/models/region-info/region-info-model.d.ts.map +1 -1
- package/models/models/region-info/services/index.d.ts.map +1 -1
- package/models/models/region-info/services/region-info-services.d.ts.map +1 -1
- package/models/models/region-info/types/index.d.ts +1 -2
- package/models/models/region-info/types/index.d.ts.map +1 -1
- package/models/models/region-info/utils/unit-system-utils.d.ts.map +1 -1
- package/models/models/software-info/index.d.ts.map +1 -1
- package/models/models/software-info/services/index.d.ts.map +1 -1
- package/models/models/software-info/services/software-info-services.d.ts +1 -4
- package/models/models/software-info/services/software-info-services.d.ts.map +1 -1
- package/models/models/software-info/software-info-model.d.ts +2 -3
- package/models/models/software-info/software-info-model.d.ts.map +1 -1
- package/models/models/software-info/software-info-registration.d.ts +1 -2
- package/models/models/software-info/software-info-registration.d.ts.map +1 -1
- package/models/models/software-info/types/index.d.ts +1 -3
- package/models/models/state-bean/index.d.ts.map +1 -1
- package/models/models/state-bean/services/index.d.ts.map +1 -1
- package/models/models/state-bean/services/state-bean-services.d.ts.map +1 -1
- package/models/models/state-bean/state-bean-model.d.ts +4 -5
- package/models/models/state-bean/state-bean-model.d.ts.map +1 -1
- package/models/models/state-bean/state-bean-registration.d.ts +1 -2
- package/models/models/state-bean/state-bean-registration.d.ts.map +1 -1
- package/models/models/state-bean/types/index.d.ts +0 -2
- package/models/models/state-prop/index.d.ts.map +1 -1
- package/models/models/state-prop/services/index.d.ts.map +1 -1
- package/models/models/state-prop/services/state-prop-services.d.ts.map +1 -1
- package/models/models/state-prop/state-prop-model.d.ts +4 -5
- package/models/models/state-prop/state-prop-model.d.ts.map +1 -1
- package/models/models/state-prop/state-prop-registration.d.ts +1 -2
- package/models/models/state-prop/state-prop-registration.d.ts.map +1 -1
- package/models/models/state-prop/types/index.d.ts +0 -2
- package/models/models/storage-device/index.d.ts.map +1 -1
- package/models/models/storage-device/services/index.d.ts.map +1 -1
- package/models/models/storage-device/services/storage-device-services.d.ts.map +1 -1
- package/models/models/storage-device/storage-device-container-model.d.ts +5 -6
- package/models/models/storage-device/storage-device-container-model.d.ts.map +1 -1
- package/models/models/storage-device/storage-device-container-registration.d.ts +1 -2
- package/models/models/storage-device/storage-device-container-registration.d.ts.map +1 -1
- package/models/models/storage-device/storage-device-model.d.ts +1 -2
- package/models/models/storage-device/storage-device-model.d.ts.map +1 -1
- package/models/models/storage-device/storage-device-registration.d.ts +2 -3
- package/models/models/storage-device/storage-device-registration.d.ts.map +1 -1
- package/models/models/storage-device/types/index.d.ts +0 -2
- package/models/models/studio-properties/index.d.ts.map +1 -1
- package/models/models/studio-properties/services/index.d.ts.map +1 -1
- package/models/models/studio-properties/services/studio-properties-services.d.ts +1 -2
- package/models/models/studio-properties/services/studio-properties-services.d.ts.map +1 -1
- package/models/models/studio-properties/studio-properties-model.d.ts +3 -4
- package/models/models/studio-properties/studio-properties-model.d.ts.map +1 -1
- package/models/models/studio-properties/studio-properties-registration.d.ts +2 -3
- package/models/models/studio-properties/studio-properties-registration.d.ts.map +1 -1
- package/models/models/translation/constants.d.ts.map +1 -1
- package/models/models/translation/index.d.ts.map +1 -1
- package/models/models/translation/services/index.d.ts.map +1 -1
- package/models/models/translation/services/translation-services.d.ts.map +1 -1
- package/models/models/translation/translation-container-model.d.ts +4 -5
- package/models/models/translation/translation-container-model.d.ts.map +1 -1
- package/models/models/translation/translation-container-registration.d.ts +2 -3
- package/models/models/translation/translation-container-registration.d.ts.map +1 -1
- package/models/models/translation/translation-context.d.ts +0 -1
- package/models/models/translation/translation-context.d.ts.map +1 -1
- package/models/models/translation/translation-model.d.ts +3 -4
- package/models/models/translation/translation-model.d.ts.map +1 -1
- package/models/models/translation/translation-registration.d.ts +2 -3
- package/models/models/translation/translation-registration.d.ts.map +1 -1
- package/models/models/translation/types/index.d.ts +2 -4
- package/models/models/trouble/handlers/resolvable-trouble-handler.d.ts +0 -1
- package/models/models/trouble/handlers/resolvable-trouble-handler.d.ts.map +1 -1
- package/models/models/trouble/index.d.ts.map +1 -1
- package/models/models/trouble/services/index.d.ts.map +1 -1
- package/models/models/trouble/services/trouble-services.d.ts +1 -2
- package/models/models/trouble/services/trouble-services.d.ts.map +1 -1
- package/models/models/trouble/trouble-model.d.ts +3 -4
- package/models/models/trouble/trouble-model.d.ts.map +1 -1
- package/models/models/trouble/trouble-registration.d.ts +1 -2
- package/models/models/trouble/trouble-registration.d.ts.map +1 -1
- package/models/models/trouble/types/index.d.ts +2 -4
- package/models/models/trouble/utils/is-trouble-aware.d.ts +0 -1
- package/models/models/trouble/utils/is-trouble-aware.d.ts.map +1 -1
- package/models/models/trouble/utils/trouble-data-extension.d.ts +0 -1
- package/models/models/trouble/utils/trouble-data-extension.d.ts.map +1 -1
- package/models/models/trouble/utils/trouble-extension.d.ts +0 -1
- package/models/models/trouble/utils/trouble-extension.d.ts.map +1 -1
- package/models/models/trouble/utils/trouble-reducer.d.ts +0 -1
- package/models/models/trouble/utils/trouble-reducer.d.ts.map +1 -1
- package/models/models/trouble-container/index.d.ts.map +1 -1
- package/models/models/trouble-container/trouble-container-model.d.ts +3 -4
- package/models/models/trouble-container/trouble-container-model.d.ts.map +1 -1
- package/models/models/trouble-container/trouble-utils.d.ts +0 -1
- package/models/models/trouble-container/trouble-utils.d.ts.map +1 -1
- package/models/models/types/index.d.ts.map +1 -1
- package/models/models/usb-update/index.d.ts.map +1 -1
- package/models/models/usb-update/services/index.d.ts.map +1 -1
- package/models/models/usb-update/services/usb-update-services.d.ts +0 -1
- package/models/models/usb-update/services/usb-update-services.d.ts.map +1 -1
- package/models/models/usb-update/types/index.d.ts +0 -2
- package/models/models/usb-update/usb-update-container-model.d.ts +3 -4
- package/models/models/usb-update/usb-update-container-model.d.ts.map +1 -1
- package/models/models/usb-update/usb-update-container-registration.d.ts +2 -3
- package/models/models/usb-update/usb-update-container-registration.d.ts.map +1 -1
- package/models/models/usb-update/usb-update-model.d.ts +3 -4
- package/models/models/usb-update/usb-update-model.d.ts.map +1 -1
- package/models/models/usb-update/usb-update-registration.d.ts +2 -3
- package/models/models/usb-update/usb-update-registration.d.ts.map +1 -1
- package/models/models/ws-event/index.d.ts.map +1 -1
- package/models/models/ws-event/types/index.d.ts +0 -1
- package/models/models/ws-event/types/index.d.ts.map +1 -1
- package/models/models/ws-event/ws-event-factory.d.ts +0 -1
- package/models/models/ws-event/ws-event-factory.d.ts.map +1 -1
- package/models/models/ws-event/ws-event-model.d.ts +2 -3
- package/models/models/ws-event/ws-event-model.d.ts.map +1 -1
- package/models/registration.d.ts +0 -1
- package/models/registration.d.ts.map +1 -1
- package/models/services/config-bean/index.d.ts +0 -1
- package/models/services/config-bean/index.d.ts.map +1 -1
- package/models/services/future/index.d.ts.map +1 -1
- package/models/services/index.d.ts.map +1 -1
- package/models/services/login/index.d.ts +0 -1
- package/models/services/login/index.d.ts.map +1 -1
- package/models/services/trouble/index.d.ts.map +1 -1
- package/models/types/cancellable-promise.d.ts.map +1 -1
- package/models/types/future-interfaces.d.ts +0 -1
- package/models/types/future-interfaces.d.ts.map +1 -1
- package/models/types/index.d.ts.map +1 -1
- package/models/utils/cancellable-future-call.d.ts +1 -2
- package/models/utils/cancellable-future-call.d.ts.map +1 -1
- package/models/utils/cancellable-service.d.ts.map +1 -1
- package/models/utils/client.d.ts +34 -35
- package/models/utils/client.d.ts.map +1 -1
- package/models/utils/conversion-utils.d.ts +0 -1
- package/models/utils/conversion-utils.d.ts.map +1 -1
- package/models/utils/core-registration-manager.d.ts +2 -3
- package/models/utils/core-registration-manager.d.ts.map +1 -1
- package/models/utils/extension-manager.d.ts +2 -3
- package/models/utils/extension-manager.d.ts.map +1 -1
- package/models/utils/future-manager/index.d.ts +1 -2
- package/models/utils/future-manager/index.d.ts.map +1 -1
- package/models/utils/get-kos-connection-id.d.ts.map +1 -1
- package/models/utils/index.d.ts.map +1 -1
- package/models/utils/model-event-utils.d.ts.map +1 -1
- package/models/utils/openapi-index.d.ts.map +1 -1
- package/models/utils/persistence-store.d.ts.map +1 -1
- package/models/utils/prop-utils.d.ts.map +1 -1
- package/models/utils/region-utils.d.ts.map +1 -1
- package/models/utils/service-accessor.d.ts +33 -33
- package/models/utils/service-accessor.d.ts.map +1 -1
- package/models/utils/service.d.ts +35 -36
- package/models/utils/service.d.ts.map +1 -1
- package/models/utils/services/kos/1.6.5/service.d.ts +36 -37
- package/models/utils/services/kos/1.6.5/service.d.ts.map +1 -1
- package/models/utils/services/kos/1.8.1/service.d.ts +36 -37
- package/models/utils/services/kos/1.8.1/service.d.ts.map +1 -1
- package/models/utils/services/kos/1.9.x/service.d.ts +36 -37
- package/models/utils/services/kos/1.9.x/service.d.ts.map +1 -1
- package/models/utils/services/kos/daily/service.d.ts +36 -37
- package/models/utils/services/kos/daily/service.d.ts.map +1 -1
- package/models/utils/services/vfs/1.6.5/service.d.ts +36 -37
- package/models/utils/services/vfs/1.6.5/service.d.ts.map +1 -1
- package/models/utils/services/vfs/1.8.1/service.d.ts +36 -37
- package/models/utils/services/vfs/1.8.1/service.d.ts.map +1 -1
- package/models/utils/services/vfs/1.9.x/service.d.ts +36 -37
- package/models/utils/services/vfs/1.9.x/service.d.ts.map +1 -1
- package/models/utils/services/vfs/daily/service.d.ts +36 -37
- package/models/utils/services/vfs/daily/service.d.ts.map +1 -1
- package/models/utils/services-index.d.ts.map +1 -1
- package/models/utils/timer-manager.d.ts +0 -1
- package/models/utils/timer-manager.d.ts.map +1 -1
- package/models/utils/timezone-utils.d.ts.map +1 -1
- package/models/utils/trouble-utils.d.ts +0 -1
- package/models/utils/trouble-utils.d.ts.map +1 -1
- package/models/utils/types.d.ts.map +1 -1
- package/package.json +3 -4
- package/ui/components/error-boundary/error-boundary.d.ts +0 -1
- package/ui/components/error-boundary/error-boundary.d.ts.map +1 -1
- package/ui/components/error-boundary/index.d.ts.map +1 -1
- package/ui/components/index.d.ts +1 -0
- package/ui/components/index.d.ts.map +1 -1
- package/ui/components/kos-model-loader/contexts/kos-model-context.d.ts +1 -2
- package/ui/components/kos-model-loader/contexts/kos-model-context.d.ts.map +1 -1
- package/ui/components/kos-model-loader/contexts/kos-model-hierarchy-context.d.ts +1 -2
- package/ui/components/kos-model-loader/contexts/kos-model-hierarchy-context.d.ts.map +1 -1
- package/ui/components/kos-model-loader/index.d.ts.map +1 -1
- package/ui/components/kos-model-loader/kos-model-loader.d.ts +2 -3
- package/ui/components/kos-model-loader/kos-model-loader.d.ts.map +1 -1
- package/ui/components/loading-message/index.d.ts +0 -1
- package/ui/components/loading-message/index.d.ts.map +1 -1
- package/ui/components/loading-message/loading-message-styles.d.ts.map +1 -1
- package/ui/components/progress-bar/index.d.ts.map +1 -1
- package/ui/components/progress-bar/progress-bar.d.ts +0 -1
- package/ui/components/progress-bar/progress-bar.d.ts.map +1 -1
- package/ui/components/reconnecting-overlay/index.d.ts +35 -0
- package/ui/components/reconnecting-overlay/index.d.ts.map +1 -0
- package/ui/components/reconnecting-overlay/reconnecting-overlay-styles.d.ts +4 -0
- package/ui/components/reconnecting-overlay/reconnecting-overlay-styles.d.ts.map +1 -0
- package/ui/components/reconnecting-overlay/use-reconnecting-overlay-state.d.ts +57 -0
- package/ui/components/reconnecting-overlay/use-reconnecting-overlay-state.d.ts.map +1 -0
- package/ui/constants/index.d.ts.map +1 -1
- package/ui/contexts/create-model-context.d.ts +0 -1
- package/ui/contexts/create-model-context.d.ts.map +1 -1
- package/ui/contexts/fetch-kos-core.d.ts +0 -1
- package/ui/contexts/fetch-kos-core.d.ts.map +1 -1
- package/ui/contexts/index.d.ts.map +1 -1
- package/ui/contexts/kos-core-context.d.ts +1 -2
- package/ui/contexts/kos-core-context.d.ts.map +1 -1
- package/ui/contexts/kos-model-context.d.ts.map +1 -1
- package/ui/contexts/kos-time/index.d.ts.map +1 -1
- package/ui/contexts/kos-time/kos-time-provider.d.ts +1 -2
- package/ui/contexts/kos-time/kos-time-provider.d.ts.map +1 -1
- package/ui/contexts/modal-context.d.ts +0 -1
- package/ui/contexts/modal-context.d.ts.map +1 -1
- package/ui/contexts/software-info/index.d.ts.map +1 -1
- package/ui/contexts/software-info/software-info-provider.d.ts +1 -2
- package/ui/contexts/software-info/software-info-provider.d.ts.map +1 -1
- package/ui/contexts/state-bean/index.d.ts.map +1 -1
- package/ui/contexts/state-bean/state-bean-provider.d.ts +1 -2
- package/ui/contexts/state-bean/state-bean-provider.d.ts.map +1 -1
- package/ui/contexts/token-context.d.ts +1 -2
- package/ui/contexts/token-context.d.ts.map +1 -1
- package/ui/contexts/translation-container/index.d.ts.map +1 -1
- package/ui/contexts/translation-container/kos-translations-provider.d.ts +1 -2
- package/ui/contexts/translation-container/kos-translations-provider.d.ts.map +1 -1
- package/ui/features/canvas/components/canvas-streamer/canvas-streamer.d.ts +0 -1
- package/ui/features/canvas/components/canvas-streamer/canvas-streamer.d.ts.map +1 -1
- package/ui/features/canvas/components/canvas-streamer/index.d.ts.map +1 -1
- package/ui/features/canvas/components/index.d.ts.map +1 -1
- package/ui/features/canvas/components/rgb-332-visualizer/rgb-332-visualizer.d.ts +0 -1
- package/ui/features/canvas/components/rgb-332-visualizer/rgb-332-visualizer.d.ts.map +1 -1
- package/ui/features/canvas/hooks/canvas-dispatcher/index.d.ts.map +1 -1
- package/ui/features/canvas/hooks/canvas-dispatcher/use-canvas-dispatcher.d.ts +0 -1
- package/ui/features/canvas/hooks/canvas-dispatcher/use-canvas-dispatcher.d.ts.map +1 -1
- package/ui/features/canvas/hooks/canvas-dispatcher/with-canvas-dispatcher.d.ts +0 -1
- package/ui/features/canvas/hooks/canvas-dispatcher/with-canvas-dispatcher.d.ts.map +1 -1
- package/ui/features/canvas/hooks/use-gradient-renderer.d.ts +0 -1
- package/ui/features/canvas/hooks/use-gradient-renderer.d.ts.map +1 -1
- package/ui/features/canvas/hooks/use-image-renderer.d.ts.map +1 -1
- package/ui/features/canvas/hooks/use-solid-color-renderer.d.ts.map +1 -1
- package/ui/features/canvas/hooks/use-streamable-renderer.d.ts +0 -1
- package/ui/features/canvas/hooks/use-streamable-renderer.d.ts.map +1 -1
- package/ui/features/canvas/hooks/use-sweep-renderer.d.ts.map +1 -1
- package/ui/features/canvas/hooks/use-swirl-renderer.d.ts.map +1 -1
- package/ui/features/canvas/hooks/use-video-renderer.d.ts.map +1 -1
- package/ui/features/canvas/index.d.ts.map +1 -1
- package/ui/features/canvas/utils/preview-decoder.d.ts.map +1 -1
- package/ui/features/index.d.ts.map +1 -1
- package/ui/hooks/device/index.d.ts.map +1 -1
- package/ui/hooks/device/use-device.d.ts +0 -1
- package/ui/hooks/device/use-device.d.ts.map +1 -1
- package/ui/hooks/device/with-device.d.ts +0 -1
- package/ui/hooks/device/with-device.d.ts.map +1 -1
- package/ui/hooks/fetch-model.d.ts +0 -1
- package/ui/hooks/fetch-model.d.ts.map +1 -1
- package/ui/hooks/index.d.ts +1 -0
- package/ui/hooks/index.d.ts.map +1 -1
- package/ui/hooks/kos-time/index.d.ts.map +1 -1
- package/ui/hooks/kos-time/use-kos-time.d.ts +0 -1
- package/ui/hooks/kos-time/use-kos-time.d.ts.map +1 -1
- package/ui/hooks/kos-time/with-kos-time.d.ts +0 -1
- package/ui/hooks/kos-time/with-kos-time.d.ts.map +1 -1
- package/ui/hooks/network-interface-container/index.d.ts.map +1 -1
- package/ui/hooks/network-interface-container/use-network-interface-container.d.ts +0 -1
- package/ui/hooks/network-interface-container/use-network-interface-container.d.ts.map +1 -1
- package/ui/hooks/network-interface-container/with-network-interface-container.d.ts +0 -1
- package/ui/hooks/network-interface-container/with-network-interface-container.d.ts.map +1 -1
- package/ui/hooks/ota/index.d.ts.map +1 -1
- package/ui/hooks/ota/use-ota.d.ts +0 -1
- package/ui/hooks/ota/use-ota.d.ts.map +1 -1
- package/ui/hooks/ota/with-ota.d.ts +0 -1
- package/ui/hooks/ota/with-ota.d.ts.map +1 -1
- package/ui/hooks/outside-alerter.d.ts +0 -1
- package/ui/hooks/outside-alerter.d.ts.map +1 -1
- package/ui/hooks/software-info/index.d.ts.map +1 -1
- package/ui/hooks/software-info/use-software-info.d.ts +0 -1
- package/ui/hooks/software-info/use-software-info.d.ts.map +1 -1
- package/ui/hooks/software-info/with-software-info.d.ts +0 -1
- package/ui/hooks/software-info/with-software-info.d.ts.map +1 -1
- package/ui/hooks/state-bean/use-state-bean.d.ts +0 -1
- package/ui/hooks/state-bean/use-state-bean.d.ts.map +1 -1
- package/ui/hooks/state-bean/with-state-bean.d.ts +0 -1
- package/ui/hooks/state-bean/with-state-bean.d.ts.map +1 -1
- package/ui/hooks/state-prop/index.d.ts.map +1 -1
- package/ui/hooks/state-prop/use-state-prop.d.ts +1 -2
- package/ui/hooks/state-prop/use-state-prop.d.ts.map +1 -1
- package/ui/hooks/storage-device-container/index.d.ts.map +1 -1
- package/ui/hooks/storage-device-container/use-storage-device-container.d.ts +0 -1
- package/ui/hooks/storage-device-container/use-storage-device-container.d.ts.map +1 -1
- package/ui/hooks/storage-device-container/with-storage-device-container.d.ts +0 -1
- package/ui/hooks/storage-device-container/with-storage-device-container.d.ts.map +1 -1
- package/ui/hooks/timer/index.d.ts.map +1 -1
- package/ui/hooks/timer/use-timer.d.ts +0 -1
- package/ui/hooks/timer/use-timer.d.ts.map +1 -1
- package/ui/hooks/translation-container/index.d.ts.map +1 -1
- package/ui/hooks/translation-container/trans.d.ts +1 -2
- package/ui/hooks/translation-container/trans.d.ts.map +1 -1
- package/ui/hooks/translation-container/use-translation-container.d.ts +0 -1
- package/ui/hooks/translation-container/use-translation-container.d.ts.map +1 -1
- package/ui/hooks/translation-container/use-translation.d.ts +0 -1
- package/ui/hooks/translation-container/use-translation.d.ts.map +1 -1
- package/ui/hooks/translation-container/with-translation-container.d.ts +0 -1
- package/ui/hooks/translation-container/with-translation-container.d.ts.map +1 -1
- package/ui/hooks/trouble/index.d.ts.map +1 -1
- package/ui/hooks/trouble/use-trouble-container.d.ts +0 -1
- package/ui/hooks/trouble/use-trouble-container.d.ts.map +1 -1
- package/ui/hooks/trouble/use-trouble-visibility.d.ts +1 -2
- package/ui/hooks/trouble/use-trouble-visibility.d.ts.map +1 -1
- package/ui/hooks/trouble/use-trouble.d.ts +0 -1
- package/ui/hooks/trouble/use-trouble.d.ts.map +1 -1
- package/ui/hooks/trouble/with-trouble-container.d.ts +0 -1
- package/ui/hooks/trouble/with-trouble-container.d.ts.map +1 -1
- package/ui/hooks/usb-update-container/index.d.ts.map +1 -1
- package/ui/hooks/usb-update-container/use-usb-update-container.d.ts +0 -1
- package/ui/hooks/usb-update-container/use-usb-update-container.d.ts.map +1 -1
- package/ui/hooks/usb-update-container/with-usb-update-container.d.ts +0 -1
- package/ui/hooks/usb-update-container/with-usb-update-container.d.ts.map +1 -1
- package/ui/hooks/use-config-bean.d.ts +0 -1
- package/ui/hooks/use-config-bean.d.ts.map +1 -1
- package/ui/hooks/use-config-property.d.ts +1 -2
- package/ui/hooks/use-config-property.d.ts.map +1 -1
- package/ui/hooks/use-connection-state.d.ts +38 -0
- package/ui/hooks/use-connection-state.d.ts.map +1 -0
- package/ui/hooks/use-date-props.d.ts +1 -2
- package/ui/hooks/use-date-props.d.ts.map +1 -1
- package/ui/hooks/use-date-relative-prop.d.ts +0 -1
- package/ui/hooks/use-date-relative-prop.d.ts.map +1 -1
- package/ui/hooks/use-function-warmup.d.ts.map +1 -1
- package/ui/hooks/use-kos-date-formats.d.ts +1 -2
- package/ui/hooks/use-kos-date-formats.d.ts.map +1 -1
- package/ui/hooks/use-kos-model.d.ts +0 -1
- package/ui/hooks/use-kos-model.d.ts.map +1 -1
- package/ui/hooks/use-kos-region-timezones.d.ts +1 -2
- package/ui/hooks/use-kos-region-timezones.d.ts.map +1 -1
- package/ui/hooks/use-kos-regions.d.ts +1 -2
- package/ui/hooks/use-kos-regions.d.ts.map +1 -1
- package/ui/hooks/use-kos-time-formats.d.ts +1 -2
- package/ui/hooks/use-kos-time-formats.d.ts.map +1 -1
- package/ui/hooks/use-kos-token.d.ts.map +1 -1
- package/ui/hooks/use-kos-unit-systems.d.ts +1 -2
- package/ui/hooks/use-kos-unit-systems.d.ts.map +1 -1
- package/ui/hooks/use-local-computed.d.ts.map +1 -1
- package/ui/hooks/use-mutation-observer.d.ts.map +1 -1
- package/ui/hooks/use-press-gesture/index.d.ts.map +1 -1
- package/ui/hooks/use-press-gesture/strategy/dom-intersection-strategy.d.ts +0 -1
- package/ui/hooks/use-press-gesture/strategy/dom-intersection-strategy.d.ts.map +1 -1
- package/ui/hooks/use-press-gesture/strategy/intersection-strategy.d.ts.map +1 -1
- package/ui/hooks/use-press-gesture/use-press-gesture.d.ts +0 -1
- package/ui/hooks/use-press-gesture/use-press-gesture.d.ts.map +1 -1
- package/ui/hooks/use-project-reloading.d.ts.map +1 -1
- package/ui/hooks/use-region-time-props.d.ts +0 -1
- package/ui/hooks/use-region-time-props.d.ts.map +1 -1
- package/ui/hooks/use-time-props.d.ts.map +1 -1
- package/ui/hooks/view-model/index.d.ts.map +1 -1
- package/ui/hooks/view-model/use-view-model.d.ts +0 -1
- package/ui/hooks/view-model/use-view-model.d.ts.map +1 -1
- package/ui/hooks/with-project-reload.d.ts +0 -1
- package/ui/hooks/with-project-reload.d.ts.map +1 -1
- package/ui/i18n/config.d.ts.map +1 -1
- package/ui/index.d.ts +1 -0
- package/ui/index.d.ts.map +1 -1
- package/ui/policies/constants.d.ts +11 -0
- package/ui/policies/constants.d.ts.map +1 -0
- package/ui/policies/index.d.ts +3 -0
- package/ui/policies/index.d.ts.map +1 -0
- package/ui/policies/reload-on-disconnect-policy.d.ts +56 -0
- package/ui/policies/reload-on-disconnect-policy.d.ts.map +1 -0
- package/ui/utils/date-utils.d.ts.map +1 -1
- package/ui/utils/date.d.ts.map +1 -1
- package/ui/utils/index.d.ts.map +1 -1
- package/core/mocks/browser.d.ts +0 -3
- package/core/mocks/browser.d.ts.map +0 -1
- package/core/mocks/handlers.d.ts +0 -3
- package/core/mocks/handlers.d.ts.map +0 -1
- package/core/mocks/server.d.ts +0 -3
- package/core/mocks/server.d.ts.map +0 -1
- package/kos-models.json +0 -426
- package/ui/mocks/browser.d.ts +0 -3
- package/ui/mocks/browser.d.ts.map +0 -1
- package/ui/mocks/handlers.d.ts +0 -3
- package/ui/mocks/handlers.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"network-interface-container-registration.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"network-interface-container-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/network-interface/network-interface-container-registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAQ1F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAiFK;AACL,eAAO,MAAM,yBAAyB,8EAOlC,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { NetworkInterfaceOptions } from './types';
|
|
2
|
-
import { EthernetData, Ip44Settings, NetworkInterfaceCategory, NetworkInterfaceData, WifiData } from './services';
|
|
3
1
|
import { IKosDataModel, IKosIdentifiable, KosCreationContext, PublicModelInterface } from '../../../core';
|
|
4
|
-
|
|
2
|
+
import { EthernetData, Ip44Settings, NetworkInterfaceCategory, NetworkInterfaceData, WifiData } from './services';
|
|
3
|
+
import { NetworkInterfaceOptions } from './types';
|
|
5
4
|
export declare const MODEL_TYPE = "network-interface-model";
|
|
6
5
|
/**
|
|
7
6
|
* NetworkInterface - Network interface management and monitoring for KOS devices.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"network-interface-model.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"network-interface-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/network-interface/network-interface-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,gBAAgB,EAEhB,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,EACV,YAAY,EACZ,YAAY,EACZ,wBAAwB,EACxB,oBAAoB,EACpB,QAAQ,EACT,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAEvD,eAAO,MAAM,UAAU,4BAA4B,CAAC;AAEpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,MAAM,MAAM,qBAAqB,GAC/B,oBAAoB,CAAC,yBAAyB,CAAC,CAAC;AAElD;;;GAGG;AACH,qBACa,yBACX,YAAW,aAAa,EAAE,gBAAgB,EAAE,oBAAoB;IAEhE,+CAA+C;IAC/C,EAAE,EAAE,MAAM,CAAC;IAEX,2DAA2D;IAC3D,IAAI,EAAE,MAAM,CAAC;IAEb,uEAAuE;IACvE,IAAI,EAAE,MAAM,CAAC;IAEb,oEAAoE;IACpE,aAAa,EAAE,MAAM,CAAC;IAEtB,oDAAoD;IACpD,SAAS,EAAE,MAAM,CAAC;IAElB,uDAAuD;IACvD,GAAG,EAAE,MAAM,CAAC;IAEZ,+DAA+D;IAC/D,UAAU,EAAE,OAAO,CAAC;IAEpB,kFAAkF;IAClF,IAAI,CAAC,EAAE,QAAQ,CAAC;IAEhB,oFAAoF;IACpF,QAAQ,CAAC,EAAE,YAAY,CAAC;IAExB,8EAA8E;IAC9E,WAAW,CAAC,EAAE,YAAY,CAAC;IAE3B,2DAA2D;IAC3D,QAAQ,EAAE,wBAAwB,CAAC;IAEnC,OAAO,CAAC,MAAM,CAAmB;gBAG/B,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,kBAAkB;IAiB7B,WAAW,CAAC,OAAO,EAAE,uBAAuB,GAAG,IAAI;IAenD;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3B;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAG5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"network-interface-registration.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"network-interface-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/network-interface/network-interface-registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAOvE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAiFK;AACL,eAAO,MAAM,gBAAgB,+FAM3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/network-interface/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"network-interface-services.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"network-interface-services.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/network-interface/services/network-interface-services.ts"],"names":[],"mappings":"AAsBA;;;;GAIG;AACH,MAAM,MAAM,wBAAwB,GAChC,UAAU,GACV,aAAa,GACb,UAAU,GACV,MAAM,CAAC;AAEX;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B,oEAAoE;IACpE,OAAO,EAAE,OAAO,CAAC;IACjB,qDAAqD;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,mEAAmE;IACnE,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;;;GAIG;AACH,MAAM,WAAW,QAAQ;IACvB,8DAA8D;IAC9D,OAAO,EAAE,MAAM,CAAC;IAChB,wDAAwD;IACxD,KAAK,EAAE,MAAM,CAAC;IACd,4CAA4C;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,4CAA4C;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,4CAA4C;IAC5C,IAAI,EAAE,MAAM,CAAC;IACb,yCAAyC;IACzC,MAAM,EAAE,MAAM,CAAC;IACf,wDAAwD;IACxD,QAAQ,EAAE,MAAM,CAAC;IACjB,2DAA2D;IAC3D,WAAW,EAAE,MAAM,CAAC;IACpB,mEAAmE;IACnE,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B,0DAA0D;IAC1D,MAAM,EAAE,MAAM,CAAC;IACf,2DAA2D;IAC3D,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,mDAAmD;IACnD,OAAO,EAAE,MAAM,CAAC;IAChB,qEAAqE;IACrE,MAAM,EAAE,MAAM,CAAC;IACf,6CAA6C;IAC7C,OAAO,EAAE,MAAM,CAAC;IAChB,sCAAsC;IACtC,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED;;;;;GAKG;AACH,MAAM,WAAW,oBAAoB;IACnC,2DAA2D;IAC3D,IAAI,EAAE,MAAM,CAAC;IACb,uEAAuE;IACvE,IAAI,EAAE,MAAM,CAAC;IACb,oEAAoE;IACpE,aAAa,EAAE,MAAM,CAAC;IACtB,oDAAoD;IACpD,SAAS,EAAE,MAAM,CAAC;IAClB,uDAAuD;IACvD,GAAG,EAAE,MAAM,CAAC;IACZ,+DAA+D;IAC/D,UAAU,EAAE,OAAO,CAAC;IACpB,uEAAuE;IACvE,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,+EAA+E;IAC/E,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,0EAA0E;IAC1E,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,2DAA2D;IAC3D,QAAQ,EAAE,wBAAwB,CAAC;CACpC;AAED,KAAK,wBAAwB,GACzB,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,CAAC,GAChC,CAAC,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,oBAAoB,EAAE,GAAG,SAAS,CAAC,CAAC;AACjE;;;;GAIG;AAEH,eAAO,MAAM,oBAAoB,QACrB,OAAO,CAAC,wBAAwB,CAiBzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/ota/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,oBAAoB,CAAC;AACzC,mBAAmB,SAAS,CAAC;AAC7B,YAAY,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { OTAArtifactResponse, UpdaterItem, UpdaterOptions, UpdaterStatus } from './types';
|
|
2
|
-
import { PublicModelInterface } from '../../../core/types';
|
|
3
|
-
import { IKosIdentifiable } from '../../../core/core/types';
|
|
4
|
-
import { IKosDataModel, KosCreationContext } from '../../../core/core/kosModel';
|
|
5
1
|
import { IKosDataContainer } from '../../../core/core/kos-data-container';
|
|
6
|
-
|
|
2
|
+
import { IKosDataModel, KosCreationContext } from '../../../core/core/kosModel';
|
|
3
|
+
import { IKosIdentifiable } from '../../../core/core/types';
|
|
4
|
+
import { PublicModelInterface } from '../../../core/types';
|
|
5
|
+
import { OTAArtifactResponse, UpdaterItem, UpdaterOptions, UpdaterStatus } from './types';
|
|
7
6
|
export declare const MODEL_TYPE = "ota-model";
|
|
8
7
|
/**
|
|
9
8
|
* OTA - Over-the-Air update management system for KOS devices.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ota-model.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"ota-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/ota/ota-model.ts"],"names":[],"mappings":"AAKA,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EACV,aAAa,EAEb,kBAAkB,EACnB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAIhE,OAAO,KAAK,EACV,mBAAmB,EAEnB,WAAW,EACX,cAAc,EACd,aAAa,EACd,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,UAAU,cAAc,CAAC;AAEtC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,MAAM,MAAM,QAAQ,GAAG,oBAAoB,CAAC,YAAY,CAAC,CAAC;AA8D1D;;;GAGG;AACH,qBACa,YAAa,YAAW,aAAa,EAAE,gBAAgB;IAClE,+CAA+C;IAC/C,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,MAAM,CAAmB;IAEjC,qEAAqE;IACrE,OAAO,CAAC,IAAI,CAA0D;IAEtE,qEAAqE;IAErE,OAAO,CAAC,gBAAgB,CAAyB;IAEjD,uEAAuE;IACvE,IAAI,yBAAyB,mCAQ5B;IAED,mFAAmF;IACnF,IAAI,oBAAoB,mCAOvB;IAED,uEAAuE;IACvE,IAAI,wBAAwB,mCAO3B;IAED,6EAA6E;IAC7E,IAAI,OAAO,mCAEV;IAED,uEAAuE;IACvE,IAAI,MAAM,IAAI,aAAa,CAU1B;gBAGC,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,cAAc,EACvB,OAAO,EAAE,kBAAkB;IAU7B;;;OAGG;IACH,gBAAgB;IAchB;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3B;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAwBrB,kBAAkB,CAAC,SAAS,EAAE,mBAAmB,EAAE;IAoBzD,sBAAsB,CAAC,SAAS,EAAE,mBAAmB,EAAE;CAaxD"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UpdaterOptions } from './types';
|
|
2
|
-
import { OtaModel } from './ota-model';
|
|
3
1
|
import { SingletonKosModelRegistrationFactory } from '../../../core/core/registration';
|
|
4
|
-
|
|
2
|
+
import { OtaModel } from './ota-model';
|
|
3
|
+
import { UpdaterOptions } from './types';
|
|
5
4
|
/**
|
|
6
5
|
* # Ota
|
|
7
6
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ota-registration.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"ota-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/ota/ota-registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,iCAAiC,CAAC;AACvF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkFK;AACL,eAAO,MAAM,GAAG,gEAMd,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/ota/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ota-services.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"ota-services.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/ota/services/ota-services.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAapD;;;GAGG;AACH,eAAO,MAAM,YAAY,kDAUxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/region-info/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC5D,YAAY,EACV,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,UAAU,GACX,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,cAAc,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { DateFormatOptions, RegionInfoModel, RegionInfoOptions, TimeFormatOptions, UnitSource, UnitSystemOptions, UnitTuple } from './types';
|
|
2
|
-
import { BaseRegionResponse, RegionsResponse } from './services';
|
|
3
1
|
import { IConfigBeanModel } from '../config-bean/config-bean-model';
|
|
4
|
-
|
|
2
|
+
import { BaseRegionResponse, RegionsResponse } from './services';
|
|
3
|
+
import { DateFormatOptions, RegionInfoModel, RegionInfoOptions, TimeFormatOptions, UnitSource, UnitSystemOptions, UnitTuple } from './types';
|
|
5
4
|
interface RegionSettingsService {
|
|
6
5
|
unitSystemId: string;
|
|
7
6
|
timeFormatId: string;
|
|
@@ -94,7 +93,7 @@ declare const Registration: {
|
|
|
94
93
|
};
|
|
95
94
|
};
|
|
96
95
|
type: string;
|
|
97
|
-
factory: (options?: RegionInfoOptions | undefined, parentId?: string
|
|
96
|
+
factory: (options?: RegionInfoOptions | undefined, parentId?: string) => RegionInfoModel<BaseRegionResponse>;
|
|
98
97
|
};
|
|
99
98
|
export default Registration;
|
|
100
99
|
//# sourceMappingURL=region-info-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"region-info-model.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"region-info-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/region-info/region-info-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/region-info/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"region-info-services.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"region-info-services.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/region-info/services/region-info-services.ts"],"names":[],"mappings":"AASA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AACD,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,OAAO,CAAC;CACf;AACD,MAAM,WAAW,IAAI;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,OAAO,CAAC;CACd;AACD,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,IAAI,EAAE,CAAC;CACf;AACD,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,WAAW,EAAE,UAAU,EAAE,CAAC;CAC3B;AAED,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;CACjB;AACD,MAAM,MAAM,eAAe,CACzB,cAAc,SAAS,kBAAkB,GAAG,kBAAkB,IAC5D,kBAAkB,GAAG;KACtB,GAAG,IAAI,MAAM,cAAc,GAAG,cAAc,CAAC,GAAG,CAAC;CACnD,CAAC;AACF;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAU,iBAAiB,MAAM,2FAS1D,CAAC;AAEF,eAAO,MAAM,UAAU,GAAU,iBAAiB,MAAM,8GASvD,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { BaseRegionResponse, RegionsResponse, Unit } from '../services';
|
|
2
1
|
import { IKosDataModel } from '../../../../core';
|
|
3
|
-
|
|
2
|
+
import { BaseRegionResponse, RegionsResponse, Unit } from '../services';
|
|
4
3
|
/**
|
|
5
4
|
* Unit conversion source specification for the conversion system.
|
|
6
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/region-info/types/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unit-system-utils.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"unit-system-utils.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/region-info/utils/unit-system-utils.ts"],"names":[],"mappings":"AAmBA,wBAAgB,oBAAoB,CAAC,GAAG,KAAA,EAAE,UAAU,KAAA,OAwBnD;AAED,wBAAgB,iBAAiB,CAAC,SAAS,KAAA,EAAE,UAAU,KAAA,OAkDtD;AAED,wBAAgB,wBAAwB,CAAC,SAAS,KAAA,EAAE,UAAU,KAAA,OA2B7D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/software-info/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,mBAAmB,SAAS,CAAC;AAC7B,OAAO,KAAK,oBAAoB,MAAM,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/software-info/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BaseResponseType } from '../../../utils';
|
|
2
|
-
|
|
3
2
|
export interface Nodes {
|
|
4
3
|
[key: string]: NodeSoftwareInfo[];
|
|
5
4
|
}
|
|
@@ -37,8 +36,6 @@ export declare const getSoftwareInfos: (signal?: AbortSignal) => Promise<DeviceS
|
|
|
37
36
|
* ```
|
|
38
37
|
*/
|
|
39
38
|
export declare const getSoftwareInfosWithCancel: import('../../../utils/cancellable-service').CancellableFunction<() => Promise<{
|
|
40
|
-
nodes?:
|
|
41
|
-
empty?: boolean | undefined;
|
|
42
|
-
} | undefined;
|
|
39
|
+
nodes?: import('../../../utils/types').components["schemas"]["a7a680dc-5c50-468d-8063-704a7bf4e167"];
|
|
43
40
|
}>>;
|
|
44
41
|
//# sourceMappingURL=software-info-services.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"software-info-services.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"software-info-services.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/software-info/services/software-info-services.ts"],"names":[],"mappings":"AAKA,OAAO,EAAO,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAU5D,MAAM,WAAW,KAAK;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,EAAE,CAAC;CACnC;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,8BAA8B,EAAE,CAAC;CAC7C;AAED,MAAM,WAAW,8BAA8B;IAC7C,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,MAAM,0BAA0B,GAAG,gBAAgB,CACvD,wBAAwB,EACxB,KAAK,CACN,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,GAC3B,SAAS,WAAW,KACnB,OAAO,CAAC,0BAA0B,CAkBpC,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,0BAA0B;YAEs7uM,oDAAsB;GADv8uM,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { ArtifactsType, NodeInfoType, SoftwareInfoOptions } from './types';
|
|
2
|
-
import { PublicModelInterface } from '../../../core/types';
|
|
3
1
|
import { IKosDataModel, KosCreationContext } from '../../../core/core/kosModel';
|
|
4
|
-
|
|
2
|
+
import { PublicModelInterface } from '../../../core/types';
|
|
3
|
+
import { ArtifactsType, NodeInfoType, SoftwareInfoOptions } from './types';
|
|
5
4
|
export declare const MODEL_TYPE = "software-info-model";
|
|
6
5
|
/**
|
|
7
6
|
* SoftwareInfo - System software version and artifact management for KOS devices.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"software-info-model.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"software-info-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/software-info/software-info-model.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,aAAa,EAEb,kBAAkB,EACnB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAGhE,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEhF,eAAO,MAAM,UAAU,wBAAwB,CAAC;AAEhD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,MAAM,MAAM,iBAAiB,GAAG,oBAAoB,CAAC,qBAAqB,CAAC,CAAC;AAE5E;;;GAGG;AACH,qBACa,qBAAsB,YAAW,aAAa;IACzD,+CAA+C;IAC/C,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,MAAM,CAAmB;IAEjC,sFAAsF;IACtF,KAAK,EAAE,YAAY,EAAE,GAAG,SAAS,CAAC;gBAEhC,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,mBAAmB,EAC7B,OAAO,EAAE,kBAAkB;IAS7B;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3B;;;;;;OAMG;IACH,OAAO,CAAC,GAAG,EAAE,aAAa,EAAE,EAAE,QAAQ,EAAE,MAAM,aAAa;IAU3D;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAuB5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"software-info-registration.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"software-info-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/software-info/software-info-registration.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAGpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEtE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA8EK;AACL,eAAO,MAAM,YAAY,EAAE,QAAQ,CACjC,wBAAwB,CAAC,iBAAiB,EAAE,mBAAmB,CAAC,CAajE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/state-bean/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,mBAAmB,SAAS,CAAC;AAC7B,OAAO,KAAK,iBAAiB,MAAM,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/state-bean/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state-bean-services.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"state-bean-services.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/state-bean/services/state-bean-services.ts"],"names":[],"mappings":"AAaA,MAAM,WAAW,iBAAiB;IAChC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;CACxC;AAED,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;CACd;AACD;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAAU,UAAU,gBAAgB,0FAMhE,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { StateBeanModel, StateBeanOptions, StatePropsMap } from './types';
|
|
2
|
-
import { StateBeanResponse } from './services';
|
|
3
|
-
import { StatePropertyTypes } from '../types';
|
|
4
|
-
import { PublicModelInterface } from '../../../core/types';
|
|
5
1
|
import { IKosModelLogger, KosContextLogger, KosCreationContext } from '../../../core';
|
|
6
|
-
|
|
2
|
+
import { PublicModelInterface } from '../../../core/types';
|
|
3
|
+
import { StatePropertyTypes } from '../types';
|
|
4
|
+
import { StateBeanResponse } from './services';
|
|
5
|
+
import { StateBeanModel, StateBeanOptions, StatePropsMap } from './types';
|
|
7
6
|
export declare const MODEL_TYPE = "state-bean-model";
|
|
8
7
|
/**
|
|
9
8
|
* StateBean - Reactive state management for KOS device state properties.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state-bean-model.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"state-bean-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/state-bean/state-bean-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,eAAe,CAAC;AAQvB,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhE,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAoB,KAAK,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE/E,eAAO,MAAM,UAAU,qBAAqB,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,MAAM,MAAM,SAAS,CACnB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,GAAG,MAAM,CACnD,MAAM,EACN,kBAAkB,CACnB,IACC,oBAAoB,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC;AAIhD;;;GAGG;AACH,qBACa,kBAAkB,CAC7B,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,GAAG,MAAM,CACnD,MAAM,EACN,kBAAkB,CACnB,CACD,YAAW,cAAc,CAAC,CAAC,CAAC,EAAE,eAAe;IAE7C,+CAA+C;IAC/C,EAAE,EAAE,MAAM,CAAC;IACX,6CAA6C;IAC7C,IAAI,EAAG,MAAM,CAAC;IACd,sEAAsE;IACtE,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC;IACxB,mDAAmD;IACnD,MAAM,EAAE,gBAAgB,CAAC;gBAEvB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,gBAAgB,EACzB,OAAO,EAAE,kBAAkB;IAQ7B;;;OAGG;IACH,WAAW,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI;IAI5C;;;;;OAKG;IAKH,uBAAuB,CAAC,SAAS,EAAE,iBAAiB;IAkBpD;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3B;;;;OAIG;IACH,WAAW,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC;IAMrD;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAO5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state-bean-registration.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"state-bean-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/state-bean/state-bean-registration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AAG9D,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA8EK;AACL,eAAO,MAAM,SAAS,EAAE,QAAQ,CAC9B,wBAAwB,CAAC,cAAc,EAAE,gBAAgB,CAAC,CAW3D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/state-prop/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,mBAAmB,SAAS,CAAC;AAC7B,OAAO,KAAK,iBAAiB,MAAM,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/state-prop/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state-prop-services.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"state-prop-services.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/state-prop/services/state-prop-services.ts"],"names":[],"mappings":"AAaA,UAAU,iBAAiB;IACzB,EAAE,EAAE,MAAM,CAAC;CACZ;AACD;;;;GAIG;AACH,eAAO,MAAM,aAAa,+FAIzB,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { KosStateProp, StatePropOptions } from './types';
|
|
2
|
-
import { StatePropertyTypes } from '../types';
|
|
3
|
-
import { StateBeanModel } from '../state-bean/types';
|
|
4
|
-
import { PublicModelInterface } from '../../../core/types';
|
|
5
1
|
import { IKosModelLogger, KosContextLogger, KosCreationContext } from '../../../core';
|
|
6
|
-
|
|
2
|
+
import { PublicModelInterface } from '../../../core/types';
|
|
3
|
+
import { StateBeanModel } from '../state-bean/types';
|
|
4
|
+
import { StatePropertyTypes } from '../types';
|
|
5
|
+
import { KosStateProp, StatePropOptions } from './types';
|
|
7
6
|
export declare const MODEL_TYPE = "state-prop-model";
|
|
8
7
|
/**
|
|
9
8
|
* StateProp - Focused access to individual state properties with dependency on StateBean.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state-prop-model.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"state-prop-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/state-prop/state-prop-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhE,OAAO,KAAK,EAAE,cAAc,EAAoB,MAAM,qBAAqB,CAAC;AAC5E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE9D,eAAO,MAAM,UAAU,qBAAqB,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,kBAAkB,GAAG,kBAAkB,IACrE,oBAAoB,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC;AAI9C;;;GAGG;AACH,qBACa,kBAAkB,CAC7B,CAAC,SAAS,kBAAkB,GAAG,kBAAkB,CACjD,YAAW,YAAY,CAAC,CAAC,CAAC,EAAE,eAAe;IAE3C,+CAA+C;IAC/C,EAAE,EAAE,MAAM,CAAC;IACX,+DAA+D;IAC/D,IAAI,EAAE,MAAM,CAAC;IACb,8DAA8D;IAC9D,SAAS,EAAE,MAAM,CAAC;IAClB,mDAAmD;IACnD,MAAM,EAAE,gBAAgB,CAAC;IAEzB,+DAA+D;IAM/D,SAAS,EAAG,cAAc,CAAC;gBAGzB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,gBAAgB,EACzB,OAAO,EAAE,kBAAkB;IAW7B,oEAAoE;IACpE,IAAI,KAAK,IAAI,CAAC,GAAG,SAAS,CAEzB;IAID;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3B;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3B;;;OAGG;IACH,QAAQ,IAAI,MAAM;CAGnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state-prop-registration.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"state-prop-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/state-prop/state-prop-registration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AAG9D,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE9D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA8EK;AACL,eAAO,MAAM,SAAS,EAAE,QAAQ,CAC9B,wBAAwB,CAAC,YAAY,EAAE,gBAAgB,CAAC,CAWzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/storage-device/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,mBAAmB,SAAS,CAAC;AAC7B,YAAY,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACjE,YAAY,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AACpF,OAAO,KAAK,qBAAqB,MAAM,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/storage-device/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage-device-services.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"storage-device-services.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/storage-device/services/storage-device-services.ts"],"names":[],"mappings":"AAAA;;GAEG;AAcH,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,OAAO,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;CACnC;AACD;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,wCAQ7B,CAAC"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { StorageDeviceContainerOptions } from './types';
|
|
2
|
-
import { StorageDeviceModel } from './storage-device-model';
|
|
3
|
-
import { StorageDeviceResponse } from './services';
|
|
4
|
-
import { IKosDataModel, KosCreationContext } from '../../../core/core/kosModel';
|
|
5
|
-
import { IKosModelContainer } from '../../../core/core/kos-container-model';
|
|
6
1
|
import { IKosIdentifiable, IKosModelHolder, PublicModelInterface } from '../../../core';
|
|
7
|
-
|
|
2
|
+
import { IKosModelContainer } from '../../../core/core/kos-container-model';
|
|
3
|
+
import { IKosDataModel, KosCreationContext } from '../../../core/core/kosModel';
|
|
4
|
+
import { StorageDeviceResponse } from './services';
|
|
5
|
+
import { StorageDeviceModel } from './storage-device-model';
|
|
6
|
+
import { StorageDeviceContainerOptions } from './types';
|
|
8
7
|
export declare const MODEL_TYPE = "storage-device-container-model";
|
|
9
8
|
export declare const TOPIC_STORAGE_AVAILABILITY = "/kos/storage";
|
|
10
9
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage-device-container-model.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"storage-device-container-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/storage-device/storage-device-container-model.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,eAAe,EAIpB,KAAK,oBAAoB,EAC1B,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,KAAK,aAAa,EAElB,KAAK,kBAAkB,EACxB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAqB,KAAK,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC3E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,OAAO,KAAK,EACV,6BAA6B,EAE9B,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,UAAU,mCAAmC,CAAC;AAE3D,eAAO,MAAM,0BAA0B,iBAAiB,CAAC;AAEzD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6RG;AACH,MAAM,MAAM,sBAAsB,GAChC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;AAExD,MAAM,MAAM,2BAA2B,GACrC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;AAExD;;;GAGG;AACH,qBACa,+BACX,YACE,gBAAgB,EAChB,eAAe,CAAC,kBAAkB,CAAC,EACnC,aAAa;IAEf,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,MAAM,CAAmB;IACvB,OAAO,CAAC,OAAO,CAAyC;gBAEhE,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,6BAA6B,EACtC,OAAO,EAAE,kBAAkB;IAY7B,QAAQ,CAAC,EAAE,EAAE,MAAM;IAGnB,IAAI,MAAM,2CAET;IACD,IAAI,IAAI,yBAEP;IAED,QAAQ,CAAC,KAAK,EAAE,kBAAkB;IAIlC,WAAW,CAAC,EAAE,EAAE,MAAM;IAKhB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAK3B,IAAI,iBAAiB,YAEpB;IAED,IAAI,OAAO,yBAEV;IAMD,yBAAyB,CAAC,OAAO,EAAE,qBAAqB,EAAE;IA6BpD,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAiB5B"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { StorageDeviceContainerModel } from './storage-device-container-model';
|
|
2
1
|
import { SingletonKosModelRegistrationFactory } from '../../../core';
|
|
3
|
-
|
|
2
|
+
import { StorageDeviceContainerModel } from './storage-device-container-model';
|
|
4
3
|
/**
|
|
5
4
|
* # StorageDeviceContainer
|
|
6
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage-device-container-registration.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"storage-device-container-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/storage-device/storage-device-container-registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAQpF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgFK;AACL,eAAO,MAAM,sBAAsB,2EAMjC,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { StorageDeviceOptions } from './types';
|
|
2
1
|
import { IKosDataModel, IKosIdentifiable, KosCreationContext, PublicModelInterface } from '../../../core';
|
|
3
|
-
|
|
2
|
+
import { StorageDeviceOptions } from './types';
|
|
4
3
|
export declare const MODEL_TYPE = "storage-device-model";
|
|
5
4
|
/**
|
|
6
5
|
* StorageDevice - Manages individual USB/external storage device information and state.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage-device-model.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"storage-device-model.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/storage-device/storage-device-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,gBAAgB,EAEhB,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD,eAAO,MAAM,UAAU,yBAAyB,CAAC;AAEjD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;AACH,MAAM,MAAM,aAAa,GAAG,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;AAEzE,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;AAE9E;;;GAGG;AACH,qBAEa,sBAAuB,YAAW,aAAa,EAAE,gBAAgB;IAC5E,8DAA8D;IAC9D,EAAE,EAAE,MAAM,CAAC;IACX,kEAAkE;IAClE,QAAQ,EAAE,MAAM,CAAC;IACjB,qEAAqE;IACrE,OAAO,EAAE,OAAO,CAAC;IACjB,oEAAoE;IACpE,MAAM,EAAE,MAAM,CAAC;IACf,8DAA8D;IAC9D,SAAS,EAAE,MAAM,CAAC;IAClB,6EAA6E;IAC7E,KAAK,EAAE,MAAM,CAAC;IACd,yDAAyD;IACzD,MAAM,EAAE,MAAM,CAAC;IACf,wDAAwD;IACxD,KAAK,EAAE,OAAO,CAAC;IACf,sDAAsD;IACtD,KAAK,EAAE,MAAM,CAAC;IACd,mEAAmE;IACnE,OAAO,EAAE,MAAM,CAAC;IAChB,mDAAmD;IACnD,OAAO,CAAC,MAAM,CAAmB;gBAE/B,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,kBAAkB;IAe7B;;;OAGG;IACH,WAAW,CAAC,OAAO,EAAE,oBAAoB,GAAG,IAAI;IAchD;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3B;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAG5B"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { StorageDeviceOptions } from './types';
|
|
2
|
-
import { StorageDeviceModel } from './storage-device-model';
|
|
3
1
|
import { KosModelRegistrationFactory } from '../../../core';
|
|
4
|
-
|
|
2
|
+
import { StorageDeviceModel } from './storage-device-model';
|
|
3
|
+
import { StorageDeviceOptions } from './types';
|
|
5
4
|
/**
|
|
6
5
|
* # StorageDevice
|
|
7
6
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage-device-registration.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"storage-device-registration.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/storage-device/storage-device-registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgFK;AACL,eAAO,MAAM,aAAa,uEAMxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/kos-ui-sdk/src/models/models/studio-properties/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,mBAAmB,SAAS,CAAC;AAC7B,YAAY,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,KAAK,wBAAwB,MAAM,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/studio-properties/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { ApiPath, ApiResponse } from '../../../utils/service';
|
|
2
1
|
import { ServiceResponse } from '../../../../core';
|
|
3
|
-
|
|
2
|
+
import { ApiPath, ApiResponse } from '../../../utils/service';
|
|
4
3
|
declare const SERVICE_PATH: ApiPath;
|
|
5
4
|
export type StudioPropertiesClientResponse = ApiResponse<typeof SERVICE_PATH, "get">;
|
|
6
5
|
export interface StudioPropertiesResponse {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"studio-properties-services.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"studio-properties-services.d.ts","sourceRoot":"","sources":["../../../../../../../packages/kos-ui-sdk/src/models/models/studio-properties/services/studio-properties-services.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,eAAe,EACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAY,EAAE,KAAK,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAO7E,QAAA,MAAM,YAAY,EAAE,OAAsC,CAAC;AAC3D,MAAM,MAAM,8BAA8B,GAAG,WAAW,CAAC,OAAO,YAAY,EAAE,KAAK,CAAC,CAAC;AACrF,MAAM,WAAW,wBAAwB;IACvC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,mBAAmB,GAC9B,cAAc,MAAM,KACnB,OAAO,CAAC,eAAe,CAAC,wBAAwB,CAAC,CAcnD,CAAC"}
|