@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.
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/es/components/AutoComplete/index.d.ts +18 -0
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/es/components/ColorPicker/index.d.ts +18 -0
- package/es/components/Dropdown/DropdownMenu.mjs +0 -1
- package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
- package/es/components/Input/Input.d.ts +6 -0
- package/es/components/Input/Input.mjs +1 -0
- package/es/components/Input/Input.mjs.map +1 -1
- package/es/components/Input/Input.type.d.ts +3 -0
- package/es/components/Input/Input.type.mjs +3 -0
- package/es/components/Input/Input.type.mjs.map +1 -1
- package/es/components/Input/index.d.ts +9 -0
- package/es/components/Pagination/Options.d.ts +8 -0
- package/es/components/Pagination/Options.mjs +6 -1
- package/es/components/Pagination/Options.mjs.map +1 -1
- package/es/components/Pagination/Pagination.d.ts +8 -0
- package/es/components/Pagination/Pagination.mjs +2 -0
- package/es/components/Pagination/Pagination.mjs.map +1 -1
- package/es/components/Pagination/index.d.ts +16 -0
- package/es/components/Table/Table.vue.d.ts +16 -0
- package/es/components/Transfer/Transfer.vue.d.ts +27 -0
- package/es/components/Transfer/TransferList.vue.d.ts +9 -0
- package/es/components/Transfer/index.d.ts +72 -0
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/lib/components/AutoComplete/index.d.ts +18 -0
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/lib/components/ColorPicker/index.d.ts +18 -0
- package/lib/components/Dropdown/DropdownMenu.js +0 -1
- package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/components/Input/Input.d.ts +6 -0
- package/lib/components/Input/Input.js +1 -0
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/Input/Input.type.d.ts +3 -0
- package/lib/components/Input/Input.type.js +3 -0
- package/lib/components/Input/Input.type.js.map +1 -1
- package/lib/components/Input/index.d.ts +9 -0
- package/lib/components/Pagination/Options.d.ts +8 -0
- package/lib/components/Pagination/Options.js +6 -1
- package/lib/components/Pagination/Options.js.map +1 -1
- package/lib/components/Pagination/Pagination.d.ts +8 -0
- package/lib/components/Pagination/Pagination.js +2 -0
- package/lib/components/Pagination/Pagination.js.map +1 -1
- package/lib/components/Pagination/index.d.ts +16 -0
- package/lib/components/Table/Table.vue.d.ts +16 -0
- package/lib/components/Transfer/Transfer.vue.d.ts +27 -0
- package/lib/components/Transfer/TransferList.vue.d.ts +9 -0
- package/lib/components/Transfer/index.d.ts +72 -0
- package/package.json +1 -1
- package/styles/components/cascader/index.css +1 -1
- package/styles/components/dropdown/index.css +1 -1
- package/styles/components/dropdown/index.less +12 -26
- package/styles/components/dropdown/var.less +6 -19
- package/styles/components/form/index.css +1 -1
- package/styles/components/form/index.less +25 -12
- package/styles/components/pagination/index.css +1 -1
- package/styles/components/pagination/index.less +41 -178
- package/styles/components/pagination/var.less +8 -21
- package/styles/components/select/index.css +1 -1
- package/styles/components/select/index.less +3 -10
- package/styles/components/select/var.less +1 -3
- package/styles/index.css +1 -1
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/types/components/AutoComplete/index.d.ts +18 -0
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/types/components/ColorPicker/index.d.ts +18 -0
- package/types/components/Input/Input.d.ts +6 -0
- package/types/components/Input/Input.type.d.ts +3 -0
- package/types/components/Input/index.d.ts +9 -0
- package/types/components/Pagination/Options.d.ts +8 -0
- package/types/components/Pagination/Pagination.d.ts +8 -0
- package/types/components/Pagination/index.d.ts +16 -0
- package/types/components/Table/Table.vue.d.ts +16 -0
- package/types/components/Transfer/Transfer.vue.d.ts +27 -0
- package/types/components/Transfer/TransferList.vue.d.ts +9 -0
- package/types/components/Transfer/index.d.ts +72 -0
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +3 -3
- package/uxd-ui.esm.mjs +13 -3
- package/uxd-ui.umd.js +13 -3
- package/uxd-ui.umd.min.js +3 -3
package/uxd-ui.esm.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @koi-design/uxd-ui@4.0.
|
|
1
|
+
/*! @koi-design/uxd-ui@4.0.2 */
|
|
2
2
|
|
|
3
3
|
import { defineComponent, reactive, watch, provide, inject, computed, onMounted, ref, onBeforeUnmount, openBlock, createElementBlock, createElementVNode, normalizeClass, normalizeStyle, renderSlot, withDirectives, vShow, createBlock, resolveDynamicComponent, createCommentVNode, toRaw, resolveComponent, Transition, withCtx, createVNode, toDisplayString, isVNode, Comment as Comment$1, Fragment, Text as Text$1, h, shallowRef, toRef, nextTick, onUpdated, onUnmounted, cloneVNode, Teleport, toRefs, withModifiers, mergeProps, renderList, onBeforeUpdate, createTextVNode, createStaticVNode, watchEffect, onActivated, onDeactivated, normalizeProps, guardReactiveProps, withKeys, TransitionGroup, createApp, onBeforeMount, unref } from 'vue';
|
|
4
4
|
import { X, CircleCheck, CircleX, CircleAlert, Info, LoaderCircle, Search, Eye, EyeOff, Check, CornerDownLeft, ChevronUp, ChevronDown, ChevronRight, MenuIcon, Minus, ChevronLeft, CheckCircle, ChevronsLeft, ChevronsRight, Calendar as Calendar$1, ZoomIn, ZoomOut, RotateCcw, RotateCw, PanelLeft, Image as Image$2, XCircle, Star as Star$1, CheckIcon, XIcon, FilterIcon, GripVertical, Plus, Clock, FileIcon, HelpCircle, CircleHelp, AlertCircle, SearchIcon } from 'lucide-vue-next';
|
|
@@ -6590,6 +6590,9 @@ const inputProps = {
|
|
|
6590
6590
|
},
|
|
6591
6591
|
direction: {
|
|
6592
6592
|
type: String
|
|
6593
|
+
},
|
|
6594
|
+
inputSize: {
|
|
6595
|
+
type: Number
|
|
6593
6596
|
}
|
|
6594
6597
|
};
|
|
6595
6598
|
const inputEmits = {
|
|
@@ -6919,6 +6922,7 @@ var Input = defineComponent({
|
|
|
6919
6922
|
"ref": "inputRef",
|
|
6920
6923
|
"class": [`${this.prefixCls}`],
|
|
6921
6924
|
"type": this.nativeType,
|
|
6925
|
+
"size": this.inputSize,
|
|
6922
6926
|
"readonly": this.readonly,
|
|
6923
6927
|
"placeholder": this.placeholder,
|
|
6924
6928
|
"autofocus": this.autofocus,
|
|
@@ -12489,7 +12493,6 @@ var DropdownMenu = defineComponent({
|
|
|
12489
12493
|
});
|
|
12490
12494
|
}
|
|
12491
12495
|
return createVNode(UMenu.Item, {
|
|
12492
|
-
"prefixCls": prefixCls,
|
|
12493
12496
|
"name": m.value,
|
|
12494
12497
|
"color": m.color,
|
|
12495
12498
|
"disabled": m.disabled,
|
|
@@ -28865,6 +28868,10 @@ var Options = defineComponent({
|
|
|
28865
28868
|
dropdownWidth: {
|
|
28866
28869
|
type: Number,
|
|
28867
28870
|
default: 128
|
|
28871
|
+
},
|
|
28872
|
+
totalPage: {
|
|
28873
|
+
type: Number,
|
|
28874
|
+
required: true
|
|
28868
28875
|
}
|
|
28869
28876
|
},
|
|
28870
28877
|
emits: {
|
|
@@ -28938,7 +28945,8 @@ var Options = defineComponent({
|
|
|
28938
28945
|
"modelValue": stateValue.value,
|
|
28939
28946
|
"onUpdate:modelValue": ($event) => stateValue.value = $event,
|
|
28940
28947
|
"onKeyup": handleJumpTo,
|
|
28941
|
-
"onBlur": handleBlur
|
|
28948
|
+
"onBlur": handleBlur,
|
|
28949
|
+
"inputSize": props.totalPage.toString().length
|
|
28942
28950
|
}, null), createVNode("span", null, [props.locale.page])]);
|
|
28943
28951
|
}
|
|
28944
28952
|
return null;
|
|
@@ -29247,6 +29255,7 @@ var Pagination = defineComponent({
|
|
|
29247
29255
|
"modelValue": this.stateCurrent,
|
|
29248
29256
|
"disabled": this.disabled,
|
|
29249
29257
|
"size": this.size,
|
|
29258
|
+
"inputSize": this.totalPage.toString().length,
|
|
29250
29259
|
"onKeyup": this.onKeyUp,
|
|
29251
29260
|
"onKeydown": this.onKeyDown,
|
|
29252
29261
|
"onBlur": this.onBlur
|
|
@@ -29296,6 +29305,7 @@ var Pagination = defineComponent({
|
|
|
29296
29305
|
"dropdownWidth": this.selectDropdownWidth,
|
|
29297
29306
|
"variant": this.variant,
|
|
29298
29307
|
"pageSizeOptions": this.pageSizeOptions,
|
|
29308
|
+
"totalPage": this.totalPage,
|
|
29299
29309
|
"onChange-page-size": this.onChangePageSize,
|
|
29300
29310
|
"onChange-page": this.onChangePage
|
|
29301
29311
|
}, null)]);
|
package/uxd-ui.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @koi-design/uxd-ui@4.0.
|
|
1
|
+
/*! @koi-design/uxd-ui@4.0.2 */
|
|
2
2
|
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('lucide-vue-next')) :
|
|
@@ -6593,6 +6593,9 @@
|
|
|
6593
6593
|
},
|
|
6594
6594
|
direction: {
|
|
6595
6595
|
type: String
|
|
6596
|
+
},
|
|
6597
|
+
inputSize: {
|
|
6598
|
+
type: Number
|
|
6596
6599
|
}
|
|
6597
6600
|
};
|
|
6598
6601
|
const inputEmits = {
|
|
@@ -6922,6 +6925,7 @@
|
|
|
6922
6925
|
"ref": "inputRef",
|
|
6923
6926
|
"class": [`${this.prefixCls}`],
|
|
6924
6927
|
"type": this.nativeType,
|
|
6928
|
+
"size": this.inputSize,
|
|
6925
6929
|
"readonly": this.readonly,
|
|
6926
6930
|
"placeholder": this.placeholder,
|
|
6927
6931
|
"autofocus": this.autofocus,
|
|
@@ -12492,7 +12496,6 @@
|
|
|
12492
12496
|
});
|
|
12493
12497
|
}
|
|
12494
12498
|
return vue.createVNode(UMenu.Item, {
|
|
12495
|
-
"prefixCls": prefixCls,
|
|
12496
12499
|
"name": m.value,
|
|
12497
12500
|
"color": m.color,
|
|
12498
12501
|
"disabled": m.disabled,
|
|
@@ -28868,6 +28871,10 @@
|
|
|
28868
28871
|
dropdownWidth: {
|
|
28869
28872
|
type: Number,
|
|
28870
28873
|
default: 128
|
|
28874
|
+
},
|
|
28875
|
+
totalPage: {
|
|
28876
|
+
type: Number,
|
|
28877
|
+
required: true
|
|
28871
28878
|
}
|
|
28872
28879
|
},
|
|
28873
28880
|
emits: {
|
|
@@ -28941,7 +28948,8 @@
|
|
|
28941
28948
|
"modelValue": stateValue.value,
|
|
28942
28949
|
"onUpdate:modelValue": ($event) => stateValue.value = $event,
|
|
28943
28950
|
"onKeyup": handleJumpTo,
|
|
28944
|
-
"onBlur": handleBlur
|
|
28951
|
+
"onBlur": handleBlur,
|
|
28952
|
+
"inputSize": props.totalPage.toString().length
|
|
28945
28953
|
}, null), vue.createVNode("span", null, [props.locale.page])]);
|
|
28946
28954
|
}
|
|
28947
28955
|
return null;
|
|
@@ -29250,6 +29258,7 @@
|
|
|
29250
29258
|
"modelValue": this.stateCurrent,
|
|
29251
29259
|
"disabled": this.disabled,
|
|
29252
29260
|
"size": this.size,
|
|
29261
|
+
"inputSize": this.totalPage.toString().length,
|
|
29253
29262
|
"onKeyup": this.onKeyUp,
|
|
29254
29263
|
"onKeydown": this.onKeyDown,
|
|
29255
29264
|
"onBlur": this.onBlur
|
|
@@ -29299,6 +29308,7 @@
|
|
|
29299
29308
|
"dropdownWidth": this.selectDropdownWidth,
|
|
29300
29309
|
"variant": this.variant,
|
|
29301
29310
|
"pageSizeOptions": this.pageSizeOptions,
|
|
29311
|
+
"totalPage": this.totalPage,
|
|
29302
29312
|
"onChange-page-size": this.onChangePageSize,
|
|
29303
29313
|
"onChange-page": this.onChangePage
|
|
29304
29314
|
}, null)]);
|