@pinnacle0/web-ui 0.3.38 → 0.3.39
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/admin/AdminApp/Default/NavigatorSide/index.d.ts +20 -0
- package/admin/AdminApp/Default/NavigatorSide/index.js +74 -0
- package/admin/AdminApp/Default/NavigatorSide/index.js.map +1 -0
- package/{src/admin → admin}/AdminApp/Default/NavigatorSide/index.less +0 -0
- package/admin/AdminApp/Default/SoundSwitch.d.ts +14 -0
- package/admin/AdminApp/Default/SoundSwitch.js +41 -0
- package/admin/AdminApp/Default/SoundSwitch.js.map +1 -0
- package/admin/AdminApp/Default/SquareLogo/index.d.ts +15 -0
- package/admin/AdminApp/Default/SquareLogo/index.js +39 -0
- package/admin/AdminApp/Default/SquareLogo/index.js.map +1 -0
- package/{src/admin → admin}/AdminApp/Default/SquareLogo/index.less +0 -0
- package/admin/AdminApp/Menu.d.ts +52 -0
- package/admin/AdminApp/Menu.js +174 -0
- package/admin/AdminApp/Menu.js.map +1 -0
- package/admin/AdminApp/Navigator.d.ts +30 -0
- package/admin/AdminApp/Navigator.js +200 -0
- package/admin/AdminApp/Navigator.js.map +1 -0
- package/admin/AdminApp/NotFound.d.ts +10 -0
- package/admin/AdminApp/NotFound.js +37 -0
- package/admin/AdminApp/NotFound.js.map +1 -0
- package/admin/AdminApp/RouteSwitch.d.ts +19 -0
- package/admin/AdminApp/RouteSwitch.js +64 -0
- package/admin/AdminApp/RouteSwitch.js.map +1 -0
- package/admin/AdminApp/WithErrorBoundary.d.ts +15 -0
- package/admin/AdminApp/WithErrorBoundary.js +39 -0
- package/admin/AdminApp/WithErrorBoundary.js.map +1 -0
- package/{src/admin → admin}/AdminApp/asset/alert.mp3 +0 -0
- package/admin/AdminApp/context.d.ts +7 -0
- package/admin/AdminApp/context.js +7 -0
- package/admin/AdminApp/context.js.map +1 -0
- package/admin/AdminApp/index.d.ts +39 -0
- package/admin/AdminApp/index.js +76 -0
- package/admin/AdminApp/index.js.map +1 -0
- package/{src/admin → admin}/AdminApp/index.less +0 -0
- package/admin/AdminPage/Filter.d.ts +23 -0
- package/admin/AdminPage/Filter.js +60 -0
- package/admin/AdminPage/Filter.js.map +1 -0
- package/admin/AdminPage/Result.d.ts +19 -0
- package/admin/AdminPage/Result.js +43 -0
- package/admin/AdminPage/Result.js.map +1 -0
- package/admin/AdminPage/SaveBar.d.ts +10 -0
- package/admin/AdminPage/SaveBar.js +37 -0
- package/admin/AdminPage/SaveBar.js.map +1 -0
- package/admin/AdminPage/Summary.d.ts +9 -0
- package/admin/AdminPage/Summary.js +30 -0
- package/admin/AdminPage/Summary.js.map +1 -0
- package/admin/AdminPage/TopBar.d.ts +9 -0
- package/admin/AdminPage/TopBar.js +30 -0
- package/admin/AdminPage/TopBar.js.map +1 -0
- package/admin/AdminPage/index.d.ts +21 -0
- package/admin/AdminPage/index.js +42 -0
- package/admin/AdminPage/index.js.map +1 -0
- package/{src/admin → admin}/AdminPage/index.less +0 -0
- package/admin/AdminPermissionSelector.d.ts +45 -0
- package/admin/AdminPermissionSelector.js +213 -0
- package/admin/AdminPermissionSelector.js.map +1 -0
- package/admin/RichEditor/index.d.ts +34 -0
- package/admin/RichEditor/index.js +104 -0
- package/admin/RichEditor/index.js.map +1 -0
- package/{src/admin → admin}/RichEditor/index.less +0 -0
- package/core/Amount/AmountPercentage.d.ts +19 -0
- package/core/Amount/AmountPercentage.js +54 -0
- package/core/Amount/AmountPercentage.js.map +1 -0
- package/core/Amount/index.d.ts +26 -0
- package/core/Amount/index.js +65 -0
- package/core/Amount/index.js.map +1 -0
- package/{src/core → core}/Amount/index.less +0 -0
- package/core/AmountConditionInput.d.ts +28 -0
- package/core/AmountConditionInput.js +66 -0
- package/core/AmountConditionInput.js.map +1 -0
- package/core/AmountRangeInput.d.ts +23 -0
- package/core/AmountRangeInput.js +59 -0
- package/core/AmountRangeInput.js.map +1 -0
- package/core/AuthenticationCodeInput.d.ts +25 -0
- package/core/AuthenticationCodeInput.js +149 -0
- package/core/AuthenticationCodeInput.js.map +1 -0
- package/core/AutoCompleteInput.d.ts +10 -0
- package/core/AutoCompleteInput.js +43 -0
- package/core/AutoCompleteInput.js.map +1 -0
- package/core/Badge/index.d.ts +10 -0
- package/core/Badge/index.js +43 -0
- package/core/Badge/index.js.map +1 -0
- package/{src/core → core}/Badge/index.less +0 -0
- package/core/BoolRadio.d.ts +20 -0
- package/core/BoolRadio.js +49 -0
- package/core/BoolRadio.js.map +1 -0
- package/core/BoolSelect.d.ts +19 -0
- package/core/BoolSelect.js +48 -0
- package/core/BoolSelect.js.map +1 -0
- package/core/BoolSwitch.d.ts +17 -0
- package/core/BoolSwitch.js +56 -0
- package/core/BoolSwitch.js.map +1 -0
- package/core/Breadcrumb/index.d.ts +17 -0
- package/core/Breadcrumb/index.js +45 -0
- package/core/Breadcrumb/index.js.map +1 -0
- package/{src/core → core}/Breadcrumb/index.less +0 -0
- package/core/Button/index.d.ts +37 -0
- package/core/Button/index.js +60 -0
- package/core/Button/index.js.map +1 -0
- package/{src/core → core}/Button/index.less +0 -0
- package/core/Card.d.ts +10 -0
- package/core/Card.js +43 -0
- package/core/Card.js.map +1 -0
- package/core/Carousel.d.ts +11 -0
- package/core/Carousel.js +54 -0
- package/core/Carousel.js.map +1 -0
- package/core/Carousel3D/index.d.ts +27 -0
- package/core/Carousel3D/index.js +116 -0
- package/core/Carousel3D/index.js.map +1 -0
- package/{src/core → core}/Carousel3D/index.less +0 -0
- package/core/Cascader/InitialNullable.d.ts +10 -0
- package/core/Cascader/InitialNullable.js +54 -0
- package/core/Cascader/InitialNullable.js.map +1 -0
- package/core/Cascader/Nullable.d.ts +12 -0
- package/core/Cascader/Nullable.js +86 -0
- package/core/Cascader/Nullable.js.map +1 -0
- package/core/Cascader/index.d.ts +37 -0
- package/core/Cascader/index.js +117 -0
- package/core/Cascader/index.js.map +1 -0
- package/{src/core → core}/Cascader/index.less +0 -0
- package/core/Checkbox/index.d.ts +15 -0
- package/core/Checkbox/index.js +47 -0
- package/core/Checkbox/index.js.map +1 -0
- package/{src/core → core}/Checkbox/index.less +0 -0
- package/core/Collapse.d.ts +12 -0
- package/core/Collapse.js +43 -0
- package/core/Collapse.js.map +1 -0
- package/core/Countdown/SlidingDigit.d.ts +15 -0
- package/core/Countdown/SlidingDigit.js +43 -0
- package/core/Countdown/SlidingDigit.js.map +1 -0
- package/core/Countdown/index.d.ts +39 -0
- package/core/Countdown/index.js +106 -0
- package/core/Countdown/index.js.map +1 -0
- package/{src/core → core}/Countdown/index.less +0 -0
- package/core/DarkOverlay/index.d.ts +12 -0
- package/core/DarkOverlay/index.js +32 -0
- package/core/DarkOverlay/index.js.map +1 -0
- package/{src/core → core}/DarkOverlay/index.less +0 -0
- package/core/DateCalendar.d.ts +18 -0
- package/core/DateCalendar.js +85 -0
- package/core/DateCalendar.js.map +1 -0
- package/core/DatePicker/index.d.ts +18 -0
- package/core/DatePicker/index.js +53 -0
- package/core/DatePicker/index.js.map +1 -0
- package/{src/core → core}/DatePicker/index.less +0 -0
- package/core/DateRangePicker/index.d.ts +18 -0
- package/core/DateRangePicker/index.js +59 -0
- package/core/DateRangePicker/index.js.map +1 -0
- package/{src/core → core}/DateRangePicker/index.less +0 -0
- package/core/DateTimePicker/index.d.ts +19 -0
- package/core/DateTimePicker/index.js +59 -0
- package/core/DateTimePicker/index.js.map +1 -0
- package/{src/core → core}/DateTimePicker/index.less +0 -0
- package/core/DateTimeRangePicker/index.d.ts +20 -0
- package/core/DateTimeRangePicker/index.js +59 -0
- package/core/DateTimeRangePicker/index.js.map +1 -0
- package/{src/core → core}/DateTimeRangePicker/index.less +0 -0
- package/core/Descriptions/index.d.ts +27 -0
- package/core/Descriptions/index.js +51 -0
- package/core/Descriptions/index.js.map +1 -0
- package/{src/core → core}/Descriptions/index.less +0 -0
- package/core/DocumentTitle.d.ts +28 -0
- package/core/DocumentTitle.js +53 -0
- package/core/DocumentTitle.js.map +1 -0
- package/core/Drawer.d.ts +9 -0
- package/core/Drawer.js +41 -0
- package/core/Drawer.js.map +1 -0
- package/core/Dropdown.d.ts +9 -0
- package/core/Dropdown.js +10 -0
- package/core/Dropdown.js.map +1 -0
- package/core/EnumCheckboxGroup/Map.d.ts +10 -0
- package/core/EnumCheckboxGroup/Map.js +55 -0
- package/core/EnumCheckboxGroup/Map.js.map +1 -0
- package/core/EnumCheckboxGroup/index.d.ts +12 -0
- package/core/EnumCheckboxGroup/index.js +36 -0
- package/core/EnumCheckboxGroup/index.js.map +1 -0
- package/core/EnumRadio/InitialNullable.d.ts +11 -0
- package/core/EnumRadio/InitialNullable.js +56 -0
- package/core/EnumRadio/InitialNullable.js.map +1 -0
- package/core/EnumRadio/Map.d.ts +10 -0
- package/core/EnumRadio/Map.js +55 -0
- package/core/EnumRadio/Map.js.map +1 -0
- package/core/EnumRadio/Nullable.d.ts +12 -0
- package/core/EnumRadio/Nullable.js +88 -0
- package/core/EnumRadio/Nullable.js.map +1 -0
- package/core/EnumRadio/index.d.ts +24 -0
- package/core/EnumRadio/index.js +45 -0
- package/core/EnumRadio/index.js.map +1 -0
- package/core/EnumSelect/InitialNullable.d.ts +10 -0
- package/core/EnumSelect/InitialNullable.js +54 -0
- package/core/EnumSelect/InitialNullable.js.map +1 -0
- package/core/EnumSelect/Map.d.ts +10 -0
- package/core/EnumSelect/Map.js +55 -0
- package/core/EnumSelect/Map.js.map +1 -0
- package/core/EnumSelect/Nullable.d.ts +12 -0
- package/core/EnumSelect/Nullable.js +88 -0
- package/core/EnumSelect/Nullable.js.map +1 -0
- package/core/EnumSelect/index.d.ts +29 -0
- package/core/EnumSelect/index.js +61 -0
- package/core/EnumSelect/index.js.map +1 -0
- package/{src/core → core}/EnumSelect/index.less +0 -0
- package/core/FlatList/VirtualFlatList/Item.d.ts +11 -0
- package/core/FlatList/VirtualFlatList/Item.js +20 -0
- package/core/FlatList/VirtualFlatList/Item.js.map +1 -0
- package/core/FlatList/VirtualFlatList/index.d.ts +7 -0
- package/core/FlatList/VirtualFlatList/index.js +110 -0
- package/core/FlatList/VirtualFlatList/index.js.map +1 -0
- package/{src/core → core}/FlatList/VirtualFlatList/index.less +0 -0
- package/core/FlatList/VirtualFlatList/type.d.ts +20 -0
- package/core/FlatList/VirtualFlatList/type.js +2 -0
- package/core/FlatList/VirtualFlatList/type.js.map +1 -0
- package/core/FlatList/index.d.ts +3 -0
- package/core/FlatList/index.js +60 -0
- package/core/FlatList/index.js.map +1 -0
- package/core/FlatList/shared/Footer/index.d.ts +8 -0
- package/core/FlatList/shared/Footer/index.js +13 -0
- package/core/FlatList/shared/Footer/index.js.map +1 -0
- package/{src/core → core}/FlatList/shared/Footer/index.less +0 -0
- package/core/FlatList/shared/GetRowKey.d.ts +2 -0
- package/core/FlatList/shared/GetRowKey.js +12 -0
- package/core/FlatList/shared/GetRowKey.js.map +1 -0
- package/core/FlatList/shared/Spinner/index.d.ts +8 -0
- package/core/FlatList/shared/Spinner/index.js +10 -0
- package/core/FlatList/shared/Spinner/index.js.map +1 -0
- package/{src/core → core}/FlatList/shared/Spinner/index.less +0 -0
- package/core/FlatList/shared/Wrapper/Loading.d.ts +8 -0
- package/core/FlatList/shared/Wrapper/Loading.js +7 -0
- package/core/FlatList/shared/Wrapper/Loading.js.map +1 -0
- package/core/FlatList/shared/Wrapper/index.d.ts +14 -0
- package/core/FlatList/shared/Wrapper/index.js +109 -0
- package/core/FlatList/shared/Wrapper/index.js.map +1 -0
- package/{src/core → core}/FlatList/shared/Wrapper/index.less +0 -0
- package/core/FlatList/shared/hooks/useBounceSwipe.d.ts +22 -0
- package/core/FlatList/shared/hooks/useBounceSwipe.js +111 -0
- package/core/FlatList/shared/hooks/useBounceSwipe.js.map +1 -0
- package/core/FlatList/shared/hooks/useElementScrollState.d.ts +8 -0
- package/core/FlatList/shared/hooks/useElementScrollState.js +38 -0
- package/core/FlatList/shared/hooks/useElementScrollState.js.map +1 -0
- package/core/FlatList/shared/hooks/useLoadingWithDelay.d.ts +9 -0
- package/core/FlatList/shared/hooks/useLoadingWithDelay.js +52 -0
- package/core/FlatList/shared/hooks/useLoadingWithDelay.js.map +1 -0
- package/core/FlatList/type.d.ts +48 -0
- package/core/FlatList/type.js +2 -0
- package/core/FlatList/type.js.map +1 -0
- package/core/Foldable/index.d.ts +18 -0
- package/core/Foldable/index.js +41 -0
- package/core/Foldable/index.js.map +1 -0
- package/{src/core → core}/Foldable/index.less +0 -0
- package/core/Form/Item.d.ts +29 -0
- package/core/Form/Item.js +106 -0
- package/core/Form/Item.js.map +1 -0
- package/core/Form/context.d.ts +14 -0
- package/core/Form/context.js +7 -0
- package/core/Form/context.js.map +1 -0
- package/core/Form/index.d.ts +36 -0
- package/core/Form/index.js +143 -0
- package/core/Form/index.js.map +1 -0
- package/{src/core → core}/Form/index.less +0 -0
- package/core/Grid.d.ts +6 -0
- package/core/Grid.js +7 -0
- package/core/Grid.js.map +1 -0
- package/core/HTMLContent/index.d.ts +11 -0
- package/core/HTMLContent/index.js +32 -0
- package/core/HTMLContent/index.js.map +1 -0
- package/{src/core → core}/HTMLContent/index.less +0 -0
- package/core/ImageUploader/index.d.ts +24 -0
- package/core/ImageUploader/index.js +148 -0
- package/core/ImageUploader/index.js.map +1 -0
- package/{src/core → core}/ImageUploader/index.less +0 -0
- package/core/Input/index.d.ts +39 -0
- package/core/Input/index.js +88 -0
- package/core/Input/index.js.map +1 -0
- package/{src/core → core}/Input/index.less +0 -0
- package/core/LabelledSelect.d.ts +11 -0
- package/core/LabelledSelect.js +42 -0
- package/core/LabelledSelect.js.map +1 -0
- package/core/Link.d.ts +15 -0
- package/core/Link.js +48 -0
- package/core/Link.js.map +1 -0
- package/core/LocalImporter.d.ts +21 -0
- package/core/LocalImporter.js +93 -0
- package/core/LocalImporter.js.map +1 -0
- package/core/LocaleProvider.d.ts +12 -0
- package/core/LocaleProvider.js +38 -0
- package/core/LocaleProvider.js.map +1 -0
- package/core/LocaleSelect.d.ts +11 -0
- package/core/LocaleSelect.js +45 -0
- package/core/LocaleSelect.js.map +1 -0
- package/core/Markdown/index.d.ts +20 -0
- package/core/Markdown/index.js +40 -0
- package/core/Markdown/index.js.map +1 -0
- package/{src/core → core}/Markdown/index.less +0 -0
- package/core/Modal/index.d.ts +16 -0
- package/core/Modal/index.js +67 -0
- package/core/Modal/index.js.map +1 -0
- package/{src/core → core}/Modal/index.less +0 -0
- package/core/MultipleCascader/index.d.ts +31 -0
- package/core/MultipleCascader/index.js +151 -0
- package/core/MultipleCascader/index.js.map +1 -0
- package/{src/core → core}/MultipleCascader/index.less +0 -0
- package/core/MultipleEnumSelect.d.ts +17 -0
- package/core/MultipleEnumSelect.js +40 -0
- package/core/MultipleEnumSelect.js.map +1 -0
- package/core/MultipleSelector/TablePopover.d.ts +20 -0
- package/core/MultipleSelector/TablePopover.js +95 -0
- package/core/MultipleSelector/TablePopover.js.map +1 -0
- package/core/MultipleSelector/index.d.ts +33 -0
- package/core/MultipleSelector/index.js +103 -0
- package/core/MultipleSelector/index.js.map +1 -0
- package/core/MutableTable/index.d.ts +44 -0
- package/core/MutableTable/index.js +139 -0
- package/core/MutableTable/index.js.map +1 -0
- package/{src/core → core}/MutableTable/index.less +0 -0
- package/core/NumberInput/NumberInputPercentage.d.ts +58 -0
- package/core/NumberInput/NumberInputPercentage.js +75 -0
- package/core/NumberInput/NumberInputPercentage.js.map +1 -0
- package/core/NumberInput/index.d.ts +70 -0
- package/core/NumberInput/index.js +130 -0
- package/core/NumberInput/index.js.map +1 -0
- package/{src/core → core}/NumberInput/index.less +0 -0
- package/core/NumberInput/util.d.ts +34 -0
- package/core/NumberInput/util.js +57 -0
- package/core/NumberInput/util.js.map +1 -0
- package/core/OverflowableText/index.d.ts +22 -0
- package/core/OverflowableText/index.js +64 -0
- package/core/OverflowableText/index.js.map +1 -0
- package/{src/core → core}/OverflowableText/index.less +0 -0
- package/core/PagedList/index.d.ts +27 -0
- package/core/PagedList/index.js +81 -0
- package/core/PagedList/index.js.map +1 -0
- package/{src/core → core}/PagedList/index.less +0 -0
- package/core/Pagination/index.d.ts +21 -0
- package/core/Pagination/index.js +51 -0
- package/core/Pagination/index.js.map +1 -0
- package/{src/core → core}/Pagination/index.less +0 -0
- package/core/Popover/index.d.ts +11 -0
- package/core/Popover/index.js +43 -0
- package/core/Popover/index.js.map +1 -0
- package/{src/core → core}/Popover/index.less +0 -0
- package/core/Progress.d.ts +10 -0
- package/core/Progress.js +42 -0
- package/core/Progress.js.map +1 -0
- package/core/Radio/index.d.ts +13 -0
- package/core/Radio/index.js +45 -0
- package/core/Radio/index.js.map +1 -0
- package/{src/core → core}/Radio/index.less +0 -0
- package/core/RelativeTime.d.ts +18 -0
- package/core/RelativeTime.js +60 -0
- package/core/RelativeTime.js.map +1 -0
- package/core/ResizeObserver.d.ts +2 -0
- package/core/ResizeObserver.js +2 -0
- package/core/ResizeObserver.js.map +1 -0
- package/core/SearchableSelect.d.ts +15 -0
- package/core/SearchableSelect.js +42 -0
- package/core/SearchableSelect.js.map +1 -0
- package/core/Select/index.d.ts +16 -0
- package/core/Select/index.js +45 -0
- package/core/Select/index.js.map +1 -0
- package/{src/core → core}/Select/index.less +0 -0
- package/core/SignedAmountInput.d.ts +20 -0
- package/core/SignedAmountInput.js +56 -0
- package/core/SignedAmountInput.js.map +1 -0
- package/core/Skeleton.d.ts +9 -0
- package/core/Skeleton.js +42 -0
- package/core/Skeleton.js.map +1 -0
- package/core/Slider/RangeSlider.d.ts +11 -0
- package/core/Slider/RangeSlider.js +53 -0
- package/core/Slider/RangeSlider.js.map +1 -0
- package/core/Slider/index.d.ts +16 -0
- package/core/Slider/index.js +79 -0
- package/core/Slider/index.js.map +1 -0
- package/{src/core → core}/Slider/index.less +0 -0
- package/core/Space.d.ts +10 -0
- package/core/Space.js +42 -0
- package/core/Space.js.map +1 -0
- package/core/Spin.d.ts +12 -0
- package/core/Spin.js +55 -0
- package/core/Spin.js.map +1 -0
- package/core/StepFormContainer/index.d.ts +27 -0
- package/core/StepFormContainer/index.js +50 -0
- package/core/StepFormContainer/index.js.map +1 -0
- package/{src/core → core}/StepFormContainer/index.less +0 -0
- package/core/Steps/index.d.ts +11 -0
- package/core/Steps/index.js +44 -0
- package/core/Steps/index.js.map +1 -0
- package/{src/core → core}/Steps/index.less +0 -0
- package/core/Table/index.d.ts +89 -0
- package/core/Table/index.js +152 -0
- package/core/Table/index.js.map +1 -0
- package/{src/core → core}/Table/index.less +0 -0
- package/core/Tabs/Single.d.ts +11 -0
- package/core/Tabs/Single.js +54 -0
- package/core/Tabs/Single.js.map +1 -0
- package/core/Tabs/index.d.ts +30 -0
- package/core/Tabs/index.js +96 -0
- package/core/Tabs/index.js.map +1 -0
- package/{src/core → core}/Tabs/index.less +0 -0
- package/core/Tag.d.ts +11 -0
- package/core/Tag.js +42 -0
- package/core/Tag.js.map +1 -0
- package/core/TagInput/index.d.ts +27 -0
- package/core/TagInput/index.js +107 -0
- package/core/TagInput/index.js.map +1 -0
- package/{src/core → core}/TagInput/index.less +0 -0
- package/core/Tags.d.ts +17 -0
- package/core/Tags.js +38 -0
- package/core/Tags.js.map +1 -0
- package/core/TimePicker/index.d.ts +17 -0
- package/core/TimePicker/index.js +46 -0
- package/core/TimePicker/index.js.map +1 -0
- package/{src/core → core}/TimePicker/index.less +0 -0
- package/core/TimeRangePicker/index.d.ts +17 -0
- package/core/TimeRangePicker/index.js +45 -0
- package/core/TimeRangePicker/index.js.map +1 -0
- package/{src/core → core}/TimeRangePicker/index.less +0 -0
- package/core/Tooltip.d.ts +9 -0
- package/core/Tooltip.js +42 -0
- package/core/Tooltip.js.map +1 -0
- package/core/TypedTabs/index.d.ts +23 -0
- package/core/TypedTabs/index.js +76 -0
- package/core/TypedTabs/index.js.map +1 -0
- package/{src/core → core}/TypedTabs/index.less +0 -0
- package/core/Uploader.d.ts +34 -0
- package/core/Uploader.js +97 -0
- package/core/Uploader.js.map +1 -0
- package/core/VerticalMarquee/index.d.ts +19 -0
- package/core/VerticalMarquee/index.js +51 -0
- package/core/VerticalMarquee/index.js.map +1 -0
- package/{src/core → core}/VerticalMarquee/index.less +0 -0
- package/core/VirtualTable/TableHeader.d.ts +13 -0
- package/core/VirtualTable/TableHeader.js +45 -0
- package/core/VirtualTable/TableHeader.js.map +1 -0
- package/core/VirtualTable/TableRow.d.ts +21 -0
- package/core/VirtualTable/TableRow.js +59 -0
- package/core/VirtualTable/TableRow.js.map +1 -0
- package/core/VirtualTable/hooks/useColumnWidths.d.ts +11 -0
- package/core/VirtualTable/hooks/useColumnWidths.js +38 -0
- package/core/VirtualTable/hooks/useColumnWidths.js.map +1 -0
- package/core/VirtualTable/hooks/useDebounce.d.ts +1 -0
- package/core/VirtualTable/hooks/useDebounce.js +45 -0
- package/core/VirtualTable/hooks/useDebounce.js.map +1 -0
- package/core/VirtualTable/hooks/useLayout.d.ts +17 -0
- package/core/VirtualTable/hooks/useLayout.js +44 -0
- package/core/VirtualTable/hooks/useLayout.js.map +1 -0
- package/core/VirtualTable/hooks/useRowExpand.d.ts +7 -0
- package/core/VirtualTable/hooks/useRowExpand.js +20 -0
- package/core/VirtualTable/hooks/useRowExpand.js.map +1 -0
- package/core/VirtualTable/hooks/useRowSelection.d.ts +10 -0
- package/core/VirtualTable/hooks/useRowSelection.js +83 -0
- package/core/VirtualTable/hooks/useRowSelection.js.map +1 -0
- package/core/VirtualTable/hooks/useScrollBarSize.d.ts +5 -0
- package/core/VirtualTable/hooks/useScrollBarSize.js +36 -0
- package/core/VirtualTable/hooks/useScrollBarSize.js.map +1 -0
- package/core/VirtualTable/hooks/useScrollToEdge.d.ts +8 -0
- package/core/VirtualTable/hooks/useScrollToEdge.js +48 -0
- package/core/VirtualTable/hooks/useScrollToEdge.js.map +1 -0
- package/core/VirtualTable/hooks/useStickyPosition.d.ts +2 -0
- package/core/VirtualTable/hooks/useStickyPosition.js +24 -0
- package/core/VirtualTable/hooks/useStickyPosition.js.map +1 -0
- package/core/VirtualTable/hooks/useTransformColumn.d.ts +11 -0
- package/core/VirtualTable/hooks/useTransformColumn.js +9 -0
- package/core/VirtualTable/hooks/useTransformColumn.js.map +1 -0
- package/core/VirtualTable/index.d.ts +30 -0
- package/core/VirtualTable/index.js +85 -0
- package/core/VirtualTable/index.js.map +1 -0
- package/{src/core → core}/VirtualTable/index.less +0 -0
- package/core/VirtualTable/type.d.ts +57 -0
- package/core/VirtualTable/type.js +2 -0
- package/core/VirtualTable/type.js.map +1 -0
- package/core/WithExplanation/index.d.ts +21 -0
- package/core/WithExplanation/index.js +46 -0
- package/core/WithExplanation/index.js.map +1 -0
- package/{src/core → core}/WithExplanation/index.less +0 -0
- package/core/WithTooltipList.d.ts +23 -0
- package/core/WithTooltipList.js +64 -0
- package/core/WithTooltipList.js.map +1 -0
- package/core/YearMonthSelector.d.ts +16 -0
- package/core/YearMonthSelector.js +53 -0
- package/core/YearMonthSelector.js.map +1 -0
- package/{src/css → css}/global.less +0 -0
- package/{src/css → css}/variable.less +0 -0
- package/hooks/useOrientationMode.d.ts +2 -0
- package/hooks/useOrientationMode.js +30 -0
- package/hooks/useOrientationMode.js.map +1 -0
- package/hooks/useSwipe/controller.d.ts +20 -0
- package/hooks/useSwipe/controller.js +126 -0
- package/hooks/useSwipe/controller.js.map +1 -0
- package/hooks/useSwipe/index.d.ts +3 -0
- package/hooks/useSwipe/index.js +9 -0
- package/hooks/useSwipe/index.js.map +1 -0
- package/hooks/useSwipe/type.d.ts +38 -0
- package/hooks/useSwipe/type.js +8 -0
- package/hooks/useSwipe/type.js.map +1 -0
- package/hooks/useTransform.d.ts +18 -0
- package/hooks/useTransform.js +62 -0
- package/hooks/useTransform.js.map +1 -0
- package/internal/ArrayUtil.d.ts +29 -0
- package/internal/ArrayUtil.js +76 -0
- package/internal/ArrayUtil.js.map +1 -0
- package/internal/ExpirableLocalStorage.d.ts +123 -0
- package/internal/ExpirableLocalStorage.js +245 -0
- package/internal/ExpirableLocalStorage.js.map +1 -0
- package/internal/Memo.d.ts +9 -0
- package/internal/Memo.js +31 -0
- package/internal/Memo.js.map +1 -0
- package/internal/NumberUtil.d.ts +7 -0
- package/internal/NumberUtil.js +38 -0
- package/internal/NumberUtil.js.map +1 -0
- package/internal/StorageHelper.d.ts +31 -0
- package/internal/StorageHelper.js +152 -0
- package/internal/StorageHelper.js.map +1 -0
- package/internal/TextUtil.d.ts +5 -0
- package/internal/TextUtil.js +15 -0
- package/internal/TextUtil.js.map +1 -0
- package/internal/i18n/admin/en.d.ts +18 -0
- package/internal/i18n/admin/en.js +19 -0
- package/internal/i18n/admin/en.js.map +1 -0
- package/internal/i18n/admin/index.d.ts +18 -0
- package/internal/i18n/admin/index.js +11 -0
- package/internal/i18n/admin/index.js.map +1 -0
- package/internal/i18n/admin/zh.d.ts +18 -0
- package/internal/i18n/admin/zh.js +19 -0
- package/internal/i18n/admin/zh.js.map +1 -0
- package/internal/i18n/core/en.d.ts +37 -0
- package/internal/i18n/core/en.js +38 -0
- package/internal/i18n/core/en.js.map +1 -0
- package/internal/i18n/core/index.d.ts +37 -0
- package/internal/i18n/core/index.js +11 -0
- package/internal/i18n/core/index.js.map +1 -0
- package/internal/i18n/core/zh.d.ts +37 -0
- package/internal/i18n/core/zh.js +38 -0
- package/internal/i18n/core/zh.js.map +1 -0
- package/internal/i18n/util/en.d.ts +9 -0
- package/internal/i18n/util/en.js +10 -0
- package/internal/i18n/util/en.js.map +1 -0
- package/internal/i18n/util/index.d.ts +9 -0
- package/internal/i18n/util/index.js +11 -0
- package/internal/i18n/util/index.js.map +1 -0
- package/internal/i18n/util/zh.d.ts +9 -0
- package/internal/i18n/util/zh.js +10 -0
- package/internal/i18n/util/zh.js.map +1 -0
- package/internal/type.d.ts +15 -0
- package/internal/type.js +2 -0
- package/internal/type.js.map +1 -0
- package/package.json +1 -1
- package/util/AdminNavigatorBase.d.ts +64 -0
- package/util/AdminNavigatorBase.js +101 -0
- package/util/AdminNavigatorBase.js.map +1 -0
- package/util/BrowserBookmarkUtil.d.ts +5 -0
- package/util/BrowserBookmarkUtil.js +25 -0
- package/util/BrowserBookmarkUtil.js.map +1 -0
- package/util/BrowserUtil.d.ts +31 -0
- package/util/BrowserUtil.js +154 -0
- package/util/BrowserUtil.js.map +1 -0
- package/util/CanvasUtil.d.ts +17 -0
- package/util/CanvasUtil.js +94 -0
- package/util/CanvasUtil.js.map +1 -0
- package/util/ClassNames.d.ts +2 -0
- package/util/ClassNames.js +3 -0
- package/util/ClassNames.js.map +1 -0
- package/util/Clipboard.d.ts +22 -0
- package/util/Clipboard.js +118 -0
- package/util/Clipboard.js.map +1 -0
- package/util/ExpirableLocalStorageUtil.d.ts +2 -0
- package/util/ExpirableLocalStorageUtil.js +3 -0
- package/util/ExpirableLocalStorageUtil.js.map +1 -0
- package/util/ExportUtil.d.ts +11 -0
- package/util/ExportUtil.js +28 -0
- package/util/ExportUtil.js.map +1 -0
- package/util/ImportUtil.d.ts +10 -0
- package/util/ImportUtil.js +94 -0
- package/util/ImportUtil.js.map +1 -0
- package/util/LocalStorageUtil.d.ts +2 -0
- package/util/LocalStorageUtil.js +3 -0
- package/util/LocalStorageUtil.js.map +1 -0
- package/util/LocaleUtil.d.ts +22 -0
- package/util/LocaleUtil.js +34 -0
- package/util/LocaleUtil.js.map +1 -0
- package/util/MediaUtil/index.d.ts +10 -0
- package/util/MediaUtil/index.js +60 -0
- package/util/MediaUtil/index.js.map +1 -0
- package/{src/util → util}/MediaUtil/index.less +0 -0
- package/util/MessageUtil/index.d.ts +15 -0
- package/util/MessageUtil/index.js +29 -0
- package/util/MessageUtil/index.js.map +1 -0
- package/{src/util → util}/MessageUtil/index.less +0 -0
- package/util/ModalUtil/index.d.ts +41 -0
- package/util/ModalUtil/index.js +145 -0
- package/util/ModalUtil/index.js.map +1 -0
- package/{src/util → util}/ModalUtil/index.less +0 -0
- package/util/NotificationUtil.d.ts +12 -0
- package/util/NotificationUtil.js +52 -0
- package/util/NotificationUtil.js.map +1 -0
- package/util/OrientationUtil.d.ts +20 -0
- package/util/OrientationUtil.js +50 -0
- package/util/OrientationUtil.js.map +1 -0
- package/util/PromptUtil/PromptBody.d.ts +18 -0
- package/util/PromptUtil/PromptBody.js +100 -0
- package/util/PromptUtil/PromptBody.js.map +1 -0
- package/util/PromptUtil/index.d.ts +19 -0
- package/util/PromptUtil/index.js +48 -0
- package/util/PromptUtil/index.js.map +1 -0
- package/{src/util → util}/PromptUtil/index.less +0 -0
- package/util/RecentUsedStorageUtil.d.ts +12 -0
- package/util/RecentUsedStorageUtil.js +45 -0
- package/util/RecentUsedStorageUtil.js.map +1 -0
- package/util/SessionStorageUtil.d.ts +2 -0
- package/util/SessionStorageUtil.js +3 -0
- package/util/SessionStorageUtil.js.map +1 -0
- package/util/SwipeUtil.d.ts +8 -0
- package/util/SwipeUtil.js +26 -0
- package/util/SwipeUtil.js.map +1 -0
- package/util/UploadUtil/index.d.ts +6 -0
- package/util/UploadUtil/index.js +61 -0
- package/util/UploadUtil/index.js.map +1 -0
- package/util/UploadUtil/type.d.ts +41 -0
- package/util/UploadUtil/type.js +2 -0
- package/util/UploadUtil/type.js.map +1 -0
- package/config/jest-stubs/style-stub.js +0 -13
- package/config/jest.config.ts +0 -57
- package/config/tsconfig.script.json +0 -12
- package/config/tsconfig.src.json +0 -15
- package/config/tsconfig.test.json +0 -20
- package/script/build.ts +0 -103
- package/script/format.ts +0 -7
- package/script/start-mobile.ts +0 -13
- package/script/start.ts +0 -31
- package/src/admin/AdminApp/Default/NavigatorSide/index.tsx +0 -68
- package/src/admin/AdminApp/Default/SoundSwitch.tsx +0 -32
- package/src/admin/AdminApp/Default/SquareLogo/index.tsx +0 -32
- package/src/admin/AdminApp/Menu.tsx +0 -154
- package/src/admin/AdminApp/Navigator.tsx +0 -186
- package/src/admin/AdminApp/NotFound.tsx +0 -24
- package/src/admin/AdminApp/RouteSwitch.tsx +0 -61
- package/src/admin/AdminApp/WithErrorBoundary.tsx +0 -36
- package/src/admin/AdminApp/context.ts +0 -13
- package/src/admin/AdminApp/index.tsx +0 -96
- package/src/admin/AdminPage/Filter.tsx +0 -76
- package/src/admin/AdminPage/Result.tsx +0 -41
- package/src/admin/AdminPage/SaveBar.tsx +0 -33
- package/src/admin/AdminPage/Summary.tsx +0 -15
- package/src/admin/AdminPage/TopBar.tsx +0 -15
- package/src/admin/AdminPage/index.tsx +0 -29
- package/src/admin/AdminPermissionSelector.tsx +0 -299
- package/src/admin/RichEditor/index.tsx +0 -123
- package/src/core/Amount/AmountPercentage.tsx +0 -27
- package/src/core/Amount/index.tsx +0 -71
- package/src/core/AmountConditionInput.tsx +0 -63
- package/src/core/AmountRangeInput.tsx +0 -66
- package/src/core/AuthenticationCodeInput.tsx +0 -85
- package/src/core/AutoCompleteInput.tsx +0 -16
- package/src/core/Badge/index.tsx +0 -15
- package/src/core/BoolRadio.tsx +0 -62
- package/src/core/BoolSelect.tsx +0 -50
- package/src/core/BoolSwitch.tsx +0 -37
- package/src/core/Breadcrumb/index.tsx +0 -46
- package/src/core/Button/index.tsx +0 -59
- package/src/core/Card.tsx +0 -16
- package/src/core/Carousel.tsx +0 -19
- package/src/core/Carousel3D/index.tsx +0 -150
- package/src/core/Cascader/InitialNullable.tsx +0 -20
- package/src/core/Cascader/Nullable.tsx +0 -28
- package/src/core/Cascader/index.tsx +0 -93
- package/src/core/Checkbox/index.tsx +0 -24
- package/src/core/Collapse.tsx +0 -19
- package/src/core/Countdown/SlidingDigit.tsx +0 -39
- package/src/core/Countdown/index.tsx +0 -125
- package/src/core/DarkOverlay/index.tsx +0 -24
- package/src/core/DateCalendar.tsx +0 -106
- package/src/core/DatePicker/index.tsx +0 -54
- package/src/core/DateRangePicker/index.tsx +0 -58
- package/src/core/DateTimePicker/index.tsx +0 -61
- package/src/core/DateTimeRangePicker/index.tsx +0 -60
- package/src/core/Descriptions/index.tsx +0 -45
- package/src/core/DocumentTitle.tsx +0 -58
- package/src/core/Drawer.tsx +0 -14
- package/src/core/Dropdown.tsx +0 -10
- package/src/core/EnumCheckboxGroup/Map.tsx +0 -21
- package/src/core/EnumCheckboxGroup/index.tsx +0 -23
- package/src/core/EnumRadio/InitialNullable.tsx +0 -24
- package/src/core/EnumRadio/Map.tsx +0 -21
- package/src/core/EnumRadio/Nullable.tsx +0 -31
- package/src/core/EnumRadio/index.tsx +0 -45
- package/src/core/EnumSelect/InitialNullable.tsx +0 -20
- package/src/core/EnumSelect/Map.tsx +0 -21
- package/src/core/EnumSelect/Nullable.tsx +0 -31
- package/src/core/EnumSelect/index.tsx +0 -74
- package/src/core/FlatList/VirtualFlatList/Item.tsx +0 -28
- package/src/core/FlatList/VirtualFlatList/index.tsx +0 -142
- package/src/core/FlatList/VirtualFlatList/type.ts +0 -26
- package/src/core/FlatList/index.tsx +0 -95
- package/src/core/FlatList/shared/Footer/index.tsx +0 -23
- package/src/core/FlatList/shared/GetRowKey.ts +0 -11
- package/src/core/FlatList/shared/Spinner/index.tsx +0 -18
- package/src/core/FlatList/shared/Wrapper/Loading.tsx +0 -17
- package/src/core/FlatList/shared/Wrapper/index.tsx +0 -123
- package/src/core/FlatList/shared/hooks/useBounceSwipe.ts +0 -120
- package/src/core/FlatList/shared/hooks/useElementScrollState.ts +0 -43
- package/src/core/FlatList/shared/hooks/useLoadingWithDelay.ts +0 -40
- package/src/core/FlatList/type.tsx +0 -56
- package/src/core/Foldable/index.tsx +0 -38
- package/src/core/Form/Item.tsx +0 -87
- package/src/core/Form/context.ts +0 -16
- package/src/core/Form/index.tsx +0 -109
- package/src/core/Grid.tsx +0 -7
- package/src/core/HTMLContent/index.tsx +0 -17
- package/src/core/ImageUploader/index.tsx +0 -104
- package/src/core/Input/index.tsx +0 -63
- package/src/core/LabelledSelect.tsx +0 -15
- package/src/core/Link.tsx +0 -57
- package/src/core/LocalImporter.tsx +0 -62
- package/src/core/LocaleProvider.tsx +0 -31
- package/src/core/LocaleSelect.tsx +0 -36
- package/src/core/Markdown/index.tsx +0 -42
- package/src/core/Modal/index.tsx +0 -37
- package/src/core/MultipleCascader/index.tsx +0 -114
- package/src/core/MultipleEnumSelect.tsx +0 -28
- package/src/core/MultipleSelector/TablePopover.tsx +0 -62
- package/src/core/MultipleSelector/index.tsx +0 -106
- package/src/core/MutableTable/index.tsx +0 -151
- package/src/core/NumberInput/NumberInputPercentage.tsx +0 -103
- package/src/core/NumberInput/index.tsx +0 -192
- package/src/core/NumberInput/util.ts +0 -55
- package/src/core/OverflowableText/index.tsx +0 -66
- package/src/core/PagedList/index.tsx +0 -93
- package/src/core/Pagination/index.tsx +0 -59
- package/src/core/Popover/index.tsx +0 -15
- package/src/core/Progress.tsx +0 -14
- package/src/core/Radio/index.tsx +0 -21
- package/src/core/RelativeTime.tsx +0 -59
- package/src/core/ResizeObserver.tsx +0 -2
- package/src/core/SearchableSelect.tsx +0 -17
- package/src/core/Select/index.tsx +0 -25
- package/src/core/SignedAmountInput.tsx +0 -59
- package/src/core/Skeleton.tsx +0 -14
- package/src/core/Slider/RangeSlider.tsx +0 -17
- package/src/core/Slider/index.tsx +0 -50
- package/src/core/Space.tsx +0 -14
- package/src/core/Spin.tsx +0 -25
- package/src/core/StepFormContainer/index.tsx +0 -66
- package/src/core/Steps/index.tsx +0 -17
- package/src/core/Table/index.tsx +0 -221
- package/src/core/Tabs/Single.tsx +0 -25
- package/src/core/Tabs/index.tsx +0 -82
- package/src/core/Tag.tsx +0 -17
- package/src/core/TagInput/index.tsx +0 -94
- package/src/core/Tags.tsx +0 -34
- package/src/core/TimePicker/index.tsx +0 -44
- package/src/core/TimeRangePicker/index.tsx +0 -42
- package/src/core/Tooltip.tsx +0 -17
- package/src/core/TypedTabs/index.tsx +0 -43
- package/src/core/Uploader.tsx +0 -118
- package/src/core/VerticalMarquee/index.tsx +0 -51
- package/src/core/VirtualTable/TableHeader.tsx +0 -41
- package/src/core/VirtualTable/TableRow.tsx +0 -90
- package/src/core/VirtualTable/hooks/useColumnWidths.ts +0 -24
- package/src/core/VirtualTable/hooks/useDebounce.ts +0 -18
- package/src/core/VirtualTable/hooks/useLayout.tsx +0 -58
- package/src/core/VirtualTable/hooks/useRowExpand.tsx +0 -27
- package/src/core/VirtualTable/hooks/useRowSelection.tsx +0 -72
- package/src/core/VirtualTable/hooks/useScrollBarSize.ts +0 -23
- package/src/core/VirtualTable/hooks/useScrollToEdge.ts +0 -36
- package/src/core/VirtualTable/hooks/useStickyPosition.ts +0 -28
- package/src/core/VirtualTable/hooks/useTransformColumn.ts +0 -19
- package/src/core/VirtualTable/index.tsx +0 -143
- package/src/core/VirtualTable/type.ts +0 -59
- package/src/core/WithExplanation/index.tsx +0 -47
- package/src/core/WithTooltipList.tsx +0 -89
- package/src/core/YearMonthSelector.tsx +0 -53
- package/src/hooks/useOrientationMode.ts +0 -18
- package/src/hooks/useSwipe/controller.ts +0 -133
- package/src/hooks/useSwipe/index.ts +0 -11
- package/src/hooks/useSwipe/type.ts +0 -45
- package/src/hooks/useTransform.ts +0 -78
- package/src/internal/ArrayUtil.ts +0 -53
- package/src/internal/ExpirableLocalStorage.ts +0 -262
- package/src/internal/Memo.ts +0 -28
- package/src/internal/NumberUtil.ts +0 -38
- package/src/internal/StorageHelper.ts +0 -152
- package/src/internal/TextUtil.ts +0 -11
- package/src/internal/i18n/admin/en.ts +0 -18
- package/src/internal/i18n/admin/index.ts +0 -13
- package/src/internal/i18n/admin/zh.ts +0 -18
- package/src/internal/i18n/core/en.ts +0 -37
- package/src/internal/i18n/core/index.ts +0 -13
- package/src/internal/i18n/core/zh.ts +0 -37
- package/src/internal/i18n/util/en.ts +0 -9
- package/src/internal/i18n/util/index.ts +0 -13
- package/src/internal/i18n/util/zh.ts +0 -9
- package/src/internal/type.ts +0 -12
- package/src/util/AdminNavigatorBase.ts +0 -99
- package/src/util/BrowserBookmarkUtil.ts +0 -24
- package/src/util/BrowserUtil.ts +0 -122
- package/src/util/CanvasUtil.ts +0 -61
- package/src/util/ClassNames.ts +0 -2
- package/src/util/Clipboard.ts +0 -61
- package/src/util/ExpirableLocalStorageUtil.ts +0 -3
- package/src/util/ExportUtil.ts +0 -34
- package/src/util/ImportUtil.ts +0 -41
- package/src/util/LocalStorageUtil.ts +0 -3
- package/src/util/LocaleUtil.ts +0 -47
- package/src/util/MediaUtil/index.tsx +0 -69
- package/src/util/MessageUtil/index.tsx +0 -23
- package/src/util/ModalUtil/index.tsx +0 -179
- package/src/util/NotificationUtil.tsx +0 -42
- package/src/util/OrientationUtil.ts +0 -51
- package/src/util/PromptUtil/PromptBody.tsx +0 -62
- package/src/util/PromptUtil/index.tsx +0 -50
- package/src/util/RecentUsedStorageUtil.ts +0 -46
- package/src/util/SessionStorageUtil.ts +0 -3
- package/src/util/SwipeUtil.ts +0 -25
- package/src/util/UploadUtil/index.ts +0 -73
- package/src/util/UploadUtil/type.ts +0 -46
- package/test/mobile-ui-test/package.json +0 -5
- package/test/mobile-ui-test/src/component/FlatListDemo/fetch.ts +0 -18
- package/test/mobile-ui-test/src/component/FlatListDemo/index.less +0 -22
- package/test/mobile-ui-test/src/component/FlatListDemo/index.tsx +0 -149
- package/test/mobile-ui-test/src/component/Main.tsx +0 -6
- package/test/mobile-ui-test/src/index.html +0 -12
- package/test/mobile-ui-test/src/index.less +0 -18
- package/test/mobile-ui-test/src/index.tsx +0 -6
- package/test/mobile-ui-test/static/robots.txt +0 -2
- package/test/mobile-ui-test/tsconfig.json +0 -4
- package/test/ui-test/package.json +0 -5
- package/test/ui-test/src/asset/logo.png +0 -0
- package/test/ui-test/src/component/DemoHelper/index.less +0 -33
- package/test/ui-test/src/component/DemoHelper/index.tsx +0 -55
- package/test/ui-test/src/component/Main.tsx +0 -33
- package/test/ui-test/src/component/WebUILogo.tsx +0 -7
- package/test/ui-test/src/component/WebUINavigatorSide.tsx +0 -20
- package/test/ui-test/src/component/admin/ConfigPageDemo.tsx +0 -39
- package/test/ui-test/src/component/admin/NavigationHistoryDemo.tsx +0 -30
- package/test/ui-test/src/component/admin/PermissionSelectorDemo.tsx +0 -65
- package/test/ui-test/src/component/admin/RenderErrorDemo.tsx +0 -5
- package/test/ui-test/src/component/admin/ResultPageDemo.tsx +0 -13
- package/test/ui-test/src/component/admin/RichEditorDemo.tsx +0 -20
- package/test/ui-test/src/component/admin/SeparateTabDetailDemo.tsx +0 -44
- package/test/ui-test/src/component/admin/TablePageDemo.tsx +0 -85
- package/test/ui-test/src/component/core/AmountDemo.tsx +0 -117
- package/test/ui-test/src/component/core/ButtonDemo/__tests__/__snapshots__/dom-snapshot.test.tsx.snap +0 -12
- package/test/ui-test/src/component/core/ButtonDemo/__tests__/dom-snapshot.test.tsx +0 -10
- package/test/ui-test/src/component/core/ButtonDemo/__tests__/smoke.test.tsx +0 -71
- package/test/ui-test/src/component/core/ButtonDemo/index.tsx +0 -39
- package/test/ui-test/src/component/core/CalendarDemo.tsx +0 -98
- package/test/ui-test/src/component/core/CarouselDemo/index.tsx +0 -51
- package/test/ui-test/src/component/core/CascaderDemo/index.tsx +0 -120
- package/test/ui-test/src/component/core/FoldableDemo.tsx +0 -31
- package/test/ui-test/src/component/core/FormDemo.tsx +0 -204
- package/test/ui-test/src/component/core/InputDemo/index.tsx +0 -123
- package/test/ui-test/src/component/core/MiscellaneousDemo/TagInputDemo.tsx +0 -8
- package/test/ui-test/src/component/core/MiscellaneousDemo/index.tsx +0 -157
- package/test/ui-test/src/component/core/ModalDemo/index.tsx +0 -75
- package/test/ui-test/src/component/core/OverflowableTextDemo.tsx +0 -78
- package/test/ui-test/src/component/core/RelativeTimeDemo.tsx +0 -35
- package/test/ui-test/src/component/core/SelectDemo/index.tsx +0 -141
- package/test/ui-test/src/component/core/SliderDemo.tsx +0 -44
- package/test/ui-test/src/component/core/StepContainerDemo.tsx +0 -53
- package/test/ui-test/src/component/core/TableDemo.tsx +0 -81
- package/test/ui-test/src/component/core/TabsDemo.tsx +0 -136
- package/test/ui-test/src/component/core/UploaderImporterDemo.tsx +0 -52
- package/test/ui-test/src/component/core/VirtualTableDemo.tsx +0 -232
- package/test/ui-test/src/dummy/dummyCallback.ts +0 -13
- package/test/ui-test/src/dummy/dummyList.ts +0 -63
- package/test/ui-test/src/dummy/dummyTableData.tsx +0 -60
- package/test/ui-test/src/dummy/dummyUpload.tsx +0 -43
- package/test/ui-test/src/index.html +0 -11
- package/test/ui-test/src/index.tsx +0 -5
- package/test/ui-test/src/type.ts +0 -8
- package/test/ui-test/src/util/NavigationService.tsx +0 -217
- package/test/ui-test/src/util/withUncontrolledInitialValue.tsx +0 -14
- package/test/ui-test/static/robots.txt +0 -2
- package/test/ui-test/tsconfig.json +0 -3
- package/test/unit-test/ClassNames.test.ts +0 -17
- package/test/unit-test/ExpirableLocalStorageUtil.test.ts +0 -42
- package/test/unit-test/NumberInput.util.test.ts +0 -344
- package/test/unit-test/NumberUtil.test.ts +0 -57
- package/test/unit-test/TextUtil.test.ts +0 -10
- package/tsconfig.json +0 -15
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { SwipeUtil } from "../../util/SwipeUtil";
|
|
2
|
+
var SWIPE_START_THRESHOLD = 10;
|
|
3
|
+
var Controller = /** @class */ (function () {
|
|
4
|
+
function Controller() {
|
|
5
|
+
this.startTime = 0;
|
|
6
|
+
this.startTouch = null;
|
|
7
|
+
this.started = false;
|
|
8
|
+
this.handlers = {};
|
|
9
|
+
this.config = {};
|
|
10
|
+
}
|
|
11
|
+
Controller.prototype.onTouchStart = function (e) {
|
|
12
|
+
if (e.changedTouches[0] && !this.startTouch) {
|
|
13
|
+
this.startTouch = e.changedTouches[0];
|
|
14
|
+
this.startTime = Date.now();
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
Controller.prototype.onTouchMove = function (e) {
|
|
18
|
+
var _a, _b, _c, _d;
|
|
19
|
+
var matchedTouches = this.matchTouches(e);
|
|
20
|
+
if (!matchedTouches) {
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
var state = this.computeEvent(matchedTouches.start, matchedTouches.changed, e);
|
|
24
|
+
if (!this.started && this.testThreshold(state)) {
|
|
25
|
+
this.started = true;
|
|
26
|
+
(_b = (_a = this.handlers).onStart) === null || _b === void 0 ? void 0 : _b.call(_a, state);
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
else if (this.started) {
|
|
30
|
+
(_d = (_c = this.handlers).onMove) === null || _d === void 0 ? void 0 : _d.call(_c, state);
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
Controller.prototype.onTouchEnd = function (e) {
|
|
34
|
+
var _a, _b;
|
|
35
|
+
if (!this.started) {
|
|
36
|
+
this.reset();
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
var matchedTouches = this.matchTouches(e);
|
|
40
|
+
if (!matchedTouches) {
|
|
41
|
+
return;
|
|
42
|
+
}
|
|
43
|
+
var state = this.computeEvent(matchedTouches.start, matchedTouches.changed, e);
|
|
44
|
+
(_b = (_a = this.handlers).onEnd) === null || _b === void 0 ? void 0 : _b.call(_a, state);
|
|
45
|
+
this.reset();
|
|
46
|
+
};
|
|
47
|
+
Controller.prototype.onTouchCancel = function (e) {
|
|
48
|
+
var _a, _b;
|
|
49
|
+
if (!this.started) {
|
|
50
|
+
this.reset();
|
|
51
|
+
return;
|
|
52
|
+
}
|
|
53
|
+
var matchedTouches = this.matchTouches(e);
|
|
54
|
+
if (!matchedTouches) {
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
var state = this.computeEvent(matchedTouches.start, matchedTouches.changed, e);
|
|
58
|
+
(_b = (_a = this.handlers).onCancel) === null || _b === void 0 ? void 0 : _b.call(_a, state);
|
|
59
|
+
this.reset();
|
|
60
|
+
};
|
|
61
|
+
Controller.prototype.testThreshold = function (state) {
|
|
62
|
+
var _a, _b, _c;
|
|
63
|
+
return state.displacement > SWIPE_START_THRESHOLD && ((_c = (_b = (_a = this.config).threshold) === null || _b === void 0 ? void 0 : _b.call(_a, state)) !== null && _c !== void 0 ? _c : true);
|
|
64
|
+
};
|
|
65
|
+
Controller.prototype.cancel = function (event) {
|
|
66
|
+
if (this.startTouch) {
|
|
67
|
+
this.onTouchCancel(event);
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
Controller.prototype.computeEvent = function (start, changed, event) {
|
|
71
|
+
var _this = this;
|
|
72
|
+
var s = [start.clientX, start.clientY];
|
|
73
|
+
var e = [changed.clientX, changed.clientY];
|
|
74
|
+
var delta = [e[0] - s[0], e[1] - s[1]];
|
|
75
|
+
var timeElapsed = Date.now() - this.startTime;
|
|
76
|
+
return {
|
|
77
|
+
clientX: changed.clientX,
|
|
78
|
+
clientY: changed.clientY,
|
|
79
|
+
startTouch: start,
|
|
80
|
+
delta: delta,
|
|
81
|
+
direction: SwipeUtil.getDirection(s, e),
|
|
82
|
+
displacement: SwipeUtil.getDisplacement(s, e),
|
|
83
|
+
// TODO/Alvis, need to improve velocity calculation
|
|
84
|
+
velocity: [Math.abs(delta[0]) / timeElapsed, Math.abs(delta[1]) / timeElapsed],
|
|
85
|
+
syntheticEvent: event,
|
|
86
|
+
cancel: (function () { return _this.cancel(event); }).bind(this),
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
Controller.prototype.matchTouches = function (e) {
|
|
90
|
+
var _this = this;
|
|
91
|
+
if (!this.startTouch) {
|
|
92
|
+
return null;
|
|
93
|
+
}
|
|
94
|
+
var touch = Array.from(e.changedTouches).find(function (_) { return _.identifier === _this.startTouch.identifier; });
|
|
95
|
+
if (!touch) {
|
|
96
|
+
return null;
|
|
97
|
+
}
|
|
98
|
+
else {
|
|
99
|
+
return {
|
|
100
|
+
start: this.startTouch,
|
|
101
|
+
changed: touch,
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
Controller.prototype.reset = function () {
|
|
106
|
+
this.startTime = 0;
|
|
107
|
+
this.startTouch = null;
|
|
108
|
+
this.started = false;
|
|
109
|
+
};
|
|
110
|
+
Controller.prototype.update = function (handlers, config) {
|
|
111
|
+
if (config === void 0) { config = {}; }
|
|
112
|
+
this.handlers = handlers;
|
|
113
|
+
this.config = config;
|
|
114
|
+
};
|
|
115
|
+
Controller.prototype.createHandlers = function () {
|
|
116
|
+
return {
|
|
117
|
+
onTouchStart: this.onTouchStart.bind(this),
|
|
118
|
+
onTouchMove: this.onTouchMove.bind(this),
|
|
119
|
+
onTouchEnd: this.onTouchEnd.bind(this),
|
|
120
|
+
onTouchCancel: this.onTouchCancel.bind(this),
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
return Controller;
|
|
124
|
+
}());
|
|
125
|
+
export { Controller };
|
|
126
|
+
//# sourceMappingURL=controller.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"controller.js","sourceRoot":"","sources":["../../../src/hooks/useSwipe/controller.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,SAAS,EAAC,MAAM,sBAAsB,CAAC;AAE/C,IAAM,qBAAqB,GAAG,EAAE,CAAC;AAEjC;IAOI;QANQ,cAAS,GAAW,CAAC,CAAC;QACtB,eAAU,GAAuB,IAAI,CAAC;QACtC,YAAO,GAAY,KAAK,CAAC;QAK7B,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;IACrB,CAAC;IAEO,iCAAY,GAApB,UAAqB,CAAmB;QACpC,IAAI,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;YACzC,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;YACtC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;SAC/B;IACL,CAAC;IAEO,gCAAW,GAAnB,UAAoB,CAAmB;;QACnC,IAAM,cAAc,GAAG,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QAC5C,IAAI,CAAC,cAAc,EAAE;YACjB,OAAO;SACV;QACD,IAAM,KAAK,GAAG,IAAI,CAAC,YAAY,CAAC,cAAc,CAAC,KAAK,EAAE,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;QAEjF,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE;YAC5C,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;YACpB,MAAA,MAAA,IAAI,CAAC,QAAQ,EAAC,OAAO,mDAAG,KAAK,CAAC,CAAC;YAC/B,OAAO;SACV;aAAM,IAAI,IAAI,CAAC,OAAO,EAAE;YACrB,MAAA,MAAA,IAAI,CAAC,QAAQ,EAAC,MAAM,mDAAG,KAAK,CAAC,CAAC;SACjC;IACL,CAAC;IAEO,+BAAU,GAAlB,UAAmB,CAAmB;;QAClC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,CAAC,KAAK,EAAE,CAAC;YACb,OAAO;SACV;QACD,IAAM,cAAc,GAAG,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QAC5C,IAAI,CAAC,cAAc,EAAE;YACjB,OAAO;SACV;QACD,IAAM,KAAK,GAAG,IAAI,CAAC,YAAY,CAAC,cAAc,CAAC,KAAK,EAAE,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;QACjF,MAAA,MAAA,IAAI,CAAC,QAAQ,EAAC,KAAK,mDAAG,KAAK,CAAC,CAAC;QAC7B,IAAI,CAAC,KAAK,EAAE,CAAC;IACjB,CAAC;IAEO,kCAAa,GAArB,UAAsB,CAAmB;;QACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,CAAC,KAAK,EAAE,CAAC;YACb,OAAO;SACV;QACD,IAAM,cAAc,GAAG,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QAC5C,IAAI,CAAC,cAAc,EAAE;YACjB,OAAO;SACV;QACD,IAAM,KAAK,GAAG,IAAI,CAAC,YAAY,CAAC,cAAc,CAAC,KAAK,EAAE,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;QACjF,MAAA,MAAA,IAAI,CAAC,QAAQ,EAAC,QAAQ,mDAAG,KAAK,CAAC,CAAC;QAChC,IAAI,CAAC,KAAK,EAAE,CAAC;IACjB,CAAC;IAEO,kCAAa,GAArB,UAAsB,KAAiB;;QACnC,OAAO,KAAK,CAAC,YAAY,GAAG,qBAAqB,IAAI,CAAC,MAAA,MAAA,MAAA,IAAI,CAAC,MAAM,EAAC,SAAS,mDAAG,KAAK,CAAC,mCAAI,IAAI,CAAC,CAAC;IAClG,CAAC;IAEO,2BAAM,GAAd,UAAe,KAAuB;QAClC,IAAI,IAAI,CAAC,UAAU,EAAE;YACjB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;SAC7B;IACL,CAAC;IAEO,iCAAY,GAApB,UAAqB,KAAkB,EAAE,OAAoB,EAAE,KAAuB;QAAtF,iBAiBC;QAhBG,IAAM,CAAC,GAAY,CAAC,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,IAAM,CAAC,GAAY,CAAC,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;QACtD,IAAM,KAAK,GAAY,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAClD,IAAM,WAAW,GAAG,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC;QAChD,OAAO;YACH,OAAO,EAAE,OAAO,CAAC,OAAO;YACxB,OAAO,EAAE,OAAO,CAAC,OAAO;YACxB,UAAU,EAAE,KAAK;YACjB,KAAK,OAAA;YACL,SAAS,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC;YACvC,YAAY,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC;YAC7C,mDAAmD;YACnD,QAAQ,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,WAAW,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC;YAC9E,cAAc,EAAE,KAAK;YACrB,MAAM,EAAE,CAAC,cAAM,OAAA,KAAI,CAAC,MAAM,CAAC,KAAK,CAAC,EAAlB,CAAkB,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;SAChD,CAAC;IACN,CAAC;IAEO,iCAAY,GAApB,UAAqB,CAAmB;QAAxC,iBAaC;QAZG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;YAClB,OAAO,IAAI,CAAC;SACf;QACD,IAAM,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,IAAI,CAAC,UAAA,CAAC,IAAI,OAAA,CAAC,CAAC,UAAU,KAAK,KAAI,CAAC,UAAW,CAAC,UAAU,EAA5C,CAA4C,CAAC,CAAC;QACnG,IAAI,CAAC,KAAK,EAAE;YACR,OAAO,IAAI,CAAC;SACf;aAAM;YACH,OAAO;gBACH,KAAK,EAAE,IAAI,CAAC,UAAU;gBACtB,OAAO,EAAE,KAAK;aACjB,CAAC;SACL;IACL,CAAC;IAEO,0BAAK,GAAb;QACI,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC;QACnB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC;IACzB,CAAC;IAED,2BAAM,GAAN,UAAO,QAA2B,EAAE,MAA4B;QAA5B,uBAAA,EAAA,WAA4B;QAC5D,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACzB,CAAC;IAED,mCAAc,GAAd;QACI,OAAO;YACH,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC;YAC1C,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC;YACxC,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC;YACtC,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC;SAC/C,CAAC;IACN,CAAC;IACL,iBAAC;AAAD,CAAC,AA9HD,IA8HC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Controller } from "./controller";
|
|
3
|
+
export var useSwipe = function (handlers, config) {
|
|
4
|
+
var controller = React.useMemo(function () { return new Controller(); }, []);
|
|
5
|
+
controller.update(handlers, config);
|
|
6
|
+
return controller.createHandlers.apply(controller);
|
|
7
|
+
};
|
|
8
|
+
export * from "./type";
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/hooks/useSwipe/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAGxC,MAAM,CAAC,IAAM,QAAQ,GAAG,UAAC,QAA2B,EAAE,MAAwB;IAC1E,IAAM,UAAU,GAAG,KAAK,CAAC,OAAO,CAAC,cAAM,OAAA,IAAI,UAAU,EAAE,EAAhB,CAAgB,EAAE,EAAE,CAAC,CAAC;IAC7D,UAAU,CAAC,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;IACpC,OAAO,UAAU,CAAC,cAAc,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;AACvD,CAAC,CAAC;AAEF,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type React from "react";
|
|
2
|
+
export declare type TouchHandlers = Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "onTouchStart" | "onTouchMove" | "onTouchEndCapture" | "onTouchCancelCapture">;
|
|
3
|
+
export interface SwipeHookResult {
|
|
4
|
+
onTouchMove: React.TouchEventHandler;
|
|
5
|
+
onTouchStart: React.TouchEventHandler;
|
|
6
|
+
onTouchEnd: React.TouchEventHandler;
|
|
7
|
+
onTouchCancel: React.TouchEventHandler;
|
|
8
|
+
}
|
|
9
|
+
export interface SwipeState {
|
|
10
|
+
syntheticEvent: React.TouchEvent;
|
|
11
|
+
startTouch: React.Touch;
|
|
12
|
+
clientX: number;
|
|
13
|
+
clientY: number;
|
|
14
|
+
displacement: number;
|
|
15
|
+
delta: Vector2;
|
|
16
|
+
velocity: Vector2;
|
|
17
|
+
direction: Direction;
|
|
18
|
+
cancel: () => void;
|
|
19
|
+
}
|
|
20
|
+
declare type SwipeHookHandler = (event: SwipeState) => void;
|
|
21
|
+
export interface SwipeHookHandlers {
|
|
22
|
+
onStart?: SwipeHookHandler;
|
|
23
|
+
onEnd?: SwipeHookHandler;
|
|
24
|
+
onMove?: SwipeHookHandler;
|
|
25
|
+
onCancel?: SwipeHookHandler;
|
|
26
|
+
}
|
|
27
|
+
export interface SwipeHookConfig {
|
|
28
|
+
threshold?: (state: SwipeState) => boolean;
|
|
29
|
+
preventDefault?: boolean;
|
|
30
|
+
}
|
|
31
|
+
export declare enum Direction {
|
|
32
|
+
UP = "UP",
|
|
33
|
+
DOWN = "DOWN",
|
|
34
|
+
LEFT = "LEFT",
|
|
35
|
+
RIGHT = "RIGHT"
|
|
36
|
+
}
|
|
37
|
+
export declare type Vector2 = [number, number];
|
|
38
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"type.js","sourceRoot":"","sources":["../../../src/hooks/useSwipe/type.ts"],"names":[],"mappings":"AAqCA,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACjB,sBAAS,CAAA;IACT,0BAAa,CAAA;IACb,0BAAa,CAAA;IACb,4BAAe,CAAA;AACnB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface TransitionOption {
|
|
3
|
+
property?: string;
|
|
4
|
+
duration?: number;
|
|
5
|
+
delay?: number;
|
|
6
|
+
timingFunction?: string;
|
|
7
|
+
}
|
|
8
|
+
interface Option extends TransitionOption {
|
|
9
|
+
x?: string | number;
|
|
10
|
+
y?: string | number;
|
|
11
|
+
z?: string | number;
|
|
12
|
+
immediate?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare const useTransform: (ref: React.RefObject<HTMLElement>, option?: Option) => {
|
|
15
|
+
to: (option: Option) => void;
|
|
16
|
+
clear: () => void;
|
|
17
|
+
};
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import React from "react";
|
|
13
|
+
export var useTransform = function (ref, option) {
|
|
14
|
+
var initialOptionRef = React.useRef(option);
|
|
15
|
+
initialOptionRef.current = option;
|
|
16
|
+
var clearTransition = React.useCallback(function (el) {
|
|
17
|
+
el.style.transitionDuration = "";
|
|
18
|
+
el.style.transitionProperty = "";
|
|
19
|
+
el.style.transitionTimingFunction = "";
|
|
20
|
+
el.style.transitionDuration = "";
|
|
21
|
+
}, []);
|
|
22
|
+
var setTransition = React.useCallback(function (el, option) {
|
|
23
|
+
if (option) {
|
|
24
|
+
var delay = option.delay, duration = option.duration, property = option.property, timingFunction = option.timingFunction;
|
|
25
|
+
delay && (el.style.transitionDelay = delay + "ms");
|
|
26
|
+
duration && (el.style.transitionDuration = duration + "ms");
|
|
27
|
+
property && (el.style.transitionProperty = property);
|
|
28
|
+
timingFunction && (el.style.transitionTimingFunction = timingFunction);
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
clearTransition(el);
|
|
32
|
+
}
|
|
33
|
+
}, [clearTransition]);
|
|
34
|
+
var to = React.useCallback(function (option) {
|
|
35
|
+
if (ref.current) {
|
|
36
|
+
var format_1 = function (value) { return (value ? (typeof value === "number" ? "".concat(value, "px") : value) : "0px"); };
|
|
37
|
+
var el_1 = ref.current;
|
|
38
|
+
requestAnimationFrame(function () {
|
|
39
|
+
var _a;
|
|
40
|
+
el_1.style.transform = "translate3d(".concat(format_1(option.x), ", ").concat(format_1(option.y), ", ").concat(format_1(option.z), ") ");
|
|
41
|
+
option.immediate ? clearTransition(el_1) : setTransition(el_1, __assign(__assign({}, ((_a = initialOptionRef.current) !== null && _a !== void 0 ? _a : {})), option));
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
}, [ref, setTransition, clearTransition]);
|
|
45
|
+
var clear = React.useCallback(function () {
|
|
46
|
+
if (ref.current) {
|
|
47
|
+
var el_2 = ref.current;
|
|
48
|
+
requestAnimationFrame(function () {
|
|
49
|
+
el_2.style.transform = "";
|
|
50
|
+
setTransition(el_2, initialOptionRef.current);
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
}, [ref, setTransition]);
|
|
54
|
+
React.useEffect(function () {
|
|
55
|
+
if (initialOptionRef.current) {
|
|
56
|
+
to(initialOptionRef.current);
|
|
57
|
+
}
|
|
58
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps -- only run on mount
|
|
59
|
+
}, []);
|
|
60
|
+
return { to: to, clear: clear };
|
|
61
|
+
};
|
|
62
|
+
//# sourceMappingURL=useTransform.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTransform.js","sourceRoot":"","sources":["../../src/hooks/useTransform.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Return b's the occurrence percentage in a.
|
|
3
|
+
* The ordering of a & b matters.
|
|
4
|
+
*/
|
|
5
|
+
declare function intersectionPercentage<T>(a: T[], b: T[]): number;
|
|
6
|
+
declare function toObject<T, V>(array: ReadonlyArray<T>, mapperCallback: (item: T, index: number) => [string, V]): {
|
|
7
|
+
[key: string]: V;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Accepts a list of item and a callback, maps each item with the callback,
|
|
11
|
+
* then removes value of `null`, `undefined`, `NaN` from the resulting list.
|
|
12
|
+
* Other falsy values are **NOT** removed.
|
|
13
|
+
*
|
|
14
|
+
* @param array List of items to be filtered
|
|
15
|
+
* @param callback Callback to transform item
|
|
16
|
+
*/
|
|
17
|
+
declare function compactMap<T, V>(array: ReadonlyArray<T>, callback: (item: T, index: number) => V): Array<NonNullable<V>>;
|
|
18
|
+
/**
|
|
19
|
+
* If element exists in array, it will return a new array without this element.
|
|
20
|
+
* If element not exists in array, it will return a new array with this element in the last.
|
|
21
|
+
*/
|
|
22
|
+
declare function toggleElement<T>(array: ReadonlyArray<T>, element: T): T[];
|
|
23
|
+
export declare const ArrayUtil: Readonly<{
|
|
24
|
+
intersectionPercentage: typeof intersectionPercentage;
|
|
25
|
+
toObject: typeof toObject;
|
|
26
|
+
compactMap: typeof compactMap;
|
|
27
|
+
toggleElement: typeof toggleElement;
|
|
28
|
+
}>;
|
|
29
|
+
export {};
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
var __read = (this && this.__read) || function (o, n) {
|
|
2
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
3
|
+
if (!m) return o;
|
|
4
|
+
var i = m.call(o), r, ar = [], e;
|
|
5
|
+
try {
|
|
6
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
7
|
+
}
|
|
8
|
+
catch (error) { e = { error: error }; }
|
|
9
|
+
finally {
|
|
10
|
+
try {
|
|
11
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
12
|
+
}
|
|
13
|
+
finally { if (e) throw e.error; }
|
|
14
|
+
}
|
|
15
|
+
return ar;
|
|
16
|
+
};
|
|
17
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
18
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
19
|
+
if (ar || !(i in from)) {
|
|
20
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
21
|
+
ar[i] = from[i];
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Return b's the occurrence percentage in a.
|
|
28
|
+
* The ordering of a & b matters.
|
|
29
|
+
*/
|
|
30
|
+
function intersectionPercentage(a, b) {
|
|
31
|
+
if (a.length === 0) {
|
|
32
|
+
return 0;
|
|
33
|
+
}
|
|
34
|
+
return (a.filter(function (_) { return b.includes(_); }).length / a.length) * 100;
|
|
35
|
+
}
|
|
36
|
+
function toObject(array, mapperCallback) {
|
|
37
|
+
var result = {};
|
|
38
|
+
array.forEach(function (item, index) {
|
|
39
|
+
var mappedKV = mapperCallback(item, index);
|
|
40
|
+
result[mappedKV[0]] = mappedKV[1];
|
|
41
|
+
});
|
|
42
|
+
return result;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Accepts a list of item and a callback, maps each item with the callback,
|
|
46
|
+
* then removes value of `null`, `undefined`, `NaN` from the resulting list.
|
|
47
|
+
* Other falsy values are **NOT** removed.
|
|
48
|
+
*
|
|
49
|
+
* @param array List of items to be filtered
|
|
50
|
+
* @param callback Callback to transform item
|
|
51
|
+
*/
|
|
52
|
+
function compactMap(array, callback) {
|
|
53
|
+
return array.map(callback).filter(function (_) { return _ !== null && _ !== undefined && (typeof _ !== "number" || !Number.isNaN(_)); });
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* If element exists in array, it will return a new array without this element.
|
|
57
|
+
* If element not exists in array, it will return a new array with this element in the last.
|
|
58
|
+
*/
|
|
59
|
+
function toggleElement(array, element) {
|
|
60
|
+
var index = array.indexOf(element);
|
|
61
|
+
if (index >= 0) {
|
|
62
|
+
var clonedArray = __spreadArray([], __read(array), false);
|
|
63
|
+
clonedArray.splice(index, 1);
|
|
64
|
+
return clonedArray;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
return __spreadArray(__spreadArray([], __read(array), false), [element], false);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
export var ArrayUtil = Object.freeze({
|
|
71
|
+
intersectionPercentage: intersectionPercentage,
|
|
72
|
+
toObject: toObject,
|
|
73
|
+
compactMap: compactMap,
|
|
74
|
+
toggleElement: toggleElement,
|
|
75
|
+
});
|
|
76
|
+
//# sourceMappingURL=ArrayUtil.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrayUtil.js","sourceRoot":"","sources":["../../src/internal/ArrayUtil.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;GAGG;AACH,SAAS,sBAAsB,CAAI,CAAM,EAAE,CAAM;IAC7C,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;QAChB,OAAO,CAAC,CAAC;KACZ;IACD,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,UAAA,CAAC,IAAI,OAAA,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAb,CAAa,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC;AAClE,CAAC;AAED,SAAS,QAAQ,CAAO,KAAuB,EAAE,cAAuD;IACpG,IAAM,MAAM,GAAuB,EAAE,CAAC;IACtC,KAAK,CAAC,OAAO,CAAC,UAAC,IAAI,EAAE,KAAK;QACtB,IAAM,QAAQ,GAAG,cAAc,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;QAC7C,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;IACtC,CAAC,CAAC,CAAC;IACH,OAAO,MAAM,CAAC;AAClB,CAAC;AAED;;;;;;;GAOG;AACH,SAAS,UAAU,CAAO,KAAuB,EAAE,QAAuC;IACtF,OAAO,KAAK,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,UAAA,CAAC,IAAI,OAAA,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,SAAS,IAAI,CAAC,OAAO,CAAC,KAAK,QAAQ,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAA5E,CAA4E,CAA0B,CAAC;AAClJ,CAAC;AAED;;;GAGG;AACH,SAAS,aAAa,CAAI,KAAuB,EAAE,OAAU;IACzD,IAAM,KAAK,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IACrC,IAAI,KAAK,IAAI,CAAC,EAAE;QACZ,IAAM,WAAW,4BAAO,KAAK,SAAC,CAAC;QAC/B,WAAW,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;QAC7B,OAAO,WAAW,CAAC;KACtB;SAAM;QACH,8CAAW,KAAK,YAAE,OAAO,UAAE;KAC9B;AACL,CAAC;AAED,MAAM,CAAC,IAAM,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC;IACnC,sBAAsB,wBAAA;IACtB,QAAQ,UAAA;IACR,UAAU,YAAA;IACV,aAAa,eAAA;CAChB,CAAC,CAAC"}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* an expirable local storage (Singleton)
|
|
3
|
+
*/
|
|
4
|
+
export declare class ExpirableLocalStorage {
|
|
5
|
+
private static readonly PREFIX;
|
|
6
|
+
private static readonly TRUE;
|
|
7
|
+
private static readonly FALSE;
|
|
8
|
+
private static readonly DEFAULT_DATA_VALUE;
|
|
9
|
+
private static instance;
|
|
10
|
+
private storage;
|
|
11
|
+
/**
|
|
12
|
+
* get the ExpirableStorage instance
|
|
13
|
+
*/
|
|
14
|
+
static getInstance(): ExpirableLocalStorage;
|
|
15
|
+
/**
|
|
16
|
+
* set boolean value
|
|
17
|
+
* @param key storage key
|
|
18
|
+
* @param value boolean value
|
|
19
|
+
* @param expiryTimestamp expiry timestamp
|
|
20
|
+
*/
|
|
21
|
+
setBool(key: string, value: boolean, expiryTimestamp: number): void;
|
|
22
|
+
/**
|
|
23
|
+
* set string
|
|
24
|
+
* @param key storage key
|
|
25
|
+
* @param value string value
|
|
26
|
+
* @param expiryTimestamp expiry timestamp
|
|
27
|
+
*/
|
|
28
|
+
setString(key: string, value: string, expiryTimestamp: number): void;
|
|
29
|
+
/**
|
|
30
|
+
* set number
|
|
31
|
+
* @param key storage key
|
|
32
|
+
* @param value number value
|
|
33
|
+
* @param expiryTimestamp expiry timestamp
|
|
34
|
+
*/
|
|
35
|
+
setNumber(key: string, value: number, expiryTimestamp: number): void;
|
|
36
|
+
/**
|
|
37
|
+
* set object
|
|
38
|
+
* @param key storage key
|
|
39
|
+
* @param item object
|
|
40
|
+
* @param expiryTimestamp expiry timestamp
|
|
41
|
+
*/
|
|
42
|
+
setObject<T extends object>(key: string, item: T, expiryTimestamp: number): void;
|
|
43
|
+
/**
|
|
44
|
+
* get boolean value
|
|
45
|
+
* @param key storage key
|
|
46
|
+
* @param defaultValue default value
|
|
47
|
+
* @returns boolean value
|
|
48
|
+
*/
|
|
49
|
+
getBool(key: string, defaultValue: boolean): boolean;
|
|
50
|
+
/**
|
|
51
|
+
* get string value
|
|
52
|
+
* @param key storage key
|
|
53
|
+
* @param defaultValue default value
|
|
54
|
+
* @param validValues valid values
|
|
55
|
+
* @returns string value
|
|
56
|
+
*/
|
|
57
|
+
getString<T extends string = string>(key: string, defaultValue: T, validValues?: readonly T[]): T;
|
|
58
|
+
/**
|
|
59
|
+
* get number value
|
|
60
|
+
* @param key storage key
|
|
61
|
+
* @param defaultValue default value
|
|
62
|
+
* @param validator validator
|
|
63
|
+
* @returns number value
|
|
64
|
+
*/
|
|
65
|
+
getNumber(key: string, defaultValue: number, validator?: number[] | ((value: number) => boolean)): number;
|
|
66
|
+
/**
|
|
67
|
+
* get object value
|
|
68
|
+
* @param key storage key
|
|
69
|
+
* @param defaultValue default value
|
|
70
|
+
* @param validator validator
|
|
71
|
+
* @returns object value
|
|
72
|
+
*/
|
|
73
|
+
getObject<T extends object>(key: string, defaultValue: T, validator: (item: object) => boolean): T;
|
|
74
|
+
/**
|
|
75
|
+
* get the raw localstorage data
|
|
76
|
+
* @param key storage key
|
|
77
|
+
* @returns raw data
|
|
78
|
+
*/
|
|
79
|
+
getRaw(key: string): string | null;
|
|
80
|
+
/**
|
|
81
|
+
* The ExpirableStorage's constructor should always be private to prevent direct
|
|
82
|
+
* construction calls with the `new` operator.
|
|
83
|
+
*/
|
|
84
|
+
private constructor();
|
|
85
|
+
/**
|
|
86
|
+
* get current timestamp
|
|
87
|
+
* @returns current timestamp
|
|
88
|
+
*/
|
|
89
|
+
private now;
|
|
90
|
+
/**
|
|
91
|
+
* get value
|
|
92
|
+
* @param key storage key
|
|
93
|
+
* @param defaultValue
|
|
94
|
+
* @param transformer
|
|
95
|
+
* @returns
|
|
96
|
+
*/
|
|
97
|
+
private get;
|
|
98
|
+
/**
|
|
99
|
+
* set value
|
|
100
|
+
* @param key storage key
|
|
101
|
+
* @param value storage value
|
|
102
|
+
* @param expiryTimestamp The "expiryTimestamp" (expiration time) claim identifies the expiration time on or after which the value MUST NOT be accepted for processing. The processing of the "expiryTimestamp" claim requires that the current date/time MUST be before the expiration date/time listed in the "expiryTimestamp" claim.
|
|
103
|
+
*/
|
|
104
|
+
private set;
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* @param key storage key
|
|
108
|
+
* @returns the original localstorage canonical key with prefix like "@@EXPIRABLE/key"
|
|
109
|
+
*/
|
|
110
|
+
private canonicalKey;
|
|
111
|
+
private getData;
|
|
112
|
+
/**
|
|
113
|
+
* set Data
|
|
114
|
+
* @param key storage key
|
|
115
|
+
* @param data storage value
|
|
116
|
+
*/
|
|
117
|
+
private setData;
|
|
118
|
+
private clear;
|
|
119
|
+
/**
|
|
120
|
+
* delete the expired keys
|
|
121
|
+
*/
|
|
122
|
+
private prune;
|
|
123
|
+
}
|