@varlet/ui 3.5.0 → 3.5.1-alpha.1726764162524

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 (64) hide show
  1. package/es/action-sheet/style/index.mjs +1 -1
  2. package/es/auto-complete/AutoComplete.mjs +1 -2
  3. package/es/avatar/Avatar.mjs +1 -2
  4. package/es/badge/Badge.mjs +1 -2
  5. package/es/button/Button.mjs +1 -2
  6. package/es/card/Card.mjs +2 -4
  7. package/es/checkbox/Checkbox.mjs +1 -2
  8. package/es/collapse/Collapse.mjs +1 -2
  9. package/es/collapse-item/CollapseItem.mjs +1 -2
  10. package/es/counter/Counter.mjs +1 -2
  11. package/es/date-picker/DatePicker.mjs +30 -60
  12. package/es/date-picker/src/day-picker-panel.mjs +18 -33
  13. package/es/date-picker/src/month-picker-panel.mjs +21 -39
  14. package/es/date-picker/src/panel-header.mjs +3 -6
  15. package/es/date-picker/src/year-picker-panel.mjs +19 -35
  16. package/es/ellipsis/Ellipsis.mjs +1 -2
  17. package/es/fab/Fab.mjs +1 -1
  18. package/es/field-decorator/FieldDecorator.mjs +1 -2
  19. package/es/form-details/FormDetails.mjs +1 -2
  20. package/es/hover/index.mjs +1 -2
  21. package/es/image/Image.mjs +1 -2
  22. package/es/image-preview/ImagePreview.mjs +1 -2
  23. package/es/index-bar/IndexBar.mjs +3 -6
  24. package/es/index.bundle.mjs +1 -1
  25. package/es/index.mjs +1 -1
  26. package/es/input/Input.mjs +1 -2
  27. package/es/loading/Loading.mjs +17 -20
  28. package/es/menu-option/MenuOption.mjs +1 -2
  29. package/es/option/Option.mjs +1 -2
  30. package/es/overlay/Overlay.mjs +1 -2
  31. package/es/pagination/Pagination.mjs +5 -10
  32. package/es/picker/Picker.mjs +1 -2
  33. package/es/popup/Popup.mjs +1 -2
  34. package/es/progress/Progress.mjs +1 -2
  35. package/es/radio/Radio.mjs +1 -2
  36. package/es/rate/Rate.mjs +1 -2
  37. package/es/result/Empty.mjs +13 -16
  38. package/es/result/Error.mjs +10 -13
  39. package/es/result/Info.mjs +10 -13
  40. package/es/result/Question.mjs +10 -13
  41. package/es/result/Warning.mjs +10 -13
  42. package/es/select/Select.mjs +1 -2
  43. package/es/slider/Slider.mjs +1 -2
  44. package/es/snackbar/index.mjs +4 -5
  45. package/es/space/Space.mjs +1 -2
  46. package/es/step/Step.mjs +1 -2
  47. package/es/style.css +1 -1
  48. package/es/swipe/Swipe.mjs +1 -2
  49. package/es/swipe-item/SwipeItem.mjs +1 -2
  50. package/es/switch/Switch.mjs +17 -20
  51. package/es/tabs/Tabs.mjs +1 -2
  52. package/es/time-picker/TimePicker.mjs +13 -26
  53. package/es/time-picker/clock.mjs +11 -22
  54. package/es/time-picker/utils.mjs +4 -8
  55. package/es/uploader/Uploader.mjs +1 -2
  56. package/es/utils/elements.mjs +1 -2
  57. package/es/utils/test.mjs +1 -4
  58. package/es/varlet.esm.js +5120 -5252
  59. package/es/watermark/Watermark.mjs +1 -2
  60. package/highlight/web-types.en-US.json +1 -1
  61. package/highlight/web-types.zh-CN.json +1 -1
  62. package/lib/varlet.cjs.js +501 -842
  63. package/package.json +7 -7
  64. package/umd/varlet.js +8 -8
@@ -42,8 +42,7 @@ import { createNamespace } from "../utils/components.mjs";
42
42
  import { props } from "./props.mjs";
43
43
  import { getStyle } from "@varlet/shared";
44
44
  const { name, n, classes } = createNamespace("watermark");
45
- import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, vShow as _vShow, withDirectives as _withDirectives, normalizeClass as _normalizeClass, Teleport as _Teleport, createBlock as _createBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
46
- const _withScopeId = (n2) => (_pushScopeId(""), n2 = n2(), _popScopeId(), n2);
45
+ import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, vShow as _vShow, withDirectives as _withDirectives, normalizeClass as _normalizeClass, Teleport as _Teleport, createBlock as _createBlock } from "vue";
47
46
  const _hoisted_1 = { ref: "svgRef" };
48
47
  const _hoisted_2 = ["viewBox", "width", "height"];
49
48
  const _hoisted_3 = ["width", "height"];
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "3.5.0",
4
+ "version": "3.5.1-alpha.1726764162524",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "3.5.0",
4
+ "version": "3.5.1-alpha.1726764162524",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {