@julingbase/jly-arco-design 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -113
- package/dist/arco-vue.js +6 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +2 -2
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/input-label/input-label.d.ts +3 -3
- package/es/_components/picker/input-range.d.ts +4 -4
- package/es/_components/picker/input.d.ts +2 -2
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/cascader/cascader-panel.d.ts +1 -1
- package/es/cascader/cascader.d.ts +5 -5
- package/es/cascader/index.d.ts +15 -15
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/index.d.ts +5 -5
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +8 -8
- package/es/date-picker/picker.d.ts +6 -6
- package/es/date-picker/range-picker.d.ts +8 -8
- package/es/dropdown/dropdown-button.d.ts +9 -0
- package/es/dropdown/dropdown.d.ts +9 -0
- package/es/dropdown/dropdown.js +6 -1
- package/es/dropdown/index.d.ts +24 -0
- package/es/form/form-item.d.ts +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/input/index.d.ts +12 -12
- package/es/input/input-password.d.ts +3 -3
- package/es/input/input.d.ts +3 -3
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/input-tag/index.d.ts +21 -21
- package/es/input-tag/input-tag.d.ts +7 -7
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +3 -3
- package/es/pagination/page-options.d.ts +16 -16
- package/es/radio/index.d.ts +9 -9
- package/es/radio/radio-group.d.ts +3 -3
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/select/index.d.ts +16 -16
- package/es/select/option.d.ts +5 -5
- package/es/select/select.d.ts +4 -4
- package/es/slider/index.d.ts +12 -12
- package/es/slider/slider-input.d.ts +3 -3
- package/es/slider/slider.d.ts +5 -5
- package/es/switch/index.d.ts +6 -6
- package/es/switch/switch.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +14 -14
- package/es/textarea/index.d.ts +6 -6
- package/es/textarea/textarea.d.ts +2 -2
- package/es/time-picker/index.d.ts +18 -18
- package/es/time-picker/time-picker.d.ts +8 -8
- package/es/transfer/index.d.ts +16 -16
- package/es/transfer/transfer-view.d.ts +5 -5
- package/es/transfer/transfer.d.ts +7 -7
- package/es/tree/base-node.d.ts +5 -5
- package/es/tree/transition-node-list.d.ts +5 -5
- package/es/tree-select/index.d.ts +5 -5
- package/es/tree-select/tree-select.d.ts +2 -2
- package/es/typography/edit-content.d.ts +36 -36
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +2 -2
- package/json/vetur-attributes.json +849 -845
- package/json/vetur-tags.json +322 -321
- package/json/web-types.json +2602 -2594
- package/lib/dropdown/dropdown.js +6 -1
- package/package.json +2 -2
- package/README.zh-CN.md +0 -110
package/dist/arco-vue.min.js
CHANGED
|
@@ -2290,14 +2290,14 @@
|
|
|
2290
2290
|
e2 !== a2.value && (n2.value = e2, l2("update:popupVisible", e2), l2("popupVisibleChange", e2));
|
|
2291
2291
|
} };
|
|
2292
2292
|
};
|
|
2293
|
-
var Cn = be(e.defineComponent({ name: "Dropdown", components: { Trigger: Mo, DropdownPanel: kn }, props: { popupVisible: { type: Boolean, default: void 0 }, defaultPopupVisible: { type: Boolean, default: false }, trigger: { type: [String, Array], default: "click" }, position: { type: String, default: "bottom" }, popupContainer: { type: [String, Object] }, popupMaxHeight: { type: [Boolean, Number], default: true }, hideOnSelect: { type: Boolean, default: true } }, emits: { "update:popupVisible": (e2) => true, popupVisibleChange: (e2) => true, select: (e2, t2) => true }, setup(t2, { emit: o2 }) {
|
|
2293
|
+
var Cn = be(e.defineComponent({ name: "Dropdown", components: { Trigger: Mo, DropdownPanel: kn }, props: { popupVisible: { type: Boolean, default: void 0 }, defaultPopupVisible: { type: Boolean, default: false }, trigger: { type: [String, Array], default: "click" }, position: { type: String, default: "bottom" }, popupContainer: { type: [String, Object] }, popupMaxHeight: { type: [Boolean, Number], default: true }, hideOnSelect: { type: Boolean, default: true }, triggerAutoFixPosition: { type: Boolean, default: true } }, emits: { "update:popupVisible": (e2) => true, popupVisibleChange: (e2) => true, select: (e2, t2) => true }, setup(t2, { emit: o2 }) {
|
|
2294
2294
|
const { defaultPopupVisible: l2, popupVisible: n2, popupMaxHeight: a2 } = e.toRefs(t2), r2 = S("dropdown"), { computedPopupVisible: i2, handlePopupVisibleChange: s2 } = bn({ defaultPopupVisible: l2, popupVisible: n2, emit: o2 });
|
|
2295
2295
|
return e.provide(gn, e.reactive({ popupMaxHeight: a2, onOptionClick: (e2, l3) => {
|
|
2296
2296
|
o2("select", e2, l3), t2.hideOnSelect && s2(false);
|
|
2297
2297
|
} })), { prefixCls: r2, computedPopupVisible: i2, handlePopupVisibleChange: s2 };
|
|
2298
2298
|
} }), [["render", function(t2, o2, l2, n2, a2, r2) {
|
|
2299
2299
|
const i2 = e.resolveComponent("DropdownPanel"), s2 = e.resolveComponent("Trigger");
|
|
2300
|
-
return e.openBlock(), e.createBlock(s2, { "popup-visible": t2.computedPopupVisible, "animation-name": "slide-dynamic-origin", "auto-fit-transform-origin": "", trigger: t2.trigger, position: t2.position, "popup-offset": 4, "popup-container": t2.popupContainer, "opened-class": `${t2.prefixCls}-open`, onPopupVisibleChange: t2.handlePopupVisibleChange }, { content: e.withCtx(() => [e.createVNode(i2, null, e.createSlots({ default: e.withCtx(() => [e.renderSlot(t2.$slots, "content")]), _: 2 }, [t2.$slots.footer ? { name: "footer", fn: e.withCtx(() => [e.renderSlot(t2.$slots, "footer")]), key: "0" } : void 0]), 1024)]), default: e.withCtx(() => [e.renderSlot(t2.$slots, "default")]), _: 3 }, 8, ["popup-visible", "trigger", "position", "popup-container", "opened-class", "onPopupVisibleChange"]);
|
|
2300
|
+
return e.openBlock(), e.createBlock(s2, { "popup-visible": t2.computedPopupVisible, "animation-name": "slide-dynamic-origin", "auto-fit-transform-origin": "", "auto-fit-position": t2.triggerAutoFixPosition, trigger: t2.trigger, position: t2.position, "popup-offset": 4, "popup-container": t2.popupContainer, "opened-class": `${t2.prefixCls}-open`, onPopupVisibleChange: t2.handlePopupVisibleChange }, { content: e.withCtx(() => [e.createVNode(i2, null, e.createSlots({ default: e.withCtx(() => [e.renderSlot(t2.$slots, "content")]), _: 2 }, [t2.$slots.footer ? { name: "footer", fn: e.withCtx(() => [e.renderSlot(t2.$slots, "footer")]), key: "0" } : void 0]), 1024)]), default: e.withCtx(() => [e.renderSlot(t2.$slots, "default")]), _: 3 }, 8, ["popup-visible", "auto-fit-position", "trigger", "position", "popup-container", "opened-class", "onPopupVisibleChange"]);
|
|
2301
2301
|
}]]);
|
|
2302
2302
|
var xn = be(e.defineComponent({ name: "Doption", props: { value: { type: [String, Number, Object] }, disabled: { type: Boolean, default: false }, active: Boolean, uninjectContext: Boolean }, emits: { click: (e2) => true }, setup(t2, { emit: o2 }) {
|
|
2303
2303
|
const l2 = S("dropdown-option"), n2 = e.ref(), a2 = e.computed(() => {
|