@koi-design/uxd-ui 14.0.1 → 14.0.2

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.
Files changed (81) hide show
  1. package/es/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
  2. package/es/components/AutoComplete/index.d.ts +18 -0
  3. package/es/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
  4. package/es/components/ColorPicker/index.d.ts +18 -0
  5. package/es/components/Dropdown/DropdownMenu.mjs +0 -1
  6. package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
  7. package/es/components/Input/Input.d.ts +6 -0
  8. package/es/components/Input/Input.mjs +1 -0
  9. package/es/components/Input/Input.mjs.map +1 -1
  10. package/es/components/Input/Input.type.d.ts +3 -0
  11. package/es/components/Input/Input.type.mjs +3 -0
  12. package/es/components/Input/Input.type.mjs.map +1 -1
  13. package/es/components/Input/index.d.ts +9 -0
  14. package/es/components/Pagination/Options.d.ts +8 -0
  15. package/es/components/Pagination/Options.mjs +6 -1
  16. package/es/components/Pagination/Options.mjs.map +1 -1
  17. package/es/components/Pagination/Pagination.d.ts +8 -0
  18. package/es/components/Pagination/Pagination.mjs +2 -0
  19. package/es/components/Pagination/Pagination.mjs.map +1 -1
  20. package/es/components/Pagination/index.d.ts +16 -0
  21. package/es/components/Table/Table.vue.d.ts +16 -0
  22. package/es/components/Transfer/Transfer.vue.d.ts +27 -0
  23. package/es/components/Transfer/TransferList.vue.d.ts +9 -0
  24. package/es/components/Transfer/index.d.ts +72 -0
  25. package/lib/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
  26. package/lib/components/AutoComplete/index.d.ts +18 -0
  27. package/lib/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
  28. package/lib/components/ColorPicker/index.d.ts +18 -0
  29. package/lib/components/Dropdown/DropdownMenu.js +0 -1
  30. package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
  31. package/lib/components/Input/Input.d.ts +6 -0
  32. package/lib/components/Input/Input.js +1 -0
  33. package/lib/components/Input/Input.js.map +1 -1
  34. package/lib/components/Input/Input.type.d.ts +3 -0
  35. package/lib/components/Input/Input.type.js +3 -0
  36. package/lib/components/Input/Input.type.js.map +1 -1
  37. package/lib/components/Input/index.d.ts +9 -0
  38. package/lib/components/Pagination/Options.d.ts +8 -0
  39. package/lib/components/Pagination/Options.js +6 -1
  40. package/lib/components/Pagination/Options.js.map +1 -1
  41. package/lib/components/Pagination/Pagination.d.ts +8 -0
  42. package/lib/components/Pagination/Pagination.js +2 -0
  43. package/lib/components/Pagination/Pagination.js.map +1 -1
  44. package/lib/components/Pagination/index.d.ts +16 -0
  45. package/lib/components/Table/Table.vue.d.ts +16 -0
  46. package/lib/components/Transfer/Transfer.vue.d.ts +27 -0
  47. package/lib/components/Transfer/TransferList.vue.d.ts +9 -0
  48. package/lib/components/Transfer/index.d.ts +72 -0
  49. package/package.json +1 -1
  50. package/styles/components/cascader/index.css +1 -1
  51. package/styles/components/dropdown/index.css +1 -1
  52. package/styles/components/dropdown/index.less +12 -26
  53. package/styles/components/dropdown/var.less +6 -19
  54. package/styles/components/form/index.css +1 -1
  55. package/styles/components/form/index.less +25 -12
  56. package/styles/components/pagination/index.css +1 -1
  57. package/styles/components/pagination/index.less +41 -178
  58. package/styles/components/pagination/var.less +8 -21
  59. package/styles/components/select/index.css +1 -1
  60. package/styles/components/select/index.less +3 -10
  61. package/styles/components/select/var.less +1 -3
  62. package/styles/index.css +1 -1
  63. package/types/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
  64. package/types/components/AutoComplete/index.d.ts +18 -0
  65. package/types/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
  66. package/types/components/ColorPicker/index.d.ts +18 -0
  67. package/types/components/Input/Input.d.ts +6 -0
  68. package/types/components/Input/Input.type.d.ts +3 -0
  69. package/types/components/Input/index.d.ts +9 -0
  70. package/types/components/Pagination/Options.d.ts +8 -0
  71. package/types/components/Pagination/Pagination.d.ts +8 -0
  72. package/types/components/Pagination/index.d.ts +16 -0
  73. package/types/components/Table/Table.vue.d.ts +16 -0
  74. package/types/components/Transfer/Transfer.vue.d.ts +27 -0
  75. package/types/components/Transfer/TransferList.vue.d.ts +9 -0
  76. package/types/components/Transfer/index.d.ts +72 -0
  77. package/uxd-ui.css +1 -1
  78. package/uxd-ui.esm.min.mjs +3 -3
  79. package/uxd-ui.esm.mjs +13 -3
  80. package/uxd-ui.umd.js +13 -3
  81. package/uxd-ui.umd.min.js +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.mjs","sources":["../../../../src/components/Pagination/Pagination.tsx"],"sourcesContent":["import { defineComponent, computed, ref, watch } from 'vue';\nimport { ChevronRight, ChevronLeft } from 'lucide-vue-next';\nimport UIcon from '@uxd-ui/components/Icon';\nimport UInput from '@uxd-ui/components/Input';\nimport useGlobalConfig from '../base/hooks/useGlobalConfig';\nimport useCalculate from './hooks/useCalculate';\nimport useGenerateList from './hooks/useGenerateList';\nimport keyCode from '../../utils/KeyCode';\nimport Pager from './Pager.vue';\nimport Options from './Options';\nimport { paginationProps, paginationEmits } from './Pagination.type';\n\nexport default defineComponent({\n name: 'UPagination',\n components: {\n Pager,\n Options,\n UIcon,\n ChevronRight,\n ChevronLeft\n },\n props: paginationProps,\n emits: paginationEmits,\n setup(props, { emit }) {\n const { prefixCls, config: globalConfig } = useGlobalConfig('pagination');\n const stateCurrent = ref(1);\n const statePageSize = ref(10);\n\n const { calculatePage } = useCalculate();\n const { generatePagerList } = useGenerateList(props, stateCurrent, statePageSize, calculatePage);\n // ===================== computed ============================\n const computedLocale = computed(() => {\n return props.locale || globalConfig.locale.pagination;\n });\n const prevDisabled = computed(() => {\n return stateCurrent.value === 1;\n });\n const nextDisabled = computed(() => {\n return stateCurrent.value === calculatePage(undefined, statePageSize.value, props.total);\n });\n const totalPage = computed(() => {\n return calculatePage(undefined, statePageSize.value, props.total);\n });\n\n const isSimple = computed(() => {\n return props.simple || props.variant === 'simple';\n });\n\n watch(\n () => props.current,\n (val) => {\n stateCurrent.value = val;\n },\n { immediate: true }\n );\n\n watch(\n () => props.pageSize,\n (val) => {\n statePageSize.value = val;\n },\n { immediate: true }\n );\n\n const pagerList = computed(() => {\n return generatePagerList(totalPage.value, computedLocale.value, prefixCls.value);\n });\n\n const isValueValid = (value: number) => {\n return typeof value === 'number' && Number.isFinite(value) && Math.floor(value) === value;\n };\n const onChangePage = (page: number) => {\n const pageBool = isValueValid(page) && page !== stateCurrent.value;\n const result = props.beforeChange ? props.beforeChange(page) : true;\n if (pageBool && !props.disabled && result) {\n // const currentPage = calculatePage(\n // undefined,\n // statePageSize.value,\n // props.total\n // );\n if (page > totalPage.value) {\n stateCurrent.value = totalPage.value;\n } else if (page < 1) {\n stateCurrent.value = 1;\n } else {\n stateCurrent.value = page;\n }\n emit('update:current', stateCurrent.value);\n emit('change', stateCurrent.value, statePageSize.value);\n }\n };\n const onChangePageSize = (size: number) => {\n const newTotal = calculatePage(size, statePageSize.value, props.total);\n stateCurrent.value = stateCurrent.value > newTotal ? newTotal : stateCurrent.value;\n statePageSize.value = size;\n emit('update:current', stateCurrent.value);\n emit('update:pageSize', statePageSize.value);\n emit('page-size-change', statePageSize.value, stateCurrent.value);\n };\n const onPrev = () => {\n if (stateCurrent.value > 1) {\n const page = stateCurrent.value - 1;\n onChangePage(page);\n }\n };\n const onNext = () => {\n if (stateCurrent.value < totalPage.value) {\n const page = stateCurrent.value + 1;\n onChangePage(page);\n }\n };\n const getValidValue = (e: any) => {\n const inputValue = e.target.value;\n let value;\n if (inputValue === '') {\n value = inputValue;\n } else if (Number.isNaN(Number(inputValue))) {\n value = stateCurrent.value;\n } else if (inputValue >= totalPage.value) {\n value = totalPage.value;\n } else {\n value = Number(inputValue);\n }\n\n return value;\n };\n\n const onKeyDown = (e: any) => {\n if (e.keyCode === keyCode.UP || e.keyCode === keyCode.DOWN) {\n e.preventDefault();\n }\n };\n const onKeyUp = (e: any) => {\n if (e.isComposing || e.target.composing) return;\n const value = getValidValue(e);\n if (e.keyCode === keyCode.ENTER) {\n onChangePage(value);\n } else if (e.keyCode === keyCode.UP) {\n onChangePage(value + 1);\n } else if (e.keyCode === keyCode.DOWN) {\n onChangePage(value - 1);\n }\n };\n const onBlur = (e: any) => {\n const value = getValidValue(e);\n if (value === stateCurrent.value) {\n e.target.value = value;\n } else {\n stateCurrent.value = value;\n }\n\n onChangePage(stateCurrent.value);\n };\n const onKeyEnter = (event: KeyboardEvent, callBack: () => void) => {\n if (event.key === 'Enter' || event.charCode === 13) {\n callBack();\n }\n };\n const onPrevEnter = (event: KeyboardEvent) => {\n onKeyEnter(event, onPrev);\n };\n const onNextEnter = (event: KeyboardEvent) => {\n onKeyEnter(event, onNext);\n };\n return {\n prefixCls,\n stateCurrent,\n statePageSize,\n computedLocale,\n totalPage,\n pagerList,\n prevDisabled,\n nextDisabled,\n isSimple,\n onChangePage,\n onChangePageSize,\n onPrev,\n onNext,\n onKeyDown,\n onKeyUp,\n onBlur,\n onKeyEnter,\n onPrevEnter,\n onNextEnter\n };\n },\n render() {\n const { prefixCls } = this;\n const previousBtn = () => {\n return (\n <li\n class={[\n `${prefixCls}-item`,\n `${prefixCls}-prev`,\n {\n [`${prefixCls}-item-disabled`]: this.prevDisabled,\n [`${prefixCls}-item-simple`]: this.isSimple,\n [`${prefixCls}-item-custom`]: !!this.$slots.customPrev\n }\n ]}\n title={this.computedLocale.prevPage}\n tabindex={this.prevDisabled || this.disabled ? undefined : 0}\n onClick={this.onPrev}\n onKeypress={this.onPrevEnter}\n >\n {this.$slots.customPrev && !this.isSimple ? (\n this.$slots.customPrev()\n ) : (\n <a class={`${prefixCls}-item-link`}>\n <UIcon>\n <ChevronLeft />\n </UIcon>\n </a>\n )}\n </li>\n );\n };\n const nextBtn = () => {\n return (\n <li\n class={[\n `${prefixCls}-item`,\n `${prefixCls}-next`,\n {\n [`${prefixCls}-item-disabled`]: this.nextDisabled,\n [`${prefixCls}-item-simple`]: this.isSimple,\n [`${prefixCls}-item-custom`]: !!this.$slots.customNext\n }\n ]}\n title={this.computedLocale.nextPage}\n tabindex={this.nextDisabled || this.disabled ? undefined : 0}\n onClick={this.onNext}\n onKeypress={this.onNextEnter}\n >\n {this.$slots.customNext && !this.isSimple ? (\n this.$slots.customNext()\n ) : (\n <a class={`${prefixCls}-item-link`}>\n <UIcon>\n <ChevronRight />\n </UIcon>\n </a>\n )}\n </li>\n );\n };\n\n const pagerContent = () => {\n if (this.isSimple) {\n return (\n <li class={`${prefixCls}-simple-pager`} title={`${this.stateCurrent} / ${this.totalPage}`}>\n <UInput\n modelValue={this.stateCurrent}\n disabled={this.disabled}\n size={this.size}\n onKeyup={this.onKeyUp}\n onKeydown={this.onKeyDown}\n onBlur={this.onBlur}\n />\n <span class={`${prefixCls}-slash`}>/</span>\n <span class={`${prefixCls}-slash`}>{this.totalPage}</span>\n </li>\n );\n }\n return this.pagerList.map((pager) => (\n <Pager\n key={pager.key}\n active={pager.active}\n page={pager.page}\n title={pager.title}\n type={pager.type}\n prefixCls={prefixCls}\n disabled={this.disabled}\n className={pager.className}\n onClick={this.onChangePage}\n onKeyEnter={this.onKeyEnter}\n />\n ));\n };\n\n const totalContent = (\n <li class={`${prefixCls}-total-text`}>\n {this.$slots.totalText\n ? this.$slots.totalText({\n data: {\n total: this.total,\n range: [(this.stateCurrent - 1) * this.statePageSize + 1, this.stateCurrent * this.statePageSize]\n }\n })\n : `${this.computedLocale.total} ${this.total} ${this.computedLocale.item}`}\n </li>\n );\n\n return (\n <ul\n ref=\"paginationRef\"\n class={[\n `${prefixCls}`,\n `${prefixCls}-size-${this.size}`,\n `${prefixCls}-align-${this.align}`,\n {\n [`${prefixCls}-disabled`]: this.disabled,\n [`${prefixCls}-variant-${this.variant}`]: !this.isSimple,\n [`${prefixCls}-variant-simple`]: this.isSimple\n }\n ]}\n >\n {this.showTotal && !this.isSimple && totalContent}\n {previousBtn()}\n {pagerContent()}\n {nextBtn()}\n {!this.isSimple && (\n <Options\n prefixCls={prefixCls}\n disabled={this.disabled}\n size={this.size}\n locale={this.computedLocale}\n current={this.stateCurrent}\n showSizer={this.showSizer}\n showElevator={this.showElevator}\n pageSize={this.statePageSize}\n dropdownWidth={this.selectDropdownWidth}\n variant={this.variant}\n pageSizeOptions={this.pageSizeOptions}\n onChange-page-size={this.onChangePageSize}\n onChange-page={this.onChangePage}\n />\n )}\n </ul>\n );\n }\n});\n"],"names":["defineComponent","name","components","Pager","Options","UIcon","ChevronRight","ChevronLeft","props","paginationProps","emits","paginationEmits","setup","emit","prefixCls","config","globalConfig","useGlobalConfig","stateCurrent","ref","statePageSize","calculatePage","useCalculate","generatePagerList","useGenerateList","computedLocale","computed","locale","pagination","prevDisabled","value","nextDisabled","undefined","total","totalPage","isSimple","simple","variant","watch","current","val","immediate","pageSize","pagerList","isValueValid","Number","isFinite","Math","floor","onChangePage","page","pageBool","result","beforeChange","disabled","onChangePageSize","size","newTotal","onPrev","onNext","getValidValue","e","inputValue","target","isNaN","onKeyDown","keyCode","UP","DOWN","preventDefault","onKeyUp","isComposing","composing","ENTER","onBlur","onKeyEnter","event","callBack","key","charCode","onPrevEnter","onNextEnter","render","previousBtn","_createVNode","$slots","customPrev","prevPage","default","nextBtn","customNext","nextPage","pagerContent","UInput","_createTextVNode","map","pager","active","title","type","className","totalContent","totalText","data","range","item","align","showTotal","showSizer","showElevator","selectDropdownWidth","pageSizeOptions"],"mappings":"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"}
1
+ {"version":3,"file":"Pagination.mjs","sources":["../../../../src/components/Pagination/Pagination.tsx"],"sourcesContent":["import { defineComponent, computed, ref, watch } from 'vue';\nimport { ChevronRight, ChevronLeft } from 'lucide-vue-next';\nimport UIcon from '@uxd-ui/components/Icon';\nimport UInput from '@uxd-ui/components/Input';\nimport useGlobalConfig from '../base/hooks/useGlobalConfig';\nimport useCalculate from './hooks/useCalculate';\nimport useGenerateList from './hooks/useGenerateList';\nimport keyCode from '../../utils/KeyCode';\nimport Pager from './Pager.vue';\nimport Options from './Options';\nimport { paginationProps, paginationEmits } from './Pagination.type';\n\nexport default defineComponent({\n name: 'UPagination',\n components: {\n Pager,\n Options,\n UIcon,\n ChevronRight,\n ChevronLeft\n },\n props: paginationProps,\n emits: paginationEmits,\n setup(props, { emit }) {\n const { prefixCls, config: globalConfig } = useGlobalConfig('pagination');\n const stateCurrent = ref(1);\n const statePageSize = ref(10);\n\n const { calculatePage } = useCalculate();\n const { generatePagerList } = useGenerateList(props, stateCurrent, statePageSize, calculatePage);\n // ===================== computed ============================\n const computedLocale = computed(() => {\n return props.locale || globalConfig.locale.pagination;\n });\n const prevDisabled = computed(() => {\n return stateCurrent.value === 1;\n });\n const nextDisabled = computed(() => {\n return stateCurrent.value === calculatePage(undefined, statePageSize.value, props.total);\n });\n const totalPage = computed(() => {\n return calculatePage(undefined, statePageSize.value, props.total);\n });\n\n const isSimple = computed(() => {\n return props.simple || props.variant === 'simple';\n });\n\n watch(\n () => props.current,\n (val) => {\n stateCurrent.value = val;\n },\n { immediate: true }\n );\n\n watch(\n () => props.pageSize,\n (val) => {\n statePageSize.value = val;\n },\n { immediate: true }\n );\n\n const pagerList = computed(() => {\n return generatePagerList(totalPage.value, computedLocale.value, prefixCls.value);\n });\n\n const isValueValid = (value: number) => {\n return typeof value === 'number' && Number.isFinite(value) && Math.floor(value) === value;\n };\n const onChangePage = (page: number) => {\n const pageBool = isValueValid(page) && page !== stateCurrent.value;\n const result = props.beforeChange ? props.beforeChange(page) : true;\n if (pageBool && !props.disabled && result) {\n // const currentPage = calculatePage(\n // undefined,\n // statePageSize.value,\n // props.total\n // );\n if (page > totalPage.value) {\n stateCurrent.value = totalPage.value;\n } else if (page < 1) {\n stateCurrent.value = 1;\n } else {\n stateCurrent.value = page;\n }\n emit('update:current', stateCurrent.value);\n emit('change', stateCurrent.value, statePageSize.value);\n }\n };\n const onChangePageSize = (size: number) => {\n const newTotal = calculatePage(size, statePageSize.value, props.total);\n stateCurrent.value = stateCurrent.value > newTotal ? newTotal : stateCurrent.value;\n statePageSize.value = size;\n emit('update:current', stateCurrent.value);\n emit('update:pageSize', statePageSize.value);\n emit('page-size-change', statePageSize.value, stateCurrent.value);\n };\n const onPrev = () => {\n if (stateCurrent.value > 1) {\n const page = stateCurrent.value - 1;\n onChangePage(page);\n }\n };\n const onNext = () => {\n if (stateCurrent.value < totalPage.value) {\n const page = stateCurrent.value + 1;\n onChangePage(page);\n }\n };\n const getValidValue = (e: any) => {\n const inputValue = e.target.value;\n let value;\n if (inputValue === '') {\n value = inputValue;\n } else if (Number.isNaN(Number(inputValue))) {\n value = stateCurrent.value;\n } else if (inputValue >= totalPage.value) {\n value = totalPage.value;\n } else {\n value = Number(inputValue);\n }\n\n return value;\n };\n\n const onKeyDown = (e: any) => {\n if (e.keyCode === keyCode.UP || e.keyCode === keyCode.DOWN) {\n e.preventDefault();\n }\n };\n const onKeyUp = (e: any) => {\n if (e.isComposing || e.target.composing) return;\n const value = getValidValue(e);\n if (e.keyCode === keyCode.ENTER) {\n onChangePage(value);\n } else if (e.keyCode === keyCode.UP) {\n onChangePage(value + 1);\n } else if (e.keyCode === keyCode.DOWN) {\n onChangePage(value - 1);\n }\n };\n const onBlur = (e: any) => {\n const value = getValidValue(e);\n if (value === stateCurrent.value) {\n e.target.value = value;\n } else {\n stateCurrent.value = value;\n }\n\n onChangePage(stateCurrent.value);\n };\n const onKeyEnter = (event: KeyboardEvent, callBack: () => void) => {\n if (event.key === 'Enter' || event.charCode === 13) {\n callBack();\n }\n };\n const onPrevEnter = (event: KeyboardEvent) => {\n onKeyEnter(event, onPrev);\n };\n const onNextEnter = (event: KeyboardEvent) => {\n onKeyEnter(event, onNext);\n };\n return {\n prefixCls,\n stateCurrent,\n statePageSize,\n computedLocale,\n totalPage,\n pagerList,\n prevDisabled,\n nextDisabled,\n isSimple,\n onChangePage,\n onChangePageSize,\n onPrev,\n onNext,\n onKeyDown,\n onKeyUp,\n onBlur,\n onKeyEnter,\n onPrevEnter,\n onNextEnter\n };\n },\n render() {\n const { prefixCls } = this;\n const previousBtn = () => {\n return (\n <li\n class={[\n `${prefixCls}-item`,\n `${prefixCls}-prev`,\n {\n [`${prefixCls}-item-disabled`]: this.prevDisabled,\n [`${prefixCls}-item-simple`]: this.isSimple,\n [`${prefixCls}-item-custom`]: !!this.$slots.customPrev\n }\n ]}\n title={this.computedLocale.prevPage}\n tabindex={this.prevDisabled || this.disabled ? undefined : 0}\n onClick={this.onPrev}\n onKeypress={this.onPrevEnter}\n >\n {this.$slots.customPrev && !this.isSimple ? (\n this.$slots.customPrev()\n ) : (\n <a class={`${prefixCls}-item-link`}>\n <UIcon>\n <ChevronLeft />\n </UIcon>\n </a>\n )}\n </li>\n );\n };\n const nextBtn = () => {\n return (\n <li\n class={[\n `${prefixCls}-item`,\n `${prefixCls}-next`,\n {\n [`${prefixCls}-item-disabled`]: this.nextDisabled,\n [`${prefixCls}-item-simple`]: this.isSimple,\n [`${prefixCls}-item-custom`]: !!this.$slots.customNext\n }\n ]}\n title={this.computedLocale.nextPage}\n tabindex={this.nextDisabled || this.disabled ? undefined : 0}\n onClick={this.onNext}\n onKeypress={this.onNextEnter}\n >\n {this.$slots.customNext && !this.isSimple ? (\n this.$slots.customNext()\n ) : (\n <a class={`${prefixCls}-item-link`}>\n <UIcon>\n <ChevronRight />\n </UIcon>\n </a>\n )}\n </li>\n );\n };\n\n const pagerContent = () => {\n if (this.isSimple) {\n return (\n <li class={`${prefixCls}-simple-pager`} title={`${this.stateCurrent} / ${this.totalPage}`}>\n <UInput\n modelValue={this.stateCurrent}\n disabled={this.disabled}\n size={this.size}\n inputSize={this.totalPage.toString().length}\n onKeyup={this.onKeyUp}\n onKeydown={this.onKeyDown}\n onBlur={this.onBlur}\n />\n <span class={`${prefixCls}-slash`}>/</span>\n <span class={`${prefixCls}-slash`}>{this.totalPage}</span>\n </li>\n );\n }\n return this.pagerList.map((pager) => (\n <Pager\n key={pager.key}\n active={pager.active}\n page={pager.page}\n title={pager.title}\n type={pager.type}\n prefixCls={prefixCls}\n disabled={this.disabled}\n className={pager.className}\n onClick={this.onChangePage}\n onKeyEnter={this.onKeyEnter}\n />\n ));\n };\n\n const totalContent = (\n <li class={`${prefixCls}-total-text`}>\n {this.$slots.totalText\n ? this.$slots.totalText({\n data: {\n total: this.total,\n range: [(this.stateCurrent - 1) * this.statePageSize + 1, this.stateCurrent * this.statePageSize]\n }\n })\n : `${this.computedLocale.total} ${this.total} ${this.computedLocale.item}`}\n </li>\n );\n\n return (\n <ul\n ref=\"paginationRef\"\n class={[\n `${prefixCls}`,\n `${prefixCls}-size-${this.size}`,\n `${prefixCls}-align-${this.align}`,\n {\n [`${prefixCls}-disabled`]: this.disabled,\n [`${prefixCls}-variant-${this.variant}`]: !this.isSimple,\n [`${prefixCls}-variant-simple`]: this.isSimple\n }\n ]}\n >\n {this.showTotal && !this.isSimple && totalContent}\n {previousBtn()}\n {pagerContent()}\n {nextBtn()}\n {!this.isSimple && (\n <Options\n prefixCls={prefixCls}\n disabled={this.disabled}\n size={this.size}\n locale={this.computedLocale}\n current={this.stateCurrent}\n showSizer={this.showSizer}\n showElevator={this.showElevator}\n pageSize={this.statePageSize}\n dropdownWidth={this.selectDropdownWidth}\n variant={this.variant}\n pageSizeOptions={this.pageSizeOptions}\n totalPage={this.totalPage}\n onChange-page-size={this.onChangePageSize}\n onChange-page={this.onChangePage}\n />\n )}\n </ul>\n );\n }\n});\n"],"names":["defineComponent","name","components","Pager","Options","UIcon","ChevronRight","ChevronLeft","props","paginationProps","emits","paginationEmits","setup","emit","prefixCls","config","globalConfig","useGlobalConfig","stateCurrent","ref","statePageSize","calculatePage","useCalculate","generatePagerList","useGenerateList","computedLocale","computed","locale","pagination","prevDisabled","value","nextDisabled","undefined","total","totalPage","isSimple","simple","variant","watch","current","val","immediate","pageSize","pagerList","isValueValid","Number","isFinite","Math","floor","onChangePage","page","pageBool","result","beforeChange","disabled","onChangePageSize","size","newTotal","onPrev","onNext","getValidValue","e","inputValue","target","isNaN","onKeyDown","keyCode","UP","DOWN","preventDefault","onKeyUp","isComposing","composing","ENTER","onBlur","onKeyEnter","event","callBack","key","charCode","onPrevEnter","onNextEnter","render","previousBtn","_createVNode","$slots","customPrev","prevPage","default","nextBtn","customNext","nextPage","pagerContent","UInput","toString","length","_createTextVNode","map","pager","active","title","type","className","totalContent","totalText","data","range","item","align","showTotal","showSizer","showElevator","selectDropdownWidth","pageSizeOptions"],"mappings":";;;;;;;;;;;;AAYA,iBAAeA,gBAAgB;AAAA,EAC7BC,MAAM;AAAA,EACNC,YAAY;AAAA,IACVC;AAAAA,IACAC;AAAAA,IACAC;AAAAA,IACAC;AAAAA,IACAC;AAAAA;AACF,EACAC,OAAOC;AAAAA,EACPC,OAAOC;AAAAA,EACPC,MAAMJ,OAAO;AAAA,IAAEK;AAAAA,KAAQ;AACrB,UAAM;AAAA,MAAEC;AAAAA,MAAWC,QAAQC;AAAAA,QAAiBC,gBAAgB,YAAY;AACxE,UAAMC,eAAeC,IAAI,CAAC;AAC1B,UAAMC,gBAAgBD,IAAI,EAAE;AAE5B,UAAM;AAAA,MAAEE;AAAAA,QAAkBC;AAC1B,UAAM;AAAA,MAAEC;AAAAA,QAAsBC,gBAAgBhB,OAAOU,cAAcE,eAAeC,aAAa;AAE/F,UAAMI,iBAAiBC,SAAS,MAAM;AACpC,aAAOlB,MAAMmB,UAAUX,aAAaW,OAAOC;AAAAA,KAC5C;AACD,UAAMC,eAAeH,SAAS,MAAM;AAClC,aAAOR,aAAaY,UAAU;AAAA,KAC/B;AACD,UAAMC,eAAeL,SAAS,MAAM;AAClC,aAAOR,aAAaY,UAAUT,cAAcW,QAAWZ,cAAcU,OAAOtB,MAAMyB,KAAK;AAAA,KACxF;AACD,UAAMC,YAAYR,SAAS,MAAM;AAC/B,aAAOL,cAAcW,QAAWZ,cAAcU,OAAOtB,MAAMyB,KAAK;AAAA,KACjE;AAED,UAAME,WAAWT,SAAS,MAAM;AAC9B,aAAOlB,MAAM4B,UAAU5B,MAAM6B,YAAY;AAAA,KAC1C;AAEDC,UACE,MAAM9B,MAAM+B,SACXC,SAAQ;AACPtB,mBAAaY,QAAQU;AAAAA,OAEvB;AAAA,MAAEC,WAAW;AAAA,KACf;AAEAH,UACE,MAAM9B,MAAMkC,UACXF,SAAQ;AACPpB,oBAAcU,QAAQU;AAAAA,OAExB;AAAA,MAAEC,WAAW;AAAA,KACf;AAEA,UAAME,YAAYjB,SAAS,MAAM;AAC/B,aAAOH,kBAAkBW,UAAUJ,OAAOL,eAAeK,OAAOhB,UAAUgB,KAAK;AAAA,KAChF;AAED,UAAMc,eAAgBd,WAAkB;AACtC,aAAO,OAAOA,UAAU,YAAYe,OAAOC,SAAShB,KAAK,KAAKiB,KAAKC,MAAMlB,KAAK,MAAMA;AAAAA;AAEtF,UAAMmB,eAAgBC,UAAiB;AACrC,YAAMC,WAAWP,aAAaM,IAAI,KAAKA,SAAShC,aAAaY;AAC7D,YAAMsB,SAAS5C,MAAM6C,eAAe7C,MAAM6C,aAAaH,IAAI,IAAI;AAC/D,UAAIC,YAAY,CAAC3C,MAAM8C,YAAYF,QAAQ;AAMzC,YAAIF,OAAOhB,UAAUJ,OAAO;AAC1BZ,uBAAaY,QAAQI,UAAUJ;AAAAA,mBACtBoB,OAAO,GAAG;AACnBhC,uBAAaY,QAAQ;AAAA,eAChB;AACLZ,uBAAaY,QAAQoB;AAAAA;AAEvBrC,aAAK,kBAAkBK,aAAaY,KAAK;AACzCjB,aAAK,UAAUK,aAAaY,OAAOV,cAAcU,KAAK;AAAA;AACxD;AAEF,UAAMyB,mBAAoBC,UAAiB;AACzC,YAAMC,WAAWpC,cAAcmC,MAAMpC,cAAcU,OAAOtB,MAAMyB,KAAK;AACrEf,mBAAaY,QAAQZ,aAAaY,QAAQ2B,WAAWA,WAAWvC,aAAaY;AAC7EV,oBAAcU,QAAQ0B;AACtB3C,WAAK,kBAAkBK,aAAaY,KAAK;AACzCjB,WAAK,mBAAmBO,cAAcU,KAAK;AAC3CjB,WAAK,oBAAoBO,cAAcU,OAAOZ,aAAaY,KAAK;AAAA;AAElE,UAAM4B,SAASA,MAAM;AACnB,UAAIxC,aAAaY,QAAQ,GAAG;AAC1B,cAAMoB,OAAOhC,aAAaY,QAAQ;AAClCmB,qBAAaC,IAAI;AAAA;AACnB;AAEF,UAAMS,SAASA,MAAM;AACnB,UAAIzC,aAAaY,QAAQI,UAAUJ,OAAO;AACxC,cAAMoB,OAAOhC,aAAaY,QAAQ;AAClCmB,qBAAaC,IAAI;AAAA;AACnB;AAEF,UAAMU,gBAAiBC,OAAW;AAChC,YAAMC,aAAaD,EAAEE,OAAOjC;AAC5B,UAAIA;AACJ,UAAIgC,eAAe,IAAI;AACrBhC,gBAAQgC;AAAAA,iBACCjB,OAAOmB,MAAMnB,OAAOiB,UAAU,CAAC,GAAG;AAC3ChC,gBAAQZ,aAAaY;AAAAA,iBACZgC,cAAc5B,UAAUJ,OAAO;AACxCA,gBAAQI,UAAUJ;AAAAA,aACb;AACLA,gBAAQe,OAAOiB,UAAU;AAAA;AAG3B,aAAOhC;AAAAA;AAGT,UAAMmC,YAAaJ,OAAW;AAC5B,UAAIA,EAAEK,YAAYA,QAAQC,MAAMN,EAAEK,YAAYA,QAAQE,MAAM;AAC1DP,UAAEQ;AAAe;AACnB;AAEF,UAAMC,UAAWT,OAAW;AAC1B,UAAIA,EAAEU,eAAeV,EAAEE,OAAOS;AAAW;AACzC,YAAM1C,QAAQ8B,cAAcC,CAAC;AAC7B,UAAIA,EAAEK,YAAYA,QAAQO,OAAO;AAC/BxB,qBAAanB,KAAK;AAAA,iBACT+B,EAAEK,YAAYA,QAAQC,IAAI;AACnClB,qBAAanB,QAAQ,CAAC;AAAA,iBACb+B,EAAEK,YAAYA,QAAQE,MAAM;AACrCnB,qBAAanB,QAAQ,CAAC;AAAA;AACxB;AAEF,UAAM4C,SAAUb,OAAW;AACzB,YAAM/B,QAAQ8B,cAAcC,CAAC;AAC7B,UAAI/B,UAAUZ,aAAaY,OAAO;AAChC+B,UAAEE,OAAOjC,QAAQA;AAAAA,aACZ;AACLZ,qBAAaY,QAAQA;AAAAA;AAGvBmB,mBAAa/B,aAAaY,KAAK;AAAA;AAEjC,UAAM6C,aAAaA,CAACC,OAAsBC,aAAyB;AACjE,UAAID,MAAME,QAAQ,WAAWF,MAAMG,aAAa,IAAI;AAClDF;AAAS;AACX;AAEF,UAAMG,cAAeJ,WAAyB;AAC5CD,iBAAWC,OAAOlB,MAAM;AAAA;AAE1B,UAAMuB,cAAeL,WAAyB;AAC5CD,iBAAWC,OAAOjB,MAAM;AAAA;AAE1B,WAAO;AAAA,MACL7C;AAAAA,MACAI;AAAAA,MACAE;AAAAA,MACAK;AAAAA,MACAS;AAAAA,MACAS;AAAAA,MACAd;AAAAA,MACAE;AAAAA,MACAI;AAAAA,MACAc;AAAAA,MACAM;AAAAA,MACAG;AAAAA,MACAC;AAAAA,MACAM;AAAAA,MACAK;AAAAA,MACAI;AAAAA,MACAC;AAAAA,MACAK;AAAAA,MACAC;AAAAA;AACF;AACF,EACAC,SAAS;AACP,UAAM;AAAA,MAAEpE;AAAAA,QAAc;AACtB,UAAMqE,cAAcA,MAAM;AACxB,aAAAC;QAAA,SAEW,CACL,GAAGtE,kBACH,GAAGA,kBACH;AAAA,UACE,CAAC,GAAGA,4BAA4B,KAAKe;AAAAA,UACrC,CAAC,GAAGf,0BAA0B,KAAKqB;AAAAA,UACnC,CAAC,GAAGrB,0BAA0B,CAAC,CAAC,KAAKuE,OAAOC;AAAAA,SAC7C;AAAA,QACF,SACM,KAAK7D,eAAe8D;AAAAA,QAAQ,YACzB,KAAK1D,gBAAgB,KAAKyB,WAAWtB,SAAY;AAAA,QAAC,WACnD,KAAK0B;AAAAA,QAAM,cACR,KAAKsB;AAAAA,UAEhB,KAAKK,OAAOC,cAAc,CAAC,KAAKnD,WAC/B,KAAKkD,OAAOC,eAAYF;QAAA,SAEd,GAAGtE;AAAAA,UAAqBsE,YAAA/E;QAAAmF,SAAAA,OAAAJ,YAAA7E;UAKnC;;AAIP,UAAMkF,UAAUA,MAAM;AACpB,aAAAL;QAAA,SAEW,CACL,GAAGtE,kBACH,GAAGA,kBACH;AAAA,UACE,CAAC,GAAGA,4BAA4B,KAAKiB;AAAAA,UACrC,CAAC,GAAGjB,0BAA0B,KAAKqB;AAAAA,UACnC,CAAC,GAAGrB,0BAA0B,CAAC,CAAC,KAAKuE,OAAOK;AAAAA,SAC7C;AAAA,QACF,SACM,KAAKjE,eAAekE;AAAAA,QAAQ,YACzB,KAAK5D,gBAAgB,KAAKuB,WAAWtB,SAAY;AAAA,QAAC,WACnD,KAAK2B;AAAAA,QAAM,cACR,KAAKsB;AAAAA,UAEhB,KAAKI,OAAOK,cAAc,CAAC,KAAKvD,WAC/B,KAAKkD,OAAOK,eAAYN;QAAA,SAEd,GAAGtE;AAAAA,UAAqBsE,YAAA/E;QAAAmF,SAAAA,OAAAJ,YAAA9E;UAKnC;;AAKP,UAAMsF,eAAeA,MAAM;AACzB,UAAI,KAAKzD,UAAU;AACjB,eAAAiD;UAAA,SACa,GAAGtE;AAAAA,UAAwB,SAAS,GAAG,KAAKI,kBAAkB,KAAKgB;AAAAA,YAAWkD,YAAAS;UAAA,cAEzE,KAAK3E;AAAAA,UAAY,YACnB,KAAKoC;AAAAA,UAAQ,QACjB,KAAKE;AAAAA,UAAI,aACJ,KAAKtB,UAAU4D,WAAWC;AAAAA,UAAM,WAClC,KAAKzB;AAAAA,UAAO,aACV,KAAKL;AAAAA,UAAS,UACjB,KAAKS;AAAAA,kBAAMU;UAAA,SAER,GAAGtE;AAAAA,YAAiBkF,6BAAAZ;UAAA,SACpB,GAAGtE;AAAAA,YAAoB,KAAKoB,SAAS;;AAIxD,aAAO,KAAKS,UAAUsD,IAAKC,WAAKd,YAAAjF;QAAA,OAEvB+F,MAAMpB;AAAAA,QAAG,UACNoB,MAAMC;AAAAA,QAAM,QACdD,MAAMhD;AAAAA,QAAI,SACTgD,MAAME;AAAAA,QAAK,QACZF,MAAMG;AAAAA,QAAI,aACLvF;AAAAA,QAAS,YACV,KAAKwC;AAAAA,QAAQ,aACZ4C,MAAMI;AAAAA,QAAS,WACjB,KAAKrD;AAAAA,QAAY,cACd,KAAK0B;AAAAA,cAEpB;AAAA;AAGH,UAAM4B,eAAYnB;MAAA,SACL,GAAGtE;AAAAA,QACX,KAAKuE,OAAOmB,YACT,KAAKnB,OAAOmB,UAAU;AAAA,MACpBC,MAAM;AAAA,QACJxE,OAAO,KAAKA;AAAAA,QACZyE,OAAO,EAAE,KAAKxF,eAAe,KAAK,KAAKE,gBAAgB,GAAG,KAAKF,eAAe,KAAKE,aAAa;AAAA;AAClG,KACD,IACD,GAAG,KAAKK,eAAeQ,SAAS,KAAKA,SAAS,KAAKR,eAAekF,MAAM;AAIhF,WAAAvB;MAAA;MAAA,SAGW,CACL,GAAGtE,aACH,GAAGA,kBAAkB,KAAK0C,QAC1B,GAAG1C,mBAAmB,KAAK8F,SAC3B;AAAA,QACE,CAAC,GAAG9F,uBAAuB,KAAKwC;AAAAA,QAChC,CAAC,GAAGxC,qBAAqB,KAAKuB,YAAY,CAAC,KAAKF;AAAAA,QAChD,CAAC,GAAGrB,6BAA6B,KAAKqB;AAAAA,OACvC;AAAA,QAGF,KAAK0E,aAAa,CAAC,KAAK1E,YAAYoE,cACpCpB,eACAS,gBACAH,WACA,CAAC,KAAKtD,YAAQiD,YAAAhF;MAAA,aAEAU;AAAAA,MAAS,YACV,KAAKwC;AAAAA,MAAQ,QACjB,KAAKE;AAAAA,MAAI,UACP,KAAK/B;AAAAA,MAAc,WAClB,KAAKP;AAAAA,MAAY,aACf,KAAK4F;AAAAA,MAAS,gBACX,KAAKC;AAAAA,MAAY,YACrB,KAAK3F;AAAAA,MAAa,iBACb,KAAK4F;AAAAA,MAAmB,WAC9B,KAAK3E;AAAAA,MAAO,mBACJ,KAAK4E;AAAAA,MAAe,aAC1B,KAAK/E;AAAAA,MAAS,sBACL,KAAKqB;AAAAA,MAAgB,iBAC1B,KAAKN;AAAAA,YAEvB;;AAIT,CAAC;;;;"}
@@ -364,6 +364,10 @@ export declare const UPagination: {
364
364
  type: NumberConstructor;
365
365
  default: number;
366
366
  };
367
+ totalPage: {
368
+ type: NumberConstructor;
369
+ required: true;
370
+ };
367
371
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
368
372
  'change-page-size': (v: number) => boolean;
369
373
  'change-page': (v: number) => boolean;
@@ -410,6 +414,10 @@ export declare const UPagination: {
410
414
  type: NumberConstructor;
411
415
  default: number;
412
416
  };
417
+ totalPage: {
418
+ type: NumberConstructor;
419
+ required: true;
420
+ };
413
421
  }>> & Readonly<{
414
422
  "onChange-page-size"?: (v: number) => any;
415
423
  "onChange-page"?: (v: number) => any;
@@ -1054,6 +1062,10 @@ export declare const UPagination: {
1054
1062
  type: NumberConstructor;
1055
1063
  default: number;
1056
1064
  };
1065
+ totalPage: {
1066
+ type: NumberConstructor;
1067
+ required: true;
1068
+ };
1057
1069
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1058
1070
  'change-page-size': (v: number) => boolean;
1059
1071
  'change-page': (v: number) => boolean;
@@ -1100,6 +1112,10 @@ export declare const UPagination: {
1100
1112
  type: NumberConstructor;
1101
1113
  default: number;
1102
1114
  };
1115
+ totalPage: {
1116
+ type: NumberConstructor;
1117
+ required: true;
1118
+ };
1103
1119
  }>> & Readonly<{
1104
1120
  "onChange-page-size"?: (v: number) => any;
1105
1121
  "onChange-page"?: (v: number) => any;
@@ -14665,6 +14665,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14665
14665
  type: NumberConstructor;
14666
14666
  default: number;
14667
14667
  };
14668
+ totalPage: {
14669
+ type: NumberConstructor;
14670
+ required: true;
14671
+ };
14668
14672
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14669
14673
  'change-page-size': (v: number) => boolean;
14670
14674
  'change-page': (v: number) => boolean;
@@ -14711,6 +14715,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14711
14715
  type: NumberConstructor;
14712
14716
  default: number;
14713
14717
  };
14718
+ totalPage: {
14719
+ type: NumberConstructor;
14720
+ required: true;
14721
+ };
14714
14722
  }>> & Readonly<{
14715
14723
  "onChange-page-size"?: (v: number) => any;
14716
14724
  "onChange-page"?: (v: number) => any;
@@ -15355,6 +15363,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15355
15363
  type: NumberConstructor;
15356
15364
  default: number;
15357
15365
  };
