@opentinyvue/vue-icon-saas 2.22.1 → 2.22.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.
- package/index.d.ts +3 -1
- package/index.js +236 -231
- package/lib/grid-no-data.js +216 -0
- package/package.json +1 -1
- package/src/grid-no-data/index.d.ts +2 -0
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"width": "112",
|
|
9
|
+
"height": "95",
|
|
10
|
+
"viewBox": "0 0 112 95",
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
12
|
+
}
|
|
13
|
+
}, _vm.$listeners), [_c("defs", [_c("linearGradient", {
|
|
14
|
+
attrs: {
|
|
15
|
+
"id": "grid-no-data_svg__a",
|
|
16
|
+
"x1": "62",
|
|
17
|
+
"y1": "33.5",
|
|
18
|
+
"x2": "97",
|
|
19
|
+
"y2": "73.5",
|
|
20
|
+
"gradientUnits": "userSpaceOnUse"
|
|
21
|
+
}
|
|
22
|
+
}, [_c("stop", {
|
|
23
|
+
attrs: {
|
|
24
|
+
"stop-color": "#AEDBFF",
|
|
25
|
+
"stop-opacity": ".514"
|
|
26
|
+
}
|
|
27
|
+
}), _c("stop", {
|
|
28
|
+
attrs: {
|
|
29
|
+
"offset": "1",
|
|
30
|
+
"stop-color": "#FFF",
|
|
31
|
+
"stop-opacity": ".643"
|
|
32
|
+
}
|
|
33
|
+
})], 1), _c("linearGradient", {
|
|
34
|
+
attrs: {
|
|
35
|
+
"id": "grid-no-data_svg__b",
|
|
36
|
+
"x1": "56.86",
|
|
37
|
+
"y1": "68.941",
|
|
38
|
+
"x2": "56.86",
|
|
39
|
+
"y2": "80.539",
|
|
40
|
+
"gradientUnits": "userSpaceOnUse"
|
|
41
|
+
}
|
|
42
|
+
}, [_c("stop", {
|
|
43
|
+
attrs: {
|
|
44
|
+
"stop-color": "#96CEFD",
|
|
45
|
+
"stop-opacity": ".247"
|
|
46
|
+
}
|
|
47
|
+
}), _c("stop", {
|
|
48
|
+
attrs: {
|
|
49
|
+
"offset": "1",
|
|
50
|
+
"stop-color": "#FFF",
|
|
51
|
+
"stop-opacity": "0"
|
|
52
|
+
}
|
|
53
|
+
})], 1), _c("linearGradient", {
|
|
54
|
+
attrs: {
|
|
55
|
+
"id": "grid-no-data_svg__c",
|
|
56
|
+
"x1": "53.107",
|
|
57
|
+
"y1": "79.711",
|
|
58
|
+
"x2": "52.01",
|
|
59
|
+
"y2": "87.133",
|
|
60
|
+
"gradientUnits": "userSpaceOnUse"
|
|
61
|
+
}
|
|
62
|
+
}, [_c("stop", {
|
|
63
|
+
attrs: {
|
|
64
|
+
"stop-color": "#57E3BD",
|
|
65
|
+
"stop-opacity": ".122"
|
|
66
|
+
}
|
|
67
|
+
}), _c("stop", {
|
|
68
|
+
attrs: {
|
|
69
|
+
"offset": "1",
|
|
70
|
+
"stop-color": "#D8D8D8",
|
|
71
|
+
"stop-opacity": "0"
|
|
72
|
+
}
|
|
73
|
+
}), _c("stop", {
|
|
74
|
+
attrs: {
|
|
75
|
+
"offset": "1",
|
|
76
|
+
"stop-color": "#D8D8D8",
|
|
77
|
+
"stop-opacity": "0"
|
|
78
|
+
}
|
|
79
|
+
})], 1), _c("filter", {
|
|
80
|
+
attrs: {
|
|
81
|
+
"id": "grid-no-data_svg__d",
|
|
82
|
+
"x": "26.984",
|
|
83
|
+
"y": "17.6",
|
|
84
|
+
"width": "57",
|
|
85
|
+
"height": "63.417",
|
|
86
|
+
"filterUnits": "userSpaceOnUse",
|
|
87
|
+
"color-interpolation-filters": "sRGB"
|
|
88
|
+
}
|
|
89
|
+
}, [_c("feFlood", {
|
|
90
|
+
attrs: {
|
|
91
|
+
"flood-opacity": "0",
|
|
92
|
+
"result": "BackgroundImageFix"
|
|
93
|
+
}
|
|
94
|
+
}), _c("feColorMatrix", {
|
|
95
|
+
attrs: {
|
|
96
|
+
"in": "SourceAlpha",
|
|
97
|
+
"values": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
98
|
+
"result": "hardAlpha"
|
|
99
|
+
}
|
|
100
|
+
}), _c("feOffset"), _c("feGaussianBlur", {
|
|
101
|
+
attrs: {
|
|
102
|
+
"stdDeviation": ".667"
|
|
103
|
+
}
|
|
104
|
+
}), _c("feComposite", {
|
|
105
|
+
attrs: {
|
|
106
|
+
"in2": "hardAlpha",
|
|
107
|
+
"operator": "out",
|
|
108
|
+
"k2": "-1",
|
|
109
|
+
"k3": "1"
|
|
110
|
+
}
|
|
111
|
+
}), _c("feColorMatrix", {
|
|
112
|
+
attrs: {
|
|
113
|
+
"values": "0 0 0 0 0 0 0 0 0 0.40392 0 0 0 0 0.81961 0 0 0 0.2 0"
|
|
114
|
+
}
|
|
115
|
+
}), _c("feBlend", {
|
|
116
|
+
attrs: {
|
|
117
|
+
"in2": "BackgroundImageFix",
|
|
118
|
+
"result": "effect_dropShadow_1"
|
|
119
|
+
}
|
|
120
|
+
}), _c("feBlend", {
|
|
121
|
+
attrs: {
|
|
122
|
+
"in": "SourceGraphic",
|
|
123
|
+
"in2": "effect_dropShadow_1",
|
|
124
|
+
"result": "shape"
|
|
125
|
+
}
|
|
126
|
+
})], 1)], 1), _c("path", {
|
|
127
|
+
attrs: {
|
|
128
|
+
"d": "M55.26 5.59c13.68-.47 35.49 6.72 46.8 26.71 11.3 20 8.4 46.97-32.03 53.46C29.6 92.26 9.84 74.34 6.32 57.69 2.8 41.04 16.45 27.38 23.98 20.32c7.52-7.06 17.6-14.26 31.28-14.73Z",
|
|
129
|
+
"fill": "#0D94FF",
|
|
130
|
+
"fill-opacity": ".102",
|
|
131
|
+
"fill-rule": "evenodd"
|
|
132
|
+
}
|
|
133
|
+
}), _c("path", {
|
|
134
|
+
attrs: {
|
|
135
|
+
"d": "M105.71 40.46c-6.4-6.03-15.77-14.37-18.58-14.37-4.4 0-13.68 9.78-16.7 11.6-1.18.7-5.47-1.65-10.92-4.63-8.59-4.7-20.04-10.96-26.65-9.3-6.64 1.67-17.54 10.91-24.96 17.79-1.95 4.91-2.8 10.35-1.58 16.14C9.07 70.7 21.74 84.5 46.46 86.79l19.68-.47a95.9 95.9 0 0 0 3.89-.56c35.13-5.64 41.93-26.75 35.68-45.3Z",
|
|
136
|
+
"fill": "url(#grid-no-data_svg__a)",
|
|
137
|
+
"fill-rule": "evenodd"
|
|
138
|
+
}
|
|
139
|
+
}), _c("path", {
|
|
140
|
+
attrs: {
|
|
141
|
+
"d": "M88.96 80.12c-9.54-4.4-32.77-15.05-34.55-15.05-2.25 0-7.56 4.64-9.11 5.44-.57.3-1.67-.86-3.12-2.38-2.45-2.57-5.88-6.18-9.36-5.43-5.51 1.21-13.94 11.91-13.94 11.91l.19 2.39C29.43 84.91 46.11 89.6 70 85.76c7.59-1.22 13.86-3.16 18.96-5.64Z",
|
|
142
|
+
"fill": "url(#grid-no-data_svg__b)",
|
|
143
|
+
"fill-rule": "evenodd"
|
|
144
|
+
}
|
|
145
|
+
}), _c("path", {
|
|
146
|
+
attrs: {
|
|
147
|
+
"d": "M83.81 82.3c-9.18-1.83-21.09-2.93-34.12-2.93-8.91 0-17.29.51-24.64 1.42 10.4 5.49 25.22 8.15 44.98 4.97 5.2-.83 9.77-2.01 13.78-3.46Z",
|
|
148
|
+
"fill": "url(#grid-no-data_svg__c)",
|
|
149
|
+
"fill-rule": "evenodd"
|
|
150
|
+
}
|
|
151
|
+
}), _c("g", {
|
|
152
|
+
attrs: {
|
|
153
|
+
"filter": "url(#grid-no-data_svg__d)"
|
|
154
|
+
}
|
|
155
|
+
}, [_c("rect", {
|
|
156
|
+
attrs: {
|
|
157
|
+
"x": "28.984",
|
|
158
|
+
"y": "19.6",
|
|
159
|
+
"rx": "5.283",
|
|
160
|
+
"width": "53",
|
|
161
|
+
"height": "59.417",
|
|
162
|
+
"fill": "#E4E4E4"
|
|
163
|
+
}
|
|
164
|
+
})]), _c("rect", {
|
|
165
|
+
attrs: {
|
|
166
|
+
"x": "31.634",
|
|
167
|
+
"y": "22.241",
|
|
168
|
+
"rx": "3.962",
|
|
169
|
+
"width": "47.7",
|
|
170
|
+
"height": "54.136",
|
|
171
|
+
"fill": "#FFF"
|
|
172
|
+
}
|
|
173
|
+
}), _c("path", {
|
|
174
|
+
attrs: {
|
|
175
|
+
"d": "M55.81 11.01c2.38 0 3.71 1.78 4.41 3.3.53 1.16 1.62 2.1 2.9 2.1h.33c2.91 0 5.28 2.36 5.28 5.28v3.19H42.89v-3.19c0-2.92 2.37-5.28 5.28-5.28h.33c1.28 0 2.37-.94 2.91-2.1.69-1.52 2.02-3.3 4.4-3.3Zm0 6.07c.71 0 1.29-.58 1.29-1.3 0-.72-.58-1.3-1.29-1.3-.71 0-1.29.58-1.29 1.3 0 .72.58 1.3 1.29 1.3Z",
|
|
176
|
+
"fill": "#C9C9C9",
|
|
177
|
+
"fill-rule": "evenodd"
|
|
178
|
+
}
|
|
179
|
+
}), _c("path", {
|
|
180
|
+
attrs: {
|
|
181
|
+
"d": "m69.39 37.42-27.16.03v2.61l27.16-.03v-2.61Zm0 7.92-27.16.04v2.6l27.16-.03v-2.61Zm-8.22 9.91 8-.03V52.6l-8 .03v2.62ZM58.29 60.56a8.31 8.31 0 0 0-7.86-7.86v7.86h7.86Zm-9.71-7.76v9.61h9.61c-.67 3.93-4.09 6.93-8.21 6.93-4.6 0-8.32-3.73-8.32-8.33a8.33 8.33 0 0 1 6.92-8.21Z",
|
|
182
|
+
"fill": "#EEE",
|
|
183
|
+
"fill-rule": "evenodd"
|
|
184
|
+
}
|
|
185
|
+
}), _c("path", {
|
|
186
|
+
attrs: {
|
|
187
|
+
"d": "M81.89 47.7c5.79 0 10.5 4.7 10.5 10.48 0 2.96-1.24 5.65-3.23 7.55l1.96 1.95c.07.08.13.16.17.26.68.01 1.36.3 1.88.82l4.18 4.18c.1.1.1.25 0 .35a2.728 2.728 0 0 1-3.85 0l-4.19-4.19a.248.248 0 0 1 0-.34c.12-.12.25-.22.38-.31l-1.62-1.61c-.03-.04-.07-.08-.1-.12a10.435 10.435 0 0 1-6.08 1.94c-5.79 0-10.5-4.7-10.5-10.48S76.1 47.7 81.89 47.7Zm8.5 10.48c0-1.15-.2-2.22-.6-3.2-.41-1.02-1.04-1.95-1.89-2.79a8.409 8.409 0 0 0-2.77-1.88c-.99-.4-2.07-.61-3.24-.61-1.16 0-2.24.21-3.24.61-1.01.42-1.93 1.04-2.77 1.88-.84.84-1.47 1.77-1.88 2.79-.41.98-.61 2.05-.61 3.2 0 1.15.2 2.21.61 3.2.41 1.02 1.04 1.95 1.88 2.79.84.83 1.76 1.46 2.77 1.87 1 .41 2.08.62 3.24.62 1.17 0 2.25-.21 3.24-.62 1.01-.41 1.94-1.04 2.77-1.87.85-.84 1.48-1.77 1.89-2.79.4-.99.6-2.05.6-3.2Z",
|
|
188
|
+
"fill": "#2CB8C9",
|
|
189
|
+
"fill-rule": "evenodd"
|
|
190
|
+
}
|
|
191
|
+
}), _c("path", {
|
|
192
|
+
attrs: {
|
|
193
|
+
"d": "M88.6 44.86v-6.24c0-.56.44-1 1-1s1 .44 1 1v6.24c0 .56-.44 1-1 1s-1-.44-1-1Zm8.69-3.62-4.42 4.41c-.39.4-.4 1.02 0 1.41.4.4 1.02.4 1.41.01l4.42-4.41c.4-.4.4-1.02 0-1.41a.987.987 0 0 0-1.41-.01Zm3.92 7.97h-6.25c-.56 0-1 .44-1 1s.44 1 1 1h6.25c.56 0 1-.44 1-1s-.44-1-1-1Z",
|
|
194
|
+
"fill": "#C9C9C9",
|
|
195
|
+
"fill-rule": "evenodd"
|
|
196
|
+
}
|
|
197
|
+
}), _c("path", {
|
|
198
|
+
attrs: {
|
|
199
|
+
"d": "M21.75 26.19c.12.01.22.01.3.01.56 0 .99-.44.99-1s-.44-1-1-1h-.16c-.16-.01-.34-.03-.52-.06-.57-.09-1.09-.24-1.56-.46-.61-.29-1.09-.68-1.44-1.16-.06-.1-.13-.2-.18-.3.42-.07.83-.17 1.23-.29.08-.02.16-.05.23-.07.59-.2 1.12-.44 1.58-.73a3.622 3.622 0 0 0 1.26-1.32c.1-.18.19-.36.26-.55.14-.34.23-.71.27-1.09.07-.55.03-1.08-.11-1.57-.02-.04-.03-.08-.04-.11-.15-.45-.36-.83-.66-1.14-.1-.11-.22-.21-.34-.3-.24-.18-.52-.33-.83-.44a4.84 4.84 0 0 0-.95-.18 3.03 3.03 0 0 0-.52.01c-.17.01-.34.04-.51.08-.17.04-.33.09-.49.15-.19.07-.37.16-.54.26-.13.07-.25.15-.36.24-.55.41-.99.98-1.32 1.68-.42.91-.62 2.03-.62 3.35-.43-.07-.82-.1-1.18-.25-.15-.07-.28-.14-.41-.22-.47-.32-.84-.78-1.11-1.4-.02-.05-.05-.1-.07-.15-.08-.22-.15-.43-.2-.66-.03-.13-.05-.23-.05-.29-.06-.56-.54-.95-1.1-.9-.56.06-.95.54-.89 1.1.01.15.04.33.09.54.07.28.15.56.25.83.04.12.09.23.14.34.24.54.54 1.02.9 1.43.27.31.57.58.91.8.23.16.47.29.73.41.62.27 1.29.44 2.02.52l.3.03c.12.36.27.69.46 1.01.07.11.14.23.22.34.09.12.18.23.28.35.51.6 1.16 1.09 1.95 1.46.64.3 1.34.51 2.1.62.24.04.47.07.69.08Zm-4.03-5.92c.42-.06.84-.16 1.24-.3.45-.15.88-.34 1.21-.54.23-.14.42-.35.57-.61.04-.06.07-.13.1-.19.09-.22.16-.45.19-.69.03-.31.01-.58-.07-.83-.07-.21-.17-.36-.3-.47-.08-.05-.17-.1-.28-.13-.13-.05-.26-.08-.41-.08a1.6 1.6 0 0 0-.49.04c-.15.04-.3.1-.45.18-.36.22-.65.56-.87 1.04-.3.64-.44 1.55-.44 2.58Z",
|
|
200
|
+
"fill": "#0A7EF7",
|
|
201
|
+
"fill-rule": "evenodd"
|
|
202
|
+
}
|
|
203
|
+
})]);
|
|
204
|
+
};
|
|
205
|
+
var NoData = {
|
|
206
|
+
render
|
|
207
|
+
};
|
|
208
|
+
var index = function index2() {
|
|
209
|
+
return svg({
|
|
210
|
+
name: "IconGridNoData",
|
|
211
|
+
component: NoData
|
|
212
|
+
})();
|
|
213
|
+
};
|
|
214
|
+
export {
|
|
215
|
+
index as default
|
|
216
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-icon-saas",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.2",
|
|
4
4
|
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
|
|
5
5
|
"homepage": "https://opentiny.design/tiny-vue",
|
|
6
6
|
"main": "./index.js",
|