@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
package/src/core/Input/index.tsx
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import AntInput from "antd/lib/input";
|
|
3
|
-
import type {InputProps, PasswordProps, SearchProps, TextAreaProps, InputRef} from "antd/lib/input";
|
|
4
|
-
import type {ControlledFormValue} from "../../internal/type";
|
|
5
|
-
import "antd/lib/input/style";
|
|
6
|
-
import "./index.less";
|
|
7
|
-
|
|
8
|
-
type ExcludedAntInputKeys = "value" | "onChange" | "addonBefore" | "addonAfter";
|
|
9
|
-
|
|
10
|
-
export interface InputReadonlyProps extends Omit<InputProps, ExcludedAntInputKeys | "readonly" | "disabled" | "allowClear"> {
|
|
11
|
-
value: string;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export interface InputSearchProps extends Omit<SearchProps, ExcludedAntInputKeys>, ControlledFormValue<string> {}
|
|
15
|
-
|
|
16
|
-
export interface InputTextAreaProps extends Omit<TextAreaProps, ExcludedAntInputKeys>, ControlledFormValue<string> {}
|
|
17
|
-
|
|
18
|
-
export interface InputPasswordProps extends Omit<PasswordProps, ExcludedAntInputKeys>, ControlledFormValue<string> {}
|
|
19
|
-
|
|
20
|
-
export interface InputNullableProps extends Omit<InputProps, ExcludedAntInputKeys>, ControlledFormValue<string | null> {}
|
|
21
|
-
|
|
22
|
-
export interface InputNullableTextAreaProps extends Omit<TextAreaProps, ExcludedAntInputKeys>, ControlledFormValue<string | null> {}
|
|
23
|
-
|
|
24
|
-
export interface Props extends Omit<InputProps, ExcludedAntInputKeys>, ControlledFormValue<string> {
|
|
25
|
-
inputRef?: React.RefObject<InputRef>;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export class Input extends React.PureComponent<Props> {
|
|
29
|
-
static displayName = "Input";
|
|
30
|
-
|
|
31
|
-
static Group = AntInput.Group;
|
|
32
|
-
|
|
33
|
-
static Readonly = (props: InputReadonlyProps) => <AntInput onChange={() => {}} readOnly disabled {...props} />;
|
|
34
|
-
|
|
35
|
-
static Search = ({onChange, ...rest}: InputSearchProps) => <AntInput.Search onChange={e => Input.onChange(e, onChange)} {...rest} />;
|
|
36
|
-
|
|
37
|
-
static TextArea = ({onChange, ...rest}: InputTextAreaProps) => <AntInput.TextArea onChange={e => Input.onChange(e, onChange)} {...rest} />;
|
|
38
|
-
|
|
39
|
-
static Password = ({onChange, ...rest}: InputPasswordProps) => <AntInput.Password onChange={e => Input.onChange(e, onChange)} {...rest} />;
|
|
40
|
-
|
|
41
|
-
static Nullable = ({value, onChange, ...rest}: InputNullableProps) => <Input value={value || ""} onChange={value => onChange(value.trim() ? value : null)} {...rest} />;
|
|
42
|
-
|
|
43
|
-
static NullableTextArea = ({value, onChange, ...rest}: InputNullableTextAreaProps) => <Input.TextArea value={value || ""} onChange={value => onChange(value.trim() ? value : null)} {...rest} />;
|
|
44
|
-
|
|
45
|
-
private static onChange = (e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>, onValueChange: (newValue: string) => void) => onValueChange(e.target.value);
|
|
46
|
-
|
|
47
|
-
private antInputRef = React.createRef<InputRef>();
|
|
48
|
-
|
|
49
|
-
componentDidMount() {
|
|
50
|
-
if (this.props.autoFocus) {
|
|
51
|
-
(this.props.inputRef || this.antInputRef).current?.focus();
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
blur = () => (this.props.inputRef || this.antInputRef).current?.blur();
|
|
56
|
-
|
|
57
|
-
focus = () => (this.props.inputRef || this.antInputRef).current?.focus();
|
|
58
|
-
|
|
59
|
-
render() {
|
|
60
|
-
const {onChange, autoFocus, inputRef, ...rest} = this.props;
|
|
61
|
-
return <AntInput {...rest} onChange={e => Input.onChange(e, onChange)} ref={inputRef || this.antInputRef} />;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type {Props as SelectProps, SelectValue, SelectOptionProps} from "./Select";
|
|
2
|
-
import {Select} from "./Select";
|
|
3
|
-
import React from "react";
|
|
4
|
-
|
|
5
|
-
export interface Props<ValueType extends SelectValue> extends Omit<SelectProps<ValueType>, "optionLabelProp"> {}
|
|
6
|
-
|
|
7
|
-
export class LabelledSelect<ValueType extends SelectValue> extends React.PureComponent<Props<ValueType>> {
|
|
8
|
-
static displayName = "LabelledSelect";
|
|
9
|
-
|
|
10
|
-
static Option = Select.Option as React.ComponentType<SelectOptionProps & {label: string}>;
|
|
11
|
-
|
|
12
|
-
render() {
|
|
13
|
-
return <Select optionLabelProp="label" {...this.props} />;
|
|
14
|
-
}
|
|
15
|
-
}
|
package/src/core/Link.tsx
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {NavLink as ReactRouterLink} from "react-router-dom";
|
|
3
|
-
import {classNames} from "../util/ClassNames";
|
|
4
|
-
import type {LocationDescriptorObject} from "history";
|
|
5
|
-
import type {SafeReactChild} from "../internal/type";
|
|
6
|
-
|
|
7
|
-
export interface Props {
|
|
8
|
-
children: SafeReactChild;
|
|
9
|
-
to?: string | (() => void) | LocationDescriptorObject<any>;
|
|
10
|
-
className?: string; // class "g-text-link" will be added if children is pure string
|
|
11
|
-
style?: React.CSSProperties;
|
|
12
|
-
newTab?: boolean; // Default value: If `to` is local (start with /), then false; Else true
|
|
13
|
-
replace?: boolean; // Only work when `to` is local path or LocationDescriptorObject
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export class Link extends React.PureComponent<Props> {
|
|
17
|
-
static displayName = "Link";
|
|
18
|
-
|
|
19
|
-
render() {
|
|
20
|
-
const {to, children, newTab, replace, className, style} = this.props;
|
|
21
|
-
|
|
22
|
-
const fullClassNames: string = classNames(
|
|
23
|
-
{
|
|
24
|
-
"g-text-link": typeof children === "string" || typeof children === "number",
|
|
25
|
-
},
|
|
26
|
-
className
|
|
27
|
-
);
|
|
28
|
-
|
|
29
|
-
if (typeof to === "object") {
|
|
30
|
-
return (
|
|
31
|
-
<ReactRouterLink to={to} replace={replace} className={fullClassNames} style={style}>
|
|
32
|
-
{children}
|
|
33
|
-
</ReactRouterLink>
|
|
34
|
-
);
|
|
35
|
-
} else if (typeof to === "string") {
|
|
36
|
-
if (to.startsWith("/")) {
|
|
37
|
-
return (
|
|
38
|
-
<ReactRouterLink to={to} target={!newTab ? "_self" : "_blank"} replace={replace} className={fullClassNames} style={style}>
|
|
39
|
-
{children}
|
|
40
|
-
</ReactRouterLink>
|
|
41
|
-
);
|
|
42
|
-
} else {
|
|
43
|
-
return (
|
|
44
|
-
<a href={to} target={newTab === undefined || newTab ? "_blank" : "_self"} className={fullClassNames} style={style}>
|
|
45
|
-
{children}
|
|
46
|
-
</a>
|
|
47
|
-
);
|
|
48
|
-
}
|
|
49
|
-
} else {
|
|
50
|
-
return (
|
|
51
|
-
<a onClick={to} className={fullClassNames} style={style}>
|
|
52
|
-
{children}
|
|
53
|
-
</a>
|
|
54
|
-
);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type {SafeReactChildren} from "../internal/type";
|
|
3
|
-
import AntUpload from "antd/lib/upload";
|
|
4
|
-
import {i18n} from "../internal/i18n/core";
|
|
5
|
-
import {TextUtil} from "../internal/TextUtil";
|
|
6
|
-
import {Spin} from "./Spin";
|
|
7
|
-
import "antd/lib/upload/style";
|
|
8
|
-
|
|
9
|
-
export interface Props {
|
|
10
|
-
type: "txt" | "csv";
|
|
11
|
-
onImport: (file: File) => Promise<void> | void;
|
|
12
|
-
children?: SafeReactChildren;
|
|
13
|
-
className?: string;
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
style?: React.CSSProperties;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
interface State {
|
|
19
|
-
importing: boolean;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export class LocalImporter extends React.PureComponent<Props, State> {
|
|
23
|
-
static displayName = "LocalImporter";
|
|
24
|
-
|
|
25
|
-
constructor(props: Props) {
|
|
26
|
-
super(props);
|
|
27
|
-
this.state = {importing: false};
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
beforeUpload = async (file: File): Promise<false> => {
|
|
31
|
-
try {
|
|
32
|
-
this.setState({importing: true});
|
|
33
|
-
await this.props.onImport(file);
|
|
34
|
-
} finally {
|
|
35
|
-
this.setState({importing: false});
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
return false;
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
render() {
|
|
42
|
-
const {type, children, className, disabled, style} = this.props;
|
|
43
|
-
const {importing} = this.state;
|
|
44
|
-
const t = i18n();
|
|
45
|
-
return (
|
|
46
|
-
<AntUpload.Dragger
|
|
47
|
-
showUploadList={false}
|
|
48
|
-
multiple={false}
|
|
49
|
-
accept={type === "txt" ? ".txt" : ".csv"}
|
|
50
|
-
className={className}
|
|
51
|
-
disabled={disabled}
|
|
52
|
-
style={style}
|
|
53
|
-
height={Number(style?.height)}
|
|
54
|
-
beforeUpload={this.beforeUpload}
|
|
55
|
-
>
|
|
56
|
-
<Spin spinning={importing} size="small">
|
|
57
|
-
{children || TextUtil.interpolate(t.localImporterHint, type)}
|
|
58
|
-
</Spin>
|
|
59
|
-
</AntUpload.Dragger>
|
|
60
|
-
);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import AntConfigProvider from "antd/lib/config-provider";
|
|
2
|
-
import chineseLocale from "antd/lib/locale/zh_CN";
|
|
3
|
-
import englishLocale from "antd/lib/locale/en_US";
|
|
4
|
-
import React from "react";
|
|
5
|
-
import type {SafeReactChildren} from "../internal/type";
|
|
6
|
-
import type {Locale} from "../util/LocaleUtil";
|
|
7
|
-
import {LocaleContext, LocaleUtil} from "../util/LocaleUtil";
|
|
8
|
-
|
|
9
|
-
export interface Props {
|
|
10
|
-
locale: Locale | "auto";
|
|
11
|
-
children: SafeReactChildren;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export class LocaleProvider extends React.PureComponent<Props> {
|
|
15
|
-
static displayName = "LocaleProvider";
|
|
16
|
-
|
|
17
|
-
constructor(props: Props) {
|
|
18
|
-
super(props);
|
|
19
|
-
LocaleUtil.setInitial(props.locale);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
render() {
|
|
23
|
-
const {children} = this.props;
|
|
24
|
-
const locale = LocaleUtil.current();
|
|
25
|
-
return (
|
|
26
|
-
<LocaleContext.Provider value={locale}>
|
|
27
|
-
<AntConfigProvider locale={locale === "zh" ? chineseLocale : englishLocale}>{children}</AntConfigProvider>
|
|
28
|
-
</LocaleContext.Provider>
|
|
29
|
-
);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {EnumSelect} from "./EnumSelect";
|
|
3
|
-
import type {Locale} from "../util/LocaleUtil";
|
|
4
|
-
import {LocaleUtil} from "../util/LocaleUtil";
|
|
5
|
-
|
|
6
|
-
export interface Props {}
|
|
7
|
-
|
|
8
|
-
export class LocaleSelect extends React.PureComponent<Props> {
|
|
9
|
-
static displayName = "LocaleSelect";
|
|
10
|
-
|
|
11
|
-
private readonly allLocales: Locale[] = ["zh", "en"];
|
|
12
|
-
private readonly selectStyle: React.CSSProperties = {width: 120};
|
|
13
|
-
|
|
14
|
-
translator = (locale: Locale): string => {
|
|
15
|
-
switch (locale) {
|
|
16
|
-
case "en":
|
|
17
|
-
return "English";
|
|
18
|
-
case "zh":
|
|
19
|
-
return "中文";
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
render() {
|
|
24
|
-
const currentLocale = LocaleUtil.current();
|
|
25
|
-
return (
|
|
26
|
-
<EnumSelect
|
|
27
|
-
list={this.allLocales}
|
|
28
|
-
translator={this.translator}
|
|
29
|
-
style={this.selectStyle}
|
|
30
|
-
value={currentLocale}
|
|
31
|
-
// Do not use onChange={LocaleUtil.change}, due to "this" issue
|
|
32
|
-
onChange={newLocale => LocaleUtil.change(newLocale)}
|
|
33
|
-
/>
|
|
34
|
-
);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "./index.less";
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Currently, <Markdown> supports:
|
|
6
|
-
* - \n for new line, each line wrapped with <p/>.
|
|
7
|
-
* - `text` for emphasis, transform to <em>text</em>.
|
|
8
|
-
* - __text__ for boldness, transform to <b>text</b>.
|
|
9
|
-
*
|
|
10
|
-
* Nested usage not supported yet.
|
|
11
|
-
*/
|
|
12
|
-
export interface Props {
|
|
13
|
-
children: string;
|
|
14
|
-
style?: React.CSSProperties;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export class Markdown extends React.PureComponent<Props> {
|
|
18
|
-
static displayName = "Markdown";
|
|
19
|
-
|
|
20
|
-
renderBold = (content: string, index: number) => {
|
|
21
|
-
const splitContents = content.split("__");
|
|
22
|
-
return <React.Fragment key={index}>{splitContents.map((_, segmentIndex) => (segmentIndex % 2 === 1 ? <b key={"bold" + segmentIndex}>{_}</b> : _))}</React.Fragment>;
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
renderLine = (content: string, index: number) => {
|
|
26
|
-
const splitContents = content.split("`");
|
|
27
|
-
return (
|
|
28
|
-
<div className="line" key={index}>
|
|
29
|
-
{splitContents.map((_, segmentIndex) => (segmentIndex % 2 === 1 ? <em key={segmentIndex}>{_}</em> : this.renderBold(_, segmentIndex)))}
|
|
30
|
-
</div>
|
|
31
|
-
);
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
render() {
|
|
35
|
-
const {children, style} = this.props;
|
|
36
|
-
return (
|
|
37
|
-
<div className="g-markdown" style={style}>
|
|
38
|
-
{children.split("\n").map(this.renderLine)}
|
|
39
|
-
</div>
|
|
40
|
-
);
|
|
41
|
-
}
|
|
42
|
-
}
|
package/src/core/Modal/index.tsx
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import AntModal from "antd/lib/modal";
|
|
3
|
-
import {classNames} from "../../util/ClassNames";
|
|
4
|
-
import {Spin} from "../Spin";
|
|
5
|
-
import type {ModalProps} from "antd/lib/modal";
|
|
6
|
-
import type {PickOptional, SafeReactChildren} from "../../internal/type";
|
|
7
|
-
import "antd/lib/modal/style";
|
|
8
|
-
import "./index.less";
|
|
9
|
-
|
|
10
|
-
export interface Props extends ModalProps {
|
|
11
|
-
width: number | string; // Do not use "auto"
|
|
12
|
-
children: SafeReactChildren;
|
|
13
|
-
loading?: boolean;
|
|
14
|
-
addInnerPadding?: boolean;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export class Modal extends React.PureComponent<Props> {
|
|
18
|
-
static displayName = "Modal";
|
|
19
|
-
static defaultProps: PickOptional<Props> = {
|
|
20
|
-
centered: true,
|
|
21
|
-
visible: true,
|
|
22
|
-
footer: null,
|
|
23
|
-
maskClosable: false,
|
|
24
|
-
keyboard: false,
|
|
25
|
-
loading: false,
|
|
26
|
-
addInnerPadding: true,
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
render() {
|
|
30
|
-
const {children, loading, title, className, addInnerPadding, ...restProps} = this.props;
|
|
31
|
-
return (
|
|
32
|
-
<AntModal title={title} className={classNames(className, {"no-padding": !addInnerPadding})} {...restProps}>
|
|
33
|
-
<Spin spinning={loading || false}>{children}</Spin>
|
|
34
|
-
</AntModal>
|
|
35
|
-
);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import AntCascader from "antd/lib/cascader";
|
|
3
|
-
import {classNames} from "../../util/ClassNames";
|
|
4
|
-
import type {ControlledFormValue} from "../../internal/type";
|
|
5
|
-
import type {DefaultOptionType} from "rc-cascader";
|
|
6
|
-
import "antd/lib/cascader/style";
|
|
7
|
-
import "./index.less";
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Attention:
|
|
11
|
-
* CascaderDataNode.value must be unique in the whole data tree.
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
export interface CascaderDataNode<T extends string | number> {
|
|
15
|
-
label: string; // Label must be unique
|
|
16
|
-
value: T | Array<CascaderDataNode<T>>;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export interface BaseProps<T extends string | number> {
|
|
21
|
-
data: CascaderDataNode<T>[];
|
|
22
|
-
placeholder?: string;
|
|
23
|
-
className?: string;
|
|
24
|
-
style?: React.CSSProperties;
|
|
25
|
-
disabled?: boolean;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export interface Props<T extends string | number> extends BaseProps<T>, ControlledFormValue<T[]> {}
|
|
29
|
-
|
|
30
|
-
export class MultipleCascader<T extends string | number> extends React.PureComponent<Props<T>> {
|
|
31
|
-
static displayName = "MultipleCascader";
|
|
32
|
-
static nonLeafPrefix = "@@NON_LEAF_";
|
|
33
|
-
|
|
34
|
-
getAntValue = (): (string | number)[][] => {
|
|
35
|
-
const data = this.getAntDataSource();
|
|
36
|
-
const value = this.props.value;
|
|
37
|
-
const getCascaderValues = (data: DefaultOptionType[], value: T): Array<string | number> => {
|
|
38
|
-
for (const item of data) {
|
|
39
|
-
if (item.value === value) {
|
|
40
|
-
return [item.value];
|
|
41
|
-
} else if (item.children) {
|
|
42
|
-
const result = [item.value!, ...getCascaderValues(item.children, value)];
|
|
43
|
-
if (result.includes(value)) {
|
|
44
|
-
return result;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
return [];
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
return value.map(_ => getCascaderValues(data, _));
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
getAntDataSource = (): DefaultOptionType[] => {
|
|
55
|
-
const getAntChildren = (list: Array<CascaderDataNode<T>>): DefaultOptionType[] => {
|
|
56
|
-
return list.map((node, index) => ({
|
|
57
|
-
label: node.label,
|
|
58
|
-
disabled: node.disabled,
|
|
59
|
-
value: Array.isArray(node.value) ? MultipleCascader.nonLeafPrefix + `${index}_` + node.label : node.value,
|
|
60
|
-
children: Array.isArray(node.value) && node.value.length > 0 ? getAntChildren(node.value) : undefined,
|
|
61
|
-
}));
|
|
62
|
-
};
|
|
63
|
-
return getAntChildren(this.props.data);
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
onChange = (antValue: (string | number)[][]) => {
|
|
67
|
-
const data = this.getAntDataSource();
|
|
68
|
-
const lastNodes = antValue.map(_ => _[_.length - 1]);
|
|
69
|
-
const branches = lastNodes.filter(_ => `${_}`.startsWith(MultipleCascader.nonLeafPrefix));
|
|
70
|
-
const leaves = lastNodes.filter(_ => !`${_}`.startsWith(MultipleCascader.nonLeafPrefix));
|
|
71
|
-
|
|
72
|
-
const recursion = (data: DefaultOptionType): (string | number)[] => {
|
|
73
|
-
if (data.children) {
|
|
74
|
-
return data.children.flatMap(recursion);
|
|
75
|
-
}
|
|
76
|
-
return [data.value!];
|
|
77
|
-
};
|
|
78
|
-
const getLeafValue = (data: DefaultOptionType[], value: string): (string | number)[] => {
|
|
79
|
-
for (const item of data) {
|
|
80
|
-
if (item.value === value) {
|
|
81
|
-
return recursion(item);
|
|
82
|
-
} else if (item.children) {
|
|
83
|
-
const result = getLeafValue(item.children, value);
|
|
84
|
-
if (result.length) {
|
|
85
|
-
return result;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
return [];
|
|
90
|
-
};
|
|
91
|
-
|
|
92
|
-
this.props.onChange([...leaves, ...branches.flatMap(_ => getLeafValue(data, _ as string))] as T[]);
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
render() {
|
|
96
|
-
const {placeholder = "", disabled, style, className} = this.props;
|
|
97
|
-
return (
|
|
98
|
-
<AntCascader
|
|
99
|
-
multiple
|
|
100
|
-
className={classNames("g-multiple-cascader", className)}
|
|
101
|
-
dropdownClassName="g-multiple-cascader-popup"
|
|
102
|
-
style={style}
|
|
103
|
-
value={this.getAntValue()}
|
|
104
|
-
onChange={this.onChange}
|
|
105
|
-
options={this.getAntDataSource()}
|
|
106
|
-
placeholder={placeholder}
|
|
107
|
-
disabled={disabled}
|
|
108
|
-
expandTrigger="hover"
|
|
109
|
-
allowClear
|
|
110
|
-
maxTagCount="responsive"
|
|
111
|
-
/>
|
|
112
|
-
);
|
|
113
|
-
}
|
|
114
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {Select} from "./Select";
|
|
3
|
-
import type {ControlledFormValue} from "../internal/type";
|
|
4
|
-
|
|
5
|
-
interface Props<Enum extends string | number> extends ControlledFormValue<Enum[]> {
|
|
6
|
-
list: Enum[];
|
|
7
|
-
translator?: (enumValue: Enum) => string;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
style?: React.CSSProperties;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export class MultipleEnumSelect<Enum extends string | number> extends React.PureComponent<Props<Enum>> {
|
|
13
|
-
static displayName = "MultipleEnumSelect";
|
|
14
|
-
|
|
15
|
-
getSelectOptions = () => {
|
|
16
|
-
const {list, translator} = this.props;
|
|
17
|
-
return list.map(value => ({
|
|
18
|
-
value,
|
|
19
|
-
label: translator ? translator(value) : value.toString(),
|
|
20
|
-
}));
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
render() {
|
|
24
|
-
const {disabled, value, onChange, style} = this.props;
|
|
25
|
-
// antd: using options prop will get better perf than jsx definition
|
|
26
|
-
return <Select mode="multiple" value={value} onChange={onChange} disabled={disabled} style={style} options={this.getSelectOptions()} optionFilterProp="label" />;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type {ControlledFormValue, StringKey} from "../../internal/type";
|
|
3
|
-
import type {TableColumns, TableRowSelection} from "../Table";
|
|
4
|
-
import {Table} from "../Table";
|
|
5
|
-
|
|
6
|
-
interface Props<RowType extends object> extends ControlledFormValue<RowType[]> {
|
|
7
|
-
dataSource: RowType[];
|
|
8
|
-
columns: TableColumns<RowType>;
|
|
9
|
-
rowKey: StringKey<RowType> | ((record: RowType) => string);
|
|
10
|
-
scrollY: number;
|
|
11
|
-
children?: (table: React.ReactElement) => React.ReactElement;
|
|
12
|
-
onFirstRender?: () => void;
|
|
13
|
-
selectionDisabled?: boolean;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export class TablePopover<RowType extends object> extends React.PureComponent<Props<RowType>> {
|
|
17
|
-
static displayName = "TablePopover";
|
|
18
|
-
|
|
19
|
-
componentDidMount() {
|
|
20
|
-
this.props.onFirstRender?.();
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
rowKey = (item: RowType): string => {
|
|
24
|
-
const {rowKey} = this.props;
|
|
25
|
-
return typeof rowKey === "function" ? rowKey(item) : (item[rowKey] as any);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
onChange = (newSelectedKeys: string[]) => {
|
|
29
|
-
const {value, dataSource, onChange} = this.props;
|
|
30
|
-
const prevSelectedKeys = value.map(this.rowKey);
|
|
31
|
-
const newSelectedItems = newSelectedKeys
|
|
32
|
-
.filter(_ => !prevSelectedKeys.includes(_))
|
|
33
|
-
// By Ant Design, Parameter `newSelectedKeys` must exist in current data source
|
|
34
|
-
.map(key => dataSource.find(_ => this.rowKey(_) === key)!);
|
|
35
|
-
if (newSelectedItems.length > 0) {
|
|
36
|
-
// Select
|
|
37
|
-
onChange([...value, ...newSelectedItems]);
|
|
38
|
-
} else {
|
|
39
|
-
// Deselect
|
|
40
|
-
const dataSourceKeys = dataSource.map(this.rowKey);
|
|
41
|
-
const deletedItems = value.filter(_ => {
|
|
42
|
-
const key = this.rowKey(_);
|
|
43
|
-
return !newSelectedKeys.includes(key) && dataSourceKeys.includes(key);
|
|
44
|
-
});
|
|
45
|
-
const withoutDeletedItems = value.filter(_ => !deletedItems.includes(_));
|
|
46
|
-
onChange(withoutDeletedItems);
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
render() {
|
|
51
|
-
const {dataSource, rowKey, columns, children, selectionDisabled, scrollY, value} = this.props;
|
|
52
|
-
const selectedRowKeys = value.map(this.rowKey);
|
|
53
|
-
const rowSelection: TableRowSelection<RowType> | undefined = selectionDisabled
|
|
54
|
-
? undefined
|
|
55
|
-
: {
|
|
56
|
-
selectedRowKeys,
|
|
57
|
-
onChange: this.onChange as (_: Array<string | number>) => void,
|
|
58
|
-
};
|
|
59
|
-
const table = <Table rowSelection={rowSelection} size="small" dataSource={dataSource} columns={columns} rowKey={rowKey} scrollY={scrollY} scrollX="none" />;
|
|
60
|
-
return <div className="g-multiple-selector-table-popover">{children ? children(table) : table}</div>;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type {TableColumns} from "../Table";
|
|
3
|
-
import {Popover} from "../Popover";
|
|
4
|
-
import {Button} from "../Button";
|
|
5
|
-
import {Tags} from "../Tags";
|
|
6
|
-
import type {TooltipPlacement} from "../Tooltip";
|
|
7
|
-
import {i18n} from "../../internal/i18n/core";
|
|
8
|
-
import type {ControlledFormValue, StringKey} from "../../internal/type";
|
|
9
|
-
import {TextUtil} from "../../internal/TextUtil";
|
|
10
|
-
import {TablePopover} from "./TablePopover";
|
|
11
|
-
|
|
12
|
-
export interface Props<RowType extends object> extends ControlledFormValue<RowType[]> {
|
|
13
|
-
dataSource: RowType[];
|
|
14
|
-
rowKey: StringKey<RowType> | ((record: RowType, index?: number) => string);
|
|
15
|
-
tableColumns: TableColumns<RowType>;
|
|
16
|
-
/**
|
|
17
|
-
* If string key, it will render each value as a closable tag with key as label.
|
|
18
|
-
* If function returning string[] (must be same length with values), it will render as closable tags.
|
|
19
|
-
* If function returning React Element, it will render the element itself.
|
|
20
|
-
* If undefined, it will render nothing.
|
|
21
|
-
*/
|
|
22
|
-
renderTags?: StringKey<RowType> | ((values: RowType[]) => React.ReactElement | string[]);
|
|
23
|
-
renderPopover?: (table: React.ReactElement) => React.ReactElement;
|
|
24
|
-
renderButtonText?: string | ((selectedCount: number) => string);
|
|
25
|
-
popoverPlacement?: TooltipPlacement;
|
|
26
|
-
popoverClassName?: string;
|
|
27
|
-
popoverStyle?: React.CSSProperties;
|
|
28
|
-
onPopoverFirstRender?: () => void;
|
|
29
|
-
disabled?: "button" | "table";
|
|
30
|
-
scrollY?: number;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export class MultipleSelector<RowType extends object> extends React.PureComponent<Props<RowType>> {
|
|
34
|
-
static displayName = "MultipleSelector";
|
|
35
|
-
|
|
36
|
-
buttonText = (): string => {
|
|
37
|
-
const {value, renderButtonText} = this.props;
|
|
38
|
-
const t = i18n();
|
|
39
|
-
const length = value.length;
|
|
40
|
-
if (renderButtonText) {
|
|
41
|
-
return typeof renderButtonText === "string" ? renderButtonText : renderButtonText(length);
|
|
42
|
-
} else {
|
|
43
|
-
return value.length === 0 ? t.select : TextUtil.interpolate(t.edit, value.length.toString());
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
onClose = (index: number) => {
|
|
48
|
-
const {value, onChange} = this.props;
|
|
49
|
-
const newValue = [...value];
|
|
50
|
-
newValue.splice(index, 1);
|
|
51
|
-
onChange(newValue);
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
renderSelectedAsTags = (labels: string[]) => {
|
|
55
|
-
const {disabled} = this.props;
|
|
56
|
-
return (
|
|
57
|
-
<div className="g-multiple-selector-selected-tags">
|
|
58
|
-
<Tags maxWidth={600} color="blue" items={labels} onClose={disabled ? undefined : this.onClose} />
|
|
59
|
-
</div>
|
|
60
|
-
);
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
renderSelectedItems = () => {
|
|
64
|
-
const {value, renderTags} = this.props;
|
|
65
|
-
if (renderTags) {
|
|
66
|
-
if (typeof renderTags === "function") {
|
|
67
|
-
const renderedResult = renderTags(value);
|
|
68
|
-
return Array.isArray(renderedResult) ? this.renderSelectedAsTags(renderedResult) : renderedResult;
|
|
69
|
-
} else {
|
|
70
|
-
return this.renderSelectedAsTags(value.map(_ => _[renderTags] as any));
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
renderPopover = () => {
|
|
76
|
-
const {renderPopover, value, onChange, disabled, onPopoverFirstRender, dataSource, tableColumns, rowKey, scrollY} = this.props;
|
|
77
|
-
return (
|
|
78
|
-
<TablePopover
|
|
79
|
-
dataSource={dataSource}
|
|
80
|
-
columns={tableColumns}
|
|
81
|
-
rowKey={rowKey}
|
|
82
|
-
value={value}
|
|
83
|
-
onChange={onChange}
|
|
84
|
-
onFirstRender={onPopoverFirstRender}
|
|
85
|
-
selectionDisabled={disabled === "table"}
|
|
86
|
-
scrollY={scrollY || 500}
|
|
87
|
-
>
|
|
88
|
-
{renderPopover}
|
|
89
|
-
</TablePopover>
|
|
90
|
-
);
|
|
91
|
-
};
|
|
92
|
-
|
|
93
|
-
render() {
|
|
94
|
-
const {popoverPlacement, disabled, popoverClassName, popoverStyle} = this.props;
|
|
95
|
-
return (
|
|
96
|
-
<div className="g-multiple-selector">
|
|
97
|
-
{this.renderSelectedItems()}
|
|
98
|
-
<Popover placement={popoverPlacement || "bottomLeft"} trigger="click" content={this.renderPopover()} overlayClassName={popoverClassName} overlayStyle={popoverStyle}>
|
|
99
|
-
<Button color="wire-frame" disabled={disabled === "button"}>
|
|
100
|
-
{this.buttonText()}
|
|
101
|
-
</Button>
|
|
102
|
-
</Popover>
|
|
103
|
-
</div>
|
|
104
|
-
);
|
|
105
|
-
}
|
|
106
|
-
}
|