@koi-design/uxd-ui 14.0.2 → 14.0.3
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/Alert/Alert.mjs +10 -24
- package/es/components/Alert/Alert.mjs.map +1 -1
- package/es/components/Alert/Alert.type.d.ts +5 -7
- package/es/components/Alert/Alert.type.mjs +4 -7
- package/es/components/Alert/Alert.type.mjs.map +1 -1
- package/es/components/Alert/Alert.vue.d.ts +5 -15
- package/es/components/Alert/index.d.ts +9 -27
- package/es/components/Alert/index.mjs +1 -1
- package/es/components/Calendar/Calendar.vue.d.ts +2 -2
- package/es/components/Calendar/index.d.ts +6 -6
- package/es/components/DatePicker/DatePicker.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
- package/es/components/DatePicker/index.d.ts +28 -28
- package/es/components/Menu/MenuItem.vue.d.ts +33 -33
- package/es/components/Menu/index.d.ts +33 -33
- package/es/components/Message/Message.mjs +4 -3
- package/es/components/Message/Message.mjs.map +1 -1
- package/es/components/Notice/Notice.mjs +15 -13
- package/es/components/Notice/Notice.mjs.map +1 -1
- package/es/components/Notice/Notice.type.d.ts +3 -2
- package/es/components/Notification/Notice.mjs +1 -5
- package/es/components/Notification/Notice.mjs.map +1 -1
- package/es/components/Notification/Notification.mjs.map +1 -1
- package/es/components/Rate/Rate.vue.d.ts +33 -33
- package/es/components/Rate/index.d.ts +66 -66
- package/es/components/Statistic/Statistic.vue.d.ts +33 -33
- package/es/components/Statistic/index.d.ts +66 -66
- package/es/components/Table/BaseTable.vue.d.ts +132 -132
- package/es/components/Table/BodyTable.vue.d.ts +132 -132
- package/es/components/Table/HeadTable.vue.d.ts +132 -132
- package/es/components/Table/Table.vue.d.ts +264 -264
- package/es/components/Table/TableBox.vue.d.ts +264 -264
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
- package/es/components/ThemePanel/index.d.ts +66 -66
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
- package/es/components/TimePicker/TimePicker.vue.d.ts +12 -12
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
- package/es/components/TimePicker/index.d.ts +28 -28
- package/es/components/Tooltip/Tooltip.mjs +84 -8
- package/es/components/Tooltip/Tooltip.mjs.map +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +2 -2
- package/es/components/Tooltip/Tooltip.type.mjs +1 -3
- package/es/components/Tooltip/Tooltip.type.mjs.map +1 -1
- package/es/components/Tooltip/Tooltip.vue.d.ts +13 -13
- package/es/components/Tooltip/index.d.ts +33 -33
- package/es/components/index.mjs +1 -1
- package/es/index.mjs +1 -1
- package/lib/components/Alert/Alert.js +9 -23
- package/lib/components/Alert/Alert.js.map +1 -1
- package/lib/components/Alert/Alert.type.d.ts +5 -7
- package/lib/components/Alert/Alert.type.js +4 -6
- package/lib/components/Alert/Alert.type.js.map +1 -1
- package/lib/components/Alert/Alert.vue.d.ts +5 -15
- package/lib/components/Alert/index.d.ts +9 -27
- package/lib/components/Alert/index.js +1 -0
- package/lib/components/Alert/index.js.map +1 -1
- package/lib/components/Calendar/Calendar.vue.d.ts +2 -2
- package/lib/components/Calendar/index.d.ts +6 -6
- package/lib/components/DatePicker/DatePicker.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
- package/lib/components/DatePicker/index.d.ts +28 -28
- package/lib/components/Menu/MenuItem.vue.d.ts +33 -33
- package/lib/components/Menu/index.d.ts +33 -33
- package/lib/components/Message/Message.js +4 -3
- package/lib/components/Message/Message.js.map +1 -1
- package/lib/components/Notice/Notice.js +15 -13
- package/lib/components/Notice/Notice.js.map +1 -1
- package/lib/components/Notice/Notice.type.d.ts +3 -2
- package/lib/components/Notification/Notice.js +1 -5
- package/lib/components/Notification/Notice.js.map +1 -1
- package/lib/components/Notification/Notification.js.map +1 -1
- package/lib/components/Rate/Rate.vue.d.ts +33 -33
- package/lib/components/Rate/index.d.ts +66 -66
- package/lib/components/Statistic/Statistic.vue.d.ts +33 -33
- package/lib/components/Statistic/index.d.ts +66 -66
- package/lib/components/Table/BaseTable.vue.d.ts +132 -132
- package/lib/components/Table/BodyTable.vue.d.ts +132 -132
- package/lib/components/Table/HeadTable.vue.d.ts +132 -132
- package/lib/components/Table/Table.vue.d.ts +264 -264
- package/lib/components/Table/TableBox.vue.d.ts +264 -264
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
- package/lib/components/ThemePanel/index.d.ts +66 -66
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
- package/lib/components/TimePicker/TimePicker.vue.d.ts +12 -12
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
- package/lib/components/TimePicker/index.d.ts +28 -28
- package/lib/components/Tooltip/Tooltip.js +84 -8
- package/lib/components/Tooltip/Tooltip.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +2 -2
- package/lib/components/Tooltip/Tooltip.type.js +1 -3
- package/lib/components/Tooltip/Tooltip.type.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.vue.d.ts +13 -13
- package/lib/components/Tooltip/index.d.ts +33 -33
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/alert/index.css +1 -1
- package/styles/components/alert/index.less +51 -48
- package/styles/components/alert/var.less +8 -42
- package/styles/components/autoComplete/index.css +1 -1
- package/styles/components/avatar/index.css +1 -1
- package/styles/components/badge/index.css +1 -1
- package/styles/components/badge/var.less +2 -2
- package/styles/components/button/index.css +1 -1
- package/styles/components/carousel/index.css +1 -1
- package/styles/components/cascader/index.css +1 -1
- package/styles/components/datePicker/index.css +1 -1
- package/styles/components/form/index.css +1 -1
- package/styles/components/icon/index.css +1 -1
- package/styles/components/input/index.css +1 -1
- package/styles/components/inputNumber/index.css +1 -1
- package/styles/components/link/index.css +1 -1
- package/styles/components/mentions/index.css +1 -1
- package/styles/components/message/index.css +1 -1
- package/styles/components/message/index.less +63 -30
- package/styles/components/message/var.less +6 -27
- package/styles/components/modal/index.css +1 -1
- package/styles/components/notice/index.css +1 -1
- package/styles/components/notice/index.less +93 -49
- package/styles/components/notice/var.less +10 -33
- package/styles/components/select/index.css +1 -1
- package/styles/components/spin/index.css +1 -1
- package/styles/components/tag/index.css +1 -1
- package/styles/components/tag/var.less +17 -17
- package/styles/components/timePicker/index.css +1 -1
- package/styles/components/tooltip/index.css +1 -1
- package/styles/components/tooltip/index.less +3 -55
- package/styles/components/tooltip/var.less +15 -14
- package/styles/cssVariable.css +1 -1
- package/styles/cssVariable.less +8 -9
- package/styles/index.css +1 -1
- package/types/components/Alert/Alert.type.d.ts +5 -7
- package/types/components/Alert/Alert.vue.d.ts +5 -15
- package/types/components/Alert/index.d.ts +9 -27
- package/types/components/Calendar/Calendar.vue.d.ts +2 -2
- package/types/components/Calendar/index.d.ts +6 -6
- package/types/components/DatePicker/DatePicker.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
- package/types/components/DatePicker/index.d.ts +28 -28
- package/types/components/Menu/MenuItem.vue.d.ts +33 -33
- package/types/components/Menu/index.d.ts +33 -33
- package/types/components/Notice/Notice.type.d.ts +3 -2
- package/types/components/Rate/Rate.vue.d.ts +33 -33
- package/types/components/Rate/index.d.ts +66 -66
- package/types/components/Statistic/Statistic.vue.d.ts +33 -33
- package/types/components/Statistic/index.d.ts +66 -66
- package/types/components/Table/BaseTable.vue.d.ts +132 -132
- package/types/components/Table/BodyTable.vue.d.ts +132 -132
- package/types/components/Table/HeadTable.vue.d.ts +132 -132
- package/types/components/Table/Table.vue.d.ts +264 -264
- package/types/components/Table/TableBox.vue.d.ts +264 -264
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
- package/types/components/ThemePanel/index.d.ts +66 -66
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
- package/types/components/TimePicker/TimePicker.vue.d.ts +12 -12
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
- package/types/components/TimePicker/index.d.ts +28 -28
- package/types/components/Tooltip/Tooltip.type.d.ts +2 -2
- package/types/components/Tooltip/Tooltip.vue.d.ts +13 -13
- package/types/components/Tooltip/index.d.ts +33 -33
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +122 -64
- package/uxd-ui.umd.js +121 -62
- package/uxd-ui.umd.min.js +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notification.js","sources":["../../../../src/components/Notification/Notification.vue"],"sourcesContent":["<template>\n <div :class=\"[prefixCls]\">\n <transition-group tag=\"span\" appear :name=\"transitionName\" :leave-active-class=\"type === 'message' ? 'message-up-leave' : undefined\">\n <Notice\n v-for=\"notice in notices\"\n :key=\"notice.key\"\n :prefix=\"prefixCls\"\n :duration=\"notice.duration\"\n :closable=\"notice.closable\"\n :style=\"notice.style\"\n :background=\"notice.background\"\n :content=\"notice.content\"\n :class=\"notice.class\"\n :msg-type=\"notice.msgType\"\n @close=\"handleClose(notice)\"\n @click=\"notice.onClick || noop\"\n
|
|
1
|
+
{"version":3,"file":"Notification.js","sources":["../../../../src/components/Notification/Notification.vue"],"sourcesContent":["<template>\n <div :class=\"[prefixCls]\">\n <transition-group tag=\"span\" appear :name=\"transitionName\" :leave-active-class=\"type === 'message' ? 'message-up-leave' : undefined\">\n <Notice\n v-for=\"notice in notices\"\n :key=\"notice.key\"\n :prefix=\"prefixCls\"\n :duration=\"notice.duration\"\n :closable=\"notice.closable\"\n :style=\"notice.style\"\n :background=\"notice.background\"\n :content=\"notice.content\"\n :class=\"notice.class\"\n :msg-type=\"notice.msgType\"\n @close=\"handleClose(notice)\"\n @click=\"notice.onClick || noop\"\n />\n </transition-group>\n </div>\n</template>\n\n<script lang=\"ts\">\nimport { defineComponent, ref } from 'vue';\nimport type { PropType, Ref } from 'vue';\nimport { oneOf } from '../../utils/propsValidators';\nimport Notice from './Notice.vue';\nimport type { NoticeInstance, NoticationType } from './Notication.type';\n\nfunction noop() {}\nlet i = 0;\nconst generateId = () => {\n return (prefix = 'uui-notification') => {\n i += 1;\n return `${prefix}-${i}`;\n };\n};\nconst defineProps = {\n prefixCls: {\n type: String,\n default: 'uui-notifiction'\n },\n transitionName: {\n type: String,\n default: 'fade'\n },\n maxCount: {\n type: Number\n },\n type: {\n type: String as PropType<NoticationType>,\n validator: oneOf(['message', 'notice'])\n }\n};\nexport default defineComponent({\n components: {\n Notice\n },\n props: defineProps,\n setup(props) {\n const notices: Ref<NoticeInstance[]> = ref([]);\n\n const add = (notice: NoticeInstance) => {\n const key = notice.key || generateId()(props.prefixCls);\n notice.key = key;\n const noticeIndex = notices.value.findIndex((x) => x.key === notice.key);\n if (noticeIndex !== -1) {\n notices.value.splice(noticeIndex, 1, notice);\n } else {\n if (props.maxCount && notices.value.length >= props.maxCount) {\n notices.value.shift();\n }\n notices.value.push(notice);\n }\n };\n const remove = (key: string) => {\n notices.value = notices.value.filter((x) => x.key !== key);\n };\n\n const handleClose = (n: NoticeInstance) => {\n remove(n.key as string);\n if (n.onClose) {\n n.onClose();\n }\n };\n\n return {\n notices,\n add,\n remove,\n handleClose,\n noop\n };\n }\n});\n</script>\n"],"names":["oneOf","defineComponent","Notice","ref","_createElementBlock","_normalizeClass","_createVNode","_TransitionGroup","_Fragment","_createBlock","_normalizeStyle"],"mappings":";;;;;;;;;AA4BA,SAAS,OAAO;AAAC;AACjB,IAAI,IAAI;AACR,MAAM,aAAa,MAAM;SAChB,CAAC,SAAS,uBAAuB;SACjC;WACE,GAAG,UAAU;AAAA;AAExB;AACA,MAAM,cAAc;AAAA,EAClB,WAAW;AAAA,IACT,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,gBAAgB;AAAA,IACd,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,UAAU;AAAA,IACR,MAAM;AAAA;AACR,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,WAAWA,sBAAM,CAAC,WAAW,QAAQ,CAAC;AAAA;AAE1C;AACA,MAAK,YAAaC,oBAAa;AAAA,EAC7B,YAAY;AAAA,YACVC;AAAA;AACF,EACA,OAAO;AAAA,EACP,MAAM,OAAO;UACL,UAAiCC,QAAI,EAAE;UAEvC,MAAM,CAAC,WAA2B;YAChC,MAAM,OAAO,OAAO,aAAa,MAAM,SAAS;aAC/C,MAAM;YACP,cAAc,QAAQ,MAAM,UAAU,CAAC,MAAM,EAAE,QAAQ,OAAO,GAAG;UACnE,gBAAgB,IAAI;gBACd,MAAM,OAAO,aAAa,GAAG,MAAM;AAAA,aACtC;YACD,MAAM,YAAY,QAAQ,MAAM,UAAU,MAAM,UAAU;kBACpD,MAAM;AAAM;gBAEd,MAAM,KAAK,MAAM;AAAA;AAC3B;UAEI,SAAS,CAAC,QAAgB;cACtB,QAAQ,QAAQ,MAAM,OAAO,CAAC,MAAM,EAAE,QAAQ,GAAG;AAAA;UAGrD,cAAc,CAAC,MAAsB;aAClC,EAAE,GAAa;UAClB,EAAE,SAAS;UACX;AAAQ;AACZ;WAGK;AAAA,MACL;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA;AACF;AAEJ,CAAC;;;0BA5FCC,uBAiBM;IAjBA,OAAKC,oBAAG,cAAS;;IACrBC,gBAemBC;MAfD,KAAI;AAAA,MAAO;MAAQ,MAAM;MAAiB,sBAAoB,cAAI,iCAAsC;AAAA;2BAEtH,MAAyB;AAAA,8BAD3BH,uBAaEI,mCAZiB,cAAO,CAAjB,WAAM;kCADfC,gBAaE;YAXC,KAAK,OAAO;AAAA,YACZ,QAAQ;YACR,UAAU,OAAO;AAAA,YACjB,UAAU,OAAO;AAAA,YACjB,OAAKC,mBAAE,OAAO,KAAK;AAAA,YACnB,YAAY,OAAO;AAAA,YACnB,SAAS,OAAO;AAAA,YAChB,OAAKL,mBAAE,OAAO,KAAK;AAAA,YACnB,YAAU,OAAO;AAAA,YACjB,SAAK,YAAE,iBAAY,MAAM;AAAA,YACzB,SAAK,YAAE,OAAO,WAAW;;;;;;;;;;;;"}
|
|
@@ -370,8 +370,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
370
370
|
default: boolean;
|
|
371
371
|
};
|
|
372
372
|
color: {
|
|
373
|
-
type: import("vue").PropType<"
|
|
374
|
-
default: "
|
|
373
|
+
type: import("vue").PropType<"light" | "red">;
|
|
374
|
+
default: "light" | "red";
|
|
375
375
|
validator: (val: string) => boolean;
|
|
376
376
|
};
|
|
377
377
|
}>> & Readonly<{
|
|
@@ -383,41 +383,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
383
383
|
prefixCls: import("vue").ComputedRef<string>;
|
|
384
384
|
arrowStyle: import("vue").ComputedRef<{
|
|
385
385
|
top: string;
|
|
386
|
+
right: string;
|
|
386
387
|
transform: string;
|
|
387
388
|
bottom?: undefined;
|
|
388
389
|
left?: undefined;
|
|
389
|
-
right?: undefined;
|
|
390
390
|
} | {
|
|
391
391
|
bottom: string;
|
|
392
|
+
right: string;
|
|
392
393
|
transform: string;
|
|
393
394
|
top?: undefined;
|
|
394
395
|
left?: undefined;
|
|
395
|
-
right?: undefined;
|
|
396
396
|
} | {
|
|
397
|
+
top: string;
|
|
397
398
|
left: string;
|
|
398
399
|
transform: string;
|
|
399
|
-
top?: undefined;
|
|
400
|
-
bottom?: undefined;
|
|
401
400
|
right?: undefined;
|
|
401
|
+
bottom?: undefined;
|
|
402
402
|
} | {
|
|
403
|
-
|
|
403
|
+
bottom: string;
|
|
404
|
+
left: string;
|
|
404
405
|
transform: string;
|
|
405
406
|
top?: undefined;
|
|
406
|
-
|
|
407
|
-
left?: undefined;
|
|
407
|
+
right?: undefined;
|
|
408
408
|
} | {
|
|
409
409
|
top?: undefined;
|
|
410
|
+
right?: undefined;
|
|
410
411
|
transform?: undefined;
|
|
411
412
|
bottom?: undefined;
|
|
412
413
|
left?: undefined;
|
|
413
|
-
right?: undefined;
|
|
414
414
|
}>;
|
|
415
415
|
onVisibleChange: (val: boolean) => void;
|
|
416
416
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
417
417
|
'visible-change': (v: boolean) => boolean;
|
|
418
418
|
'update:visible': (v: boolean) => boolean;
|
|
419
419
|
}, import("vue").PublicProps, {
|
|
420
|
-
color: "
|
|
420
|
+
color: "light" | "red";
|
|
421
421
|
offset: number[];
|
|
422
422
|
visible: boolean;
|
|
423
423
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -671,8 +671,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
671
671
|
default: boolean;
|
|
672
672
|
};
|
|
673
673
|
color: {
|
|
674
|
-
type: import("vue").PropType<"
|
|
675
|
-
default: "
|
|
674
|
+
type: import("vue").PropType<"light" | "red">;
|
|
675
|
+
default: "light" | "red";
|
|
676
676
|
validator: (val: string) => boolean;
|
|
677
677
|
};
|
|
678
678
|
}>> & Readonly<{
|
|
@@ -684,38 +684,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
684
684
|
prefixCls: import("vue").ComputedRef<string>;
|
|
685
685
|
arrowStyle: import("vue").ComputedRef<{
|
|
686
686
|
top: string;
|
|
687
|
+
right: string;
|
|
687
688
|
transform: string;
|
|
688
689
|
bottom?: undefined;
|
|
689
690
|
left?: undefined;
|
|
690
|
-
right?: undefined;
|
|
691
691
|
} | {
|
|
692
692
|
bottom: string;
|
|
693
|
+
right: string;
|
|
693
694
|
transform: string;
|
|
694
695
|
top?: undefined;
|
|
695
696
|
left?: undefined;
|
|
696
|
-
right?: undefined;
|
|
697
697
|
} | {
|
|
698
|
+
top: string;
|
|
698
699
|
left: string;
|
|
699
700
|
transform: string;
|
|
700
|
-
top?: undefined;
|
|
701
|
-
bottom?: undefined;
|
|
702
701
|
right?: undefined;
|
|
702
|
+
bottom?: undefined;
|
|
703
703
|
} | {
|
|
704
|
-
|
|
704
|
+
bottom: string;
|
|
705
|
+
left: string;
|
|
705
706
|
transform: string;
|
|
706
707
|
top?: undefined;
|
|
707
|
-
|
|
708
|
-
left?: undefined;
|
|
708
|
+
right?: undefined;
|
|
709
709
|
} | {
|
|
710
710
|
top?: undefined;
|
|
711
|
+
right?: undefined;
|
|
711
712
|
transform?: undefined;
|
|
712
713
|
bottom?: undefined;
|
|
713
714
|
left?: undefined;
|
|
714
|
-
right?: undefined;
|
|
715
715
|
}>;
|
|
716
716
|
onVisibleChange: (val: boolean) => void;
|
|
717
717
|
}, {}, {}, {}, {
|
|
718
|
-
color: "
|
|
718
|
+
color: "light" | "red";
|
|
719
719
|
offset: number[];
|
|
720
720
|
visible: boolean;
|
|
721
721
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -778,8 +778,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
778
778
|
default: boolean;
|
|
779
779
|
};
|
|
780
780
|
color: {
|
|
781
|
-
type: import("vue").PropType<"
|
|
782
|
-
default: "
|
|
781
|
+
type: import("vue").PropType<"light" | "red">;
|
|
782
|
+
default: "light" | "red";
|
|
783
783
|
validator: (val: string) => boolean;
|
|
784
784
|
};
|
|
785
785
|
}>> & Readonly<{
|
|
@@ -791,41 +791,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
791
791
|
prefixCls: import("vue").ComputedRef<string>;
|
|
792
792
|
arrowStyle: import("vue").ComputedRef<{
|
|
793
793
|
top: string;
|
|
794
|
+
right: string;
|
|
794
795
|
transform: string;
|
|
795
796
|
bottom?: undefined;
|
|
796
797
|
left?: undefined;
|
|
797
|
-
right?: undefined;
|
|
798
798
|
} | {
|
|
799
799
|
bottom: string;
|
|
800
|
+
right: string;
|
|
800
801
|
transform: string;
|
|
801
802
|
top?: undefined;
|
|
802
803
|
left?: undefined;
|
|
803
|
-
right?: undefined;
|
|
804
804
|
} | {
|
|
805
|
+
top: string;
|
|
805
806
|
left: string;
|
|
806
807
|
transform: string;
|
|
807
|
-
top?: undefined;
|
|
808
|
-
bottom?: undefined;
|
|
809
808
|
right?: undefined;
|
|
809
|
+
bottom?: undefined;
|
|
810
810
|
} | {
|
|
811
|
-
|
|
811
|
+
bottom: string;
|
|
812
|
+
left: string;
|
|
812
813
|
transform: string;
|
|
813
814
|
top?: undefined;
|
|
814
|
-
|
|
815
|
-
left?: undefined;
|
|
815
|
+
right?: undefined;
|
|
816
816
|
} | {
|
|
817
817
|
top?: undefined;
|
|
818
|
+
right?: undefined;
|
|
818
819
|
transform?: undefined;
|
|
819
820
|
bottom?: undefined;
|
|
820
821
|
left?: undefined;
|
|
821
|
-
right?: undefined;
|
|
822
822
|
}>;
|
|
823
823
|
onVisibleChange: (val: boolean) => void;
|
|
824
824
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
825
825
|
'visible-change': (v: boolean) => boolean;
|
|
826
826
|
'update:visible': (v: boolean) => boolean;
|
|
827
827
|
}, string, {
|
|
828
|
-
color: "
|
|
828
|
+
color: "light" | "red";
|
|
829
829
|
offset: number[];
|
|
830
830
|
visible: boolean;
|
|
831
831
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -334,8 +334,8 @@ export declare const URate: {
|
|
|
334
334
|
default: boolean;
|
|
335
335
|
};
|
|
336
336
|
color: {
|
|
337
|
-
type: import("vue").PropType<"
|
|
338
|
-
default: "
|
|
337
|
+
type: import("vue").PropType<"light" | "red">;
|
|
338
|
+
default: "light" | "red";
|
|
339
339
|
validator: (val: string) => boolean;
|
|
340
340
|
};
|
|
341
341
|
}>> & Readonly<{
|
|
@@ -347,41 +347,41 @@ export declare const URate: {
|
|
|
347
347
|
prefixCls: import("vue").ComputedRef<string>;
|
|
348
348
|
arrowStyle: import("vue").ComputedRef<{
|
|
349
349
|
top: string;
|
|
350
|
+
right: string;
|
|
350
351
|
transform: string;
|
|
351
352
|
bottom?: undefined;
|
|
352
353
|
left?: undefined;
|
|
353
|
-
right?: undefined;
|
|
354
354
|
} | {
|
|
355
355
|
bottom: string;
|
|
356
|
+
right: string;
|
|
356
357
|
transform: string;
|
|
357
358
|
top?: undefined;
|
|
358
359
|
left?: undefined;
|
|
359
|
-
right?: undefined;
|
|
360
360
|
} | {
|
|
361
|
+
top: string;
|
|
361
362
|
left: string;
|
|
362
363
|
transform: string;
|
|
363
|
-
top?: undefined;
|
|
364
|
-
bottom?: undefined;
|
|
365
364
|
right?: undefined;
|
|
365
|
+
bottom?: undefined;
|
|
366
366
|
} | {
|
|
367
|
-
|
|
367
|
+
bottom: string;
|
|
368
|
+
left: string;
|
|
368
369
|
transform: string;
|
|
369
370
|
top?: undefined;
|
|
370
|
-
|
|
371
|
-
left?: undefined;
|
|
371
|
+
right?: undefined;
|
|
372
372
|
} | {
|
|
373
373
|
top?: undefined;
|
|
374
|
+
right?: undefined;
|
|
374
375
|
transform?: undefined;
|
|
375
376
|
bottom?: undefined;
|
|
376
377
|
left?: undefined;
|
|
377
|
-
right?: undefined;
|
|
378
378
|
}>;
|
|
379
379
|
onVisibleChange: (val: boolean) => void;
|
|
380
380
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
381
381
|
'visible-change': (v: boolean) => boolean;
|
|
382
382
|
'update:visible': (v: boolean) => boolean;
|
|
383
383
|
}, import("vue").PublicProps, {
|
|
384
|
-
color: "
|
|
384
|
+
color: "light" | "red";
|
|
385
385
|
offset: number[];
|
|
386
386
|
visible: boolean;
|
|
387
387
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -635,8 +635,8 @@ export declare const URate: {
|
|
|
635
635
|
default: boolean;
|
|
636
636
|
};
|
|
637
637
|
color: {
|
|
638
|
-
type: import("vue").PropType<"
|
|
639
|
-
default: "
|
|
638
|
+
type: import("vue").PropType<"light" | "red">;
|
|
639
|
+
default: "light" | "red";
|
|
640
640
|
validator: (val: string) => boolean;
|
|
641
641
|
};
|
|
642
642
|
}>> & Readonly<{
|
|
@@ -648,38 +648,38 @@ export declare const URate: {
|
|
|
648
648
|
prefixCls: import("vue").ComputedRef<string>;
|
|
649
649
|
arrowStyle: import("vue").ComputedRef<{
|
|
650
650
|
top: string;
|
|
651
|
+
right: string;
|
|
651
652
|
transform: string;
|
|
652
653
|
bottom?: undefined;
|
|
653
654
|
left?: undefined;
|
|
654
|
-
right?: undefined;
|
|
655
655
|
} | {
|
|
656
656
|
bottom: string;
|
|
657
|
+
right: string;
|
|
657
658
|
transform: string;
|
|
658
659
|
top?: undefined;
|
|
659
660
|
left?: undefined;
|
|
660
|
-
right?: undefined;
|
|
661
661
|
} | {
|
|
662
|
+
top: string;
|
|
662
663
|
left: string;
|
|
663
664
|
transform: string;
|
|
664
|
-
top?: undefined;
|
|
665
|
-
bottom?: undefined;
|
|
666
665
|
right?: undefined;
|
|
666
|
+
bottom?: undefined;
|
|
667
667
|
} | {
|
|
668
|
-
|
|
668
|
+
bottom: string;
|
|
669
|
+
left: string;
|
|
669
670
|
transform: string;
|
|
670
671
|
top?: undefined;
|
|
671
|
-
|
|
672
|
-
left?: undefined;
|
|
672
|
+
right?: undefined;
|
|
673
673
|
} | {
|
|
674
674
|
top?: undefined;
|
|
675
|
+
right?: undefined;
|
|
675
676
|
transform?: undefined;
|
|
676
677
|
bottom?: undefined;
|
|
677
678
|
left?: undefined;
|
|
678
|
-
right?: undefined;
|
|
679
679
|
}>;
|
|
680
680
|
onVisibleChange: (val: boolean) => void;
|
|
681
681
|
}, {}, {}, {}, {
|
|
682
|
-
color: "
|
|
682
|
+
color: "light" | "red";
|
|
683
683
|
offset: number[];
|
|
684
684
|
visible: boolean;
|
|
685
685
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -742,8 +742,8 @@ export declare const URate: {
|
|
|
742
742
|
default: boolean;
|
|
743
743
|
};
|
|
744
744
|
color: {
|
|
745
|
-
type: import("vue").PropType<"
|
|
746
|
-
default: "
|
|
745
|
+
type: import("vue").PropType<"light" | "red">;
|
|
746
|
+
default: "light" | "red";
|
|
747
747
|
validator: (val: string) => boolean;
|
|
748
748
|
};
|
|
749
749
|
}>> & Readonly<{
|
|
@@ -755,41 +755,41 @@ export declare const URate: {
|
|
|
755
755
|
prefixCls: import("vue").ComputedRef<string>;
|
|
756
756
|
arrowStyle: import("vue").ComputedRef<{
|
|
757
757
|
top: string;
|
|
758
|
+
right: string;
|
|
758
759
|
transform: string;
|
|
759
760
|
bottom?: undefined;
|
|
760
761
|
left?: undefined;
|
|
761
|
-
right?: undefined;
|
|
762
762
|
} | {
|
|
763
763
|
bottom: string;
|
|
764
|
+
right: string;
|
|
764
765
|
transform: string;
|
|
765
766
|
top?: undefined;
|
|
766
767
|
left?: undefined;
|
|
767
|
-
right?: undefined;
|
|
768
768
|
} | {
|
|
769
|
+
top: string;
|
|
769
770
|
left: string;
|
|
770
771
|
transform: string;
|
|
771
|
-
top?: undefined;
|
|
772
|
-
bottom?: undefined;
|
|
773
772
|
right?: undefined;
|
|
773
|
+
bottom?: undefined;
|
|
774
774
|
} | {
|
|
775
|
-
|
|
775
|
+
bottom: string;
|
|
776
|
+
left: string;
|
|
776
777
|
transform: string;
|
|
777
778
|
top?: undefined;
|
|
778
|
-
|
|
779
|
-
left?: undefined;
|
|
779
|
+
right?: undefined;
|
|
780
780
|
} | {
|
|
781
781
|
top?: undefined;
|
|
782
|
+
right?: undefined;
|
|
782
783
|
transform?: undefined;
|
|
783
784
|
bottom?: undefined;
|
|
784
785
|
left?: undefined;
|
|
785
|
-
right?: undefined;
|
|
786
786
|
}>;
|
|
787
787
|
onVisibleChange: (val: boolean) => void;
|
|
788
788
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
789
789
|
'visible-change': (v: boolean) => boolean;
|
|
790
790
|
'update:visible': (v: boolean) => boolean;
|
|
791
791
|
}, string, {
|
|
792
|
-
color: "
|
|
792
|
+
color: "light" | "red";
|
|
793
793
|
offset: number[];
|
|
794
794
|
visible: boolean;
|
|
795
795
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -1398,8 +1398,8 @@ export declare const URate: {
|
|
|
1398
1398
|
default: boolean;
|
|
1399
1399
|
};
|
|
1400
1400
|
color: {
|
|
1401
|
-
type: import("vue").PropType<"
|
|
1402
|
-
default: "
|
|
1401
|
+
type: import("vue").PropType<"light" | "red">;
|
|
1402
|
+
default: "light" | "red";
|
|
1403
1403
|
validator: (val: string) => boolean;
|
|
1404
1404
|
};
|
|
1405
1405
|
}>> & Readonly<{
|
|
@@ -1411,41 +1411,41 @@ export declare const URate: {
|
|
|
1411
1411
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1412
1412
|
arrowStyle: import("vue").ComputedRef<{
|
|
1413
1413
|
top: string;
|
|
1414
|
+
right: string;
|
|
1414
1415
|
transform: string;
|
|
1415
1416
|
bottom?: undefined;
|
|
1416
1417
|
left?: undefined;
|
|
1417
|
-
right?: undefined;
|
|
1418
1418
|
} | {
|
|
1419
1419
|
bottom: string;
|
|
1420
|
+
right: string;
|
|
1420
1421
|
transform: string;
|
|
1421
1422
|
top?: undefined;
|
|
1422
1423
|
left?: undefined;
|
|
1423
|
-
right?: undefined;
|
|
1424
1424
|
} | {
|
|
1425
|
+
top: string;
|
|
1425
1426
|
left: string;
|
|
1426
1427
|
transform: string;
|
|
1427
|
-
top?: undefined;
|
|
1428
|
-
bottom?: undefined;
|
|
1429
1428
|
right?: undefined;
|
|
1429
|
+
bottom?: undefined;
|
|
1430
1430
|
} | {
|
|
1431
|
-
|
|
1431
|
+
bottom: string;
|
|
1432
|
+
left: string;
|
|
1432
1433
|
transform: string;
|
|
1433
1434
|
top?: undefined;
|
|
1434
|
-
|
|
1435
|
-
left?: undefined;
|
|
1435
|
+
right?: undefined;
|
|
1436
1436
|
} | {
|
|
1437
1437
|
top?: undefined;
|
|
1438
|
+
right?: undefined;
|
|
1438
1439
|
transform?: undefined;
|
|
1439
1440
|
bottom?: undefined;
|
|
1440
1441
|
left?: undefined;
|
|
1441
|
-
right?: undefined;
|
|
1442
1442
|
}>;
|
|
1443
1443
|
onVisibleChange: (val: boolean) => void;
|
|
1444
1444
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1445
1445
|
'visible-change': (v: boolean) => boolean;
|
|
1446
1446
|
'update:visible': (v: boolean) => boolean;
|
|
1447
1447
|
}, import("vue").PublicProps, {
|
|
1448
|
-
color: "
|
|
1448
|
+
color: "light" | "red";
|
|
1449
1449
|
offset: number[];
|
|
1450
1450
|
visible: boolean;
|
|
1451
1451
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -1699,8 +1699,8 @@ export declare const URate: {
|
|
|
1699
1699
|
default: boolean;
|
|
1700
1700
|
};
|
|
1701
1701
|
color: {
|
|
1702
|
-
type: import("vue").PropType<"
|
|
1703
|
-
default: "
|
|
1702
|
+
type: import("vue").PropType<"light" | "red">;
|
|
1703
|
+
default: "light" | "red";
|
|
1704
1704
|
validator: (val: string) => boolean;
|
|
1705
1705
|
};
|
|
1706
1706
|
}>> & Readonly<{
|
|
@@ -1712,38 +1712,38 @@ export declare const URate: {
|
|
|
1712
1712
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1713
1713
|
arrowStyle: import("vue").ComputedRef<{
|
|
1714
1714
|
top: string;
|
|
1715
|
+
right: string;
|
|
1715
1716
|
transform: string;
|
|
1716
1717
|
bottom?: undefined;
|
|
1717
1718
|
left?: undefined;
|
|
1718
|
-
right?: undefined;
|
|
1719
1719
|
} | {
|
|
1720
1720
|
bottom: string;
|
|
1721
|
+
right: string;
|
|
1721
1722
|
transform: string;
|
|
1722
1723
|
top?: undefined;
|
|
1723
1724
|
left?: undefined;
|
|
1724
|
-
right?: undefined;
|
|
1725
1725
|
} | {
|
|
1726
|
+
top: string;
|
|
1726
1727
|
left: string;
|
|
1727
1728
|
transform: string;
|
|
1728
|
-
top?: undefined;
|
|
1729
|
-
bottom?: undefined;
|
|
1730
1729
|
right?: undefined;
|
|
1730
|
+
bottom?: undefined;
|
|
1731
1731
|
} | {
|
|
1732
|
-
|
|
1732
|
+
bottom: string;
|
|
1733
|
+
left: string;
|
|
1733
1734
|
transform: string;
|
|
1734
1735
|
top?: undefined;
|
|
1735
|
-
|
|
1736
|
-
left?: undefined;
|
|
1736
|
+
right?: undefined;
|
|
1737
1737
|
} | {
|
|
1738
1738
|
top?: undefined;
|
|
1739
|
+
right?: undefined;
|
|
1739
1740
|
transform?: undefined;
|
|
1740
1741
|
bottom?: undefined;
|
|
1741
1742
|
left?: undefined;
|
|
1742
|
-
right?: undefined;
|
|
1743
1743
|
}>;
|
|
1744
1744
|
onVisibleChange: (val: boolean) => void;
|
|
1745
1745
|
}, {}, {}, {}, {
|
|
1746
|
-
color: "
|
|
1746
|
+
color: "light" | "red";
|
|
1747
1747
|
offset: number[];
|
|
1748
1748
|
visible: boolean;
|
|
1749
1749
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -1806,8 +1806,8 @@ export declare const URate: {
|
|
|
1806
1806
|
default: boolean;
|
|
1807
1807
|
};
|
|
1808
1808
|
color: {
|
|
1809
|
-
type: import("vue").PropType<"
|
|
1810
|
-
default: "
|
|
1809
|
+
type: import("vue").PropType<"light" | "red">;
|
|
1810
|
+
default: "light" | "red";
|
|
1811
1811
|
validator: (val: string) => boolean;
|
|
1812
1812
|
};
|
|
1813
1813
|
}>> & Readonly<{
|
|
@@ -1819,41 +1819,41 @@ export declare const URate: {
|
|
|
1819
1819
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1820
1820
|
arrowStyle: import("vue").ComputedRef<{
|
|
1821
1821
|
top: string;
|
|
1822
|
+
right: string;
|
|
1822
1823
|
transform: string;
|
|
1823
1824
|
bottom?: undefined;
|
|
1824
1825
|
left?: undefined;
|
|
1825
|
-
right?: undefined;
|
|
1826
1826
|
} | {
|
|
1827
1827
|
bottom: string;
|
|
1828
|
+
right: string;
|
|
1828
1829
|
transform: string;
|
|
1829
1830
|
top?: undefined;
|
|
1830
1831
|
left?: undefined;
|
|
1831
|
-
right?: undefined;
|
|
1832
1832
|
} | {
|
|
1833
|
+
top: string;
|
|
1833
1834
|
left: string;
|
|
1834
1835
|
transform: string;
|
|
1835
|
-
top?: undefined;
|
|
1836
|
-
bottom?: undefined;
|
|
1837
1836
|
right?: undefined;
|
|
1837
|
+
bottom?: undefined;
|
|
1838
1838
|
} | {
|
|
1839
|
-
|
|
1839
|
+
bottom: string;
|
|
1840
|
+
left: string;
|
|
1840
1841
|
transform: string;
|
|
1841
1842
|
top?: undefined;
|
|
1842
|
-
|
|
1843
|
-
left?: undefined;
|
|
1843
|
+
right?: undefined;
|
|
1844
1844
|
} | {
|
|
1845
1845
|
top?: undefined;
|
|
1846
|
+
right?: undefined;
|
|
1846
1847
|
transform?: undefined;
|
|
1847
1848
|
bottom?: undefined;
|
|
1848
1849
|
left?: undefined;
|
|
1849
|
-
right?: undefined;
|
|
1850
1850
|
}>;
|
|
1851
1851
|
onVisibleChange: (val: boolean) => void;
|
|
1852
1852
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1853
1853
|
'visible-change': (v: boolean) => boolean;
|
|
1854
1854
|
'update:visible': (v: boolean) => boolean;
|
|
1855
1855
|
}, string, {
|
|
1856
|
-
color: "
|
|
1856
|
+
color: "light" | "red";
|
|
1857
1857
|
offset: number[];
|
|
1858
1858
|
visible: boolean;
|
|
1859
1859
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|