yc-design-vue 1.0.6 → 1.0.7

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 (107) hide show
  1. package/es/Alert/index.d.ts +3 -3
  2. package/es/Alert/index.vue.d.ts +1 -1
  3. package/es/AutoComplete/index.d.ts +10 -10
  4. package/es/AutoComplete/index.vue.d.ts +20 -20
  5. package/es/Breadcrumb/BreadcrumbSeparator.vue2.js +1 -1
  6. package/es/Cascader/CascaderOption.vue.d.ts +1 -1
  7. package/es/ColorPicker/hooks/useContext.d.ts +1 -1
  8. package/es/Descriptions/Descriptions.vue.d.ts +1 -1
  9. package/es/Descriptions/hooks/useContext.d.ts +1 -1
  10. package/es/Descriptions/index.d.ts +3 -3
  11. package/es/Drawer/Drawer.vue.d.ts +1 -1
  12. package/es/Drawer/DrawerService.vue.d.ts +1 -1
  13. package/es/Drawer/index.d.ts +3 -3
  14. package/es/Image/ImagePreview.vue.js +1 -1
  15. package/es/Image/ImagePreview.vue2.js +2 -1
  16. package/es/InputTag/index.d.ts +5 -5
  17. package/es/InputTag/index.vue.d.ts +2 -2
  18. package/es/List/List.vue.d.ts +2 -2
  19. package/es/List/index.d.ts +1 -1
  20. package/es/Mention/index.d.ts +13 -13
  21. package/es/Mention/index.vue.d.ts +21 -21
  22. package/es/Message/Message.vue.d.ts +1 -1
  23. package/es/Message/index.d.ts +3 -3
  24. package/es/Modal/Modal.vue.d.ts +2 -2
  25. package/es/Modal/ModalService.vue.d.ts +2 -2
  26. package/es/Modal/hooks/useModalClose.d.ts +1 -1
  27. package/es/Modal/hooks/useModalClose.js +2 -2
  28. package/es/Modal/index.d.ts +6 -6
  29. package/es/Notification/Notification.vue.d.ts +3 -3
  30. package/es/Notification/index.d.ts +9 -9
  31. package/es/Pagination/hooks/useContext.d.ts +1 -1
  32. package/es/Popover/index.d.ts +3 -3
  33. package/es/Popover/index.vue.d.ts +1 -1
  34. package/es/Select/Select.vue.d.ts +12 -12
  35. package/es/Select/index.d.ts +10 -10
  36. package/es/Statistic/Countdown.vue.d.ts +1 -1
  37. package/es/Statistic/Statistic.vue.d.ts +1 -1
  38. package/es/Statistic/index.d.ts +6 -6
  39. package/es/Tabs/hooks/useContext.d.ts +1 -1
  40. package/es/Transfer/Transfer.vue.d.ts +1 -1
  41. package/es/Transfer/TransferPanel.vue2.js +2 -2
  42. package/es/Transfer/index.d.ts +3 -3
  43. package/es/_shared/icons/IconDelete.vue.js +16 -1
  44. package/es/_shared/icons/IconDelete.vue2.js +1 -16
  45. package/es/_shared/icons/IconSearch.vue.js +16 -1
  46. package/es/_shared/icons/IconSearch.vue2.js +1 -16
  47. package/es/_shared/icons/IconSeparator.vue.js +16 -1
  48. package/es/_shared/icons/IconSeparator.vue2.js +1 -16
  49. package/es/_shared/utils/dom.d.ts +1 -1
  50. package/es/_shared/utils/global-config.d.ts +7 -5
  51. package/es/_shared/utils/global-config.js +5 -3
  52. package/es/index.d.ts +3 -3
  53. package/es/style.css +1 -1
  54. package/lib/Alert/index.d.ts +3 -3
  55. package/lib/Alert/index.vue.d.ts +1 -1
  56. package/lib/AutoComplete/index.d.ts +10 -10
  57. package/lib/AutoComplete/index.vue.d.ts +20 -20
  58. package/lib/Breadcrumb/BreadcrumbSeparator.vue2.js +1 -1
  59. package/lib/Cascader/CascaderOption.vue.d.ts +1 -1
  60. package/lib/ColorPicker/hooks/useContext.d.ts +1 -1
  61. package/lib/Descriptions/Descriptions.vue.d.ts +1 -1
  62. package/lib/Descriptions/hooks/useContext.d.ts +1 -1
  63. package/lib/Descriptions/index.d.ts +3 -3
  64. package/lib/Drawer/Drawer.vue.d.ts +1 -1
  65. package/lib/Drawer/DrawerService.vue.d.ts +1 -1
  66. package/lib/Drawer/index.d.ts +3 -3
  67. package/lib/Image/ImagePreview.vue.js +1 -1
  68. package/lib/Image/ImagePreview.vue2.js +1 -1
  69. package/lib/InputTag/index.d.ts +5 -5
  70. package/lib/InputTag/index.vue.d.ts +2 -2
  71. package/lib/List/List.vue.d.ts +2 -2
  72. package/lib/List/index.d.ts +1 -1
  73. package/lib/Mention/index.d.ts +13 -13
  74. package/lib/Mention/index.vue.d.ts +21 -21
  75. package/lib/Message/Message.vue.d.ts +1 -1
  76. package/lib/Message/index.d.ts +3 -3
  77. package/lib/Modal/Modal.vue.d.ts +2 -2
  78. package/lib/Modal/ModalService.vue.d.ts +2 -2
  79. package/lib/Modal/hooks/useModalClose.d.ts +1 -1
  80. package/lib/Modal/hooks/useModalClose.js +1 -1
  81. package/lib/Modal/index.d.ts +6 -6
  82. package/lib/Notification/Notification.vue.d.ts +3 -3
  83. package/lib/Notification/index.d.ts +9 -9
  84. package/lib/Pagination/hooks/useContext.d.ts +1 -1
  85. package/lib/Popover/index.d.ts +3 -3
  86. package/lib/Popover/index.vue.d.ts +1 -1
  87. package/lib/Select/Select.vue.d.ts +12 -12
  88. package/lib/Select/index.d.ts +10 -10
  89. package/lib/Statistic/Countdown.vue.d.ts +1 -1
  90. package/lib/Statistic/Statistic.vue.d.ts +1 -1
  91. package/lib/Statistic/index.d.ts +6 -6
  92. package/lib/Tabs/hooks/useContext.d.ts +1 -1
  93. package/lib/Transfer/Transfer.vue.d.ts +1 -1
  94. package/lib/Transfer/TransferPanel.vue2.js +1 -1
  95. package/lib/Transfer/index.d.ts +3 -3
  96. package/lib/_shared/icons/IconDelete.vue.js +1 -1
  97. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  98. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  99. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  100. package/lib/_shared/icons/IconSeparator.vue.js +1 -1
  101. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  102. package/lib/_shared/utils/dom.d.ts +1 -1
  103. package/lib/_shared/utils/global-config.d.ts +7 -5
  104. package/lib/_shared/utils/global-config.js +1 -1
  105. package/lib/index.d.ts +3 -3
  106. package/lib/style.css +1 -1
  107. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yc-design-vue",
3
3
  "private": false,
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "type": "module",
6
6
  "description": "A Vue 3 component library.",
7
7
  "keywords": [