15366
+ totalPage: {
15367
+ type: NumberConstructor;
15368
+ required: true;
15369
+ };
15358
15370
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15359
15371
  'change-page-size': (v: number) => boolean;
15360
15372
  'change-page': (v: number) => boolean;
@@ -15401,6 +15413,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15401
15413
  type: NumberConstructor;
15402
15414
  default: number;
15403
15415
  };
15416
+ totalPage: {
15417
+ type: NumberConstructor;
15418
+ required: true;
15419
+ };
15404
15420
  }>> & Readonly<{
15405
15421
  "onChange-page-size"?: (v: number) => any;
15406
15422
  "onChange-page"?: (v: number) => any;
@@ -2172,6 +2172,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2172
2172
  direction: {
2173
2173
  type: import("vue").PropType<"ltr" | "rtl">;
2174
2174
  };
2175
+ inputSize: {
2176
+ type: NumberConstructor;
2177
+ };
2175
2178
  }>> & Readonly<{
2176
2179
  onSearch?: (v: import("..").InputValueType) => any;
2177
2180
  onChange?: (v: import("..").InputValueType) => any;
@@ -2510,6 +2513,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2510
2513
  direction: {
2511
2514
  type: import("vue").PropType<"ltr" | "rtl">;
2512
2515
  };
2516
+ inputSize: {
2517
+ type: NumberConstructor;
2518
+ };
2513
2519
  }>> & Readonly<{
2514
2520
  onSearch?: (v: import("..").InputValueType) => any;
2515
2521
  onChange?: (v: import("..").InputValueType) => any;
@@ -2698,6 +2704,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2698
2704
  direction: {
2699
2705
  type: import("vue").PropType<"ltr" | "rtl">;
2700
2706
  };
2707
+ inputSize: {
2708
+ type: NumberConstructor;
2709
+ };
2701
2710
  }>> & Readonly<{
2702
2711
  onSearch?: (v: import("..").InputValueType) => any;
2703
2712
  onChange?: (v: import("..").InputValueType) => any;
@@ -5218,6 +5227,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5218
5227
  direction: {
5219
5228
  type: import("vue").PropType<"ltr" | "rtl">;
5220
5229
  };
5230
+ inputSize: {
5231
+ type: NumberConstructor;
5232
+ };
5221
5233
  }>> & Readonly<{
5222
5234
  onSearch?: (v: import("..").InputValueType) => any;
5223
5235
  onChange?: (v: import("..").InputValueType) => any;
@@ -5556,6 +5568,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5556
5568
  direction: {
5557
5569
  type: import("vue").PropType<"ltr" | "rtl">;
5558
5570
  };
5571
+ inputSize: {
5572
+ type: NumberConstructor;
5573
+ };
5559
5574
  }>> & Readonly<{
5560
5575
  onSearch?: (v: import("..").InputValueType) => any;
5561
5576
  onChange?: (v: import("..").InputValueType) => any;
@@ -5744,6 +5759,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5744
5759
  direction: {
5745
5760
  type: import("vue").PropType<"ltr" | "rtl">;
5746
5761
  };
5762
+ inputSize: {
5763
+ type: NumberConstructor;
5764
+ };
5747
5765
  }>> & Readonly<{
5748
5766
  onSearch?: (v: import("..").InputValueType) => any;
5749
5767
  onChange?: (v: import("..").InputValueType) => any;
@@ -8448,6 +8466,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8448
8466
  direction: {
8449
8467
  type: import("vue").PropType<"ltr" | "rtl">;
8450
8468
  };
8469
+ inputSize: {
8470
+ type: NumberConstructor;
8471
+ };
8451
8472
  }>> & Readonly<{
8452
8473
  onSearch?: (v: import("..").InputValueType) => any;
8453
8474
  onChange?: (v: import("..").InputValueType) => any;
@@ -8786,6 +8807,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8786
8807
  direction: {
8787
8808
  type: import("vue").PropType<"ltr" | "rtl">;
8788
8809
  };
8810
+ inputSize: {
8811
+ type: NumberConstructor;
8812
+ };
8789
8813
  }>> & Readonly<{
8790
8814
  onSearch?: (v: import("..").InputValueType) => any;
8791
8815
  onChange?: (v: import("..").InputValueType) => any;
@@ -8974,6 +8998,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8974
8998
  direction: {
8975
8999
  type: import("vue").PropType<"ltr" | "rtl">;
8976
9000
  };
9001
+ inputSize: {
9002
+ type: NumberConstructor;
9003
+ };
8977
9004
  }>> & Readonly<{
8978
9005
  onSearch?: (v: import("..").InputValueType) => any;
8979
9006
  onChange?: (v: import("..").InputValueType) => any;
@@ -2145,6 +2145,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2145
2145
  direction: {
2146
2146
  type: PropType<"ltr" | "rtl">;
2147
2147
  };
2148
+ inputSize: {
2149
+ type: NumberConstructor;
2150
+ };
2148
2151
  }>> & Readonly<{
2149
2152
  onSearch?: (v: InputValueType) => any;
2150
2153
  onChange?: (v: InputValueType) => any;
@@ -2483,6 +2486,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2483
2486
  direction: {
2484
2487
  type: PropType<"ltr" | "rtl">;
2485
2488
  };
2489
+ inputSize: {
2490
+ type: NumberConstructor;
2491
+ };
2486
2492
  }>> & Readonly<{
2487
2493
  onSearch?: (v: InputValueType) => any;
2488
2494
  onChange?: (v: InputValueType) => any;
@@ -2671,6 +2677,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2671
2677
  direction: {
2672
2678
  type: PropType<"ltr" | "rtl">;
2673
2679
  };
2680
+ inputSize: {
2681
+ type: NumberConstructor;
2682
+ };
2674
2683
  }>> & Readonly<{
2675
2684
  onSearch?: (v: InputValueType) => any;
2676
2685
  onChange?: (v: InputValueType) => any;
@@ -2160,6 +2160,9 @@ export declare const UTransfer: {
2160
2160
  direction: {
2161
2161
  type: import("vue").PropType<"ltr" | "rtl">;
2162
2162
  };
2163
+ inputSize: {
2164
+ type: NumberConstructor;
2165
+ };
2163
2166
  }>> & Readonly<{
2164
2167
  onSearch?: (v: import("..").InputValueType) => any;
2165
2168
  onChange?: (v: import("..").InputValueType) => any;
@@ -2498,6 +2501,9 @@ export declare const UTransfer: {
2498
2501
  direction: {
2499
2502
  type: import("vue").PropType<"ltr" | "rtl">;
2500
2503
  };
2504
+ inputSize: {
2505
+ type: NumberConstructor;
2506
+ };
2501
2507
  }>> & Readonly<{
2502
2508
  onSearch?: (v: import("..").InputValueType) => any;
2503
2509
  onChange?: (v: import("..").InputValueType) => any;
@@ -2686,6 +2692,9 @@ export declare const UTransfer: {
2686
2692
  direction: {
2687
2693
  type: import("vue").PropType<"ltr" | "rtl">;
2688
2694
  };
2695
+ inputSize: {
2696
+ type: NumberConstructor;
2697
+ };
2689
2698
  }>> & Readonly<{
2690
2699
  onSearch?: (v: import("..").InputValueType) => any;
2691
2700
  onChange?: (v: import("..").InputValueType) => any;
@@ -5206,6 +5215,9 @@ export declare const UTransfer: {
5206
5215
  direction: {
5207
5216
  type: import("vue").PropType<"ltr" | "rtl">;
5208
5217
  };
5218
+ inputSize: {
5219
+ type: NumberConstructor;
5220
+ };
5209
5221
  }>> & Readonly<{
5210
5222
  onSearch?: (v: import("..").InputValueType) => any;
5211
5223
  onChange?: (v: import("..").InputValueType) => any;
@@ -5544,6 +5556,9 @@ export declare const UTransfer: {
5544
5556
  direction: {
5545
5557
  type: import("vue").PropType<"ltr" | "rtl">;
5546
5558
  };
5559
+ inputSize: {
5560
+ type: NumberConstructor;
5561
+ };
5547
5562
  }>> & Readonly<{
5548
5563
  onSearch?: (v: import("..").InputValueType) => any;
5549
5564
  onChange?: (v: import("..").InputValueType) => any;
@@ -5732,6 +5747,9 @@ export declare const UTransfer: {
5732
5747
  direction: {
5733
5748
  type: import("vue").PropType<"ltr" | "rtl">;
5734
5749
  };
5750
+ inputSize: {
5751
+ type: NumberConstructor;
5752
+ };
5735
5753
  }>> & Readonly<{
5736
5754
  onSearch?: (v: import("..").InputValueType) => any;
5737
5755
  onChange?: (v: import("..").InputValueType) => any;
@@ -8357,6 +8375,9 @@ export declare const UTransfer: {
8357
8375
  direction: {
8358
8376
  type: import("vue").PropType<"ltr" | "rtl">;
8359
8377
  };
8378
+ inputSize: {
8379
+ type: NumberConstructor;
8380
+ };
8360
8381
  }>> & Readonly<{
8361
8382
  onSearch?: (v: import("..").InputValueType) => any;
8362
8383
  onChange?: (v: import("..").InputValueType) => any;
@@ -8695,6 +8716,9 @@ export declare const UTransfer: {
8695
8716
  direction: {
8696
8717
  type: import("vue").PropType<"ltr" | "rtl">;
8697
8718
  };
8719
+ inputSize: {
8720
+ type: NumberConstructor;
8721
+ };
8698
8722
  }>> & Readonly<{
8699
8723
  onSearch?: (v: import("..").InputValueType) => any;
8700
8724
  onChange?: (v: import("..").InputValueType) => any;
@@ -8883,6 +8907,9 @@ export declare const UTransfer: {
8883
8907
  direction: {
8884
8908
  type: import("vue").PropType<"ltr" | "rtl">;
8885
8909
  };
8910
+ inputSize: {
8911
+ type: NumberConstructor;
8912
+ };
8886
8913
  }>> & Readonly<{
8887
8914
  onSearch?: (v: import("..").InputValueType) => any;
8888
8915
  onChange?: (v: import("..").InputValueType) => any;
@@ -12011,6 +12038,9 @@ export declare const UTransfer: {
12011
12038
  direction: {
12012
12039
  type: import("vue").PropType<"ltr" | "rtl">;
12013
12040
  };
12041
+ inputSize: {
12042
+ type: NumberConstructor;
12043
+ };
12014
12044
  }>> & Readonly<{
12015
12045
  onSearch?: (v: import("..").InputValueType) => any;
12016
12046
  onChange?: (v: import("..").InputValueType) => any;
@@ -12349,6 +12379,9 @@ export declare const UTransfer: {
12349
12379
  direction: {
12350
12380
  type: import("vue").PropType<"ltr" | "rtl">;
12351
12381
  };
12382
+ inputSize: {
12383
+ type: NumberConstructor;
12384
+ };
12352
12385
  }>> & Readonly<{
12353
12386
  onSearch?: (v: import("..").InputValueType) => any;
12354
12387
  onChange?: (v: import("..").InputValueType) => any;
@@ -12537,6 +12570,9 @@ export declare const UTransfer: {
12537
12570
  direction: {
12538
12571
  type: import("vue").PropType<"ltr" | "rtl">;
12539
12572
  };
12573
+ inputSize: {
12574
+ type: NumberConstructor;
12575
+ };
12540
12576
  }>> & Readonly<{
12541
12577
  onSearch?: (v: import("..").InputValueType) => any;
12542
12578
  onChange?: (v: import("..").InputValueType) => any;
@@ -15057,6 +15093,9 @@ export declare const UTransfer: {
15057
15093
  direction: {
15058
15094
  type: import("vue").PropType<"ltr" | "rtl">;
15059
15095
  };
15096
+ inputSize: {
15097
+ type: NumberConstructor;
15098
+ };
15060
15099
  }>> & Readonly<{
15061
15100
  onSearch?: (v: import("..").InputValueType) => any;
15062
15101
  onChange?: (v: import("..").InputValueType) => any;
@@ -15395,6 +15434,9 @@ export declare const UTransfer: {
15395
15434
  direction: {
15396
15435
  type: import("vue").PropType<"ltr" | "rtl">;
15397
15436
  };
15437
+ inputSize: {
15438
+ type: NumberConstructor;
15439
+ };
15398
15440
  }>> & Readonly<{
15399
15441
  onSearch?: (v: import("..").InputValueType) => any;
15400
15442
  onChange?: (v: import("..").InputValueType) => any;
@@ -15583,6 +15625,9 @@ export declare const UTransfer: {
15583
15625
  direction: {
15584
15626
  type: import("vue").PropType<"ltr" | "rtl">;
15585
15627
  };
15628
+ inputSize: {
15629
+ type: NumberConstructor;
15630
+ };
15586
15631
  }>> & Readonly<{
15587
15632
  onSearch?: (v: import("..").InputValueType) => any;
15588
15633
  onChange?: (v: import("..").InputValueType) => any;
@@ -18224,6 +18269,9 @@ export declare const UTransfer: {
18224
18269
  direction: {
18225
18270
  type: import("vue").PropType<"ltr" | "rtl">;
18226
18271
  };
18272
+ inputSize: {
18273
+ type: NumberConstructor;
18274
+ };
18227
18275
  }>> & Readonly<{
18228
18276
  onSearch?: (v: import("..").InputValueType) => any;
18229
18277
  onChange?: (v: import("..").InputValueType) => any;
@@ -18562,6 +18610,9 @@ export declare const UTransfer: {
18562
18610
  direction: {
18563
18611
  type: import("vue").PropType<"ltr" | "rtl">;
18564
18612
  };
18613
+ inputSize: {
18614
+ type: NumberConstructor;
18615
+ };
18565
18616
  }>> & Readonly<{
18566
18617
  onSearch?: (v: import("..").InputValueType) => any;
18567
18618
  onChange?: (v: import("..").InputValueType) => any;
@@ -18750,6 +18801,9 @@ export declare const UTransfer: {
18750
18801
  direction: {
18751
18802
  type: import("vue").PropType<"ltr" | "rtl">;
18752
18803
  };
18804
+ inputSize: {
18805
+ type: NumberConstructor;
18806
+ };
18753
18807
  }>> & Readonly<{
18754
18808
  onSearch?: (v: import("..").InputValueType) => any;
18755
18809
  onChange?: (v: import("..").InputValueType) => any;
@@ -21270,6 +21324,9 @@ export declare const UTransfer: {
21270
21324
  direction: {
21271
21325
  type: import("vue").PropType<"ltr" | "rtl">;
21272
21326
  };
21327
+ inputSize: {
21328
+ type: NumberConstructor;
21329
+ };
21273
21330
  }>> & Readonly<{
21274
21331
  onSearch?: (v: import("..").InputValueType) => any;
21275
21332
  onChange?: (v: import("..").InputValueType) => any;
@@ -21608,6 +21665,9 @@ export declare const UTransfer: {
21608
21665
  direction: {
21609
21666
  type: import("vue").PropType<"ltr" | "rtl">;
21610
21667
  };
21668
+ inputSize: {
21669
+ type: NumberConstructor;
21670
+ };
21611
21671
  }>> & Readonly<{
21612
21672
  onSearch?: (v: import("..").InputValueType) => any;
21613
21673
  onChange?: (v: import("..").InputValueType) => any;
@@ -21796,6 +21856,9 @@ export declare const UTransfer: {
21796
21856
  direction: {
21797
21857
  type: import("vue").PropType<"ltr" | "rtl">;
21798
21858
  };
21859
+ inputSize: {
21860
+ type: NumberConstructor;
21861
+ };
21799
21862
  }>> & Readonly<{
21800
21863
  onSearch?: (v: import("..").InputValueType) => any;
21801
21864
  onChange?: (v: import("..").InputValueType) => any;
@@ -24421,6 +24484,9 @@ export declare const UTransfer: {
24421
24484
  direction: {
24422
24485
  type: import("vue").PropType<"ltr" | "rtl">;
24423
24486
  };
24487
+ inputSize: {
24488
+ type: NumberConstructor;
24489
+ };
24424
24490
  }>> & Readonly<{
24425
24491
  onSearch?: (v: import("..").InputValueType) => any;
24426
24492
  onChange?: (v: import("..").InputValueType) => any;
@@ -24759,6 +24825,9 @@ export declare const UTransfer: {
24759
24825
  direction: {
24760
24826
  type: import("vue").PropType<"ltr" | "rtl">;
24761
24827
  };
24828
+ inputSize: {
24829
+ type: NumberConstructor;
24830
+ };
24762
24831
  }>> & Readonly<{
24763
24832
  onSearch?: (v: import("..").InputValueType) => any;
24764
24833
  onChange?: (v: import("..").InputValueType) => any;
@@ -24947,6 +25016,9 @@ export declare const UTransfer: {
24947
25016
  direction: {
24948
25017
  type: import("vue").PropType<"ltr" | "rtl">;
24949
25018
  };
25019
+ inputSize: {
25020
+ type: NumberConstructor;
25021
+ };
24950
25022
  }>> & Readonly<{
24951
25023
  onSearch?: (v: import("..").InputValueType) => any;
24952
25024
  onChange?: (v: import("..").InputValueType) => any;
@@ -3164,6 +3164,9 @@ declare const _default: import("vue").DefineComponent<{
3164
3164
  direction: {
3165
3165
  type: import("vue").PropType<"ltr" | "rtl">;
3166
3166
  };
3167
+ inputSize: {
3168
+ type: NumberConstructor;
3169
+ };
3167
3170
  }>> & Readonly<{
3168
3171
  onSearch?: (v: InputValueType) => any;
3169
3172
  onChange?: (v: InputValueType) => any;
@@ -3502,6 +3505,9 @@ declare const _default: import("vue").DefineComponent<{
3502
3505
  direction: {
3503
3506
  type: import("vue").PropType<"ltr" | "rtl">;
3504
3507
  };
3508
+ inputSize: {
3509
+ type: NumberConstructor;
3510
+ };
3505
3511
  }>> & Readonly<{
3506
3512
  onSearch?: (v: InputValueType) => any;
3507
3513
  onChange?: (v: InputValueType) => any;
@@ -3690,6 +3696,9 @@ declare const _default: import("vue").DefineComponent<{
3690
3696
  direction: {
3691
3697
  type: import("vue").PropType<"ltr" | "rtl">;
3692
3698
  };
3699
+ inputSize: {
3700
+ type: NumberConstructor;
3701
+ };
3693
3702
  }>> & Readonly<{
3694
3703
  onSearch?: (v: InputValueType) => any;
3695
3704
  onChange?: (v: InputValueType) => any;
@@ -3134,6 +3134,9 @@ export declare const UAutoComplete: {
3134
3134
  direction: {
3135
3135
  type: import("vue").PropType<"ltr" | "rtl">;
3136
3136
  };
3137
+ inputSize: {
3138
+ type: NumberConstructor;
3139
+ };
3137
3140
  }>> & Readonly<{
3138
3141
  onSearch?: (v: import("..").InputValueType) => any;
3139
3142
  onChange?: (v: import("..").InputValueType) => any;
@@ -3472,6 +3475,9 @@ export declare const UAutoComplete: {
3472
3475
  direction: {
3473
3476
  type: import("vue").PropType<"ltr" | "rtl">;
3474
3477
  };
3478
+ inputSize: {
3479
+ type: NumberConstructor;
3480
+ };
3475
3481
  }>> & Readonly<{
3476
3482
  onSearch?: (v: import("..").InputValueType) => any;
3477
3483
  onChange?: (v: import("..").InputValueType) => any;
@@ -3660,6 +3666,9 @@ export declare const UAutoComplete: {
3660
3666
  direction: {
3661
3667
  type: import("vue").PropType<"ltr" | "rtl">;
3662
3668
  };
3669
+ inputSize: {
3670
+ type: NumberConstructor;
3671
+ };
3663
3672
  }>> & Readonly<{
3664
3673
  onSearch?: (v: import("..").InputValueType) => any;
3665
3674
  onChange?: (v: import("..").InputValueType) => any;
@@ -11298,6 +11307,9 @@ export declare const UAutoComplete: {
11298
11307
  direction: {
11299
11308
  type: import("vue").PropType<"ltr" | "rtl">;
11300
11309
  };
11310
+ inputSize: {
11311
+ type: NumberConstructor;
11312
+ };
11301
11313
  }>> & Readonly<{
11302
11314
  onSearch?: (v: import("..").InputValueType) => any;
11303
11315
  onChange?: (v: import("..").InputValueType) => any;
@@ -11636,6 +11648,9 @@ export declare const UAutoComplete: {
11636
11648
  direction: {
11637
11649
  type: import("vue").PropType<"ltr" | "rtl">;
11638
11650
  };
11651
+ inputSize: {
11652
+ type: NumberConstructor;
11653
+ };
11639
11654
  }>> & Readonly<{
11640
11655
  onSearch?: (v: import("..").InputValueType) => any;
11641
11656
  onChange?: (v: import("..").InputValueType) => any;
@@ -11824,6 +11839,9 @@ export declare const UAutoComplete: {
11824
11839
  direction: {
11825
11840
  type: import("vue").PropType<"ltr" | "rtl">;
11826
11841
  };
11842
+ inputSize: {
11843
+ type: NumberConstructor;
11844
+ };
11827
11845
  }>> & Readonly<{
11828
11846
  onSearch?: (v: import("..").InputValueType) => any;
11829
11847
  onChange?: (v: import("..").InputValueType) => any;
@@ -919,6 +919,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
919
919
  direction: {
920
920
  type: import("vue").PropType<"ltr" | "rtl">;
921
921
  };
922
+ inputSize: {
923
+ type: NumberConstructor;
924
+ };
922
925
  }>> & Readonly<{
923
926
  onSearch?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
924
927
  onChange?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
@@ -1257,6 +1260,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1257
1260
  direction: {
1258
1261
  type: import("vue").PropType<"ltr" | "rtl">;
1259
1262
  };
1263
+ inputSize: {
1264
+ type: NumberConstructor;
1265
+ };
1260
1266
  }>> & Readonly<{
1261
1267
  onSearch?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
1262
1268
  onChange?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
@@ -1445,6 +1451,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1445
1451
  direction: {
1446
1452
  type: import("vue").PropType<"ltr" | "rtl">;
1447
1453
  };
1454
+ inputSize: {
1455
+ type: NumberConstructor;
1456
+ };
1448
1457
  }>> & Readonly<{
1449
1458
  onSearch?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
1450
1459
  onChange?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;