@farris/ui-vue 1.0.0-beta.6 → 1.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/accordion/index.esm.js +318 -56
- package/accordion/index.umd.js +1 -1
- package/accordion/package.json +2 -2
- package/avatar/package.json +2 -2
- package/button/index.esm.js +64 -58
- package/button/index.umd.js +1 -1
- package/button/package.json +2 -2
- package/button-edit/index.esm.js +1075 -221
- package/button-edit/index.umd.js +1 -1
- package/button-edit/package.json +2 -2
- package/button-edit/style.css +1 -0
- package/calculator/index.esm.js +315 -0
- package/calculator/index.umd.js +1 -0
- package/calculator/package.json +8 -0
- package/calculator/style.css +1 -0
- package/calendar/index.esm.js +778 -0
- package/calendar/index.umd.js +1 -0
- package/calendar/package.json +8 -0
- package/calendar/style.css +1 -0
- package/capsule/index.esm.js +130 -0
- package/capsule/index.umd.js +1 -0
- package/capsule/package.json +8 -0
- package/capsule/style.css +1 -0
- package/checkbox/index.esm.js +192 -75
- package/checkbox/index.umd.js +1 -1
- package/checkbox/package.json +2 -2
- package/color-picker/index.esm.js +1551 -0
- package/color-picker/index.umd.js +16 -0
- package/color-picker/package.json +8 -0
- package/color-picker/style.css +1 -0
- package/combo-list/index.esm.js +2076 -434
- package/combo-list/index.umd.js +1 -1
- package/combo-list/package.json +2 -2
- package/combo-list/style.css +1 -0
- package/component/index.esm.js +176 -0
- package/component/index.umd.js +1 -0
- package/component/package.json +8 -0
- package/condition/index.esm.js +13562 -0
- package/condition/index.umd.js +1 -0
- package/condition/package.json +8 -0
- package/condition/style.css +1 -0
- package/content-container/index.esm.js +242 -0
- package/content-container/index.umd.js +1 -0
- package/content-container/package.json +8 -0
- package/data-grid/index.esm.js +13293 -1204
- package/data-grid/index.umd.js +1 -1
- package/data-grid/package.json +2 -2
- package/data-grid/style.css +1 -1
- package/date-picker/index.esm.js +2079 -1057
- package/date-picker/index.umd.js +1 -1
- package/date-picker/package.json +2 -2
- package/date-picker/style.css +1 -1
- package/designer-canvas/index.esm.js +15232 -0
- package/designer-canvas/index.umd.js +1 -0
- package/designer-canvas/package.json +8 -0
- package/designer-canvas/style.css +1 -0
- package/discussion-editor/index.esm.js +3559 -0
- package/discussion-editor/index.umd.js +16 -0
- package/discussion-editor/package.json +8 -0
- package/discussion-editor/style.css +1 -0
- package/discussion-list/index.esm.js +111 -0
- package/discussion-list/index.umd.js +1 -0
- package/discussion-list/package.json +8 -0
- package/discussion-list/style.css +1 -0
- package/dropdown/index.esm.js +214 -0
- package/dropdown/index.umd.js +1 -0
- package/dropdown/package.json +8 -0
- package/dropdown/style.css +1 -0
- package/dynamic-form/index.esm.js +13560 -0
- package/dynamic-form/index.umd.js +1 -0
- package/dynamic-form/package.json +8 -0
- package/dynamic-form/style.css +1 -0
- package/dynamic-resolver/index.esm.js +41 -0
- package/dynamic-resolver/index.umd.js +1 -0
- package/dynamic-resolver/package.json +8 -0
- package/dynamic-view/index.esm.js +13600 -0
- package/dynamic-view/index.umd.js +1 -0
- package/dynamic-view/package.json +8 -0
- package/dynamic-view/style.css +1 -0
- package/farris.all.esm.js +25009 -5886
- package/farris.all.umd.js +24 -1
- package/filter-bar/index.esm.js +549 -0
- package/filter-bar/index.umd.js +1 -0
- package/filter-bar/package.json +8 -0
- package/filter-bar/style.css +1 -0
- package/image-cropper/index.esm.js +720 -0
- package/image-cropper/index.umd.js +1 -0
- package/image-cropper/package.json +8 -0
- package/image-cropper/style.css +1 -0
- package/input-group/index.esm.js +549 -0
- package/input-group/index.umd.js +1 -0
- package/input-group/package.json +8 -0
- package/input-group/style.css +1 -0
- package/list-nav/index.esm.js +61 -0
- package/list-nav/index.umd.js +1 -0
- package/list-nav/package.json +8 -0
- package/list-nav/style.css +1 -0
- package/list-view/index.esm.js +516 -124
- package/list-view/index.umd.js +1 -1
- package/list-view/package.json +2 -2
- package/list-view/style.css +1 -1
- package/loading/index.esm.js +124 -0
- package/loading/index.umd.js +8 -0
- package/loading/package.json +8 -0
- package/loading/style.css +1 -0
- package/locale/index.esm.js +1868 -0
- package/locale/index.umd.js +1 -0
- package/locale/package.json +8 -0
- package/message-box/index.esm.js +408 -335
- package/message-box/index.umd.js +1 -1
- package/message-box/package.json +2 -2
- package/message-box/style.css +1 -0
- package/modal/index.esm.js +137 -90
- package/modal/index.umd.js +1 -1
- package/modal/package.json +2 -2
- package/modal/style.css +1 -0
- package/nav/index.esm.js +456 -0
- package/nav/index.umd.js +16 -0
- package/nav/package.json +8 -0
- package/nav/style.css +1 -0
- package/notify/package.json +2 -2
- package/order/index.esm.js +2270 -0
- package/order/index.umd.js +1 -0
- package/order/package.json +8 -0
- package/order/style.css +1 -0
- package/package.json +6 -4
- package/page-footer/index.esm.js +94 -0
- package/page-footer/index.umd.js +1 -0
- package/page-footer/package.json +8 -0
- package/page-header/index.esm.js +230 -0
- package/page-header/index.umd.js +1 -0
- package/page-header/package.json +8 -0
- package/pagination/index.esm.js +147 -141
- package/pagination/index.umd.js +1 -1
- package/pagination/package.json +2 -2
- package/popover/index.esm.js +194 -59
- package/popover/index.umd.js +1 -1
- package/popover/package.json +2 -2
- package/popover/style.css +1 -1
- package/propress/index.esm.js +108 -0
- package/propress/index.umd.js +1 -0
- package/propress/package.json +8 -0
- package/propress/style.css +1 -0
- package/radio-group/index.esm.js +174 -59
- package/radio-group/index.umd.js +1 -1
- package/radio-group/package.json +2 -2
- package/rate/index.esm.js +168 -0
- package/rate/index.umd.js +1 -0
- package/rate/package.json +8 -0
- package/rate/style.css +1 -0
- package/response-toolbar/index.esm.js +433 -0
- package/response-toolbar/index.umd.js +1 -0
- package/response-toolbar/package.json +8 -0
- package/search-box/index.esm.js +208 -0
- package/search-box/index.umd.js +1 -0
- package/search-box/package.json +8 -0
- package/search-box/style.css +1 -0
- package/section/index.esm.js +341 -45
- package/section/index.umd.js +1 -1
- package/section/package.json +2 -2
- package/section/style.css +1 -0
- package/splitter/index.esm.js +491 -0
- package/splitter/index.umd.js +1 -0
- package/splitter/package.json +8 -0
- package/splitter/style.css +1 -0
- package/step/index.esm.js +117 -0
- package/step/index.umd.js +1 -0
- package/step/package.json +8 -0
- package/step/style.css +1 -0
- package/style.css +3 -3
- package/switch/index.esm.js +156 -40
- package/switch/index.umd.js +1 -1
- package/switch/package.json +2 -2
- package/switch/style.css +1 -0
- package/tabs/index.esm.js +1563 -311
- package/tabs/index.umd.js +1 -1
- package/tabs/package.json +2 -2
- package/tabs/style.css +1 -1
- package/tags/index.esm.js +287 -0
- package/tags/index.umd.js +1 -0
- package/tags/package.json +8 -0
- package/tags/style.css +1 -0
- package/text/package.json +2 -2
- package/time-picker/index.esm.js +1465 -0
- package/time-picker/index.umd.js +1 -0
- package/time-picker/package.json +8 -0
- package/time-picker/style.css +1 -0
- package/tooltip/package.json +2 -2
- package/transfer/index.esm.js +642 -0
- package/transfer/index.umd.js +1 -0
- package/transfer/package.json +8 -0
- package/transfer/style.css +1 -0
- package/tree-view/index.esm.js +701 -0
- package/tree-view/index.umd.js +1 -0
- package/tree-view/package.json +8 -0
- package/tree-view/style.css +1 -0
- package/types/accordion/index.d.ts +2 -0
- package/types/accordion/src/accordion.component.d.ts +2 -68
- package/types/accordion/src/accordion.props.d.ts +2 -33
- package/types/accordion/src/components/accordion-item.component.d.ts +2 -36
- package/types/accordion/src/components/accordion-item.props.d.ts +2 -17
- package/types/accordion/src/designer/accordion-item.design.component.d.ts +6 -0
- package/types/accordion/src/designer/accordion.design.component.d.ts +6 -0
- package/types/accordion/src/schema/schema-mapper.d.ts +2 -0
- package/types/button/src/button-group.component.d.ts +1 -1
- package/types/button/src/button.component.d.ts +7 -1
- package/types/button/src/button.props.d.ts +6 -0
- package/types/button-edit/index.d.ts +2 -0
- package/types/button-edit/src/button-edit.component.d.ts +2 -137
- package/types/button-edit/src/button-edit.props.d.ts +5 -119
- package/types/button-edit/src/components/button-group.component.d.ts +3 -0
- package/types/button-edit/src/components/popup-container.component.d.ts +4 -0
- package/types/button-edit/src/components/text-edit.component.d.ts +4 -0
- package/types/button-edit/src/composition/types.d.ts +15 -1
- package/types/button-edit/src/composition/use-button.d.ts +2 -2
- package/types/button-edit/src/composition/use-clear.d.ts +2 -2
- package/types/button-edit/src/composition/use-popup.d.ts +4 -0
- package/types/button-edit/src/composition/use-text-box.d.ts +2 -2
- package/types/button-edit/src/schema/schema-mapper.d.ts +2 -0
- package/types/{data-grid/src/composition/use-fit-column.d.ts → calculator/index.d.ts} +8 -5
- package/types/{combo-list/src/components/options.component.d.ts → calculator/src/calculator.component.d.ts} +2 -6
- package/types/calculator/src/calculator.props.d.ts +23 -0
- package/types/calculator/src/composition/use-calculator.d.ts +26 -0
- package/types/calendar/index.d.ts +21 -0
- package/types/calendar/src/calendar.props.d.ts +26 -0
- package/types/calendar/src/components/day/day-view.props.d.ts +34 -0
- package/types/calendar/src/components/header/header.props.d.ts +24 -0
- package/types/calendar/src/components/month/month-view.props.d.ts +69 -0
- package/types/calendar/src/components/week/week-view.component.d.ts +106 -0
- package/types/calendar/src/components/week/week-view.props.d.ts +51 -0
- package/types/calendar/src/composition/types.d.ts +57 -0
- package/types/calendar/src/composition/use-calendar.d.ts +2 -0
- package/types/calendar/src/composition/use-compare.d.ts +2 -0
- package/types/calendar/src/composition/use-date.d.ts +2 -0
- package/types/calendar/src/composition/use-event.d.ts +30 -0
- package/types/calendar/src/composition/use-month.d.ts +2 -0
- package/types/calendar/src/types/calendar.d.ts +13 -0
- package/types/calendar/src/types/common.d.ts +32 -0
- package/types/calendar/src/types/month-view.d.ts +23 -0
- package/types/calendar/src/types/month.d.ts +20 -0
- package/types/calendar/src/types/schedule.d.ts +35 -0
- package/types/capsule/index.d.ts +8 -0
- package/types/capsule/src/capsule.props.d.ts +67 -0
- package/types/checkbox/index.d.ts +1 -0
- package/types/checkbox/src/checkbox-group.component.d.ts +2 -146
- package/types/checkbox/src/checkbox-group.props.d.ts +2 -106
- package/types/checkbox/src/composition/types.d.ts +3 -3
- package/types/checkbox/src/schema/schema-mapper.d.ts +2 -0
- package/types/{combo-list/src/composition → color-picker}/index.d.ts +7 -3
- package/types/color-picker/src/color-picker.props.d.ts +62 -0
- package/types/color-picker/src/composition/class/base-color.class.d.ts +3 -0
- package/types/color-picker/src/composition/class/cmyk.class.d.ts +21 -0
- package/types/color-picker/src/composition/class/colors-table.class.d.ts +154 -0
- package/types/color-picker/src/composition/class/control.class.d.ts +47 -0
- package/types/color-picker/src/composition/class/helper.functions.d.ts +4 -0
- package/types/color-picker/src/composition/class/hsla.class.d.ts +21 -0
- package/types/color-picker/src/composition/class/hsva.class.d.ts +21 -0
- package/types/color-picker/src/composition/class/rgba.class.d.ts +21 -0
- package/types/{list-view/src/components/list-view-checkbox.component.d.ts → color-picker/src/composition/component/alpha.d.ts} +17 -17
- package/types/color-picker/src/composition/component/hue.d.ts +40 -0
- package/types/color-picker/src/composition/component/preset.d.ts +43 -0
- package/types/color-picker/src/composition/component/props/alpha.props.d.ts +16 -0
- package/types/color-picker/src/composition/component/props/hue.props.d.ts +19 -0
- package/types/color-picker/src/composition/component/props/preset.props.d.ts +20 -0
- package/types/color-picker/src/composition/component/props/sv-panel.props.d.ts +20 -0
- package/types/color-picker/src/composition/component/sv-panel.d.ts +43 -0
- package/types/combo-list/index.d.ts +2 -2
- package/types/combo-list/src/combo-list.props.d.ts +32 -263
- package/types/combo-list/src/components/list-container.props.d.ts +54 -0
- package/types/combo-list/src/composition/types.d.ts +10 -0
- package/types/combo-list/src/composition/use-data-source.d.ts +3 -0
- package/types/combo-list/src/designer/combo-list.design.component.d.ts +6 -0
- package/types/combo-list/src/schema/schema-mapper.d.ts +2 -0
- package/types/component/index.d.ts +26 -0
- package/types/component/src/component.props.d.ts +4 -0
- package/types/component/src/designer/types.d.ts +10 -0
- package/types/component/src/designer/use-designer-rules.d.ts +2 -0
- package/types/component/src/schema/schema-mapper.d.ts +2 -0
- package/types/{date-picker → condition}/index.d.ts +4 -8
- package/types/condition/src/composition/condition-value/checkbox-value.d.ts +13 -0
- package/types/condition/src/composition/condition-value/combo-lookup-value.d.ts +19 -0
- package/types/condition/src/composition/condition-value/date-picker-value.d.ts +25 -0
- package/types/condition/src/composition/condition-value/date-range-value.d.ts +18 -0
- package/types/condition/src/composition/condition-value/datetime-picker-value.d.ts +13 -0
- package/types/condition/src/composition/condition-value/dropdown-value.d.ts +18 -0
- package/types/condition/src/composition/condition-value/input-group-value.d.ts +21 -0
- package/types/condition/src/composition/condition-value/lookup-value.d.ts +21 -0
- package/types/condition/src/composition/condition-value/month-picker-value.d.ts +15 -0
- package/types/condition/src/composition/condition-value/month-range-value.d.ts +18 -0
- package/types/condition/src/composition/condition-value/number-range-value.d.ts +21 -0
- package/types/condition/src/composition/condition-value/number-spinner-value.d.ts +13 -0
- package/types/condition/src/composition/condition-value/radio-group-value.d.ts +13 -0
- package/types/condition/src/composition/condition-value/text-value.d.ts +13 -0
- package/types/condition/src/composition/condition-value/types.d.ts +9 -0
- package/types/condition/src/composition/types.d.ts +41 -0
- package/types/condition/src/composition/use-compare.d.ts +40 -0
- package/types/condition/src/composition/use-condition-value.d.ts +2 -0
- package/types/condition/src/composition/use-condition.d.ts +2 -0
- package/types/condition/src/composition/use-field-config.d.ts +4 -0
- package/types/condition/src/composition/use-selection.d.ts +4 -0
- package/types/condition/src/condition.props.d.ts +58 -0
- package/types/condition/src/types.d.ts +144 -0
- package/types/{number-spinner/src/composition/use-data.d.ts → content-container/index.d.ts} +11 -4
- package/types/content-container/src/content-container.props.d.ts +4 -0
- package/types/content-container/src/designer/use-designer-rules.d.ts +3 -0
- package/types/content-container/src/schema/schema-mapper.d.ts +2 -0
- package/types/data-grid/index.d.ts +3 -0
- package/types/data-grid/src/components/data/data-area.component.d.ts +1 -1
- package/types/data-grid/src/components/editors/commands.component.d.ts +18 -0
- package/types/data-grid/src/components/editors/date-picker.component.d.ts +3 -2
- package/types/data-grid/src/components/editors/text-area-editor.component.d.ts +3 -2
- package/types/data-grid/src/components/editors/text-editor.component.d.ts +3 -2
- package/types/data-grid/src/components/filter/boolean-filter-editor.component.d.ts +2 -0
- package/types/data-grid/src/components/filter/column-filter-container.component.d.ts +19 -0
- package/types/data-grid/src/components/filter/date-filter-editor.component.d.ts +2 -0
- package/types/data-grid/src/components/filter/enum-filter-editor.component.d.ts +3 -0
- package/types/data-grid/src/components/filter/list-filter-editor.component.d.ts +2 -0
- package/types/data-grid/src/components/filter/numeric-filter-editor.component.d.ts +2 -0
- package/types/data-grid/src/components/filter/text-filter-editor.component.d.ts +3 -0
- package/types/data-grid/src/components/group-panel/group-panel.component.d.ts +5 -0
- package/types/data-grid/src/components/header/data-grid-header-handler.component.d.ts +21 -0
- package/types/data-grid/src/components/header/data-grid-header.component.d.ts +2 -2
- package/types/data-grid/src/components/pagination/data-grid-pagination.component.d.ts +3 -3
- package/types/data-grid/src/components/scrollbar/horizontal-scrollbar.component.d.ts +1 -1
- package/types/data-grid/src/components/scrollbar/vertical-scrollbar.component.d.ts +1 -1
- package/types/data-grid/src/components/settings/data-grid-settings-icon.component.d.ts +21 -0
- package/types/data-grid/src/components/summary/data-grid-summary.component.d.ts +1 -1
- package/types/data-grid/src/composition/types.d.ts +137 -11
- package/types/data-grid/src/composition/use-column-filter.d.ts +3 -0
- package/types/data-grid/src/composition/use-column.d.ts +3 -0
- package/types/data-grid/src/composition/use-command-column.d.ts +3 -0
- package/types/data-grid/src/composition/use-data-view.d.ts +13 -3
- package/types/data-grid/src/composition/use-drag-column.d.ts +4 -0
- package/types/data-grid/src/composition/use-filter-history.d.ts +2 -0
- package/types/data-grid/src/composition/use-row.d.ts +18 -2
- package/types/data-grid/src/composition/use-selection.d.ts +3 -0
- package/types/data-grid/src/composition/use-sort.d.ts +3 -0
- package/types/data-grid/src/composition/use-virtual-scroll.d.ts +1 -1
- package/types/data-grid/src/composition/use-visual-data-bound.d.ts +2 -0
- package/types/data-grid/src/composition/use-visual-data-cell.d.ts +3 -0
- package/types/data-grid/src/composition/use-visual-data-row.d.ts +3 -0
- package/types/data-grid/src/composition/use-visual-data.d.ts +2 -2
- package/types/data-grid/src/composition/use-visual-summary-row.d.ts +3 -0
- package/types/data-grid/src/data-grid.props.d.ts +23 -161
- package/types/data-grid/src/schema/schema-mapper.d.ts +2 -0
- package/types/date-picker/src/components/calendar/calendar.component.d.ts +4 -4
- package/types/date-picker/src/components/calendar-navbar/calendar-navbar.component.d.ts +2 -2
- package/types/date-picker/src/components/date-picker-container/date-picker-container.component.d.ts +11 -11
- package/types/date-picker/src/components/month/month.component.d.ts +3 -3
- package/types/date-picker/src/components/year/year.component.d.ts +2 -2
- package/types/date-picker/src/date-picker.component.d.ts +2 -332
- package/types/date-picker/src/date-picker.props.d.ts +2 -151
- package/types/date-picker/src/designer/date-picker.design.component.d.ts +6 -0
- package/types/date-picker/src/schema/schema-mapper.d.ts +2 -0
- package/types/designer-canvas/index.d.ts +8 -0
- package/types/designer-canvas/src/components/designer-item.props.d.ts +3 -0
- package/types/designer-canvas/src/components/designer-placeholder.props.d.ts +7 -0
- package/types/designer-canvas/src/components/maps.d.ts +3 -0
- package/types/designer-canvas/src/components/toolbox.props.d.ts +11 -0
- package/types/designer-canvas/src/composition/types.d.ts +27 -0
- package/types/designer-canvas/src/designer-canvas.props.d.ts +3 -0
- package/types/designer-canvas/src/types.d.ts +40 -0
- package/types/discussion-editor/discussion-editor.component.d.ts +121 -0
- package/types/discussion-editor/discussion-editor.props.d.ts +69 -0
- package/types/discussion-editor/index.d.ts +23 -0
- package/types/discussion-editor/src/composition/use-discussion-editor.d.ts +15 -0
- package/types/discussion-editor/src/types/interface.d.ts +22 -0
- package/types/discussion-list/discussion-list.component.d.ts +70 -0
- package/types/discussion-list/discussion-list.props.d.ts +52 -0
- package/types/discussion-list/index.d.ts +23 -0
- package/types/dropdown/index.d.ts +9 -0
- package/types/dropdown/src/composition/function/use-dropdown.d.ts +26 -0
- package/types/dropdown/src/composition/props/dropdown.item.props.d.ts +46 -0
- package/types/dropdown/src/composition/props/dropdown.props.d.ts +99 -0
- package/types/dropdown/src/dropdown.component.d.ts +179 -0
- package/types/dropdown/src/dropdown.item.component.d.ts +76 -0
- package/types/dropdown/src/types.d.ts +46 -0
- package/types/dynamic-form/index.d.ts +14 -0
- package/types/dynamic-form/src/component/dynamic-form-group/dynamic-form-group.props.d.ts +4 -0
- package/types/dynamic-form/src/component/dynamic-form-label/dynamic-form-label.props.d.ts +15 -0
- package/types/dynamic-form/src/composition/types.d.ts +5 -0
- package/types/dynamic-form/src/dynamic-form.props.d.ts +3 -0
- package/types/dynamic-form/src/schema/schema-mapper.d.ts +2 -0
- package/types/dynamic-form/src/types.d.ts +17 -0
- package/types/dynamic-resolver/index.d.ts +3 -0
- package/types/dynamic-resolver/src/common/appearance-resolver.d.ts +6 -0
- package/types/dynamic-resolver/src/props-resolver.d.ts +2 -0
- package/types/dynamic-resolver/src/schema-resolver.d.ts +5 -0
- package/types/dynamic-resolver/src/types.d.ts +1 -0
- package/types/dynamic-view/index.d.ts +8 -0
- package/types/dynamic-view/src/components/maps.d.ts +4 -0
- package/types/dynamic-view/src/dynamic-view.props.d.ts +15 -0
- package/types/filter-bar/index.d.ts +7 -0
- package/types/filter-bar/src/components/ellipsis-button.component.d.ts +3 -0
- package/types/filter-bar/src/components/filter-item.component.d.ts +5 -0
- package/types/filter-bar/src/components/toolbar-component.d.ts +4 -0
- package/types/filter-bar/src/composition/types.d.ts +14 -0
- package/types/filter-bar/src/composition/use-filter-items.d.ts +4 -0
- package/types/filter-bar/src/filter-bar.props.d.ts +53 -0
- package/types/filter-bar/src/types.d.ts +9 -0
- package/types/image-cropper/index.d.ts +23 -0
- package/types/image-cropper/src/composition/type.d.ts +44 -0
- package/types/image-cropper/src/composition/use-check-aspect-ratio.d.ts +2 -0
- package/types/image-cropper/src/composition/use-image-cropper.d.ts +20 -0
- package/types/image-cropper/src/image-cropper.component.d.ts +248 -0
- package/types/image-cropper/src/image-cropper.props.d.ts +153 -0
- package/types/index.d.ts +5 -0
- package/types/input-group/index.d.ts +25 -0
- package/types/input-group/src/components/appended-button.component.d.ts +4 -0
- package/types/input-group/src/components/text-edit.component.d.ts +4 -0
- package/types/input-group/src/composition/types.d.ts +37 -0
- package/types/input-group/src/composition/use-appended-button.d.ts +4 -0
- package/types/input-group/src/composition/use-clear.d.ts +4 -0
- package/types/input-group/src/composition/use-password.d.ts +4 -0
- package/types/input-group/src/composition/use-text-box.d.ts +4 -0
- package/types/input-group/src/input-group.props.d.ts +4 -0
- package/types/input-group/src/schema/schema-mapper.d.ts +2 -0
- package/types/list-nav/index.d.ts +23 -0
- package/types/list-nav/src/list-nav.component.d.ts +61 -0
- package/types/list-nav/src/list-nav.props.d.ts +51 -0
- package/types/list-view/src/components/header/content-header.component.d.ts +6 -0
- package/types/list-view/src/components/header/search-header.component.d.ts +6 -0
- package/types/list-view/src/components/list-view-checkbox.props.d.ts +7 -0
- package/types/list-view/src/composition/types.d.ts +40 -0
- package/types/list-view/src/composition/use-data-view.d.ts +4 -0
- package/types/list-view/src/composition/use-draggable.d.ts +4 -0
- package/types/list-view/src/composition/use-hover.d.ts +2 -0
- package/types/list-view/src/composition/use-item.d.ts +4 -0
- package/types/list-view/src/composition/use-remove.d.ts +4 -0
- package/types/list-view/src/composition/use-search.d.ts +5 -0
- package/types/list-view/src/composition/use-selection.d.ts +4 -0
- package/types/list-view/src/list-view.component.d.ts +157 -14
- package/types/list-view/src/list-view.props.d.ts +76 -7
- package/types/loading/index.d.ts +23 -0
- package/types/loading/src/composition/types.d.ts +19 -0
- package/types/{combo-list/src/components/option.component.d.ts → loading/src/loading.component.d.ts} +24 -22
- package/types/loading/src/loading.props.d.ts +35 -0
- package/types/loading/src/loading.service.d.ts +4 -0
- package/types/locale/src/lib/locale.service.d.ts +26 -0
- package/types/locale/src/lib/locales/en-us/avatar.d.ts +7 -0
- package/types/locale/src/lib/locales/en-us/batch-edit-dialog.d.ts +15 -0
- package/types/locale/src/lib/locales/en-us/collapse.d.ts +4 -0
- package/types/locale/src/lib/locales/en-us/combo.d.ts +4 -0
- package/types/locale/src/lib/locales/en-us/datagrid.d.ts +103 -0
- package/types/locale/src/lib/locales/en-us/discussion-group.d.ts +25 -0
- package/types/locale/src/lib/locales/en-us/filter-editor.d.ts +50 -0
- package/types/locale/src/lib/locales/en-us/filter-panel.d.ts +25 -0
- package/types/locale/src/lib/locales/en-us/footer.d.ts +4 -0
- package/types/locale/src/lib/locales/en-us/index.d.ts +568 -0
- package/types/locale/src/lib/locales/en-us/language-label.d.ts +8 -0
- package/types/locale/src/lib/locales/en-us/list-filter.d.ts +6 -0
- package/types/locale/src/lib/locales/en-us/list-view.d.ts +3 -0
- package/types/locale/src/lib/locales/en-us/loading.d.ts +3 -0
- package/types/locale/src/lib/locales/en-us/lookup-config.d.ts +38 -0
- package/types/locale/src/lib/locales/en-us/lookup.d.ts +48 -0
- package/types/locale/src/lib/locales/en-us/messager.d.ts +28 -0
- package/types/locale/src/lib/locales/en-us/multi-select.d.ts +15 -0
- package/types/locale/src/lib/locales/en-us/notify.d.ts +3 -0
- package/types/locale/src/lib/locales/en-us/numeric.d.ts +7 -0
- package/types/locale/src/lib/locales/en-us/page-walker.d.ts +6 -0
- package/types/locale/src/lib/locales/en-us/pagination.d.ts +17 -0
- package/types/locale/src/lib/locales/en-us/progress-step.d.ts +3 -0
- package/types/locale/src/lib/locales/en-us/query-condition.d.ts +33 -0
- package/types/locale/src/lib/locales/en-us/query-solution.d.ts +41 -0
- package/types/locale/src/lib/locales/en-us/response-toolbar.d.ts +3 -0
- package/types/locale/src/lib/locales/en-us/scrollspy.d.ts +3 -0
- package/types/locale/src/lib/locales/en-us/section.d.ts +4 -0
- package/types/locale/src/lib/locales/en-us/sidebar.d.ts +3 -0
- package/types/locale/src/lib/locales/en-us/sort-editor.d.ts +15 -0
- package/types/locale/src/lib/locales/en-us/tabs.d.ts +3 -0
- package/types/locale/src/lib/locales/en-us/tag.d.ts +4 -0
- package/types/locale/src/lib/locales/en-us/text.d.ts +10 -0
- package/types/locale/src/lib/locales/en-us/treetable.d.ts +8 -0
- package/types/locale/src/lib/locales/en-us/verify-detail.d.ts +5 -0
- package/types/locale/src/lib/locales/index.d.ts +1712 -0
- package/types/locale/src/lib/locales/zh-CHT/avatar.d.ts +7 -0
- package/types/locale/src/lib/locales/zh-CHT/batch-edit-dialog.d.ts +15 -0
- package/types/locale/src/lib/locales/zh-CHT/collapse.d.ts +4 -0
- package/types/locale/src/lib/locales/zh-CHT/combo.d.ts +4 -0
- package/types/locale/src/lib/locales/zh-CHT/datagrid.d.ts +103 -0
- package/types/locale/src/lib/locales/zh-CHT/discussion-group.d.ts +25 -0
- package/types/locale/src/lib/locales/zh-CHT/filter-editor.d.ts +50 -0
- package/types/locale/src/lib/locales/zh-CHT/filter-panel.d.ts +25 -0
- package/types/locale/src/lib/locales/zh-CHT/footer.d.ts +4 -0
- package/types/locale/src/lib/locales/zh-CHT/index.d.ts +568 -0
- package/types/locale/src/lib/locales/zh-CHT/language-label.d.ts +8 -0
- package/types/locale/src/lib/locales/zh-CHT/list-filter.d.ts +6 -0
- package/types/locale/src/lib/locales/zh-CHT/list-view.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-CHT/loading.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-CHT/lookup-config.d.ts +38 -0
- package/types/locale/src/lib/locales/zh-CHT/lookup.d.ts +48 -0
- package/types/locale/src/lib/locales/zh-CHT/messager.d.ts +28 -0
- package/types/locale/src/lib/locales/zh-CHT/multi-select.d.ts +15 -0
- package/types/locale/src/lib/locales/zh-CHT/notify.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-CHT/numeric.d.ts +7 -0
- package/types/locale/src/lib/locales/zh-CHT/page-walker.d.ts +6 -0
- package/types/locale/src/lib/locales/zh-CHT/pagination.d.ts +17 -0
- package/types/locale/src/lib/locales/zh-CHT/progress-step.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-CHT/query-condition.d.ts +33 -0
- package/types/locale/src/lib/locales/zh-CHT/query-solution.d.ts +41 -0
- package/types/locale/src/lib/locales/zh-CHT/response-toolbar.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-CHT/scrollspy.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-CHT/section.d.ts +4 -0
- package/types/locale/src/lib/locales/zh-CHT/sidebar.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-CHT/sort-editor.d.ts +15 -0
- package/types/locale/src/lib/locales/zh-CHT/tabs.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-CHT/tag.d.ts +4 -0
- package/types/locale/src/lib/locales/zh-CHT/text.d.ts +10 -0
- package/types/locale/src/lib/locales/zh-CHT/treetable.d.ts +8 -0
- package/types/locale/src/lib/locales/zh-CHT/verify-detail.d.ts +5 -0
- package/types/locale/src/lib/locales/zh-cn/avatar.d.ts +7 -0
- package/types/locale/src/lib/locales/zh-cn/batch-edit-dialog.d.ts +15 -0
- package/types/locale/src/lib/locales/zh-cn/collapse.d.ts +4 -0
- package/types/locale/src/lib/locales/zh-cn/combo.d.ts +4 -0
- package/types/locale/src/lib/locales/zh-cn/datagrid.d.ts +105 -0
- package/types/locale/src/lib/locales/zh-cn/discussion-group.d.ts +25 -0
- package/types/locale/src/lib/locales/zh-cn/filter-editor.d.ts +50 -0
- package/types/locale/src/lib/locales/zh-cn/filter-panel.d.ts +25 -0
- package/types/locale/src/lib/locales/zh-cn/footer.d.ts +4 -0
- package/types/locale/src/lib/locales/zh-cn/index.d.ts +574 -0
- package/types/locale/src/lib/locales/zh-cn/language-label.d.ts +8 -0
- package/types/locale/src/lib/locales/zh-cn/list-filter.d.ts +6 -0
- package/types/locale/src/lib/locales/zh-cn/list-view.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-cn/loading.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-cn/lookup-config.d.ts +38 -0
- package/types/locale/src/lib/locales/zh-cn/lookup.d.ts +48 -0
- package/types/locale/src/lib/locales/zh-cn/messager.d.ts +32 -0
- package/types/locale/src/lib/locales/zh-cn/multi-select.d.ts +15 -0
- package/types/locale/src/lib/locales/zh-cn/notify.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-cn/numeric.d.ts +7 -0
- package/types/locale/src/lib/locales/zh-cn/page-walker.d.ts +6 -0
- package/types/locale/src/lib/locales/zh-cn/pagination.d.ts +17 -0
- package/types/locale/src/lib/locales/zh-cn/progress-step.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-cn/query-condition.d.ts +33 -0
- package/types/locale/src/lib/locales/zh-cn/query-solution.d.ts +41 -0
- package/types/locale/src/lib/locales/zh-cn/response-toolbar.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-cn/scrollspy.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-cn/section.d.ts +4 -0
- package/types/locale/src/lib/locales/zh-cn/sidebar.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-cn/sort-editor.d.ts +15 -0
- package/types/locale/src/lib/locales/zh-cn/tabs.d.ts +3 -0
- package/types/locale/src/lib/locales/zh-cn/tag.d.ts +4 -0
- package/types/locale/src/lib/locales/zh-cn/text.d.ts +10 -0
- package/types/locale/src/lib/locales/zh-cn/treetable.d.ts +8 -0
- package/types/locale/src/lib/locales/zh-cn/verify-detail.d.ts +5 -0
- package/types/message-box/src/components/footer/footer.component.d.ts +4 -0
- package/types/message-box/src/components/message-content/reactive-content.component.d.ts +3 -0
- package/types/message-box/src/components/message-content/static-content.component.d.ts +3 -0
- package/types/message-box/src/components/message-detail/exception-message.component.d.ts +3 -0
- package/types/message-box/src/components/message-detail/static-message.component.d.ts +2 -0
- package/types/message-box/src/components/reactive-editor/textarea.component.d.ts +3 -0
- package/types/message-box/src/composition/types.d.ts +9 -0
- package/types/message-box/src/composition/use-copy.d.ts +1 -17
- package/types/message-box/src/composition/use-editor.d.ts +4 -0
- package/types/message-box/src/composition/use-feedback.d.ts +2 -0
- package/types/message-box/src/message-box.component.d.ts +17 -21
- package/types/message-box/src/message-box.props.d.ts +8 -6
- package/types/modal/index.d.ts +2 -1
- package/types/modal/src/modal.component.d.ts +3 -3
- package/types/modal/src/modal.service.d.ts +17 -0
- package/types/{data-grid/src/composition/use-edit.d.ts → nav/index.d.ts} +8 -3
- package/types/nav/src/composition/types.d.ts +6 -0
- package/types/nav/src/nav.component.d.ts +87 -0
- package/types/nav/src/nav.props.d.ts +62 -0
- package/types/number-range/index.d.ts +1 -0
- package/types/number-range/src/components/spinner.component.d.ts +4 -0
- package/types/number-range/src/components/text-box.component.d.ts +4 -0
- package/types/number-range/src/composition/types.d.ts +31 -29
- package/types/number-range/src/composition/use-format.d.ts +4 -0
- package/types/number-range/src/composition/use-number.d.ts +4 -0
- package/types/number-range/src/composition/use-spinner.d.ts +4 -0
- package/types/number-range/src/composition/use-text-box.d.ts +4 -0
- package/types/number-range/src/number-range.component.d.ts +2 -245
- package/types/number-range/src/number-range.props.d.ts +3 -200
- package/types/number-range/src/schema/schema-mapper.d.ts +2 -0
- package/types/number-spinner/index.d.ts +2 -0
- package/types/number-spinner/src/components/spinner.component.d.ts +4 -0
- package/types/number-spinner/src/components/text-box.component.d.ts +4 -0
- package/types/number-spinner/src/composition/types.d.ts +33 -28
- package/types/number-spinner/src/composition/use-format.d.ts +4 -0
- package/types/number-spinner/src/composition/use-number.d.ts +4 -0
- package/types/number-spinner/src/composition/use-spinner.d.ts +4 -0
- package/types/number-spinner/src/composition/use-text-box.d.ts +4 -0
- package/types/number-spinner/src/designer/number-spinner.component.d.ts +6 -0
- package/types/number-spinner/src/number-spinner.component.d.ts +2 -200
- package/types/number-spinner/src/number-spinner.props.d.ts +3 -165
- package/types/number-spinner/src/schema/schema-mapper.d.ts +2 -0
- package/types/order/index.d.ts +8 -0
- package/types/order/src/order.props.d.ts +44 -0
- package/types/overlay/src/overlay.component.d.ts +6 -0
- package/types/overlay/src/overlay.props.d.ts +4 -1
- package/types/overlay/src/overlay.service.d.ts +16 -0
- package/types/page-footer/index.d.ts +8 -0
- package/types/page-footer/src/page-footer.props.d.ts +40 -0
- package/types/page-header/index.d.ts +10 -0
- package/types/page-header/src/page-header.props.d.ts +4 -0
- package/types/page-header/src/schema/schema-mapper.d.ts +2 -0
- package/types/pagination/src/components/pages/page-list.component.d.ts +1 -1
- package/types/pagination/src/pagination.components.d.ts +1 -1
- package/types/popover/src/composition/types.d.ts +24 -0
- package/types/popover/src/composition/use-host.d.ts +3 -0
- package/types/popover/src/composition/use-popup.d.ts +4 -0
- package/types/popover/src/composition/use-position.d.ts +4 -0
- package/types/popover/src/composition/use-resize.d.ts +4 -0
- package/types/popover/src/popover.component.d.ts +78 -0
- package/types/popover/src/popover.props.d.ts +37 -1
- package/types/propress/index.d.ts +8 -0
- package/types/propress/src/progress.props.d.ts +49 -0
- package/types/query-solution/index.d.ts +25 -0
- package/types/query-solution/src/designer/query-solution.design.component.d.ts +6 -0
- package/types/query-solution/src/query-solution.component.d.ts +6 -0
- package/types/query-solution/src/query-solution.d.ts +40 -0
- package/types/query-solution/src/query-solution.props.d.ts +19 -0
- package/types/query-solution/src/schema/preset-resolver.d.ts +5 -0
- package/types/query-solution/src/schema/schema-mapper.d.ts +2 -0
- package/types/radio-group/index.d.ts +1 -0
- package/types/radio-group/src/radio-group.component.d.ts +2 -89
- package/types/radio-group/src/radio-group.props.d.ts +2 -70
- package/types/radio-group/src/schema/schema-mapper.d.ts +2 -0
- package/types/{combo-list/src/composition/use-option.d.ts → rate/index.d.ts} +8 -4
- package/types/rate/src/rate.component.d.ts +124 -0
- package/types/rate/src/rate.props.d.ts +86 -0
- package/types/response-toolbar/index.d.ts +10 -0
- package/types/response-toolbar/src/components/dropdown/toolbar-dropdown-menu.component.d.ts +5 -0
- package/types/response-toolbar/src/components/dropdown/toolbar-dropdown.component.d.ts +7 -0
- package/types/response-toolbar/src/composition/types.d.ts +9 -0
- package/types/response-toolbar/src/composition/use-icon.d.ts +2 -0
- package/types/response-toolbar/src/composition/use-toolbar-item.d.ts +2 -0
- package/types/response-toolbar/src/response-toolbar.props.d.ts +26 -0
- package/types/response-toolbar/src/types/response-toolbar-dropdwon-item.d.ts +13 -0
- package/types/response-toolbar/src/types/response-toolbar-group.d.ts +19 -0
- package/types/response-toolbar/src/types/response-toolbar-item-base.d.ts +36 -0
- package/types/response-toolbar/src/types/response-toolbar-item.d.ts +4 -0
- package/types/search-box/index.d.ts +24 -0
- package/types/search-box/src/components/search-box-container.props.d.ts +21 -0
- package/types/search-box/src/schema/schema-mapper.d.ts +2 -0
- package/types/search-box/src/search-box.props.d.ts +4 -0
- package/types/section/index.d.ts +2 -0
- package/types/section/src/schema/schema-mapper.d.ts +2 -0
- package/types/section/src/section.component.d.ts +2 -185
- package/types/section/src/section.props.d.ts +3 -86
- package/types/splitter/index.d.ts +10 -0
- package/types/splitter/src/components/splitter-pane.props.d.ts +5 -0
- package/types/splitter/src/composition/types.d.ts +23 -0
- package/types/splitter/src/composition/use-resize-handle.d.ts +3 -0
- package/types/splitter/src/composition/use-resize-pane.d.ts +3 -0
- package/types/splitter/src/schema/splitter-pane-schema-mapper.d.ts +2 -0
- package/types/splitter/src/schema/splitter-schema-mapper.d.ts +2 -0
- package/types/splitter/src/splitter.props.d.ts +5 -0
- package/types/step/index.d.ts +8 -0
- package/types/step/src/step.props.d.ts +46 -0
- package/types/switch/index.d.ts +1 -0
- package/types/switch/src/schema/schema-mapper.d.ts +2 -0
- package/types/switch/src/switch.component.d.ts +2 -64
- package/types/switch/src/switch.props.d.ts +3 -35
- package/types/tabs/index.d.ts +2 -0
- package/types/tabs/src/components/more-pages-button.component.d.ts +5 -0
- package/types/tabs/src/components/tab-header-dropdown-menu.component.d.ts +5 -0
- package/types/tabs/src/components/tab-header-item.component.d.ts +4 -0
- package/types/tabs/src/components/tab-header.component.d.ts +4 -0
- package/types/tabs/src/components/tab-page.component.d.ts +2 -99
- package/types/tabs/src/components/tab-page.props.d.ts +3 -47
- package/types/tabs/src/composition/types.d.ts +36 -5
- package/types/tabs/src/composition/use-dropdown.d.ts +3 -0
- package/types/tabs/src/composition/use-nav.d.ts +4 -0
- package/types/tabs/src/composition/use-one-page.d.ts +4 -0
- package/types/tabs/src/composition/use-tabs.d.ts +3 -2
- package/types/tabs/src/schema/schema-mapper.d.ts +2 -0
- package/types/tabs/src/tabs.props.d.ts +5 -69
- package/types/tags/index.d.ts +8 -0
- package/types/tags/src/composition/types.d.ts +13 -0
- package/types/tags/src/composition/use-draggable.d.ts +4 -0
- package/types/tags/src/tags.props.d.ts +92 -0
- package/types/time-picker/index.d.ts +11 -0
- package/types/time-picker/src/components/time-holder.d.ts +82 -0
- package/types/time-picker/src/components/time.props.d.ts +48 -0
- package/types/time-picker/src/components/utils/check.d.ts +1 -0
- package/types/time-picker/src/schema/schema-mapper.d.ts +2 -0
- package/types/time-picker/src/time-picker.props.d.ts +4 -0
- package/types/transfer/index.d.ts +8 -0
- package/types/transfer/src/transfer.props.d.ts +71 -0
- package/types/tree-view/index.d.ts +8 -0
- package/types/tree-view/src/components/data/control-tree-view.component.d.ts +108 -0
- package/types/tree-view/src/components/data/tree-area.component.d.ts +8 -0
- package/types/tree-view/src/composition/types.d.ts +97 -0
- package/types/tree-view/src/composition/use-auto-check-children-and-cascade.d.ts +4 -0
- package/types/tree-view/src/composition/use-tree-data-view.d.ts +21 -0
- package/types/tree-view/src/composition/use-tree-node-icon.d.ts +4 -0
- package/types/tree-view/src/composition/use-tree-node-lines.d.ts +3 -0
- package/types/tree-view/src/composition/use-visual-tree-node.d.ts +9 -0
- package/types/tree-view/src/control-tree-view.props.d.ts +58 -0
- package/types/tree-view/src/tree-view.component.d.ts +97 -0
- package/types/tree-view/src/tree-view.props.d.ts +54 -0
- package/types/uploader/index.d.ts +25 -0
- package/types/uploader/src/components/sub-component.props.d.ts +63 -0
- package/types/uploader/src/components/upload-progress.component.d.ts +41 -0
- package/types/uploader/src/composition/type.d.ts +135 -0
- package/types/uploader/src/service/get-service.d.ts +2 -0
- package/types/uploader/src/uploader.props.d.ts +156 -0
- package/types/verify-detail/index.d.ts +23 -0
- package/types/verify-detail/src/verify-detail.component.d.ts +70 -0
- package/types/verify-detail/src/verify-detail.props.d.ts +36 -0
- package/uploader/index.esm.js +1972 -0
- package/uploader/index.umd.js +17 -0
- package/uploader/package.json +8 -0
- package/uploader/style.css +1 -0
- package/verify-detail/index.esm.js +187 -0
- package/verify-detail/index.umd.js +1 -0
- package/verify-detail/package.json +8 -0
- package/verify-detail/style.css +1 -0
- package/types/combo-list/src/combo-list.component.d.ts +0 -232
- package/types/combo-list/src/components/panel.component.d.ts +0 -25
- package/types/combo-list/src/composition/use-combo-list.d.ts +0 -30
- package/types/combo-list/src/composition/use-options.d.ts +0 -2
- package/types/combo-list/src/composition/use-panel.d.ts +0 -8
- package/types/combo-list/src/const.d.ts +0 -40
- package/types/combo-list/src/types.d.ts +0 -186
- package/types/data-grid/src/data-grid.component.d.ts +0 -278
- package/types/message-box/src/message-box.service.d.ts +0 -20
- package/types/number-range/src/composition/use-data.d.ts +0 -19
- package/types/number-range/src/composition/use-util.d.ts +0 -19
- package/types/number-spinner/src/composition/use-util.d.ts +0 -19
- package/types/tabs/src/tabs.component.d.ts +0 -151
|
@@ -0,0 +1,568 @@
|
|
|
1
|
+
export declare const ZH_CHT: {
|
|
2
|
+
locale: string;
|
|
3
|
+
combo: {
|
|
4
|
+
placeholder: string;
|
|
5
|
+
emptyMsg: string;
|
|
6
|
+
};
|
|
7
|
+
combolist: {};
|
|
8
|
+
datagrid: {
|
|
9
|
+
lineNumberTitle: string;
|
|
10
|
+
emptyMessage: string;
|
|
11
|
+
pagination: {
|
|
12
|
+
previousLabel: string;
|
|
13
|
+
nextLabel: string;
|
|
14
|
+
message: string;
|
|
15
|
+
pagelist: {
|
|
16
|
+
firstText: string;
|
|
17
|
+
lastText: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
filter: {
|
|
21
|
+
title: string;
|
|
22
|
+
reset: string;
|
|
23
|
+
clear: string;
|
|
24
|
+
clearAll: string;
|
|
25
|
+
setting: string;
|
|
26
|
+
nofilter: string;
|
|
27
|
+
checkAll: string;
|
|
28
|
+
and: string;
|
|
29
|
+
or: string;
|
|
30
|
+
operators: {
|
|
31
|
+
equal: string;
|
|
32
|
+
notEqual: string;
|
|
33
|
+
greater: string;
|
|
34
|
+
greaterOrEqual: string;
|
|
35
|
+
less: string;
|
|
36
|
+
lessOrEqual: string;
|
|
37
|
+
contains: string;
|
|
38
|
+
notContains: string;
|
|
39
|
+
like: string;
|
|
40
|
+
notLike: string;
|
|
41
|
+
in: string;
|
|
42
|
+
notIn: string;
|
|
43
|
+
empty: string;
|
|
44
|
+
notEmpty: string;
|
|
45
|
+
null: string;
|
|
46
|
+
notNull: string;
|
|
47
|
+
};
|
|
48
|
+
more: string;
|
|
49
|
+
};
|
|
50
|
+
settings: {
|
|
51
|
+
visible: string;
|
|
52
|
+
sortting: string;
|
|
53
|
+
title: string;
|
|
54
|
+
canchoose: string;
|
|
55
|
+
choosed: string;
|
|
56
|
+
asc: string;
|
|
57
|
+
desc: string;
|
|
58
|
+
cancelSort: string;
|
|
59
|
+
ok: string;
|
|
60
|
+
cancel: string;
|
|
61
|
+
reset: string;
|
|
62
|
+
conciseMode: string;
|
|
63
|
+
advancedMode: string;
|
|
64
|
+
formatSetting: string;
|
|
65
|
+
properties: string;
|
|
66
|
+
groupping: string;
|
|
67
|
+
allColumns: string;
|
|
68
|
+
visibleColumns: string;
|
|
69
|
+
hiddenColumns: string;
|
|
70
|
+
searchPlaceholder: string;
|
|
71
|
+
checkall: string;
|
|
72
|
+
headeralign: string;
|
|
73
|
+
dataalign: string;
|
|
74
|
+
alignLeft: string;
|
|
75
|
+
alignCenter: string;
|
|
76
|
+
alignRight: string;
|
|
77
|
+
summarytype: string;
|
|
78
|
+
summarytext: string;
|
|
79
|
+
summaryNone: string;
|
|
80
|
+
summarySum: string;
|
|
81
|
+
summaryMax: string;
|
|
82
|
+
summaryMin: string;
|
|
83
|
+
summarCount: string;
|
|
84
|
+
summaryAverage: string;
|
|
85
|
+
grouppingField: string;
|
|
86
|
+
moreGrouppingFieldWarningMessage: string;
|
|
87
|
+
grouppingSummary: string;
|
|
88
|
+
addGrouppingFieldTip: string;
|
|
89
|
+
removeGrouppingFieldTip: string;
|
|
90
|
+
grouppingSummaryType: string;
|
|
91
|
+
grouppingSummaryText: string;
|
|
92
|
+
restoreDefaultSettingsText: string;
|
|
93
|
+
simple: {
|
|
94
|
+
title: string;
|
|
95
|
+
tip: string;
|
|
96
|
+
count: string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
selectionData: {
|
|
100
|
+
clearAll: string;
|
|
101
|
+
tooltip: string;
|
|
102
|
+
currentLenth: string;
|
|
103
|
+
};
|
|
104
|
+
groupRow: {
|
|
105
|
+
tips: string;
|
|
106
|
+
removeColumn: string;
|
|
107
|
+
clearTip: string;
|
|
108
|
+
clear: string;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
filterEditor: {
|
|
112
|
+
cancelButton: string;
|
|
113
|
+
okButton: string;
|
|
114
|
+
addWhere: string;
|
|
115
|
+
clear: string;
|
|
116
|
+
moveTop: string;
|
|
117
|
+
moveUp: string;
|
|
118
|
+
moveDown: string;
|
|
119
|
+
moveBottom: string;
|
|
120
|
+
leftBrackets: string;
|
|
121
|
+
field: string;
|
|
122
|
+
operator: string;
|
|
123
|
+
value: string;
|
|
124
|
+
valueType: string;
|
|
125
|
+
expressType: {
|
|
126
|
+
value: string;
|
|
127
|
+
express: string;
|
|
128
|
+
frontExpress: string;
|
|
129
|
+
};
|
|
130
|
+
rightBrackets: string;
|
|
131
|
+
relation: string;
|
|
132
|
+
relationValue: {
|
|
133
|
+
and: string;
|
|
134
|
+
or: string;
|
|
135
|
+
};
|
|
136
|
+
designTab: string;
|
|
137
|
+
jsonTab: string;
|
|
138
|
+
sqlTab: string;
|
|
139
|
+
title: string;
|
|
140
|
+
message: string;
|
|
141
|
+
validate: {
|
|
142
|
+
bracket: string;
|
|
143
|
+
relation: string;
|
|
144
|
+
field: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
enumEditor: {
|
|
148
|
+
cancelButton: string;
|
|
149
|
+
okButton: string;
|
|
150
|
+
addWhere: string;
|
|
151
|
+
clear: string;
|
|
152
|
+
moveTop: string;
|
|
153
|
+
moveUp: string;
|
|
154
|
+
moveDown: string;
|
|
155
|
+
moveBottom: string;
|
|
156
|
+
title: string;
|
|
157
|
+
message: string;
|
|
158
|
+
value: string;
|
|
159
|
+
name: string;
|
|
160
|
+
};
|
|
161
|
+
lookup: {
|
|
162
|
+
placeholder: string;
|
|
163
|
+
favorites: string;
|
|
164
|
+
selected: string;
|
|
165
|
+
okText: string;
|
|
166
|
+
cancelText: string;
|
|
167
|
+
allColumns: string;
|
|
168
|
+
datalist: string;
|
|
169
|
+
mustWriteSomething: string;
|
|
170
|
+
mustChoosAdatarow: string;
|
|
171
|
+
tipText: string;
|
|
172
|
+
cascade: {
|
|
173
|
+
enable: string;
|
|
174
|
+
disable: string;
|
|
175
|
+
up: string;
|
|
176
|
+
down: string;
|
|
177
|
+
};
|
|
178
|
+
favoriteInfo: {
|
|
179
|
+
addFav: string;
|
|
180
|
+
cancelFav: string;
|
|
181
|
+
};
|
|
182
|
+
getAllChilds: string;
|
|
183
|
+
contextMenu: {
|
|
184
|
+
expandall: string;
|
|
185
|
+
collapseall: string;
|
|
186
|
+
expandByLayer: string;
|
|
187
|
+
expand1: string;
|
|
188
|
+
expand2: string;
|
|
189
|
+
expand3: string;
|
|
190
|
+
expand4: string;
|
|
191
|
+
expand5: string;
|
|
192
|
+
expand6: string;
|
|
193
|
+
expand7: string;
|
|
194
|
+
expand8: string;
|
|
195
|
+
expand9: string;
|
|
196
|
+
};
|
|
197
|
+
quick: {
|
|
198
|
+
notfind: string;
|
|
199
|
+
more: string;
|
|
200
|
+
};
|
|
201
|
+
configError: string;
|
|
202
|
+
selectedInfo: {
|
|
203
|
+
total: string;
|
|
204
|
+
clear: string;
|
|
205
|
+
remove: string;
|
|
206
|
+
confirm: string;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
loading: {
|
|
210
|
+
message: string;
|
|
211
|
+
};
|
|
212
|
+
modal: {};
|
|
213
|
+
messager: {
|
|
214
|
+
yes: string;
|
|
215
|
+
no: string;
|
|
216
|
+
ok: string;
|
|
217
|
+
cancel: string;
|
|
218
|
+
title: string;
|
|
219
|
+
errorTitle: string;
|
|
220
|
+
prompt: {
|
|
221
|
+
fontSize: {
|
|
222
|
+
name: string;
|
|
223
|
+
small: string;
|
|
224
|
+
middle: string;
|
|
225
|
+
big: string;
|
|
226
|
+
large: string;
|
|
227
|
+
huge: string;
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
exception: {
|
|
231
|
+
expand: string;
|
|
232
|
+
collapse: string;
|
|
233
|
+
happend: string;
|
|
234
|
+
detail: string;
|
|
235
|
+
copy: string;
|
|
236
|
+
copySuccess: string;
|
|
237
|
+
copyFailed: string;
|
|
238
|
+
roger: string;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
notify: {
|
|
242
|
+
title: string;
|
|
243
|
+
};
|
|
244
|
+
dialog: {};
|
|
245
|
+
datatable: {};
|
|
246
|
+
colorPicker: {};
|
|
247
|
+
numberSpinner: {
|
|
248
|
+
placeholder: string;
|
|
249
|
+
range: {
|
|
250
|
+
begin: string;
|
|
251
|
+
end: string;
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
inputGroup: {};
|
|
255
|
+
sortEditor: {
|
|
256
|
+
cancel: string;
|
|
257
|
+
ok: string;
|
|
258
|
+
add: string;
|
|
259
|
+
clear: string;
|
|
260
|
+
moveTop: string;
|
|
261
|
+
moveUp: string;
|
|
262
|
+
moveDown: string;
|
|
263
|
+
moveBottom: string;
|
|
264
|
+
field: string;
|
|
265
|
+
order: string;
|
|
266
|
+
asc: string;
|
|
267
|
+
desc: string;
|
|
268
|
+
title: string;
|
|
269
|
+
};
|
|
270
|
+
treetable: {
|
|
271
|
+
emptyMessage: string;
|
|
272
|
+
pagination: {
|
|
273
|
+
previousLabel: string;
|
|
274
|
+
nextLabel: string;
|
|
275
|
+
message: string;
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
multiSelect: {
|
|
279
|
+
leftTitle: string;
|
|
280
|
+
rightTitle: string;
|
|
281
|
+
noDataMoveMessage: string;
|
|
282
|
+
shiftRight: string;
|
|
283
|
+
shiftLeft: string;
|
|
284
|
+
allShiftRight: string;
|
|
285
|
+
allShiftLeft: string;
|
|
286
|
+
top: string;
|
|
287
|
+
bottom: string;
|
|
288
|
+
shiftUp: string;
|
|
289
|
+
shiftDown: string;
|
|
290
|
+
emptyData: string;
|
|
291
|
+
filterPlaceholder: string;
|
|
292
|
+
};
|
|
293
|
+
tabs: {
|
|
294
|
+
more: string;
|
|
295
|
+
};
|
|
296
|
+
timePicker: {};
|
|
297
|
+
wizard: {};
|
|
298
|
+
tree: {};
|
|
299
|
+
tooltip: {};
|
|
300
|
+
listview: {
|
|
301
|
+
emptyMessage: string;
|
|
302
|
+
};
|
|
303
|
+
text: {
|
|
304
|
+
yes: string;
|
|
305
|
+
no: string;
|
|
306
|
+
zoom: string;
|
|
307
|
+
comments: {
|
|
308
|
+
title: string;
|
|
309
|
+
manager: string;
|
|
310
|
+
empty: string;
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
switch: {};
|
|
314
|
+
sidebar: {
|
|
315
|
+
sidebar: string;
|
|
316
|
+
};
|
|
317
|
+
section: {
|
|
318
|
+
expandLabel: string;
|
|
319
|
+
collapseLabel: string;
|
|
320
|
+
};
|
|
321
|
+
pagination: {
|
|
322
|
+
message: string;
|
|
323
|
+
totalinfo: {
|
|
324
|
+
firstText: string;
|
|
325
|
+
lastText: string;
|
|
326
|
+
};
|
|
327
|
+
pagelist: {
|
|
328
|
+
firstText: string;
|
|
329
|
+
lastText: string;
|
|
330
|
+
};
|
|
331
|
+
previous: string;
|
|
332
|
+
next: string;
|
|
333
|
+
goto: {
|
|
334
|
+
prefix: string;
|
|
335
|
+
suffix: string;
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
responseToolbar: {
|
|
339
|
+
more: string;
|
|
340
|
+
};
|
|
341
|
+
queryCondition: {
|
|
342
|
+
configDialog: {
|
|
343
|
+
unSelectedOptions: string;
|
|
344
|
+
selectedOptions: string;
|
|
345
|
+
confirm: string;
|
|
346
|
+
cancel: string;
|
|
347
|
+
placeholder: string;
|
|
348
|
+
moveUp: string;
|
|
349
|
+
moveAllUp: string;
|
|
350
|
+
moveDown: string;
|
|
351
|
+
moveAllDown: string;
|
|
352
|
+
moveRight: string;
|
|
353
|
+
moveAllRight: string;
|
|
354
|
+
moveLeft: string;
|
|
355
|
+
moveAllLeft: string;
|
|
356
|
+
pleaseSelect: string;
|
|
357
|
+
noOptionMove: string;
|
|
358
|
+
selectOptionUp: string;
|
|
359
|
+
cannotMoveUp: string;
|
|
360
|
+
selectOptionTop: string;
|
|
361
|
+
optionIsTop: string;
|
|
362
|
+
selectOptionDown: string;
|
|
363
|
+
cannotMoveDown: string;
|
|
364
|
+
selectOptionBottom: string;
|
|
365
|
+
optionIsBottom: string;
|
|
366
|
+
};
|
|
367
|
+
container: {
|
|
368
|
+
query: string;
|
|
369
|
+
saveAs: string;
|
|
370
|
+
save: string;
|
|
371
|
+
config: string;
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
querySolution: {
|
|
375
|
+
saveAsDialog: {
|
|
376
|
+
queryPlanName: string;
|
|
377
|
+
setAsDefault: string;
|
|
378
|
+
confirm: string;
|
|
379
|
+
cancel: string;
|
|
380
|
+
placeholder: string;
|
|
381
|
+
pleaseInput: string;
|
|
382
|
+
title: string;
|
|
383
|
+
maxLength: string;
|
|
384
|
+
};
|
|
385
|
+
manageDialog: {
|
|
386
|
+
name: string;
|
|
387
|
+
property: string;
|
|
388
|
+
default: string;
|
|
389
|
+
operation: string;
|
|
390
|
+
confirm: string;
|
|
391
|
+
cancel: string;
|
|
392
|
+
planNameDuplicated: string;
|
|
393
|
+
system: string;
|
|
394
|
+
personal: string;
|
|
395
|
+
};
|
|
396
|
+
container: {
|
|
397
|
+
default: string;
|
|
398
|
+
manage: string;
|
|
399
|
+
arrowUp: string;
|
|
400
|
+
arrowDown: string;
|
|
401
|
+
saveAs: string;
|
|
402
|
+
empty: string;
|
|
403
|
+
save: string;
|
|
404
|
+
pleaseInput: string;
|
|
405
|
+
saveSuccess: string;
|
|
406
|
+
saveFail: string;
|
|
407
|
+
planManage: string;
|
|
408
|
+
clear: string;
|
|
409
|
+
require: string;
|
|
410
|
+
defaultName: string;
|
|
411
|
+
histroyName: string;
|
|
412
|
+
sysPresetName: string;
|
|
413
|
+
};
|
|
414
|
+
};
|
|
415
|
+
collapseDirective: {
|
|
416
|
+
expand: string;
|
|
417
|
+
fold: string;
|
|
418
|
+
};
|
|
419
|
+
avatar: {
|
|
420
|
+
imgtitle: string;
|
|
421
|
+
typeError: string;
|
|
422
|
+
sizeError: string;
|
|
423
|
+
uploadError: string;
|
|
424
|
+
loadError: string;
|
|
425
|
+
};
|
|
426
|
+
listFilter: {
|
|
427
|
+
filter: string;
|
|
428
|
+
confirm: string;
|
|
429
|
+
cancel: string;
|
|
430
|
+
reset: string;
|
|
431
|
+
};
|
|
432
|
+
progressStep: {
|
|
433
|
+
empty: string;
|
|
434
|
+
};
|
|
435
|
+
languageLabel: {
|
|
436
|
+
en: string;
|
|
437
|
+
"zh-cn": string;
|
|
438
|
+
"zh-CHS": string;
|
|
439
|
+
"zh-CHT": string;
|
|
440
|
+
ok: string;
|
|
441
|
+
cancel: string;
|
|
442
|
+
};
|
|
443
|
+
verifyDetail: {
|
|
444
|
+
vertifyTypeAll: string;
|
|
445
|
+
vertifyTypeError: string;
|
|
446
|
+
vertifyTypeEmpty: string;
|
|
447
|
+
};
|
|
448
|
+
batchEditDialog: {
|
|
449
|
+
title: string;
|
|
450
|
+
appendText: string;
|
|
451
|
+
appendTextTip: string;
|
|
452
|
+
okText: string;
|
|
453
|
+
cancelText: string;
|
|
454
|
+
field: string;
|
|
455
|
+
fieldValue: string;
|
|
456
|
+
appendTips: string;
|
|
457
|
+
selected: string;
|
|
458
|
+
row: string;
|
|
459
|
+
confirmTitle: string;
|
|
460
|
+
neverShow: string;
|
|
461
|
+
confirmText: string;
|
|
462
|
+
};
|
|
463
|
+
pageWalker: {
|
|
464
|
+
next: string;
|
|
465
|
+
prev: string;
|
|
466
|
+
skip: string;
|
|
467
|
+
startNow: string;
|
|
468
|
+
};
|
|
469
|
+
footer: {
|
|
470
|
+
expandText: string;
|
|
471
|
+
collapseText: string;
|
|
472
|
+
};
|
|
473
|
+
discussionGroup: {
|
|
474
|
+
submit: string;
|
|
475
|
+
cancel: string;
|
|
476
|
+
colleague: string;
|
|
477
|
+
all: string;
|
|
478
|
+
related: string;
|
|
479
|
+
confirm: string;
|
|
480
|
+
reply: string;
|
|
481
|
+
emptyMessage: string;
|
|
482
|
+
placeholder: string;
|
|
483
|
+
notEmpty: string;
|
|
484
|
+
selectEmployee: string;
|
|
485
|
+
next: string;
|
|
486
|
+
emptySelected: string;
|
|
487
|
+
emptyRight: string;
|
|
488
|
+
allOrg: string;
|
|
489
|
+
selected: string;
|
|
490
|
+
section: string;
|
|
491
|
+
people: string;
|
|
492
|
+
viewMore: string;
|
|
493
|
+
per: string;
|
|
494
|
+
pcs: string;
|
|
495
|
+
emptyList: string;
|
|
496
|
+
advancedQuery: string;
|
|
497
|
+
};
|
|
498
|
+
tag: {
|
|
499
|
+
addText: string;
|
|
500
|
+
placeholder: string;
|
|
501
|
+
};
|
|
502
|
+
filterPanel: {
|
|
503
|
+
filter: string;
|
|
504
|
+
confirm: string;
|
|
505
|
+
cancel: string;
|
|
506
|
+
reset: string;
|
|
507
|
+
advancedFilter: string;
|
|
508
|
+
expand: string;
|
|
509
|
+
fold: string;
|
|
510
|
+
last1Month: string;
|
|
511
|
+
last3Month: string;
|
|
512
|
+
last6Month: string;
|
|
513
|
+
pleaseInput: string;
|
|
514
|
+
searchHistory: string;
|
|
515
|
+
searchResult: string;
|
|
516
|
+
intervalFilter: string;
|
|
517
|
+
beginPlaceHolder: string;
|
|
518
|
+
endPlaceHolder: string;
|
|
519
|
+
dateBeginPlaceHolder: string;
|
|
520
|
+
dateEndPlaceHolder: string;
|
|
521
|
+
empty: string;
|
|
522
|
+
clear: string;
|
|
523
|
+
today: string;
|
|
524
|
+
yesterday: string;
|
|
525
|
+
checkall: string;
|
|
526
|
+
};
|
|
527
|
+
scrollspy: {
|
|
528
|
+
guide: string;
|
|
529
|
+
};
|
|
530
|
+
lookupConfig: {
|
|
531
|
+
placeholder: string;
|
|
532
|
+
code: string;
|
|
533
|
+
name: string;
|
|
534
|
+
select: string;
|
|
535
|
+
filter: string;
|
|
536
|
+
helpidEmpty: string;
|
|
537
|
+
selectTitle: string;
|
|
538
|
+
lookupTitle: string;
|
|
539
|
+
sure: string;
|
|
540
|
+
cancel: string;
|
|
541
|
+
successSave: string;
|
|
542
|
+
helpIdError: string;
|
|
543
|
+
fileNamePlaceholder: string;
|
|
544
|
+
selectFileNameTitle: string;
|
|
545
|
+
bindingPath: string;
|
|
546
|
+
fieldError: string;
|
|
547
|
+
textFieldLable: string;
|
|
548
|
+
loadTypeTitle: string;
|
|
549
|
+
loadTypeList: {
|
|
550
|
+
all: string;
|
|
551
|
+
layer: string;
|
|
552
|
+
default: string;
|
|
553
|
+
};
|
|
554
|
+
powerTitle: string;
|
|
555
|
+
powerObjLabel: string;
|
|
556
|
+
powerFieldLabel: string;
|
|
557
|
+
powerOperateLabel: string;
|
|
558
|
+
linkfieldLabel: string;
|
|
559
|
+
powerDataTitle: string;
|
|
560
|
+
powerFieldTitle: string;
|
|
561
|
+
powerOperateTitle: string;
|
|
562
|
+
businessLable: string;
|
|
563
|
+
powerLable: string;
|
|
564
|
+
powerError: string;
|
|
565
|
+
operateError: string;
|
|
566
|
+
linkfieldError: string;
|
|
567
|
+
};
|
|
568
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare const LOOKUP_CONFIG_LOCALE_ZHCHT: {
|
|
2
|
+
placeholder: string;
|
|
3
|
+
code: string;
|
|
4
|
+
name: string;
|
|
5
|
+
select: string;
|
|
6
|
+
filter: string;
|
|
7
|
+
helpidEmpty: string;
|
|
8
|
+
selectTitle: string;
|
|
9
|
+
lookupTitle: string;
|
|
10
|
+
sure: string;
|
|
11
|
+
cancel: string;
|
|
12
|
+
successSave: string;
|
|
13
|
+
helpIdError: string;
|
|
14
|
+
fileNamePlaceholder: string;
|
|
15
|
+
selectFileNameTitle: string;
|
|
16
|
+
bindingPath: string;
|
|
17
|
+
fieldError: string;
|
|
18
|
+
textFieldLable: string;
|
|
19
|
+
loadTypeTitle: string;
|
|
20
|
+
loadTypeList: {
|
|
21
|
+
all: string;
|
|
22
|
+
layer: string;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
powerTitle: string;
|
|
26
|
+
powerObjLabel: string;
|
|
27
|
+
powerFieldLabel: string;
|
|
28
|
+
powerOperateLabel: string;
|
|
29
|
+
linkfieldLabel: string;
|
|
30
|
+
powerDataTitle: string;
|
|
31
|
+
powerFieldTitle: string;
|
|
32
|
+
powerOperateTitle: string;
|
|
33
|
+
businessLable: string;
|
|
34
|
+
powerLable: string;
|
|
35
|
+
powerError: string;
|
|
36
|
+
operateError: string;
|
|
37
|
+
linkfieldError: string;
|
|
38
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare const LOOKUP_LOCALE_ZHCHT: {
|
|
2
|
+
placeholder: string;
|
|
3
|
+
favorites: string;
|
|
4
|
+
selected: string;
|
|
5
|
+
okText: string;
|
|
6
|
+
cancelText: string;
|
|
7
|
+
allColumns: string;
|
|
8
|
+
datalist: string;
|
|
9
|
+
mustWriteSomething: string;
|
|
10
|
+
mustChoosAdatarow: string;
|
|
11
|
+
tipText: string;
|
|
12
|
+
cascade: {
|
|
13
|
+
enable: string;
|
|
14
|
+
disable: string;
|
|
15
|
+
up: string;
|
|
16
|
+
down: string;
|
|
17
|
+
};
|
|
18
|
+
favoriteInfo: {
|
|
19
|
+
addFav: string;
|
|
20
|
+
cancelFav: string;
|
|
21
|
+
};
|
|
22
|
+
getAllChilds: string;
|
|
23
|
+
contextMenu: {
|
|
24
|
+
expandall: string;
|
|
25
|
+
collapseall: string;
|
|
26
|
+
expandByLayer: string;
|
|
27
|
+
expand1: string;
|
|
28
|
+
expand2: string;
|
|
29
|
+
expand3: string;
|
|
30
|
+
expand4: string;
|
|
31
|
+
expand5: string;
|
|
32
|
+
expand6: string;
|
|
33
|
+
expand7: string;
|
|
34
|
+
expand8: string;
|
|
35
|
+
expand9: string;
|
|
36
|
+
};
|
|
37
|
+
quick: {
|
|
38
|
+
notfind: string;
|
|
39
|
+
more: string;
|
|
40
|
+
};
|
|
41
|
+
configError: string;
|
|
42
|
+
selectedInfo: {
|
|
43
|
+
total: string;
|
|
44
|
+
clear: string;
|
|
45
|
+
remove: string;
|
|
46
|
+
confirm: string;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const MESSAGER_LOCALE_ZHCHT: {
|
|
2
|
+
yes: string;
|
|
3
|
+
no: string;
|
|
4
|
+
ok: string;
|
|
5
|
+
cancel: string;
|
|
6
|
+
title: string;
|
|
7
|
+
errorTitle: string;
|
|
8
|
+
prompt: {
|
|
9
|
+
fontSize: {
|
|
10
|
+
name: string;
|
|
11
|
+
small: string;
|
|
12
|
+
middle: string;
|
|
13
|
+
big: string;
|
|
14
|
+
large: string;
|
|
15
|
+
huge: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
exception: {
|
|
19
|
+
expand: string;
|
|
20
|
+
collapse: string;
|
|
21
|
+
happend: string;
|
|
22
|
+
detail: string;
|
|
23
|
+
copy: string;
|
|
24
|
+
copySuccess: string;
|
|
25
|
+
copyFailed: string;
|
|
26
|
+
roger: string;
|
|
27
|
+
};
|
|
28
|
+
};
|