@veltra/icons 1.1.13 → 1.1.15

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 (110) hide show
  1. package/.turbo/turbo-build.log +71 -10
  2. package/CHANGELOG.md +8 -0
  3. package/dist/index.d.ts +177 -157
  4. package/dist/index.js +177 -157
  5. package/dist/index.js.map +1 -1
  6. package/dist/normal.d.ts +166 -146
  7. package/dist/normal.js +166 -146
  8. package/dist/vue/normal/auto-complete.js +33 -0
  9. package/dist/vue/normal/auto-complete.js.map +1 -0
  10. package/dist/vue/normal/auto-complete.vue.d.ts +8 -0
  11. package/dist/vue/normal/cascader.js +48 -0
  12. package/dist/vue/normal/cascader.js.map +1 -0
  13. package/dist/vue/normal/cascader.vue.d.ts +8 -0
  14. package/dist/vue/normal/checkbox.js +35 -0
  15. package/dist/vue/normal/checkbox.js.map +1 -0
  16. package/dist/vue/normal/checkbox.vue.d.ts +8 -0
  17. package/dist/vue/normal/date-picker.js +19 -0
  18. package/dist/vue/normal/date-picker.js.map +1 -0
  19. package/dist/vue/normal/date-picker.vue.d.ts +8 -0
  20. package/dist/vue/normal/date-range-picker.js +44 -0
  21. package/dist/vue/normal/date-range-picker.js.map +1 -0
  22. package/dist/vue/normal/date-range-picker.vue.d.ts +8 -0
  23. package/dist/vue/normal/file-picker.js +32 -0
  24. package/dist/vue/normal/file-picker.js.map +1 -0
  25. package/dist/vue/normal/file-picker.vue.d.ts +8 -0
  26. package/dist/vue/normal/form.js +33 -0
  27. package/dist/vue/normal/form.js.map +1 -0
  28. package/dist/vue/normal/form.vue.d.ts +8 -0
  29. package/dist/vue/normal/input.js +33 -0
  30. package/dist/vue/normal/input.js.map +1 -0
  31. package/dist/vue/normal/input.vue.d.ts +8 -0
  32. package/dist/vue/normal/multi-select.js +56 -0
  33. package/dist/vue/normal/multi-select.js.map +1 -0
  34. package/dist/vue/normal/multi-select.vue.d.ts +8 -0
  35. package/dist/vue/normal/multi-tree-select.js +52 -0
  36. package/dist/vue/normal/multi-tree-select.js.map +1 -0
  37. package/dist/vue/normal/multi-tree-select.vue.d.ts +8 -0
  38. package/dist/vue/normal/number-input.js +35 -0
  39. package/dist/vue/normal/number-input.js.map +1 -0
  40. package/dist/vue/normal/number-input.vue.d.ts +8 -0
  41. package/dist/vue/normal/number-range-input.js +48 -0
  42. package/dist/vue/normal/number-range-input.js.map +1 -0
  43. package/dist/vue/normal/number-range-input.vue.d.ts +8 -0
  44. package/dist/vue/normal/password-input.js +48 -0
  45. package/dist/vue/normal/password-input.js.map +1 -0
  46. package/dist/vue/normal/password-input.vue.d.ts +8 -0
  47. package/dist/vue/normal/radio.js +31 -0
  48. package/dist/vue/normal/radio.js.map +1 -0
  49. package/dist/vue/normal/radio.vue.d.ts +8 -0
  50. package/dist/vue/normal/select.js +35 -0
  51. package/dist/vue/normal/select.js.map +1 -0
  52. package/dist/vue/normal/select.vue.d.ts +8 -0
  53. package/dist/vue/normal/slider.js +29 -0
  54. package/dist/vue/normal/slider.js.map +1 -0
  55. package/dist/vue/normal/slider.vue.d.ts +8 -0
  56. package/dist/vue/normal/switch.js +33 -0
  57. package/dist/vue/normal/switch.js.map +1 -0
  58. package/dist/vue/normal/switch.vue.d.ts +8 -0
  59. package/dist/vue/normal/table.js +33 -0
  60. package/dist/vue/normal/table.js.map +1 -0
  61. package/dist/vue/normal/table.vue.d.ts +8 -0
  62. package/dist/vue/normal/textarea.js +33 -0
  63. package/dist/vue/normal/textarea.js.map +1 -0
  64. package/dist/vue/normal/textarea.vue.d.ts +8 -0
  65. package/dist/vue/normal/tree-select.js +46 -0
  66. package/dist/vue/normal/tree-select.js.map +1 -0
  67. package/dist/vue/normal/tree-select.vue.d.ts +8 -0
  68. package/package.json +1 -1
  69. package/src/normal.ts +20 -0
  70. package/src/svg/normal/auto-complete.svg +1 -0
  71. package/src/svg/normal/cascader.svg +1 -0
  72. package/src/svg/normal/checkbox.svg +1 -0
  73. package/src/svg/normal/date-picker.svg +1 -0
  74. package/src/svg/normal/date-range-picker.svg +1 -0
  75. package/src/svg/normal/file-picker.svg +1 -0
  76. package/src/svg/normal/form.svg +1 -0
  77. package/src/svg/normal/input.svg +1 -0
  78. package/src/svg/normal/multi-select.svg +1 -0
  79. package/src/svg/normal/multi-tree-select.svg +1 -0
  80. package/src/svg/normal/number-input.svg +1 -0
  81. package/src/svg/normal/number-range-input.svg +1 -0
  82. package/src/svg/normal/password-input.svg +1 -0
  83. package/src/svg/normal/radio.svg +1 -0
  84. package/src/svg/normal/select.svg +1 -0
  85. package/src/svg/normal/slider.svg +1 -0
  86. package/src/svg/normal/switch.svg +1 -0
  87. package/src/svg/normal/table.svg +1 -0
  88. package/src/svg/normal/textarea.svg +1 -0
  89. package/src/svg/normal/tree-select.svg +1 -0
  90. package/src/vue/normal/auto-complete.vue +19 -0
  91. package/src/vue/normal/cascader.vue +36 -0
  92. package/src/vue/normal/checkbox.vue +26 -0
  93. package/src/vue/normal/date-picker.vue +23 -0
  94. package/src/vue/normal/date-range-picker.vue +20 -0
  95. package/src/vue/normal/file-picker.vue +23 -0
  96. package/src/vue/normal/form.vue +24 -0
  97. package/src/vue/normal/input.vue +19 -0
  98. package/src/vue/normal/multi-select.vue +28 -0
  99. package/src/vue/normal/multi-tree-select.vue +24 -0
  100. package/src/vue/normal/number-input.vue +26 -0
  101. package/src/vue/normal/number-range-input.vue +36 -0
  102. package/src/vue/normal/password-input.vue +21 -0
  103. package/src/vue/normal/radio.vue +10 -0
  104. package/src/vue/normal/select.vue +26 -0
  105. package/src/vue/normal/slider.vue +10 -0
  106. package/src/vue/normal/switch.vue +19 -0
  107. package/src/vue/normal/table.vue +24 -0
  108. package/src/vue/normal/textarea.vue +19 -0
  109. package/src/vue/normal/tree-select.vue +24 -0
  110. package/tsconfig.tsbuildinfo +1 -1
