wave-ui 1.60.1 → 1.62.0
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/dist/wave-ui.cjs.js +1 -1
- package/dist/wave-ui.css +1 -1
- package/dist/wave-ui.es.js +1148 -853
- package/dist/wave-ui.umd.js +1 -1
- package/package.json +2 -2
- package/src/wave-ui/components/index.js +1 -1
- package/src/wave-ui/components/transitions/w-transition-expand.vue +26 -15
- package/src/wave-ui/components/w-confirm.vue +4 -1
- package/src/wave-ui/components/w-dialog.vue +1 -1
- package/src/wave-ui/components/w-drawer.vue +2 -0
- package/src/wave-ui/components/w-icon.vue +1 -0
- package/src/wave-ui/components/w-image.vue +4 -2
- package/src/wave-ui/components/w-input.vue +1 -1
- package/src/wave-ui/components/w-list.vue +1 -1
- package/src/wave-ui/components/w-select.vue +8 -3
- package/src/wave-ui/components/w-switch.vue +1 -1
- package/src/wave-ui/components/w-table.vue +83 -6
- package/src/wave-ui/components/w-tree.vue +300 -0
- package/src/wave-ui/core.js +3 -3
- package/src/wave-ui/scss/_colors.scss +66 -15
- package/src/wave-ui/utils/colors.js +229 -190
- package/src/wave-ui/utils/dynamic-css.js +1 -1
package/dist/wave-ui.es.js
CHANGED
|
@@ -121,309 +121,347 @@ var colors = [
|
|
|
121
121
|
label: "pink",
|
|
122
122
|
color: "#e91e63",
|
|
123
123
|
shades: [
|
|
124
|
-
{ label: "pink-
|
|
125
|
-
{ label: "pink-
|
|
126
|
-
{ label: "pink-
|
|
127
|
-
{ label: "pink-
|
|
128
|
-
{ label: "pink-
|
|
129
|
-
{ label: "pink-
|
|
130
|
-
{ label: "pink-
|
|
131
|
-
{ label: "pink-
|
|
132
|
-
{ label: "pink-
|
|
133
|
-
{ label: "pink-
|
|
124
|
+
{ label: "pink-light6", color: "#fdebf1" },
|
|
125
|
+
{ label: "pink-light5", color: "#faccdc" },
|
|
126
|
+
{ label: "pink-light4", color: "#f7adc6" },
|
|
127
|
+
{ label: "pink-light3", color: "#f48eb1" },
|
|
128
|
+
{ label: "pink-light2", color: "#f16f9b" },
|
|
129
|
+
{ label: "pink-light1", color: "#ee5085" },
|
|
130
|
+
{ label: "pink-dark1", color: "#d31555" },
|
|
131
|
+
{ label: "pink-dark2", color: "#b6124a" },
|
|
132
|
+
{ label: "pink-dark3", color: "#990f3e" },
|
|
133
|
+
{ label: "pink-dark4", color: "#7c0c32" },
|
|
134
|
+
{ label: "pink-dark5", color: "#600927" },
|
|
135
|
+
{ label: "pink-dark6", color: "#43071b" }
|
|
134
136
|
]
|
|
135
137
|
},
|
|
136
138
|
{
|
|
137
139
|
label: "purple",
|
|
138
140
|
color: "#a741b9",
|
|
139
141
|
shades: [
|
|
140
|
-
{ label: "purple-
|
|
141
|
-
{ label: "purple-
|
|
142
|
-
{ label: "purple-
|
|
143
|
-
{ label: "purple-
|
|
144
|
-
{ label: "purple-
|
|
145
|
-
{ label: "purple-
|
|
146
|
-
{ label: "purple-
|
|
147
|
-
{ label: "purple-
|
|
148
|
-
{ label: "purple-
|
|
149
|
-
{ label: "purple-
|
|
142
|
+
{ label: "purple-light6", color: "#f9f2fa" },
|
|
143
|
+
{ label: "purple-light5", color: "#eed9f2" },
|
|
144
|
+
{ label: "purple-light4", color: "#e3c1e9" },
|
|
145
|
+
{ label: "purple-light3", color: "#d8a8e1" },
|
|
146
|
+
{ label: "purple-light2", color: "#cd90d8" },
|
|
147
|
+
{ label: "purple-light1", color: "#c277cf" },
|
|
148
|
+
{ label: "purple-dark1", color: "#9239a2" },
|
|
149
|
+
{ label: "purple-dark2", color: "#7d318a" },
|
|
150
|
+
{ label: "purple-dark3", color: "#682873" },
|
|
151
|
+
{ label: "purple-dark4", color: "#53205b" },
|
|
152
|
+
{ label: "purple-dark5", color: "#3d1844" },
|
|
153
|
+
{ label: "purple-dark6", color: "#28102d" }
|
|
150
154
|
]
|
|
151
155
|
},
|
|
152
156
|
{
|
|
153
157
|
label: "deep-purple",
|
|
154
158
|
color: "#673ab7",
|
|
155
159
|
shades: [
|
|
156
|
-
{ label: "deep-purple-
|
|
157
|
-
{ label: "deep-purple-
|
|
158
|
-
{ label: "deep-purple-
|
|
159
|
-
{ label: "deep-purple-
|
|
160
|
-
{ label: "deep-purple-
|
|
161
|
-
{ label: "deep-purple-
|
|
162
|
-
{ label: "deep-purple-
|
|
163
|
-
{ label: "deep-purple-
|
|
164
|
-
{ label: "deep-purple-
|
|
165
|
-
{ label: "deep-purple-
|
|
160
|
+
{ label: "deep-purple-light6", color: "#f1edf9" },
|
|
161
|
+
{ label: "deep-purple-light5", color: "#daceef" },
|
|
162
|
+
{ label: "deep-purple-light4", color: "#c2afe6" },
|
|
163
|
+
{ label: "deep-purple-light3", color: "#ab90dc" },
|
|
164
|
+
{ label: "deep-purple-light2", color: "#9471d2" },
|
|
165
|
+
{ label: "deep-purple-light1", color: "#7c52c8" },
|
|
166
|
+
{ label: "deep-purple-dark1", color: "#5b33a1" },
|
|
167
|
+
{ label: "deep-purple-dark2", color: "#4e2c8b" },
|
|
168
|
+
{ label: "deep-purple-dark3", color: "#422575" },
|
|
169
|
+
{ label: "deep-purple-dark4", color: "#351e5f" },
|
|
170
|
+
{ label: "deep-purple-dark5", color: "#291749" },
|
|
171
|
+
{ label: "deep-purple-dark6", color: "#1c1033" }
|
|
166
172
|
]
|
|
167
173
|
},
|
|
168
174
|
{
|
|
169
175
|
label: "indigo",
|
|
170
176
|
color: "#3f51b5",
|
|
171
177
|
shades: [
|
|
172
|
-
{ label: "indigo-
|
|
173
|
-
{ label: "indigo-
|
|
174
|
-
{ label: "indigo-
|
|
175
|
-
{ label: "indigo-
|
|
176
|
-
{ label: "indigo-
|
|
177
|
-
{ label: "indigo-
|
|
178
|
-
{ label: "indigo-
|
|
179
|
-
{ label: "indigo-
|
|
180
|
-
{ label: "indigo-
|
|
181
|
-
{ label: "indigo-
|
|
178
|
+
{ label: "indigo-light6", color: "#eff1fa" },
|
|
179
|
+
{ label: "indigo-light5", color: "#d1d6ef" },
|
|
180
|
+
{ label: "indigo-light4", color: "#b3bae4" },
|
|
181
|
+
{ label: "indigo-light3", color: "#949fda" },
|
|
182
|
+
{ label: "indigo-light2", color: "#7684cf" },
|
|
183
|
+
{ label: "indigo-light1", color: "#5869c5" },
|
|
184
|
+
{ label: "indigo-dark1", color: "#37479f" },
|
|
185
|
+
{ label: "indigo-dark2", color: "#303e8a" },
|
|
186
|
+
{ label: "indigo-dark3", color: "#283474" },
|
|
187
|
+
{ label: "indigo-dark4", color: "#212a5f" },
|
|
188
|
+
{ label: "indigo-dark5", color: "#192149" },
|
|
189
|
+
{ label: "indigo-dark6", color: "#121734" }
|
|
182
190
|
]
|
|
183
191
|
},
|
|
184
192
|
{
|
|
185
193
|
label: "blue",
|
|
186
194
|
color: "#2196f3",
|
|
187
195
|
shades: [
|
|
188
|
-
{ label: "blue-
|
|
189
|
-
{ label: "blue-
|
|
190
|
-
{ label: "blue-
|
|
191
|
-
{ label: "blue-
|
|
192
|
-
{ label: "blue-
|
|
193
|
-
{ label: "blue-
|
|
194
|
-
{ label: "blue-
|
|
195
|
-
{ label: "blue-
|
|
196
|
-
{ label: "blue-
|
|
197
|
-
{ label: "blue-
|
|
196
|
+
{ label: "blue-light6", color: "#e6f3fe" },
|
|
197
|
+
{ label: "blue-light5", color: "#c6e4fc" },
|
|
198
|
+
{ label: "blue-light4", color: "#a5d4fa" },
|
|
199
|
+
{ label: "blue-light3", color: "#84c5f8" },
|
|
200
|
+
{ label: "blue-light2", color: "#63b5f7" },
|
|
201
|
+
{ label: "blue-light1", color: "#42a6f5" },
|
|
202
|
+
{ label: "blue-dark1", color: "#0c85e5" },
|
|
203
|
+
{ label: "blue-dark2", color: "#0b72c4" },
|
|
204
|
+
{ label: "blue-dark3", color: "#095fa3" },
|
|
205
|
+
{ label: "blue-dark4", color: "#074c82" },
|
|
206
|
+
{ label: "blue-dark5", color: "#053961" },
|
|
207
|
+
{ label: "blue-dark6", color: "#032540" }
|
|
198
208
|
]
|
|
199
209
|
},
|
|
200
210
|
{
|
|
201
211
|
label: "light-blue",
|
|
202
212
|
color: "#03a9f4",
|
|
203
213
|
shades: [
|
|
204
|
-
{ label: "light-blue-
|
|
205
|
-
{ label: "light-blue-
|
|
206
|
-
{ label: "light-blue-
|
|
207
|
-
{ label: "light-blue-
|
|
208
|
-
{ label: "light-blue-
|
|
209
|
-
{ label: "light-blue-
|
|
210
|
-
{ label: "light-blue-
|
|
211
|
-
{ label: "light-blue-
|
|
212
|
-
{ label: "light-blue-
|
|
213
|
-
{ label: "light-blue-
|
|
214
|
+
{ label: "light-blue-light6", color: "#e7f7ff" },
|
|
215
|
+
{ label: "light-blue-light5", color: "#c0ebfe" },
|
|
216
|
+
{ label: "light-blue-light4", color: "#98defe" },
|
|
217
|
+
{ label: "light-blue-light3", color: "#71d2fd" },
|
|
218
|
+
{ label: "light-blue-light2", color: "#4ac5fd" },
|
|
219
|
+
{ label: "light-blue-light1", color: "#22b9fc" },
|
|
220
|
+
{ label: "light-blue-dark1", color: "#0393d5" },
|
|
221
|
+
{ label: "light-blue-dark2", color: "#027eb6" },
|
|
222
|
+
{ label: "light-blue-dark3", color: "#026896" },
|
|
223
|
+
{ label: "light-blue-dark4", color: "#015277" },
|
|
224
|
+
{ label: "light-blue-dark5", color: "#013d58" },
|
|
225
|
+
{ label: "light-blue-dark6", color: "#012739" }
|
|
214
226
|
]
|
|
215
227
|
},
|
|
216
228
|
{
|
|
217
229
|
label: "cyan",
|
|
218
230
|
color: "#04cbe5",
|
|
219
231
|
shades: [
|
|
220
|
-
{ label: "cyan-
|
|
221
|
-
{ label: "cyan-
|
|
222
|
-
{ label: "cyan-
|
|
223
|
-
{ label: "cyan-
|
|
224
|
-
{ label: "cyan-
|
|
225
|
-
{ label: "cyan-
|
|
226
|
-
{ label: "cyan-
|
|
227
|
-
{ label: "cyan-
|
|
228
|
-
{ label: "cyan-
|
|
229
|
-
{ label: "cyan-
|
|
232
|
+
{ label: "cyan-light6", color: "#e9fcff" },
|
|
233
|
+
{ label: "cyan-light5", color: "#baf6fe" },
|
|
234
|
+
{ label: "cyan-light4", color: "#8bf0fd" },
|
|
235
|
+
{ label: "cyan-light3", color: "#5ceafc" },
|
|
236
|
+
{ label: "cyan-light2", color: "#2ce3fb" },
|
|
237
|
+
{ label: "cyan-light1", color: "#04d8f4" },
|
|
238
|
+
{ label: "cyan-dark1", color: "#04b2c8" },
|
|
239
|
+
{ label: "cyan-dark2", color: "#0398ac" },
|
|
240
|
+
{ label: "cyan-dark3", color: "#037f8f" },
|
|
241
|
+
{ label: "cyan-dark4", color: "#026673" },
|
|
242
|
+
{ label: "cyan-dark5", color: "#024c56" },
|
|
243
|
+
{ label: "cyan-dark6", color: "#01333a" }
|
|
230
244
|
]
|
|
231
245
|
},
|
|
232
246
|
{
|
|
233
247
|
label: "teal",
|
|
234
248
|
color: "#1db3a8",
|
|
235
249
|
shades: [
|
|
236
|
-
{ label: "teal-
|
|
237
|
-
{ label: "teal-
|
|
238
|
-
{ label: "teal-
|
|
239
|
-
{ label: "teal-
|
|
240
|
-
{ label: "teal-
|
|
241
|
-
{ label: "teal-
|
|
242
|
-
{ label: "teal-
|
|
243
|
-
{ label: "teal-
|
|
244
|
-
{ label: "teal-
|
|
245
|
-
{ label: "teal-
|
|
250
|
+
{ label: "teal-light6", color: "#e2faf9" },
|
|
251
|
+
{ label: "teal-light5", color: "#b8f3ef" },
|
|
252
|
+
{ label: "teal-light4", color: "#8eede6" },
|
|
253
|
+
{ label: "teal-light3", color: "#64e6dc" },
|
|
254
|
+
{ label: "teal-light2", color: "#39dfd3" },
|
|
255
|
+
{ label: "teal-light1", color: "#20c7bb" },
|
|
256
|
+
{ label: "teal-dark1", color: "#199b92" },
|
|
257
|
+
{ label: "teal-dark2", color: "#15847c" },
|
|
258
|
+
{ label: "teal-dark3", color: "#116c65" },
|
|
259
|
+
{ label: "teal-dark4", color: "#0e544f" },
|
|
260
|
+
{ label: "teal-dark5", color: "#0a3c39" },
|
|
261
|
+
{ label: "teal-dark6", color: "#062523" }
|
|
246
262
|
]
|
|
247
263
|
},
|
|
248
264
|
{
|
|
249
265
|
label: "green",
|
|
250
266
|
color: "#4caf50",
|
|
251
267
|
shades: [
|
|
252
|
-
{ label: "green-
|
|
253
|
-
{ label: "green-
|
|
254
|
-
{ label: "green-
|
|
255
|
-
{ label: "green-
|
|
256
|
-
{ label: "green-
|
|
257
|
-
{ label: "green-
|
|
258
|
-
{ label: "green-
|
|
259
|
-
{ label: "green-
|
|
260
|
-
{ label: "green-
|
|
261
|
-
{ label: "green-
|
|
268
|
+
{ label: "green-light6", color: "#edf7ed" },
|
|
269
|
+
{ label: "green-light5", color: "#d2ebd3" },
|
|
270
|
+
{ label: "green-light4", color: "#b7e0b8" },
|
|
271
|
+
{ label: "green-light3", color: "#9bd49e" },
|
|
272
|
+
{ label: "green-light2", color: "#80c883" },
|
|
273
|
+
{ label: "green-light1", color: "#65bc69" },
|
|
274
|
+
{ label: "green-dark1", color: "#439b47" },
|
|
275
|
+
{ label: "green-dark2", color: "#3a863d" },
|
|
276
|
+
{ label: "green-dark3", color: "#327234" },
|
|
277
|
+
{ label: "green-dark4", color: "#295e2b" },
|
|
278
|
+
{ label: "green-dark5", color: "#204a22" },
|
|
279
|
+
{ label: "green-dark6", color: "#173518" }
|
|
262
280
|
]
|
|
263
281
|
},
|
|
264
282
|
{
|
|
265
283
|
label: "light-green",
|
|
266
284
|
color: "#90d73f",
|
|
267
285
|
shades: [
|
|
268
|
-
{ label: "light-green-
|
|
269
|
-
{ label: "light-green-
|
|
270
|
-
{ label: "light-green-
|
|
271
|
-
{ label: "light-green-
|
|
272
|
-
{ label: "light-green-
|
|
273
|
-
{ label: "light-green-
|
|
274
|
-
{ label: "light-green-
|
|
275
|
-
{ label: "light-green-
|
|
276
|
-
{ label: "light-green-
|
|
277
|
-
{ label: "light-green-
|
|
286
|
+
{ label: "light-green-light6", color: "#f4fbec" },
|
|
287
|
+
{ label: "light-green-light5", color: "#e5f6d3" },
|
|
288
|
+
{ label: "light-green-light4", color: "#d7f1b9" },
|
|
289
|
+
{ label: "light-green-light3", color: "#c8eba0" },
|
|
290
|
+
{ label: "light-green-light2", color: "#b9e687" },
|
|
291
|
+
{ label: "light-green-light1", color: "#abe16d" },
|
|
292
|
+
{ label: "light-green-dark1", color: "#80cc2a" },
|
|
293
|
+
{ label: "light-green-dark2", color: "#70b225" },
|
|
294
|
+
{ label: "light-green-dark3", color: "#609820" },
|
|
295
|
+
{ label: "light-green-dark4", color: "#4f7d1a" },
|
|
296
|
+
{ label: "light-green-dark5", color: "#3f6315" },
|
|
297
|
+
{ label: "light-green-dark6", color: "#2e490f" }
|
|
278
298
|
]
|
|
279
299
|
},
|
|
280
300
|
{
|
|
281
301
|
label: "lime",
|
|
282
302
|
color: "#cee029",
|
|
283
303
|
shades: [
|
|
284
|
-
{ label: "lime-
|
|
285
|
-
{ label: "lime-
|
|
286
|
-
{ label: "lime-
|
|
287
|
-
{ label: "lime-
|
|
288
|
-
{ label: "lime-
|
|
289
|
-
{ label: "lime-
|
|
290
|
-
{ label: "lime-
|
|
291
|
-
{ label: "lime-
|
|
292
|
-
{ label: "lime-
|
|
293
|
-
{ label: "lime-
|
|
304
|
+
{ label: "lime-light6", color: "#fafce9" },
|
|
305
|
+
{ label: "lime-light5", color: "#f4f8ce" },
|
|
306
|
+
{ label: "lime-light4", color: "#edf4b2" },
|
|
307
|
+
{ label: "lime-light3", color: "#e7f097" },
|
|
308
|
+
{ label: "lime-light2", color: "#e1ec7b" },
|
|
309
|
+
{ label: "lime-light1", color: "#dae85f" },
|
|
310
|
+
{ label: "lime-dark1", color: "#bbcc1e" },
|
|
311
|
+
{ label: "lime-dark2", color: "#a1b01a" },
|
|
312
|
+
{ label: "lime-dark3", color: "#889516" },
|
|
313
|
+
{ label: "lime-dark4", color: "#6f7912" },
|
|
314
|
+
{ label: "lime-dark5", color: "#565d0e" },
|
|
315
|
+
{ label: "lime-dark6", color: "#3c420a" }
|
|
294
316
|
]
|
|
295
317
|
},
|
|
296
318
|
{
|
|
297
319
|
label: "yellow",
|
|
298
320
|
color: "#ffe70f",
|
|
299
321
|
shades: [
|
|
300
|
-
{ label: "yellow-
|
|
301
|
-
{ label: "yellow-
|
|
302
|
-
{ label: "yellow-
|
|
303
|
-
{ label: "yellow-
|
|
304
|
-
{ label: "yellow-
|
|
305
|
-
{ label: "yellow-
|
|
306
|
-
{ label: "yellow-
|
|
307
|
-
{ label: "yellow-
|
|
308
|
-
{ label: "yellow-
|
|
309
|
-
{ label: "yellow-
|
|
322
|
+
{ label: "yellow-light6", color: "#fffce0" },
|
|
323
|
+
{ label: "yellow-light5", color: "#fff9c4" },
|
|
324
|
+
{ label: "yellow-light4", color: "#fff6a8" },
|
|
325
|
+
{ label: "yellow-light3", color: "#fff38c" },
|
|
326
|
+
{ label: "yellow-light2", color: "#fff170" },
|
|
327
|
+
{ label: "yellow-light1", color: "#ffee54" },
|
|
328
|
+
{ label: "yellow-dark1", color: "#eed700" },
|
|
329
|
+
{ label: "yellow-dark2", color: "#cfba00" },
|
|
330
|
+
{ label: "yellow-dark3", color: "#af9e00" },
|
|
331
|
+
{ label: "yellow-dark4", color: "#908100" },
|
|
332
|
+
{ label: "yellow-dark5", color: "#706500" },
|
|
333
|
+
{ label: "yellow-dark6", color: "#504800" }
|
|
310
334
|
]
|
|
311
335
|
},
|
|
312
336
|
{
|
|
313
337
|
label: "amber",
|
|
314
338
|
color: "#ffc107",
|
|
315
339
|
shades: [
|
|
316
|
-
{ label: "amber-
|
|
317
|
-
{ label: "amber-
|
|
318
|
-
{ label: "amber-
|
|
319
|
-
{ label: "amber-
|
|
320
|
-
{ label: "amber-
|
|
321
|
-
{ label: "amber-
|
|
322
|
-
{ label: "amber-
|
|
323
|
-
{ label: "amber-
|
|
324
|
-
{ label: "amber-
|
|
325
|
-
{ label: "amber-
|
|
340
|
+
{ label: "amber-light6", color: "#fffaed" },
|
|
341
|
+
{ label: "amber-light5", color: "#fff1c6" },
|
|
342
|
+
{ label: "amber-light4", color: "#ffe7a0" },
|
|
343
|
+
{ label: "amber-light3", color: "#ffde7a" },
|
|
344
|
+
{ label: "amber-light2", color: "#ffd454" },
|
|
345
|
+
{ label: "amber-light1", color: "#ffcb2d" },
|
|
346
|
+
{ label: "amber-dark1", color: "#e6ad00" },
|
|
347
|
+
{ label: "amber-dark2", color: "#c79500" },
|
|
348
|
+
{ label: "amber-dark3", color: "#a77d00" },
|
|
349
|
+
{ label: "amber-dark4", color: "#886600" },
|
|
350
|
+
{ label: "amber-dark5", color: "#684e00" },
|
|
351
|
+
{ label: "amber-dark6", color: "#483600" }
|
|
326
352
|
]
|
|
327
353
|
},
|
|
328
354
|
{
|
|
329
355
|
label: "orange",
|
|
330
356
|
color: "#ff9800",
|
|
331
357
|
shades: [
|
|
332
|
-
{ label: "orange-
|
|
333
|
-
{ label: "orange-
|
|
334
|
-
{ label: "orange-
|
|
335
|
-
{ label: "orange-
|
|
336
|
-
{ label: "orange-
|
|
337
|
-
{ label: "orange-
|
|
338
|
-
{ label: "orange-
|
|
339
|
-
{ label: "orange-
|
|
340
|
-
{ label: "orange-
|
|
341
|
-
{ label: "orange-
|
|
358
|
+
{ label: "orange-light6", color: "#fff5e6" },
|
|
359
|
+
{ label: "orange-light5", color: "#ffe5bf" },
|
|
360
|
+
{ label: "orange-light4", color: "#ffd699" },
|
|
361
|
+
{ label: "orange-light3", color: "#ffc673" },
|
|
362
|
+
{ label: "orange-light2", color: "#ffb74d" },
|
|
363
|
+
{ label: "orange-light1", color: "#ffa726" },
|
|
364
|
+
{ label: "orange-dark1", color: "#df8500" },
|
|
365
|
+
{ label: "orange-dark2", color: "#c07200" },
|
|
366
|
+
{ label: "orange-dark3", color: "#a05f00" },
|
|
367
|
+
{ label: "orange-dark4", color: "#814d00" },
|
|
368
|
+
{ label: "orange-dark5", color: "#613a00" },
|
|
369
|
+
{ label: "orange-dark6", color: "#412700" }
|
|
342
370
|
]
|
|
343
371
|
},
|
|
344
372
|
{
|
|
345
373
|
label: "deep-orange",
|
|
346
374
|
color: "#ff6825",
|
|
347
375
|
shades: [
|
|
348
|
-
{ label: "deep-orange-
|
|
349
|
-
{ label: "deep-orange-
|
|
350
|
-
{ label: "deep-orange-
|
|
351
|
-
{ label: "deep-orange-
|
|
352
|
-
{ label: "deep-orange-
|
|
353
|
-
{ label: "deep-orange-
|
|
354
|
-
{ label: "deep-orange-
|
|
355
|
-
{ label: "deep-orange-
|
|
356
|
-
{ label: "deep-orange-
|
|
357
|
-
{ label: "deep-orange-
|
|
376
|
+
{ label: "deep-orange-light6", color: "#fff0e9" },
|
|
377
|
+
{ label: "deep-orange-light5", color: "#ffd9c8" },
|
|
378
|
+
{ label: "deep-orange-light4", color: "#ffc2a8" },
|
|
379
|
+
{ label: "deep-orange-light3", color: "#ffac87" },
|
|
380
|
+
{ label: "deep-orange-light2", color: "#ff9566" },
|
|
381
|
+
{ label: "deep-orange-light1", color: "#ff7f46" },
|
|
382
|
+
{ label: "deep-orange-dark1", color: "#ff5205" },
|
|
383
|
+
{ label: "deep-orange-dark2", color: "#e54600" },
|
|
384
|
+
{ label: "deep-orange-dark3", color: "#c53d00" },
|
|
385
|
+
{ label: "deep-orange-dark4", color: "#a63300" },
|
|
386
|
+
{ label: "deep-orange-dark5", color: "#862900" },
|
|
387
|
+
{ label: "deep-orange-dark6", color: "#661f00" }
|
|
358
388
|
]
|
|
359
389
|
},
|
|
360
390
|
{
|
|
361
391
|
label: "red",
|
|
362
392
|
color: "#fa3317",
|
|
363
393
|
shades: [
|
|
364
|
-
{ label: "red-
|
|
365
|
-
{ label: "red-
|
|
366
|
-
{ label: "red-
|
|
367
|
-
{ label: "red-
|
|
368
|
-
{ label: "red-
|
|
369
|
-
{ label: "red-
|
|
370
|
-
{ label: "red-
|
|
371
|
-
{ label: "red-
|
|
372
|
-
{ label: "red-
|
|
373
|
-
{ label: "red-
|
|
394
|
+
{ label: "red-light6", color: "#fee3df" },
|
|
395
|
+
{ label: "red-light5", color: "#fec6be" },
|
|
396
|
+
{ label: "red-light4", color: "#fdaa9e" },
|
|
397
|
+
{ label: "red-light3", color: "#fc8d7d" },
|
|
398
|
+
{ label: "red-light2", color: "#fc705d" },
|
|
399
|
+
{ label: "red-light1", color: "#fb543c" },
|
|
400
|
+
{ label: "red-dark1", color: "#ec2205" },
|
|
401
|
+
{ label: "red-dark2", color: "#cd1d04" },
|
|
402
|
+
{ label: "red-dark3", color: "#ae1904" },
|
|
403
|
+
{ label: "red-dark4", color: "#8f1403" },
|
|
404
|
+
{ label: "red-dark5", color: "#701002" },
|
|
405
|
+
{ label: "red-dark6", color: "#520c02" }
|
|
374
406
|
]
|
|
375
407
|
},
|
|
376
408
|
{
|
|
377
409
|
label: "brown",
|
|
378
410
|
color: "#845848",
|
|
379
411
|
shades: [
|
|
380
|
-
{ label: "brown-
|
|
381
|
-
{ label: "brown-
|
|
382
|
-
{ label: "brown-
|
|
383
|
-
{ label: "brown-
|
|
384
|
-
{ label: "brown-
|
|
385
|
-
{ label: "brown-
|
|
386
|
-
{ label: "brown-
|
|
387
|
-
{ label: "brown-
|
|
388
|
-
{ label: "brown-
|
|
389
|
-
{ label: "brown-
|
|
412
|
+
{ label: "brown-light6", color: "#f2eae7" },
|
|
413
|
+
{ label: "brown-light5", color: "#e2d1ca" },
|
|
414
|
+
{ label: "brown-light4", color: "#d2b7ad" },
|
|
415
|
+
{ label: "brown-light3", color: "#c39e90" },
|
|
416
|
+
{ label: "brown-light2", color: "#b38473" },
|
|
417
|
+
{ label: "brown-light1", color: "#a16b58" },
|
|
418
|
+
{ label: "brown-dark1", color: "#744d3f" },
|
|
419
|
+
{ label: "brown-dark2", color: "#634236" },
|
|
420
|
+
{ label: "brown-dark3", color: "#53372d" },
|
|
421
|
+
{ label: "brown-dark4", color: "#422c24" },
|
|
422
|
+
{ label: "brown-dark5", color: "#32211b" },
|
|
423
|
+
{ label: "brown-dark6", color: "#211612" }
|
|
390
424
|
]
|
|
391
425
|
},
|
|
392
426
|
{
|
|
393
427
|
label: "blue-grey",
|
|
394
428
|
color: "#6c8693",
|
|
395
429
|
shades: [
|
|
396
|
-
{ label: "blue-grey-
|
|
397
|
-
{ label: "blue-grey-
|
|
398
|
-
{ label: "blue-grey-
|
|
399
|
-
{ label: "blue-grey-
|
|
400
|
-
{ label: "blue-grey-
|
|
401
|
-
{ label: "blue-grey-
|
|
402
|
-
{ label: "blue-grey-
|
|
403
|
-
{ label: "blue-grey-
|
|
404
|
-
{ label: "blue-grey-
|
|
405
|
-
{ label: "blue-grey-
|
|
430
|
+
{ label: "blue-grey-light6", color: "#f0f3f4" },
|
|
431
|
+
{ label: "blue-grey-light5", color: "#dae1e4" },
|
|
432
|
+
{ label: "blue-grey-light4", color: "#c4cfd4" },
|
|
433
|
+
{ label: "blue-grey-light3", color: "#aebcc4" },
|
|
434
|
+
{ label: "blue-grey-light2", color: "#98aab3" },
|
|
435
|
+
{ label: "blue-grey-light1", color: "#8298a3" },
|
|
436
|
+
{ label: "blue-grey-dark1", color: "#5f7581" },
|
|
437
|
+
{ label: "blue-grey-dark2", color: "#51656f" },
|
|
438
|
+
{ label: "blue-grey-dark3", color: "#44545c" },
|
|
439
|
+
{ label: "blue-grey-dark4", color: "#36444a" },
|
|
440
|
+
{ label: "blue-grey-dark5", color: "#293338" },
|
|
441
|
+
{ label: "blue-grey-dark6", color: "#1c2226" }
|
|
406
442
|
]
|
|
407
443
|
},
|
|
408
444
|
{
|
|
409
445
|
label: "grey",
|
|
410
446
|
color: "#848484",
|
|
411
447
|
shades: [
|
|
412
|
-
{ label: "grey-
|
|
413
|
-
{ label: "grey-
|
|
414
|
-
{ label: "grey-
|
|
415
|
-
{ label: "grey-
|
|
416
|
-
{ label: "grey-
|
|
417
|
-
{ label: "grey-
|
|
418
|
-
{ label: "grey-
|
|
419
|
-
{ label: "grey-
|
|
420
|
-
{ label: "grey-
|
|
421
|
-
{ label: "grey-
|
|
448
|
+
{ label: "grey-light6", color: "#f7f7f7" },
|
|
449
|
+
{ label: "grey-light5", color: "#e4e4e4" },
|
|
450
|
+
{ label: "grey-light4", color: "#d1d1d1" },
|
|
451
|
+
{ label: "grey-light3", color: "#bdbdbd" },
|
|
452
|
+
{ label: "grey-light2", color: "#aaaaaa" },
|
|
453
|
+
{ label: "grey-light1", color: "#979797" },
|
|
454
|
+
{ label: "grey-dark1", color: "#747474" },
|
|
455
|
+
{ label: "grey-dark2", color: "#646464" },
|
|
456
|
+
{ label: "grey-dark3", color: "#555555" },
|
|
457
|
+
{ label: "grey-dark4", color: "#454545" },
|
|
458
|
+
{ label: "grey-dark5", color: "#353535" },
|
|
459
|
+
{ label: "grey-dark6", color: "#252525" }
|
|
422
460
|
]
|
|
423
461
|
}
|
|
424
462
|
];
|
|
425
|
-
const shadeColor = (
|
|
426
|
-
return "#" +
|
|
463
|
+
const shadeColor = (color, amount) => {
|
|
464
|
+
return "#" + color.slice(1).match(/../g).map((x) => (x = +`0x${x}` + amount, x < 0 ? 0 : x > 255 ? 255 : x).toString(16).padStart(2, 0)).join("");
|
|
427
465
|
};
|
|
428
466
|
const _WaveUI = class {
|
|
429
467
|
constructor(options = {}) {
|
|
@@ -500,7 +538,7 @@ let WaveUI = _WaveUI;
|
|
|
500
538
|
_notificationManager = new WeakMap();
|
|
501
539
|
__publicField(WaveUI, "instance", null);
|
|
502
540
|
__publicField(WaveUI, "vueInstance", null);
|
|
503
|
-
var render$
|
|
541
|
+
var render$R = function() {
|
|
504
542
|
var _vm = this;
|
|
505
543
|
var _h = _vm.$createElement;
|
|
506
544
|
var _c = _vm._self._c || _h;
|
|
@@ -533,7 +571,7 @@ var render$Q = function() {
|
|
|
533
571
|
}, { "item": _vm.getOriginalItem(item), "expanded": item._expanded, "index": i + 1 })], 2) : _vm._e()])], 1);
|
|
534
572
|
}), 0);
|
|
535
573
|
};
|
|
536
|
-
var staticRenderFns$
|
|
574
|
+
var staticRenderFns$R = [];
|
|
537
575
|
var wAccordion_vue_vue_type_style_index_0_lang = "";
|
|
538
576
|
function normalizeComponent(scriptExports, render2, staticRenderFns2, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {
|
|
539
577
|
var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;
|
|
@@ -589,7 +627,7 @@ function normalizeComponent(scriptExports, render2, staticRenderFns2, functional
|
|
|
589
627
|
options
|
|
590
628
|
};
|
|
591
629
|
}
|
|
592
|
-
const __vue2_script$
|
|
630
|
+
const __vue2_script$R = {
|
|
593
631
|
name: "w-accordion",
|
|
594
632
|
props: {
|
|
595
633
|
value: { type: Array },
|
|
@@ -678,26 +716,26 @@ const __vue2_script$Q = {
|
|
|
678
716
|
}
|
|
679
717
|
}
|
|
680
718
|
};
|
|
681
|
-
const __cssModules$
|
|
682
|
-
var __component__$
|
|
683
|
-
__vue2_script$
|
|
684
|
-
render$
|
|
685
|
-
staticRenderFns$
|
|
719
|
+
const __cssModules$R = {};
|
|
720
|
+
var __component__$R = /* @__PURE__ */ normalizeComponent(
|
|
721
|
+
__vue2_script$R,
|
|
722
|
+
render$R,
|
|
723
|
+
staticRenderFns$R,
|
|
686
724
|
false,
|
|
687
|
-
__vue2_injectStyles$
|
|
725
|
+
__vue2_injectStyles$R,
|
|
688
726
|
null,
|
|
689
727
|
null,
|
|
690
728
|
null
|
|
691
729
|
);
|
|
692
|
-
function __vue2_injectStyles$
|
|
693
|
-
for (let o in __cssModules$
|
|
694
|
-
this[o] = __cssModules$
|
|
730
|
+
function __vue2_injectStyles$R(context) {
|
|
731
|
+
for (let o in __cssModules$R) {
|
|
732
|
+
this[o] = __cssModules$R[o];
|
|
695
733
|
}
|
|
696
734
|
}
|
|
697
735
|
var wAccordion = /* @__PURE__ */ function() {
|
|
698
|
-
return __component__$
|
|
736
|
+
return __component__$R.exports;
|
|
699
737
|
}();
|
|
700
|
-
var render$
|
|
738
|
+
var render$Q = function() {
|
|
701
739
|
var _vm = this;
|
|
702
740
|
var _h = _vm.$createElement;
|
|
703
741
|
var _c = _vm._self._c || _h;
|
|
@@ -707,9 +745,9 @@ var render$P = function() {
|
|
|
707
745
|
_vm.$emit("close", false);
|
|
708
746
|
} } }) : _vm._e()] : _vm._t("default")], 2) : _vm._e();
|
|
709
747
|
};
|
|
710
|
-
var staticRenderFns$
|
|
748
|
+
var staticRenderFns$Q = [];
|
|
711
749
|
var wAlert_vue_vue_type_style_index_0_lang = "";
|
|
712
|
-
const __vue2_script$
|
|
750
|
+
const __vue2_script$Q = {
|
|
713
751
|
name: "w-alert",
|
|
714
752
|
props: {
|
|
715
753
|
value: { default: true },
|
|
@@ -785,26 +823,26 @@ const __vue2_script$P = {
|
|
|
785
823
|
}
|
|
786
824
|
}
|
|
787
825
|
};
|
|
788
|
-
const __cssModules$
|
|
789
|
-
var __component__$
|
|
790
|
-
__vue2_script$
|
|
791
|
-
render$
|
|
792
|
-
staticRenderFns$
|
|
826
|
+
const __cssModules$Q = {};
|
|
827
|
+
var __component__$Q = /* @__PURE__ */ normalizeComponent(
|
|
828
|
+
__vue2_script$Q,
|
|
829
|
+
render$Q,
|
|
830
|
+
staticRenderFns$Q,
|
|
793
831
|
false,
|
|
794
|
-
__vue2_injectStyles$
|
|
832
|
+
__vue2_injectStyles$Q,
|
|
795
833
|
null,
|
|
796
834
|
null,
|
|
797
835
|
null
|
|
798
836
|
);
|
|
799
|
-
function __vue2_injectStyles$
|
|
800
|
-
for (let o in __cssModules$
|
|
801
|
-
this[o] = __cssModules$
|
|
837
|
+
function __vue2_injectStyles$Q(context) {
|
|
838
|
+
for (let o in __cssModules$Q) {
|
|
839
|
+
this[o] = __cssModules$Q[o];
|
|
802
840
|
}
|
|
803
841
|
}
|
|
804
842
|
var wAlert = /* @__PURE__ */ function() {
|
|
805
|
-
return __component__$
|
|
843
|
+
return __component__$Q.exports;
|
|
806
844
|
}();
|
|
807
|
-
var render$
|
|
845
|
+
var render$P = function() {
|
|
808
846
|
var _vm = this;
|
|
809
847
|
var _h = _vm.$createElement;
|
|
810
848
|
var _c = _vm._self._c || _h;
|
|
@@ -816,9 +854,9 @@ var render$O = function() {
|
|
|
816
854
|
}, expression: "notif._value" } }, "w-alert", _vm.notifProps(notif), false), [_c("div", { domProps: { "innerHTML": _vm._s(notif.message) } })]) : _vm._e()];
|
|
817
855
|
})], 2);
|
|
818
856
|
};
|
|
819
|
-
var staticRenderFns$
|
|
857
|
+
var staticRenderFns$P = [];
|
|
820
858
|
var wNotificationManager_vue_vue_type_style_index_0_lang = "";
|
|
821
|
-
const __vue2_script$
|
|
859
|
+
const __vue2_script$P = {
|
|
822
860
|
name: "w-notification-manager",
|
|
823
861
|
data: () => ({
|
|
824
862
|
notifManager: null
|
|
@@ -849,24 +887,24 @@ const __vue2_script$O = {
|
|
|
849
887
|
delete this.notifManager;
|
|
850
888
|
}
|
|
851
889
|
};
|
|
852
|
-
const __cssModules$
|
|
853
|
-
var __component__$
|
|
854
|
-
__vue2_script$
|
|
855
|
-
render$
|
|
856
|
-
staticRenderFns$
|
|
890
|
+
const __cssModules$P = {};
|
|
891
|
+
var __component__$P = /* @__PURE__ */ normalizeComponent(
|
|
892
|
+
__vue2_script$P,
|
|
893
|
+
render$P,
|
|
894
|
+
staticRenderFns$P,
|
|
857
895
|
false,
|
|
858
|
-
__vue2_injectStyles$
|
|
896
|
+
__vue2_injectStyles$P,
|
|
859
897
|
null,
|
|
860
898
|
null,
|
|
861
899
|
null
|
|
862
900
|
);
|
|
863
|
-
function __vue2_injectStyles$
|
|
864
|
-
for (let o in __cssModules$
|
|
865
|
-
this[o] = __cssModules$
|
|
901
|
+
function __vue2_injectStyles$P(context) {
|
|
902
|
+
for (let o in __cssModules$P) {
|
|
903
|
+
this[o] = __cssModules$P[o];
|
|
866
904
|
}
|
|
867
905
|
}
|
|
868
906
|
var NotificationManager = /* @__PURE__ */ function() {
|
|
869
|
-
return __component__$
|
|
907
|
+
return __component__$P.exports;
|
|
870
908
|
}();
|
|
871
909
|
const cssVars = {
|
|
872
910
|
cssScope: ".w-app",
|
|
@@ -924,7 +962,7 @@ const genBreakpointLayoutClasses = (breakpoints) => {
|
|
|
924
962
|
"text-left{text-align:left}",
|
|
925
963
|
"text-center{text-align:center}",
|
|
926
964
|
"text-right{text-align:right}",
|
|
927
|
-
"text-nowrap{
|
|
965
|
+
"text-nowrap{white-space:nowrap}",
|
|
928
966
|
"row{flex-direction:row}",
|
|
929
967
|
"column{flex-direction:column}",
|
|
930
968
|
"grow{flex-grow:1;flex-basis:auto}",
|
|
@@ -980,16 +1018,16 @@ var dynamicCSS = (config2) => {
|
|
|
980
1018
|
styles += genBreakpointLayoutClasses(breakpointsDef2);
|
|
981
1019
|
return styles;
|
|
982
1020
|
};
|
|
983
|
-
var render$
|
|
1021
|
+
var render$O = function() {
|
|
984
1022
|
var _vm = this;
|
|
985
1023
|
var _h = _vm.$createElement;
|
|
986
1024
|
var _c = _vm._self._c || _h;
|
|
987
1025
|
return _c("div", { staticClass: "w-app", class: _vm.classes }, [_vm._t("default"), _c("notification-manager")], 2);
|
|
988
1026
|
};
|
|
989
|
-
var staticRenderFns$
|
|
1027
|
+
var staticRenderFns$O = [];
|
|
990
1028
|
var wApp_vue_vue_type_style_index_0_lang = "";
|
|
991
1029
|
let breakpointsDef = { keys: [], values: [] };
|
|
992
|
-
const __vue2_script$
|
|
1030
|
+
const __vue2_script$O = {
|
|
993
1031
|
name: "w-app",
|
|
994
1032
|
props: {
|
|
995
1033
|
dark: { type: Boolean },
|
|
@@ -1070,26 +1108,26 @@ const __vue2_script$N = {
|
|
|
1070
1108
|
window.removeEventListener("resize", this.getBreakpoint);
|
|
1071
1109
|
}
|
|
1072
1110
|
};
|
|
1073
|
-
const __cssModules$
|
|
1074
|
-
var __component__$
|
|
1075
|
-
__vue2_script$
|
|
1076
|
-
render$
|
|
1077
|
-
staticRenderFns$
|
|
1111
|
+
const __cssModules$O = {};
|
|
1112
|
+
var __component__$O = /* @__PURE__ */ normalizeComponent(
|
|
1113
|
+
__vue2_script$O,
|
|
1114
|
+
render$O,
|
|
1115
|
+
staticRenderFns$O,
|
|
1078
1116
|
false,
|
|
1079
|
-
__vue2_injectStyles$
|
|
1117
|
+
__vue2_injectStyles$O,
|
|
1080
1118
|
null,
|
|
1081
1119
|
null,
|
|
1082
1120
|
null
|
|
1083
1121
|
);
|
|
1084
|
-
function __vue2_injectStyles$
|
|
1085
|
-
for (let o in __cssModules$
|
|
1086
|
-
this[o] = __cssModules$
|
|
1122
|
+
function __vue2_injectStyles$O(context) {
|
|
1123
|
+
for (let o in __cssModules$O) {
|
|
1124
|
+
this[o] = __cssModules$O[o];
|
|
1087
1125
|
}
|
|
1088
1126
|
}
|
|
1089
1127
|
var wApp = /* @__PURE__ */ function() {
|
|
1090
|
-
return __component__$
|
|
1128
|
+
return __component__$O.exports;
|
|
1091
1129
|
}();
|
|
1092
|
-
var render$
|
|
1130
|
+
var render$N = function() {
|
|
1093
1131
|
var _vm = this;
|
|
1094
1132
|
var _h = _vm.$createElement;
|
|
1095
1133
|
var _c = _vm._self._c || _h;
|
|
@@ -1097,9 +1135,9 @@ var render$M = function() {
|
|
|
1097
1135
|
return [_vm._v(_vm._s(_vm.value === true ? "" : _vm.value || ""))];
|
|
1098
1136
|
}) : _vm._e()], 2) : _vm._e()])], 2);
|
|
1099
1137
|
};
|
|
1100
|
-
var staticRenderFns$
|
|
1138
|
+
var staticRenderFns$N = [];
|
|
1101
1139
|
var wBadge_vue_vue_type_style_index_0_lang = "";
|
|
1102
|
-
const __vue2_script$
|
|
1140
|
+
const __vue2_script$N = {
|
|
1103
1141
|
name: "w-badge",
|
|
1104
1142
|
props: {
|
|
1105
1143
|
value: { default: true },
|
|
@@ -1161,26 +1199,26 @@ const __vue2_script$M = {
|
|
|
1161
1199
|
}
|
|
1162
1200
|
}
|
|
1163
1201
|
};
|
|
1164
|
-
const __cssModules$
|
|
1165
|
-
var __component__$
|
|
1166
|
-
__vue2_script$
|
|
1167
|
-
render$
|
|
1168
|
-
staticRenderFns$
|
|
1202
|
+
const __cssModules$N = {};
|
|
1203
|
+
var __component__$N = /* @__PURE__ */ normalizeComponent(
|
|
1204
|
+
__vue2_script$N,
|
|
1205
|
+
render$N,
|
|
1206
|
+
staticRenderFns$N,
|
|
1169
1207
|
false,
|
|
1170
|
-
__vue2_injectStyles$
|
|
1208
|
+
__vue2_injectStyles$N,
|
|
1171
1209
|
null,
|
|
1172
1210
|
null,
|
|
1173
1211
|
null
|
|
1174
1212
|
);
|
|
1175
|
-
function __vue2_injectStyles$
|
|
1176
|
-
for (let o in __cssModules$
|
|
1177
|
-
this[o] = __cssModules$
|
|
1213
|
+
function __vue2_injectStyles$N(context) {
|
|
1214
|
+
for (let o in __cssModules$N) {
|
|
1215
|
+
this[o] = __cssModules$N[o];
|
|
1178
1216
|
}
|
|
1179
1217
|
}
|
|
1180
1218
|
var wBadge = /* @__PURE__ */ function() {
|
|
1181
|
-
return __component__$
|
|
1219
|
+
return __component__$N.exports;
|
|
1182
1220
|
}();
|
|
1183
|
-
var render$
|
|
1221
|
+
var render$M = function() {
|
|
1184
1222
|
var _vm = this;
|
|
1185
1223
|
var _h = _vm.$createElement;
|
|
1186
1224
|
var _c = _vm._self._c || _h;
|
|
@@ -1188,9 +1226,9 @@ var render$L = function() {
|
|
|
1188
1226
|
return [i && _vm.$scopedSlots.separator ? _c("span", { key: i + "a", staticClass: "w-breadcrumbs__separator", class: _vm.separatorColor }, [_vm._t("separator", null, { "index": i })], 2) : i ? _c("w-icon", { key: i + "b", staticClass: "w-breadcrumbs__separator", class: _vm.separatorColor }, [_vm._v(_vm._s(_vm.icon))]) : _vm._e(), item[_vm.itemRouteKey] && (i < _vm.items.length - 1 || _vm.linkLastItem) ? [_vm.$scopedSlots.item ? _c(_vm.hasRouter ? "router-link" : "a", { key: i + "c", tag: "component", staticClass: "w-breadcrumbs__item", class: _vm.color || null, attrs: { "to": _vm.hasRouter && item[_vm.itemRouteKey], "href": item[_vm.itemRouteKey] } }, [_vm._t("item", null, { "item": item, "index": i + 1, "isLast": i === _vm.items.length - 1 })], 2) : _c(_vm.hasRouter ? "router-link" : "a", { key: i + "d", tag: "component", staticClass: "w-breadcrumbs__item", class: _vm.color || null, attrs: { "to": _vm.hasRouter && item[_vm.itemRouteKey], "href": item[_vm.itemRouteKey] }, domProps: { "innerHTML": _vm._s(item[_vm.itemLabelKey]) } })] : _vm.$scopedSlots.item ? _vm._t("item", null, { "item": item, "index": i + 1, "isLast": i === _vm.items.length - 1 }) : _c("span", { key: i + "f", domProps: { "innerHTML": _vm._s(item[_vm.itemLabelKey]) } })];
|
|
1189
1227
|
})], 2);
|
|
1190
1228
|
};
|
|
1191
|
-
var staticRenderFns$
|
|
1229
|
+
var staticRenderFns$M = [];
|
|
1192
1230
|
var wBreadcrumbs_vue_vue_type_style_index_0_lang = "";
|
|
1193
|
-
const __vue2_script$
|
|
1231
|
+
const __vue2_script$M = {
|
|
1194
1232
|
name: "w-breadcrumbs",
|
|
1195
1233
|
props: {
|
|
1196
1234
|
items: { type: Array, required: true },
|
|
@@ -1221,26 +1259,26 @@ const __vue2_script$L = {
|
|
|
1221
1259
|
}
|
|
1222
1260
|
}
|
|
1223
1261
|
};
|
|
1224
|
-
const __cssModules$
|
|
1225
|
-
var __component__$
|
|
1226
|
-
__vue2_script$
|
|
1227
|
-
render$
|
|
1228
|
-
staticRenderFns$
|
|
1262
|
+
const __cssModules$M = {};
|
|
1263
|
+
var __component__$M = /* @__PURE__ */ normalizeComponent(
|
|
1264
|
+
__vue2_script$M,
|
|
1265
|
+
render$M,
|
|
1266
|
+
staticRenderFns$M,
|
|
1229
1267
|
false,
|
|
1230
|
-
__vue2_injectStyles$
|
|
1268
|
+
__vue2_injectStyles$M,
|
|
1231
1269
|
null,
|
|
1232
1270
|
null,
|
|
1233
1271
|
null
|
|
1234
1272
|
);
|
|
1235
|
-
function __vue2_injectStyles$
|
|
1236
|
-
for (let o in __cssModules$
|
|
1237
|
-
this[o] = __cssModules$
|
|
1273
|
+
function __vue2_injectStyles$M(context) {
|
|
1274
|
+
for (let o in __cssModules$M) {
|
|
1275
|
+
this[o] = __cssModules$M[o];
|
|
1238
1276
|
}
|
|
1239
1277
|
}
|
|
1240
1278
|
var wBreadcrumbs = /* @__PURE__ */ function() {
|
|
1241
|
-
return __component__$
|
|
1279
|
+
return __component__$M.exports;
|
|
1242
1280
|
}();
|
|
1243
|
-
var render$
|
|
1281
|
+
var render$L = function() {
|
|
1244
1282
|
var _vm = this;
|
|
1245
1283
|
var _h = _vm.$createElement;
|
|
1246
1284
|
var _c = _vm._self._c || _h;
|
|
@@ -1248,9 +1286,9 @@ var render$K = function() {
|
|
|
1248
1286
|
return [_c("svg", { attrs: { "viewBox": "0 0 40 40" } }, [_c("circle", { attrs: { "cx": "20", "cy": "20", "r": "18", "fill": "transparent", "stroke": "currentColor", "stroke-width": "4", "stroke-linecap": "round" } })])];
|
|
1249
1287
|
})], 2) : _vm._e()])], 2);
|
|
1250
1288
|
};
|
|
1251
|
-
var staticRenderFns$
|
|
1289
|
+
var staticRenderFns$L = [];
|
|
1252
1290
|
var button_vue_vue_type_style_index_0_lang = "";
|
|
1253
|
-
const __vue2_script$
|
|
1291
|
+
const __vue2_script$L = {
|
|
1254
1292
|
props: {
|
|
1255
1293
|
color: { type: String },
|
|
1256
1294
|
bgColor: { type: String },
|
|
@@ -1343,26 +1381,26 @@ const __vue2_script$K = {
|
|
|
1343
1381
|
}
|
|
1344
1382
|
}
|
|
1345
1383
|
};
|
|
1346
|
-
const __cssModules$
|
|
1347
|
-
var __component__$
|
|
1348
|
-
__vue2_script$
|
|
1349
|
-
render$
|
|
1350
|
-
staticRenderFns$
|
|
1384
|
+
const __cssModules$L = {};
|
|
1385
|
+
var __component__$L = /* @__PURE__ */ normalizeComponent(
|
|
1386
|
+
__vue2_script$L,
|
|
1387
|
+
render$L,
|
|
1388
|
+
staticRenderFns$L,
|
|
1351
1389
|
false,
|
|
1352
|
-
__vue2_injectStyles$
|
|
1390
|
+
__vue2_injectStyles$L,
|
|
1353
1391
|
null,
|
|
1354
1392
|
null,
|
|
1355
1393
|
null
|
|
1356
1394
|
);
|
|
1357
|
-
function __vue2_injectStyles$
|
|
1358
|
-
for (let o in __cssModules$
|
|
1359
|
-
this[o] = __cssModules$
|
|
1395
|
+
function __vue2_injectStyles$L(context) {
|
|
1396
|
+
for (let o in __cssModules$L) {
|
|
1397
|
+
this[o] = __cssModules$L[o];
|
|
1360
1398
|
}
|
|
1361
1399
|
}
|
|
1362
1400
|
var ButtonPartial = /* @__PURE__ */ function() {
|
|
1363
|
-
return __component__$
|
|
1401
|
+
return __component__$L.exports;
|
|
1364
1402
|
}();
|
|
1365
|
-
var render$
|
|
1403
|
+
var render$K = function() {
|
|
1366
1404
|
var _vm = this;
|
|
1367
1405
|
var _h = _vm.$createElement;
|
|
1368
1406
|
var _c = _vm._self._c || _h;
|
|
@@ -1371,8 +1409,8 @@ var render$J = function() {
|
|
|
1371
1409
|
return [_c("button-partial", _vm._g(_vm._b({}, "button-partial", _vm.buttonProps, false), Object.assign({}, _vm.$listeners, on)), [_vm._t("default")], 2)];
|
|
1372
1410
|
} }], null, true) }, "component", _vm.tooltipProps || {}, false), [_c("div", { domProps: { "innerHTML": _vm._s(_vm.tooltip) } })]) : _c("button-partial", _vm._g(_vm._b({}, "button-partial", _vm.buttonProps, false), _vm.$listeners), [_vm._t("default")], 2);
|
|
1373
1411
|
};
|
|
1374
|
-
var staticRenderFns$
|
|
1375
|
-
const __vue2_script$
|
|
1412
|
+
var staticRenderFns$K = [];
|
|
1413
|
+
const __vue2_script$K = {
|
|
1376
1414
|
name: "w-button",
|
|
1377
1415
|
inheritAttrs: false,
|
|
1378
1416
|
props: {
|
|
@@ -1417,24 +1455,24 @@ const __vue2_script$J = {
|
|
|
1417
1455
|
}
|
|
1418
1456
|
}
|
|
1419
1457
|
};
|
|
1420
|
-
const __cssModules$
|
|
1421
|
-
var __component__$
|
|
1422
|
-
__vue2_script$
|
|
1423
|
-
render$
|
|
1424
|
-
staticRenderFns$
|
|
1458
|
+
const __cssModules$K = {};
|
|
1459
|
+
var __component__$K = /* @__PURE__ */ normalizeComponent(
|
|
1460
|
+
__vue2_script$K,
|
|
1461
|
+
render$K,
|
|
1462
|
+
staticRenderFns$K,
|
|
1425
1463
|
false,
|
|
1426
|
-
__vue2_injectStyles$
|
|
1464
|
+
__vue2_injectStyles$K,
|
|
1427
1465
|
null,
|
|
1428
1466
|
null,
|
|
1429
1467
|
null
|
|
1430
1468
|
);
|
|
1431
|
-
function __vue2_injectStyles$
|
|
1432
|
-
for (let o in __cssModules$
|
|
1433
|
-
this[o] = __cssModules$
|
|
1469
|
+
function __vue2_injectStyles$K(context) {
|
|
1470
|
+
for (let o in __cssModules$K) {
|
|
1471
|
+
this[o] = __cssModules$K[o];
|
|
1434
1472
|
}
|
|
1435
1473
|
}
|
|
1436
1474
|
var index$1 = /* @__PURE__ */ function() {
|
|
1437
|
-
return __component__$
|
|
1475
|
+
return __component__$K.exports;
|
|
1438
1476
|
}();
|
|
1439
1477
|
const objectifyClasses = (classes = {}) => {
|
|
1440
1478
|
if (typeof classes === "string")
|
|
@@ -1443,15 +1481,15 @@ const objectifyClasses = (classes = {}) => {
|
|
|
1443
1481
|
classes = { [classes.join(" ")]: true };
|
|
1444
1482
|
return classes;
|
|
1445
1483
|
};
|
|
1446
|
-
var render$
|
|
1484
|
+
var render$J = function() {
|
|
1447
1485
|
var _vm = this;
|
|
1448
1486
|
var _h = _vm.$createElement;
|
|
1449
1487
|
var _c = _vm._self._c || _h;
|
|
1450
1488
|
return _c("div", { staticClass: "w-card", class: _vm.classes }, [_vm.$slots.title ? _c("div", { staticClass: "w-card__title", class: Object.assign({}, { "w-card__title--has-toolbar": _vm.titleHasToolbar }, _vm.titleClasses) }, [_vm._t("title")], 2) : _vm.title ? _c("div", { staticClass: "w-card__title", class: _vm.titleClasses, domProps: { "innerHTML": _vm._s(_vm.title) } }) : _vm._e(), _vm.image ? _c("w-image", _vm._b({ staticClass: "w-card__image", attrs: { "src": _vm.image } }, "w-image", _vm.imgProps, false), [_vm._t("image-content")], 2) : _vm._e(), _c("div", { staticClass: "w-card__content", class: _vm.contentClasses }, [_vm._t("default")], 2), _vm.$slots.actions ? _c("div", { staticClass: "w-card__actions", class: { "w-card__actions--has-toolbar": _vm.actionsHasToolbar } }, [_vm._t("actions")], 2) : _vm._e()], 1);
|
|
1451
1489
|
};
|
|
1452
|
-
var staticRenderFns$
|
|
1490
|
+
var staticRenderFns$J = [];
|
|
1453
1491
|
var wCard_vue_vue_type_style_index_0_lang = "";
|
|
1454
|
-
const __vue2_script$
|
|
1492
|
+
const __vue2_script$J = {
|
|
1455
1493
|
name: "w-card",
|
|
1456
1494
|
props: {
|
|
1457
1495
|
color: { type: String },
|
|
@@ -1499,24 +1537,24 @@ const __vue2_script$I = {
|
|
|
1499
1537
|
}
|
|
1500
1538
|
}
|
|
1501
1539
|
};
|
|
1502
|
-
const __cssModules$
|
|
1503
|
-
var __component__$
|
|
1504
|
-
__vue2_script$
|
|
1505
|
-
render$
|
|
1506
|
-
staticRenderFns$
|
|
1540
|
+
const __cssModules$J = {};
|
|
1541
|
+
var __component__$J = /* @__PURE__ */ normalizeComponent(
|
|
1542
|
+
__vue2_script$J,
|
|
1543
|
+
render$J,
|
|
1544
|
+
staticRenderFns$J,
|
|
1507
1545
|
false,
|
|
1508
|
-
__vue2_injectStyles$
|
|
1546
|
+
__vue2_injectStyles$J,
|
|
1509
1547
|
null,
|
|
1510
1548
|
null,
|
|
1511
1549
|
null
|
|
1512
1550
|
);
|
|
1513
|
-
function __vue2_injectStyles$
|
|
1514
|
-
for (let o in __cssModules$
|
|
1515
|
-
this[o] = __cssModules$
|
|
1551
|
+
function __vue2_injectStyles$J(context) {
|
|
1552
|
+
for (let o in __cssModules$J) {
|
|
1553
|
+
this[o] = __cssModules$J[o];
|
|
1516
1554
|
}
|
|
1517
1555
|
}
|
|
1518
1556
|
var wCard = /* @__PURE__ */ function() {
|
|
1519
|
-
return __component__$
|
|
1557
|
+
return __component__$J.exports;
|
|
1520
1558
|
}();
|
|
1521
1559
|
var FormElementMixin = {
|
|
1522
1560
|
inject: {
|
|
@@ -1560,7 +1598,7 @@ var FormElementMixin = {
|
|
|
1560
1598
|
}
|
|
1561
1599
|
}
|
|
1562
1600
|
};
|
|
1563
|
-
var render$
|
|
1601
|
+
var render$I = function() {
|
|
1564
1602
|
var _vm = this;
|
|
1565
1603
|
var _h = _vm.$createElement;
|
|
1566
1604
|
var _c = _vm._self._c || _h;
|
|
@@ -1589,9 +1627,9 @@ var render$H = function() {
|
|
|
1589
1627
|
return [_vm._v(_vm._s(_vm.label))];
|
|
1590
1628
|
})], 2) : _vm.label ? _c("label", { staticClass: "w-checkbox__label w-form-el-shakable pl2", class: _vm.labelClasses, attrs: { "for": "w-checkbox--" + _vm._uid }, domProps: { "innerHTML": _vm._s(_vm.label) } }) : _vm._e()] : _vm._e()], 2);
|
|
1591
1629
|
};
|
|
1592
|
-
var staticRenderFns$
|
|
1630
|
+
var staticRenderFns$I = [];
|
|
1593
1631
|
var wCheckbox_vue_vue_type_style_index_0_lang = "";
|
|
1594
|
-
const __vue2_script$
|
|
1632
|
+
const __vue2_script$I = {
|
|
1595
1633
|
name: "w-checkbox",
|
|
1596
1634
|
mixins: [FormElementMixin],
|
|
1597
1635
|
inject: { wCheckboxes: { default: null } },
|
|
@@ -1658,26 +1696,26 @@ const __vue2_script$H = {
|
|
|
1658
1696
|
}
|
|
1659
1697
|
}
|
|
1660
1698
|
};
|
|
1661
|
-
const __cssModules$
|
|
1662
|
-
var __component__$
|
|
1663
|
-
__vue2_script$
|
|
1664
|
-
render$
|
|
1665
|
-
staticRenderFns$
|
|
1699
|
+
const __cssModules$I = {};
|
|
1700
|
+
var __component__$I = /* @__PURE__ */ normalizeComponent(
|
|
1701
|
+
__vue2_script$I,
|
|
1702
|
+
render$I,
|
|
1703
|
+
staticRenderFns$I,
|
|
1666
1704
|
false,
|
|
1667
|
-
__vue2_injectStyles$
|
|
1705
|
+
__vue2_injectStyles$I,
|
|
1668
1706
|
null,
|
|
1669
1707
|
null,
|
|
1670
1708
|
null
|
|
1671
1709
|
);
|
|
1672
|
-
function __vue2_injectStyles$
|
|
1673
|
-
for (let o in __cssModules$
|
|
1674
|
-
this[o] = __cssModules$
|
|
1710
|
+
function __vue2_injectStyles$I(context) {
|
|
1711
|
+
for (let o in __cssModules$I) {
|
|
1712
|
+
this[o] = __cssModules$I[o];
|
|
1675
1713
|
}
|
|
1676
1714
|
}
|
|
1677
1715
|
var wCheckbox = /* @__PURE__ */ function() {
|
|
1678
|
-
return __component__$
|
|
1716
|
+
return __component__$I.exports;
|
|
1679
1717
|
}();
|
|
1680
|
-
var render$
|
|
1718
|
+
var render$H = function() {
|
|
1681
1719
|
var _vm = this;
|
|
1682
1720
|
var _h = _vm.$createElement;
|
|
1683
1721
|
var _c = _vm._self._c || _h;
|
|
@@ -1693,9 +1731,9 @@ var render$G = function() {
|
|
|
1693
1731
|
} } }, "w-checkbox", { label: item.label, color: item.color, labelOnLeft: _vm.labelOnLeft, labelColor: _vm.labelColor, round: _vm.round }, false), [_vm.$scopedSlots["item." + (i + 1)] || _vm.$scopedSlots.item ? _vm._t(_vm.$scopedSlots["item." + (i + 1)] ? "item." + (i + 1) : "item", null, { "item": _vm.getOriginalItem(item), "checked": !!item._isChecked, "index": i + 1 }) : _vm._e()], 2);
|
|
1694
1732
|
}), 1);
|
|
1695
1733
|
};
|
|
1696
|
-
var staticRenderFns$
|
|
1734
|
+
var staticRenderFns$H = [];
|
|
1697
1735
|
var wCheckboxes_vue_vue_type_style_index_0_lang = "";
|
|
1698
|
-
const __vue2_script$
|
|
1736
|
+
const __vue2_script$H = {
|
|
1699
1737
|
name: "w-checkboxes",
|
|
1700
1738
|
mixins: [FormElementMixin],
|
|
1701
1739
|
props: {
|
|
@@ -1752,32 +1790,32 @@ const __vue2_script$G = {
|
|
|
1752
1790
|
}
|
|
1753
1791
|
}
|
|
1754
1792
|
};
|
|
1755
|
-
const __cssModules$
|
|
1756
|
-
var __component__$
|
|
1757
|
-
__vue2_script$
|
|
1758
|
-
render$
|
|
1759
|
-
staticRenderFns$
|
|
1793
|
+
const __cssModules$H = {};
|
|
1794
|
+
var __component__$H = /* @__PURE__ */ normalizeComponent(
|
|
1795
|
+
__vue2_script$H,
|
|
1796
|
+
render$H,
|
|
1797
|
+
staticRenderFns$H,
|
|
1760
1798
|
false,
|
|
1761
|
-
__vue2_injectStyles$
|
|
1799
|
+
__vue2_injectStyles$H,
|
|
1762
1800
|
null,
|
|
1763
1801
|
null,
|
|
1764
1802
|
null
|
|
1765
1803
|
);
|
|
1766
|
-
function __vue2_injectStyles$
|
|
1767
|
-
for (let o in __cssModules$
|
|
1768
|
-
this[o] = __cssModules$
|
|
1804
|
+
function __vue2_injectStyles$H(context) {
|
|
1805
|
+
for (let o in __cssModules$H) {
|
|
1806
|
+
this[o] = __cssModules$H[o];
|
|
1769
1807
|
}
|
|
1770
1808
|
}
|
|
1771
1809
|
var wCheckboxes = /* @__PURE__ */ function() {
|
|
1772
|
-
return __component__$
|
|
1810
|
+
return __component__$H.exports;
|
|
1773
1811
|
}();
|
|
1774
|
-
var render$
|
|
1812
|
+
var render$G = function() {
|
|
1775
1813
|
var _vm = this;
|
|
1776
1814
|
var _h = _vm.$createElement;
|
|
1777
1815
|
var _c = _vm._self._c || _h;
|
|
1778
1816
|
return _c("div", { staticClass: "w-confirm" }, [_c("w-menu", _vm._b({ scopedSlots: _vm._u([{ key: "activator", fn: function(ref) {
|
|
1779
1817
|
var on = ref.on;
|
|
1780
|
-
return [_c("w-button", _vm._g(_vm._b({ staticClass: "w-confirm__button" }, "w-button", _vm.buttonProps, false), Object.assign({}, _vm.$listeners, on)), [_vm._t("default")], 2)];
|
|
1818
|
+
return [_c("w-button", _vm._g(_vm._b({ staticClass: "w-confirm__button" }, "w-button", _vm.buttonProps, false), Object.assign({}, _vm.$listeners, _vm.disablePrompt ? {} : on)), [_vm._t("default")], 2)];
|
|
1781
1819
|
} }], null, true), model: { value: _vm.showPopup, callback: function($$v) {
|
|
1782
1820
|
_vm.showPopup = $$v;
|
|
1783
1821
|
}, expression: "showPopup" } }, "w-menu", _vm.wMenuProps, false), [_c("w-flex", { attrs: { "column": !_vm.inline, "align-center": "" } }, [_c("div", [_vm._t("question", function() {
|
|
@@ -1798,13 +1836,14 @@ var render$F = function() {
|
|
|
1798
1836
|
return [_vm._v(_vm._s(_vm.confirmButton.label))];
|
|
1799
1837
|
})], 2)], 1)])], 1)], 1);
|
|
1800
1838
|
};
|
|
1801
|
-
var staticRenderFns$
|
|
1802
|
-
const __vue2_script$
|
|
1839
|
+
var staticRenderFns$G = [];
|
|
1840
|
+
const __vue2_script$G = {
|
|
1803
1841
|
name: "w-confirm",
|
|
1804
1842
|
props: {
|
|
1805
1843
|
bgColor: { type: String },
|
|
1806
1844
|
color: { type: String },
|
|
1807
1845
|
icon: { type: String },
|
|
1846
|
+
disablePrompt: { type: Boolean },
|
|
1808
1847
|
mainButton: { type: Object },
|
|
1809
1848
|
question: { type: String, default: "Are you sure?" },
|
|
1810
1849
|
cancel: { type: [Boolean, Object, String], default: void 0 },
|
|
@@ -1895,34 +1934,34 @@ const __vue2_script$F = {
|
|
|
1895
1934
|
}
|
|
1896
1935
|
}
|
|
1897
1936
|
};
|
|
1898
|
-
const __cssModules$
|
|
1899
|
-
var __component__$
|
|
1900
|
-
__vue2_script$
|
|
1901
|
-
render$
|
|
1902
|
-
staticRenderFns$
|
|
1937
|
+
const __cssModules$G = {};
|
|
1938
|
+
var __component__$G = /* @__PURE__ */ normalizeComponent(
|
|
1939
|
+
__vue2_script$G,
|
|
1940
|
+
render$G,
|
|
1941
|
+
staticRenderFns$G,
|
|
1903
1942
|
false,
|
|
1904
|
-
__vue2_injectStyles$
|
|
1943
|
+
__vue2_injectStyles$G,
|
|
1905
1944
|
null,
|
|
1906
1945
|
null,
|
|
1907
1946
|
null
|
|
1908
1947
|
);
|
|
1909
|
-
function __vue2_injectStyles$
|
|
1910
|
-
for (let o in __cssModules$
|
|
1911
|
-
this[o] = __cssModules$
|
|
1948
|
+
function __vue2_injectStyles$G(context) {
|
|
1949
|
+
for (let o in __cssModules$G) {
|
|
1950
|
+
this[o] = __cssModules$G[o];
|
|
1912
1951
|
}
|
|
1913
1952
|
}
|
|
1914
1953
|
var wConfirm = /* @__PURE__ */ function() {
|
|
1915
|
-
return __component__$
|
|
1954
|
+
return __component__$G.exports;
|
|
1916
1955
|
}();
|
|
1917
|
-
var render$
|
|
1956
|
+
var render$F = function() {
|
|
1918
1957
|
var _vm = this;
|
|
1919
1958
|
var _h = _vm.$createElement;
|
|
1920
1959
|
var _c = _vm._self._c || _h;
|
|
1921
1960
|
return _c("div", { staticClass: "w-date-picker", class: _vm.classes, style: _vm.styles }, [_vm._t("default")], 2);
|
|
1922
1961
|
};
|
|
1923
|
-
var staticRenderFns$
|
|
1962
|
+
var staticRenderFns$F = [];
|
|
1924
1963
|
var wDatePicker_vue_vue_type_style_index_0_lang = "";
|
|
1925
|
-
const __vue2_script$
|
|
1964
|
+
const __vue2_script$F = {
|
|
1926
1965
|
name: "w-date-picker",
|
|
1927
1966
|
props: {},
|
|
1928
1967
|
emits: [],
|
|
@@ -1935,26 +1974,26 @@ const __vue2_script$E = {
|
|
|
1935
1974
|
}
|
|
1936
1975
|
}
|
|
1937
1976
|
};
|
|
1938
|
-
const __cssModules$
|
|
1939
|
-
var __component__$
|
|
1940
|
-
__vue2_script$
|
|
1941
|
-
render$
|
|
1942
|
-
staticRenderFns$
|
|
1977
|
+
const __cssModules$F = {};
|
|
1978
|
+
var __component__$F = /* @__PURE__ */ normalizeComponent(
|
|
1979
|
+
__vue2_script$F,
|
|
1980
|
+
render$F,
|
|
1981
|
+
staticRenderFns$F,
|
|
1943
1982
|
false,
|
|
1944
|
-
__vue2_injectStyles$
|
|
1983
|
+
__vue2_injectStyles$F,
|
|
1945
1984
|
null,
|
|
1946
1985
|
null,
|
|
1947
1986
|
null
|
|
1948
1987
|
);
|
|
1949
|
-
function __vue2_injectStyles$
|
|
1950
|
-
for (let o in __cssModules$
|
|
1951
|
-
this[o] = __cssModules$
|
|
1988
|
+
function __vue2_injectStyles$F(context) {
|
|
1989
|
+
for (let o in __cssModules$F) {
|
|
1990
|
+
this[o] = __cssModules$F[o];
|
|
1952
1991
|
}
|
|
1953
1992
|
}
|
|
1954
1993
|
var wDatePicker = /* @__PURE__ */ function() {
|
|
1955
|
-
return __component__$
|
|
1994
|
+
return __component__$F.exports;
|
|
1956
1995
|
}();
|
|
1957
|
-
var render$
|
|
1996
|
+
var render$E = function() {
|
|
1958
1997
|
var _vm = this;
|
|
1959
1998
|
var _h = _vm.$createElement;
|
|
1960
1999
|
var _c = _vm._self._c || _h;
|
|
@@ -1964,9 +2003,9 @@ var render$D = function() {
|
|
|
1964
2003
|
return [_vm._t("actions")];
|
|
1965
2004
|
}, proxy: true } : null], null, true) }, [_vm._t("default")], 2)], 1)], 1);
|
|
1966
2005
|
};
|
|
1967
|
-
var staticRenderFns$
|
|
2006
|
+
var staticRenderFns$E = [];
|
|
1968
2007
|
var wDialog_vue_vue_type_style_index_0_lang = "";
|
|
1969
|
-
const __vue2_script$
|
|
2008
|
+
const __vue2_script$E = {
|
|
1970
2009
|
name: "w-dialog",
|
|
1971
2010
|
props: {
|
|
1972
2011
|
value: { default: true },
|
|
@@ -2040,34 +2079,34 @@ const __vue2_script$D = {
|
|
|
2040
2079
|
}
|
|
2041
2080
|
}
|
|
2042
2081
|
};
|
|
2043
|
-
const __cssModules$
|
|
2044
|
-
var __component__$
|
|
2045
|
-
__vue2_script$
|
|
2046
|
-
render$
|
|
2047
|
-
staticRenderFns$
|
|
2082
|
+
const __cssModules$E = {};
|
|
2083
|
+
var __component__$E = /* @__PURE__ */ normalizeComponent(
|
|
2084
|
+
__vue2_script$E,
|
|
2085
|
+
render$E,
|
|
2086
|
+
staticRenderFns$E,
|
|
2048
2087
|
false,
|
|
2049
|
-
__vue2_injectStyles$
|
|
2088
|
+
__vue2_injectStyles$E,
|
|
2050
2089
|
null,
|
|
2051
2090
|
null,
|
|
2052
2091
|
null
|
|
2053
2092
|
);
|
|
2054
|
-
function __vue2_injectStyles$
|
|
2055
|
-
for (let o in __cssModules$
|
|
2056
|
-
this[o] = __cssModules$
|
|
2093
|
+
function __vue2_injectStyles$E(context) {
|
|
2094
|
+
for (let o in __cssModules$E) {
|
|
2095
|
+
this[o] = __cssModules$E[o];
|
|
2057
2096
|
}
|
|
2058
2097
|
}
|
|
2059
2098
|
var wDialog = /* @__PURE__ */ function() {
|
|
2060
|
-
return __component__$
|
|
2099
|
+
return __component__$E.exports;
|
|
2061
2100
|
}();
|
|
2062
|
-
var render$
|
|
2101
|
+
var render$D = function() {
|
|
2063
2102
|
var _vm = this;
|
|
2064
2103
|
var _h = _vm.$createElement;
|
|
2065
2104
|
var _c = _vm._self._c || _h;
|
|
2066
2105
|
return _c("div", { staticClass: "w-divider", class: _vm.classes, attrs: { "role": _vm.$slots.default ? null : "presentation", "aria-orientation": _vm.vertical ? "vertical" : "horizontal" } }, [_vm._t("default")], 2);
|
|
2067
2106
|
};
|
|
2068
|
-
var staticRenderFns$
|
|
2107
|
+
var staticRenderFns$D = [];
|
|
2069
2108
|
var wDivider_vue_vue_type_style_index_0_lang = "";
|
|
2070
|
-
const __vue2_script$
|
|
2109
|
+
const __vue2_script$D = {
|
|
2071
2110
|
name: "w-divider",
|
|
2072
2111
|
props: {
|
|
2073
2112
|
vertical: { type: Boolean },
|
|
@@ -2084,26 +2123,26 @@ const __vue2_script$C = {
|
|
|
2084
2123
|
}
|
|
2085
2124
|
}
|
|
2086
2125
|
};
|
|
2087
|
-
const __cssModules$
|
|
2088
|
-
var __component__$
|
|
2089
|
-
__vue2_script$
|
|
2090
|
-
render$
|
|
2091
|
-
staticRenderFns$
|
|
2126
|
+
const __cssModules$D = {};
|
|
2127
|
+
var __component__$D = /* @__PURE__ */ normalizeComponent(
|
|
2128
|
+
__vue2_script$D,
|
|
2129
|
+
render$D,
|
|
2130
|
+
staticRenderFns$D,
|
|
2092
2131
|
false,
|
|
2093
|
-
__vue2_injectStyles$
|
|
2132
|
+
__vue2_injectStyles$D,
|
|
2094
2133
|
null,
|
|
2095
2134
|
null,
|
|
2096
2135
|
null
|
|
2097
2136
|
);
|
|
2098
|
-
function __vue2_injectStyles$
|
|
2099
|
-
for (let o in __cssModules$
|
|
2100
|
-
this[o] = __cssModules$
|
|
2137
|
+
function __vue2_injectStyles$D(context) {
|
|
2138
|
+
for (let o in __cssModules$D) {
|
|
2139
|
+
this[o] = __cssModules$D[o];
|
|
2101
2140
|
}
|
|
2102
2141
|
}
|
|
2103
2142
|
var wDivider = /* @__PURE__ */ function() {
|
|
2104
|
-
return __component__$
|
|
2143
|
+
return __component__$D.exports;
|
|
2105
2144
|
}();
|
|
2106
|
-
var render$
|
|
2145
|
+
var render$C = function() {
|
|
2107
2146
|
var _vm = this;
|
|
2108
2147
|
var _h = _vm.$createElement;
|
|
2109
2148
|
var _c = _vm._self._c || _h;
|
|
@@ -2117,10 +2156,10 @@ var render$B = function() {
|
|
|
2117
2156
|
_vm.noOverlay && _vm.onBeforeClose();
|
|
2118
2157
|
}, "after-leave": _vm.onClose } }, [_vm.showDrawer ? _c(_vm.tag || "aside", { ref: "drawer", tag: "component", staticClass: "w-drawer", class: _vm.drawerClasses, style: _vm.styles }, [_vm._t("default")], 2) : _vm._e()], 1)]], 2) : _vm._e();
|
|
2119
2158
|
};
|
|
2120
|
-
var staticRenderFns$
|
|
2159
|
+
var staticRenderFns$C = [];
|
|
2121
2160
|
var wDrawer_vue_vue_type_style_index_0_lang = "";
|
|
2122
2161
|
const oppositeSides = { left: "right", right: "left", top: "down", bottom: "up" };
|
|
2123
|
-
const __vue2_script$
|
|
2162
|
+
const __vue2_script$C = {
|
|
2124
2163
|
name: "w-drawer",
|
|
2125
2164
|
props: {
|
|
2126
2165
|
value: { default: true },
|
|
@@ -2141,6 +2180,7 @@ const __vue2_script$B = {
|
|
|
2141
2180
|
absolute: { type: Boolean },
|
|
2142
2181
|
overlayColor: { type: String },
|
|
2143
2182
|
overlayOpacity: { type: [Number, String, Boolean] },
|
|
2183
|
+
drawerClass: { type: String },
|
|
2144
2184
|
tag: { type: String, default: "aside" }
|
|
2145
2185
|
},
|
|
2146
2186
|
provide() {
|
|
@@ -2178,6 +2218,7 @@ const __vue2_script$B = {
|
|
|
2178
2218
|
},
|
|
2179
2219
|
drawerClasses() {
|
|
2180
2220
|
return {
|
|
2221
|
+
[this.drawerClass]: true,
|
|
2181
2222
|
[this.color]: this.color,
|
|
2182
2223
|
[`${this.bgColor}--bg`]: this.bgColor,
|
|
2183
2224
|
"w-drawer--open": !!this.showDrawer,
|
|
@@ -2231,34 +2272,34 @@ const __vue2_script$B = {
|
|
|
2231
2272
|
}
|
|
2232
2273
|
}
|
|
2233
2274
|
};
|
|
2234
|
-
const __cssModules$
|
|
2235
|
-
var __component__$
|
|
2236
|
-
__vue2_script$
|
|
2237
|
-
render$
|
|
2238
|
-
staticRenderFns$
|
|
2275
|
+
const __cssModules$C = {};
|
|
2276
|
+
var __component__$C = /* @__PURE__ */ normalizeComponent(
|
|
2277
|
+
__vue2_script$C,
|
|
2278
|
+
render$C,
|
|
2279
|
+
staticRenderFns$C,
|
|
2239
2280
|
false,
|
|
2240
|
-
__vue2_injectStyles$
|
|
2281
|
+
__vue2_injectStyles$C,
|
|
2241
2282
|
null,
|
|
2242
2283
|
null,
|
|
2243
2284
|
null
|
|
2244
2285
|
);
|
|
2245
|
-
function __vue2_injectStyles$
|
|
2246
|
-
for (let o in __cssModules$
|
|
2247
|
-
this[o] = __cssModules$
|
|
2286
|
+
function __vue2_injectStyles$C(context) {
|
|
2287
|
+
for (let o in __cssModules$C) {
|
|
2288
|
+
this[o] = __cssModules$C[o];
|
|
2248
2289
|
}
|
|
2249
2290
|
}
|
|
2250
2291
|
var wDrawer = /* @__PURE__ */ function() {
|
|
2251
|
-
return __component__$
|
|
2292
|
+
return __component__$C.exports;
|
|
2252
2293
|
}();
|
|
2253
|
-
var render$
|
|
2294
|
+
var render$B = function() {
|
|
2254
2295
|
var _vm = this;
|
|
2255
2296
|
var _h = _vm.$createElement;
|
|
2256
2297
|
var _c = _vm._self._c || _h;
|
|
2257
2298
|
return _c(_vm.tag, { tag: "component", staticClass: "w-flex", class: _vm.classes }, [_vm._t("default")], 2);
|
|
2258
2299
|
};
|
|
2259
|
-
var staticRenderFns$
|
|
2300
|
+
var staticRenderFns$B = [];
|
|
2260
2301
|
var wFlex_vue_vue_type_style_index_0_lang = "";
|
|
2261
|
-
const __vue2_script$
|
|
2302
|
+
const __vue2_script$B = {
|
|
2262
2303
|
name: "w-flex",
|
|
2263
2304
|
props: {
|
|
2264
2305
|
tag: { type: String, default: "div" },
|
|
@@ -2306,32 +2347,32 @@ const __vue2_script$A = {
|
|
|
2306
2347
|
}
|
|
2307
2348
|
}
|
|
2308
2349
|
};
|
|
2309
|
-
const __cssModules$
|
|
2310
|
-
var __component__$
|
|
2311
|
-
__vue2_script$
|
|
2312
|
-
render$
|
|
2313
|
-
staticRenderFns$
|
|
2350
|
+
const __cssModules$B = {};
|
|
2351
|
+
var __component__$B = /* @__PURE__ */ normalizeComponent(
|
|
2352
|
+
__vue2_script$B,
|
|
2353
|
+
render$B,
|
|
2354
|
+
staticRenderFns$B,
|
|
2314
2355
|
false,
|
|
2315
|
-
__vue2_injectStyles$
|
|
2356
|
+
__vue2_injectStyles$B,
|
|
2316
2357
|
null,
|
|
2317
2358
|
null,
|
|
2318
2359
|
null
|
|
2319
2360
|
);
|
|
2320
|
-
function __vue2_injectStyles$
|
|
2321
|
-
for (let o in __cssModules$
|
|
2322
|
-
this[o] = __cssModules$
|
|
2361
|
+
function __vue2_injectStyles$B(context) {
|
|
2362
|
+
for (let o in __cssModules$B) {
|
|
2363
|
+
this[o] = __cssModules$B[o];
|
|
2323
2364
|
}
|
|
2324
2365
|
}
|
|
2325
2366
|
var wFlex = /* @__PURE__ */ function() {
|
|
2326
|
-
return __component__$
|
|
2367
|
+
return __component__$B.exports;
|
|
2327
2368
|
}();
|
|
2328
|
-
var render$
|
|
2369
|
+
var render$A = function() {
|
|
2329
2370
|
var _vm = this;
|
|
2330
2371
|
var _h = _vm.$createElement;
|
|
2331
2372
|
var _c = _vm._self._c || _h;
|
|
2332
2373
|
return _c("form", { staticClass: "w-form", class: _vm.classes, attrs: { "novalidate": "" }, on: { "submit": _vm.onSubmit, "reset": _vm.reset } }, [_vm._t("default")], 2);
|
|
2333
2374
|
};
|
|
2334
|
-
var staticRenderFns$
|
|
2375
|
+
var staticRenderFns$A = [];
|
|
2335
2376
|
const asyncSome = async (array, predicate) => {
|
|
2336
2377
|
for (const item of array) {
|
|
2337
2378
|
if (await predicate(item))
|
|
@@ -2339,7 +2380,7 @@ const asyncSome = async (array, predicate) => {
|
|
|
2339
2380
|
}
|
|
2340
2381
|
return false;
|
|
2341
2382
|
};
|
|
2342
|
-
const __vue2_script$
|
|
2383
|
+
const __vue2_script$A = {
|
|
2343
2384
|
name: "w-form",
|
|
2344
2385
|
props: {
|
|
2345
2386
|
value: {},
|
|
@@ -2460,34 +2501,34 @@ const __vue2_script$z = {
|
|
|
2460
2501
|
}
|
|
2461
2502
|
}
|
|
2462
2503
|
};
|
|
2463
|
-
const __cssModules$
|
|
2464
|
-
var __component__$
|
|
2465
|
-
__vue2_script$
|
|
2466
|
-
render$
|
|
2467
|
-
staticRenderFns$
|
|
2504
|
+
const __cssModules$A = {};
|
|
2505
|
+
var __component__$A = /* @__PURE__ */ normalizeComponent(
|
|
2506
|
+
__vue2_script$A,
|
|
2507
|
+
render$A,
|
|
2508
|
+
staticRenderFns$A,
|
|
2468
2509
|
false,
|
|
2469
|
-
__vue2_injectStyles$
|
|
2510
|
+
__vue2_injectStyles$A,
|
|
2470
2511
|
null,
|
|
2471
2512
|
null,
|
|
2472
2513
|
null
|
|
2473
2514
|
);
|
|
2474
|
-
function __vue2_injectStyles$
|
|
2475
|
-
for (let o in __cssModules$
|
|
2476
|
-
this[o] = __cssModules$
|
|
2515
|
+
function __vue2_injectStyles$A(context) {
|
|
2516
|
+
for (let o in __cssModules$A) {
|
|
2517
|
+
this[o] = __cssModules$A[o];
|
|
2477
2518
|
}
|
|
2478
2519
|
}
|
|
2479
2520
|
var wForm = /* @__PURE__ */ function() {
|
|
2480
|
-
return __component__$
|
|
2521
|
+
return __component__$A.exports;
|
|
2481
2522
|
}();
|
|
2482
|
-
var render$
|
|
2523
|
+
var render$z = function() {
|
|
2483
2524
|
var _vm = this;
|
|
2484
2525
|
var _h = _vm.$createElement;
|
|
2485
2526
|
var _c = _vm._self._c || _h;
|
|
2486
2527
|
return _c("div", { class: _vm.classes }, [_c("div", { staticClass: "w-flex grow", class: [_vm.column ? "column" : "align-center", _vm.wrap ? "wrap" : ""] }, [_vm._t("default")], 2), _c("w-transition-expand", { attrs: { "y": "" } }, [_vm.Validation.message ? [_vm.$scopedSlots["error-message"] ? _c("div", { staticClass: "w-form-el__error", class: _vm.formProps.validationColor }, [_vm._t("error-message", null, { "message": _vm.Validation.message })], 2) : _c("div", { staticClass: "w-form-el__error error", class: _vm.formProps.validationColor, domProps: { "innerHTML": _vm._s(_vm.Validation.message) } })] : _vm._e()], 2)], 1);
|
|
2487
2528
|
};
|
|
2488
|
-
var staticRenderFns$
|
|
2529
|
+
var staticRenderFns$z = [];
|
|
2489
2530
|
var wFormElement_vue_vue_type_style_index_0_lang = "";
|
|
2490
|
-
const __vue2_script$
|
|
2531
|
+
const __vue2_script$z = {
|
|
2491
2532
|
name: "w-form-element",
|
|
2492
2533
|
props: {
|
|
2493
2534
|
valid: { required: true },
|
|
@@ -2567,34 +2608,34 @@ const __vue2_script$y = {
|
|
|
2567
2608
|
this.formUnregister(this);
|
|
2568
2609
|
}
|
|
2569
2610
|
};
|
|
2570
|
-
const __cssModules$
|
|
2571
|
-
var __component__$
|
|
2572
|
-
__vue2_script$
|
|
2573
|
-
render$
|
|
2574
|
-
staticRenderFns$
|
|
2611
|
+
const __cssModules$z = {};
|
|
2612
|
+
var __component__$z = /* @__PURE__ */ normalizeComponent(
|
|
2613
|
+
__vue2_script$z,
|
|
2614
|
+
render$z,
|
|
2615
|
+
staticRenderFns$z,
|
|
2575
2616
|
false,
|
|
2576
|
-
__vue2_injectStyles$
|
|
2617
|
+
__vue2_injectStyles$z,
|
|
2577
2618
|
null,
|
|
2578
2619
|
null,
|
|
2579
2620
|
null
|
|
2580
2621
|
);
|
|
2581
|
-
function __vue2_injectStyles$
|
|
2582
|
-
for (let o in __cssModules$
|
|
2583
|
-
this[o] = __cssModules$
|
|
2622
|
+
function __vue2_injectStyles$z(context) {
|
|
2623
|
+
for (let o in __cssModules$z) {
|
|
2624
|
+
this[o] = __cssModules$z[o];
|
|
2584
2625
|
}
|
|
2585
2626
|
}
|
|
2586
2627
|
var wFormElement = /* @__PURE__ */ function() {
|
|
2587
|
-
return __component__$
|
|
2628
|
+
return __component__$z.exports;
|
|
2588
2629
|
}();
|
|
2589
|
-
var render$
|
|
2630
|
+
var render$y = function() {
|
|
2590
2631
|
var _vm = this;
|
|
2591
2632
|
var _h = _vm.$createElement;
|
|
2592
2633
|
var _c = _vm._self._c || _h;
|
|
2593
2634
|
return _c(_vm.tag, { tag: "component", staticClass: "w-grid", class: _vm.classes }, [_vm._t("default")], 2);
|
|
2594
2635
|
};
|
|
2595
|
-
var staticRenderFns$
|
|
2636
|
+
var staticRenderFns$y = [];
|
|
2596
2637
|
var wGrid_vue_vue_type_style_index_0_lang = "";
|
|
2597
|
-
const __vue2_script$
|
|
2638
|
+
const __vue2_script$y = {
|
|
2598
2639
|
name: "w-grid",
|
|
2599
2640
|
props: {
|
|
2600
2641
|
tag: { type: String, default: "div" },
|
|
@@ -2650,34 +2691,34 @@ const __vue2_script$x = {
|
|
|
2650
2691
|
}
|
|
2651
2692
|
}
|
|
2652
2693
|
};
|
|
2653
|
-
const __cssModules$
|
|
2654
|
-
var __component__$
|
|
2655
|
-
__vue2_script$
|
|
2656
|
-
render$
|
|
2657
|
-
staticRenderFns$
|
|
2694
|
+
const __cssModules$y = {};
|
|
2695
|
+
var __component__$y = /* @__PURE__ */ normalizeComponent(
|
|
2696
|
+
__vue2_script$y,
|
|
2697
|
+
render$y,
|
|
2698
|
+
staticRenderFns$y,
|
|
2658
2699
|
false,
|
|
2659
|
-
__vue2_injectStyles$
|
|
2700
|
+
__vue2_injectStyles$y,
|
|
2660
2701
|
null,
|
|
2661
2702
|
null,
|
|
2662
2703
|
null
|
|
2663
2704
|
);
|
|
2664
|
-
function __vue2_injectStyles$
|
|
2665
|
-
for (let o in __cssModules$
|
|
2666
|
-
this[o] = __cssModules$
|
|
2705
|
+
function __vue2_injectStyles$y(context) {
|
|
2706
|
+
for (let o in __cssModules$y) {
|
|
2707
|
+
this[o] = __cssModules$y[o];
|
|
2667
2708
|
}
|
|
2668
2709
|
}
|
|
2669
2710
|
var wGrid = /* @__PURE__ */ function() {
|
|
2670
|
-
return __component__$
|
|
2711
|
+
return __component__$y.exports;
|
|
2671
2712
|
}();
|
|
2672
|
-
var render$
|
|
2713
|
+
var render$x = function() {
|
|
2673
2714
|
var _vm = this;
|
|
2674
2715
|
var _h = _vm.$createElement;
|
|
2675
2716
|
var _c = _vm._self._c || _h;
|
|
2676
2717
|
return _c(_vm.tag || "i", _vm._g({ tag: "component", staticClass: "w-icon", class: _vm.classes, style: _vm.readIcon() && _vm.styles, attrs: { "role": "icon", "aria-hidden": "true" } }, _vm.$listeners), [_vm.hasLigature ? [_vm._v(_vm._s(_vm.icon))] : _vm._e()], 2);
|
|
2677
2718
|
};
|
|
2678
|
-
var staticRenderFns$
|
|
2719
|
+
var staticRenderFns$x = [];
|
|
2679
2720
|
var wIcon_vue_vue_type_style_index_0_lang = "";
|
|
2680
|
-
const __vue2_script$
|
|
2721
|
+
const __vue2_script$x = {
|
|
2681
2722
|
name: "w-icon",
|
|
2682
2723
|
props: {
|
|
2683
2724
|
tag: { type: String, default: "i" },
|
|
@@ -2750,36 +2791,36 @@ const __vue2_script$w = {
|
|
|
2750
2791
|
}
|
|
2751
2792
|
}
|
|
2752
2793
|
};
|
|
2753
|
-
const __cssModules$
|
|
2754
|
-
var __component__$
|
|
2755
|
-
__vue2_script$
|
|
2756
|
-
render$
|
|
2757
|
-
staticRenderFns$
|
|
2794
|
+
const __cssModules$x = {};
|
|
2795
|
+
var __component__$x = /* @__PURE__ */ normalizeComponent(
|
|
2796
|
+
__vue2_script$x,
|
|
2797
|
+
render$x,
|
|
2798
|
+
staticRenderFns$x,
|
|
2758
2799
|
false,
|
|
2759
|
-
__vue2_injectStyles$
|
|
2800
|
+
__vue2_injectStyles$x,
|
|
2760
2801
|
null,
|
|
2761
2802
|
null,
|
|
2762
2803
|
null
|
|
2763
2804
|
);
|
|
2764
|
-
function __vue2_injectStyles$
|
|
2765
|
-
for (let o in __cssModules$
|
|
2766
|
-
this[o] = __cssModules$
|
|
2805
|
+
function __vue2_injectStyles$x(context) {
|
|
2806
|
+
for (let o in __cssModules$x) {
|
|
2807
|
+
this[o] = __cssModules$x[o];
|
|
2767
2808
|
}
|
|
2768
2809
|
}
|
|
2769
2810
|
var wIcon = /* @__PURE__ */ function() {
|
|
2770
|
-
return __component__$
|
|
2811
|
+
return __component__$x.exports;
|
|
2771
2812
|
}();
|
|
2772
2813
|
const consoleWarn = (message) => console.warn(`Wave UI: ${message}`);
|
|
2773
2814
|
const consoleError = (message) => console.error(`Wave UI: ${message}`);
|
|
2774
|
-
var render$
|
|
2815
|
+
var render$w = function() {
|
|
2775
2816
|
var _vm = this;
|
|
2776
2817
|
var _h = _vm.$createElement;
|
|
2777
2818
|
var _c = _vm._self._c || _h;
|
|
2778
|
-
return _c(_vm.wrapperTag, { tag: "component", staticClass: "w-image-wrap", class: _vm.wrapperClasses, style: _vm.wrapperStyles }, [_c("transition", { attrs: { "name": _vm.transition, "appear": "" } }, [_vm.loaded ? _c(_vm.tag, { tag: "component", staticClass: "w-image", class: _vm.imageClasses, style: _vm.imageStyles, attrs: { "src": _vm.tag === "img" ? _vm.imgSrc : null } }) : _vm._e()], 1), !_vm.noSpinner && _vm.loading ? _c("div", { staticClass: "w-image__loader" }, [_vm.$slots.loading ? _vm._t("loading") : _c("w-progress", { attrs: { "circle": "", "indeterminate": "" } })], 2) : _vm._e(), _vm.$slots.default ? _c(_vm.wrapperTag, { tag: "component", staticClass: "w-image__content", class: _vm.contentClass }, [_vm._t("default")], 2) : _vm._e()], 1);
|
|
2819
|
+
return _c(_vm.wrapperTag, { tag: "component", staticClass: "w-image-wrap", class: _vm.wrapperClasses, style: _vm.wrapperStyles }, [_c("transition", { attrs: { "name": _vm.transition, "appear": "" } }, [_vm.loaded ? _c(_vm.tag, { tag: "component", staticClass: "w-image", class: _vm.imageClasses, style: _vm.imageStyles, attrs: { "src": _vm.tag === "img" ? _vm.imgSrc : null } }) : _vm._e()], 1), !_vm.noSpinner && _vm.loading ? _c("div", { staticClass: "w-image__loader" }, [_vm.$slots.loading ? _vm._t("loading") : _c("w-progress", _vm._b({ attrs: { "circle": "", "indeterminate": "" } }, "w-progress", _vm.spinnerColor ? { color: _vm.spinnerColor } : {}, false))], 2) : _vm._e(), _vm.$slots.default ? _c(_vm.wrapperTag, { tag: "component", staticClass: "w-image__content", class: _vm.contentClass }, [_vm._t("default")], 2) : _vm._e()], 1);
|
|
2779
2820
|
};
|
|
2780
|
-
var staticRenderFns$
|
|
2821
|
+
var staticRenderFns$w = [];
|
|
2781
2822
|
var wImage_vue_vue_type_style_index_0_lang = "";
|
|
2782
|
-
const __vue2_script$
|
|
2823
|
+
const __vue2_script$w = {
|
|
2783
2824
|
name: "w-image",
|
|
2784
2825
|
props: {
|
|
2785
2826
|
tag: { type: String, default: "span" },
|
|
@@ -2792,6 +2833,7 @@ const __vue2_script$v = {
|
|
|
2792
2833
|
fixed: { type: Boolean },
|
|
2793
2834
|
contain: { type: Boolean },
|
|
2794
2835
|
noSpinner: { type: Boolean },
|
|
2836
|
+
spinnerColor: { type: String },
|
|
2795
2837
|
fallback: { type: String },
|
|
2796
2838
|
transition: { type: String, default: "fade" },
|
|
2797
2839
|
contentClass: { type: [String, Array, Object] }
|
|
@@ -2902,26 +2944,26 @@ const __vue2_script$v = {
|
|
|
2902
2944
|
}
|
|
2903
2945
|
}
|
|
2904
2946
|
};
|
|
2905
|
-
const __cssModules$
|
|
2906
|
-
var __component__$
|
|
2907
|
-
__vue2_script$
|
|
2908
|
-
render$
|
|
2909
|
-
staticRenderFns$
|
|
2947
|
+
const __cssModules$w = {};
|
|
2948
|
+
var __component__$w = /* @__PURE__ */ normalizeComponent(
|
|
2949
|
+
__vue2_script$w,
|
|
2950
|
+
render$w,
|
|
2951
|
+
staticRenderFns$w,
|
|
2910
2952
|
false,
|
|
2911
|
-
__vue2_injectStyles$
|
|
2953
|
+
__vue2_injectStyles$w,
|
|
2912
2954
|
null,
|
|
2913
2955
|
null,
|
|
2914
2956
|
null
|
|
2915
2957
|
);
|
|
2916
|
-
function __vue2_injectStyles$
|
|
2917
|
-
for (let o in __cssModules$
|
|
2918
|
-
this[o] = __cssModules$
|
|
2958
|
+
function __vue2_injectStyles$w(context) {
|
|
2959
|
+
for (let o in __cssModules$w) {
|
|
2960
|
+
this[o] = __cssModules$w[o];
|
|
2919
2961
|
}
|
|
2920
2962
|
}
|
|
2921
2963
|
var wImage = /* @__PURE__ */ function() {
|
|
2922
|
-
return __component__$
|
|
2964
|
+
return __component__$w.exports;
|
|
2923
2965
|
}();
|
|
2924
|
-
var render$
|
|
2966
|
+
var render$v = function() {
|
|
2925
2967
|
var _vm = this;
|
|
2926
2968
|
var _h = _vm.$createElement;
|
|
2927
2969
|
var _c = _vm._self._c || _h;
|
|
@@ -2972,9 +3014,9 @@ var render$u = function() {
|
|
|
2972
3014
|
return [_vm._v(_vm._s(_vm.label))];
|
|
2973
3015
|
})], 2) : _vm._e()] : _vm._e()]], 2);
|
|
2974
3016
|
};
|
|
2975
|
-
var staticRenderFns$
|
|
3017
|
+
var staticRenderFns$v = [];
|
|
2976
3018
|
var wInput_vue_vue_type_style_index_0_lang = "";
|
|
2977
|
-
const __vue2_script$
|
|
3019
|
+
const __vue2_script$v = {
|
|
2978
3020
|
name: "w-input",
|
|
2979
3021
|
mixins: [FormElementMixin],
|
|
2980
3022
|
props: {
|
|
@@ -3167,26 +3209,26 @@ const __vue2_script$u = {
|
|
|
3167
3209
|
}
|
|
3168
3210
|
}
|
|
3169
3211
|
};
|
|
3170
|
-
const __cssModules$
|
|
3171
|
-
var __component__$
|
|
3172
|
-
__vue2_script$
|
|
3173
|
-
render$
|
|
3174
|
-
staticRenderFns$
|
|
3212
|
+
const __cssModules$v = {};
|
|
3213
|
+
var __component__$v = /* @__PURE__ */ normalizeComponent(
|
|
3214
|
+
__vue2_script$v,
|
|
3215
|
+
render$v,
|
|
3216
|
+
staticRenderFns$v,
|
|
3175
3217
|
false,
|
|
3176
|
-
__vue2_injectStyles$
|
|
3218
|
+
__vue2_injectStyles$v,
|
|
3177
3219
|
null,
|
|
3178
3220
|
null,
|
|
3179
3221
|
null
|
|
3180
3222
|
);
|
|
3181
|
-
function __vue2_injectStyles$
|
|
3182
|
-
for (let o in __cssModules$
|
|
3183
|
-
this[o] = __cssModules$
|
|
3223
|
+
function __vue2_injectStyles$v(context) {
|
|
3224
|
+
for (let o in __cssModules$v) {
|
|
3225
|
+
this[o] = __cssModules$v[o];
|
|
3184
3226
|
}
|
|
3185
3227
|
}
|
|
3186
3228
|
var wInput = /* @__PURE__ */ function() {
|
|
3187
|
-
return __component__$
|
|
3229
|
+
return __component__$v.exports;
|
|
3188
3230
|
}();
|
|
3189
|
-
var render$
|
|
3231
|
+
var render$u = function() {
|
|
3190
3232
|
var _vm = this;
|
|
3191
3233
|
var _h = _vm.$createElement;
|
|
3192
3234
|
var _c = _vm._self._c || _h;
|
|
@@ -3226,9 +3268,9 @@ var render$t = function() {
|
|
|
3226
3268
|
} }], null, true) }, "w-list", _vm.$props, false)) : _vm._e()], 2);
|
|
3227
3269
|
}), 0);
|
|
3228
3270
|
};
|
|
3229
|
-
var staticRenderFns$
|
|
3271
|
+
var staticRenderFns$u = [];
|
|
3230
3272
|
var wList_vue_vue_type_style_index_0_lang = "";
|
|
3231
|
-
const __vue2_script$
|
|
3273
|
+
const __vue2_script$u = {
|
|
3232
3274
|
name: "w-list",
|
|
3233
3275
|
props: {
|
|
3234
3276
|
items: { type: [Array, Number], required: true },
|
|
@@ -3367,7 +3409,7 @@ const __vue2_script$t = {
|
|
|
3367
3409
|
this.$emit("item-select", this.cleanLi(li));
|
|
3368
3410
|
} else if (e.keyCode === 27)
|
|
3369
3411
|
this.$emit("keydown:escape");
|
|
3370
|
-
else if (this.arrowsNavigation) {
|
|
3412
|
+
else if (this.arrowsNavigation && [38, 40].includes(e.keyCode)) {
|
|
3371
3413
|
e.preventDefault();
|
|
3372
3414
|
if (e.keyCode === 38)
|
|
3373
3415
|
this.focusPrevNextItem(li._index, false);
|
|
@@ -3472,24 +3514,24 @@ const __vue2_script$t = {
|
|
|
3472
3514
|
}
|
|
3473
3515
|
}
|
|
3474
3516
|
};
|
|
3475
|
-
const __cssModules$
|
|
3476
|
-
var __component__$
|
|
3477
|
-
__vue2_script$
|
|
3478
|
-
render$
|
|
3479
|
-
staticRenderFns$
|
|
3517
|
+
const __cssModules$u = {};
|
|
3518
|
+
var __component__$u = /* @__PURE__ */ normalizeComponent(
|
|
3519
|
+
__vue2_script$u,
|
|
3520
|
+
render$u,
|
|
3521
|
+
staticRenderFns$u,
|
|
3480
3522
|
false,
|
|
3481
|
-
__vue2_injectStyles$
|
|
3523
|
+
__vue2_injectStyles$u,
|
|
3482
3524
|
null,
|
|
3483
3525
|
null,
|
|
3484
3526
|
null
|
|
3485
3527
|
);
|
|
3486
|
-
function __vue2_injectStyles$
|
|
3487
|
-
for (let o in __cssModules$
|
|
3488
|
-
this[o] = __cssModules$
|
|
3528
|
+
function __vue2_injectStyles$u(context) {
|
|
3529
|
+
for (let o in __cssModules$u) {
|
|
3530
|
+
this[o] = __cssModules$u[o];
|
|
3489
3531
|
}
|
|
3490
3532
|
}
|
|
3491
3533
|
var wList = /* @__PURE__ */ function() {
|
|
3492
|
-
return __component__$
|
|
3534
|
+
return __component__$u.exports;
|
|
3493
3535
|
}();
|
|
3494
3536
|
var DetachableMixin = {
|
|
3495
3537
|
props: {
|
|
@@ -3750,7 +3792,7 @@ var DetachableMixin = {
|
|
|
3750
3792
|
}
|
|
3751
3793
|
}
|
|
3752
3794
|
};
|
|
3753
|
-
var render$
|
|
3795
|
+
var render$t = function() {
|
|
3754
3796
|
var _vm = this;
|
|
3755
3797
|
var _h = _vm.$createElement;
|
|
3756
3798
|
var _c = _vm._self._c || _h;
|
|
@@ -3774,9 +3816,9 @@ var render$s = function() {
|
|
|
3774
3816
|
_vm.detachableVisible = false;
|
|
3775
3817
|
} } }, "w-overlay", _vm.overlayProps, false)) : _vm._e()], 2);
|
|
3776
3818
|
};
|
|
3777
|
-
var staticRenderFns$
|
|
3819
|
+
var staticRenderFns$t = [];
|
|
3778
3820
|
var wMenu_vue_vue_type_style_index_0_lang = "";
|
|
3779
|
-
const __vue2_script$
|
|
3821
|
+
const __vue2_script$t = {
|
|
3780
3822
|
name: "w-menu",
|
|
3781
3823
|
mixins: [DetachableMixin],
|
|
3782
3824
|
inheritAttrs: false,
|
|
@@ -3935,26 +3977,26 @@ const __vue2_script$s = {
|
|
|
3935
3977
|
}
|
|
3936
3978
|
}
|
|
3937
3979
|
};
|
|
3938
|
-
const __cssModules$
|
|
3939
|
-
var __component__$
|
|
3940
|
-
__vue2_script$
|
|
3941
|
-
render$
|
|
3942
|
-
staticRenderFns$
|
|
3980
|
+
const __cssModules$t = {};
|
|
3981
|
+
var __component__$t = /* @__PURE__ */ normalizeComponent(
|
|
3982
|
+
__vue2_script$t,
|
|
3983
|
+
render$t,
|
|
3984
|
+
staticRenderFns$t,
|
|
3943
3985
|
false,
|
|
3944
|
-
__vue2_injectStyles$
|
|
3986
|
+
__vue2_injectStyles$t,
|
|
3945
3987
|
null,
|
|
3946
3988
|
null,
|
|
3947
3989
|
null
|
|
3948
3990
|
);
|
|
3949
|
-
function __vue2_injectStyles$
|
|
3950
|
-
for (let o in __cssModules$
|
|
3951
|
-
this[o] = __cssModules$
|
|
3991
|
+
function __vue2_injectStyles$t(context) {
|
|
3992
|
+
for (let o in __cssModules$t) {
|
|
3993
|
+
this[o] = __cssModules$t[o];
|
|
3952
3994
|
}
|
|
3953
3995
|
}
|
|
3954
3996
|
var wMenu = /* @__PURE__ */ function() {
|
|
3955
|
-
return __component__$
|
|
3997
|
+
return __component__$t.exports;
|
|
3956
3998
|
}();
|
|
3957
|
-
var render$
|
|
3999
|
+
var render$s = function() {
|
|
3958
4000
|
var _vm = this;
|
|
3959
4001
|
var _h = _vm.$createElement;
|
|
3960
4002
|
var _c = _vm._self._c || _h;
|
|
@@ -3963,9 +4005,9 @@ var render$r = function() {
|
|
|
3963
4005
|
_vm.$emit("input", false);
|
|
3964
4006
|
} } }, "w-alert", _vm.alertProps, false), [_vm._t("default")], 2)], 1) : _vm._e()]);
|
|
3965
4007
|
};
|
|
3966
|
-
var staticRenderFns$
|
|
4008
|
+
var staticRenderFns$s = [];
|
|
3967
4009
|
var wNotification_vue_vue_type_style_index_0_lang = "";
|
|
3968
|
-
const __vue2_script$
|
|
4010
|
+
const __vue2_script$s = {
|
|
3969
4011
|
name: "w-notification",
|
|
3970
4012
|
props: {
|
|
3971
4013
|
value: { default: true },
|
|
@@ -4101,26 +4143,26 @@ const __vue2_script$r = {
|
|
|
4101
4143
|
}
|
|
4102
4144
|
}
|
|
4103
4145
|
};
|
|
4104
|
-
const __cssModules$
|
|
4105
|
-
var __component__$
|
|
4106
|
-
__vue2_script$
|
|
4107
|
-
render$
|
|
4108
|
-
staticRenderFns$
|
|
4146
|
+
const __cssModules$s = {};
|
|
4147
|
+
var __component__$s = /* @__PURE__ */ normalizeComponent(
|
|
4148
|
+
__vue2_script$s,
|
|
4149
|
+
render$s,
|
|
4150
|
+
staticRenderFns$s,
|
|
4109
4151
|
false,
|
|
4110
|
-
__vue2_injectStyles$
|
|
4152
|
+
__vue2_injectStyles$s,
|
|
4111
4153
|
null,
|
|
4112
4154
|
null,
|
|
4113
4155
|
null
|
|
4114
4156
|
);
|
|
4115
|
-
function __vue2_injectStyles$
|
|
4116
|
-
for (let o in __cssModules$
|
|
4117
|
-
this[o] = __cssModules$
|
|
4157
|
+
function __vue2_injectStyles$s(context) {
|
|
4158
|
+
for (let o in __cssModules$s) {
|
|
4159
|
+
this[o] = __cssModules$s[o];
|
|
4118
4160
|
}
|
|
4119
4161
|
}
|
|
4120
4162
|
var wNotification = /* @__PURE__ */ function() {
|
|
4121
|
-
return __component__$
|
|
4163
|
+
return __component__$s.exports;
|
|
4122
4164
|
}();
|
|
4123
|
-
var render$
|
|
4165
|
+
var render$r = function() {
|
|
4124
4166
|
var _vm = this;
|
|
4125
4167
|
var _h = _vm.$createElement;
|
|
4126
4168
|
var _c = _vm._self._c || _h;
|
|
@@ -4132,9 +4174,9 @@ var render$q = function() {
|
|
|
4132
4174
|
return _vm.onClick.apply(null, arguments);
|
|
4133
4175
|
}, "click": _vm.onClick } }, [_vm._t("default")], 2) : _vm._e()]);
|
|
4134
4176
|
};
|
|
4135
|
-
var staticRenderFns$
|
|
4177
|
+
var staticRenderFns$r = [];
|
|
4136
4178
|
var wOverlay_vue_vue_type_style_index_0_lang = "";
|
|
4137
|
-
const __vue2_script$
|
|
4179
|
+
const __vue2_script$r = {
|
|
4138
4180
|
name: "w-overlay",
|
|
4139
4181
|
props: {
|
|
4140
4182
|
value: {},
|
|
@@ -4201,59 +4243,59 @@ const __vue2_script$q = {
|
|
|
4201
4243
|
}
|
|
4202
4244
|
}
|
|
4203
4245
|
};
|
|
4204
|
-
const __cssModules$
|
|
4205
|
-
var __component__$
|
|
4206
|
-
__vue2_script$
|
|
4207
|
-
render$
|
|
4208
|
-
staticRenderFns$
|
|
4246
|
+
const __cssModules$r = {};
|
|
4247
|
+
var __component__$r = /* @__PURE__ */ normalizeComponent(
|
|
4248
|
+
__vue2_script$r,
|
|
4249
|
+
render$r,
|
|
4250
|
+
staticRenderFns$r,
|
|
4209
4251
|
false,
|
|
4210
|
-
__vue2_injectStyles$
|
|
4252
|
+
__vue2_injectStyles$r,
|
|
4211
4253
|
null,
|
|
4212
4254
|
null,
|
|
4213
4255
|
null
|
|
4214
4256
|
);
|
|
4215
|
-
function __vue2_injectStyles$
|
|
4216
|
-
for (let o in __cssModules$
|
|
4217
|
-
this[o] = __cssModules$
|
|
4257
|
+
function __vue2_injectStyles$r(context) {
|
|
4258
|
+
for (let o in __cssModules$r) {
|
|
4259
|
+
this[o] = __cssModules$r[o];
|
|
4218
4260
|
}
|
|
4219
4261
|
}
|
|
4220
4262
|
var wOverlay = /* @__PURE__ */ function() {
|
|
4221
|
-
return __component__$
|
|
4263
|
+
return __component__$r.exports;
|
|
4222
4264
|
}();
|
|
4223
|
-
var render$
|
|
4265
|
+
var render$q = function() {
|
|
4224
4266
|
var _vm = this;
|
|
4225
4267
|
var _h = _vm.$createElement;
|
|
4226
4268
|
var _c = _vm._self._c || _h;
|
|
4227
4269
|
return _c("div", { staticClass: "w-parallax" });
|
|
4228
4270
|
};
|
|
4229
|
-
var staticRenderFns$
|
|
4271
|
+
var staticRenderFns$q = [];
|
|
4230
4272
|
var wParallax_vue_vue_type_style_index_0_lang = "";
|
|
4231
|
-
const __vue2_script$
|
|
4273
|
+
const __vue2_script$q = {
|
|
4232
4274
|
name: "w-parallax",
|
|
4233
4275
|
props: {},
|
|
4234
4276
|
emits: [],
|
|
4235
4277
|
data: () => ({})
|
|
4236
4278
|
};
|
|
4237
|
-
const __cssModules$
|
|
4238
|
-
var __component__$
|
|
4239
|
-
__vue2_script$
|
|
4240
|
-
render$
|
|
4241
|
-
staticRenderFns$
|
|
4279
|
+
const __cssModules$q = {};
|
|
4280
|
+
var __component__$q = /* @__PURE__ */ normalizeComponent(
|
|
4281
|
+
__vue2_script$q,
|
|
4282
|
+
render$q,
|
|
4283
|
+
staticRenderFns$q,
|
|
4242
4284
|
false,
|
|
4243
|
-
__vue2_injectStyles$
|
|
4285
|
+
__vue2_injectStyles$q,
|
|
4244
4286
|
null,
|
|
4245
4287
|
null,
|
|
4246
4288
|
null
|
|
4247
4289
|
);
|
|
4248
|
-
function __vue2_injectStyles$
|
|
4249
|
-
for (let o in __cssModules$
|
|
4250
|
-
this[o] = __cssModules$
|
|
4290
|
+
function __vue2_injectStyles$q(context) {
|
|
4291
|
+
for (let o in __cssModules$q) {
|
|
4292
|
+
this[o] = __cssModules$q[o];
|
|
4251
4293
|
}
|
|
4252
4294
|
}
|
|
4253
4295
|
var wParallax = /* @__PURE__ */ function() {
|
|
4254
|
-
return __component__$
|
|
4296
|
+
return __component__$q.exports;
|
|
4255
4297
|
}();
|
|
4256
|
-
var render$
|
|
4298
|
+
var render$p = function() {
|
|
4257
4299
|
var _vm = this;
|
|
4258
4300
|
var _h = _vm.$createElement;
|
|
4259
4301
|
var _c = _vm._self._c || _h;
|
|
@@ -4261,12 +4303,12 @@ var render$o = function() {
|
|
|
4261
4303
|
return [_vm._v(_vm._s(Math.round(_vm.progressValue)) + _vm._s(_vm.circle ? "" : "%"))];
|
|
4262
4304
|
})], 2) : _vm._e()]);
|
|
4263
4305
|
};
|
|
4264
|
-
var staticRenderFns$
|
|
4306
|
+
var staticRenderFns$p = [];
|
|
4265
4307
|
var wProgress_vue_vue_type_style_index_0_lang = "";
|
|
4266
4308
|
const circleSize = 40;
|
|
4267
4309
|
const circleRadius = circleSize / 2;
|
|
4268
4310
|
const circleCircumference = Math.round(circleSize * 3.14 * 100) / 100;
|
|
4269
|
-
const __vue2_script$
|
|
4311
|
+
const __vue2_script$p = {
|
|
4270
4312
|
name: "w-progress",
|
|
4271
4313
|
props: {
|
|
4272
4314
|
value: { type: [Number, String, Boolean], default: -1 },
|
|
@@ -4333,26 +4375,26 @@ const __vue2_script$o = {
|
|
|
4333
4375
|
}
|
|
4334
4376
|
}
|
|
4335
4377
|
};
|
|
4336
|
-
const __cssModules$
|
|
4337
|
-
var __component__$
|
|
4338
|
-
__vue2_script$
|
|
4339
|
-
render$
|
|
4340
|
-
staticRenderFns$
|
|
4378
|
+
const __cssModules$p = {};
|
|
4379
|
+
var __component__$p = /* @__PURE__ */ normalizeComponent(
|
|
4380
|
+
__vue2_script$p,
|
|
4381
|
+
render$p,
|
|
4382
|
+
staticRenderFns$p,
|
|
4341
4383
|
false,
|
|
4342
|
-
__vue2_injectStyles$
|
|
4384
|
+
__vue2_injectStyles$p,
|
|
4343
4385
|
null,
|
|
4344
4386
|
null,
|
|
4345
4387
|
null
|
|
4346
4388
|
);
|
|
4347
|
-
function __vue2_injectStyles$
|
|
4348
|
-
for (let o in __cssModules$
|
|
4349
|
-
this[o] = __cssModules$
|
|
4389
|
+
function __vue2_injectStyles$p(context) {
|
|
4390
|
+
for (let o in __cssModules$p) {
|
|
4391
|
+
this[o] = __cssModules$p[o];
|
|
4350
4392
|
}
|
|
4351
4393
|
}
|
|
4352
4394
|
var wProgress = /* @__PURE__ */ function() {
|
|
4353
|
-
return __component__$
|
|
4395
|
+
return __component__$p.exports;
|
|
4354
4396
|
}();
|
|
4355
|
-
var render$
|
|
4397
|
+
var render$o = function() {
|
|
4356
4398
|
var _vm = this;
|
|
4357
4399
|
var _h = _vm.$createElement;
|
|
4358
4400
|
var _c = _vm._self._c || _h;
|
|
@@ -4374,9 +4416,9 @@ var render$n = function() {
|
|
|
4374
4416
|
return [_vm._v(_vm._s(_vm.label))];
|
|
4375
4417
|
})], 2) : _vm.label ? _c("label", { staticClass: "w-radio__label w-form-el-shakable pl2", class: _vm.labelClasses, attrs: { "for": "w-radio--" + _vm._uid }, domProps: { "innerHTML": _vm._s(_vm.label) } }) : _vm._e()] : _vm._e()], 2);
|
|
4376
4418
|
};
|
|
4377
|
-
var staticRenderFns$
|
|
4419
|
+
var staticRenderFns$o = [];
|
|
4378
4420
|
var wRadio_vue_vue_type_style_index_0_lang = "";
|
|
4379
|
-
const __vue2_script$
|
|
4421
|
+
const __vue2_script$o = {
|
|
4380
4422
|
name: "w-radio",
|
|
4381
4423
|
mixins: [FormElementMixin],
|
|
4382
4424
|
inject: { wRadios: { default: null } },
|
|
@@ -4445,26 +4487,26 @@ const __vue2_script$n = {
|
|
|
4445
4487
|
}
|
|
4446
4488
|
}
|
|
4447
4489
|
};
|
|
4448
|
-
const __cssModules$
|
|
4449
|
-
var __component__$
|
|
4450
|
-
__vue2_script$
|
|
4451
|
-
render$
|
|
4452
|
-
staticRenderFns$
|
|
4490
|
+
const __cssModules$o = {};
|
|
4491
|
+
var __component__$o = /* @__PURE__ */ normalizeComponent(
|
|
4492
|
+
__vue2_script$o,
|
|
4493
|
+
render$o,
|
|
4494
|
+
staticRenderFns$o,
|
|
4453
4495
|
false,
|
|
4454
|
-
__vue2_injectStyles$
|
|
4496
|
+
__vue2_injectStyles$o,
|
|
4455
4497
|
null,
|
|
4456
4498
|
null,
|
|
4457
4499
|
null
|
|
4458
4500
|
);
|
|
4459
|
-
function __vue2_injectStyles$
|
|
4460
|
-
for (let o in __cssModules$
|
|
4461
|
-
this[o] = __cssModules$
|
|
4501
|
+
function __vue2_injectStyles$o(context) {
|
|
4502
|
+
for (let o in __cssModules$o) {
|
|
4503
|
+
this[o] = __cssModules$o[o];
|
|
4462
4504
|
}
|
|
4463
4505
|
}
|
|
4464
4506
|
var wRadio = /* @__PURE__ */ function() {
|
|
4465
|
-
return __component__$
|
|
4507
|
+
return __component__$o.exports;
|
|
4466
4508
|
}();
|
|
4467
|
-
var render$
|
|
4509
|
+
var render$n = function() {
|
|
4468
4510
|
var _vm = this;
|
|
4469
4511
|
var _h = _vm.$createElement;
|
|
4470
4512
|
var _c = _vm._self._c || _h;
|
|
@@ -4481,9 +4523,9 @@ var render$m = function() {
|
|
|
4481
4523
|
} } }, "w-radio", { label: item.label, color: item.color, labelOnLeft: _vm.labelOnLeft, labelColor: _vm.labelColor }, false), [_vm.$scopedSlots["item." + (i + 1)] || _vm.$scopedSlots.item ? _vm._t(_vm.$scopedSlots["item." + (i + 1)] ? "item." + (i + 1) : "item", null, { "item": _vm.getOriginalItem(item), "index": i + 1, "checked": item.value === _vm.value }) : _vm._e()], 2);
|
|
4482
4524
|
}), 1);
|
|
4483
4525
|
};
|
|
4484
|
-
var staticRenderFns$
|
|
4526
|
+
var staticRenderFns$n = [];
|
|
4485
4527
|
var wRadios_vue_vue_type_style_index_0_lang = "";
|
|
4486
|
-
const __vue2_script$
|
|
4528
|
+
const __vue2_script$n = {
|
|
4487
4529
|
name: "w-radios",
|
|
4488
4530
|
mixins: [FormElementMixin],
|
|
4489
4531
|
props: {
|
|
@@ -4532,26 +4574,26 @@ const __vue2_script$m = {
|
|
|
4532
4574
|
}
|
|
4533
4575
|
}
|
|
4534
4576
|
};
|
|
4535
|
-
const __cssModules$
|
|
4536
|
-
var __component__$
|
|
4537
|
-
__vue2_script$
|
|
4538
|
-
render$
|
|
4539
|
-
staticRenderFns$
|
|
4577
|
+
const __cssModules$n = {};
|
|
4578
|
+
var __component__$n = /* @__PURE__ */ normalizeComponent(
|
|
4579
|
+
__vue2_script$n,
|
|
4580
|
+
render$n,
|
|
4581
|
+
staticRenderFns$n,
|
|
4540
4582
|
false,
|
|
4541
|
-
__vue2_injectStyles$
|
|
4583
|
+
__vue2_injectStyles$n,
|
|
4542
4584
|
null,
|
|
4543
4585
|
null,
|
|
4544
4586
|
null
|
|
4545
4587
|
);
|
|
4546
|
-
function __vue2_injectStyles$
|
|
4547
|
-
for (let o in __cssModules$
|
|
4548
|
-
this[o] = __cssModules$
|
|
4588
|
+
function __vue2_injectStyles$n(context) {
|
|
4589
|
+
for (let o in __cssModules$n) {
|
|
4590
|
+
this[o] = __cssModules$n[o];
|
|
4549
4591
|
}
|
|
4550
4592
|
}
|
|
4551
4593
|
var wRadios = /* @__PURE__ */ function() {
|
|
4552
|
-
return __component__$
|
|
4594
|
+
return __component__$n.exports;
|
|
4553
4595
|
}();
|
|
4554
|
-
var render$
|
|
4596
|
+
var render$m = function() {
|
|
4555
4597
|
var _vm = this;
|
|
4556
4598
|
var _h = _vm.$createElement;
|
|
4557
4599
|
var _c = _vm._self._c || _h;
|
|
@@ -4570,9 +4612,9 @@ var render$l = function() {
|
|
|
4570
4612
|
}, "focus": _vm.onFocus, "blur": _vm.onBlur, "keydown": _vm.onKeydown } }, [i - 1 === ~~_vm.rating && _vm.rating - ~~_vm.rating ? _c("i", { staticClass: "w-icon", class: _vm.icon + " " + _vm.color, style: _vm.halfStarStyle, attrs: { "role": "icon", "aria-hidden": "true" } }) : _vm._e()])];
|
|
4571
4613
|
})], 2);
|
|
4572
4614
|
};
|
|
4573
|
-
var staticRenderFns$
|
|
4615
|
+
var staticRenderFns$m = [];
|
|
4574
4616
|
var wRating_vue_vue_type_style_index_0_lang = "";
|
|
4575
|
-
const __vue2_script$
|
|
4617
|
+
const __vue2_script$m = {
|
|
4576
4618
|
name: "w-rating",
|
|
4577
4619
|
mixins: [FormElementMixin],
|
|
4578
4620
|
props: {
|
|
@@ -4676,26 +4718,26 @@ const __vue2_script$l = {
|
|
|
4676
4718
|
}
|
|
4677
4719
|
}
|
|
4678
4720
|
};
|
|
4679
|
-
const __cssModules$
|
|
4680
|
-
var __component__$
|
|
4681
|
-
__vue2_script$
|
|
4682
|
-
render$
|
|
4683
|
-
staticRenderFns$
|
|
4721
|
+
const __cssModules$m = {};
|
|
4722
|
+
var __component__$m = /* @__PURE__ */ normalizeComponent(
|
|
4723
|
+
__vue2_script$m,
|
|
4724
|
+
render$m,
|
|
4725
|
+
staticRenderFns$m,
|
|
4684
4726
|
false,
|
|
4685
|
-
__vue2_injectStyles$
|
|
4727
|
+
__vue2_injectStyles$m,
|
|
4686
4728
|
null,
|
|
4687
4729
|
null,
|
|
4688
4730
|
null
|
|
4689
4731
|
);
|
|
4690
|
-
function __vue2_injectStyles$
|
|
4691
|
-
for (let o in __cssModules$
|
|
4692
|
-
this[o] = __cssModules$
|
|
4732
|
+
function __vue2_injectStyles$m(context) {
|
|
4733
|
+
for (let o in __cssModules$m) {
|
|
4734
|
+
this[o] = __cssModules$m[o];
|
|
4693
4735
|
}
|
|
4694
4736
|
}
|
|
4695
4737
|
var wRating = /* @__PURE__ */ function() {
|
|
4696
|
-
return __component__$
|
|
4738
|
+
return __component__$m.exports;
|
|
4697
4739
|
}();
|
|
4698
|
-
var render$
|
|
4740
|
+
var render$l = function() {
|
|
4699
4741
|
var _vm = this;
|
|
4700
4742
|
var _h = _vm.$createElement;
|
|
4701
4743
|
var _c = _vm._self._c || _h;
|
|
@@ -4714,7 +4756,7 @@ var render$k = function() {
|
|
|
4714
4756
|
}, "blur": _vm.onBlur, "keydown": function($event) {
|
|
4715
4757
|
!_vm.isDisabled && !_vm.isReadonly && _vm.onKeydown($event);
|
|
4716
4758
|
} } }), _vm._l(_vm.inputValue.length ? _vm.inputValue : [{}], function(val, i) {
|
|
4717
|
-
return _c("input", { key: i, attrs: { "type": "hidden", "name": _vm.inputName + (_vm.multiple ? "[]" : "") }, domProps: { "value": val.value
|
|
4759
|
+
return _c("input", { key: i, attrs: { "type": "hidden", "name": _vm.inputName + (_vm.multiple ? "[]" : "") }, domProps: { "value": val.value === void 0 ? "" : val.value.toString() } });
|
|
4718
4760
|
}), _vm.labelPosition === "inside" && _vm.showLabelInside ? [_vm.$slots.default || _vm.label ? _c("label", { staticClass: "w-select__label w-select__label--inside w-form-el-shakable", class: _vm.labelClasses, attrs: { "for": "w-select--" + _vm._uid } }, [_vm._t("default", function() {
|
|
4719
4761
|
return [_vm._v(_vm._s(_vm.label))];
|
|
4720
4762
|
})], 2) : _vm._e()] : _vm._e(), _vm.innerIconRight ? _c("w-icon", { staticClass: "w-select__icon w-select__icon--inner-right", attrs: { "tag": "label" }, on: { "click": function($event) {
|
|
@@ -4746,9 +4788,9 @@ var render$k = function() {
|
|
|
4746
4788
|
return [_vm._v(_vm._s(_vm.label))];
|
|
4747
4789
|
})], 2) : _vm._e()] : _vm._e()], 2);
|
|
4748
4790
|
};
|
|
4749
|
-
var staticRenderFns$
|
|
4791
|
+
var staticRenderFns$l = [];
|
|
4750
4792
|
var wSelect_vue_vue_type_style_index_0_lang = "";
|
|
4751
|
-
const __vue2_script$
|
|
4793
|
+
const __vue2_script$l = {
|
|
4752
4794
|
name: "w-select",
|
|
4753
4795
|
mixins: [FormElementMixin],
|
|
4754
4796
|
props: {
|
|
@@ -4890,7 +4932,7 @@ const __vue2_script$k = {
|
|
|
4890
4932
|
this.$emit("input", selection);
|
|
4891
4933
|
},
|
|
4892
4934
|
checkSelection(items) {
|
|
4893
|
-
items = Array.isArray(items) ? items : items ? [items] : [];
|
|
4935
|
+
items = Array.isArray(items) ? items : items !== void 0 ? [items] : [];
|
|
4894
4936
|
const allValues = this.selectItems.map((item) => item.value);
|
|
4895
4937
|
return items.map((item) => {
|
|
4896
4938
|
let value = item;
|
|
@@ -4928,26 +4970,26 @@ const __vue2_script$k = {
|
|
|
4928
4970
|
}
|
|
4929
4971
|
}
|
|
4930
4972
|
};
|
|
4931
|
-
const __cssModules$
|
|
4932
|
-
var __component__$
|
|
4933
|
-
__vue2_script$
|
|
4934
|
-
render$
|
|
4935
|
-
staticRenderFns$
|
|
4973
|
+
const __cssModules$l = {};
|
|
4974
|
+
var __component__$l = /* @__PURE__ */ normalizeComponent(
|
|
4975
|
+
__vue2_script$l,
|
|
4976
|
+
render$l,
|
|
4977
|
+
staticRenderFns$l,
|
|
4936
4978
|
false,
|
|
4937
|
-
__vue2_injectStyles$
|
|
4979
|
+
__vue2_injectStyles$l,
|
|
4938
4980
|
null,
|
|
4939
4981
|
null,
|
|
4940
4982
|
null
|
|
4941
4983
|
);
|
|
4942
|
-
function __vue2_injectStyles$
|
|
4943
|
-
for (let o in __cssModules$
|
|
4944
|
-
this[o] = __cssModules$
|
|
4984
|
+
function __vue2_injectStyles$l(context) {
|
|
4985
|
+
for (let o in __cssModules$l) {
|
|
4986
|
+
this[o] = __cssModules$l[o];
|
|
4945
4987
|
}
|
|
4946
4988
|
}
|
|
4947
4989
|
var wSelect = /* @__PURE__ */ function() {
|
|
4948
|
-
return __component__$
|
|
4990
|
+
return __component__$l.exports;
|
|
4949
4991
|
}();
|
|
4950
|
-
var render$
|
|
4992
|
+
var render$k = function() {
|
|
4951
4993
|
var _vm = this;
|
|
4952
4994
|
var _h = _vm.$createElement;
|
|
4953
4995
|
var _c = _vm._self._c || _h;
|
|
@@ -4990,9 +5032,9 @@ var render$j = function() {
|
|
|
4990
5032
|
return _vm.onStepLabelClick(100);
|
|
4991
5033
|
} } }, [_vm._v(_vm._s(this.maxVal))]) : _vm._e()], 2) : _vm._e()]), _vm.$slots["label-right"] ? _c("label", { staticClass: "w-slider__label w-slider__label--right w-form-el-shakable", class: _vm.labelClasses, attrs: { "for": "button--" + _vm._uid } }, [_vm._t("label-right")], 2) : _vm.labelRight ? _c("label", { staticClass: "w-slider__label w-slider__label--right w-form-el-shakable", class: _vm.labelClasses, attrs: { "for": "button--" + _vm._uid }, domProps: { "innerHTML": _vm._s(_vm.labelRight) } }) : _vm._e()]);
|
|
4992
5034
|
};
|
|
4993
|
-
var staticRenderFns$
|
|
5035
|
+
var staticRenderFns$k = [];
|
|
4994
5036
|
var wSlider_vue_vue_type_style_index_0_lang = "";
|
|
4995
|
-
const __vue2_script$
|
|
5037
|
+
const __vue2_script$k = {
|
|
4996
5038
|
name: "w-slider",
|
|
4997
5039
|
mixins: [FormElementMixin],
|
|
4998
5040
|
props: {
|
|
@@ -5146,34 +5188,34 @@ const __vue2_script$j = {
|
|
|
5146
5188
|
}
|
|
5147
5189
|
}
|
|
5148
5190
|
};
|
|
5149
|
-
const __cssModules$
|
|
5150
|
-
var __component__$
|
|
5151
|
-
__vue2_script$
|
|
5152
|
-
render$
|
|
5153
|
-
staticRenderFns$
|
|
5191
|
+
const __cssModules$k = {};
|
|
5192
|
+
var __component__$k = /* @__PURE__ */ normalizeComponent(
|
|
5193
|
+
__vue2_script$k,
|
|
5194
|
+
render$k,
|
|
5195
|
+
staticRenderFns$k,
|
|
5154
5196
|
false,
|
|
5155
|
-
__vue2_injectStyles$
|
|
5197
|
+
__vue2_injectStyles$k,
|
|
5156
5198
|
null,
|
|
5157
5199
|
null,
|
|
5158
5200
|
null
|
|
5159
5201
|
);
|
|
5160
|
-
function __vue2_injectStyles$
|
|
5161
|
-
for (let o in __cssModules$
|
|
5162
|
-
this[o] = __cssModules$
|
|
5202
|
+
function __vue2_injectStyles$k(context) {
|
|
5203
|
+
for (let o in __cssModules$k) {
|
|
5204
|
+
this[o] = __cssModules$k[o];
|
|
5163
5205
|
}
|
|
5164
5206
|
}
|
|
5165
5207
|
var wSlider = /* @__PURE__ */ function() {
|
|
5166
|
-
return __component__$
|
|
5208
|
+
return __component__$k.exports;
|
|
5167
5209
|
}();
|
|
5168
|
-
var render$
|
|
5210
|
+
var render$j = function() {
|
|
5169
5211
|
var _vm = this;
|
|
5170
5212
|
var _h = _vm.$createElement;
|
|
5171
5213
|
var _c = _vm._self._c || _h;
|
|
5172
5214
|
return _vm.value || _vm.value === void 0 ? _c("div", { staticClass: "w-spinner", class: _vm.classes, style: _vm.styles }, [_vm.isThreeDots ? _c("span") : _vm._e()]) : _vm._e();
|
|
5173
5215
|
};
|
|
5174
|
-
var staticRenderFns$
|
|
5216
|
+
var staticRenderFns$j = [];
|
|
5175
5217
|
var wSpinner_vue_vue_type_style_index_0_lang = "";
|
|
5176
|
-
const __vue2_script$
|
|
5218
|
+
const __vue2_script$j = {
|
|
5177
5219
|
name: "w-spinner",
|
|
5178
5220
|
props: {
|
|
5179
5221
|
value: {},
|
|
@@ -5212,59 +5254,59 @@ const __vue2_script$i = {
|
|
|
5212
5254
|
}
|
|
5213
5255
|
}
|
|
5214
5256
|
};
|
|
5215
|
-
const __cssModules$
|
|
5216
|
-
var __component__$
|
|
5217
|
-
__vue2_script$
|
|
5218
|
-
render$
|
|
5219
|
-
staticRenderFns$
|
|
5257
|
+
const __cssModules$j = {};
|
|
5258
|
+
var __component__$j = /* @__PURE__ */ normalizeComponent(
|
|
5259
|
+
__vue2_script$j,
|
|
5260
|
+
render$j,
|
|
5261
|
+
staticRenderFns$j,
|
|
5220
5262
|
false,
|
|
5221
|
-
__vue2_injectStyles$
|
|
5263
|
+
__vue2_injectStyles$j,
|
|
5222
5264
|
null,
|
|
5223
5265
|
null,
|
|
5224
5266
|
null
|
|
5225
5267
|
);
|
|
5226
|
-
function __vue2_injectStyles$
|
|
5227
|
-
for (let o in __cssModules$
|
|
5228
|
-
this[o] = __cssModules$
|
|
5268
|
+
function __vue2_injectStyles$j(context) {
|
|
5269
|
+
for (let o in __cssModules$j) {
|
|
5270
|
+
this[o] = __cssModules$j[o];
|
|
5229
5271
|
}
|
|
5230
5272
|
}
|
|
5231
5273
|
var wSpinner = /* @__PURE__ */ function() {
|
|
5232
|
-
return __component__$
|
|
5274
|
+
return __component__$j.exports;
|
|
5233
5275
|
}();
|
|
5234
|
-
var render$
|
|
5276
|
+
var render$i = function() {
|
|
5235
5277
|
var _vm = this;
|
|
5236
5278
|
var _h = _vm.$createElement;
|
|
5237
5279
|
var _c = _vm._self._c || _h;
|
|
5238
5280
|
return _c("div", { staticClass: "w-steps" });
|
|
5239
5281
|
};
|
|
5240
|
-
var staticRenderFns$
|
|
5282
|
+
var staticRenderFns$i = [];
|
|
5241
5283
|
var wSteps_vue_vue_type_style_index_0_lang = "";
|
|
5242
|
-
const __vue2_script$
|
|
5284
|
+
const __vue2_script$i = {
|
|
5243
5285
|
name: "w-steps",
|
|
5244
5286
|
props: {},
|
|
5245
5287
|
emits: [],
|
|
5246
5288
|
data: () => ({})
|
|
5247
5289
|
};
|
|
5248
|
-
const __cssModules$
|
|
5249
|
-
var __component__$
|
|
5250
|
-
__vue2_script$
|
|
5251
|
-
render$
|
|
5252
|
-
staticRenderFns$
|
|
5290
|
+
const __cssModules$i = {};
|
|
5291
|
+
var __component__$i = /* @__PURE__ */ normalizeComponent(
|
|
5292
|
+
__vue2_script$i,
|
|
5293
|
+
render$i,
|
|
5294
|
+
staticRenderFns$i,
|
|
5253
5295
|
false,
|
|
5254
|
-
__vue2_injectStyles$
|
|
5296
|
+
__vue2_injectStyles$i,
|
|
5255
5297
|
null,
|
|
5256
5298
|
null,
|
|
5257
5299
|
null
|
|
5258
5300
|
);
|
|
5259
|
-
function __vue2_injectStyles$
|
|
5260
|
-
for (let o in __cssModules$
|
|
5261
|
-
this[o] = __cssModules$
|
|
5301
|
+
function __vue2_injectStyles$i(context) {
|
|
5302
|
+
for (let o in __cssModules$i) {
|
|
5303
|
+
this[o] = __cssModules$i[o];
|
|
5262
5304
|
}
|
|
5263
5305
|
}
|
|
5264
5306
|
var wSteps = /* @__PURE__ */ function() {
|
|
5265
|
-
return __component__$
|
|
5307
|
+
return __component__$i.exports;
|
|
5266
5308
|
}();
|
|
5267
|
-
var render$
|
|
5309
|
+
var render$h = function() {
|
|
5268
5310
|
var _vm = this;
|
|
5269
5311
|
var _h = _vm.$createElement;
|
|
5270
5312
|
var _c = _vm._self._c || _h;
|
|
@@ -5282,13 +5324,13 @@ var render$g = function() {
|
|
|
5282
5324
|
})], 2) : _vm._e()] : _vm._e(), _c("div", _vm._g({ staticClass: "w-switch__input", class: _vm.inputClasses, on: { "click": function($event) {
|
|
5283
5325
|
_vm.$refs.input.focus();
|
|
5284
5326
|
_vm.$refs.input.click();
|
|
5285
|
-
} } }, _vm.$listeners), [_vm.$slots.track ? _c("div", { staticClass: "w-switch__track" }, [_vm._t("track")], 2) : _vm._e(), _vm.$slots.thumb || _vm.loading ? _c("div", { staticClass: "w-switch__thumb" }, [_vm.loading ? _c("w-progress", _vm._b({ attrs: { "circle": "", "color": "inherit" } }, "w-progress", typeof _vm.loading === "number" ? {
|
|
5327
|
+
} } }, _vm.$listeners), [_vm.$slots.track ? _c("div", { staticClass: "w-switch__track" }, [_vm._t("track")], 2) : _vm._e(), _vm.$slots.thumb || _vm.loading ? _c("div", { staticClass: "w-switch__thumb" }, [_vm.loading ? _c("w-progress", _vm._b({ attrs: { "circle": "", "color": "inherit" } }, "w-progress", typeof _vm.loading === "number" ? { value: _vm.loading } : {}, false)) : _vm._t("thumb")], 2) : _vm._e()]), _vm.hasLabel && !_vm.labelOnLeft ? [_vm.$slots.default || _vm.label ? _c("label", { staticClass: "w-switch__label w-switch__label--right w-form-el-shakable", class: _vm.labelClasses, attrs: { "for": "w-switch--" + _vm._uid } }, [_vm._t("default", function() {
|
|
5286
5328
|
return [_vm._v(_vm._s(_vm.label))];
|
|
5287
5329
|
})], 2) : _vm._e()] : _vm._e()], 2);
|
|
5288
5330
|
};
|
|
5289
|
-
var staticRenderFns$
|
|
5331
|
+
var staticRenderFns$h = [];
|
|
5290
5332
|
var wSwitch_vue_vue_type_style_index_0_lang = "";
|
|
5291
|
-
const __vue2_script$
|
|
5333
|
+
const __vue2_script$h = {
|
|
5292
5334
|
name: "w-switch",
|
|
5293
5335
|
mixins: [FormElementMixin],
|
|
5294
5336
|
props: {
|
|
@@ -5363,53 +5405,53 @@ const __vue2_script$g = {
|
|
|
5363
5405
|
}
|
|
5364
5406
|
}
|
|
5365
5407
|
};
|
|
5366
|
-
const __cssModules$
|
|
5367
|
-
var __component__$
|
|
5368
|
-
__vue2_script$
|
|
5369
|
-
render$
|
|
5370
|
-
staticRenderFns$
|
|
5408
|
+
const __cssModules$h = {};
|
|
5409
|
+
var __component__$h = /* @__PURE__ */ normalizeComponent(
|
|
5410
|
+
__vue2_script$h,
|
|
5411
|
+
render$h,
|
|
5412
|
+
staticRenderFns$h,
|
|
5371
5413
|
false,
|
|
5372
|
-
__vue2_injectStyles$
|
|
5414
|
+
__vue2_injectStyles$h,
|
|
5373
5415
|
null,
|
|
5374
5416
|
null,
|
|
5375
5417
|
null
|
|
5376
5418
|
);
|
|
5377
|
-
function __vue2_injectStyles$
|
|
5378
|
-
for (let o in __cssModules$
|
|
5379
|
-
this[o] = __cssModules$
|
|
5419
|
+
function __vue2_injectStyles$h(context) {
|
|
5420
|
+
for (let o in __cssModules$h) {
|
|
5421
|
+
this[o] = __cssModules$h[o];
|
|
5380
5422
|
}
|
|
5381
5423
|
}
|
|
5382
5424
|
var wSwitch = /* @__PURE__ */ function() {
|
|
5383
|
-
return __component__$
|
|
5425
|
+
return __component__$h.exports;
|
|
5384
5426
|
}();
|
|
5385
|
-
var render$
|
|
5427
|
+
var render$g = function() {
|
|
5386
5428
|
var _vm = this;
|
|
5387
5429
|
var _h = _vm.$createElement;
|
|
5388
5430
|
var _c = _vm._self._c || _h;
|
|
5389
5431
|
return _c("div", { staticClass: "w-tabs__content" }, [_vm._t("default")], 2);
|
|
5390
5432
|
};
|
|
5391
|
-
var staticRenderFns$
|
|
5392
|
-
const __vue2_script$
|
|
5393
|
-
const __cssModules$
|
|
5394
|
-
var __component__$
|
|
5395
|
-
__vue2_script$
|
|
5396
|
-
render$
|
|
5397
|
-
staticRenderFns$
|
|
5433
|
+
var staticRenderFns$g = [];
|
|
5434
|
+
const __vue2_script$g = {};
|
|
5435
|
+
const __cssModules$g = {};
|
|
5436
|
+
var __component__$g = /* @__PURE__ */ normalizeComponent(
|
|
5437
|
+
__vue2_script$g,
|
|
5438
|
+
render$g,
|
|
5439
|
+
staticRenderFns$g,
|
|
5398
5440
|
false,
|
|
5399
|
-
__vue2_injectStyles$
|
|
5441
|
+
__vue2_injectStyles$g,
|
|
5400
5442
|
null,
|
|
5401
5443
|
null,
|
|
5402
5444
|
null
|
|
5403
5445
|
);
|
|
5404
|
-
function __vue2_injectStyles$
|
|
5405
|
-
for (let o in __cssModules$
|
|
5406
|
-
this[o] = __cssModules$
|
|
5446
|
+
function __vue2_injectStyles$g(context) {
|
|
5447
|
+
for (let o in __cssModules$g) {
|
|
5448
|
+
this[o] = __cssModules$g[o];
|
|
5407
5449
|
}
|
|
5408
5450
|
}
|
|
5409
5451
|
var TabContent = /* @__PURE__ */ function() {
|
|
5410
|
-
return __component__$
|
|
5452
|
+
return __component__$g.exports;
|
|
5411
5453
|
}();
|
|
5412
|
-
var render$
|
|
5454
|
+
var render$f = function() {
|
|
5413
5455
|
var _vm = this;
|
|
5414
5456
|
var _h = _vm.$createElement;
|
|
5415
5457
|
var _c = _vm._self._c || _h;
|
|
@@ -5430,9 +5472,9 @@ var render$e = function() {
|
|
|
5430
5472
|
return [_c("div", { domProps: { "innerHTML": _vm._s(_vm.activeTab[_vm.itemContentKey]) } })];
|
|
5431
5473
|
}, { "item": _vm.getOriginalItem(_vm.activeTab), "index": _vm.activeTab._index + 1, "active": _vm.activeTab._index === _vm.activeTabIndex })], 2)], 1)], 1)], 1) : _vm._e()]);
|
|
5432
5474
|
};
|
|
5433
|
-
var staticRenderFns$
|
|
5475
|
+
var staticRenderFns$f = [];
|
|
5434
5476
|
var index_vue_vue_type_style_index_0_lang = "";
|
|
5435
|
-
const __vue2_script$
|
|
5477
|
+
const __vue2_script$f = {
|
|
5436
5478
|
name: "w-tabs",
|
|
5437
5479
|
props: {
|
|
5438
5480
|
value: { type: [Number, String] },
|
|
@@ -5601,26 +5643,26 @@ const __vue2_script$e = {
|
|
|
5601
5643
|
}
|
|
5602
5644
|
}
|
|
5603
5645
|
};
|
|
5604
|
-
const __cssModules$
|
|
5605
|
-
var __component__$
|
|
5606
|
-
__vue2_script$
|
|
5607
|
-
render$
|
|
5608
|
-
staticRenderFns$
|
|
5646
|
+
const __cssModules$f = {};
|
|
5647
|
+
var __component__$f = /* @__PURE__ */ normalizeComponent(
|
|
5648
|
+
__vue2_script$f,
|
|
5649
|
+
render$f,
|
|
5650
|
+
staticRenderFns$f,
|
|
5609
5651
|
false,
|
|
5610
|
-
__vue2_injectStyles$
|
|
5652
|
+
__vue2_injectStyles$f,
|
|
5611
5653
|
null,
|
|
5612
5654
|
null,
|
|
5613
5655
|
null
|
|
5614
5656
|
);
|
|
5615
|
-
function __vue2_injectStyles$
|
|
5616
|
-
for (let o in __cssModules$
|
|
5617
|
-
this[o] = __cssModules$
|
|
5657
|
+
function __vue2_injectStyles$f(context) {
|
|
5658
|
+
for (let o in __cssModules$f) {
|
|
5659
|
+
this[o] = __cssModules$f[o];
|
|
5618
5660
|
}
|
|
5619
5661
|
}
|
|
5620
5662
|
var index = /* @__PURE__ */ function() {
|
|
5621
|
-
return __component__$
|
|
5663
|
+
return __component__$f.exports;
|
|
5622
5664
|
}();
|
|
5623
|
-
var render$
|
|
5665
|
+
var render$e = function() {
|
|
5624
5666
|
var _vm = this;
|
|
5625
5667
|
var _h = _vm.$createElement;
|
|
5626
5668
|
var _c = _vm._self._c || _h;
|
|
@@ -5647,12 +5689,18 @@ var render$d = function() {
|
|
|
5647
5689
|
var _obj, _obj$1;
|
|
5648
5690
|
return [_vm.$scopedSlots["item-cell." + header.key] || _vm.$scopedSlots["item-cell." + (j + 1)] || _vm.$scopedSlots["item-cell"] ? _c("td", { key: j + "-a", staticClass: "w-table__cell", class: (_obj = {}, _obj["text-" + (header.align || "left")] = true, _obj["w-table__cell--sticky"] = header.sticky, _obj), attrs: { "data-label": header.label } }, [_vm.$scopedSlots["item-cell." + header.key] ? _vm._t("item-cell." + header.key, null, { "header": header, "item": item, "label": item[header.key] || "", "index": i + 1 }) : _vm.$scopedSlots["item-cell." + (j + 1)] ? _vm._t("item-cell." + (j + 1), null, { "header": header, "item": item, "label": item[header.key] || "", "index": i + 1 }) : _vm.$scopedSlots["item-cell"] ? _vm._t("item-cell", null, { "header": header, "item": item, "label": item[header.key] || "", "index": i + 1 }) : _vm._e(), j < _vm.headers.length - 1 && _vm.resizableColumns ? _c("span", { staticClass: "w-table__col-resizer", class: { "w-table__col-resizer--hover": _vm.colResizing.hover === j, "w-table__col-resizer--active": _vm.colResizing.columnIndex === j } }) : _vm._e()], 2) : _c("td", { key: j + "-b", staticClass: "w-table__cell", class: (_obj$1 = {}, _obj$1["text-" + (header.align || "left")] = true, _obj$1["w-table__cell--sticky"] = header.sticky, _obj$1), attrs: { "data-label": header.label } }, [_c("div", { domProps: { "innerHTML": _vm._s(item[header.key] || "") } }), j < _vm.headers.length - 1 && _vm.resizableColumns ? _c("span", { staticClass: "w-table__col-resizer", class: { "w-table__col-resizer--hover": _vm.colResizing.hover === j, "w-table__col-resizer--active": _vm.colResizing.columnIndex === j } }) : _vm._e()])];
|
|
5649
5691
|
})], 2), _vm.expandedRowsByUid[item._uid] ? _c("tr", { staticClass: "w-table__row w-table__row--expansion" }, [_c("td", { staticClass: "w-table__cell", attrs: { "colspan": _vm.headers.length } }, [_c("w-transition-expand", { attrs: { "y": "" } }, [_vm.expandedRowsByUid[item._uid] ? _c("div", [_vm._t("row-expansion", null, { "item": item, "index": i + 1 })], 2) : _vm._e(), i < _vm.headers.length - 1 && _vm.resizableColumns ? _c("span", { staticClass: "w-table__col-resizer", class: { "w-table__col-resizer--hover": _vm.colResizing.hover === i, "w-table__col-resizer--active": _vm.colResizing.columnIndex === _vm.j } }) : _vm._e()])], 1)]) : _vm._e()];
|
|
5650
|
-
})] : _vm._e(), _vm.$slots["extra-row"] ? _c("div", { staticClass: "w-table__extra-row" }, [_vm._t("extra-row")], 2) : _vm._e()], 2), _vm.$slots.footer || _vm.$slots["footer-row"] ? _c("tfoot", { staticClass: "w-table__footer" }, [_vm.$slots["footer-row"] ? _vm._t("footer-row") : _c("tr", { staticClass: "w-table__row" }, [_c("td", { staticClass: "w-table__cell", attrs: { "colspan": _vm.headers.length } }, [_vm._t("footer")], 2)])
|
|
5692
|
+
})] : _vm._e(), _vm.$slots["extra-row"] ? _c("div", { staticClass: "w-table__extra-row" }, [_vm._t("extra-row")], 2) : _vm._e()], 2), _vm.$slots.footer || _vm.$slots["footer-row"] || _vm.pagination ? _c("tfoot", { staticClass: "w-table__footer" }, [_vm.$slots["footer-row"] ? _vm._t("footer-row") : _vm.$slots.footer ? _c("tr", { staticClass: "w-table__row" }, [_c("td", { staticClass: "w-table__cell", attrs: { "colspan": _vm.headers.length } }, [_vm._t("footer")], 2)]) : _vm._e(), _vm.pagination && _vm.paginationConfig ? _c("tr", { staticClass: "w-table__row w-table__pagination-wrap" }, [_c("td", { staticClass: "w-table__cell", attrs: { "colspan": _vm.headers.length } }, [_c("div", { staticClass: "w-table__pagination" }, [_vm.paginationConfig.itemsPerPageOptions ? _c("w-select", { staticClass: "pagination-number pagination-number--items-per-page", attrs: { "items": _vm.paginationConfig.itemsPerPageOptions, "label-position": "left", "label": "Items per page", "label-color": "inherit" }, model: { value: _vm.paginationConfig.itemsPerPage, callback: function($$v) {
|
|
5693
|
+
_vm.$set(_vm.paginationConfig, "itemsPerPage", $$v);
|
|
5694
|
+
}, expression: "paginationConfig.itemsPerPage" } }) : _vm._e(), _c("span", { staticClass: "pagination-number pagination-number--results" }, [_vm._v(_vm._s(_vm.paginationConfig.start) + "-" + _vm._s(_vm.paginationConfig.end) + " of " + _vm._s(_vm.paginationConfig.total))]), _c("div", { staticClass: "pagination-arrows" }, [_c("w-button", { staticClass: "pagination-arrow pagination-arrow--prev", attrs: { "icon": "wi-chevron-left", "text": "", "lg": "" }, on: { "click": function($event) {
|
|
5695
|
+
_vm.paginationConfig.page--;
|
|
5696
|
+
} } }), _c("w-button", { staticClass: "pagination-arrow pagination-arrow--next", attrs: { "icon": "wi-chevron-right", "text": "", "lg": "" }, on: { "click": function($event) {
|
|
5697
|
+
_vm.paginationConfig.page++;
|
|
5698
|
+
} } })], 1)], 1)])]) : _vm._e()], 2) : _vm._e()])]);
|
|
5651
5699
|
};
|
|
5652
|
-
var staticRenderFns$
|
|
5700
|
+
var staticRenderFns$e = [];
|
|
5653
5701
|
var wTable_vue_vue_type_style_index_0_lang = "";
|
|
5654
5702
|
const minColumnWidth = 15;
|
|
5655
|
-
const __vue2_script$
|
|
5703
|
+
const __vue2_script$e = {
|
|
5656
5704
|
name: "w-table",
|
|
5657
5705
|
props: {
|
|
5658
5706
|
items: { type: Array, required: true },
|
|
@@ -5690,7 +5738,21 @@ const __vue2_script$d = {
|
|
|
5690
5738
|
filter: { type: Function },
|
|
5691
5739
|
sortFunction: { type: Function },
|
|
5692
5740
|
mobileBreakpoint: { type: Number, default: 0 },
|
|
5693
|
-
resizableColumns: { type: Boolean }
|
|
5741
|
+
resizableColumns: { type: Boolean },
|
|
5742
|
+
pagination: {
|
|
5743
|
+
type: [Boolean, Object, String],
|
|
5744
|
+
validator: (object) => {
|
|
5745
|
+
if (!object)
|
|
5746
|
+
return true;
|
|
5747
|
+
else if (typeof object === "object" && (!object.itemsPerPage || object.page && isNaN(object.page))) {
|
|
5748
|
+
consoleError(
|
|
5749
|
+
"Wrong pagination config received in the w-table's `pagination` prop (received: `" + JSON.stringify(object) + "`). \nExpected object: { itemsPerPage: Integer, page: Integer } or { itemsPerPage: Integer, start: Integer }."
|
|
5750
|
+
);
|
|
5751
|
+
return false;
|
|
5752
|
+
}
|
|
5753
|
+
return true;
|
|
5754
|
+
}
|
|
5755
|
+
}
|
|
5694
5756
|
},
|
|
5695
5757
|
emits: [
|
|
5696
5758
|
"row-select",
|
|
@@ -5714,7 +5776,8 @@ const __vue2_script$d = {
|
|
|
5714
5776
|
nextColWidth: null,
|
|
5715
5777
|
columnEl: null,
|
|
5716
5778
|
nextColumnEl: null
|
|
5717
|
-
}
|
|
5779
|
+
},
|
|
5780
|
+
paginationConfig: {}
|
|
5718
5781
|
}),
|
|
5719
5782
|
computed: {
|
|
5720
5783
|
tableItems() {
|
|
@@ -5912,6 +5975,20 @@ const __vue2_script$d = {
|
|
|
5912
5975
|
this.colResizing.colWidth = null;
|
|
5913
5976
|
this.colResizing.nextColWidth = null;
|
|
5914
5977
|
}, 0);
|
|
5978
|
+
},
|
|
5979
|
+
updatePaginationConfig() {
|
|
5980
|
+
var _a, _b, _c, _d, _e;
|
|
5981
|
+
const itemsPerPage = ((_a = this.pagination) == null ? void 0 : _a.itemsPerPage) || 10;
|
|
5982
|
+
const total = ((_b = this.pagination) == null ? void 0 : _b.total) || this.items.length;
|
|
5983
|
+
const page = ((_c = this.pagination) == null ? void 0 : _c.page) || 1;
|
|
5984
|
+
this.paginationConfig = {
|
|
5985
|
+
itemsPerPage,
|
|
5986
|
+
itemsPerPageOptions: ((_d = this.pagination) == null ? void 0 : _d.itemsPerPageOptions) || [{ label: "10", value: 10 }, { label: "100", value: 100 }, { label: "All", value: 0 }],
|
|
5987
|
+
page,
|
|
5988
|
+
start: ((_e = this.pagination) == null ? void 0 : _e.start) || 1,
|
|
5989
|
+
end: total >= itemsPerPage * page ? itemsPerPage * page : total % (itemsPerPage * page),
|
|
5990
|
+
total
|
|
5991
|
+
};
|
|
5915
5992
|
}
|
|
5916
5993
|
},
|
|
5917
5994
|
created() {
|
|
@@ -5923,6 +6000,8 @@ const __vue2_script$d = {
|
|
|
5923
6000
|
this.expandedRowsInternal = this.expandedRows;
|
|
5924
6001
|
if ((this.selectedRows || []).length)
|
|
5925
6002
|
this.selectedRowsInternal = this.selectedRows;
|
|
6003
|
+
if (this.pagination)
|
|
6004
|
+
this.updatePaginationConfig();
|
|
5926
6005
|
},
|
|
5927
6006
|
watch: {
|
|
5928
6007
|
sort(sorting) {
|
|
@@ -5951,26 +6030,26 @@ const __vue2_script$d = {
|
|
|
5951
6030
|
}
|
|
5952
6031
|
}
|
|
5953
6032
|
};
|
|
5954
|
-
const __cssModules$
|
|
5955
|
-
var __component__$
|
|
5956
|
-
__vue2_script$
|
|
5957
|
-
render$
|
|
5958
|
-
staticRenderFns$
|
|
5959
|
-
false,
|
|
5960
|
-
__vue2_injectStyles$
|
|
5961
|
-
null,
|
|
5962
|
-
null,
|
|
6033
|
+
const __cssModules$e = {};
|
|
6034
|
+
var __component__$e = /* @__PURE__ */ normalizeComponent(
|
|
6035
|
+
__vue2_script$e,
|
|
6036
|
+
render$e,
|
|
6037
|
+
staticRenderFns$e,
|
|
6038
|
+
false,
|
|
6039
|
+
__vue2_injectStyles$e,
|
|
6040
|
+
null,
|
|
6041
|
+
null,
|
|
5963
6042
|
null
|
|
5964
6043
|
);
|
|
5965
|
-
function __vue2_injectStyles$
|
|
5966
|
-
for (let o in __cssModules$
|
|
5967
|
-
this[o] = __cssModules$
|
|
6044
|
+
function __vue2_injectStyles$e(context) {
|
|
6045
|
+
for (let o in __cssModules$e) {
|
|
6046
|
+
this[o] = __cssModules$e[o];
|
|
5968
6047
|
}
|
|
5969
6048
|
}
|
|
5970
6049
|
var wTable = /* @__PURE__ */ function() {
|
|
5971
|
-
return __component__$
|
|
6050
|
+
return __component__$e.exports;
|
|
5972
6051
|
}();
|
|
5973
|
-
var render$
|
|
6052
|
+
var render$d = function() {
|
|
5974
6053
|
var _vm = this;
|
|
5975
6054
|
var _h = _vm.$createElement;
|
|
5976
6055
|
var _c = _vm._self._c || _h;
|
|
@@ -5989,9 +6068,9 @@ var render$c = function() {
|
|
|
5989
6068
|
_vm.$emit("input", false);
|
|
5990
6069
|
} } }) : _vm._e()], 2);
|
|
5991
6070
|
};
|
|
5992
|
-
var staticRenderFns$
|
|
6071
|
+
var staticRenderFns$d = [];
|
|
5993
6072
|
var wTag_vue_vue_type_style_index_0_lang = "";
|
|
5994
|
-
const __vue2_script$
|
|
6073
|
+
const __vue2_script$d = {
|
|
5995
6074
|
name: "w-tag",
|
|
5996
6075
|
props: {
|
|
5997
6076
|
value: { type: [Boolean, Number], default: -1 },
|
|
@@ -6039,26 +6118,26 @@ const __vue2_script$c = {
|
|
|
6039
6118
|
}
|
|
6040
6119
|
}
|
|
6041
6120
|
};
|
|
6042
|
-
const __cssModules$
|
|
6043
|
-
var __component__$
|
|
6044
|
-
__vue2_script$
|
|
6045
|
-
render$
|
|
6046
|
-
staticRenderFns$
|
|
6121
|
+
const __cssModules$d = {};
|
|
6122
|
+
var __component__$d = /* @__PURE__ */ normalizeComponent(
|
|
6123
|
+
__vue2_script$d,
|
|
6124
|
+
render$d,
|
|
6125
|
+
staticRenderFns$d,
|
|
6047
6126
|
false,
|
|
6048
|
-
__vue2_injectStyles$
|
|
6127
|
+
__vue2_injectStyles$d,
|
|
6049
6128
|
null,
|
|
6050
6129
|
null,
|
|
6051
6130
|
null
|
|
6052
6131
|
);
|
|
6053
|
-
function __vue2_injectStyles$
|
|
6054
|
-
for (let o in __cssModules$
|
|
6055
|
-
this[o] = __cssModules$
|
|
6132
|
+
function __vue2_injectStyles$d(context) {
|
|
6133
|
+
for (let o in __cssModules$d) {
|
|
6134
|
+
this[o] = __cssModules$d[o];
|
|
6056
6135
|
}
|
|
6057
6136
|
}
|
|
6058
6137
|
var wTag = /* @__PURE__ */ function() {
|
|
6059
|
-
return __component__$
|
|
6138
|
+
return __component__$d.exports;
|
|
6060
6139
|
}();
|
|
6061
|
-
var render$
|
|
6140
|
+
var render$c = function() {
|
|
6062
6141
|
var _vm = this;
|
|
6063
6142
|
var _h = _vm.$createElement;
|
|
6064
6143
|
var _c = _vm._self._c || _h;
|
|
@@ -6084,9 +6163,9 @@ var render$b = function() {
|
|
|
6084
6163
|
return [_vm._v(_vm._s(_vm.label))];
|
|
6085
6164
|
})], 2) : _vm._e()] : _vm._e()], 2);
|
|
6086
6165
|
};
|
|
6087
|
-
var staticRenderFns$
|
|
6166
|
+
var staticRenderFns$c = [];
|
|
6088
6167
|
var wTextarea_vue_vue_type_style_index_0_lang = "";
|
|
6089
|
-
const __vue2_script$
|
|
6168
|
+
const __vue2_script$c = {
|
|
6090
6169
|
name: "w-textarea",
|
|
6091
6170
|
mixins: [FormElementMixin],
|
|
6092
6171
|
props: {
|
|
@@ -6221,26 +6300,26 @@ const __vue2_script$b = {
|
|
|
6221
6300
|
}
|
|
6222
6301
|
}
|
|
6223
6302
|
};
|
|
6224
|
-
const __cssModules$
|
|
6225
|
-
var __component__$
|
|
6226
|
-
__vue2_script$
|
|
6227
|
-
render$
|
|
6228
|
-
staticRenderFns$
|
|
6303
|
+
const __cssModules$c = {};
|
|
6304
|
+
var __component__$c = /* @__PURE__ */ normalizeComponent(
|
|
6305
|
+
__vue2_script$c,
|
|
6306
|
+
render$c,
|
|
6307
|
+
staticRenderFns$c,
|
|
6229
6308
|
false,
|
|
6230
|
-
__vue2_injectStyles$
|
|
6309
|
+
__vue2_injectStyles$c,
|
|
6231
6310
|
null,
|
|
6232
6311
|
null,
|
|
6233
6312
|
null
|
|
6234
6313
|
);
|
|
6235
|
-
function __vue2_injectStyles$
|
|
6236
|
-
for (let o in __cssModules$
|
|
6237
|
-
this[o] = __cssModules$
|
|
6314
|
+
function __vue2_injectStyles$c(context) {
|
|
6315
|
+
for (let o in __cssModules$c) {
|
|
6316
|
+
this[o] = __cssModules$c[o];
|
|
6238
6317
|
}
|
|
6239
6318
|
}
|
|
6240
6319
|
var wTextarea = /* @__PURE__ */ function() {
|
|
6241
|
-
return __component__$
|
|
6320
|
+
return __component__$c.exports;
|
|
6242
6321
|
}();
|
|
6243
|
-
var render$
|
|
6322
|
+
var render$b = function() {
|
|
6244
6323
|
var _vm = this;
|
|
6245
6324
|
var _h = _vm.$createElement;
|
|
6246
6325
|
var _c = _vm._self._c || _h;
|
|
@@ -6252,9 +6331,9 @@ var render$a = function() {
|
|
|
6252
6331
|
}, { "item": item, "index": i + 1 }) : _vm._t("item." + (i + 1), null, { "item": item, "index": i + 1 })], 2);
|
|
6253
6332
|
}), 0);
|
|
6254
6333
|
};
|
|
6255
|
-
var staticRenderFns$
|
|
6334
|
+
var staticRenderFns$b = [];
|
|
6256
6335
|
var wTimeline_vue_vue_type_style_index_0_lang = "";
|
|
6257
|
-
const __vue2_script$
|
|
6336
|
+
const __vue2_script$b = {
|
|
6258
6337
|
name: "w-timeline",
|
|
6259
6338
|
props: {
|
|
6260
6339
|
items: { type: [Array, Number], required: true },
|
|
@@ -6267,34 +6346,34 @@ const __vue2_script$a = {
|
|
|
6267
6346
|
},
|
|
6268
6347
|
emits: []
|
|
6269
6348
|
};
|
|
6270
|
-
const __cssModules$
|
|
6271
|
-
var __component__$
|
|
6272
|
-
__vue2_script$
|
|
6273
|
-
render$
|
|
6274
|
-
staticRenderFns$
|
|
6349
|
+
const __cssModules$b = {};
|
|
6350
|
+
var __component__$b = /* @__PURE__ */ normalizeComponent(
|
|
6351
|
+
__vue2_script$b,
|
|
6352
|
+
render$b,
|
|
6353
|
+
staticRenderFns$b,
|
|
6275
6354
|
false,
|
|
6276
|
-
__vue2_injectStyles$
|
|
6355
|
+
__vue2_injectStyles$b,
|
|
6277
6356
|
null,
|
|
6278
6357
|
null,
|
|
6279
6358
|
null
|
|
6280
6359
|
);
|
|
6281
|
-
function __vue2_injectStyles$
|
|
6282
|
-
for (let o in __cssModules$
|
|
6283
|
-
this[o] = __cssModules$
|
|
6360
|
+
function __vue2_injectStyles$b(context) {
|
|
6361
|
+
for (let o in __cssModules$b) {
|
|
6362
|
+
this[o] = __cssModules$b[o];
|
|
6284
6363
|
}
|
|
6285
6364
|
}
|
|
6286
6365
|
var wTimeline = /* @__PURE__ */ function() {
|
|
6287
|
-
return __component__$
|
|
6366
|
+
return __component__$b.exports;
|
|
6288
6367
|
}();
|
|
6289
|
-
var render$
|
|
6368
|
+
var render$a = function() {
|
|
6290
6369
|
var _vm = this;
|
|
6291
6370
|
var _h = _vm.$createElement;
|
|
6292
6371
|
var _c = _vm._self._c || _h;
|
|
6293
6372
|
return _c("div", { staticClass: "w-toolbar", class: _vm.classes, style: _vm.styles }, [_vm._t("default")], 2);
|
|
6294
6373
|
};
|
|
6295
|
-
var staticRenderFns$
|
|
6374
|
+
var staticRenderFns$a = [];
|
|
6296
6375
|
var wToolbar_vue_vue_type_style_index_0_lang = "";
|
|
6297
|
-
const __vue2_script$
|
|
6376
|
+
const __vue2_script$a = {
|
|
6298
6377
|
name: "w-toolbar",
|
|
6299
6378
|
props: {
|
|
6300
6379
|
color: { type: String },
|
|
@@ -6340,34 +6419,34 @@ const __vue2_script$9 = {
|
|
|
6340
6419
|
}
|
|
6341
6420
|
}
|
|
6342
6421
|
};
|
|
6343
|
-
const __cssModules$
|
|
6344
|
-
var __component__$
|
|
6345
|
-
__vue2_script$
|
|
6346
|
-
render$
|
|
6347
|
-
staticRenderFns$
|
|
6422
|
+
const __cssModules$a = {};
|
|
6423
|
+
var __component__$a = /* @__PURE__ */ normalizeComponent(
|
|
6424
|
+
__vue2_script$a,
|
|
6425
|
+
render$a,
|
|
6426
|
+
staticRenderFns$a,
|
|
6348
6427
|
false,
|
|
6349
|
-
__vue2_injectStyles$
|
|
6428
|
+
__vue2_injectStyles$a,
|
|
6350
6429
|
null,
|
|
6351
6430
|
null,
|
|
6352
6431
|
null
|
|
6353
6432
|
);
|
|
6354
|
-
function __vue2_injectStyles$
|
|
6355
|
-
for (let o in __cssModules$
|
|
6356
|
-
this[o] = __cssModules$
|
|
6433
|
+
function __vue2_injectStyles$a(context) {
|
|
6434
|
+
for (let o in __cssModules$a) {
|
|
6435
|
+
this[o] = __cssModules$a[o];
|
|
6357
6436
|
}
|
|
6358
6437
|
}
|
|
6359
6438
|
var wToolbar = /* @__PURE__ */ function() {
|
|
6360
|
-
return __component__$
|
|
6439
|
+
return __component__$a.exports;
|
|
6361
6440
|
}();
|
|
6362
|
-
var render$
|
|
6441
|
+
var render$9 = function() {
|
|
6363
6442
|
var _vm = this;
|
|
6364
6443
|
var _h = _vm.$createElement;
|
|
6365
6444
|
var _c = _vm._self._c || _h;
|
|
6366
6445
|
return _c("div", { staticClass: "w-tooltip-wrap" }, [_vm._t("activator", null, { "on": _vm.activatorEventHandlers }), _c("transition", { attrs: { "name": _vm.transitionName, "appear": "" } }, [_vm.detachableVisible ? _c("div", { key: _vm._uid, ref: "detachable", staticClass: "w-tooltip", class: _vm.classes, style: _vm.styles }, [_vm._t("default")], 2) : _vm._e()])], 2);
|
|
6367
6446
|
};
|
|
6368
|
-
var staticRenderFns$
|
|
6447
|
+
var staticRenderFns$9 = [];
|
|
6369
6448
|
var wTooltip_vue_vue_type_style_index_0_lang = "";
|
|
6370
|
-
const __vue2_script$
|
|
6449
|
+
const __vue2_script$9 = {
|
|
6371
6450
|
name: "w-tooltip",
|
|
6372
6451
|
mixins: [DetachableMixin],
|
|
6373
6452
|
props: {
|
|
@@ -6483,66 +6562,66 @@ const __vue2_script$8 = {
|
|
|
6483
6562
|
}
|
|
6484
6563
|
}
|
|
6485
6564
|
};
|
|
6486
|
-
const __cssModules$
|
|
6487
|
-
var __component__$
|
|
6488
|
-
__vue2_script$
|
|
6489
|
-
render$
|
|
6490
|
-
staticRenderFns$
|
|
6565
|
+
const __cssModules$9 = {};
|
|
6566
|
+
var __component__$9 = /* @__PURE__ */ normalizeComponent(
|
|
6567
|
+
__vue2_script$9,
|
|
6568
|
+
render$9,
|
|
6569
|
+
staticRenderFns$9,
|
|
6491
6570
|
false,
|
|
6492
|
-
__vue2_injectStyles$
|
|
6571
|
+
__vue2_injectStyles$9,
|
|
6493
6572
|
null,
|
|
6494
6573
|
null,
|
|
6495
6574
|
null
|
|
6496
6575
|
);
|
|
6497
|
-
function __vue2_injectStyles$
|
|
6498
|
-
for (let o in __cssModules$
|
|
6499
|
-
this[o] = __cssModules$
|
|
6576
|
+
function __vue2_injectStyles$9(context) {
|
|
6577
|
+
for (let o in __cssModules$9) {
|
|
6578
|
+
this[o] = __cssModules$9[o];
|
|
6500
6579
|
}
|
|
6501
6580
|
}
|
|
6502
6581
|
var wTooltip = /* @__PURE__ */ function() {
|
|
6503
|
-
return __component__$
|
|
6582
|
+
return __component__$9.exports;
|
|
6504
6583
|
}();
|
|
6505
|
-
var render$
|
|
6584
|
+
var render$8 = function() {
|
|
6506
6585
|
var _vm = this;
|
|
6507
6586
|
var _h = _vm.$createElement;
|
|
6508
6587
|
var _c = _vm._self._c || _h;
|
|
6509
6588
|
return _c("transition", _vm._b({ attrs: { "name": "bounce" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
|
|
6510
6589
|
};
|
|
6511
|
-
var staticRenderFns$
|
|
6512
|
-
const __vue2_script$
|
|
6590
|
+
var staticRenderFns$8 = [];
|
|
6591
|
+
const __vue2_script$8 = {
|
|
6513
6592
|
name: "w-transition-bounce",
|
|
6514
6593
|
props: {
|
|
6515
6594
|
appear: { type: Boolean },
|
|
6516
6595
|
duration: { type: [Number, String] }
|
|
6517
6596
|
}
|
|
6518
6597
|
};
|
|
6519
|
-
const __cssModules$
|
|
6520
|
-
var __component__$
|
|
6521
|
-
__vue2_script$
|
|
6522
|
-
render$
|
|
6523
|
-
staticRenderFns$
|
|
6598
|
+
const __cssModules$8 = {};
|
|
6599
|
+
var __component__$8 = /* @__PURE__ */ normalizeComponent(
|
|
6600
|
+
__vue2_script$8,
|
|
6601
|
+
render$8,
|
|
6602
|
+
staticRenderFns$8,
|
|
6524
6603
|
false,
|
|
6525
|
-
__vue2_injectStyles$
|
|
6604
|
+
__vue2_injectStyles$8,
|
|
6526
6605
|
null,
|
|
6527
6606
|
null,
|
|
6528
6607
|
null
|
|
6529
6608
|
);
|
|
6530
|
-
function __vue2_injectStyles$
|
|
6531
|
-
for (let o in __cssModules$
|
|
6532
|
-
this[o] = __cssModules$
|
|
6609
|
+
function __vue2_injectStyles$8(context) {
|
|
6610
|
+
for (let o in __cssModules$8) {
|
|
6611
|
+
this[o] = __cssModules$8[o];
|
|
6533
6612
|
}
|
|
6534
6613
|
}
|
|
6535
6614
|
var wTransitionBounce = /* @__PURE__ */ function() {
|
|
6536
|
-
return __component__$
|
|
6615
|
+
return __component__$8.exports;
|
|
6537
6616
|
}();
|
|
6538
|
-
var render$
|
|
6617
|
+
var render$7 = function() {
|
|
6539
6618
|
var _vm = this;
|
|
6540
6619
|
var _h = _vm.$createElement;
|
|
6541
6620
|
var _c = _vm._self._c || _h;
|
|
6542
6621
|
return _c("transition", { attrs: { "name": "expand", "mode": "out-in", "css": false }, on: { "before-appear": _vm.beforeAppear, "appear": _vm.appear, "after-appear": _vm.afterAppear, "before-enter": _vm.beforeEnter, "enter": _vm.enter, "after-enter": _vm.afterEnter, "before-leave": _vm.beforeLeave, "leave": _vm.leave, "after-leave": _vm.afterLeave } }, [_vm._t("default")], 2);
|
|
6543
6622
|
};
|
|
6544
|
-
var staticRenderFns$
|
|
6545
|
-
const __vue2_script$
|
|
6623
|
+
var staticRenderFns$7 = [];
|
|
6624
|
+
const __vue2_script$7 = {
|
|
6546
6625
|
name: "w-transition-expand",
|
|
6547
6626
|
props: {
|
|
6548
6627
|
x: { type: Boolean },
|
|
@@ -6551,6 +6630,7 @@ const __vue2_script$6 = {
|
|
|
6551
6630
|
},
|
|
6552
6631
|
data: () => ({
|
|
6553
6632
|
el: {
|
|
6633
|
+
savedState: false,
|
|
6554
6634
|
originalStyles: "",
|
|
6555
6635
|
width: 0,
|
|
6556
6636
|
height: 0,
|
|
@@ -6580,7 +6660,7 @@ const __vue2_script$6 = {
|
|
|
6580
6660
|
methods: {
|
|
6581
6661
|
beforeAppear(el) {
|
|
6582
6662
|
if (this.cleanTransitionCycle)
|
|
6583
|
-
this.
|
|
6663
|
+
this.saveOriginalInlineStyles(el);
|
|
6584
6664
|
this.cleanTransitionCycle = false;
|
|
6585
6665
|
},
|
|
6586
6666
|
appear(el, done) {
|
|
@@ -6595,7 +6675,7 @@ const __vue2_script$6 = {
|
|
|
6595
6675
|
},
|
|
6596
6676
|
beforeEnter(el) {
|
|
6597
6677
|
if (this.cleanTransitionCycle)
|
|
6598
|
-
this.
|
|
6678
|
+
this.saveOriginalInlineStyles(el);
|
|
6599
6679
|
this.cleanTransitionCycle = false;
|
|
6600
6680
|
},
|
|
6601
6681
|
enter(el, done) {
|
|
@@ -6609,6 +6689,8 @@ const __vue2_script$6 = {
|
|
|
6609
6689
|
this.cleanTransitionCycle = false;
|
|
6610
6690
|
},
|
|
6611
6691
|
beforeLeave(el) {
|
|
6692
|
+
if (!this.el.savedState)
|
|
6693
|
+
this.saveComputedStyles(el);
|
|
6612
6694
|
this.beforeHide(el);
|
|
6613
6695
|
this.cleanTransitionCycle = false;
|
|
6614
6696
|
},
|
|
@@ -6620,6 +6702,7 @@ const __vue2_script$6 = {
|
|
|
6620
6702
|
afterLeave(el) {
|
|
6621
6703
|
this.applyOriginalStyles(el);
|
|
6622
6704
|
this.cleanTransitionCycle = true;
|
|
6705
|
+
this.el.savedState = false;
|
|
6623
6706
|
},
|
|
6624
6707
|
applyHideStyles(el) {
|
|
6625
6708
|
if (this.animX) {
|
|
@@ -6666,10 +6749,23 @@ const __vue2_script$6 = {
|
|
|
6666
6749
|
applyOriginalStyles(el) {
|
|
6667
6750
|
el.style.cssText = this.el.originalStyles;
|
|
6668
6751
|
},
|
|
6669
|
-
|
|
6752
|
+
saveOriginalInlineStyles(el) {
|
|
6670
6753
|
this.el.originalStyles = el.style.cssText;
|
|
6671
6754
|
},
|
|
6672
6755
|
show(el, done) {
|
|
6756
|
+
this.saveComputedStyles(el);
|
|
6757
|
+
this.applyHideStyles(el);
|
|
6758
|
+
setTimeout(() => this.applyShowStyles(el), 20);
|
|
6759
|
+
setTimeout(done, this.duration);
|
|
6760
|
+
},
|
|
6761
|
+
beforeHide(el) {
|
|
6762
|
+
this.applyShowStyles(el);
|
|
6763
|
+
},
|
|
6764
|
+
hide(el, done) {
|
|
6765
|
+
setTimeout(() => this.applyHideStyles(el), 20);
|
|
6766
|
+
setTimeout(done, this.duration);
|
|
6767
|
+
},
|
|
6768
|
+
saveComputedStyles(el) {
|
|
6673
6769
|
const computedStyles = window.getComputedStyle(el, null);
|
|
6674
6770
|
if (this.animX) {
|
|
6675
6771
|
this.el.width = el.offsetWidth;
|
|
@@ -6689,19 +6785,43 @@ const __vue2_script$6 = {
|
|
|
6689
6785
|
this.el.borderTopWidth = computedStyles.getPropertyValue("borderTopWidth");
|
|
6690
6786
|
this.el.borderBottomWidth = computedStyles.getPropertyValue("borderBottomWidth");
|
|
6691
6787
|
}
|
|
6692
|
-
this.
|
|
6693
|
-
setTimeout(() => this.applyShowStyles(el), 20);
|
|
6694
|
-
setTimeout(done, this.duration);
|
|
6695
|
-
},
|
|
6696
|
-
beforeHide(el) {
|
|
6697
|
-
this.applyShowStyles(el);
|
|
6698
|
-
},
|
|
6699
|
-
hide(el, done) {
|
|
6700
|
-
setTimeout(() => this.applyHideStyles(el), 20);
|
|
6701
|
-
setTimeout(done, this.duration);
|
|
6788
|
+
this.el.savedState = true;
|
|
6702
6789
|
}
|
|
6703
6790
|
}
|
|
6704
6791
|
};
|
|
6792
|
+
const __cssModules$7 = {};
|
|
6793
|
+
var __component__$7 = /* @__PURE__ */ normalizeComponent(
|
|
6794
|
+
__vue2_script$7,
|
|
6795
|
+
render$7,
|
|
6796
|
+
staticRenderFns$7,
|
|
6797
|
+
false,
|
|
6798
|
+
__vue2_injectStyles$7,
|
|
6799
|
+
null,
|
|
6800
|
+
null,
|
|
6801
|
+
null
|
|
6802
|
+
);
|
|
6803
|
+
function __vue2_injectStyles$7(context) {
|
|
6804
|
+
for (let o in __cssModules$7) {
|
|
6805
|
+
this[o] = __cssModules$7[o];
|
|
6806
|
+
}
|
|
6807
|
+
}
|
|
6808
|
+
var wTransitionExpand = /* @__PURE__ */ function() {
|
|
6809
|
+
return __component__$7.exports;
|
|
6810
|
+
}();
|
|
6811
|
+
var render$6 = function() {
|
|
6812
|
+
var _vm = this;
|
|
6813
|
+
var _h = _vm.$createElement;
|
|
6814
|
+
var _c = _vm._self._c || _h;
|
|
6815
|
+
return _c("transition", _vm._b({ attrs: { "name": "fade" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
|
|
6816
|
+
};
|
|
6817
|
+
var staticRenderFns$6 = [];
|
|
6818
|
+
const __vue2_script$6 = {
|
|
6819
|
+
name: "w-transition-fade",
|
|
6820
|
+
props: {
|
|
6821
|
+
appear: { type: Boolean },
|
|
6822
|
+
duration: { type: [Number, String] }
|
|
6823
|
+
}
|
|
6824
|
+
};
|
|
6705
6825
|
const __cssModules$6 = {};
|
|
6706
6826
|
var __component__$6 = /* @__PURE__ */ normalizeComponent(
|
|
6707
6827
|
__vue2_script$6,
|
|
@@ -6718,18 +6838,18 @@ function __vue2_injectStyles$6(context) {
|
|
|
6718
6838
|
this[o] = __cssModules$6[o];
|
|
6719
6839
|
}
|
|
6720
6840
|
}
|
|
6721
|
-
var
|
|
6841
|
+
var wTransitionFade = /* @__PURE__ */ function() {
|
|
6722
6842
|
return __component__$6.exports;
|
|
6723
6843
|
}();
|
|
6724
6844
|
var render$5 = function() {
|
|
6725
6845
|
var _vm = this;
|
|
6726
6846
|
var _h = _vm.$createElement;
|
|
6727
6847
|
var _c = _vm._self._c || _h;
|
|
6728
|
-
return _c("transition", _vm._b({ attrs: { "name": "
|
|
6848
|
+
return _c("transition", _vm._b({ attrs: { "name": "scale" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
|
|
6729
6849
|
};
|
|
6730
6850
|
var staticRenderFns$5 = [];
|
|
6731
6851
|
const __vue2_script$5 = {
|
|
6732
|
-
name: "w-transition-
|
|
6852
|
+
name: "w-transition-scale",
|
|
6733
6853
|
props: {
|
|
6734
6854
|
appear: { type: Boolean },
|
|
6735
6855
|
duration: { type: [Number, String] }
|
|
@@ -6751,18 +6871,18 @@ function __vue2_injectStyles$5(context) {
|
|
|
6751
6871
|
this[o] = __cssModules$5[o];
|
|
6752
6872
|
}
|
|
6753
6873
|
}
|
|
6754
|
-
var
|
|
6874
|
+
var wTransitionScale = /* @__PURE__ */ function() {
|
|
6755
6875
|
return __component__$5.exports;
|
|
6756
6876
|
}();
|
|
6757
6877
|
var render$4 = function() {
|
|
6758
6878
|
var _vm = this;
|
|
6759
6879
|
var _h = _vm.$createElement;
|
|
6760
6880
|
var _c = _vm._self._c || _h;
|
|
6761
|
-
return _c("transition", _vm._b({ attrs: { "name": "scale" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
|
|
6881
|
+
return _c("transition", _vm._b({ attrs: { "name": "scale-fade" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
|
|
6762
6882
|
};
|
|
6763
6883
|
var staticRenderFns$4 = [];
|
|
6764
6884
|
const __vue2_script$4 = {
|
|
6765
|
-
name: "w-transition-scale",
|
|
6885
|
+
name: "w-transition-scale-fade",
|
|
6766
6886
|
props: {
|
|
6767
6887
|
appear: { type: Boolean },
|
|
6768
6888
|
duration: { type: [Number, String] }
|
|
@@ -6784,21 +6904,33 @@ function __vue2_injectStyles$4(context) {
|
|
|
6784
6904
|
this[o] = __cssModules$4[o];
|
|
6785
6905
|
}
|
|
6786
6906
|
}
|
|
6787
|
-
var
|
|
6907
|
+
var wTransitionScaleFade = /* @__PURE__ */ function() {
|
|
6788
6908
|
return __component__$4.exports;
|
|
6789
6909
|
}();
|
|
6790
6910
|
var render$3 = function() {
|
|
6791
6911
|
var _vm = this;
|
|
6792
6912
|
var _h = _vm.$createElement;
|
|
6793
6913
|
var _c = _vm._self._c || _h;
|
|
6794
|
-
return _c("transition", _vm._b({ attrs: { "name":
|
|
6914
|
+
return _c("transition", _vm._b({ attrs: { "name": _vm.transitionName } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
|
|
6795
6915
|
};
|
|
6796
6916
|
var staticRenderFns$3 = [];
|
|
6797
6917
|
const __vue2_script$3 = {
|
|
6798
|
-
name: "w-transition-
|
|
6918
|
+
name: "w-transition-slide",
|
|
6799
6919
|
props: {
|
|
6800
6920
|
appear: { type: Boolean },
|
|
6921
|
+
left: { type: Boolean },
|
|
6922
|
+
right: { type: Boolean },
|
|
6923
|
+
up: { type: Boolean },
|
|
6924
|
+
down: { type: Boolean },
|
|
6801
6925
|
duration: { type: [Number, String] }
|
|
6926
|
+
},
|
|
6927
|
+
computed: {
|
|
6928
|
+
direction() {
|
|
6929
|
+
return this.up && "up" || this.down && "down" || this.left && "left" || this.right && "right" || "down";
|
|
6930
|
+
},
|
|
6931
|
+
transitionName() {
|
|
6932
|
+
return `slide-${this.direction}`;
|
|
6933
|
+
}
|
|
6802
6934
|
}
|
|
6803
6935
|
};
|
|
6804
6936
|
const __cssModules$3 = {};
|
|
@@ -6817,7 +6949,7 @@ function __vue2_injectStyles$3(context) {
|
|
|
6817
6949
|
this[o] = __cssModules$3[o];
|
|
6818
6950
|
}
|
|
6819
6951
|
}
|
|
6820
|
-
var
|
|
6952
|
+
var wTransitionSlide = /* @__PURE__ */ function() {
|
|
6821
6953
|
return __component__$3.exports;
|
|
6822
6954
|
}();
|
|
6823
6955
|
var render$2 = function() {
|
|
@@ -6828,7 +6960,7 @@ var render$2 = function() {
|
|
|
6828
6960
|
};
|
|
6829
6961
|
var staticRenderFns$2 = [];
|
|
6830
6962
|
const __vue2_script$2 = {
|
|
6831
|
-
name: "w-transition-slide",
|
|
6963
|
+
name: "w-transition-slide-fade",
|
|
6832
6964
|
props: {
|
|
6833
6965
|
appear: { type: Boolean },
|
|
6834
6966
|
left: { type: Boolean },
|
|
@@ -6842,7 +6974,7 @@ const __vue2_script$2 = {
|
|
|
6842
6974
|
return this.up && "up" || this.down && "down" || this.left && "left" || this.right && "right" || "down";
|
|
6843
6975
|
},
|
|
6844
6976
|
transitionName() {
|
|
6845
|
-
return `slide-${this.direction}`;
|
|
6977
|
+
return `slide-fade-${this.direction}`;
|
|
6846
6978
|
}
|
|
6847
6979
|
}
|
|
6848
6980
|
};
|
|
@@ -6862,33 +6994,21 @@ function __vue2_injectStyles$2(context) {
|
|
|
6862
6994
|
this[o] = __cssModules$2[o];
|
|
6863
6995
|
}
|
|
6864
6996
|
}
|
|
6865
|
-
var
|
|
6997
|
+
var wTransitionSlideFade = /* @__PURE__ */ function() {
|
|
6866
6998
|
return __component__$2.exports;
|
|
6867
6999
|
}();
|
|
6868
7000
|
var render$1 = function() {
|
|
6869
7001
|
var _vm = this;
|
|
6870
7002
|
var _h = _vm.$createElement;
|
|
6871
7003
|
var _c = _vm._self._c || _h;
|
|
6872
|
-
return _c("transition", _vm._b({ attrs: { "name":
|
|
7004
|
+
return _c("transition", _vm._b({ attrs: { "name": "twist" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
|
|
6873
7005
|
};
|
|
6874
7006
|
var staticRenderFns$1 = [];
|
|
6875
7007
|
const __vue2_script$1 = {
|
|
6876
|
-
name: "w-transition-
|
|
7008
|
+
name: "w-transition-twist",
|
|
6877
7009
|
props: {
|
|
6878
7010
|
appear: { type: Boolean },
|
|
6879
|
-
left: { type: Boolean },
|
|
6880
|
-
right: { type: Boolean },
|
|
6881
|
-
up: { type: Boolean },
|
|
6882
|
-
down: { type: Boolean },
|
|
6883
7011
|
duration: { type: [Number, String] }
|
|
6884
|
-
},
|
|
6885
|
-
computed: {
|
|
6886
|
-
direction() {
|
|
6887
|
-
return this.up && "up" || this.down && "down" || this.left && "left" || this.right && "right" || "down";
|
|
6888
|
-
},
|
|
6889
|
-
transitionName() {
|
|
6890
|
-
return `slide-fade-${this.direction}`;
|
|
6891
|
-
}
|
|
6892
7012
|
}
|
|
6893
7013
|
};
|
|
6894
7014
|
const __cssModules$1 = {};
|
|
@@ -6907,21 +7027,195 @@ function __vue2_injectStyles$1(context) {
|
|
|
6907
7027
|
this[o] = __cssModules$1[o];
|
|
6908
7028
|
}
|
|
6909
7029
|
}
|
|
6910
|
-
var
|
|
7030
|
+
var wTransitionTwist = /* @__PURE__ */ function() {
|
|
6911
7031
|
return __component__$1.exports;
|
|
6912
7032
|
}();
|
|
6913
7033
|
var render = function() {
|
|
6914
7034
|
var _vm = this;
|
|
6915
7035
|
var _h = _vm.$createElement;
|
|
6916
7036
|
var _c = _vm._self._c || _h;
|
|
6917
|
-
return _c("
|
|
7037
|
+
return _c("ul", { staticClass: "w-tree", class: _vm.classes }, _vm._l(_vm.currentDepthItems, function(item, i) {
|
|
7038
|
+
return _c("li", { key: i, staticClass: "w-tree__item", class: _vm.itemClasses(item) }, [_c("div", { staticClass: "w-tree__item-label", attrs: { "tabindex": !_vm.disabled && (item.children || item.branch || _vm.selectable) && !(_vm.unexpandableEmpty && !item.children) ? 0 : null }, on: { "click": function($event) {
|
|
7039
|
+
!_vm.disabled && _vm.onLabelClick(item, $event);
|
|
7040
|
+
}, "keydown": function($event) {
|
|
7041
|
+
!_vm.disabled && _vm.onLabelKeydown(item, $event);
|
|
7042
|
+
} } }, [(item.children || item.branch) && (_vm.expandOpenIcon && item.open || _vm.expandIcon) && !(_vm.unexpandableEmpty && !item.children) ? _c("w-button", { staticClass: "w-tree__item-expand", attrs: { "color": "inherit", "icon": item.open && _vm.expandOpenIcon || _vm.expandIcon, "icon-props": { rotate90a: !item.open }, "tabindex": -1, "disabled": _vm.disabled, "text": "", "sm": "" } }) : _vm._e(), _vm._t("item-label", function() {
|
|
7043
|
+
return [_vm.itemIcon(item) ? _c("w-icon", { staticClass: "w-tree__item-icon", attrs: { "color": item.originalItem[_vm.itemIconColorKey] || _vm.iconColor } }, [_vm._v(_vm._s(_vm.itemIcon(item)))]) : _vm._e(), _c("span", [_vm._v(_vm._s(item.label))]), _vm.counts && (item.children || item.branch) ? _c("span", { staticClass: "ml1" }, [_vm._v("(" + _vm._s(item.originalItem.children ? item.originalItem.children.length : 0) + ")")]) : _vm._e()];
|
|
7044
|
+
}, { "item": item.originalItem, "depth": _vm.depth, "open": item.open })], 2), _c(_vm.noTransition ? "div" : "w-transition-expand", { tag: "component", attrs: { "y": !_vm.noTransition || null }, on: { "after-enter": function($event) {
|
|
7045
|
+
return _vm.$emit("open", { item: item.originalItem, open: item.open, depth: _vm.depth });
|
|
7046
|
+
}, "after-leave": function($event) {
|
|
7047
|
+
return _vm.$emit("close", { item: item.originalItem, open: item.open, depth: _vm.depth });
|
|
7048
|
+
} } }, [item.children && item.open ? _c("w-tree", _vm._b({ attrs: { "depth": _vm.depth + 1, "data": item.originalItem.children }, on: { "before-open": function($event) {
|
|
7049
|
+
return _vm.$emit("before-open", $event);
|
|
7050
|
+
}, "open": function($event) {
|
|
7051
|
+
return _vm.$emit("open", $event);
|
|
7052
|
+
}, "before-close": function($event) {
|
|
7053
|
+
return _vm.$emit("before-close", $event);
|
|
7054
|
+
}, "close": function($event) {
|
|
7055
|
+
return _vm.$emit("close", $event);
|
|
7056
|
+
}, "click": function($event) {
|
|
7057
|
+
return _vm.$emit("click", $event);
|
|
7058
|
+
}, "select": function($event) {
|
|
7059
|
+
return _vm.$emit("select", $event);
|
|
7060
|
+
}, "input": function($event) {
|
|
7061
|
+
return _vm.$emit("input", $event);
|
|
7062
|
+
} }, scopedSlots: _vm._u([{ key: "item-label", fn: function(ref) {
|
|
7063
|
+
var item2 = ref.item;
|
|
7064
|
+
var depth = ref.depth;
|
|
7065
|
+
var open = ref.open;
|
|
7066
|
+
return [_vm._t("item-label", null, { "item": item2, "depth": depth, "open": open })];
|
|
7067
|
+
} }], null, true) }, "w-tree", _vm.$props, false)) : _vm._e()], 1)], 1);
|
|
7068
|
+
}), 0);
|
|
6918
7069
|
};
|
|
6919
7070
|
var staticRenderFns = [];
|
|
7071
|
+
var wTree_vue_vue_type_style_index_0_lang = "";
|
|
6920
7072
|
const __vue2_script = {
|
|
6921
|
-
name: "w-
|
|
7073
|
+
name: "w-tree",
|
|
6922
7074
|
props: {
|
|
6923
|
-
|
|
6924
|
-
|
|
7075
|
+
value: { type: [Object, Array] },
|
|
7076
|
+
data: { type: [Object, Array], required: true },
|
|
7077
|
+
depth: { type: Number, default: 0 },
|
|
7078
|
+
branchClass: { type: String },
|
|
7079
|
+
leafClass: { type: String },
|
|
7080
|
+
branchIcon: { type: String },
|
|
7081
|
+
branchOpenIcon: { type: String },
|
|
7082
|
+
leafIcon: { type: String },
|
|
7083
|
+
expandIcon: { type: [Boolean, String], default: "wi-triangle-down" },
|
|
7084
|
+
expandOpenIcon: { type: [Boolean, String] },
|
|
7085
|
+
expandAll: { type: Boolean },
|
|
7086
|
+
unexpandableEmpty: { type: Boolean },
|
|
7087
|
+
disabled: { type: Boolean },
|
|
7088
|
+
noTransition: { type: Boolean },
|
|
7089
|
+
selectable: { type: Boolean },
|
|
7090
|
+
deepReactivity: { type: Boolean },
|
|
7091
|
+
counts: { type: Boolean },
|
|
7092
|
+
itemIconKey: { type: String, default: "icon" },
|
|
7093
|
+
iconColor: { type: String },
|
|
7094
|
+
itemIconColorKey: { type: String, default: "iconColor" }
|
|
7095
|
+
},
|
|
7096
|
+
emits: ["input", "before-open", "open", "before-close", "close", "click", "select"],
|
|
7097
|
+
data: () => ({
|
|
7098
|
+
currentDepthItems: [],
|
|
7099
|
+
dataPropUnwatch: null
|
|
7100
|
+
}),
|
|
7101
|
+
computed: {
|
|
7102
|
+
classes() {
|
|
7103
|
+
return {
|
|
7104
|
+
[`w-tree--depth${this.depth}`]: true,
|
|
7105
|
+
"w-tree--expand-icon": this.expandIcon && !this.depth,
|
|
7106
|
+
"w-tree--disabled": this.disabled && !this.depth,
|
|
7107
|
+
"w-tree--no-expand-button": !this.expandIcon
|
|
7108
|
+
};
|
|
7109
|
+
}
|
|
7110
|
+
},
|
|
7111
|
+
methods: {
|
|
7112
|
+
updateCurrentDepthTree(items, oldItems = []) {
|
|
7113
|
+
this.currentDepthItems = [];
|
|
7114
|
+
items.forEach((item, i) => {
|
|
7115
|
+
var _a;
|
|
7116
|
+
this.currentDepthItems.push({
|
|
7117
|
+
originalItem: item,
|
|
7118
|
+
_uid: this.depth.toString() + (i + 1),
|
|
7119
|
+
label: item.label,
|
|
7120
|
+
children: !!item.children,
|
|
7121
|
+
branch: item.branch,
|
|
7122
|
+
depth: this.depth,
|
|
7123
|
+
open: !!(((_a = oldItems[i]) == null ? void 0 : _a.open) || this.expandAll)
|
|
7124
|
+
});
|
|
7125
|
+
});
|
|
7126
|
+
},
|
|
7127
|
+
expandDepth(item, open) {
|
|
7128
|
+
if (typeof open === "boolean")
|
|
7129
|
+
item.open = open;
|
|
7130
|
+
else
|
|
7131
|
+
item.open = !item.open;
|
|
7132
|
+
const emitParams = { item: item.originalItem, open: item.open, depth: this.depth };
|
|
7133
|
+
this.$emit(item.open ? "before-open" : "before-close", emitParams);
|
|
7134
|
+
if (!this.unexpandableEmpty && !item.children) {
|
|
7135
|
+
this.$emit(item.open ? "open" : "close", emitParams);
|
|
7136
|
+
}
|
|
7137
|
+
return true;
|
|
7138
|
+
},
|
|
7139
|
+
onLabelClick(item, e) {
|
|
7140
|
+
this.$emit("click", { item: item.originalItem, depth: this.depth, e });
|
|
7141
|
+
if (item.children || item.branch && !this.unexpandableEmpty)
|
|
7142
|
+
this.expandDepth(item);
|
|
7143
|
+
if (this.selectable)
|
|
7144
|
+
this.emitItemSelection(item, e);
|
|
7145
|
+
},
|
|
7146
|
+
emitItemSelection(item, e) {
|
|
7147
|
+
const emitParams = { item: item.originalItem, depth: this.depth, e };
|
|
7148
|
+
if (item.children || item.branch && !this.unexpandableEmpty) {
|
|
7149
|
+
emitParams.open = item.open;
|
|
7150
|
+
}
|
|
7151
|
+
this.$emit("input", emitParams);
|
|
7152
|
+
this.$emit("select", emitParams);
|
|
7153
|
+
},
|
|
7154
|
+
onLabelKeydown(item, e) {
|
|
7155
|
+
if (!(e.metaKey || e.ctrlKey || e.altKey || e.shiftKey) && [13, 32, 37, 38, 39, 40].includes(e.which)) {
|
|
7156
|
+
if (item.children || item.branch) {
|
|
7157
|
+
if ([13, 32].includes(e.which))
|
|
7158
|
+
this.expandDepth(item) && e.preventDefault();
|
|
7159
|
+
else if (e.which === 37)
|
|
7160
|
+
this.expandDepth(item, false) && e.preventDefault();
|
|
7161
|
+
else if (e.which === 39)
|
|
7162
|
+
this.expandDepth(item, true) && e.preventDefault();
|
|
7163
|
+
}
|
|
7164
|
+
if ([38, 40].includes(e.which)) {
|
|
7165
|
+
const treeRoot = this.$el.closest(".w-tree--depth0");
|
|
7166
|
+
const treeTabbableItems = treeRoot.querySelectorAll('.w-tree__item-label[tabindex="0"]');
|
|
7167
|
+
const currLabel = e.target.closest(".w-tree__item-label");
|
|
7168
|
+
const indexModifier = e.which === 38 ? -1 : 1;
|
|
7169
|
+
[...treeTabbableItems].some((item2, i) => {
|
|
7170
|
+
if (item2.isSameNode(currLabel)) {
|
|
7171
|
+
treeTabbableItems[i + indexModifier] && treeTabbableItems[i + indexModifier].focus();
|
|
7172
|
+
return true;
|
|
7173
|
+
}
|
|
7174
|
+
return false;
|
|
7175
|
+
});
|
|
7176
|
+
}
|
|
7177
|
+
}
|
|
7178
|
+
if (this.selectable)
|
|
7179
|
+
this.emitItemSelection(item, e);
|
|
7180
|
+
},
|
|
7181
|
+
getPreviousSibling(node, selector) {
|
|
7182
|
+
while (selector && (node = node.previousElementSibling)) {
|
|
7183
|
+
if (node.matches(selector))
|
|
7184
|
+
return node;
|
|
7185
|
+
}
|
|
7186
|
+
return false;
|
|
7187
|
+
},
|
|
7188
|
+
getNextSibling(node, selector) {
|
|
7189
|
+
while (selector && (node = node.nextElementSibling)) {
|
|
7190
|
+
if (node.matches(selector))
|
|
7191
|
+
return node;
|
|
7192
|
+
}
|
|
7193
|
+
return false;
|
|
7194
|
+
},
|
|
7195
|
+
focusTreeItem(liNode) {
|
|
7196
|
+
liNode && liNode.querySelector(".w-tree__item-label").focus();
|
|
7197
|
+
},
|
|
7198
|
+
itemIcon(item) {
|
|
7199
|
+
return item.originalItem[this.itemIconKey] || !item.children && !item.branch && this.leafIcon || (item.children || item.branch) && (item.open && this.branchOpenIcon || this.branchIcon);
|
|
7200
|
+
},
|
|
7201
|
+
itemClasses(item) {
|
|
7202
|
+
return {
|
|
7203
|
+
[item.children || item.branch ? "w-tree__item--branch" : "w-tree__item--leaf"]: true,
|
|
7204
|
+
"w-tree__item--empty": item.branch && !item.children,
|
|
7205
|
+
"w-tree__item--unexpandable": item.branch && !item.children && this.unexpandableEmpty
|
|
7206
|
+
};
|
|
7207
|
+
}
|
|
7208
|
+
},
|
|
7209
|
+
created() {
|
|
7210
|
+
this.updateCurrentDepthTree(this.data);
|
|
7211
|
+
this.dataPropUnwatch = this.$watch(
|
|
7212
|
+
"data",
|
|
7213
|
+
(items) => this.updateCurrentDepthTree(items, this.currentDepthItems),
|
|
7214
|
+
{ deep: !!this.deepReactivity }
|
|
7215
|
+
);
|
|
7216
|
+
},
|
|
7217
|
+
destroyed() {
|
|
7218
|
+
this.dataPropUnwatch();
|
|
6925
7219
|
}
|
|
6926
7220
|
};
|
|
6927
7221
|
const __cssModules = {};
|
|
@@ -6940,7 +7234,7 @@ function __vue2_injectStyles(context) {
|
|
|
6940
7234
|
this[o] = __cssModules[o];
|
|
6941
7235
|
}
|
|
6942
7236
|
}
|
|
6943
|
-
var
|
|
7237
|
+
var wTree = /* @__PURE__ */ function() {
|
|
6944
7238
|
return __component__.exports;
|
|
6945
7239
|
}();
|
|
6946
7240
|
var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6994,7 +7288,8 @@ var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
|
|
|
6994
7288
|
WTransitionScaleFade: wTransitionScaleFade,
|
|
6995
7289
|
WTransitionSlide: wTransitionSlide,
|
|
6996
7290
|
WTransitionSlideFade: wTransitionSlideFade,
|
|
6997
|
-
WTransitionTwist: wTransitionTwist
|
|
7291
|
+
WTransitionTwist: wTransitionTwist,
|
|
7292
|
+
WTree: wTree
|
|
6998
7293
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
6999
7294
|
const install = WaveUI.install;
|
|
7000
7295
|
WaveUI.install = (Vue2, options = {}) => install.call(WaveUI, Vue2, { components, ...options });
|