@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
|
@@ -1,232 +0,0 @@
|
|
|
1
|
-
import {Button} from "@pinnacle0/web-ui/core/Button";
|
|
2
|
-
import type {VirtualTableColumn, VirtualTableRowSelection, VirtualTableRowExpand} from "@pinnacle0/web-ui/core/VirtualTable/type";
|
|
3
|
-
import {VirtualTable} from "@pinnacle0/web-ui/core/VirtualTable";
|
|
4
|
-
import {Modal} from "@pinnacle0/web-ui/core/Modal";
|
|
5
|
-
import React from "react";
|
|
6
|
-
import type {DemoHelperGroupConfig} from "../DemoHelper";
|
|
7
|
-
import {DemoHelper} from "../DemoHelper";
|
|
8
|
-
|
|
9
|
-
interface Profile {
|
|
10
|
-
name: string;
|
|
11
|
-
age: number;
|
|
12
|
-
address: string;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
const data: Profile[] = Array.from({length: 10000}, () => ({
|
|
16
|
-
name: "John Brown",
|
|
17
|
-
age: 32,
|
|
18
|
-
address: "New York No. 1 Lake Park",
|
|
19
|
-
}));
|
|
20
|
-
|
|
21
|
-
const extraColumns = Array.from({length: 20}, (_, idx) => ({
|
|
22
|
-
title: `test col ${idx + 1}`,
|
|
23
|
-
width: 70,
|
|
24
|
-
renderData: () => idx + 1,
|
|
25
|
-
}));
|
|
26
|
-
|
|
27
|
-
const getColumns = (horizontalScroll: boolean = false): VirtualTableColumn<Profile>[] => {
|
|
28
|
-
return [
|
|
29
|
-
{
|
|
30
|
-
title: "Name",
|
|
31
|
-
width: 100,
|
|
32
|
-
fixed: horizontalScroll ? "left" : undefined,
|
|
33
|
-
renderData: _ => _.name,
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
title: "Address",
|
|
37
|
-
width: 120,
|
|
38
|
-
fixed: horizontalScroll ? "left" : undefined,
|
|
39
|
-
renderData: _ => _.address,
|
|
40
|
-
},
|
|
41
|
-
...(horizontalScroll ? extraColumns : []),
|
|
42
|
-
{
|
|
43
|
-
title: "fixed 1",
|
|
44
|
-
width: 120,
|
|
45
|
-
fixed: "right",
|
|
46
|
-
renderData: () => "fixed 1",
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
title: "age",
|
|
50
|
-
width: 70,
|
|
51
|
-
fixed: horizontalScroll ? "right" : undefined,
|
|
52
|
-
renderData: _ => _.age,
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
title: "action",
|
|
56
|
-
width: 140,
|
|
57
|
-
fixed: horizontalScroll ? "right" : undefined,
|
|
58
|
-
renderData: () => <Button>Click Me</Button>,
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
title: "hidden column",
|
|
62
|
-
width: 200,
|
|
63
|
-
fixed: "right",
|
|
64
|
-
display: "hidden",
|
|
65
|
-
renderData: () => "hidden",
|
|
66
|
-
},
|
|
67
|
-
];
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
const VirtualTableWithData = ({hasData = false}: {hasData?: boolean}) => {
|
|
71
|
-
return <VirtualTable rowKey="index" rowHeight={50} dataSource={hasData ? data : []} scrollY={400} scrollX={800} columns={getColumns()} />;
|
|
72
|
-
};
|
|
73
|
-
|
|
74
|
-
const LoadingVirtualTable = () => <VirtualTable rowKey="index" rowHeight={50} dataSource={data} scrollY={400} scrollX={800} columns={getColumns()} loading />;
|
|
75
|
-
|
|
76
|
-
const VirtualTableWithRowSelection = () => {
|
|
77
|
-
const [selectedRowKeys, setSelectedRowKeys] = React.useState<React.Key[]>(Array.from({length: data.length}, (_, idx) => idx));
|
|
78
|
-
const rowSelection: VirtualTableRowSelection<Profile> = {
|
|
79
|
-
width: 40,
|
|
80
|
-
onChange: _ => setSelectedRowKeys(_),
|
|
81
|
-
isDisabled: (data, rowIndex) => rowIndex === 0,
|
|
82
|
-
fixed: true,
|
|
83
|
-
selectedRowKeys,
|
|
84
|
-
};
|
|
85
|
-
return <VirtualTable rowKey="index" rowHeight={50} rowSelection={rowSelection} dataSource={data} scrollY={400} scrollX={800} columns={getColumns()} />;
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
const VirtualTableWithVariousData = () => {
|
|
89
|
-
const [data, setData] = React.useState<Profile[]>([]);
|
|
90
|
-
const singleData = {
|
|
91
|
-
name: "John Brown",
|
|
92
|
-
age: 32,
|
|
93
|
-
address: "New York No. 1 Lake Park",
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
const addOneData = () => setData([...data, singleData]);
|
|
97
|
-
const addTenData = () => setData([...data, ...Array.from({length: 10}, () => singleData)]);
|
|
98
|
-
const deleteLastData = () => setData(data.slice(0, data.length - 1));
|
|
99
|
-
const deleteLastTenData = () => setData(data.slice(0, data.length - 10));
|
|
100
|
-
|
|
101
|
-
return (
|
|
102
|
-
<div>
|
|
103
|
-
<div style={{display: "flex", justifyContent: "space-around", width: 800}}>
|
|
104
|
-
<Button onClick={addOneData}>add 1 data</Button>
|
|
105
|
-
<Button onClick={addTenData}>add 10 data</Button>
|
|
106
|
-
<Button onClick={deleteLastData}>delete 1 data</Button>
|
|
107
|
-
<Button onClick={deleteLastTenData}>delete 10 data</Button>
|
|
108
|
-
</div>
|
|
109
|
-
<VirtualTable rowKey="index" rowHeight={50} dataSource={data} scrollY={400} scrollX={800} columns={getColumns()} />
|
|
110
|
-
</div>
|
|
111
|
-
);
|
|
112
|
-
};
|
|
113
|
-
|
|
114
|
-
const VirtualTableWithVariousDataAndRowSelection = () => {
|
|
115
|
-
const [data, setData] = React.useState<Profile[]>([]);
|
|
116
|
-
const singleData = {
|
|
117
|
-
name: "John Brown",
|
|
118
|
-
age: 32,
|
|
119
|
-
address: "New York No. 1 Lake Park",
|
|
120
|
-
};
|
|
121
|
-
|
|
122
|
-
const [selectedRowKeys, setSelectedRowKeys] = React.useState<React.Key[]>(Array.from({length: data.length}, (_, idx) => idx));
|
|
123
|
-
const rowSelection: VirtualTableRowSelection<Profile> = {
|
|
124
|
-
width: 40,
|
|
125
|
-
onChange: _ => setSelectedRowKeys(_),
|
|
126
|
-
isDisabled: (data, rowIndex) => rowIndex === 0,
|
|
127
|
-
fixed: true,
|
|
128
|
-
selectedRowKeys,
|
|
129
|
-
};
|
|
130
|
-
|
|
131
|
-
const addOneData = () => setData([...data, singleData]);
|
|
132
|
-
const addTenData = () => setData([...data, ...Array.from({length: 10}, () => singleData)]);
|
|
133
|
-
const deleteLastData = () => setData(data.slice(0, data.length - 1));
|
|
134
|
-
const deleteLastTenData = () => setData(data.slice(0, data.length - 10));
|
|
135
|
-
|
|
136
|
-
return (
|
|
137
|
-
<div>
|
|
138
|
-
<div style={{display: "flex", justifyContent: "space-around", width: 800}}>
|
|
139
|
-
<Button onClick={addOneData}>add 1 data</Button>
|
|
140
|
-
<Button onClick={addTenData}>add 10 data</Button>
|
|
141
|
-
<Button onClick={deleteLastData}>delete 1 data</Button>
|
|
142
|
-
<Button onClick={deleteLastTenData}>delete 10 data</Button>
|
|
143
|
-
</div>
|
|
144
|
-
<VirtualTable rowSelection={rowSelection} rowKey="index" rowHeight={50} dataSource={data} scrollY={400} scrollX={800} columns={getColumns()} />
|
|
145
|
-
</div>
|
|
146
|
-
);
|
|
147
|
-
};
|
|
148
|
-
|
|
149
|
-
const VirtualTableWithFixedColumns = () => {
|
|
150
|
-
return <VirtualTable rowKey="index" rowHeight={50} dataSource={data} scrollY={400} scrollX={800} columns={getColumns(true)} />;
|
|
151
|
-
};
|
|
152
|
-
|
|
153
|
-
const VirtualTableInModal = () => {
|
|
154
|
-
const [showModal, setShowModal] = React.useState(false);
|
|
155
|
-
|
|
156
|
-
const toggleModal = React.useCallback(() => setShowModal(!showModal), [showModal]);
|
|
157
|
-
|
|
158
|
-
return (
|
|
159
|
-
<div>
|
|
160
|
-
<Button onClick={toggleModal}>Show Modal</Button>
|
|
161
|
-
{showModal && (
|
|
162
|
-
<Modal width={1300} onCancel={toggleModal}>
|
|
163
|
-
<VirtualTable rowKey="index" rowHeight={50} dataSource={data.slice(0, 1)} scrollY={400} columns={getColumns()} />
|
|
164
|
-
</Modal>
|
|
165
|
-
)}
|
|
166
|
-
</div>
|
|
167
|
-
);
|
|
168
|
-
};
|
|
169
|
-
|
|
170
|
-
const VirtualTableWithExpand = () => {
|
|
171
|
-
const ExpandButton = React.useCallback(({onClick}: {onClick: () => void}) => {
|
|
172
|
-
return <Button onClick={onClick}>Click Me</Button>;
|
|
173
|
-
}, []);
|
|
174
|
-
|
|
175
|
-
const rowExpand: VirtualTableRowExpand<Profile> = {
|
|
176
|
-
width: 140,
|
|
177
|
-
renderExpandRow: (record, rowIndex) => <div style={{padding: 30}}>Data {rowIndex + 1}</div>,
|
|
178
|
-
ExpandButton,
|
|
179
|
-
fixed: true,
|
|
180
|
-
};
|
|
181
|
-
return <VirtualTable rowKey="index" rowHeight={50} dataSource={data} scrollY={400} scrollX={800} columns={getColumns(true)} rowExpand={rowExpand} />;
|
|
182
|
-
};
|
|
183
|
-
|
|
184
|
-
const groups: DemoHelperGroupConfig[] = [
|
|
185
|
-
{
|
|
186
|
-
title: "VirtualTable with huge amount of data",
|
|
187
|
-
showPropsHint: false,
|
|
188
|
-
components: [<VirtualTableWithData hasData />],
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
title: "VirtualTable With Row Selection",
|
|
192
|
-
showPropsHint: false,
|
|
193
|
-
components: [<VirtualTableWithRowSelection />],
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
title: "VirtualTable With Fixed Columns",
|
|
197
|
-
showPropsHint: false,
|
|
198
|
-
components: [<VirtualTableWithFixedColumns />],
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
title: "VirtualTable with various amount of data",
|
|
202
|
-
showPropsHint: false,
|
|
203
|
-
components: [<VirtualTableWithVariousData />],
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
title: "VirtualTable with various amount of data and row selection",
|
|
207
|
-
showPropsHint: false,
|
|
208
|
-
components: [<VirtualTableWithVariousDataAndRowSelection />],
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
title: "VirtualTable inside Modal",
|
|
212
|
-
showPropsHint: false,
|
|
213
|
-
components: [<VirtualTableInModal />],
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
title: "VirtualTable with expand",
|
|
217
|
-
showPropsHint: false,
|
|
218
|
-
components: [<VirtualTableWithExpand />],
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
title: "VirtualTable without Data",
|
|
222
|
-
showPropsHint: false,
|
|
223
|
-
components: [<VirtualTableWithData />],
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
title: "Loading VirtualTable",
|
|
227
|
-
showPropsHint: false,
|
|
228
|
-
components: [<LoadingVirtualTable />],
|
|
229
|
-
},
|
|
230
|
-
];
|
|
231
|
-
|
|
232
|
-
export const VirtualTableDemo = () => <DemoHelper groups={groups} />;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export const dummyEmptyCallback = (): void => {};
|
|
2
|
-
|
|
3
|
-
export const dummyNumberCallback = (): number => 1;
|
|
4
|
-
|
|
5
|
-
export const dummyNumberOrNullCallback = (): number | null => null;
|
|
6
|
-
|
|
7
|
-
export const dummyStringCallback = (): string => "string";
|
|
8
|
-
|
|
9
|
-
export const dummyStringOrNullCallback = (): string | null => null;
|
|
10
|
-
|
|
11
|
-
export const dummyBooleanCallback = (): boolean => true;
|
|
12
|
-
|
|
13
|
-
export const dummyBooleanOrNullCallback = (): boolean | null => null;
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
export function generateDummyStrings(length: number): string[] {
|
|
2
|
-
const results = [];
|
|
3
|
-
|
|
4
|
-
for (let i = 0; i < length; i++) {
|
|
5
|
-
results.push(Math.random().toString(36).substring(2));
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
return results;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Long string will have length above 30 chars.
|
|
13
|
-
*/
|
|
14
|
-
export function generateDummyLongStrings(length: number): string[] {
|
|
15
|
-
return [
|
|
16
|
-
"Lets all be unique together until we realise we are all the same.",
|
|
17
|
-
"Nobody loves a pig wearing lipstick.",
|
|
18
|
-
"Last Friday I saw a spotted striped blue worm shake hands with a legless lizard.",
|
|
19
|
-
"Eating eggs on Thursday for choir practice was recommended.",
|
|
20
|
-
"There's a reason that roses have thorns.",
|
|
21
|
-
"He enjoys practicing his ballet in the bathroom.",
|
|
22
|
-
"Greetings from the galaxy MACS0647-JD, or what we call home.",
|
|
23
|
-
"She tilted her head back and let whip cream stream into her mouth while taking a bath.",
|
|
24
|
-
"She was the type of girl who wanted to live in a pink house.",
|
|
25
|
-
"His son quipped that power bars were nothing more than adult candy bars.",
|
|
26
|
-
"She could hear him in the shower singing with a joy she hoped he'd retain after she delivered the news.",
|
|
27
|
-
"He is no James Bond; his name is Roger Moore.",
|
|
28
|
-
"The thunderous roar of the jet overhead confirmed her worst fears.",
|
|
29
|
-
"You're unsure whether or not to trust him, but very thankful that you wore a turtle neck.",
|
|
30
|
-
"If I don’t like something, I’ll stay away from it.",
|
|
31
|
-
"The blinking lights of the antenna tower came into focus just as I heard a loud snap.",
|
|
32
|
-
"The green tea and avocado smoothie turned out exactly as would be expected.",
|
|
33
|
-
"Truth in advertising and dinosaurs with skateboards have much in common.",
|
|
34
|
-
"Sometimes I stare at a door or a wall and I wonder what is this reality, why am I alive, and what is this all about?",
|
|
35
|
-
"It was the best sandcastle he had ever seen.",
|
|
36
|
-
"He hated that he loved what she hated about hate.",
|
|
37
|
-
].slice(0, length);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export function generateDummyURLs(length: number): string[] {
|
|
41
|
-
return [
|
|
42
|
-
"https://homepages.cae.wisc.edu/~ece533/images/airplane.png",
|
|
43
|
-
"https://homepages.cae.wisc.edu/~ece533/images/arctichare.png",
|
|
44
|
-
"https://homepages.cae.wisc.edu/~ece533/images/baboon.png",
|
|
45
|
-
"https://homepages.cae.wisc.edu/~ece533/images/barbara.png",
|
|
46
|
-
"https://homepages.cae.wisc.edu/~ece533/images/boat.png",
|
|
47
|
-
"https://homepages.cae.wisc.edu/~ece533/images/cat.png",
|
|
48
|
-
"https://homepages.cae.wisc.edu/~ece533/images/fruits.png",
|
|
49
|
-
"https://homepages.cae.wisc.edu/~ece533/images/frymire.png",
|
|
50
|
-
"https://homepages.cae.wisc.edu/~ece533/images/girl.png",
|
|
51
|
-
"https://homepages.cae.wisc.edu/~ece533/images/goldhill.png",
|
|
52
|
-
"https://homepages.cae.wisc.edu/~ece533/images/lena.png",
|
|
53
|
-
"https://homepages.cae.wisc.edu/~ece533/images/monarch.png",
|
|
54
|
-
"https://homepages.cae.wisc.edu/~ece533/images/mountain.png",
|
|
55
|
-
"https://homepages.cae.wisc.edu/~ece533/images/peppers.png",
|
|
56
|
-
"https://homepages.cae.wisc.edu/~ece533/images/pool.png",
|
|
57
|
-
"https://homepages.cae.wisc.edu/~ece533/images/sails.png",
|
|
58
|
-
"https://homepages.cae.wisc.edu/~ece533/images/serrano.png",
|
|
59
|
-
"https://homepages.cae.wisc.edu/~ece533/images/tulips.png",
|
|
60
|
-
"https://homepages.cae.wisc.edu/~ece533/images/watch.png",
|
|
61
|
-
"https://homepages.cae.wisc.edu/~ece533/images/zelda.png",
|
|
62
|
-
].slice(0, length);
|
|
63
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type {TableColumns} from "../../../../src/core/Table";
|
|
3
|
-
import {Button} from "@pinnacle0/web-ui/core/Button";
|
|
4
|
-
|
|
5
|
-
export interface MockTableData {
|
|
6
|
-
id: number;
|
|
7
|
-
name: string;
|
|
8
|
-
time: Date;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export function generateDummyTableData(length: number, base: number = 1): MockTableData[] {
|
|
12
|
-
const data: MockTableData[] = [];
|
|
13
|
-
for (let i = base; i <= base + length - 1; i++) {
|
|
14
|
-
data.push({
|
|
15
|
-
id: i,
|
|
16
|
-
name: "Name - " + i,
|
|
17
|
-
time: new Date(),
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
return data;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export const dummyTableColumns: TableColumns<MockTableData> = [
|
|
24
|
-
{
|
|
25
|
-
title: "ID",
|
|
26
|
-
customizedKey: "id",
|
|
27
|
-
width: 99,
|
|
28
|
-
renderData: _ => _.id,
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
title: "Name",
|
|
32
|
-
renderData: _ => _.name,
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
title: "Locale Time",
|
|
36
|
-
renderData: _ => _.time.toLocaleString(),
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
title: "Actions",
|
|
40
|
-
renderData: _ => <Button onClick={() => alert("Alert !")}>Dummy Button</Button>,
|
|
41
|
-
},
|
|
42
|
-
];
|
|
43
|
-
|
|
44
|
-
export const dummyTableWideColumns: TableColumns<MockTableData> = [
|
|
45
|
-
{
|
|
46
|
-
title: "ID",
|
|
47
|
-
width: 99,
|
|
48
|
-
fixed: "left",
|
|
49
|
-
renderData: _ => _.id,
|
|
50
|
-
},
|
|
51
|
-
...["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K"].map(letter => ({
|
|
52
|
-
title: `Name ${letter}`,
|
|
53
|
-
renderData: (_: MockTableData) => _.name + "/" + letter,
|
|
54
|
-
})),
|
|
55
|
-
{
|
|
56
|
-
title: "Locale Time",
|
|
57
|
-
fixed: "right",
|
|
58
|
-
renderData: _ => _.time.toLocaleString(),
|
|
59
|
-
},
|
|
60
|
-
];
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import {ModalUtil} from "@pinnacle0/web-ui//util/ModalUtil";
|
|
3
|
-
import type {UploadFailureLogEntry, UploadSuccessLogEntry} from "@pinnacle0/web-ui/util/UploadUtil/type";
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* This API is mocked by webpack-dev-server, to respond a fixed image, of typing TestImageUploadResponse.
|
|
7
|
-
*/
|
|
8
|
-
export const dummyUploadImageUploadURL = "/ajax/upload";
|
|
9
|
-
export const dummyUploadImageFormField = "image";
|
|
10
|
-
|
|
11
|
-
export const dummyUploadCallback = (logEntry: UploadFailureLogEntry | UploadSuccessLogEntry) => {
|
|
12
|
-
ModalUtil.createSync({
|
|
13
|
-
title: "Upload Callback",
|
|
14
|
-
body: <pre>{JSON.stringify(logEntry, null, 2)}</pre>,
|
|
15
|
-
});
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const dummyImportCallback = async (file: File) => {
|
|
19
|
-
const content = await importTxt(file);
|
|
20
|
-
ModalUtil.createSync({
|
|
21
|
-
title: "Import Callback",
|
|
22
|
-
body: content === null ? "<Fail to import>" : content,
|
|
23
|
-
});
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
async function importTxt(file: File): Promise<string | null> {
|
|
27
|
-
if (file.type.match(/text.*/)) {
|
|
28
|
-
return new Promise<string | null>(resolve => {
|
|
29
|
-
const fileReader = new FileReader();
|
|
30
|
-
fileReader.onload = () => {
|
|
31
|
-
const rawContent = fileReader.result?.toString();
|
|
32
|
-
if (rawContent) {
|
|
33
|
-
resolve(rawContent);
|
|
34
|
-
} else {
|
|
35
|
-
resolve(null);
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
fileReader.onerror = () => resolve(null);
|
|
39
|
-
fileReader.readAsText(file);
|
|
40
|
-
});
|
|
41
|
-
}
|
|
42
|
-
return null;
|
|
43
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
|
|
6
|
-
<title>Pinnacle Web UI Demo</title>
|
|
7
|
-
</head>
|
|
8
|
-
<body>
|
|
9
|
-
<div id="app-root"></div>
|
|
10
|
-
</body>
|
|
11
|
-
</html>
|
package/test/ui-test/src/type.ts
DELETED
|
@@ -1,217 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import FileSearchOutlined from "@ant-design/icons/FileSearchOutlined";
|
|
3
|
-
import {AdminNavigatorBase} from "@pinnacle0/web-ui/util/AdminNavigatorBase";
|
|
4
|
-
import {SelectDemo} from "../component/core/SelectDemo";
|
|
5
|
-
import {SliderDemo} from "../component/core/SliderDemo";
|
|
6
|
-
import {AmountDemo} from "../component/core/AmountDemo";
|
|
7
|
-
import {ButtonDemo} from "../component/core/ButtonDemo";
|
|
8
|
-
import {CalendarDemo} from "../component/core/CalendarDemo";
|
|
9
|
-
import {CarouselDemo} from "../component/core/CarouselDemo";
|
|
10
|
-
import {FoldableDemo} from "../component/core/FoldableDemo";
|
|
11
|
-
import {FormDemo} from "../component/core/FormDemo";
|
|
12
|
-
import {InputDemo} from "../component/core/InputDemo";
|
|
13
|
-
import {MiscellaneousDemo} from "../component/core/MiscellaneousDemo";
|
|
14
|
-
import {ModalDemo} from "../component/core/ModalDemo";
|
|
15
|
-
import {RelativeTimeDemo} from "../component/core/RelativeTimeDemo";
|
|
16
|
-
import {StepContainerDemo} from "../component/core/StepContainerDemo";
|
|
17
|
-
import {OverflowableTextDemo} from "../component/core/OverflowableTextDemo";
|
|
18
|
-
import {TabsDemo} from "../component/core/TabsDemo";
|
|
19
|
-
import {TableDemo} from "../component/core/TableDemo";
|
|
20
|
-
import {VirtualTableDemo} from "../component/core/VirtualTableDemo";
|
|
21
|
-
import {CascaderDemo} from "../component/core/CascaderDemo";
|
|
22
|
-
import {UploaderImporterDemo} from "../component/core/UploaderImporterDemo";
|
|
23
|
-
import {RenderErrorDemo} from "../component/admin/RenderErrorDemo";
|
|
24
|
-
import {ConfigPageDemo} from "../component/admin/ConfigPageDemo";
|
|
25
|
-
import {PermissionSelectorDemo} from "../component/admin/PermissionSelectorDemo";
|
|
26
|
-
import {ResultPageDemo} from "../component/admin/ResultPageDemo";
|
|
27
|
-
import {RichEditorDemo} from "../component/admin/RichEditorDemo";
|
|
28
|
-
import {TablePageDemo} from "../component/admin/TablePageDemo";
|
|
29
|
-
import {NavigationHistoryDemo} from "../component/admin/NavigationHistoryDemo";
|
|
30
|
-
import {SeparateTabDetailDemo} from "../component/admin/SeparateTabDetailDemo";
|
|
31
|
-
import type {NavigationGroupItem} from "@pinnacle0/web-ui/util/AdminNavigatorBase";
|
|
32
|
-
|
|
33
|
-
export enum TestFeaturePermission {
|
|
34
|
-
ROOT_PERMISSION = "ROOT_PERMISSION",
|
|
35
|
-
JavaScript = "JavaScript",
|
|
36
|
-
TypeScript = "TypeScript",
|
|
37
|
-
Java = "Java",
|
|
38
|
-
Rust = "Rust",
|
|
39
|
-
Haskell = "Haskell",
|
|
40
|
-
Kotlin = "Kotlin",
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export enum TestFieldPermission {
|
|
44
|
-
ROOT_PERMISSION = "ROOT_PERMISSION",
|
|
45
|
-
Kona = "Kona",
|
|
46
|
-
BlueMountain = "BlueMountain",
|
|
47
|
-
KenyanAA = "KenyanAA",
|
|
48
|
-
Tanzanian = "Tanzanian",
|
|
49
|
-
Sulawesi = "Sulawesi",
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export class NavigationService extends AdminNavigatorBase<TestFeaturePermission, TestFieldPermission> {
|
|
53
|
-
constructor() {
|
|
54
|
-
super(TestFeaturePermission.ROOT_PERMISSION, [TestFeaturePermission.ROOT_PERMISSION], TestFieldPermission.ROOT_PERMISSION, [TestFieldPermission.ROOT_PERMISSION]);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
protected allGroups(): Array<NavigationGroupItem<TestFeaturePermission, TestFieldPermission>> {
|
|
58
|
-
return [
|
|
59
|
-
{
|
|
60
|
-
title: "Core",
|
|
61
|
-
icon: <FileSearchOutlined />,
|
|
62
|
-
modules: [
|
|
63
|
-
{
|
|
64
|
-
url: "/core/button",
|
|
65
|
-
title: "Button",
|
|
66
|
-
componentType: ButtonDemo,
|
|
67
|
-
featurePermissions: [TestFeaturePermission.TypeScript, TestFeaturePermission.JavaScript, TestFeaturePermission.Kotlin, TestFeaturePermission.Java],
|
|
68
|
-
fieldPermissions: [TestFieldPermission.BlueMountain, TestFieldPermission.Tanzanian],
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
url: "/core/modal",
|
|
72
|
-
title: "Modal",
|
|
73
|
-
componentType: ModalDemo,
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
url: "/core/form",
|
|
77
|
-
title: "Form",
|
|
78
|
-
componentType: FormDemo,
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
url: "/core/amount",
|
|
82
|
-
title: "Amount",
|
|
83
|
-
componentType: AmountDemo,
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
url: "/core/input",
|
|
87
|
-
title: "Input",
|
|
88
|
-
componentType: InputDemo,
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
url: "/core/calendar",
|
|
92
|
-
title: "Calendar",
|
|
93
|
-
componentType: CalendarDemo,
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
url: "/core/Select",
|
|
97
|
-
title: "Select",
|
|
98
|
-
componentType: SelectDemo,
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
url: "/core/Cascader",
|
|
102
|
-
title: "Cascader",
|
|
103
|
-
componentType: CascaderDemo,
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
url: "/core/carousel",
|
|
107
|
-
title: "Carousel",
|
|
108
|
-
componentType: CarouselDemo,
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
url: "/core/step-container",
|
|
112
|
-
title: "Step Container",
|
|
113
|
-
componentType: StepContainerDemo,
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
url: "/core/foldable",
|
|
117
|
-
title: "Foldable",
|
|
118
|
-
componentType: FoldableDemo,
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
url: "/core/tabs",
|
|
122
|
-
title: "Tabs",
|
|
123
|
-
componentType: TabsDemo,
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
url: "/core/table",
|
|
127
|
-
title: "Table",
|
|
128
|
-
componentType: TableDemo,
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
url: "/core/virtual-table",
|
|
132
|
-
title: "Virtual Table",
|
|
133
|
-
componentType: VirtualTableDemo,
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
url: "/core/relative-time",
|
|
137
|
-
title: "Relative Time",
|
|
138
|
-
componentType: RelativeTimeDemo,
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
url: "/core/slider",
|
|
142
|
-
title: "Slider",
|
|
143
|
-
componentType: SliderDemo,
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
url: "/core/overflowable-text",
|
|
147
|
-
title: "Overflowable Text",
|
|
148
|
-
componentType: OverflowableTextDemo,
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
url: "/core/miscellaneous",
|
|
152
|
-
title: "Miscellaneous",
|
|
153
|
-
componentType: MiscellaneousDemo,
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
url: "/core/uploader-importer",
|
|
157
|
-
title: "Uploader Importer",
|
|
158
|
-
componentType: UploaderImporterDemo,
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
title: "Admin",
|
|
164
|
-
icon: <FileSearchOutlined />,
|
|
165
|
-
modules: [
|
|
166
|
-
{
|
|
167
|
-
url: "/admin/table-page",
|
|
168
|
-
title: "Table Page",
|
|
169
|
-
componentType: TablePageDemo,
|
|
170
|
-
featurePermissions: [],
|
|
171
|
-
fieldPermissions: [TestFieldPermission.Kona, TestFieldPermission.KenyanAA, TestFieldPermission.Sulawesi],
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
url: "/admin/config-page",
|
|
175
|
-
title: "Config Page",
|
|
176
|
-
componentType: ConfigPageDemo,
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
url: "/admin/result-page",
|
|
180
|
-
title: "Result Page",
|
|
181
|
-
componentType: ResultPageDemo,
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
url: "/admin/rich-editor",
|
|
185
|
-
title: "Rich Editor",
|
|
186
|
-
componentType: RichEditorDemo,
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
url: "/admin/permission-selector",
|
|
190
|
-
title: "Permission Selector",
|
|
191
|
-
componentType: PermissionSelectorDemo,
|
|
192
|
-
featurePermissions: [],
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
url: "/admin/render-error",
|
|
196
|
-
title: "Render Error",
|
|
197
|
-
componentType: RenderErrorDemo,
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
url: "/admin/navigation-history",
|
|
201
|
-
title: "Navigation History",
|
|
202
|
-
routeParam: "/:tab?",
|
|
203
|
-
componentType: NavigationHistoryDemo,
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
url: "/admin/separate-tab-detail",
|
|
207
|
-
routeParam: "/:id",
|
|
208
|
-
title: "Detail",
|
|
209
|
-
componentType: SeparateTabDetailDemo,
|
|
210
|
-
display: "hidden",
|
|
211
|
-
separateTab: true,
|
|
212
|
-
},
|
|
213
|
-
],
|
|
214
|
-
},
|
|
215
|
-
];
|
|
216
|
-
}
|
|
217
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type {ControlledFormValue} from "@pinnacle0/web-ui/internal/type";
|
|
3
|
-
|
|
4
|
-
type ExtractValueType<F extends ControlledFormValue<any>> = F["value"] extends infer V ? V : never;
|
|
5
|
-
|
|
6
|
-
export const withUncontrolledInitialValue = <T extends ControlledFormValue<any>>(WrappedComponent: React.ComponentType<T>) => {
|
|
7
|
-
const Injected = ({initialValue, ...rest}: Omit<T, keyof ControlledFormValue<ExtractValueType<T>>> & {initialValue: ExtractValueType<T>}) => {
|
|
8
|
-
const [value, setValue] = React.useState(initialValue);
|
|
9
|
-
return <WrappedComponent {...(rest as unknown as T)} value={value} onChange={setValue} />;
|
|
10
|
-
};
|
|
11
|
-
Injected.displayName = `withUncontrolledInitialValue(${WrappedComponent.displayName || "Component"})`;
|
|
12
|
-
|
|
13
|
-
return Injected;
|
|
14
|
-
};
|