@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,123 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type {ControlType, EditorState, ImageControlType, MediaType} from "braft-editor";
|
|
3
|
-
import BraftEditor from "braft-editor";
|
|
4
|
-
import {LocaleUtil} from "../../util/LocaleUtil";
|
|
5
|
-
import type {ControlledFormValue} from "../../internal/type";
|
|
6
|
-
import type {UploaderProps} from "../../util/UploadUtil/type";
|
|
7
|
-
import "braft-editor/dist/index.css";
|
|
8
|
-
import "./index.less";
|
|
9
|
-
import {UploadUtil} from "../../util/UploadUtil";
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* onChange/value is of the HTML content.
|
|
13
|
-
* If the HTML content is only empty rows (e.g: pure <p/>), onChange also emit "".
|
|
14
|
-
*
|
|
15
|
-
* CAVEAT:
|
|
16
|
-
* This component is storing the editor state internally (un-controlled).
|
|
17
|
-
* The props.value only represents the initial value.
|
|
18
|
-
* Because createEditorState must only be created only ONCE, in the constructor.
|
|
19
|
-
* Therefore, we cannot create new editor state every time based on current props.value.
|
|
20
|
-
*
|
|
21
|
-
* Ref: https://www.yuque.com/braft-editor/be/lzwpnr#1bbbb204
|
|
22
|
-
*/
|
|
23
|
-
export interface Props<SuccessResponseType, ErrorResponseType> extends ControlledFormValue<string>, UploaderProps<SuccessResponseType, ErrorResponseType> {
|
|
24
|
-
imageURLParser: (response: SuccessResponseType) => string;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
interface State {
|
|
28
|
-
editorState: EditorState;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export class RichEditor<SuccessResponseType, ErrorResponseType> extends React.PureComponent<Props<SuccessResponseType, ErrorResponseType>, State> {
|
|
32
|
-
static displayName = "RichEditor";
|
|
33
|
-
|
|
34
|
-
// API reference: https://www.yuque.com/braft-editor/be/gz44tn
|
|
35
|
-
private readonly editorControls: ControlType[] = [
|
|
36
|
-
"font-size",
|
|
37
|
-
"text-align",
|
|
38
|
-
"text-color",
|
|
39
|
-
"bold",
|
|
40
|
-
"italic",
|
|
41
|
-
"underline",
|
|
42
|
-
"strike-through",
|
|
43
|
-
"separator",
|
|
44
|
-
"list-ul",
|
|
45
|
-
"list-ol",
|
|
46
|
-
"separator",
|
|
47
|
-
"link",
|
|
48
|
-
"media",
|
|
49
|
-
"separator",
|
|
50
|
-
"remove-styles",
|
|
51
|
-
];
|
|
52
|
-
private readonly imageControls: ImageControlType[] = [];
|
|
53
|
-
private readonly mediaConfig: MediaType = {
|
|
54
|
-
pasteImage: false,
|
|
55
|
-
accepts: {
|
|
56
|
-
image: "image/png,image/jpeg,image/gif,image/svg",
|
|
57
|
-
video: false,
|
|
58
|
-
audio: false,
|
|
59
|
-
},
|
|
60
|
-
externals: {
|
|
61
|
-
image: false,
|
|
62
|
-
audio: false,
|
|
63
|
-
video: false,
|
|
64
|
-
embed: false,
|
|
65
|
-
},
|
|
66
|
-
uploadFn: params => {
|
|
67
|
-
const {formField, uploadURL, imageURLParser, onUploadFailure, onUploadSuccess} = this.props;
|
|
68
|
-
const {file, success, progress} = params;
|
|
69
|
-
|
|
70
|
-
UploadUtil.createRequest({
|
|
71
|
-
uploadURL,
|
|
72
|
-
file,
|
|
73
|
-
formField,
|
|
74
|
-
onSuccess: (logEntry, response) => {
|
|
75
|
-
const imageURL = imageURLParser(response);
|
|
76
|
-
success({
|
|
77
|
-
url: imageURL,
|
|
78
|
-
meta: {
|
|
79
|
-
id: imageURL,
|
|
80
|
-
title: "",
|
|
81
|
-
alt: "image",
|
|
82
|
-
// Below are for video settings, not available here
|
|
83
|
-
loop: true,
|
|
84
|
-
autoPlay: true,
|
|
85
|
-
controls: true,
|
|
86
|
-
poster: "",
|
|
87
|
-
},
|
|
88
|
-
});
|
|
89
|
-
onUploadSuccess?.(logEntry, response);
|
|
90
|
-
},
|
|
91
|
-
onError: onUploadFailure,
|
|
92
|
-
onProgress: progress,
|
|
93
|
-
});
|
|
94
|
-
},
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
constructor(props: Props<SuccessResponseType, ErrorResponseType>) {
|
|
98
|
-
super(props);
|
|
99
|
-
this.state = {editorState: BraftEditor.createEditorState(this.props.value)};
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
onChange = (editorState: EditorState) => {
|
|
103
|
-
this.setState({editorState});
|
|
104
|
-
const {onChange} = this.props;
|
|
105
|
-
const textContent = editorState.toText().trim();
|
|
106
|
-
onChange(textContent === "" ? "" : editorState.toHTML());
|
|
107
|
-
};
|
|
108
|
-
|
|
109
|
-
render() {
|
|
110
|
-
const {editorState} = this.state;
|
|
111
|
-
return (
|
|
112
|
-
<BraftEditor
|
|
113
|
-
language={LocaleUtil.current()}
|
|
114
|
-
controls={this.editorControls}
|
|
115
|
-
media={this.mediaConfig}
|
|
116
|
-
imageControls={this.imageControls}
|
|
117
|
-
value={editorState}
|
|
118
|
-
stripPastedStyles
|
|
119
|
-
onChange={this.onChange}
|
|
120
|
-
/>
|
|
121
|
-
);
|
|
122
|
-
}
|
|
123
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type {Props as AmountProps} from "./index";
|
|
3
|
-
import {Amount} from "./index";
|
|
4
|
-
|
|
5
|
-
export interface Props extends Omit<AmountProps, "postfix" | "scale" | "value"> {
|
|
6
|
-
/**
|
|
7
|
-
* Value of display amount in decimal, e.g: 0.2 for 20%.
|
|
8
|
-
*/
|
|
9
|
-
value: number | null | undefined;
|
|
10
|
-
/**
|
|
11
|
-
* Number of decimal points used for percentage values.
|
|
12
|
-
*
|
|
13
|
-
* To use 2 decimal points (eg 12.34%) in percentage values, `props.percentageScale` should be `2`.
|
|
14
|
-
* Must be an integer, otherwise throws an Error.
|
|
15
|
-
*/
|
|
16
|
-
percentageScale: number;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export class AmountPercentage extends React.PureComponent<Props> {
|
|
20
|
-
static displayName = "AmountPercentage";
|
|
21
|
-
|
|
22
|
-
render() {
|
|
23
|
-
const {percentageScale, value, ...restProps} = this.props;
|
|
24
|
-
const percentageValue = value !== null && value !== undefined ? value * 100 : value;
|
|
25
|
-
return <Amount value={percentageValue} scale={percentageScale} postfix="%" {...restProps} />;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {classNames} from "../../util/ClassNames";
|
|
3
|
-
import type {PickOptional} from "../../internal/type";
|
|
4
|
-
import {NumberUtil} from "../../internal/NumberUtil";
|
|
5
|
-
import {AmountPercentage} from "./AmountPercentage";
|
|
6
|
-
import "./index.less";
|
|
7
|
-
|
|
8
|
-
export interface Props {
|
|
9
|
-
value: number | null | undefined;
|
|
10
|
-
scale: number; // Range [0, 10]
|
|
11
|
-
rounding?: "floor" | "ceil" | "round";
|
|
12
|
-
plusSignForPositive?: boolean;
|
|
13
|
-
thousandSplitter?: boolean;
|
|
14
|
-
nullText?: string;
|
|
15
|
-
prefix?: string;
|
|
16
|
-
postfix?: string;
|
|
17
|
-
colorScheme?: "green+red-" | "highlight" | "highlight+" | "green-red+";
|
|
18
|
-
bold?: boolean;
|
|
19
|
-
underline?: boolean;
|
|
20
|
-
del?: boolean;
|
|
21
|
-
className?: string;
|
|
22
|
-
style?: React.CSSProperties;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export class Amount extends React.PureComponent<Props> {
|
|
26
|
-
static displayName = "Amount";
|
|
27
|
-
static defaultProps: PickOptional<Props> = {
|
|
28
|
-
rounding: "round",
|
|
29
|
-
thousandSplitter: true,
|
|
30
|
-
nullText: "-",
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
static Percentage = AmountPercentage;
|
|
34
|
-
|
|
35
|
-
render() {
|
|
36
|
-
const {value, scale, rounding, thousandSplitter, plusSignForPositive, prefix, postfix, colorScheme, bold, del, underline, style, className, nullText} = this.props;
|
|
37
|
-
if (value !== null && value !== undefined && Number.isFinite(value)) {
|
|
38
|
-
const roundedString = NumberUtil.roundingToString(value, rounding!, scale);
|
|
39
|
-
const parts = roundedString.split(".");
|
|
40
|
-
if (thousandSplitter) {
|
|
41
|
-
parts[0] = parts[0].replace(/\B(?=(\d{3})+(?!\d))/g, ",");
|
|
42
|
-
}
|
|
43
|
-
if (plusSignForPositive && value > 0) {
|
|
44
|
-
parts[0] = "+" + parts[0];
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
const fullClassNames = classNames("g-amount", {bold, del, underline}, className, {
|
|
48
|
-
"color-green": (colorScheme === "green+red-" && value > 0) || (colorScheme === "green-red+" && value < 0),
|
|
49
|
-
"color-red": (colorScheme === "green+red-" && value < 0) || (colorScheme === "green-red+" && value > 0),
|
|
50
|
-
"color-highlight": colorScheme === "highlight" || (colorScheme === "highlight+" && value > 0),
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
return (
|
|
54
|
-
<div className={fullClassNames} style={style}>
|
|
55
|
-
{prefix && <div className="prefix">{prefix}</div>}
|
|
56
|
-
<div className="digits">
|
|
57
|
-
{parts[0]}
|
|
58
|
-
{parts[1] && (
|
|
59
|
-
<React.Fragment>
|
|
60
|
-
.<small>{parts[1]}</small>
|
|
61
|
-
</React.Fragment>
|
|
62
|
-
)}
|
|
63
|
-
</div>
|
|
64
|
-
{postfix && <div className="postfix">{postfix}</div>}
|
|
65
|
-
</div>
|
|
66
|
-
);
|
|
67
|
-
} else {
|
|
68
|
-
return <span className={classNames("g-amount", "null-text", className)}>{nullText}</span>;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {NumberInput} from "./NumberInput";
|
|
3
|
-
import {Input} from "./Input";
|
|
4
|
-
import {EnumSelect} from "./EnumSelect";
|
|
5
|
-
import type {ControlledFormValue} from "../internal/type";
|
|
6
|
-
|
|
7
|
-
export enum Operator {
|
|
8
|
-
GREATER_THAN = "GREATER_THAN",
|
|
9
|
-
GREATER_EQUAL = "GREATER_EQUAL",
|
|
10
|
-
LESS_THAN = "LESS_THAN",
|
|
11
|
-
LESS_EQUAL = "LESS_EQUAL",
|
|
12
|
-
EQUALS = "EQUALS",
|
|
13
|
-
NOT_EQUALS = "NOT_EQUALS",
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export interface AmountConditionValue {
|
|
17
|
-
condition: Operator;
|
|
18
|
-
amount: number | null;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export interface Props extends ControlledFormValue<AmountConditionValue> {
|
|
22
|
-
scale: number;
|
|
23
|
-
operators?: Operator[];
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export class AmountConditionInput extends React.PureComponent<Props> {
|
|
27
|
-
static displayName = "AmountConditionInput";
|
|
28
|
-
|
|
29
|
-
private readonly operators: Operator[] = this.props.operators || [Operator.GREATER_THAN, Operator.GREATER_EQUAL, Operator.LESS_THAN, Operator.LESS_EQUAL, Operator.EQUALS];
|
|
30
|
-
private readonly selectStyle: React.CSSProperties = {width: 55};
|
|
31
|
-
private readonly inputStyle: React.CSSProperties = {width: 180, borderTopLeftRadius: 0, borderBottomLeftRadius: 0};
|
|
32
|
-
|
|
33
|
-
operatorTranslator = (value: Operator): string => {
|
|
34
|
-
switch (value) {
|
|
35
|
-
case Operator.GREATER_THAN:
|
|
36
|
-
return ">";
|
|
37
|
-
case Operator.GREATER_EQUAL:
|
|
38
|
-
return "≥";
|
|
39
|
-
case Operator.LESS_THAN:
|
|
40
|
-
return "<";
|
|
41
|
-
case Operator.LESS_EQUAL:
|
|
42
|
-
return "≤";
|
|
43
|
-
case Operator.EQUALS:
|
|
44
|
-
return "=";
|
|
45
|
-
case Operator.NOT_EQUALS:
|
|
46
|
-
return "≠";
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
onConditionChange = (value: Operator) => this.props.onChange({condition: value, amount: this.props.value.amount});
|
|
51
|
-
|
|
52
|
-
onAmountChange = (value: number | null) => this.props.onChange({condition: this.props.value.condition, amount: value});
|
|
53
|
-
|
|
54
|
-
render() {
|
|
55
|
-
const {scale, value} = this.props;
|
|
56
|
-
return (
|
|
57
|
-
<Input.Group compact>
|
|
58
|
-
<EnumSelect value={value.condition} onChange={this.onConditionChange} translator={this.operatorTranslator} list={this.operators} style={this.selectStyle} />
|
|
59
|
-
<NumberInput allowNull scale={scale} value={value.amount} onChange={this.onAmountChange} inputStyle={this.inputStyle} />
|
|
60
|
-
</Input.Group>
|
|
61
|
-
);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {NumberInput} from "./NumberInput";
|
|
3
|
-
import {Input} from "./Input";
|
|
4
|
-
import type {ControlledFormValue, PickOptional} from "../internal/type";
|
|
5
|
-
import {i18n} from "../internal/i18n/core";
|
|
6
|
-
|
|
7
|
-
export type AmountRangeValue<T extends boolean> = T extends true ? [number | null, number | null] : [number, number];
|
|
8
|
-
|
|
9
|
-
export interface Props<T extends boolean> extends ControlledFormValue<AmountRangeValue<T>> {
|
|
10
|
-
allowNull: T;
|
|
11
|
-
scale?: number;
|
|
12
|
-
disabled?: boolean;
|
|
13
|
-
min?: number;
|
|
14
|
-
shouldNotEqual?: true;
|
|
15
|
-
style?: React.CSSProperties;
|
|
16
|
-
inputStyle?: React.CSSProperties;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export class AmountRangeInput<T extends boolean> extends React.PureComponent<Props<T>> {
|
|
20
|
-
static displayName = "AmountRangeInput";
|
|
21
|
-
|
|
22
|
-
static defaultProps: PickOptional<Props<any>> = {
|
|
23
|
-
scale: 2,
|
|
24
|
-
min: 0,
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
private readonly minInputStyle: React.CSSProperties = {borderTopRightRadius: 0, borderBottomRightRadius: 0, width: 80, textAlign: "right"};
|
|
28
|
-
private readonly maxInputStyle: React.CSSProperties = {borderTopLeftRadius: 0, borderBottomLeftRadius: 0, width: 80, borderLeftWidth: 0, textAlign: "left"};
|
|
29
|
-
private readonly connectorStyle: React.CSSProperties = {width: 30, borderLeftWidth: 0, borderRightWidth: 0, backgroundColor: "#fff", pointerEvents: "none"};
|
|
30
|
-
|
|
31
|
-
onMinAmountChange = (value: number | null) => this.props.onChange([value, this.props.value[1]] as any);
|
|
32
|
-
|
|
33
|
-
onMaxAmountChange = (value: number | null) => this.props.onChange([this.props.value[0], value] as any);
|
|
34
|
-
|
|
35
|
-
onConnectorInputChange = () => {};
|
|
36
|
-
|
|
37
|
-
render() {
|
|
38
|
-
const {value, scale, disabled, min, shouldNotEqual, allowNull, style, inputStyle} = this.props;
|
|
39
|
-
const t = i18n();
|
|
40
|
-
return (
|
|
41
|
-
<Input.Group compact style={style}>
|
|
42
|
-
<NumberInput
|
|
43
|
-
disabled={disabled}
|
|
44
|
-
allowNull={allowNull!}
|
|
45
|
-
min={min}
|
|
46
|
-
scale={scale}
|
|
47
|
-
placeholder={t.minimum}
|
|
48
|
-
value={value[0] as any}
|
|
49
|
-
onChange={this.onMinAmountChange}
|
|
50
|
-
inputStyle={{...this.minInputStyle, ...inputStyle}}
|
|
51
|
-
/>
|
|
52
|
-
<Input style={this.connectorStyle} disabled value="~" onChange={this.onConnectorInputChange} />
|
|
53
|
-
<NumberInput
|
|
54
|
-
disabled={disabled}
|
|
55
|
-
allowNull={allowNull!}
|
|
56
|
-
min={value[0] !== null ? (shouldNotEqual ? value[0] + 1 : value[0]) : 0}
|
|
57
|
-
scale={scale}
|
|
58
|
-
placeholder={t.maximum}
|
|
59
|
-
value={value[1] as any}
|
|
60
|
-
onChange={this.onMaxAmountChange}
|
|
61
|
-
inputStyle={{...this.maxInputStyle, ...inputStyle}}
|
|
62
|
-
/>
|
|
63
|
-
</Input.Group>
|
|
64
|
-
);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {Button} from "./Button";
|
|
3
|
-
import {classNames} from "../util/ClassNames";
|
|
4
|
-
import {i18n} from "../internal/i18n/core";
|
|
5
|
-
import {TextUtil} from "../internal/TextUtil";
|
|
6
|
-
import {Input} from "./Input";
|
|
7
|
-
import type {Props as InputProps} from "./Input";
|
|
8
|
-
import type {PickOptional} from "../internal/type";
|
|
9
|
-
|
|
10
|
-
export interface Props extends Omit<InputProps, "suffix"> {
|
|
11
|
-
onSend: () => Promise<boolean>;
|
|
12
|
-
nextSendInterval?: number; // In second
|
|
13
|
-
autoSendOnMount?: boolean;
|
|
14
|
-
sendButtonText?: string;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
interface State {
|
|
18
|
-
isSending: boolean; // Only true during calling send API
|
|
19
|
-
nextSendRemainingSecond: number | null; // At least 1 when type is number
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export class AuthenticationCodeInput extends React.PureComponent<Props, State> {
|
|
23
|
-
static displayName = "AuthenticationCodeInput";
|
|
24
|
-
static defaultProps: PickOptional<Props> = {
|
|
25
|
-
nextSendInterval: 60,
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
private timer: number | undefined;
|
|
29
|
-
|
|
30
|
-
constructor(props: Props) {
|
|
31
|
-
super(props);
|
|
32
|
-
this.state = {
|
|
33
|
-
isSending: false,
|
|
34
|
-
nextSendRemainingSecond: null,
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
componentDidMount() {
|
|
39
|
-
if (this.props.autoSendOnMount) {
|
|
40
|
-
this.onSend();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
componentWillUnmount() {
|
|
45
|
-
clearInterval(this.timer);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
updateNextSendRemainingSecond = () => {
|
|
49
|
-
const nextSendRemainingSecond = this.state.nextSendRemainingSecond! - 1;
|
|
50
|
-
if (nextSendRemainingSecond <= 0) {
|
|
51
|
-
clearInterval(this.timer);
|
|
52
|
-
this.setState({nextSendRemainingSecond: null});
|
|
53
|
-
} else {
|
|
54
|
-
this.setState({nextSendRemainingSecond});
|
|
55
|
-
}
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
onSend = async () => {
|
|
59
|
-
const {nextSendInterval, onSend} = this.props;
|
|
60
|
-
|
|
61
|
-
try {
|
|
62
|
-
this.setState({isSending: true});
|
|
63
|
-
const sendSuccess = await onSend();
|
|
64
|
-
if (sendSuccess) {
|
|
65
|
-
this.setState({nextSendRemainingSecond: nextSendInterval!}, () => {
|
|
66
|
-
this.timer = window.setInterval(this.updateNextSendRemainingSecond, 1000);
|
|
67
|
-
});
|
|
68
|
-
}
|
|
69
|
-
} finally {
|
|
70
|
-
this.setState({isSending: false});
|
|
71
|
-
}
|
|
72
|
-
};
|
|
73
|
-
|
|
74
|
-
render() {
|
|
75
|
-
const {sendButtonText, onSend, autoSendOnMount, nextSendInterval, className, ...inputProps} = this.props;
|
|
76
|
-
const {isSending, nextSendRemainingSecond} = this.state;
|
|
77
|
-
const t = i18n();
|
|
78
|
-
const sendButton = (
|
|
79
|
-
<Button className="g-auth-code-input-send-button" size="small" disabled={nextSendRemainingSecond !== null || isSending} onClick={this.onSend}>
|
|
80
|
-
{nextSendRemainingSecond ? TextUtil.interpolate(t.waitResendAuthCode, nextSendRemainingSecond.toString()) : sendButtonText || t.sendAuthCode}
|
|
81
|
-
</Button>
|
|
82
|
-
);
|
|
83
|
-
return <Input {...inputProps} className={classNames(className, "g-auth-code-input")} suffix={sendButton} />;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type {AutoCompleteProps} from "antd/lib/auto-complete";
|
|
2
|
-
import AntAutoComplete from "antd/lib/auto-complete";
|
|
3
|
-
import "antd/lib/auto-complete/style";
|
|
4
|
-
import React from "react";
|
|
5
|
-
|
|
6
|
-
export interface Props extends AutoCompleteProps {}
|
|
7
|
-
|
|
8
|
-
export class AutoCompleteInput extends React.PureComponent<Props> {
|
|
9
|
-
static displayName = "AutoCompleteInput";
|
|
10
|
-
|
|
11
|
-
static Option = AntAutoComplete.Option;
|
|
12
|
-
|
|
13
|
-
render() {
|
|
14
|
-
return <AntAutoComplete {...this.props} />;
|
|
15
|
-
}
|
|
16
|
-
}
|
package/src/core/Badge/index.tsx
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type {BadgeProps as AntBadgeProps} from "antd/lib/badge";
|
|
2
|
-
import AntBadge from "antd/lib/badge";
|
|
3
|
-
import React from "react";
|
|
4
|
-
import "antd/lib/badge/style";
|
|
5
|
-
import "./index.less";
|
|
6
|
-
|
|
7
|
-
export interface Props extends AntBadgeProps {}
|
|
8
|
-
|
|
9
|
-
export class Badge extends React.PureComponent<Props> {
|
|
10
|
-
static displayName = "Badge";
|
|
11
|
-
|
|
12
|
-
render() {
|
|
13
|
-
return <AntBadge {...this.props} />;
|
|
14
|
-
}
|
|
15
|
-
}
|
package/src/core/BoolRadio.tsx
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {EnumRadio} from "./EnumRadio";
|
|
3
|
-
import type {PickOptional, ControlledFormValue} from "../internal/type";
|
|
4
|
-
import {i18n} from "../internal/i18n/core";
|
|
5
|
-
|
|
6
|
-
export interface Props<AllowNull extends boolean> extends ControlledFormValue<AllowNull extends false ? boolean : boolean | null> {
|
|
7
|
-
allowNull?: AllowNull;
|
|
8
|
-
trueText?: string;
|
|
9
|
-
falseText?: string;
|
|
10
|
-
trueOptionFirst?: boolean;
|
|
11
|
-
useButtonMode?: boolean;
|
|
12
|
-
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
style?: React.CSSProperties;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export class BoolRadio<AllowNull extends boolean> extends React.PureComponent<Props<AllowNull>> {
|
|
18
|
-
static displayName = "BoolRadio";
|
|
19
|
-
static defaultProps: PickOptional<Props<false>> = {
|
|
20
|
-
trueOptionFirst: true,
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
private readonly trueOptionFirstList = [true, false];
|
|
24
|
-
private readonly falseOptionFirstList = [false, true];
|
|
25
|
-
|
|
26
|
-
translator = (_: boolean): string => {
|
|
27
|
-
const t = i18n();
|
|
28
|
-
return _ ? this.props.trueText ?? t.yes : this.props.falseText ?? t.no;
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
render() {
|
|
32
|
-
const {trueOptionFirst, allowNull, value, onChange, useButtonMode, disabled, className, style} = this.props;
|
|
33
|
-
const list = trueOptionFirst ? this.trueOptionFirstList : this.falseOptionFirstList;
|
|
34
|
-
if (allowNull) {
|
|
35
|
-
return (
|
|
36
|
-
<EnumRadio.Nullable
|
|
37
|
-
list={list}
|
|
38
|
-
translator={this.translator}
|
|
39
|
-
value={value as boolean | null}
|
|
40
|
-
onChange={onChange as (_: boolean | null) => void}
|
|
41
|
-
useButtonMode={useButtonMode}
|
|
42
|
-
disabled={disabled}
|
|
43
|
-
className={className}
|
|
44
|
-
style={style}
|
|
45
|
-
/>
|
|
46
|
-
);
|
|
47
|
-
} else {
|
|
48
|
-
return (
|
|
49
|
-
<EnumRadio
|
|
50
|
-
list={list}
|
|
51
|
-
translator={this.translator}
|
|
52
|
-
value={value as boolean}
|
|
53
|
-
onChange={onChange as (_: boolean) => void}
|
|
54
|
-
useButtonMode={useButtonMode}
|
|
55
|
-
disabled={disabled}
|
|
56
|
-
className={className}
|
|
57
|
-
style={style}
|
|
58
|
-
/>
|
|
59
|
-
);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
package/src/core/BoolSelect.tsx
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {EnumSelect} from "./EnumSelect";
|
|
3
|
-
import type {ControlledFormValue, PickOptional} from "../internal/type";
|
|
4
|
-
import {i18n} from "../internal/i18n/core";
|
|
5
|
-
|
|
6
|
-
export interface Props<AllowNull extends boolean> extends ControlledFormValue<AllowNull extends false ? boolean : boolean | null> {
|
|
7
|
-
allowNull: AllowNull;
|
|
8
|
-
trueText?: string;
|
|
9
|
-
falseText?: string;
|
|
10
|
-
trueOptionFirst?: boolean;
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
className?: string;
|
|
13
|
-
style?: React.CSSProperties;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export class BoolSelect<AllowNull extends boolean> extends React.PureComponent<Props<AllowNull>> {
|
|
17
|
-
static displayName = "BoolSelect";
|
|
18
|
-
static defaultProps: PickOptional<Props<any>> = {
|
|
19
|
-
trueOptionFirst: true,
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
private readonly trueOptionFirstList = [true, false];
|
|
23
|
-
private readonly falseOptionFirstList = [false, true];
|
|
24
|
-
|
|
25
|
-
translator = (_: boolean) => {
|
|
26
|
-
const t = i18n();
|
|
27
|
-
return _ ? this.props.trueText || t.yes : this.props.falseText || t.no;
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
render() {
|
|
31
|
-
const {trueOptionFirst, allowNull, value, onChange, disabled, className, style} = this.props;
|
|
32
|
-
const list = trueOptionFirst ? this.trueOptionFirstList : this.falseOptionFirstList;
|
|
33
|
-
|
|
34
|
-
if (allowNull) {
|
|
35
|
-
return (
|
|
36
|
-
<EnumSelect.Nullable
|
|
37
|
-
list={list}
|
|
38
|
-
translator={this.translator}
|
|
39
|
-
value={value as boolean | null}
|
|
40
|
-
onChange={onChange as (_: boolean | null) => void}
|
|
41
|
-
disabled={disabled}
|
|
42
|
-
className={className}
|
|
43
|
-
style={style}
|
|
44
|
-
/>
|
|
45
|
-
);
|
|
46
|
-
} else {
|
|
47
|
-
return <EnumSelect list={list} translator={this.translator} value={value as boolean} onChange={onChange as (_: boolean) => void} disabled={disabled} className={className} style={style} />;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
package/src/core/BoolSwitch.tsx
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import AntSwitch from "antd/lib/switch";
|
|
2
|
-
import React from "react";
|
|
3
|
-
import type {ControlledFormValue} from "../internal/type";
|
|
4
|
-
import {i18n} from "../internal/i18n/core";
|
|
5
|
-
import "antd/lib/switch/style";
|
|
6
|
-
|
|
7
|
-
export interface Props extends ControlledFormValue<boolean> {
|
|
8
|
-
trueText?: string;
|
|
9
|
-
falseText?: string;
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
style?: React.CSSProperties;
|
|
12
|
-
loading?: boolean;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export class BoolSwitch extends React.PureComponent<Props> {
|
|
16
|
-
static displayName = "BoolSwitch";
|
|
17
|
-
|
|
18
|
-
static YesNo = (props: Omit<Props, "trueText" | "falseText">) => {
|
|
19
|
-
const t = i18n();
|
|
20
|
-
return <BoolSwitch trueText={t.yes} falseText={t.no} {...props} />;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
static OnOff = (props: Omit<Props, "trueText" | "falseText">) => {
|
|
24
|
-
const t = i18n();
|
|
25
|
-
return <BoolSwitch trueText={t.on} falseText={t.off} {...props} />;
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
static ActiveOrNot = (props: Omit<Props, "trueText" | "falseText">) => {
|
|
29
|
-
const t = i18n();
|
|
30
|
-
return <BoolSwitch trueText={t.active} falseText={t.inactive} {...props} />;
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
render() {
|
|
34
|
-
const {trueText, falseText, disabled, loading, style, value, onChange} = this.props;
|
|
35
|
-
return <AntSwitch loading={loading} style={style} checked={value} onChange={onChange} disabled={disabled} checkedChildren={trueText} unCheckedChildren={falseText} />;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type {SafeReactChild, StringKey} from "../../internal/type";
|
|
3
|
-
import "./index.less";
|
|
4
|
-
|
|
5
|
-
export interface Props<T extends object> {
|
|
6
|
-
data: T[];
|
|
7
|
-
onClick: (item: T, index: number) => void;
|
|
8
|
-
renderItem: (item: T, index: number) => SafeReactChild;
|
|
9
|
-
itemKey: StringKey<T> | ((item: T, index?: number) => string) | "index";
|
|
10
|
-
lastClickable?: boolean;
|
|
11
|
-
className?: string;
|
|
12
|
-
style?: React.CSSProperties;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export class Breadcrumb<T extends object> extends React.PureComponent<Props<T>> {
|
|
16
|
-
static displayName = "Breadcrumb";
|
|
17
|
-
|
|
18
|
-
getItemKey = (item: T, index: number): string | number => {
|
|
19
|
-
const {itemKey} = this.props;
|
|
20
|
-
if (itemKey === "index") {
|
|
21
|
-
return index;
|
|
22
|
-
} else if (typeof itemKey === "function") {
|
|
23
|
-
return itemKey(item, index);
|
|
24
|
-
} else {
|
|
25
|
-
return item[itemKey] as any;
|
|
26
|
-
}
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
render() {
|
|
30
|
-
const {data, onClick, renderItem, lastClickable, className, style} = this.props;
|
|
31
|
-
|
|
32
|
-
return (
|
|
33
|
-
<div className={`g-breadcrumb ${className || ""}`} style={style}>
|
|
34
|
-
{data.map((_, index) => (
|
|
35
|
-
<div
|
|
36
|
-
onClick={lastClickable || index !== data.length - 1 ? () => onClick(_, index) : undefined}
|
|
37
|
-
key={this.getItemKey(_, index)}
|
|
38
|
-
className={lastClickable || index !== data.length - 1 ? "clickable" : ""}
|
|
39
|
-
>
|
|
40
|
-
{renderItem(_, index)}
|
|
41
|
-
</div>
|
|
42
|
-
))}
|
|
43
|
-
</div>
|
|
44
|
-
);
|
|
45
|
-
}
|
|
46
|
-
}
|