@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,19 @@
|
|
|
1
|
+
export declare type PromptResult = {
|
|
2
|
+
value: string;
|
|
3
|
+
} | null;
|
|
4
|
+
export interface PromptConfig {
|
|
5
|
+
title: string;
|
|
6
|
+
body: string;
|
|
7
|
+
warning?: string;
|
|
8
|
+
inputType?: "default" | "multi-line" | "password";
|
|
9
|
+
initialInputValue?: string;
|
|
10
|
+
inputPlaceholder?: string;
|
|
11
|
+
inputValidator?: (value: string) => string | null | Promise<string | null>;
|
|
12
|
+
width?: number;
|
|
13
|
+
okText?: string;
|
|
14
|
+
}
|
|
15
|
+
declare function createAsync(config: PromptConfig): Promise<PromptResult>;
|
|
16
|
+
export declare const PromptUtil: Readonly<{
|
|
17
|
+
createAsync: typeof createAsync;
|
|
18
|
+
}>;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import React from "react";
|
|
13
|
+
import { ModalUtil } from "../ModalUtil";
|
|
14
|
+
import { PromptBody } from "./PromptBody";
|
|
15
|
+
import { i18n } from "../../internal/i18n/util";
|
|
16
|
+
function createAsync(config) {
|
|
17
|
+
var t = i18n();
|
|
18
|
+
return new Promise(function (resolve) {
|
|
19
|
+
var ref = React.createRef();
|
|
20
|
+
ModalUtil.createSync({
|
|
21
|
+
title: config.title,
|
|
22
|
+
body: React.createElement(PromptBody, __assign({}, config, { ref: ref })),
|
|
23
|
+
okText: config.okText || t.defaultConfirm,
|
|
24
|
+
onOk: function () {
|
|
25
|
+
return new Promise(function (closeModal, keepModal) {
|
|
26
|
+
if (ref.current) {
|
|
27
|
+
ref.current.validateForm().then(function (result) {
|
|
28
|
+
if (result) {
|
|
29
|
+
closeModal();
|
|
30
|
+
resolve(result);
|
|
31
|
+
}
|
|
32
|
+
else {
|
|
33
|
+
keepModal();
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
},
|
|
39
|
+
onCancel: function () { return resolve(null); },
|
|
40
|
+
width: config.width || 550,
|
|
41
|
+
autoFocusButton: null,
|
|
42
|
+
});
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
export var PromptUtil = Object.freeze({
|
|
46
|
+
createAsync: createAsync,
|
|
47
|
+
});
|
|
48
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/util/PromptUtil/index.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AACvC,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,IAAI,EAAC,MAAM,0BAA0B,CAAC;AAgB9C,SAAS,WAAW,CAAC,MAAoB;IACrC,IAAM,CAAC,GAAG,IAAI,EAAE,CAAC;IACjB,OAAO,IAAI,OAAO,CAAe,UAAA,OAAO;QACpC,IAAM,GAAG,GAAgC,KAAK,CAAC,SAAS,EAAE,CAAC;QAC3D,SAAS,CAAC,UAAU,CAAC;YACjB,KAAK,EAAE,MAAM,CAAC,KAAK;YACnB,IAAI,EAAE,oBAAC,UAAU,eAAK,MAAM,IAAE,GAAG,EAAE,GAAG,IAAI;YAC1C,MAAM,EAAE,MAAM,CAAC,MAAM,IAAI,CAAC,CAAC,cAAc;YACzC,IAAI,EAAE;gBACF,OAAA,IAAI,OAAO,CAAO,UAAC,UAAU,EAAE,SAAS;oBACpC,IAAI,GAAG,CAAC,OAAO,EAAE;wBACb,GAAG,CAAC,OAAO,CAAC,YAAY,EAAE,CAAC,IAAI,CAAC,UAAA,MAAM;4BAClC,IAAI,MAAM,EAAE;gCACR,UAAU,EAAE,CAAC;gCACb,OAAO,CAAC,MAAM,CAAC,CAAC;6BACnB;iCAAM;gCACH,SAAS,EAAE,CAAC;6BACf;wBACL,CAAC,CAAC,CAAC;qBACN;gBACL,CAAC,CAAC;YAXF,CAWE;YACN,QAAQ,EAAE,cAAM,OAAA,OAAO,CAAC,IAAI,CAAC,EAAb,CAAa;YAC7B,KAAK,EAAE,MAAM,CAAC,KAAK,IAAI,GAAG;YAC1B,eAAe,EAAE,IAAI;SACxB,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACP,CAAC;AAED,MAAM,CAAC,IAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC;IACpC,WAAW,aAAA;CACd,CAAC,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* In mobile Safari, the user may turn on "Block All Cookies".
|
|
3
|
+
* In such situation, accessing to localStorage will throw error.
|
|
4
|
+
*/
|
|
5
|
+
declare type ListItemType = string | number | boolean;
|
|
6
|
+
declare function get<T extends ListItemType>(key: string, validator?: T[]): T[];
|
|
7
|
+
declare function put<T extends ListItemType>(key: string, value: T, maxSize?: number): void;
|
|
8
|
+
export declare const RecentUsedStorageUtil: Readonly<{
|
|
9
|
+
get: typeof get;
|
|
10
|
+
put: typeof put;
|
|
11
|
+
}>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* In mobile Safari, the user may turn on "Block All Cookies".
|
|
3
|
+
* In such situation, accessing to localStorage will throw error.
|
|
4
|
+
*/
|
|
5
|
+
function get(key, validator) {
|
|
6
|
+
try {
|
|
7
|
+
var rawData = localStorage.getItem(key);
|
|
8
|
+
if (rawData) {
|
|
9
|
+
var parsedList = JSON.parse(rawData);
|
|
10
|
+
if (Array.isArray(parsedList)) {
|
|
11
|
+
return parsedList.filter(function (_) { return !validator || validator.includes(_); });
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return [];
|
|
15
|
+
}
|
|
16
|
+
catch (e) {
|
|
17
|
+
return [];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
function put(key, value, maxSize) {
|
|
21
|
+
if (maxSize === void 0) { maxSize = 5; }
|
|
22
|
+
try {
|
|
23
|
+
var list = get(key);
|
|
24
|
+
var existIndex = list.indexOf(value);
|
|
25
|
+
if (existIndex >= 0) {
|
|
26
|
+
list.splice(existIndex, 1);
|
|
27
|
+
list.push(value);
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
list.push(value);
|
|
31
|
+
if (list.length > maxSize) {
|
|
32
|
+
list.splice(0, list.length - maxSize);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
localStorage.setItem(key, JSON.stringify(list));
|
|
36
|
+
}
|
|
37
|
+
catch (e) {
|
|
38
|
+
// Do nothing
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
export var RecentUsedStorageUtil = Object.freeze({
|
|
42
|
+
get: get,
|
|
43
|
+
put: put,
|
|
44
|
+
});
|
|
45
|
+
//# sourceMappingURL=RecentUsedStorageUtil.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RecentUsedStorageUtil.js","sourceRoot":"","sources":["../../src/util/RecentUsedStorageUtil.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,SAAS,GAAG,CAAyB,GAAW,EAAE,SAAe;IAC7D,IAAI;QACA,IAAM,OAAO,GAAG,YAAY,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;QAC1C,IAAI,OAAO,EAAE;YACT,IAAM,UAAU,GAAY,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;YAChD,IAAI,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,EAAE;gBAC3B,OAAQ,UAAkB,CAAC,MAAM,CAAC,UAAA,CAAC,IAAI,OAAA,CAAC,SAAS,IAAI,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAnC,CAAmC,CAAC,CAAC;aAC/E;SACJ;QACD,OAAO,EAAE,CAAC;KACb;IAAC,OAAO,CAAC,EAAE;QACR,OAAO,EAAE,CAAC;KACb;AACL,CAAC;AAED,SAAS,GAAG,CAAyB,GAAW,EAAE,KAAQ,EAAE,OAAmB;IAAnB,wBAAA,EAAA,WAAmB;IAC3E,IAAI;QACA,IAAM,IAAI,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;QACtB,IAAM,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QACvC,IAAI,UAAU,IAAI,CAAC,EAAE;YACjB,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;YAC3B,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SACpB;aAAM;YACH,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YACjB,IAAI,IAAI,CAAC,MAAM,GAAG,OAAO,EAAE;gBACvB,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,GAAG,OAAO,CAAC,CAAC;aACzC;SACJ;QAED,YAAY,CAAC,OAAO,CAAC,GAAG,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;KACnD;IAAC,OAAO,CAAC,EAAE;QACR,aAAa;KAChB;AACL,CAAC;AAED,MAAM,CAAC,IAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,CAAC;IAC/C,GAAG,KAAA;IACH,GAAG,KAAA;CACN,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SessionStorageUtil.js","sourceRoot":"","sources":["../../src/util/SessionStorageUtil.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAC;AAExD,MAAM,CAAC,IAAM,kBAAkB,GAAG,IAAI,aAAa,CAAC,cAAc,CAAC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Direction } from "../hooks/useSwipe";
|
|
2
|
+
declare function getDirection(start: [number, number], end: [number, number]): Direction;
|
|
3
|
+
declare function getDisplacement(start: [number, number], end: [number, number]): number;
|
|
4
|
+
export declare const SwipeUtil: Readonly<{
|
|
5
|
+
getDirection: typeof getDirection;
|
|
6
|
+
getDisplacement: typeof getDisplacement;
|
|
7
|
+
}>;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Direction } from "../hooks/useSwipe";
|
|
2
|
+
function getDirection(start, end) {
|
|
3
|
+
var vector = [end[0] - start[0], start[1] - end[1]];
|
|
4
|
+
var degree = (Math.atan2(vector[1], vector[0]) * 180) / Math.PI;
|
|
5
|
+
degree = degree < 0 ? degree + 360 : degree;
|
|
6
|
+
if ((degree >= 315 && degree < 360) || (degree >= 0 && degree < 45)) {
|
|
7
|
+
return Direction.RIGHT;
|
|
8
|
+
}
|
|
9
|
+
else if (degree >= 45 && degree < 135) {
|
|
10
|
+
return Direction.UP;
|
|
11
|
+
}
|
|
12
|
+
else if (degree >= 135 && degree < 225) {
|
|
13
|
+
return Direction.LEFT;
|
|
14
|
+
}
|
|
15
|
+
else {
|
|
16
|
+
return Direction.DOWN;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
function getDisplacement(start, end) {
|
|
20
|
+
return Math.sqrt(Math.pow(start[0] - end[0], 2) + Math.pow(start[1] - end[1], 2));
|
|
21
|
+
}
|
|
22
|
+
export var SwipeUtil = Object.freeze({
|
|
23
|
+
getDirection: getDirection,
|
|
24
|
+
getDisplacement: getDisplacement,
|
|
25
|
+
});
|
|
26
|
+
//# sourceMappingURL=SwipeUtil.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SwipeUtil.js","sourceRoot":"","sources":["../../src/util/SwipeUtil.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,mBAAmB,CAAC;AAE5C,SAAS,YAAY,CAAC,KAAuB,EAAE,GAAqB;IAChE,IAAM,MAAM,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IACtD,IAAI,MAAM,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;IAChE,MAAM,GAAG,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC;IAE5C,IAAI,CAAC,MAAM,IAAI,GAAG,IAAI,MAAM,GAAG,GAAG,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,MAAM,GAAG,EAAE,CAAC,EAAE;QACjE,OAAO,SAAS,CAAC,KAAK,CAAC;KAC1B;SAAM,IAAI,MAAM,IAAI,EAAE,IAAI,MAAM,GAAG,GAAG,EAAE;QACrC,OAAO,SAAS,CAAC,EAAE,CAAC;KACvB;SAAM,IAAI,MAAM,IAAI,GAAG,IAAI,MAAM,GAAG,GAAG,EAAE;QACtC,OAAO,SAAS,CAAC,IAAI,CAAC;KACzB;SAAM;QACH,OAAO,SAAS,CAAC,IAAI,CAAC;KACzB;AACL,CAAC;AAED,SAAS,eAAe,CAAC,KAAuB,EAAE,GAAqB;IACnE,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AACtF,CAAC;AACD,MAAM,CAAC,IAAM,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC;IACnC,YAAY,cAAA;IACZ,eAAe,iBAAA;CAClB,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { CreateUploadRequestOptions } from "./type";
|
|
2
|
+
declare function createRequest({ uploadURL, file, formField, onSuccess, onError, onProgress }: CreateUploadRequestOptions): void;
|
|
3
|
+
export declare const UploadUtil: Readonly<{
|
|
4
|
+
createRequest: typeof createRequest;
|
|
5
|
+
}>;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
function createRequest(_a) {
|
|
2
|
+
var uploadURL = _a.uploadURL, file = _a.file, formField = _a.formField, onSuccess = _a.onSuccess, onError = _a.onError, onProgress = _a.onProgress;
|
|
3
|
+
var httpRequest = new XMLHttpRequest();
|
|
4
|
+
var startTime = Date.now();
|
|
5
|
+
var formData = new FormData();
|
|
6
|
+
formData.append(formField, file);
|
|
7
|
+
var handleNetworkError = function (reason) {
|
|
8
|
+
var info = {
|
|
9
|
+
file_name: file.name,
|
|
10
|
+
file_size: file.size.toString(),
|
|
11
|
+
file_type: file.type,
|
|
12
|
+
api_response: "-",
|
|
13
|
+
};
|
|
14
|
+
var elapsedTime = Date.now() - startTime;
|
|
15
|
+
onError === null || onError === void 0 ? void 0 : onError({
|
|
16
|
+
info: info,
|
|
17
|
+
elapsedTime: elapsedTime,
|
|
18
|
+
errorCode: "UPLOAD_NETWORK_ERROR",
|
|
19
|
+
errorMessage: reason,
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
httpRequest.addEventListener("load", function () {
|
|
23
|
+
var response;
|
|
24
|
+
try {
|
|
25
|
+
response = JSON.parse(httpRequest.response);
|
|
26
|
+
}
|
|
27
|
+
catch (e) {
|
|
28
|
+
// Leave response as undefined
|
|
29
|
+
}
|
|
30
|
+
var info = {
|
|
31
|
+
file_name: file.name,
|
|
32
|
+
file_size: file.size.toString(),
|
|
33
|
+
file_type: file.type,
|
|
34
|
+
api_response: httpRequest.responseText,
|
|
35
|
+
};
|
|
36
|
+
var elapsedTime = Date.now() - startTime;
|
|
37
|
+
var statusCode = httpRequest.status;
|
|
38
|
+
if (statusCode !== 200) {
|
|
39
|
+
onError === null || onError === void 0 ? void 0 : onError({
|
|
40
|
+
info: info,
|
|
41
|
+
elapsedTime: elapsedTime,
|
|
42
|
+
errorCode: "UPLOAD_API_ERROR_".concat(statusCode),
|
|
43
|
+
errorMessage: "HTTP response: ".concat(httpRequest.responseText),
|
|
44
|
+
statusCode: statusCode,
|
|
45
|
+
}, httpRequest.status);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
onSuccess({ info: info, elapsedTime: elapsedTime }, response);
|
|
49
|
+
}
|
|
50
|
+
}, false);
|
|
51
|
+
httpRequest.addEventListener("error", function () { return handleNetworkError("HTTP request network error"); }, false);
|
|
52
|
+
httpRequest.addEventListener("abort", function () { return handleNetworkError("HTTP request aborted"); }, false);
|
|
53
|
+
httpRequest.addEventListener("timeout", function () { return handleNetworkError("HTTP request timeout"); }, false);
|
|
54
|
+
httpRequest.upload.addEventListener("progress", function (event) { return onProgress === null || onProgress === void 0 ? void 0 : onProgress((event.loaded / event.total) * 100); }, false);
|
|
55
|
+
httpRequest.open("POST", uploadURL, true);
|
|
56
|
+
httpRequest.send(formData);
|
|
57
|
+
}
|
|
58
|
+
export var UploadUtil = Object.freeze({
|
|
59
|
+
createRequest: createRequest,
|
|
60
|
+
});
|
|
61
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/util/UploadUtil/index.ts"],"names":[],"mappings":"AAEA,SAAS,aAAa,CAAC,EAAwF;QAAvF,SAAS,eAAA,EAAE,IAAI,UAAA,EAAE,SAAS,eAAA,EAAE,SAAS,eAAA,EAAE,OAAO,aAAA,EAAE,UAAU,gBAAA;IAC9E,IAAM,WAAW,GAAG,IAAI,cAAc,EAAE,CAAC;IACzC,IAAM,SAAS,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;IAC7B,IAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;IAChC,QAAQ,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;IAEjC,IAAM,kBAAkB,GAAG,UAAC,MAAc;QACtC,IAAM,IAAI,GAAkB;YACxB,SAAS,EAAE,IAAI,CAAC,IAAI;YACpB,SAAS,EAAE,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;YAC/B,SAAS,EAAE,IAAI,CAAC,IAAI;YACpB,YAAY,EAAE,GAAG;SACpB,CAAC;QACF,IAAM,WAAW,GAAG,IAAI,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC;QAE3C,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAG;YACN,IAAI,MAAA;YACJ,WAAW,aAAA;YACX,SAAS,EAAE,sBAAsB;YACjC,YAAY,EAAE,MAAM;SACvB,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,WAAW,CAAC,gBAAgB,CACxB,MAAM,EACN;QACI,IAAI,QAAa,CAAC;QAClB,IAAI;YACA,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;SAC/C;QAAC,OAAO,CAAC,EAAE;YACR,8BAA8B;SACjC;QAED,IAAM,IAAI,GAAkB;YACxB,SAAS,EAAE,IAAI,CAAC,IAAI;YACpB,SAAS,EAAE,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;YAC/B,SAAS,EAAE,IAAI,CAAC,IAAI;YACpB,YAAY,EAAE,WAAW,CAAC,YAAY;SACzC,CAAC;QACF,IAAM,WAAW,GAAG,IAAI,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC;QAC3C,IAAM,UAAU,GAAG,WAAW,CAAC,MAAM,CAAC;QAEtC,IAAI,UAAU,KAAK,GAAG,EAAE;YACpB,OAAO,aAAP,OAAO,uBAAP,OAAO,CACH;gBACI,IAAI,MAAA;gBACJ,WAAW,aAAA;gBACX,SAAS,EAAE,2BAAoB,UAAU,CAAE;gBAC3C,YAAY,EAAE,yBAAkB,WAAW,CAAC,YAAY,CAAE;gBAC1D,UAAU,YAAA;aACb,EACD,WAAW,CAAC,MAAM,CACrB,CAAC;SACL;aAAM;YACH,SAAS,CAAC,EAAC,IAAI,MAAA,EAAE,WAAW,aAAA,EAAC,EAAE,QAAQ,CAAC,CAAC;SAC5C;IACL,CAAC,EACD,KAAK,CACR,CAAC;IACF,WAAW,CAAC,gBAAgB,CAAC,OAAO,EAAE,cAAM,OAAA,kBAAkB,CAAC,4BAA4B,CAAC,EAAhD,CAAgD,EAAE,KAAK,CAAC,CAAC;IACrG,WAAW,CAAC,gBAAgB,CAAC,OAAO,EAAE,cAAM,OAAA,kBAAkB,CAAC,sBAAsB,CAAC,EAA1C,CAA0C,EAAE,KAAK,CAAC,CAAC;IAC/F,WAAW,CAAC,gBAAgB,CAAC,SAAS,EAAE,cAAM,OAAA,kBAAkB,CAAC,sBAAsB,CAAC,EAA1C,CAA0C,EAAE,KAAK,CAAC,CAAC;IACjG,WAAW,CAAC,MAAM,CAAC,gBAAgB,CAAC,UAAU,EAAE,UAAA,KAAK,IAAI,OAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAG,CAAC,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,EAAhD,CAAgD,EAAE,KAAK,CAAC,CAAC;IAElH,WAAW,CAAC,IAAI,CAAC,MAAM,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC;IAC1C,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;AAC/B,CAAC;AAED,MAAM,CAAC,IAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC;IACpC,aAAa,eAAA;CAChB,CAAC,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* - Use snake_case, for logging purpose.
|
|
3
|
+
* - Reason of using `type` instead of `interface`: https://github.com/microsoft/TypeScript/issues/15300
|
|
4
|
+
*/
|
|
5
|
+
export declare type UploadLogInfo = {
|
|
6
|
+
file_name: string;
|
|
7
|
+
file_size: string;
|
|
8
|
+
file_type: string;
|
|
9
|
+
api_response: string;
|
|
10
|
+
};
|
|
11
|
+
export interface UploadSuccessLogEntry {
|
|
12
|
+
info: UploadLogInfo;
|
|
13
|
+
elapsedTime: number;
|
|
14
|
+
}
|
|
15
|
+
export interface UploadFailureLogEntry extends UploadSuccessLogEntry {
|
|
16
|
+
errorCode: string;
|
|
17
|
+
errorMessage: string;
|
|
18
|
+
statusCode?: number;
|
|
19
|
+
}
|
|
20
|
+
export declare type UploadSuccessCallback<ResponseType = any> = (logEntry: UploadSuccessLogEntry, response: ResponseType) => void;
|
|
21
|
+
export declare type UploadFailureCallback<ResponseType = any> = (logEntry: UploadFailureLogEntry, response?: ResponseType) => void;
|
|
22
|
+
export interface UploaderProps<SuccessResponseType = any, ErrorResponseType = any> {
|
|
23
|
+
/**
|
|
24
|
+
* POST form field for image content.
|
|
25
|
+
*/
|
|
26
|
+
formField: string;
|
|
27
|
+
/**
|
|
28
|
+
* URL for uploading (method POST).
|
|
29
|
+
*/
|
|
30
|
+
uploadURL: string;
|
|
31
|
+
onUploadSuccess?: UploadSuccessCallback<SuccessResponseType>;
|
|
32
|
+
onUploadFailure?: UploadFailureCallback<ErrorResponseType>;
|
|
33
|
+
}
|
|
34
|
+
export interface CreateUploadRequestOptions {
|
|
35
|
+
uploadURL: string;
|
|
36
|
+
file: File;
|
|
37
|
+
formField: string;
|
|
38
|
+
onSuccess: UploadSuccessCallback;
|
|
39
|
+
onError?: UploadFailureCallback;
|
|
40
|
+
onProgress?: (percentage: number) => void;
|
|
41
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"type.js","sourceRoot":"","sources":["../../../src/util/UploadUtil/type.ts"],"names":[],"mappings":""}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/* eslint-env node */
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* A `null` value will be used for *.css, *.less imports during testing
|
|
5
|
-
*
|
|
6
|
-
* Because webpack is not used by jest, parsing style imports directly will throw an error
|
|
7
|
-
* This file will be used to replace all style imports as configured in jest.config.js#moduleNameMapper
|
|
8
|
-
*
|
|
9
|
-
* More info: https://jestjs.io/docs/en/webpack
|
|
10
|
-
*
|
|
11
|
-
* @type {any}
|
|
12
|
-
*/
|
|
13
|
-
module.exports = null;
|
package/config/jest.config.ts
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import type {Config} from "@jest/types";
|
|
2
|
-
|
|
3
|
-
const config: Config.InitialOptionsWithRootDir = {
|
|
4
|
-
// An array of file extensions your modules use
|
|
5
|
-
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json"],
|
|
6
|
-
|
|
7
|
-
// The regexp pattern or array of patterns that Jest uses to detect test files
|
|
8
|
-
testRegex: [String.raw`.*/.+\.test\.(ts|tsx)$`],
|
|
9
|
-
|
|
10
|
-
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
|
|
11
|
-
testPathIgnorePatterns: ["/node_modules/", "<rootDir>/build/"],
|
|
12
|
-
|
|
13
|
-
// A preset that is used as a base for Jest's configuration
|
|
14
|
-
preset: "ts-jest",
|
|
15
|
-
|
|
16
|
-
// A set of global variables that need to be available in all test environments
|
|
17
|
-
globals: {
|
|
18
|
-
"ts-jest": {
|
|
19
|
-
tsconfig: "<rootDir>/config/tsconfig.test.json",
|
|
20
|
-
},
|
|
21
|
-
},
|
|
22
|
-
|
|
23
|
-
// A map from regular expressions to paths to transformers
|
|
24
|
-
transform: {
|
|
25
|
-
[String.raw`^.+\.[jt]sx?$`]: "ts-jest",
|
|
26
|
-
},
|
|
27
|
-
|
|
28
|
-
// The root directory that Jest should scan for tests and modules within
|
|
29
|
-
rootDir: "..",
|
|
30
|
-
|
|
31
|
-
// A list of paths to directories that Jest should use to search for files in
|
|
32
|
-
roots: ["<rootDir>/src", "<rootDir>/test"],
|
|
33
|
-
|
|
34
|
-
// A map from regular expressions to module names or to arrays of module names that allow to stub out resources with a single module
|
|
35
|
-
// Note: pathsToModuleNameMapper does NOT automatically pick up folder mapping from baseUrl, add "@pinnacle0/web-ui-test/*" to tsconfig.json
|
|
36
|
-
moduleNameMapper: {
|
|
37
|
-
[String.raw`^@pinnacle0/web-ui/(.*)$`]: "<rootDir>/src/$1",
|
|
38
|
-
[String.raw`\.(css|less)$`]: "<rootDir>/config/jest-stubs/style-stub.js",
|
|
39
|
-
},
|
|
40
|
-
|
|
41
|
-
// The test environment that will be used for testing
|
|
42
|
-
testEnvironment: "jsdom",
|
|
43
|
-
|
|
44
|
-
// A list of paths to modules that run some code to configure or set up the testing framework before each test
|
|
45
|
-
setupFilesAfterEnv: ["@testing-library/jest-dom/extend-expect"],
|
|
46
|
-
|
|
47
|
-
// All imported modules in your tests should be mocked automatically
|
|
48
|
-
automock: false,
|
|
49
|
-
|
|
50
|
-
// Automatically clear mock calls and instances between every test
|
|
51
|
-
clearMocks: true,
|
|
52
|
-
|
|
53
|
-
// An array of regexp patterns that are matched against all source file paths before re-running tests in watch mode
|
|
54
|
-
watchPathIgnorePatterns: ["<rootDir>/build/"],
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
export default config;
|
package/config/tsconfig.src.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../tsconfig.base.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"lib": ["DOM", "ESNext"],
|
|
5
|
-
"module": "ESNext",
|
|
6
|
-
"target": "ES5",
|
|
7
|
-
"rootDir": "../src/",
|
|
8
|
-
"outDir": "../build/",
|
|
9
|
-
"exactOptionalPropertyTypes": false,
|
|
10
|
-
"isolatedModules": true,
|
|
11
|
-
"jsx": "react",
|
|
12
|
-
"suppressImplicitAnyIndexErrors": true
|
|
13
|
-
},
|
|
14
|
-
"include": ["../src/"]
|
|
15
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../tsconfig.base.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"lib": ["DOM", "ESNext"],
|
|
5
|
-
"module": "ESNext",
|
|
6
|
-
"target": "ES5",
|
|
7
|
-
"importsNotUsedAsValues": "preserve",
|
|
8
|
-
"inlineSources": true,
|
|
9
|
-
"isolatedModules": true,
|
|
10
|
-
"jsx": "react",
|
|
11
|
-
"sourceMap": true,
|
|
12
|
-
"suppressImplicitAnyIndexErrors": true,
|
|
13
|
-
"exactOptionalPropertyTypes": false,
|
|
14
|
-
"baseUrl": "../test",
|
|
15
|
-
"paths": {
|
|
16
|
-
"@pinnacle0/web-ui/*": ["../src/*"]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"include": ["../test"]
|
|
20
|
-
}
|
package/script/build.ts
DELETED
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import {PrettierUtil, TaskRunner, Utility} from "@pinnacle0/devtool-util";
|
|
2
|
-
import fs from "fs";
|
|
3
|
-
import {copySync as fsExtraCopySync} from "fs-extra";
|
|
4
|
-
import path from "path";
|
|
5
|
-
|
|
6
|
-
const FilePath = {
|
|
7
|
-
project: path.join(__dirname, ".."),
|
|
8
|
-
config: path.join(__dirname, "../config"),
|
|
9
|
-
build: path.join(__dirname, "../build"),
|
|
10
|
-
script: path.join(__dirname, "../script"),
|
|
11
|
-
src: path.join(__dirname, "../src"),
|
|
12
|
-
test: path.join(__dirname, "../test"),
|
|
13
|
-
|
|
14
|
-
jestConfig: path.join(__dirname, "../config/jest.config.ts"),
|
|
15
|
-
tsConfigForSrc: path.join(__dirname, "../config/tsconfig.src.json"),
|
|
16
|
-
projectPackageJSON: path.join(__dirname, "../package.json"),
|
|
17
|
-
projectReadMe: path.join(__dirname, "../README.md"),
|
|
18
|
-
projectLicense: path.join(__dirname, "../LICENSE.md"),
|
|
19
|
-
buildPackageJSON: path.join(__dirname, "../build/package.json"),
|
|
20
|
-
buildReadMe: path.join(__dirname, "../build/README.md"),
|
|
21
|
-
buildLicense: path.join(__dirname, "../build/LICENSE.md"),
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
new TaskRunner("build").execute([
|
|
25
|
-
{
|
|
26
|
-
name: "prettier",
|
|
27
|
-
skipInFastMode: true,
|
|
28
|
-
execute: () => {
|
|
29
|
-
PrettierUtil.check(FilePath.config);
|
|
30
|
-
PrettierUtil.check(FilePath.script);
|
|
31
|
-
PrettierUtil.check(FilePath.src);
|
|
32
|
-
PrettierUtil.check(FilePath.test);
|
|
33
|
-
},
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
name: "eslint",
|
|
37
|
-
skipInFastMode: true,
|
|
38
|
-
execute: () => {
|
|
39
|
-
Utility.runCommand("eslint", ["--ext=.js,.jsx,.ts,.tsx", FilePath.src]);
|
|
40
|
-
Utility.runCommand("eslint", ["--ext=.js,.jsx,.ts,.tsx", FilePath.test]);
|
|
41
|
-
},
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
name: "stylelint",
|
|
45
|
-
skipInFastMode: true,
|
|
46
|
-
execute: () => {
|
|
47
|
-
Utility.runCommand("stylelint", [path.join(FilePath.src, "**/*.{css,less}")]);
|
|
48
|
-
Utility.runCommand("stylelint", [path.join(FilePath.test, "**/*.{css,less}")]);
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
name: "unit test",
|
|
53
|
-
skipInFastMode: true,
|
|
54
|
-
execute: () => {
|
|
55
|
-
Utility.runCommand("jest", ["--config", FilePath.jestConfig, "--bail"]);
|
|
56
|
-
},
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
name: "prepare build directory",
|
|
60
|
-
execute: () => {
|
|
61
|
-
Utility.prepareEmptyDirectory(FilePath.build);
|
|
62
|
-
},
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
name: "compile with tsc",
|
|
66
|
-
execute: () => {
|
|
67
|
-
Utility.runCommand("tsc", ["--project", FilePath.tsConfigForSrc]);
|
|
68
|
-
},
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
name: "copy assets to build directory",
|
|
72
|
-
execute: () => {
|
|
73
|
-
const print = Utility.createConsoleLogger("build");
|
|
74
|
-
const supportedExtensions = [".less", ".css", ".json", ".jpg", ".png", ".gif", ".mp3", ".mp4", ".wmv"];
|
|
75
|
-
fsExtraCopySync(FilePath.src, FilePath.build, {
|
|
76
|
-
filter: source => {
|
|
77
|
-
const extension = path.extname(source);
|
|
78
|
-
// source may be a directory or a file under the directory.
|
|
79
|
-
if (fs.statSync(source).isDirectory()) {
|
|
80
|
-
return true;
|
|
81
|
-
} else if (supportedExtensions.includes(extension)) {
|
|
82
|
-
print.info(`Asset (${extension}) copied from "${path.relative(FilePath.src, source)}"`);
|
|
83
|
-
return true;
|
|
84
|
-
} else {
|
|
85
|
-
if (extension !== ".tsx" && extension !== ".ts") {
|
|
86
|
-
print.error(`Asset (${extension}) is unsupported, skipped "${path.relative(FilePath.src, source)}"`);
|
|
87
|
-
}
|
|
88
|
-
return false;
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
dereference: true,
|
|
92
|
-
});
|
|
93
|
-
},
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
name: "copy package.json, markdown files",
|
|
97
|
-
execute: () => {
|
|
98
|
-
fs.copyFileSync(FilePath.projectPackageJSON, FilePath.buildPackageJSON);
|
|
99
|
-
fs.copyFileSync(FilePath.projectReadMe, FilePath.buildReadMe);
|
|
100
|
-
fs.copyFileSync(FilePath.projectLicense, FilePath.buildLicense);
|
|
101
|
-
},
|
|
102
|
-
},
|
|
103
|
-
]);
|
package/script/format.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import {PrettierUtil} from "@pinnacle0/devtool-util";
|
|
2
|
-
import path from "path";
|
|
3
|
-
|
|
4
|
-
PrettierUtil.format(path.join(__dirname, "../config"));
|
|
5
|
-
PrettierUtil.format(path.join(__dirname, "../script"));
|
|
6
|
-
PrettierUtil.format(path.join(__dirname, "../src"));
|
|
7
|
-
PrettierUtil.format(path.join(__dirname, "../test"));
|
package/script/start-mobile.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import path from "path";
|
|
2
|
-
import {WebpackUtil} from "@pinnacle0/webpack-util/src";
|
|
3
|
-
|
|
4
|
-
new WebpackUtil.ServerStarter({
|
|
5
|
-
projectDirectory: path.resolve(__dirname, "../test/mobile-ui-test"),
|
|
6
|
-
port: 4456,
|
|
7
|
-
dynamicPathResolvers: [
|
|
8
|
-
{
|
|
9
|
-
prefix: "@pinnacle0/web-ui",
|
|
10
|
-
resolver: path.join(__dirname, "../src"),
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
}).run();
|
package/script/start.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import path from "path";
|
|
2
|
-
import {WebpackUtil} from "@pinnacle0/webpack-util/src";
|
|
3
|
-
// @ts-ignore
|
|
4
|
-
import type {TestImageUploadResponse, APIErrorResponse} from "../test/ui-test/src/type";
|
|
5
|
-
|
|
6
|
-
new WebpackUtil.ServerStarter({
|
|
7
|
-
projectDirectory: path.join(__dirname, "../test/ui-test"),
|
|
8
|
-
port: 4455,
|
|
9
|
-
dynamicPathResolvers: [
|
|
10
|
-
{
|
|
11
|
-
prefix: "@pinnacle0/web-ui",
|
|
12
|
-
resolver: path.join(__dirname, "../src"),
|
|
13
|
-
},
|
|
14
|
-
],
|
|
15
|
-
interceptExpressApp: app =>
|
|
16
|
-
app.post("/ajax/upload", (request, response) => {
|
|
17
|
-
if (Math.random() > 0.5) {
|
|
18
|
-
const uploadResponse: TestImageUploadResponse = {
|
|
19
|
-
imageURL: "https://upload.wikimedia.org/wikipedia/commons/1/11/Test-Logo.svg",
|
|
20
|
-
imageKey: "test",
|
|
21
|
-
};
|
|
22
|
-
response.json(uploadResponse);
|
|
23
|
-
} else {
|
|
24
|
-
const errorCode = Math.random() > 0.5 ? 500 : 400;
|
|
25
|
-
const uploadResponse: APIErrorResponse = {
|
|
26
|
-
message: "Server Error, Please Retry",
|
|
27
|
-
};
|
|
28
|
-
response.status(errorCode).json(uploadResponse);
|
|
29
|
-
}
|
|
30
|
-
}),
|
|
31
|
-
}).run();
|