@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.
Files changed (77) hide show
  1. package/README.md +8 -113
  2. package/dist/arco-vue.js +6 -1
  3. package/dist/arco-vue.js.map +1 -1
  4. package/dist/arco-vue.min.js +2 -2
  5. package/dist/arco-vue.min.js.map +1 -1
  6. package/es/_components/input-label/input-label.d.ts +3 -3
  7. package/es/_components/picker/input-range.d.ts +4 -4
  8. package/es/_components/picker/input.d.ts +2 -2
  9. package/es/_components/select-view/select-view.d.ts +1 -1
  10. package/es/auto-complete/auto-complete.d.ts +3 -3
  11. package/es/auto-complete/index.d.ts +9 -9
  12. package/es/calendar/calendar.d.ts +1 -1
  13. package/es/calendar/index.d.ts +3 -3
  14. package/es/cascader/cascader-panel.d.ts +1 -1
  15. package/es/cascader/cascader.d.ts +5 -5
  16. package/es/cascader/index.d.ts +15 -15
  17. package/es/checkbox/checkbox-group.d.ts +2 -2
  18. package/es/checkbox/checkbox.d.ts +1 -1
  19. package/es/checkbox/index.d.ts +5 -5
  20. package/es/color-picker/color-picker.d.ts +1 -1
  21. package/es/color-picker/index.d.ts +3 -3
  22. package/es/date-picker/index.d.ts +8 -8
  23. package/es/date-picker/picker.d.ts +6 -6
  24. package/es/date-picker/range-picker.d.ts +8 -8
  25. package/es/dropdown/dropdown-button.d.ts +9 -0
  26. package/es/dropdown/dropdown.d.ts +9 -0
  27. package/es/dropdown/dropdown.js +6 -1
  28. package/es/dropdown/index.d.ts +24 -0
  29. package/es/form/form-item.d.ts +3 -3
  30. package/es/form/index.d.ts +3 -3
  31. package/es/input/index.d.ts +12 -12
  32. package/es/input/input-password.d.ts +3 -3
  33. package/es/input/input.d.ts +3 -3
  34. package/es/input-number/index.d.ts +3 -3
  35. package/es/input-number/input-number.d.ts +1 -1
  36. package/es/input-tag/index.d.ts +21 -21
  37. package/es/input-tag/input-tag.d.ts +7 -7
  38. package/es/mention/index.d.ts +9 -9
  39. package/es/mention/mention.d.ts +3 -3
  40. package/es/pagination/page-jumper.d.ts +3 -3
  41. package/es/pagination/page-options.d.ts +16 -16
  42. package/es/radio/index.d.ts +9 -9
  43. package/es/radio/radio-group.d.ts +3 -3
  44. package/es/radio/radio.d.ts +2 -2
  45. package/es/rate/index.d.ts +9 -9
  46. package/es/rate/rate.d.ts +3 -3
  47. package/es/select/index.d.ts +16 -16
  48. package/es/select/option.d.ts +5 -5
  49. package/es/select/select.d.ts +4 -4
  50. package/es/slider/index.d.ts +12 -12
  51. package/es/slider/slider-input.d.ts +3 -3
  52. package/es/slider/slider.d.ts +5 -5
  53. package/es/switch/index.d.ts +6 -6
  54. package/es/switch/switch.d.ts +2 -2
  55. package/es/table/table-operation-td.d.ts +14 -14
  56. package/es/textarea/index.d.ts +6 -6
  57. package/es/textarea/textarea.d.ts +2 -2
  58. package/es/time-picker/index.d.ts +18 -18
  59. package/es/time-picker/time-picker.d.ts +8 -8
  60. package/es/transfer/index.d.ts +16 -16
  61. package/es/transfer/transfer-view.d.ts +5 -5
  62. package/es/transfer/transfer.d.ts +7 -7
  63. package/es/tree/base-node.d.ts +5 -5
  64. package/es/tree/transition-node-list.d.ts +5 -5
  65. package/es/tree-select/index.d.ts +5 -5
  66. package/es/tree-select/tree-select.d.ts +2 -2
  67. package/es/typography/edit-content.d.ts +36 -36
  68. package/es/upload/index.d.ts +3 -3
  69. package/es/upload/upload.d.ts +1 -1
  70. package/es/verification-code/index.d.ts +6 -6
  71. package/es/verification-code/verification-code.d.ts +2 -2
  72. package/json/vetur-attributes.json +849 -845
  73. package/json/vetur-tags.json +322 -321
  74. package/json/web-types.json +2602 -2594
  75. package/lib/dropdown/dropdown.js +6 -1
  76. package/package.json +2 -2
  77. package/README.zh-CN.md +0 -110
@@ -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(() => {