@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
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { SelectProps, SelectValue } from "antd/lib/select";
|
|
2
|
+
import type { OptionProps as SelectOptionProps } from "rc-select/lib/Option";
|
|
3
|
+
import type { DefaultOptionType } from "rc-select/lib/Select";
|
|
4
|
+
import React from "react";
|
|
5
|
+
import "antd/lib/select/style";
|
|
6
|
+
import "./index.less";
|
|
7
|
+
export interface Props<ValueType extends SelectValue> extends Omit<SelectProps<ValueType>, "options"> {
|
|
8
|
+
options?: Array<DefaultOptionType>;
|
|
9
|
+
}
|
|
10
|
+
export declare class Select<ValueType extends SelectValue> extends React.PureComponent<Props<ValueType>> {
|
|
11
|
+
static displayName: string;
|
|
12
|
+
static Option: import("rc-select/lib/Option").OptionFC;
|
|
13
|
+
static OptGroup: import("rc-select/lib/OptGroup").OptionGroupFC;
|
|
14
|
+
render(): JSX.Element;
|
|
15
|
+
}
|
|
16
|
+
export type { SelectValue, SelectOptionProps };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
if (typeof b !== "function" && b !== null)
|
|
10
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
+
extendStatics(d, b);
|
|
12
|
+
function __() { this.constructor = d; }
|
|
13
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
+
};
|
|
15
|
+
})();
|
|
16
|
+
var __assign = (this && this.__assign) || function () {
|
|
17
|
+
__assign = Object.assign || function(t) {
|
|
18
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
19
|
+
s = arguments[i];
|
|
20
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
21
|
+
t[p] = s[p];
|
|
22
|
+
}
|
|
23
|
+
return t;
|
|
24
|
+
};
|
|
25
|
+
return __assign.apply(this, arguments);
|
|
26
|
+
};
|
|
27
|
+
import AntSelect from "antd/lib/select";
|
|
28
|
+
import React from "react";
|
|
29
|
+
import "antd/lib/select/style";
|
|
30
|
+
import "./index.less";
|
|
31
|
+
var Select = /** @class */ (function (_super) {
|
|
32
|
+
__extends(Select, _super);
|
|
33
|
+
function Select() {
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
35
|
+
}
|
|
36
|
+
Select.prototype.render = function () {
|
|
37
|
+
return React.createElement(AntSelect, __assign({}, this.props));
|
|
38
|
+
};
|
|
39
|
+
Select.displayName = "Select";
|
|
40
|
+
Select.Option = AntSelect.Option;
|
|
41
|
+
Select.OptGroup = AntSelect.OptGroup;
|
|
42
|
+
return Select;
|
|
43
|
+
}(React.PureComponent));
|
|
44
|
+
export { Select };
|
|
45
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/Select/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AACA,OAAO,SAAS,MAAM,iBAAiB,CAAC;AAGxC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,uBAAuB,CAAC;AAC/B,OAAO,cAAc,CAAC;AAMtB;IAA2D,0BAAqC;IAAhG;;IAUA,CAAC;IAHG,uBAAM,GAAN;QACI,OAAO,oBAAC,SAAS,eAAK,IAAI,CAAC,KAAK,EAAI,CAAC;IACzC,CAAC;IARM,kBAAW,GAAG,QAAQ,CAAC;IAEvB,aAAM,GAAG,SAAS,CAAC,MAAM,CAAC;IAE1B,eAAQ,GAAG,SAAS,CAAC,QAAQ,CAAC;IAKzC,aAAC;CAAA,AAVD,CAA2D,KAAK,CAAC,aAAa,GAU7E;SAVY,MAAM"}
|
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { ControlledFormValue } from "../internal/type";
|
|
3
|
+
export interface SignedAmountInputData {
|
|
4
|
+
isIncrease: boolean;
|
|
5
|
+
amount: number | null;
|
|
6
|
+
}
|
|
7
|
+
export interface Props extends ControlledFormValue<SignedAmountInputData> {
|
|
8
|
+
labels: [string, string];
|
|
9
|
+
onSignChange?: (isIncrease: boolean) => void;
|
|
10
|
+
scale?: number;
|
|
11
|
+
max?: number;
|
|
12
|
+
}
|
|
13
|
+
export declare class SignedAmountInput extends React.PureComponent<Props> {
|
|
14
|
+
static displayName: string;
|
|
15
|
+
private readonly selectStyle;
|
|
16
|
+
private readonly inputStyle;
|
|
17
|
+
onInputChange: (amount: number | null) => void;
|
|
18
|
+
onSelectChange: (newValue: "+" | "-") => void;
|
|
19
|
+
render(): JSX.Element;
|
|
20
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
if (typeof b !== "function" && b !== null)
|
|
10
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
+
extendStatics(d, b);
|
|
12
|
+
function __() { this.constructor = d; }
|
|
13
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
+
};
|
|
15
|
+
})();
|
|
16
|
+
import React from "react";
|
|
17
|
+
import { NumberInput } from "./NumberInput";
|
|
18
|
+
import { Input } from "./Input";
|
|
19
|
+
import { Select } from "./Select";
|
|
20
|
+
import { i18n } from "../internal/i18n/core";
|
|
21
|
+
var SignedAmountInput = /** @class */ (function (_super) {
|
|
22
|
+
__extends(SignedAmountInput, _super);
|
|
23
|
+
function SignedAmountInput() {
|
|
24
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
25
|
+
_this.selectStyle = { width: 96 };
|
|
26
|
+
_this.inputStyle = { borderTopLeftRadius: 0, borderBottomLeftRadius: 0 };
|
|
27
|
+
_this.onInputChange = function (amount) {
|
|
28
|
+
var _a = _this.props, value = _a.value, onChange = _a.onChange;
|
|
29
|
+
onChange({ isIncrease: value.isIncrease, amount: amount });
|
|
30
|
+
};
|
|
31
|
+
_this.onSelectChange = function (newValue) {
|
|
32
|
+
var isIncrease = newValue === "+";
|
|
33
|
+
var _a = _this.props, value = _a.value, onChange = _a.onChange, onSignChange = _a.onSignChange;
|
|
34
|
+
onChange({ isIncrease: isIncrease, amount: value.amount });
|
|
35
|
+
if (onSignChange) {
|
|
36
|
+
onSignChange(isIncrease);
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
return _this;
|
|
40
|
+
}
|
|
41
|
+
SignedAmountInput.prototype.render = function () {
|
|
42
|
+
var _a = this.props, value = _a.value, labels = _a.labels, scale = _a.scale, max = _a.max;
|
|
43
|
+
var t = i18n();
|
|
44
|
+
var safeScale = scale || 2;
|
|
45
|
+
var min = Number(Math.pow(0.1, safeScale).toFixed(safeScale));
|
|
46
|
+
return (React.createElement(Input.Group, { compact: true },
|
|
47
|
+
React.createElement(Select, { onChange: this.onSelectChange, value: value.isIncrease ? "+" : "-", style: this.selectStyle },
|
|
48
|
+
React.createElement(Select.Option, { key: "+", value: "+" }, labels[0] || t.depositPositive + " (+)"),
|
|
49
|
+
React.createElement(Select.Option, { key: "-", value: "-" }, labels[1] || t.depositNegative + " (-)")),
|
|
50
|
+
React.createElement(NumberInput, { allowNull: true, value: value.amount, min: min, max: max, scale: scale, onChange: this.onInputChange, inputStyle: this.inputStyle })));
|
|
51
|
+
};
|
|
52
|
+
SignedAmountInput.displayName = "SignedAmountInput";
|
|
53
|
+
return SignedAmountInput;
|
|
54
|
+
}(React.PureComponent));
|
|
55
|
+
export { SignedAmountInput };
|
|
56
|
+
//# sourceMappingURL=SignedAmountInput.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignedAmountInput.js","sourceRoot":"","sources":["../../src/core/SignedAmountInput.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAC,KAAK,EAAC,MAAM,SAAS,CAAC;AAC9B,OAAO,EAAC,MAAM,EAAC,MAAM,UAAU,CAAC;AAEhC,OAAO,EAAC,IAAI,EAAC,MAAM,uBAAuB,CAAC;AAc3C;IAAuC,qCAA0B;IAAjE;QAAA,qEAuCC;QApCoB,iBAAW,GAAwB,EAAC,KAAK,EAAE,EAAE,EAAC,CAAC;QAC/C,gBAAU,GAAwB,EAAC,mBAAmB,EAAE,CAAC,EAAE,sBAAsB,EAAE,CAAC,EAAC,CAAC;QAEvG,mBAAa,GAAG,UAAC,MAAqB;YAC5B,IAAA,KAAoB,KAAI,CAAC,KAAK,EAA7B,KAAK,WAAA,EAAE,QAAQ,cAAc,CAAC;YACrC,QAAQ,CAAC,EAAC,UAAU,EAAE,KAAK,CAAC,UAAU,EAAE,MAAM,QAAA,EAAC,CAAC,CAAC;QACrD,CAAC,CAAC;QAEF,oBAAc,GAAG,UAAC,QAAmB;YACjC,IAAM,UAAU,GAAG,QAAQ,KAAK,GAAG,CAAC;YAC9B,IAAA,KAAkC,KAAI,CAAC,KAAK,EAA3C,KAAK,WAAA,EAAE,QAAQ,cAAA,EAAE,YAAY,kBAAc,CAAC;YACnD,QAAQ,CAAC,EAAC,UAAU,YAAA,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAC,CAAC,CAAC;YAC7C,IAAI,YAAY,EAAE;gBACd,YAAY,CAAC,UAAU,CAAC,CAAC;aAC5B;QACL,CAAC,CAAC;;IAqBN,CAAC;IAnBG,kCAAM,GAAN;QACU,IAAA,KAA8B,IAAI,CAAC,KAAK,EAAvC,KAAK,WAAA,EAAE,MAAM,YAAA,EAAE,KAAK,WAAA,EAAE,GAAG,SAAc,CAAC;QAC/C,IAAM,CAAC,GAAG,IAAI,EAAE,CAAC;QACjB,IAAM,SAAS,GAAG,KAAK,IAAI,CAAC,CAAC;QAC7B,IAAM,GAAG,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;QAChE,OAAO,CACH,oBAAC,KAAK,CAAC,KAAK,IAAC,OAAO;YAChB,oBAAC,MAAM,IAAC,QAAQ,EAAE,IAAI,CAAC,cAAc,EAAE,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,EAAE,IAAI,CAAC,WAAW;gBAC/F,oBAAC,MAAM,CAAC,MAAM,IAAC,GAAG,EAAC,GAAG,EAAC,KAAK,EAAC,GAAG,IAC3B,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,eAAe,GAAG,MAAM,CAC5B;gBAChB,oBAAC,MAAM,CAAC,MAAM,IAAC,GAAG,EAAC,GAAG,EAAC,KAAK,EAAC,GAAG,IAC3B,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,eAAe,GAAG,MAAM,CAC5B,CACX;YACT,oBAAC,WAAW,IAAC,SAAS,QAAC,KAAK,EAAE,KAAK,CAAC,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,CAAC,aAAa,EAAE,UAAU,EAAE,IAAI,CAAC,UAAU,GAAI,CACjI,CACjB,CAAC;IACN,CAAC;IArCM,6BAAW,GAAG,mBAAmB,CAAC;IAsC7C,wBAAC;CAAA,AAvCD,CAAuC,KAAK,CAAC,aAAa,GAuCzD;SAvCY,iBAAiB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { SkeletonProps } from "antd/lib/skeleton";
|
|
3
|
+
import "antd/lib/skeleton/style";
|
|
4
|
+
export interface Props extends SkeletonProps {
|
|
5
|
+
}
|
|
6
|
+
export declare class Skeleton extends React.PureComponent<Props> {
|
|
7
|
+
static displayName: string;
|
|
8
|
+
render(): JSX.Element;
|
|
9
|
+
}
|
package/core/Skeleton.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
if (typeof b !== "function" && b !== null)
|
|
10
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
+
extendStatics(d, b);
|
|
12
|
+
function __() { this.constructor = d; }
|
|
13
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
+
};
|
|
15
|
+
})();
|
|
16
|
+
var __assign = (this && this.__assign) || function () {
|
|
17
|
+
__assign = Object.assign || function(t) {
|
|
18
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
19
|
+
s = arguments[i];
|
|
20
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
21
|
+
t[p] = s[p];
|
|
22
|
+
}
|
|
23
|
+
return t;
|
|
24
|
+
};
|
|
25
|
+
return __assign.apply(this, arguments);
|
|
26
|
+
};
|
|
27
|
+
import React from "react";
|
|
28
|
+
import AntSkeleton from "antd/lib/skeleton";
|
|
29
|
+
import "antd/lib/skeleton/style";
|
|
30
|
+
var Skeleton = /** @class */ (function (_super) {
|
|
31
|
+
__extends(Skeleton, _super);
|
|
32
|
+
function Skeleton() {
|
|
33
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
34
|
+
}
|
|
35
|
+
Skeleton.prototype.render = function () {
|
|
36
|
+
return React.createElement(AntSkeleton, __assign({}, this.props));
|
|
37
|
+
};
|
|
38
|
+
Skeleton.displayName = "Skeleton";
|
|
39
|
+
return Skeleton;
|
|
40
|
+
}(React.PureComponent));
|
|
41
|
+
export { Skeleton };
|
|
42
|
+
//# sourceMappingURL=Skeleton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Skeleton.js","sourceRoot":"","sources":["../../src/core/Skeleton.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAC5C,OAAO,yBAAyB,CAAC;AAIjC;IAA8B,4BAA0B;IAAxD;;IAMA,CAAC;IAHG,yBAAM,GAAN;QACI,OAAO,oBAAC,WAAW,eAAK,IAAI,CAAC,KAAK,EAAI,CAAC;IAC3C,CAAC;IAJM,oBAAW,GAAG,UAAU,CAAC;IAKpC,eAAC;CAAA,AAND,CAA8B,KAAK,CAAC,aAAa,GAMhD;SANY,QAAQ"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { SliderRangeProps } from "antd/lib/slider";
|
|
3
|
+
import type { ControlledFormValue } from "../../internal/type";
|
|
4
|
+
interface RangeProps extends Omit<SliderRangeProps, "range" | "value" | "onChange">, ControlledFormValue<[number, number]> {
|
|
5
|
+
draggable?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare class RangeSlider extends React.PureComponent<RangeProps> {
|
|
8
|
+
static displayName: string;
|
|
9
|
+
render(): JSX.Element;
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
if (typeof b !== "function" && b !== null)
|
|
10
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
+
extendStatics(d, b);
|
|
12
|
+
function __() { this.constructor = d; }
|
|
13
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
+
};
|
|
15
|
+
})();
|
|
16
|
+
var __assign = (this && this.__assign) || function () {
|
|
17
|
+
__assign = Object.assign || function(t) {
|
|
18
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
19
|
+
s = arguments[i];
|
|
20
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
21
|
+
t[p] = s[p];
|
|
22
|
+
}
|
|
23
|
+
return t;
|
|
24
|
+
};
|
|
25
|
+
return __assign.apply(this, arguments);
|
|
26
|
+
};
|
|
27
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
28
|
+
var t = {};
|
|
29
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
30
|
+
t[p] = s[p];
|
|
31
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
32
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
33
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
34
|
+
t[p[i]] = s[p[i]];
|
|
35
|
+
}
|
|
36
|
+
return t;
|
|
37
|
+
};
|
|
38
|
+
import React from "react";
|
|
39
|
+
import AntSlider from "antd/lib/slider";
|
|
40
|
+
var RangeSlider = /** @class */ (function (_super) {
|
|
41
|
+
__extends(RangeSlider, _super);
|
|
42
|
+
function RangeSlider() {
|
|
43
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
44
|
+
}
|
|
45
|
+
RangeSlider.prototype.render = function () {
|
|
46
|
+
var _a = this.props, draggable = _a.draggable, rest = __rest(_a, ["draggable"]);
|
|
47
|
+
return React.createElement(AntSlider, __assign({ range: { draggableTrack: draggable } }, rest));
|
|
48
|
+
};
|
|
49
|
+
RangeSlider.displayName = "RangeSlider";
|
|
50
|
+
return RangeSlider;
|
|
51
|
+
}(React.PureComponent));
|
|
52
|
+
export { RangeSlider };
|
|
53
|
+
//# sourceMappingURL=RangeSlider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RangeSlider.js","sourceRoot":"","sources":["../../../src/core/Slider/RangeSlider.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,SAAS,MAAM,iBAAiB,CAAC;AAOxC;IAAiC,+BAA+B;IAAhE;;IAOA,CAAC;IAJG,4BAAM,GAAN;QACI,IAAM,KAAuB,IAAI,CAAC,KAAK,EAAhC,SAAS,eAAA,EAAK,IAAI,cAAnB,aAAoB,CAAa,CAAC;QACxC,OAAO,oBAAC,SAAS,aAAC,KAAK,EAAE,EAAC,cAAc,EAAE,SAAS,EAAC,IAAM,IAAI,EAAI,CAAC;IACvE,CAAC;IALM,uBAAW,GAAG,aAAa,CAAC;IAMvC,kBAAC;CAAA,AAPD,CAAiC,KAAK,CAAC,aAAa,GAOnD;SAPY,WAAW"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { RangeSlider } from "./RangeSlider";
|
|
3
|
+
import type { SliderSingleProps } from "antd/lib/slider";
|
|
4
|
+
import type { ControlledFormValue } from "../../internal/type";
|
|
5
|
+
import "antd/lib/slider/style";
|
|
6
|
+
import "./index.less";
|
|
7
|
+
interface Props extends Omit<SliderSingleProps, "range" | "value" | "onChange">, ControlledFormValue<number> {
|
|
8
|
+
showButton?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare class Slider extends React.PureComponent<Props> {
|
|
11
|
+
static displayName: string;
|
|
12
|
+
static Range: typeof RangeSlider;
|
|
13
|
+
onChange: (newValue: number) => void;
|
|
14
|
+
render(): JSX.Element;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
if (typeof b !== "function" && b !== null)
|
|
10
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
+
extendStatics(d, b);
|
|
12
|
+
function __() { this.constructor = d; }
|
|
13
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
+
};
|
|
15
|
+
})();
|
|
16
|
+
var __assign = (this && this.__assign) || function () {
|
|
17
|
+
__assign = Object.assign || function(t) {
|
|
18
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
19
|
+
s = arguments[i];
|
|
20
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
21
|
+
t[p] = s[p];
|
|
22
|
+
}
|
|
23
|
+
return t;
|
|
24
|
+
};
|
|
25
|
+
return __assign.apply(this, arguments);
|
|
26
|
+
};
|
|
27
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
28
|
+
var t = {};
|
|
29
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
30
|
+
t[p] = s[p];
|
|
31
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
32
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
33
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
34
|
+
t[p[i]] = s[p[i]];
|
|
35
|
+
}
|
|
36
|
+
return t;
|
|
37
|
+
};
|
|
38
|
+
import React from "react";
|
|
39
|
+
import AntSlider from "antd/lib/slider";
|
|
40
|
+
import { classNames } from "../../util/ClassNames";
|
|
41
|
+
import { Button } from "../Button";
|
|
42
|
+
import { RangeSlider } from "./RangeSlider";
|
|
43
|
+
import "antd/lib/slider/style";
|
|
44
|
+
import "./index.less";
|
|
45
|
+
var Slider = /** @class */ (function (_super) {
|
|
46
|
+
__extends(Slider, _super);
|
|
47
|
+
function Slider() {
|
|
48
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
49
|
+
_this.onChange = function (newValue) {
|
|
50
|
+
var _a = _this.props, min = _a.min, max = _a.max, onChange = _a.onChange;
|
|
51
|
+
if (max && newValue > max) {
|
|
52
|
+
onChange(max);
|
|
53
|
+
}
|
|
54
|
+
else if (min && newValue < min) {
|
|
55
|
+
onChange(min);
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
onChange(newValue);
|
|
59
|
+
}
|
|
60
|
+
};
|
|
61
|
+
return _this;
|
|
62
|
+
}
|
|
63
|
+
Slider.prototype.render = function () {
|
|
64
|
+
var _this = this;
|
|
65
|
+
var _a = this.props, showButton = _a.showButton, onChange = _a.onChange, value = _a.value, step = _a.step, className = _a.className, rest = __rest(_a, ["showButton", "onChange", "value", "step", "className"]);
|
|
66
|
+
var safeStep = step || 1;
|
|
67
|
+
return (React.createElement("span", { className: classNames("g-slider", className) },
|
|
68
|
+
showButton && (React.createElement(Button, { className: "decrease-button", onClick: function () { return _this.onChange(value - safeStep); } },
|
|
69
|
+
React.createElement("span", null, "<"))),
|
|
70
|
+
React.createElement(AntSlider, __assign({ range: false, value: value, onChange: this.onChange, step: safeStep }, rest)),
|
|
71
|
+
showButton && (React.createElement(Button, { className: "increase-button", onClick: function () { return _this.onChange(value + safeStep); } },
|
|
72
|
+
React.createElement("span", null, ">")))));
|
|
73
|
+
};
|
|
74
|
+
Slider.displayName = "Slider";
|
|
75
|
+
Slider.Range = RangeSlider;
|
|
76
|
+
return Slider;
|
|
77
|
+
}(React.PureComponent));
|
|
78
|
+
export { Slider };
|
|
79
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/Slider/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,SAAS,MAAM,iBAAiB,CAAC;AACxC,OAAO,EAAC,UAAU,EAAC,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAC,MAAM,EAAC,MAAM,WAAW,CAAC;AACjC,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAG1C,OAAO,uBAAuB,CAAC;AAC/B,OAAO,cAAc,CAAC;AAMtB;IAA4B,0BAA0B;IAAtD;QAAA,qEAmCC;QA/BG,cAAQ,GAAG,UAAC,QAAgB;YAClB,IAAA,KAAuB,KAAI,CAAC,KAAK,EAAhC,GAAG,SAAA,EAAE,GAAG,SAAA,EAAE,QAAQ,cAAc,CAAC;YACxC,IAAI,GAAG,IAAI,QAAQ,GAAG,GAAG,EAAE;gBACvB,QAAQ,CAAC,GAAG,CAAC,CAAC;aACjB;iBAAM,IAAI,GAAG,IAAI,QAAQ,GAAG,GAAG,EAAE;gBAC9B,QAAQ,CAAC,GAAG,CAAC,CAAC;aACjB;iBAAM;gBACH,QAAQ,CAAC,QAAQ,CAAC,CAAC;aACtB;QACL,CAAC,CAAC;;IAsBN,CAAC;IApBG,uBAAM,GAAN;QAAA,iBAmBC;QAlBG,IAAM,KAA0D,IAAI,CAAC,KAAK,EAAnE,UAAU,gBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,IAAI,UAAA,EAAE,SAAS,eAAA,EAAK,IAAI,cAAtD,wDAAuD,CAAa,CAAC;QAC3E,IAAM,QAAQ,GAAG,IAAI,IAAI,CAAC,CAAC;QAE3B,OAAO,CACH,8BAAM,SAAS,EAAE,UAAU,CAAC,UAAU,EAAE,SAAS,CAAC;YAC7C,UAAU,IAAI,CACX,oBAAC,MAAM,IAAC,SAAS,EAAC,iBAAiB,EAAC,OAAO,EAAE,cAAM,OAAA,KAAI,CAAC,QAAQ,CAAC,KAAK,GAAG,QAAQ,CAAC,EAA/B,CAA+B;gBAC9E,kCAAO,GAAG,CAAQ,CACb,CACZ;YACD,oBAAC,SAAS,aAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,EAAE,QAAQ,IAAM,IAAI,EAAI;YAC3F,UAAU,IAAI,CACX,oBAAC,MAAM,IAAC,SAAS,EAAC,iBAAiB,EAAC,OAAO,EAAE,cAAM,OAAA,KAAI,CAAC,QAAQ,CAAC,KAAK,GAAG,QAAQ,CAAC,EAA/B,CAA+B;gBAC9E,kCAAO,GAAG,CAAQ,CACb,CACZ,CACE,CACV,CAAC;IACN,CAAC;IAjCM,kBAAW,GAAG,QAAQ,CAAC;IACvB,YAAK,GAAG,WAAW,CAAC;IAiC/B,aAAC;CAAA,AAnCD,CAA4B,KAAK,CAAC,aAAa,GAmC9C;SAnCY,MAAM"}
|
|
File without changes
|
package/core/Space.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { SpaceProps } from "antd/lib/space";
|
|
3
|
+
import "antd/lib/space/style";
|
|
4
|
+
interface Props extends SpaceProps {
|
|
5
|
+
}
|
|
6
|
+
export declare class Space extends React.PureComponent<Props> {
|
|
7
|
+
static displayName: string;
|
|
8
|
+
render(): JSX.Element;
|
|
9
|
+
}
|
|
10
|
+
export {};
|
package/core/Space.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
if (typeof b !== "function" && b !== null)
|
|
10
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
+
extendStatics(d, b);
|
|
12
|
+
function __() { this.constructor = d; }
|
|
13
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
+
};
|
|
15
|
+
})();
|
|
16
|
+
var __assign = (this && this.__assign) || function () {
|
|
17
|
+
__assign = Object.assign || function(t) {
|
|
18
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
19
|
+
s = arguments[i];
|
|
20
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
21
|
+
t[p] = s[p];
|
|
22
|
+
}
|
|
23
|
+
return t;
|
|
24
|
+
};
|
|
25
|
+
return __assign.apply(this, arguments);
|
|
26
|
+
};
|
|
27
|
+
import React from "react";
|
|
28
|
+
import AntSpace from "antd/lib/space";
|
|
29
|
+
import "antd/lib/space/style";
|
|
30
|
+
var Space = /** @class */ (function (_super) {
|
|
31
|
+
__extends(Space, _super);
|
|
32
|
+
function Space() {
|
|
33
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
34
|
+
}
|
|
35
|
+
Space.prototype.render = function () {
|
|
36
|
+
return React.createElement(AntSpace, __assign({}, this.props));
|
|
37
|
+
};
|
|
38
|
+
Space.displayName = "Space";
|
|
39
|
+
return Space;
|
|
40
|
+
}(React.PureComponent));
|
|
41
|
+
export { Space };
|
|
42
|
+
//# sourceMappingURL=Space.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Space.js","sourceRoot":"","sources":["../../src/core/Space.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AACtC,OAAO,sBAAsB,CAAC;AAI9B;IAA2B,yBAA0B;IAArD;;IAMA,CAAC;IAHG,sBAAM,GAAN;QACI,OAAO,oBAAC,QAAQ,eAAK,IAAI,CAAC,KAAK,EAAI,CAAC;IACxC,CAAC;IAJM,iBAAW,GAAG,OAAO,CAAC;IAKjC,YAAC;CAAA,AAND,CAA2B,KAAK,CAAC,aAAa,GAM7C;SANY,KAAK"}
|
package/core/Spin.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { SpinProps as AntSpinProps, SpinSize as AntSpinSize, SpinIndicator as AntSpinIndicator } from "antd/lib/spin";
|
|
3
|
+
import "antd/lib/spin/style";
|
|
4
|
+
export interface Props extends Omit<AntSpinProps, "spinning"> {
|
|
5
|
+
spinning: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare class Spin extends React.PureComponent<Props> {
|
|
8
|
+
static displayName: string;
|
|
9
|
+
render(): JSX.Element;
|
|
10
|
+
}
|
|
11
|
+
export declare type SpinSize = AntSpinSize;
|
|
12
|
+
export declare type SpinIndicator = AntSpinIndicator;
|
package/core/Spin.js
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
if (typeof b !== "function" && b !== null)
|
|
10
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
+
extendStatics(d, b);
|
|
12
|
+
function __() { this.constructor = d; }
|
|
13
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
+
};
|
|
15
|
+
})();
|
|
16
|
+
var __assign = (this && this.__assign) || function () {
|
|
17
|
+
__assign = Object.assign || function(t) {
|
|
18
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
19
|
+
s = arguments[i];
|
|
20
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
21
|
+
t[p] = s[p];
|
|
22
|
+
}
|
|
23
|
+
return t;
|
|
24
|
+
};
|
|
25
|
+
return __assign.apply(this, arguments);
|
|
26
|
+
};
|
|
27
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
28
|
+
var t = {};
|
|
29
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
30
|
+
t[p] = s[p];
|
|
31
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
32
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
33
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
34
|
+
t[p[i]] = s[p[i]];
|
|
35
|
+
}
|
|
36
|
+
return t;
|
|
37
|
+
};
|
|
38
|
+
import React from "react";
|
|
39
|
+
import AntSpin from "antd/lib/spin";
|
|
40
|
+
import LoadingOutlined from "@ant-design/icons/LoadingOutlined";
|
|
41
|
+
import "antd/lib/spin/style";
|
|
42
|
+
var Spin = /** @class */ (function (_super) {
|
|
43
|
+
__extends(Spin, _super);
|
|
44
|
+
function Spin() {
|
|
45
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
46
|
+
}
|
|
47
|
+
Spin.prototype.render = function () {
|
|
48
|
+
var _a = this.props, spinning = _a.spinning, children = _a.children, indicator = _a.indicator, restProps = __rest(_a, ["spinning", "children", "indicator"]);
|
|
49
|
+
return (React.createElement(AntSpin, __assign({ spinning: spinning, indicator: indicator || React.createElement(LoadingOutlined, null) }, restProps), children));
|
|
50
|
+
};
|
|
51
|
+
Spin.displayName = "Spin";
|
|
52
|
+
return Spin;
|
|
53
|
+
}(React.PureComponent));
|
|
54
|
+
export { Spin };
|
|
55
|
+
//# sourceMappingURL=Spin.js.map
|
package/core/Spin.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spin.js","sourceRoot":"","sources":["../../src/core/Spin.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,OAAO,MAAM,eAAe,CAAC;AACpC,OAAO,eAAe,MAAM,mCAAmC,CAAC;AAEhE,OAAO,qBAAqB,CAAC;AAM7B;IAA0B,wBAA0B;IAApD;;IAWA,CAAC;IARG,qBAAM,GAAN;QACI,IAAM,KAAgD,IAAI,CAAC,KAAK,EAAzD,QAAQ,cAAA,EAAE,QAAQ,cAAA,EAAE,SAAS,eAAA,EAAK,SAAS,cAA5C,qCAA6C,CAAa,CAAC;QACjE,OAAO,CACH,oBAAC,OAAO,aAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,IAAI,oBAAC,eAAe,OAAG,IAAM,SAAS,GAClF,QAAQ,CACH,CACb,CAAC;IACN,CAAC;IATM,gBAAW,GAAG,MAAM,CAAC;IAUhC,WAAC;CAAA,AAXD,CAA0B,KAAK,CAAC,aAAa,GAW5C;SAXY,IAAI"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { SafeReactChild } from "../../internal/type";
|
|
3
|
+
import "./index.less";
|
|
4
|
+
export interface StepItem {
|
|
5
|
+
title: string;
|
|
6
|
+
content: SafeReactChild;
|
|
7
|
+
description?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface Props {
|
|
10
|
+
currentStep: number;
|
|
11
|
+
steps: StepItem[];
|
|
12
|
+
onStepChange: (step: number) => void;
|
|
13
|
+
onFinish: () => void;
|
|
14
|
+
stepLabelPlacement?: "horizontal" | "vertical";
|
|
15
|
+
id?: string;
|
|
16
|
+
className?: string;
|
|
17
|
+
style?: React.CSSProperties;
|
|
18
|
+
formLayout?: "horizontal" | "vertical";
|
|
19
|
+
buttonRenderer?: (prevButton: React.ReactElement, nextButton: React.ReactElement) => React.ReactElement;
|
|
20
|
+
}
|
|
21
|
+
export declare class StepFormContainer extends React.PureComponent<Props> {
|
|
22
|
+
static displayName: string;
|
|
23
|
+
goToPrevStep: () => void;
|
|
24
|
+
goToNextStep: () => void;
|
|
25
|
+
renderButtons: (submitButton: React.ReactElement, isValidating: boolean) => JSX.Element;
|
|
26
|
+
render(): JSX.Element;
|
|
27
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
if (typeof b !== "function" && b !== null)
|
|
10
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
+
extendStatics(d, b);
|
|
12
|
+
function __() { this.constructor = d; }
|
|
13
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
+
};
|
|
15
|
+
})();
|
|
16
|
+
import React from "react";
|
|
17
|
+
import { i18n } from "../../internal/i18n/core";
|
|
18
|
+
import { classNames } from "../../util/ClassNames";
|
|
19
|
+
import { Button } from "../Button";
|
|
20
|
+
import { Form } from "../Form";
|
|
21
|
+
import { Space } from "../Space";
|
|
22
|
+
import { Steps } from "../Steps";
|
|
23
|
+
import "./index.less";
|
|
24
|
+
var StepFormContainer = /** @class */ (function (_super) {
|
|
25
|
+
__extends(StepFormContainer, _super);
|
|
26
|
+
function StepFormContainer() {
|
|
27
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
28
|
+
_this.goToPrevStep = function () { return _this.props.onStepChange(_this.props.currentStep - 1); };
|
|
29
|
+
_this.goToNextStep = function () { return _this.props.onStepChange(_this.props.currentStep + 1); };
|
|
30
|
+
_this.renderButtons = function (submitButton, isValidating) {
|
|
31
|
+
var _a = _this.props, currentStep = _a.currentStep, _b = _a.buttonRenderer, buttonRenderer = _b === void 0 ? function (prevButton, nextButton) { return (currentStep > 0 ? [prevButton, nextButton] : nextButton); } : _b;
|
|
32
|
+
var t = i18n();
|
|
33
|
+
var prevButton = (React.createElement(Button, { color: "wire-frame", onClick: _this.goToPrevStep, disabled: isValidating, key: "prevButton" }, t.prevStep));
|
|
34
|
+
return React.createElement(Space, null, buttonRenderer(prevButton, submitButton));
|
|
35
|
+
};
|
|
36
|
+
return _this;
|
|
37
|
+
}
|
|
38
|
+
StepFormContainer.prototype.render = function () {
|
|
39
|
+
var _a = this.props, stepLabelPlacement = _a.stepLabelPlacement, formLayout = _a.formLayout, currentStep = _a.currentStep, steps = _a.steps, onFinish = _a.onFinish, style = _a.style, className = _a.className, id = _a.id;
|
|
40
|
+
var t = i18n();
|
|
41
|
+
var nextButtonText = currentStep !== steps.length - 1 ? t.nextStep : t.finish;
|
|
42
|
+
return (React.createElement("div", { className: classNames("g-step-form-container", className), id: id, style: style },
|
|
43
|
+
React.createElement(Steps, { current: currentStep, labelPlacement: stepLabelPlacement }, steps.map(function (_, key) { return (React.createElement(Steps.Step, { key: key, title: _.title, description: _.description })); })),
|
|
44
|
+
React.createElement(Form, { layout: formLayout, onFinish: currentStep < steps.length - 1 ? this.goToNextStep : onFinish, buttonText: nextButtonText, buttonRenderer: this.renderButtons }, steps[currentStep].content)));
|
|
45
|
+
};
|
|
46
|
+
StepFormContainer.displayName = "StepFormContainer";
|
|
47
|
+
return StepFormContainer;
|
|
48
|
+
}(React.PureComponent));
|
|
49
|
+
export { StepFormContainer };
|
|
50
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/StepFormContainer/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,IAAI,EAAC,MAAM,0BAA0B,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAC,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAC,MAAM,EAAC,MAAM,WAAW,CAAC;AACjC,OAAO,EAAC,IAAI,EAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAC,KAAK,EAAC,MAAM,UAAU,CAAC;AAC/B,OAAO,EAAC,KAAK,EAAC,MAAM,UAAU,CAAC;AAE/B,OAAO,cAAc,CAAC;AAqBtB;IAAuC,qCAA0B;IAAjE;QAAA,qEAoCC;QAjCG,kBAAY,GAAG,cAAM,OAAA,KAAI,CAAC,KAAK,CAAC,YAAY,CAAC,KAAI,CAAC,KAAK,CAAC,WAAW,GAAG,CAAC,CAAC,EAAnD,CAAmD,CAAC;QAEzE,kBAAY,GAAG,cAAM,OAAA,KAAI,CAAC,KAAK,CAAC,YAAY,CAAC,KAAI,CAAC,KAAK,CAAC,WAAW,GAAG,CAAC,CAAC,EAAnD,CAAmD,CAAC;QAEzE,mBAAa,GAAG,UAAC,YAAgC,EAAE,YAAqB;YAC9D,IAAA,KAAwH,KAAI,CAAC,KAAK,EAAjI,WAAW,iBAAA,EAAE,sBAAsG,EAAtG,cAAc,mBAAG,UAAC,UAAU,EAAE,UAAU,IAAK,OAAA,CAAC,WAAW,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,EAAzD,CAAyD,KAAc,CAAC;YACzI,IAAM,CAAC,GAAG,IAAI,EAAE,CAAC;YACjB,IAAM,UAAU,GAAG,CACf,oBAAC,MAAM,IAAC,KAAK,EAAC,YAAY,EAAC,OAAO,EAAE,KAAI,CAAC,YAAY,EAAE,QAAQ,EAAE,YAAY,EAAE,GAAG,EAAC,YAAY,IAC1F,CAAC,CAAC,QAAQ,CACN,CACZ,CAAC;YACF,OAAO,oBAAC,KAAK,QAAE,cAAc,CAAC,UAAU,EAAE,YAAY,CAAC,CAAS,CAAC;QACrE,CAAC,CAAC;;IAoBN,CAAC;IAlBG,kCAAM,GAAN;QACU,IAAA,KAAuF,IAAI,CAAC,KAAK,EAAhG,kBAAkB,wBAAA,EAAE,UAAU,gBAAA,EAAE,WAAW,iBAAA,EAAE,KAAK,WAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,SAAS,eAAA,EAAE,EAAE,QAAc,CAAC;QACxG,IAAM,CAAC,GAAG,IAAI,EAAE,CAAC;QACjB,IAAM,cAAc,GAAG,WAAW,KAAK,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;QAEhF,OAAO,CACH,6BAAK,SAAS,EAAE,UAAU,CAAC,uBAAuB,EAAE,SAAS,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK;YAChF,oBAAC,KAAK,IAAC,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,kBAAkB,IAC1D,KAAK,CAAC,GAAG,CAAC,UAAC,CAAC,EAAE,GAAG,IAAK,OAAA,CACnB,oBAAC,KAAK,CAAC,IAAI,IAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE,WAAW,EAAE,CAAC,CAAC,WAAW,GAAI,CACvE,EAFsB,CAEtB,CAAC,CACE;YACR,oBAAC,IAAI,IAAC,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,WAAW,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,QAAQ,EAAE,UAAU,EAAE,cAAc,EAAE,cAAc,EAAE,IAAI,CAAC,aAAa,IAC5J,KAAK,CAAC,WAAW,CAAC,CAAC,OAAO,CACxB,CACL,CACT,CAAC;IACN,CAAC;IAlCM,6BAAW,GAAG,mBAAmB,CAAC;IAmC7C,wBAAC;CAAA,AApCD,CAAuC,KAAK,CAAC,aAAa,GAoCzD;SApCY,iBAAiB"}
|
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { StepsProps } from "antd/lib/steps";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import "antd/lib/steps/style";
|
|
4
|
+
import "./index.less";
|
|
5
|
+
export interface Props extends StepsProps {
|
|
6
|
+
}
|
|
7
|
+
export declare class Steps extends React.PureComponent<Props> {
|
|
8
|
+
static displayName: string;
|
|
9
|
+
static Step: typeof import("rc-steps").Step;
|
|
10
|
+
render(): JSX.Element;
|
|
11
|
+
}
|