orion-design 0.1.18 → 0.1.19

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 (42) hide show
  1. package/README.md +5 -5
  2. package/dist/components/Form/FileInput/FileInput.vue.d.ts +1 -1
  3. package/dist/components/Form/index.js +40 -38
  4. package/dist/components/Form/index.js.map +1 -1
  5. package/dist/components/RichTextEditor/RichTextEditor.d.ts +61 -3
  6. package/dist/components/RichTextEditor/index.d.ts +44 -2
  7. package/dist/components/RichTextEditor/index.js +4170 -4140
  8. package/dist/components/RichTextEditor/index.js.map +1 -1
  9. package/dist/components/Tabs/index.js +1 -1
  10. package/dist/components/_util/arrays.js.map +1 -1
  11. package/dist/components/_util/browser.js.map +1 -1
  12. package/dist/components/_util/dom/aria.js.map +1 -1
  13. package/dist/components/_util/dom/element.js.map +1 -1
  14. package/dist/components/_util/dom/event.js.map +1 -1
  15. package/dist/components/_util/dom/position.js.map +1 -1
  16. package/dist/components/_util/dom/scroll.js.map +1 -1
  17. package/dist/components/_util/dom/style.js.map +1 -1
  18. package/dist/components/_util/easings.js.map +1 -1
  19. package/dist/components/_util/error.js.map +1 -1
  20. package/dist/components/_util/i18n.js.map +1 -1
  21. package/dist/components/_util/objects.js.map +1 -1
  22. package/dist/components/_util/raf.js.map +1 -1
  23. package/dist/components/_util/rand.js.map +1 -1
  24. package/dist/components/_util/strings.js.map +1 -1
  25. package/dist/components/_util/throttleByRaf.js.map +1 -1
  26. package/dist/components/_util/types.js.map +1 -1
  27. package/dist/components/_util/typescript.js.map +1 -1
  28. package/dist/components/_util/vue/global-node.js.map +1 -1
  29. package/dist/components/_util/vue/icon.js +1 -1
  30. package/dist/components/_util/vue/icon.js.map +1 -1
  31. package/dist/components/_util/vue/install.js.map +1 -1
  32. package/dist/components/_util/vue/props/runtime.js.map +1 -1
  33. package/dist/components/_util/vue/refs.js.map +1 -1
  34. package/dist/components/_util/vue/size.js.map +1 -1
  35. package/dist/components/_util/vue/validator.js.map +1 -1
  36. package/dist/components/_util/vue/vnode.js.map +1 -1
  37. package/dist/{index-BwWeqwHB.js → index-C6P_0wAy.js} +57 -42
  38. package/dist/{index-BwWeqwHB.js.map → index-C6P_0wAy.js.map} +1 -1
  39. package/dist/version/version.d.ts +1 -1
  40. package/dist/version/version.js +1 -1
  41. package/dist/version/version.js.map +1 -1
  42. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
- import { defineComponent as a, openBlock as _, createElementBlock as l, createElementVNode as e } from "vue";
1
+ import { defineComponent as a, openBlock as _, createElementBlock as r, createElementVNode as e } from "vue";
2
2
  /*! Element Plus Icons Vue v2.3.1 */
