@geelato/web-vue 2.59.1 → 2.59.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/arco-vue.js +16 -4
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +4 -4
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/icon-hover.d.ts +1 -1
- package/es/_components/input-label/input-label.d.ts +1 -1
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +1 -1
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
- package/es/alert/alert.d.ts +1 -1
- package/es/alert/index.d.ts +2 -2
- package/es/auto-complete/auto-complete.d.ts +1 -1
- package/es/auto-complete/index.d.ts +3 -3
- package/es/cascader/cascader.d.ts +11 -11
- package/es/cascader/index.d.ts +23 -23
- package/es/checkbox/checkbox-group.d.ts +1 -1
- package/es/checkbox/checkbox.d.ts +2 -2
- package/es/checkbox/index.d.ts +6 -6
- package/es/collapse/collapse-item.d.ts +1 -1
- package/es/collapse/index.d.ts +1 -1
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +18 -18
- package/es/date-picker/panels/date/index.d.ts +2 -2
- package/es/date-picker/panels/week/index.d.ts +2 -2
- package/es/date-picker/picker-panel.d.ts +4 -4
- package/es/date-picker/picker.d.ts +16 -16
- package/es/date-picker/range-picker-panel.d.ts +4 -4
- package/es/date-picker/range-picker.d.ts +18 -18
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/drawer/drawer.d.ts +11 -2
- package/es/drawer/drawer.js +7 -2
- package/es/drawer/index.d.ts +20 -5
- package/es/dropdown/dropdown-button.d.ts +18 -18
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +9 -9
- package/es/dropdown/dropdown-submenu.d.ts +20 -20
- package/es/dropdown/dropdown.d.ts +18 -18
- package/es/dropdown/index.d.ts +76 -76
- package/es/empty/empty.d.ts +2 -2
- package/es/empty/index.d.ts +6 -6
- package/es/form/form-item-label.d.ts +18 -18
- package/es/form/form-item.d.ts +22 -22
- package/es/form/index.d.ts +22 -22
- package/es/image/preview-action.d.ts +18 -18
- package/es/image/preview-toolbar.d.ts +18 -18
- package/es/input/index.d.ts +1 -1
- package/es/input/input-password.d.ts +1 -1
- package/es/input-tag/index.d.ts +3 -3
- package/es/input-tag/input-tag.d.ts +1 -1
- package/es/mention/index.d.ts +3 -3
- package/es/mention/mention.d.ts +1 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +10 -10
- package/es/message/message.d.ts +1 -1
- package/es/modal/index.d.ts +17 -2
- package/es/modal/modal.d.ts +10 -1
- package/es/modal/modal.js +5 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +4 -0
- package/es/notification/notification.d.ts +1 -1
- package/es/page-header/index.d.ts +2 -2
- package/es/page-header/page-header.d.ts +1 -1
- package/es/pagination/page-options.d.ts +31 -31
- package/es/popconfirm/index.d.ts +18 -18
- package/es/popconfirm/popconfirm.d.ts +9 -9
- package/es/popover/index.d.ts +18 -18
- package/es/popover/popover.d.ts +9 -9
- package/es/progress/circle.d.ts +2 -2
- package/es/progress/index.d.ts +18 -18
- package/es/progress/line.d.ts +2 -2
- package/es/progress/progress.d.ts +10 -10
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +6 -6
- package/es/radio/radio-group.d.ts +1 -1
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/scrollbar/index.d.ts +3 -3
- package/es/scrollbar/scrollbar.d.ts +2 -2
- package/es/select/index.d.ts +31 -31
- package/es/select/option.d.ts +8 -8
- package/es/select/select-dropdown.d.ts +9 -9
- package/es/select/select.d.ts +11 -11
- package/es/slider/index.d.ts +39 -39
- package/es/slider/slider-button.d.ts +18 -18
- package/es/slider/slider.d.ts +19 -19
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/index.d.ts +8 -8
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +12 -12
- package/es/table/table.d.ts +4 -4
- package/es/tabs/tabs-tab.d.ts +1 -1
- package/es/tag/index.d.ts +2 -2
- package/es/tag/tag.d.ts +1 -1
- package/es/textarea/index.d.ts +2 -2
- package/es/textarea/textarea.d.ts +1 -1
- package/es/time-picker/index.d.ts +32 -32
- package/es/time-picker/panel.d.ts +2 -2
- package/es/time-picker/range-panel.d.ts +2 -2
- package/es/time-picker/time-picker.d.ts +16 -16
- package/es/tooltip/index.d.ts +18 -18
- package/es/tooltip/tooltip.d.ts +9 -9
- package/es/transfer/index.d.ts +27 -27
- package/es/transfer/transfer-view.d.ts +12 -12
- package/es/transfer/transfer.d.ts +13 -13
- package/es/tree/base-node.d.ts +6 -6
- package/es/tree/index.d.ts +4 -4
- package/es/tree/transition-node-list.d.ts +6 -6
- package/es/tree/tree.d.ts +2 -2
- package/es/tree-select/index.d.ts +40 -40
- package/es/tree-select/panel.d.ts +4 -4
- package/es/tree-select/tree-select.d.ts +20 -20
- package/es/trigger/index.d.ts +9 -9
- package/es/trigger/trigger.d.ts +6 -6
- package/es/typography/base.d.ts +1 -1
- package/es/typography/edit-content.d.ts +3 -3
- package/es/typography/index.d.ts +4 -4
- package/es/typography/operations.d.ts +18 -18
- package/es/typography/paragraph.d.ts +1 -1
- package/es/typography/title.d.ts +3 -3
- package/json/vetur-attributes.json +2377 -2369
- package/json/vetur-tags.json +851 -849
- package/json/web-types.json +4472 -4456
- package/lib/drawer/drawer.js +7 -2
- package/lib/modal/modal.js +5 -2
- package/lib/modal/modal.vue_vue_type_script_lang.js +4 -0
- package/package.json +1 -1
package/dist/arco-vue.js
CHANGED
|
@@ -23510,6 +23510,10 @@
|
|
|
23510
23510
|
type: Boolean,
|
|
23511
23511
|
default: false
|
|
23512
23512
|
},
|
|
23513
|
+
hideOk: {
|
|
23514
|
+
type: Boolean,
|
|
23515
|
+
default: false
|
|
23516
|
+
},
|
|
23513
23517
|
fullscreen: {
|
|
23514
23518
|
type: Boolean,
|
|
23515
23519
|
default: false
|
|
@@ -23830,7 +23834,8 @@
|
|
|
23830
23834
|
]),
|
|
23831
23835
|
_: 1
|
|
23832
23836
|
}, 16, ["onClick"])) : vue.createCommentVNode("v-if", true),
|
|
23833
|
-
vue.
|
|
23837
|
+
!_ctx.hideOk ? (vue.openBlock(), vue.createBlock(_component_arco_button, vue.mergeProps({
|
|
23838
|
+
key: 1,
|
|
23834
23839
|
type: "primary",
|
|
23835
23840
|
loading: _ctx.mergedOkLoading
|
|
23836
23841
|
}, _ctx.okButtonProps, { onClick: _ctx.handleOk }), {
|
|
@@ -23838,7 +23843,7 @@
|
|
|
23838
23843
|
vue.createTextVNode(vue.toDisplayString(_ctx.okText || _ctx.t("drawer.okText")), 1)
|
|
23839
23844
|
]),
|
|
23840
23845
|
_: 1
|
|
23841
|
-
}, 16, ["loading", "onClick"])
|
|
23846
|
+
}, 16, ["loading", "onClick"])) : vue.createCommentVNode("v-if", true)
|
|
23842
23847
|
])
|
|
23843
23848
|
], 2)) : vue.createCommentVNode("v-if", true)
|
|
23844
23849
|
], 6), [
|
|
@@ -32549,6 +32554,10 @@
|
|
|
32549
32554
|
type: Boolean,
|
|
32550
32555
|
default: false
|
|
32551
32556
|
},
|
|
32557
|
+
hideOk: {
|
|
32558
|
+
type: Boolean,
|
|
32559
|
+
default: false
|
|
32560
|
+
},
|
|
32552
32561
|
simple: {
|
|
32553
32562
|
type: Boolean,
|
|
32554
32563
|
default: (props) => {
|
|
@@ -33035,7 +33044,10 @@
|
|
|
33035
33044
|
]),
|
|
33036
33045
|
_: 1
|
|
33037
33046
|
}, 16, ["onClick"])) : vue.createCommentVNode("v-if", true),
|
|
33038
|
-
vue.
|
|
33047
|
+
!_ctx.hideOk ? (vue.openBlock(), vue.createBlock(_component_arco_button, vue.mergeProps({
|
|
33048
|
+
key: 1,
|
|
33049
|
+
type: "primary"
|
|
33050
|
+
}, _ctx.okButtonProps, {
|
|
33039
33051
|
loading: _ctx.mergedOkLoading,
|
|
33040
33052
|
onClick: _ctx.handleOk
|
|
33041
33053
|
}), {
|
|
@@ -33043,7 +33055,7 @@
|
|
|
33043
33055
|
vue.createTextVNode(vue.toDisplayString(_ctx.okDisplayText), 1)
|
|
33044
33056
|
]),
|
|
33045
33057
|
_: 1
|
|
33046
|
-
}, 16, ["loading", "onClick"])
|
|
33058
|
+
}, 16, ["loading", "onClick"])) : vue.createCommentVNode("v-if", true)
|
|
33047
33059
|
])
|
|
33048
33060
|
], 2)) : vue.createCommentVNode("v-if", true)
|
|
33049
33061
|
], 6), [
|