@para-ui/core 5.0.0-beta.8 → 5.0.0
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/AGENTS.md +315 -0
- package/AlignBox/component.json +89 -0
- package/Anchor/component.json +130 -0
- package/Argv/component.json +216 -0
- package/AutoBox/component.json +133 -0
- package/AutoButton/component.json +109 -0
- package/AutoTips/component.json +121 -0
- package/Badge/component.json +92 -0
- package/Breadcrumbs/component.json +142 -0
- package/Button/component.json +168 -0
- package/ButtonGroup/component.json +132 -0
- package/Card/component.json +162 -0
- package/Carousel/component.json +142 -0
- package/Cascader/component.json +196 -0
- package/Checkbox/component.json +138 -0
- package/CheckboxGroup/component.json +152 -0
- package/CodeEditor/component.json +189 -0
- package/Collapse/component.json +166 -0
- package/CollapseBox/component.json +84 -0
- package/CollapseLayout/component.json +155 -0
- package/ColorPicker/component.json +142 -0
- package/ComboSelect/component.json +181 -0
- package/Container/component.json +111 -0
- package/ContentBox/component.json +81 -0
- package/CopyText/component.json +118 -0
- package/CycleSelector/component.json +98 -0
- package/DatePicker/component.json +192 -0
- package/Descriptions/component.json +142 -0
- package/Desktop/component.json +171 -0
- package/DragVerify/component.json +114 -0
- package/Drawer/component.json +200 -0
- package/Dropdown/component.json +147 -0
- package/DynamicMultiBox/component.json +278 -0
- package/Empty/component.json +123 -0
- package/ExpressionInput/component.json +79 -0
- package/FieldForm/component.json +196 -0
- package/Form/component.json +161 -0
- package/FormItem/component.json +171 -0
- package/FunctionModal/component.json +197 -0
- package/Help/component.json +118 -0
- package/HelperText/component.json +126 -0
- package/Image/component.json +165 -0
- package/InputCode/component.json +191 -0
- package/InputLang/component.json +205 -0
- package/InputNumber/component.json +162 -0
- package/Label/component.json +126 -0
- package/Loading/component.json +91 -0
- package/Menu/component.json +180 -0
- package/Message/component.json +246 -0
- package/Modal/component.json +277 -0
- package/MultiBox/component.json +216 -0
- package/Notification/component.json +184 -0
- package/OperateBtn/component.json +134 -0
- package/PageHeader/component.json +112 -0
- package/Pagination/component.json +181 -0
- package/PasswordRules/component.json +105 -0
- package/PopConfirm/component.json +227 -0
- package/PopMenu/component.json +131 -0
- package/Popover/component.json +165 -0
- package/Progress/component.json +161 -0
- package/Prompt/component.json +144 -0
- package/Querying/component.json +96 -0
- package/QuickReply/component.json +129 -0
- package/README.md +0 -5
- package/Radio/component.json +136 -0
- package/RadioGroup/component.json +149 -0
- package/RangeInput/component.json +198 -0
- package/Result/component.json +104 -0
- package/ScrollBar/component.json +115 -0
- package/Search/component.json +177 -0
- package/Select/component.json +244 -0
- package/SelectInput/component.json +184 -0
- package/Selector/component.json +203 -0
- package/SelectorPicker/component.json +179 -0
- package/SingleBox/component.json +151 -0
- package/Slider/component.json +181 -0
- package/SortBox/component.json +108 -0
- package/Status/component.json +104 -0
- package/Stepper/component.json +129 -0
- package/Switch/component.json +207 -0
- package/Table/component.json +547 -0
- package/Tabs/component.json +227 -0
- package/Tag/component.json +221 -0
- package/TextEditor/component.json +186 -0
- package/TextField/component.json +290 -0
- package/TimePicker/component.json +176 -0
- package/Timeline/component.json +110 -0
- package/Title/component.json +156 -0
- package/ToggleButton/component.json +153 -0
- package/Tooltip/component.json +176 -0
- package/Transfer/component.json +157 -0
- package/Tree/component.json +512 -0
- package/Upload/component.json +450 -0
- package/ai-workflows/01-crud-list-multi-drawer.md +278 -0
- package/ai-workflows/02-rbac-operation-buttons.md +290 -0
- package/ai-workflows/03-complex-form-async-cascade.md +350 -0
- package/ai-workflows/04-array-field-form.md +281 -0
- package/ai-workflows/05-popconfirm-async-message-queue.md +333 -0
- package/ai-workflows/06-modal-drawer-form-workflow.md +385 -0
- package/ai-workflows/07-search-filter-table-trio.md +387 -0
- package/ai-workflows/08-table-advanced-features.md +365 -0
- package/ai-workflows/09-batch-operation-export-progress.md +367 -0
- package/ai-workflows/10-cross-component-state-coordination.md +412 -0
- package/es/AlignBox/component.json +89 -0
- package/es/AlignBox/index.css +1 -1
- package/es/AlignBox/index.d.ts +6 -2
- package/es/AlignBox/index.js +1 -1
- package/es/AlignBox/style/index.css +1 -1
- package/es/Anchor/anchorMenu/index.d.ts +2 -1
- package/es/Anchor/anchorMenu/index.js +36 -33
- package/es/Anchor/component.json +130 -0
- package/es/Anchor/index.js +52 -49
- package/es/Anchor/type.d.ts +8 -4
- package/es/Argv/batchEdit/index.js +1 -1
- package/es/Argv/component.json +216 -0
- package/es/Argv/dataGenerator/index.js +1 -1
- package/es/Argv/index.d.ts +5 -6
- package/es/Argv/index.js +1 -1
- package/es/AutoBox/component.json +133 -0
- package/es/AutoBox/index.d.ts +3 -3
- package/es/AutoBox/index.js +1 -1
- package/es/AutoBox/protal.d.ts +2 -2
- package/es/AutoBox/protal.js +33 -30
- package/es/AutoButton/component.json +109 -0
- package/es/AutoButton/index.js +1 -1
- package/es/AutoTips/autoTipsMultiline/index.d.ts +1 -1
- package/es/AutoTips/autoTipsMultiline/index.js +1 -1
- package/es/AutoTips/component.json +121 -0
- package/es/AutoTips/index.js +1 -1
- package/es/Badge/component.json +92 -0
- package/es/Breadcrumbs/component.json +142 -0
- package/es/Breadcrumbs/index.js +1 -1
- package/es/Button/SplitButton.d.ts +2 -2
- package/es/Button/component.json +168 -0
- package/es/Button/index.js +44 -44
- package/es/ButtonGroup/component.json +132 -0
- package/es/ButtonGroup/index.d.ts +1 -1
- package/es/Card/component.json +162 -0
- package/es/Card/index.d.ts +2 -2
- package/es/Card/index.js +2 -2
- package/es/Carousel/component.json +142 -0
- package/es/Carousel/index.d.ts +1 -1
- package/es/Cascader/Cascader.js +1 -1
- package/es/Cascader/OptionList/Column.js +1 -1
- package/es/Cascader/OptionList/index.js +1 -1
- package/es/Cascader/component.json +196 -0
- package/es/Cascader/hooks/useEntities.js +7 -7
- package/es/Cascader/interface.d.ts +1 -0
- package/es/Cascader/utils/commonUtil.d.ts +1 -1
- package/es/Cascader/utils/commonUtil.js +16 -16
- package/es/Cascader/utils/treeUtil.d.ts +14 -5
- package/es/Cascader/utils/treeUtil.js +1 -1
- package/es/Checkbox/component.json +138 -0
- package/es/CheckboxGroup/component.json +152 -0
- package/es/CheckboxGroup/index.js +1 -1
- package/es/CodeEditor/component.json +189 -0
- package/es/CodeEditor/index.d.ts +11 -10
- package/es/CodeEditor/index.js +25 -25
- package/es/Collapse/component.json +166 -0
- package/es/Collapse/index.d.ts +1 -1
- package/es/Collapse/index.js +23 -22
- package/es/CollapseBox/component.json +84 -0
- package/es/CollapseLayout/component.json +155 -0
- package/es/ColorPicker/component.json +142 -0
- package/es/ComboSelect/component.json +181 -0
- package/es/ComboSelect/index.js +115 -109
- package/es/ComboSelect/interface.d.ts +2 -2
- package/es/ComboSelect/utils.d.ts +3 -3
- package/es/ComboSelect/utils.js +1 -1
- package/es/Container/component.json +111 -0
- package/es/ContentBox/component.json +81 -0
- package/es/CopyText/component.json +118 -0
- package/es/CycleSelector/component.json +98 -0
- package/es/CycleSelector/index.js +14 -13
- package/es/DatePicker/component.json +192 -0
- package/es/DatePicker/generatePicker/generateRangePicker.js +11 -11
- package/es/DatePicker/generatePicker/generateSinglePicker.js +2 -2
- package/es/Descriptions/component.json +142 -0
- package/es/Descriptions/index.d.ts +1 -1
- package/es/Desktop/component.json +171 -0
- package/es/Desktop/index.js +1 -1
- package/es/DragVerify/component.json +114 -0
- package/es/DragVerify/index.js +19 -19
- package/es/Drawer/component.json +200 -0
- package/es/Drawer/index.js +86 -86
- package/es/Drawer/interface.d.ts +1 -1
- package/es/Drawer/util.d.ts +1 -6
- package/es/Drawer/util.js +9 -6
- package/es/Dropdown/component.json +147 -0
- package/es/Dropdown/index.js +1 -1
- package/es/DynamicMultiBox/component.json +278 -0
- package/es/DynamicMultiBox/formItem.d.ts +1 -1
- package/es/DynamicMultiBox/index.d.ts +2 -2
- package/es/DynamicMultiBox/index.js +1 -1
- package/es/DynamicMultiBox/interface.d.ts +76 -76
- package/es/DynamicMultiBox/rowForm.d.ts +2 -2
- package/es/Empty/component.json +123 -0
- package/es/Empty/index.css +1 -1
- package/es/Empty/index.d.ts +2 -2
- package/es/Empty/index.js +27 -26
- package/es/Empty/style/index.css +1 -1
- package/es/ExpressionInput/HighlightOverlay.d.ts +8 -0
- package/es/ExpressionInput/HighlightOverlay.js +27 -0
- package/es/ExpressionInput/Popup.d.ts +19 -0
- package/es/ExpressionInput/Popup.js +93 -0
- package/es/ExpressionInput/component.json +79 -0
- package/es/ExpressionInput/detectChainAtCursor.d.ts +17 -0
- package/es/ExpressionInput/detectChainAtCursor.js +31 -0
- package/es/ExpressionInput/filterCandidatesByPartial.d.ts +2 -0
- package/es/ExpressionInput/filterCandidatesByPartial.js +15 -0
- package/es/ExpressionInput/highlightSegments.d.ts +9 -0
- package/es/ExpressionInput/highlightSegments.js +14 -0
- package/es/ExpressionInput/index.css +1 -0
- package/es/ExpressionInput/index.d.ts +5 -0
- package/es/ExpressionInput/index.js +178 -0
- package/es/ExpressionInput/interface.d.ts +52 -0
- package/es/ExpressionInput/isExpressionValue.d.ts +5 -0
- package/es/ExpressionInput/isExpressionValue.js +18 -0
- package/es/ExpressionInput/lang/en_US.d.ts +4 -0
- package/es/ExpressionInput/lang/en_US.js +7 -0
- package/es/ExpressionInput/lang/index.d.ts +9 -0
- package/es/ExpressionInput/lang/index.js +10 -0
- package/es/ExpressionInput/lang/zh_CN.d.ts +4 -0
- package/es/ExpressionInput/lang/zh_CN.js +7 -0
- package/es/ExpressionInput/style/css.js +1 -0
- package/es/ExpressionInput/style/index.css +1 -0
- package/es/ExpressionInput/style/index.js +1 -0
- package/es/ExpressionInput/useExpressionInput.d.ts +26 -0
- package/es/ExpressionInput/useExpressionInput.js +59 -0
- package/es/FieldForm/FieldFormItem/ItemHolder.js +1 -1
- package/es/FieldForm/FieldFormItem/MemoInput.d.ts +2 -2
- package/es/FieldForm/FieldFormItem/StatusProvider.js +1 -1
- package/es/FieldForm/FieldFormItem/index.d.ts +6 -6
- package/es/FieldForm/Form.d.ts +2 -2
- package/es/FieldForm/Form.js +1 -1
- package/es/FieldForm/FormItemInput.js +1 -1
- package/es/FieldForm/FormItemLabel.js +1 -1
- package/es/FieldForm/FormList.d.ts +2 -2
- package/es/FieldForm/component.json +196 -0
- package/es/FieldForm/context.d.ts +5 -1
- package/es/FieldForm/context.js +2 -2
- package/es/FieldForm/hooks/useForm.d.ts +4 -3
- package/es/FieldForm/hooks/useFormInstance.d.ts +1 -1
- package/es/FieldForm/hooks/useFormItemStatus.d.ts +9 -5
- package/es/FieldForm/hooks/useFormItemStatus.js +2 -2
- package/es/FieldForm/hooks/useItemRef.d.ts +1 -1
- package/es/FieldForm/hooks/useItemRef.js +6 -6
- package/es/Form/component.json +161 -0
- package/es/Form/index.d.ts +52 -49
- package/es/Form/index.js +1 -1
- package/es/FormItem/compoments/defaultCompoments/index.d.ts +5 -5
- package/es/FormItem/compoments/defaultCompoments/index.js +12 -11
- package/es/FormItem/compoments/formCheckboxGroup/index.d.ts +2 -2
- package/es/FormItem/compoments/formFile/index.js +8 -8
- package/es/FormItem/compoments/formRadioGroup/index.d.ts +1 -1
- package/es/FormItem/compoments/formSelect/index.d.ts +1 -1
- package/es/FormItem/component.json +171 -0
- package/es/FormItem/index.d.ts +5 -5
- package/es/FormItem/index.js +23 -23
- package/es/FormItem/itemType.js +1 -1
- package/es/FunctionModal/component.json +197 -0
- package/es/FunctionModal/dialog.d.ts +1 -1
- package/es/FunctionModal/modalContext.d.ts +4 -1
- package/es/GlobalContext/confirmLocale.js +1 -1
- package/es/GlobalContext/index.js +1 -1
- package/es/Help/component.json +118 -0
- package/es/HelperText/component.json +126 -0
- package/es/Image/PreviewGroup.js +1 -1
- package/es/Image/component.json +165 -0
- package/es/Image/index.js +1 -1
- package/es/InputCode/component.json +191 -0
- package/es/InputCode/index.d.ts +2 -2
- package/es/InputCode/index.js +1 -1
- package/es/InputLang/component.json +205 -0
- package/es/InputLang/index.js +2 -2
- package/es/InputNumber/component.json +162 -0
- package/es/InputNumber/index.d.ts +13 -7
- package/es/InputNumber/index.js +152 -144
- package/es/Label/component.json +126 -0
- package/es/Label/index.d.ts +2 -2
- package/es/Loading/component.json +91 -0
- package/es/Menu/component.json +180 -0
- package/es/Menu/verticalMenuList.js +1 -1
- package/es/Message/component.json +246 -0
- package/es/Message/index.d.ts +2 -2
- package/es/Message/index.js +19 -19
- package/es/Modal/Confirm/index.d.ts +1 -1
- package/es/Modal/Confirm/index.js +1 -1
- package/es/Modal/component.json +277 -0
- package/es/Modal/index.d.ts +85 -5
- package/es/Modal/index.js +159 -122
- package/es/Modal/interface.d.ts +1 -0
- package/es/MultiBox/component.json +216 -0
- package/es/MultiBox/index.js +19 -14
- package/es/Notification/component.json +184 -0
- package/es/OperateBtn/component.json +134 -0
- package/es/OperateBtn/index.d.ts +3 -3
- package/es/PageHeader/component.json +112 -0
- package/es/PageHeader/horizontalMeun.js +1 -1
- package/es/PageHeader/horizontalMeunRight.js +1 -1
- package/es/Pagination/component.json +181 -0
- package/es/Pagination/index.js +15 -15
- package/es/ParauiProvider/index.js +1 -1
- package/es/PasswordRules/component.json +105 -0
- package/es/PasswordRules/index.d.ts +4 -4
- package/es/PopConfirm/component.json +227 -0
- package/es/PopConfirm/index.d.ts +1 -1
- package/es/PopConfirm/index.js +1 -1
- package/es/PopMenu/component.json +131 -0
- package/es/PopMenu/hooks.d.ts +1 -1
- package/es/PopMenu/index.js +8 -8
- package/es/Popover/component.json +165 -0
- package/es/Popover/index.js +1 -1
- package/es/Progress/component.json +161 -0
- package/es/Prompt/component.json +144 -0
- package/es/Querying/component.json +96 -0
- package/es/Querying/index.css +1 -1
- package/es/Querying/index.d.ts +2 -2
- package/es/Querying/index.js +20 -19
- package/es/Querying/style/index.css +1 -1
- package/es/QuickReply/QuickReplyCode/index.js +1 -1
- package/es/QuickReply/component.json +129 -0
- package/es/QuickReply/index.d.ts +1 -1
- package/es/Radio/component.json +136 -0
- package/es/RadioGroup/component.json +149 -0
- package/es/RangeInput/component.json +198 -0
- package/es/RangeInput/index.d.ts +15 -7
- package/es/RangeInput/index.js +120 -103
- package/es/Result/component.json +104 -0
- package/es/ScrollBar/component.json +115 -0
- package/es/Search/component.json +177 -0
- package/es/Search/index.d.ts +1 -1
- package/es/Select/component.json +244 -0
- package/es/Select/index.d.ts +11 -8
- package/es/Select/index.js +441 -438
- package/es/SelectInput/component.json +184 -0
- package/es/SelectInput/index.d.ts +4 -4
- package/es/SelectInput/index.js +8 -8
- package/es/Selector/component.json +203 -0
- package/es/Selector/index.js +56 -50
- package/es/Selector/interface.d.ts +2 -2
- package/es/Selector/selectorData/index.js +1 -1
- package/es/Selector/selectorMain/index.js +3 -3
- package/es/Selector/selectorNode/index.js +1 -1
- package/es/Selector/util.d.ts +3 -3
- package/es/Selector/util.js +6 -12
- package/es/SelectorPicker/component.json +179 -0
- package/es/SelectorPicker/index.d.ts +5 -5
- package/es/SelectorPicker/index.js +15 -15
- package/es/SingleBox/component.json +151 -0
- package/es/SingleBox/index.d.ts +2 -2
- package/es/Slider/component.json +181 -0
- package/es/SortBox/component.json +108 -0
- package/es/Status/component.json +104 -0
- package/es/Stepper/component.json +129 -0
- package/es/Stepper/index.d.ts +2 -2
- package/es/Switch/component.json +207 -0
- package/es/Switch/index.css +1 -1
- package/es/Switch/index.d.ts +3 -2
- package/es/Switch/index.js +60 -59
- package/es/Switch/style/index.css +1 -1
- package/es/Table/component.json +547 -0
- package/es/Table/index.d.ts +2 -2
- package/es/Table/index.js +385 -382
- package/es/Table/interface.d.ts +30 -0
- package/es/Table/tableHead.js +1 -1
- package/es/Table/util.d.ts +1 -1
- package/es/Table/util.js +3 -12
- package/es/Tabs/component.json +227 -0
- package/es/Tag/component.json +221 -0
- package/es/Tag/index.css +1 -1
- package/es/Tag/index.d.ts +1 -1
- package/es/Tag/index.js +20 -20
- package/es/Tag/style/index.css +1 -1
- package/es/TextEditor/component.json +186 -0
- package/es/TextEditor/index.d.ts +5 -5
- package/es/TextEditor/index.js +1 -1
- package/es/TextField/component.json +290 -0
- package/es/TextField/index.d.ts +2 -2
- package/es/TextField/index.js +1 -1
- package/es/TimePicker/component.json +176 -0
- package/es/Timeline/component.json +110 -0
- package/es/Title/component.json +156 -0
- package/es/ToggleButton/component.json +153 -0
- package/es/ToggleButton/index.js +1 -1
- package/es/Tooltip/component.json +176 -0
- package/es/Tooltip/index.js +58 -53
- package/es/Tooltip/interface.d.ts +14 -1
- package/es/Tooltip/utils.js +6 -6
- package/es/Transfer/component.json +157 -0
- package/es/Tree/OperateBar/index.js +1 -1
- package/es/Tree/Tree.js +3 -3
- package/es/Tree/component.json +512 -0
- package/es/Tree/interface.d.ts +1 -1
- package/es/Upload/component.json +450 -0
- package/es/Upload/util.js +1 -1
- package/es/Utils/snack-kit-shims.d.ts +18 -0
- package/es/Utils/snack-kit-shims.js +19 -0
- package/es/Utils/type.d.ts +0 -6
- package/es/_virtual/index.js +5 -3
- package/es/_virtual/index2.js +2 -5
- package/es/index.d.ts +4 -0
- package/es/index.js +152 -150
- package/es/locale/en-US.d.ts +3 -0
- package/es/locale/en-US.js +3 -0
- package/es/locale/en_US.d.ts +361 -0
- package/es/locale/en_US.js +364 -0
- package/es/locale/index.d.ts +1 -723
- package/es/locale/index2.js +10 -0
- package/es/locale/zh-CN.d.ts +3 -0
- package/es/locale/zh-CN.js +3 -0
- package/es/locale/zh_CN.d.ts +361 -0
- package/es/locale/zh_CN.js +364 -0
- package/es/node_modules/classnames/index.js +1 -1
- package/lib/AlignBox/component.json +89 -0
- package/lib/AlignBox/index.css +1 -1
- package/lib/AlignBox/index.d.ts +6 -2
- package/lib/AlignBox/index.js +1 -1
- package/lib/AlignBox/style/index.css +1 -1
- package/lib/Anchor/anchorMenu/index.d.ts +2 -1
- package/lib/Anchor/anchorMenu/index.js +1 -1
- package/lib/Anchor/component.json +130 -0
- package/lib/Anchor/index.js +1 -1
- package/lib/Anchor/type.d.ts +8 -4
- package/lib/Argv/component.json +216 -0
- package/lib/Argv/dataGenerator/index.js +1 -1
- package/lib/Argv/index.d.ts +5 -6
- package/lib/Argv/index.js +1 -1
- package/lib/AutoBox/component.json +133 -0
- package/lib/AutoBox/index.d.ts +3 -3
- package/lib/AutoBox/index.js +1 -1
- package/lib/AutoBox/protal.d.ts +2 -2
- package/lib/AutoBox/protal.js +1 -1
- package/lib/AutoButton/component.json +109 -0
- package/lib/AutoButton/index.js +1 -1
- package/lib/AutoTips/autoTipsMultiline/index.d.ts +1 -1
- package/lib/AutoTips/autoTipsMultiline/index.js +1 -1
- package/lib/AutoTips/component.json +121 -0
- package/lib/AutoTips/index.js +1 -1
- package/lib/Badge/component.json +92 -0
- package/lib/Breadcrumbs/component.json +142 -0
- package/lib/Breadcrumbs/index.js +1 -1
- package/lib/Button/SplitButton.d.ts +2 -2
- package/lib/Button/component.json +168 -0
- package/lib/Button/index.js +1 -1
- package/lib/ButtonGroup/component.json +132 -0
- package/lib/ButtonGroup/index.d.ts +1 -1
- package/lib/Card/component.json +162 -0
- package/lib/Card/index.d.ts +2 -2
- package/lib/Card/index.js +1 -1
- package/lib/Carousel/component.json +142 -0
- package/lib/Carousel/index.d.ts +1 -1
- package/lib/Cascader/Cascader.js +1 -1
- package/lib/Cascader/OptionList/Column.js +1 -1
- package/lib/Cascader/OptionList/index.js +1 -1
- package/lib/Cascader/component.json +196 -0
- package/lib/Cascader/hooks/useEntities.js +1 -1
- package/lib/Cascader/interface.d.ts +1 -0
- package/lib/Cascader/utils/commonUtil.d.ts +1 -1
- package/lib/Cascader/utils/commonUtil.js +1 -1
- package/lib/Cascader/utils/treeUtil.d.ts +14 -5
- package/lib/Cascader/utils/treeUtil.js +1 -1
- package/lib/Checkbox/component.json +138 -0
- package/lib/CheckboxGroup/component.json +152 -0
- package/lib/CheckboxGroup/index.js +1 -1
- package/lib/CodeEditor/component.json +189 -0
- package/lib/CodeEditor/index.d.ts +11 -10
- package/lib/CodeEditor/index.js +1 -1
- package/lib/Collapse/component.json +166 -0
- package/lib/Collapse/index.d.ts +1 -1
- package/lib/Collapse/index.js +1 -1
- package/lib/CollapseBox/component.json +84 -0
- package/lib/CollapseLayout/component.json +155 -0
- package/lib/ColorPicker/component.json +142 -0
- package/lib/ComboSelect/component.json +181 -0
- package/lib/ComboSelect/index.js +1 -1
- package/lib/ComboSelect/interface.d.ts +2 -2
- package/lib/ComboSelect/utils.d.ts +3 -3
- package/lib/ComboSelect/utils.js +1 -1
- package/lib/Container/component.json +111 -0
- package/lib/ContentBox/component.json +81 -0
- package/lib/CopyText/component.json +118 -0
- package/lib/CycleSelector/component.json +98 -0
- package/lib/CycleSelector/index.js +1 -1
- package/lib/DatePicker/component.json +192 -0
- package/lib/DatePicker/generatePicker/generateRangePicker.js +1 -1
- package/lib/DatePicker/generatePicker/generateSinglePicker.js +1 -1
- package/lib/Descriptions/component.json +142 -0
- package/lib/Descriptions/index.d.ts +1 -1
- package/lib/Desktop/component.json +171 -0
- package/lib/Desktop/index.js +1 -1
- package/lib/DragVerify/component.json +114 -0
- package/lib/DragVerify/index.js +1 -1
- package/lib/Drawer/component.json +200 -0
- package/lib/Drawer/index.js +1 -1
- package/lib/Drawer/interface.d.ts +1 -1
- package/lib/Drawer/util.d.ts +1 -6
- package/lib/Drawer/util.js +1 -1
- package/lib/Dropdown/component.json +147 -0
- package/lib/Dropdown/index.js +1 -1
- package/lib/DynamicMultiBox/component.json +278 -0
- package/lib/DynamicMultiBox/formItem.d.ts +1 -1
- package/lib/DynamicMultiBox/index.d.ts +2 -2
- package/lib/DynamicMultiBox/index.js +1 -1
- package/lib/DynamicMultiBox/interface.d.ts +76 -76
- package/lib/DynamicMultiBox/rowForm.d.ts +2 -2
- package/lib/Empty/component.json +123 -0
- package/lib/Empty/index.css +1 -1
- package/lib/Empty/index.d.ts +2 -2
- package/lib/Empty/index.js +1 -1
- package/lib/Empty/style/index.css +1 -1
- package/lib/ExpressionInput/HighlightOverlay.d.ts +8 -0
- package/lib/ExpressionInput/HighlightOverlay.js +2 -0
- package/lib/ExpressionInput/Popup.d.ts +19 -0
- package/lib/ExpressionInput/Popup.js +2 -0
- package/lib/ExpressionInput/component.json +79 -0
- package/lib/ExpressionInput/detectChainAtCursor.d.ts +17 -0
- package/lib/ExpressionInput/detectChainAtCursor.js +2 -0
- package/lib/ExpressionInput/filterCandidatesByPartial.d.ts +2 -0
- package/lib/ExpressionInput/filterCandidatesByPartial.js +2 -0
- package/lib/ExpressionInput/highlightSegments.d.ts +9 -0
- package/lib/ExpressionInput/highlightSegments.js +2 -0
- package/lib/ExpressionInput/index.css +1 -0
- package/lib/ExpressionInput/index.d.ts +5 -0
- package/lib/ExpressionInput/index.js +2 -0
- package/lib/ExpressionInput/interface.d.ts +52 -0
- package/lib/ExpressionInput/isExpressionValue.d.ts +5 -0
- package/lib/ExpressionInput/isExpressionValue.js +2 -0
- package/lib/ExpressionInput/lang/en_US.d.ts +4 -0
- package/lib/ExpressionInput/lang/en_US.js +2 -0
- package/lib/ExpressionInput/lang/index.d.ts +9 -0
- package/lib/ExpressionInput/lang/index.js +2 -0
- package/lib/ExpressionInput/lang/zh_CN.d.ts +4 -0
- package/lib/ExpressionInput/lang/zh_CN.js +2 -0
- package/lib/ExpressionInput/style/css.js +1 -0
- package/lib/ExpressionInput/style/index.css +1 -0
- package/lib/ExpressionInput/style/index.js +1 -0
- package/lib/ExpressionInput/useExpressionInput.d.ts +26 -0
- package/lib/ExpressionInput/useExpressionInput.js +2 -0
- package/lib/FieldForm/FieldFormItem/ItemHolder.js +1 -1
- package/lib/FieldForm/FieldFormItem/MemoInput.d.ts +2 -2
- package/lib/FieldForm/FieldFormItem/StatusProvider.js +1 -1
- package/lib/FieldForm/FieldFormItem/index.d.ts +6 -6
- package/lib/FieldForm/Form.d.ts +2 -2
- package/lib/FieldForm/Form.js +1 -1
- package/lib/FieldForm/FormItemInput.js +1 -1
- package/lib/FieldForm/FormItemLabel.js +1 -1
- package/lib/FieldForm/FormList.d.ts +2 -2
- package/lib/FieldForm/component.json +196 -0
- package/lib/FieldForm/context.d.ts +5 -1
- package/lib/FieldForm/context.js +1 -1
- package/lib/FieldForm/hooks/useForm.d.ts +4 -3
- package/lib/FieldForm/hooks/useFormInstance.d.ts +1 -1
- package/lib/FieldForm/hooks/useFormItemStatus.d.ts +9 -5
- package/lib/FieldForm/hooks/useFormItemStatus.js +1 -1
- package/lib/FieldForm/hooks/useItemRef.d.ts +1 -1
- package/lib/FieldForm/hooks/useItemRef.js +1 -1
- package/lib/Form/component.json +161 -0
- package/lib/Form/index.d.ts +52 -49
- package/lib/Form/index.js +1 -1
- package/lib/FormItem/compoments/defaultCompoments/index.d.ts +5 -5
- package/lib/FormItem/compoments/defaultCompoments/index.js +1 -1
- package/lib/FormItem/compoments/formCheckboxGroup/index.d.ts +2 -2
- package/lib/FormItem/compoments/formFile/index.js +1 -1
- package/lib/FormItem/compoments/formRadioGroup/index.d.ts +1 -1
- package/lib/FormItem/compoments/formSelect/index.d.ts +1 -1
- package/lib/FormItem/component.json +171 -0
- package/lib/FormItem/index.d.ts +5 -5
- package/lib/FormItem/index.js +1 -1
- package/lib/FormItem/itemType.js +1 -1
- package/lib/FunctionModal/component.json +197 -0
- package/lib/FunctionModal/dialog.d.ts +1 -1
- package/lib/FunctionModal/modalContext.d.ts +4 -1
- package/lib/GlobalContext/confirmLocale.js +1 -1
- package/lib/GlobalContext/index.js +1 -1
- package/lib/Help/component.json +118 -0
- package/lib/HelperText/component.json +126 -0
- package/lib/Image/PreviewGroup.js +1 -1
- package/lib/Image/component.json +165 -0
- package/lib/Image/index.js +1 -1
- package/lib/InputCode/component.json +191 -0
- package/lib/InputCode/index.d.ts +2 -2
- package/lib/InputLang/component.json +205 -0
- package/lib/InputLang/index.js +1 -1
- package/lib/InputNumber/component.json +162 -0
- package/lib/InputNumber/index.d.ts +13 -7
- package/lib/InputNumber/index.js +1 -1
- package/lib/Label/component.json +126 -0
- package/lib/Label/index.d.ts +2 -2
- package/lib/Loading/component.json +91 -0
- package/lib/Menu/component.json +180 -0
- package/lib/Menu/verticalMenuList.js +1 -1
- package/lib/Message/component.json +246 -0
- package/lib/Message/index.d.ts +2 -2
- package/lib/Message/index.js +1 -1
- package/lib/Modal/Confirm/index.d.ts +1 -1
- package/lib/Modal/Confirm/index.js +1 -1
- package/lib/Modal/component.json +277 -0
- package/lib/Modal/index.d.ts +85 -5
- package/lib/Modal/index.js +1 -1
- package/lib/Modal/interface.d.ts +1 -0
- package/lib/MultiBox/component.json +216 -0
- package/lib/MultiBox/index.js +1 -1
- package/lib/Notification/component.json +184 -0
- package/lib/OperateBtn/component.json +134 -0
- package/lib/OperateBtn/index.d.ts +3 -3
- package/lib/PageHeader/component.json +112 -0
- package/lib/PageHeader/horizontalMeun.js +1 -1
- package/lib/PageHeader/horizontalMeunRight.js +1 -1
- package/lib/Pagination/component.json +181 -0
- package/lib/Pagination/index.js +1 -1
- package/lib/ParauiProvider/index.js +1 -1
- package/lib/PasswordRules/component.json +105 -0
- package/lib/PasswordRules/index.d.ts +4 -4
- package/lib/PopConfirm/component.json +227 -0
- package/lib/PopConfirm/index.d.ts +1 -1
- package/lib/PopConfirm/index.js +1 -1
- package/lib/PopMenu/component.json +131 -0
- package/lib/PopMenu/hooks.d.ts +1 -1
- package/lib/PopMenu/index.js +1 -1
- package/lib/Popover/component.json +165 -0
- package/lib/Popover/index.js +1 -1
- package/lib/Progress/component.json +161 -0
- package/lib/Prompt/component.json +144 -0
- package/lib/Querying/component.json +96 -0
- package/lib/Querying/index.css +1 -1
- package/lib/Querying/index.d.ts +2 -2
- package/lib/Querying/index.js +1 -1
- package/lib/Querying/style/index.css +1 -1
- package/lib/QuickReply/QuickReplyCode/index.js +1 -1
- package/lib/QuickReply/component.json +129 -0
- package/lib/QuickReply/index.d.ts +1 -1
- package/lib/Radio/component.json +136 -0
- package/lib/RadioGroup/component.json +149 -0
- package/lib/RangeInput/component.json +198 -0
- package/lib/RangeInput/index.d.ts +15 -7
- package/lib/RangeInput/index.js +1 -1
- package/lib/Result/component.json +104 -0
- package/lib/ScrollBar/component.json +115 -0
- package/lib/Search/component.json +177 -0
- package/lib/Search/index.d.ts +1 -1
- package/lib/Select/component.json +244 -0
- package/lib/Select/index.d.ts +11 -8
- package/lib/Select/index.js +1 -1
- package/lib/SelectInput/component.json +184 -0
- package/lib/SelectInput/index.d.ts +4 -4
- package/lib/SelectInput/index.js +1 -1
- package/lib/Selector/component.json +203 -0
- package/lib/Selector/index.js +1 -1
- package/lib/Selector/interface.d.ts +2 -2
- package/lib/Selector/selectorData/index.js +1 -1
- package/lib/Selector/selectorMain/index.js +1 -1
- package/lib/Selector/selectorNode/index.js +1 -1
- package/lib/Selector/util.d.ts +3 -3
- package/lib/Selector/util.js +1 -1
- package/lib/SelectorPicker/component.json +179 -0
- package/lib/SelectorPicker/index.d.ts +5 -5
- package/lib/SelectorPicker/index.js +1 -1
- package/lib/SingleBox/component.json +151 -0
- package/lib/SingleBox/index.d.ts +2 -2
- package/lib/Slider/component.json +181 -0
- package/lib/SortBox/component.json +108 -0
- package/lib/Status/component.json +104 -0
- package/lib/Stepper/component.json +129 -0
- package/lib/Stepper/index.d.ts +2 -2
- package/lib/Switch/component.json +207 -0
- package/lib/Switch/index.css +1 -1
- package/lib/Switch/index.d.ts +3 -2
- package/lib/Switch/index.js +1 -1
- package/lib/Switch/style/index.css +1 -1
- package/lib/Table/component.json +547 -0
- package/lib/Table/index.d.ts +2 -2
- package/lib/Table/index.js +1 -1
- package/lib/Table/interface.d.ts +30 -0
- package/lib/Table/tableHead.js +1 -1
- package/lib/Table/util.d.ts +1 -1
- package/lib/Table/util.js +1 -1
- package/lib/Tabs/component.json +227 -0
- package/lib/Tag/component.json +221 -0
- package/lib/Tag/index.css +1 -1
- package/lib/Tag/index.d.ts +1 -1
- package/lib/Tag/index.js +1 -1
- package/lib/Tag/style/index.css +1 -1
- package/lib/TextEditor/component.json +186 -0
- package/lib/TextEditor/index.d.ts +5 -5
- package/lib/TextEditor/index.js +1 -1
- package/lib/TextField/component.json +290 -0
- package/lib/TextField/index.d.ts +2 -2
- package/lib/TextField/index.js +1 -1
- package/lib/TimePicker/component.json +176 -0
- package/lib/Timeline/component.json +110 -0
- package/lib/Title/component.json +156 -0
- package/lib/ToggleButton/component.json +153 -0
- package/lib/ToggleButton/index.js +1 -1
- package/lib/Tooltip/component.json +176 -0
- package/lib/Tooltip/index.js +1 -1
- package/lib/Tooltip/interface.d.ts +14 -1
- package/lib/Tooltip/utils.js +1 -1
- package/lib/Transfer/component.json +157 -0
- package/lib/Tree/OperateBar/index.js +2 -2
- package/lib/Tree/Tree.js +1 -1
- package/lib/Tree/component.json +512 -0
- package/lib/Tree/interface.d.ts +1 -1
- package/lib/Upload/component.json +450 -0
- package/lib/Upload/util.js +1 -1
- package/lib/Utils/snack-kit-shims.d.ts +18 -0
- package/lib/Utils/snack-kit-shims.js +2 -0
- package/lib/Utils/type.d.ts +0 -6
- package/lib/_virtual/index.js +1 -1
- package/lib/_virtual/index2.js +1 -1
- package/lib/index.d.ts +4 -0
- package/lib/index.js +1 -1
- package/lib/locale/en-US.d.ts +3 -0
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/en_US.d.ts +361 -0
- package/lib/locale/en_US.js +2 -0
- package/lib/locale/index.d.ts +1 -723
- package/lib/locale/index2.js +2 -0
- package/lib/locale/zh-CN.d.ts +3 -0
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh_CN.d.ts +361 -0
- package/lib/locale/zh_CN.js +2 -0
- package/lib/node_modules/classnames/index.js +1 -1
- package/package.json +24 -4
- package/es/_virtual/index3.js +0 -5
- package/es/_virtual/index4.js +0 -5
- package/es/node_modules/@para-snack/core/dist/index.js +0 -5231
- package/lib/_virtual/index3.js +0 -2
- package/lib/_virtual/index4.js +0 -2
- package/lib/node_modules/@para-snack/core/dist/index.js +0 -20
- /package/es/{InputCode → CodeEditor}/index.css +0 -0
- /package/es/{Utils/Hooks → Hooks}/useResizeObserver.d.ts +0 -0
- /package/es/{Utils/Hooks → Hooks}/useResizeObserver.js +0 -0
- /package/lib/{Utils/Hooks → Hooks}/useResizeObserver.d.ts +0 -0
- /package/lib/{Utils/Hooks → Hooks}/useResizeObserver.js +0 -0
package/lib/locale/en-US.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={Anchor:{pleaseEnter:"Please enter"},Argv:{environmentVariable:"Environment Variable",pleaseEnterKey:"Please enter key",pleaseEnterValue:"Please enter value",add:"Add",batchEdit:"Batch Edit",ok:"OK",formatErrorJson:"Format error, please enter valid JSON",formatErrorArrayJson:"Format error, please enter a valid JSON array",pleaseEnter:"Please enter",pleaseSelect:"Please select",formatError:"Format error",required:"Required, cannot be empty"},AutoButton:{more:"More"},Breadcrumbs:{back:"Back"},Button:{moreActions:"More actions"},Card:{more:"Mouse scrolling to load more data",loadingMore:"Loading..."},Cascader:{placeholder:"Please Choose",disableTilte:"Disable"},CodeEditor:{format:"format",pleaseEnter:"Please enter",codeSnippet:"code snippet",help:"help"},ComboSelect:{searchPlaceholder:"Please enter",cancel:"Cancel",ok:"Ok",fullPath:"Full path",pleaseSelect:"Please select",selected:"selected",searching:"Searching",more:"More"},CycleSelector:{placeholder:"Please select",pleaseSelect:"Please select",week1:"Monday",week2:"Tuesday",week3:"Wednesday",week4:"Thursday",week5:"Friday",week6:"Saturday",week7:"Sunday",every:"Every ",day:"Day",week:"Week",month:"Month",year:"Year",one:"One",two:"Two",three:"Three",four:"Four",five:"Five",six:"Six",seven:"Seven",day1:"Day 1",day2:"Day 2",day3:"Day 3",day4:"Day 4",day5:"Day 5",day6:"Day 6",day7:"Day 7",day8:"Day 8",day9:"Day 9",day10:"Day 10",day11:"Day 11",day12:"Day 12",day13:"Day 13",day14:"Day 14",day15:"Day 15",day16:"Day 16",day17:"Day 17",day18:"Day 18",day19:"Day 19",day20:"Day 20",day21:"Day 21",day22:"Day 22",day23:"Day 23",day24:"Day 24",day25:"Day 25",day26:"Day 26",day27:"Day 27",day28:"Day 28",day29:"Day 29",day30:"Day 30",day31:"Day 31",the1:"The first ",the2:"The 2nd ",the3:"The 3rd ",the4:"The 4th ",the5:"The 5th ",infiniteRepetition:"Infinite repetition",deadline:"Deadline",limitNum:"Limited number of times",noRepetition:"No repetition",repeatEveryDay:"Repeat every day",repeatEveryWeek:"Repeat every week",repeatEveryMonth:"Repeat every month",repeatEveryYear:"Repeat every year",customRepetition:"Custom repetition",th:"th",repetitionFrequency:"Repetition frequency",update:"update",text1:"{every} {time}",text2:", Terminate duplication after detecting {limitNum} times",text3:", End time: {date}",weekTip:"The current schedule time is {week}",endRepetition:"End repetition",customCycle:"Custom cycle",cancel:"Cancel",confirm:"Confirm",next:"Next",monthDay:"`{month}th{day}st`"},DatePicker:{lang:{placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:"[Start date, End date]",rangeYearPlaceholder:"[Start year, End year]",rangeMonthPlaceholder:"[Start month, End month]",rangeWeekPlaceholder:"[Start week, End week]",today:"Today",now:"Now",ok:"Ok"},timePickerLocale:{},placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:"[Start date, End date]",rangeYearPlaceholder:"[Start year, End year]",rangeMonthPlaceholder:"[Start month, End month]",rangeWeekPlaceholder:"[Start week, End week]",today:"Today",now:"Now",ok:"Ok"},Descriptions:{expandAll:"Expand All",retractAll:"Shrink All"},Desktop:{createDir:"Create Folder",save:"Save",outDir:"Move out of folder"},DragVerify:{tryAgain:"Try again",swipe:"Swipe right to fill puzzle"},Drawer:{cancel:"Cancel",ok:"Ok"},DynamicMultiBox:{add:"New",titleForm:"Form configuration (non mandatory)",default:"Restore Default",noData:"There are currently no other attributes available"},Empty:{noData:"No Data",click:",Click to ",refresh:"refresh"},FieldForm:{default:"Field validation error for ${label}",required:"${label} is required",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:"typeTemplate",types:{string:"typeTemplate",method:"typeTemplate",array:"typeTemplate",object:"typeTemplate",number:"typeTemplate",date:"typeTemplate",boolean:"typeTemplate",integer:"typeTemplate",float:"typeTemplate",regexp:"typeTemplate",email:"typeTemplate",url:"typeTemplate",hex:"typeTemplate"},string:"typeTemplate",number:"typeTemplate",array:"typeTemplate",pattern:{mismatch:"${label} does not match the pattern ${pattern}"},format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date",method:"typeTemplate",object:"typeTemplate",boolean:"typeTemplate",integer:"typeTemplate",float:"typeTemplate",regexp:"typeTemplate",email:"typeTemplate",url:"typeTemplate",hex:"typeTemplate",len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}",mismatch:"${label} does not match the pattern ${pattern}",colon:":"},FormItem:{choseFile:"Chose File",unEmpty:"{label} Cannot be empty",maxLength:"The maximum length cannot be exceeded {len}",minLength:"The minimum length cannot be exceeded {len}",unRule:"The parameter does not comply with the validation rule {rule}",minValue:"The minimum value is {val}",maxValue:"The maximum value is {val}"},InputCode:{retrievedAgain:"{second} seconds to retrieve again",reset:"resend",getCode:"Get Code",secondCountdown:"{second}s"},Modal:{cancel:"Cancel",ok:"Ok"},MultiBox:{add:"Newly Added"},OperateBtn:{more:"more"},Pagination:{total:"Total {total}",barPage:" / Page",prevPage:"Prev",nextPage:"Next",jumpTo:"Go to",page:" Page"},PopConfirm:{cancel:"Cancel",ok:"Ok"},Querying:{querying:"Data querying"},QuickReply:{back:"Back",add:"Add",edit:"Edit",sort:"Sort",del:"Delete",delTip:"After deletion, this reply will no longer be usable. Are you sure you want to delete it?",batchDel:"Batch Delete",quickReply:"Quick reply",confirm:"Confirm",cancel:"Cancel",pleaseEnter:"Please enter"},Select:{searchPlaceholder:"Please enter",more:"More"},Selector:{root:"root",selectAll:"Select all",seeMore:"See more",selected:"Selected",pleaseEnter:"Please enter",searchResult:"Search result",detail:"Details",child:"Level"},SelectorPicker:{selected:"Selected",select:"Please select",more:"More"},SingleBox:{add:"Newly Added"},Switch:{ing:"In Progress"},Table:{empty:"Clear",restoreDefault:"Restore Default",determine:"Confirm",serial:"Sort",loadMore:"Load more",refresh:"Refresh",selectNum:"Selected {num} items",selectAll:"Select All",dragSort:"Drag Sort",noHomePageEmpty:"There is no data on this page",returnPrevPage:"Return to previous page"},Tabs:{confirmDelete:"Are you sure delete?"},TextEditor:{pleaseEnter:"Please Enter"},Transfer:{left:"Left",right:"Right",allCheck:"Select All",inVertCheck:"Invert selection",searchPlaceholder:"Please enter",leftBtnTips:"Please check the content on the right first",rightBtnTips:"Please check the content on the left first"},Tree:{loadMore:"Load more",add:"Add",edit:"Edit",disabled:"Disabled",delete:"Delete"},Upload:{uploadError:"Upload error",uploading:"Uploading",clickUploadFile:"Click to upload file",dragFileUpload:"After downloading the template and completing the information, you can directly drag and drop the file here to upload it\\nSupported formats: XLS, XLSX",add:"Add",edit:"Edit",disabled:"Disabled",delete:"Delete",editImage:"Edit image"}};exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={Anchor:{pleaseEnter:"Please enter"},Argv:{environmentVariable:"Environment Variable",pleaseEnterKey:"Please enter key",pleaseEnterValue:"Please enter value",add:"Add",batchEdit:"Batch Edit",ok:"OK",formatErrorJson:"Format error, please enter valid JSON",formatErrorArrayJson:"Format error, please enter a valid JSON array",pleaseEnter:"Please enter",pleaseSelect:"Please select",formatError:"Format error",required:"Required, cannot be empty"},AutoButton:{more:"More"},Breadcrumbs:{back:"Back"},Button:{moreActions:"More actions"},Card:{more:"Mouse scrolling to load more data",loadingMore:"Loading..."},Cascader:{placeholder:"Please Choose",disableTilte:"Disable"},CodeEditor:{format:"format",pleaseEnter:"Please enter",codeSnippet:"code snippet",help:"help"},ComboSelect:{searchPlaceholder:"Please enter",cancel:"Cancel",ok:"Ok",fullPath:"Full path",pleaseSelect:"Please select",selected:"selected",searching:"Searching",more:"More"},CycleSelector:{placeholder:"Please select",pleaseSelect:"Please select",week1:"Monday",week2:"Tuesday",week3:"Wednesday",week4:"Thursday",week5:"Friday",week6:"Saturday",week7:"Sunday",every:"Every ",day:"Day",week:"Week",month:"Month",year:"Year",one:"One",two:"Two",three:"Three",four:"Four",five:"Five",six:"Six",seven:"Seven",day1:"Day 1",day2:"Day 2",day3:"Day 3",day4:"Day 4",day5:"Day 5",day6:"Day 6",day7:"Day 7",day8:"Day 8",day9:"Day 9",day10:"Day 10",day11:"Day 11",day12:"Day 12",day13:"Day 13",day14:"Day 14",day15:"Day 15",day16:"Day 16",day17:"Day 17",day18:"Day 18",day19:"Day 19",day20:"Day 20",day21:"Day 21",day22:"Day 22",day23:"Day 23",day24:"Day 24",day25:"Day 25",day26:"Day 26",day27:"Day 27",day28:"Day 28",day29:"Day 29",day30:"Day 30",day31:"Day 31",the1:"The first ",the2:"The 2nd ",the3:"The 3rd ",the4:"The 4th ",the5:"The 5th ",infiniteRepetition:"Infinite repetition",deadline:"Deadline",limitNum:"Limited number of times",noRepetition:"No repetition",repeatEveryDay:"Repeat every day",repeatEveryWeek:"Repeat every week",repeatEveryMonth:"Repeat every month",repeatEveryYear:"Repeat every year",customRepetition:"Custom repetition",th:"th",repetitionFrequency:"Repetition frequency",update:"update",text1:"{every} {time}",text2:", Terminate duplication after detecting {limitNum} times",text3:", End time: {date}",weekTip:"The current schedule time is {week}",endRepetition:"End repetition",customCycle:"Custom cycle",cancel:"Cancel",confirm:"Confirm",next:"Next",monthDay:"`{month}th{day}st`"},DatePicker:{lang:{placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:"[Start date, End date]",rangeYearPlaceholder:"[Start year, End year]",rangeMonthPlaceholder:"[Start month, End month]",rangeWeekPlaceholder:"[Start week, End week]",today:"Today",now:"Now",ok:"Ok"},timePickerLocale:{},placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:"[Start date, End date]",rangeYearPlaceholder:"[Start year, End year]",rangeMonthPlaceholder:"[Start month, End month]",rangeWeekPlaceholder:"[Start week, End week]",today:"Today",now:"Now",ok:"Ok"},Descriptions:{expandAll:"Expand All",retractAll:"Shrink All"},Desktop:{createDir:"Create Folder",save:"Save",outDir:"Move out of folder"},DragVerify:{tryAgain:"Try again",swipe:"Swipe right to fill puzzle"},Drawer:{cancel:"Cancel",ok:"Ok"},DynamicMultiBox:{add:"New",titleForm:"Form configuration (non mandatory)",default:"Restore Default",noData:"There are currently no other attributes available"},Empty:{noData:"No Data",click:",Click to ",refresh:"refresh"},ExpressionInput:{header:"{path} · {count} items · ↑↓ select · Enter/Tab insert · Esc close"},FieldForm:{default:"Field validation error for ${label}",required:"${label} is required",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:"typeTemplate",types:{string:"typeTemplate",method:"typeTemplate",array:"typeTemplate",object:"typeTemplate",number:"typeTemplate",date:"typeTemplate",boolean:"typeTemplate",integer:"typeTemplate",float:"typeTemplate",regexp:"typeTemplate",email:"typeTemplate",url:"typeTemplate",hex:"typeTemplate"},string:"typeTemplate",number:"typeTemplate",array:"typeTemplate",pattern:{mismatch:"${label} does not match the pattern ${pattern}"},format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date",method:"typeTemplate",object:"typeTemplate",boolean:"typeTemplate",integer:"typeTemplate",float:"typeTemplate",regexp:"typeTemplate",email:"typeTemplate",url:"typeTemplate",hex:"typeTemplate",len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}",mismatch:"${label} does not match the pattern ${pattern}",colon:":"},FormItem:{choseFile:"Chose File",unEmpty:"{label} Cannot be empty",maxLength:"The maximum length cannot be exceeded {len}",minLength:"The minimum length cannot be exceeded {len}",unRule:"The parameter does not comply with the validation rule {rule}",minValue:"The minimum value is {val}",maxValue:"The maximum value is {val}"},InputCode:{retrievedAgain:"{second} seconds to retrieve again",reset:"resend",getCode:"Get Code",secondCountdown:"{second}s"},Modal:{cancel:"Cancel",ok:"Ok"},MultiBox:{add:"Newly Added"},OperateBtn:{more:"more"},Pagination:{total:"Total {total}",barPage:" / Page",prevPage:"Prev",nextPage:"Next",jumpTo:"Go to",page:" Page"},PopConfirm:{cancel:"Cancel",ok:"Ok"},Querying:{querying:"Data querying"},QuickReply:{back:"Back",add:"Add",edit:"Edit",sort:"Sort",del:"Delete",delTip:"After deletion, this reply will no longer be usable. Are you sure you want to delete it?",batchDel:"Batch Delete",quickReply:"Quick reply",confirm:"Confirm",cancel:"Cancel",pleaseEnter:"Please enter"},Select:{searchPlaceholder:"Please enter",more:"More"},Selector:{root:"root",selectAll:"Select all",seeMore:"See more",selected:"Selected",pleaseEnter:"Please enter",searchResult:"Search result",detail:"Details",child:"Level"},SelectorPicker:{selected:"Selected",select:"Please select",more:"More"},SingleBox:{add:"Newly Added"},Switch:{ing:"In Progress"},Table:{empty:"Clear",restoreDefault:"Restore Default",determine:"Confirm",serial:"Sort",loadMore:"Load more",refresh:"Refresh",selectNum:"Selected {num} items",selectAll:"Select All",dragSort:"Drag Sort",noHomePageEmpty:"There is no data on this page",returnPrevPage:"Return to previous page"},Tabs:{confirmDelete:"Are you sure delete?"},TextEditor:{pleaseEnter:"Please Enter"},Transfer:{left:"Left",right:"Right",allCheck:"Select All",inVertCheck:"Invert selection",searchPlaceholder:"Please enter",leftBtnTips:"Please check the content on the right first",rightBtnTips:"Please check the content on the left first"},Tree:{loadMore:"Load more",add:"Add",edit:"Edit",disabled:"Disabled",delete:"Delete"},Upload:{uploadError:"Upload error",uploading:"Uploading",clickUploadFile:"Click to upload file",dragFileUpload:"After downloading the template and completing the information, you can directly drag and drop the file here to upload it\\nSupported formats: XLS, XLSX",add:"Add",edit:"Edit",disabled:"Disabled",delete:"Delete",editImage:"Edit image"}};exports.default=e;
|
|
2
2
|
//# sourceMappingURL=en-US.js.map
|
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
Anchor: {
|
|
3
|
+
pleaseEnter: string;
|
|
4
|
+
};
|
|
5
|
+
Argv: {
|
|
6
|
+
environmentVariable: string;
|
|
7
|
+
pleaseEnterKey: string;
|
|
8
|
+
pleaseEnterValue: string;
|
|
9
|
+
add: string;
|
|
10
|
+
batchEdit: string;
|
|
11
|
+
ok: string;
|
|
12
|
+
formatErrorJson: string;
|
|
13
|
+
formatErrorArrayJson: string;
|
|
14
|
+
pleaseEnter: string;
|
|
15
|
+
pleaseSelect: string;
|
|
16
|
+
formatError: string;
|
|
17
|
+
required: string;
|
|
18
|
+
};
|
|
19
|
+
AutoButton: {
|
|
20
|
+
more: string;
|
|
21
|
+
};
|
|
22
|
+
Breadcrumbs: {
|
|
23
|
+
back: string;
|
|
24
|
+
};
|
|
25
|
+
Button: {
|
|
26
|
+
moreActions: string;
|
|
27
|
+
};
|
|
28
|
+
Card: {
|
|
29
|
+
more: string;
|
|
30
|
+
loadingMore: string;
|
|
31
|
+
};
|
|
32
|
+
Cascader: {
|
|
33
|
+
placeholder: string;
|
|
34
|
+
disableTilte: string;
|
|
35
|
+
};
|
|
36
|
+
CodeEditor: {
|
|
37
|
+
format: string;
|
|
38
|
+
pleaseEnter: string;
|
|
39
|
+
codeSnippet: string;
|
|
40
|
+
help: string;
|
|
41
|
+
};
|
|
42
|
+
ComboSelect: {
|
|
43
|
+
searchPlaceholder: string;
|
|
44
|
+
cancel: string;
|
|
45
|
+
ok: string;
|
|
46
|
+
fullPath: string;
|
|
47
|
+
pleaseSelect: string;
|
|
48
|
+
selected: string;
|
|
49
|
+
searching: string;
|
|
50
|
+
more: string;
|
|
51
|
+
};
|
|
52
|
+
CycleSelector: {
|
|
53
|
+
placeholder: string;
|
|
54
|
+
pleaseSelect: string;
|
|
55
|
+
week1: string;
|
|
56
|
+
week2: string;
|
|
57
|
+
week3: string;
|
|
58
|
+
week4: string;
|
|
59
|
+
week5: string;
|
|
60
|
+
week6: string;
|
|
61
|
+
week7: string;
|
|
62
|
+
every: string;
|
|
63
|
+
day: string;
|
|
64
|
+
week: string;
|
|
65
|
+
month: string;
|
|
66
|
+
year: string;
|
|
67
|
+
one: string;
|
|
68
|
+
two: string;
|
|
69
|
+
three: string;
|
|
70
|
+
four: string;
|
|
71
|
+
five: string;
|
|
72
|
+
six: string;
|
|
73
|
+
seven: string;
|
|
74
|
+
day1: string;
|
|
75
|
+
day2: string;
|
|
76
|
+
day3: string;
|
|
77
|
+
day4: string;
|
|
78
|
+
day5: string;
|
|
79
|
+
day6: string;
|
|
80
|
+
day7: string;
|
|
81
|
+
day8: string;
|
|
82
|
+
day9: string;
|
|
83
|
+
day10: string;
|
|
84
|
+
day11: string;
|
|
85
|
+
day12: string;
|
|
86
|
+
day13: string;
|
|
87
|
+
day14: string;
|
|
88
|
+
day15: string;
|
|
89
|
+
day16: string;
|
|
90
|
+
day17: string;
|
|
91
|
+
day18: string;
|
|
92
|
+
day19: string;
|
|
93
|
+
day20: string;
|
|
94
|
+
day21: string;
|
|
95
|
+
day22: string;
|
|
96
|
+
day23: string;
|
|
97
|
+
day24: string;
|
|
98
|
+
day25: string;
|
|
99
|
+
day26: string;
|
|
100
|
+
day27: string;
|
|
101
|
+
day28: string;
|
|
102
|
+
day29: string;
|
|
103
|
+
day30: string;
|
|
104
|
+
day31: string;
|
|
105
|
+
the1: string;
|
|
106
|
+
the2: string;
|
|
107
|
+
the3: string;
|
|
108
|
+
the4: string;
|
|
109
|
+
the5: string;
|
|
110
|
+
infiniteRepetition: string;
|
|
111
|
+
deadline: string;
|
|
112
|
+
limitNum: string;
|
|
113
|
+
noRepetition: string;
|
|
114
|
+
repeatEveryDay: string;
|
|
115
|
+
repeatEveryWeek: string;
|
|
116
|
+
repeatEveryMonth: string;
|
|
117
|
+
repeatEveryYear: string;
|
|
118
|
+
customRepetition: string;
|
|
119
|
+
th: string;
|
|
120
|
+
repetitionFrequency: string;
|
|
121
|
+
update: string;
|
|
122
|
+
text1: string;
|
|
123
|
+
text2: string;
|
|
124
|
+
text3: string;
|
|
125
|
+
weekTip: string;
|
|
126
|
+
endRepetition: string;
|
|
127
|
+
customCycle: string;
|
|
128
|
+
cancel: string;
|
|
129
|
+
confirm: string;
|
|
130
|
+
next: string;
|
|
131
|
+
monthDay: string;
|
|
132
|
+
};
|
|
133
|
+
DatePicker: {
|
|
134
|
+
lang: {
|
|
135
|
+
placeholder: string;
|
|
136
|
+
yearPlaceholder: string;
|
|
137
|
+
quarterPlaceholder: string;
|
|
138
|
+
monthPlaceholder: string;
|
|
139
|
+
weekPlaceholder: string;
|
|
140
|
+
rangePlaceholder: string;
|
|
141
|
+
rangeYearPlaceholder: string;
|
|
142
|
+
rangeMonthPlaceholder: string;
|
|
143
|
+
rangeWeekPlaceholder: string;
|
|
144
|
+
today: string;
|
|
145
|
+
now: string;
|
|
146
|
+
ok: string;
|
|
147
|
+
};
|
|
148
|
+
timePickerLocale: {};
|
|
149
|
+
placeholder: string;
|
|
150
|
+
yearPlaceholder: string;
|
|
151
|
+
quarterPlaceholder: string;
|
|
152
|
+
monthPlaceholder: string;
|
|
153
|
+
weekPlaceholder: string;
|
|
154
|
+
rangePlaceholder: string;
|
|
155
|
+
rangeYearPlaceholder: string;
|
|
156
|
+
rangeMonthPlaceholder: string;
|
|
157
|
+
rangeWeekPlaceholder: string;
|
|
158
|
+
today: string;
|
|
159
|
+
now: string;
|
|
160
|
+
ok: string;
|
|
161
|
+
};
|
|
162
|
+
Descriptions: {
|
|
163
|
+
expandAll: string;
|
|
164
|
+
retractAll: string;
|
|
165
|
+
};
|
|
166
|
+
Desktop: {
|
|
167
|
+
createDir: string;
|
|
168
|
+
save: string;
|
|
169
|
+
outDir: string;
|
|
170
|
+
};
|
|
171
|
+
DragVerify: {
|
|
172
|
+
tryAgain: string;
|
|
173
|
+
swipe: string;
|
|
174
|
+
};
|
|
175
|
+
Drawer: {
|
|
176
|
+
cancel: string;
|
|
177
|
+
ok: string;
|
|
178
|
+
};
|
|
179
|
+
DynamicMultiBox: {
|
|
180
|
+
add: string;
|
|
181
|
+
titleForm: string;
|
|
182
|
+
default: string;
|
|
183
|
+
noData: string;
|
|
184
|
+
};
|
|
185
|
+
Empty: {
|
|
186
|
+
noData: string;
|
|
187
|
+
click: string;
|
|
188
|
+
refresh: string;
|
|
189
|
+
};
|
|
190
|
+
FieldForm: {
|
|
191
|
+
default: string;
|
|
192
|
+
required: string;
|
|
193
|
+
enum: string;
|
|
194
|
+
whitespace: string;
|
|
195
|
+
date: string;
|
|
196
|
+
types: {
|
|
197
|
+
string: string;
|
|
198
|
+
method: string;
|
|
199
|
+
array: string;
|
|
200
|
+
object: string;
|
|
201
|
+
number: string;
|
|
202
|
+
date: string;
|
|
203
|
+
boolean: string;
|
|
204
|
+
integer: string;
|
|
205
|
+
float: string;
|
|
206
|
+
regexp: string;
|
|
207
|
+
email: string;
|
|
208
|
+
url: string;
|
|
209
|
+
hex: string;
|
|
210
|
+
};
|
|
211
|
+
string: string;
|
|
212
|
+
number: string;
|
|
213
|
+
array: string;
|
|
214
|
+
pattern: {
|
|
215
|
+
mismatch: string;
|
|
216
|
+
};
|
|
217
|
+
format: string;
|
|
218
|
+
parse: string;
|
|
219
|
+
invalid: string;
|
|
220
|
+
method: string;
|
|
221
|
+
object: string;
|
|
222
|
+
boolean: string;
|
|
223
|
+
integer: string;
|
|
224
|
+
float: string;
|
|
225
|
+
regexp: string;
|
|
226
|
+
email: string;
|
|
227
|
+
url: string;
|
|
228
|
+
hex: string;
|
|
229
|
+
len: string;
|
|
230
|
+
min: string;
|
|
231
|
+
max: string;
|
|
232
|
+
range: string;
|
|
233
|
+
mismatch: string;
|
|
234
|
+
colon: string;
|
|
235
|
+
};
|
|
236
|
+
FormItem: {
|
|
237
|
+
choseFile: string;
|
|
238
|
+
unEmpty: string;
|
|
239
|
+
maxLength: string;
|
|
240
|
+
minLength: string;
|
|
241
|
+
unRule: string;
|
|
242
|
+
minValue: string;
|
|
243
|
+
maxValue: string;
|
|
244
|
+
};
|
|
245
|
+
InputCode: {
|
|
246
|
+
retrievedAgain: string;
|
|
247
|
+
reset: string;
|
|
248
|
+
getCode: string;
|
|
249
|
+
secondCountdown: string;
|
|
250
|
+
};
|
|
251
|
+
Modal: {
|
|
252
|
+
cancel: string;
|
|
253
|
+
ok: string;
|
|
254
|
+
};
|
|
255
|
+
MultiBox: {
|
|
256
|
+
add: string;
|
|
257
|
+
};
|
|
258
|
+
OperateBtn: {
|
|
259
|
+
more: string;
|
|
260
|
+
};
|
|
261
|
+
Pagination: {
|
|
262
|
+
total: string;
|
|
263
|
+
barPage: string;
|
|
264
|
+
prevPage: string;
|
|
265
|
+
nextPage: string;
|
|
266
|
+
jumpTo: string;
|
|
267
|
+
page: string;
|
|
268
|
+
};
|
|
269
|
+
PopConfirm: {
|
|
270
|
+
cancel: string;
|
|
271
|
+
ok: string;
|
|
272
|
+
};
|
|
273
|
+
Querying: {
|
|
274
|
+
querying: string;
|
|
275
|
+
};
|
|
276
|
+
QuickReply: {
|
|
277
|
+
back: string;
|
|
278
|
+
add: string;
|
|
279
|
+
edit: string;
|
|
280
|
+
sort: string;
|
|
281
|
+
del: string;
|
|
282
|
+
delTip: string;
|
|
283
|
+
batchDel: string;
|
|
284
|
+
quickReply: string;
|
|
285
|
+
confirm: string;
|
|
286
|
+
cancel: string;
|
|
287
|
+
pleaseEnter: string;
|
|
288
|
+
};
|
|
289
|
+
Select: {
|
|
290
|
+
searchPlaceholder: string;
|
|
291
|
+
more: string;
|
|
292
|
+
};
|
|
293
|
+
Selector: {
|
|
294
|
+
root: string;
|
|
295
|
+
selectAll: string;
|
|
296
|
+
seeMore: string;
|
|
297
|
+
selected: string;
|
|
298
|
+
pleaseEnter: string;
|
|
299
|
+
searchResult: string;
|
|
300
|
+
detail: string;
|
|
301
|
+
child: string;
|
|
302
|
+
};
|
|
303
|
+
SelectorPicker: {
|
|
304
|
+
selected: string;
|
|
305
|
+
select: string;
|
|
306
|
+
more: string;
|
|
307
|
+
};
|
|
308
|
+
SingleBox: {
|
|
309
|
+
add: string;
|
|
310
|
+
};
|
|
311
|
+
Switch: {
|
|
312
|
+
ing: string;
|
|
313
|
+
};
|
|
314
|
+
Table: {
|
|
315
|
+
empty: string;
|
|
316
|
+
restoreDefault: string;
|
|
317
|
+
determine: string;
|
|
318
|
+
serial: string;
|
|
319
|
+
loadMore: string;
|
|
320
|
+
refresh: string;
|
|
321
|
+
selectNum: string;
|
|
322
|
+
selectAll: string;
|
|
323
|
+
dragSort: string;
|
|
324
|
+
noHomePageEmpty: string;
|
|
325
|
+
returnPrevPage: string;
|
|
326
|
+
};
|
|
327
|
+
Tabs: {
|
|
328
|
+
confirmDelete: string;
|
|
329
|
+
};
|
|
330
|
+
TextEditor: {
|
|
331
|
+
pleaseEnter: string;
|
|
332
|
+
};
|
|
333
|
+
Transfer: {
|
|
334
|
+
left: string;
|
|
335
|
+
right: string;
|
|
336
|
+
allCheck: string;
|
|
337
|
+
inVertCheck: string;
|
|
338
|
+
searchPlaceholder: string;
|
|
339
|
+
leftBtnTips: string;
|
|
340
|
+
rightBtnTips: string;
|
|
341
|
+
};
|
|
342
|
+
Tree: {
|
|
343
|
+
loadMore: string;
|
|
344
|
+
add: string;
|
|
345
|
+
edit: string;
|
|
346
|
+
disabled: string;
|
|
347
|
+
delete: string;
|
|
348
|
+
};
|
|
349
|
+
Upload: {
|
|
350
|
+
uploadError: string;
|
|
351
|
+
uploading: string;
|
|
352
|
+
clickUploadFile: string;
|
|
353
|
+
dragFileUpload: string;
|
|
354
|
+
add: string;
|
|
355
|
+
edit: string;
|
|
356
|
+
disabled: string;
|
|
357
|
+
delete: string;
|
|
358
|
+
editImage: string;
|
|
359
|
+
};
|
|
360
|
+
};
|
|
361
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={Anchor:{pleaseEnter:"Please enter"},Argv:{environmentVariable:"Environment Variable",pleaseEnterKey:"Please enter key",pleaseEnterValue:"Please enter value",add:"Add",batchEdit:"Batch Edit",ok:"OK",formatErrorJson:"Format error, please enter valid JSON",formatErrorArrayJson:"Format error, please enter a valid JSON array",pleaseEnter:"Please enter",pleaseSelect:"Please select",formatError:"Format error",required:"Required, cannot be empty"},AutoButton:{more:"More"},Breadcrumbs:{back:"Back"},Button:{moreActions:"More actions"},Card:{more:"Mouse scrolling to load more data",loadingMore:"Loading..."},Cascader:{placeholder:"Please Choose",disableTilte:"Disable"},CodeEditor:{format:"format",pleaseEnter:"Please enter",codeSnippet:"code snippet",help:"help"},ComboSelect:{searchPlaceholder:"Please enter",cancel:"Cancel",ok:"Ok",fullPath:"Full path",pleaseSelect:"Please select",selected:"selected",searching:"Searching",more:"More"},CycleSelector:{placeholder:"Please select",pleaseSelect:"Please select",week1:"Monday",week2:"Tuesday",week3:"Wednesday",week4:"Thursday",week5:"Friday",week6:"Saturday",week7:"Sunday",every:"Every ",day:"Day",week:"Week",month:"Month",year:"Year",one:"One",two:"Two",three:"Three",four:"Four",five:"Five",six:"Six",seven:"Seven",day1:"Day 1",day2:"Day 2",day3:"Day 3",day4:"Day 4",day5:"Day 5",day6:"Day 6",day7:"Day 7",day8:"Day 8",day9:"Day 9",day10:"Day 10",day11:"Day 11",day12:"Day 12",day13:"Day 13",day14:"Day 14",day15:"Day 15",day16:"Day 16",day17:"Day 17",day18:"Day 18",day19:"Day 19",day20:"Day 20",day21:"Day 21",day22:"Day 22",day23:"Day 23",day24:"Day 24",day25:"Day 25",day26:"Day 26",day27:"Day 27",day28:"Day 28",day29:"Day 29",day30:"Day 30",day31:"Day 31",the1:"The first ",the2:"The 2nd ",the3:"The 3rd ",the4:"The 4th ",the5:"The 5th ",infiniteRepetition:"Infinite repetition",deadline:"Deadline",limitNum:"Limited number of times",noRepetition:"No repetition",repeatEveryDay:"Repeat every day",repeatEveryWeek:"Repeat every week",repeatEveryMonth:"Repeat every month",repeatEveryYear:"Repeat every year",customRepetition:"Custom repetition",th:"th",repetitionFrequency:"Repetition frequency",update:"update",text1:"{every} {time}",text2:", Terminate duplication after detecting {limitNum} times",text3:", End time: {date}",weekTip:"The current schedule time is {week}",endRepetition:"End repetition",customCycle:"Custom cycle",cancel:"Cancel",confirm:"Confirm",next:"Next",monthDay:"`{month}th{day}st`"},DatePicker:{lang:{placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:"[Start date, End date]",rangeYearPlaceholder:"[Start year, End year]",rangeMonthPlaceholder:"[Start month, End month]",rangeWeekPlaceholder:"[Start week, End week]",today:"Today",now:"Now",ok:"Ok"},timePickerLocale:{},placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:"[Start date, End date]",rangeYearPlaceholder:"[Start year, End year]",rangeMonthPlaceholder:"[Start month, End month]",rangeWeekPlaceholder:"[Start week, End week]",today:"Today",now:"Now",ok:"Ok"},Descriptions:{expandAll:"Expand All",retractAll:"Shrink All"},Desktop:{createDir:"Create Folder",save:"Save",outDir:"Move out of folder"},DragVerify:{tryAgain:"Try again",swipe:"Swipe right to fill puzzle"},Drawer:{cancel:"Cancel",ok:"Ok"},DynamicMultiBox:{add:"New",titleForm:"Form configuration (non mandatory)",default:"Restore Default",noData:"There are currently no other attributes available"},Empty:{noData:"No Data",click:",Click to ",refresh:"refresh"},FieldForm:{default:"Field validation error for ${label}",required:"${label} is required",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:"typeTemplate",types:{string:"typeTemplate",method:"typeTemplate",array:"typeTemplate",object:"typeTemplate",number:"typeTemplate",date:"typeTemplate",boolean:"typeTemplate",integer:"typeTemplate",float:"typeTemplate",regexp:"typeTemplate",email:"typeTemplate",url:"typeTemplate",hex:"typeTemplate"},string:"typeTemplate",number:"typeTemplate",array:"typeTemplate",pattern:{mismatch:"${label} does not match the pattern ${pattern}"},format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date",method:"typeTemplate",object:"typeTemplate",boolean:"typeTemplate",integer:"typeTemplate",float:"typeTemplate",regexp:"typeTemplate",email:"typeTemplate",url:"typeTemplate",hex:"typeTemplate",len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}",mismatch:"${label} does not match the pattern ${pattern}",colon:":"},FormItem:{choseFile:"Chose File",unEmpty:"{label} Cannot be empty",maxLength:"The maximum length cannot be exceeded {len}",minLength:"The minimum length cannot be exceeded {len}",unRule:"The parameter does not comply with the validation rule {rule}",minValue:"The minimum value is {val}",maxValue:"The maximum value is {val}"},InputCode:{retrievedAgain:"{second} seconds to retrieve again",reset:"resend",getCode:"Get Code",secondCountdown:"{second}s"},Modal:{cancel:"Cancel",ok:"Ok"},MultiBox:{add:"Newly Added"},OperateBtn:{more:"more"},Pagination:{total:"Total {total}",barPage:" / Page",prevPage:"Prev",nextPage:"Next",jumpTo:"Go to",page:" Page"},PopConfirm:{cancel:"Cancel",ok:"Ok"},Querying:{querying:"Data querying"},QuickReply:{back:"Back",add:"Add",edit:"Edit",sort:"Sort",del:"Delete",delTip:"After deletion, this reply will no longer be usable. Are you sure you want to delete it?",batchDel:"Batch Delete",quickReply:"Quick reply",confirm:"Confirm",cancel:"Cancel",pleaseEnter:"Please enter"},Select:{searchPlaceholder:"Please enter",more:"More"},Selector:{root:"root",selectAll:"Select all",seeMore:"See more",selected:"Selected",pleaseEnter:"Please enter",searchResult:"Search result",detail:"Details",child:"Level"},SelectorPicker:{selected:"Selected",select:"Please select",more:"More"},SingleBox:{add:"Newly Added"},Switch:{ing:"In Progress"},Table:{empty:"Clear",restoreDefault:"Restore Default",determine:"Confirm",serial:"Sort",loadMore:"Load more",refresh:"Refresh",selectNum:"Selected {num} items",selectAll:"Select All",dragSort:"Drag Sort",noHomePageEmpty:"There is no data on this page",returnPrevPage:"Return to previous page"},Tabs:{confirmDelete:"Are you sure delete?"},TextEditor:{pleaseEnter:"Please Enter"},Transfer:{left:"Left",right:"Right",allCheck:"Select All",inVertCheck:"Invert selection",searchPlaceholder:"Please enter",leftBtnTips:"Please check the content on the right first",rightBtnTips:"Please check the content on the left first"},Tree:{loadMore:"Load more",add:"Add",edit:"Edit",disabled:"Disabled",delete:"Delete"},Upload:{uploadError:"Upload error",uploading:"Uploading",clickUploadFile:"Click to upload file",dragFileUpload:"After downloading the template and completing the information, you can directly drag and drop the file here to upload it\\nSupported formats: XLS, XLSX",add:"Add",edit:"Edit",disabled:"Disabled",delete:"Delete",editImage:"Edit image"}};exports.default=e;
|
|
2
|
+
//# sourceMappingURL=en_US.js.map
|