@farris/ui-vue 1.0.0-beta.5 → 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/index.esm.js +28 -1
- package/avatar/package.json +2 -2
- package/button/index.esm.js +133 -68
- package/button/index.umd.js +1 -1
- package/button/package.json +2 -2
- package/button-edit/index.esm.js +1130 -222
- 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 +217 -63
- 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 +2136 -374
- 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 +13384 -1203
- 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 +2136 -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 +25213 -5571
- 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 +420 -347
- 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 +139 -92
- 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/index.esm.js +2 -2
- 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 +8 -5
- 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 +192 -50
- 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 +159 -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 -310
- 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/index.esm.js +4 -1
- 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/index.esm.js +1 -1
- 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 +4 -68
- package/types/accordion/src/accordion.props.d.ts +2 -33
- package/types/accordion/src/components/accordion-item.component.d.ts +4 -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/avatar/src/avatar.component.d.ts +4 -2
- package/types/button/index.d.ts +2 -1
- package/types/button/src/button-group.component.d.ts +5 -3
- package/types/button/src/button.component.d.ts +11 -3
- 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 +6 -0
- 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/calculator/src/calculator.component.d.ts +8 -0
- 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 +4 -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/color-picker/src/composition/component/alpha.d.ts +34 -0
- 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 +18 -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 +8 -6
- package/types/date-picker/src/components/calendar-navbar/calendar-navbar.component.d.ts +6 -4
- package/types/date-picker/src/components/date-picker-container/date-picker-container.component.d.ts +15 -13
- package/types/date-picker/src/components/month/month.component.d.ts +7 -5
- package/types/date-picker/src/components/year/year.component.d.ts +6 -4
- package/types/date-picker/src/date-picker.component.d.ts +6 -0
- 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 +203 -0
- 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/loading/src/loading.component.d.ts +43 -0
- 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 +21 -23
- 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 +7 -5
- 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/notify/src/components/toast.component.d.ts +4 -2
- package/types/notify/src/notify.component.d.ts +130 -0
- package/types/notify/src/notify.service.d.ts +4 -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 +4 -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 +4 -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 +10 -2
- 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 +5 -3
- 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 +82 -2
- 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 +4 -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 +4 -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 +4 -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 +4 -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/text/src/text.component.d.ts +4 -2
- 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/tooltip/src/composition/use-adjust-position.d.ts +15 -0
- package/types/tooltip/src/tooltip.component.d.ts +4 -2
- package/types/tooltip/src/tooltip.directive.d.ts +5 -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/components/option.component.d.ts +0 -39
- package/types/combo-list/src/components/options.component.d.ts +0 -10
- 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/list-view/src/components/list-view-checkbox.component.d.ts +0 -32
- 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 -149
|
@@ -0,0 +1,1712 @@
|
|
|
1
|
+
export declare const FARRIS_LOCALES: {
|
|
2
|
+
'zh-CHS': {
|
|
3
|
+
locale: string;
|
|
4
|
+
combo: {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
emptyMsg: string;
|
|
7
|
+
};
|
|
8
|
+
combolist: {};
|
|
9
|
+
datagrid: {
|
|
10
|
+
lineNumberTitle: string;
|
|
11
|
+
emptyMessage: string;
|
|
12
|
+
pagination: {
|
|
13
|
+
previousLabel: string;
|
|
14
|
+
nextLabel: string;
|
|
15
|
+
message: string;
|
|
16
|
+
pagelist: {
|
|
17
|
+
firstText: string;
|
|
18
|
+
lastText: string;
|
|
19
|
+
};
|
|
20
|
+
previous: string;
|
|
21
|
+
next: string;
|
|
22
|
+
};
|
|
23
|
+
filter: {
|
|
24
|
+
title: string;
|
|
25
|
+
reset: string;
|
|
26
|
+
clear: string;
|
|
27
|
+
clearAll: string;
|
|
28
|
+
setting: string;
|
|
29
|
+
nofilter: string;
|
|
30
|
+
checkAll: string;
|
|
31
|
+
and: string;
|
|
32
|
+
or: string;
|
|
33
|
+
operators: {
|
|
34
|
+
equal: string;
|
|
35
|
+
notEqual: string;
|
|
36
|
+
greater: string;
|
|
37
|
+
greaterOrEqual: string;
|
|
38
|
+
less: string;
|
|
39
|
+
lessOrEqual: string;
|
|
40
|
+
contains: string;
|
|
41
|
+
notContains: string;
|
|
42
|
+
like: string;
|
|
43
|
+
notLike: string;
|
|
44
|
+
in: string;
|
|
45
|
+
notIn: string;
|
|
46
|
+
empty: string;
|
|
47
|
+
notEmpty: string;
|
|
48
|
+
null: string;
|
|
49
|
+
notNull: string;
|
|
50
|
+
};
|
|
51
|
+
more: string;
|
|
52
|
+
};
|
|
53
|
+
settings: {
|
|
54
|
+
visible: string;
|
|
55
|
+
sortting: string;
|
|
56
|
+
title: string;
|
|
57
|
+
canchoose: string;
|
|
58
|
+
choosed: string;
|
|
59
|
+
asc: string;
|
|
60
|
+
desc: string;
|
|
61
|
+
cancelSort: string;
|
|
62
|
+
ok: string;
|
|
63
|
+
cancel: string;
|
|
64
|
+
reset: string;
|
|
65
|
+
conciseMode: string;
|
|
66
|
+
advancedMode: string;
|
|
67
|
+
formatSetting: string;
|
|
68
|
+
properties: string;
|
|
69
|
+
groupping: string;
|
|
70
|
+
allColumns: string;
|
|
71
|
+
visibleColumns: string;
|
|
72
|
+
hiddenColumns: string;
|
|
73
|
+
searchPlaceholder: string;
|
|
74
|
+
checkall: string;
|
|
75
|
+
headeralign: string;
|
|
76
|
+
dataalign: string;
|
|
77
|
+
alignLeft: string;
|
|
78
|
+
alignCenter: string;
|
|
79
|
+
alignRight: string;
|
|
80
|
+
summarytype: string;
|
|
81
|
+
summarytext: string;
|
|
82
|
+
summaryNone: string;
|
|
83
|
+
summarySum: string;
|
|
84
|
+
summaryMax: string;
|
|
85
|
+
summaryMin: string;
|
|
86
|
+
summarCount: string;
|
|
87
|
+
summaryAverage: string;
|
|
88
|
+
grouppingField: string;
|
|
89
|
+
moreGrouppingFieldWarningMessage: string;
|
|
90
|
+
grouppingSummary: string;
|
|
91
|
+
addGrouppingFieldTip: string;
|
|
92
|
+
removeGrouppingFieldTip: string;
|
|
93
|
+
grouppingSummaryType: string;
|
|
94
|
+
grouppingSummaryText: string;
|
|
95
|
+
restoreDefaultSettingsText: string;
|
|
96
|
+
simple: {
|
|
97
|
+
title: string;
|
|
98
|
+
tip: string;
|
|
99
|
+
count: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
selectionData: {
|
|
103
|
+
clearAll: string;
|
|
104
|
+
tooltip: string;
|
|
105
|
+
currentLenth: string;
|
|
106
|
+
};
|
|
107
|
+
groupRow: {
|
|
108
|
+
tips: string;
|
|
109
|
+
removeColumn: string;
|
|
110
|
+
clearTip: string;
|
|
111
|
+
clear: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
filterEditor: {
|
|
115
|
+
cancelButton: string;
|
|
116
|
+
okButton: string;
|
|
117
|
+
addWhere: string;
|
|
118
|
+
clear: string;
|
|
119
|
+
moveTop: string;
|
|
120
|
+
moveUp: string;
|
|
121
|
+
moveDown: string;
|
|
122
|
+
moveBottom: string;
|
|
123
|
+
leftBrackets: string;
|
|
124
|
+
field: string;
|
|
125
|
+
operator: string;
|
|
126
|
+
value: string;
|
|
127
|
+
valueType: string;
|
|
128
|
+
expressType: {
|
|
129
|
+
value: string;
|
|
130
|
+
express: string;
|
|
131
|
+
frontExpress: string;
|
|
132
|
+
};
|
|
133
|
+
rightBrackets: string;
|
|
134
|
+
relation: string;
|
|
135
|
+
relationValue: {
|
|
136
|
+
and: string;
|
|
137
|
+
or: string;
|
|
138
|
+
};
|
|
139
|
+
designTab: string;
|
|
140
|
+
jsonTab: string;
|
|
141
|
+
sqlTab: string;
|
|
142
|
+
title: string;
|
|
143
|
+
message: string;
|
|
144
|
+
validate: {
|
|
145
|
+
bracket: string;
|
|
146
|
+
relation: string;
|
|
147
|
+
field: string;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
enumEditor: {
|
|
151
|
+
cancelButton: string;
|
|
152
|
+
okButton: string;
|
|
153
|
+
addWhere: string;
|
|
154
|
+
clear: string;
|
|
155
|
+
moveTop: string;
|
|
156
|
+
moveUp: string;
|
|
157
|
+
moveDown: string;
|
|
158
|
+
moveBottom: string;
|
|
159
|
+
title: string;
|
|
160
|
+
message: string;
|
|
161
|
+
value: string;
|
|
162
|
+
name: string;
|
|
163
|
+
};
|
|
164
|
+
lookup: {
|
|
165
|
+
placeholder: string;
|
|
166
|
+
favorites: string;
|
|
167
|
+
selected: string;
|
|
168
|
+
okText: string;
|
|
169
|
+
cancelText: string;
|
|
170
|
+
allColumns: string;
|
|
171
|
+
datalist: string;
|
|
172
|
+
mustWriteSomething: string;
|
|
173
|
+
mustChoosAdatarow: string;
|
|
174
|
+
tipText: string;
|
|
175
|
+
cascade: {
|
|
176
|
+
enable: string;
|
|
177
|
+
disable: string;
|
|
178
|
+
up: string;
|
|
179
|
+
down: string;
|
|
180
|
+
};
|
|
181
|
+
favoriteInfo: {
|
|
182
|
+
addFav: string;
|
|
183
|
+
cancelFav: string;
|
|
184
|
+
};
|
|
185
|
+
getAllChilds: string;
|
|
186
|
+
contextMenu: {
|
|
187
|
+
expandall: string;
|
|
188
|
+
collapseall: string;
|
|
189
|
+
expandByLayer: string;
|
|
190
|
+
expand1: string;
|
|
191
|
+
expand2: string;
|
|
192
|
+
expand3: string;
|
|
193
|
+
expand4: string;
|
|
194
|
+
expand5: string;
|
|
195
|
+
expand6: string;
|
|
196
|
+
expand7: string;
|
|
197
|
+
expand8: string;
|
|
198
|
+
expand9: string;
|
|
199
|
+
};
|
|
200
|
+
quick: {
|
|
201
|
+
notfind: string;
|
|
202
|
+
more: string;
|
|
203
|
+
};
|
|
204
|
+
configError: string;
|
|
205
|
+
selectedInfo: {
|
|
206
|
+
total: string;
|
|
207
|
+
clear: string;
|
|
208
|
+
remove: string;
|
|
209
|
+
confirm: string;
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
loading: {
|
|
213
|
+
message: string;
|
|
214
|
+
};
|
|
215
|
+
modal: {};
|
|
216
|
+
messager: {
|
|
217
|
+
yes: string;
|
|
218
|
+
no: string;
|
|
219
|
+
ok: string;
|
|
220
|
+
cancel: string;
|
|
221
|
+
title: string;
|
|
222
|
+
errorTitle: string;
|
|
223
|
+
prompt: {
|
|
224
|
+
fontSize: {
|
|
225
|
+
name: string;
|
|
226
|
+
small: string;
|
|
227
|
+
middle: string;
|
|
228
|
+
big: string;
|
|
229
|
+
large: string;
|
|
230
|
+
huge: string;
|
|
231
|
+
};
|
|
232
|
+
tips: {
|
|
233
|
+
surplus: string;
|
|
234
|
+
length: string;
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
exception: {
|
|
238
|
+
expand: string;
|
|
239
|
+
collapse: string;
|
|
240
|
+
happend: string;
|
|
241
|
+
detail: string;
|
|
242
|
+
copy: string;
|
|
243
|
+
copySuccess: string;
|
|
244
|
+
copyFailed: string;
|
|
245
|
+
roger: string;
|
|
246
|
+
};
|
|
247
|
+
};
|
|
248
|
+
notify: {
|
|
249
|
+
title: string;
|
|
250
|
+
};
|
|
251
|
+
dialog: {};
|
|
252
|
+
datatable: {};
|
|
253
|
+
colorPicker: {};
|
|
254
|
+
numberSpinner: {
|
|
255
|
+
placeholder: string;
|
|
256
|
+
range: {
|
|
257
|
+
begin: string;
|
|
258
|
+
end: string;
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
inputGroup: {};
|
|
262
|
+
sortEditor: {
|
|
263
|
+
cancel: string;
|
|
264
|
+
ok: string;
|
|
265
|
+
add: string;
|
|
266
|
+
clear: string;
|
|
267
|
+
moveTop: string;
|
|
268
|
+
moveUp: string;
|
|
269
|
+
moveDown: string;
|
|
270
|
+
moveBottom: string;
|
|
271
|
+
field: string;
|
|
272
|
+
order: string;
|
|
273
|
+
asc: string;
|
|
274
|
+
desc: string;
|
|
275
|
+
title: string;
|
|
276
|
+
};
|
|
277
|
+
treetable: {
|
|
278
|
+
emptyMessage: string;
|
|
279
|
+
pagination: {
|
|
280
|
+
previousLabel: string;
|
|
281
|
+
nextLabel: string;
|
|
282
|
+
message: string;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
multiSelect: {
|
|
286
|
+
leftTitle: string;
|
|
287
|
+
rightTitle: string;
|
|
288
|
+
noDataMoveMessage: string;
|
|
289
|
+
shiftRight: string;
|
|
290
|
+
shiftLeft: string;
|
|
291
|
+
allShiftRight: string;
|
|
292
|
+
allShiftLeft: string;
|
|
293
|
+
top: string;
|
|
294
|
+
bottom: string;
|
|
295
|
+
shiftUp: string;
|
|
296
|
+
shiftDown: string;
|
|
297
|
+
emptyData: string;
|
|
298
|
+
filterPlaceholder: string;
|
|
299
|
+
};
|
|
300
|
+
tabs: {
|
|
301
|
+
more: string;
|
|
302
|
+
};
|
|
303
|
+
timePicker: {};
|
|
304
|
+
wizard: {};
|
|
305
|
+
tree: {};
|
|
306
|
+
tooltip: {};
|
|
307
|
+
listview: {
|
|
308
|
+
emptyMessage: string;
|
|
309
|
+
};
|
|
310
|
+
text: {
|
|
311
|
+
yes: string;
|
|
312
|
+
no: string;
|
|
313
|
+
zoom: string;
|
|
314
|
+
comments: {
|
|
315
|
+
title: string;
|
|
316
|
+
manager: string;
|
|
317
|
+
empty: string;
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
switch: {};
|
|
321
|
+
sidebar: {
|
|
322
|
+
sidebar: string;
|
|
323
|
+
};
|
|
324
|
+
section: {
|
|
325
|
+
expandLabel: string;
|
|
326
|
+
collapseLabel: string;
|
|
327
|
+
};
|
|
328
|
+
pagination: {
|
|
329
|
+
message: string;
|
|
330
|
+
totalinfo: {
|
|
331
|
+
firstText: string;
|
|
332
|
+
lastText: string;
|
|
333
|
+
};
|
|
334
|
+
pagelist: {
|
|
335
|
+
firstText: string;
|
|
336
|
+
lastText: string;
|
|
337
|
+
};
|
|
338
|
+
previous: string;
|
|
339
|
+
next: string;
|
|
340
|
+
goto: {
|
|
341
|
+
prefix: string;
|
|
342
|
+
suffix: string;
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
responseToolbar: {
|
|
346
|
+
more: string;
|
|
347
|
+
};
|
|
348
|
+
queryCondition: {
|
|
349
|
+
configDialog: {
|
|
350
|
+
unSelectedOptions: string;
|
|
351
|
+
selectedOptions: string;
|
|
352
|
+
confirm: string;
|
|
353
|
+
cancel: string;
|
|
354
|
+
placeholder: string;
|
|
355
|
+
moveUp: string;
|
|
356
|
+
moveAllUp: string;
|
|
357
|
+
moveDown: string;
|
|
358
|
+
moveAllDown: string;
|
|
359
|
+
moveRight: string;
|
|
360
|
+
moveAllRight: string;
|
|
361
|
+
moveLeft: string;
|
|
362
|
+
moveAllLeft: string;
|
|
363
|
+
pleaseSelect: string;
|
|
364
|
+
noOptionMove: string;
|
|
365
|
+
selectOptionUp: string;
|
|
366
|
+
cannotMoveUp: string;
|
|
367
|
+
selectOptionTop: string;
|
|
368
|
+
optionIsTop: string;
|
|
369
|
+
selectOptionDown: string;
|
|
370
|
+
cannotMoveDown: string;
|
|
371
|
+
selectOptionBottom: string;
|
|
372
|
+
optionIsBottom: string;
|
|
373
|
+
};
|
|
374
|
+
container: {
|
|
375
|
+
query: string;
|
|
376
|
+
saveAs: string;
|
|
377
|
+
save: string;
|
|
378
|
+
config: string;
|
|
379
|
+
};
|
|
380
|
+
};
|
|
381
|
+
querySolution: {
|
|
382
|
+
saveAsDialog: {
|
|
383
|
+
queryPlanName: string;
|
|
384
|
+
setAsDefault: string;
|
|
385
|
+
confirm: string;
|
|
386
|
+
cancel: string;
|
|
387
|
+
placeholder: string;
|
|
388
|
+
pleaseInput: string;
|
|
389
|
+
title: string;
|
|
390
|
+
maxLength: string;
|
|
391
|
+
};
|
|
392
|
+
manageDialog: {
|
|
393
|
+
name: string;
|
|
394
|
+
property: string;
|
|
395
|
+
default: string;
|
|
396
|
+
operation: string;
|
|
397
|
+
confirm: string;
|
|
398
|
+
cancel: string;
|
|
399
|
+
planNameDuplicated: string;
|
|
400
|
+
system: string;
|
|
401
|
+
personal: string;
|
|
402
|
+
};
|
|
403
|
+
container: {
|
|
404
|
+
default: string;
|
|
405
|
+
manage: string;
|
|
406
|
+
arrowUp: string;
|
|
407
|
+
arrowDown: string;
|
|
408
|
+
saveAs: string;
|
|
409
|
+
empty: string;
|
|
410
|
+
save: string;
|
|
411
|
+
pleaseInput: string;
|
|
412
|
+
saveSuccess: string;
|
|
413
|
+
saveFail: string;
|
|
414
|
+
planManage: string;
|
|
415
|
+
clear: string;
|
|
416
|
+
require: string;
|
|
417
|
+
defaultName: string;
|
|
418
|
+
histroyName: string;
|
|
419
|
+
sysPresetName: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
collapseDirective: {
|
|
423
|
+
expand: string;
|
|
424
|
+
fold: string;
|
|
425
|
+
};
|
|
426
|
+
avatar: {
|
|
427
|
+
imgtitle: string;
|
|
428
|
+
typeError: string;
|
|
429
|
+
sizeError: string;
|
|
430
|
+
uploadError: string;
|
|
431
|
+
loadError: string;
|
|
432
|
+
};
|
|
433
|
+
listFilter: {
|
|
434
|
+
filter: string;
|
|
435
|
+
confirm: string;
|
|
436
|
+
cancel: string;
|
|
437
|
+
reset: string;
|
|
438
|
+
};
|
|
439
|
+
progressStep: {
|
|
440
|
+
empty: string;
|
|
441
|
+
};
|
|
442
|
+
languageLabel: {
|
|
443
|
+
en: string;
|
|
444
|
+
"zh-cn": string;
|
|
445
|
+
"zh-CHS": string;
|
|
446
|
+
"zh-CHT": string;
|
|
447
|
+
ok: string;
|
|
448
|
+
cancel: string;
|
|
449
|
+
};
|
|
450
|
+
verifyDetail: {
|
|
451
|
+
vertifyTypeAll: string;
|
|
452
|
+
vertifyTypeError: string;
|
|
453
|
+
vertifyTypeEmpty: string;
|
|
454
|
+
};
|
|
455
|
+
batchEditDialog: {
|
|
456
|
+
title: string;
|
|
457
|
+
appendText: string;
|
|
458
|
+
appendTextTip: string;
|
|
459
|
+
okText: string;
|
|
460
|
+
cancelText: string;
|
|
461
|
+
field: string;
|
|
462
|
+
fieldValue: string;
|
|
463
|
+
appendTips: string;
|
|
464
|
+
selected: string;
|
|
465
|
+
row: string;
|
|
466
|
+
confirmTitle: string;
|
|
467
|
+
neverShow: string;
|
|
468
|
+
confirmText: string;
|
|
469
|
+
};
|
|
470
|
+
pageWalker: {
|
|
471
|
+
next: string;
|
|
472
|
+
prev: string;
|
|
473
|
+
skip: string;
|
|
474
|
+
startNow: string;
|
|
475
|
+
};
|
|
476
|
+
footer: {
|
|
477
|
+
expandText: string;
|
|
478
|
+
collapseText: string;
|
|
479
|
+
};
|
|
480
|
+
discussionGroup: {
|
|
481
|
+
submit: string;
|
|
482
|
+
cancel: string;
|
|
483
|
+
colleague: string;
|
|
484
|
+
all: string;
|
|
485
|
+
related: string;
|
|
486
|
+
confirm: string;
|
|
487
|
+
reply: string;
|
|
488
|
+
emptyMessage: string;
|
|
489
|
+
placeholder: string;
|
|
490
|
+
notEmpty: string;
|
|
491
|
+
selectEmployee: string;
|
|
492
|
+
next: string;
|
|
493
|
+
emptySelected: string;
|
|
494
|
+
emptyRight: string;
|
|
495
|
+
allOrg: string;
|
|
496
|
+
selected: string;
|
|
497
|
+
section: string;
|
|
498
|
+
people: string;
|
|
499
|
+
viewMore: string;
|
|
500
|
+
per: string;
|
|
501
|
+
pcs: string;
|
|
502
|
+
emptyList: string;
|
|
503
|
+
advancedQuery: string;
|
|
504
|
+
};
|
|
505
|
+
tag: {
|
|
506
|
+
addText: string;
|
|
507
|
+
placeholder: string;
|
|
508
|
+
};
|
|
509
|
+
filterPanel: {
|
|
510
|
+
filter: string;
|
|
511
|
+
confirm: string;
|
|
512
|
+
cancel: string;
|
|
513
|
+
reset: string;
|
|
514
|
+
advancedFilter: string;
|
|
515
|
+
expand: string;
|
|
516
|
+
fold: string;
|
|
517
|
+
last1Month: string;
|
|
518
|
+
last3Month: string;
|
|
519
|
+
last6Month: string;
|
|
520
|
+
pleaseInput: string;
|
|
521
|
+
searchHistory: string;
|
|
522
|
+
searchResult: string;
|
|
523
|
+
intervalFilter: string;
|
|
524
|
+
beginPlaceHolder: string;
|
|
525
|
+
endPlaceHolder: string;
|
|
526
|
+
dateBeginPlaceHolder: string;
|
|
527
|
+
dateEndPlaceHolder: string;
|
|
528
|
+
empty: string;
|
|
529
|
+
clear: string;
|
|
530
|
+
today: string;
|
|
531
|
+
yesterday: string;
|
|
532
|
+
checkall: string;
|
|
533
|
+
};
|
|
534
|
+
scrollspy: {
|
|
535
|
+
guide: string;
|
|
536
|
+
};
|
|
537
|
+
lookupConfig: {
|
|
538
|
+
placeholder: string;
|
|
539
|
+
code: string;
|
|
540
|
+
name: string;
|
|
541
|
+
select: string;
|
|
542
|
+
filter: string;
|
|
543
|
+
helpidEmpty: string;
|
|
544
|
+
selectTitle: string;
|
|
545
|
+
lookupTitle: string;
|
|
546
|
+
sure: string;
|
|
547
|
+
cancel: string;
|
|
548
|
+
successSave: string;
|
|
549
|
+
helpIdError: string;
|
|
550
|
+
fileNamePlaceholder: string;
|
|
551
|
+
selectFileNameTitle: string;
|
|
552
|
+
bindingPath: string;
|
|
553
|
+
fieldError: string;
|
|
554
|
+
textFieldLable: string;
|
|
555
|
+
loadTypeTitle: string;
|
|
556
|
+
loadTypeList: {
|
|
557
|
+
all: string;
|
|
558
|
+
layer: string;
|
|
559
|
+
default: string;
|
|
560
|
+
};
|
|
561
|
+
powerTitle: string;
|
|
562
|
+
powerObjLabel: string;
|
|
563
|
+
powerFieldLabel: string;
|
|
564
|
+
powerOperateLabel: string;
|
|
565
|
+
linkfieldLabel: string;
|
|
566
|
+
powerDataTitle: string;
|
|
567
|
+
powerFieldTitle: string;
|
|
568
|
+
powerOperateTitle: string;
|
|
569
|
+
businessLable: string;
|
|
570
|
+
powerLable: string;
|
|
571
|
+
powerError: string;
|
|
572
|
+
operateError: string;
|
|
573
|
+
linkfieldError: string;
|
|
574
|
+
};
|
|
575
|
+
};
|
|
576
|
+
en: {
|
|
577
|
+
locale: string;
|
|
578
|
+
combo: {
|
|
579
|
+
placeholder: string;
|
|
580
|
+
emptyMsg: string;
|
|
581
|
+
};
|
|
582
|
+
combolist: {};
|
|
583
|
+
datagrid: {
|
|
584
|
+
lineNumberTitle: string;
|
|
585
|
+
emptyMessage: string;
|
|
586
|
+
pagination: {
|
|
587
|
+
previousLabel: string;
|
|
588
|
+
nextLabel: string;
|
|
589
|
+
message: string;
|
|
590
|
+
pagelist: {
|
|
591
|
+
firstText: string;
|
|
592
|
+
lastText: string;
|
|
593
|
+
};
|
|
594
|
+
};
|
|
595
|
+
filter: {
|
|
596
|
+
title: string;
|
|
597
|
+
reset: string;
|
|
598
|
+
clear: string;
|
|
599
|
+
clearAll: string;
|
|
600
|
+
setting: string;
|
|
601
|
+
nofilter: string;
|
|
602
|
+
checkAll: string;
|
|
603
|
+
and: string;
|
|
604
|
+
or: string;
|
|
605
|
+
operators: {
|
|
606
|
+
equal: string;
|
|
607
|
+
notEqual: string;
|
|
608
|
+
greater: string;
|
|
609
|
+
greaterOrEqual: string;
|
|
610
|
+
less: string;
|
|
611
|
+
lessOrEqual: string;
|
|
612
|
+
contains: string;
|
|
613
|
+
notContains: string;
|
|
614
|
+
like: string;
|
|
615
|
+
notLike: string;
|
|
616
|
+
in: string;
|
|
617
|
+
notIn: string;
|
|
618
|
+
empty: string;
|
|
619
|
+
notEmpty: string;
|
|
620
|
+
null: string;
|
|
621
|
+
notNull: string;
|
|
622
|
+
};
|
|
623
|
+
more: string;
|
|
624
|
+
};
|
|
625
|
+
settings: {
|
|
626
|
+
visible: string;
|
|
627
|
+
sortting: string;
|
|
628
|
+
title: string;
|
|
629
|
+
canchoose: string;
|
|
630
|
+
choosed: string;
|
|
631
|
+
asc: string;
|
|
632
|
+
desc: string;
|
|
633
|
+
cancelSort: string;
|
|
634
|
+
ok: string;
|
|
635
|
+
cancel: string;
|
|
636
|
+
reset: string;
|
|
637
|
+
conciseMode: string;
|
|
638
|
+
advancedMode: string;
|
|
639
|
+
formatSetting: string;
|
|
640
|
+
properties: string;
|
|
641
|
+
groupping: string;
|
|
642
|
+
allColumns: string;
|
|
643
|
+
visibleColumns: string;
|
|
644
|
+
hiddenColumns: string;
|
|
645
|
+
searchPlaceholder: string;
|
|
646
|
+
checkall: string;
|
|
647
|
+
headeralign: string;
|
|
648
|
+
dataalign: string;
|
|
649
|
+
alignLeft: string;
|
|
650
|
+
alignCenter: string;
|
|
651
|
+
alignRight: string;
|
|
652
|
+
summarytype: string;
|
|
653
|
+
summarytext: string;
|
|
654
|
+
summaryNone: string;
|
|
655
|
+
summarySum: string;
|
|
656
|
+
summaryMax: string;
|
|
657
|
+
summaryMin: string;
|
|
658
|
+
summarCount: string;
|
|
659
|
+
summaryAverage: string;
|
|
660
|
+
grouppingField: string;
|
|
661
|
+
moreGrouppingFieldWarningMessage: string;
|
|
662
|
+
grouppingSummary: string;
|
|
663
|
+
addGrouppingFieldTip: string;
|
|
664
|
+
removeGrouppingFieldTip: string;
|
|
665
|
+
grouppingSummaryType: string;
|
|
666
|
+
grouppingSummaryText: string;
|
|
667
|
+
restoreDefaultSettingsText: string;
|
|
668
|
+
simple: {
|
|
669
|
+
title: string;
|
|
670
|
+
tip: string;
|
|
671
|
+
count: string;
|
|
672
|
+
};
|
|
673
|
+
};
|
|
674
|
+
selectionData: {
|
|
675
|
+
clearAll: string;
|
|
676
|
+
tooltip: string;
|
|
677
|
+
currentLenth: string;
|
|
678
|
+
};
|
|
679
|
+
groupRow: {
|
|
680
|
+
tips: string;
|
|
681
|
+
removeColumn: string;
|
|
682
|
+
clearTip: string;
|
|
683
|
+
clear: string;
|
|
684
|
+
};
|
|
685
|
+
};
|
|
686
|
+
filterEditor: {
|
|
687
|
+
cancelButton: string;
|
|
688
|
+
okButton: string;
|
|
689
|
+
addWhere: string;
|
|
690
|
+
clear: string;
|
|
691
|
+
moveTop: string;
|
|
692
|
+
moveUp: string;
|
|
693
|
+
moveDown: string;
|
|
694
|
+
moveBottom: string;
|
|
695
|
+
leftBrackets: string;
|
|
696
|
+
field: string;
|
|
697
|
+
operator: string;
|
|
698
|
+
value: string;
|
|
699
|
+
valueType: string;
|
|
700
|
+
expressType: {
|
|
701
|
+
value: string;
|
|
702
|
+
express: string;
|
|
703
|
+
frontExpress: string;
|
|
704
|
+
};
|
|
705
|
+
rightBrackets: string;
|
|
706
|
+
relation: string;
|
|
707
|
+
relationValue: {
|
|
708
|
+
and: string;
|
|
709
|
+
or: string;
|
|
710
|
+
};
|
|
711
|
+
designTab: string;
|
|
712
|
+
jsonTab: string;
|
|
713
|
+
sqlTab: string;
|
|
714
|
+
title: string;
|
|
715
|
+
message: string;
|
|
716
|
+
validate: {
|
|
717
|
+
bracket: string;
|
|
718
|
+
relation: string;
|
|
719
|
+
field: string;
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
enumEditor: {
|
|
723
|
+
cancelButton: string;
|
|
724
|
+
okButton: string;
|
|
725
|
+
addWhere: string;
|
|
726
|
+
clear: string;
|
|
727
|
+
moveTop: string;
|
|
728
|
+
moveUp: string;
|
|
729
|
+
moveDown: string;
|
|
730
|
+
moveBottom: string;
|
|
731
|
+
title: string;
|
|
732
|
+
message: string;
|
|
733
|
+
value: string;
|
|
734
|
+
name: string;
|
|
735
|
+
};
|
|
736
|
+
lookup: {
|
|
737
|
+
placeholder: string;
|
|
738
|
+
favorites: string;
|
|
739
|
+
selected: string;
|
|
740
|
+
okText: string;
|
|
741
|
+
cancelText: string;
|
|
742
|
+
allColumns: string;
|
|
743
|
+
datalist: string;
|
|
744
|
+
mustWriteSomething: string;
|
|
745
|
+
mustChoosAdatarow: string;
|
|
746
|
+
tipText: string;
|
|
747
|
+
cascade: {
|
|
748
|
+
enable: string;
|
|
749
|
+
disable: string;
|
|
750
|
+
up: string;
|
|
751
|
+
down: string;
|
|
752
|
+
};
|
|
753
|
+
favoriteInfo: {
|
|
754
|
+
addFav: string;
|
|
755
|
+
cancelFav: string;
|
|
756
|
+
};
|
|
757
|
+
getAllChilds: string;
|
|
758
|
+
contextMenu: {
|
|
759
|
+
expandall: string;
|
|
760
|
+
collapseall: string;
|
|
761
|
+
expandByLayer: string;
|
|
762
|
+
expand1: string;
|
|
763
|
+
expand2: string;
|
|
764
|
+
expand3: string;
|
|
765
|
+
expand4: string;
|
|
766
|
+
expand5: string;
|
|
767
|
+
expand6: string;
|
|
768
|
+
expand7: string;
|
|
769
|
+
expand8: string;
|
|
770
|
+
expand9: string;
|
|
771
|
+
};
|
|
772
|
+
quick: {
|
|
773
|
+
notfind: string;
|
|
774
|
+
more: string;
|
|
775
|
+
};
|
|
776
|
+
configError: string;
|
|
777
|
+
selectedInfo: {
|
|
778
|
+
total: string;
|
|
779
|
+
clear: string;
|
|
780
|
+
remove: string;
|
|
781
|
+
confirm: string;
|
|
782
|
+
};
|
|
783
|
+
};
|
|
784
|
+
loading: {
|
|
785
|
+
message: string;
|
|
786
|
+
};
|
|
787
|
+
modal: {};
|
|
788
|
+
messager: {
|
|
789
|
+
yes: string;
|
|
790
|
+
no: string;
|
|
791
|
+
ok: string;
|
|
792
|
+
cancel: string;
|
|
793
|
+
title: string;
|
|
794
|
+
errorTitle: string;
|
|
795
|
+
prompt: {
|
|
796
|
+
fontSize: {
|
|
797
|
+
name: string;
|
|
798
|
+
small: string;
|
|
799
|
+
middle: string;
|
|
800
|
+
big: string;
|
|
801
|
+
large: string;
|
|
802
|
+
huge: string;
|
|
803
|
+
};
|
|
804
|
+
};
|
|
805
|
+
exception: {
|
|
806
|
+
expand: string;
|
|
807
|
+
collapse: string;
|
|
808
|
+
happend: string;
|
|
809
|
+
detail: string;
|
|
810
|
+
copy: string;
|
|
811
|
+
copySuccess: string;
|
|
812
|
+
copyFailed: string;
|
|
813
|
+
roger: string;
|
|
814
|
+
};
|
|
815
|
+
};
|
|
816
|
+
notify: {
|
|
817
|
+
title: string;
|
|
818
|
+
};
|
|
819
|
+
dialog: {};
|
|
820
|
+
datatable: {};
|
|
821
|
+
colorPicker: {};
|
|
822
|
+
numberSpinner: {
|
|
823
|
+
placeholder: string;
|
|
824
|
+
range: {
|
|
825
|
+
begin: string;
|
|
826
|
+
end: string;
|
|
827
|
+
};
|
|
828
|
+
};
|
|
829
|
+
inputGroup: {};
|
|
830
|
+
treetable: {
|
|
831
|
+
emptyMessage: string;
|
|
832
|
+
pagination: {
|
|
833
|
+
previousLabel: string;
|
|
834
|
+
nextLabel: string;
|
|
835
|
+
message: string;
|
|
836
|
+
};
|
|
837
|
+
};
|
|
838
|
+
multiSelect: {
|
|
839
|
+
leftTitle: string;
|
|
840
|
+
rightTitle: string;
|
|
841
|
+
noDataMoveMessage: string;
|
|
842
|
+
shiftRight: string;
|
|
843
|
+
shiftLeft: string;
|
|
844
|
+
allShiftRight: string;
|
|
845
|
+
allShiftLeft: string;
|
|
846
|
+
top: string;
|
|
847
|
+
bottom: string;
|
|
848
|
+
shiftUp: string;
|
|
849
|
+
shiftDown: string;
|
|
850
|
+
emptyData: string;
|
|
851
|
+
filterPlaceholder: string;
|
|
852
|
+
};
|
|
853
|
+
sortEditor: {
|
|
854
|
+
cancel: string;
|
|
855
|
+
ok: string;
|
|
856
|
+
add: string;
|
|
857
|
+
clear: string;
|
|
858
|
+
moveTop: string;
|
|
859
|
+
moveUp: string;
|
|
860
|
+
moveDown: string;
|
|
861
|
+
moveBottom: string;
|
|
862
|
+
field: string;
|
|
863
|
+
order: string;
|
|
864
|
+
asc: string;
|
|
865
|
+
desc: string;
|
|
866
|
+
title: string;
|
|
867
|
+
};
|
|
868
|
+
tabs: {
|
|
869
|
+
more: string;
|
|
870
|
+
};
|
|
871
|
+
timePicker: {};
|
|
872
|
+
wizard: {};
|
|
873
|
+
tree: {};
|
|
874
|
+
tooltip: {};
|
|
875
|
+
listview: {
|
|
876
|
+
emptyMessage: string;
|
|
877
|
+
};
|
|
878
|
+
text: {
|
|
879
|
+
yes: string;
|
|
880
|
+
no: string;
|
|
881
|
+
zoom: string;
|
|
882
|
+
comments: {
|
|
883
|
+
title: string;
|
|
884
|
+
manager: string;
|
|
885
|
+
empty: string;
|
|
886
|
+
};
|
|
887
|
+
};
|
|
888
|
+
switch: {};
|
|
889
|
+
sidebar: {
|
|
890
|
+
sidebar: string;
|
|
891
|
+
};
|
|
892
|
+
section: {
|
|
893
|
+
expandLabel: string;
|
|
894
|
+
collapseLabel: string;
|
|
895
|
+
};
|
|
896
|
+
pagination: {
|
|
897
|
+
message: string;
|
|
898
|
+
totalinfo: {
|
|
899
|
+
firstText: string;
|
|
900
|
+
lastText: string;
|
|
901
|
+
};
|
|
902
|
+
pagelist: {
|
|
903
|
+
firstText: string;
|
|
904
|
+
lastText: string;
|
|
905
|
+
};
|
|
906
|
+
previous: string;
|
|
907
|
+
next: string;
|
|
908
|
+
goto: {
|
|
909
|
+
prefix: string;
|
|
910
|
+
suffix: string;
|
|
911
|
+
};
|
|
912
|
+
};
|
|
913
|
+
responseToolbar: {
|
|
914
|
+
more: string;
|
|
915
|
+
};
|
|
916
|
+
queryCondition: {
|
|
917
|
+
configDialog: {
|
|
918
|
+
unSelectedOptions: string;
|
|
919
|
+
selectedOptions: string;
|
|
920
|
+
confirm: string;
|
|
921
|
+
cancel: string;
|
|
922
|
+
placeholder: string;
|
|
923
|
+
moveUp: string;
|
|
924
|
+
moveAllUp: string;
|
|
925
|
+
moveDown: string;
|
|
926
|
+
moveAllDown: string;
|
|
927
|
+
moveRight: string;
|
|
928
|
+
moveAllRight: string;
|
|
929
|
+
moveLeft: string;
|
|
930
|
+
moveAllLeft: string;
|
|
931
|
+
pleaseSelect: string;
|
|
932
|
+
noOptionMove: string;
|
|
933
|
+
selectOptionUp: string;
|
|
934
|
+
cannotMoveUp: string;
|
|
935
|
+
selectOptionTop: string;
|
|
936
|
+
optionIsTop: string;
|
|
937
|
+
selectOptionDown: string;
|
|
938
|
+
cannotMoveDown: string;
|
|
939
|
+
selectOptionBottom: string;
|
|
940
|
+
optionIsBottom: string;
|
|
941
|
+
};
|
|
942
|
+
container: {
|
|
943
|
+
query: string;
|
|
944
|
+
saveAs: string;
|
|
945
|
+
save: string;
|
|
946
|
+
config: string;
|
|
947
|
+
};
|
|
948
|
+
};
|
|
949
|
+
querySolution: {
|
|
950
|
+
saveAsDialog: {
|
|
951
|
+
queryPlanName: string;
|
|
952
|
+
setAsDefault: string;
|
|
953
|
+
confirm: string;
|
|
954
|
+
cancel: string;
|
|
955
|
+
placeholder: string;
|
|
956
|
+
pleaseInput: string;
|
|
957
|
+
title: string;
|
|
958
|
+
maxLength: string;
|
|
959
|
+
};
|
|
960
|
+
manageDialog: {
|
|
961
|
+
name: string;
|
|
962
|
+
property: string;
|
|
963
|
+
default: string;
|
|
964
|
+
operation: string;
|
|
965
|
+
confirm: string;
|
|
966
|
+
cancel: string;
|
|
967
|
+
planNameDuplicated: string;
|
|
968
|
+
system: string;
|
|
969
|
+
personal: string;
|
|
970
|
+
};
|
|
971
|
+
container: {
|
|
972
|
+
default: string;
|
|
973
|
+
manage: string;
|
|
974
|
+
arrowUp: string;
|
|
975
|
+
arrowDown: string;
|
|
976
|
+
saveAs: string;
|
|
977
|
+
empty: string;
|
|
978
|
+
save: string;
|
|
979
|
+
pleaseInput: string;
|
|
980
|
+
saveSuccess: string;
|
|
981
|
+
saveFail: string;
|
|
982
|
+
planManage: string;
|
|
983
|
+
clear: string;
|
|
984
|
+
require: string;
|
|
985
|
+
defaultName: string;
|
|
986
|
+
histroyName: string;
|
|
987
|
+
sysPresetName: string;
|
|
988
|
+
};
|
|
989
|
+
};
|
|
990
|
+
collapseDirective: {
|
|
991
|
+
expand: string;
|
|
992
|
+
fold: string;
|
|
993
|
+
};
|
|
994
|
+
avatar: {
|
|
995
|
+
imgtitle: string;
|
|
996
|
+
typeError: string;
|
|
997
|
+
sizeError: string;
|
|
998
|
+
uploadError: string;
|
|
999
|
+
loadError: string;
|
|
1000
|
+
};
|
|
1001
|
+
listFilter: {
|
|
1002
|
+
filter: string;
|
|
1003
|
+
confirm: string;
|
|
1004
|
+
cancel: string;
|
|
1005
|
+
reset: string;
|
|
1006
|
+
};
|
|
1007
|
+
progressStep: {
|
|
1008
|
+
empty: string;
|
|
1009
|
+
};
|
|
1010
|
+
languageLabel: {
|
|
1011
|
+
en: string;
|
|
1012
|
+
"zh-cn": string;
|
|
1013
|
+
"zh-CHS": string;
|
|
1014
|
+
"zh-CHT": string;
|
|
1015
|
+
ok: string;
|
|
1016
|
+
cancel: string;
|
|
1017
|
+
};
|
|
1018
|
+
verifyDetail: {
|
|
1019
|
+
vertifyTypeAll: string;
|
|
1020
|
+
vertifyTypeError: string;
|
|
1021
|
+
vertifyTypeEmpty: string;
|
|
1022
|
+
};
|
|
1023
|
+
batchEditDialog: {
|
|
1024
|
+
title: string;
|
|
1025
|
+
appendText: string;
|
|
1026
|
+
appendTextTip: string;
|
|
1027
|
+
okText: string;
|
|
1028
|
+
cancelText: string;
|
|
1029
|
+
field: string;
|
|
1030
|
+
fieldValue: string;
|
|
1031
|
+
appendTips: string;
|
|
1032
|
+
selected: string;
|
|
1033
|
+
row: string;
|
|
1034
|
+
confirmTitle: string;
|
|
1035
|
+
neverShow: string;
|
|
1036
|
+
confirmText: string;
|
|
1037
|
+
};
|
|
1038
|
+
pageWalker: {
|
|
1039
|
+
next: string;
|
|
1040
|
+
prev: string;
|
|
1041
|
+
skip: string;
|
|
1042
|
+
startNow: string;
|
|
1043
|
+
};
|
|
1044
|
+
footer: {
|
|
1045
|
+
expandText: string;
|
|
1046
|
+
collapseText: string;
|
|
1047
|
+
};
|
|
1048
|
+
discussionGroup: {
|
|
1049
|
+
submit: string;
|
|
1050
|
+
cancel: string;
|
|
1051
|
+
colleague: string;
|
|
1052
|
+
all: string;
|
|
1053
|
+
related: string;
|
|
1054
|
+
confirm: string;
|
|
1055
|
+
reply: string;
|
|
1056
|
+
emptyMessage: string;
|
|
1057
|
+
placeholder: string;
|
|
1058
|
+
notEmpty: string;
|
|
1059
|
+
selectEmployee: string;
|
|
1060
|
+
next: string;
|
|
1061
|
+
emptySelected: string;
|
|
1062
|
+
emptyRight: string;
|
|
1063
|
+
allOrg: string;
|
|
1064
|
+
selected: string;
|
|
1065
|
+
section: string;
|
|
1066
|
+
people: string;
|
|
1067
|
+
viewMore: string;
|
|
1068
|
+
per: string;
|
|
1069
|
+
pcs: string;
|
|
1070
|
+
emptyList: string;
|
|
1071
|
+
advancedQuery: string;
|
|
1072
|
+
};
|
|
1073
|
+
tag: {
|
|
1074
|
+
addText: string;
|
|
1075
|
+
placeholder: string;
|
|
1076
|
+
};
|
|
1077
|
+
filterPanel: {
|
|
1078
|
+
filter: string;
|
|
1079
|
+
confirm: string;
|
|
1080
|
+
cancel: string;
|
|
1081
|
+
reset: string;
|
|
1082
|
+
advancedFilter: string;
|
|
1083
|
+
expand: string;
|
|
1084
|
+
fold: string;
|
|
1085
|
+
last1Month: string;
|
|
1086
|
+
last3Month: string;
|
|
1087
|
+
last6Month: string;
|
|
1088
|
+
pleaseInput: string;
|
|
1089
|
+
searchHistory: string;
|
|
1090
|
+
searchResult: string;
|
|
1091
|
+
intervalFilter: string;
|
|
1092
|
+
beginPlaceHolder: string;
|
|
1093
|
+
endPlaceHolder: string;
|
|
1094
|
+
dateBeginPlaceHolder: string;
|
|
1095
|
+
dateEndPlaceHolder: string;
|
|
1096
|
+
empty: string;
|
|
1097
|
+
clear: string;
|
|
1098
|
+
today: string;
|
|
1099
|
+
yesterday: string;
|
|
1100
|
+
checkall: string;
|
|
1101
|
+
};
|
|
1102
|
+
scrollspy: {
|
|
1103
|
+
guide: string;
|
|
1104
|
+
};
|
|
1105
|
+
lookupConfig: {
|
|
1106
|
+
placeholder: string;
|
|
1107
|
+
code: string;
|
|
1108
|
+
name: string;
|
|
1109
|
+
select: string;
|
|
1110
|
+
filter: string;
|
|
1111
|
+
helpidEmpty: string;
|
|
1112
|
+
selectTitle: string;
|
|
1113
|
+
lookupTitle: string;
|
|
1114
|
+
sure: string;
|
|
1115
|
+
cancel: string;
|
|
1116
|
+
successSave: string;
|
|
1117
|
+
helpIdError: string;
|
|
1118
|
+
fileNamePlaceholder: string;
|
|
1119
|
+
selectFileNameTitle: string;
|
|
1120
|
+
bindingPath: string;
|
|
1121
|
+
fieldError: string;
|
|
1122
|
+
textFieldLable: string;
|
|
1123
|
+
loadTypeTitle: string;
|
|
1124
|
+
loadTypeList: {
|
|
1125
|
+
all: string;
|
|
1126
|
+
layer: string;
|
|
1127
|
+
default: string;
|
|
1128
|
+
};
|
|
1129
|
+
powerTitle: string;
|
|
1130
|
+
powerObjLabel: string;
|
|
1131
|
+
powerFieldLabel: string;
|
|
1132
|
+
powerOperateLabel: string;
|
|
1133
|
+
linkfieldLabel: string;
|
|
1134
|
+
powerDataTitle: string;
|
|
1135
|
+
powerFieldTitle: string;
|
|
1136
|
+
powerOperateTitle: string;
|
|
1137
|
+
businessLable: string;
|
|
1138
|
+
powerLable: string;
|
|
1139
|
+
powerError: string;
|
|
1140
|
+
operateError: string;
|
|
1141
|
+
linkfieldError: string;
|
|
1142
|
+
};
|
|
1143
|
+
};
|
|
1144
|
+
'zh-CHT': {
|
|
1145
|
+
locale: string;
|
|
1146
|
+
combo: {
|
|
1147
|
+
placeholder: string;
|
|
1148
|
+
emptyMsg: string;
|
|
1149
|
+
};
|
|
1150
|
+
combolist: {};
|
|
1151
|
+
datagrid: {
|
|
1152
|
+
lineNumberTitle: string;
|
|
1153
|
+
emptyMessage: string;
|
|
1154
|
+
pagination: {
|
|
1155
|
+
previousLabel: string;
|
|
1156
|
+
nextLabel: string;
|
|
1157
|
+
message: string;
|
|
1158
|
+
pagelist: {
|
|
1159
|
+
firstText: string;
|
|
1160
|
+
lastText: string;
|
|
1161
|
+
};
|
|
1162
|
+
};
|
|
1163
|
+
filter: {
|
|
1164
|
+
title: string;
|
|
1165
|
+
reset: string;
|
|
1166
|
+
clear: string;
|
|
1167
|
+
clearAll: string;
|
|
1168
|
+
setting: string;
|
|
1169
|
+
nofilter: string;
|
|
1170
|
+
checkAll: string;
|
|
1171
|
+
and: string;
|
|
1172
|
+
or: string;
|
|
1173
|
+
operators: {
|
|
1174
|
+
equal: string;
|
|
1175
|
+
notEqual: string;
|
|
1176
|
+
greater: string;
|
|
1177
|
+
greaterOrEqual: string;
|
|
1178
|
+
less: string;
|
|
1179
|
+
lessOrEqual: string;
|
|
1180
|
+
contains: string;
|
|
1181
|
+
notContains: string;
|
|
1182
|
+
like: string;
|
|
1183
|
+
notLike: string;
|
|
1184
|
+
in: string;
|
|
1185
|
+
notIn: string;
|
|
1186
|
+
empty: string;
|
|
1187
|
+
notEmpty: string;
|
|
1188
|
+
null: string;
|
|
1189
|
+
notNull: string;
|
|
1190
|
+
};
|
|
1191
|
+
more: string;
|
|
1192
|
+
};
|
|
1193
|
+
settings: {
|
|
1194
|
+
visible: string;
|
|
1195
|
+
sortting: string;
|
|
1196
|
+
title: string;
|
|
1197
|
+
canchoose: string;
|
|
1198
|
+
choosed: string;
|
|
1199
|
+
asc: string;
|
|
1200
|
+
desc: string;
|
|
1201
|
+
cancelSort: string;
|
|
1202
|
+
ok: string;
|
|
1203
|
+
cancel: string;
|
|
1204
|
+
reset: string;
|
|
1205
|
+
conciseMode: string;
|
|
1206
|
+
advancedMode: string;
|
|
1207
|
+
formatSetting: string;
|
|
1208
|
+
properties: string;
|
|
1209
|
+
groupping: string;
|
|
1210
|
+
allColumns: string;
|
|
1211
|
+
visibleColumns: string;
|
|
1212
|
+
hiddenColumns: string;
|
|
1213
|
+
searchPlaceholder: string;
|
|
1214
|
+
checkall: string;
|
|
1215
|
+
headeralign: string;
|
|
1216
|
+
dataalign: string;
|
|
1217
|
+
alignLeft: string;
|
|
1218
|
+
alignCenter: string;
|
|
1219
|
+
alignRight: string;
|
|
1220
|
+
summarytype: string;
|
|
1221
|
+
summarytext: string;
|
|
1222
|
+
summaryNone: string;
|
|
1223
|
+
summarySum: string;
|
|
1224
|
+
summaryMax: string;
|
|
1225
|
+
summaryMin: string;
|
|
1226
|
+
summarCount: string;
|
|
1227
|
+
summaryAverage: string;
|
|
1228
|
+
grouppingField: string;
|
|
1229
|
+
moreGrouppingFieldWarningMessage: string;
|
|
1230
|
+
grouppingSummary: string;
|
|
1231
|
+
addGrouppingFieldTip: string;
|
|
1232
|
+
removeGrouppingFieldTip: string;
|
|
1233
|
+
grouppingSummaryType: string;
|
|
1234
|
+
grouppingSummaryText: string;
|
|
1235
|
+
restoreDefaultSettingsText: string;
|
|
1236
|
+
simple: {
|
|
1237
|
+
title: string;
|
|
1238
|
+
tip: string;
|
|
1239
|
+
count: string;
|
|
1240
|
+
};
|
|
1241
|
+
};
|
|
1242
|
+
selectionData: {
|
|
1243
|
+
clearAll: string;
|
|
1244
|
+
tooltip: string;
|
|
1245
|
+
currentLenth: string;
|
|
1246
|
+
};
|
|
1247
|
+
groupRow: {
|
|
1248
|
+
tips: string;
|
|
1249
|
+
removeColumn: string;
|
|
1250
|
+
clearTip: string;
|
|
1251
|
+
clear: string;
|
|
1252
|
+
};
|
|
1253
|
+
};
|
|
1254
|
+
filterEditor: {
|
|
1255
|
+
cancelButton: string;
|
|
1256
|
+
okButton: string;
|
|
1257
|
+
addWhere: string;
|
|
1258
|
+
clear: string;
|
|
1259
|
+
moveTop: string;
|
|
1260
|
+
moveUp: string;
|
|
1261
|
+
moveDown: string;
|
|
1262
|
+
moveBottom: string;
|
|
1263
|
+
leftBrackets: string;
|
|
1264
|
+
field: string;
|
|
1265
|
+
operator: string;
|
|
1266
|
+
value: string;
|
|
1267
|
+
valueType: string;
|
|
1268
|
+
expressType: {
|
|
1269
|
+
value: string;
|
|
1270
|
+
express: string;
|
|
1271
|
+
frontExpress: string;
|
|
1272
|
+
};
|
|
1273
|
+
rightBrackets: string;
|
|
1274
|
+
relation: string;
|
|
1275
|
+
relationValue: {
|
|
1276
|
+
and: string;
|
|
1277
|
+
or: string;
|
|
1278
|
+
};
|
|
1279
|
+
designTab: string;
|
|
1280
|
+
jsonTab: string;
|
|
1281
|
+
sqlTab: string;
|
|
1282
|
+
title: string;
|
|
1283
|
+
message: string;
|
|
1284
|
+
validate: {
|
|
1285
|
+
bracket: string;
|
|
1286
|
+
relation: string;
|
|
1287
|
+
field: string;
|
|
1288
|
+
};
|
|
1289
|
+
};
|
|
1290
|
+
enumEditor: {
|
|
1291
|
+
cancelButton: string;
|
|
1292
|
+
okButton: string;
|
|
1293
|
+
addWhere: string;
|
|
1294
|
+
clear: string;
|
|
1295
|
+
moveTop: string;
|
|
1296
|
+
moveUp: string;
|
|
1297
|
+
moveDown: string;
|
|
1298
|
+
moveBottom: string;
|
|
1299
|
+
title: string;
|
|
1300
|
+
message: string;
|
|
1301
|
+
value: string;
|
|
1302
|
+
name: string;
|
|
1303
|
+
};
|
|
1304
|
+
lookup: {
|
|
1305
|
+
placeholder: string;
|
|
1306
|
+
favorites: string;
|
|
1307
|
+
selected: string;
|
|
1308
|
+
okText: string;
|
|
1309
|
+
cancelText: string;
|
|
1310
|
+
allColumns: string;
|
|
1311
|
+
datalist: string;
|
|
1312
|
+
mustWriteSomething: string;
|
|
1313
|
+
mustChoosAdatarow: string;
|
|
1314
|
+
tipText: string;
|
|
1315
|
+
cascade: {
|
|
1316
|
+
enable: string;
|
|
1317
|
+
disable: string;
|
|
1318
|
+
up: string;
|
|
1319
|
+
down: string;
|
|
1320
|
+
};
|
|
1321
|
+
favoriteInfo: {
|
|
1322
|
+
addFav: string;
|
|
1323
|
+
cancelFav: string;
|
|
1324
|
+
};
|
|
1325
|
+
getAllChilds: string;
|
|
1326
|
+
contextMenu: {
|
|
1327
|
+
expandall: string;
|
|
1328
|
+
collapseall: string;
|
|
1329
|
+
expandByLayer: string;
|
|
1330
|
+
expand1: string;
|
|
1331
|
+
expand2: string;
|
|
1332
|
+
expand3: string;
|
|
1333
|
+
expand4: string;
|
|
1334
|
+
expand5: string;
|
|
1335
|
+
expand6: string;
|
|
1336
|
+
expand7: string;
|
|
1337
|
+
expand8: string;
|
|
1338
|
+
expand9: string;
|
|
1339
|
+
};
|
|
1340
|
+
quick: {
|
|
1341
|
+
notfind: string;
|
|
1342
|
+
more: string;
|
|
1343
|
+
};
|
|
1344
|
+
configError: string;
|
|
1345
|
+
selectedInfo: {
|
|
1346
|
+
total: string;
|
|
1347
|
+
clear: string;
|
|
1348
|
+
remove: string;
|
|
1349
|
+
confirm: string;
|
|
1350
|
+
};
|
|
1351
|
+
};
|
|
1352
|
+
loading: {
|
|
1353
|
+
message: string;
|
|
1354
|
+
};
|
|
1355
|
+
modal: {};
|
|
1356
|
+
messager: {
|
|
1357
|
+
yes: string;
|
|
1358
|
+
no: string;
|
|
1359
|
+
ok: string;
|
|
1360
|
+
cancel: string;
|
|
1361
|
+
title: string;
|
|
1362
|
+
errorTitle: string;
|
|
1363
|
+
prompt: {
|
|
1364
|
+
fontSize: {
|
|
1365
|
+
name: string;
|
|
1366
|
+
small: string;
|
|
1367
|
+
middle: string;
|
|
1368
|
+
big: string;
|
|
1369
|
+
large: string;
|
|
1370
|
+
huge: string;
|
|
1371
|
+
};
|
|
1372
|
+
};
|
|
1373
|
+
exception: {
|
|
1374
|
+
expand: string;
|
|
1375
|
+
collapse: string;
|
|
1376
|
+
happend: string;
|
|
1377
|
+
detail: string;
|
|
1378
|
+
copy: string;
|
|
1379
|
+
copySuccess: string;
|
|
1380
|
+
copyFailed: string;
|
|
1381
|
+
roger: string;
|
|
1382
|
+
};
|
|
1383
|
+
};
|
|
1384
|
+
notify: {
|
|
1385
|
+
title: string;
|
|
1386
|
+
};
|
|
1387
|
+
dialog: {};
|
|
1388
|
+
datatable: {};
|
|
1389
|
+
colorPicker: {};
|
|
1390
|
+
numberSpinner: {
|
|
1391
|
+
placeholder: string;
|
|
1392
|
+
range: {
|
|
1393
|
+
begin: string;
|
|
1394
|
+
end: string;
|
|
1395
|
+
};
|
|
1396
|
+
};
|
|
1397
|
+
inputGroup: {};
|
|
1398
|
+
sortEditor: {
|
|
1399
|
+
cancel: string;
|
|
1400
|
+
ok: string;
|
|
1401
|
+
add: string;
|
|
1402
|
+
clear: string;
|
|
1403
|
+
moveTop: string;
|
|
1404
|
+
moveUp: string;
|
|
1405
|
+
moveDown: string;
|
|
1406
|
+
moveBottom: string;
|
|
1407
|
+
field: string;
|
|
1408
|
+
order: string;
|
|
1409
|
+
asc: string;
|
|
1410
|
+
desc: string;
|
|
1411
|
+
title: string;
|
|
1412
|
+
};
|
|
1413
|
+
treetable: {
|
|
1414
|
+
emptyMessage: string;
|
|
1415
|
+
pagination: {
|
|
1416
|
+
previousLabel: string;
|
|
1417
|
+
nextLabel: string;
|
|
1418
|
+
message: string;
|
|
1419
|
+
};
|
|
1420
|
+
};
|
|
1421
|
+
multiSelect: {
|
|
1422
|
+
leftTitle: string;
|
|
1423
|
+
rightTitle: string;
|
|
1424
|
+
noDataMoveMessage: string;
|
|
1425
|
+
shiftRight: string;
|
|
1426
|
+
shiftLeft: string;
|
|
1427
|
+
allShiftRight: string;
|
|
1428
|
+
allShiftLeft: string;
|
|
1429
|
+
top: string;
|
|
1430
|
+
bottom: string;
|
|
1431
|
+
shiftUp: string;
|
|
1432
|
+
shiftDown: string;
|
|
1433
|
+
emptyData: string;
|
|
1434
|
+
filterPlaceholder: string;
|
|
1435
|
+
};
|
|
1436
|
+
tabs: {
|
|
1437
|
+
more: string;
|
|
1438
|
+
};
|
|
1439
|
+
timePicker: {};
|
|
1440
|
+
wizard: {};
|
|
1441
|
+
tree: {};
|
|
1442
|
+
tooltip: {};
|
|
1443
|
+
listview: {
|
|
1444
|
+
emptyMessage: string;
|
|
1445
|
+
};
|
|
1446
|
+
text: {
|
|
1447
|
+
yes: string;
|
|
1448
|
+
no: string;
|
|
1449
|
+
zoom: string;
|
|
1450
|
+
comments: {
|
|
1451
|
+
title: string;
|
|
1452
|
+
manager: string;
|
|
1453
|
+
empty: string;
|
|
1454
|
+
};
|
|
1455
|
+
};
|
|
1456
|
+
switch: {};
|
|
1457
|
+
sidebar: {
|
|
1458
|
+
sidebar: string;
|
|
1459
|
+
};
|
|
1460
|
+
section: {
|
|
1461
|
+
expandLabel: string;
|
|
1462
|
+
collapseLabel: string;
|
|
1463
|
+
};
|
|
1464
|
+
pagination: {
|
|
1465
|
+
message: string;
|
|
1466
|
+
totalinfo: {
|
|
1467
|
+
firstText: string;
|
|
1468
|
+
lastText: string;
|
|
1469
|
+
};
|
|
1470
|
+
pagelist: {
|
|
1471
|
+
firstText: string;
|
|
1472
|
+
lastText: string;
|
|
1473
|
+
};
|
|
1474
|
+
previous: string;
|
|
1475
|
+
next: string;
|
|
1476
|
+
goto: {
|
|
1477
|
+
prefix: string;
|
|
1478
|
+
suffix: string;
|
|
1479
|
+
};
|
|
1480
|
+
};
|
|
1481
|
+
responseToolbar: {
|
|
1482
|
+
more: string;
|
|
1483
|
+
};
|
|
1484
|
+
queryCondition: {
|
|
1485
|
+
configDialog: {
|
|
1486
|
+
unSelectedOptions: string;
|
|
1487
|
+
selectedOptions: string;
|
|
1488
|
+
confirm: string;
|
|
1489
|
+
cancel: string;
|
|
1490
|
+
placeholder: string;
|
|
1491
|
+
moveUp: string;
|
|
1492
|
+
moveAllUp: string;
|
|
1493
|
+
moveDown: string;
|
|
1494
|
+
moveAllDown: string;
|
|
1495
|
+
moveRight: string;
|
|
1496
|
+
moveAllRight: string;
|
|
1497
|
+
moveLeft: string;
|
|
1498
|
+
moveAllLeft: string;
|
|
1499
|
+
pleaseSelect: string;
|
|
1500
|
+
noOptionMove: string;
|
|
1501
|
+
selectOptionUp: string;
|
|
1502
|
+
cannotMoveUp: string;
|
|
1503
|
+
selectOptionTop: string;
|
|
1504
|
+
optionIsTop: string;
|
|
1505
|
+
selectOptionDown: string;
|
|
1506
|
+
cannotMoveDown: string;
|
|
1507
|
+
selectOptionBottom: string;
|
|
1508
|
+
optionIsBottom: string;
|
|
1509
|
+
};
|
|
1510
|
+
container: {
|
|
1511
|
+
query: string;
|
|
1512
|
+
saveAs: string;
|
|
1513
|
+
save: string;
|
|
1514
|
+
config: string;
|
|
1515
|
+
};
|
|
1516
|
+
};
|
|
1517
|
+
querySolution: {
|
|
1518
|
+
saveAsDialog: {
|
|
1519
|
+
queryPlanName: string;
|
|
1520
|
+
setAsDefault: string;
|
|
1521
|
+
confirm: string;
|
|
1522
|
+
cancel: string;
|
|
1523
|
+
placeholder: string;
|
|
1524
|
+
pleaseInput: string;
|
|
1525
|
+
title: string;
|
|
1526
|
+
maxLength: string;
|
|
1527
|
+
};
|
|
1528
|
+
manageDialog: {
|
|
1529
|
+
name: string;
|
|
1530
|
+
property: string;
|
|
1531
|
+
default: string;
|
|
1532
|
+
operation: string;
|
|
1533
|
+
confirm: string;
|
|
1534
|
+
cancel: string;
|
|
1535
|
+
planNameDuplicated: string;
|
|
1536
|
+
system: string;
|
|
1537
|
+
personal: string;
|
|
1538
|
+
};
|
|
1539
|
+
container: {
|
|
1540
|
+
default: string;
|
|
1541
|
+
manage: string;
|
|
1542
|
+
arrowUp: string;
|
|
1543
|
+
arrowDown: string;
|
|
1544
|
+
saveAs: string;
|
|
1545
|
+
empty: string;
|
|
1546
|
+
save: string;
|
|
1547
|
+
pleaseInput: string;
|
|
1548
|
+
saveSuccess: string;
|
|
1549
|
+
saveFail: string;
|
|
1550
|
+
planManage: string;
|
|
1551
|
+
clear: string;
|
|
1552
|
+
require: string;
|
|
1553
|
+
defaultName: string;
|
|
1554
|
+
histroyName: string;
|
|
1555
|
+
sysPresetName: string;
|
|
1556
|
+
};
|
|
1557
|
+
};
|
|
1558
|
+
collapseDirective: {
|
|
1559
|
+
expand: string;
|
|
1560
|
+
fold: string;
|
|
1561
|
+
};
|
|
1562
|
+
avatar: {
|
|
1563
|
+
imgtitle: string;
|
|
1564
|
+
typeError: string;
|
|
1565
|
+
sizeError: string;
|
|
1566
|
+
uploadError: string;
|
|
1567
|
+
loadError: string;
|
|
1568
|
+
};
|
|
1569
|
+
listFilter: {
|
|
1570
|
+
filter: string;
|
|
1571
|
+
confirm: string;
|
|
1572
|
+
cancel: string;
|
|
1573
|
+
reset: string;
|
|
1574
|
+
};
|
|
1575
|
+
progressStep: {
|
|
1576
|
+
empty: string;
|
|
1577
|
+
};
|
|
1578
|
+
languageLabel: {
|
|
1579
|
+
en: string;
|
|
1580
|
+
"zh-cn": string;
|
|
1581
|
+
"zh-CHS": string;
|
|
1582
|
+
"zh-CHT": string;
|
|
1583
|
+
ok: string;
|
|
1584
|
+
cancel: string;
|
|
1585
|
+
};
|
|
1586
|
+
verifyDetail: {
|
|
1587
|
+
vertifyTypeAll: string;
|
|
1588
|
+
vertifyTypeError: string;
|
|
1589
|
+
vertifyTypeEmpty: string;
|
|
1590
|
+
};
|
|
1591
|
+
batchEditDialog: {
|
|
1592
|
+
title: string;
|
|
1593
|
+
appendText: string;
|
|
1594
|
+
appendTextTip: string;
|
|
1595
|
+
okText: string;
|
|
1596
|
+
cancelText: string;
|
|
1597
|
+
field: string;
|
|
1598
|
+
fieldValue: string;
|
|
1599
|
+
appendTips: string;
|
|
1600
|
+
selected: string;
|
|
1601
|
+
row: string;
|
|
1602
|
+
confirmTitle: string;
|
|
1603
|
+
neverShow: string;
|
|
1604
|
+
confirmText: string;
|
|
1605
|
+
};
|
|
1606
|
+
pageWalker: {
|
|
1607
|
+
next: string;
|
|
1608
|
+
prev: string;
|
|
1609
|
+
skip: string;
|
|
1610
|
+
startNow: string;
|
|
1611
|
+
};
|
|
1612
|
+
footer: {
|
|
1613
|
+
expandText: string;
|
|
1614
|
+
collapseText: string;
|
|
1615
|
+
};
|
|
1616
|
+
discussionGroup: {
|
|
1617
|
+
submit: string;
|
|
1618
|
+
cancel: string;
|
|
1619
|
+
colleague: string;
|
|
1620
|
+
all: string;
|
|
1621
|
+
related: string;
|
|
1622
|
+
confirm: string;
|
|
1623
|
+
reply: string;
|
|
1624
|
+
emptyMessage: string;
|
|
1625
|
+
placeholder: string;
|
|
1626
|
+
notEmpty: string;
|
|
1627
|
+
selectEmployee: string;
|
|
1628
|
+
next: string;
|
|
1629
|
+
emptySelected: string;
|
|
1630
|
+
emptyRight: string;
|
|
1631
|
+
allOrg: string;
|
|
1632
|
+
selected: string;
|
|
1633
|
+
section: string;
|
|
1634
|
+
people: string;
|
|
1635
|
+
viewMore: string;
|
|
1636
|
+
per: string;
|
|
1637
|
+
pcs: string;
|
|
1638
|
+
emptyList: string;
|
|
1639
|
+
advancedQuery: string;
|
|
1640
|
+
};
|
|
1641
|
+
tag: {
|
|
1642
|
+
addText: string;
|
|
1643
|
+
placeholder: string;
|
|
1644
|
+
};
|
|
1645
|
+
filterPanel: {
|
|
1646
|
+
filter: string;
|
|
1647
|
+
confirm: string;
|
|
1648
|
+
cancel: string;
|
|
1649
|
+
reset: string;
|
|
1650
|
+
advancedFilter: string;
|
|
1651
|
+
expand: string;
|
|
1652
|
+
fold: string;
|
|
1653
|
+
last1Month: string;
|
|
1654
|
+
last3Month: string;
|
|
1655
|
+
last6Month: string;
|
|
1656
|
+
pleaseInput: string;
|
|
1657
|
+
searchHistory: string;
|
|
1658
|
+
searchResult: string;
|
|
1659
|
+
intervalFilter: string;
|
|
1660
|
+
beginPlaceHolder: string;
|
|
1661
|
+
endPlaceHolder: string;
|
|
1662
|
+
dateBeginPlaceHolder: string;
|
|
1663
|
+
dateEndPlaceHolder: string;
|
|
1664
|
+
empty: string;
|
|
1665
|
+
clear: string;
|
|
1666
|
+
today: string;
|
|
1667
|
+
yesterday: string;
|
|
1668
|
+
checkall: string;
|
|
1669
|
+
};
|
|
1670
|
+
scrollspy: {
|
|
1671
|
+
guide: string;
|
|
1672
|
+
};
|
|
1673
|
+
lookupConfig: {
|
|
1674
|
+
placeholder: string;
|
|
1675
|
+
code: string;
|
|
1676
|
+
name: string;
|
|
1677
|
+
select: string;
|
|
1678
|
+
filter: string;
|
|
1679
|
+
helpidEmpty: string;
|
|
1680
|
+
selectTitle: string;
|
|
1681
|
+
lookupTitle: string;
|
|
1682
|
+
sure: string;
|
|
1683
|
+
cancel: string;
|
|
1684
|
+
successSave: string;
|
|
1685
|
+
helpIdError: string;
|
|
1686
|
+
fileNamePlaceholder: string;
|
|
1687
|
+
selectFileNameTitle: string;
|
|
1688
|
+
bindingPath: string;
|
|
1689
|
+
fieldError: string;
|
|
1690
|
+
textFieldLable: string;
|
|
1691
|
+
loadTypeTitle: string;
|
|
1692
|
+
loadTypeList: {
|
|
1693
|
+
all: string;
|
|
1694
|
+
layer: string;
|
|
1695
|
+
default: string;
|
|
1696
|
+
};
|
|
1697
|
+
powerTitle: string;
|
|
1698
|
+
powerObjLabel: string;
|
|
1699
|
+
powerFieldLabel: string;
|
|
1700
|
+
powerOperateLabel: string;
|
|
1701
|
+
linkfieldLabel: string;
|
|
1702
|
+
powerDataTitle: string;
|
|
1703
|
+
powerFieldTitle: string;
|
|
1704
|
+
powerOperateTitle: string;
|
|
1705
|
+
businessLable: string;
|
|
1706
|
+
powerLable: string;
|
|
1707
|
+
powerError: string;
|
|
1708
|
+
operateError: string;
|
|
1709
|
+
linkfieldError: string;
|
|
1710
|
+
};
|
|
1711
|
+
};
|
|
1712
|
+
};
|