@vkzstudio/muza-ui 1.0.0 → 1.0.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/CLAUDE_CONSUMER.md +238 -0
- package/README.md +12 -4
- package/dist/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/constants.js +5 -0
- package/dist/_virtual/constants2.js +4 -0
- package/dist/_virtual/index.js +7 -0
- package/dist/_virtual/index2.js +4 -0
- package/dist/_virtual/index3.js +4 -0
- package/dist/_virtual/index4.js +7 -0
- package/dist/_virtual/index5.js +5 -0
- package/dist/_virtual/index6.js +4 -0
- package/dist/_virtual/index7.js +4 -0
- package/dist/_virtual/react-dom-server-legacy.browser.development.js +4 -0
- package/dist/_virtual/react-dom-server-legacy.browser.production.min.js +4 -0
- package/dist/_virtual/react-dom-server.browser.development.js +4 -0
- package/dist/_virtual/react-dom-server.browser.production.min.js +4 -0
- package/dist/_virtual/react-is.development.js +4 -0
- package/dist/_virtual/react-is.production.min.js +4 -0
- package/dist/_virtual/react-reconciler-constants.development.js +4 -0
- package/dist/_virtual/react-reconciler-constants.production.min.js +4 -0
- package/dist/_virtual/react-reconciler.development.js +4 -0
- package/dist/_virtual/scheduler.development.js +4 -0
- package/dist/_virtual/scheduler.production.min.js +4 -0
- package/dist/_virtual/server.browser.js +5 -0
- package/dist/_virtual/server.browser2.js +4 -0
- package/dist/components/Accordion/Accordion.d.ts +5 -5
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.js +116 -0
- package/dist/components/Accordion/Accordion.stories.d.ts.map +1 -1
- package/dist/components/Alert/Alert.d.ts +1 -1
- package/dist/components/Alert/Alert.d.ts.map +1 -1
- package/dist/components/Alert/Alert.js +83 -0
- package/dist/components/Alert/Alert.stories.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.d.ts +3 -3
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.js +106 -0
- package/dist/components/Avatar/Avatar.stories.d.ts +4 -7
- package/dist/components/Avatar/Avatar.stories.d.ts.map +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +8 -8
- package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.js +126 -0
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/Button.js +67 -0
- package/dist/components/Button/Button.stories.d.ts.map +1 -1
- package/dist/components/Button/buttonVariants.d.ts +2 -3
- package/dist/components/Button/buttonVariants.d.ts.map +1 -1
- package/dist/components/Button/buttonVariants.js +383 -0
- package/dist/components/Calendar/Calendar.d.ts +35 -0
- package/dist/components/Calendar/Calendar.d.ts.map +1 -0
- package/dist/components/Calendar/Calendar.js +338 -0
- package/dist/components/Calendar/CalendarBase.stories.d.ts +13 -0
- package/dist/components/Calendar/CalendarBase.stories.d.ts.map +1 -0
- package/dist/components/Calendar/index.d.ts +4 -0
- package/dist/components/Calendar/index.d.ts.map +1 -0
- package/dist/components/Calendar/utils/formatDate.d.ts +2 -0
- package/dist/components/Calendar/utils/formatDate.d.ts.map +1 -0
- package/dist/components/Calendar/utils/formatDate.js +5 -0
- package/dist/components/Calendar/utils/formatDateRange.d.ts +3 -0
- package/dist/components/Calendar/utils/formatDateRange.d.ts.map +1 -0
- package/dist/components/Calendar/utils/formatDateRange.js +8 -0
- package/dist/components/Checkbox/Checkbox.d.ts +5 -5
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.js +92 -0
- package/dist/components/Checkbox/Checkbox.stories.d.ts +2 -1
- package/dist/components/Checkbox/Checkbox.stories.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts +46 -0
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.js +158 -0
- package/dist/components/DatePicker/DatePicker.stories.d.ts +18 -0
- package/dist/components/DatePicker/DatePicker.stories.d.ts.map +1 -0
- package/dist/components/DatePicker/index.d.ts +2 -0
- package/dist/components/DatePicker/index.d.ts.map +1 -0
- package/dist/components/DatePicker/utils/getDateRange.d.ts +4 -0
- package/dist/components/DatePicker/utils/getDateRange.d.ts.map +1 -0
- package/dist/components/DatePicker/utils/getDateRange.js +40 -0
- package/dist/components/Dialog/Dialog.d.ts +14 -0
- package/dist/components/Dialog/Dialog.d.ts.map +1 -0
- package/dist/components/Dialog/Dialog.js +66 -0
- package/dist/components/Dialog/Dialog.stories.d.ts +16 -0
- package/dist/components/Dialog/Dialog.stories.d.ts.map +1 -0
- package/dist/components/Dialog/index.d.ts +2 -0
- package/dist/components/Dialog/index.d.ts.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +22 -0
- package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.js +285 -0
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +62 -0
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -0
- package/dist/components/DropdownMenu/index.d.ts +2 -0
- package/dist/components/DropdownMenu/index.d.ts.map +1 -0
- package/dist/components/EdgeButton/EdgeButton.d.ts.map +1 -1
- package/dist/components/EdgeButton/EdgeButton.js +72 -0
- package/dist/components/EdgeButton/EdgeButton.stories.d.ts +0 -1
- package/dist/components/EdgeButton/EdgeButton.stories.d.ts.map +1 -1
- package/dist/components/EmptyState/EmptyState.d.ts +12 -0
- package/dist/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyState.js +59 -0
- package/dist/components/EmptyState/EmptyState.stories.d.ts +10 -0
- package/dist/components/EmptyState/EmptyState.stories.d.ts.map +1 -0
- package/dist/components/EmptyState/index.d.ts +2 -0
- package/dist/components/EmptyState/index.d.ts.map +1 -0
- package/dist/components/ExpandableTable/ExpandableTable.d.ts +25 -0
- package/dist/components/ExpandableTable/ExpandableTable.d.ts.map +1 -0
- package/dist/components/ExpandableTable/ExpandableTable.js +231 -0
- package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts +21 -0
- package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts.map +1 -0
- package/dist/components/ExpandableTable/Table.d.ts +18 -0
- package/dist/components/ExpandableTable/Table.d.ts.map +1 -0
- package/dist/components/ExpandableTable/Table.js +122 -0
- package/dist/components/ExpandableTable/index.d.ts +2 -0
- package/dist/components/ExpandableTable/index.d.ts.map +1 -0
- package/dist/components/FileUpload/FileItem.d.ts +15 -0
- package/dist/components/FileUpload/FileItem.d.ts.map +1 -0
- package/dist/components/FileUpload/FileItem.js +199 -0
- package/dist/components/FileUpload/FileUpload.d.ts +36 -0
- package/dist/components/FileUpload/FileUpload.d.ts.map +1 -0
- package/dist/components/FileUpload/FileUpload.js +212 -0
- package/dist/components/FileUpload/FileUpload.stories.d.ts +18 -0
- package/dist/components/FileUpload/FileUpload.stories.d.ts.map +1 -0
- package/dist/components/FileUpload/index.d.ts +2 -0
- package/dist/components/FileUpload/index.d.ts.map +1 -0
- package/dist/components/Flex/Flex.d.ts +27 -30
- package/dist/components/Flex/Flex.d.ts.map +1 -1
- package/dist/components/Flex/Flex.js +90 -0
- package/dist/components/Flex/Flex.stories.d.ts +5 -0
- package/dist/components/Flex/Flex.stories.d.ts.map +1 -1
- package/dist/components/Icons/CustomIcons.d.ts +15 -1
- package/dist/components/Icons/CustomIcons.d.ts.map +1 -1
- package/dist/components/Icons/CustomIcons.js +665 -0
- package/dist/components/Icons/Icons.stories.d.ts.map +1 -1
- package/dist/components/Input/Input.d.ts +9 -8
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/Input/Input.js +172 -0
- package/dist/components/Input/Input.stories.d.ts.map +1 -1
- package/dist/components/LanguageSwitcher/LanguageSwitcher.d.ts +14 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.d.ts.map +1 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.js +64 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.stories.d.ts +8 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.stories.d.ts.map +1 -0
- package/dist/components/LanguageSwitcher/index.d.ts +2 -0
- package/dist/components/LanguageSwitcher/index.d.ts.map +1 -0
- package/dist/components/Lightbox/Lightbox.d.ts +19 -0
- package/dist/components/Lightbox/Lightbox.d.ts.map +1 -0
- package/dist/components/Lightbox/Lightbox.js +90 -0
- package/dist/components/Lightbox/Lightbox.stories.d.ts +14 -0
- package/dist/components/Lightbox/Lightbox.stories.d.ts.map +1 -0
- package/dist/components/Lightbox/LightboxOverrides.css +5 -0
- package/dist/components/Lightbox/index.d.ts +2 -0
- package/dist/components/Lightbox/index.d.ts.map +1 -0
- package/dist/components/Loader/Loader.d.ts +1 -1
- package/dist/components/Loader/Loader.d.ts.map +1 -1
- package/dist/components/Loader/Loader.js +43 -0
- package/dist/components/Loader/Loader.stories.d.ts.map +1 -1
- package/dist/components/LoginScreen/LoginScreen.d.ts +12 -0
- package/dist/components/LoginScreen/LoginScreen.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen.js +45 -0
- package/dist/components/LoginScreen/LoginScreen.stories.d.ts +14 -0
- package/dist/components/LoginScreen/LoginScreen.stories.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen3D/Lights.d.ts +3 -0
- package/dist/components/LoginScreen/LoginScreen3D/Lights.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen3D/Lights.js +9 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3D.d.ts +5 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3D.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3D.js +6 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DModel.d.ts +23 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DModel.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DModel.js +93 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DScene.d.ts +6 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DScene.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreen3D/LoginScreen3DScene.js +63 -0
- package/dist/components/LoginScreen/LoginScreenItem.d.ts +7 -0
- package/dist/components/LoginScreen/LoginScreenItem.d.ts.map +1 -0
- package/dist/components/LoginScreen/LoginScreenItem.js +19 -0
- package/dist/components/LoginScreen/index.d.ts +4 -0
- package/dist/components/LoginScreen/index.d.ts.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.d.ts +23 -0
- package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.js +156 -0
- package/dist/components/MultiSelect/MultiSelect.stories.d.ts +18 -0
- package/dist/components/MultiSelect/MultiSelect.stories.d.ts.map +1 -0
- package/dist/components/MultiSelect/index.d.ts +2 -0
- package/dist/components/MultiSelect/index.d.ts.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.d.ts +7 -0
- package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.js +36 -0
- package/dist/components/PasswordInput/PasswordInput.stories.d.ts +7 -0
- package/dist/components/PasswordInput/PasswordInput.stories.d.ts.map +1 -0
- package/dist/components/PasswordInput/index.d.ts +2 -0
- package/dist/components/PasswordInput/index.d.ts.map +1 -0
- package/dist/components/PinIndicator/PinIndicator.d.ts +1 -1
- package/dist/components/PinIndicator/PinIndicator.d.ts.map +1 -1
- package/dist/components/PinIndicator/PinIndicator.js +33 -0
- package/dist/components/PinIndicator/PinIndicator.stories.d.ts.map +1 -1
- package/dist/components/Popover/Popover.d.ts +7 -0
- package/dist/components/Popover/Popover.d.ts.map +1 -0
- package/dist/components/Popover/Popover.js +24 -0
- package/dist/components/Popover/Popover.stories.d.ts +11 -0
- package/dist/components/Popover/Popover.stories.d.ts.map +1 -0
- package/dist/components/Popover/index.d.ts +2 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/Radio/Radio.d.ts +4 -3
- package/dist/components/Radio/Radio.d.ts.map +1 -1
- package/dist/components/Radio/Radio.js +95 -0
- package/dist/components/Radio/Radio.stories.d.ts +1 -0
- package/dist/components/Radio/Radio.stories.d.ts.map +1 -1
- package/dist/components/Searchbar/Searchbar.d.ts +13 -0
- package/dist/components/Searchbar/Searchbar.d.ts.map +1 -0
- package/dist/components/Searchbar/Searchbar.js +114 -0
- package/dist/components/Searchbar/Searchbar.stories.d.ts +11 -0
- package/dist/components/Searchbar/Searchbar.stories.d.ts.map +1 -0
- package/dist/components/Searchbar/index.d.ts +2 -0
- package/dist/components/Searchbar/index.d.ts.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +2 -2
- package/dist/components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.js +60 -0
- package/dist/components/SegmentedControl/SegmentedControl.stories.d.ts.map +1 -1
- package/dist/components/SegmentedIconControl/SegmentedIconControl.d.ts +2 -2
- package/dist/components/SegmentedIconControl/SegmentedIconControl.d.ts.map +1 -1
- package/dist/components/SegmentedIconControl/SegmentedIconControl.js +47 -0
- package/dist/components/SegmentedIconControl/SegmentedIconControl.stories.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts +24 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/Select.js +159 -0
- package/dist/components/Select/Select.stories.d.ts +18 -0
- package/dist/components/Select/Select.stories.d.ts.map +1 -0
- package/dist/components/Select/index.d.ts +2 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Select/utils.d.ts +7 -0
- package/dist/components/Select/utils.d.ts.map +1 -0
- package/dist/components/Select/utils.js +35 -0
- package/dist/components/Skeleton/Skeleton.d.ts +13 -0
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.js +27 -0
- package/dist/components/Skeleton/Skeleton.stories.d.ts +9 -0
- package/dist/components/Skeleton/Skeleton.stories.d.ts.map +1 -0
- package/dist/components/Skeleton/index.d.ts +2 -0
- package/dist/components/Skeleton/index.d.ts.map +1 -0
- package/dist/components/SliderIndicators/SliderIndicators.d.ts +1 -1
- package/dist/components/SliderIndicators/SliderIndicators.d.ts.map +1 -1
- package/dist/components/SliderIndicators/SliderIndicators.js +53 -0
- package/dist/components/SliderIndicators/SliderIndicators.stories.d.ts.map +1 -1
- package/dist/components/Snackbar/Snackbar.d.ts.map +1 -1
- package/dist/components/Snackbar/Snackbar.js +6 -0
- package/dist/components/Snackbar/Snackbar.stories.d.ts.map +1 -1
- package/dist/components/Snackbar/Toast.d.ts +2 -2
- package/dist/components/Snackbar/Toast.d.ts.map +1 -1
- package/dist/components/Snackbar/Toast.js +69 -0
- package/dist/components/Stepper/Stepper.d.ts +1 -1
- package/dist/components/Stepper/Stepper.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.js +84 -0
- package/dist/components/Stepper/Stepper.stories.d.ts.map +1 -1
- package/dist/components/Stepper/StepperButton.d.ts +1 -1
- package/dist/components/Stepper/StepperButton.d.ts.map +1 -1
- package/dist/components/Stepper/StepperButton.js +29 -0
- package/dist/components/SwipeButton/SwipeButton.d.ts +3 -2
- package/dist/components/SwipeButton/SwipeButton.d.ts.map +1 -1
- package/dist/components/SwipeButton/SwipeButton.js +205 -0
- package/dist/components/SwipeButton/SwipeButton.stories.d.ts +3 -3
- package/dist/components/SwipeButton/SwipeButton.stories.d.ts.map +1 -1
- package/dist/components/SwipeButton/SwipeLoadingIcon.js +46 -0
- package/dist/components/SwipeButton/index.d.ts +2 -0
- package/dist/components/SwipeButton/index.d.ts.map +1 -0
- package/dist/components/SwipeButton/swipeButtonProgressVariants.d.ts +2 -1
- package/dist/components/SwipeButton/swipeButtonProgressVariants.d.ts.map +1 -1
- package/dist/components/SwipeButton/swipeButtonProgressVariants.js +75 -0
- package/dist/components/SwipeButton/swipeButtonSliderVariants.d.ts +1 -1
- package/dist/components/SwipeButton/swipeButtonSliderVariants.d.ts.map +1 -1
- package/dist/components/SwipeButton/swipeButtonSliderVariants.js +74 -0
- package/dist/components/SwipeButton/swipeButtonVariants.d.ts +2 -2
- package/dist/components/SwipeButton/swipeButtonVariants.d.ts.map +1 -1
- package/dist/components/SwipeButton/swipeButtonVariants.js +50 -0
- package/dist/components/Switch/Switch.d.ts +1 -1
- package/dist/components/Switch/Switch.d.ts.map +1 -1
- package/dist/components/Switch/Switch.js +32 -0
- package/dist/components/Switch/Switch.stories.d.ts.map +1 -1
- package/dist/components/Tag/Tag.d.ts +5 -3
- package/dist/components/Tag/Tag.d.ts.map +1 -1
- package/dist/components/Tag/Tag.js +94 -0
- package/dist/components/Tag/Tag.stories.d.ts +2 -12
- package/dist/components/Tag/Tag.stories.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.d.ts +4 -4
- package/dist/components/Textarea/Textarea.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.js +102 -0
- package/dist/components/Textarea/Textarea.stories.d.ts +1 -1
- package/dist/components/Textarea/Textarea.stories.d.ts.map +1 -1
- package/dist/components/TimePicker/TimePicker.d.ts +4 -0
- package/dist/components/TimePicker/TimePicker.d.ts.map +1 -0
- package/dist/components/TimePicker/TimePicker.js +19 -0
- package/dist/components/TimePicker/TimePicker.stories.d.ts +11 -0
- package/dist/components/TimePicker/TimePicker.stories.d.ts.map +1 -0
- package/dist/components/TimePicker/index.d.ts +2 -0
- package/dist/components/TimePicker/index.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.d.ts.map +1 -1
- package/dist/components/Toggle/Toggle.js +88 -0
- package/dist/components/Toggle/Toggle.stories.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +3 -3
- package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.js +55 -0
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +8 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.js +27 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +8 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +2 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/Typography/Typography.d.ts +4 -3
- package/dist/components/Typography/Typography.d.ts.map +1 -1
- package/dist/components/Typography/Typography.js +99 -0
- package/dist/components/Typography/Typography.stories.d.ts.map +1 -1
- package/dist/components/index.d.ts +37 -17
- package/dist/components/index.d.ts.map +1 -1
- package/dist/globals.css +12 -0
- package/dist/hooks/use-is-breakpoint.d.ts +13 -0
- package/dist/hooks/use-is-breakpoint.d.ts.map +1 -0
- package/dist/hooks/use-is-breakpoint.js +7 -0
- package/dist/hooks/use-is-desktop.d.ts +3 -0
- package/dist/hooks/use-is-desktop.d.ts.map +1 -0
- package/dist/hooks/use-is-desktop.js +6 -0
- package/dist/hooks/use-is-mobile.d.ts +2 -0
- package/dist/hooks/use-is-mobile.d.ts.map +1 -0
- package/dist/hooks/use-is-mobile.js +6 -0
- package/dist/hooks/use-is-tablet.d.ts +3 -0
- package/dist/hooks/use-is-tablet.d.ts.map +1 -0
- package/dist/hooks/use-is-tablet.js +6 -0
- package/dist/hooks/use-isomorphic-layout-effect.d.ts +3 -0
- package/dist/hooks/use-isomorphic-layout-effect.d.ts.map +1 -0
- package/dist/hooks/use-isomorphic-layout-effect.js +5 -0
- package/dist/hooks/use-media-query.d.ts +7 -0
- package/dist/hooks/use-media-query.d.ts.map +1 -0
- package/dist/hooks/use-media-query.js +19 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +188 -42251
- package/dist/models/Login3D.glb +0 -0
- package/dist/muza-ui.css +1 -0
- package/dist/node_modules/@date-fns/tz/date/index.js +61 -0
- package/dist/node_modules/@date-fns/tz/date/mini.js +69 -0
- package/dist/node_modules/@date-fns/tz/tzName/index.js +11 -0
- package/dist/node_modules/@date-fns/tz/tzOffset/index.js +22 -0
- package/dist/node_modules/@react-three/drei/core/useAnimations.js +34 -0
- package/dist/node_modules/@react-three/drei/core/useGLTF.js +18 -0
- package/dist/node_modules/@react-three/fiber/dist/events-776716bd.esm.js +1311 -0
- package/dist/node_modules/@react-three/fiber/dist/react-three-fiber.esm.js +145 -0
- package/dist/node_modules/@react-three/fiber/node_modules/suspend-react/index.js +47 -0
- package/dist/node_modules/color/index.js +262 -0
- package/dist/node_modules/color/node_modules/color-convert/conversions.js +421 -0
- package/dist/node_modules/color/node_modules/color-convert/index.js +35 -0
- package/dist/node_modules/color/node_modules/color-convert/route.js +46 -0
- package/dist/node_modules/color/node_modules/color-name/index.js +153 -0
- package/dist/node_modules/color-string/index.js +105 -0
- package/dist/node_modules/color-string/node_modules/color-name/index.js +153 -0
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +9 -0
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +18 -0
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +31 -0
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +15 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +70 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +33 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +155 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +110 -0
- package/dist/node_modules/date-fns/locale/en-US.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/index.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/resolve-subjects.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/sequence.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/single-value.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/subject.js +32 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +46 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +46 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js +30 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js +22 -0
- package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/create.js +123 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.js +22 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/utils/normalize-times.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/calc-child-stagger.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.js +40 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +22 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js +57 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js +34 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js +45 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js +17 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/events/add-dom-event.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/events/event-info.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +266 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/use-drag-controls.js +70 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +67 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/focus.js +28 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/hover.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +84 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js +43 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/press.js +23 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/Feature.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js +34 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js +17 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +75 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js +11 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js +11 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +44 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/motion/index.js +63 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +17 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +64 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +52 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +38 -0
- package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/conversion.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/copy.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +52 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +36 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/models.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/utils.js +34 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +623 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/state.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js +58 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +16 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/each-axis.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/has-transform.js +20 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/measure.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js +239 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js +16 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +20 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js +24 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +38 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +29 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +31 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/render.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/render/object/ObjectVisualElement.js +37 -0
- package/dist/node_modules/framer-motion/dist/es/render/store.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +40 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js +30 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js +22 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +23 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js +28 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/render.js +11 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js +141 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/flat-tree.js +19 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/get-variant-context.js +20 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js +20 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/variant-props.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/utils/delay.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/utils/distance.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js +5 -0
- package/dist/node_modules/framer-motion/dist/es/utils/shallow-compare.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-composed-ref.js +28 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-motion-value-event.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-combine-values.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-computed.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-motion-value.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-transform.js +23 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +7 -0
- package/dist/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +34 -0
- package/dist/node_modules/imask/esm/controls/html-input-mask-element.js +31 -0
- package/dist/node_modules/imask/esm/controls/html-mask-element.js +48 -0
- package/dist/node_modules/imask/esm/controls/input-history.js +30 -0
- package/dist/node_modules/imask/esm/controls/input.js +222 -0
- package/dist/node_modules/imask/esm/controls/mask-element.js +43 -0
- package/dist/node_modules/imask/esm/core/action-details.js +51 -0
- package/dist/node_modules/imask/esm/core/change-details.js +36 -0
- package/dist/node_modules/imask/esm/core/continuous-tail-details.js +42 -0
- package/dist/node_modules/imask/esm/core/holder.js +6 -0
- package/dist/node_modules/imask/esm/core/utils.js +67 -0
- package/dist/node_modules/imask/esm/index.js +50 -0
- package/dist/node_modules/imask/esm/masked/base.js +252 -0
- package/dist/node_modules/imask/esm/masked/date.js +117 -0
- package/dist/node_modules/imask/esm/masked/dynamic.js +222 -0
- package/dist/node_modules/imask/esm/masked/enum.js +69 -0
- package/dist/node_modules/imask/esm/masked/factory.js +46 -0
- package/dist/node_modules/imask/esm/masked/function.js +23 -0
- package/dist/node_modules/imask/esm/masked/number.js +212 -0
- package/dist/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +103 -0
- package/dist/node_modules/imask/esm/masked/pattern/cursor.js +100 -0
- package/dist/node_modules/imask/esm/masked/pattern/fixed-definition.js +102 -0
- package/dist/node_modules/imask/esm/masked/pattern/input-definition.js +133 -0
- package/dist/node_modules/imask/esm/masked/pattern.js +322 -0
- package/dist/node_modules/imask/esm/masked/pipe.js +23 -0
- package/dist/node_modules/imask/esm/masked/range.js +78 -0
- package/dist/node_modules/imask/esm/masked/regexp.js +21 -0
- package/dist/node_modules/imask/esm/masked/repeat.js +104 -0
- package/dist/node_modules/its-fine/dist/index.js +116 -0
- package/dist/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.js +103 -0
- package/dist/node_modules/motion-dom/dist/es/animation/GroupAnimation.js +76 -0
- package/dist/node_modules/motion-dom/dist/es/animation/GroupAnimationWithThen.js +10 -0
- package/dist/node_modules/motion-dom/dist/es/animation/JSAnimation.js +133 -0
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimation.js +108 -0
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.js +36 -0
- package/dist/node_modules/motion-dom/dist/es/animation/drivers/frame.js +17 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/inertia.js +37 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/keyframes.js +30 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/defaults.js +32 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/find.js +52 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/index.js +98 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js +13 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.js +13 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.js +9 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.js +65 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.js +75 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/get-final.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.js +12 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.js +16 -0
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.js +31 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/WithPromise.js +27 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/can-animate.js +23 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.js +31 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-animatable.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.js +5 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.js +16 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.js +12 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.js +15 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.js +21 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.js +24 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js +10 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.js +17 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/batcher.js +27 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/frame.js +9 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/microtask.js +5 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/order.js +21 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/render-step.js +41 -0
- package/dist/node_modules/motion-dom/dist/es/frameloop/sync-time.js +15 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js +11 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js +11 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/hover.js +24 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js +33 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +13 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js +27 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js +12 -0
- package/dist/node_modules/motion-dom/dist/es/render/dom/is-css-var.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/render/dom/parse-transform.js +65 -0
- package/dist/node_modules/motion-dom/dist/es/render/dom/style-set.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/render/utils/keys-position.js +13 -0
- package/dist/node_modules/motion-dom/dist/es/render/utils/keys-transform.js +23 -0
- package/dist/node_modules/motion-dom/dist/es/utils/interpolate.js +42 -0
- package/dist/node_modules/motion-dom/dist/es/utils/is-html-element.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/utils/is-svg-element.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/color.js +29 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/complex.js +51 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/immediate.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/index.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/number.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/utils/mix/visibility.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js +13 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js +12 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js +9 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +5 -0
- package/dist/node_modules/motion-dom/dist/es/utils/transform.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/value/index.js +218 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/auto.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hex.js +19 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.js +22 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hsla.js +12 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/index.js +15 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/rgba.js +16 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/color/utils.js +18 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/filter.js +24 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/index.js +49 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/dimensions.js +9 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/int.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/defaults.js +24 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/number.js +50 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/transform.js +31 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/numbers/index.js +17 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/numbers/units.js +17 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/test.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.js +10 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/color-regex.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/find.js +8 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/float-regex.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/sanitize.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/value/utils/is-motion-value.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/array.js +11 -0
- package/dist/node_modules/motion-utils/dist/es/clamp.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/easing/anticipate.js +5 -0
- package/dist/node_modules/motion-utils/dist/es/easing/back.js +9 -0
- package/dist/node_modules/motion-utils/dist/es/easing/circ.js +8 -0
- package/dist/node_modules/motion-utils/dist/es/easing/cubic-bezier.js +18 -0
- package/dist/node_modules/motion-utils/dist/es/easing/ease.js +7 -0
- package/dist/node_modules/motion-utils/dist/es/easing/modifiers/mirror.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/easing/modifiers/reverse.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/easing/utils/get-easing-for-segment.js +8 -0
- package/dist/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/easing/utils/map.js +32 -0
- package/dist/node_modules/motion-utils/dist/es/errors.js +14 -0
- package/dist/node_modules/motion-utils/dist/es/format-error-message.js +6 -0
- package/dist/node_modules/motion-utils/dist/es/global-config.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/is-numerical-string.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/is-object.js +6 -0
- package/dist/node_modules/motion-utils/dist/es/is-zero-value-string.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/memo.js +8 -0
- package/dist/node_modules/motion-utils/dist/es/noop.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/pipe.js +4 -0
- package/dist/node_modules/motion-utils/dist/es/progress.js +7 -0
- package/dist/node_modules/motion-utils/dist/es/subscription-manager.js +29 -0
- package/dist/node_modules/motion-utils/dist/es/time-conversion.js +5 -0
- package/dist/node_modules/motion-utils/dist/es/velocity-per-second.js +6 -0
- package/dist/node_modules/motion-utils/dist/es/warn-once.js +8 -0
- package/dist/node_modules/motion-utils/dist/es/wrap.js +7 -0
- package/dist/node_modules/object-assign/index.js +54 -0
- package/dist/node_modules/photoswipe/dist/photoswipe.esm.js +2956 -0
- package/dist/node_modules/prop-types/checkPropTypes.js +54 -0
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +52 -0
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +329 -0
- package/dist/node_modules/prop-types/index.js +17 -0
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +10 -0
- package/dist/node_modules/prop-types/lib/has.js +7 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +95 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +78 -0
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +229 -0
- package/dist/node_modules/react-day-picker/dist/esm/UI.js +22 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +19 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +222 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +18 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +11 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +19 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +27 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +11 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +54 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +18 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +19 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +42 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +16 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +21 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +16 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +15 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +24 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +12 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +12 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +12 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +11 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +16 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +26 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +21 -0
- package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +18 -0
- package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +15 -0
- package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +56 -0
- package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +44 -0
- package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +12 -0
- package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +23 -0
- package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +19 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +32 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +26 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +15 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +28 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +26 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +3621 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +1234 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server.browser.development.js +3600 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +1255 -0
- package/dist/node_modules/react-dom/server.browser.js +15 -0
- package/dist/node_modules/react-imask/esm/hook.js +75 -0
- package/dist/node_modules/react-imask/esm/input.js +23 -0
- package/dist/node_modules/react-imask/esm/mixin.js +131 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/context.js +17 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/gallery.js +216 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/ensure-ref-passed.js +10 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/entry-item-ref-is-element.js +4 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-base-url.js +6 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-hash-value.js +6 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-hash-without-gid-and-pid.js +9 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-initial-active-slide-index.js +6 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-slides-and-index-from-data-source.js +39 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/get-slides-and-index-from-items-refs.js +31 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/hash-includes-navigation-query-params.js +8 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/hash-to-object.js +9 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/item-to-slide.js +37 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/object-to-hash.js +6 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/helpers/sort-nodes.js +6 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/hooks.js +22 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/item.js +54 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/lightbox-stub.js +8 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/no-ref-error.js +14 -0
- package/dist/node_modules/react-photoswipe-gallery/dist/no-source-id-error.js +18 -0
- package/dist/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js +32 -0
- package/dist/node_modules/react-reconciler/cjs/react-reconciler-constants.production.min.js +17 -0
- package/dist/node_modules/react-reconciler/cjs/react-reconciler.development.js +9139 -0
- package/dist/node_modules/react-reconciler/cjs/react-reconciler.production.min.js +3778 -0
- package/dist/node_modules/react-reconciler/constants.js +10 -0
- package/dist/node_modules/react-reconciler/index.js +10 -0
- package/dist/node_modules/react-use-measure/dist/index.js +60 -0
- package/dist/node_modules/scheduler/cjs/scheduler.development.js +277 -0
- package/dist/node_modules/scheduler/cjs/scheduler.production.min.js +213 -0
- package/dist/node_modules/scheduler/index.js +10 -0
- package/dist/node_modules/three/build/three.module.js +20599 -0
- package/dist/node_modules/three-stdlib/_polyfill/LoaderUtils.js +15 -0
- package/dist/node_modules/three-stdlib/_polyfill/constants.js +5 -0
- package/dist/node_modules/three-stdlib/libs/MeshoptDecoder.js +201 -0
- package/dist/node_modules/three-stdlib/loaders/DRACOLoader.js +246 -0
- package/dist/node_modules/three-stdlib/loaders/GLTFLoader.js +1670 -0
- package/dist/node_modules/three-stdlib/utils/BufferGeometryUtils.js +34 -0
- package/dist/node_modules/zustand/esm/index.js +61 -0
- package/dist/styles/3rd-parties.css +5 -0
- package/dist/styles/animations.css +41 -0
- package/dist/styles/breakpoints.css +4 -0
- package/dist/styles/primitives.css +155 -0
- package/dist/styles/token-colors.css +1201 -0
- package/dist/styles/token-sizes.css +676 -0
- package/dist/styles/typography.css +84 -0
- package/dist/styles/utilities.css +66 -0
- package/dist/styles/white-label.css +25 -0
- package/dist/utils/cn.d.ts +1 -1
- package/dist/utils/cn.d.ts.map +1 -1
- package/dist/utils/cn.js +159 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/spacing.d.ts +378 -0
- package/dist/utils/spacing.d.ts.map +1 -0
- package/dist/utils/spacing.js +352 -0
- package/package.json +84 -40
- package/dist/fonts/Objectivity/Objectivity-Black.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-Black.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-BlackSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-BlackSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Bold.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-BoldSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-BoldSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-ExtraBold.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-ExtraBold.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-ExtraBoldSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-ExtraBoldSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Light.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-LightSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-LightSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Medium.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-MediumSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-MediumSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Regular.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-RegularSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-RegularSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Super.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-Super.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-SuperSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-SuperSlanted.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-Thin.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-Thin.woff2 +0 -0
- package/dist/fonts/Objectivity/Objectivity-ThinSlanted.otf +0 -0
- package/dist/fonts/Objectivity/Objectivity-ThinSlanted.woff2 +0 -0
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
import { DIRECTION as c, objectIncludes as d } from "../core/utils.js";
|
|
2
|
+
import l from "../core/change-details.js";
|
|
3
|
+
import v, { normalizeOpts as _ } from "./factory.js";
|
|
4
|
+
import k from "./base.js";
|
|
5
|
+
import g from "../core/holder.js";
|
|
6
|
+
class h extends k {
|
|
7
|
+
constructor(e) {
|
|
8
|
+
super({
|
|
9
|
+
...h.DEFAULTS,
|
|
10
|
+
...e
|
|
11
|
+
}), this.currentMask = void 0;
|
|
12
|
+
}
|
|
13
|
+
updateOptions(e) {
|
|
14
|
+
super.updateOptions(e);
|
|
15
|
+
}
|
|
16
|
+
_update(e) {
|
|
17
|
+
super._update(e), "mask" in e && (this.exposeMask = void 0, this.compiledMasks = Array.isArray(e.mask) ? e.mask.map((t) => {
|
|
18
|
+
const {
|
|
19
|
+
expose: s,
|
|
20
|
+
...a
|
|
21
|
+
} = _(t), i = v({
|
|
22
|
+
overwrite: this._overwrite,
|
|
23
|
+
eager: this._eager,
|
|
24
|
+
skipInvalid: this._skipInvalid,
|
|
25
|
+
...a
|
|
26
|
+
});
|
|
27
|
+
return s && (this.exposeMask = i), i;
|
|
28
|
+
}) : []);
|
|
29
|
+
}
|
|
30
|
+
_appendCharRaw(e, t) {
|
|
31
|
+
t === void 0 && (t = {});
|
|
32
|
+
const s = this._applyDispatch(e, t);
|
|
33
|
+
return this.currentMask && s.aggregate(this.currentMask._appendChar(e, this.currentMaskFlags(t))), s;
|
|
34
|
+
}
|
|
35
|
+
_applyDispatch(e, t, s) {
|
|
36
|
+
e === void 0 && (e = ""), t === void 0 && (t = {}), s === void 0 && (s = "");
|
|
37
|
+
const a = t.tail && t._beforeTailState != null ? t._beforeTailState._value : this.value, i = this.rawInputValue, r = t.tail && t._beforeTailState != null ? t._beforeTailState._rawInputValue : i, u = i.slice(r.length), n = this.currentMask, p = new l(), o = n == null ? void 0 : n.state;
|
|
38
|
+
return this.currentMask = this.doDispatch(e, {
|
|
39
|
+
...t
|
|
40
|
+
}, s), this.currentMask && (this.currentMask !== n ? (this.currentMask.reset(), r && (this.currentMask.append(r, {
|
|
41
|
+
raw: !0
|
|
42
|
+
}), p.tailShift = this.currentMask.value.length - a.length), u && (p.tailShift += this.currentMask.append(u, {
|
|
43
|
+
raw: !0,
|
|
44
|
+
tail: !0
|
|
45
|
+
}).tailShift)) : o && (this.currentMask.state = o)), p;
|
|
46
|
+
}
|
|
47
|
+
_appendPlaceholder() {
|
|
48
|
+
const e = this._applyDispatch();
|
|
49
|
+
return this.currentMask && e.aggregate(this.currentMask._appendPlaceholder()), e;
|
|
50
|
+
}
|
|
51
|
+
_appendEager() {
|
|
52
|
+
const e = this._applyDispatch();
|
|
53
|
+
return this.currentMask && e.aggregate(this.currentMask._appendEager()), e;
|
|
54
|
+
}
|
|
55
|
+
appendTail(e) {
|
|
56
|
+
const t = new l();
|
|
57
|
+
return e && t.aggregate(this._applyDispatch("", {}, e)), t.aggregate(this.currentMask ? this.currentMask.appendTail(e) : super.appendTail(e));
|
|
58
|
+
}
|
|
59
|
+
currentMaskFlags(e) {
|
|
60
|
+
var t, s;
|
|
61
|
+
return {
|
|
62
|
+
...e,
|
|
63
|
+
_beforeTailState: ((t = e._beforeTailState) == null ? void 0 : t.currentMaskRef) === this.currentMask && ((s = e._beforeTailState) == null ? void 0 : s.currentMask) || e._beforeTailState
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
doDispatch(e, t, s) {
|
|
67
|
+
return t === void 0 && (t = {}), s === void 0 && (s = ""), this.dispatch(e, this, t, s);
|
|
68
|
+
}
|
|
69
|
+
doValidate(e) {
|
|
70
|
+
return super.doValidate(e) && (!this.currentMask || this.currentMask.doValidate(this.currentMaskFlags(e)));
|
|
71
|
+
}
|
|
72
|
+
doPrepare(e, t) {
|
|
73
|
+
t === void 0 && (t = {});
|
|
74
|
+
let [s, a] = super.doPrepare(e, t);
|
|
75
|
+
if (this.currentMask) {
|
|
76
|
+
let i;
|
|
77
|
+
[s, i] = super.doPrepare(s, this.currentMaskFlags(t)), a = a.aggregate(i);
|
|
78
|
+
}
|
|
79
|
+
return [s, a];
|
|
80
|
+
}
|
|
81
|
+
doPrepareChar(e, t) {
|
|
82
|
+
t === void 0 && (t = {});
|
|
83
|
+
let [s, a] = super.doPrepareChar(e, t);
|
|
84
|
+
if (this.currentMask) {
|
|
85
|
+
let i;
|
|
86
|
+
[s, i] = super.doPrepareChar(s, this.currentMaskFlags(t)), a = a.aggregate(i);
|
|
87
|
+
}
|
|
88
|
+
return [s, a];
|
|
89
|
+
}
|
|
90
|
+
reset() {
|
|
91
|
+
var e;
|
|
92
|
+
(e = this.currentMask) == null || e.reset(), this.compiledMasks.forEach((t) => t.reset());
|
|
93
|
+
}
|
|
94
|
+
get value() {
|
|
95
|
+
return this.exposeMask ? this.exposeMask.value : this.currentMask ? this.currentMask.value : "";
|
|
96
|
+
}
|
|
97
|
+
set value(e) {
|
|
98
|
+
this.exposeMask ? (this.exposeMask.value = e, this.currentMask = this.exposeMask, this._applyDispatch()) : super.value = e;
|
|
99
|
+
}
|
|
100
|
+
get unmaskedValue() {
|
|
101
|
+
return this.exposeMask ? this.exposeMask.unmaskedValue : this.currentMask ? this.currentMask.unmaskedValue : "";
|
|
102
|
+
}
|
|
103
|
+
set unmaskedValue(e) {
|
|
104
|
+
this.exposeMask ? (this.exposeMask.unmaskedValue = e, this.currentMask = this.exposeMask, this._applyDispatch()) : super.unmaskedValue = e;
|
|
105
|
+
}
|
|
106
|
+
get typedValue() {
|
|
107
|
+
return this.exposeMask ? this.exposeMask.typedValue : this.currentMask ? this.currentMask.typedValue : "";
|
|
108
|
+
}
|
|
109
|
+
set typedValue(e) {
|
|
110
|
+
if (this.exposeMask) {
|
|
111
|
+
this.exposeMask.typedValue = e, this.currentMask = this.exposeMask, this._applyDispatch();
|
|
112
|
+
return;
|
|
113
|
+
}
|
|
114
|
+
let t = String(e);
|
|
115
|
+
this.currentMask && (this.currentMask.typedValue = e, t = this.currentMask.unmaskedValue), this.unmaskedValue = t;
|
|
116
|
+
}
|
|
117
|
+
get displayValue() {
|
|
118
|
+
return this.currentMask ? this.currentMask.displayValue : "";
|
|
119
|
+
}
|
|
120
|
+
get isComplete() {
|
|
121
|
+
var e;
|
|
122
|
+
return !!((e = this.currentMask) != null && e.isComplete);
|
|
123
|
+
}
|
|
124
|
+
get isFilled() {
|
|
125
|
+
var e;
|
|
126
|
+
return !!((e = this.currentMask) != null && e.isFilled);
|
|
127
|
+
}
|
|
128
|
+
remove(e, t) {
|
|
129
|
+
const s = new l();
|
|
130
|
+
return this.currentMask && s.aggregate(this.currentMask.remove(e, t)).aggregate(this._applyDispatch()), s;
|
|
131
|
+
}
|
|
132
|
+
get state() {
|
|
133
|
+
var e;
|
|
134
|
+
return {
|
|
135
|
+
...super.state,
|
|
136
|
+
_rawInputValue: this.rawInputValue,
|
|
137
|
+
compiledMasks: this.compiledMasks.map((t) => t.state),
|
|
138
|
+
currentMaskRef: this.currentMask,
|
|
139
|
+
currentMask: (e = this.currentMask) == null ? void 0 : e.state
|
|
140
|
+
};
|
|
141
|
+
}
|
|
142
|
+
set state(e) {
|
|
143
|
+
const {
|
|
144
|
+
compiledMasks: t,
|
|
145
|
+
currentMaskRef: s,
|
|
146
|
+
currentMask: a,
|
|
147
|
+
...i
|
|
148
|
+
} = e;
|
|
149
|
+
t && this.compiledMasks.forEach((r, u) => r.state = t[u]), s != null && (this.currentMask = s, this.currentMask.state = a), super.state = i;
|
|
150
|
+
}
|
|
151
|
+
extractInput(e, t, s) {
|
|
152
|
+
return this.currentMask ? this.currentMask.extractInput(e, t, s) : "";
|
|
153
|
+
}
|
|
154
|
+
extractTail(e, t) {
|
|
155
|
+
return this.currentMask ? this.currentMask.extractTail(e, t) : super.extractTail(e, t);
|
|
156
|
+
}
|
|
157
|
+
doCommit() {
|
|
158
|
+
this.currentMask && this.currentMask.doCommit(), super.doCommit();
|
|
159
|
+
}
|
|
160
|
+
nearestInputPos(e, t) {
|
|
161
|
+
return this.currentMask ? this.currentMask.nearestInputPos(e, t) : super.nearestInputPos(e, t);
|
|
162
|
+
}
|
|
163
|
+
get overwrite() {
|
|
164
|
+
return this.currentMask ? this.currentMask.overwrite : this._overwrite;
|
|
165
|
+
}
|
|
166
|
+
set overwrite(e) {
|
|
167
|
+
this._overwrite = e;
|
|
168
|
+
}
|
|
169
|
+
get eager() {
|
|
170
|
+
return this.currentMask ? this.currentMask.eager : this._eager;
|
|
171
|
+
}
|
|
172
|
+
set eager(e) {
|
|
173
|
+
this._eager = e;
|
|
174
|
+
}
|
|
175
|
+
get skipInvalid() {
|
|
176
|
+
return this.currentMask ? this.currentMask.skipInvalid : this._skipInvalid;
|
|
177
|
+
}
|
|
178
|
+
set skipInvalid(e) {
|
|
179
|
+
this._skipInvalid = e;
|
|
180
|
+
}
|
|
181
|
+
get autofix() {
|
|
182
|
+
return this.currentMask ? this.currentMask.autofix : this._autofix;
|
|
183
|
+
}
|
|
184
|
+
set autofix(e) {
|
|
185
|
+
this._autofix = e;
|
|
186
|
+
}
|
|
187
|
+
maskEquals(e) {
|
|
188
|
+
return Array.isArray(e) ? this.compiledMasks.every((t, s) => {
|
|
189
|
+
if (!e[s]) return;
|
|
190
|
+
const {
|
|
191
|
+
mask: a,
|
|
192
|
+
...i
|
|
193
|
+
} = e[s];
|
|
194
|
+
return d(t, i) && t.maskEquals(a);
|
|
195
|
+
}) : super.maskEquals(e);
|
|
196
|
+
}
|
|
197
|
+
typedValueEquals(e) {
|
|
198
|
+
var t;
|
|
199
|
+
return !!((t = this.currentMask) != null && t.typedValueEquals(e));
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
h.DEFAULTS = {
|
|
203
|
+
...k.DEFAULTS,
|
|
204
|
+
dispatch: (M, e, t, s) => {
|
|
205
|
+
if (!e.compiledMasks.length) return;
|
|
206
|
+
const a = e.rawInputValue, i = e.compiledMasks.map((r, u) => {
|
|
207
|
+
const n = e.currentMask === r, p = n ? r.displayValue.length : r.nearestInputPos(r.displayValue.length, c.FORCE_LEFT);
|
|
208
|
+
return r.rawInputValue !== a ? (r.reset(), r.append(a, {
|
|
209
|
+
raw: !0
|
|
210
|
+
})) : n || r.remove(p), r.append(M, e.currentMaskFlags(t)), r.appendTail(s), {
|
|
211
|
+
index: u,
|
|
212
|
+
weight: r.rawInputValue.length,
|
|
213
|
+
totalInputPositions: r.totalInputPositions(0, Math.max(p, r.nearestInputPos(r.displayValue.length, c.FORCE_LEFT)))
|
|
214
|
+
};
|
|
215
|
+
});
|
|
216
|
+
return i.sort((r, u) => u.weight - r.weight || u.totalInputPositions - r.totalInputPositions), e.compiledMasks[i[0].index];
|
|
217
|
+
}
|
|
218
|
+
};
|
|
219
|
+
g.MaskedDynamic = h;
|
|
220
|
+
export {
|
|
221
|
+
h as default
|
|
222
|
+
};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import m from "./pattern.js";
|
|
2
|
+
import c from "../core/holder.js";
|
|
3
|
+
import l from "../core/change-details.js";
|
|
4
|
+
import { DIRECTION as p } from "../core/utils.js";
|
|
5
|
+
import d from "../core/continuous-tail-details.js";
|
|
6
|
+
import "./base.js";
|
|
7
|
+
import "./factory.js";
|
|
8
|
+
import "./pattern/input-definition.js";
|
|
9
|
+
import "./regexp.js";
|
|
10
|
+
class r extends m {
|
|
11
|
+
constructor(e) {
|
|
12
|
+
super({
|
|
13
|
+
...r.DEFAULTS,
|
|
14
|
+
...e
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
updateOptions(e) {
|
|
18
|
+
super.updateOptions(e);
|
|
19
|
+
}
|
|
20
|
+
_update(e) {
|
|
21
|
+
const {
|
|
22
|
+
enum: t,
|
|
23
|
+
...s
|
|
24
|
+
} = e;
|
|
25
|
+
if (t) {
|
|
26
|
+
const i = t.map((h) => h.length), a = Math.min(...i), n = Math.max(...i) - a;
|
|
27
|
+
s.mask = "*".repeat(a), n && (s.mask += "[" + "*".repeat(n) + "]"), this.enum = t;
|
|
28
|
+
}
|
|
29
|
+
super._update(s);
|
|
30
|
+
}
|
|
31
|
+
_appendCharRaw(e, t) {
|
|
32
|
+
t === void 0 && (t = {});
|
|
33
|
+
const s = Math.min(this.nearestInputPos(0, p.FORCE_RIGHT), this.value.length), i = this.enum.filter((a) => this.matchValue(a, this.unmaskedValue + e, s));
|
|
34
|
+
if (i.length) {
|
|
35
|
+
i.length === 1 && this._forEachBlocksInRange(0, this.value.length, (n, h) => {
|
|
36
|
+
const u = i[0][h];
|
|
37
|
+
h >= this.value.length || u === n.value || (n.reset(), n._appendChar(u, t));
|
|
38
|
+
});
|
|
39
|
+
const a = super._appendCharRaw(i[0][this.value.length], t);
|
|
40
|
+
return i.length === 1 && i[0].slice(this.unmaskedValue.length).split("").forEach((n) => a.aggregate(super._appendCharRaw(n))), a;
|
|
41
|
+
}
|
|
42
|
+
return new l({
|
|
43
|
+
skip: !this.isComplete
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
extractTail(e, t) {
|
|
47
|
+
return e === void 0 && (e = 0), t === void 0 && (t = this.displayValue.length), new d("", e);
|
|
48
|
+
}
|
|
49
|
+
remove(e, t) {
|
|
50
|
+
if (e === void 0 && (e = 0), t === void 0 && (t = this.displayValue.length), e === t) return new l();
|
|
51
|
+
const s = Math.min(super.nearestInputPos(0, p.FORCE_RIGHT), this.value.length);
|
|
52
|
+
let i;
|
|
53
|
+
for (i = e; i >= 0 && !(this.enum.filter((h) => this.matchValue(h, this.value.slice(s, i), s)).length > 1); --i)
|
|
54
|
+
;
|
|
55
|
+
const a = super.remove(i, t);
|
|
56
|
+
return a.tailShift += i - e, a;
|
|
57
|
+
}
|
|
58
|
+
get isComplete() {
|
|
59
|
+
return this.enum.indexOf(this.value) >= 0;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
r.DEFAULTS = {
|
|
63
|
+
...m.DEFAULTS,
|
|
64
|
+
matchValue: (o, e, t) => o.indexOf(e, t) === t
|
|
65
|
+
};
|
|
66
|
+
c.MaskedEnum = r;
|
|
67
|
+
export {
|
|
68
|
+
r as default
|
|
69
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { isObject as t, pick as o, isString as f } from "../core/utils.js";
|
|
2
|
+
import r from "../core/holder.js";
|
|
3
|
+
function d(e) {
|
|
4
|
+
if (e == null) throw new Error("mask property should be defined");
|
|
5
|
+
return e instanceof RegExp ? r.MaskedRegExp : f(e) ? r.MaskedPattern : e === Date ? r.MaskedDate : e === Number ? r.MaskedNumber : Array.isArray(e) || e === Array ? r.MaskedDynamic : r.Masked && e.prototype instanceof r.Masked ? e : r.Masked && e instanceof r.Masked ? e.constructor : e instanceof Function ? r.MaskedFunction : (console.warn("Mask not found for mask", e), r.Masked);
|
|
6
|
+
}
|
|
7
|
+
function k(e) {
|
|
8
|
+
if (!e) throw new Error("Options in not defined");
|
|
9
|
+
if (r.Masked) {
|
|
10
|
+
if (e.prototype instanceof r.Masked) return {
|
|
11
|
+
mask: e
|
|
12
|
+
};
|
|
13
|
+
const {
|
|
14
|
+
mask: n = void 0,
|
|
15
|
+
...a
|
|
16
|
+
} = e instanceof r.Masked ? {
|
|
17
|
+
mask: e
|
|
18
|
+
} : t(e) && e.mask instanceof r.Masked ? e : {};
|
|
19
|
+
if (n) {
|
|
20
|
+
const s = n.mask;
|
|
21
|
+
return {
|
|
22
|
+
...o(n, (c, i) => !i.startsWith("_")),
|
|
23
|
+
mask: n.constructor,
|
|
24
|
+
_mask: s,
|
|
25
|
+
...a
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
return t(e) ? {
|
|
30
|
+
...e
|
|
31
|
+
} : {
|
|
32
|
+
mask: e
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
function u(e) {
|
|
36
|
+
if (r.Masked && e instanceof r.Masked) return e;
|
|
37
|
+
const n = k(e), a = d(n.mask);
|
|
38
|
+
if (!a) throw new Error("Masked class is not found for provided mask " + n.mask + ", appropriate module needs to be imported manually before creating mask.");
|
|
39
|
+
return n.mask === a && delete n.mask, n._mask && (n.mask = n._mask, delete n._mask), new a(n);
|
|
40
|
+
}
|
|
41
|
+
r.createMask = u;
|
|
42
|
+
export {
|
|
43
|
+
u as default,
|
|
44
|
+
d as maskedClass,
|
|
45
|
+
k as normalizeOpts
|
|
46
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import e from "./base.js";
|
|
2
|
+
import t from "../core/holder.js";
|
|
3
|
+
import "../core/change-details.js";
|
|
4
|
+
class s extends e {
|
|
5
|
+
/** */
|
|
6
|
+
/** Enable characters overwriting */
|
|
7
|
+
/** */
|
|
8
|
+
/** */
|
|
9
|
+
/** */
|
|
10
|
+
updateOptions(a) {
|
|
11
|
+
super.updateOptions(a);
|
|
12
|
+
}
|
|
13
|
+
_update(a) {
|
|
14
|
+
super._update({
|
|
15
|
+
...a,
|
|
16
|
+
validate: a.mask
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
t.MaskedFunction = s;
|
|
21
|
+
export {
|
|
22
|
+
s as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
import { escapeRegExp as d, DIRECTION as n } from "../core/utils.js";
|
|
2
|
+
import m from "../core/change-details.js";
|
|
3
|
+
import _ from "./base.js";
|
|
4
|
+
import x from "../core/holder.js";
|
|
5
|
+
var S;
|
|
6
|
+
class i extends _ {
|
|
7
|
+
/** Single char */
|
|
8
|
+
/** Single char */
|
|
9
|
+
/** Array of single chars */
|
|
10
|
+
/** */
|
|
11
|
+
/** */
|
|
12
|
+
/** Digits after point */
|
|
13
|
+
/** Flag to remove leading and trailing zeros in the end of editing */
|
|
14
|
+
/** Flag to pad trailing zeros after point in the end of editing */
|
|
15
|
+
/** Enable characters overwriting */
|
|
16
|
+
/** */
|
|
17
|
+
/** */
|
|
18
|
+
/** */
|
|
19
|
+
/** Format typed value to string */
|
|
20
|
+
/** Parse string to get typed value */
|
|
21
|
+
constructor(e) {
|
|
22
|
+
super({
|
|
23
|
+
...i.DEFAULTS,
|
|
24
|
+
...e
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
updateOptions(e) {
|
|
28
|
+
super.updateOptions(e);
|
|
29
|
+
}
|
|
30
|
+
_update(e) {
|
|
31
|
+
super._update(e), this._updateRegExps();
|
|
32
|
+
}
|
|
33
|
+
_updateRegExps() {
|
|
34
|
+
const e = "^" + (this.allowNegative ? "[+|\\-]?" : ""), t = "\\d*", a = (this.scale ? "(" + d(this.radix) + "\\d{0," + this.scale + "})?" : "") + "$";
|
|
35
|
+
this._numberRegExp = new RegExp(e + t + a), this._mapToRadixRegExp = new RegExp("[" + this.mapToRadix.map(d).join("") + "]", "g"), this._thousandsSeparatorRegExp = new RegExp(d(this.thousandsSeparator), "g");
|
|
36
|
+
}
|
|
37
|
+
_removeThousandsSeparators(e) {
|
|
38
|
+
return e.replace(this._thousandsSeparatorRegExp, "");
|
|
39
|
+
}
|
|
40
|
+
_insertThousandsSeparators(e) {
|
|
41
|
+
const t = e.split(this.radix);
|
|
42
|
+
return t[0] = t[0].replace(/\B(?=(\d{3})+(?!\d))/g, this.thousandsSeparator), t.join(this.radix);
|
|
43
|
+
}
|
|
44
|
+
doPrepareChar(e, t) {
|
|
45
|
+
t === void 0 && (t = {});
|
|
46
|
+
const [a, s] = super.doPrepareChar(this._removeThousandsSeparators(this.scale && this.mapToRadix.length && /*
|
|
47
|
+
radix should be mapped when
|
|
48
|
+
1) input is done from keyboard = flags.input && flags.raw
|
|
49
|
+
2) unmasked value is set = !flags.input && !flags.raw
|
|
50
|
+
and should not be mapped when
|
|
51
|
+
1) value is set = flags.input && !flags.raw
|
|
52
|
+
2) raw value is set = !flags.input && flags.raw
|
|
53
|
+
*/
|
|
54
|
+
(t.input && t.raw || !t.input && !t.raw) ? e.replace(this._mapToRadixRegExp, this.radix) : e), t);
|
|
55
|
+
return e && !a && (s.skip = !0), a && !this.allowPositive && !this.value && a !== "-" && s.aggregate(this._appendChar("-")), [a, s];
|
|
56
|
+
}
|
|
57
|
+
_separatorsCount(e, t) {
|
|
58
|
+
t === void 0 && (t = !1);
|
|
59
|
+
let a = 0;
|
|
60
|
+
for (let s = 0; s < e; ++s)
|
|
61
|
+
this._value.indexOf(this.thousandsSeparator, s) === s && (++a, t && (e += this.thousandsSeparator.length));
|
|
62
|
+
return a;
|
|
63
|
+
}
|
|
64
|
+
_separatorsCountFromSlice(e) {
|
|
65
|
+
return e === void 0 && (e = this._value), this._separatorsCount(this._removeThousandsSeparators(e).length, !0);
|
|
66
|
+
}
|
|
67
|
+
extractInput(e, t, a) {
|
|
68
|
+
return e === void 0 && (e = 0), t === void 0 && (t = this.displayValue.length), [e, t] = this._adjustRangeWithSeparators(e, t), this._removeThousandsSeparators(super.extractInput(e, t, a));
|
|
69
|
+
}
|
|
70
|
+
_appendCharRaw(e, t) {
|
|
71
|
+
t === void 0 && (t = {});
|
|
72
|
+
const a = t.tail && t._beforeTailState ? t._beforeTailState._value : this._value, s = this._separatorsCountFromSlice(a);
|
|
73
|
+
this._value = this._removeThousandsSeparators(this.value);
|
|
74
|
+
const r = this._value;
|
|
75
|
+
this._value += e;
|
|
76
|
+
const h = this.number;
|
|
77
|
+
let o = !isNaN(h), u = !1;
|
|
78
|
+
if (o) {
|
|
79
|
+
let p;
|
|
80
|
+
this.min != null && this.min < 0 && this.number < this.min && (p = this.min), this.max != null && this.max > 0 && this.number > this.max && (p = this.max), p != null && (this.autofix ? (this._value = this.format(p, this).replace(i.UNMASKED_RADIX, this.radix), u || (u = r === this._value && !t.tail)) : o = !1), o && (o = !!this._value.match(this._numberRegExp));
|
|
81
|
+
}
|
|
82
|
+
let l;
|
|
83
|
+
o ? l = new m({
|
|
84
|
+
inserted: this._value.slice(r.length),
|
|
85
|
+
rawInserted: u ? "" : e,
|
|
86
|
+
skip: u
|
|
87
|
+
}) : (this._value = r, l = new m()), this._value = this._insertThousandsSeparators(this._value);
|
|
88
|
+
const v = t.tail && t._beforeTailState ? t._beforeTailState._value : this._value, f = this._separatorsCountFromSlice(v);
|
|
89
|
+
return l.tailShift += (f - s) * this.thousandsSeparator.length, l;
|
|
90
|
+
}
|
|
91
|
+
_findSeparatorAround(e) {
|
|
92
|
+
if (this.thousandsSeparator) {
|
|
93
|
+
const t = e - this.thousandsSeparator.length + 1, a = this.value.indexOf(this.thousandsSeparator, t);
|
|
94
|
+
if (a <= e) return a;
|
|
95
|
+
}
|
|
96
|
+
return -1;
|
|
97
|
+
}
|
|
98
|
+
_adjustRangeWithSeparators(e, t) {
|
|
99
|
+
const a = this._findSeparatorAround(e);
|
|
100
|
+
a >= 0 && (e = a);
|
|
101
|
+
const s = this._findSeparatorAround(t);
|
|
102
|
+
return s >= 0 && (t = s + this.thousandsSeparator.length), [e, t];
|
|
103
|
+
}
|
|
104
|
+
remove(e, t) {
|
|
105
|
+
e === void 0 && (e = 0), t === void 0 && (t = this.displayValue.length), [e, t] = this._adjustRangeWithSeparators(e, t);
|
|
106
|
+
const a = this.value.slice(0, e), s = this.value.slice(t), r = this._separatorsCount(a.length);
|
|
107
|
+
this._value = this._insertThousandsSeparators(this._removeThousandsSeparators(a + s));
|
|
108
|
+
const h = this._separatorsCountFromSlice(a);
|
|
109
|
+
return new m({
|
|
110
|
+
tailShift: (h - r) * this.thousandsSeparator.length
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
nearestInputPos(e, t) {
|
|
114
|
+
if (!this.thousandsSeparator) return e;
|
|
115
|
+
switch (t) {
|
|
116
|
+
case n.NONE:
|
|
117
|
+
case n.LEFT:
|
|
118
|
+
case n.FORCE_LEFT: {
|
|
119
|
+
const a = this._findSeparatorAround(e - 1);
|
|
120
|
+
if (a >= 0) {
|
|
121
|
+
const s = a + this.thousandsSeparator.length;
|
|
122
|
+
if (e < s || this.value.length <= s || t === n.FORCE_LEFT)
|
|
123
|
+
return a;
|
|
124
|
+
}
|
|
125
|
+
break;
|
|
126
|
+
}
|
|
127
|
+
case n.RIGHT:
|
|
128
|
+
case n.FORCE_RIGHT: {
|
|
129
|
+
const a = this._findSeparatorAround(e);
|
|
130
|
+
if (a >= 0)
|
|
131
|
+
return a + this.thousandsSeparator.length;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
return e;
|
|
135
|
+
}
|
|
136
|
+
doCommit() {
|
|
137
|
+
if (this.value) {
|
|
138
|
+
const e = this.number;
|
|
139
|
+
let t = e;
|
|
140
|
+
this.min != null && (t = Math.max(t, this.min)), this.max != null && (t = Math.min(t, this.max)), t !== e && (this.unmaskedValue = this.format(t, this));
|
|
141
|
+
let a = this.value;
|
|
142
|
+
this.normalizeZeros && (a = this._normalizeZeros(a)), this.padFractionalZeros && this.scale > 0 && (a = this._padFractionalZeros(a)), this._value = a;
|
|
143
|
+
}
|
|
144
|
+
super.doCommit();
|
|
145
|
+
}
|
|
146
|
+
_normalizeZeros(e) {
|
|
147
|
+
const t = this._removeThousandsSeparators(e).split(this.radix);
|
|
148
|
+
return t[0] = t[0].replace(/^(\D*)(0*)(\d*)/, (a, s, r, h) => s + h), e.length && !/\d$/.test(t[0]) && (t[0] = t[0] + "0"), t.length > 1 && (t[1] = t[1].replace(/0*$/, ""), t[1].length || (t.length = 1)), this._insertThousandsSeparators(t.join(this.radix));
|
|
149
|
+
}
|
|
150
|
+
_padFractionalZeros(e) {
|
|
151
|
+
if (!e) return e;
|
|
152
|
+
const t = e.split(this.radix);
|
|
153
|
+
return t.length < 2 && t.push(""), t[1] = t[1].padEnd(this.scale, "0"), t.join(this.radix);
|
|
154
|
+
}
|
|
155
|
+
doSkipInvalid(e, t, a) {
|
|
156
|
+
t === void 0 && (t = {});
|
|
157
|
+
const s = this.scale === 0 && e !== this.thousandsSeparator && (e === this.radix || e === i.UNMASKED_RADIX || this.mapToRadix.includes(e));
|
|
158
|
+
return super.doSkipInvalid(e, t, a) && !s;
|
|
159
|
+
}
|
|
160
|
+
get unmaskedValue() {
|
|
161
|
+
return this._removeThousandsSeparators(this._normalizeZeros(this.value)).replace(this.radix, i.UNMASKED_RADIX);
|
|
162
|
+
}
|
|
163
|
+
set unmaskedValue(e) {
|
|
164
|
+
super.unmaskedValue = e;
|
|
165
|
+
}
|
|
166
|
+
get typedValue() {
|
|
167
|
+
return this.parse(this.unmaskedValue, this);
|
|
168
|
+
}
|
|
169
|
+
set typedValue(e) {
|
|
170
|
+
this.rawInputValue = this.format(e, this).replace(i.UNMASKED_RADIX, this.radix);
|
|
171
|
+
}
|
|
172
|
+
/** Parsed Number */
|
|
173
|
+
get number() {
|
|
174
|
+
return this.typedValue;
|
|
175
|
+
}
|
|
176
|
+
set number(e) {
|
|
177
|
+
this.typedValue = e;
|
|
178
|
+
}
|
|
179
|
+
get allowNegative() {
|
|
180
|
+
return this.min != null && this.min < 0 || this.max != null && this.max < 0;
|
|
181
|
+
}
|
|
182
|
+
get allowPositive() {
|
|
183
|
+
return this.min != null && this.min > 0 || this.max != null && this.max > 0;
|
|
184
|
+
}
|
|
185
|
+
typedValueEquals(e) {
|
|
186
|
+
return (super.typedValueEquals(e) || i.EMPTY_VALUES.includes(e) && i.EMPTY_VALUES.includes(this.typedValue)) && !(e === 0 && this.value === "");
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
S = i;
|
|
190
|
+
i.UNMASKED_RADIX = ".";
|
|
191
|
+
i.EMPTY_VALUES = [..._.EMPTY_VALUES, 0];
|
|
192
|
+
i.DEFAULTS = {
|
|
193
|
+
..._.DEFAULTS,
|
|
194
|
+
mask: Number,
|
|
195
|
+
radix: ",",
|
|
196
|
+
thousandsSeparator: "",
|
|
197
|
+
mapToRadix: [S.UNMASKED_RADIX],
|
|
198
|
+
min: Number.MIN_SAFE_INTEGER,
|
|
199
|
+
max: Number.MAX_SAFE_INTEGER,
|
|
200
|
+
scale: 2,
|
|
201
|
+
normalizeZeros: !0,
|
|
202
|
+
padFractionalZeros: !1,
|
|
203
|
+
parse: Number,
|
|
204
|
+
format: (c) => c.toLocaleString("en-US", {
|
|
205
|
+
useGrouping: !1,
|
|
206
|
+
maximumFractionDigits: 20
|
|
207
|
+
})
|
|
208
|
+
};
|
|
209
|
+
x.MaskedNumber = i;
|
|
210
|
+
export {
|
|
211
|
+
i as default
|
|
212
|
+
};
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import p from "../../core/change-details.js";
|
|
2
|
+
import { isString as g } from "../../core/utils.js";
|
|
3
|
+
import c from "../../core/continuous-tail-details.js";
|
|
4
|
+
import u from "../../core/holder.js";
|
|
5
|
+
class r {
|
|
6
|
+
/** */
|
|
7
|
+
constructor(t, s) {
|
|
8
|
+
t === void 0 && (t = []), s === void 0 && (s = 0), this.chunks = t, this.from = s;
|
|
9
|
+
}
|
|
10
|
+
toString() {
|
|
11
|
+
return this.chunks.map(String).join("");
|
|
12
|
+
}
|
|
13
|
+
extend(t) {
|
|
14
|
+
if (!String(t)) return;
|
|
15
|
+
t = g(t) ? new c(String(t)) : t;
|
|
16
|
+
const s = this.chunks[this.chunks.length - 1], n = s && // if stops are same or tail has no stop
|
|
17
|
+
(s.stop === t.stop || t.stop == null) && // if tail chunk goes just after last chunk
|
|
18
|
+
t.from === s.from + s.toString().length;
|
|
19
|
+
if (t instanceof c)
|
|
20
|
+
n ? s.extend(t.toString()) : this.chunks.push(t);
|
|
21
|
+
else if (t instanceof r) {
|
|
22
|
+
if (t.stop == null) {
|
|
23
|
+
let e;
|
|
24
|
+
for (; t.chunks.length && t.chunks[0].stop == null; )
|
|
25
|
+
e = t.chunks.shift(), e.from += t.from, this.extend(e);
|
|
26
|
+
}
|
|
27
|
+
t.toString() && (t.stop = t.blockIndex, this.chunks.push(t));
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
appendTo(t) {
|
|
31
|
+
if (!(t instanceof u.MaskedPattern))
|
|
32
|
+
return new c(this.toString()).appendTo(t);
|
|
33
|
+
const s = new p();
|
|
34
|
+
for (let n = 0; n < this.chunks.length; ++n) {
|
|
35
|
+
const e = this.chunks[n], i = t._mapPosToBlock(t.displayValue.length), o = e.stop;
|
|
36
|
+
let h;
|
|
37
|
+
if (o != null && // if block not found or stop is behind lastBlock
|
|
38
|
+
(!i || i.index <= o) && ((e instanceof r || // for continuous block also check if stop is exist
|
|
39
|
+
t._stops.indexOf(o) >= 0) && s.aggregate(t._appendPlaceholder(o)), h = e instanceof r && t._blocks[o]), h) {
|
|
40
|
+
const f = h.appendTail(e);
|
|
41
|
+
s.aggregate(f);
|
|
42
|
+
const l = e.toString().slice(f.rawInserted.length);
|
|
43
|
+
l && s.aggregate(t.append(l, {
|
|
44
|
+
tail: !0
|
|
45
|
+
}));
|
|
46
|
+
} else
|
|
47
|
+
s.aggregate(t.append(e.toString(), {
|
|
48
|
+
tail: !0
|
|
49
|
+
}));
|
|
50
|
+
}
|
|
51
|
+
return s;
|
|
52
|
+
}
|
|
53
|
+
get state() {
|
|
54
|
+
return {
|
|
55
|
+
chunks: this.chunks.map((t) => t.state),
|
|
56
|
+
from: this.from,
|
|
57
|
+
stop: this.stop,
|
|
58
|
+
blockIndex: this.blockIndex
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
set state(t) {
|
|
62
|
+
const {
|
|
63
|
+
chunks: s,
|
|
64
|
+
...n
|
|
65
|
+
} = t;
|
|
66
|
+
Object.assign(this, n), this.chunks = s.map((e) => {
|
|
67
|
+
const i = "chunks" in e ? new r() : new c();
|
|
68
|
+
return i.state = e, i;
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
unshift(t) {
|
|
72
|
+
if (!this.chunks.length || t != null && this.from >= t) return "";
|
|
73
|
+
const s = t != null ? t - this.from : t;
|
|
74
|
+
let n = 0;
|
|
75
|
+
for (; n < this.chunks.length; ) {
|
|
76
|
+
const e = this.chunks[n], i = e.unshift(s);
|
|
77
|
+
if (e.toString()) {
|
|
78
|
+
if (!i) break;
|
|
79
|
+
++n;
|
|
80
|
+
} else
|
|
81
|
+
this.chunks.splice(n, 1);
|
|
82
|
+
if (i) return i;
|
|
83
|
+
}
|
|
84
|
+
return "";
|
|
85
|
+
}
|
|
86
|
+
shift() {
|
|
87
|
+
if (!this.chunks.length) return "";
|
|
88
|
+
let t = this.chunks.length - 1;
|
|
89
|
+
for (; 0 <= t; ) {
|
|
90
|
+
const s = this.chunks[t], n = s.shift();
|
|
91
|
+
if (s.toString()) {
|
|
92
|
+
if (!n) break;
|
|
93
|
+
--t;
|
|
94
|
+
} else
|
|
95
|
+
this.chunks.splice(t, 1);
|
|
96
|
+
if (n) return n;
|
|
97
|
+
}
|
|
98
|
+
return "";
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
export {
|
|
102
|
+
r as default
|
|
103
|
+
};
|