@e1011/es-kit 1.4.0 → 1.5.2
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/README.md +23 -8
- package/dist/hooks/esm/node_modules/gsap/CSSPlugin.js +425 -2
- package/dist/hooks/esm/node_modules/gsap/CSSPlugin.js.map +1 -1
- package/dist/hooks/esm/node_modules/gsap/gsap-core.js +1645 -2
- package/dist/hooks/esm/node_modules/gsap/gsap-core.js.map +1 -1
- package/dist/hooks/esm/node_modules/gsap/index.js +13 -1
- package/dist/hooks/esm/node_modules/gsap/index.js.map +1 -1
- package/dist/hooks/esm/src/core/constants/ui.constants.js +4 -1
- package/dist/hooks/esm/src/core/constants/ui.constants.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/index.js +30 -1
- package/dist/hooks/esm/src/core/hooks/index.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/useAnimation.js +34 -1
- package/dist/hooks/esm/src/core/hooks/useAnimation.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/useApi.js +18 -1
- package/dist/hooks/esm/src/core/hooks/useApi.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/useClassNames.js +6 -1
- package/dist/hooks/esm/src/core/hooks/useClassNames.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/useIntersectionObserver.js +31 -1
- package/dist/hooks/esm/src/core/hooks/useIntersectionObserver.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/useOutsideClick.js +18 -1
- package/dist/hooks/esm/src/core/hooks/useOutsideClick.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/useParseProps.js +6 -1
- package/dist/hooks/esm/src/core/hooks/useParseProps.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/useResize.js +28 -1
- package/dist/hooks/esm/src/core/hooks/useResize.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/useSetTimeout.js +20 -1
- package/dist/hooks/esm/src/core/hooks/useSetTimeout.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/useThemePreference.js +11 -1
- package/dist/hooks/esm/src/core/hooks/useThemePreference.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/useToggle.js +16 -1
- package/dist/hooks/esm/src/core/hooks/useToggle.js.map +1 -1
- package/dist/hooks/esm/src/core/hooks/useToggle2.js +16 -1
- package/dist/hooks/esm/src/core/hooks/useToggle2.js.map +1 -1
- package/dist/hooks/esm/src/core/ui/utils/clickOutside.js +7 -1
- package/dist/hooks/esm/src/core/ui/utils/clickOutside.js.map +1 -1
- package/dist/hooks/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +12 -0
- package/dist/{utils → hooks}/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +1 -1
- package/dist/hooks/esm/src/core/utils/appState/store/useStore.react.js +18 -0
- package/dist/{utils → hooks}/esm/src/core/utils/appState/store/useStore.react.js.map +1 -1
- package/dist/hooks/esm/src/core/utils/helpers/ui.js +63 -1
- package/dist/hooks/esm/src/core/utils/helpers/ui.js.map +1 -1
- package/dist/hooks/node_modules/gsap/CSSPlugin.js +2 -3
- package/dist/hooks/node_modules/gsap/CSSPlugin.js.map +1 -1
- package/dist/hooks/node_modules/gsap/gsap-core.js +2 -3
- package/dist/hooks/node_modules/gsap/gsap-core.js.map +1 -1
- package/dist/hooks/node_modules/gsap/index.js +1 -1
- package/dist/hooks/node_modules/gsap/index.js.map +1 -1
- package/dist/hooks/src/core/constants/ui.constants.js +1 -1
- package/dist/hooks/src/core/constants/ui.constants.js.map +1 -1
- package/dist/hooks/src/core/hooks/index.js +1 -1
- package/dist/hooks/src/core/hooks/useAnimation.js +1 -1
- package/dist/hooks/src/core/hooks/useAnimation.js.map +1 -1
- package/dist/hooks/src/core/hooks/useApi.js +1 -1
- package/dist/hooks/src/core/hooks/useApi.js.map +1 -1
- package/dist/hooks/src/core/hooks/useClassNames.js +1 -1
- package/dist/hooks/src/core/hooks/useClassNames.js.map +1 -1
- package/dist/hooks/src/core/hooks/useIntersectionObserver.js +1 -1
- package/dist/hooks/src/core/hooks/useIntersectionObserver.js.map +1 -1
- package/dist/hooks/src/core/hooks/useOutsideClick.js +1 -1
- package/dist/hooks/src/core/hooks/useOutsideClick.js.map +1 -1
- package/dist/hooks/src/core/hooks/useParseProps.js +1 -1
- package/dist/hooks/src/core/hooks/useParseProps.js.map +1 -1
- package/dist/hooks/src/core/hooks/useResize.js +1 -1
- package/dist/hooks/src/core/hooks/useResize.js.map +1 -1
- package/dist/hooks/src/core/hooks/useSetTimeout.js +1 -1
- package/dist/hooks/src/core/hooks/useSetTimeout.js.map +1 -1
- package/dist/hooks/src/core/hooks/useThemePreference.js +1 -1
- package/dist/hooks/src/core/hooks/useThemePreference.js.map +1 -1
- package/dist/hooks/src/core/hooks/useToggle.js +1 -1
- package/dist/hooks/src/core/hooks/useToggle.js.map +1 -1
- package/dist/hooks/src/core/hooks/useToggle2.js +1 -1
- package/dist/hooks/src/core/hooks/useToggle2.js.map +1 -1
- package/dist/hooks/src/core/ui/utils/clickOutside.js +1 -1
- package/dist/hooks/src/core/ui/utils/clickOutside.js.map +1 -1
- package/dist/hooks/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +2 -0
- package/dist/{utils → hooks}/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +1 -1
- package/dist/hooks/src/core/utils/appState/store/useStore.react.js +2 -0
- package/dist/{utils → hooks}/src/core/utils/appState/store/useStore.react.js.map +1 -1
- package/dist/hooks/src/core/utils/helpers/ui.js +1 -1
- package/dist/hooks/src/core/utils/helpers/ui.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/createPopper.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/createPopper.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/contains.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/contains.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getWindow.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getWindow.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/enums.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/enums.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/applyStyles.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/applyStyles.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/arrow.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/arrow.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/computeStyles.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/eventListeners.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/eventListeners.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/flip.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/flip.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/hide.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/hide.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/offset.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/offset.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/popper.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/popper.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/computeOffsets.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/computeOffsets.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/debounce.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/debounce.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/detectOverflow.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/detectOverflow.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/expandToHashMap.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/expandToHashMap.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getAltAxis.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getAltAxis.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getBasePlacement.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getBasePlacement.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getVariation.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/getVariation.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/math.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/math.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/mergeByName.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/mergeByName.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/orderModifiers.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/orderModifiers.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/rectToClientRect.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/rectToClientRect.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/userAgent.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/userAgent.js.map +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/within.js +1 -1
- package/dist/lib/cjs/node_modules/@popperjs/core/lib/utils/within.js.map +1 -1
- package/dist/lib/cjs/node_modules/gsap/CSSPlugin.js +2 -3
- package/dist/lib/cjs/node_modules/gsap/CSSPlugin.js.map +1 -1
- package/dist/lib/cjs/node_modules/gsap/gsap-core.js +2 -3
- package/dist/lib/cjs/node_modules/gsap/gsap-core.js.map +1 -1
- package/dist/lib/cjs/node_modules/gsap/index.js +1 -1
- package/dist/lib/cjs/node_modules/gsap/index.js.map +1 -1
- package/dist/lib/cjs/node_modules/uuid/dist/esm-browser/native.js +1 -1
- package/dist/lib/cjs/node_modules/uuid/dist/esm-browser/native.js.map +1 -1
- package/dist/lib/cjs/node_modules/uuid/dist/esm-browser/rng.js +1 -1
- package/dist/lib/cjs/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/lib/cjs/node_modules/uuid/dist/esm-browser/stringify.js +1 -1
- package/dist/lib/cjs/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/lib/cjs/node_modules/uuid/dist/esm-browser/v4.js +1 -1
- package/dist/lib/cjs/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/lib/cjs/src/core/constants/ui.constants.js +1 -1
- package/dist/lib/cjs/src/core/constants/ui.constants.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useAnimation.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useAnimation.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useApi.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useApi.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useClassNames.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useClassNames.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useIntersectionObserver.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useIntersectionObserver.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useOutsideClick.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useOutsideClick.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useParseProps.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useParseProps.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useResize.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useResize.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useSetTimeout.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useSetTimeout.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useThemePreference.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useThemePreference.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useToggle.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useToggle.js.map +1 -1
- package/dist/lib/cjs/src/core/hooks/useToggle2.js +1 -1
- package/dist/lib/cjs/src/core/hooks/useToggle2.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/button/Button.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/button/Button.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/button/button.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/icons.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/Tag.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/Tag.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.types.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.types.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Headline.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Link.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Paragraph.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Text.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/anchor-link/AnchorLink.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/anchor-link/AnchorLink.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/anchor-link/anchorLink.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/typography.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/TextAndContent.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/toggle/Toggle.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/toggle/Toggle.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/toggle/toggle.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/CollapsibleContainer.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/CollapsibleContainer.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/CollapsibleContainer.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/ResizableContainer.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/ResizableContainer.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/layoutBox/layoutBox.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/layoutBox/layoutBox.types.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/lazyComponent/LazyComponent.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/lazyComponent/LazyComponent.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/lazyComponent/lazyComponent.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/dividers/DividerLine.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/dividers/DividerLine.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/dividers/divider.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/error/ErrorBoundary.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/error/ErrorBoundary.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/error/errorBoundary.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/error/propsValidationError.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/error/propsValidationError.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/field/Field.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/field/Field.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/field/field.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/Icon.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/Icon.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/IconBase.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/IconWC.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/IconWC.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/icon.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/unifyIconUrl.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/unifyIconUrl.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/layouts/FlowLayout.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/layouts/FlowLayout.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/layouts/flowLayout.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popover/PopoverLite.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popover/PopoverLite.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popover/Tooltip.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popover/popover.types.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popover/popover.types.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popover/tooltip.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popup/Popup.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popup/Popup.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popup/popup.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popup/popup.overlay.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popup/popup.types.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/molecules/popup/popup.types.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/utils/clickOutside.js +1 -1
- package/dist/lib/cjs/src/core/ui/utils/clickOutside.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/utils/style.js +1 -1
- package/dist/lib/cjs/src/core/ui/utils/style.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/index.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/peregrineMQ.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/peregrineMQ.types.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/peregrineMQ.types.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/appState/stateMachine/tiny-state-machine.base.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/stateMachine/tiny-state-machine.base.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/appState/store/store.vanillajs.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/store/store.vanillajs.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/appState/store/store.vanillajs.templates.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/store/store.vanillajs.templates.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/appState/store/useStore.react.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/store/useStore.react.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/array.js +1 -1
- package/dist/lib/cjs/src/core/utils/array.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/date.js +1 -1
- package/dist/lib/cjs/src/core/utils/date.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/birthnumber.validator.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/birthnumber.validator.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/birthnumberCZSKvalidator.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/birthnumberCZSKvalidator.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/cancelableDelayedFunction.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/cancelableDelayedFunction.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/date.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/date.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/deviceInfo.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/deviceInfo.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/emailMatcher.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/emailMatcher.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/file.js +3 -1
- package/dist/lib/cjs/src/core/utils/helpers/file.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/fileValidator.js +3 -1
- package/dist/lib/cjs/src/core/utils/helpers/fileValidator.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/objectOperations.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/objectOperations.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/other.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/other.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/text.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/text.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/textValueOperations.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/textValueOperations.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/ui.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/ui.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/valueOperations.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/valueOperations.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/keyExtractor.js +1 -1
- package/dist/lib/cjs/src/core/utils/keyExtractor.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/webComponents/webComponent.utils.js +1 -1
- package/dist/lib/cjs/src/core/utils/webComponents/webComponent.utils.js.map +1 -1
- package/dist/lib/cjs/src/index.js +1 -1
- package/dist/lib/cjs/style.css +1 -0
- package/dist/lib/esm/node_modules/@popperjs/core/lib/createPopper.js +122 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/createPopper.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/contains.js +18 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/contains.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js +23 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js +37 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js +32 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js +7 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js +10 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js +17 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js +9 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js +13 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js +6 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js +10 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js +35 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js +18 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js +10 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js +21 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getWindow.js +12 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getWindow.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js +11 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js +9 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js +20 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js +7 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js +8 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js +7 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js +16 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/enums.js +31 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/enums.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/applyStyles.js +47 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/applyStyles.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/arrow.js +37 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/arrow.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +99 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/computeStyles.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/eventListeners.js +26 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/eventListeners.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/flip.js +74 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/flip.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/hide.js +44 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/hide.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/offset.js +31 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/offset.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js +19 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js +54 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/popper.js +27 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/popper.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +27 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/computeOffsets.js +54 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/computeOffsets.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/debounce.js +13 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/debounce.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/detectOverflow.js +33 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/detectOverflow.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/expandToHashMap.js +8 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/expandToHashMap.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getAltAxis.js +6 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getAltAxis.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getBasePlacement.js +6 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getBasePlacement.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js +11 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js +6 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js +14 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js +12 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getVariation.js +6 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/getVariation.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/math.js +6 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/math.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/mergeByName.js +15 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/mergeByName.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js +7 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/orderModifiers.js +31 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/orderModifiers.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/rectToClientRect.js +11 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/rectToClientRect.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/userAgent.js +9 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/userAgent.js.map +1 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/within.js +12 -1
- package/dist/lib/esm/node_modules/@popperjs/core/lib/utils/within.js.map +1 -1
- package/dist/lib/esm/node_modules/gsap/CSSPlugin.js +425 -2
- package/dist/lib/esm/node_modules/gsap/CSSPlugin.js.map +1 -1
- package/dist/lib/esm/node_modules/gsap/gsap-core.js +1645 -2
- package/dist/lib/esm/node_modules/gsap/gsap-core.js.map +1 -1
- package/dist/lib/esm/node_modules/gsap/index.js +13 -1
- package/dist/lib/esm/node_modules/gsap/index.js.map +1 -1
- package/dist/lib/esm/node_modules/uuid/dist/esm-browser/native.js +6 -1
- package/dist/lib/esm/node_modules/uuid/dist/esm-browser/native.js.map +1 -1
- package/dist/lib/esm/node_modules/uuid/dist/esm-browser/rng.js +10 -1
- package/dist/lib/esm/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/lib/esm/node_modules/uuid/dist/esm-browser/stringify.js +9 -1
- package/dist/lib/esm/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/lib/esm/node_modules/uuid/dist/esm-browser/v4.js +13 -1
- package/dist/lib/esm/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/lib/esm/src/core/constants/ui.constants.js +6 -1
- package/dist/lib/esm/src/core/constants/ui.constants.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useAnimation.js +34 -1
- package/dist/lib/esm/src/core/hooks/useAnimation.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useApi.js +18 -1
- package/dist/lib/esm/src/core/hooks/useApi.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useClassNames.js +6 -1
- package/dist/lib/esm/src/core/hooks/useClassNames.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useIntersectionObserver.js +31 -1
- package/dist/lib/esm/src/core/hooks/useIntersectionObserver.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useOutsideClick.js +18 -1
- package/dist/lib/esm/src/core/hooks/useOutsideClick.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useParseProps.js +6 -1
- package/dist/lib/esm/src/core/hooks/useParseProps.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useResize.js +28 -1
- package/dist/lib/esm/src/core/hooks/useResize.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useSetTimeout.js +20 -1
- package/dist/lib/esm/src/core/hooks/useSetTimeout.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useThemePreference.js +11 -1
- package/dist/lib/esm/src/core/hooks/useThemePreference.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useToggle.js +16 -1
- package/dist/lib/esm/src/core/hooks/useToggle.js.map +1 -1
- package/dist/lib/esm/src/core/hooks/useToggle2.js +16 -1
- package/dist/lib/esm/src/core/hooks/useToggle2.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/button/Button.js +102 -1
- package/dist/lib/esm/src/core/ui/components/atoms/button/Button.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/button/button.module.scss.js +41 -1
- package/dist/lib/esm/src/core/ui/components/atoms/button/button.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/icons.js +6 -1
- package/dist/lib/esm/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/tag/Tag.js +87 -1
- package/dist/lib/esm/src/core/ui/components/atoms/tag/Tag.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.module.scss.js +44 -1
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.types.js +4 -1
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.types.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Headline.js +30 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Link.js +14 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Paragraph.js +38 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Text.js +30 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/anchor-link/AnchorLink.js +53 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/anchor-link/AnchorLink.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/anchor-link/anchorLink.module.scss.js +9 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/anchor-link/anchorLink.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/typography.module.scss.js +21 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/typography.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js +75 -1
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +7 -1
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/toggle/Toggle.js +47 -1
- package/dist/lib/esm/src/core/ui/components/atoms/toggle/Toggle.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/toggle/toggle.module.scss.js +11 -1
- package/dist/lib/esm/src/core/ui/components/atoms/toggle/toggle.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/container/CollapsibleContainer.js +53 -1
- package/dist/lib/esm/src/core/ui/components/container/CollapsibleContainer.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/container/CollapsibleContainer.module.scss.js +13 -1
- package/dist/lib/esm/src/core/ui/components/container/CollapsibleContainer.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/container/ResizableContainer.js +58 -1
- package/dist/lib/esm/src/core/ui/components/container/ResizableContainer.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/LayoutBox.js +76 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/layoutBox.module.scss.js +4 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/layoutBox.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js +4 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/container/lazyComponent/LazyComponent.js +59 -1
- package/dist/lib/esm/src/core/ui/components/container/lazyComponent/LazyComponent.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/container/lazyComponent/lazyComponent.module.scss.js +7 -1
- package/dist/lib/esm/src/core/ui/components/container/lazyComponent/lazyComponent.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/dividers/DividerLine.js +42 -1
- package/dist/lib/esm/src/core/ui/components/dividers/DividerLine.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/dividers/divider.module.scss.js +9 -1
- package/dist/lib/esm/src/core/ui/components/dividers/divider.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/error/ErrorBoundary.js +48 -1
- package/dist/lib/esm/src/core/ui/components/error/ErrorBoundary.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/error/errorBoundary.module.scss.js +7 -1
- package/dist/lib/esm/src/core/ui/components/error/errorBoundary.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/error/propsValidationError.js +8 -1
- package/dist/lib/esm/src/core/ui/components/error/propsValidationError.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/field/Field.js +167 -1
- package/dist/lib/esm/src/core/ui/components/field/Field.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/field/field.module.scss.js +9 -1
- package/dist/lib/esm/src/core/ui/components/field/field.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/icon/Icon.js +26 -1
- package/dist/lib/esm/src/core/ui/components/icon/Icon.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/icon/IconBase.js +53 -1
- package/dist/lib/esm/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/icon/IconWC.js +61 -1
- package/dist/lib/esm/src/core/ui/components/icon/IconWC.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/icon/icon.module.scss.js +4 -1
- package/dist/lib/esm/src/core/ui/components/icon/icon.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/icon/unifyIconUrl.js +10 -1
- package/dist/lib/esm/src/core/ui/components/icon/unifyIconUrl.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/molecules/layouts/FlowLayout.js +61 -1
- package/dist/lib/esm/src/core/ui/components/molecules/layouts/FlowLayout.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/molecules/layouts/flowLayout.module.scss.js +11 -1
- package/dist/lib/esm/src/core/ui/components/molecules/layouts/flowLayout.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popover/PopoverLite.js +168 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popover/PopoverLite.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popover/Tooltip.js +105 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popover/popover.types.js +4 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popover/popover.types.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popover/tooltip.module.scss.js +7 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popover/tooltip.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popup/Popup.js +123 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popup/Popup.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popup/popup.module.scss.js +4 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popup/popup.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popup/popup.overlay.module.scss.js +4 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popup/popup.overlay.module.scss.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popup/popup.types.js +4 -1
- package/dist/lib/esm/src/core/ui/components/molecules/popup/popup.types.js.map +1 -1
- package/dist/lib/esm/src/core/ui/utils/clickOutside.js +7 -1
- package/dist/lib/esm/src/core/ui/utils/clickOutside.js.map +1 -1
- package/dist/lib/esm/src/core/ui/utils/style.js +28 -1
- package/dist/lib/esm/src/core/ui/utils/style.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/index.js +8 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.js +224 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.types.js +4 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.types.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +11 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/stateMachine/tiny-state-machine.base.js +121 -1
- package/dist/lib/esm/src/core/utils/appState/stateMachine/tiny-state-machine.base.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/store/store.vanillajs.js +95 -1
- package/dist/lib/esm/src/core/utils/appState/store/store.vanillajs.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/store/store.vanillajs.templates.js +32 -1
- package/dist/lib/esm/src/core/utils/appState/store/store.vanillajs.templates.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/store/useStore.react.js +17 -1
- package/dist/lib/esm/src/core/utils/appState/store/useStore.react.js.map +1 -1
- package/dist/lib/esm/src/core/utils/array.js +21 -1
- package/dist/lib/esm/src/core/utils/array.js.map +1 -1
- package/dist/lib/esm/src/core/utils/date.js +103 -1
- package/dist/lib/esm/src/core/utils/date.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/birthnumber.validator.js +17 -1
- package/dist/lib/esm/src/core/utils/helpers/birthnumber.validator.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/birthnumberCZSKvalidator.js +58 -1
- package/dist/lib/esm/src/core/utils/helpers/birthnumberCZSKvalidator.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/cancelableDelayedFunction.js +11 -1
- package/dist/lib/esm/src/core/utils/helpers/cancelableDelayedFunction.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/date.js +10 -1
- package/dist/lib/esm/src/core/utils/helpers/date.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/deviceInfo.js +12 -1
- package/dist/lib/esm/src/core/utils/helpers/deviceInfo.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/emailMatcher.js +20 -1
- package/dist/lib/esm/src/core/utils/helpers/emailMatcher.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/file.js +19 -1
- package/dist/lib/esm/src/core/utils/helpers/file.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/fileValidator.js +115 -1
- package/dist/lib/esm/src/core/utils/helpers/fileValidator.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/objectOperations.js +47 -1
- package/dist/lib/esm/src/core/utils/helpers/objectOperations.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/other.js +23 -1
- package/dist/lib/esm/src/core/utils/helpers/other.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/text.js +16 -1
- package/dist/lib/esm/src/core/utils/helpers/text.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/textValueOperations.js +17 -1
- package/dist/lib/esm/src/core/utils/helpers/textValueOperations.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/ui.js +93 -1
- package/dist/lib/esm/src/core/utils/helpers/ui.js.map +1 -1
- package/dist/lib/esm/src/core/utils/helpers/valueOperations.js +36 -1
- package/dist/lib/esm/src/core/utils/helpers/valueOperations.js.map +1 -1
- package/dist/lib/esm/src/core/utils/keyExtractor.js +9 -1
- package/dist/lib/esm/src/core/utils/keyExtractor.js.map +1 -1
- package/dist/lib/esm/src/core/utils/webComponents/webComponent.utils.js +22 -1
- package/dist/lib/esm/src/core/utils/webComponents/webComponent.utils.js.map +1 -1
- package/dist/lib/esm/src/index.js +242 -1
- package/dist/lib/esm/src/index.js.map +1 -1
- package/dist/lib/esm/style.css +1 -0
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/__tests__/decorators.spec.d.ts +2 -0
- package/dist/types/src/__tests__/decorators.spec.d.ts.map +1 -0
- package/dist/types/src/__tests__/exports.spec.d.ts +5 -0
- package/dist/types/src/__tests__/exports.spec.d.ts.map +1 -0
- package/dist/types/src/__tests__/functionality.spec.d.ts +2 -0
- package/dist/types/src/__tests__/functionality.spec.d.ts.map +1 -0
- package/dist/types/src/core/hooks/index.d.ts +2 -0
- package/dist/types/src/core/hooks/index.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/index.d.ts +0 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/index.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/store/index.d.ts +0 -1
- package/dist/types/src/core/utils/appState/store/index.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/store/store.vanillajs.coverage.spec.d.ts +2 -0
- package/dist/types/src/core/utils/appState/store/store.vanillajs.coverage.spec.d.ts.map +1 -0
- package/dist/types/src/core/utils/appState/store/store.vanillajs.d.ts +11 -1
- package/dist/types/src/core/utils/appState/store/store.vanillajs.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/store/store.vanillajs.templates.coverage.spec.d.ts +2 -0
- package/dist/types/src/core/utils/appState/store/store.vanillajs.templates.coverage.spec.d.ts.map +1 -0
- package/dist/ui/esm/node_modules/@popperjs/core/lib/createPopper.js +122 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/createPopper.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/contains.js +18 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/contains.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js +23 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js +37 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js +32 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js +7 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js +10 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js +17 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js +9 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js +13 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js +6 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js +10 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js +35 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js +18 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js +10 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js +21 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getWindow.js +12 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getWindow.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js +11 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js +9 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js +20 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js +7 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js +8 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js +7 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js +16 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/enums.js +31 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/enums.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/applyStyles.js +47 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/applyStyles.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/arrow.js +37 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/arrow.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +99 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/computeStyles.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/eventListeners.js +26 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/eventListeners.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/flip.js +74 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/flip.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/hide.js +44 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/hide.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/offset.js +31 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/offset.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js +19 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js +54 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/popper.js +27 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/popper.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +27 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/computeOffsets.js +54 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/computeOffsets.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/debounce.js +13 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/debounce.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/detectOverflow.js +33 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/detectOverflow.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/expandToHashMap.js +8 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/expandToHashMap.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getAltAxis.js +6 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getAltAxis.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getBasePlacement.js +6 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getBasePlacement.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js +11 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js +6 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js +14 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js +12 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getVariation.js +6 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/getVariation.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/math.js +6 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/math.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/mergeByName.js +15 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/mergeByName.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js +7 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/orderModifiers.js +31 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/orderModifiers.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/rectToClientRect.js +11 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/rectToClientRect.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/userAgent.js +9 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/userAgent.js.map +1 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/within.js +12 -1
- package/dist/ui/esm/node_modules/@popperjs/core/lib/utils/within.js.map +1 -1
- package/dist/ui/esm/src/core/constants/ui.constants.js +5 -1
- package/dist/ui/esm/src/core/constants/ui.constants.js.map +1 -1
- package/dist/ui/esm/src/core/hooks/useClassNames.js +6 -1
- package/dist/ui/esm/src/core/hooks/useClassNames.js.map +1 -1
- package/dist/ui/esm/src/core/hooks/useOutsideClick.js +10 -1
- package/dist/ui/esm/src/core/hooks/useOutsideClick.js.map +1 -1
- package/dist/ui/esm/src/core/hooks/useParseProps.js +6 -1
- package/dist/ui/esm/src/core/hooks/useParseProps.js.map +1 -1
- package/dist/ui/esm/src/core/hooks/useResize.js +28 -1
- package/dist/ui/esm/src/core/hooks/useResize.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/button/Button.js +102 -1
- package/dist/ui/esm/src/core/ui/components/atoms/button/Button.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/button/button.module.scss.js +41 -1
- package/dist/ui/esm/src/core/ui/components/atoms/button/button.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/icons.js +6 -1
- package/dist/ui/esm/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/tag/Tag.js +87 -1
- package/dist/ui/esm/src/core/ui/components/atoms/tag/Tag.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.module.scss.js +44 -1
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.types.js +4 -1
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.types.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Headline.js +30 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Link.js +14 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Paragraph.js +38 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Text.js +30 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/anchor-link/AnchorLink.js +53 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/anchor-link/AnchorLink.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/anchor-link/anchorLink.module.scss.js +9 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/anchor-link/anchorLink.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/typography.module.scss.js +21 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/typography.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js +75 -1
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +7 -1
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/toggle/Toggle.js +47 -1
- package/dist/ui/esm/src/core/ui/components/atoms/toggle/Toggle.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/toggle/toggle.module.scss.js +11 -1
- package/dist/ui/esm/src/core/ui/components/atoms/toggle/toggle.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/CollapsibleContainer.js +53 -1
- package/dist/ui/esm/src/core/ui/components/container/CollapsibleContainer.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/CollapsibleContainer.module.scss.js +13 -1
- package/dist/ui/esm/src/core/ui/components/container/CollapsibleContainer.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/ResizableContainer.js +58 -1
- package/dist/ui/esm/src/core/ui/components/container/ResizableContainer.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/LayoutBox.js +76 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/layoutBox.module.scss.js +4 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/layoutBox.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js +4 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/lazyComponent/LazyComponent.js +59 -1
- package/dist/ui/esm/src/core/ui/components/container/lazyComponent/LazyComponent.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/lazyComponent/lazyComponent.module.scss.js +7 -1
- package/dist/ui/esm/src/core/ui/components/container/lazyComponent/lazyComponent.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/dividers/DividerLine.js +42 -1
- package/dist/ui/esm/src/core/ui/components/dividers/DividerLine.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/dividers/divider.module.scss.js +9 -1
- package/dist/ui/esm/src/core/ui/components/dividers/divider.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/error/ErrorBoundary.js +48 -1
- package/dist/ui/esm/src/core/ui/components/error/ErrorBoundary.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/error/errorBoundary.module.scss.js +7 -1
- package/dist/ui/esm/src/core/ui/components/error/errorBoundary.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/error/propsValidationError.js +8 -1
- package/dist/ui/esm/src/core/ui/components/error/propsValidationError.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/field/Field.js +167 -1
- package/dist/ui/esm/src/core/ui/components/field/Field.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/field/field.module.scss.js +9 -1
- package/dist/ui/esm/src/core/ui/components/field/field.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/icon/Icon.js +26 -1
- package/dist/ui/esm/src/core/ui/components/icon/Icon.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/icon/IconBase.js +53 -1
- package/dist/ui/esm/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/icon/IconWC.js +61 -1
- package/dist/ui/esm/src/core/ui/components/icon/IconWC.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/icon/icon.module.scss.js +4 -1
- package/dist/ui/esm/src/core/ui/components/icon/icon.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/icon/unifyIconUrl.js +10 -1
- package/dist/ui/esm/src/core/ui/components/icon/unifyIconUrl.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/layouts/FlowLayout.js +61 -1
- package/dist/ui/esm/src/core/ui/components/molecules/layouts/FlowLayout.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/layouts/flowLayout.module.scss.js +11 -1
- package/dist/ui/esm/src/core/ui/components/molecules/layouts/flowLayout.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popover/PopoverLite.js +168 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popover/PopoverLite.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popover/Tooltip.js +105 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popover/popover.types.js +4 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popover/popover.types.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popover/tooltip.module.scss.js +7 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popover/tooltip.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popup/Popup.js +123 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popup/Popup.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popup/popup.module.scss.js +4 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popup/popup.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popup/popup.overlay.module.scss.js +4 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popup/popup.overlay.module.scss.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popup/popup.types.js +4 -1
- package/dist/ui/esm/src/core/ui/components/molecules/popup/popup.types.js.map +1 -1
- package/dist/ui/esm/src/core/ui/index.js +86 -1
- package/dist/ui/esm/src/core/ui/index.js.map +1 -1
- package/dist/ui/esm/src/core/ui/utils/clickOutside.js +7 -1
- package/dist/ui/esm/src/core/ui/utils/clickOutside.js.map +1 -1
- package/dist/ui/esm/src/core/ui/utils/style.js +28 -1
- package/dist/ui/esm/src/core/ui/utils/style.js.map +1 -1
- package/dist/ui/esm/src/core/utils/helpers/cancelableDelayedFunction.js +7 -1
- package/dist/ui/esm/src/core/utils/helpers/cancelableDelayedFunction.js.map +1 -1
- package/dist/ui/esm/src/core/utils/helpers/text.js +8 -1
- package/dist/ui/esm/src/core/utils/helpers/text.js.map +1 -1
- package/dist/ui/esm/src/core/utils/helpers/ui.js +14 -1
- package/dist/ui/esm/src/core/utils/helpers/ui.js.map +1 -1
- package/dist/ui/esm/src/core/utils/webComponents/webComponent.utils.js +21 -1
- package/dist/ui/esm/src/core/utils/webComponents/webComponent.utils.js.map +1 -1
- package/dist/ui/esm/style.css +1 -0
- package/dist/ui/node_modules/@popperjs/core/lib/createPopper.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/createPopper.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/contains.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/contains.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getWindow.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getWindow.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/enums.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/enums.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/applyStyles.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/applyStyles.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/arrow.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/arrow.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/computeStyles.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/eventListeners.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/eventListeners.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/flip.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/flip.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/hide.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/hide.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/offset.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/offset.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/popper.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/popper.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/computeOffsets.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/computeOffsets.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/debounce.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/debounce.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/detectOverflow.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/detectOverflow.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/expandToHashMap.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/expandToHashMap.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getAltAxis.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getAltAxis.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getBasePlacement.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getBasePlacement.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getVariation.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/getVariation.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/math.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/math.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/mergeByName.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/mergeByName.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/orderModifiers.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/orderModifiers.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/rectToClientRect.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/rectToClientRect.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/userAgent.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/userAgent.js.map +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/within.js +1 -1
- package/dist/ui/node_modules/@popperjs/core/lib/utils/within.js.map +1 -1
- package/dist/ui/src/core/constants/ui.constants.js +1 -1
- package/dist/ui/src/core/constants/ui.constants.js.map +1 -1
- package/dist/ui/src/core/hooks/useClassNames.js +1 -1
- package/dist/ui/src/core/hooks/useClassNames.js.map +1 -1
- package/dist/ui/src/core/hooks/useOutsideClick.js +1 -1
- package/dist/ui/src/core/hooks/useOutsideClick.js.map +1 -1
- package/dist/ui/src/core/hooks/useParseProps.js +1 -1
- package/dist/ui/src/core/hooks/useParseProps.js.map +1 -1
- package/dist/ui/src/core/hooks/useResize.js +1 -1
- package/dist/ui/src/core/hooks/useResize.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/button/Button.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/button/Button.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/button/button.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/icons.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/tag/Tag.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/tag/Tag.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/tag/tag.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/tag/tag.types.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/tag/tag.types.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Headline.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Link.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Paragraph.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Text.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/anchor-link/AnchorLink.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/anchor-link/AnchorLink.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/anchor-link/anchorLink.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/typography.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/textAndContent/TextAndContent.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/toggle/Toggle.js +1 -1
- package/dist/ui/src/core/ui/components/atoms/toggle/Toggle.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/toggle/toggle.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/container/CollapsibleContainer.js +1 -1
- package/dist/ui/src/core/ui/components/container/CollapsibleContainer.js.map +1 -1
- package/dist/ui/src/core/ui/components/container/CollapsibleContainer.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/container/ResizableContainer.js +1 -1
- package/dist/ui/src/core/ui/components/container/ResizableContainer.js.map +1 -1
- package/dist/ui/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
- package/dist/ui/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/ui/src/core/ui/components/container/layoutBox/layoutBox.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/container/layoutBox/layoutBox.types.js +1 -1
- package/dist/ui/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/ui/src/core/ui/components/container/lazyComponent/LazyComponent.js +1 -1
- package/dist/ui/src/core/ui/components/container/lazyComponent/LazyComponent.js.map +1 -1
- package/dist/ui/src/core/ui/components/container/lazyComponent/lazyComponent.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/dividers/DividerLine.js +1 -1
- package/dist/ui/src/core/ui/components/dividers/DividerLine.js.map +1 -1
- package/dist/ui/src/core/ui/components/dividers/divider.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/error/ErrorBoundary.js +1 -1
- package/dist/ui/src/core/ui/components/error/ErrorBoundary.js.map +1 -1
- package/dist/ui/src/core/ui/components/error/errorBoundary.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/error/propsValidationError.js +1 -1
- package/dist/ui/src/core/ui/components/error/propsValidationError.js.map +1 -1
- package/dist/ui/src/core/ui/components/field/Field.js +1 -1
- package/dist/ui/src/core/ui/components/field/Field.js.map +1 -1
- package/dist/ui/src/core/ui/components/field/field.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/icon/Icon.js +1 -1
- package/dist/ui/src/core/ui/components/icon/Icon.js.map +1 -1
- package/dist/ui/src/core/ui/components/icon/IconBase.js +1 -1
- package/dist/ui/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/ui/src/core/ui/components/icon/IconWC.js +1 -1
- package/dist/ui/src/core/ui/components/icon/IconWC.js.map +1 -1
- package/dist/ui/src/core/ui/components/icon/icon.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/icon/unifyIconUrl.js +1 -1
- package/dist/ui/src/core/ui/components/icon/unifyIconUrl.js.map +1 -1
- package/dist/ui/src/core/ui/components/molecules/layouts/FlowLayout.js +1 -1
- package/dist/ui/src/core/ui/components/molecules/layouts/FlowLayout.js.map +1 -1
- package/dist/ui/src/core/ui/components/molecules/layouts/flowLayout.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/molecules/popover/PopoverLite.js +1 -1
- package/dist/ui/src/core/ui/components/molecules/popover/PopoverLite.js.map +1 -1
- package/dist/ui/src/core/ui/components/molecules/popover/Tooltip.js +1 -1
- package/dist/ui/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
- package/dist/ui/src/core/ui/components/molecules/popover/popover.types.js +1 -1
- package/dist/ui/src/core/ui/components/molecules/popover/popover.types.js.map +1 -1
- package/dist/ui/src/core/ui/components/molecules/popover/tooltip.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/molecules/popup/Popup.js +1 -1
- package/dist/ui/src/core/ui/components/molecules/popup/Popup.js.map +1 -1
- package/dist/ui/src/core/ui/components/molecules/popup/popup.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/molecules/popup/popup.overlay.module.scss.js +1 -1
- package/dist/ui/src/core/ui/components/molecules/popup/popup.types.js +1 -1
- package/dist/ui/src/core/ui/components/molecules/popup/popup.types.js.map +1 -1
- package/dist/ui/src/core/ui/index.js +1 -1
- package/dist/ui/src/core/ui/utils/clickOutside.js +1 -1
- package/dist/ui/src/core/ui/utils/clickOutside.js.map +1 -1
- package/dist/ui/src/core/ui/utils/style.js +1 -1
- package/dist/ui/src/core/ui/utils/style.js.map +1 -1
- package/dist/ui/src/core/utils/helpers/cancelableDelayedFunction.js +1 -1
- package/dist/ui/src/core/utils/helpers/cancelableDelayedFunction.js.map +1 -1
- package/dist/ui/src/core/utils/helpers/text.js +1 -1
- package/dist/ui/src/core/utils/helpers/text.js.map +1 -1
- package/dist/ui/src/core/utils/helpers/ui.js +1 -1
- package/dist/ui/src/core/utils/helpers/ui.js.map +1 -1
- package/dist/ui/src/core/utils/webComponents/webComponent.utils.js +1 -1
- package/dist/ui/src/core/utils/webComponents/webComponent.utils.js.map +1 -1
- package/dist/ui/style.css +1 -0
- package/dist/utils/esm/node_modules/uuid/dist/esm-browser/native.js +6 -1
- package/dist/utils/esm/node_modules/uuid/dist/esm-browser/native.js.map +1 -1
- package/dist/utils/esm/node_modules/uuid/dist/esm-browser/rng.js +10 -1
- package/dist/utils/esm/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/utils/esm/node_modules/uuid/dist/esm-browser/stringify.js +9 -1
- package/dist/utils/esm/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/utils/esm/node_modules/uuid/dist/esm-browser/v4.js +13 -1
- package/dist/utils/esm/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/index.js +8 -1
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.js +224 -1
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.types.js +4 -1
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/peregrineMQ.types.js.map +1 -1
- package/dist/utils/esm/src/core/utils/appState/stateMachine/tiny-state-machine.base.js +121 -1
- package/dist/utils/esm/src/core/utils/appState/stateMachine/tiny-state-machine.base.js.map +1 -1
- package/dist/utils/esm/src/core/utils/appState/store/store.vanillajs.js +95 -1
- package/dist/utils/esm/src/core/utils/appState/store/store.vanillajs.js.map +1 -1
- package/dist/utils/esm/src/core/utils/appState/store/store.vanillajs.templates.js +32 -1
- package/dist/utils/esm/src/core/utils/appState/store/store.vanillajs.templates.js.map +1 -1
- package/dist/utils/esm/src/core/utils/array.js +21 -1
- package/dist/utils/esm/src/core/utils/array.js.map +1 -1
- package/dist/utils/esm/src/core/utils/date.js +103 -1
- package/dist/utils/esm/src/core/utils/date.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/birthnumber.validator.js +17 -1
- package/dist/utils/esm/src/core/utils/helpers/birthnumber.validator.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/birthnumberCZSKvalidator.js +58 -1
- package/dist/utils/esm/src/core/utils/helpers/birthnumberCZSKvalidator.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/cancelableDelayedFunction.js +11 -1
- package/dist/utils/esm/src/core/utils/helpers/cancelableDelayedFunction.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/date.js +10 -1
- package/dist/utils/esm/src/core/utils/helpers/date.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/deviceInfo.js +12 -1
- package/dist/utils/esm/src/core/utils/helpers/deviceInfo.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/emailMatcher.js +20 -1
- package/dist/utils/esm/src/core/utils/helpers/emailMatcher.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/file.js +19 -1
- package/dist/utils/esm/src/core/utils/helpers/file.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/fileValidator.js +115 -1
- package/dist/utils/esm/src/core/utils/helpers/fileValidator.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/objectOperations.js +47 -1
- package/dist/utils/esm/src/core/utils/helpers/objectOperations.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/other.js +23 -1
- package/dist/utils/esm/src/core/utils/helpers/other.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/text.js +16 -1
- package/dist/utils/esm/src/core/utils/helpers/text.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/textValueOperations.js +17 -1
- package/dist/utils/esm/src/core/utils/helpers/textValueOperations.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/ui.js +93 -1
- package/dist/utils/esm/src/core/utils/helpers/ui.js.map +1 -1
- package/dist/utils/esm/src/core/utils/helpers/valueOperations.js +36 -1
- package/dist/utils/esm/src/core/utils/helpers/valueOperations.js.map +1 -1
- package/dist/utils/esm/src/core/utils/index.js +126 -1
- package/dist/utils/esm/src/core/utils/index.js.map +1 -1
- package/dist/utils/esm/src/core/utils/keyExtractor.js +9 -1
- package/dist/utils/esm/src/core/utils/keyExtractor.js.map +1 -1
- package/dist/utils/esm/src/core/utils/webComponents/webComponent.utils.js +22 -1
- package/dist/utils/esm/src/core/utils/webComponents/webComponent.utils.js.map +1 -1
- package/dist/utils/node_modules/uuid/dist/esm-browser/native.js +1 -1
- package/dist/utils/node_modules/uuid/dist/esm-browser/native.js.map +1 -1
- package/dist/utils/node_modules/uuid/dist/esm-browser/rng.js +1 -1
- package/dist/utils/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/utils/node_modules/uuid/dist/esm-browser/stringify.js +1 -1
- package/dist/utils/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/utils/node_modules/uuid/dist/esm-browser/v4.js +1 -1
- package/dist/utils/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/utils/src/core/utils/appState/peregrineMQ/index.js +1 -1
- package/dist/utils/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/utils/src/core/utils/appState/peregrineMQ/peregrineMQ.js +1 -1
- package/dist/utils/src/core/utils/appState/peregrineMQ/peregrineMQ.js.map +1 -1
- package/dist/utils/src/core/utils/appState/peregrineMQ/peregrineMQ.types.js +1 -1
- package/dist/utils/src/core/utils/appState/peregrineMQ/peregrineMQ.types.js.map +1 -1
- package/dist/utils/src/core/utils/appState/stateMachine/tiny-state-machine.base.js +1 -1
- package/dist/utils/src/core/utils/appState/stateMachine/tiny-state-machine.base.js.map +1 -1
- package/dist/utils/src/core/utils/appState/store/store.vanillajs.js +1 -1
- package/dist/utils/src/core/utils/appState/store/store.vanillajs.js.map +1 -1
- package/dist/utils/src/core/utils/appState/store/store.vanillajs.templates.js +1 -1
- package/dist/utils/src/core/utils/appState/store/store.vanillajs.templates.js.map +1 -1
- package/dist/utils/src/core/utils/array.js +1 -1
- package/dist/utils/src/core/utils/array.js.map +1 -1
- package/dist/utils/src/core/utils/date.js +1 -1
- package/dist/utils/src/core/utils/date.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/birthnumber.validator.js +1 -1
- package/dist/utils/src/core/utils/helpers/birthnumber.validator.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/birthnumberCZSKvalidator.js +1 -1
- package/dist/utils/src/core/utils/helpers/birthnumberCZSKvalidator.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/cancelableDelayedFunction.js +1 -1
- package/dist/utils/src/core/utils/helpers/cancelableDelayedFunction.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/date.js +1 -1
- package/dist/utils/src/core/utils/helpers/date.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/deviceInfo.js +1 -1
- package/dist/utils/src/core/utils/helpers/deviceInfo.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/emailMatcher.js +1 -1
- package/dist/utils/src/core/utils/helpers/emailMatcher.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/file.js +3 -1
- package/dist/utils/src/core/utils/helpers/file.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/fileValidator.js +3 -1
- package/dist/utils/src/core/utils/helpers/fileValidator.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/objectOperations.js +1 -1
- package/dist/utils/src/core/utils/helpers/objectOperations.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/other.js +1 -1
- package/dist/utils/src/core/utils/helpers/other.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/text.js +1 -1
- package/dist/utils/src/core/utils/helpers/text.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/textValueOperations.js +1 -1
- package/dist/utils/src/core/utils/helpers/textValueOperations.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/ui.js +1 -1
- package/dist/utils/src/core/utils/helpers/ui.js.map +1 -1
- package/dist/utils/src/core/utils/helpers/valueOperations.js +1 -1
- package/dist/utils/src/core/utils/helpers/valueOperations.js.map +1 -1
- package/dist/utils/src/core/utils/index.js +1 -1
- package/dist/utils/src/core/utils/keyExtractor.js +1 -1
- package/dist/utils/src/core/utils/keyExtractor.js.map +1 -1
- package/dist/utils/src/core/utils/webComponents/webComponent.utils.js +1 -1
- package/dist/utils/src/core/utils/webComponents/webComponent.utils.js.map +1 -1
- package/package.json +3 -3
- package/dist/hooks/_virtual/_rollupPluginBabelHelpers.js +0 -2
- package/dist/hooks/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
- package/dist/hooks/esm/_virtual/_rollupPluginBabelHelpers.js +0 -2
- package/dist/hooks/esm/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
- package/dist/hooks/esm/index.css +0 -1004
- package/dist/hooks/esm/node_modules/lodash-es/_Symbol.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/_Symbol.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/_baseGetTag.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/_baseGetTag.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/_baseTrim.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/_baseTrim.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/_freeGlobal.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/_freeGlobal.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/_getRawTag.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/_getRawTag.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/_objectToString.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/_objectToString.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/_root.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/_root.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/_trimmedEndIndex.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/_trimmedEndIndex.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/debounce.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/debounce.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/isObject.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/isObject.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/isObjectLike.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/isObjectLike.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/isSymbol.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/isSymbol.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/now.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/now.js.map +0 -1
- package/dist/hooks/esm/node_modules/lodash-es/toNumber.js +0 -2
- package/dist/hooks/esm/node_modules/lodash-es/toNumber.js.map +0 -1
- package/dist/hooks/index.css +0 -1004
- package/dist/hooks/node_modules/lodash-es/_Symbol.js +0 -2
- package/dist/hooks/node_modules/lodash-es/_Symbol.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/_baseGetTag.js +0 -2
- package/dist/hooks/node_modules/lodash-es/_baseGetTag.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/_baseTrim.js +0 -2
- package/dist/hooks/node_modules/lodash-es/_baseTrim.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/_freeGlobal.js +0 -2
- package/dist/hooks/node_modules/lodash-es/_freeGlobal.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/_getRawTag.js +0 -2
- package/dist/hooks/node_modules/lodash-es/_getRawTag.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/_objectToString.js +0 -2
- package/dist/hooks/node_modules/lodash-es/_objectToString.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/_root.js +0 -2
- package/dist/hooks/node_modules/lodash-es/_root.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/_trimmedEndIndex.js +0 -2
- package/dist/hooks/node_modules/lodash-es/_trimmedEndIndex.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/debounce.js +0 -2
- package/dist/hooks/node_modules/lodash-es/debounce.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/isObject.js +0 -2
- package/dist/hooks/node_modules/lodash-es/isObject.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/isObjectLike.js +0 -2
- package/dist/hooks/node_modules/lodash-es/isObjectLike.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/isSymbol.js +0 -2
- package/dist/hooks/node_modules/lodash-es/isSymbol.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/now.js +0 -2
- package/dist/hooks/node_modules/lodash-es/now.js.map +0 -1
- package/dist/hooks/node_modules/lodash-es/toNumber.js +0 -2
- package/dist/hooks/node_modules/lodash-es/toNumber.js.map +0 -1
- package/dist/lib/cjs/_virtual/_commonjsHelpers.js +0 -2
- package/dist/lib/cjs/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/lib/cjs/_virtual/_rollupPluginBabelHelpers.js +0 -2
- package/dist/lib/cjs/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
- package/dist/lib/cjs/_virtual/customParseFormat.js +0 -2
- package/dist/lib/cjs/_virtual/customParseFormat.js.map +0 -1
- package/dist/lib/cjs/_virtual/make-built-in.js +0 -2
- package/dist/lib/cjs/_virtual/make-built-in.js.map +0 -1
- package/dist/lib/cjs/_virtual/object-define-properties.js +0 -2
- package/dist/lib/cjs/_virtual/object-define-properties.js.map +0 -1
- package/dist/lib/cjs/_virtual/object-define-property.js +0 -2
- package/dist/lib/cjs/_virtual/object-define-property.js.map +0 -1
- package/dist/lib/cjs/_virtual/object-get-own-property-descriptor.js +0 -2
- package/dist/lib/cjs/_virtual/object-get-own-property-descriptor.js.map +0 -1
- package/dist/lib/cjs/_virtual/object-get-own-property-names.js +0 -2
- package/dist/lib/cjs/_virtual/object-get-own-property-names.js.map +0 -1
- package/dist/lib/cjs/_virtual/object-get-own-property-symbols.js +0 -2
- package/dist/lib/cjs/_virtual/object-get-own-property-symbols.js.map +0 -1
- package/dist/lib/cjs/_virtual/object-property-is-enumerable.js +0 -2
- package/dist/lib/cjs/_virtual/object-property-is-enumerable.js.map +0 -1
- package/dist/lib/cjs/_virtual/relativeTime.js +0 -2
- package/dist/lib/cjs/_virtual/relativeTime.js.map +0 -1
- package/dist/lib/cjs/_virtual/shared-store.js +0 -2
- package/dist/lib/cjs/_virtual/shared-store.js.map +0 -1
- package/dist/lib/cjs/_virtual/updateLocale.js +0 -2
- package/dist/lib/cjs/_virtual/updateLocale.js.map +0 -1
- package/dist/lib/cjs/index.css +0 -1004
- package/dist/lib/cjs/node_modules/core-js/internals/a-callable.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/a-callable.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/add-to-unscopables.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/add-to-unscopables.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/an-object.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/an-object.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/array-includes.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/array-includes.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/classof-raw.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/classof-raw.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/copy-constructor-properties.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/copy-constructor-properties.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/create-non-enumerable-property.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/create-non-enumerable-property.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/create-property-descriptor.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/create-property-descriptor.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/define-built-in.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/define-built-in.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/define-global-property.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/define-global-property.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/descriptors.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/descriptors.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/document-create-element.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/document-create-element.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/enum-bug-keys.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/enum-bug-keys.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/environment-user-agent.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/environment-user-agent.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/environment-v8-version.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/environment-v8-version.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/export.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/export.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/fails.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/fails.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/function-bind-native.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/function-bind-native.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/function-call.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/function-call.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/function-name.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/function-name.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/function-uncurry-this.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/function-uncurry-this.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/get-built-in.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/get-built-in.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/get-method.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/get-method.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/global-this.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/global-this.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/has-own-property.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/has-own-property.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/hidden-keys.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/hidden-keys.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/html.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/html.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/ie8-dom-define.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/ie8-dom-define.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/indexed-object.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/indexed-object.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/inspect-source.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/inspect-source.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/internal-state.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/internal-state.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/is-callable.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/is-callable.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/is-forced.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/is-forced.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/is-null-or-undefined.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/is-null-or-undefined.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/is-object.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/is-object.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/is-symbol.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/is-symbol.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/length-of-array-like.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/length-of-array-like.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/make-built-in.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/make-built-in.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/math-trunc.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/math-trunc.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/object-create.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/object-create.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/object-define-properties.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/object-define-properties.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/object-define-property.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/object-define-property.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/object-get-own-property-descriptor.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/object-get-own-property-descriptor.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/object-get-own-property-names.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/object-get-own-property-names.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/object-get-own-property-symbols.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/object-get-own-property-symbols.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/object-is-prototype-of.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/object-is-prototype-of.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/object-keys-internal.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/object-keys-internal.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/object-keys.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/object-keys.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/object-property-is-enumerable.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/object-property-is-enumerable.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/ordinary-to-primitive.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/ordinary-to-primitive.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/own-keys.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/own-keys.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/require-object-coercible.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/require-object-coercible.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/shared-key.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/shared-key.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/shared-store.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/shared-store.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/shared.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/shared.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/symbol-constructor-detection.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/symbol-constructor-detection.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/to-absolute-index.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/to-absolute-index.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/to-indexed-object.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/to-indexed-object.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/to-integer-or-infinity.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/to-integer-or-infinity.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/to-length.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/to-length.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/to-object.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/to-object.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/to-primitive.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/to-primitive.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/to-property-key.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/to-property-key.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/try-to-string.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/try-to-string.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/uid.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/uid.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/use-symbol-as-uid.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/use-symbol-as-uid.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/v8-prototype-define-bug.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/v8-prototype-define-bug.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/weak-map-basic-detection.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/weak-map-basic-detection.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/internals/well-known-symbol.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/internals/well-known-symbol.js.map +0 -1
- package/dist/lib/cjs/node_modules/core-js/modules/es.array.includes.js +0 -2
- package/dist/lib/cjs/node_modules/core-js/modules/es.array.includes.js.map +0 -1
- package/dist/lib/cjs/node_modules/dayjs/plugin/customParseFormat.js +0 -2
- package/dist/lib/cjs/node_modules/dayjs/plugin/customParseFormat.js.map +0 -1
- package/dist/lib/cjs/node_modules/dayjs/plugin/relativeTime.js +0 -2
- package/dist/lib/cjs/node_modules/dayjs/plugin/relativeTime.js.map +0 -1
- package/dist/lib/cjs/node_modules/dayjs/plugin/updateLocale.js +0 -2
- package/dist/lib/cjs/node_modules/dayjs/plugin/updateLocale.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/_Symbol.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/_Symbol.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/_baseGetTag.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/_baseGetTag.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/_baseTrim.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/_baseTrim.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/_freeGlobal.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/_freeGlobal.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/_getRawTag.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/_getRawTag.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/_objectToString.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/_objectToString.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/_root.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/_root.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/_trimmedEndIndex.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/_trimmedEndIndex.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/debounce.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/debounce.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/isObject.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/isObject.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/isObjectLike.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/isObjectLike.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/isSymbol.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/isSymbol.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/now.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/now.js.map +0 -1
- package/dist/lib/cjs/node_modules/lodash-es/toNumber.js +0 -2
- package/dist/lib/cjs/node_modules/lodash-es/toNumber.js.map +0 -1
- package/dist/lib/esm/_virtual/_commonjsHelpers.js +0 -2
- package/dist/lib/esm/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/lib/esm/_virtual/_rollupPluginBabelHelpers.js +0 -2
- package/dist/lib/esm/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
- package/dist/lib/esm/_virtual/customParseFormat.js +0 -2
- package/dist/lib/esm/_virtual/customParseFormat.js.map +0 -1
- package/dist/lib/esm/_virtual/make-built-in.js +0 -2
- package/dist/lib/esm/_virtual/make-built-in.js.map +0 -1
- package/dist/lib/esm/_virtual/object-define-properties.js +0 -2
- package/dist/lib/esm/_virtual/object-define-properties.js.map +0 -1
- package/dist/lib/esm/_virtual/object-define-property.js +0 -2
- package/dist/lib/esm/_virtual/object-define-property.js.map +0 -1
- package/dist/lib/esm/_virtual/object-get-own-property-descriptor.js +0 -2
- package/dist/lib/esm/_virtual/object-get-own-property-descriptor.js.map +0 -1
- package/dist/lib/esm/_virtual/object-get-own-property-names.js +0 -2
- package/dist/lib/esm/_virtual/object-get-own-property-names.js.map +0 -1
- package/dist/lib/esm/_virtual/object-get-own-property-symbols.js +0 -2
- package/dist/lib/esm/_virtual/object-get-own-property-symbols.js.map +0 -1
- package/dist/lib/esm/_virtual/object-property-is-enumerable.js +0 -2
- package/dist/lib/esm/_virtual/object-property-is-enumerable.js.map +0 -1
- package/dist/lib/esm/_virtual/relativeTime.js +0 -2
- package/dist/lib/esm/_virtual/relativeTime.js.map +0 -1
- package/dist/lib/esm/_virtual/shared-store.js +0 -2
- package/dist/lib/esm/_virtual/shared-store.js.map +0 -1
- package/dist/lib/esm/_virtual/updateLocale.js +0 -2
- package/dist/lib/esm/_virtual/updateLocale.js.map +0 -1
- package/dist/lib/esm/index.css +0 -1004
- package/dist/lib/esm/node_modules/core-js/internals/a-callable.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/a-callable.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/add-to-unscopables.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/add-to-unscopables.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/an-object.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/an-object.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/array-includes.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/array-includes.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/classof-raw.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/classof-raw.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/copy-constructor-properties.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/copy-constructor-properties.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/create-non-enumerable-property.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/create-non-enumerable-property.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/create-property-descriptor.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/create-property-descriptor.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/define-built-in.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/define-built-in.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/define-global-property.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/define-global-property.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/descriptors.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/descriptors.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/document-create-element.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/document-create-element.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/enum-bug-keys.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/enum-bug-keys.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/environment-user-agent.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/environment-user-agent.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/environment-v8-version.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/environment-v8-version.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/export.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/export.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/fails.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/fails.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/function-bind-native.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/function-bind-native.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/function-call.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/function-call.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/function-name.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/function-name.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/function-uncurry-this.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/function-uncurry-this.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/get-built-in.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/get-built-in.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/get-method.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/get-method.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/global-this.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/global-this.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/has-own-property.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/has-own-property.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/hidden-keys.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/hidden-keys.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/html.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/html.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/ie8-dom-define.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/ie8-dom-define.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/indexed-object.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/indexed-object.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/inspect-source.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/inspect-source.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/internal-state.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/internal-state.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/is-callable.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/is-callable.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/is-forced.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/is-forced.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/is-null-or-undefined.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/is-null-or-undefined.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/is-object.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/is-object.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/is-symbol.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/is-symbol.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/length-of-array-like.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/length-of-array-like.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/make-built-in.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/make-built-in.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/math-trunc.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/math-trunc.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/object-create.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/object-create.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/object-define-properties.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/object-define-properties.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/object-define-property.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/object-define-property.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/object-get-own-property-descriptor.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/object-get-own-property-descriptor.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/object-get-own-property-names.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/object-get-own-property-names.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/object-get-own-property-symbols.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/object-get-own-property-symbols.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/object-is-prototype-of.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/object-is-prototype-of.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/object-keys-internal.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/object-keys-internal.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/object-keys.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/object-keys.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/object-property-is-enumerable.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/object-property-is-enumerable.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/ordinary-to-primitive.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/ordinary-to-primitive.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/own-keys.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/own-keys.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/require-object-coercible.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/require-object-coercible.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/shared-key.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/shared-key.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/shared-store.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/shared-store.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/shared.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/shared.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/symbol-constructor-detection.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/symbol-constructor-detection.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/to-absolute-index.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/to-absolute-index.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/to-indexed-object.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/to-indexed-object.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/to-integer-or-infinity.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/to-integer-or-infinity.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/to-length.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/to-length.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/to-object.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/to-object.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/to-primitive.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/to-primitive.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/to-property-key.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/to-property-key.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/try-to-string.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/try-to-string.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/uid.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/uid.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/use-symbol-as-uid.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/use-symbol-as-uid.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/v8-prototype-define-bug.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/v8-prototype-define-bug.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/weak-map-basic-detection.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/weak-map-basic-detection.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/internals/well-known-symbol.js +0 -2
- package/dist/lib/esm/node_modules/core-js/internals/well-known-symbol.js.map +0 -1
- package/dist/lib/esm/node_modules/core-js/modules/es.array.includes.js +0 -2
- package/dist/lib/esm/node_modules/core-js/modules/es.array.includes.js.map +0 -1
- package/dist/lib/esm/node_modules/dayjs/plugin/customParseFormat.js +0 -2
- package/dist/lib/esm/node_modules/dayjs/plugin/customParseFormat.js.map +0 -1
- package/dist/lib/esm/node_modules/dayjs/plugin/relativeTime.js +0 -2
- package/dist/lib/esm/node_modules/dayjs/plugin/relativeTime.js.map +0 -1
- package/dist/lib/esm/node_modules/dayjs/plugin/updateLocale.js +0 -2
- package/dist/lib/esm/node_modules/dayjs/plugin/updateLocale.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/_Symbol.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/_Symbol.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/_baseGetTag.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/_baseGetTag.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/_baseTrim.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/_baseTrim.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/_freeGlobal.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/_freeGlobal.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/_getRawTag.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/_getRawTag.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/_objectToString.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/_objectToString.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/_root.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/_root.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/_trimmedEndIndex.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/_trimmedEndIndex.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/debounce.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/debounce.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/isObject.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/isObject.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/isObjectLike.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/isObjectLike.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/isSymbol.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/isSymbol.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/now.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/now.js.map +0 -1
- package/dist/lib/esm/node_modules/lodash-es/toNumber.js +0 -2
- package/dist/lib/esm/node_modules/lodash-es/toNumber.js.map +0 -1
- package/dist/ui/_virtual/_commonjsHelpers.js +0 -2
- package/dist/ui/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/ui/_virtual/_rollupPluginBabelHelpers.js +0 -2
- package/dist/ui/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
- package/dist/ui/_virtual/make-built-in.js +0 -2
- package/dist/ui/_virtual/make-built-in.js.map +0 -1
- package/dist/ui/_virtual/object-define-properties.js +0 -2
- package/dist/ui/_virtual/object-define-properties.js.map +0 -1
- package/dist/ui/_virtual/object-define-property.js +0 -2
- package/dist/ui/_virtual/object-define-property.js.map +0 -1
- package/dist/ui/_virtual/object-get-own-property-descriptor.js +0 -2
- package/dist/ui/_virtual/object-get-own-property-descriptor.js.map +0 -1
- package/dist/ui/_virtual/object-get-own-property-names.js +0 -2
- package/dist/ui/_virtual/object-get-own-property-names.js.map +0 -1
- package/dist/ui/_virtual/object-get-own-property-symbols.js +0 -2
- package/dist/ui/_virtual/object-get-own-property-symbols.js.map +0 -1
- package/dist/ui/_virtual/object-property-is-enumerable.js +0 -2
- package/dist/ui/_virtual/object-property-is-enumerable.js.map +0 -1
- package/dist/ui/_virtual/shared-store.js +0 -2
- package/dist/ui/_virtual/shared-store.js.map +0 -1
- package/dist/ui/esm/_virtual/_commonjsHelpers.js +0 -2
- package/dist/ui/esm/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/ui/esm/_virtual/_rollupPluginBabelHelpers.js +0 -2
- package/dist/ui/esm/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
- package/dist/ui/esm/_virtual/make-built-in.js +0 -2
- package/dist/ui/esm/_virtual/make-built-in.js.map +0 -1
- package/dist/ui/esm/_virtual/object-define-properties.js +0 -2
- package/dist/ui/esm/_virtual/object-define-properties.js.map +0 -1
- package/dist/ui/esm/_virtual/object-define-property.js +0 -2
- package/dist/ui/esm/_virtual/object-define-property.js.map +0 -1
- package/dist/ui/esm/_virtual/object-get-own-property-descriptor.js +0 -2
- package/dist/ui/esm/_virtual/object-get-own-property-descriptor.js.map +0 -1
- package/dist/ui/esm/_virtual/object-get-own-property-names.js +0 -2
- package/dist/ui/esm/_virtual/object-get-own-property-names.js.map +0 -1
- package/dist/ui/esm/_virtual/object-get-own-property-symbols.js +0 -2
- package/dist/ui/esm/_virtual/object-get-own-property-symbols.js.map +0 -1
- package/dist/ui/esm/_virtual/object-property-is-enumerable.js +0 -2
- package/dist/ui/esm/_virtual/object-property-is-enumerable.js.map +0 -1
- package/dist/ui/esm/_virtual/shared-store.js +0 -2
- package/dist/ui/esm/_virtual/shared-store.js.map +0 -1
- package/dist/ui/esm/index.css +0 -1004
- package/dist/ui/esm/node_modules/core-js/internals/a-callable.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/a-callable.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/add-to-unscopables.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/add-to-unscopables.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/an-object.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/an-object.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/array-includes.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/array-includes.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/classof-raw.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/classof-raw.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/copy-constructor-properties.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/copy-constructor-properties.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/create-non-enumerable-property.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/create-non-enumerable-property.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/create-property-descriptor.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/create-property-descriptor.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/define-built-in.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/define-built-in.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/define-global-property.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/define-global-property.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/descriptors.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/descriptors.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/document-create-element.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/document-create-element.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/enum-bug-keys.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/enum-bug-keys.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/environment-user-agent.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/environment-user-agent.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/environment-v8-version.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/environment-v8-version.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/export.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/export.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/fails.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/fails.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/function-bind-native.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/function-bind-native.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/function-call.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/function-call.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/function-name.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/function-name.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/function-uncurry-this.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/function-uncurry-this.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/get-built-in.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/get-built-in.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/get-method.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/get-method.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/global-this.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/global-this.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/has-own-property.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/has-own-property.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/hidden-keys.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/hidden-keys.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/html.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/html.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/ie8-dom-define.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/ie8-dom-define.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/indexed-object.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/indexed-object.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/inspect-source.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/inspect-source.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/internal-state.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/internal-state.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/is-callable.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/is-callable.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/is-forced.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/is-forced.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/is-null-or-undefined.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/is-null-or-undefined.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/is-object.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/is-object.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/is-symbol.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/is-symbol.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/length-of-array-like.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/length-of-array-like.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/make-built-in.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/make-built-in.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/math-trunc.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/math-trunc.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/object-create.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/object-create.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/object-define-properties.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/object-define-properties.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/object-define-property.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/object-define-property.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/object-get-own-property-descriptor.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/object-get-own-property-descriptor.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/object-get-own-property-names.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/object-get-own-property-names.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/object-get-own-property-symbols.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/object-get-own-property-symbols.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/object-is-prototype-of.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/object-is-prototype-of.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/object-keys-internal.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/object-keys-internal.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/object-keys.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/object-keys.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/object-property-is-enumerable.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/object-property-is-enumerable.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/ordinary-to-primitive.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/ordinary-to-primitive.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/own-keys.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/own-keys.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/require-object-coercible.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/require-object-coercible.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/shared-key.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/shared-key.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/shared-store.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/shared-store.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/shared.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/shared.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/symbol-constructor-detection.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/symbol-constructor-detection.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/to-absolute-index.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/to-absolute-index.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/to-indexed-object.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/to-indexed-object.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/to-integer-or-infinity.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/to-integer-or-infinity.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/to-length.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/to-length.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/to-object.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/to-object.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/to-primitive.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/to-primitive.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/to-property-key.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/to-property-key.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/try-to-string.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/try-to-string.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/uid.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/uid.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/use-symbol-as-uid.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/use-symbol-as-uid.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/v8-prototype-define-bug.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/v8-prototype-define-bug.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/weak-map-basic-detection.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/weak-map-basic-detection.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/internals/well-known-symbol.js +0 -2
- package/dist/ui/esm/node_modules/core-js/internals/well-known-symbol.js.map +0 -1
- package/dist/ui/esm/node_modules/core-js/modules/es.array.includes.js +0 -2
- package/dist/ui/esm/node_modules/core-js/modules/es.array.includes.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/_Symbol.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/_Symbol.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/_baseGetTag.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/_baseGetTag.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/_baseTrim.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/_baseTrim.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/_freeGlobal.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/_freeGlobal.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/_getRawTag.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/_getRawTag.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/_objectToString.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/_objectToString.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/_root.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/_root.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/_trimmedEndIndex.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/_trimmedEndIndex.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/debounce.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/debounce.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/isObject.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/isObject.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/isObjectLike.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/isObjectLike.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/isSymbol.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/isSymbol.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/now.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/now.js.map +0 -1
- package/dist/ui/esm/node_modules/lodash-es/toNumber.js +0 -2
- package/dist/ui/esm/node_modules/lodash-es/toNumber.js.map +0 -1
- package/dist/ui/index.css +0 -1004
- package/dist/ui/node_modules/core-js/internals/a-callable.js +0 -2
- package/dist/ui/node_modules/core-js/internals/a-callable.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/add-to-unscopables.js +0 -2
- package/dist/ui/node_modules/core-js/internals/add-to-unscopables.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/an-object.js +0 -2
- package/dist/ui/node_modules/core-js/internals/an-object.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/array-includes.js +0 -2
- package/dist/ui/node_modules/core-js/internals/array-includes.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/classof-raw.js +0 -2
- package/dist/ui/node_modules/core-js/internals/classof-raw.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/copy-constructor-properties.js +0 -2
- package/dist/ui/node_modules/core-js/internals/copy-constructor-properties.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/create-non-enumerable-property.js +0 -2
- package/dist/ui/node_modules/core-js/internals/create-non-enumerable-property.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/create-property-descriptor.js +0 -2
- package/dist/ui/node_modules/core-js/internals/create-property-descriptor.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/define-built-in.js +0 -2
- package/dist/ui/node_modules/core-js/internals/define-built-in.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/define-global-property.js +0 -2
- package/dist/ui/node_modules/core-js/internals/define-global-property.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/descriptors.js +0 -2
- package/dist/ui/node_modules/core-js/internals/descriptors.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/document-create-element.js +0 -2
- package/dist/ui/node_modules/core-js/internals/document-create-element.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/enum-bug-keys.js +0 -2
- package/dist/ui/node_modules/core-js/internals/enum-bug-keys.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/environment-user-agent.js +0 -2
- package/dist/ui/node_modules/core-js/internals/environment-user-agent.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/environment-v8-version.js +0 -2
- package/dist/ui/node_modules/core-js/internals/environment-v8-version.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/export.js +0 -2
- package/dist/ui/node_modules/core-js/internals/export.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/fails.js +0 -2
- package/dist/ui/node_modules/core-js/internals/fails.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/function-bind-native.js +0 -2
- package/dist/ui/node_modules/core-js/internals/function-bind-native.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/function-call.js +0 -2
- package/dist/ui/node_modules/core-js/internals/function-call.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/function-name.js +0 -2
- package/dist/ui/node_modules/core-js/internals/function-name.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/function-uncurry-this.js +0 -2
- package/dist/ui/node_modules/core-js/internals/function-uncurry-this.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/get-built-in.js +0 -2
- package/dist/ui/node_modules/core-js/internals/get-built-in.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/get-method.js +0 -2
- package/dist/ui/node_modules/core-js/internals/get-method.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/global-this.js +0 -2
- package/dist/ui/node_modules/core-js/internals/global-this.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/has-own-property.js +0 -2
- package/dist/ui/node_modules/core-js/internals/has-own-property.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/hidden-keys.js +0 -2
- package/dist/ui/node_modules/core-js/internals/hidden-keys.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/html.js +0 -2
- package/dist/ui/node_modules/core-js/internals/html.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/ie8-dom-define.js +0 -2
- package/dist/ui/node_modules/core-js/internals/ie8-dom-define.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/indexed-object.js +0 -2
- package/dist/ui/node_modules/core-js/internals/indexed-object.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/inspect-source.js +0 -2
- package/dist/ui/node_modules/core-js/internals/inspect-source.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/internal-state.js +0 -2
- package/dist/ui/node_modules/core-js/internals/internal-state.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/is-callable.js +0 -2
- package/dist/ui/node_modules/core-js/internals/is-callable.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/is-forced.js +0 -2
- package/dist/ui/node_modules/core-js/internals/is-forced.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/is-null-or-undefined.js +0 -2
- package/dist/ui/node_modules/core-js/internals/is-null-or-undefined.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/is-object.js +0 -2
- package/dist/ui/node_modules/core-js/internals/is-object.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/is-symbol.js +0 -2
- package/dist/ui/node_modules/core-js/internals/is-symbol.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/length-of-array-like.js +0 -2
- package/dist/ui/node_modules/core-js/internals/length-of-array-like.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/make-built-in.js +0 -2
- package/dist/ui/node_modules/core-js/internals/make-built-in.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/math-trunc.js +0 -2
- package/dist/ui/node_modules/core-js/internals/math-trunc.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/object-create.js +0 -2
- package/dist/ui/node_modules/core-js/internals/object-create.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/object-define-properties.js +0 -2
- package/dist/ui/node_modules/core-js/internals/object-define-properties.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/object-define-property.js +0 -2
- package/dist/ui/node_modules/core-js/internals/object-define-property.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/object-get-own-property-descriptor.js +0 -2
- package/dist/ui/node_modules/core-js/internals/object-get-own-property-descriptor.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/object-get-own-property-names.js +0 -2
- package/dist/ui/node_modules/core-js/internals/object-get-own-property-names.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/object-get-own-property-symbols.js +0 -2
- package/dist/ui/node_modules/core-js/internals/object-get-own-property-symbols.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/object-is-prototype-of.js +0 -2
- package/dist/ui/node_modules/core-js/internals/object-is-prototype-of.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/object-keys-internal.js +0 -2
- package/dist/ui/node_modules/core-js/internals/object-keys-internal.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/object-keys.js +0 -2
- package/dist/ui/node_modules/core-js/internals/object-keys.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/object-property-is-enumerable.js +0 -2
- package/dist/ui/node_modules/core-js/internals/object-property-is-enumerable.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/ordinary-to-primitive.js +0 -2
- package/dist/ui/node_modules/core-js/internals/ordinary-to-primitive.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/own-keys.js +0 -2
- package/dist/ui/node_modules/core-js/internals/own-keys.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/require-object-coercible.js +0 -2
- package/dist/ui/node_modules/core-js/internals/require-object-coercible.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/shared-key.js +0 -2
- package/dist/ui/node_modules/core-js/internals/shared-key.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/shared-store.js +0 -2
- package/dist/ui/node_modules/core-js/internals/shared-store.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/shared.js +0 -2
- package/dist/ui/node_modules/core-js/internals/shared.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/symbol-constructor-detection.js +0 -2
- package/dist/ui/node_modules/core-js/internals/symbol-constructor-detection.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/to-absolute-index.js +0 -2
- package/dist/ui/node_modules/core-js/internals/to-absolute-index.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/to-indexed-object.js +0 -2
- package/dist/ui/node_modules/core-js/internals/to-indexed-object.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/to-integer-or-infinity.js +0 -2
- package/dist/ui/node_modules/core-js/internals/to-integer-or-infinity.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/to-length.js +0 -2
- package/dist/ui/node_modules/core-js/internals/to-length.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/to-object.js +0 -2
- package/dist/ui/node_modules/core-js/internals/to-object.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/to-primitive.js +0 -2
- package/dist/ui/node_modules/core-js/internals/to-primitive.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/to-property-key.js +0 -2
- package/dist/ui/node_modules/core-js/internals/to-property-key.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/try-to-string.js +0 -2
- package/dist/ui/node_modules/core-js/internals/try-to-string.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/uid.js +0 -2
- package/dist/ui/node_modules/core-js/internals/uid.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/use-symbol-as-uid.js +0 -2
- package/dist/ui/node_modules/core-js/internals/use-symbol-as-uid.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/v8-prototype-define-bug.js +0 -2
- package/dist/ui/node_modules/core-js/internals/v8-prototype-define-bug.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/weak-map-basic-detection.js +0 -2
- package/dist/ui/node_modules/core-js/internals/weak-map-basic-detection.js.map +0 -1
- package/dist/ui/node_modules/core-js/internals/well-known-symbol.js +0 -2
- package/dist/ui/node_modules/core-js/internals/well-known-symbol.js.map +0 -1
- package/dist/ui/node_modules/core-js/modules/es.array.includes.js +0 -2
- package/dist/ui/node_modules/core-js/modules/es.array.includes.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/_Symbol.js +0 -2
- package/dist/ui/node_modules/lodash-es/_Symbol.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/_baseGetTag.js +0 -2
- package/dist/ui/node_modules/lodash-es/_baseGetTag.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/_baseTrim.js +0 -2
- package/dist/ui/node_modules/lodash-es/_baseTrim.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/_freeGlobal.js +0 -2
- package/dist/ui/node_modules/lodash-es/_freeGlobal.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/_getRawTag.js +0 -2
- package/dist/ui/node_modules/lodash-es/_getRawTag.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/_objectToString.js +0 -2
- package/dist/ui/node_modules/lodash-es/_objectToString.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/_root.js +0 -2
- package/dist/ui/node_modules/lodash-es/_root.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/_trimmedEndIndex.js +0 -2
- package/dist/ui/node_modules/lodash-es/_trimmedEndIndex.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/debounce.js +0 -2
- package/dist/ui/node_modules/lodash-es/debounce.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/isObject.js +0 -2
- package/dist/ui/node_modules/lodash-es/isObject.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/isObjectLike.js +0 -2
- package/dist/ui/node_modules/lodash-es/isObjectLike.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/isSymbol.js +0 -2
- package/dist/ui/node_modules/lodash-es/isSymbol.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/now.js +0 -2
- package/dist/ui/node_modules/lodash-es/now.js.map +0 -1
- package/dist/ui/node_modules/lodash-es/toNumber.js +0 -2
- package/dist/ui/node_modules/lodash-es/toNumber.js.map +0 -1
- package/dist/utils/_virtual/_commonjsHelpers.js +0 -2
- package/dist/utils/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/utils/_virtual/_rollupPluginBabelHelpers.js +0 -2
- package/dist/utils/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
- package/dist/utils/_virtual/customParseFormat.js +0 -2
- package/dist/utils/_virtual/customParseFormat.js.map +0 -1
- package/dist/utils/_virtual/make-built-in.js +0 -2
- package/dist/utils/_virtual/make-built-in.js.map +0 -1
- package/dist/utils/_virtual/object-define-properties.js +0 -2
- package/dist/utils/_virtual/object-define-properties.js.map +0 -1
- package/dist/utils/_virtual/object-define-property.js +0 -2
- package/dist/utils/_virtual/object-define-property.js.map +0 -1
- package/dist/utils/_virtual/object-get-own-property-descriptor.js +0 -2
- package/dist/utils/_virtual/object-get-own-property-descriptor.js.map +0 -1
- package/dist/utils/_virtual/object-get-own-property-names.js +0 -2
- package/dist/utils/_virtual/object-get-own-property-names.js.map +0 -1
- package/dist/utils/_virtual/object-get-own-property-symbols.js +0 -2
- package/dist/utils/_virtual/object-get-own-property-symbols.js.map +0 -1
- package/dist/utils/_virtual/object-property-is-enumerable.js +0 -2
- package/dist/utils/_virtual/object-property-is-enumerable.js.map +0 -1
- package/dist/utils/_virtual/relativeTime.js +0 -2
- package/dist/utils/_virtual/relativeTime.js.map +0 -1
- package/dist/utils/_virtual/shared-store.js +0 -2
- package/dist/utils/_virtual/shared-store.js.map +0 -1
- package/dist/utils/_virtual/updateLocale.js +0 -2
- package/dist/utils/_virtual/updateLocale.js.map +0 -1
- package/dist/utils/esm/_virtual/_commonjsHelpers.js +0 -2
- package/dist/utils/esm/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/utils/esm/_virtual/_rollupPluginBabelHelpers.js +0 -2
- package/dist/utils/esm/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
- package/dist/utils/esm/_virtual/customParseFormat.js +0 -2
- package/dist/utils/esm/_virtual/customParseFormat.js.map +0 -1
- package/dist/utils/esm/_virtual/make-built-in.js +0 -2
- package/dist/utils/esm/_virtual/make-built-in.js.map +0 -1
- package/dist/utils/esm/_virtual/object-define-properties.js +0 -2
- package/dist/utils/esm/_virtual/object-define-properties.js.map +0 -1
- package/dist/utils/esm/_virtual/object-define-property.js +0 -2
- package/dist/utils/esm/_virtual/object-define-property.js.map +0 -1
- package/dist/utils/esm/_virtual/object-get-own-property-descriptor.js +0 -2
- package/dist/utils/esm/_virtual/object-get-own-property-descriptor.js.map +0 -1
- package/dist/utils/esm/_virtual/object-get-own-property-names.js +0 -2
- package/dist/utils/esm/_virtual/object-get-own-property-names.js.map +0 -1
- package/dist/utils/esm/_virtual/object-get-own-property-symbols.js +0 -2
- package/dist/utils/esm/_virtual/object-get-own-property-symbols.js.map +0 -1
- package/dist/utils/esm/_virtual/object-property-is-enumerable.js +0 -2
- package/dist/utils/esm/_virtual/object-property-is-enumerable.js.map +0 -1
- package/dist/utils/esm/_virtual/relativeTime.js +0 -2
- package/dist/utils/esm/_virtual/relativeTime.js.map +0 -1
- package/dist/utils/esm/_virtual/shared-store.js +0 -2
- package/dist/utils/esm/_virtual/shared-store.js.map +0 -1
- package/dist/utils/esm/_virtual/updateLocale.js +0 -2
- package/dist/utils/esm/_virtual/updateLocale.js.map +0 -1
- package/dist/utils/esm/index.css +0 -1004
- package/dist/utils/esm/node_modules/core-js/internals/a-callable.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/a-callable.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/add-to-unscopables.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/add-to-unscopables.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/an-object.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/an-object.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/array-includes.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/array-includes.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/classof-raw.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/classof-raw.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/copy-constructor-properties.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/copy-constructor-properties.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/create-non-enumerable-property.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/create-non-enumerable-property.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/create-property-descriptor.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/create-property-descriptor.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/define-built-in.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/define-built-in.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/define-global-property.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/define-global-property.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/descriptors.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/descriptors.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/document-create-element.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/document-create-element.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/enum-bug-keys.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/enum-bug-keys.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/environment-user-agent.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/environment-user-agent.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/environment-v8-version.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/environment-v8-version.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/export.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/export.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/fails.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/fails.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/function-bind-native.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/function-bind-native.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/function-call.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/function-call.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/function-name.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/function-name.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/function-uncurry-this.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/function-uncurry-this.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/get-built-in.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/get-built-in.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/get-method.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/get-method.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/global-this.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/global-this.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/has-own-property.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/has-own-property.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/hidden-keys.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/hidden-keys.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/html.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/html.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/ie8-dom-define.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/ie8-dom-define.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/indexed-object.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/indexed-object.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/inspect-source.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/inspect-source.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/internal-state.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/internal-state.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/is-callable.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/is-callable.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/is-forced.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/is-forced.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/is-null-or-undefined.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/is-null-or-undefined.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/is-object.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/is-object.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/is-symbol.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/is-symbol.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/length-of-array-like.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/length-of-array-like.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/make-built-in.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/make-built-in.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/math-trunc.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/math-trunc.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/object-create.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/object-create.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/object-define-properties.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/object-define-properties.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/object-define-property.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/object-define-property.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/object-get-own-property-descriptor.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/object-get-own-property-descriptor.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/object-get-own-property-names.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/object-get-own-property-names.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/object-get-own-property-symbols.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/object-get-own-property-symbols.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/object-is-prototype-of.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/object-is-prototype-of.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/object-keys-internal.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/object-keys-internal.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/object-keys.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/object-keys.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/object-property-is-enumerable.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/object-property-is-enumerable.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/ordinary-to-primitive.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/ordinary-to-primitive.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/own-keys.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/own-keys.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/require-object-coercible.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/require-object-coercible.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/shared-key.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/shared-key.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/shared-store.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/shared-store.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/shared.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/shared.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/symbol-constructor-detection.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/symbol-constructor-detection.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/to-absolute-index.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/to-absolute-index.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/to-indexed-object.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/to-indexed-object.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/to-integer-or-infinity.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/to-integer-or-infinity.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/to-length.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/to-length.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/to-object.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/to-object.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/to-primitive.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/to-primitive.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/to-property-key.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/to-property-key.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/try-to-string.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/try-to-string.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/uid.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/uid.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/use-symbol-as-uid.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/use-symbol-as-uid.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/v8-prototype-define-bug.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/v8-prototype-define-bug.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/weak-map-basic-detection.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/weak-map-basic-detection.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/internals/well-known-symbol.js +0 -2
- package/dist/utils/esm/node_modules/core-js/internals/well-known-symbol.js.map +0 -1
- package/dist/utils/esm/node_modules/core-js/modules/es.array.includes.js +0 -2
- package/dist/utils/esm/node_modules/core-js/modules/es.array.includes.js.map +0 -1
- package/dist/utils/esm/node_modules/dayjs/plugin/customParseFormat.js +0 -2
- package/dist/utils/esm/node_modules/dayjs/plugin/customParseFormat.js.map +0 -1
- package/dist/utils/esm/node_modules/dayjs/plugin/relativeTime.js +0 -2
- package/dist/utils/esm/node_modules/dayjs/plugin/relativeTime.js.map +0 -1
- package/dist/utils/esm/node_modules/dayjs/plugin/updateLocale.js +0 -2
- package/dist/utils/esm/node_modules/dayjs/plugin/updateLocale.js.map +0 -1
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +0 -2
- package/dist/utils/esm/src/core/utils/appState/store/useStore.react.js +0 -2
- package/dist/utils/index.css +0 -1004
- package/dist/utils/node_modules/core-js/internals/a-callable.js +0 -2
- package/dist/utils/node_modules/core-js/internals/a-callable.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/add-to-unscopables.js +0 -2
- package/dist/utils/node_modules/core-js/internals/add-to-unscopables.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/an-object.js +0 -2
- package/dist/utils/node_modules/core-js/internals/an-object.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/array-includes.js +0 -2
- package/dist/utils/node_modules/core-js/internals/array-includes.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/classof-raw.js +0 -2
- package/dist/utils/node_modules/core-js/internals/classof-raw.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/copy-constructor-properties.js +0 -2
- package/dist/utils/node_modules/core-js/internals/copy-constructor-properties.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/create-non-enumerable-property.js +0 -2
- package/dist/utils/node_modules/core-js/internals/create-non-enumerable-property.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/create-property-descriptor.js +0 -2
- package/dist/utils/node_modules/core-js/internals/create-property-descriptor.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/define-built-in.js +0 -2
- package/dist/utils/node_modules/core-js/internals/define-built-in.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/define-global-property.js +0 -2
- package/dist/utils/node_modules/core-js/internals/define-global-property.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/descriptors.js +0 -2
- package/dist/utils/node_modules/core-js/internals/descriptors.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/document-create-element.js +0 -2
- package/dist/utils/node_modules/core-js/internals/document-create-element.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/enum-bug-keys.js +0 -2
- package/dist/utils/node_modules/core-js/internals/enum-bug-keys.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/environment-user-agent.js +0 -2
- package/dist/utils/node_modules/core-js/internals/environment-user-agent.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/environment-v8-version.js +0 -2
- package/dist/utils/node_modules/core-js/internals/environment-v8-version.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/export.js +0 -2
- package/dist/utils/node_modules/core-js/internals/export.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/fails.js +0 -2
- package/dist/utils/node_modules/core-js/internals/fails.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/function-bind-native.js +0 -2
- package/dist/utils/node_modules/core-js/internals/function-bind-native.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/function-call.js +0 -2
- package/dist/utils/node_modules/core-js/internals/function-call.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/function-name.js +0 -2
- package/dist/utils/node_modules/core-js/internals/function-name.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/function-uncurry-this.js +0 -2
- package/dist/utils/node_modules/core-js/internals/function-uncurry-this.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/get-built-in.js +0 -2
- package/dist/utils/node_modules/core-js/internals/get-built-in.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/get-method.js +0 -2
- package/dist/utils/node_modules/core-js/internals/get-method.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/global-this.js +0 -2
- package/dist/utils/node_modules/core-js/internals/global-this.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/has-own-property.js +0 -2
- package/dist/utils/node_modules/core-js/internals/has-own-property.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/hidden-keys.js +0 -2
- package/dist/utils/node_modules/core-js/internals/hidden-keys.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/html.js +0 -2
- package/dist/utils/node_modules/core-js/internals/html.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/ie8-dom-define.js +0 -2
- package/dist/utils/node_modules/core-js/internals/ie8-dom-define.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/indexed-object.js +0 -2
- package/dist/utils/node_modules/core-js/internals/indexed-object.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/inspect-source.js +0 -2
- package/dist/utils/node_modules/core-js/internals/inspect-source.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/internal-state.js +0 -2
- package/dist/utils/node_modules/core-js/internals/internal-state.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/is-callable.js +0 -2
- package/dist/utils/node_modules/core-js/internals/is-callable.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/is-forced.js +0 -2
- package/dist/utils/node_modules/core-js/internals/is-forced.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/is-null-or-undefined.js +0 -2
- package/dist/utils/node_modules/core-js/internals/is-null-or-undefined.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/is-object.js +0 -2
- package/dist/utils/node_modules/core-js/internals/is-object.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/is-symbol.js +0 -2
- package/dist/utils/node_modules/core-js/internals/is-symbol.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/length-of-array-like.js +0 -2
- package/dist/utils/node_modules/core-js/internals/length-of-array-like.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/make-built-in.js +0 -2
- package/dist/utils/node_modules/core-js/internals/make-built-in.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/math-trunc.js +0 -2
- package/dist/utils/node_modules/core-js/internals/math-trunc.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/object-create.js +0 -2
- package/dist/utils/node_modules/core-js/internals/object-create.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/object-define-properties.js +0 -2
- package/dist/utils/node_modules/core-js/internals/object-define-properties.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/object-define-property.js +0 -2
- package/dist/utils/node_modules/core-js/internals/object-define-property.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/object-get-own-property-descriptor.js +0 -2
- package/dist/utils/node_modules/core-js/internals/object-get-own-property-descriptor.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/object-get-own-property-names.js +0 -2
- package/dist/utils/node_modules/core-js/internals/object-get-own-property-names.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/object-get-own-property-symbols.js +0 -2
- package/dist/utils/node_modules/core-js/internals/object-get-own-property-symbols.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/object-is-prototype-of.js +0 -2
- package/dist/utils/node_modules/core-js/internals/object-is-prototype-of.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/object-keys-internal.js +0 -2
- package/dist/utils/node_modules/core-js/internals/object-keys-internal.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/object-keys.js +0 -2
- package/dist/utils/node_modules/core-js/internals/object-keys.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/object-property-is-enumerable.js +0 -2
- package/dist/utils/node_modules/core-js/internals/object-property-is-enumerable.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/ordinary-to-primitive.js +0 -2
- package/dist/utils/node_modules/core-js/internals/ordinary-to-primitive.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/own-keys.js +0 -2
- package/dist/utils/node_modules/core-js/internals/own-keys.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/require-object-coercible.js +0 -2
- package/dist/utils/node_modules/core-js/internals/require-object-coercible.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/shared-key.js +0 -2
- package/dist/utils/node_modules/core-js/internals/shared-key.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/shared-store.js +0 -2
- package/dist/utils/node_modules/core-js/internals/shared-store.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/shared.js +0 -2
- package/dist/utils/node_modules/core-js/internals/shared.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/symbol-constructor-detection.js +0 -2
- package/dist/utils/node_modules/core-js/internals/symbol-constructor-detection.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/to-absolute-index.js +0 -2
- package/dist/utils/node_modules/core-js/internals/to-absolute-index.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/to-indexed-object.js +0 -2
- package/dist/utils/node_modules/core-js/internals/to-indexed-object.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/to-integer-or-infinity.js +0 -2
- package/dist/utils/node_modules/core-js/internals/to-integer-or-infinity.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/to-length.js +0 -2
- package/dist/utils/node_modules/core-js/internals/to-length.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/to-object.js +0 -2
- package/dist/utils/node_modules/core-js/internals/to-object.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/to-primitive.js +0 -2
- package/dist/utils/node_modules/core-js/internals/to-primitive.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/to-property-key.js +0 -2
- package/dist/utils/node_modules/core-js/internals/to-property-key.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/try-to-string.js +0 -2
- package/dist/utils/node_modules/core-js/internals/try-to-string.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/uid.js +0 -2
- package/dist/utils/node_modules/core-js/internals/uid.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/use-symbol-as-uid.js +0 -2
- package/dist/utils/node_modules/core-js/internals/use-symbol-as-uid.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/v8-prototype-define-bug.js +0 -2
- package/dist/utils/node_modules/core-js/internals/v8-prototype-define-bug.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/weak-map-basic-detection.js +0 -2
- package/dist/utils/node_modules/core-js/internals/weak-map-basic-detection.js.map +0 -1
- package/dist/utils/node_modules/core-js/internals/well-known-symbol.js +0 -2
- package/dist/utils/node_modules/core-js/internals/well-known-symbol.js.map +0 -1
- package/dist/utils/node_modules/core-js/modules/es.array.includes.js +0 -2
- package/dist/utils/node_modules/core-js/modules/es.array.includes.js.map +0 -1
- package/dist/utils/node_modules/dayjs/plugin/customParseFormat.js +0 -2
- package/dist/utils/node_modules/dayjs/plugin/customParseFormat.js.map +0 -1
- package/dist/utils/node_modules/dayjs/plugin/relativeTime.js +0 -2
- package/dist/utils/node_modules/dayjs/plugin/relativeTime.js.map +0 -1
- package/dist/utils/node_modules/dayjs/plugin/updateLocale.js +0 -2
- package/dist/utils/node_modules/dayjs/plugin/updateLocale.js.map +0 -1
- package/dist/utils/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +0 -2
- package/dist/utils/src/core/utils/appState/store/useStore.react.js +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"peregrineMQ.js","sources":["../../../../../../../../src/core/utils/appState/peregrineMQ/peregrineMQ.ts"],"sourcesContent":["import { v4 as uuidv4 } from 'uuid'\n\nimport {\n Callback, Config, PeregrineMQApi, PublishToChannelReturnType,\n PublishReturnType, SubscribersSet,\n UnsubscribeOptions, NON_EXISTENT_CHANNEL_TYPE,\n NON_EXISTENT_CHANNEL,\n CallbackPayload,\n} from './peregrineMQ.types'\n\n\nexport class PeregrineMQClearError extends Error {\n constructor() {\n super('Clearing PeregrineMQ is not allowed. Please read the documentation for more information.')\n this.name = 'PeregrineMQClearError'\n }\n}\n\n/**\n * Represents a message queue with publish/subscribe functionality.\n */\nexport class PeregrineMQ implements PeregrineMQApi {\n private id: string\n\n private config: Config = {\n allowAutoPrune: false,\n pruneInterval: 10000,\n allowClear: false,\n }\n\n /**\n * The map of channels and their subscribers sets.\n */\n private channels: Map<string, SubscribersSet> = new Map()\n\n /**\n * The map of listeners and their subscribed channels.\n */\n private listeners: Map<Callback, SubscribersSet[]> = new Map()\n\n /**\n * Adds a callback as a listener to a channel.\n * @param callback The callback function to add as a listener.\n * @param channel The channel to add the listener to.\n */\n private addListener = (callback: Callback, channel: string): void => {\n const listener = this.listeners.get(callback)\n const subscribersSet = this.channels.get(channel)\n\n if (subscribersSet) {\n if (listener) {\n listener.push(subscribersSet)\n } else {\n this.listeners.set(callback, [subscribersSet])\n }\n }\n }\n\n /**\n * Removes the callback from the listeners collection if it is not subscribed to any channels.\n * @description Removes the callback only when it is not present in any other subscriberSet\n * (Ref to Map<string, SubscribersSet>).\n * @param callback The callback to remove from listeners.\n */\n private removeListener = (callback: Callback): void => {\n const channelSubscriberSets = this.listeners.get(callback)\n let isEmpty = true\n\n // eslint-disable-next-line no-restricted-syntax\n for (const channelSubscriberSet of channelSubscriberSets || []) {\n isEmpty = !channelSubscriberSet.has(callback)\n if (!isEmpty) {\n break\n }\n }\n\n if (isEmpty) {\n this.listeners.delete(callback)\n }\n }\n\n /**\n * Publishes data to a channel.\n * @param channel The channel to publish the data to.\n * @param isParent Indicates if the channel is a parent channel.\n * @param data The data to publish.\n * @returns A boolean indicating if the publication was successful.\n */\n private publishToChannel = (\n channel: string, isParent: boolean, data?: unknown,\n ): PublishToChannelReturnType => {\n const subscribersSet = this.channels.get(channel)\n\n if (!subscribersSet) {\n return NON_EXISTENT_CHANNEL as NON_EXISTENT_CHANNEL_TYPE\n }\n\n const iterator = subscribersSet[Symbol.iterator]()\n let subscriberFunc = iterator.next().value\n\n const results = []\n\n // eslint-disable-next-line no-plusplus\n while (subscriberFunc) {\n // eslint-disable-next-line no-await-in-loop\n results.push(subscriberFunc(channel, data as CallbackPayload))\n subscriberFunc = iterator.next().value\n }\n return results?.length === 1 ? results[0] : results\n }\n\n /**\n * Creates a new instance of PeregrineMQ.\n * @param id Specific instance of PeregrineMQ identifier\n * @param config The configuration options for PeregrineMQ.\n */\n constructor(id?: string, config?: Config) {\n this.id = id || uuidv4()\n this.configure(config || {})\n }\n\n /**\n * Gets the total number of subscribers across all channels.\n */\n get length(): number {\n return [...this.channels.values()].reduce((acc, subscribersList) => acc + subscribersList.size, 0)\n }\n\n /**\n * Configures PeregrineMQ with the specified options.\n * @param config The configuration options for PeregrineMQ.\n * @returns An object containing the prune interval handler (if auto prune is enabled).\n */\n configure = (config: Config): {\n clearPruneInterval?: () => void\n restartPruneInterval?: () => void\n } => {\n this.config = config\n const { allowAutoPrune, pruneInterval } = config\n\n let pruneIntervalHandler: ReturnType<typeof setInterval>\n\n if (allowAutoPrune) {\n pruneIntervalHandler = setInterval(() => {\n this.prune()\n }, pruneInterval)\n }\n\n // eslint-disable-next-line @typescript-eslint/no-this-alias\n const instance: PeregrineMQ = this\n\n return {\n ...(allowAutoPrune\n ? {\n clearPruneInterval: (): void => {\n clearInterval(pruneIntervalHandler)\n },\n restartPruneInterval: (): void => {\n clearInterval(pruneIntervalHandler)\n pruneIntervalHandler = setInterval(() => {\n instance.prune()\n }, pruneInterval)\n },\n }\n : {}),\n }\n }\n\n /**\n * Gets an array of all channels.\n * @returns An array of channel names.\n */\n getChannels = (): string[] => [...this.channels.keys()]\n\n /**\n * Prunes the channels with no subscribers.\n * @returns An array of pruned channel names.\n */\n prune = (): string[] => {\n const iterator = this.channels[Symbol.iterator]()\n let subscribersSet = iterator.next().value\n const prunedChannels: string[] = []\n\n // eslint-disable-next-line no-plusplus\n while (subscribersSet) {\n if (subscribersSet[1]?.size === 0) {\n prunedChannels.push(subscribersSet[0])\n this.channels.delete(subscribersSet[0])\n }\n subscribersSet = iterator.next().value\n }\n\n return prunedChannels\n }\n\n /**\n * Removes a channel and its subscribers.\n * @param channel The channel to remove.\n * @returns A boolean indicating if the channel was successfully removed.\n */\n removeChannel = (channel: string): boolean => {\n const subscribersSet = this.channels.get(channel)\n\n if (subscribersSet && subscribersSet.size > 0) {\n const channelListeners = [...subscribersSet || []]\n\n subscribersSet.clear()\n\n let index = channelListeners.length\n\n // eslint-disable-next-line no-plusplus\n while (index--) {\n this.removeListener(channelListeners[index])\n }\n }\n\n return this.channels.delete(channel)\n }\n\n /**\n * Publishes data to a channel.\n * @param channel The channel to publish the data to.\n * @param data The data to publish.\n * @returns A boolean indicating if the publication was successful.\n */\n publish = <T>(channel: string, data?: T): PublishReturnType => {\n if (channel.includes('.')) {\n const nestedChannels = channel.split('.')\n\n let { length } = nestedChannels\n let it = 0\n const results = []\n\n // eslint-disable-next-line no-plusplus\n while (length--) {\n // eslint-disable-next-line no-await-in-loop\n const result = this.publishToChannel(\n nestedChannels.slice(0, it + 1).join('.'),\n length !== nestedChannels.length - 1,\n data,\n )\n\n it += 1\n results.push(result)\n }\n return results\n }\n\n return this.publishToChannel(channel, false, data)\n }\n\n /**\n * Subscribes a callback to a channel.\n * @param channel The channel to subscribe to.\n * @param callback The callback function to subscribe.\n * @returns A function to unsubscribe the callback.\n */\n subscribe = (channel: string, callback: Callback): () => boolean => {\n const subscribersList = this.channels.get(channel)\n\n if (subscribersList) {\n subscribersList.add(callback)\n } else {\n this.channels.set(channel, new Set([callback]))\n }\n\n this.addListener(callback, channel)\n\n return () => this.unsubscribe(callback, { channel, prune: true })\n }\n\n /**\n * Unsubscribes a callback from a channel or all channels.\n * @param callback The callback function to unsubscribe.\n * @param options Optional unsubscribe options.\n * @returns A boolean indicating if the callback was successfully unsubscribed.\n */\n unsubscribe = (callback: Callback, options?: UnsubscribeOptions): boolean => {\n const { channel, prune } = options || {}\n\n let unsubscribed = false\n\n if (channel) {\n const subscriberSet = this.channels.get(channel)\n\n unsubscribed = subscriberSet ? subscriberSet.delete(callback) : false\n if (prune && subscriberSet?.size === 0) {\n this.channels.delete(channel)\n }\n\n this.removeListener(callback)\n\n return unsubscribed\n }\n\n const subscriberSetArray = this.listeners.get(callback) || []\n\n // remove callback form listeners and all channels\n // TODO remove only if has\n // eslint-disable-next-line no-restricted-syntax\n for (const subscriberSet of subscriberSetArray) {\n unsubscribed = subscriberSet.delete(callback) as boolean\n\n if (prune && subscriberSet.size === 0) {\n this.prune()\n }\n }\n\n this.listeners.delete(callback)\n\n return unsubscribed\n }\n\n /**\n * Checks if a callback is subscribed to a specific channel or any channel.\n * @param callback The callback function to check.\n * @param channel Optional channel name to check subscription for.\n * @returns A boolean indicating if the callback is subscribed.\n */\n isSubscribed = (callback: Callback, channel?: string): boolean => {\n if (channel) {\n const subscribersList = this.channels.get(channel)\n\n return subscribersList ? subscribersList.has(callback) : false\n }\n\n return this.listeners.has(callback)\n }\n\n /**\n * Clears all channels and listeners.\n * @throws {Error} If clearing PeregrineMQ is not allowed.\n */\n clear = (): void => {\n if (this.config.allowClear) {\n this.channels.clear()\n this.listeners.clear()\n } else {\n throw new PeregrineMQClearError()\n }\n }\n\n /**\n * Returns the specific instance of PeregrineMQ.\n * @returns A string identifier of the specific instance of PeregrineMQ.\n */\n getId = (): string => this.id\n}\n"],"names":["PeregrineMQClearError","Error","constructor","super","this","name","id","config","allowAutoPrune","pruneInterval","allowClear","channels","Map","listeners","addListener","callback","channel","listener","get","subscribersSet","push","set","removeListener","channelSubscriberSets","isEmpty","channelSubscriberSet","has","delete","publishToChannel","isParent","data","NON_EXISTENT_CHANNEL","iterator","Symbol","subscriberFunc","next","value","results","length","configure","pruneIntervalHandler","setInterval","prune","instance","clearPruneInterval","clearInterval","restartPruneInterval","getChannels","keys","prunedChannels","size","removeChannel","channelListeners","clear","index","publish","includes","nestedChannels","split","it","result","slice","join","subscribe","subscribersList","add","Set","unsubscribe","options","unsubscribed","subscriberSet","subscriberSetArray","isSubscribed","getId","uuidv4","values","reduce","acc"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"peregrineMQ.js","sources":["../../../../../../../../src/core/utils/appState/peregrineMQ/peregrineMQ.ts"],"sourcesContent":["import { v4 as uuidv4 } from 'uuid'\n\nimport {\n Callback, Config, PeregrineMQApi, PublishToChannelReturnType,\n PublishReturnType, SubscribersSet,\n UnsubscribeOptions, NON_EXISTENT_CHANNEL_TYPE,\n NON_EXISTENT_CHANNEL,\n CallbackPayload,\n} from './peregrineMQ.types'\n\n\nexport class PeregrineMQClearError extends Error {\n constructor() {\n super('Clearing PeregrineMQ is not allowed. Please read the documentation for more information.')\n this.name = 'PeregrineMQClearError'\n }\n}\n\n/**\n * Represents a message queue with publish/subscribe functionality.\n */\nexport class PeregrineMQ implements PeregrineMQApi {\n private id: string\n\n private config: Config = {\n allowAutoPrune: false,\n pruneInterval: 10000,\n allowClear: false,\n }\n\n /**\n * The map of channels and their subscribers sets.\n */\n private channels: Map<string, SubscribersSet> = new Map()\n\n /**\n * The map of listeners and their subscribed channels.\n */\n private listeners: Map<Callback, SubscribersSet[]> = new Map()\n\n /**\n * Adds a callback as a listener to a channel.\n * @param callback The callback function to add as a listener.\n * @param channel The channel to add the listener to.\n */\n private addListener = (callback: Callback, channel: string): void => {\n const listener = this.listeners.get(callback)\n const subscribersSet = this.channels.get(channel)\n\n if (subscribersSet) {\n if (listener) {\n listener.push(subscribersSet)\n } else {\n this.listeners.set(callback, [subscribersSet])\n }\n }\n }\n\n /**\n * Removes the callback from the listeners collection if it is not subscribed to any channels.\n * @description Removes the callback only when it is not present in any other subscriberSet\n * (Ref to Map<string, SubscribersSet>).\n * @param callback The callback to remove from listeners.\n */\n private removeListener = (callback: Callback): void => {\n const channelSubscriberSets = this.listeners.get(callback)\n let isEmpty = true\n\n // eslint-disable-next-line no-restricted-syntax\n for (const channelSubscriberSet of channelSubscriberSets || []) {\n isEmpty = !channelSubscriberSet.has(callback)\n if (!isEmpty) {\n break\n }\n }\n\n if (isEmpty) {\n this.listeners.delete(callback)\n }\n }\n\n /**\n * Publishes data to a channel.\n * @param channel The channel to publish the data to.\n * @param isParent Indicates if the channel is a parent channel.\n * @param data The data to publish.\n * @returns A boolean indicating if the publication was successful.\n */\n private publishToChannel = (\n channel: string, isParent: boolean, data?: unknown,\n ): PublishToChannelReturnType => {\n const subscribersSet = this.channels.get(channel)\n\n if (!subscribersSet) {\n return NON_EXISTENT_CHANNEL as NON_EXISTENT_CHANNEL_TYPE\n }\n\n const iterator = subscribersSet[Symbol.iterator]()\n let subscriberFunc = iterator.next().value\n\n const results = []\n\n // eslint-disable-next-line no-plusplus\n while (subscriberFunc) {\n // eslint-disable-next-line no-await-in-loop\n results.push(subscriberFunc(channel, data as CallbackPayload))\n subscriberFunc = iterator.next().value\n }\n return results?.length === 1 ? results[0] : results\n }\n\n /**\n * Creates a new instance of PeregrineMQ.\n * @param id Specific instance of PeregrineMQ identifier\n * @param config The configuration options for PeregrineMQ.\n */\n constructor(id?: string, config?: Config) {\n this.id = id || uuidv4()\n this.configure(config || {})\n }\n\n /**\n * Gets the total number of subscribers across all channels.\n */\n get length(): number {\n return [...this.channels.values()].reduce((acc, subscribersList) => acc + subscribersList.size, 0)\n }\n\n /**\n * Configures PeregrineMQ with the specified options.\n * @param config The configuration options for PeregrineMQ.\n * @returns An object containing the prune interval handler (if auto prune is enabled).\n */\n configure = (config: Config): {\n clearPruneInterval?: () => void\n restartPruneInterval?: () => void\n } => {\n this.config = config\n const { allowAutoPrune, pruneInterval } = config\n\n let pruneIntervalHandler: ReturnType<typeof setInterval>\n\n if (allowAutoPrune) {\n pruneIntervalHandler = setInterval(() => {\n this.prune()\n }, pruneInterval)\n }\n\n // eslint-disable-next-line @typescript-eslint/no-this-alias\n const instance: PeregrineMQ = this\n\n return {\n ...(allowAutoPrune\n ? {\n clearPruneInterval: (): void => {\n clearInterval(pruneIntervalHandler)\n },\n restartPruneInterval: (): void => {\n clearInterval(pruneIntervalHandler)\n pruneIntervalHandler = setInterval(() => {\n instance.prune()\n }, pruneInterval)\n },\n }\n : {}),\n }\n }\n\n /**\n * Gets an array of all channels.\n * @returns An array of channel names.\n */\n getChannels = (): string[] => [...this.channels.keys()]\n\n /**\n * Prunes the channels with no subscribers.\n * @returns An array of pruned channel names.\n */\n prune = (): string[] => {\n const iterator = this.channels[Symbol.iterator]()\n let subscribersSet = iterator.next().value\n const prunedChannels: string[] = []\n\n // eslint-disable-next-line no-plusplus\n while (subscribersSet) {\n if (subscribersSet[1]?.size === 0) {\n prunedChannels.push(subscribersSet[0])\n this.channels.delete(subscribersSet[0])\n }\n subscribersSet = iterator.next().value\n }\n\n return prunedChannels\n }\n\n /**\n * Removes a channel and its subscribers.\n * @param channel The channel to remove.\n * @returns A boolean indicating if the channel was successfully removed.\n */\n removeChannel = (channel: string): boolean => {\n const subscribersSet = this.channels.get(channel)\n\n if (subscribersSet && subscribersSet.size > 0) {\n const channelListeners = [...subscribersSet || []]\n\n subscribersSet.clear()\n\n let index = channelListeners.length\n\n // eslint-disable-next-line no-plusplus\n while (index--) {\n this.removeListener(channelListeners[index])\n }\n }\n\n return this.channels.delete(channel)\n }\n\n /**\n * Publishes data to a channel.\n * @param channel The channel to publish the data to.\n * @param data The data to publish.\n * @returns A boolean indicating if the publication was successful.\n */\n publish = <T>(channel: string, data?: T): PublishReturnType => {\n if (channel.includes('.')) {\n const nestedChannels = channel.split('.')\n\n let { length } = nestedChannels\n let it = 0\n const results = []\n\n // eslint-disable-next-line no-plusplus\n while (length--) {\n // eslint-disable-next-line no-await-in-loop\n const result = this.publishToChannel(\n nestedChannels.slice(0, it + 1).join('.'),\n length !== nestedChannels.length - 1,\n data,\n )\n\n it += 1\n results.push(result)\n }\n return results\n }\n\n return this.publishToChannel(channel, false, data)\n }\n\n /**\n * Subscribes a callback to a channel.\n * @param channel The channel to subscribe to.\n * @param callback The callback function to subscribe.\n * @returns A function to unsubscribe the callback.\n */\n subscribe = (channel: string, callback: Callback): () => boolean => {\n const subscribersList = this.channels.get(channel)\n\n if (subscribersList) {\n subscribersList.add(callback)\n } else {\n this.channels.set(channel, new Set([callback]))\n }\n\n this.addListener(callback, channel)\n\n return () => this.unsubscribe(callback, { channel, prune: true })\n }\n\n /**\n * Unsubscribes a callback from a channel or all channels.\n * @param callback The callback function to unsubscribe.\n * @param options Optional unsubscribe options.\n * @returns A boolean indicating if the callback was successfully unsubscribed.\n */\n unsubscribe = (callback: Callback, options?: UnsubscribeOptions): boolean => {\n const { channel, prune } = options || {}\n\n let unsubscribed = false\n\n if (channel) {\n const subscriberSet = this.channels.get(channel)\n\n unsubscribed = subscriberSet ? subscriberSet.delete(callback) : false\n if (prune && subscriberSet?.size === 0) {\n this.channels.delete(channel)\n }\n\n this.removeListener(callback)\n\n return unsubscribed\n }\n\n const subscriberSetArray = this.listeners.get(callback) || []\n\n // remove callback form listeners and all channels\n // TODO remove only if has\n // eslint-disable-next-line no-restricted-syntax\n for (const subscriberSet of subscriberSetArray) {\n unsubscribed = subscriberSet.delete(callback) as boolean\n\n if (prune && subscriberSet.size === 0) {\n this.prune()\n }\n }\n\n this.listeners.delete(callback)\n\n return unsubscribed\n }\n\n /**\n * Checks if a callback is subscribed to a specific channel or any channel.\n * @param callback The callback function to check.\n * @param channel Optional channel name to check subscription for.\n * @returns A boolean indicating if the callback is subscribed.\n */\n isSubscribed = (callback: Callback, channel?: string): boolean => {\n if (channel) {\n const subscribersList = this.channels.get(channel)\n\n return subscribersList ? subscribersList.has(callback) : false\n }\n\n return this.listeners.has(callback)\n }\n\n /**\n * Clears all channels and listeners.\n * @throws {Error} If clearing PeregrineMQ is not allowed.\n */\n clear = (): void => {\n if (this.config.allowClear) {\n this.channels.clear()\n this.listeners.clear()\n } else {\n throw new PeregrineMQClearError()\n }\n }\n\n /**\n * Returns the specific instance of PeregrineMQ.\n * @returns A string identifier of the specific instance of PeregrineMQ.\n */\n getId = (): string => this.id\n}\n"],"names":["PeregrineMQClearError","PeregrineMQ","id","config","__publicField","callback","channel","listener","subscribersSet","channelSubscriberSets","isEmpty","channelSubscriberSet","isParent","data","NON_EXISTENT_CHANNEL","iterator","subscriberFunc","results","allowAutoPrune","pruneInterval","pruneIntervalHandler","instance","prunedChannels","_a","channelListeners","index","nestedChannels","length","it","result","subscribersList","options","prune","unsubscribed","subscriberSet","subscriberSetArray","uuidv4","acc"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";exports.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const N="NON_EXISTENT_CHANNEL";exports.NON_EXISTENT_CHANNEL=N;
|
|
2
2
|
//# sourceMappingURL=peregrineMQ.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"peregrineMQ.types.js","sources":["../../../../../../../../src/core/utils/appState/peregrineMQ/peregrineMQ.types.ts"],"sourcesContent":["export type CallbackPayload = string | number | Record<any, any>;\nexport type Callback = (message: string, data?: CallbackPayload) => void;\n\nexport type SubscribersSet = Set<Callback>;\n\nexport interface Config {\n /**\n * If true, enables automatic removal of channels without subscribers.\n */\n allowAutoPrune?: boolean\n\n /**\n * The interval, in milliseconds, for checking channels with no subscribers.\n */\n pruneInterval?: number\n\n /**\n * If true, allows the use of the clear method to remove all channels and listeners.\n */\n allowClear?: boolean\n}\n\nexport interface UnsubscribeOptions {\n /**\n * The channel to unsubscribe from.\n */\n channel?: string\n\n /**\n * If true, removes the channel from the collection when the last subscriber is removed.\n */\n prune?: boolean\n}\n\nexport interface PeregrineMQApi {\n /**\n * Sets the configuration options for a PeregrineMQ instance.\n *\n * @param {Config} config - An object containing configuration options for the instance.\n * @return {void}\n */\n configure: (config: Config) => void\n\n /**\n * Retrieves a list of all channels and their subscribers.\n *\n * @return { string[] }\n */\n getChannels: () => string[]\n\n /**\n * Removes all channels that have no subscribers.\n *\n * @return {void}\n */\n prune: () => void\n\n /**\n * Removes a specified channel from the collection.\n *\n * @param {string} channel - The name of the channel to remove.\n * @return {boolean} - Returns true if the channel was successfully removed, otherwise false.\n */\n removeChannel: (channel: string) => boolean\n\n /**\n * Publishes a message to a specified channel, passing the data to its subscribers.\n *\n * @param {string} channel - The channel to publish the message to.\n * @param {unknown} [data] - The data to pass to subscribers.\n * @return {boolean} - Returns true if the message was successfully published, otherwise false.\n */\n publish: (channel: string, data?: unknown) => PublishReturnType\n\n /**\n * Subscribes a function to a specified channel.\n * The returned unsubscribe function is unique and should be stored for later use.\n *\n * @param {string} channel - The channel name to subscribe to.\n * @param {Callback} callback - The function to call when a new message is published.\n * @return {() => boolean} - The unsubscribe function.\n */\n subscribe: (channel: string, callback: Callback) => () => boolean\n\n /**\n * Unsubscribes a callback from a channel.\n * Returns true if the callback was successfully unsubscribed, otherwise false.\n *\n * @param {Callback} callback - The callback to unsubscribe.\n * @param {UnsubscribeOptions} [options] - Options for unsubscribing, including the channel.\n * @return {boolean} - Returns true if the callback was successfully unsubscribed, otherwise false.\n */\n unsubscribe: (callback: Callback, options?: UnsubscribeOptions) => boolean\n\n /**\n * Checks if a specified callback is subscribed to a specified channel (or any channel if not specified).\n *\n * @param {Callback} callback - The callback to check for subscription.\n * @param {string} [channel] - The channel to check for subscription. If not specified, all channels will be checked.\n * @return {boolean} - Returns true if the callback is subscribed, otherwise false.\n */\n isSubscribed: (callback: Callback, channel?: string) => boolean\n\n /**\n * Removes all channels and subscribers from the collection.\n *\n * @function\n * @alias clear\n */\n clear: () => void\n\n /**\n * Retrieves the identifier for the specific instance of PeregrineMQ.\n *\n * @return {string} - A string identifier for the specific instance.\n */\n getId: () => string\n}\nexport const NON_EXISTENT_CHANNEL = 'NON_EXISTENT_CHANNEL'\n\nexport type NON_EXISTENT_CHANNEL_TYPE = typeof NON_EXISTENT_CHANNEL\n\nexport type PublishToChannelReturnType = NON_EXISTENT_CHANNEL_TYPE\n | undefined | boolean | unknown | Array<undefined | boolean | unknown>\n\nexport type PublishReturnType = PublishToChannelReturnType | PublishToChannelReturnType[]\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"peregrineMQ.types.js","sources":["../../../../../../../../src/core/utils/appState/peregrineMQ/peregrineMQ.types.ts"],"sourcesContent":["export type CallbackPayload = string | number | Record<any, any>;\nexport type Callback = (message: string, data?: CallbackPayload) => void;\n\nexport type SubscribersSet = Set<Callback>;\n\nexport interface Config {\n /**\n * If true, enables automatic removal of channels without subscribers.\n */\n allowAutoPrune?: boolean\n\n /**\n * The interval, in milliseconds, for checking channels with no subscribers.\n */\n pruneInterval?: number\n\n /**\n * If true, allows the use of the clear method to remove all channels and listeners.\n */\n allowClear?: boolean\n}\n\nexport interface UnsubscribeOptions {\n /**\n * The channel to unsubscribe from.\n */\n channel?: string\n\n /**\n * If true, removes the channel from the collection when the last subscriber is removed.\n */\n prune?: boolean\n}\n\nexport interface PeregrineMQApi {\n /**\n * Sets the configuration options for a PeregrineMQ instance.\n *\n * @param {Config} config - An object containing configuration options for the instance.\n * @return {void}\n */\n configure: (config: Config) => void\n\n /**\n * Retrieves a list of all channels and their subscribers.\n *\n * @return { string[] }\n */\n getChannels: () => string[]\n\n /**\n * Removes all channels that have no subscribers.\n *\n * @return {void}\n */\n prune: () => void\n\n /**\n * Removes a specified channel from the collection.\n *\n * @param {string} channel - The name of the channel to remove.\n * @return {boolean} - Returns true if the channel was successfully removed, otherwise false.\n */\n removeChannel: (channel: string) => boolean\n\n /**\n * Publishes a message to a specified channel, passing the data to its subscribers.\n *\n * @param {string} channel - The channel to publish the message to.\n * @param {unknown} [data] - The data to pass to subscribers.\n * @return {boolean} - Returns true if the message was successfully published, otherwise false.\n */\n publish: (channel: string, data?: unknown) => PublishReturnType\n\n /**\n * Subscribes a function to a specified channel.\n * The returned unsubscribe function is unique and should be stored for later use.\n *\n * @param {string} channel - The channel name to subscribe to.\n * @param {Callback} callback - The function to call when a new message is published.\n * @return {() => boolean} - The unsubscribe function.\n */\n subscribe: (channel: string, callback: Callback) => () => boolean\n\n /**\n * Unsubscribes a callback from a channel.\n * Returns true if the callback was successfully unsubscribed, otherwise false.\n *\n * @param {Callback} callback - The callback to unsubscribe.\n * @param {UnsubscribeOptions} [options] - Options for unsubscribing, including the channel.\n * @return {boolean} - Returns true if the callback was successfully unsubscribed, otherwise false.\n */\n unsubscribe: (callback: Callback, options?: UnsubscribeOptions) => boolean\n\n /**\n * Checks if a specified callback is subscribed to a specified channel (or any channel if not specified).\n *\n * @param {Callback} callback - The callback to check for subscription.\n * @param {string} [channel] - The channel to check for subscription. If not specified, all channels will be checked.\n * @return {boolean} - Returns true if the callback is subscribed, otherwise false.\n */\n isSubscribed: (callback: Callback, channel?: string) => boolean\n\n /**\n * Removes all channels and subscribers from the collection.\n *\n * @function\n * @alias clear\n */\n clear: () => void\n\n /**\n * Retrieves the identifier for the specific instance of PeregrineMQ.\n *\n * @return {string} - A string identifier for the specific instance.\n */\n getId: () => string\n}\nexport const NON_EXISTENT_CHANNEL = 'NON_EXISTENT_CHANNEL'\n\nexport type NON_EXISTENT_CHANNEL_TYPE = typeof NON_EXISTENT_CHANNEL\n\nexport type PublishToChannelReturnType = NON_EXISTENT_CHANNEL_TYPE\n | undefined | boolean | unknown | Array<undefined | boolean | unknown>\n\nexport type PublishReturnType = PublishToChannelReturnType | PublishToChannelReturnType[]\n"],"names":["NON_EXISTENT_CHANNEL"],"mappings":"gFAsHO,MAAMA,EAAuB"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),l=(r,u,o)=>{const c=t.useCallback(o,[o]),e=t.useRef();return t.useEffect(()=>(e.current=r.subscribe(u,c),()=>{var s;(s=e==null?void 0:e.current)==null||s.call(e)}),[c,u,r]),[e.current,r.publish]};exports.usePeregrineMQ=l;
|
|
2
2
|
//# sourceMappingURL=usePeregrineMQ.react.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePeregrineMQ.react.js","sources":["../../../../../../../../src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.ts"],"sourcesContent":["import { useCallback, useEffect, useRef } from 'react'\n\nimport { PeregrineMQ } from './peregrineMQ'\nimport { Callback, PublishReturnType } from './peregrineMQ.types'\n\nexport type usePeregrineMQReturnType = [\n (() => boolean) | undefined,\n <T>(channel: string, data?: T) => PublishReturnType\n]\n\nexport const usePeregrineMQ = (\n peregrineInstance: PeregrineMQ, channel: string, callback: Callback,\n): usePeregrineMQReturnType => {\n const memCallback = useCallback(callback, [callback])\n\n const unsubscribeRef = useRef<ReturnType<typeof peregrineInstance.subscribe>>()\n\n useEffect(() => {\n unsubscribeRef.current = peregrineInstance.subscribe(channel, memCallback)\n\n return (): void => {\n unsubscribeRef?.current?.()\n }\n }, [memCallback, channel, peregrineInstance])\n\n return [unsubscribeRef.current, peregrineInstance.publish]\n}\n"],"names":["usePeregrineMQ","peregrineInstance","channel","callback","memCallback","useCallback","unsubscribeRef","useRef","useEffect","
|
|
1
|
+
{"version":3,"file":"usePeregrineMQ.react.js","sources":["../../../../../../../../src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.ts"],"sourcesContent":["import { useCallback, useEffect, useRef } from 'react'\n\nimport { PeregrineMQ } from './peregrineMQ'\nimport { Callback, PublishReturnType } from './peregrineMQ.types'\n\nexport type usePeregrineMQReturnType = [\n (() => boolean) | undefined,\n <T>(channel: string, data?: T) => PublishReturnType\n]\n\nexport const usePeregrineMQ = (\n peregrineInstance: PeregrineMQ, channel: string, callback: Callback,\n): usePeregrineMQReturnType => {\n const memCallback = useCallback(callback, [callback])\n\n const unsubscribeRef = useRef<ReturnType<typeof peregrineInstance.subscribe>>()\n\n useEffect(() => {\n unsubscribeRef.current = peregrineInstance.subscribe(channel, memCallback)\n\n return (): void => {\n unsubscribeRef?.current?.()\n }\n }, [memCallback, channel, peregrineInstance])\n\n return [unsubscribeRef.current, peregrineInstance.publish]\n}\n"],"names":["usePeregrineMQ","peregrineInstance","channel","callback","memCallback","useCallback","unsubscribeRef","useRef","useEffect","_a"],"mappings":"yGAUaA,EAAiB,CAC5BC,EAAgCC,EAAiBC,IACpB,CAC7B,MAAMC,EAAcC,EAAAA,YAAYF,EAAU,CAACA,CAAQ,CAAC,EAE9CG,EAAiBC,EAAAA,OAAA,EAEvBC,OAAAA,EAAAA,UAAU,KACRF,EAAe,QAAUL,EAAkB,UAAUC,EAASE,CAAW,EAElE,IAAY,QACjBK,EAAAH,GAAA,YAAAA,EAAgB,UAAhB,MAAAG,EAAA,KAAAH,EACF,GACC,CAACF,EAAaF,EAASD,CAAiB,CAAC,EAErC,CAACK,EAAe,QAASL,EAAkB,OAAO,CAC3D"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var e=
|
|
1
|
+
"use strict";var y=Object.defineProperty;var b=e=>{throw TypeError(e)};var m=(e,t,i)=>t in e?y(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i;var n=(e,t,i)=>m(e,typeof t!="symbol"?t+"":t,i),T=(e,t,i)=>t.has(e)||b("Cannot "+i);var s=(e,t,i)=>(T(e,t,"read from private field"),i?i.call(e):t.get(e)),S=(e,t,i)=>t.has(e)?b("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,i),l=(e,t,i,r)=>(T(e,t,"write to private field"),r?r.call(e,i):t.set(e,i),i);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var g=(e=>(e.CHANGE="change",e.TRANSITIONED_TO="transitionedTo",e.TRANSITIONED_FROM="transitionedFrom",e.ADDED_TO_QUEUE="addedToQueue",e.REMOVED_FROM_QUEUE="removedFromQueue",e))(g||{});class _ extends Event{constructor(t,i){super(t,i)}}var d,o;class E{constructor(t){S(this,d);S(this,o);n(this,"subscribe",t=>(s(this,o).add(t),()=>s(this,o).delete(t)));n(this,"unsubscribe",t=>s(this,o).delete(t));n(this,"publish",t=>{var i;if((i=s(this,o))!=null&&i.size)for(const r of s(this,o))r(t)});n(this,"toString",()=>`TinyStateMachineSate: ${s(this,d)}`);l(this,d,t),l(this,o,new Set)}get name(){return s(this,d)}get[Symbol.toStringTag](){return`TinyStateMachineSate: ${s(this,d)}`}}d=new WeakMap,o=new WeakMap;const D=e=>new Set(e.map(t=>new E(t)));var a,h,u,I,N;class O{constructor(t){S(this,a);S(this,h);S(this,u);n(this,"addState",t=>{s(this,a).add(t)});n(this,"removeState",t=>{s(this,a).delete(t)});n(this,"subscribe",t=>(s(this,h).add(t),()=>s(this,h).delete(t)));n(this,"unsubscribe",t=>{s(this,h).delete(t)});n(this,"publish",(t,i)=>{var r;if((r=s(this,h))!=null&&r.size)for(const f of s(this,h))f(t,i)});S(this,I,t=>Array.from(s(this,a)).find(i=>i.name===t));S(this,N,t=>s(this,a).has(t)?t:void 0);n(this,"gotoState",t=>{const i=typeof t=="string"?s(this,I).call(this,t):s(this,N).call(this,t);if(!i)throw Error(`TinyStateMachin::gotoState state not found: ${t}`);const r=s(this,u);return l(this,u,i),this.publish(new _("transitionedFrom"),r),this.publish(new _("transitionedTo"),i),r==null||r.publish(new _("transitionedFrom")),s(this,u).publish(new _("transitionedTo")),!0});n(this,"next",()=>{let t;const i=Array.from(s(this,a));if(!s(this,u))return[t]=i,this.gotoState(t)?t:null;const r=i.findIndex(f=>f===s(this,u));return r<s(this,a).size-2?(t=i[r+1],this.gotoState(t)?t:null):null});l(this,a,t),l(this,h,new Set)}get states(){return s(this,a)}get currentState(){return s(this,u)}}a=new WeakMap,h=new WeakMap,u=new WeakMap,I=new WeakMap,N=new WeakMap;const c=function*(){let e,t=c.IS_RUNNING;for(;;)if(e=yield t,e===c.DO_END){t=c.IS_FINITE,yield t;break}return yield*[1,2,3],yield 123,10};c.DO_END="__DO__END__";c.IS_FINITE="__IS__FINITE__";c.IS_RUNNING="__IS__RUNNING__";exports.TinyStateMachine=O;exports.TinyStateMachineEvent=_;exports.TinyStateMachineEventType=g;exports.TinyStateMachineState=E;exports.createStates=D;exports.stateIterator=c;
|
|
2
2
|
//# sourceMappingURL=tiny-state-machine.base.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tiny-state-machine.base.js","sources":["../../../../../../../../src/core/utils/appState/stateMachine/tiny-state-machine.base.ts"],"sourcesContent":["export enum TinyStateMachineEventType {\n CHANGE = 'change',\n TRANSITIONED_TO = 'transitionedTo',\n TRANSITIONED_FROM = 'transitionedFrom',\n ADDED_TO_QUEUE = 'addedToQueue',\n REMOVED_FROM_QUEUE = 'removedFromQueue'\n}\n\nexport type TinyStateMachineListenerCallBack = (\n stateEvent: TinyStateMachineEvent,\n state?: ITinyStateMachineState\n) => void;\n\nexport class TinyStateMachineEvent extends Event {\n constructor(type: TinyStateMachineEventType, eventInitDict?: any) {\n super(type, eventInitDict)\n }\n}\n\ninterface IPubSub {\n subscribe: (listener: TinyStateMachineListenerCallBack) => () => void\n unsubscribe: (listener: TinyStateMachineListenerCallBack) => void\n publish: (...args: any[]) => void\n}\n\nexport interface ITinyStateMachineState extends IPubSub {\n name: string\n}\n\nexport class TinyStateMachineState implements ITinyStateMachineState {\n #name: string\n\n #listeners: Set<TinyStateMachineListenerCallBack>\n\n constructor(name: string) {\n this.#name = name\n this.#listeners = new Set<TinyStateMachineListenerCallBack>()\n }\n\n get name(): string {\n return this.#name\n }\n\n subscribe = (listener: TinyStateMachineListenerCallBack): () => void => {\n this.#listeners.add(listener)\n return () => this.#listeners.delete(listener)\n }\n\n unsubscribe = (listener: TinyStateMachineListenerCallBack): boolean => this.#listeners.delete(listener)\n\n publish = (event: TinyStateMachineEvent): void => {\n if (!this.#listeners?.size) {\n return\n }\n // eslint-disable-next-line no-restricted-syntax\n for (const listener of this.#listeners) {\n listener(event)\n }\n }\n\n toString = (): string => `TinyStateMachineSate: ${this.#name}`\n\n get [Symbol.toStringTag](): string {\n return `TinyStateMachineSate: ${this.#name}`\n }\n}\n\nexport interface ITinyStateMachine extends IPubSub {\n states: Set<TinyStateMachineState>\n addState: (state: TinyStateMachineState) => void\n removeState: (state: TinyStateMachineState) => void\n currentState: undefined | TinyStateMachineState\n gotoState: (state: TinyStateMachineState) => void | boolean\n\n}\n\nexport const createStates = (stateNames: string[]): Set<TinyStateMachineState> => new Set(\n stateNames.map((name: string) => new TinyStateMachineState(name)),\n)\n\nexport class TinyStateMachine implements ITinyStateMachine {\n #states: Set<TinyStateMachineState>\n\n #listeners: Set<TinyStateMachineListenerCallBack>\n\n #currentState: undefined | TinyStateMachineState\n\n constructor(states: Set<TinyStateMachineState>) {\n this.#states = states\n this.#listeners = new Set<TinyStateMachineListenerCallBack>()\n }\n\n addState = (state: TinyStateMachineState): void => {\n this.#states.add(state)\n }\n\n removeState = (state: TinyStateMachineState): void => {\n this.#states.delete(state)\n }\n\n get states (): Set<TinyStateMachineState> {\n return this.#states\n }\n\n get currentState (): undefined | TinyStateMachineState {\n return this.#currentState\n }\n\n subscribe = (listener: TinyStateMachineListenerCallBack): () => void => {\n this.#listeners.add(listener)\n return () => this.#listeners.delete(listener)\n }\n\n unsubscribe = (listener: TinyStateMachineListenerCallBack): void => {\n this.#listeners.delete(listener)\n }\n\n publish = (event: TinyStateMachineEvent, state?: TinyStateMachineState): void => {\n if (!this.#listeners?.size) {\n return\n }\n // eslint-disable-next-line no-restricted-syntax\n for (const listener of this.#listeners) {\n listener(event, state)\n }\n }\n\n #getStateByName = (stateName: string): undefined | TinyStateMachineState => Array\n .from(this.#states).find((state: TinyStateMachineState) => state.name === stateName)\n\n #getStateByState\n = (state: TinyStateMachineState): undefined | TinyStateMachineState => (this.#states.has(state) ? state : undefined)\n\n gotoState = (state: TinyStateMachineState | string): void | boolean => {\n const foundState = typeof state === 'string'\n ? this.#getStateByName(state as string)\n : this.#getStateByState(state as TinyStateMachineState)\n\n if (!foundState) {\n throw Error(`TinyStateMachin::gotoState state not found: ${state}`)\n }\n\n const prevState: undefined | TinyStateMachineState = this.#currentState\n\n this.#currentState = foundState\n this.publish(new TinyStateMachineEvent(TinyStateMachineEventType.TRANSITIONED_FROM), prevState)\n this.publish(new TinyStateMachineEvent(TinyStateMachineEventType.TRANSITIONED_TO), foundState)\n\n prevState?.publish(new TinyStateMachineEvent(TinyStateMachineEventType.TRANSITIONED_FROM))\n this.#currentState.publish(new TinyStateMachineEvent(TinyStateMachineEventType.TRANSITIONED_TO))\n return true\n }\n\n next = (): TinyStateMachineState | null => {\n let nextState: TinyStateMachineState\n const arrayOfStates: TinyStateMachineState[] = Array.from(this.#states)\n\n if (!this.#currentState) {\n [nextState] = arrayOfStates\n\n return this.gotoState(nextState) ? nextState : null\n }\n\n const currentStateIndex = arrayOfStates\n .findIndex((state: TinyStateMachineState) => state === this.#currentState)\n\n if (currentStateIndex < this.#states.size - 2) {\n nextState = arrayOfStates[currentStateIndex + 1]\n return this.gotoState(nextState) ? nextState : null\n }\n\n return null\n }\n}\n\n\n\n// eslint-disable-next-line @typescript-eslint/explicit-function-return-type\nexport const stateIterator = function* () {\n let operation: string\n let state: string = stateIterator.IS_RUNNING\n\n while (true) {\n // console.log('inside while loop')\n\n // // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // // @ts-ignore\n\n\n // // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // // @ts-ignore\n operation = yield state\n\n // // console.log('operation', operation)\n // // console.log('state', state)\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n if (operation === stateIterator.DO_END) {\n state = stateIterator.IS_FINITE\n yield state\n break\n }\n }\n yield* [1, 2, 3]\n yield 123\n\n return 10\n}\n\nstateIterator.DO_END = '__DO__END__'\nstateIterator.IS_FINITE = '__IS__FINITE__'\nstateIterator.IS_RUNNING = '__IS__RUNNING__'\n"],"names":["TinyStateMachineEventType","TinyStateMachineEvent","Event","constructor","type","eventInitDict","super","_name","_classPrivateFieldLooseKey","_listeners","TinyStateMachineState","name","Object","defineProperty","this","writable","value","subscribe","listener","_classPrivateFieldLooseBase","add","delete","unsubscribe","publish","event","size","toString","Set","Symbol","toStringTag","_states","_listeners2","_currentState","_getStateByName","_getStateByState","stateIterator","operation","state","IS_RUNNING","DO_END","IS_FINITE","states","addState","removeState","stateName","Array","from","find","has","undefined","gotoState","foundState","Error","prevState","TRANSITIONED_FROM","TRANSITIONED_TO","next","nextState","arrayOfStates","currentStateIndex","findIndex","currentState","stateNames","map"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"tiny-state-machine.base.js","sources":["../../../../../../../../src/core/utils/appState/stateMachine/tiny-state-machine.base.ts"],"sourcesContent":["export enum TinyStateMachineEventType {\n CHANGE = 'change',\n TRANSITIONED_TO = 'transitionedTo',\n TRANSITIONED_FROM = 'transitionedFrom',\n ADDED_TO_QUEUE = 'addedToQueue',\n REMOVED_FROM_QUEUE = 'removedFromQueue'\n}\n\nexport type TinyStateMachineListenerCallBack = (\n stateEvent: TinyStateMachineEvent,\n state?: ITinyStateMachineState\n) => void;\n\nexport class TinyStateMachineEvent extends Event {\n constructor(type: TinyStateMachineEventType, eventInitDict?: any) {\n super(type, eventInitDict)\n }\n}\n\ninterface IPubSub {\n subscribe: (listener: TinyStateMachineListenerCallBack) => () => void\n unsubscribe: (listener: TinyStateMachineListenerCallBack) => void\n publish: (...args: any[]) => void\n}\n\nexport interface ITinyStateMachineState extends IPubSub {\n name: string\n}\n\nexport class TinyStateMachineState implements ITinyStateMachineState {\n #name: string\n\n #listeners: Set<TinyStateMachineListenerCallBack>\n\n constructor(name: string) {\n this.#name = name\n this.#listeners = new Set<TinyStateMachineListenerCallBack>()\n }\n\n get name(): string {\n return this.#name\n }\n\n subscribe = (listener: TinyStateMachineListenerCallBack): () => void => {\n this.#listeners.add(listener)\n return () => this.#listeners.delete(listener)\n }\n\n unsubscribe = (listener: TinyStateMachineListenerCallBack): boolean => this.#listeners.delete(listener)\n\n publish = (event: TinyStateMachineEvent): void => {\n if (!this.#listeners?.size) {\n return\n }\n // eslint-disable-next-line no-restricted-syntax\n for (const listener of this.#listeners) {\n listener(event)\n }\n }\n\n toString = (): string => `TinyStateMachineSate: ${this.#name}`\n\n get [Symbol.toStringTag](): string {\n return `TinyStateMachineSate: ${this.#name}`\n }\n}\n\nexport interface ITinyStateMachine extends IPubSub {\n states: Set<TinyStateMachineState>\n addState: (state: TinyStateMachineState) => void\n removeState: (state: TinyStateMachineState) => void\n currentState: undefined | TinyStateMachineState\n gotoState: (state: TinyStateMachineState) => void | boolean\n\n}\n\nexport const createStates = (stateNames: string[]): Set<TinyStateMachineState> => new Set(\n stateNames.map((name: string) => new TinyStateMachineState(name)),\n)\n\nexport class TinyStateMachine implements ITinyStateMachine {\n #states: Set<TinyStateMachineState>\n\n #listeners: Set<TinyStateMachineListenerCallBack>\n\n #currentState: undefined | TinyStateMachineState\n\n constructor(states: Set<TinyStateMachineState>) {\n this.#states = states\n this.#listeners = new Set<TinyStateMachineListenerCallBack>()\n }\n\n addState = (state: TinyStateMachineState): void => {\n this.#states.add(state)\n }\n\n removeState = (state: TinyStateMachineState): void => {\n this.#states.delete(state)\n }\n\n get states (): Set<TinyStateMachineState> {\n return this.#states\n }\n\n get currentState (): undefined | TinyStateMachineState {\n return this.#currentState\n }\n\n subscribe = (listener: TinyStateMachineListenerCallBack): () => void => {\n this.#listeners.add(listener)\n return () => this.#listeners.delete(listener)\n }\n\n unsubscribe = (listener: TinyStateMachineListenerCallBack): void => {\n this.#listeners.delete(listener)\n }\n\n publish = (event: TinyStateMachineEvent, state?: TinyStateMachineState): void => {\n if (!this.#listeners?.size) {\n return\n }\n // eslint-disable-next-line no-restricted-syntax\n for (const listener of this.#listeners) {\n listener(event, state)\n }\n }\n\n #getStateByName = (stateName: string): undefined | TinyStateMachineState => Array\n .from(this.#states).find((state: TinyStateMachineState) => state.name === stateName)\n\n #getStateByState\n = (state: TinyStateMachineState): undefined | TinyStateMachineState => (this.#states.has(state) ? state : undefined)\n\n gotoState = (state: TinyStateMachineState | string): void | boolean => {\n const foundState = typeof state === 'string'\n ? this.#getStateByName(state as string)\n : this.#getStateByState(state as TinyStateMachineState)\n\n if (!foundState) {\n throw Error(`TinyStateMachin::gotoState state not found: ${state}`)\n }\n\n const prevState: undefined | TinyStateMachineState = this.#currentState\n\n this.#currentState = foundState\n this.publish(new TinyStateMachineEvent(TinyStateMachineEventType.TRANSITIONED_FROM), prevState)\n this.publish(new TinyStateMachineEvent(TinyStateMachineEventType.TRANSITIONED_TO), foundState)\n\n prevState?.publish(new TinyStateMachineEvent(TinyStateMachineEventType.TRANSITIONED_FROM))\n this.#currentState.publish(new TinyStateMachineEvent(TinyStateMachineEventType.TRANSITIONED_TO))\n return true\n }\n\n next = (): TinyStateMachineState | null => {\n let nextState: TinyStateMachineState\n const arrayOfStates: TinyStateMachineState[] = Array.from(this.#states)\n\n if (!this.#currentState) {\n [nextState] = arrayOfStates\n\n return this.gotoState(nextState) ? nextState : null\n }\n\n const currentStateIndex = arrayOfStates\n .findIndex((state: TinyStateMachineState) => state === this.#currentState)\n\n if (currentStateIndex < this.#states.size - 2) {\n nextState = arrayOfStates[currentStateIndex + 1]\n return this.gotoState(nextState) ? nextState : null\n }\n\n return null\n }\n}\n\n\n\n// eslint-disable-next-line @typescript-eslint/explicit-function-return-type\nexport const stateIterator = function* () {\n let operation: string\n let state: string = stateIterator.IS_RUNNING\n\n while (true) {\n // console.log('inside while loop')\n\n // // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // // @ts-ignore\n\n\n // // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // // @ts-ignore\n operation = yield state\n\n // // console.log('operation', operation)\n // // console.log('state', state)\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n if (operation === stateIterator.DO_END) {\n state = stateIterator.IS_FINITE\n yield state\n break\n }\n }\n yield* [1, 2, 3]\n yield 123\n\n return 10\n}\n\nstateIterator.DO_END = '__DO__END__'\nstateIterator.IS_FINITE = '__IS__FINITE__'\nstateIterator.IS_RUNNING = '__IS__RUNNING__'\n"],"names":["TinyStateMachineEventType","TinyStateMachineEvent","type","eventInitDict","TinyStateMachineState","name","__privateAdd","_name","_listeners","__publicField","listener","__privateGet","event","_a","__privateSet","createStates","stateNames","TinyStateMachine","states","_states","_currentState","state","_getStateByName","stateName","_getStateByState","foundState","prevState","nextState","arrayOfStates","currentStateIndex","stateIterator","operation"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const A=require("../../helpers/other.js");let h=!0;const p=s=>{h=!!s},j=()=>h,d=(s,o)=>{if(Object.is(s,o))return!0;if(typeof s!="object"||typeof o!="object"||s==null||o==null)return!1;if(Array.isArray(s)&&Array.isArray(o))return s.length!==o.length?!1:s.every((n,c)=>Object.is(n,o[c]));const y=Object.keys(s),i=Object.keys(o);return y.length!==i.length?!1:y.every(n=>Object.is(s[n],o[n]))},w=(s,o,y)=>{var E;let i=s;const n=new Set,c=()=>i,a=async e=>{i=h?{...c(),...e}:e;const t=[];for(const r of n)try{const u=r==null?void 0:r.selector,l=u?u(i):i,f=r.equalityFn??(u?d:void 0);(f?f(r.previousValue,l):r.previousValue!==void 0&&r.previousValue===l)||(r.previousValue=l,await r(l))}catch(u){t.push(u)}if(t.length>0)throw t[0];return i},v={getState:c,setState:a,subscribe:(e,t,r)=>{if(t&&e.selector&&e.selector!==t)throw new Error("Error, mismatch selector, listener.selector !== selector.");return t&&!e.selector&&(e.selector=t),r&&!e.equalityFn&&(e.equalityFn=r),e.selector&&(e.previousValue=e.selector(c())),n.add(e),()=>n.delete(e)},unsubscribe:e=>{n.delete(e)}},S=o?(E=Object.entries(o))==null?void 0:E.reduce((e,[t,r])=>(e[t]=async(...u)=>{const l=A.isFunctionAsync(r);l&&a({...c(),[`${t}Error`]:null,[`${t}Pending`]:!0});try{const f=await r(c,a,...u);return y&&a(y(c(),t,...u)),l&&a({...c(),[`${t}Pending`]:!1}),f}catch(f){throw l&&a({...c(),[`${t}Pending`]:!1,[`${t}Error`]:f}),f}},e),{}):null,g={...v,...S?{actions:{...S}}:{}};return g};exports.canSetStateMerge=p;exports.createStore=w;exports.getSetStateMerge=j;exports.shallowEqual=d;
|
|
2
2
|
//# sourceMappingURL=store.vanillajs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.vanillajs.js","sources":["../../../../../../../../src/core/utils/appState/store/store.vanillajs.ts"],"sourcesContent":["\n// TinyStore, inspired by https://github.com/jherr/syncexternalstore/blob/main/csr/src/store.js\n\nimport { isFunctionAsync } from '../../helpers'\n\n\nlet SET_STATE_MERGE: boolean = true\n\n\nexport const canSetStateMerge = (value: boolean): void => {\n SET_STATE_MERGE = !!value\n}\n\nexport const getSetStateMerge = (): boolean => SET_STATE_MERGE\n\n/**\n * Represents the callback function for a store listener.\n */\nexport type ListenerCallBack<T> = (state: Partial<T>) => void\n\n/**\n * Represents a selector function that transforms the store state.\n */\n// export type Selector<T> = (state: Partial<T>) => Partial<T>;\nexport type SelectedValueType<T> = Partial<T> | Partial<keyof T>\n| string | number | boolean | undefined | string[] | number[] | boolean[] | undefined[];\nexport type Selector<T> = (state: Partial<T>) => SelectedValueType<T>;\n\n\n/**\n * Represents a listener for the store.\n */\nexport type Listener<T> = {\n selector?: Selector<T>\n previousValue?: SelectedValueType<T>\n} & ListenerCallBack<T>\n\n/**\n * Represents a store.\n */\nexport type Store<T> = {\n /**\n * Get the current state of the store.\n * @returns The current state of the store.\n */\n getState: () => Partial<T>\n /**\n * Set the state of the store.\n * @param state - The new state to set.\n * @returns A promise that resolves to the new state.\n */\n setState: (state: Partial<T>) => Promise<Partial<T>>\n /**\n * Subscribe a listener to the store.\n * @param listener - The listener function to be subscribed.\n * @param selector - Optional selector function to transform the store state.\n * @returns A function to unsubscribe the listener.\n */\n subscribe: (listener: Listener<T>, selector?: Selector<T>) => () => void\n /**\n * Unubscribe a listener from the store.\n * @param listener - The listener function to be unsubscribed.\n */\n unsubscribe: (listener: Listener<T>) => void\n}\n// & { actions?: { [actionName: string]: ActionHandlerCaller } }\n\n// TODO infer actionNames from createStore arguments\n/**\n * Represents a store with additional actions.\n */\nexport type StoreWithActions<T> = Store<T> & { actions: { [actionName: string]: ActionHandlerCaller<T> } }\n\n\n\n\n/**\n * Represents an action handler function.\n */\nexport type ActionHandler<T> = (\n getState: Store<T>['getState'], // Function to get the current state of the store\n setState: Store<T>['setState'], // Function to set the state of the store\n ...rest: unknown[]\n) => void | Partial<T> | Promise<void | Partial<T>>\n\n/**\n * Represents an reducer function.\n */\nexport type Reducer<T> = (\n state: Partial<T>,\n action: string,\n ...rest: unknown[]\n) => Partial<T>\n\n\n/**\n * Represents a function that calls an action handler.\n */\nexport type ActionHandlerCaller<T> = (...args: unknown[]) => void | Partial<T> | Promise<void | Partial<T>>\n\n\ntype Actions<T> = { [key: string]: ActionHandler<T>}\n/**\n * Creates a new store.\n * @param initialState - The initial state of the store.\n * @param actions - Optional actions for the store.\n * @returns The created store.\n */\nexport const createStore = <T>(\n initialState: Partial<T>,\n actions?: Actions<T>,\n reducer?: Reducer<T>,\n): Store<T> | StoreWithActions<T> => {\n let currentState: Partial<T> = initialState\n const listeners = new Set<Listener<T>>()\n\n /**\n * Gets the current state of the store.\n * @returns The current state of the store.\n */\n const getState = (): Partial<T> => currentState\n\n // TODO debounce, batch? what is the meaningful time between setState ofr UI to be rendered and registerd by User?\n /**\n * Sets the state of the store.\n * @param newState - The new state to set.\n * @returns A promise that resolves to the new state.\n */\n const setState = async (newState: Partial<T>): Promise<Partial<T>> => {\n currentState = SET_STATE_MERGE ? { ...getState(), ...newState } : newState\n\n // eslint-disable-next-line no-restricted-syntax\n for (const listener of listeners) {\n // has Listener selector?\n const selector: Selector<T> | undefined = listener?.selector\n\n // TODO compare selected value to the previous values of that listener/selector pair\n // if listener.previousValue === selector(currentState) no call\n // else listener.previousValue = selector(currentState) and call\n // l1 cache, weak references?\n const newValue: SelectedValueType<T> = selector ? selector(currentState) : currentState\n\n // TODO plugin equality\n if (listener.previousValue === undefined || listener.previousValue !== newValue) {\n listener.previousValue = newValue\n // eslint-disable-next-line no-await-in-loop\n await listener(newValue as Partial<T>)\n }\n }\n return currentState\n }\n\n /**\n * Represents the basic API of the store.\n */\n const storeBaseicApi: Store<T> = {\n /**\n * Get the current state of the store.\n * @returns The current state of the store.\n */\n getState,\n /**\n * Set the state of the store.\n * @param state - The new state to set.\n * @returns A promise that resolves to the new state.\n */\n setState,\n /**\n * Subscribe a listener to the store.\n * @param listener - The listener function to be subscribed.\n * @returns A function to unsubscribe the listener.\n */\n subscribe: (listener: Listener<T>, selector?: Selector<T>) => {\n if (selector && listener.selector && listener.selector !== selector) {\n throw new Error('Error, mismatch selector, listener.selector !== selector.')\n }\n if (selector && !listener.selector) {\n // eslint-disable-next-line no-param-reassign\n listener.selector = selector\n }\n\n if (listener.selector) {\n // setting the previousValue for the next cache/equality check\n // eslint-disable-next-line no-param-reassign\n listener.previousValue = listener.selector(getState())\n }\n\n listeners.add(listener)\n return () => listeners.delete(listener)\n },\n /**\n * Unsubscribe a listener from the store.\n * @param listener - The listener function to be unsubscribed.\n */\n unsubscribe: (listener: Listener<T>) => {\n listeners.delete(listener)\n },\n }\n\n /**\n * Resolves the actions and creates action handlers.\n */\n const resolvedActions: Actions<T> | null | undefined\n = actions ? Object.entries(actions)?.reduce(\n (\n aggregator: Record<string, ActionHandlerCaller<T>>,\n [actionName, actionHandler]: [string, ActionHandler<T>],\n ) => {\n // eslint-disable-next-line no-param-reassign\n aggregator[actionName] = async(...rest: unknown[]): Promise<void | Partial<T>> => {\n // TODO try to not call subscriber too many times becuase of Error and Pending values\n const isAsync = isFunctionAsync(actionHandler as () => unknown)\n\n if (isAsync) {\n setState({\n ...getState(),\n [`${actionName}Error`]: null,\n [`${actionName}Pending`]: true,\n })\n }\n\n try {\n const resultOfAction = await actionHandler(getState, setState, ...rest)\n\n // TODO try to mutate state only once with the results, that means pass custom setState to action,\n // so that it would matk pending and error already inside action\n if (reducer) {\n setState(reducer(getState(), actionName, ...rest))\n }\n\n if (isAsync) {\n setState({ ...getState(), [`${actionName}Pending`]: false })\n }\n\n return resultOfAction\n } catch (error) {\n if (isAsync) {\n setState({\n ...getState(),\n [`${actionName}Pending`]: false,\n [`${actionName}Error`]: error,\n })\n }\n throw error\n }\n }\n\n return aggregator\n },\n {},\n ) : null\n\n /**\n * Represents the store combined with actions.\n */\n const storeCombinedWithActions = {\n ...storeBaseicApi,\n ...(resolvedActions ? { actions: { ...resolvedActions } } : {}),\n }\n\n return resolvedActions\n ? storeCombinedWithActions as StoreWithActions<T>\n // ? storeCombinedWithActions as StoreWithActions<T> & ActionsStateReturnType<A>\n : storeCombinedWithActions as Store<T>\n}\n"],"names":["SET_STATE_MERGE","value","createStore","initialState","actions","reducer","currentState","listeners","Set","getState","setState","_ref","_asyncToGenerator","newState","listener","selector","newValue","undefined","previousValue","_x","apply","this","arguments","storeBaseicApi","subscribe","Error","add","delete","unsubscribe","resolvedActions","Object","entries","reduce","aggregator","_ref2","actionName","actionHandler","isAsync","isFunctionAsync","_len","length","rest","Array","_key","resultOfAction","error","storeCombinedWithActions","getSetStateMerge"],"mappings":"uHAMA,IAAIA,GAA2B,2BAGEC,IAC/BD,IAAoBC,CAAK,sBAkGAC,CACzBC,EACAC,EACAC,KAEA,IAAIC,EAA2BH,EAC/B,MAAMI,EAAY,IAAIC,IAMhBC,EAAWA,IAAkBH,EAQ7BI,EAAQ,WAAA,IAAAC,EAAAC,oBAAG,UAAOC,GACtBP,EAAeN,EAAkB,IAAKS,OAAeI,GAAaA,EAGlE,IAAK,MAAMC,KAAYP,EAAW,CAEhC,MAAMQ,EAAoCD,GAAUC,SAM9CC,EAAiCD,EAAWA,EAAST,GAAgBA,OAG5CW,IAA3BH,EAASI,eAA+BJ,EAASI,gBAAkBF,IACrEF,EAASI,cAAgBF,QAEnBF,EAASE,GAEnB,CACA,OAAOV,CACT,IAAC,OAAA,SAtBaa,GAAA,OAAAR,EAAAS,MAAAC,KAAAC,UAAA,CAAA,CAAA,GA2BRC,EAA2B,CAK/Bd,WAMAC,WAMAc,UAAWA,CAACV,EAAuBC,KACjC,GAAIA,GAAYD,EAASC,UAAYD,EAASC,WAAaA,EACzD,MAAM,IAAIU,MAAM,6DAclB,OAZIV,IAAaD,EAASC,WAExBD,EAASC,SAAWA,GAGlBD,EAASC,WAGXD,EAASI,cAAgBJ,EAASC,SAASN,MAG7CF,EAAUmB,IAAIZ,GACP,IAAMP,EAAUoB,OAAOb,EAAS,EAMzCc,YAAcd,IACZP,EAAUoB,OAAOb,EAAS,GAOxBe,EACFzB,EAAU0B,OAAOC,QAAQ3B,IAAU4B,QACnC,CACEC,EAAkDC,KAE/C,IADFC,EAAYC,GAA0CF,EAyCvD,OAtCAD,EAAWE,GAAWvB,EAAAA,kBAAG,YAEvB,MAAMyB,EAAUC,EAAAA,gBAAgBF,GAE5BC,GACF3B,EAAS,IACJD,IACH,CAAC,GAAG0B,UAAoB,KACxB,CAAC,GAAGA,aAAsB,IAI9B,IAAI,IAAA,IAAAI,EAAAjB,UAAAkB,OAZ4BC,EAAI,IAAAC,MAAAH,GAAAI,EAAA,EAAAA,EAAAJ,EAAAI,IAAJF,EAAIE,GAAArB,UAAAqB,GAalC,MAAMC,QAAuBR,EAAc3B,EAAUC,KAAa+B,GAYlE,OARIpC,GACFK,EAASL,EAAQI,IAAY0B,KAAeM,IAG1CJ,GACF3B,EAAS,IAAKD,IAAY,CAAC,GAAG0B,aAAsB,IAG/CS,CACT,CAAE,MAAOC,GAQP,MAPIR,GACF3B,EAAS,IACJD,IACH,CAAC,GAAG0B,aAAsB,EAC1B,CAAC,GAAGA,UAAoBU,IAGtBA,CACR,CACF,IAEOZ,CAAU,GAEnB,CAAA,GACE,KAKAa,EAA2B,IAC5BvB,KACCM,EAAkB,CAAEzB,QAAS,IAAKyB,IAAsB,CAAA,GAG9D,OACIiB,CAEoC,2BA1PVC,IAAe/C"}
|
|
1
|
+
{"version":3,"file":"store.vanillajs.js","sources":["../../../../../../../../src/core/utils/appState/store/store.vanillajs.ts"],"sourcesContent":["\n// TinyStore, inspired by https://github.com/jherr/syncexternalstore/blob/main/csr/src/store.js\n\nimport { isFunctionAsync } from '../../helpers'\n\n\nlet SET_STATE_MERGE: boolean = true\n\n\nexport const canSetStateMerge = (value: boolean): void => {\n SET_STATE_MERGE = !!value\n}\n\nexport const getSetStateMerge = (): boolean => SET_STATE_MERGE\n\n/**\n * Represents the callback function for a store listener.\n */\nexport type ListenerCallBack<T> = (state: Partial<T>) => void\n\n/**\n * Represents a selector function that transforms the store state.\n */\n// export type Selector<T> = (state: Partial<T>) => Partial<T>;\nexport type SelectedValueType<T> = Partial<T> | Partial<keyof T>\n| string | number | boolean | undefined | string[] | number[] | boolean[] | undefined[];\nexport type Selector<T> = (state: Partial<T>) => SelectedValueType<T>;\n\n\n/**\n * Represents an equality function for comparing selected values.\n */\nexport type EqualityFn<T> = (a: SelectedValueType<T>, b: SelectedValueType<T>) => boolean\n\n\n/**\n * Shallow equality check for selector results.\n * Handles primitives (===), null/undefined, arrays (element-wise ===), and plain objects (own-key ===).\n */\nexport const shallowEqual = <T>(a: SelectedValueType<T>, b: SelectedValueType<T>): boolean => {\n if (Object.is(a, b)) { return true }\n if (typeof a !== 'object' || typeof b !== 'object' || a == null || b == null) { return false }\n\n if (Array.isArray(a) && Array.isArray(b)) {\n if (a.length !== b.length) { return false }\n return a.every((val, i) => Object.is(val, (b as unknown[])[i]))\n }\n\n const keysA = Object.keys(a as object)\n const keysB = Object.keys(b as object)\n\n if (keysA.length !== keysB.length) { return false }\n return keysA.every(\n (key) => Object.is(\n (a as Record<string, unknown>)[key],\n (b as Record<string, unknown>)[key],\n ),\n )\n}\n\n/**\n * Represents a listener for the store.\n */\nexport type Listener<T> = {\n selector?: Selector<T>\n previousValue?: SelectedValueType<T>\n equalityFn?: EqualityFn<T>\n} & ListenerCallBack<T>\n\n/**\n * Represents a store.\n */\nexport type Store<T> = {\n /**\n * Get the current state of the store.\n * @returns The current state of the store.\n */\n getState: () => Partial<T>\n /**\n * Set the state of the store.\n * @param state - The new state to set.\n * @returns A promise that resolves to the new state.\n */\n setState: (state: Partial<T>) => Promise<Partial<T>>\n /**\n * Subscribe a listener to the store.\n * @param listener - The listener function to be subscribed.\n * @param selector - Optional selector function to transform the store state.\n * @returns A function to unsubscribe the listener.\n */\n subscribe: (listener: Listener<T>, selector?: Selector<T>, equalityFn?: EqualityFn<T>) => () => void\n /**\n * Unubscribe a listener from the store.\n * @param listener - The listener function to be unsubscribed.\n */\n unsubscribe: (listener: Listener<T>) => void\n}\n// & { actions?: { [actionName: string]: ActionHandlerCaller } }\n\n// TODO infer actionNames from createStore arguments\n/**\n * Represents a store with additional actions.\n */\nexport type StoreWithActions<T> = Store<T> & { actions: { [actionName: string]: ActionHandlerCaller<T> } }\n\n\n\n\n/**\n * Represents an action handler function.\n */\nexport type ActionHandler<T> = (\n getState: Store<T>['getState'], // Function to get the current state of the store\n setState: Store<T>['setState'], // Function to set the state of the store\n ...rest: unknown[]\n) => void | Partial<T> | Promise<void | Partial<T>>\n\n/**\n * Represents an reducer function.\n */\nexport type Reducer<T> = (\n state: Partial<T>,\n action: string,\n ...rest: unknown[]\n) => Partial<T>\n\n\n/**\n * Represents a function that calls an action handler.\n */\nexport type ActionHandlerCaller<T> = (...args: unknown[]) => void | Partial<T> | Promise<void | Partial<T>>\n\n\ntype Actions<T> = { [key: string]: ActionHandler<T>}\n/**\n * Creates a new store.\n * @param initialState - The initial state of the store.\n * @param actions - Optional actions for the store.\n * @returns The created store.\n */\nexport const createStore = <T>(\n initialState: Partial<T>,\n actions?: Actions<T>,\n reducer?: Reducer<T>,\n): Store<T> | StoreWithActions<T> => {\n let currentState: Partial<T> = initialState\n const listeners = new Set<Listener<T>>()\n\n /**\n * Gets the current state of the store.\n * @returns The current state of the store.\n */\n const getState = (): Partial<T> => currentState\n\n // TODO debounce, batch? what is the meaningful time between setState ofr UI to be rendered and registerd by User?\n /**\n * Sets the state of the store.\n * @param newState - The new state to set.\n * @returns A promise that resolves to the new state.\n */\n const setState = async (newState: Partial<T>): Promise<Partial<T>> => {\n currentState = SET_STATE_MERGE ? { ...getState(), ...newState } : newState\n\n const errors: unknown[] = []\n\n // eslint-disable-next-line no-restricted-syntax\n for (const listener of listeners) {\n try {\n // has Listener selector?\n const selector: Selector<T> | undefined = listener?.selector\n const newValue: SelectedValueType<T> = selector ? selector(currentState) : currentState\n\n const effectiveEqualityFn = listener.equalityFn ?? (selector ? shallowEqual : undefined)\n const isEqual = effectiveEqualityFn\n ? effectiveEqualityFn(listener.previousValue as SelectedValueType<T>, newValue)\n : listener.previousValue !== undefined && listener.previousValue === newValue\n\n if (!isEqual) {\n listener.previousValue = newValue\n // eslint-disable-next-line no-await-in-loop\n await listener(newValue as Partial<T>)\n }\n } catch (error) {\n errors.push(error)\n }\n }\n\n if (errors.length > 0) {\n throw errors[0]\n }\n\n return currentState\n }\n\n /**\n * Represents the basic API of the store.\n */\n const storeBaseicApi: Store<T> = {\n /**\n * Get the current state of the store.\n * @returns The current state of the store.\n */\n getState,\n /**\n * Set the state of the store.\n * @param state - The new state to set.\n * @returns A promise that resolves to the new state.\n */\n setState,\n /**\n * Subscribe a listener to the store.\n * @param listener - The listener function to be subscribed.\n * @returns A function to unsubscribe the listener.\n */\n subscribe: (listener: Listener<T>, selector?: Selector<T>, equalityFn?: EqualityFn<T>) => {\n if (selector && listener.selector && listener.selector !== selector) {\n throw new Error('Error, mismatch selector, listener.selector !== selector.')\n }\n if (selector && !listener.selector) {\n // eslint-disable-next-line no-param-reassign\n listener.selector = selector\n }\n if (equalityFn && !listener.equalityFn) {\n // eslint-disable-next-line no-param-reassign\n listener.equalityFn = equalityFn\n }\n\n if (listener.selector) {\n // setting the previousValue for the next cache/equality check\n // eslint-disable-next-line no-param-reassign\n listener.previousValue = listener.selector(getState())\n }\n\n listeners.add(listener)\n return () => listeners.delete(listener)\n },\n /**\n * Unsubscribe a listener from the store.\n * @param listener - The listener function to be unsubscribed.\n */\n unsubscribe: (listener: Listener<T>) => {\n listeners.delete(listener)\n },\n }\n\n /**\n * Resolves the actions and creates action handlers.\n */\n const resolvedActions: Actions<T> | null | undefined\n = actions ? Object.entries(actions)?.reduce(\n (\n aggregator: Record<string, ActionHandlerCaller<T>>,\n [actionName, actionHandler]: [string, ActionHandler<T>],\n ) => {\n // eslint-disable-next-line no-param-reassign\n aggregator[actionName] = async(...rest: unknown[]): Promise<void | Partial<T>> => {\n // TODO try to not call subscriber too many times becuase of Error and Pending values\n const isAsync = isFunctionAsync(actionHandler as () => unknown)\n\n if (isAsync) {\n setState({\n ...getState(),\n [`${actionName}Error`]: null,\n [`${actionName}Pending`]: true,\n })\n }\n\n try {\n const resultOfAction = await actionHandler(getState, setState, ...rest)\n\n // TODO try to mutate state only once with the results, that means pass custom setState to action,\n // so that it would matk pending and error already inside action\n if (reducer) {\n setState(reducer(getState(), actionName, ...rest))\n }\n\n if (isAsync) {\n setState({ ...getState(), [`${actionName}Pending`]: false })\n }\n\n return resultOfAction\n } catch (error) {\n if (isAsync) {\n setState({\n ...getState(),\n [`${actionName}Pending`]: false,\n [`${actionName}Error`]: error,\n })\n }\n throw error\n }\n }\n\n return aggregator\n },\n {},\n ) : null\n\n /**\n * Represents the store combined with actions.\n */\n const storeCombinedWithActions = {\n ...storeBaseicApi,\n ...(resolvedActions ? { actions: { ...resolvedActions } } : {}),\n }\n\n return resolvedActions\n ? storeCombinedWithActions as StoreWithActions<T>\n // ? storeCombinedWithActions as StoreWithActions<T> & ActionsStateReturnType<A>\n : storeCombinedWithActions as Store<T>\n}\n"],"names":["SET_STATE_MERGE","canSetStateMerge","value","getSetStateMerge","shallowEqual","a","b","val","i","keysA","keysB","key","createStore","initialState","actions","reducer","currentState","listeners","getState","setState","newState","errors","listener","selector","newValue","effectiveEqualityFn","error","storeBaseicApi","equalityFn","resolvedActions","_a","aggregator","actionName","actionHandler","rest","isAsync","isFunctionAsync","resultOfAction","storeCombinedWithActions"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./store.vanillajs.js"),u=(e,o,c,n)=>{const i={...c,load:async(s,r,d)=>{const a=s();r({...a,isLoading:!0});try{const t=await d;a.data=(t==null?void 0:t.data)||t}catch(t){a.error=t}return r({...a,isLoading:!1})}};return l.createStore({...o,dataId:e,isLoading:!1},i,n)};exports.createDataStore=u;
|
|
2
2
|
//# sourceMappingURL=store.vanillajs.templates.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.vanillajs.templates.js","sources":["../../../../../../../../src/core/utils/appState/store/store.vanillajs.templates.ts"],"sourcesContent":["import { ActionHandler, Reducer, Store, StoreWithActions, createStore } from './store.vanillajs'\n\n\ntype DefaultES = { [key: string]: any }\n\n\nexport type DataState<T, ES = DefaultES> = {\n dataId: string\n isLoading: boolean\n error?: unknown\n data?: T\n} & ES\n\n\ntype Load<T, ES = DefaultES> = (\n getState: Store<DataState<T, ES>>['getState'],\n setState: Store<DataState<T, ES>>['setState'],\n dataPromise: unknown | Promise<unknown>,\n) => Promise<Partial<DataState<T, ES>>>\n\n\ntype LoadHandler<T, ES = DefaultES> = (\n dataPromise: unknown | Promise<unknown>,\n) => Promise<Partial<DataState<T, ES>>>\n\n/**\n * Creates a data store with actions.\n * @param dataId - The ID of the data.\n * @param actions - Optional actions for the data store.\n * @returns The created data store with actions.\n */\nexport const createDataStore\n= <T, ES = DefaultES>(\n dataId: string,\n initialState?: Partial<ES>,\n actions?: Record<string, ActionHandler<DataState<T, ES>>>,\n reducer?: Reducer<DataState<T, ES>>,\n): StoreWithActions<DataState<T, ES>>\n& { actions: { load: LoadHandler<T, ES> } } => {\n const loadActions: { load: Load<T, ES> } = {\n ...actions,\n /**\n * Loads data into the data store.\n * @param getState - Function to get the current state of the data store.\n * @param setState - Function to set the state of the data store.\n * @param dataPromise - The data promise to be loaded.\n * @returns A promise that resolves to the updated state of the data store.\n */\n load: async (\n getState: Store<DataState<T, ES>>['getState'],\n setState: Store<DataState<T, ES>>['setState'],\n dataPromise: unknown | Promise<unknown>,\n ) => {\n const dataState: Partial<DataState<T, ES>> = getState()\n\n setState({ ...dataState, isLoading: true })\n\n try {\n const response: unknown = await dataPromise\n\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n dataState.data = response?.data || response\n } catch (error: unknown) {\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n dataState.error = error\n }\n return setState({ ...dataState, isLoading: false })\n },\n }\n\n return (createStore<DataState<T, ES>>({\n ...initialState,\n dataId,\n isLoading: false,\n } as Partial<DataState<T, ES>>, loadActions, reducer)) as StoreWithActions<DataState<T, ES>>\n & { actions: { load: LoadHandler<T, ES> } }\n}\n"],"names":["createDataStore","dataId","initialState","actions","reducer","loadActions","
|
|
1
|
+
{"version":3,"file":"store.vanillajs.templates.js","sources":["../../../../../../../../src/core/utils/appState/store/store.vanillajs.templates.ts"],"sourcesContent":["import { ActionHandler, Reducer, Store, StoreWithActions, createStore } from './store.vanillajs'\n\n\ntype DefaultES = { [key: string]: any }\n\n\nexport type DataState<T, ES = DefaultES> = {\n dataId: string\n isLoading: boolean\n error?: unknown\n data?: T\n} & ES\n\n\ntype Load<T, ES = DefaultES> = (\n getState: Store<DataState<T, ES>>['getState'],\n setState: Store<DataState<T, ES>>['setState'],\n dataPromise: unknown | Promise<unknown>,\n) => Promise<Partial<DataState<T, ES>>>\n\n\ntype LoadHandler<T, ES = DefaultES> = (\n dataPromise: unknown | Promise<unknown>,\n) => Promise<Partial<DataState<T, ES>>>\n\n/**\n * Creates a data store with actions.\n * @param dataId - The ID of the data.\n * @param actions - Optional actions for the data store.\n * @returns The created data store with actions.\n */\nexport const createDataStore\n= <T, ES = DefaultES>(\n dataId: string,\n initialState?: Partial<ES>,\n actions?: Record<string, ActionHandler<DataState<T, ES>>>,\n reducer?: Reducer<DataState<T, ES>>,\n): StoreWithActions<DataState<T, ES>>\n& { actions: { load: LoadHandler<T, ES> } } => {\n const loadActions: { load: Load<T, ES> } = {\n ...actions,\n /**\n * Loads data into the data store.\n * @param getState - Function to get the current state of the data store.\n * @param setState - Function to set the state of the data store.\n * @param dataPromise - The data promise to be loaded.\n * @returns A promise that resolves to the updated state of the data store.\n */\n load: async (\n getState: Store<DataState<T, ES>>['getState'],\n setState: Store<DataState<T, ES>>['setState'],\n dataPromise: unknown | Promise<unknown>,\n ) => {\n const dataState: Partial<DataState<T, ES>> = getState()\n\n setState({ ...dataState, isLoading: true })\n\n try {\n const response: unknown = await dataPromise\n\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n dataState.data = response?.data || response\n } catch (error: unknown) {\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n dataState.error = error\n }\n return setState({ ...dataState, isLoading: false })\n },\n }\n\n return (createStore<DataState<T, ES>>({\n ...initialState,\n dataId,\n isLoading: false,\n } as Partial<DataState<T, ES>>, loadActions, reducer)) as StoreWithActions<DataState<T, ES>>\n & { actions: { load: LoadHandler<T, ES> } }\n}\n"],"names":["createDataStore","dataId","initialState","actions","reducer","loadActions","getState","setState","dataPromise","dataState","response","error","createStore"],"mappings":"wHA+BaA,EACX,CACAC,EACAC,EACAC,EACAC,IAE6C,CAC7C,MAAMC,EAAqC,CACzC,GAAGF,EAQH,KAAM,MACJG,EACAC,EACAC,IACG,CACH,MAAMC,EAAuCH,EAAA,EAE7CC,EAAS,CAAE,GAAGE,EAAW,UAAW,GAAM,EAE1C,GAAI,CACF,MAAMC,EAAoB,MAAMF,EAIhCC,EAAU,MAAOC,GAAA,YAAAA,EAAU,OAAQA,CACrC,OAASC,EAAgB,CAGvBF,EAAU,MAAQE,CACpB,CACA,OAAOJ,EAAS,CAAE,GAAGE,EAAW,UAAW,GAAO,CACpD,CAAA,EAGF,OAAQG,cAA8B,CACpC,GAAGV,EACH,OAAAD,EACA,UAAW,EAAA,EACmBI,EAAaD,CAAO,CAEtD"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react");function n(e,u=t=>t,r=!1){const t=s.useSyncExternalStore(e.subscribe,()=>u(e.getState()));return r?[t,e.setState]:t}function S(e,u=r=>r){return[n(e,u),e.getState,e.setState,e.actions]}exports.useStore=n;exports.useStoreApi=S;
|
|
2
2
|
//# sourceMappingURL=useStore.react.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useStore.react.js","sources":["../../../../../../../../src/core/utils/appState/store/useStore.react.ts"],"sourcesContent":["import { useSyncExternalStore } from 'react'\n\nimport { Store, StoreWithActions, Selector } from './store.vanillajs'\n\n\n/**\n * Represents the type for the partial store state used in the `useStore` hook.\n */\nexport type useStoreType<T> = Partial<T>\n\nexport type useStoreWithSetterType<T> = [Partial<T>, Store<T>['setState']]\n\ntype returnSetterTrueType = true\n\nexport function useStore<T>(\n store: Store<T> | StoreWithActions<T>,\n selector?: Selector<T>): useStoreType<T>\n\nexport function useStore<T>(\n store: Store<T> | StoreWithActions<T>,\n selector?: Selector<T>,\n returnSetter?: returnSetterTrueType): useStoreWithSetterType<T>\n/**\n * Custom hook to subscribe to a store and retrieve the selected state.\n * @param store - The store to subscribe to.\n * @param selector - Optional selector function to transform the store state.\n * @param returnSetter - Optional flag to have setState returned\n * @returns The selected state from the store. or selected state and seState tuple\n */\nexport function useStore<T>(\n store: Store<T> | StoreWithActions<T>,\n selector: Selector<T> = (state: Partial<T>): Partial<T> => state,\n returnSetter = false,\n // TODO pass selector\n // useSyncExternalStore((...args) => {\n // args[0].selector?? store.subscribe(...args) }, () => selector(store.getState()));\n): useStoreType<T> | useStoreWithSetterType<T> {\n const selectedValues = useSyncExternalStore(store.subscribe, () => (selector(store.getState()) as Partial<T>))\n\n if (returnSetter) {\n return [selectedValues, store.setState] as useStoreWithSetterType<T>\n }\n\n return selectedValues as useStoreType<T>\n}\n\n/**\n * Represents the type for the API returned by the `useStoreApi` hook.\n */\nexport type useStoreApiType<T> = [\n useStoreType<T>,\n Store<T>['getState'],\n Store<T>['setState'],\n StoreWithActions<T>['actions'],\n]\n\n/**\n * Custom hook to retrieve the store API including state, getters, setters, and actions (if applicable).\n * @param store - The store to retrieve the API from.\n * @param selector - Optional selector function to transform the store state.\n * @returns The store API including state, getters, setters, and actions (if applicable).\n */\nexport function useStoreApi<T>(\n store: Store<T>,\n selector: Selector<T> = (state: Partial<T>): Partial<T> => state,\n): useStoreApiType<T> {\n return [\n useStore(store, selector),\n store.getState,\n store.setState,\n (store as StoreWithActions<T>).actions,\n ]\n}\n"],"names":["useStore","store","selector","
|
|
1
|
+
{"version":3,"file":"useStore.react.js","sources":["../../../../../../../../src/core/utils/appState/store/useStore.react.ts"],"sourcesContent":["import { useSyncExternalStore } from 'react'\n\nimport { Store, StoreWithActions, Selector } from './store.vanillajs'\n\n\n/**\n * Represents the type for the partial store state used in the `useStore` hook.\n */\nexport type useStoreType<T> = Partial<T>\n\nexport type useStoreWithSetterType<T> = [Partial<T>, Store<T>['setState']]\n\ntype returnSetterTrueType = true\n\nexport function useStore<T>(\n store: Store<T> | StoreWithActions<T>,\n selector?: Selector<T>): useStoreType<T>\n\nexport function useStore<T>(\n store: Store<T> | StoreWithActions<T>,\n selector?: Selector<T>,\n returnSetter?: returnSetterTrueType): useStoreWithSetterType<T>\n/**\n * Custom hook to subscribe to a store and retrieve the selected state.\n * @param store - The store to subscribe to.\n * @param selector - Optional selector function to transform the store state.\n * @param returnSetter - Optional flag to have setState returned\n * @returns The selected state from the store. or selected state and seState tuple\n */\nexport function useStore<T>(\n store: Store<T> | StoreWithActions<T>,\n selector: Selector<T> = (state: Partial<T>): Partial<T> => state,\n returnSetter = false,\n // TODO pass selector\n // useSyncExternalStore((...args) => {\n // args[0].selector?? store.subscribe(...args) }, () => selector(store.getState()));\n): useStoreType<T> | useStoreWithSetterType<T> {\n const selectedValues = useSyncExternalStore(store.subscribe, () => (selector(store.getState()) as Partial<T>))\n\n if (returnSetter) {\n return [selectedValues, store.setState] as useStoreWithSetterType<T>\n }\n\n return selectedValues as useStoreType<T>\n}\n\n/**\n * Represents the type for the API returned by the `useStoreApi` hook.\n */\nexport type useStoreApiType<T> = [\n useStoreType<T>,\n Store<T>['getState'],\n Store<T>['setState'],\n StoreWithActions<T>['actions'],\n]\n\n/**\n * Custom hook to retrieve the store API including state, getters, setters, and actions (if applicable).\n * @param store - The store to retrieve the API from.\n * @param selector - Optional selector function to transform the store state.\n * @returns The store API including state, getters, setters, and actions (if applicable).\n */\nexport function useStoreApi<T>(\n store: Store<T>,\n selector: Selector<T> = (state: Partial<T>): Partial<T> => state,\n): useStoreApiType<T> {\n return [\n useStore(store, selector),\n store.getState,\n store.setState,\n (store as StoreWithActions<T>).actions,\n ]\n}\n"],"names":["useStore","store","selector","state","returnSetter","selectedValues","useSyncExternalStore","useStoreApi"],"mappings":"yGA6BO,SAASA,EACdC,EACAC,EAAyBC,GAAkCA,EAC3DC,EAAe,GAI8B,CAC7C,MAAMC,EAAiBC,EAAAA,qBAAqBL,EAAM,UAAW,IAAOC,EAASD,EAAM,SAAA,CAAU,CAAgB,EAE7G,OAAIG,EACK,CAACC,EAAgBJ,EAAM,QAAQ,EAGjCI,CACT,CAkBO,SAASE,EACdN,EACAC,EAAyBC,GAAkCA,EACvC,CACpB,MAAO,CACLH,EAASC,EAAOC,CAAQ,EACxBD,EAAM,SACNA,EAAM,SACLA,EAA8B,OAAA,CAEnC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(Array.prototype,"last",{get(){return this[this.length-1]},set(t){return this[this.length-1]=t,this}})
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});Object.defineProperty(Array.prototype,"last",{get(){return this[this.length-1]},set(t){return this[this.length-1]=t,this}});Object.defineProperty(Array.prototype,"first",{get(){return this[0]},set(t){return this[0]=t,this}});const r=Array.prototype.first,e=Array.prototype.last;exports.ArrayFirst=r;exports.ArrayLast=e;
|
|
2
2
|
//# sourceMappingURL=array.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array.js","sources":["../../../../../../src/core/utils/array.ts"],"sourcesContent":["/* eslint-disable no-extend-native */\nObject.defineProperty(Array.prototype, 'last', {\n get() { return this[this.length - 1] },\n set(v) { this[this.length - 1] = v; return this },\n})\n\n\nObject.defineProperty(Array.prototype, 'first', {\n get() { return this[0] },\n set(v) { this[0] = v; return this },\n})\n\n// redeclare array, to have last, first accessors\ndeclare global {\n interface Array<T> {\n last: T | undefined\n first: T | undefined\n }\n}\n\nexport default Array.prototype\n\n\nexport const ArrayFirst = Array.prototype.first\nexport const ArrayLast = Array.prototype.last\n"],"names":["
|
|
1
|
+
{"version":3,"file":"array.js","sources":["../../../../../../src/core/utils/array.ts"],"sourcesContent":["/* eslint-disable no-extend-native */\nObject.defineProperty(Array.prototype, 'last', {\n get() { return this[this.length - 1] },\n set(v) { this[this.length - 1] = v; return this },\n})\n\n\nObject.defineProperty(Array.prototype, 'first', {\n get() { return this[0] },\n set(v) { this[0] = v; return this },\n})\n\n// redeclare array, to have last, first accessors\ndeclare global {\n interface Array<T> {\n last: T | undefined\n first: T | undefined\n }\n}\n\nexport default Array.prototype\n\n\nexport const ArrayFirst = Array.prototype.first\nexport const ArrayLast = Array.prototype.last\n"],"names":["v","ArrayFirst","ArrayLast"],"mappings":"gFACA,OAAO,eAAe,MAAM,UAAW,OAAQ,CAC7C,KAAM,CAAE,OAAO,KAAK,KAAK,OAAS,CAAC,CAAE,EACrC,IAAIA,EAAG,CAAE,YAAK,KAAK,OAAS,CAAC,EAAIA,EAAU,IAAK,CAClD,CAAC,EAGD,OAAO,eAAe,MAAM,UAAW,QAAS,CAC9C,KAAM,CAAE,OAAO,KAAK,CAAC,CAAE,EACvB,IAAIA,EAAG,CAAE,YAAK,CAAC,EAAIA,EAAU,IAAK,CACpC,CAAC,EAaM,MAAMC,EAAa,MAAM,UAAU,MAC7BC,EAAY,MAAM,UAAU"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const M=require("dayjs"),p=require("dayjs/plugin/relativeTime"),v=require("dayjs/plugin/updateLocale"),_=require("dayjs/plugin/customParseFormat"),n=e=>e&&e.__esModule?e:{default:e},t=n(M),h=n(p),w=n(v),g=n(_),N={thresholds:[{l:"s",r:1},{l:"m",r:1},{l:"mm",r:59,d:"minute"},{l:"h",r:1},{l:"hh",r:23,d:"hour"},{l:"d",r:1},{l:"dd",r:29,d:"day"},{l:"M",r:1},{l:"MM",r:11,d:"month"},{l:"y",r:1},{l:"yy",d:"year"}]},c={future:"in %s",past:"%s ago",s:"now",m:"now",mm:"now",h:"1 hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},f={future:"za %s",past:"%s před",s:"nyní",m:"nyní",mm:"nyní",h:"1 hodinu",hh:"%d hodiny",d:"den",dd:"%d dny",M:"měsíc",MM:"%d měsíci",y:"rok",yy:"%d roky"};t.default.extend(g.default);t.default.extend(h.default,N);t.default.extend(w.default);t.default.updateLocale("cz",{relativeTime:{...f}});t.default.updateLocale("en",{relativeTime:{...c}});const L=(e,d)=>(t.default.updateLocale("en",{relativeTime:{...d==="cz"?f:c,...h.default}}),t.default(e,void 0).fromNow(!0)),F=(e,d)=>y({...d,from:!0,value:e}),q=(e,d)=>y({...d,to:!0,value:e}),y=({value:e,valueFormat:d,formatString:i,language:o="en",relativeTime:s,from:r,to:a,shouldAddDay:l=!1,shouldSubtractDay:u=!1,showPreffix:T=!1})=>{if(t.default.updateLocale("en",{relativeTime:{...o==="cz"?f:c,...s}}),t.default.locale(o),!r&&a){const m=t.default(e,d||void 0).add(l?1:0,"day");return t.default(new Date).locale(o).to(m,!T)}if(r&&!a){const m=t.default(e,d||void 0).subtract(u?1:0,"day");return t.default(m,d||void 0).locale(o).fromNow(!T)}return t.default(e,d||void 0).locale(o).format(i)},z=(e,d,i,o,s=" - ",r="month")=>{const a=t.default(e),l=t.default(d),u=a.diff(l,r);return`${a.format(u===0?i:o)}${s}${l.format(o)}`};exports.dateRangeFormat=z;exports.getDateTime=y;exports.getTimeFromNow=F;exports.getTimeFromNowOriginal=L;exports.getTimeTo=q;
|
|
2
2
|
//# sourceMappingURL=date.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.js","sources":["../../../../../../src/core/utils/date.ts"],"sourcesContent":["import dayjs, { UnitType } from 'dayjs'\nimport relativeTime from 'dayjs/plugin/relativeTime'\nimport updateLocale from 'dayjs/plugin/updateLocale'\nimport customParseFormat from 'dayjs/plugin/customParseFormat'\n\nexport type DateTimeFormat = {\n value: Date | string | number\n valueFormat?: string\n formatString?: string\n language?: string\n relativeTime?: Record<string, string>\n from?: boolean\n to?: boolean\n shouldSubtractDay?: boolean\n shouldAddDay?: boolean\n showPreffix?: boolean\n}\n\nconst relativeTimeConfig = {\n thresholds: [\n { l: 's', r: 1 },\n { l: 'm', r: 1 },\n { l: 'mm', r: 59, d: 'minute' },\n { l: 'h', r: 1 },\n { l: 'hh', r: 23, d: 'hour' },\n { l: 'd', r: 1 },\n { l: 'dd', r: 29, d: 'day' },\n { l: 'M', r: 1 },\n { l: 'MM', r: 11, d: 'month' },\n { l: 'y', r: 1 },\n { l: 'yy', d: 'year' },\n ],\n}\n\nconst relativeTimeEN = {\n future: 'in %s',\n past: '%s ago',\n s: 'now',\n m: 'now',\n mm: 'now',\n h: '1 hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days', // probably 'a week' instead?\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n}\n\nconst relativeTimeCZ = {\n future: 'za %s',\n past: '%s před',\n s: 'nyní',\n m: 'nyní',\n mm: 'nyní',\n h: '1 hodinu',\n hh: '%d hodiny',\n d: 'den',\n dd: '%d dny',\n M: 'měsíc',\n MM: '%d měsíci',\n y: 'rok',\n yy: '%d roky',\n}\n\ndayjs.extend(customParseFormat)\ndayjs.extend(relativeTime, relativeTimeConfig)\ndayjs.extend(updateLocale)\n\ndayjs.updateLocale('cz', {\n relativeTime: {\n ...relativeTimeCZ,\n },\n})\ndayjs.updateLocale('en', {\n relativeTime: {\n ...relativeTimeEN,\n },\n})\n\nexport const getTimeFromNowOriginal = (value: string, language: string): string => {\n dayjs.updateLocale('en', {\n relativeTime: {\n ...(language === 'cz' ? relativeTimeCZ : relativeTimeEN),\n ...relativeTime,\n },\n })\n return dayjs(value, undefined).fromNow(true)\n}\n\nexport const getTimeFromNow = (\n value: Date | string | number,\n valueFormat?: Partial<DateTimeFormat>,\n): string => getDateTime({ ...valueFormat, from: true, value })\n\nexport const getTimeTo = (\n value: Date | string | number,\n valueFormat?: Partial<DateTimeFormat>,\n): string => getDateTime({ ...valueFormat, to: true, value })\n\nexport const getDateTime = ({\n value,\n valueFormat,\n formatString,\n language = 'en',\n relativeTime,\n from,\n to,\n shouldAddDay = false,\n shouldSubtractDay = false,\n showPreffix = false,\n}: DateTimeFormat): string => {\n dayjs.updateLocale('en', {\n relativeTime: {\n ...(language === 'cz' ? relativeTimeCZ : relativeTimeEN),\n ...relativeTime,\n },\n })\n\n dayjs.locale(language)\n\n if (!from && to) {\n const dateTo = dayjs(value, valueFormat || undefined).add(shouldAddDay ? 1 : 0, 'day')\n\n return dayjs(new Date()).locale(language).to(dateTo, !showPreffix)\n }\n\n if (from && !to) {\n const dateTo = dayjs(value, valueFormat || undefined).subtract(shouldSubtractDay ? 1 : 0, 'day')\n\n return dayjs(dateTo, valueFormat || undefined).locale(language).fromNow(!showPreffix)\n }\n\n return dayjs(value, valueFormat || undefined).locale(language).format(formatString)\n}\n\nexport const dateRangeFormat = (\n dateFrom: Date, dateTo: Date, shortFormat: string, longFormat: string,\n delimiter = ' - ', datePeriod: UnitType = 'month',\n) : string => {\n const dayJSFrom = dayjs(dateFrom)\n const dayJSTo = dayjs(dateTo)\n\n const diffMonths = dayJSFrom.diff(dayJSTo, datePeriod)\n\n return `${dayJSFrom.format(diffMonths === 0 ? shortFormat : longFormat)}${delimiter}${dayJSTo.format(longFormat)}`\n}\n"],"names":["
|
|
1
|
+
{"version":3,"file":"date.js","sources":["../../../../../../src/core/utils/date.ts"],"sourcesContent":["import dayjs, { UnitType } from 'dayjs'\nimport relativeTime from 'dayjs/plugin/relativeTime'\nimport updateLocale from 'dayjs/plugin/updateLocale'\nimport customParseFormat from 'dayjs/plugin/customParseFormat'\n\nexport type DateTimeFormat = {\n value: Date | string | number\n valueFormat?: string\n formatString?: string\n language?: string\n relativeTime?: Record<string, string>\n from?: boolean\n to?: boolean\n shouldSubtractDay?: boolean\n shouldAddDay?: boolean\n showPreffix?: boolean\n}\n\nconst relativeTimeConfig = {\n thresholds: [\n { l: 's', r: 1 },\n { l: 'm', r: 1 },\n { l: 'mm', r: 59, d: 'minute' },\n { l: 'h', r: 1 },\n { l: 'hh', r: 23, d: 'hour' },\n { l: 'd', r: 1 },\n { l: 'dd', r: 29, d: 'day' },\n { l: 'M', r: 1 },\n { l: 'MM', r: 11, d: 'month' },\n { l: 'y', r: 1 },\n { l: 'yy', d: 'year' },\n ],\n}\n\nconst relativeTimeEN = {\n future: 'in %s',\n past: '%s ago',\n s: 'now',\n m: 'now',\n mm: 'now',\n h: '1 hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days', // probably 'a week' instead?\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n}\n\nconst relativeTimeCZ = {\n future: 'za %s',\n past: '%s před',\n s: 'nyní',\n m: 'nyní',\n mm: 'nyní',\n h: '1 hodinu',\n hh: '%d hodiny',\n d: 'den',\n dd: '%d dny',\n M: 'měsíc',\n MM: '%d měsíci',\n y: 'rok',\n yy: '%d roky',\n}\n\ndayjs.extend(customParseFormat)\ndayjs.extend(relativeTime, relativeTimeConfig)\ndayjs.extend(updateLocale)\n\ndayjs.updateLocale('cz', {\n relativeTime: {\n ...relativeTimeCZ,\n },\n})\ndayjs.updateLocale('en', {\n relativeTime: {\n ...relativeTimeEN,\n },\n})\n\nexport const getTimeFromNowOriginal = (value: string, language: string): string => {\n dayjs.updateLocale('en', {\n relativeTime: {\n ...(language === 'cz' ? relativeTimeCZ : relativeTimeEN),\n ...relativeTime,\n },\n })\n return dayjs(value, undefined).fromNow(true)\n}\n\nexport const getTimeFromNow = (\n value: Date | string | number,\n valueFormat?: Partial<DateTimeFormat>,\n): string => getDateTime({ ...valueFormat, from: true, value })\n\nexport const getTimeTo = (\n value: Date | string | number,\n valueFormat?: Partial<DateTimeFormat>,\n): string => getDateTime({ ...valueFormat, to: true, value })\n\nexport const getDateTime = ({\n value,\n valueFormat,\n formatString,\n language = 'en',\n relativeTime,\n from,\n to,\n shouldAddDay = false,\n shouldSubtractDay = false,\n showPreffix = false,\n}: DateTimeFormat): string => {\n dayjs.updateLocale('en', {\n relativeTime: {\n ...(language === 'cz' ? relativeTimeCZ : relativeTimeEN),\n ...relativeTime,\n },\n })\n\n dayjs.locale(language)\n\n if (!from && to) {\n const dateTo = dayjs(value, valueFormat || undefined).add(shouldAddDay ? 1 : 0, 'day')\n\n return dayjs(new Date()).locale(language).to(dateTo, !showPreffix)\n }\n\n if (from && !to) {\n const dateTo = dayjs(value, valueFormat || undefined).subtract(shouldSubtractDay ? 1 : 0, 'day')\n\n return dayjs(dateTo, valueFormat || undefined).locale(language).fromNow(!showPreffix)\n }\n\n return dayjs(value, valueFormat || undefined).locale(language).format(formatString)\n}\n\nexport const dateRangeFormat = (\n dateFrom: Date, dateTo: Date, shortFormat: string, longFormat: string,\n delimiter = ' - ', datePeriod: UnitType = 'month',\n) : string => {\n const dayJSFrom = dayjs(dateFrom)\n const dayJSTo = dayjs(dateTo)\n\n const diffMonths = dayJSFrom.diff(dayJSTo, datePeriod)\n\n return `${dayJSFrom.format(diffMonths === 0 ? shortFormat : longFormat)}${delimiter}${dayJSTo.format(longFormat)}`\n}\n"],"names":["relativeTimeConfig","relativeTimeEN","relativeTimeCZ","dayjs","customParseFormat","relativeTime","updateLocale","getTimeFromNowOriginal","value","language","getTimeFromNow","valueFormat","getDateTime","getTimeTo","formatString","from","to","shouldAddDay","shouldSubtractDay","showPreffix","dateTo","dateRangeFormat","dateFrom","shortFormat","longFormat","delimiter","datePeriod","dayJSFrom","dayJSTo","diffMonths"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./birthnumberCZSKvalidator.js"),o=(r,i,a)=>{if(!e.isValidFormat(r)||!e.isValidModulo11(r))return!1;const t=e.parse(r);if(t){if(a!==t.gender)return!1;const{year:s,month:d,day:n}=t;if(i!==`${String(n).padStart(2,"0")}.${String(d).padStart(2,"0")}.${s}`)return!1}return!0};exports.isBirthNumberValid=o;
|
|
2
2
|
//# sourceMappingURL=birthnumber.validator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"birthnumber.validator.js","sources":["../../../../../../../src/core/utils/helpers/birthnumber.validator.ts"],"sourcesContent":["import {\n parse as parseBirthNumber,\n isValidFormat,\n isValidModulo11,\n} from './birthnumberCZSKvalidator'\n\n// TODO Lukas Z, add spec/test for isBirthNumberValid\nexport const isBirthNumberValid = (birthnumber: string, birthdate: string, gender: string): boolean => {\n if (!isValidFormat(birthnumber) || !isValidModulo11(birthnumber)) {\n return false\n }\n\n const parsedBirthNumber = parseBirthNumber(birthnumber)\n\n if (parsedBirthNumber) {\n if (gender !== parsedBirthNumber.gender) {\n return false\n }\n const { year, month, day } = parsedBirthNumber\n\n if (birthdate !== `${String(day).padStart(2, '0')}.${String(month).padStart(2, '0')}.${year}`) {\n return false\n }\n }\n return true\n}\n"],"names":["isBirthNumberValid","birthnumber","birthdate","gender","isValidFormat","isValidModulo11","parsedBirthNumber","parseBirthNumber","year","month","day"
|
|
1
|
+
{"version":3,"file":"birthnumber.validator.js","sources":["../../../../../../../src/core/utils/helpers/birthnumber.validator.ts"],"sourcesContent":["import {\n parse as parseBirthNumber,\n isValidFormat,\n isValidModulo11,\n} from './birthnumberCZSKvalidator'\n\n// TODO Lukas Z, add spec/test for isBirthNumberValid\nexport const isBirthNumberValid = (birthnumber: string, birthdate: string, gender: string): boolean => {\n if (!isValidFormat(birthnumber) || !isValidModulo11(birthnumber)) {\n return false\n }\n\n const parsedBirthNumber = parseBirthNumber(birthnumber)\n\n if (parsedBirthNumber) {\n if (gender !== parsedBirthNumber.gender) {\n return false\n }\n const { year, month, day } = parsedBirthNumber\n\n if (birthdate !== `${String(day).padStart(2, '0')}.${String(month).padStart(2, '0')}.${year}`) {\n return false\n }\n }\n return true\n}\n"],"names":["isBirthNumberValid","birthnumber","birthdate","gender","isValidFormat","isValidModulo11","parsedBirthNumber","parseBirthNumber","year","month","day"],"mappings":"iIAOaA,EAAqB,CAACC,EAAqBC,EAAmBC,IAA4B,CACrG,GAAI,CAACC,EAAAA,cAAcH,CAAW,GAAK,CAACI,EAAAA,gBAAgBJ,CAAW,EAC7D,MAAO,GAGT,MAAMK,EAAoBC,EAAAA,MAAiBN,CAAW,EAEtD,GAAIK,EAAmB,CACrB,GAAIH,IAAWG,EAAkB,OAC/B,MAAO,GAET,KAAM,CAAE,KAAAE,EAAM,MAAAC,EAAO,IAAAC,CAAA,EAAQJ,EAE7B,GAAIJ,IAAc,GAAG,OAAOQ,CAAG,EAAE,SAAS,EAAG,GAAG,CAAC,IAAI,OAAOD,CAAK,EAAE,SAAS,EAAG,GAAG,CAAC,IAAID,CAAI,GACzF,MAAO,EAEX,CACA,MAAO,EACT"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=/^\s*(\d\d)(\d\d)(\d\d)[/]*(\d\d\d)(\d?)\s*$/,i=t=>String(t).match(c),d=t=>{const n=i(t);return n!==null&&!!n[0]&&u(t)!==null},p=t=>{if(!d(t))return!1;let e;if(typeof t=="string"?e=t.replace("/",""):e=t.toString(),e.length<10)return!0;const r=e.substr(9,1);let s=parseInt(e.substr(0,9),10)%11;return s===10&&(s=0),parseInt(r,10)===s},l={ranges:[[1,12,"M",0],[21,32,"M",20],[51,62,"F",50],[71,82,"F",70]],getRange(t){return this.ranges.find(([n,e])=>t>=n&&t<=e)},getGender(t){const n=this.getRange(t);return n?n[2]:null},getMonth(t){const n=this.getRange(t);return String(n?t-n[3]:null).padStart(2,"0")}},u=t=>{if(!t)return null;const n=i(t);if(!n)return null;const e=n[5];let r=parseInt(n[1],10);r+=e===""?r<54?1900:1800:r<54?2e3:1900;const s=parseInt(n[2],10),a=l.getMonth(s),h=l.getGender(s),g=String(parseInt(n[3],10)).padStart(2,"0"),o=new Date(`${r}-${a}-${g}`);return o instanceof Date&&!Number.isNaN(o)&&o.getMonth()+1===parseInt(a,10)?{day:g,month:a,year:r,gender:h}:null};exports.getMatch=i;exports.isValidFormat=d;exports.isValidModulo11=p;exports.parse=u;exports.regex=c;
|
|
2
2
|
//# sourceMappingURL=birthnumberCZSKvalidator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"birthnumberCZSKvalidator.js","sources":["../../../../../../../src/core/utils/helpers/birthnumberCZSKvalidator.ts"],"sourcesContent":["export const regex = /^\\s*(\\d\\d)(\\d\\d)(\\d\\d)[/]*(\\d\\d\\d)(\\d?)\\s*$/\n\nexport const getMatch: (value: string | number) => null | RegExpMatchArray\n = (value: string | number) => String(value).match(regex)\n\nexport const isValidFormat = (value: string | number): boolean => {\n const match = getMatch(value)\n\n return match !== null && !!match[0] && parse(value) !== null\n}\n\nexport const isValidModulo11 = (value: string | number): boolean => {\n const validFormat = isValidFormat(value)\n\n if (!validFormat) {\n return false\n }\n\n let stringValue: string\n\n if (typeof value === 'string') {\n stringValue = value.replace('/', '')\n } else {\n stringValue = (value as number).toString()\n }\n\n if (stringValue.length < 10) {\n return true\n }\n\n const controlDigit = stringValue.substr(9, 1)\n let mod = parseInt(stringValue.substr(0, 9), 10) % 11\n\n if (mod === 10) {\n mod = 0\n }\n\n return parseInt(controlDigit, 10) === mod\n}\n\ntype RangeTupleType = [number, number, string, number]\n\nconst monthRange = {\n ranges: [\n // M\n [1, 12, 'M', 0],\n // M\n [21, 32, 'M', 20],\n // F\n [51, 62, 'F', 50],\n // F\n [71, 82, 'F', 70],\n ] as RangeTupleType[],\n getRange(monthHint: number): RangeTupleType | undefined {\n return this.ranges.find(([min, max]) => monthHint >= min && monthHint <= max)\n },\n getGender(monthHint: number): string | null {\n const range = this.getRange(monthHint)\n\n return range ? range[2] as string : null\n },\n getMonth(monthHint: number): string {\n const range = this.getRange(monthHint)\n\n return String(range ? monthHint - (range[3] as number) : null).padStart(2, '0')\n },\n}\n\ntype ParsedBirthNumber = {\n day: string | number | null\n month: string | number | null\n year: string | number | null\n gender: string | null\n}\n\nexport const parse = (value: string | number | undefined): ParsedBirthNumber | null => {\n if (!value) {\n return null\n }\n const match = getMatch(value)\n\n if (!match) {\n return null\n }\n\n const controlDigit = match[5]\n\n let year = parseInt(match[1], 10)\n\n // eslint-disable-next-line no-nested-ternary\n year += controlDigit === '' ? (year < 54 ? 1900 : 1800) : (year < 54 ? 2000 : 1900)\n const monthHint = parseInt(match[2], 10)\n const month = monthRange.getMonth(monthHint)\n const gender = monthRange.getGender(monthHint)\n const day = String(parseInt(match[3], 10)).padStart(2, '0')\n\n // console.log('year-month-day')\n // console.log(`${year}-${month}-${day}`)\n\n const date = new Date(`${year}-${month}-${day}`)\n\n if (date instanceof Date && !Number.isNaN(date) && date.getMonth() + 1 === parseInt(month, 10)) {\n return {\n day,\n month,\n year,\n gender,\n }\n }\n return null\n}\n\n// TODO, control digit and year control\n/*\n if ($c === '') {\n $year += $year < 54 ? 1900 : 1800;\n } else {\n // kontrolní číslice\n $mod = ($year . $month . $day . $ext) % 11;\n if ($mod === 10) $mod = 0;\n if ($mod !== (int) $c) {\n return false;\n }\n\n $year += $year < 54 ? 2000 : 1900;\n }\n*/\n"],"names":["regex","getMatch","value","
|
|
1
|
+
{"version":3,"file":"birthnumberCZSKvalidator.js","sources":["../../../../../../../src/core/utils/helpers/birthnumberCZSKvalidator.ts"],"sourcesContent":["export const regex = /^\\s*(\\d\\d)(\\d\\d)(\\d\\d)[/]*(\\d\\d\\d)(\\d?)\\s*$/\n\nexport const getMatch: (value: string | number) => null | RegExpMatchArray\n = (value: string | number) => String(value).match(regex)\n\nexport const isValidFormat = (value: string | number): boolean => {\n const match = getMatch(value)\n\n return match !== null && !!match[0] && parse(value) !== null\n}\n\nexport const isValidModulo11 = (value: string | number): boolean => {\n const validFormat = isValidFormat(value)\n\n if (!validFormat) {\n return false\n }\n\n let stringValue: string\n\n if (typeof value === 'string') {\n stringValue = value.replace('/', '')\n } else {\n stringValue = (value as number).toString()\n }\n\n if (stringValue.length < 10) {\n return true\n }\n\n const controlDigit = stringValue.substr(9, 1)\n let mod = parseInt(stringValue.substr(0, 9), 10) % 11\n\n if (mod === 10) {\n mod = 0\n }\n\n return parseInt(controlDigit, 10) === mod\n}\n\ntype RangeTupleType = [number, number, string, number]\n\nconst monthRange = {\n ranges: [\n // M\n [1, 12, 'M', 0],\n // M\n [21, 32, 'M', 20],\n // F\n [51, 62, 'F', 50],\n // F\n [71, 82, 'F', 70],\n ] as RangeTupleType[],\n getRange(monthHint: number): RangeTupleType | undefined {\n return this.ranges.find(([min, max]) => monthHint >= min && monthHint <= max)\n },\n getGender(monthHint: number): string | null {\n const range = this.getRange(monthHint)\n\n return range ? range[2] as string : null\n },\n getMonth(monthHint: number): string {\n const range = this.getRange(monthHint)\n\n return String(range ? monthHint - (range[3] as number) : null).padStart(2, '0')\n },\n}\n\ntype ParsedBirthNumber = {\n day: string | number | null\n month: string | number | null\n year: string | number | null\n gender: string | null\n}\n\nexport const parse = (value: string | number | undefined): ParsedBirthNumber | null => {\n if (!value) {\n return null\n }\n const match = getMatch(value)\n\n if (!match) {\n return null\n }\n\n const controlDigit = match[5]\n\n let year = parseInt(match[1], 10)\n\n // eslint-disable-next-line no-nested-ternary\n year += controlDigit === '' ? (year < 54 ? 1900 : 1800) : (year < 54 ? 2000 : 1900)\n const monthHint = parseInt(match[2], 10)\n const month = monthRange.getMonth(monthHint)\n const gender = monthRange.getGender(monthHint)\n const day = String(parseInt(match[3], 10)).padStart(2, '0')\n\n // console.log('year-month-day')\n // console.log(`${year}-${month}-${day}`)\n\n const date = new Date(`${year}-${month}-${day}`)\n\n if (date instanceof Date && !Number.isNaN(date) && date.getMonth() + 1 === parseInt(month, 10)) {\n return {\n day,\n month,\n year,\n gender,\n }\n }\n return null\n}\n\n// TODO, control digit and year control\n/*\n if ($c === '') {\n $year += $year < 54 ? 1900 : 1800;\n } else {\n // kontrolní číslice\n $mod = ($year . $month . $day . $ext) % 11;\n if ($mod === 10) $mod = 0;\n if ($mod !== (int) $c) {\n return false;\n }\n\n $year += $year < 54 ? 2000 : 1900;\n }\n*/\n"],"names":["regex","getMatch","value","isValidFormat","match","parse","isValidModulo11","stringValue","controlDigit","mod","monthRange","monthHint","min","max","range","year","month","gender","day","date"],"mappings":"gFAAO,MAAMA,EAAQ,8CAERC,EACRC,GAA2B,OAAOA,CAAK,EAAE,MAAMF,CAAK,EAE5CG,EAAiBD,GAAoC,CAChE,MAAME,EAAQH,EAASC,CAAK,EAE5B,OAAOE,IAAU,MAAQ,CAAC,CAACA,EAAM,CAAC,GAAKC,EAAMH,CAAK,IAAM,IAC1D,EAEaI,EAAmBJ,GAAoC,CAGlE,GAAI,CAFgBC,EAAcD,CAAK,EAGrC,MAAO,GAGT,IAAIK,EAQJ,GANI,OAAOL,GAAU,SACnBK,EAAcL,EAAM,QAAQ,IAAK,EAAE,EAEnCK,EAAeL,EAAiB,SAAA,EAG9BK,EAAY,OAAS,GACvB,MAAO,GAGT,MAAMC,EAAeD,EAAY,OAAO,EAAG,CAAC,EAC5C,IAAIE,EAAM,SAASF,EAAY,OAAO,EAAG,CAAC,EAAG,EAAE,EAAI,GAEnD,OAAIE,IAAQ,KACVA,EAAM,GAGD,SAASD,EAAc,EAAE,IAAMC,CACxC,EAIMC,EAAa,CACjB,OAAQ,CAEN,CAAC,EAAG,GAAI,IAAK,CAAC,EAEd,CAAC,GAAI,GAAI,IAAK,EAAE,EAEhB,CAAC,GAAI,GAAI,IAAK,EAAE,EAEhB,CAAC,GAAI,GAAI,IAAK,EAAE,CAAA,EAElB,SAASC,EAA+C,CACtD,OAAO,KAAK,OAAO,KAAK,CAAC,CAACC,EAAKC,CAAG,IAAMF,GAAaC,GAAOD,GAAaE,CAAG,CAC9E,EACA,UAAUF,EAAkC,CAC1C,MAAMG,EAAQ,KAAK,SAASH,CAAS,EAErC,OAAOG,EAAQA,EAAM,CAAC,EAAc,IACtC,EACA,SAASH,EAA2B,CAClC,MAAMG,EAAQ,KAAK,SAASH,CAAS,EAErC,OAAO,OAAOG,EAAQH,EAAaG,EAAM,CAAC,EAAe,IAAI,EAAE,SAAS,EAAG,GAAG,CAChF,CACF,EASaT,EAASH,GAAiE,CACrF,GAAI,CAACA,EACH,OAAO,KAET,MAAME,EAAQH,EAASC,CAAK,EAE5B,GAAI,CAACE,EACH,OAAO,KAGT,MAAMI,EAAeJ,EAAM,CAAC,EAE5B,IAAIW,EAAO,SAASX,EAAM,CAAC,EAAG,EAAE,EAGhCW,GAAQP,IAAiB,GAAMO,EAAO,GAAK,KAAO,KAASA,EAAO,GAAK,IAAO,KAC9E,MAAMJ,EAAY,SAASP,EAAM,CAAC,EAAG,EAAE,EACjCY,EAAQN,EAAW,SAASC,CAAS,EACrCM,EAASP,EAAW,UAAUC,CAAS,EACvCO,EAAM,OAAO,SAASd,EAAM,CAAC,EAAG,EAAE,CAAC,EAAE,SAAS,EAAG,GAAG,EAKpDe,MAAW,KAAK,GAAGJ,CAAI,IAAIC,CAAK,IAAIE,CAAG,EAAE,EAE/C,OAAIC,aAAgB,MAAQ,CAAC,OAAO,MAAMA,CAAI,GAAKA,EAAK,SAAA,EAAa,IAAM,SAASH,EAAO,EAAE,EACpF,CACL,IAAAE,EACA,MAAAF,EACA,KAAAD,EACA,OAAAE,CAAA,EAGG,IACT"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";exports.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=(e,t=100)=>{const l=setInterval(e,t);return()=>clearInterval(l)},n=(e,t=100)=>{const l=setTimeout(e,t);return()=>clearTimeout(l)};exports.cancelableSetInterval=a;exports.cancelableSetTimeout=n;
|
|
2
2
|
//# sourceMappingURL=cancelableDelayedFunction.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cancelableDelayedFunction.js","sources":["../../../../../../../src/core/utils/helpers/cancelableDelayedFunction.ts"],"sourcesContent":["export const cancelableSetInterval = (func: () => void, delay = 100): () => void => {\n const timeoutInterval = setInterval(func, delay)\n\n return (): void => clearInterval(timeoutInterval)\n}\n\nexport const cancelableSetTimeout = (func: () => void, delay = 100): () => void => {\n const timeoutInterval = setTimeout(func, delay)\n\n return (): void => clearTimeout(timeoutInterval)\n}\n"],"names":["
|
|
1
|
+
{"version":3,"file":"cancelableDelayedFunction.js","sources":["../../../../../../../src/core/utils/helpers/cancelableDelayedFunction.ts"],"sourcesContent":["export const cancelableSetInterval = (func: () => void, delay = 100): () => void => {\n const timeoutInterval = setInterval(func, delay)\n\n return (): void => clearInterval(timeoutInterval)\n}\n\nexport const cancelableSetTimeout = (func: () => void, delay = 100): () => void => {\n const timeoutInterval = setTimeout(func, delay)\n\n return (): void => clearTimeout(timeoutInterval)\n}\n"],"names":["cancelableSetInterval","func","delay","timeoutInterval","cancelableSetTimeout"],"mappings":"gFAAO,MAAMA,EAAwB,CAACC,EAAkBC,EAAQ,MAAoB,CAClF,MAAMC,EAAkB,YAAYF,EAAMC,CAAK,EAE/C,MAAO,IAAY,cAAcC,CAAe,CAClD,EAEaC,EAAuB,CAACH,EAAkBC,EAAQ,MAAoB,CACjF,MAAMC,EAAkB,WAAWF,EAAMC,CAAK,EAE9C,MAAO,IAAY,aAAaC,CAAe,CACjD"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const D=require("dayjs"),m=t=>t&&t.__esModule?t:{default:t},e=m(D),s=()=>new Date().toString(),r=(t=new Date)=>e.default(t).format("YYYY-MM-DD HH:mm:ss"),a="MM-DD-YYYY",o="MM-DD-YYYY HH-mm-ss",T=t=>e.default(t).format(a),f=t=>e.default(t).format(o);exports.DATE_FORMAT=a;exports.DATE_TIME_FORMAT=o;exports.formatDate=T;exports.formatDateTime=f;exports.formatDateToTimestamp=r;exports.getDate=s;
|
|
2
2
|
//# sourceMappingURL=date.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.js","sources":["../../../../../../../src/core/utils/helpers/date.ts"],"sourcesContent":["import dayjs from 'dayjs'\n\nexport const getDate = (): string => new Date().toString()\n\n\nexport const formatDateToTimestamp = (date = new Date()): string => dayjs(date).format('YYYY-MM-DD HH:mm:ss')\n\nexport const DATE_FORMAT = 'MM-DD-YYYY'\nexport const DATE_TIME_FORMAT = 'MM-DD-YYYY HH-mm-ss'\n\nexport const formatDate = (date: string | Date): string => dayjs(date).format(DATE_FORMAT)\nexport const formatDateTime = (date: string | Date): string => dayjs(date).format(DATE_TIME_FORMAT)\n\n"],"names":["
|
|
1
|
+
{"version":3,"file":"date.js","sources":["../../../../../../../src/core/utils/helpers/date.ts"],"sourcesContent":["import dayjs from 'dayjs'\n\nexport const getDate = (): string => new Date().toString()\n\n\nexport const formatDateToTimestamp = (date = new Date()): string => dayjs(date).format('YYYY-MM-DD HH:mm:ss')\n\nexport const DATE_FORMAT = 'MM-DD-YYYY'\nexport const DATE_TIME_FORMAT = 'MM-DD-YYYY HH-mm-ss'\n\nexport const formatDate = (date: string | Date): string => dayjs(date).format(DATE_FORMAT)\nexport const formatDateTime = (date: string | Date): string => dayjs(date).format(DATE_TIME_FORMAT)\n\n"],"names":["getDate","formatDateToTimestamp","date","dayjs","DATE_FORMAT","DATE_TIME_FORMAT","formatDate","formatDateTime"],"mappings":"mJAEaA,EAAU,IAAc,IAAI,KAAA,EAAO,SAAA,EAGnCC,EAAwB,CAACC,EAAO,IAAI,OAAmBC,EAAAA,QAAMD,CAAI,EAAE,OAAO,qBAAqB,EAE/FE,EAAc,aACdC,EAAmB,sBAEnBC,EAAcJ,GAAgCC,EAAAA,QAAMD,CAAI,EAAE,OAAOE,CAAW,EAC5EG,EAAkBL,GAAgCC,EAAAA,QAAMD,CAAI,EAAE,OAAOG,CAAgB"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=async()=>{var t,r;try{const e=(await((r=(t=navigator==null?void 0:navigator.mediaDevices)==null?void 0:t.enumerateDevices)==null?void 0:r.call(t))).find(n=>n.kind==="videoinput");return(e==null?void 0:e.deviceId)||(e==null?void 0:e.groupId)}catch{return null}};exports.getDeviceId=c;
|
|
2
2
|
//# sourceMappingURL=deviceInfo.js.map
|