package/dist/normal.js CHANGED
@@ -8,149 +8,169 @@ import _sfc_main$6 from "./vue/normal/arrow-right.js";
8
8
  import _sfc_main$7 from "./vue/normal/arrow-up.js";
9
9
  import _sfc_main$8 from "./vue/normal/arrow-updown.js";
10
10
  import _sfc_main$9 from "./vue/normal/attach.js";
11
- import _sfc_main$10 from "./vue/normal/backtop.js";
12
- import _sfc_main$11 from "./vue/normal/bell.js";
13
- import _sfc_main$12 from "./vue/normal/bell-filled.js";
14
- import _sfc_main$13 from "./vue/normal/books.js";
15
- import _sfc_main$14 from "./vue/normal/bottom.js";
16
- import _sfc_main$15 from "./vue/normal/calendar.js";
17
- import _sfc_main$16 from "./vue/normal/call.js";
18
- import _sfc_main$17 from "./vue/normal/camera.js";
19
- import _sfc_main$18 from "./vue/normal/caret-bottom.js";
20
- import _sfc_main$19 from "./vue/normal/caret-left.js";
21
- import _sfc_main$20 from "./vue/normal/caret-right.js";
22
- import _sfc_main$21 from "./vue/normal/caret-top.js";
23
- import _sfc_main$22 from "./vue/normal/cart.js";
24
- import _sfc_main$23 from "./vue/normal/chart-pie.js";
25
- import _sfc_main$24 from "./vue/normal/check.js";
26
- import _sfc_main$25 from "./vue/normal/check-rectangle-filled.js";
27
- import _sfc_main$26 from "./vue/normal/circle-check.js";
28
- import _sfc_main$27 from "./vue/normal/circle-check-filled.js";
29
- import _sfc_main$28 from "./vue/normal/circle-close.js";
30
- import _sfc_main$29 from "./vue/normal/circle-plus.js";
31
- import _sfc_main$30 from "./vue/normal/clear.js";
32
- import _sfc_main$31 from "./vue/normal/close.js";
33
- import _sfc_main$32 from "./vue/normal/cloud-download.js";
34
- import _sfc_main$33 from "./vue/normal/cloudy.js";
35
- import _sfc_main$34 from "./vue/normal/copy.js";
36
- import _sfc_main$35 from "./vue/normal/credit-card.js";
37
- import _sfc_main$36 from "./vue/normal/d-arrow-left.js";
38
- import _sfc_main$37 from "./vue/normal/d-arrow-right.js";
39
- import _sfc_main$38 from "./vue/normal/database.js";
40
- import _sfc_main$39 from "./vue/normal/deep-thinking.js";
41
- import _sfc_main$40 from "./vue/normal/delete.js";
42
- import _sfc_main$41 from "./vue/normal/discount.js";
43
- import _sfc_main$42 from "./vue/normal/dot.js";
44
- import _sfc_main$43 from "./vue/normal/download.js";
45
- import _sfc_main$44 from "./vue/normal/edit.js";
46
- import _sfc_main$45 from "./vue/normal/edit-pen.js";
47
- import _sfc_main$46 from "./vue/normal/empty.js";
48
- import _sfc_main$47 from "./vue/normal/enter.js";
49
- import _sfc_main$48 from "./vue/normal/female.js";
50
- import _sfc_main$49 from "./vue/normal/file-add.js";
51
- import _sfc_main$50 from "./vue/normal/filter.js";
52
- import _sfc_main$51 from "./vue/normal/flag.js";
53
- import _sfc_main$52 from "./vue/normal/folder.js";
54
- import _sfc_main$53 from "./vue/normal/folder-add.js";
55
- import _sfc_main$54 from "./vue/normal/folder-opened.js";
56
- import _sfc_main$55 from "./vue/normal/fork.js";
57
- import _sfc_main$56 from "./vue/normal/help.js";
58
- import _sfc_main$57 from "./vue/normal/hide.js";
59
- import _sfc_main$58 from "./vue/normal/history.js";
60
- import _sfc_main$59 from "./vue/normal/horn.js";
61
- import _sfc_main$60 from "./vue/normal/hourglass.js";
62
- import _sfc_main$61 from "./vue/normal/house.js";
63
- import _sfc_main$62 from "./vue/normal/house-filled.js";
64
- import _sfc_main$63 from "./vue/normal/info-circle.js";
65
- import _sfc_main$64 from "./vue/normal/info-filled.js";
66
- import _sfc_main$65 from "./vue/normal/insert-to-next.js";
67
- import _sfc_main$66 from "./vue/normal/insert-to-prev.js";
68
- import _sfc_main$67 from "./vue/normal/internet.js";
69
- import _sfc_main$68 from "./vue/normal/layers.js";
70
- import _sfc_main$69 from "./vue/normal/left.js";
71
- import _sfc_main$70 from "./vue/normal/link.js";
72
- import _sfc_main$71 from "./vue/normal/list.js";
73
- import _sfc_main$72 from "./vue/normal/loading.js";
74
- import _sfc_main$73 from "./vue/normal/location.js";
75
- import _sfc_main$74 from "./vue/normal/lock.js";
76
- import _sfc_main$75 from "./vue/normal/login.js";
77
- import _sfc_main$76 from "./vue/normal/logout.js";
78
- import _sfc_main$77 from "./vue/normal/male.js";
79
- import _sfc_main$78 from "./vue/normal/maximum.js";
80
- import _sfc_main$79 from "./vue/normal/message.js";
81
- import _sfc_main$80 from "./vue/normal/minus.js";
82
- import _sfc_main$81 from "./vue/normal/mobile.js";
83
- import _sfc_main$82 from "./vue/normal/money-circle.js";
84
- import _sfc_main$83 from "./vue/normal/monitor.js";
85
- import _sfc_main$84 from "./vue/normal/moon.js";
86
- import _sfc_main$85 from "./vue/normal/more-filled.js";
87
- import _sfc_main$86 from "./vue/normal/more-vertical.js";
88
- import _sfc_main$87 from "./vue/normal/mostly-cloudy.js";
89
- import _sfc_main$88 from "./vue/normal/move.js";
90
- import _sfc_main$89 from "./vue/normal/move-horizontal.js";
91
- import _sfc_main$90 from "./vue/normal/page-first.js";
92
- import _sfc_main$91 from "./vue/normal/page-last.js";
93
- import _sfc_main$92 from "./vue/normal/picture-rounded.js";
94
- import _sfc_main$93 from "./vue/normal/pin.js";
95
- import _sfc_main$94 from "./vue/normal/pin-filled.js";
96
- import _sfc_main$95 from "./vue/normal/plus.js";
97
- import _sfc_main$96 from "./vue/normal/poweroff.js";
98
- import _sfc_main$97 from "./vue/normal/printer.js";
99
- import _sfc_main$98 from "./vue/normal/qr-code.js";
100
- import _sfc_main$99 from "./vue/normal/question-filled.js";
101
- import _sfc_main$100 from "./vue/normal/queue.js";
102
- import _sfc_main$101 from "./vue/normal/recover.js";
103
- import _sfc_main$102 from "./vue/normal/refresh.js";
104
- import _sfc_main$103 from "./vue/normal/relativity.js";
105
- import _sfc_main$104 from "./vue/normal/remove.js";
106
- import _sfc_main$105 from "./vue/normal/remove-filled.js";
107
- import _sfc_main$106 from "./vue/normal/remove-rectangle.js";
108
- import _sfc_main$107 from "./vue/normal/right.js";
109
- import _sfc_main$108 from "./vue/normal/rollback.js";
110
- import _sfc_main$109 from "./vue/normal/rollfront.js";
111
- import _sfc_main$110 from "./vue/normal/rotate-left.js";
112
- import _sfc_main$111 from "./vue/normal/rotate-right.js";
113
- import _sfc_main$112 from "./vue/normal/rotation.js";
114
- import _sfc_main$113 from "./vue/normal/save.js";
115
- import _sfc_main$114 from "./vue/normal/scan.js";
116
- import _sfc_main$115 from "./vue/normal/search.js";
117
- import _sfc_main$116 from "./vue/normal/secured.js";
118
- import _sfc_main$117 from "./vue/normal/send.js";
119
- import _sfc_main$118 from "./vue/normal/server.js";
120
- import _sfc_main$119 from "./vue/normal/service.js";
121
- import _sfc_main$120 from "./vue/normal/setting.js";
122
- import _sfc_main$121 from "./vue/normal/share.js";
123
- import _sfc_main$122 from "./vue/normal/sort.js";
124
- import _sfc_main$123 from "./vue/normal/sort-left.js";
125
- import _sfc_main$124 from "./vue/normal/sort-right.js";
126
- import _sfc_main$125 from "./vue/normal/star.js";
127
- import _sfc_main$126 from "./vue/normal/star-filled.js";
128
- import _sfc_main$127 from "./vue/normal/sun.js";
129
- import _sfc_main$128 from "./vue/normal/time.js";
130
- import _sfc_main$129 from "./vue/normal/tips.js";
131
- import _sfc_main$130 from "./vue/normal/tools.js";
132
- import _sfc_main$131 from "./vue/normal/triangle-alert.js";
133
- import _sfc_main$132 from "./vue/normal/unlink.js";
134
- import _sfc_main$133 from "./vue/normal/unlock.js";
135
- import _sfc_main$134 from "./vue/normal/upload.js";
136
- import _sfc_main$135 from "./vue/normal/user.js";
137
- import _sfc_main$136 from "./vue/normal/user-add.js";
138
- import _sfc_main$137 from "./vue/normal/user-circle.js";
139
- import _sfc_main$138 from "./vue/normal/user-clear.js";
140
- import _sfc_main$139 from "./vue/normal/user-group.js";
141
- import _sfc_main$140 from "./vue/normal/user-group-add.js";
142
- import _sfc_main$141 from "./vue/normal/user-group-clear.js";
143
- import _sfc_main$142 from "./vue/normal/variable.js";
144
- import _sfc_main$143 from "./vue/normal/vertical-align-center.js";
145
- import _sfc_main$144 from "./vue/normal/vertical-align-left.js";
146
- import _sfc_main$145 from "./vue/normal/vertical-align-right.js";
147
- import _sfc_main$146 from "./vue/normal/video-pause.js";
148
- import _sfc_main$147 from "./vue/normal/video-play.js";
149
- import _sfc_main$148 from "./vue/normal/view.js";
150
- import _sfc_main$149 from "./vue/normal/view-module.js";
151
- import _sfc_main$150 from "./vue/normal/wallet.js";
152
- import _sfc_main$151 from "./vue/normal/warning.js";
153
- import _sfc_main$152 from "./vue/normal/warning-filled.js";
154
- import _sfc_main$153 from "./vue/normal/zoom-in.js";
155
- import _sfc_main$154 from "./vue/normal/zoom-out.js";
156
- export { _sfc_main as AddChild, _sfc_main$1 as AlignBottom, _sfc_main$2 as AlignCenter, _sfc_main$3 as AlignTop, _sfc_main$4 as ArrowDown, _sfc_main$5 as ArrowLeft, _sfc_main$6 as ArrowRight, _sfc_main$7 as ArrowUp, _sfc_main$8 as ArrowUpdown, _sfc_main$9 as Attach, _sfc_main$10 as Backtop, _sfc_main$11 as Bell, _sfc_main$12 as BellFilled, _sfc_main$13 as Books, _sfc_main$14 as Bottom, _sfc_main$15 as Calendar, _sfc_main$16 as Call, _sfc_main$17 as Camera, _sfc_main$18 as CaretBottom, _sfc_main$19 as CaretLeft, _sfc_main$20 as CaretRight, _sfc_main$21 as CaretTop, _sfc_main$22 as Cart, _sfc_main$23 as ChartPie, _sfc_main$24 as Check, _sfc_main$25 as CheckRectangleFilled, _sfc_main$26 as CircleCheck, _sfc_main$27 as CircleCheckFilled, _sfc_main$28 as CircleClose, _sfc_main$29 as CirclePlus, _sfc_main$30 as Clear, _sfc_main$31 as Close, _sfc_main$32 as CloudDownload, _sfc_main$33 as Cloudy, _sfc_main$34 as Copy, _sfc_main$35 as CreditCard, _sfc_main$36 as DArrowLeft, _sfc_main$37 as DArrowRight, _sfc_main$38 as Database, _sfc_main$39 as DeepThinking, _sfc_main$40 as Delete, _sfc_main$41 as Discount, _sfc_main$42 as Dot, _sfc_main$43 as Download, _sfc_main$44 as Edit, _sfc_main$45 as EditPen, _sfc_main$46 as Empty, _sfc_main$47 as Enter, _sfc_main$48 as Female, _sfc_main$49 as FileAdd, _sfc_main$50 as Filter, _sfc_main$51 as Flag, _sfc_main$52 as Folder, _sfc_main$53 as FolderAdd, _sfc_main$54 as FolderOpened, _sfc_main$55 as Fork, _sfc_main$56 as Help, _sfc_main$57 as Hide, _sfc_main$58 as History, _sfc_main$59 as Horn, _sfc_main$60 as Hourglass, _sfc_main$61 as House, _sfc_main$62 as HouseFilled, _sfc_main$63 as InfoCircle, _sfc_main$64 as InfoFilled, _sfc_main$65 as InsertToNext, _sfc_main$66 as InsertToPrev, _sfc_main$67 as Internet, _sfc_main$68 as Layers, _sfc_main$69 as Left, _sfc_main$70 as Link, _sfc_main$71 as List, _sfc_main$72 as Loading, _sfc_main$73 as Location, _sfc_main$74 as Lock, _sfc_main$75 as Login, _sfc_main$76 as Logout, _sfc_main$77 as Male, _sfc_main$78 as Maximum, _sfc_main$79 as Message, _sfc_main$80 as Minus, _sfc_main$81 as Mobile, _sfc_main$82 as MoneyCircle, _sfc_main$83 as Monitor, _sfc_main$84 as Moon, _sfc_main$85 as MoreFilled, _sfc_main$86 as MoreVertical, _sfc_main$87 as MostlyCloudy, _sfc_main$88 as Move, _sfc_main$89 as MoveHorizontal, _sfc_main$90 as PageFirst, _sfc_main$91 as PageLast, _sfc_main$92 as PictureRounded, _sfc_main$93 as Pin, _sfc_main$94 as PinFilled, _sfc_main$95 as Plus, _sfc_main$96 as Poweroff, _sfc_main$97 as Printer, _sfc_main$98 as QrCode, _sfc_main$99 as QuestionFilled, _sfc_main$100 as Queue, _sfc_main$101 as Recover, _sfc_main$102 as Refresh, _sfc_main$103 as Relativity, _sfc_main$104 as Remove, _sfc_main$105 as RemoveFilled, _sfc_main$106 as RemoveRectangle, _sfc_main$107 as Right, _sfc_main$108 as Rollback, _sfc_main$109 as Rollfront, _sfc_main$110 as RotateLeft, _sfc_main$111 as RotateRight, _sfc_main$112 as Rotation, _sfc_main$113 as Save, _sfc_main$114 as Scan, _sfc_main$115 as Search, _sfc_main$116 as Secured, _sfc_main$117 as Send, _sfc_main$118 as Server, _sfc_main$119 as Service, _sfc_main$120 as Setting, _sfc_main$121 as Share, _sfc_main$122 as Sort, _sfc_main$123 as SortLeft, _sfc_main$124 as SortRight, _sfc_main$125 as Star, _sfc_main$126 as StarFilled, _sfc_main$127 as Sun, _sfc_main$128 as Time, _sfc_main$129 as Tips, _sfc_main$130 as Tools, _sfc_main$131 as TriangleAlert, _sfc_main$132 as Unlink, _sfc_main$133 as Unlock, _sfc_main$134 as Upload, _sfc_main$135 as User, _sfc_main$136 as UserAdd, _sfc_main$137 as UserCircle, _sfc_main$138 as UserClear, _sfc_main$139 as UserGroup, _sfc_main$140 as UserGroupAdd, _sfc_main$141 as UserGroupClear, _sfc_main$142 as Variable, _sfc_main$143 as VerticalAlignCenter, _sfc_main$144 as VerticalAlignLeft, _sfc_main$145 as VerticalAlignRight, _sfc_main$146 as VideoPause, _sfc_main$147 as VideoPlay, _sfc_main$148 as View, _sfc_main$149 as ViewModule, _sfc_main$150 as Wallet, _sfc_main$151 as Warning, _sfc_main$152 as WarningFilled, _sfc_main$153 as ZoomIn, _sfc_main$154 as ZoomOut };
11
+ import _sfc_main$10 from "./vue/normal/auto-complete.js";
12
+ import _sfc_main$11 from "./vue/normal/backtop.js";
13
+ import _sfc_main$12 from "./vue/normal/bell.js";
14
+ import _sfc_main$13 from "./vue/normal/bell-filled.js";
15
+ import _sfc_main$14 from "./vue/normal/books.js";
16
+ import _sfc_main$15 from "./vue/normal/bottom.js";
17
+ import _sfc_main$16 from "./vue/normal/calendar.js";
18
+ import _sfc_main$17 from "./vue/normal/call.js";
19
+ import _sfc_main$18 from "./vue/normal/camera.js";
20
+ import _sfc_main$19 from "./vue/normal/caret-bottom.js";
21
+ import _sfc_main$20 from "./vue/normal/caret-left.js";
22
+ import _sfc_main$21 from "./vue/normal/caret-right.js";
23
+ import _sfc_main$22 from "./vue/normal/caret-top.js";
24
+ import _sfc_main$23 from "./vue/normal/cart.js";
25
+ import _sfc_main$24 from "./vue/normal/cascader.js";
26
+ import _sfc_main$25 from "./vue/normal/chart-pie.js";
27
+ import _sfc_main$26 from "./vue/normal/check.js";
28
+ import _sfc_main$28 from "./vue/normal/checkbox.js";
29
+ import _sfc_main$27 from "./vue/normal/check-rectangle-filled.js";
30
+ import _sfc_main$29 from "./vue/normal/circle-check.js";
31
+ import _sfc_main$30 from "./vue/normal/circle-check-filled.js";
32
+ import _sfc_main$31 from "./vue/normal/circle-close.js";
33
+ import _sfc_main$32 from "./vue/normal/circle-plus.js";
34
+ import _sfc_main$33 from "./vue/normal/clear.js";
35
+ import _sfc_main$34 from "./vue/normal/close.js";
36
+ import _sfc_main$35 from "./vue/normal/cloud-download.js";
37
+ import _sfc_main$36 from "./vue/normal/cloudy.js";
38
+ import _sfc_main$37 from "./vue/normal/copy.js";
39
+ import _sfc_main$38 from "./vue/normal/credit-card.js";
40
+ import _sfc_main$39 from "./vue/normal/d-arrow-left.js";
41
+ import _sfc_main$40 from "./vue/normal/d-arrow-right.js";
42
+ import _sfc_main$41 from "./vue/normal/database.js";
43
+ import _sfc_main$42 from "./vue/normal/date-picker.js";
44
+ import _sfc_main$43 from "./vue/normal/date-range-picker.js";
45
+ import _sfc_main$44 from "./vue/normal/deep-thinking.js";
46
+ import _sfc_main$45 from "./vue/normal/delete.js";
47
+ import _sfc_main$46 from "./vue/normal/discount.js";
48
+ import _sfc_main$47 from "./vue/normal/dot.js";
49
+ import _sfc_main$48 from "./vue/normal/download.js";
50
+ import _sfc_main$49 from "./vue/normal/edit.js";
51
+ import _sfc_main$50 from "./vue/normal/edit-pen.js";
52
+ import _sfc_main$51 from "./vue/normal/empty.js";
53
+ import _sfc_main$52 from "./vue/normal/enter.js";
54
+ import _sfc_main$53 from "./vue/normal/female.js";
55
+ import _sfc_main$54 from "./vue/normal/file-add.js";
56
+ import _sfc_main$55 from "./vue/normal/file-picker.js";
57
+ import _sfc_main$56 from "./vue/normal/filter.js";
58
+ import _sfc_main$57 from "./vue/normal/flag.js";
59
+ import _sfc_main$58 from "./vue/normal/folder.js";
60
+ import _sfc_main$59 from "./vue/normal/folder-add.js";
61
+ import _sfc_main$60 from "./vue/normal/folder-opened.js";
62
+ import _sfc_main$61 from "./vue/normal/fork.js";
63
+ import _sfc_main$62 from "./vue/normal/form.js";
64
+ import _sfc_main$63 from "./vue/normal/help.js";
65
+ import _sfc_main$64 from "./vue/normal/hide.js";
66
+ import _sfc_main$65 from "./vue/normal/history.js";
67
+ import _sfc_main$66 from "./vue/normal/horn.js";
68
+ import _sfc_main$67 from "./vue/normal/hourglass.js";
69
+ import _sfc_main$68 from "./vue/normal/house.js";
70
+ import _sfc_main$69 from "./vue/normal/house-filled.js";
71
+ import _sfc_main$70 from "./vue/normal/info-circle.js";
72
+ import _sfc_main$71 from "./vue/normal/info-filled.js";
73
+ import _sfc_main$72 from "./vue/normal/input.js";
74
+ import _sfc_main$73 from "./vue/normal/insert-to-next.js";
75
+ import _sfc_main$74 from "./vue/normal/insert-to-prev.js";
76
+ import _sfc_main$75 from "./vue/normal/internet.js";
77
+ import _sfc_main$76 from "./vue/normal/layers.js";
78
+ import _sfc_main$77 from "./vue/normal/left.js";
79
+ import _sfc_main$78 from "./vue/normal/link.js";
80
+ import _sfc_main$79 from "./vue/normal/list.js";
81
+ import _sfc_main$80 from "./vue/normal/loading.js";
82
+ import _sfc_main$81 from "./vue/normal/location.js";
83
+ import _sfc_main$82 from "./vue/normal/lock.js";
84
+ import _sfc_main$83 from "./vue/normal/login.js";
85
+ import _sfc_main$84 from "./vue/normal/logout.js";
86
+ import _sfc_main$85 from "./vue/normal/male.js";
87
+ import _sfc_main$86 from "./vue/normal/maximum.js";
88
+ import _sfc_main$87 from "./vue/normal/message.js";
89
+ import _sfc_main$88 from "./vue/normal/minus.js";
90
+ import _sfc_main$89 from "./vue/normal/mobile.js";
91
+ import _sfc_main$90 from "./vue/normal/money-circle.js";
92
+ import _sfc_main$91 from "./vue/normal/monitor.js";
93
+ import _sfc_main$92 from "./vue/normal/moon.js";
94
+ import _sfc_main$93 from "./vue/normal/more-filled.js";
95
+ import _sfc_main$94 from "./vue/normal/more-vertical.js";
96
+ import _sfc_main$95 from "./vue/normal/mostly-cloudy.js";
97
+ import _sfc_main$96 from "./vue/normal/move.js";
98
+ import _sfc_main$97 from "./vue/normal/move-horizontal.js";
99
+ import _sfc_main$98 from "./vue/normal/multi-select.js";
100
+ import _sfc_main$99 from "./vue/normal/multi-tree-select.js";
101
+ import _sfc_main$100 from "./vue/normal/number-input.js";
102
+ import _sfc_main$101 from "./vue/normal/number-range-input.js";
103
+ import _sfc_main$102 from "./vue/normal/page-first.js";
104
+ import _sfc_main$103 from "./vue/normal/page-last.js";
105
+ import _sfc_main$104 from "./vue/normal/password-input.js";
106
+ import _sfc_main$105 from "./vue/normal/picture-rounded.js";
107
+ import _sfc_main$106 from "./vue/normal/pin.js";
108
+ import _sfc_main$107 from "./vue/normal/pin-filled.js";
109
+ import _sfc_main$108 from "./vue/normal/plus.js";
110
+ import _sfc_main$109 from "./vue/normal/poweroff.js";
111
+ import _sfc_main$110 from "./vue/normal/printer.js";
112
+ import _sfc_main$111 from "./vue/normal/qr-code.js";
113
+ import _sfc_main$112 from "./vue/normal/question-filled.js";
114
+ import _sfc_main$113 from "./vue/normal/queue.js";
115
+ import _sfc_main$114 from "./vue/normal/radio.js";
116
+ import _sfc_main$115 from "./vue/normal/recover.js";
117
+ import _sfc_main$116 from "./vue/normal/refresh.js";
118
+ import _sfc_main$117 from "./vue/normal/relativity.js";
119
+ import _sfc_main$118 from "./vue/normal/remove.js";
120
+ import _sfc_main$119 from "./vue/normal/remove-filled.js";
121
+ import _sfc_main$120 from "./vue/normal/remove-rectangle.js";
122
+ import _sfc_main$121 from "./vue/normal/right.js";
123
+ import _sfc_main$122 from "./vue/normal/rollback.js";
124
+ import _sfc_main$123 from "./vue/normal/rollfront.js";
125
+ import _sfc_main$124 from "./vue/normal/rotate-left.js";
126
+ import _sfc_main$125 from "./vue/normal/rotate-right.js";
127
+ import _sfc_main$126 from "./vue/normal/rotation.js";
128
+ import _sfc_main$127 from "./vue/normal/save.js";
129
+ import _sfc_main$128 from "./vue/normal/scan.js";
130
+ import _sfc_main$129 from "./vue/normal/search.js";
131
+ import _sfc_main$130 from "./vue/normal/secured.js";
132
+ import _sfc_main$131 from "./vue/normal/select.js";
133
+ import _sfc_main$132 from "./vue/normal/send.js";
134
+ import _sfc_main$133 from "./vue/normal/server.js";
135
+ import _sfc_main$134 from "./vue/normal/service.js";
136
+ import _sfc_main$135 from "./vue/normal/setting.js";
137
+ import _sfc_main$136 from "./vue/normal/share.js";
138
+ import _sfc_main$137 from "./vue/normal/slider.js";
139
+ import _sfc_main$138 from "./vue/normal/sort.js";
140
+ import _sfc_main$139 from "./vue/normal/sort-left.js";
141
+ import _sfc_main$140 from "./vue/normal/sort-right.js";
142
+ import _sfc_main$141 from "./vue/normal/star.js";
143
+ import _sfc_main$142 from "./vue/normal/star-filled.js";
144
+ import _sfc_main$143 from "./vue/normal/sun.js";
145
+ import _sfc_main$144 from "./vue/normal/switch.js";
146
+ import _sfc_main$145 from "./vue/normal/table.js";
147
+ import _sfc_main$146 from "./vue/normal/textarea.js";
148
+ import _sfc_main$147 from "./vue/normal/time.js";
149
+ import _sfc_main$148 from "./vue/normal/tips.js";
150
+ import _sfc_main$149 from "./vue/normal/tools.js";
151
+ import _sfc_main$150 from "./vue/normal/tree-select.js";
152
+ import _sfc_main$151 from "./vue/normal/triangle-alert.js";
153
+ import _sfc_main$152 from "./vue/normal/unlink.js";
154
+ import _sfc_main$153 from "./vue/normal/unlock.js";
155
+ import _sfc_main$154 from "./vue/normal/upload.js";
156
+ import _sfc_main$155 from "./vue/normal/user.js";
157
+ import _sfc_main$156 from "./vue/normal/user-add.js";
158
+ import _sfc_main$157 from "./vue/normal/user-circle.js";
159
+ import _sfc_main$158 from "./vue/normal/user-clear.js";
160
+ import _sfc_main$159 from "./vue/normal/user-group.js";
161
+ import _sfc_main$160 from "./vue/normal/user-group-add.js";
162
+ import _sfc_main$161 from "./vue/normal/user-group-clear.js";
163
+ import _sfc_main$162 from "./vue/normal/variable.js";
164
+ import _sfc_main$163 from "./vue/normal/vertical-align-center.js";
165
+ import _sfc_main$164 from "./vue/normal/vertical-align-left.js";
166
+ import _sfc_main$165 from "./vue/normal/vertical-align-right.js";
167
+ import _sfc_main$166 from "./vue/normal/video-pause.js";
168
+ import _sfc_main$167 from "./vue/normal/video-play.js";
169
+ import _sfc_main$168 from "./vue/normal/view.js";
170
+ import _sfc_main$169 from "./vue/normal/view-module.js";
171
+ import _sfc_main$170 from "./vue/normal/wallet.js";
172
+ import _sfc_main$171 from "./vue/normal/warning.js";
173
+ import _sfc_main$172 from "./vue/normal/warning-filled.js";
174
+ import _sfc_main$173 from "./vue/normal/zoom-in.js";
175
+ import _sfc_main$174 from "./vue/normal/zoom-out.js";
176
+ export { _sfc_main as AddChild, _sfc_main$1 as AlignBottom, _sfc_main$2 as AlignCenter, _sfc_main$3 as AlignTop, _sfc_main$4 as ArrowDown, _sfc_main$5 as ArrowLeft, _sfc_main$6 as ArrowRight, _sfc_main$7 as ArrowUp, _sfc_main$8 as ArrowUpdown, _sfc_main$9 as Attach, _sfc_main$10 as AutoComplete, _sfc_main$11 as Backtop, _sfc_main$12 as Bell, _sfc_main$13 as BellFilled, _sfc_main$14 as Books, _sfc_main$15 as Bottom, _sfc_main$16 as Calendar, _sfc_main$17 as Call, _sfc_main$18 as Camera, _sfc_main$19 as CaretBottom, _sfc_main$20 as CaretLeft, _sfc_main$21 as CaretRight, _sfc_main$22 as CaretTop, _sfc_main$23 as Cart, _sfc_main$24 as Cascader, _sfc_main$25 as ChartPie, _sfc_main$26 as Check, _sfc_main$27 as CheckRectangleFilled, _sfc_main$28 as Checkbox, _sfc_main$29 as CircleCheck, _sfc_main$30 as CircleCheckFilled, _sfc_main$31 as CircleClose, _sfc_main$32 as CirclePlus, _sfc_main$33 as Clear, _sfc_main$34 as Close, _sfc_main$35 as CloudDownload, _sfc_main$36 as Cloudy, _sfc_main$37 as Copy, _sfc_main$38 as CreditCard, _sfc_main$39 as DArrowLeft, _sfc_main$40 as DArrowRight, _sfc_main$41 as Database, _sfc_main$42 as DatePicker, _sfc_main$43 as DateRangePicker, _sfc_main$44 as DeepThinking, _sfc_main$45 as Delete, _sfc_main$46 as Discount, _sfc_main$47 as Dot, _sfc_main$48 as Download, _sfc_main$49 as Edit, _sfc_main$50 as EditPen, _sfc_main$51 as Empty, _sfc_main$52 as Enter, _sfc_main$53 as Female, _sfc_main$54 as FileAdd, _sfc_main$55 as FilePicker, _sfc_main$56 as Filter, _sfc_main$57 as Flag, _sfc_main$58 as Folder, _sfc_main$59 as FolderAdd, _sfc_main$60 as FolderOpened, _sfc_main$61 as Fork, _sfc_main$62 as Form, _sfc_main$63 as Help, _sfc_main$64 as Hide, _sfc_main$65 as History, _sfc_main$66 as Horn, _sfc_main$67 as Hourglass, _sfc_main$68 as House, _sfc_main$69 as HouseFilled, _sfc_main$70 as InfoCircle, _sfc_main$71 as InfoFilled, _sfc_main$72 as Input, _sfc_main$73 as InsertToNext, _sfc_main$74 as InsertToPrev, _sfc_main$75 as Internet, _sfc_main$76 as Layers, _sfc_main$77 as Left, _sfc_main$78 as Link, _sfc_main$79 as List, _sfc_main$80 as Loading, _sfc_main$81 as Location, _sfc_main$82 as Lock, _sfc_main$83 as Login, _sfc_main$84 as Logout, _sfc_main$85 as Male, _sfc_main$86 as Maximum, _sfc_main$87 as Message, _sfc_main$88 as Minus, _sfc_main$89 as Mobile, _sfc_main$90 as MoneyCircle, _sfc_main$91 as Monitor, _sfc_main$92 as Moon, _sfc_main$93 as MoreFilled, _sfc_main$94 as MoreVertical, _sfc_main$95 as MostlyCloudy, _sfc_main$96 as Move, _sfc_main$97 as MoveHorizontal, _sfc_main$98 as MultiSelect, _sfc_main$99 as MultiTreeSelect, _sfc_main$100 as NumberInput, _sfc_main$101 as NumberRangeInput, _sfc_main$102 as PageFirst, _sfc_main$103 as PageLast, _sfc_main$104 as PasswordInput, _sfc_main$105 as PictureRounded, _sfc_main$106 as Pin, _sfc_main$107 as PinFilled, _sfc_main$108 as Plus, _sfc_main$109 as Poweroff, _sfc_main$110 as Printer, _sfc_main$111 as QrCode, _sfc_main$112 as QuestionFilled, _sfc_main$113 as Queue, _sfc_main$114 as Radio, _sfc_main$115 as Recover, _sfc_main$116 as Refresh, _sfc_main$117 as Relativity, _sfc_main$118 as Remove, _sfc_main$119 as RemoveFilled, _sfc_main$120 as RemoveRectangle, _sfc_main$121 as Right, _sfc_main$122 as Rollback, _sfc_main$123 as Rollfront, _sfc_main$124 as RotateLeft, _sfc_main$125 as RotateRight, _sfc_main$126 as Rotation, _sfc_main$127 as Save, _sfc_main$128 as Scan, _sfc_main$129 as Search, _sfc_main$130 as Secured, _sfc_main$131 as Select, _sfc_main$132 as Send, _sfc_main$133 as Server, _sfc_main$134 as Service, _sfc_main$135 as Setting, _sfc_main$136 as Share, _sfc_main$137 as Slider, _sfc_main$138 as Sort, _sfc_main$139 as SortLeft, _sfc_main$140 as SortRight, _sfc_main$141 as Star, _sfc_main$142 as StarFilled, _sfc_main$143 as Sun, _sfc_main$144 as Switch, _sfc_main$145 as Table, _sfc_main$146 as Textarea, _sfc_main$147 as Time, _sfc_main$148 as Tips, _sfc_main$149 as Tools, _sfc_main$150 as TreeSelect, _sfc_main$151 as TriangleAlert, _sfc_main$152 as Unlink, _sfc_main$153 as Unlock, _sfc_main$154 as Upload, _sfc_main$155 as User, _sfc_main$156 as UserAdd, _sfc_main$157 as UserCircle, _sfc_main$158 as UserClear, _sfc_main$159 as UserGroup, _sfc_main$160 as UserGroupAdd, _sfc_main$161 as UserGroupClear, _sfc_main$162 as Variable, _sfc_main$163 as VerticalAlignCenter, _sfc_main$164 as VerticalAlignLeft, _sfc_main$165 as VerticalAlignRight, _sfc_main$166 as VideoPause, _sfc_main$167 as VideoPlay, _sfc_main$168 as View, _sfc_main$169 as ViewModule, _sfc_main$170 as Wallet, _sfc_main$171 as Warning, _sfc_main$172 as WarningFilled, _sfc_main$173 as ZoomIn, _sfc_main$174 as ZoomOut };
@@ -0,0 +1,33 @@
1
+ import { createElementBlock, createElementVNode, defineComponent, openBlock } from "vue";
2
+ //#region src/vue/normal/auto-complete.vue
3
+ const _hoisted_1 = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 16 16"
6
+ };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ name: "AutoComplete",
9
+ __name: "auto-complete",
10
+ setup(__props) {
11
+ return (_ctx, _cache) => {
12
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("rect", {
13
+ width: "14",
14
+ height: "8",
15
+ x: "1",
16
+ y: "4",
17
+ fill: "none",
18
+ stroke: "currentColor",
19
+ "stroke-width": "1.2",
20
+ rx: "1.5"
21
+ }, null, -1), createElementVNode("path", {
22
+ stroke: "currentColor",
23
+ "stroke-linecap": "round",
24
+ "stroke-width": "1.2",
25
+ d: "M4 6v4m7-3h2m-1-1v2"
26
+ }, null, -1)])]);
27
+ };
28
+ }
29
+ });
30
+ //#endregion
31
+ export { _sfc_main as default };
32
+
33
+ //# sourceMappingURL=auto-complete.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-complete.js","names":[],"sources":["../../../src/vue/normal/auto-complete.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:c84f3c7f623345d5 gen:4 source:src/svg/normal/auto-complete.svg -->\n<script setup lang=\"ts\">\ndefineOptions({ name: 'AutoComplete' })\n</script>\n<template>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\">\n <rect\n width=\"14\"\n height=\"8\"\n x=\"1\"\n y=\"4\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"1.2\"\n rx=\"1.5\"\n />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.2\" d=\"M4 6v4m7-3h2m-1-1v2\" />\n </svg>\n</template>\n"],"mappings":";;;;;;;;;;;uBAKE,mBAYM,OAZN,YAYM,CAAA,GAAA,OAAA,OAAA,OAAA,KAAA,CAXJ,mBASE,QAAA;IARA,OAAM;IACN,QAAO;IACP,GAAE;IACF,GAAE;IACF,MAAK;IACL,QAAO;IACP,gBAAa;IACb,IAAG;iBAEL,mBAAgG,QAAA;IAA1F,QAAO;IAAe,kBAAe;IAAQ,gBAAa;IAAM,GAAE"}
@@ -0,0 +1,8 @@
1
+ import * as _$vue from "vue";
2
+
3
+ //#region src/vue/normal/auto-complete.vue.d.ts
4
+ declare const __VLS_export: _$vue.DefineComponent<{}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ //#endregion
7
+ export { _default };
8
+ //# sourceMappingURL=auto-complete.vue.d.ts.map
@@ -0,0 +1,48 @@
1
+ import { createElementBlock, createElementVNode, defineComponent, openBlock } from "vue";
2
+ //#region src/vue/normal/cascader.vue
3
+ const _hoisted_1 = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 16 16"
6
+ };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ name: "Cascader",
9
+ __name: "cascader",
10
+ setup(__props) {
11
+ return (_ctx, _cache) => {
12
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
+ createElementVNode("rect", {
14
+ width: "6",
15
+ height: "12",
16
+ x: "1",
17
+ y: "2",
18
+ fill: "none",
19
+ stroke: "currentColor",
20
+ "stroke-width": "1.2",
21
+ rx: "1.5"
22
+ }, null, -1),
23
+ createElementVNode("rect", {
24
+ width: "6",
25
+ height: "12",
26
+ x: "9",
27
+ y: "2",
28
+ fill: "none",
29
+ stroke: "currentColor",
30
+ "stroke-width": "1.2",
31
+ rx: "1.5"
32
+ }, null, -1),
33
+ createElementVNode("path", {
34
+ fill: "none",
35
+ stroke: "currentColor",
36
+ "stroke-linecap": "round",
37
+ "stroke-linejoin": "round",
38
+ "stroke-width": "1.2",
39
+ d: "m4 7.5 1 1-1 1"
40
+ }, null, -1)
41
+ ])]);
42
+ };
43
+ }
44
+ });
45
+ //#endregion
46
+ export { _sfc_main as default };
47
+
48
+ //# sourceMappingURL=cascader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cascader.js","names":[],"sources":["../../../src/vue/normal/cascader.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:57ecc5816a32b162 gen:4 source:src/svg/normal/cascader.svg -->\n<script setup lang=\"ts\">\ndefineOptions({ name: 'Cascader' })\n</script>\n<template>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\">\n <rect\n width=\"6\"\n height=\"12\"\n x=\"1\"\n y=\"2\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"1.2\"\n rx=\"1.5\"\n />\n <rect\n width=\"6\"\n height=\"12\"\n x=\"9\"\n y=\"2\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"1.2\"\n rx=\"1.5\"\n />\n <path\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"1.2\"\n d=\"m4 7.5 1 1-1 1\"\n />\n </svg>\n</template>\n"],"mappings":";;;;;;;;;;;uBAKE,mBA6BM,OA7BN,YA6BM,CAAA,GAAA,OAAA,OAAA,OAAA,KAAA;IA5BJ,mBASE,QAAA;KARA,OAAM;KACN,QAAO;KACP,GAAE;KACF,GAAE;KACF,MAAK;KACL,QAAO;KACP,gBAAa;KACb,IAAG;;IAEL,mBASE,QAAA;KARA,OAAM;KACN,QAAO;KACP,GAAE;KACF,GAAE;KACF,MAAK;KACL,QAAO;KACP,gBAAa;KACb,IAAG;;IAEL,mBAOE,QAAA;KANA,MAAK;KACL,QAAO;KACP,kBAAe;KACf,mBAAgB;KAChB,gBAAa;KACb,GAAE"}
@@ -0,0 +1,8 @@
1
+ import * as _$vue from "vue";
2
+
3
+ //#region src/vue/normal/cascader.vue.d.ts
4
+ declare const __VLS_export: _$vue.DefineComponent<{}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ //#endregion
7
+ export { _default };
8
+ //# sourceMappingURL=cascader.vue.d.ts.map
@@ -0,0 +1,35 @@
1
+ import { createElementBlock, createElementVNode, defineComponent, openBlock } from "vue";
2
+ //#region src/vue/normal/checkbox.vue
3
+ const _hoisted_1 = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 16 16"
6
+ };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ name: "Checkbox",
9
+ __name: "checkbox",
10
+ setup(__props) {
11
+ return (_ctx, _cache) => {
12
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("rect", {
13
+ width: "12",
14
+ height: "12",
15
+ x: "2",
16
+ y: "2",
17
+ fill: "none",
18
+ stroke: "currentColor",
19
+ "stroke-width": "1.2",
20
+ rx: "2"
21
+ }, null, -1), createElementVNode("path", {
22
+ fill: "none",
23
+ stroke: "currentColor",
24
+ "stroke-linecap": "round",
25
+ "stroke-linejoin": "round",
26
+ "stroke-width": "1.2",
27
+ d: "m5 8 2 2 4-4"
28
+ }, null, -1)])]);
29
+ };
30
+ }
31
+ });
32
+ //#endregion
33
+ export { _sfc_main as default };
34
+
35
+ //# sourceMappingURL=checkbox.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.js","names":[],"sources":["../../../src/vue/normal/checkbox.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:68b112d42af5f61d gen:4 source:src/svg/normal/checkbox.svg -->\n<script setup lang=\"ts\">\ndefineOptions({ name: 'Checkbox' })\n</script>\n<template>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\">\n <rect\n width=\"12\"\n height=\"12\"\n x=\"2\"\n y=\"2\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"1.2\"\n rx=\"2\"\n />\n <path\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"1.2\"\n d=\"m5 8 2 2 4-4\"\n />\n </svg>\n</template>\n"],"mappings":";;;;;;;;;;;uBAKE,mBAmBM,OAnBN,YAmBM,CAAA,GAAA,OAAA,OAAA,OAAA,KAAA,CAlBJ,mBASE,QAAA;IARA,OAAM;IACN,QAAO;IACP,GAAE;IACF,GAAE;IACF,MAAK;IACL,QAAO;IACP,gBAAa;IACb,IAAG;iBAEL,mBAOE,QAAA;IANA,MAAK;IACL,QAAO;IACP,kBAAe;IACf,mBAAgB;IAChB,gBAAa;IACb,GAAE"}
@@ -0,0 +1,8 @@
1
+ import * as _$vue from "vue";
2
+
3
+ //#region src/vue/normal/checkbox.vue.d.ts
4
+ declare const __VLS_export: _$vue.DefineComponent<{}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ //#endregion
7
+ export { _default };
8
+ //# sourceMappingURL=checkbox.vue.d.ts.map
@@ -0,0 +1,19 @@
1
+ import { createElementBlock, createStaticVNode, defineComponent, openBlock } from "vue";
2
+ //#region src/vue/normal/date-picker.vue
3
+ const _hoisted_1 = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 16 16"
6
+ };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ name: "DatePicker",
9
+ __name: "date-picker",
10
+ setup(__props) {
11
+ return (_ctx, _cache) => {
12
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createStaticVNode("<rect width=\"12\" height=\"11\" x=\"2\" y=\"3\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\" rx=\"1.5\"></rect><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.2\" d=\"M2 7h12M5 1v3m6-3v3\"></path><circle cx=\"5\" cy=\"9.5\" r=\".6\" fill=\"currentColor\"></circle><circle cx=\"8\" cy=\"9.5\" r=\".6\" fill=\"currentColor\"></circle><circle cx=\"11\" cy=\"9.5\" r=\".6\" fill=\"currentColor\"></circle><circle cx=\"5\" cy=\"12\" r=\".6\" fill=\"currentColor\"></circle>", 6)])]);
13
+ };
14
+ }
15
+ });
16
+ //#endregion
17
+ export { _sfc_main as default };
18
+
19
+ //# sourceMappingURL=date-picker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-picker.js","names":[],"sources":["../../../src/vue/normal/date-picker.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:3bd9f277858a7ac2 gen:4 source:src/svg/normal/date-picker.svg -->\n<script setup lang=\"ts\">\ndefineOptions({ name: 'DatePicker' })\n</script>\n<template>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\">\n <rect\n width=\"12\"\n height=\"11\"\n x=\"2\"\n y=\"3\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"1.2\"\n rx=\"1.5\"\n />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.2\" d=\"M2 7h12M5 1v3m6-3v3\" />\n <circle cx=\"5\" cy=\"9.5\" r=\".6\" fill=\"currentColor\" />\n <circle cx=\"8\" cy=\"9.5\" r=\".6\" fill=\"currentColor\" />\n <circle cx=\"11\" cy=\"9.5\" r=\".6\" fill=\"currentColor\" />\n <circle cx=\"5\" cy=\"12\" r=\".6\" fill=\"currentColor\" />\n </svg>\n</template>\n"],"mappings":";;;;;;;;;;;uBAKE,mBAgBM,OAhBN,YAgBM,CAAA,GAAA,OAAA,OAAA,OAAA,KAAA,CAAA,kBAAA,+fAAA,EAAA,CAAA,EAAA,CAAA"}
@@ -0,0 +1,8 @@
1
+ import * as _$vue from "vue";
2
+
3
+ //#region src/vue/normal/date-picker.vue.d.ts
4
+ declare const __VLS_export: _$vue.DefineComponent<{}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ //#endregion
7
+ export { _default };
8
+ //# sourceMappingURL=date-picker.vue.d.ts.map
@@ -0,0 +1,44 @@
1
+ import { createElementBlock, createElementVNode, defineComponent, openBlock } from "vue";
2
+ //#region src/vue/normal/date-range-picker.vue
3
+ const _hoisted_1 = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 16 16"
6
+ };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ name: "DateRangePicker",
9
+ __name: "date-range-picker",
10
+ setup(__props) {
11
+ return (_ctx, _cache) => {
12
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
+ createElementVNode("rect", {
14
+ width: "14",
15
+ height: "11",
16
+ x: "1",
17
+ y: "3",
18
+ fill: "none",
19
+ stroke: "currentColor",
20
+ "stroke-width": "1.2",
21
+ rx: "1.5"
22
+ }, null, -1),
23
+ createElementVNode("path", {
24
+ stroke: "currentColor",
25
+ "stroke-linecap": "round",
26
+ "stroke-width": "1.2",
27
+ d: "M1 7h14M4 1v3m8-3v3"
28
+ }, null, -1),
29
+ createElementVNode("rect", {
30
+ width: "8",
31
+ height: "2",
32
+ x: "4",
33
+ y: "9.5",
34
+ fill: "currentColor",
35
+ rx: "1"
36
+ }, null, -1)
37
+ ])]);
38
+ };
39
+ }
40
+ });
41
+ //#endregion
42
+ export { _sfc_main as default };
43
+
44
+ //# sourceMappingURL=date-range-picker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-range-picker.js","names":[],"sources":["../../../src/vue/normal/date-range-picker.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:1fc711637f6db902 gen:4 source:src/svg/normal/date-range-picker.svg -->\n<script setup lang=\"ts\">\ndefineOptions({ name: 'DateRangePicker' })\n</script>\n<template>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\">\n <rect\n width=\"14\"\n height=\"11\"\n x=\"1\"\n y=\"3\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"1.2\"\n rx=\"1.5\"\n />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.2\" d=\"M1 7h14M4 1v3m8-3v3\" />\n <rect width=\"8\" height=\"2\" x=\"4\" y=\"9.5\" fill=\"currentColor\" rx=\"1\" />\n </svg>\n</template>\n"],"mappings":";;;;;;;;;;;uBAKE,mBAaM,OAbN,YAaM,CAAA,GAAA,OAAA,OAAA,OAAA,KAAA;IAZJ,mBASE,QAAA;KARA,OAAM;KACN,QAAO;KACP,GAAE;KACF,GAAE;KACF,MAAK;KACL,QAAO;KACP,gBAAa;KACb,IAAG;;IAEL,mBAAgG,QAAA;KAA1F,QAAO;KAAe,kBAAe;KAAQ,gBAAa;KAAM,GAAE;;IACxE,mBAAsE,QAAA;KAAhE,OAAM;KAAI,QAAO;KAAI,GAAE;KAAI,GAAE;KAAM,MAAK;KAAe,IAAG"}
@@ -0,0 +1,8 @@
1
+ import * as _$vue from "vue";
2
+
3
+ //#region src/vue/normal/date-range-picker.vue.d.ts
4
+ declare const __VLS_export: _$vue.DefineComponent<{}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ //#endregion
7
+ export { _default };
8
+ //# sourceMappingURL=date-range-picker.vue.d.ts.map