3
3
  var s = /* @__PURE__ */ a({
4
4
  name: "ArrowLeft",
5
5
  __name: "arrow-left",
6
- setup(r) {
7
- return (t, c) => (_(), l("svg", {
6
+ setup(l) {
7
+ return (t, c) => (_(), r("svg", {
8
8
  xmlns: "http://www.w3.org/2000/svg",
9
9
  viewBox: "0 0 1024 1024"
10
10
  }, [
@@ -14,11 +14,11 @@ var s = /* @__PURE__ */ a({
14
14
  })
15
15
  ]));
16
16
  }
17
- }), m = s, u = /* @__PURE__ */ a({
17
+ }), h = s, u = /* @__PURE__ */ a({
18
18
  name: "ArrowRight",
19
19
  __name: "arrow-right",
20
- setup(r) {
21
- return (t, c) => (_(), l("svg", {
20
+ setup(l) {
21
+ return (t, c) => (_(), r("svg", {
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
23
  viewBox: "0 0 1024 1024"
24
24
  }, [
@@ -28,11 +28,11 @@ var s = /* @__PURE__ */ a({
28
28
  })
29
29
  ]));
30
30
  }
31
- }), h = u, o = /* @__PURE__ */ a({
31
+ }), x = u, o = /* @__PURE__ */ a({
32
32
  name: "CircleCheck",
33
33
  __name: "circle-check",
34
- setup(r) {
35
- return (t, c) => (_(), l("svg", {
34
+ setup(l) {
35
+ return (t, c) => (_(), r("svg", {
36
36
  xmlns: "http://www.w3.org/2000/svg",
37
37
  viewBox: "0 0 1024 1024"
38
38
  }, [
@@ -46,11 +46,11 @@ var s = /* @__PURE__ */ a({
46
46
  })
47
47
  ]));
48
48
  }
49
- }), x = o, p = /* @__PURE__ */ a({
49
+ }), L = o, p = /* @__PURE__ */ a({
50
50
  name: "CircleCloseFilled",
51
51
  __name: "circle-close-filled",
52
- setup(r) {
53
- return (t, c) => (_(), l("svg", {
52
+ setup(l) {
53
+ return (t, c) => (_(), r("svg", {
54
54
  xmlns: "http://www.w3.org/2000/svg",
55
55
  viewBox: "0 0 1024 1024"
56
56
  }, [
@@ -60,11 +60,11 @@ var s = /* @__PURE__ */ a({
60
60
  })
61
61
  ]));
62
62
  }
63
- }), L = p, n = /* @__PURE__ */ a({
63
+ }), C = p, n = /* @__PURE__ */ a({
64
64
  name: "CircleClose",
65
65
  __name: "circle-close",
66
- setup(r) {
67
- return (t, c) => (_(), l("svg", {
66
+ setup(l) {
67
+ return (t, c) => (_(), r("svg", {
68
68
  xmlns: "http://www.w3.org/2000/svg",
69
69
  viewBox: "0 0 1024 1024"
70
70
  }, [
@@ -78,11 +78,11 @@ var s = /* @__PURE__ */ a({
78
78
  })
79
79
  ]));
80
80
  }
81
- }), C = n, i = /* @__PURE__ */ a({
81
+ }), M = n, i = /* @__PURE__ */ a({
82
82
  name: "Close",
83
83
  __name: "close",
84
- setup(r) {
85
- return (t, c) => (_(), l("svg", {
84
+ setup(l) {
85
+ return (t, c) => (_(), r("svg", {
86
86
  xmlns: "http://www.w3.org/2000/svg",
87
87
  viewBox: "0 0 1024 1024"
88
88
  }, [
@@ -92,11 +92,11 @@ var s = /* @__PURE__ */ a({
92
92
  })
93
93
  ]));
94
94
  }
95
- }), M = i, v = /* @__PURE__ */ a({
95
+ }), B = i, v = /* @__PURE__ */ a({
96
96
  name: "InfoFilled",
97
97
  __name: "info-filled",
98
- setup(r) {
99
- return (t, c) => (_(), l("svg", {
98
+ setup(l) {
99
+ return (t, c) => (_(), r("svg", {
100
100
  xmlns: "http://www.w3.org/2000/svg",
101
101
  viewBox: "0 0 1024 1024"
102
102
  }, [
@@ -106,11 +106,11 @@ var s = /* @__PURE__ */ a({
106
106
  })
107
107
  ]));
108
108
  }
109
- }), B = v, w = /* @__PURE__ */ a({
109
+ }), z = v, w = /* @__PURE__ */ a({
110
110
  name: "Loading",
111
111
  __name: "loading",
112
- setup(r) {
113
- return (t, c) => (_(), l("svg", {
112
+ setup(l) {
113
+ return (t, c) => (_(), r("svg", {
114
114
  xmlns: "http://www.w3.org/2000/svg",
115
115
  viewBox: "0 0 1024 1024"
116
116
  }, [
@@ -120,11 +120,25 @@ var s = /* @__PURE__ */ a({
120
120
  })
121
121
  ]));
122
122
  }
123
- }), z = w, d = /* @__PURE__ */ a({
123
+ }), y = w, d = /* @__PURE__ */ a({
124
+ name: "Search",
125
+ __name: "search",
126
+ setup(l) {
127
+ return (t, c) => (_(), r("svg", {
128
+ xmlns: "http://www.w3.org/2000/svg",
129
+ viewBox: "0 0 1024 1024"
130
+ }, [
131
+ e("path", {
132
+ fill: "currentColor",
133
+ d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704"
134
+ })
135
+ ]));
136
+ }
137
+ }), k = d, f = /* @__PURE__ */ a({
124
138
  name: "SuccessFilled",
125
139
  __name: "success-filled",
126
- setup(r) {
127
- return (t, c) => (_(), l("svg", {
140
+ setup(l) {
141
+ return (t, c) => (_(), r("svg", {
128
142
  xmlns: "http://www.w3.org/2000/svg",
129
143
  viewBox: "0 0 1024 1024"
130
144
  }, [
@@ -134,11 +148,11 @@ var s = /* @__PURE__ */ a({
134
148
  })
135
149
  ]));
136
150
  }
137
- }), y = d, f = /* @__PURE__ */ a({
151
+ }), A = f, g = /* @__PURE__ */ a({
138
152
  name: "WarningFilled",
139
153
  __name: "warning-filled",
140
- setup(r) {
141
- return (t, c) => (_(), l("svg", {
154
+ setup(l) {
155
+ return (t, c) => (_(), r("svg", {
142
156
  xmlns: "http://www.w3.org/2000/svg",
143
157
  viewBox: "0 0 1024 1024"
144
158
  }, [
@@ -148,17 +162,18 @@ var s = /* @__PURE__ */ a({
148
162
  })
149
163
  ]));
150
164
  }
151
- }), k = f;
165
+ }), F = g;
152
166
  export {
153
- L as a,
154
- x as b,
155
- M as c,
156
- C as d,
157
- m as e,
158
- h as f,
159
- B as i,
160
- z as l,
161
- y as s,
162
- k as w
167
+ C as a,
168
+ L as b,
169
+ B as c,
170
+ M as d,
171
+ h as e,
172
+ x as f,
173
+ k as g,
174
+ z as i,
175
+ y as l,
176
+ A as s,
177
+ F as w
163
178
  };
164
- //# sourceMappingURL=index-BwWeqwHB.js.map
179
+ //# sourceMappingURL=index-C6P_0wAy.js.map