element-ps 1.0.8 → 1.0.9
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/dist/index.full.js +64 -59
- package/dist/index.full.min.js +2 -2
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +2 -2
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +64 -59
- package/es/components/alert/index.d.ts +3 -3
- package/es/components/alert/src/alert.d.ts +1 -1
- package/es/components/alert/src/alert.vue.d.ts +3 -3
- package/es/components/autocomplete/index.d.ts +2 -2
- package/es/components/autocomplete/src/index.vue.d.ts +1 -1
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/avatar/src/avatar.d.ts +1 -1
- package/es/components/avatar/src/avatar.vue.d.ts +3 -3
- package/es/components/badge/index.d.ts +3 -3
- package/es/components/badge/src/badge.d.ts +1 -1
- package/es/components/badge/src/badge.vue.d.ts +3 -3
- package/es/components/button/index.d.ts +30 -30
- package/es/components/button/src/button-group.d.ts +2 -2
- package/es/components/button/src/button-group.vue.d.ts +6 -6
- package/es/components/button/src/button.d.ts +3 -3
- package/es/components/button/src/button.vue.d.ts +18 -18
- package/es/components/cascader/index.d.ts +14 -14
- package/es/components/cascader/src/index.vue.d.ts +7 -7
- package/es/components/checkbox/index.d.ts +27 -27
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +4 -4
- package/es/components/checkbox/src/checkbox.vue.d.ts +7 -7
- package/es/components/checkbox/src/useCheckbox.d.ts +4 -4
- package/es/components/collapse/index.d.ts +4 -4
- package/es/components/collapse/src/collapse-item.vue.d.ts +2 -2
- package/es/components/date-picker/index.d.ts +4 -4
- package/es/components/date-picker/src/date-picker.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +4 -4
- package/es/components/descriptions/src/description-item.d.ts +2 -2
- package/es/components/drawer/index.d.ts +4 -4
- package/es/components/drawer/src/index.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +6 -6
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +4 -4
- package/es/components/form/index.d.ts +5 -5
- package/es/components/form/src/form-item.vue.d.ts +1 -1
- package/es/components/form/src/form.vue.d.ts +3 -3
- package/es/components/input/index.d.ts +3 -3
- package/es/components/input/src/input.d.ts +1 -1
- package/es/components/input/src/input.vue.d.ts +3 -3
- package/es/components/input-number/index.d.ts +3 -3
- package/es/components/input-number/src/input-number.d.ts +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +3 -3
- package/es/components/link/index.d.ts +7 -7
- package/es/components/link/src/link.d.ts +1 -1
- package/es/components/link/src/link.vue.d.ts +7 -7
- package/es/components/page-header/index.d.ts +2 -2
- package/es/components/page-header/src/page-header.vue.d.ts +2 -2
- package/es/components/pagination/index.d.ts +2 -2
- package/es/components/pagination/src/pagination.d.ts +2 -2
- package/es/components/popconfirm/index.d.ts +6 -6
- package/es/components/popconfirm/src/index.vue.d.ts +6 -6
- package/es/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/es/components/popover/index.d.ts +8 -8
- package/es/components/popover/src/index.vue.d.ts +4 -4
- package/es/components/popper/index.d.ts +4 -4
- package/es/components/popper/src/index.vue.d.ts +2 -2
- package/es/components/radio/index.d.ts +16 -16
- package/es/components/radio/src/radio-button.vue.d.ts +3 -3
- package/es/components/radio/src/radio-group.vue.d.ts +3 -3
- package/es/components/radio/src/radio.vue.d.ts +4 -4
- package/es/components/rate/index.d.ts +10 -10
- package/es/components/rate/src/index.vue.d.ts +5 -5
- package/es/components/scrollbar/index.d.ts +4 -4
- package/es/components/scrollbar/src/index.vue.d.ts +2 -2
- package/es/components/select/index.d.ts +12 -12
- package/es/components/select/src/option.vue.d.ts +2 -2
- package/es/components/select/src/select.vue.d.ts +8 -8
- package/es/components/select-v2/index.d.ts +10 -10
- package/es/components/select-v2/src/select.vue.d.ts +5 -5
- package/es/components/slider/index.d.ts +4 -4
- package/es/components/slider/src/index.vue.d.ts +2 -2
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/src/space.d.ts +4 -4
- package/es/components/steps/index.d.ts +1 -1
- package/es/components/steps/src/index.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +9 -9
- package/es/components/table/src/table/defaults.d.ts +4 -4
- package/es/components/table/src/table-column/defaults.d.ts +2 -2
- package/es/components/table/src/table-column/index.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +5 -5
- package/es/components/tabs/index.d.ts +4 -4
- package/es/components/tabs/src/tab-pane.vue.d.ts +2 -2
- package/es/components/tag/index.d.ts +6 -6
- package/es/components/tag/src/tag.d.ts +2 -2
- package/es/components/tag/src/tag.vue.d.ts +6 -6
- package/es/components/time-picker/index.d.ts +4 -4
- package/es/components/time-picker/src/common/picker.vue.d.ts +2 -2
- package/es/components/time-picker/src/time-picker.d.ts +2 -2
- package/es/components/time-select/index.d.ts +8 -8
- package/es/components/time-select/src/time-select.vue.d.ts +4 -4
- package/es/components/timeline/index.d.ts +4 -4
- package/es/components/timeline/src/item.vue.d.ts +2 -2
- package/es/components/tooltip/index.d.ts +6 -6
- package/es/components/tooltip/src/index.vue.d.ts +3 -3
- package/es/components/tree-v2/index.d.ts +1 -1
- package/es/components/tree-v2/src/tree-node.vue.d.ts +2 -2
- package/es/components/tree-v2/src/tree.vue.d.ts +1 -1
- package/es/components/upload/index.d.ts +4 -4
- package/es/components/upload/src/index.vue.d.ts +2 -2
- package/es/components/upload/src/upload.vue.d.ts +2 -2
- package/es/hooks/use-form-item/index.d.ts +1 -1
- package/es/index.mjs +5 -5
- package/es/packages/components/avatar/index.mjs +2 -2
- package/es/packages/components/avatar/src/avatar.mjs +29 -5
- package/es/packages/components/avatar/src/avatar.mjs.map +1 -1
- package/es/packages/components/avatar/src/avatar.vue_vue&type=script&lang.mjs +1 -1
- package/es/packages/components/avatar/src/avatar2.mjs +5 -29
- package/es/packages/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/packages/components/button/index.mjs +1 -1
- package/es/packages/components/button/src/button-group.mjs +5 -7
- package/es/packages/components/button/src/button-group.mjs.map +1 -1
- package/es/packages/components/button/src/button-group.vue_vue&type=script&lang.mjs +1 -1
- package/es/packages/components/button/src/button-group2.mjs +7 -5
- package/es/packages/components/button/src/button-group2.mjs.map +1 -1
- package/es/packages/components/cascader-panel/src/config.mjs +1 -1
- package/es/packages/components/cascader-panel/src/index.vue_vue&type=script&lang.mjs +1 -1
- package/es/packages/components/cascader-panel/src/menu.vue_vue&type=script&lang.mjs +1 -1
- package/es/packages/components/cascader-panel/src/node.mjs +5 -72
- package/es/packages/components/cascader-panel/src/node.mjs.map +1 -1
- package/es/packages/components/cascader-panel/src/node2.mjs +72 -5
- package/es/packages/components/cascader-panel/src/node2.mjs.map +1 -1
- package/es/packages/components/cascader-panel/src/store.mjs +1 -1
- package/es/packages/components/dialog/src/dialog.vue_vue&type=script&lang.mjs.map +1 -1
- package/es/packages/components/dialog/src/dialog.vue_vue&type=template&id=02672805&lang.mjs +6 -5
- package/es/packages/components/dialog/src/dialog.vue_vue&type=template&id=02672805&lang.mjs.map +1 -1
- package/es/packages/components/divider/index.mjs +2 -2
- package/es/packages/components/divider/src/divider.mjs +5 -15
- package/es/packages/components/divider/src/divider.mjs.map +1 -1
- package/es/packages/components/divider/src/divider.vue_vue&type=script&lang.mjs +1 -1
- package/es/packages/components/divider/src/divider2.mjs +15 -5
- package/es/packages/components/divider/src/divider2.mjs.map +1 -1
- package/es/packages/components/drawer/src/index.vue_vue&type=script&lang.mjs.map +1 -1
- package/es/packages/components/drawer/src/index.vue_vue&type=template&id=052d0d8e&lang.mjs +50 -46
- package/es/packages/components/drawer/src/index.vue_vue&type=template&id=052d0d8e&lang.mjs.map +1 -1
- package/es/packages/components/empty/index.mjs +2 -2
- package/es/packages/components/empty/src/empty.mjs +12 -5
- package/es/packages/components/empty/src/empty.mjs.map +1 -1
- package/es/packages/components/empty/src/empty.vue_vue&type=script&lang.mjs +1 -1
- package/es/packages/components/empty/src/empty2.mjs +5 -12
- package/es/packages/components/empty/src/empty2.mjs.map +1 -1
- package/es/packages/components/icon/index.mjs +2 -2
- package/es/packages/components/icon/src/icon.mjs +5 -11
- package/es/packages/components/icon/src/icon.mjs.map +1 -1
- package/es/packages/components/icon/src/icon.vue_vue&type=script&lang.mjs +1 -1
- package/es/packages/components/icon/src/icon2.mjs +11 -5
- package/es/packages/components/icon/src/icon2.mjs.map +1 -1
- package/es/packages/components/index.mjs +5 -5
- package/es/packages/components/table/src/table-body/render-helper.mjs +1 -1
- package/es/packages/components/table/src/table-body/render-helper.mjs.map +1 -1
- package/es/packages/components/table/src/table-header/index.mjs +1 -1
- package/es/packages/components/table/src/table-header/index.mjs.map +1 -1
- package/es/packages/components/tag/index.mjs +2 -2
- package/es/packages/components/tag/src/tag.mjs +5 -26
- package/es/packages/components/tag/src/tag.mjs.map +1 -1
- package/es/packages/components/tag/src/tag.vue_vue&type=script&lang.mjs +1 -1
- package/es/packages/components/tag/src/tag2.mjs +26 -5
- package/es/packages/components/tag/src/tag2.mjs.map +1 -1
- package/es/utils/util.d.ts +1 -1
- package/lib/components/alert/index.d.ts +3 -3
- package/lib/components/alert/src/alert.d.ts +1 -1
- package/lib/components/alert/src/alert.vue.d.ts +3 -3
- package/lib/components/autocomplete/index.d.ts +2 -2
- package/lib/components/autocomplete/src/index.vue.d.ts +1 -1
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/avatar/src/avatar.d.ts +1 -1
- package/lib/components/avatar/src/avatar.vue.d.ts +3 -3
- package/lib/components/badge/index.d.ts +3 -3
- package/lib/components/badge/src/badge.d.ts +1 -1
- package/lib/components/badge/src/badge.vue.d.ts +3 -3
- package/lib/components/button/index.d.ts +30 -30
- package/lib/components/button/src/button-group.d.ts +2 -2
- package/lib/components/button/src/button-group.vue.d.ts +6 -6
- package/lib/components/button/src/button.d.ts +3 -3
- package/lib/components/button/src/button.vue.d.ts +18 -18
- package/lib/components/cascader/index.d.ts +14 -14
- package/lib/components/cascader/src/index.vue.d.ts +7 -7
- package/lib/components/checkbox/index.d.ts +27 -27
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +4 -4
- package/lib/components/checkbox/src/checkbox.vue.d.ts +7 -7
- package/lib/components/checkbox/src/useCheckbox.d.ts +4 -4
- package/lib/components/collapse/index.d.ts +4 -4
- package/lib/components/collapse/src/collapse-item.vue.d.ts +2 -2
- package/lib/components/date-picker/index.d.ts +4 -4
- package/lib/components/date-picker/src/date-picker.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +4 -4
- package/lib/components/descriptions/src/description-item.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +4 -4
- package/lib/components/drawer/src/index.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +6 -6
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +4 -4
- package/lib/components/form/index.d.ts +5 -5
- package/lib/components/form/src/form-item.vue.d.ts +1 -1
- package/lib/components/form/src/form.vue.d.ts +3 -3
- package/lib/components/input/index.d.ts +3 -3
- package/lib/components/input/src/input.d.ts +1 -1
- package/lib/components/input/src/input.vue.d.ts +3 -3
- package/lib/components/input-number/index.d.ts +3 -3
- package/lib/components/input-number/src/input-number.d.ts +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +3 -3
- package/lib/components/link/index.d.ts +7 -7
- package/lib/components/link/src/link.d.ts +1 -1
- package/lib/components/link/src/link.vue.d.ts +7 -7
- package/lib/components/page-header/index.d.ts +2 -2
- package/lib/components/page-header/src/page-header.vue.d.ts +2 -2
- package/lib/components/pagination/index.d.ts +2 -2
- package/lib/components/pagination/src/pagination.d.ts +2 -2
- package/lib/components/popconfirm/index.d.ts +6 -6
- package/lib/components/popconfirm/src/index.vue.d.ts +6 -6
- package/lib/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/lib/components/popover/index.d.ts +8 -8
- package/lib/components/popover/src/index.vue.d.ts +4 -4
- package/lib/components/popper/index.d.ts +4 -4
- package/lib/components/popper/src/index.vue.d.ts +2 -2
- package/lib/components/radio/index.d.ts +16 -16
- package/lib/components/radio/src/radio-button.vue.d.ts +3 -3
- package/lib/components/radio/src/radio-group.vue.d.ts +3 -3
- package/lib/components/radio/src/radio.vue.d.ts +4 -4
- package/lib/components/rate/index.d.ts +10 -10
- package/lib/components/rate/src/index.vue.d.ts +5 -5
- package/lib/components/scrollbar/index.d.ts +4 -4
- package/lib/components/scrollbar/src/index.vue.d.ts +2 -2
- package/lib/components/select/index.d.ts +12 -12
- package/lib/components/select/src/option.vue.d.ts +2 -2
- package/lib/components/select/src/select.vue.d.ts +8 -8
- package/lib/components/select-v2/index.d.ts +10 -10
- package/lib/components/select-v2/src/select.vue.d.ts +5 -5
- package/lib/components/slider/index.d.ts +4 -4
- package/lib/components/slider/src/index.vue.d.ts +2 -2
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/src/space.d.ts +4 -4
- package/lib/components/steps/index.d.ts +1 -1
- package/lib/components/steps/src/index.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +9 -9
- package/lib/components/table/src/table/defaults.d.ts +4 -4
- package/lib/components/table/src/table-column/defaults.d.ts +2 -2
- package/lib/components/table/src/table-column/index.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +5 -5
- package/lib/components/tabs/index.d.ts +4 -4
- package/lib/components/tabs/src/tab-pane.vue.d.ts +2 -2
- package/lib/components/tag/index.d.ts +6 -6
- package/lib/components/tag/src/tag.d.ts +2 -2
- package/lib/components/tag/src/tag.vue.d.ts +6 -6
- package/lib/components/time-picker/index.d.ts +4 -4
- package/lib/components/time-picker/src/common/picker.vue.d.ts +2 -2
- package/lib/components/time-picker/src/time-picker.d.ts +2 -2
- package/lib/components/time-select/index.d.ts +8 -8
- package/lib/components/time-select/src/time-select.vue.d.ts +4 -4
- package/lib/components/timeline/index.d.ts +4 -4
- package/lib/components/timeline/src/item.vue.d.ts +2 -2
- package/lib/components/tooltip/index.d.ts +6 -6
- package/lib/components/tooltip/src/index.vue.d.ts +3 -3
- package/lib/components/tree-v2/index.d.ts +1 -1
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +2 -2
- package/lib/components/tree-v2/src/tree.vue.d.ts +1 -1
- package/lib/components/upload/index.d.ts +4 -4
- package/lib/components/upload/src/index.vue.d.ts +2 -2
- package/lib/components/upload/src/upload.vue.d.ts +2 -2
- package/lib/hooks/use-form-item/index.d.ts +1 -1
- package/lib/index.js +5 -5
- package/lib/packages/components/avatar/index.js +2 -2
- package/lib/packages/components/avatar/src/avatar.js +28 -5
- package/lib/packages/components/avatar/src/avatar.js.map +1 -1
- package/lib/packages/components/avatar/src/avatar.vue_vue&type=script&lang.js +1 -1
- package/lib/packages/components/avatar/src/avatar2.js +5 -28
- package/lib/packages/components/avatar/src/avatar2.js.map +1 -1
- package/lib/packages/components/button/index.js +1 -1
- package/lib/packages/components/button/src/button-group.js +5 -6
- package/lib/packages/components/button/src/button-group.js.map +1 -1
- package/lib/packages/components/button/src/button-group.vue_vue&type=script&lang.js +1 -1
- package/lib/packages/components/button/src/button-group2.js +6 -5
- package/lib/packages/components/button/src/button-group2.js.map +1 -1
- package/lib/packages/components/cascader-panel/src/config.js +1 -1
- package/lib/packages/components/cascader-panel/src/index.vue_vue&type=script&lang.js +1 -1
- package/lib/packages/components/cascader-panel/src/menu.vue_vue&type=script&lang.js +1 -1
- package/lib/packages/components/cascader-panel/src/node.js +5 -71
- package/lib/packages/components/cascader-panel/src/node.js.map +1 -1
- package/lib/packages/components/cascader-panel/src/node2.js +71 -5
- package/lib/packages/components/cascader-panel/src/node2.js.map +1 -1
- package/lib/packages/components/cascader-panel/src/store.js +1 -1
- package/lib/packages/components/dialog/src/dialog.vue_vue&type=script&lang.js.map +1 -1
- package/lib/packages/components/dialog/src/dialog.vue_vue&type=template&id=02672805&lang.js +6 -5
- package/lib/packages/components/dialog/src/dialog.vue_vue&type=template&id=02672805&lang.js.map +1 -1
- package/lib/packages/components/divider/index.js +2 -2
- package/lib/packages/components/divider/src/divider.js +5 -14
- package/lib/packages/components/divider/src/divider.js.map +1 -1
- package/lib/packages/components/divider/src/divider.vue_vue&type=script&lang.js +1 -1
- package/lib/packages/components/divider/src/divider2.js +14 -5
- package/lib/packages/components/divider/src/divider2.js.map +1 -1
- package/lib/packages/components/drawer/src/index.vue_vue&type=script&lang.js.map +1 -1
- package/lib/packages/components/drawer/src/index.vue_vue&type=template&id=052d0d8e&lang.js +50 -46
- package/lib/packages/components/drawer/src/index.vue_vue&type=template&id=052d0d8e&lang.js.map +1 -1
- package/lib/packages/components/empty/index.js +2 -2
- package/lib/packages/components/empty/src/empty.js +12 -6
- package/lib/packages/components/empty/src/empty.js.map +1 -1
- package/lib/packages/components/empty/src/empty.vue_vue&type=script&lang.js +1 -1
- package/lib/packages/components/empty/src/empty2.js +6 -12
- package/lib/packages/components/empty/src/empty2.js.map +1 -1
- package/lib/packages/components/icon/index.js +2 -2
- package/lib/packages/components/icon/src/icon.js +5 -10
- package/lib/packages/components/icon/src/icon.js.map +1 -1
- package/lib/packages/components/icon/src/icon.vue_vue&type=script&lang.js +1 -1
- package/lib/packages/components/icon/src/icon2.js +10 -5
- package/lib/packages/components/icon/src/icon2.js.map +1 -1
- package/lib/packages/components/index.js +5 -5
- package/lib/packages/components/table/src/table-body/render-helper.js +1 -1
- package/lib/packages/components/table/src/table-body/render-helper.js.map +1 -1
- package/lib/packages/components/table/src/table-header/index.js +1 -1
- package/lib/packages/components/table/src/table-header/index.js.map +1 -1
- package/lib/packages/components/tag/index.js +2 -2
- package/lib/packages/components/tag/src/tag.js +5 -25
- package/lib/packages/components/tag/src/tag.js.map +1 -1
- package/lib/packages/components/tag/src/tag.vue_vue&type=script&lang.js +1 -1
- package/lib/packages/components/tag/src/tag2.js +25 -5
- package/lib/packages/components/tag/src/tag2.js.map +1 -1
- package/lib/utils/util.d.ts +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
package/dist/index.full.mjs
CHANGED
|
@@ -4615,7 +4615,7 @@ const _hoisted_4$n = {
|
|
|
4615
4615
|
class: "el-input__prefix"
|
|
4616
4616
|
};
|
|
4617
4617
|
const _hoisted_5$i = { class: "el-input__prefix-inner" };
|
|
4618
|
-
const _hoisted_6$
|
|
4618
|
+
const _hoisted_6$c = {
|
|
4619
4619
|
key: 2,
|
|
4620
4620
|
class: "el-input__suffix"
|
|
4621
4621
|
};
|
|
@@ -4692,7 +4692,7 @@ function render$1v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4692
4692
|
])
|
|
4693
4693
|
])) : createCommentVNode("v-if", true),
|
|
4694
4694
|
createCommentVNode(" suffix slot "),
|
|
4695
|
-
_ctx.suffixVisible ? (openBlock(), createElementBlock("span", _hoisted_6$
|
|
4695
|
+
_ctx.suffixVisible ? (openBlock(), createElementBlock("span", _hoisted_6$c, [
|
|
4696
4696
|
createElementVNode("span", _hoisted_7$8, [
|
|
4697
4697
|
!_ctx.showClear || !_ctx.showPwdVisible || !_ctx.isWordLimitVisible ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4698
4698
|
renderSlot(_ctx.$slots, "suffix"),
|
|
@@ -7606,7 +7606,7 @@ const _hoisted_2$G = ["tabindex", "role", "aria-checked"];
|
|
|
7606
7606
|
const _hoisted_3$t = /* @__PURE__ */ createElementVNode("span", { class: "el-checkbox__inner" }, null, -1);
|
|
7607
7607
|
const _hoisted_4$l = ["aria-hidden", "name", "disabled", "true-value", "false-value"];
|
|
7608
7608
|
const _hoisted_5$h = ["aria-hidden", "disabled", "value", "name"];
|
|
7609
|
-
const _hoisted_6$
|
|
7609
|
+
const _hoisted_6$b = {
|
|
7610
7610
|
key: 0,
|
|
7611
7611
|
class: "el-checkbox__label"
|
|
7612
7612
|
};
|
|
@@ -7658,7 +7658,7 @@ function render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7658
7658
|
[vModelCheckbox, _ctx.model]
|
|
7659
7659
|
])
|
|
7660
7660
|
], 10, _hoisted_2$G),
|
|
7661
|
-
_ctx.$slots.default || _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_6$
|
|
7661
|
+
_ctx.$slots.default || _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_6$b, [
|
|
7662
7662
|
renderSlot(_ctx.$slots, "default"),
|
|
7663
7663
|
!_ctx.$slots.default ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
7664
7664
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
@@ -11086,7 +11086,7 @@ var script$11 = defineComponent({
|
|
|
11086
11086
|
});
|
|
11087
11087
|
|
|
11088
11088
|
const _hoisted_1$H = { class: "el-overlay-dialog" };
|
|
11089
|
-
const _hoisted_2$v = ["aria-label"];
|
|
11089
|
+
const _hoisted_2$v = ["aria-label", "widget"];
|
|
11090
11090
|
const _hoisted_3$m = ["widget"];
|
|
11091
11091
|
const _hoisted_4$i = { class: "el-dialog__title" };
|
|
11092
11092
|
const _hoisted_5$f = {
|
|
@@ -11095,7 +11095,7 @@ const _hoisted_5$f = {
|
|
|
11095
11095
|
class: "el-dialog__headerbtn",
|
|
11096
11096
|
type: "button"
|
|
11097
11097
|
};
|
|
11098
|
-
const _hoisted_6$
|
|
11098
|
+
const _hoisted_6$a = ["widget"];
|
|
11099
11099
|
const _hoisted_7$7 = ["widget"];
|
|
11100
11100
|
function render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11101
11101
|
const _component_close = resolveComponent("close");
|
|
@@ -11128,11 +11128,12 @@ function render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11128
11128
|
"aria-label": _ctx.title || "dialog",
|
|
11129
11129
|
style: normalizeStyle(_ctx.style),
|
|
11130
11130
|
onClick: _cache[0] || (_cache[0] = withModifiers(() => {
|
|
11131
|
-
}, ["stop"]))
|
|
11131
|
+
}, ["stop"])),
|
|
11132
|
+
widget: _ctx.widget
|
|
11132
11133
|
}, [
|
|
11133
11134
|
createElementVNode("div", {
|
|
11134
11135
|
class: "el-dialog__header",
|
|
11135
|
-
widget: _ctx.widget
|
|
11136
|
+
widget: `dialog:title:${_ctx.widget.split(":")}`
|
|
11136
11137
|
}, [
|
|
11137
11138
|
renderSlot(_ctx.$slots, "title", {}, () => [
|
|
11138
11139
|
createElementVNode("span", _hoisted_4$i, toDisplayString(_ctx.title), 1)
|
|
@@ -11149,14 +11150,14 @@ function render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11149
11150
|
_ctx.rendered ? (openBlock(), createElementBlock("div", {
|
|
11150
11151
|
key: 0,
|
|
11151
11152
|
class: "el-dialog__body",
|
|
11152
|
-
widget: _ctx.widget
|
|
11153
|
+
widget: `dialog:default:${_ctx.widget.split(":")}`
|
|
11153
11154
|
}, [
|
|
11154
11155
|
renderSlot(_ctx.$slots, "default")
|
|
11155
|
-
], 8, _hoisted_6$
|
|
11156
|
+
], 8, _hoisted_6$a)) : createCommentVNode("v-if", true),
|
|
11156
11157
|
_ctx.$slots.footer ? (openBlock(), createElementBlock("div", {
|
|
11157
11158
|
key: 1,
|
|
11158
11159
|
class: "el-dialog__footer",
|
|
11159
|
-
widget: _ctx.widget
|
|
11160
|
+
widget: `dialog:footer:${_ctx.widget.split(":")}`
|
|
11160
11161
|
}, [
|
|
11161
11162
|
renderSlot(_ctx.$slots, "footer")
|
|
11162
11163
|
], 8, _hoisted_7$7)) : createCommentVNode("v-if", true)
|
|
@@ -11254,11 +11255,12 @@ var script$$ = defineComponent({
|
|
|
11254
11255
|
}
|
|
11255
11256
|
});
|
|
11256
11257
|
|
|
11257
|
-
const _hoisted_1$G =
|
|
11258
|
-
const _hoisted_2$u = ["widget"];
|
|
11259
|
-
const _hoisted_3$l = ["
|
|
11260
|
-
const _hoisted_4$h = ["
|
|
11261
|
-
const _hoisted_5$e = ["
|
|
11258
|
+
const _hoisted_1$G = { class: "el-overlay-drawer" };
|
|
11259
|
+
const _hoisted_2$u = ["aria-label", "widget"];
|
|
11260
|
+
const _hoisted_3$l = ["widget"];
|
|
11261
|
+
const _hoisted_4$h = ["title"];
|
|
11262
|
+
const _hoisted_5$e = ["aria-label"];
|
|
11263
|
+
const _hoisted_6$9 = ["widget"];
|
|
11262
11264
|
function render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11263
11265
|
const _component_close = resolveComponent("close");
|
|
11264
11266
|
const _component_ps_icon = resolveComponent("ps-icon");
|
|
@@ -11273,51 +11275,54 @@ function render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11273
11275
|
"z-index": _ctx.zIndex
|
|
11274
11276
|
}, {
|
|
11275
11277
|
default: withCtx(() => [
|
|
11276
|
-
createElementVNode("div",
|
|
11277
|
-
|
|
11278
|
-
|
|
11279
|
-
|
|
11280
|
-
|
|
11281
|
-
|
|
11282
|
-
|
|
11283
|
-
|
|
11284
|
-
|
|
11285
|
-
|
|
11286
|
-
|
|
11287
|
-
_ctx.withHeader ? (openBlock(), createElementBlock("header", {
|
|
11288
|
-
key: 0,
|
|
11289
|
-
id: "el-drawer__title",
|
|
11290
|
-
class: "el-drawer__header",
|
|
11278
|
+
createElementVNode("div", _hoisted_1$G, [
|
|
11279
|
+
createElementVNode("div", {
|
|
11280
|
+
ref: "drawerRef",
|
|
11281
|
+
"aria-modal": "true",
|
|
11282
|
+
"aria-labelledby": "el-drawer__title",
|
|
11283
|
+
"aria-label": _ctx.title,
|
|
11284
|
+
class: normalizeClass(["el-drawer", _ctx.direction, _ctx.visible && "open", _ctx.customClass]),
|
|
11285
|
+
style: normalizeStyle(_ctx.isHorizontal ? "width: " + _ctx.drawerSize : "height: " + _ctx.drawerSize),
|
|
11286
|
+
role: "dialog",
|
|
11287
|
+
onClick: _cache[0] || (_cache[0] = withModifiers(() => {
|
|
11288
|
+
}, ["stop"])),
|
|
11291
11289
|
widget: _ctx.widget
|
|
11292
11290
|
}, [
|
|
11293
|
-
|
|
11294
|
-
createElementVNode("span", {
|
|
11295
|
-
role: "heading",
|
|
11296
|
-
title: _ctx.title
|
|
11297
|
-
}, toDisplayString(_ctx.title), 9, _hoisted_3$l)
|
|
11298
|
-
]),
|
|
11299
|
-
_ctx.showClose ? (openBlock(), createElementBlock("button", {
|
|
11291
|
+
_ctx.withHeader ? (openBlock(), createElementBlock("header", {
|
|
11300
11292
|
key: 0,
|
|
11301
|
-
|
|
11302
|
-
class: "el-
|
|
11303
|
-
|
|
11293
|
+
id: "el-drawer__title",
|
|
11294
|
+
class: "el-drawer__header",
|
|
11295
|
+
widget: `drawer:title:${_ctx.widget.split(":")}`
|
|
11304
11296
|
}, [
|
|
11305
|
-
|
|
11306
|
-
|
|
11307
|
-
|
|
11308
|
-
|
|
11309
|
-
|
|
11310
|
-
|
|
11311
|
-
|
|
11312
|
-
|
|
11313
|
-
|
|
11314
|
-
|
|
11315
|
-
|
|
11316
|
-
|
|
11317
|
-
|
|
11318
|
-
|
|
11319
|
-
|
|
11320
|
-
|
|
11297
|
+
renderSlot(_ctx.$slots, "title", {}, () => [
|
|
11298
|
+
createElementVNode("span", {
|
|
11299
|
+
role: "heading",
|
|
11300
|
+
title: _ctx.title
|
|
11301
|
+
}, toDisplayString(_ctx.title), 9, _hoisted_4$h)
|
|
11302
|
+
]),
|
|
11303
|
+
_ctx.showClose ? (openBlock(), createElementBlock("button", {
|
|
11304
|
+
key: 0,
|
|
11305
|
+
"aria-label": "close " + (_ctx.title || "drawer"),
|
|
11306
|
+
class: "el-drawer__close-btn",
|
|
11307
|
+
type: "button"
|
|
11308
|
+
}, [
|
|
11309
|
+
createVNode(_component_ps_icon, { class: "el-drawer__close" }, {
|
|
11310
|
+
default: withCtx(() => [
|
|
11311
|
+
createVNode(_component_close)
|
|
11312
|
+
]),
|
|
11313
|
+
_: 1
|
|
11314
|
+
})
|
|
11315
|
+
], 8, _hoisted_5$e)) : createCommentVNode("v-if", true)
|
|
11316
|
+
], 8, _hoisted_3$l)) : createCommentVNode("v-if", true),
|
|
11317
|
+
_ctx.rendered ? (openBlock(), createElementBlock("section", {
|
|
11318
|
+
key: 1,
|
|
11319
|
+
class: "el-drawer__body",
|
|
11320
|
+
widget: `drawer:default:${_ctx.widget.split(":")}`
|
|
11321
|
+
}, [
|
|
11322
|
+
renderSlot(_ctx.$slots, "default")
|
|
11323
|
+
], 8, _hoisted_6$9)) : createCommentVNode("v-if", true)
|
|
11324
|
+
], 14, _hoisted_2$u)
|
|
11325
|
+
])
|
|
11321
11326
|
]),
|
|
11322
11327
|
_: 3
|
|
11323
11328
|
}, 8, ["mask", "overlay-class", "z-index"]), [
|
|
@@ -22207,7 +22212,7 @@ var TableHeader = defineComponent({
|
|
|
22207
22212
|
key: `${column.id}-thead`,
|
|
22208
22213
|
rowSpan: column.rowSpan,
|
|
22209
22214
|
style: this.getHeaderCellStyle(rowIndex, cellIndex, subColumns, column),
|
|
22210
|
-
widget: column.widget
|
|
22215
|
+
widget: `table-column:header:${column.widget.split(":")[1]}`
|
|
22211
22216
|
}, [
|
|
22212
22217
|
h("div", {
|
|
22213
22218
|
class: [
|
|
@@ -22533,7 +22538,7 @@ function useRender$1(props) {
|
|
|
22533
22538
|
colspan,
|
|
22534
22539
|
onMouseenter: ($event) => handleCellMouseEnter($event, { ...row, tooltipEffect }),
|
|
22535
22540
|
onMouseleave: handleCellMouseLeave,
|
|
22536
|
-
widget: column.widget
|
|
22541
|
+
widget: `table-column:default:${column.widget.split(":")[1]}`
|
|
22537
22542
|
}, [column.renderCell(data)]);
|
|
22538
22543
|
}));
|
|
22539
22544
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const PsAlert: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
readonly title: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
3
3
|
readonly description: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
4
|
-
readonly type: import("../../utils/props").BuildPropReturn<StringConstructor, "info", unknown, "success" | "warning" | "
|
|
4
|
+
readonly type: import("../../utils/props").BuildPropReturn<StringConstructor, "info", unknown, "success" | "warning" | "error" | "info", unknown>;
|
|
5
5
|
readonly closable: import("../../utils/props").BuildPropReturn<BooleanConstructor, true, unknown, unknown, unknown>;
|
|
6
6
|
readonly closeText: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
7
7
|
readonly showIcon: BooleanConstructor;
|
|
@@ -23,7 +23,7 @@ export declare const PsAlert: import("../../utils/types").SFCWithInstall<import(
|
|
|
23
23
|
readonly center?: unknown;
|
|
24
24
|
readonly effect?: unknown;
|
|
25
25
|
} & {
|
|
26
|
-
type: import("../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "
|
|
26
|
+
type: import("../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "error" | "info", unknown>;
|
|
27
27
|
description: string;
|
|
28
28
|
center: boolean;
|
|
29
29
|
title: string;
|
|
@@ -32,7 +32,7 @@ export declare const PsAlert: import("../../utils/types").SFCWithInstall<import(
|
|
|
32
32
|
effect: import("../../utils/props").BuildPropType<StringConstructor, "dark" | "light", unknown>;
|
|
33
33
|
showIcon: boolean;
|
|
34
34
|
} & {}>, {
|
|
35
|
-
type: import("../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "
|
|
35
|
+
type: import("../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "error" | "info", unknown>;
|
|
36
36
|
description: string;
|
|
37
37
|
center: boolean;
|
|
38
38
|
title: string;
|
|
@@ -3,7 +3,7 @@ export declare type AlertEffect = 'light' | 'dark';
|
|
|
3
3
|
export declare const alertProps: {
|
|
4
4
|
readonly title: import("element-ps/es/utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
5
5
|
readonly description: import("element-ps/es/utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
6
|
-
readonly type: import("element-ps/es/utils/props").BuildPropReturn<StringConstructor, "info", unknown, "success" | "warning" | "
|
|
6
|
+
readonly type: import("element-ps/es/utils/props").BuildPropReturn<StringConstructor, "info", unknown, "success" | "warning" | "error" | "info", unknown>;
|
|
7
7
|
readonly closable: import("element-ps/es/utils/props").BuildPropReturn<BooleanConstructor, true, unknown, unknown, unknown>;
|
|
8
8
|
readonly closeText: import("element-ps/es/utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
9
9
|
readonly showIcon: BooleanConstructor;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly title: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
3
3
|
readonly description: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
4
|
-
readonly type: import("../../../utils/props").BuildPropReturn<StringConstructor, "info", unknown, "success" | "warning" | "
|
|
4
|
+
readonly type: import("../../../utils/props").BuildPropReturn<StringConstructor, "info", unknown, "success" | "warning" | "error" | "info", unknown>;
|
|
5
5
|
readonly closable: import("../../../utils/props").BuildPropReturn<BooleanConstructor, true, unknown, unknown, unknown>;
|
|
6
6
|
readonly closeText: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
7
7
|
readonly showIcon: BooleanConstructor;
|
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
readonly center?: unknown;
|
|
24
24
|
readonly effect?: unknown;
|
|
25
25
|
} & {
|
|
26
|
-
type: import("../../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "
|
|
26
|
+
type: import("../../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "error" | "info", unknown>;
|
|
27
27
|
description: string;
|
|
28
28
|
center: boolean;
|
|
29
29
|
title: string;
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
effect: import("../../../utils/props").BuildPropType<StringConstructor, "dark" | "light", unknown>;
|
|
33
33
|
showIcon: boolean;
|
|
34
34
|
} & {}>, {
|
|
35
|
-
type: import("../../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "
|
|
35
|
+
type: import("../../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "error" | "info", unknown>;
|
|
36
36
|
description: string;
|
|
37
37
|
center: boolean;
|
|
38
38
|
title: string;
|
|
@@ -5,7 +5,7 @@ declare const _Autocomplete: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
modelValue: {
|
|
8
|
-
type: (
|
|
8
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
debounce: {
|
|
@@ -112,7 +112,7 @@ export declare const PsAutocomplete: SFCWithInstall<import("vue").DefineComponen
|
|
|
112
112
|
default: string;
|
|
113
113
|
};
|
|
114
114
|
modelValue: {
|
|
115
|
-
type: (
|
|
115
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
116
116
|
default: string;
|
|
117
117
|
};
|
|
118
118
|
debounce: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const PsAvatar: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
-
readonly size: import("../../utils/props").BuildPropReturn<readonly [NumberConstructor, StringConstructor], "large", unknown, "small" | "
|
|
2
|
+
readonly size: import("../../utils/props").BuildPropReturn<readonly [NumberConstructor, StringConstructor], "large", unknown, "small" | "medium" | "large", number>;
|
|
3
3
|
readonly shape: import("../../utils/props").BuildPropReturn<StringConstructor, "circle", unknown, "circle" | "square", unknown>;
|
|
4
4
|
readonly icon: import("../../utils/props").BuildPropReturn<import("../../utils/props").PropWrapper<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>, unknown, unknown, unknown, unknown>;
|
|
5
5
|
readonly src: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
@@ -20,7 +20,7 @@ export declare const PsAvatar: import("../../utils/types").SFCWithInstall<import
|
|
|
20
20
|
readonly srcSet?: unknown;
|
|
21
21
|
readonly fit?: unknown;
|
|
22
22
|
} & {
|
|
23
|
-
size: import("../../utils/props").BuildPropType<readonly [NumberConstructor, StringConstructor], "small" | "
|
|
23
|
+
size: import("../../utils/props").BuildPropType<readonly [NumberConstructor, StringConstructor], "small" | "medium" | "large", number>;
|
|
24
24
|
shape: import("../../utils/props").BuildPropType<StringConstructor, "circle" | "square", unknown>;
|
|
25
25
|
src: string;
|
|
26
26
|
fit: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<import("csstype").ObjectFitProperty>, unknown, unknown>;
|
|
@@ -29,7 +29,7 @@ export declare const PsAvatar: import("../../utils/types").SFCWithInstall<import
|
|
|
29
29
|
alt?: string | undefined;
|
|
30
30
|
srcSet?: string | undefined;
|
|
31
31
|
}>, {
|
|
32
|
-
size: import("../../utils/props").BuildPropType<readonly [NumberConstructor, StringConstructor], "small" | "
|
|
32
|
+
size: import("../../utils/props").BuildPropType<readonly [NumberConstructor, StringConstructor], "small" | "medium" | "large", number>;
|
|
33
33
|
icon: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>, unknown, unknown>;
|
|
34
34
|
shape: import("../../utils/props").BuildPropType<StringConstructor, "circle" | "square", unknown>;
|
|
35
35
|
src: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ExtractPropTypes, Component } from 'vue';
|
|
2
2
|
import type { ObjectFitProperty } from 'csstype';
|
|
3
3
|
export declare const avatarProps: {
|
|
4
|
-
readonly size: import("element-ps/es/utils/props").BuildPropReturn<readonly [NumberConstructor, StringConstructor], "large", unknown, "small" | "
|
|
4
|
+
readonly size: import("element-ps/es/utils/props").BuildPropReturn<readonly [NumberConstructor, StringConstructor], "large", unknown, "small" | "medium" | "large", number>;
|
|
5
5
|
readonly shape: import("element-ps/es/utils/props").BuildPropReturn<StringConstructor, "circle", unknown, "circle" | "square", unknown>;
|
|
6
6
|
readonly icon: import("element-ps/es/utils/props").BuildPropReturn<import("element-ps/es/utils/props").PropWrapper<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>, unknown, unknown, unknown, unknown>;
|
|
7
7
|
readonly src: import("element-ps/es/utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { CSSProperties } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
readonly size: import("../../../utils/props").BuildPropReturn<readonly [NumberConstructor, StringConstructor], "large", unknown, "small" | "
|
|
3
|
+
readonly size: import("../../../utils/props").BuildPropReturn<readonly [NumberConstructor, StringConstructor], "large", unknown, "small" | "medium" | "large", number>;
|
|
4
4
|
readonly shape: import("../../../utils/props").BuildPropReturn<StringConstructor, "circle", unknown, "circle" | "square", unknown>;
|
|
5
5
|
readonly icon: import("../../../utils/props").BuildPropReturn<import("../../../utils/props").PropWrapper<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>, unknown, unknown, unknown, unknown>;
|
|
6
6
|
readonly src: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
readonly srcSet?: unknown;
|
|
22
22
|
readonly fit?: unknown;
|
|
23
23
|
} & {
|
|
24
|
-
size: import("../../../utils/props").BuildPropType<readonly [NumberConstructor, StringConstructor], "small" | "
|
|
24
|
+
size: import("../../../utils/props").BuildPropType<readonly [NumberConstructor, StringConstructor], "small" | "medium" | "large", number>;
|
|
25
25
|
shape: import("../../../utils/props").BuildPropType<StringConstructor, "circle" | "square", unknown>;
|
|
26
26
|
src: string;
|
|
27
27
|
fit: import("../../../utils/props").BuildPropType<import("../../../utils/props").PropWrapper<import("csstype").ObjectFitProperty>, unknown, unknown>;
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
alt?: string | undefined;
|
|
31
31
|
srcSet?: string | undefined;
|
|
32
32
|
}>, {
|
|
33
|
-
size: import("../../../utils/props").BuildPropType<readonly [NumberConstructor, StringConstructor], "small" | "
|
|
33
|
+
size: import("../../../utils/props").BuildPropType<readonly [NumberConstructor, StringConstructor], "small" | "medium" | "large", number>;
|
|
34
34
|
icon: import("../../../utils/props").BuildPropType<import("../../../utils/props").PropWrapper<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>, unknown, unknown>;
|
|
35
35
|
shape: import("../../../utils/props").BuildPropType<StringConstructor, "circle" | "square", unknown>;
|
|
36
36
|
src: string;
|
|
@@ -3,7 +3,7 @@ export declare const PsBadge: import("../../utils/types").SFCWithInstall<import(
|
|
|
3
3
|
readonly max: import("../../utils/props").BuildPropReturn<NumberConstructor, 99, unknown, unknown, unknown>;
|
|
4
4
|
readonly isDot: BooleanConstructor;
|
|
5
5
|
readonly hidden: BooleanConstructor;
|
|
6
|
-
readonly type: import("../../utils/props").BuildPropReturn<StringConstructor, "danger", unknown, "
|
|
6
|
+
readonly type: import("../../utils/props").BuildPropReturn<StringConstructor, "danger", unknown, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
7
7
|
}, {
|
|
8
8
|
content: import("vue").ComputedRef<string>;
|
|
9
9
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
@@ -13,13 +13,13 @@ export declare const PsBadge: import("../../utils/types").SFCWithInstall<import(
|
|
|
13
13
|
readonly hidden?: unknown;
|
|
14
14
|
readonly type?: unknown;
|
|
15
15
|
} & {
|
|
16
|
-
type: import("../../utils/props").BuildPropType<StringConstructor, "
|
|
16
|
+
type: import("../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
17
17
|
hidden: boolean;
|
|
18
18
|
value: import("../../utils/props").BuildPropType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
19
19
|
max: number;
|
|
20
20
|
isDot: boolean;
|
|
21
21
|
} & {}>, {
|
|
22
|
-
type: import("../../utils/props").BuildPropType<StringConstructor, "
|
|
22
|
+
type: import("../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
23
23
|
hidden: boolean;
|
|
24
24
|
value: import("../../utils/props").BuildPropType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
25
25
|
max: number;
|
|
@@ -4,6 +4,6 @@ export declare const badgeProps: {
|
|
|
4
4
|
readonly max: import("element-ps/es/utils/props").BuildPropReturn<NumberConstructor, 99, unknown, unknown, unknown>;
|
|
5
5
|
readonly isDot: BooleanConstructor;
|
|
6
6
|
readonly hidden: BooleanConstructor;
|
|
7
|
-
readonly type: import("element-ps/es/utils/props").BuildPropReturn<StringConstructor, "danger", unknown, "
|
|
7
|
+
readonly type: import("element-ps/es/utils/props").BuildPropReturn<StringConstructor, "danger", unknown, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
8
8
|
};
|
|
9
9
|
export declare type BadgeProps = ExtractPropTypes<typeof badgeProps>;
|
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
readonly max: import("../../../utils/props").BuildPropReturn<NumberConstructor, 99, unknown, unknown, unknown>;
|
|
4
4
|
readonly isDot: BooleanConstructor;
|
|
5
5
|
readonly hidden: BooleanConstructor;
|
|
6
|
-
readonly type: import("../../../utils/props").BuildPropReturn<StringConstructor, "danger", unknown, "
|
|
6
|
+
readonly type: import("../../../utils/props").BuildPropReturn<StringConstructor, "danger", unknown, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
7
7
|
}, {
|
|
8
8
|
content: import("vue").ComputedRef<string>;
|
|
9
9
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
@@ -13,13 +13,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
readonly hidden?: unknown;
|
|
14
14
|
readonly type?: unknown;
|
|
15
15
|
} & {
|
|
16
|
-
type: import("../../../utils/props").BuildPropType<StringConstructor, "
|
|
16
|
+
type: import("../../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
17
17
|
hidden: boolean;
|
|
18
18
|
value: import("../../../utils/props").BuildPropType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
19
19
|
max: number;
|
|
20
20
|
isDot: boolean;
|
|
21
21
|
} & {}>, {
|
|
22
|
-
type: import("../../../utils/props").BuildPropType<StringConstructor, "
|
|
22
|
+
type: import("../../../utils/props").BuildPropType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
23
23
|
hidden: boolean;
|
|
24
24
|
value: import("../../../utils/props").BuildPropType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
25
25
|
max: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const PsButton: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
-
readonly type: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "
|
|
2
|
+
readonly type: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
3
3
|
readonly icon: import("../../utils/props").BuildPropReturn<import("../../utils/props").PropWrapper<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>, "", unknown, unknown, unknown>;
|
|
4
|
-
readonly nativeType: import("../../utils/props").BuildPropReturn<StringConstructor, "button", unknown, "button" | "
|
|
4
|
+
readonly nativeType: import("../../utils/props").BuildPropReturn<StringConstructor, "button", unknown, "button" | "reset" | "submit", unknown>;
|
|
5
5
|
readonly loading: BooleanConstructor;
|
|
6
6
|
readonly plain: BooleanConstructor;
|
|
7
7
|
readonly autofocus: BooleanConstructor;
|
|
@@ -9,12 +9,12 @@ export declare const PsButton: import("../../utils/types").SFCWithInstall<import
|
|
|
9
9
|
readonly circle: BooleanConstructor;
|
|
10
10
|
readonly color: StringConstructor;
|
|
11
11
|
readonly autoInsertSpace: import("../../utils/props").BuildPropReturn<BooleanConstructor, unknown, unknown, unknown, unknown>;
|
|
12
|
-
readonly size: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "
|
|
12
|
+
readonly size: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
13
13
|
readonly disabled: BooleanConstructor;
|
|
14
14
|
}, {
|
|
15
15
|
buttonStyle: import("vue").ComputedRef<{}>;
|
|
16
16
|
buttonSize: import("vue").ComputedRef<any>;
|
|
17
|
-
buttonType: import("vue").ComputedRef<"default" | "
|
|
17
|
+
buttonType: import("vue").ComputedRef<"default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
18
18
|
buttonDisabled: import("vue").ComputedRef<boolean>;
|
|
19
19
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
20
20
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
@@ -31,58 +31,58 @@ export declare const PsButton: import("../../utils/types").SFCWithInstall<import
|
|
|
31
31
|
readonly size?: unknown;
|
|
32
32
|
readonly disabled?: unknown;
|
|
33
33
|
} & {
|
|
34
|
-
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "
|
|
35
|
-
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "
|
|
36
|
-
|
|
34
|
+
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
35
|
+
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
36
|
+
round: boolean;
|
|
37
|
+
circle: boolean;
|
|
37
38
|
icon: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>, unknown, unknown>;
|
|
38
|
-
|
|
39
|
+
disabled: boolean;
|
|
39
40
|
loading: boolean;
|
|
41
|
+
nativeType: import("../../utils/props").BuildPropType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
40
42
|
plain: boolean;
|
|
41
43
|
autofocus: boolean;
|
|
42
|
-
round: boolean;
|
|
43
|
-
circle: boolean;
|
|
44
44
|
} & {
|
|
45
|
-
autoInsertSpace?: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> | undefined;
|
|
46
45
|
color?: string | undefined;
|
|
46
|
+
autoInsertSpace?: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> | undefined;
|
|
47
47
|
}>, {
|
|
48
|
-
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "
|
|
49
|
-
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "
|
|
50
|
-
|
|
48
|
+
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
49
|
+
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
50
|
+
round: boolean;
|
|
51
|
+
circle: boolean;
|
|
51
52
|
icon: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>, unknown, unknown>;
|
|
52
|
-
|
|
53
|
-
autoInsertSpace: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
53
|
+
disabled: boolean;
|
|
54
54
|
loading: boolean;
|
|
55
|
+
nativeType: import("../../utils/props").BuildPropType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
56
|
+
autoInsertSpace: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
55
57
|
plain: boolean;
|
|
56
58
|
autofocus: boolean;
|
|
57
|
-
round: boolean;
|
|
58
|
-
circle: boolean;
|
|
59
59
|
}>> & {
|
|
60
60
|
ButtonGroup: import("vue").DefineComponent<{
|
|
61
|
-
readonly size: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "
|
|
62
|
-
readonly type: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "
|
|
61
|
+
readonly size: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
62
|
+
readonly type: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
63
63
|
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
64
64
|
readonly size?: unknown;
|
|
65
65
|
readonly type?: unknown;
|
|
66
66
|
} & {
|
|
67
|
-
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "
|
|
68
|
-
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "
|
|
67
|
+
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
68
|
+
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
69
69
|
} & {}>, {
|
|
70
|
-
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "
|
|
71
|
-
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "
|
|
70
|
+
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
71
|
+
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
72
72
|
}>;
|
|
73
73
|
};
|
|
74
74
|
export declare const PsButtonGroup: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
75
|
-
readonly size: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "
|
|
76
|
-
readonly type: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "
|
|
75
|
+
readonly size: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
76
|
+
readonly type: import("../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
77
77
|
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
78
78
|
readonly size?: unknown;
|
|
79
79
|
readonly type?: unknown;
|
|
80
80
|
} & {
|
|
81
|
-
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "
|
|
82
|
-
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "
|
|
81
|
+
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
82
|
+
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
83
83
|
} & {}>, {
|
|
84
|
-
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "
|
|
85
|
-
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "
|
|
84
|
+
type: import("../../utils/props").BuildPropType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
85
|
+
size: import("../../utils/props").BuildPropType<StringConstructor, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
86
86
|
}>>;
|
|
87
87
|
export default PsButton;
|
|
88
88
|
export * from './src/button';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExtractPropTypes } from 'vue';
|
|
2
2
|
export declare const buttonGroupProps: {
|
|
3
|
-
readonly size: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "
|
|
4
|
-
readonly type: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "
|
|
3
|
+
readonly size: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
4
|
+
readonly type: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
5
5
|
};
|
|
6
6
|
export declare type ButtonGroupProps = ExtractPropTypes<typeof buttonGroupProps>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
readonly size: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "
|
|
3
|
-
readonly type: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "
|
|
2
|
+
readonly size: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
3
|
+
readonly type: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
4
4
|
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
5
5
|
readonly size?: unknown;
|
|
6
6
|
readonly type?: unknown;
|
|
7
7
|
} & {
|
|
8
|
-
type: import("../../../utils/props").BuildPropType<StringConstructor, "" | "default" | "
|
|
9
|
-
size: import("../../../utils/props").BuildPropType<StringConstructor, "" | "small" | "
|
|
8
|
+
type: import("../../../utils/props").BuildPropType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
9
|
+
size: import("../../../utils/props").BuildPropType<StringConstructor, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
10
10
|
} & {}>, {
|
|
11
|
-
type: import("../../../utils/props").BuildPropType<StringConstructor, "" | "default" | "
|
|
12
|
-
size: import("../../../utils/props").BuildPropType<StringConstructor, "" | "small" | "
|
|
11
|
+
type: import("../../../utils/props").BuildPropType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
12
|
+
size: import("../../../utils/props").BuildPropType<StringConstructor, "" | "small" | "medium" | "large" | "mini", unknown>;
|
|
13
13
|
}>;
|
|
14
14
|
export default _default;
|