@pinnacle0/web-ui 0.3.38 → 0.3.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/AdminApp/Default/NavigatorSide/index.d.ts +20 -0
- package/admin/AdminApp/Default/NavigatorSide/index.js +74 -0
- package/admin/AdminApp/Default/NavigatorSide/index.js.map +1 -0
- package/{src/admin → admin}/AdminApp/Default/NavigatorSide/index.less +0 -0
- package/admin/AdminApp/Default/SoundSwitch.d.ts +14 -0
- package/admin/AdminApp/Default/SoundSwitch.js +41 -0
- package/admin/AdminApp/Default/SoundSwitch.js.map +1 -0
- package/admin/AdminApp/Default/SquareLogo/index.d.ts +15 -0
- package/admin/AdminApp/Default/SquareLogo/index.js +39 -0
- package/admin/AdminApp/Default/SquareLogo/index.js.map +1 -0
- package/{src/admin → admin}/AdminApp/Default/SquareLogo/index.less +0 -0
- package/admin/AdminApp/Menu.d.ts +52 -0
- package/admin/AdminApp/Menu.js +174 -0
- package/admin/AdminApp/Menu.js.map +1 -0
- package/admin/AdminApp/Navigator.d.ts +30 -0
- package/admin/AdminApp/Navigator.js +200 -0
- package/admin/AdminApp/Navigator.js.map +1 -0
- package/admin/AdminApp/NotFound.d.ts +10 -0
- package/admin/AdminApp/NotFound.js +37 -0
- package/admin/AdminApp/NotFound.js.map +1 -0
- package/admin/AdminApp/RouteSwitch.d.ts +19 -0
- package/admin/AdminApp/RouteSwitch.js +64 -0
- package/admin/AdminApp/RouteSwitch.js.map +1 -0
- package/admin/AdminApp/WithErrorBoundary.d.ts +15 -0
- package/admin/AdminApp/WithErrorBoundary.js +39 -0
- package/admin/AdminApp/WithErrorBoundary.js.map +1 -0
- package/{src/admin → admin}/AdminApp/asset/alert.mp3 +0 -0
- package/admin/AdminApp/context.d.ts +7 -0
- package/admin/AdminApp/context.js +7 -0
- package/admin/AdminApp/context.js.map +1 -0
- package/admin/AdminApp/index.d.ts +39 -0
- package/admin/AdminApp/index.js +76 -0
- package/admin/AdminApp/index.js.map +1 -0
- package/{src/admin → admin}/AdminApp/index.less +0 -0
- package/admin/AdminPage/Filter.d.ts +23 -0
- package/admin/AdminPage/Filter.js +60 -0
- package/admin/AdminPage/Filter.js.map +1 -0
- package/admin/AdminPage/Result.d.ts +19 -0
- package/admin/AdminPage/Result.js +43 -0
- package/admin/AdminPage/Result.js.map +1 -0
- package/admin/AdminPage/SaveBar.d.ts +10 -0
- package/admin/AdminPage/SaveBar.js +37 -0
- package/admin/AdminPage/SaveBar.js.map +1 -0
- package/admin/AdminPage/Summary.d.ts +9 -0
- package/admin/AdminPage/Summary.js +30 -0
- package/admin/AdminPage/Summary.js.map +1 -0
- package/admin/AdminPage/TopBar.d.ts +9 -0
- package/admin/AdminPage/TopBar.js +30 -0
- package/admin/AdminPage/TopBar.js.map +1 -0
- package/admin/AdminPage/index.d.ts +21 -0
- package/admin/AdminPage/index.js +42 -0
- package/admin/AdminPage/index.js.map +1 -0
- package/{src/admin → admin}/AdminPage/index.less +0 -0
- package/admin/AdminPermissionSelector.d.ts +45 -0
- package/admin/AdminPermissionSelector.js +213 -0
- package/admin/AdminPermissionSelector.js.map +1 -0
- package/admin/RichEditor/index.d.ts +34 -0
- package/admin/RichEditor/index.js +104 -0
- package/admin/RichEditor/index.js.map +1 -0
- package/{src/admin → admin}/RichEditor/index.less +0 -0
- package/core/Amount/AmountPercentage.d.ts +19 -0
- package/core/Amount/AmountPercentage.js +54 -0
- package/core/Amount/AmountPercentage.js.map +1 -0
- package/core/Amount/index.d.ts +26 -0
- package/core/Amount/index.js +65 -0
- package/core/Amount/index.js.map +1 -0
- package/{src/core → core}/Amount/index.less +0 -0
- package/core/AmountConditionInput.d.ts +28 -0
- package/core/AmountConditionInput.js +66 -0
- package/core/AmountConditionInput.js.map +1 -0
- package/core/AmountRangeInput.d.ts +23 -0
- package/core/AmountRangeInput.js +59 -0
- package/core/AmountRangeInput.js.map +1 -0
- package/core/AuthenticationCodeInput.d.ts +25 -0
- package/core/AuthenticationCodeInput.js +149 -0
- package/core/AuthenticationCodeInput.js.map +1 -0
- package/core/AutoCompleteInput.d.ts +10 -0
- package/core/AutoCompleteInput.js +43 -0
- package/core/AutoCompleteInput.js.map +1 -0
- package/core/Badge/index.d.ts +10 -0
- package/core/Badge/index.js +43 -0
- package/core/Badge/index.js.map +1 -0
- package/{src/core → core}/Badge/index.less +0 -0
- package/core/BoolRadio.d.ts +20 -0
- package/core/BoolRadio.js +49 -0
- package/core/BoolRadio.js.map +1 -0
- package/core/BoolSelect.d.ts +19 -0
- package/core/BoolSelect.js +48 -0
- package/core/BoolSelect.js.map +1 -0
- package/core/BoolSwitch.d.ts +17 -0
- package/core/BoolSwitch.js +56 -0
- package/core/BoolSwitch.js.map +1 -0
- package/core/Breadcrumb/index.d.ts +17 -0
- package/core/Breadcrumb/index.js +45 -0
- package/core/Breadcrumb/index.js.map +1 -0
- package/{src/core → core}/Breadcrumb/index.less +0 -0
- package/core/Button/index.d.ts +37 -0
- package/core/Button/index.js +60 -0
- package/core/Button/index.js.map +1 -0
- package/{src/core → core}/Button/index.less +0 -0
- package/core/Card.d.ts +10 -0
- package/core/Card.js +43 -0
- package/core/Card.js.map +1 -0
- package/core/Carousel.d.ts +11 -0
- package/core/Carousel.js +54 -0
- package/core/Carousel.js.map +1 -0
- package/core/Carousel3D/index.d.ts +27 -0
- package/core/Carousel3D/index.js +116 -0
- package/core/Carousel3D/index.js.map +1 -0
- package/{src/core → core}/Carousel3D/index.less +0 -0
- package/core/Cascader/InitialNullable.d.ts +10 -0
- package/core/Cascader/InitialNullable.js +54 -0
- package/core/Cascader/InitialNullable.js.map +1 -0
- package/core/Cascader/Nullable.d.ts +12 -0
- package/core/Cascader/Nullable.js +86 -0
- package/core/Cascader/Nullable.js.map +1 -0
- package/core/Cascader/index.d.ts +37 -0
- package/core/Cascader/index.js +117 -0
- package/core/Cascader/index.js.map +1 -0
- package/{src/core → core}/Cascader/index.less +0 -0
- package/core/Checkbox/index.d.ts +15 -0
- package/core/Checkbox/index.js +47 -0
- package/core/Checkbox/index.js.map +1 -0
- package/{src/core → core}/Checkbox/index.less +0 -0
- package/core/Collapse.d.ts +12 -0
- package/core/Collapse.js +43 -0
- package/core/Collapse.js.map +1 -0
- package/core/Countdown/SlidingDigit.d.ts +15 -0
- package/core/Countdown/SlidingDigit.js +43 -0
- package/core/Countdown/SlidingDigit.js.map +1 -0
- package/core/Countdown/index.d.ts +39 -0
- package/core/Countdown/index.js +106 -0
- package/core/Countdown/index.js.map +1 -0
- package/{src/core → core}/Countdown/index.less +0 -0
- package/core/DarkOverlay/index.d.ts +12 -0
- package/core/DarkOverlay/index.js +32 -0
- package/core/DarkOverlay/index.js.map +1 -0
- package/{src/core → core}/DarkOverlay/index.less +0 -0
- package/core/DateCalendar.d.ts +18 -0
- package/core/DateCalendar.js +85 -0
- package/core/DateCalendar.js.map +1 -0
- package/core/DatePicker/index.d.ts +18 -0
- package/core/DatePicker/index.js +53 -0
- package/core/DatePicker/index.js.map +1 -0
- package/{src/core → core}/DatePicker/index.less +0 -0
- package/core/DateRangePicker/index.d.ts +18 -0
- package/core/DateRangePicker/index.js +59 -0
- package/core/DateRangePicker/index.js.map +1 -0
- package/{src/core → core}/DateRangePicker/index.less +0 -0
- package/core/DateTimePicker/index.d.ts +19 -0
- package/core/DateTimePicker/index.js +59 -0
- package/core/DateTimePicker/index.js.map +1 -0
- package/{src/core → core}/DateTimePicker/index.less +0 -0
- package/core/DateTimeRangePicker/index.d.ts +20 -0
- package/core/DateTimeRangePicker/index.js +59 -0
- package/core/DateTimeRangePicker/index.js.map +1 -0
- package/{src/core → core}/DateTimeRangePicker/index.less +0 -0
- package/core/Descriptions/index.d.ts +27 -0
- package/core/Descriptions/index.js +51 -0
- package/core/Descriptions/index.js.map +1 -0
- package/{src/core → core}/Descriptions/index.less +0 -0
- package/core/DocumentTitle.d.ts +28 -0
- package/core/DocumentTitle.js +53 -0
- package/core/DocumentTitle.js.map +1 -0
- package/core/Drawer.d.ts +9 -0
- package/core/Drawer.js +41 -0
- package/core/Drawer.js.map +1 -0
- package/core/Dropdown.d.ts +9 -0
- package/core/Dropdown.js +10 -0
- package/core/Dropdown.js.map +1 -0
- package/core/EnumCheckboxGroup/Map.d.ts +10 -0
- package/core/EnumCheckboxGroup/Map.js +55 -0
- package/core/EnumCheckboxGroup/Map.js.map +1 -0
- package/core/EnumCheckboxGroup/index.d.ts +12 -0
- package/core/EnumCheckboxGroup/index.js +36 -0
- package/core/EnumCheckboxGroup/index.js.map +1 -0
- package/core/EnumRadio/InitialNullable.d.ts +11 -0
- package/core/EnumRadio/InitialNullable.js +56 -0
- package/core/EnumRadio/InitialNullable.js.map +1 -0
- package/core/EnumRadio/Map.d.ts +10 -0
- package/core/EnumRadio/Map.js +55 -0
- package/core/EnumRadio/Map.js.map +1 -0
- package/core/EnumRadio/Nullable.d.ts +12 -0
- package/core/EnumRadio/Nullable.js +88 -0
- package/core/EnumRadio/Nullable.js.map +1 -0
- package/core/EnumRadio/index.d.ts +24 -0
- package/core/EnumRadio/index.js +45 -0
- package/core/EnumRadio/index.js.map +1 -0
- package/core/EnumSelect/InitialNullable.d.ts +10 -0
- package/core/EnumSelect/InitialNullable.js +54 -0
- package/core/EnumSelect/InitialNullable.js.map +1 -0
- package/core/EnumSelect/Map.d.ts +10 -0
- package/core/EnumSelect/Map.js +55 -0
- package/core/EnumSelect/Map.js.map +1 -0
- package/core/EnumSelect/Nullable.d.ts +12 -0
- package/core/EnumSelect/Nullable.js +88 -0
- package/core/EnumSelect/Nullable.js.map +1 -0
- package/core/EnumSelect/index.d.ts +29 -0
- package/core/EnumSelect/index.js +61 -0
- package/core/EnumSelect/index.js.map +1 -0
- package/{src/core → core}/EnumSelect/index.less +0 -0
- package/core/FlatList/VirtualFlatList/Item.d.ts +11 -0
- package/core/FlatList/VirtualFlatList/Item.js +20 -0
- package/core/FlatList/VirtualFlatList/Item.js.map +1 -0
- package/core/FlatList/VirtualFlatList/index.d.ts +7 -0
- package/core/FlatList/VirtualFlatList/index.js +110 -0
- package/core/FlatList/VirtualFlatList/index.js.map +1 -0
- package/{src/core → core}/FlatList/VirtualFlatList/index.less +0 -0
- package/core/FlatList/VirtualFlatList/type.d.ts +20 -0
- package/core/FlatList/VirtualFlatList/type.js +2 -0
- package/core/FlatList/VirtualFlatList/type.js.map +1 -0
- package/core/FlatList/index.d.ts +3 -0
- package/core/FlatList/index.js +60 -0
- package/core/FlatList/index.js.map +1 -0
- package/core/FlatList/shared/Footer/index.d.ts +8 -0
- package/core/FlatList/shared/Footer/index.js +13 -0
- package/core/FlatList/shared/Footer/index.js.map +1 -0
- package/{src/core → core}/FlatList/shared/Footer/index.less +0 -0
- package/core/FlatList/shared/GetRowKey.d.ts +2 -0
- package/core/FlatList/shared/GetRowKey.js +12 -0
- package/core/FlatList/shared/GetRowKey.js.map +1 -0
- package/core/FlatList/shared/Spinner/index.d.ts +8 -0
- package/core/FlatList/shared/Spinner/index.js +10 -0
- package/core/FlatList/shared/Spinner/index.js.map +1 -0
- package/{src/core → core}/FlatList/shared/Spinner/index.less +0 -0
- package/core/FlatList/shared/Wrapper/Loading.d.ts +8 -0
- package/core/FlatList/shared/Wrapper/Loading.js +7 -0
- package/core/FlatList/shared/Wrapper/Loading.js.map +1 -0
- package/core/FlatList/shared/Wrapper/index.d.ts +14 -0
- package/core/FlatList/shared/Wrapper/index.js +109 -0
- package/core/FlatList/shared/Wrapper/index.js.map +1 -0
- package/{src/core → core}/FlatList/shared/Wrapper/index.less +0 -0
- package/core/FlatList/shared/hooks/useBounceSwipe.d.ts +22 -0
- package/core/FlatList/shared/hooks/useBounceSwipe.js +111 -0
- package/core/FlatList/shared/hooks/useBounceSwipe.js.map +1 -0
- package/core/FlatList/shared/hooks/useElementScrollState.d.ts +8 -0
- package/core/FlatList/shared/hooks/useElementScrollState.js +38 -0
- package/core/FlatList/shared/hooks/useElementScrollState.js.map +1 -0
- package/core/FlatList/shared/hooks/useLoadingWithDelay.d.ts +9 -0
- package/core/FlatList/shared/hooks/useLoadingWithDelay.js +52 -0
- package/core/FlatList/shared/hooks/useLoadingWithDelay.js.map +1 -0
- package/core/FlatList/type.d.ts +48 -0
- package/core/FlatList/type.js +2 -0
- package/core/FlatList/type.js.map +1 -0
- package/core/Foldable/index.d.ts +18 -0
- package/core/Foldable/index.js +41 -0
- package/core/Foldable/index.js.map +1 -0
- package/{src/core → core}/Foldable/index.less +0 -0
- package/core/Form/Item.d.ts +29 -0
- package/core/Form/Item.js +106 -0
- package/core/Form/Item.js.map +1 -0
- package/core/Form/context.d.ts +14 -0
- package/core/Form/context.js +7 -0
- package/core/Form/context.js.map +1 -0
- package/core/Form/index.d.ts +36 -0
- package/core/Form/index.js +143 -0
- package/core/Form/index.js.map +1 -0
- package/{src/core → core}/Form/index.less +0 -0
- package/core/Grid.d.ts +6 -0
- package/core/Grid.js +7 -0
- package/core/Grid.js.map +1 -0
- package/core/HTMLContent/index.d.ts +11 -0
- package/core/HTMLContent/index.js +32 -0
- package/core/HTMLContent/index.js.map +1 -0
- package/{src/core → core}/HTMLContent/index.less +0 -0
- package/core/ImageUploader/index.d.ts +24 -0
- package/core/ImageUploader/index.js +148 -0
- package/core/ImageUploader/index.js.map +1 -0
- package/{src/core → core}/ImageUploader/index.less +0 -0
- package/core/Input/index.d.ts +39 -0
- package/core/Input/index.js +88 -0
- package/core/Input/index.js.map +1 -0
- package/{src/core → core}/Input/index.less +0 -0
- package/core/LabelledSelect.d.ts +11 -0
- package/core/LabelledSelect.js +42 -0
- package/core/LabelledSelect.js.map +1 -0
- package/core/Link.d.ts +15 -0
- package/core/Link.js +48 -0
- package/core/Link.js.map +1 -0
- package/core/LocalImporter.d.ts +21 -0
- package/core/LocalImporter.js +93 -0
- package/core/LocalImporter.js.map +1 -0
- package/core/LocaleProvider.d.ts +12 -0
- package/core/LocaleProvider.js +38 -0
- package/core/LocaleProvider.js.map +1 -0
- package/core/LocaleSelect.d.ts +11 -0
- package/core/LocaleSelect.js +45 -0
- package/core/LocaleSelect.js.map +1 -0
- package/core/Markdown/index.d.ts +20 -0
- package/core/Markdown/index.js +40 -0
- package/core/Markdown/index.js.map +1 -0
- package/{src/core → core}/Markdown/index.less +0 -0
- package/core/Modal/index.d.ts +16 -0
- package/core/Modal/index.js +67 -0
- package/core/Modal/index.js.map +1 -0
- package/{src/core → core}/Modal/index.less +0 -0
- package/core/MultipleCascader/index.d.ts +31 -0
- package/core/MultipleCascader/index.js +151 -0
- package/core/MultipleCascader/index.js.map +1 -0
- package/{src/core → core}/MultipleCascader/index.less +0 -0
- package/core/MultipleEnumSelect.d.ts +17 -0
- package/core/MultipleEnumSelect.js +40 -0
- package/core/MultipleEnumSelect.js.map +1 -0
- package/core/MultipleSelector/TablePopover.d.ts +20 -0
- package/core/MultipleSelector/TablePopover.js +95 -0
- package/core/MultipleSelector/TablePopover.js.map +1 -0
- package/core/MultipleSelector/index.d.ts +33 -0
- package/core/MultipleSelector/index.js +103 -0
- package/core/MultipleSelector/index.js.map +1 -0
- package/core/MutableTable/index.d.ts +44 -0
- package/core/MutableTable/index.js +139 -0
- package/core/MutableTable/index.js.map +1 -0
- package/{src/core → core}/MutableTable/index.less +0 -0
- package/core/NumberInput/NumberInputPercentage.d.ts +58 -0
- package/core/NumberInput/NumberInputPercentage.js +75 -0
- package/core/NumberInput/NumberInputPercentage.js.map +1 -0
- package/core/NumberInput/index.d.ts +70 -0
- package/core/NumberInput/index.js +130 -0
- package/core/NumberInput/index.js.map +1 -0
- package/{src/core → core}/NumberInput/index.less +0 -0
- package/core/NumberInput/util.d.ts +34 -0
- package/core/NumberInput/util.js +57 -0
- package/core/NumberInput/util.js.map +1 -0
- package/core/OverflowableText/index.d.ts +22 -0
- package/core/OverflowableText/index.js +64 -0
- package/core/OverflowableText/index.js.map +1 -0
- package/{src/core → core}/OverflowableText/index.less +0 -0
- package/core/PagedList/index.d.ts +27 -0
- package/core/PagedList/index.js +81 -0
- package/core/PagedList/index.js.map +1 -0
- package/{src/core → core}/PagedList/index.less +0 -0
- package/core/Pagination/index.d.ts +21 -0
- package/core/Pagination/index.js +51 -0
- package/core/Pagination/index.js.map +1 -0
- package/{src/core → core}/Pagination/index.less +0 -0
- package/core/Popover/index.d.ts +11 -0
- package/core/Popover/index.js +43 -0
- package/core/Popover/index.js.map +1 -0
- package/{src/core → core}/Popover/index.less +0 -0
- package/core/Progress.d.ts +10 -0
- package/core/Progress.js +42 -0
- package/core/Progress.js.map +1 -0
- package/core/Radio/index.d.ts +13 -0
- package/core/Radio/index.js +45 -0
- package/core/Radio/index.js.map +1 -0
- package/{src/core → core}/Radio/index.less +0 -0
- package/core/RelativeTime.d.ts +18 -0
- package/core/RelativeTime.js +60 -0
- package/core/RelativeTime.js.map +1 -0
- package/core/ResizeObserver.d.ts +2 -0
- package/core/ResizeObserver.js +2 -0
- package/core/ResizeObserver.js.map +1 -0
- package/core/SearchableSelect.d.ts +15 -0
- package/core/SearchableSelect.js +42 -0
- package/core/SearchableSelect.js.map +1 -0
- package/core/Select/index.d.ts +16 -0
- package/core/Select/index.js +45 -0
- package/core/Select/index.js.map +1 -0
- package/{src/core → core}/Select/index.less +0 -0
- package/core/SignedAmountInput.d.ts +20 -0
- package/core/SignedAmountInput.js +56 -0
- package/core/SignedAmountInput.js.map +1 -0
- package/core/Skeleton.d.ts +9 -0
- package/core/Skeleton.js +42 -0
- package/core/Skeleton.js.map +1 -0
- package/core/Slider/RangeSlider.d.ts +11 -0
- package/core/Slider/RangeSlider.js +53 -0
- package/core/Slider/RangeSlider.js.map +1 -0
- package/core/Slider/index.d.ts +16 -0
- package/core/Slider/index.js +79 -0
- package/core/Slider/index.js.map +1 -0
- package/{src/core → core}/Slider/index.less +0 -0
- package/core/Space.d.ts +10 -0
- package/core/Space.js +42 -0
- package/core/Space.js.map +1 -0
- package/core/Spin.d.ts +12 -0
- package/core/Spin.js +55 -0
- package/core/Spin.js.map +1 -0
- package/core/StepFormContainer/index.d.ts +27 -0
- package/core/StepFormContainer/index.js +50 -0
- package/core/StepFormContainer/index.js.map +1 -0
- package/{src/core → core}/StepFormContainer/index.less +0 -0
- package/core/Steps/index.d.ts +11 -0
- package/core/Steps/index.js +44 -0
- package/core/Steps/index.js.map +1 -0
- package/{src/core → core}/Steps/index.less +0 -0
- package/core/Table/index.d.ts +89 -0
- package/core/Table/index.js +152 -0
- package/core/Table/index.js.map +1 -0
- package/{src/core → core}/Table/index.less +0 -0
- package/core/Tabs/Single.d.ts +11 -0
- package/core/Tabs/Single.js +54 -0
- package/core/Tabs/Single.js.map +1 -0
- package/core/Tabs/index.d.ts +30 -0
- package/core/Tabs/index.js +96 -0
- package/core/Tabs/index.js.map +1 -0
- package/{src/core → core}/Tabs/index.less +0 -0
- package/core/Tag.d.ts +11 -0
- package/core/Tag.js +42 -0
- package/core/Tag.js.map +1 -0
- package/core/TagInput/index.d.ts +27 -0
- package/core/TagInput/index.js +107 -0
- package/core/TagInput/index.js.map +1 -0
- package/{src/core → core}/TagInput/index.less +0 -0
- package/core/Tags.d.ts +17 -0
- package/core/Tags.js +38 -0
- package/core/Tags.js.map +1 -0
- package/core/TimePicker/index.d.ts +17 -0
- package/core/TimePicker/index.js +46 -0
- package/core/TimePicker/index.js.map +1 -0
- package/{src/core → core}/TimePicker/index.less +0 -0
- package/core/TimeRangePicker/index.d.ts +17 -0
- package/core/TimeRangePicker/index.js +45 -0
- package/core/TimeRangePicker/index.js.map +1 -0
- package/{src/core → core}/TimeRangePicker/index.less +0 -0
- package/core/Tooltip.d.ts +9 -0
- package/core/Tooltip.js +42 -0
- package/core/Tooltip.js.map +1 -0
- package/core/TypedTabs/index.d.ts +23 -0
- package/core/TypedTabs/index.js +76 -0
- package/core/TypedTabs/index.js.map +1 -0
- package/{src/core → core}/TypedTabs/index.less +0 -0
- package/core/Uploader.d.ts +34 -0
- package/core/Uploader.js +97 -0
- package/core/Uploader.js.map +1 -0
- package/core/VerticalMarquee/index.d.ts +19 -0
- package/core/VerticalMarquee/index.js +51 -0
- package/core/VerticalMarquee/index.js.map +1 -0
- package/{src/core → core}/VerticalMarquee/index.less +0 -0
- package/core/VirtualTable/TableHeader.d.ts +13 -0
- package/core/VirtualTable/TableHeader.js +45 -0
- package/core/VirtualTable/TableHeader.js.map +1 -0
- package/core/VirtualTable/TableRow.d.ts +21 -0
- package/core/VirtualTable/TableRow.js +59 -0
- package/core/VirtualTable/TableRow.js.map +1 -0
- package/core/VirtualTable/hooks/useColumnWidths.d.ts +11 -0
- package/core/VirtualTable/hooks/useColumnWidths.js +38 -0
- package/core/VirtualTable/hooks/useColumnWidths.js.map +1 -0
- package/core/VirtualTable/hooks/useDebounce.d.ts +1 -0
- package/core/VirtualTable/hooks/useDebounce.js +45 -0
- package/core/VirtualTable/hooks/useDebounce.js.map +1 -0
- package/core/VirtualTable/hooks/useLayout.d.ts +17 -0
- package/core/VirtualTable/hooks/useLayout.js +44 -0
- package/core/VirtualTable/hooks/useLayout.js.map +1 -0
- package/core/VirtualTable/hooks/useRowExpand.d.ts +7 -0
- package/core/VirtualTable/hooks/useRowExpand.js +20 -0
- package/core/VirtualTable/hooks/useRowExpand.js.map +1 -0
- package/core/VirtualTable/hooks/useRowSelection.d.ts +10 -0
- package/core/VirtualTable/hooks/useRowSelection.js +83 -0
- package/core/VirtualTable/hooks/useRowSelection.js.map +1 -0
- package/core/VirtualTable/hooks/useScrollBarSize.d.ts +5 -0
- package/core/VirtualTable/hooks/useScrollBarSize.js +36 -0
- package/core/VirtualTable/hooks/useScrollBarSize.js.map +1 -0
- package/core/VirtualTable/hooks/useScrollToEdge.d.ts +8 -0
- package/core/VirtualTable/hooks/useScrollToEdge.js +48 -0
- package/core/VirtualTable/hooks/useScrollToEdge.js.map +1 -0
- package/core/VirtualTable/hooks/useStickyPosition.d.ts +2 -0
- package/core/VirtualTable/hooks/useStickyPosition.js +24 -0
- package/core/VirtualTable/hooks/useStickyPosition.js.map +1 -0
- package/core/VirtualTable/hooks/useTransformColumn.d.ts +11 -0
- package/core/VirtualTable/hooks/useTransformColumn.js +9 -0
- package/core/VirtualTable/hooks/useTransformColumn.js.map +1 -0
- package/core/VirtualTable/index.d.ts +30 -0
- package/core/VirtualTable/index.js +85 -0
- package/core/VirtualTable/index.js.map +1 -0
- package/{src/core → core}/VirtualTable/index.less +0 -0
- package/core/VirtualTable/type.d.ts +57 -0
- package/core/VirtualTable/type.js +2 -0
- package/core/VirtualTable/type.js.map +1 -0
- package/core/WithExplanation/index.d.ts +21 -0
- package/core/WithExplanation/index.js +46 -0
- package/core/WithExplanation/index.js.map +1 -0
- package/{src/core → core}/WithExplanation/index.less +0 -0
- package/core/WithTooltipList.d.ts +23 -0
- package/core/WithTooltipList.js +64 -0
- package/core/WithTooltipList.js.map +1 -0
- package/core/YearMonthSelector.d.ts +16 -0
- package/core/YearMonthSelector.js +53 -0
- package/core/YearMonthSelector.js.map +1 -0
- package/{src/css → css}/global.less +0 -0
- package/{src/css → css}/variable.less +0 -0
- package/hooks/useOrientationMode.d.ts +2 -0
- package/hooks/useOrientationMode.js +30 -0
- package/hooks/useOrientationMode.js.map +1 -0
- package/hooks/useSwipe/controller.d.ts +20 -0
- package/hooks/useSwipe/controller.js +126 -0
- package/hooks/useSwipe/controller.js.map +1 -0
- package/hooks/useSwipe/index.d.ts +3 -0
- package/hooks/useSwipe/index.js +9 -0
- package/hooks/useSwipe/index.js.map +1 -0
- package/hooks/useSwipe/type.d.ts +38 -0
- package/hooks/useSwipe/type.js +8 -0
- package/hooks/useSwipe/type.js.map +1 -0
- package/hooks/useTransform.d.ts +18 -0
- package/hooks/useTransform.js +62 -0
- package/hooks/useTransform.js.map +1 -0
- package/internal/ArrayUtil.d.ts +29 -0
- package/internal/ArrayUtil.js +76 -0
- package/internal/ArrayUtil.js.map +1 -0
- package/internal/ExpirableLocalStorage.d.ts +123 -0
- package/internal/ExpirableLocalStorage.js +245 -0
- package/internal/ExpirableLocalStorage.js.map +1 -0
- package/internal/Memo.d.ts +9 -0
- package/internal/Memo.js +31 -0
- package/internal/Memo.js.map +1 -0
- package/internal/NumberUtil.d.ts +7 -0
- package/internal/NumberUtil.js +38 -0
- package/internal/NumberUtil.js.map +1 -0
- package/internal/StorageHelper.d.ts +31 -0
- package/internal/StorageHelper.js +152 -0
- package/internal/StorageHelper.js.map +1 -0
- package/internal/TextUtil.d.ts +5 -0
- package/internal/TextUtil.js +15 -0
- package/internal/TextUtil.js.map +1 -0
- package/internal/i18n/admin/en.d.ts +18 -0
- package/internal/i18n/admin/en.js +19 -0
- package/internal/i18n/admin/en.js.map +1 -0
- package/internal/i18n/admin/index.d.ts +18 -0
- package/internal/i18n/admin/index.js +11 -0
- package/internal/i18n/admin/index.js.map +1 -0
- package/internal/i18n/admin/zh.d.ts +18 -0
- package/internal/i18n/admin/zh.js +19 -0
- package/internal/i18n/admin/zh.js.map +1 -0
- package/internal/i18n/core/en.d.ts +37 -0
- package/internal/i18n/core/en.js +38 -0
- package/internal/i18n/core/en.js.map +1 -0
- package/internal/i18n/core/index.d.ts +37 -0
- package/internal/i18n/core/index.js +11 -0
- package/internal/i18n/core/index.js.map +1 -0
- package/internal/i18n/core/zh.d.ts +37 -0
- package/internal/i18n/core/zh.js +38 -0
- package/internal/i18n/core/zh.js.map +1 -0
- package/internal/i18n/util/en.d.ts +9 -0
- package/internal/i18n/util/en.js +10 -0
- package/internal/i18n/util/en.js.map +1 -0
- package/internal/i18n/util/index.d.ts +9 -0
- package/internal/i18n/util/index.js +11 -0
- package/internal/i18n/util/index.js.map +1 -0
- package/internal/i18n/util/zh.d.ts +9 -0
- package/internal/i18n/util/zh.js +10 -0
- package/internal/i18n/util/zh.js.map +1 -0
- package/internal/type.d.ts +15 -0
- package/internal/type.js +2 -0
- package/internal/type.js.map +1 -0
- package/package.json +1 -1
- package/util/AdminNavigatorBase.d.ts +64 -0
- package/util/AdminNavigatorBase.js +101 -0
- package/util/AdminNavigatorBase.js.map +1 -0
- package/util/BrowserBookmarkUtil.d.ts +5 -0
- package/util/BrowserBookmarkUtil.js +25 -0
- package/util/BrowserBookmarkUtil.js.map +1 -0
- package/util/BrowserUtil.d.ts +31 -0
- package/util/BrowserUtil.js +154 -0
- package/util/BrowserUtil.js.map +1 -0
- package/util/CanvasUtil.d.ts +17 -0
- package/util/CanvasUtil.js +94 -0
- package/util/CanvasUtil.js.map +1 -0
- package/util/ClassNames.d.ts +2 -0
- package/util/ClassNames.js +3 -0
- package/util/ClassNames.js.map +1 -0
- package/util/Clipboard.d.ts +22 -0
- package/util/Clipboard.js +118 -0
- package/util/Clipboard.js.map +1 -0
- package/util/ExpirableLocalStorageUtil.d.ts +2 -0
- package/util/ExpirableLocalStorageUtil.js +3 -0
- package/util/ExpirableLocalStorageUtil.js.map +1 -0
- package/util/ExportUtil.d.ts +11 -0
- package/util/ExportUtil.js +28 -0
- package/util/ExportUtil.js.map +1 -0
- package/util/ImportUtil.d.ts +10 -0
- package/util/ImportUtil.js +94 -0
- package/util/ImportUtil.js.map +1 -0
- package/util/LocalStorageUtil.d.ts +2 -0
- package/util/LocalStorageUtil.js +3 -0
- package/util/LocalStorageUtil.js.map +1 -0
- package/util/LocaleUtil.d.ts +22 -0
- package/util/LocaleUtil.js +34 -0
- package/util/LocaleUtil.js.map +1 -0
- package/util/MediaUtil/index.d.ts +10 -0
- package/util/MediaUtil/index.js +60 -0
- package/util/MediaUtil/index.js.map +1 -0
- package/{src/util → util}/MediaUtil/index.less +0 -0
- package/util/MessageUtil/index.d.ts +15 -0
- package/util/MessageUtil/index.js +29 -0
- package/util/MessageUtil/index.js.map +1 -0
- package/{src/util → util}/MessageUtil/index.less +0 -0
- package/util/ModalUtil/index.d.ts +41 -0
- package/util/ModalUtil/index.js +145 -0
- package/util/ModalUtil/index.js.map +1 -0
- package/{src/util → util}/ModalUtil/index.less +0 -0
- package/util/NotificationUtil.d.ts +12 -0
- package/util/NotificationUtil.js +52 -0
- package/util/NotificationUtil.js.map +1 -0
- package/util/OrientationUtil.d.ts +20 -0
- package/util/OrientationUtil.js +50 -0
- package/util/OrientationUtil.js.map +1 -0
- package/util/PromptUtil/PromptBody.d.ts +18 -0
- package/util/PromptUtil/PromptBody.js +100 -0
- package/util/PromptUtil/PromptBody.js.map +1 -0
- package/util/PromptUtil/index.d.ts +19 -0
- package/util/PromptUtil/index.js +48 -0
- package/util/PromptUtil/index.js.map +1 -0
- package/{src/util → util}/PromptUtil/index.less +0 -0
- package/util/RecentUsedStorageUtil.d.ts +12 -0
- package/util/RecentUsedStorageUtil.js +45 -0
- package/util/RecentUsedStorageUtil.js.map +1 -0
- package/util/SessionStorageUtil.d.ts +2 -0
- package/util/SessionStorageUtil.js +3 -0
- package/util/SessionStorageUtil.js.map +1 -0
- package/util/SwipeUtil.d.ts +8 -0
- package/util/SwipeUtil.js +26 -0
- package/util/SwipeUtil.js.map +1 -0
- package/util/UploadUtil/index.d.ts +6 -0
- package/util/UploadUtil/index.js +61 -0
- package/util/UploadUtil/index.js.map +1 -0
- package/util/UploadUtil/type.d.ts +41 -0
- package/util/UploadUtil/type.js +2 -0
- package/util/UploadUtil/type.js.map +1 -0
- package/config/jest-stubs/style-stub.js +0 -13
- package/config/jest.config.ts +0 -57
- package/config/tsconfig.script.json +0 -12
- package/config/tsconfig.src.json +0 -15
- package/config/tsconfig.test.json +0 -20
- package/script/build.ts +0 -103
- package/script/format.ts +0 -7
- package/script/start-mobile.ts +0 -13
- package/script/start.ts +0 -31
- package/src/admin/AdminApp/Default/NavigatorSide/index.tsx +0 -68
- package/src/admin/AdminApp/Default/SoundSwitch.tsx +0 -32
- package/src/admin/AdminApp/Default/SquareLogo/index.tsx +0 -32
- package/src/admin/AdminApp/Menu.tsx +0 -154
- package/src/admin/AdminApp/Navigator.tsx +0 -186
- package/src/admin/AdminApp/NotFound.tsx +0 -24
- package/src/admin/AdminApp/RouteSwitch.tsx +0 -61
- package/src/admin/AdminApp/WithErrorBoundary.tsx +0 -36
- package/src/admin/AdminApp/context.ts +0 -13
- package/src/admin/AdminApp/index.tsx +0 -96
- package/src/admin/AdminPage/Filter.tsx +0 -76
- package/src/admin/AdminPage/Result.tsx +0 -41
- package/src/admin/AdminPage/SaveBar.tsx +0 -33
- package/src/admin/AdminPage/Summary.tsx +0 -15
- package/src/admin/AdminPage/TopBar.tsx +0 -15
- package/src/admin/AdminPage/index.tsx +0 -29
- package/src/admin/AdminPermissionSelector.tsx +0 -299
- package/src/admin/RichEditor/index.tsx +0 -123
- package/src/core/Amount/AmountPercentage.tsx +0 -27
- package/src/core/Amount/index.tsx +0 -71
- package/src/core/AmountConditionInput.tsx +0 -63
- package/src/core/AmountRangeInput.tsx +0 -66
- package/src/core/AuthenticationCodeInput.tsx +0 -85
- package/src/core/AutoCompleteInput.tsx +0 -16
- package/src/core/Badge/index.tsx +0 -15
- package/src/core/BoolRadio.tsx +0 -62
- package/src/core/BoolSelect.tsx +0 -50
- package/src/core/BoolSwitch.tsx +0 -37
- package/src/core/Breadcrumb/index.tsx +0 -46
- package/src/core/Button/index.tsx +0 -59
- package/src/core/Card.tsx +0 -16
- package/src/core/Carousel.tsx +0 -19
- package/src/core/Carousel3D/index.tsx +0 -150
- package/src/core/Cascader/InitialNullable.tsx +0 -20
- package/src/core/Cascader/Nullable.tsx +0 -28
- package/src/core/Cascader/index.tsx +0 -93
- package/src/core/Checkbox/index.tsx +0 -24
- package/src/core/Collapse.tsx +0 -19
- package/src/core/Countdown/SlidingDigit.tsx +0 -39
- package/src/core/Countdown/index.tsx +0 -125
- package/src/core/DarkOverlay/index.tsx +0 -24
- package/src/core/DateCalendar.tsx +0 -106
- package/src/core/DatePicker/index.tsx +0 -54
- package/src/core/DateRangePicker/index.tsx +0 -58
- package/src/core/DateTimePicker/index.tsx +0 -61
- package/src/core/DateTimeRangePicker/index.tsx +0 -60
- package/src/core/Descriptions/index.tsx +0 -45
- package/src/core/DocumentTitle.tsx +0 -58
- package/src/core/Drawer.tsx +0 -14
- package/src/core/Dropdown.tsx +0 -10
- package/src/core/EnumCheckboxGroup/Map.tsx +0 -21
- package/src/core/EnumCheckboxGroup/index.tsx +0 -23
- package/src/core/EnumRadio/InitialNullable.tsx +0 -24
- package/src/core/EnumRadio/Map.tsx +0 -21
- package/src/core/EnumRadio/Nullable.tsx +0 -31
- package/src/core/EnumRadio/index.tsx +0 -45
- package/src/core/EnumSelect/InitialNullable.tsx +0 -20
- package/src/core/EnumSelect/Map.tsx +0 -21
- package/src/core/EnumSelect/Nullable.tsx +0 -31
- package/src/core/EnumSelect/index.tsx +0 -74
- package/src/core/FlatList/VirtualFlatList/Item.tsx +0 -28
- package/src/core/FlatList/VirtualFlatList/index.tsx +0 -142
- package/src/core/FlatList/VirtualFlatList/type.ts +0 -26
- package/src/core/FlatList/index.tsx +0 -95
- package/src/core/FlatList/shared/Footer/index.tsx +0 -23
- package/src/core/FlatList/shared/GetRowKey.ts +0 -11
- package/src/core/FlatList/shared/Spinner/index.tsx +0 -18
- package/src/core/FlatList/shared/Wrapper/Loading.tsx +0 -17
- package/src/core/FlatList/shared/Wrapper/index.tsx +0 -123
- package/src/core/FlatList/shared/hooks/useBounceSwipe.ts +0 -120
- package/src/core/FlatList/shared/hooks/useElementScrollState.ts +0 -43
- package/src/core/FlatList/shared/hooks/useLoadingWithDelay.ts +0 -40
- package/src/core/FlatList/type.tsx +0 -56
- package/src/core/Foldable/index.tsx +0 -38
- package/src/core/Form/Item.tsx +0 -87
- package/src/core/Form/context.ts +0 -16
- package/src/core/Form/index.tsx +0 -109
- package/src/core/Grid.tsx +0 -7
- package/src/core/HTMLContent/index.tsx +0 -17
- package/src/core/ImageUploader/index.tsx +0 -104
- package/src/core/Input/index.tsx +0 -63
- package/src/core/LabelledSelect.tsx +0 -15
- package/src/core/Link.tsx +0 -57
- package/src/core/LocalImporter.tsx +0 -62
- package/src/core/LocaleProvider.tsx +0 -31
- package/src/core/LocaleSelect.tsx +0 -36
- package/src/core/Markdown/index.tsx +0 -42
- package/src/core/Modal/index.tsx +0 -37
- package/src/core/MultipleCascader/index.tsx +0 -114
- package/src/core/MultipleEnumSelect.tsx +0 -28
- package/src/core/MultipleSelector/TablePopover.tsx +0 -62
- package/src/core/MultipleSelector/index.tsx +0 -106
- package/src/core/MutableTable/index.tsx +0 -151
- package/src/core/NumberInput/NumberInputPercentage.tsx +0 -103
- package/src/core/NumberInput/index.tsx +0 -192
- package/src/core/NumberInput/util.ts +0 -55
- package/src/core/OverflowableText/index.tsx +0 -66
- package/src/core/PagedList/index.tsx +0 -93
- package/src/core/Pagination/index.tsx +0 -59
- package/src/core/Popover/index.tsx +0 -15
- package/src/core/Progress.tsx +0 -14
- package/src/core/Radio/index.tsx +0 -21
- package/src/core/RelativeTime.tsx +0 -59
- package/src/core/ResizeObserver.tsx +0 -2
- package/src/core/SearchableSelect.tsx +0 -17
- package/src/core/Select/index.tsx +0 -25
- package/src/core/SignedAmountInput.tsx +0 -59
- package/src/core/Skeleton.tsx +0 -14
- package/src/core/Slider/RangeSlider.tsx +0 -17
- package/src/core/Slider/index.tsx +0 -50
- package/src/core/Space.tsx +0 -14
- package/src/core/Spin.tsx +0 -25
- package/src/core/StepFormContainer/index.tsx +0 -66
- package/src/core/Steps/index.tsx +0 -17
- package/src/core/Table/index.tsx +0 -221
- package/src/core/Tabs/Single.tsx +0 -25
- package/src/core/Tabs/index.tsx +0 -82
- package/src/core/Tag.tsx +0 -17
- package/src/core/TagInput/index.tsx +0 -94
- package/src/core/Tags.tsx +0 -34
- package/src/core/TimePicker/index.tsx +0 -44
- package/src/core/TimeRangePicker/index.tsx +0 -42
- package/src/core/Tooltip.tsx +0 -17
- package/src/core/TypedTabs/index.tsx +0 -43
- package/src/core/Uploader.tsx +0 -118
- package/src/core/VerticalMarquee/index.tsx +0 -51
- package/src/core/VirtualTable/TableHeader.tsx +0 -41
- package/src/core/VirtualTable/TableRow.tsx +0 -90
- package/src/core/VirtualTable/hooks/useColumnWidths.ts +0 -24
- package/src/core/VirtualTable/hooks/useDebounce.ts +0 -18
- package/src/core/VirtualTable/hooks/useLayout.tsx +0 -58
- package/src/core/VirtualTable/hooks/useRowExpand.tsx +0 -27
- package/src/core/VirtualTable/hooks/useRowSelection.tsx +0 -72
- package/src/core/VirtualTable/hooks/useScrollBarSize.ts +0 -23
- package/src/core/VirtualTable/hooks/useScrollToEdge.ts +0 -36
- package/src/core/VirtualTable/hooks/useStickyPosition.ts +0 -28
- package/src/core/VirtualTable/hooks/useTransformColumn.ts +0 -19
- package/src/core/VirtualTable/index.tsx +0 -143
- package/src/core/VirtualTable/type.ts +0 -59
- package/src/core/WithExplanation/index.tsx +0 -47
- package/src/core/WithTooltipList.tsx +0 -89
- package/src/core/YearMonthSelector.tsx +0 -53
- package/src/hooks/useOrientationMode.ts +0 -18
- package/src/hooks/useSwipe/controller.ts +0 -133
- package/src/hooks/useSwipe/index.ts +0 -11
- package/src/hooks/useSwipe/type.ts +0 -45
- package/src/hooks/useTransform.ts +0 -78
- package/src/internal/ArrayUtil.ts +0 -53
- package/src/internal/ExpirableLocalStorage.ts +0 -262
- package/src/internal/Memo.ts +0 -28
- package/src/internal/NumberUtil.ts +0 -38
- package/src/internal/StorageHelper.ts +0 -152
- package/src/internal/TextUtil.ts +0 -11
- package/src/internal/i18n/admin/en.ts +0 -18
- package/src/internal/i18n/admin/index.ts +0 -13
- package/src/internal/i18n/admin/zh.ts +0 -18
- package/src/internal/i18n/core/en.ts +0 -37
- package/src/internal/i18n/core/index.ts +0 -13
- package/src/internal/i18n/core/zh.ts +0 -37
- package/src/internal/i18n/util/en.ts +0 -9
- package/src/internal/i18n/util/index.ts +0 -13
- package/src/internal/i18n/util/zh.ts +0 -9
- package/src/internal/type.ts +0 -12
- package/src/util/AdminNavigatorBase.ts +0 -99
- package/src/util/BrowserBookmarkUtil.ts +0 -24
- package/src/util/BrowserUtil.ts +0 -122
- package/src/util/CanvasUtil.ts +0 -61
- package/src/util/ClassNames.ts +0 -2
- package/src/util/Clipboard.ts +0 -61
- package/src/util/ExpirableLocalStorageUtil.ts +0 -3
- package/src/util/ExportUtil.ts +0 -34
- package/src/util/ImportUtil.ts +0 -41
- package/src/util/LocalStorageUtil.ts +0 -3
- package/src/util/LocaleUtil.ts +0 -47
- package/src/util/MediaUtil/index.tsx +0 -69
- package/src/util/MessageUtil/index.tsx +0 -23
- package/src/util/ModalUtil/index.tsx +0 -179
- package/src/util/NotificationUtil.tsx +0 -42
- package/src/util/OrientationUtil.ts +0 -51
- package/src/util/PromptUtil/PromptBody.tsx +0 -62
- package/src/util/PromptUtil/index.tsx +0 -50
- package/src/util/RecentUsedStorageUtil.ts +0 -46
- package/src/util/SessionStorageUtil.ts +0 -3
- package/src/util/SwipeUtil.ts +0 -25
- package/src/util/UploadUtil/index.ts +0 -73
- package/src/util/UploadUtil/type.ts +0 -46
- package/test/mobile-ui-test/package.json +0 -5
- package/test/mobile-ui-test/src/component/FlatListDemo/fetch.ts +0 -18
- package/test/mobile-ui-test/src/component/FlatListDemo/index.less +0 -22
- package/test/mobile-ui-test/src/component/FlatListDemo/index.tsx +0 -149
- package/test/mobile-ui-test/src/component/Main.tsx +0 -6
- package/test/mobile-ui-test/src/index.html +0 -12
- package/test/mobile-ui-test/src/index.less +0 -18
- package/test/mobile-ui-test/src/index.tsx +0 -6
- package/test/mobile-ui-test/static/robots.txt +0 -2
- package/test/mobile-ui-test/tsconfig.json +0 -4
- package/test/ui-test/package.json +0 -5
- package/test/ui-test/src/asset/logo.png +0 -0
- package/test/ui-test/src/component/DemoHelper/index.less +0 -33
- package/test/ui-test/src/component/DemoHelper/index.tsx +0 -55
- package/test/ui-test/src/component/Main.tsx +0 -33
- package/test/ui-test/src/component/WebUILogo.tsx +0 -7
- package/test/ui-test/src/component/WebUINavigatorSide.tsx +0 -20
- package/test/ui-test/src/component/admin/ConfigPageDemo.tsx +0 -39
- package/test/ui-test/src/component/admin/NavigationHistoryDemo.tsx +0 -30
- package/test/ui-test/src/component/admin/PermissionSelectorDemo.tsx +0 -65
- package/test/ui-test/src/component/admin/RenderErrorDemo.tsx +0 -5
- package/test/ui-test/src/component/admin/ResultPageDemo.tsx +0 -13
- package/test/ui-test/src/component/admin/RichEditorDemo.tsx +0 -20
- package/test/ui-test/src/component/admin/SeparateTabDetailDemo.tsx +0 -44
- package/test/ui-test/src/component/admin/TablePageDemo.tsx +0 -85
- package/test/ui-test/src/component/core/AmountDemo.tsx +0 -117
- package/test/ui-test/src/component/core/ButtonDemo/__tests__/__snapshots__/dom-snapshot.test.tsx.snap +0 -12
- package/test/ui-test/src/component/core/ButtonDemo/__tests__/dom-snapshot.test.tsx +0 -10
- package/test/ui-test/src/component/core/ButtonDemo/__tests__/smoke.test.tsx +0 -71
- package/test/ui-test/src/component/core/ButtonDemo/index.tsx +0 -39
- package/test/ui-test/src/component/core/CalendarDemo.tsx +0 -98
- package/test/ui-test/src/component/core/CarouselDemo/index.tsx +0 -51
- package/test/ui-test/src/component/core/CascaderDemo/index.tsx +0 -120
- package/test/ui-test/src/component/core/FoldableDemo.tsx +0 -31
- package/test/ui-test/src/component/core/FormDemo.tsx +0 -204
- package/test/ui-test/src/component/core/InputDemo/index.tsx +0 -123
- package/test/ui-test/src/component/core/MiscellaneousDemo/TagInputDemo.tsx +0 -8
- package/test/ui-test/src/component/core/MiscellaneousDemo/index.tsx +0 -157
- package/test/ui-test/src/component/core/ModalDemo/index.tsx +0 -75
- package/test/ui-test/src/component/core/OverflowableTextDemo.tsx +0 -78
- package/test/ui-test/src/component/core/RelativeTimeDemo.tsx +0 -35
- package/test/ui-test/src/component/core/SelectDemo/index.tsx +0 -141
- package/test/ui-test/src/component/core/SliderDemo.tsx +0 -44
- package/test/ui-test/src/component/core/StepContainerDemo.tsx +0 -53
- package/test/ui-test/src/component/core/TableDemo.tsx +0 -81
- package/test/ui-test/src/component/core/TabsDemo.tsx +0 -136
- package/test/ui-test/src/component/core/UploaderImporterDemo.tsx +0 -52
- package/test/ui-test/src/component/core/VirtualTableDemo.tsx +0 -232
- package/test/ui-test/src/dummy/dummyCallback.ts +0 -13
- package/test/ui-test/src/dummy/dummyList.ts +0 -63
- package/test/ui-test/src/dummy/dummyTableData.tsx +0 -60
- package/test/ui-test/src/dummy/dummyUpload.tsx +0 -43
- package/test/ui-test/src/index.html +0 -11
- package/test/ui-test/src/index.tsx +0 -5
- package/test/ui-test/src/type.ts +0 -8
- package/test/ui-test/src/util/NavigationService.tsx +0 -217
- package/test/ui-test/src/util/withUncontrolledInitialValue.tsx +0 -14
- package/test/ui-test/static/robots.txt +0 -2
- package/test/ui-test/tsconfig.json +0 -3
- package/test/unit-test/ClassNames.test.ts +0 -17
- package/test/unit-test/ExpirableLocalStorageUtil.test.ts +0 -42
- package/test/unit-test/NumberInput.util.test.ts +0 -344
- package/test/unit-test/NumberUtil.test.ts +0 -57
- package/test/unit-test/TextUtil.test.ts +0 -10
- package/tsconfig.json +0 -15
|
@@ -0,0 +1,106 @@
|
|
|
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 __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
17
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
18
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
19
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
20
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
21
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
22
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
26
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
27
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
28
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
29
|
+
function step(op) {
|
|
30
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
31
|
+
while (_) try {
|
|
32
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
33
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
34
|
+
switch (op[0]) {
|
|
35
|
+
case 0: case 1: t = op; break;
|
|
36
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
37
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
38
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
39
|
+
default:
|
|
40
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
41
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
42
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
43
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
44
|
+
if (t[2]) _.ops.pop();
|
|
45
|
+
_.trys.pop(); continue;
|
|
46
|
+
}
|
|
47
|
+
op = body.call(thisArg, _);
|
|
48
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
49
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
import React from "react";
|
|
53
|
+
import { classNames } from "../../util/ClassNames";
|
|
54
|
+
import { Tooltip } from "../Tooltip";
|
|
55
|
+
import { FormValidationContext } from "./context";
|
|
56
|
+
var Item = /** @class */ (function (_super) {
|
|
57
|
+
__extends(Item, _super);
|
|
58
|
+
function Item(props) {
|
|
59
|
+
var _this = _super.call(this, props) || this;
|
|
60
|
+
_this.overlayStyle = { color: "red" };
|
|
61
|
+
_this.validate = function () { return __awaiter(_this, void 0, void 0, function () {
|
|
62
|
+
var validator, errorMessage;
|
|
63
|
+
return __generator(this, function (_a) {
|
|
64
|
+
switch (_a.label) {
|
|
65
|
+
case 0:
|
|
66
|
+
validator = this.props.validator;
|
|
67
|
+
if (!validator) return [3 /*break*/, 2];
|
|
68
|
+
return [4 /*yield*/, validator()];
|
|
69
|
+
case 1:
|
|
70
|
+
errorMessage = _a.sent();
|
|
71
|
+
this.setState({ errorMessage: errorMessage });
|
|
72
|
+
return [2 /*return*/, errorMessage === null];
|
|
73
|
+
case 2: return [2 /*return*/, true];
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
}); };
|
|
77
|
+
_this.state = { errorMessage: null };
|
|
78
|
+
return _this;
|
|
79
|
+
}
|
|
80
|
+
Item.prototype.componentDidMount = function () {
|
|
81
|
+
this.context.registerValidator(this.validate);
|
|
82
|
+
};
|
|
83
|
+
Item.prototype.componentWillUnmount = function () {
|
|
84
|
+
this.context.unregisterValidator(this.validate);
|
|
85
|
+
};
|
|
86
|
+
Item.prototype.render = function () {
|
|
87
|
+
var _a = this.props, label = _a.label, children = _a.children, className = _a.className, required = _a.required, extra = _a.extra, labelStyle = _a.labelStyle, widthMode = _a.widthMode;
|
|
88
|
+
var errorMessage = this.state.errorMessage;
|
|
89
|
+
var errorDisplayMode = this.context.errorDisplayMode();
|
|
90
|
+
var childrenNode = typeof children === "number" || typeof children === "string" ? React.createElement("span", { className: "pure-text" }, children) : children;
|
|
91
|
+
var extraMessageNode = extra && React.createElement("div", { className: "message" }, extra);
|
|
92
|
+
return (React.createElement("div", { className: classNames("g-form-item", className) },
|
|
93
|
+
React.createElement("div", { className: classNames("g-form-item-label", { required: required }), style: labelStyle }, label && React.createElement("label", null, label)),
|
|
94
|
+
React.createElement("div", { className: classNames("g-form-item-children", { "has-error": errorMessage }, widthMode ? "width-".concat(widthMode) : "") }, errorDisplayMode.type === "extra" ? (React.createElement(React.Fragment, null,
|
|
95
|
+
childrenNode,
|
|
96
|
+
extraMessageNode,
|
|
97
|
+
errorMessage && React.createElement("div", { className: "message error" }, errorMessage))) : (React.createElement(React.Fragment, null,
|
|
98
|
+
React.createElement(Tooltip, { title: errorMessage, visible: errorMessage !== null, placement: errorDisplayMode.placement || "right", color: "white", overlayInnerStyle: this.overlayStyle }, childrenNode),
|
|
99
|
+
extraMessageNode)))));
|
|
100
|
+
};
|
|
101
|
+
Item.displayName = "Form.Item";
|
|
102
|
+
Item.contextType = FormValidationContext;
|
|
103
|
+
return Item;
|
|
104
|
+
}(React.PureComponent));
|
|
105
|
+
export { Item };
|
|
106
|
+
//# sourceMappingURL=Item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Item.js","sourceRoot":"","sources":["../../../src/core/Form/Item.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { TooltipPlacement } from "../Tooltip";
|
|
3
|
+
export declare type FormErrorDisplayMode = {
|
|
4
|
+
type: "popover";
|
|
5
|
+
placement?: TooltipPlacement;
|
|
6
|
+
} | {
|
|
7
|
+
type: "extra";
|
|
8
|
+
};
|
|
9
|
+
export interface FormValidationContextType {
|
|
10
|
+
registerValidator: (validator: () => Promise<boolean>) => void;
|
|
11
|
+
unregisterValidator: (validator: () => Promise<boolean>) => void;
|
|
12
|
+
errorDisplayMode: () => FormErrorDisplayMode;
|
|
13
|
+
}
|
|
14
|
+
export declare const FormValidationContext: React.Context<FormValidationContextType>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export var FormValidationContext = React.createContext({
|
|
3
|
+
registerValidator: function () { },
|
|
4
|
+
unregisterValidator: function () { },
|
|
5
|
+
errorDisplayMode: function () { return ({ type: "extra" }); },
|
|
6
|
+
});
|
|
7
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../../src/core/Form/context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,MAAM,CAAC,IAAM,qBAAqB,GAAG,KAAK,CAAC,aAAa,CAA4B;IAChF,iBAAiB,EAAE,cAAO,CAAC;IAC3B,mBAAmB,EAAE,cAAO,CAAC;IAC7B,gBAAgB,EAAE,cAAM,OAAA,CAAC,EAAC,IAAI,EAAE,OAAO,EAAC,CAAC,EAAjB,CAAiB;CAC5C,CAAC,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Item } from "./Item";
|
|
3
|
+
import type { PickOptional } from "../../internal/type";
|
|
4
|
+
import type { FormErrorDisplayMode } from "./context";
|
|
5
|
+
import "./index.less";
|
|
6
|
+
export interface Props {
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
id?: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
style?: React.CSSProperties;
|
|
11
|
+
layout?: "horizontal" | "vertical" | "inline";
|
|
12
|
+
errorDisplayMode?: FormErrorDisplayMode;
|
|
13
|
+
loading?: boolean;
|
|
14
|
+
onFinish?: () => void;
|
|
15
|
+
buttonText?: string;
|
|
16
|
+
buttonDisabled?: boolean;
|
|
17
|
+
buttonStyle?: React.CSSProperties;
|
|
18
|
+
buttonRenderer?: ((submitButton: React.ReactElement, isValidating: boolean, loading?: boolean) => React.ReactElement) | null;
|
|
19
|
+
allowBrowserAutoComplete?: boolean;
|
|
20
|
+
}
|
|
21
|
+
interface State {
|
|
22
|
+
isValidating: boolean;
|
|
23
|
+
}
|
|
24
|
+
export declare class Form extends React.PureComponent<Props, State> {
|
|
25
|
+
static displayName: string;
|
|
26
|
+
static defaultProps: PickOptional<Props>;
|
|
27
|
+
static Item: typeof Item;
|
|
28
|
+
private readonly validationContext;
|
|
29
|
+
private validators;
|
|
30
|
+
constructor(props: Props);
|
|
31
|
+
triggerSubmit: () => Promise<boolean>;
|
|
32
|
+
onSubmit: (event: React.FormEvent) => Promise<void>;
|
|
33
|
+
renderSubmitButton(): JSX.Element | null;
|
|
34
|
+
render(): JSX.Element;
|
|
35
|
+
}
|
|
36
|
+
export {};
|
|
@@ -0,0 +1,143 @@
|
|
|
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 __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
17
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
18
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
19
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
20
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
21
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
22
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
26
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
27
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
28
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
29
|
+
function step(op) {
|
|
30
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
31
|
+
while (_) try {
|
|
32
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
33
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
34
|
+
switch (op[0]) {
|
|
35
|
+
case 0: case 1: t = op; break;
|
|
36
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
37
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
38
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
39
|
+
default:
|
|
40
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
41
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
42
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
43
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
44
|
+
if (t[2]) _.ops.pop();
|
|
45
|
+
_.trys.pop(); continue;
|
|
46
|
+
}
|
|
47
|
+
op = body.call(thisArg, _);
|
|
48
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
49
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
import React from "react";
|
|
53
|
+
import { classNames } from "../../util/ClassNames";
|
|
54
|
+
import { Spin } from "../Spin";
|
|
55
|
+
import { Button } from "../Button";
|
|
56
|
+
import { FormValidationContext } from "./context";
|
|
57
|
+
import { i18n } from "../../internal/i18n/core";
|
|
58
|
+
import { Item } from "./Item";
|
|
59
|
+
import "./index.less";
|
|
60
|
+
var Form = /** @class */ (function (_super) {
|
|
61
|
+
__extends(Form, _super);
|
|
62
|
+
function Form(props) {
|
|
63
|
+
var _this = _super.call(this, props) || this;
|
|
64
|
+
_this.validators = [];
|
|
65
|
+
// Exposed for outer ref use, not recommended
|
|
66
|
+
_this.triggerSubmit = function () { return __awaiter(_this, void 0, void 0, function () {
|
|
67
|
+
var onFinish, validatorResults;
|
|
68
|
+
return __generator(this, function (_a) {
|
|
69
|
+
switch (_a.label) {
|
|
70
|
+
case 0:
|
|
71
|
+
onFinish = this.props.onFinish;
|
|
72
|
+
_a.label = 1;
|
|
73
|
+
case 1:
|
|
74
|
+
_a.trys.push([1, , 3, 4]);
|
|
75
|
+
this.setState({ isValidating: true });
|
|
76
|
+
return [4 /*yield*/, Promise.all(this.validators.map(function (_) { return _(); }))];
|
|
77
|
+
case 2:
|
|
78
|
+
validatorResults = _a.sent();
|
|
79
|
+
if (validatorResults.every(function (_) { return _; })) {
|
|
80
|
+
// Also true even if validatorResults is []
|
|
81
|
+
onFinish === null || onFinish === void 0 ? void 0 : onFinish();
|
|
82
|
+
return [2 /*return*/, true];
|
|
83
|
+
}
|
|
84
|
+
return [2 /*return*/, false];
|
|
85
|
+
case 3:
|
|
86
|
+
this.setState({ isValidating: false });
|
|
87
|
+
return [7 /*endfinally*/];
|
|
88
|
+
case 4: return [2 /*return*/];
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
}); };
|
|
92
|
+
_this.onSubmit = function (event) { return __awaiter(_this, void 0, void 0, function () {
|
|
93
|
+
return __generator(this, function (_a) {
|
|
94
|
+
switch (_a.label) {
|
|
95
|
+
case 0:
|
|
96
|
+
event.preventDefault();
|
|
97
|
+
event.stopPropagation();
|
|
98
|
+
return [4 /*yield*/, this.triggerSubmit()];
|
|
99
|
+
case 1:
|
|
100
|
+
_a.sent();
|
|
101
|
+
return [2 /*return*/];
|
|
102
|
+
}
|
|
103
|
+
});
|
|
104
|
+
}); };
|
|
105
|
+
_this.state = {
|
|
106
|
+
isValidating: false,
|
|
107
|
+
};
|
|
108
|
+
_this.validationContext = {
|
|
109
|
+
registerValidator: function (validator) { return _this.validators.push(validator); },
|
|
110
|
+
unregisterValidator: function (validator) {
|
|
111
|
+
var index = _this.validators.indexOf(validator);
|
|
112
|
+
if (index >= 0) {
|
|
113
|
+
_this.validators.splice(index, 1);
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
errorDisplayMode: function () { return _this.props.errorDisplayMode; },
|
|
117
|
+
};
|
|
118
|
+
return _this;
|
|
119
|
+
}
|
|
120
|
+
Form.prototype.renderSubmitButton = function () {
|
|
121
|
+
var _a = this.props, loading = _a.loading, defaultButtonRenderer = _a.buttonRenderer, buttonDisabled = _a.buttonDisabled, buttonStyle = _a.buttonStyle, buttonText = _a.buttonText;
|
|
122
|
+
var isValidating = this.state.isValidating;
|
|
123
|
+
var buttonRenderer = defaultButtonRenderer === undefined ? function (submitButton) { return submitButton; } : defaultButtonRenderer;
|
|
124
|
+
var t = i18n();
|
|
125
|
+
var submitButton = (React.createElement(Button, { className: classNames("g-form-submit-button", { "button-disabled": buttonDisabled }), type: "submit", style: buttonStyle, disabled: isValidating || loading || buttonDisabled }, isValidating || loading ? React.createElement(Spin, { spinning: true, size: "small" }) : buttonText || t.submit));
|
|
126
|
+
return buttonRenderer !== null ? React.createElement(Form.Item, { className: "g-form-submit-form-item" }, buttonRenderer(submitButton, isValidating, loading)) : null;
|
|
127
|
+
};
|
|
128
|
+
Form.prototype.render = function () {
|
|
129
|
+
var _a = this.props, children = _a.children, id = _a.id, className = _a.className, style = _a.style, layout = _a.layout, allowBrowserAutoComplete = _a.allowBrowserAutoComplete;
|
|
130
|
+
return (React.createElement("form", { autoComplete: allowBrowserAutoComplete ? undefined : "off", id: id, className: classNames("g-form", "g-form-".concat(layout), className), style: style, onSubmit: this.onSubmit },
|
|
131
|
+
React.createElement(FormValidationContext.Provider, { value: this.validationContext }, children),
|
|
132
|
+
this.renderSubmitButton()));
|
|
133
|
+
};
|
|
134
|
+
Form.displayName = "Form";
|
|
135
|
+
Form.defaultProps = {
|
|
136
|
+
layout: "horizontal",
|
|
137
|
+
errorDisplayMode: { type: "extra" },
|
|
138
|
+
};
|
|
139
|
+
Form.Item = Item;
|
|
140
|
+
return Form;
|
|
141
|
+
}(React.PureComponent));
|
|
142
|
+
export { Form };
|
|
143
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/Form/index.tsx"],"names":[],"mappings":"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"}
|
|
File without changes
|
package/core/Grid.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import "antd/lib/grid/style";
|
|
3
|
+
export declare const Grid: {
|
|
4
|
+
Row: import("react").ForwardRefExoticComponent<import("antd").RowProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
Column: import("react").ForwardRefExoticComponent<import("antd").ColProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
};
|
package/core/Grid.js
ADDED
package/core/Grid.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Grid.js","sourceRoot":"","sources":["../../src/core/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAE,GAAG,EAAC,MAAM,MAAM,CAAC;AAC9B,OAAO,qBAAqB,CAAC;AAE7B,MAAM,CAAC,IAAM,IAAI,GAAG;IAChB,GAAG,KAAA;IACH,MAAM,EAAE,GAAG;CACd,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "./index.less";
|
|
3
|
+
interface Props {
|
|
4
|
+
html: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare class HTMLContent extends React.PureComponent<Props> {
|
|
8
|
+
static displayName: string;
|
|
9
|
+
render(): JSX.Element;
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { classNames } from "../../util/ClassNames";
|
|
18
|
+
import "./index.less";
|
|
19
|
+
var HTMLContent = /** @class */ (function (_super) {
|
|
20
|
+
__extends(HTMLContent, _super);
|
|
21
|
+
function HTMLContent() {
|
|
22
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
}
|
|
24
|
+
HTMLContent.prototype.render = function () {
|
|
25
|
+
var _a = this.props, html = _a.html, className = _a.className;
|
|
26
|
+
return React.createElement("div", { className: classNames("g-html-content", className), dangerouslySetInnerHTML: { __html: html } });
|
|
27
|
+
};
|
|
28
|
+
HTMLContent.displayName = "HTMLContent";
|
|
29
|
+
return HTMLContent;
|
|
30
|
+
}(React.PureComponent));
|
|
31
|
+
export { HTMLContent };
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/HTMLContent/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,UAAU,EAAC,MAAM,uBAAuB,CAAC;AACjD,OAAO,cAAc,CAAC;AAOtB;IAAiC,+BAA0B;IAA3D;;IAOA,CAAC;IAJG,4BAAM,GAAN;QACU,IAAA,KAAoB,IAAI,CAAC,KAAK,EAA7B,IAAI,UAAA,EAAE,SAAS,eAAc,CAAC;QACrC,OAAO,6BAAK,SAAS,EAAE,UAAU,CAAC,gBAAgB,EAAE,SAAS,CAAC,EAAE,uBAAuB,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,GAAI,CAAC;IAChH,CAAC;IALM,uBAAW,GAAG,aAAa,CAAC;IAMvC,kBAAC;CAAA,AAPD,CAAiC,KAAK,CAAC,aAAa,GAOnD;SAPY,WAAW"}
|
|
File without changes
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { UploaderProps, UploadSuccessLogEntry } from "../../util/UploadUtil/type";
|
|
3
|
+
import "./index.less";
|
|
4
|
+
export interface Props<SuccessResponseType, ErrorResponseType> extends UploaderProps<SuccessResponseType, ErrorResponseType> {
|
|
5
|
+
imageURL: string | null;
|
|
6
|
+
onChange: (response: SuccessResponseType) => void;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
onRemove?: () => void;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
fileSizeLimitMB?: number;
|
|
12
|
+
className?: string;
|
|
13
|
+
style?: React.CSSProperties;
|
|
14
|
+
}
|
|
15
|
+
export declare class ImageUploader<SuccessResponseType, ErrorResponseType> extends React.PureComponent<Props<SuccessResponseType, ErrorResponseType>> {
|
|
16
|
+
static displayName: string;
|
|
17
|
+
openPreviewModal: (e: React.MouseEvent) => Promise<void>;
|
|
18
|
+
removeImage: (e: React.MouseEvent) => Promise<void>;
|
|
19
|
+
beforeUpload: (file: File) => boolean;
|
|
20
|
+
preventUploadBehavior: (e: React.MouseEvent) => void;
|
|
21
|
+
onUploadSuccess: (logEntry: UploadSuccessLogEntry, response: SuccessResponseType) => void;
|
|
22
|
+
renderActionIcon: (name: string, icon: React.ReactElement) => JSX.Element;
|
|
23
|
+
render(): JSX.Element;
|
|
24
|
+
}
|
|
@@ -0,0 +1,148 @@
|
|
|
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 __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
28
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
29
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
30
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
31
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
32
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
33
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
37
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
38
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
39
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
40
|
+
function step(op) {
|
|
41
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
42
|
+
while (_) try {
|
|
43
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
44
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
45
|
+
switch (op[0]) {
|
|
46
|
+
case 0: case 1: t = op; break;
|
|
47
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
48
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
49
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
50
|
+
default:
|
|
51
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
52
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
53
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
54
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
55
|
+
if (t[2]) _.ops.pop();
|
|
56
|
+
_.trys.pop(); continue;
|
|
57
|
+
}
|
|
58
|
+
op = body.call(thisArg, _);
|
|
59
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
60
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
import React from "react";
|
|
64
|
+
import CloudUploadOutlined from "@ant-design/icons/CloudUploadOutlined";
|
|
65
|
+
import DeleteOutlined from "@ant-design/icons/DeleteOutlined";
|
|
66
|
+
import EyeOutlined from "@ant-design/icons/EyeOutlined";
|
|
67
|
+
import { classNames } from "../../util/ClassNames";
|
|
68
|
+
import { ModalUtil } from "../../util/ModalUtil";
|
|
69
|
+
import { MediaUtil } from "../../util/MediaUtil";
|
|
70
|
+
import { i18n } from "../../internal/i18n/core";
|
|
71
|
+
import { Uploader } from "../../core/Uploader";
|
|
72
|
+
import { Tooltip } from "../../core/Tooltip";
|
|
73
|
+
import "./index.less";
|
|
74
|
+
var ImageUploader = /** @class */ (function (_super) {
|
|
75
|
+
__extends(ImageUploader, _super);
|
|
76
|
+
function ImageUploader() {
|
|
77
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
78
|
+
_this.openPreviewModal = function (e) { return __awaiter(_this, void 0, void 0, function () {
|
|
79
|
+
var imageURL;
|
|
80
|
+
return __generator(this, function (_a) {
|
|
81
|
+
switch (_a.label) {
|
|
82
|
+
case 0:
|
|
83
|
+
e.stopPropagation();
|
|
84
|
+
imageURL = this.props.imageURL;
|
|
85
|
+
if (!imageURL) return [3 /*break*/, 2];
|
|
86
|
+
return [4 /*yield*/, MediaUtil.openImage(imageURL)];
|
|
87
|
+
case 1:
|
|
88
|
+
_a.sent();
|
|
89
|
+
_a.label = 2;
|
|
90
|
+
case 2: return [2 /*return*/];
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
}); };
|
|
94
|
+
_this.removeImage = function (e) { return __awaiter(_this, void 0, void 0, function () {
|
|
95
|
+
var onRemove, t;
|
|
96
|
+
return __generator(this, function (_a) {
|
|
97
|
+
switch (_a.label) {
|
|
98
|
+
case 0:
|
|
99
|
+
e.stopPropagation();
|
|
100
|
+
onRemove = this.props.onRemove;
|
|
101
|
+
t = i18n();
|
|
102
|
+
return [4 /*yield*/, ModalUtil.confirm(t.confirmImageRemoval)];
|
|
103
|
+
case 1:
|
|
104
|
+
if (_a.sent()) {
|
|
105
|
+
onRemove === null || onRemove === void 0 ? void 0 : onRemove();
|
|
106
|
+
}
|
|
107
|
+
return [2 /*return*/];
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
}); };
|
|
111
|
+
_this.beforeUpload = function (file) {
|
|
112
|
+
var fileSizeLimitMB = _this.props.fileSizeLimitMB;
|
|
113
|
+
if (fileSizeLimitMB && file.size > 1024 * 1024 * fileSizeLimitMB) {
|
|
114
|
+
return false;
|
|
115
|
+
}
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
_this.preventUploadBehavior = function (e) {
|
|
119
|
+
if (e.target === e.currentTarget) {
|
|
120
|
+
// Only trigger for clicking "Upload" icon
|
|
121
|
+
e.stopPropagation();
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
_this.onUploadSuccess = function (logEntry, response) {
|
|
125
|
+
var _a = _this.props, onChange = _a.onChange, onUploadSuccess = _a.onUploadSuccess;
|
|
126
|
+
onChange(response);
|
|
127
|
+
onUploadSuccess === null || onUploadSuccess === void 0 ? void 0 : onUploadSuccess(logEntry, response);
|
|
128
|
+
};
|
|
129
|
+
_this.renderActionIcon = function (name, icon) {
|
|
130
|
+
return (React.createElement(Tooltip, { title: name },
|
|
131
|
+
React.createElement("div", { className: "action" }, icon)));
|
|
132
|
+
};
|
|
133
|
+
return _this;
|
|
134
|
+
}
|
|
135
|
+
ImageUploader.prototype.render = function () {
|
|
136
|
+
var _a = this.props, uploadURL = _a.uploadURL, formField = _a.formField, className = _a.className, style = _a.style, imageURL = _a.imageURL, disabled = _a.disabled, width = _a.width, height = _a.height, onRemove = _a.onRemove, onUploadFailure = _a.onUploadFailure;
|
|
137
|
+
var t = i18n();
|
|
138
|
+
return (React.createElement(Uploader, { accept: "image/*", formField: formField, uploadURL: uploadURL, onUploadFailure: onUploadFailure, onUploadSuccess: this.onUploadSuccess, style: __assign(__assign({}, style), { width: width, height: height }), className: classNames("g-image-uploader", className), disabled: disabled, beforeUpload: this.beforeUpload }, imageURL ? (React.createElement("div", { className: "image-container", style: { backgroundImage: "url(".concat(imageURL, ")"), height: height } },
|
|
139
|
+
React.createElement("div", { className: "overlay", onClick: this.preventUploadBehavior },
|
|
140
|
+
this.renderActionIcon(t.preview, React.createElement(EyeOutlined, { onClick: this.openPreviewModal })),
|
|
141
|
+
!disabled && this.renderActionIcon(t.upload, React.createElement(CloudUploadOutlined, null)),
|
|
142
|
+
!disabled && onRemove && this.renderActionIcon(t.delete, React.createElement(DeleteOutlined, { onClick: this.removeImage }))))) : (t.uploadHint)));
|
|
143
|
+
};
|
|
144
|
+
ImageUploader.displayName = "ImageUploader";
|
|
145
|
+
return ImageUploader;
|
|
146
|
+
}(React.PureComponent));
|
|
147
|
+
export { ImageUploader };
|
|
148
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/ImageUploader/index.tsx"],"names":[],"mappings":"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"}
|
|
File without changes
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { InputProps, PasswordProps, SearchProps, TextAreaProps, InputRef } from "antd/lib/input";
|
|
3
|
+
import type { ControlledFormValue } from "../../internal/type";
|
|
4
|
+
import "antd/lib/input/style";
|
|
5
|
+
import "./index.less";
|
|
6
|
+
declare type ExcludedAntInputKeys = "value" | "onChange" | "addonBefore" | "addonAfter";
|
|
7
|
+
export interface InputReadonlyProps extends Omit<InputProps, ExcludedAntInputKeys | "readonly" | "disabled" | "allowClear"> {
|
|
8
|
+
value: string;
|
|
9
|
+
}
|
|
10
|
+
export interface InputSearchProps extends Omit<SearchProps, ExcludedAntInputKeys>, ControlledFormValue<string> {
|
|
11
|
+
}
|
|
12
|
+
export interface InputTextAreaProps extends Omit<TextAreaProps, ExcludedAntInputKeys>, ControlledFormValue<string> {
|
|
13
|
+
}
|
|
14
|
+
export interface InputPasswordProps extends Omit<PasswordProps, ExcludedAntInputKeys>, ControlledFormValue<string> {
|
|
15
|
+
}
|
|
16
|
+
export interface InputNullableProps extends Omit<InputProps, ExcludedAntInputKeys>, ControlledFormValue<string | null> {
|
|
17
|
+
}
|
|
18
|
+
export interface InputNullableTextAreaProps extends Omit<TextAreaProps, ExcludedAntInputKeys>, ControlledFormValue<string | null> {
|
|
19
|
+
}
|
|
20
|
+
export interface Props extends Omit<InputProps, ExcludedAntInputKeys>, ControlledFormValue<string> {
|
|
21
|
+
inputRef?: React.RefObject<InputRef>;
|
|
22
|
+
}
|
|
23
|
+
export declare class Input extends React.PureComponent<Props> {
|
|
24
|
+
static displayName: string;
|
|
25
|
+
static Group: React.FC<import("antd/lib/input").GroupProps>;
|
|
26
|
+
static Readonly: (props: InputReadonlyProps) => JSX.Element;
|
|
27
|
+
static Search: ({ onChange, ...rest }: InputSearchProps) => JSX.Element;
|
|
28
|
+
static TextArea: ({ onChange, ...rest }: InputTextAreaProps) => JSX.Element;
|
|
29
|
+
static Password: ({ onChange, ...rest }: InputPasswordProps) => JSX.Element;
|
|
30
|
+
static Nullable: ({ value, onChange, ...rest }: InputNullableProps) => JSX.Element;
|
|
31
|
+
static NullableTextArea: ({ value, onChange, ...rest }: InputNullableTextAreaProps) => JSX.Element;
|
|
32
|
+
private static onChange;
|
|
33
|
+
private antInputRef;
|
|
34
|
+
componentDidMount(): void;
|
|
35
|
+
blur: () => void | undefined;
|
|
36
|
+
focus: () => void | undefined;
|
|
37
|
+
render(): JSX.Element;
|
|
38
|
+
}
|
|
39
|
+
export {};
|