@pinnacle0/web-ui 0.3.36 → 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
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {useElementScrollState} from "./useElementScrollState";
|
|
3
|
-
import type {SwipeHookResult, SwipeState} from "../../../../hooks/useSwipe";
|
|
4
|
-
import {Direction, useSwipe} from "../../../../hooks/useSwipe";
|
|
5
|
-
import {useTransform} from "../../../../hooks/useTransform";
|
|
6
|
-
|
|
7
|
-
export type Boundary = "upper" | "lower" | null;
|
|
8
|
-
|
|
9
|
-
interface BounceSwipeState extends SwipeState {
|
|
10
|
-
// always be null when inner content is not scrollable
|
|
11
|
-
boundary: Boundary;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export type BounceSwipeHandler = (state: BounceSwipeState) => void;
|
|
15
|
-
|
|
16
|
-
type BounceSwipeHookResult = SwipeHookResult;
|
|
17
|
-
|
|
18
|
-
interface BounceSwipeHandlers {
|
|
19
|
-
onMove?: BounceSwipeHandler;
|
|
20
|
-
onStart?: BounceSwipeHandler;
|
|
21
|
-
onEnd?: BounceSwipeHandler;
|
|
22
|
-
onCancel?: BounceSwipeHandler;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
interface BounceSwipeOption extends BounceSwipeHandlers {
|
|
26
|
-
axis: "vertical" | "horizontal";
|
|
27
|
-
// Use to determine content is scrollable or not
|
|
28
|
-
contentRef: React.RefObject<HTMLElement>;
|
|
29
|
-
// Element Ref which is going to be applied bounce transform and animation
|
|
30
|
-
animatedRef: React.RefObject<HTMLElement>;
|
|
31
|
-
baseOffset?: number;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export const useBounceSwipe = (options: BounceSwipeOption): BounceSwipeHookResult => {
|
|
35
|
-
const {contentRef, animatedRef, axis, baseOffset = 0, onStart, onMove, onEnd, onCancel} = options;
|
|
36
|
-
const [boundary, setBoundary] = React.useState<Boundary>(null);
|
|
37
|
-
const transform = useTransform(animatedRef, {duration: 300, timingFunction: "cubic-bezier(0, 0.61, 0.28, 1.22)", property: "transform"});
|
|
38
|
-
const startOffsetRef = React.useRef(0);
|
|
39
|
-
|
|
40
|
-
const isX = React.useMemo(() => axis === "horizontal", [axis]);
|
|
41
|
-
const isY = React.useMemo(() => axis === "vertical", [axis]);
|
|
42
|
-
const {isScrollable, isScrollTop, isScrollBottom, isScrollLeft, isScrollRight} = useElementScrollState(contentRef);
|
|
43
|
-
|
|
44
|
-
const threshold = ({direction}: SwipeState): boolean => {
|
|
45
|
-
if (isY) {
|
|
46
|
-
return (direction === Direction.DOWN && isScrollTop()) || (direction === Direction.UP && isScrollBottom());
|
|
47
|
-
} else {
|
|
48
|
-
return (direction === Direction.RIGHT && isScrollLeft()) || (direction === Direction.LEFT && isScrollRight());
|
|
49
|
-
}
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const clearSwipe = () => {
|
|
53
|
-
startOffsetRef.current = 0;
|
|
54
|
-
setBoundary(null);
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
React.useEffect(() => {
|
|
58
|
-
// Changing overflow style to fixed laggy bounce swipe in chrome
|
|
59
|
-
if (contentRef.current) {
|
|
60
|
-
if (boundary) {
|
|
61
|
-
contentRef.current.style.overflow = "hidden";
|
|
62
|
-
} else {
|
|
63
|
-
contentRef.current.style.overflow = "auto";
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}, [boundary, contentRef]);
|
|
67
|
-
|
|
68
|
-
const getOffset = (delta: [number, number], boundary: Boundary): Readonly<[number, number]> | null => {
|
|
69
|
-
let resultOffset: Readonly<[number, number]> | null = [0, 0];
|
|
70
|
-
const limitedOffset = delta[isX ? 0 : 1] - startOffsetRef.current + baseOffset;
|
|
71
|
-
const computeResultOffset = (value: number) => [isX ? value : 0, isY ? value : 0] as const;
|
|
72
|
-
if (boundary === "upper") {
|
|
73
|
-
resultOffset = limitedOffset < 0 ? null : computeResultOffset(limitedOffset);
|
|
74
|
-
} else if (boundary === "lower") {
|
|
75
|
-
resultOffset = limitedOffset > 0 ? null : computeResultOffset(limitedOffset);
|
|
76
|
-
} else {
|
|
77
|
-
resultOffset = computeResultOffset(limitedOffset);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
return resultOffset;
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
const handlers = useSwipe(
|
|
84
|
-
{
|
|
85
|
-
onStart: state => {
|
|
86
|
-
const {
|
|
87
|
-
delta: [x, y],
|
|
88
|
-
direction,
|
|
89
|
-
} = state;
|
|
90
|
-
isScrollable(axis) && setBoundary(direction === Direction.DOWN ? "upper" : "lower");
|
|
91
|
-
startOffsetRef.current = isX ? x : y;
|
|
92
|
-
onStart?.({...state, boundary});
|
|
93
|
-
},
|
|
94
|
-
onMove: state => {
|
|
95
|
-
const {delta, cancel} = state;
|
|
96
|
-
const offset = getOffset(delta, boundary);
|
|
97
|
-
if (!offset) {
|
|
98
|
-
cancel();
|
|
99
|
-
} else {
|
|
100
|
-
const [x, y] = offset;
|
|
101
|
-
transform.to({x, y, immediate: true});
|
|
102
|
-
onMove?.({...state, boundary});
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
onEnd: state => {
|
|
106
|
-
onEnd?.({...state, boundary});
|
|
107
|
-
transform.clear();
|
|
108
|
-
clearSwipe();
|
|
109
|
-
},
|
|
110
|
-
onCancel: state => {
|
|
111
|
-
onCancel?.({...state, boundary});
|
|
112
|
-
transform.clear();
|
|
113
|
-
clearSwipe();
|
|
114
|
-
},
|
|
115
|
-
},
|
|
116
|
-
{threshold}
|
|
117
|
-
);
|
|
118
|
-
|
|
119
|
-
return handlers;
|
|
120
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
// need to cache scrollable results
|
|
4
|
-
|
|
5
|
-
// only change when window resize, data change, and css change
|
|
6
|
-
|
|
7
|
-
export const useElementScrollState = (ref: React.RefObject<HTMLElement | null>) => {
|
|
8
|
-
const isScrollable = React.useCallback(
|
|
9
|
-
(direction: "vertical" | "horizontal") => {
|
|
10
|
-
if (ref.current) {
|
|
11
|
-
const element = ref.current;
|
|
12
|
-
return direction === "vertical" ? element.scrollHeight > element.clientHeight : element.scrollWidth > element.clientWidth;
|
|
13
|
-
} else {
|
|
14
|
-
return false;
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
[ref]
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
const isScrollTop = React.useCallback(() => ref.current?.scrollTop === 0, [ref]);
|
|
21
|
-
const isScrollBottom = React.useCallback(() => {
|
|
22
|
-
const element = ref.current;
|
|
23
|
-
if (element) {
|
|
24
|
-
const {scrollHeight, scrollTop, clientHeight} = element;
|
|
25
|
-
return Math.ceil(scrollTop) + clientHeight >= scrollHeight;
|
|
26
|
-
} else {
|
|
27
|
-
return false;
|
|
28
|
-
}
|
|
29
|
-
}, [ref]);
|
|
30
|
-
|
|
31
|
-
const isScrollLeft = React.useCallback(() => ref.current?.scrollLeft === 0, [ref]);
|
|
32
|
-
const isScrollRight = React.useCallback(() => {
|
|
33
|
-
const element = ref.current;
|
|
34
|
-
if (element) {
|
|
35
|
-
const {scrollWidth, scrollLeft, clientWidth} = element;
|
|
36
|
-
return Math.ceil(scrollLeft) + clientWidth >= scrollWidth;
|
|
37
|
-
} else {
|
|
38
|
-
return false;
|
|
39
|
-
}
|
|
40
|
-
}, [ref]);
|
|
41
|
-
|
|
42
|
-
return {isScrollTop, isScrollBottom, isScrollLeft, isScrollRight, isScrollable};
|
|
43
|
-
};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* This hook prevent loading state causing ui to flash
|
|
5
|
-
* For instance, in real life loading only last for 50ms, so it make loading ui appear in a blink of an eye, which is not good
|
|
6
|
-
* Hook will only delay the loading state change from true to false, it force loading ui at least appear for a period of time
|
|
7
|
-
* @param loading
|
|
8
|
-
* @param delay
|
|
9
|
-
* @returns
|
|
10
|
-
*/
|
|
11
|
-
export const useLoadingWithDelay = (loading: boolean, delay: number): Readonly<boolean> => {
|
|
12
|
-
const [loadingWithDelay, setLoadingWithDelay] = React.useState(loading);
|
|
13
|
-
const startTimeRef = React.useRef<number | null>(null);
|
|
14
|
-
const setLoadingRef = React.useRef<(value: boolean) => void>();
|
|
15
|
-
|
|
16
|
-
const setLoading = React.useCallback(
|
|
17
|
-
(value: boolean) => {
|
|
18
|
-
if (value) {
|
|
19
|
-
setLoadingWithDelay(true);
|
|
20
|
-
startTimeRef.current = Date.now();
|
|
21
|
-
setTimeout(() => (startTimeRef.current = null), delay);
|
|
22
|
-
} else {
|
|
23
|
-
if (startTimeRef.current) {
|
|
24
|
-
setTimeout(() => setLoadingWithDelay(false), Math.abs(delay - (Date.now() - startTimeRef.current)));
|
|
25
|
-
} else {
|
|
26
|
-
setLoadingWithDelay(value);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
[delay]
|
|
31
|
-
);
|
|
32
|
-
|
|
33
|
-
setLoadingRef.current = setLoading;
|
|
34
|
-
|
|
35
|
-
React.useEffect(() => {
|
|
36
|
-
setLoadingRef.current?.(loading);
|
|
37
|
-
}, [loading]);
|
|
38
|
-
|
|
39
|
-
return loadingWithDelay;
|
|
40
|
-
};
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
export const PULL_DOWN_REFRESH_THRESHOLD = 50;
|
|
2
|
-
|
|
3
|
-
export type LoadingType = "refresh" | "loading" | null;
|
|
4
|
-
|
|
5
|
-
export interface FlatListItemProps<T> {
|
|
6
|
-
data: T;
|
|
7
|
-
index: number;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export type Gap =
|
|
11
|
-
| {
|
|
12
|
-
top?: number;
|
|
13
|
-
bottom?: number;
|
|
14
|
-
left?: number;
|
|
15
|
-
right?: number;
|
|
16
|
-
}
|
|
17
|
-
| number;
|
|
18
|
-
export type ItemRenderer<T> = React.FunctionComponent<FlatListItemProps<T>>;
|
|
19
|
-
|
|
20
|
-
export type RowKey<T> = (keyof T & string) | ((data: T, index: number) => string) | "index";
|
|
21
|
-
|
|
22
|
-
export interface FlatListProps<T> {
|
|
23
|
-
data: T[];
|
|
24
|
-
renderItem: ItemRenderer<T>;
|
|
25
|
-
rowKey: RowKey<T>;
|
|
26
|
-
loading?: boolean;
|
|
27
|
-
className?: string;
|
|
28
|
-
style?: React.CSSProperties;
|
|
29
|
-
/** When either onPullUpLoading or onPullDownRefresh is given, loading must be given too */
|
|
30
|
-
onPullUpLoading?: () => void;
|
|
31
|
-
onPullDownRefresh?: () => void;
|
|
32
|
-
emptyPlaceholder?: string | React.ReactElement;
|
|
33
|
-
contentStyle?: React.CSSProperties;
|
|
34
|
-
bounceEffect?: boolean;
|
|
35
|
-
hideFooter?: boolean;
|
|
36
|
-
gap?: Gap;
|
|
37
|
-
pullDownRefreshMessage?: React.ReactElement | string;
|
|
38
|
-
pullDownRefreshingMessage?: React.ReactElement | string;
|
|
39
|
-
pullUpLoadMoreMessage?: React.ReactElement | string;
|
|
40
|
-
pullUpLoadingMessage?: React.ReactElement | string;
|
|
41
|
-
endOfListMessage?: React.ReactElement | string;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
export interface FlatListItemProps<T> {
|
|
45
|
-
data: T;
|
|
46
|
-
index: number;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export interface FooterData {
|
|
50
|
-
__markedAsFooterData: true;
|
|
51
|
-
loading: boolean;
|
|
52
|
-
ended: boolean;
|
|
53
|
-
loadMoreMessage?: React.ReactElement | string;
|
|
54
|
-
loadingMessage?: React.ReactElement | string;
|
|
55
|
-
endMessage?: React.ReactElement | string;
|
|
56
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {classNames} from "../../util/ClassNames";
|
|
3
|
-
import type {SafeReactChild, SafeReactChildren} from "../../internal/type";
|
|
4
|
-
import "./index.less";
|
|
5
|
-
|
|
6
|
-
export interface Props {
|
|
7
|
-
title: SafeReactChild;
|
|
8
|
-
children: SafeReactChildren;
|
|
9
|
-
expanded: boolean;
|
|
10
|
-
onExpansionChange: (expanded: boolean) => void;
|
|
11
|
-
titleRight?: SafeReactChild;
|
|
12
|
-
className?: string;
|
|
13
|
-
style?: React.CSSProperties;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export class Foldable extends React.PureComponent<Props> {
|
|
17
|
-
static displayName = "Foldable";
|
|
18
|
-
|
|
19
|
-
expand = () => this.props.onExpansionChange(true);
|
|
20
|
-
|
|
21
|
-
fold = () => this.props.onExpansionChange(false);
|
|
22
|
-
|
|
23
|
-
render() {
|
|
24
|
-
const {title, children, titleRight, className, style, expanded} = this.props;
|
|
25
|
-
return (
|
|
26
|
-
<div className={classNames("g-foldable-container", className)} style={style}>
|
|
27
|
-
<div className={classNames("header", expanded ? "expanded" : "folded")}>
|
|
28
|
-
{title}
|
|
29
|
-
<div className="right">
|
|
30
|
-
<div className="custom">{titleRight}</div>
|
|
31
|
-
{expanded ? <a className="expanded" onClick={this.fold} /> : <a className="folded" onClick={this.expand} />}
|
|
32
|
-
</div>
|
|
33
|
-
</div>
|
|
34
|
-
<div className={classNames("content", expanded ? "expanded" : "folded")}>{children}</div>
|
|
35
|
-
</div>
|
|
36
|
-
);
|
|
37
|
-
}
|
|
38
|
-
}
|
package/src/core/Form/Item.tsx
DELETED
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {classNames} from "../../util/ClassNames";
|
|
3
|
-
import {Tooltip} from "../Tooltip";
|
|
4
|
-
import {FormValidationContext} from "./context";
|
|
5
|
-
import type {SafeReactChild} from "../../internal/type";
|
|
6
|
-
|
|
7
|
-
export type FormValidator = () => string | null | Promise<string | null>;
|
|
8
|
-
|
|
9
|
-
export interface Props {
|
|
10
|
-
children: SafeReactChild;
|
|
11
|
-
label?: SafeReactChild;
|
|
12
|
-
required?: boolean;
|
|
13
|
-
extra?: SafeReactChild;
|
|
14
|
-
validator?: FormValidator;
|
|
15
|
-
className?: string;
|
|
16
|
-
labelStyle?: React.CSSProperties;
|
|
17
|
-
widthMode?: "fill" | "auto" | "shrink"; // No affect for <Form layout="inline">
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
interface State {
|
|
21
|
-
errorMessage: string | null;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export class Item extends React.PureComponent<Props, State> {
|
|
25
|
-
static displayName = "Form.Item";
|
|
26
|
-
static contextType = FormValidationContext;
|
|
27
|
-
declare context: React.ContextType<typeof FormValidationContext>;
|
|
28
|
-
|
|
29
|
-
private readonly overlayStyle: React.CSSProperties = {color: "red"};
|
|
30
|
-
|
|
31
|
-
constructor(props: Props) {
|
|
32
|
-
super(props);
|
|
33
|
-
this.state = {errorMessage: null};
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
componentDidMount() {
|
|
37
|
-
this.context.registerValidator(this.validate);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
componentWillUnmount() {
|
|
41
|
-
this.context.unregisterValidator(this.validate);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
validate = async (): Promise<boolean> => {
|
|
45
|
-
const {validator} = this.props;
|
|
46
|
-
if (validator) {
|
|
47
|
-
const errorMessage = await validator();
|
|
48
|
-
this.setState({errorMessage});
|
|
49
|
-
return errorMessage === null;
|
|
50
|
-
} else {
|
|
51
|
-
return true;
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
render() {
|
|
56
|
-
const {label, children, className, required, extra, labelStyle, widthMode} = this.props;
|
|
57
|
-
const {errorMessage} = this.state;
|
|
58
|
-
const errorDisplayMode = this.context.errorDisplayMode();
|
|
59
|
-
|
|
60
|
-
const childrenNode = typeof children === "number" || typeof children === "string" ? <span className="pure-text">{children}</span> : children;
|
|
61
|
-
const extraMessageNode = extra && <div className="message">{extra}</div>;
|
|
62
|
-
|
|
63
|
-
return (
|
|
64
|
-
<div className={classNames("g-form-item", className)}>
|
|
65
|
-
<div className={classNames("g-form-item-label", {required})} style={labelStyle}>
|
|
66
|
-
{label && <label>{label}</label>}
|
|
67
|
-
</div>
|
|
68
|
-
<div className={classNames("g-form-item-children", {"has-error": errorMessage}, widthMode ? `width-${widthMode}` : "")}>
|
|
69
|
-
{errorDisplayMode.type === "extra" ? (
|
|
70
|
-
<React.Fragment>
|
|
71
|
-
{childrenNode}
|
|
72
|
-
{extraMessageNode}
|
|
73
|
-
{errorMessage && <div className="message error">{errorMessage}</div>}
|
|
74
|
-
</React.Fragment>
|
|
75
|
-
) : (
|
|
76
|
-
<React.Fragment>
|
|
77
|
-
<Tooltip title={errorMessage} visible={errorMessage !== null} placement={errorDisplayMode.placement || "right"} color="white" overlayInnerStyle={this.overlayStyle}>
|
|
78
|
-
{childrenNode}
|
|
79
|
-
</Tooltip>
|
|
80
|
-
{extraMessageNode}
|
|
81
|
-
</React.Fragment>
|
|
82
|
-
)}
|
|
83
|
-
</div>
|
|
84
|
-
</div>
|
|
85
|
-
);
|
|
86
|
-
}
|
|
87
|
-
}
|
package/src/core/Form/context.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type {TooltipPlacement} from "../Tooltip";
|
|
3
|
-
|
|
4
|
-
export type FormErrorDisplayMode = {type: "popover"; placement?: TooltipPlacement} | {type: "extra"};
|
|
5
|
-
|
|
6
|
-
export interface FormValidationContextType {
|
|
7
|
-
registerValidator: (validator: () => Promise<boolean>) => void;
|
|
8
|
-
unregisterValidator: (validator: () => Promise<boolean>) => void;
|
|
9
|
-
errorDisplayMode: () => FormErrorDisplayMode;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export const FormValidationContext = React.createContext<FormValidationContextType>({
|
|
13
|
-
registerValidator: () => {},
|
|
14
|
-
unregisterValidator: () => {},
|
|
15
|
-
errorDisplayMode: () => ({type: "extra"}),
|
|
16
|
-
});
|
package/src/core/Form/index.tsx
DELETED
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {classNames} from "../../util/ClassNames";
|
|
3
|
-
import {Spin} from "../Spin";
|
|
4
|
-
import {Button} from "../Button";
|
|
5
|
-
import {FormValidationContext} from "./context";
|
|
6
|
-
import {i18n} from "../../internal/i18n/core";
|
|
7
|
-
import {Item} from "./Item";
|
|
8
|
-
import type {PickOptional} from "../../internal/type";
|
|
9
|
-
import type {FormErrorDisplayMode, FormValidationContextType} from "./context";
|
|
10
|
-
import "./index.less";
|
|
11
|
-
|
|
12
|
-
export interface Props {
|
|
13
|
-
children: React.ReactNode;
|
|
14
|
-
id?: string;
|
|
15
|
-
className?: string;
|
|
16
|
-
style?: React.CSSProperties;
|
|
17
|
-
layout?: "horizontal" | "vertical" | "inline";
|
|
18
|
-
errorDisplayMode?: FormErrorDisplayMode;
|
|
19
|
-
loading?: boolean;
|
|
20
|
-
onFinish?: () => void;
|
|
21
|
-
buttonText?: string;
|
|
22
|
-
buttonDisabled?: boolean;
|
|
23
|
-
buttonStyle?: React.CSSProperties;
|
|
24
|
-
buttonRenderer?: ((submitButton: React.ReactElement, isValidating: boolean, loading?: boolean) => React.ReactElement) | null;
|
|
25
|
-
allowBrowserAutoComplete?: boolean;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
interface State {
|
|
29
|
-
isValidating: boolean;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export class Form extends React.PureComponent<Props, State> {
|
|
33
|
-
static displayName = "Form";
|
|
34
|
-
static defaultProps: PickOptional<Props> = {
|
|
35
|
-
layout: "horizontal",
|
|
36
|
-
errorDisplayMode: {type: "extra"},
|
|
37
|
-
};
|
|
38
|
-
static Item = Item;
|
|
39
|
-
|
|
40
|
-
private readonly validationContext: FormValidationContextType;
|
|
41
|
-
private validators: Array<() => Promise<boolean>> = [];
|
|
42
|
-
|
|
43
|
-
constructor(props: Props) {
|
|
44
|
-
super(props);
|
|
45
|
-
|
|
46
|
-
this.state = {
|
|
47
|
-
isValidating: false,
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
this.validationContext = {
|
|
51
|
-
registerValidator: validator => this.validators.push(validator),
|
|
52
|
-
unregisterValidator: validator => {
|
|
53
|
-
const index = this.validators.indexOf(validator);
|
|
54
|
-
if (index >= 0) {
|
|
55
|
-
this.validators.splice(index, 1);
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
errorDisplayMode: () => this.props.errorDisplayMode!,
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
// Exposed for outer ref use, not recommended
|
|
63
|
-
triggerSubmit = async () => {
|
|
64
|
-
const {onFinish} = this.props;
|
|
65
|
-
try {
|
|
66
|
-
this.setState({isValidating: true});
|
|
67
|
-
const validatorResults = await Promise.all(this.validators.map(_ => _()));
|
|
68
|
-
if (validatorResults.every(_ => _)) {
|
|
69
|
-
// Also true even if validatorResults is []
|
|
70
|
-
onFinish?.();
|
|
71
|
-
return true;
|
|
72
|
-
}
|
|
73
|
-
return false;
|
|
74
|
-
} finally {
|
|
75
|
-
this.setState({isValidating: false});
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
onSubmit = async (event: React.FormEvent) => {
|
|
80
|
-
event.preventDefault();
|
|
81
|
-
event.stopPropagation();
|
|
82
|
-
await this.triggerSubmit();
|
|
83
|
-
};
|
|
84
|
-
|
|
85
|
-
renderSubmitButton() {
|
|
86
|
-
const {loading, buttonRenderer: defaultButtonRenderer, buttonDisabled, buttonStyle, buttonText} = this.props;
|
|
87
|
-
const {isValidating} = this.state;
|
|
88
|
-
const buttonRenderer = defaultButtonRenderer === undefined ? (submitButton: React.ReactElement) => submitButton : defaultButtonRenderer;
|
|
89
|
-
const t = i18n();
|
|
90
|
-
|
|
91
|
-
const submitButton = (
|
|
92
|
-
<Button className={classNames("g-form-submit-button", {"button-disabled": buttonDisabled})} type="submit" style={buttonStyle} disabled={isValidating || loading || buttonDisabled}>
|
|
93
|
-
{isValidating || loading ? <Spin spinning size="small" /> : buttonText || t.submit}
|
|
94
|
-
</Button>
|
|
95
|
-
);
|
|
96
|
-
|
|
97
|
-
return buttonRenderer !== null ? <Form.Item className="g-form-submit-form-item">{buttonRenderer(submitButton, isValidating, loading)}</Form.Item> : null;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
render() {
|
|
101
|
-
const {children, id, className, style, layout, allowBrowserAutoComplete} = this.props;
|
|
102
|
-
return (
|
|
103
|
-
<form autoComplete={allowBrowserAutoComplete ? undefined : "off"} id={id} className={classNames("g-form", `g-form-${layout}`, className)} style={style} onSubmit={this.onSubmit}>
|
|
104
|
-
<FormValidationContext.Provider value={this.validationContext}>{children}</FormValidationContext.Provider>
|
|
105
|
-
{this.renderSubmitButton()}
|
|
106
|
-
</form>
|
|
107
|
-
);
|
|
108
|
-
}
|
|
109
|
-
}
|
package/src/core/Grid.tsx
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {classNames} from "../../util/ClassNames";
|
|
3
|
-
import "./index.less";
|
|
4
|
-
|
|
5
|
-
interface Props {
|
|
6
|
-
html: string;
|
|
7
|
-
className?: string;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export class HTMLContent extends React.PureComponent<Props> {
|
|
11
|
-
static displayName = "HTMLContent";
|
|
12
|
-
|
|
13
|
-
render() {
|
|
14
|
-
const {html, className} = this.props;
|
|
15
|
-
return <div className={classNames("g-html-content", className)} dangerouslySetInnerHTML={{__html: html}} />;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import CloudUploadOutlined from "@ant-design/icons/CloudUploadOutlined";
|
|
3
|
-
import DeleteOutlined from "@ant-design/icons/DeleteOutlined";
|
|
4
|
-
import EyeOutlined from "@ant-design/icons/EyeOutlined";
|
|
5
|
-
import {classNames} from "../../util/ClassNames";
|
|
6
|
-
import {ModalUtil} from "../../util/ModalUtil";
|
|
7
|
-
import {MediaUtil} from "../../util/MediaUtil";
|
|
8
|
-
import {i18n} from "../../internal/i18n/core";
|
|
9
|
-
import type {UploaderProps, UploadSuccessLogEntry} from "../../util/UploadUtil/type";
|
|
10
|
-
import {Uploader} from "../../core/Uploader";
|
|
11
|
-
import {Tooltip} from "../../core/Tooltip";
|
|
12
|
-
import "./index.less";
|
|
13
|
-
|
|
14
|
-
export interface Props<SuccessResponseType, ErrorResponseType> extends UploaderProps<SuccessResponseType, ErrorResponseType> {
|
|
15
|
-
imageURL: string | null;
|
|
16
|
-
onChange: (response: SuccessResponseType) => void;
|
|
17
|
-
width: number; // At least 200px if onRemove supported, else at least 150px
|
|
18
|
-
height: number;
|
|
19
|
-
onRemove?: () => void;
|
|
20
|
-
disabled?: boolean;
|
|
21
|
-
fileSizeLimitMB?: number;
|
|
22
|
-
className?: string;
|
|
23
|
-
style?: React.CSSProperties;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export class ImageUploader<SuccessResponseType, ErrorResponseType> extends React.PureComponent<Props<SuccessResponseType, ErrorResponseType>> {
|
|
27
|
-
static displayName = "ImageUploader";
|
|
28
|
-
|
|
29
|
-
openPreviewModal = async (e: React.MouseEvent) => {
|
|
30
|
-
e.stopPropagation();
|
|
31
|
-
const {imageURL} = this.props;
|
|
32
|
-
if (imageURL) {
|
|
33
|
-
await MediaUtil.openImage(imageURL);
|
|
34
|
-
}
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
removeImage = async (e: React.MouseEvent) => {
|
|
38
|
-
e.stopPropagation();
|
|
39
|
-
const {onRemove} = this.props;
|
|
40
|
-
const t = i18n();
|
|
41
|
-
if (await ModalUtil.confirm(t.confirmImageRemoval)) {
|
|
42
|
-
onRemove?.();
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
beforeUpload = (file: File): boolean => {
|
|
47
|
-
const {fileSizeLimitMB} = this.props;
|
|
48
|
-
if (fileSizeLimitMB && file.size > 1024 * 1024 * fileSizeLimitMB) {
|
|
49
|
-
return false;
|
|
50
|
-
}
|
|
51
|
-
return true;
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
preventUploadBehavior = (e: React.MouseEvent) => {
|
|
55
|
-
if (e.target === e.currentTarget) {
|
|
56
|
-
// Only trigger for clicking "Upload" icon
|
|
57
|
-
e.stopPropagation();
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
onUploadSuccess = (logEntry: UploadSuccessLogEntry, response: SuccessResponseType) => {
|
|
62
|
-
const {onChange, onUploadSuccess} = this.props;
|
|
63
|
-
onChange(response);
|
|
64
|
-
onUploadSuccess?.(logEntry, response);
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
renderActionIcon = (name: string, icon: React.ReactElement) => {
|
|
68
|
-
return (
|
|
69
|
-
<Tooltip title={name}>
|
|
70
|
-
<div className="action">{icon}</div>
|
|
71
|
-
</Tooltip>
|
|
72
|
-
);
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
render() {
|
|
76
|
-
const {uploadURL, formField, className, style, imageURL, disabled, width, height, onRemove, onUploadFailure} = this.props;
|
|
77
|
-
const t = i18n();
|
|
78
|
-
return (
|
|
79
|
-
<Uploader<SuccessResponseType, ErrorResponseType>
|
|
80
|
-
accept="image/*"
|
|
81
|
-
formField={formField}
|
|
82
|
-
uploadURL={uploadURL}
|
|
83
|
-
onUploadFailure={onUploadFailure}
|
|
84
|
-
onUploadSuccess={this.onUploadSuccess}
|
|
85
|
-
style={{...style, width, height}}
|
|
86
|
-
className={classNames("g-image-uploader", className)}
|
|
87
|
-
disabled={disabled}
|
|
88
|
-
beforeUpload={this.beforeUpload}
|
|
89
|
-
>
|
|
90
|
-
{imageURL ? (
|
|
91
|
-
<div className="image-container" style={{backgroundImage: `url(${imageURL})`, height}}>
|
|
92
|
-
<div className="overlay" onClick={this.preventUploadBehavior}>
|
|
93
|
-
{this.renderActionIcon(t.preview, <EyeOutlined onClick={this.openPreviewModal} />)}
|
|
94
|
-
{!disabled && this.renderActionIcon(t.upload, <CloudUploadOutlined />)}
|
|
95
|
-
{!disabled && onRemove && this.renderActionIcon(t.delete, <DeleteOutlined onClick={this.removeImage} />)}
|
|
96
|
-
</div>
|
|
97
|
-
</div>
|
|
98
|
-
) : (
|
|
99
|
-
t.uploadHint
|
|
100
|
-
)}
|
|
101
|
-
</Uploader>
|
|
102
|
-
);
|
|
103
|
-
}
|
|
104
|
-
}
|