wave-ui 1.60.0 → 1.61.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.
@@ -121,309 +121,347 @@ var colors = [
121
121
  label: "pink",
122
122
  color: "#e91e63",
123
123
  shades: [
124
- { label: "pink-light5", color: "#fce3ec" },
125
- { label: "pink-light4", color: "#f8bcd1" },
126
- { label: "pink-light3", color: "#f594b5" },
127
- { label: "pink-light2", color: "#f16d9a" },
128
- { label: "pink-light1", color: "#ed457e" },
129
- { label: "pink-dark1", color: "#d41556" },
130
- { label: "pink-dark2", color: "#b8124a" },
131
- { label: "pink-dark3", color: "#9c0f3f" },
132
- { label: "pink-dark4", color: "#800d34" },
133
- { label: "pink-dark5", color: "#640a29" }
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-light5", color: "#f5e8f7" },
141
- { label: "purple-light4", color: "#e6c6eb" },
142
- { label: "purple-light3", color: "#d6a4df" },
143
- { label: "purple-light2", color: "#c783d3" },
144
- { label: "purple-light1", color: "#b861c7" },
145
- { label: "purple-dark1", color: "#9339a2" },
146
- { label: "purple-dark2", color: "#7e318c" },
147
- { label: "purple-dark3", color: "#6a2975" },
148
- { label: "purple-dark4", color: "#55215e" },
149
- { label: "purple-dark5", color: "#411948" }
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-light5", color: "#e8e1f5" },
157
- { label: "deep-purple-light4", color: "#cebeea" },
158
- { label: "deep-purple-light3", color: "#b49bdf" },
159
- { label: "deep-purple-light2", color: "#9a78d4" },
160
- { label: "deep-purple-light1", color: "#7f56c9" },
161
- { label: "deep-purple-dark1", color: "#5a33a0" },
162
- { label: "deep-purple-dark2", color: "#4d2b89" },
163
- { label: "deep-purple-dark3", color: "#402471" },
164
- { label: "deep-purple-dark4", color: "#331d5a" },
165
- { label: "deep-purple-dark5", color: "#261543" }
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-light5", color: "#e4e7f6" },
173
- { label: "indigo-light4", color: "#c2c8ea" },
174
- { label: "indigo-light3", color: "#a0a9de" },
175
- { label: "indigo-light2", color: "#7e8bd2" },
176
- { label: "indigo-light1", color: "#5c6cc6" },
177
- { label: "indigo-dark1", color: "#37479e" },
178
- { label: "indigo-dark2", color: "#2f3d88" },
179
- { label: "indigo-dark3", color: "#273371" },
180
- { label: "indigo-dark4", color: "#1f285a" },
181
- { label: "indigo-dark5", color: "#171e44" }
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-light5", color: "#e3f2fd" },
189
- { label: "blue-light4", color: "#bcdffb" },
190
- { label: "blue-light3", color: "#95cdf9" },
191
- { label: "blue-light2", color: "#6ebbf7" },
192
- { label: "blue-light1", color: "#48a8f5" },
193
- { label: "blue-dark1", color: "#0d87e9" },
194
- { label: "blue-dark2", color: "#0b76cc" },
195
- { label: "blue-dark3", color: "#0966af" },
196
- { label: "blue-dark4", color: "#085592" },
197
- { label: "blue-dark5", color: "#064475" }
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-light5", color: "#def4ff" },
205
- { label: "light-blue-light4", color: "#b1e6fe" },
206
- { label: "light-blue-light3", color: "#83d7fd" },
207
- { label: "light-blue-light2", color: "#56c9fd" },
208
- { label: "light-blue-light1", color: "#29bafc" },
209
- { label: "light-blue-dark1", color: "#0394d6" },
210
- { label: "light-blue-dark2", color: "#027fb8" },
211
- { label: "light-blue-dark3", color: "#026a99" },
212
- { label: "light-blue-dark4", color: "#02557b" },
213
- { label: "light-blue-dark5", color: "#01405d" }
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-light5", color: "#d0f9fe" },
221
- { label: "cyan-light4", color: "#a3f3fd" },
222
- { label: "cyan-light3", color: "#76edfd" },
223
- { label: "cyan-light2", color: "#49e7fc" },
224
- { label: "cyan-light1", color: "#1ce1fb" },
225
- { label: "cyan-dark1", color: "#03b0c7" },
226
- { label: "cyan-dark2", color: "#0396a9" },
227
- { label: "cyan-dark3", color: "#027b8b" },
228
- { label: "cyan-dark4", color: "#02606d" },
229
- { label: "cyan-dark5", color: "#01464f" }
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-light5", color: "#d7f8f6" },
237
- { label: "teal-light4", color: "#abf1ec" },
238
- { label: "teal-light3", color: "#7feae2" },
239
- { label: "teal-light2", color: "#53e3d9" },
240
- { label: "teal-light1", color: "#27dccf" },
241
- { label: "teal-dark1", color: "#19998f" },
242
- { label: "teal-dark2", color: "#147e77" },
243
- { label: "teal-dark3", color: "#10645e" },
244
- { label: "teal-dark4", color: "#0c4a45" },
245
- { label: "teal-dark5", color: "#082f2c" }
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-light5", color: "#def1df" },
253
- { label: "green-light4", color: "#c0e4c2" },
254
- { label: "green-light3", color: "#a3d7a5" },
255
- { label: "green-light2", color: "#85ca88" },
256
- { label: "green-light1", color: "#68bd6b" },
257
- { label: "green-dark1", color: "#439a46" },
258
- { label: "green-dark2", color: "#39843c" },
259
- { label: "green-dark3", color: "#306f33" },
260
- { label: "green-dark4", color: "#275a29" },
261
- { label: "green-dark5", color: "#1e441f" }
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-light5", color: "#f2fae8" },
269
- { label: "light-green-light4", color: "#def3c6" },
270
- { label: "light-green-light3", color: "#cbeca4" },
271
- { label: "light-green-light2", color: "#b7e583" },
272
- { label: "light-green-light1", color: "#a4de61" },
273
- { label: "light-green-dark1", color: "#81cd2b" },
274
- { label: "light-green-dark2", color: "#71b325" },
275
- { label: "light-green-dark3", color: "#619a20" },
276
- { label: "light-green-dark4", color: "#51811b" },
277
- { label: "light-green-dark5", color: "#416716" }
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-light5", color: "#f7fadb" },
285
- { label: "lime-light4", color: "#eff5b8" },
286
- { label: "lime-light3", color: "#e6ef94" },
287
- { label: "lime-light2", color: "#deea70" },
288
- { label: "lime-light1", color: "#d6e54d" },
289
- { label: "lime-dark1", color: "#bccd1e" },
290
- { label: "lime-dark2", color: "#a3b21a" },
291
- { label: "lime-dark3", color: "#8b9716" },
292
- { label: "lime-dark4", color: "#727d12" },
293
- { label: "lime-dark5", color: "#5a620e" }
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-light5", color: "#fffbdb" },
301
- { label: "yellow-light4", color: "#fff7b2" },
302
- { label: "yellow-light3", color: "#fff389" },
303
- { label: "yellow-light2", color: "#ffef61" },
304
- { label: "yellow-light1", color: "#ffeb38" },
305
- { label: "yellow-dark1", color: "#efd700" },
306
- { label: "yellow-dark2", color: "#d1bc00" },
307
- { label: "yellow-dark3", color: "#b2a000" },
308
- { label: "yellow-dark4", color: "#948500" },
309
- { label: "yellow-dark5", color: "#756900" }
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-light5", color: "#fff6db" },
317
- { label: "amber-light4", color: "#ffebb0" },
318
- { label: "amber-light3", color: "#ffe186" },
319
- { label: "amber-light2", color: "#ffd65c" },
320
- { label: "amber-light1", color: "#ffcc31" },
321
- { label: "amber-dark1", color: "#e7ae00" },
322
- { label: "amber-dark2", color: "#c99700" },
323
- { label: "amber-dark3", color: "#aa8000" },
324
- { label: "amber-dark4", color: "#8c6900" },
325
- { label: "amber-dark5", color: "#6d5200" }
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-light5", color: "#fff0d9" },
333
- { label: "orange-light4", color: "#ffdead" },
334
- { label: "orange-light3", color: "#ffcd82" },
335
- { label: "orange-light2", color: "#ffbb57" },
336
- { label: "orange-light1", color: "#ffaa2b" },
337
- { label: "orange-dark1", color: "#e08600" },
338
- { label: "orange-dark2", color: "#c27400" },
339
- { label: "orange-dark3", color: "#a36100" },
340
- { label: "orange-dark4", color: "#854f00" },
341
- { label: "orange-dark5", color: "#663d00" }
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-light5", color: "#ffe4d8" },
349
- { label: "deep-orange-light4", color: "#ffcbb4" },
350
- { label: "deep-orange-light3", color: "#ffb290" },
351
- { label: "deep-orange-light2", color: "#ff996c" },
352
- { label: "deep-orange-light1", color: "#ff8149" },
353
- { label: "deep-orange-dark1", color: "#ff5306" },
354
- { label: "deep-orange-dark2", color: "#e74700" },
355
- { label: "deep-orange-dark3", color: "#c83e00" },
356
- { label: "deep-orange-dark4", color: "#aa3400" },
357
- { label: "deep-orange-dark5", color: "#8b2b00" }
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-light5", color: "#fee3df" },
365
- { label: "red-light4", color: "#fdbfb7" },
366
- { label: "red-light3", color: "#fd9c8f" },
367
- { label: "red-light2", color: "#fc7967" },
368
- { label: "red-light1", color: "#fb563f" },
369
- { label: "red-dark1", color: "#ed2205" },
370
- { label: "red-dark2", color: "#cf1d04" },
371
- { label: "red-dark3", color: "#b11904" },
372
- { label: "red-dark4", color: "#931503" },
373
- { label: "red-dark5", color: "#751103" }
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-light5", color: "#ede2de" },
381
- { label: "brown-light4", color: "#dbc5bd" },
382
- { label: "brown-light3", color: "#c9a89c" },
383
- { label: "brown-light2", color: "#b78b7b" },
384
- { label: "brown-light1", color: "#a56e5a" },
385
- { label: "brown-dark1", color: "#704b3d" },
386
- { label: "brown-dark2", color: "#5c3e32" },
387
- { label: "brown-dark3", color: "#493028" },
388
- { label: "brown-dark4", color: "#35231d" },
389
- { label: "brown-dark5", color: "#211612" }
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-light5", color: "#e2e7e9" },
397
- { label: "blue-grey-light4", color: "#cad3d8" },
398
- { label: "blue-grey-light3", color: "#b3c0c7" },
399
- { label: "blue-grey-light2", color: "#9badb6" },
400
- { label: "blue-grey-light1", color: "#8499a4" },
401
- { label: "blue-grey-dark1", color: "#5f7681" },
402
- { label: "blue-grey-dark2", color: "#526670" },
403
- { label: "blue-grey-dark3", color: "#45565e" },
404
- { label: "blue-grey-dark4", color: "#38464c" },
405
- { label: "blue-grey-dark5", color: "#2b363b" }
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-light5", color: "#eaeaea" },
413
- { label: "grey-light4", color: "#d6d6d6" },
414
- { label: "grey-light3", color: "#c1c1c1" },
415
- { label: "grey-light2", color: "#adadad" },
416
- { label: "grey-light1", color: "#989898" },
417
- { label: "grey-dark1", color: "#757575" },
418
- { label: "grey-dark2", color: "#656565" },
419
- { label: "grey-dark3", color: "#565656" },
420
- { label: "grey-dark4", color: "#474747" },
421
- { label: "grey-dark5", color: "#383838" }
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 = (col, amt) => {
426
- return "#" + col.slice(1).match(/../g).map((x) => (x = +`0x${x}` + amt, x < 0 ? 0 : x > 255 ? 255 : x).toString(16).padStart(2, 0)).join("");
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$Q = function() {
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$Q = [];
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$Q = {
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$Q = {};
682
- var __component__$Q = /* @__PURE__ */ normalizeComponent(
683
- __vue2_script$Q,
684
- render$Q,
685
- staticRenderFns$Q,
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$Q,
725
+ __vue2_injectStyles$R,
688
726
  null,
689
727
  null,
690
728
  null
691
729
  );
692
- function __vue2_injectStyles$Q(context) {
693
- for (let o in __cssModules$Q) {
694
- this[o] = __cssModules$Q[o];
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__$Q.exports;
736
+ return __component__$R.exports;
699
737
  }();
700
- var render$P = function() {
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$P = [];
748
+ var staticRenderFns$Q = [];
711
749
  var wAlert_vue_vue_type_style_index_0_lang = "";
712
- const __vue2_script$P = {
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$P = {};
789
- var __component__$P = /* @__PURE__ */ normalizeComponent(
790
- __vue2_script$P,
791
- render$P,
792
- staticRenderFns$P,
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$P,
832
+ __vue2_injectStyles$Q,
795
833
  null,
796
834
  null,
797
835
  null
798
836
  );
799
- function __vue2_injectStyles$P(context) {
800
- for (let o in __cssModules$P) {
801
- this[o] = __cssModules$P[o];
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__$P.exports;
843
+ return __component__$Q.exports;
806
844
  }();
807
- var render$O = function() {
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$O = [];
857
+ var staticRenderFns$P = [];
820
858
  var wNotificationManager_vue_vue_type_style_index_0_lang = "";
821
- const __vue2_script$O = {
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$O = {};
853
- var __component__$O = /* @__PURE__ */ normalizeComponent(
854
- __vue2_script$O,
855
- render$O,
856
- staticRenderFns$O,
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$O,
896
+ __vue2_injectStyles$P,
859
897
  null,
860
898
  null,
861
899
  null
862
900
  );
863
- function __vue2_injectStyles$O(context) {
864
- for (let o in __cssModules$O) {
865
- this[o] = __cssModules$O[o];
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__$O.exports;
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{whitespace: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$N = function() {
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$N = [];
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$N = {
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$N = {};
1074
- var __component__$N = /* @__PURE__ */ normalizeComponent(
1075
- __vue2_script$N,
1076
- render$N,
1077
- staticRenderFns$N,
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$N,
1117
+ __vue2_injectStyles$O,
1080
1118
  null,
1081
1119
  null,
1082
1120
  null
1083
1121
  );
1084
- function __vue2_injectStyles$N(context) {
1085
- for (let o in __cssModules$N) {
1086
- this[o] = __cssModules$N[o];
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__$N.exports;
1128
+ return __component__$O.exports;
1091
1129
  }();
1092
- var render$M = function() {
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$M = [];
1138
+ var staticRenderFns$N = [];
1101
1139
  var wBadge_vue_vue_type_style_index_0_lang = "";
1102
- const __vue2_script$M = {
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$M = {};
1165
- var __component__$M = /* @__PURE__ */ normalizeComponent(
1166
- __vue2_script$M,
1167
- render$M,
1168
- staticRenderFns$M,
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$M,
1208
+ __vue2_injectStyles$N,
1171
1209
  null,
1172
1210
  null,
1173
1211
  null
1174
1212
  );
1175
- function __vue2_injectStyles$M(context) {
1176
- for (let o in __cssModules$M) {
1177
- this[o] = __cssModules$M[o];
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__$M.exports;
1219
+ return __component__$N.exports;
1182
1220
  }();
1183
- var render$L = function() {
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$L = [];
1229
+ var staticRenderFns$M = [];
1192
1230
  var wBreadcrumbs_vue_vue_type_style_index_0_lang = "";
1193
- const __vue2_script$L = {
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$L = {};
1225
- var __component__$L = /* @__PURE__ */ normalizeComponent(
1226
- __vue2_script$L,
1227
- render$L,
1228
- staticRenderFns$L,
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$L,
1268
+ __vue2_injectStyles$M,
1231
1269
  null,
1232
1270
  null,
1233
1271
  null
1234
1272
  );
1235
- function __vue2_injectStyles$L(context) {
1236
- for (let o in __cssModules$L) {
1237
- this[o] = __cssModules$L[o];
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__$L.exports;
1279
+ return __component__$M.exports;
1242
1280
  }();
1243
- var render$K = function() {
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$K = [];
1289
+ var staticRenderFns$L = [];
1252
1290
  var button_vue_vue_type_style_index_0_lang = "";
1253
- const __vue2_script$K = {
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$K = {};
1347
- var __component__$K = /* @__PURE__ */ normalizeComponent(
1348
- __vue2_script$K,
1349
- render$K,
1350
- staticRenderFns$K,
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$K,
1390
+ __vue2_injectStyles$L,
1353
1391
  null,
1354
1392
  null,
1355
1393
  null
1356
1394
  );
1357
- function __vue2_injectStyles$K(context) {
1358
- for (let o in __cssModules$K) {
1359
- this[o] = __cssModules$K[o];
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__$K.exports;
1401
+ return __component__$L.exports;
1364
1402
  }();
1365
- var render$J = function() {
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$J = [];
1375
- const __vue2_script$J = {
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$J = {};
1421
- var __component__$J = /* @__PURE__ */ normalizeComponent(
1422
- __vue2_script$J,
1423
- render$J,
1424
- staticRenderFns$J,
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$J,
1464
+ __vue2_injectStyles$K,
1427
1465
  null,
1428
1466
  null,
1429
1467
  null
1430
1468
  );
1431
- function __vue2_injectStyles$J(context) {
1432
- for (let o in __cssModules$J) {
1433
- this[o] = __cssModules$J[o];
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__$J.exports;
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$I = function() {
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$I = [];
1490
+ var staticRenderFns$J = [];
1453
1491
  var wCard_vue_vue_type_style_index_0_lang = "";
1454
- const __vue2_script$I = {
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$I = {};
1503
- var __component__$I = /* @__PURE__ */ normalizeComponent(
1504
- __vue2_script$I,
1505
- render$I,
1506
- staticRenderFns$I,
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$I,
1546
+ __vue2_injectStyles$J,
1509
1547
  null,
1510
1548
  null,
1511
1549
  null
1512
1550
  );
1513
- function __vue2_injectStyles$I(context) {
1514
- for (let o in __cssModules$I) {
1515
- this[o] = __cssModules$I[o];
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__$I.exports;
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$H = function() {
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$H = [];
1630
+ var staticRenderFns$I = [];
1593
1631
  var wCheckbox_vue_vue_type_style_index_0_lang = "";
1594
- const __vue2_script$H = {
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$H = {};
1662
- var __component__$H = /* @__PURE__ */ normalizeComponent(
1663
- __vue2_script$H,
1664
- render$H,
1665
- staticRenderFns$H,
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$H,
1705
+ __vue2_injectStyles$I,
1668
1706
  null,
1669
1707
  null,
1670
1708
  null
1671
1709
  );
1672
- function __vue2_injectStyles$H(context) {
1673
- for (let o in __cssModules$H) {
1674
- this[o] = __cssModules$H[o];
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__$H.exports;
1716
+ return __component__$I.exports;
1679
1717
  }();
1680
- var render$G = function() {
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$G = [];
1734
+ var staticRenderFns$H = [];
1697
1735
  var wCheckboxes_vue_vue_type_style_index_0_lang = "";
1698
- const __vue2_script$G = {
1736
+ const __vue2_script$H = {
1699
1737
  name: "w-checkboxes",
1700
1738
  mixins: [FormElementMixin],
1701
1739
  props: {
@@ -1752,26 +1790,26 @@ const __vue2_script$G = {
1752
1790
  }
1753
1791
  }
1754
1792
  };
1755
- const __cssModules$G = {};
1756
- var __component__$G = /* @__PURE__ */ normalizeComponent(
1757
- __vue2_script$G,
1758
- render$G,
1759
- staticRenderFns$G,
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$G,
1799
+ __vue2_injectStyles$H,
1762
1800
  null,
1763
1801
  null,
1764
1802
  null
1765
1803
  );
1766
- function __vue2_injectStyles$G(context) {
1767
- for (let o in __cssModules$G) {
1768
- this[o] = __cssModules$G[o];
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__$G.exports;
1810
+ return __component__$H.exports;
1773
1811
  }();
1774
- var render$F = function() {
1812
+ var render$G = function() {
1775
1813
  var _vm = this;
1776
1814
  var _h = _vm.$createElement;
1777
1815
  var _c = _vm._self._c || _h;
@@ -1798,8 +1836,8 @@ 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$F = [];
1802
- const __vue2_script$F = {
1839
+ var staticRenderFns$G = [];
1840
+ const __vue2_script$G = {
1803
1841
  name: "w-confirm",
1804
1842
  props: {
1805
1843
  bgColor: { type: String },
@@ -1895,34 +1933,34 @@ const __vue2_script$F = {
1895
1933
  }
1896
1934
  }
1897
1935
  };
1898
- const __cssModules$F = {};
1899
- var __component__$F = /* @__PURE__ */ normalizeComponent(
1900
- __vue2_script$F,
1901
- render$F,
1902
- staticRenderFns$F,
1936
+ const __cssModules$G = {};
1937
+ var __component__$G = /* @__PURE__ */ normalizeComponent(
1938
+ __vue2_script$G,
1939
+ render$G,
1940
+ staticRenderFns$G,
1903
1941
  false,
1904
- __vue2_injectStyles$F,
1942
+ __vue2_injectStyles$G,
1905
1943
  null,
1906
1944
  null,
1907
1945
  null
1908
1946
  );
1909
- function __vue2_injectStyles$F(context) {
1910
- for (let o in __cssModules$F) {
1911
- this[o] = __cssModules$F[o];
1947
+ function __vue2_injectStyles$G(context) {
1948
+ for (let o in __cssModules$G) {
1949
+ this[o] = __cssModules$G[o];
1912
1950
  }
1913
1951
  }
1914
1952
  var wConfirm = /* @__PURE__ */ function() {
1915
- return __component__$F.exports;
1953
+ return __component__$G.exports;
1916
1954
  }();
1917
- var render$E = function() {
1955
+ var render$F = function() {
1918
1956
  var _vm = this;
1919
1957
  var _h = _vm.$createElement;
1920
1958
  var _c = _vm._self._c || _h;
1921
1959
  return _c("div", { staticClass: "w-date-picker", class: _vm.classes, style: _vm.styles }, [_vm._t("default")], 2);
1922
1960
  };
1923
- var staticRenderFns$E = [];
1961
+ var staticRenderFns$F = [];
1924
1962
  var wDatePicker_vue_vue_type_style_index_0_lang = "";
1925
- const __vue2_script$E = {
1963
+ const __vue2_script$F = {
1926
1964
  name: "w-date-picker",
1927
1965
  props: {},
1928
1966
  emits: [],
@@ -1935,26 +1973,26 @@ const __vue2_script$E = {
1935
1973
  }
1936
1974
  }
1937
1975
  };
1938
- const __cssModules$E = {};
1939
- var __component__$E = /* @__PURE__ */ normalizeComponent(
1940
- __vue2_script$E,
1941
- render$E,
1942
- staticRenderFns$E,
1976
+ const __cssModules$F = {};
1977
+ var __component__$F = /* @__PURE__ */ normalizeComponent(
1978
+ __vue2_script$F,
1979
+ render$F,
1980
+ staticRenderFns$F,
1943
1981
  false,
1944
- __vue2_injectStyles$E,
1982
+ __vue2_injectStyles$F,
1945
1983
  null,
1946
1984
  null,
1947
1985
  null
1948
1986
  );
1949
- function __vue2_injectStyles$E(context) {
1950
- for (let o in __cssModules$E) {
1951
- this[o] = __cssModules$E[o];
1987
+ function __vue2_injectStyles$F(context) {
1988
+ for (let o in __cssModules$F) {
1989
+ this[o] = __cssModules$F[o];
1952
1990
  }
1953
1991
  }
1954
1992
  var wDatePicker = /* @__PURE__ */ function() {
1955
- return __component__$E.exports;
1993
+ return __component__$F.exports;
1956
1994
  }();
1957
- var render$D = function() {
1995
+ var render$E = function() {
1958
1996
  var _vm = this;
1959
1997
  var _h = _vm.$createElement;
1960
1998
  var _c = _vm._self._c || _h;
@@ -1964,9 +2002,9 @@ var render$D = function() {
1964
2002
  return [_vm._t("actions")];
1965
2003
  }, proxy: true } : null], null, true) }, [_vm._t("default")], 2)], 1)], 1);
1966
2004
  };
1967
- var staticRenderFns$D = [];
2005
+ var staticRenderFns$E = [];
1968
2006
  var wDialog_vue_vue_type_style_index_0_lang = "";
1969
- const __vue2_script$D = {
2007
+ const __vue2_script$E = {
1970
2008
  name: "w-dialog",
1971
2009
  props: {
1972
2010
  value: { default: true },
@@ -2040,34 +2078,34 @@ const __vue2_script$D = {
2040
2078
  }
2041
2079
  }
2042
2080
  };
2043
- const __cssModules$D = {};
2044
- var __component__$D = /* @__PURE__ */ normalizeComponent(
2045
- __vue2_script$D,
2046
- render$D,
2047
- staticRenderFns$D,
2081
+ const __cssModules$E = {};
2082
+ var __component__$E = /* @__PURE__ */ normalizeComponent(
2083
+ __vue2_script$E,
2084
+ render$E,
2085
+ staticRenderFns$E,
2048
2086
  false,
2049
- __vue2_injectStyles$D,
2087
+ __vue2_injectStyles$E,
2050
2088
  null,
2051
2089
  null,
2052
2090
  null
2053
2091
  );
2054
- function __vue2_injectStyles$D(context) {
2055
- for (let o in __cssModules$D) {
2056
- this[o] = __cssModules$D[o];
2092
+ function __vue2_injectStyles$E(context) {
2093
+ for (let o in __cssModules$E) {
2094
+ this[o] = __cssModules$E[o];
2057
2095
  }
2058
2096
  }
2059
2097
  var wDialog = /* @__PURE__ */ function() {
2060
- return __component__$D.exports;
2098
+ return __component__$E.exports;
2061
2099
  }();
2062
- var render$C = function() {
2100
+ var render$D = function() {
2063
2101
  var _vm = this;
2064
2102
  var _h = _vm.$createElement;
2065
2103
  var _c = _vm._self._c || _h;
2066
2104
  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
2105
  };
2068
- var staticRenderFns$C = [];
2106
+ var staticRenderFns$D = [];
2069
2107
  var wDivider_vue_vue_type_style_index_0_lang = "";
2070
- const __vue2_script$C = {
2108
+ const __vue2_script$D = {
2071
2109
  name: "w-divider",
2072
2110
  props: {
2073
2111
  vertical: { type: Boolean },
@@ -2084,26 +2122,26 @@ const __vue2_script$C = {
2084
2122
  }
2085
2123
  }
2086
2124
  };
2087
- const __cssModules$C = {};
2088
- var __component__$C = /* @__PURE__ */ normalizeComponent(
2089
- __vue2_script$C,
2090
- render$C,
2091
- staticRenderFns$C,
2125
+ const __cssModules$D = {};
2126
+ var __component__$D = /* @__PURE__ */ normalizeComponent(
2127
+ __vue2_script$D,
2128
+ render$D,
2129
+ staticRenderFns$D,
2092
2130
  false,
2093
- __vue2_injectStyles$C,
2131
+ __vue2_injectStyles$D,
2094
2132
  null,
2095
2133
  null,
2096
2134
  null
2097
2135
  );
2098
- function __vue2_injectStyles$C(context) {
2099
- for (let o in __cssModules$C) {
2100
- this[o] = __cssModules$C[o];
2136
+ function __vue2_injectStyles$D(context) {
2137
+ for (let o in __cssModules$D) {
2138
+ this[o] = __cssModules$D[o];
2101
2139
  }
2102
2140
  }
2103
2141
  var wDivider = /* @__PURE__ */ function() {
2104
- return __component__$C.exports;
2142
+ return __component__$D.exports;
2105
2143
  }();
2106
- var render$B = function() {
2144
+ var render$C = function() {
2107
2145
  var _vm = this;
2108
2146
  var _h = _vm.$createElement;
2109
2147
  var _c = _vm._self._c || _h;
@@ -2117,10 +2155,10 @@ var render$B = function() {
2117
2155
  _vm.noOverlay && _vm.onBeforeClose();
2118
2156
  }, "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
2157
  };
2120
- var staticRenderFns$B = [];
2158
+ var staticRenderFns$C = [];
2121
2159
  var wDrawer_vue_vue_type_style_index_0_lang = "";
2122
2160
  const oppositeSides = { left: "right", right: "left", top: "down", bottom: "up" };
2123
- const __vue2_script$B = {
2161
+ const __vue2_script$C = {
2124
2162
  name: "w-drawer",
2125
2163
  props: {
2126
2164
  value: { default: true },
@@ -2141,6 +2179,7 @@ const __vue2_script$B = {
2141
2179
  absolute: { type: Boolean },
2142
2180
  overlayColor: { type: String },
2143
2181
  overlayOpacity: { type: [Number, String, Boolean] },
2182
+ drawerClass: { type: String },
2144
2183
  tag: { type: String, default: "aside" }
2145
2184
  },
2146
2185
  provide() {
@@ -2178,6 +2217,7 @@ const __vue2_script$B = {
2178
2217
  },
2179
2218
  drawerClasses() {
2180
2219
  return {
2220
+ [this.drawerClass]: true,
2181
2221
  [this.color]: this.color,
2182
2222
  [`${this.bgColor}--bg`]: this.bgColor,
2183
2223
  "w-drawer--open": !!this.showDrawer,
@@ -2231,34 +2271,34 @@ const __vue2_script$B = {
2231
2271
  }
2232
2272
  }
2233
2273
  };
2234
- const __cssModules$B = {};
2235
- var __component__$B = /* @__PURE__ */ normalizeComponent(
2236
- __vue2_script$B,
2237
- render$B,
2238
- staticRenderFns$B,
2274
+ const __cssModules$C = {};
2275
+ var __component__$C = /* @__PURE__ */ normalizeComponent(
2276
+ __vue2_script$C,
2277
+ render$C,
2278
+ staticRenderFns$C,
2239
2279
  false,
2240
- __vue2_injectStyles$B,
2280
+ __vue2_injectStyles$C,
2241
2281
  null,
2242
2282
  null,
2243
2283
  null
2244
2284
  );
2245
- function __vue2_injectStyles$B(context) {
2246
- for (let o in __cssModules$B) {
2247
- this[o] = __cssModules$B[o];
2285
+ function __vue2_injectStyles$C(context) {
2286
+ for (let o in __cssModules$C) {
2287
+ this[o] = __cssModules$C[o];
2248
2288
  }
2249
2289
  }
2250
2290
  var wDrawer = /* @__PURE__ */ function() {
2251
- return __component__$B.exports;
2291
+ return __component__$C.exports;
2252
2292
  }();
2253
- var render$A = function() {
2293
+ var render$B = function() {
2254
2294
  var _vm = this;
2255
2295
  var _h = _vm.$createElement;
2256
2296
  var _c = _vm._self._c || _h;
2257
2297
  return _c(_vm.tag, { tag: "component", staticClass: "w-flex", class: _vm.classes }, [_vm._t("default")], 2);
2258
2298
  };
2259
- var staticRenderFns$A = [];
2299
+ var staticRenderFns$B = [];
2260
2300
  var wFlex_vue_vue_type_style_index_0_lang = "";
2261
- const __vue2_script$A = {
2301
+ const __vue2_script$B = {
2262
2302
  name: "w-flex",
2263
2303
  props: {
2264
2304
  tag: { type: String, default: "div" },
@@ -2306,32 +2346,32 @@ const __vue2_script$A = {
2306
2346
  }
2307
2347
  }
2308
2348
  };
2309
- const __cssModules$A = {};
2310
- var __component__$A = /* @__PURE__ */ normalizeComponent(
2311
- __vue2_script$A,
2312
- render$A,
2313
- staticRenderFns$A,
2349
+ const __cssModules$B = {};
2350
+ var __component__$B = /* @__PURE__ */ normalizeComponent(
2351
+ __vue2_script$B,
2352
+ render$B,
2353
+ staticRenderFns$B,
2314
2354
  false,
2315
- __vue2_injectStyles$A,
2355
+ __vue2_injectStyles$B,
2316
2356
  null,
2317
2357
  null,
2318
2358
  null
2319
2359
  );
2320
- function __vue2_injectStyles$A(context) {
2321
- for (let o in __cssModules$A) {
2322
- this[o] = __cssModules$A[o];
2360
+ function __vue2_injectStyles$B(context) {
2361
+ for (let o in __cssModules$B) {
2362
+ this[o] = __cssModules$B[o];
2323
2363
  }
2324
2364
  }
2325
2365
  var wFlex = /* @__PURE__ */ function() {
2326
- return __component__$A.exports;
2366
+ return __component__$B.exports;
2327
2367
  }();
2328
- var render$z = function() {
2368
+ var render$A = function() {
2329
2369
  var _vm = this;
2330
2370
  var _h = _vm.$createElement;
2331
2371
  var _c = _vm._self._c || _h;
2332
2372
  return _c("form", { staticClass: "w-form", class: _vm.classes, attrs: { "novalidate": "" }, on: { "submit": _vm.onSubmit, "reset": _vm.reset } }, [_vm._t("default")], 2);
2333
2373
  };
2334
- var staticRenderFns$z = [];
2374
+ var staticRenderFns$A = [];
2335
2375
  const asyncSome = async (array, predicate) => {
2336
2376
  for (const item of array) {
2337
2377
  if (await predicate(item))
@@ -2339,7 +2379,7 @@ const asyncSome = async (array, predicate) => {
2339
2379
  }
2340
2380
  return false;
2341
2381
  };
2342
- const __vue2_script$z = {
2382
+ const __vue2_script$A = {
2343
2383
  name: "w-form",
2344
2384
  props: {
2345
2385
  value: {},
@@ -2460,34 +2500,34 @@ const __vue2_script$z = {
2460
2500
  }
2461
2501
  }
2462
2502
  };
2463
- const __cssModules$z = {};
2464
- var __component__$z = /* @__PURE__ */ normalizeComponent(
2465
- __vue2_script$z,
2466
- render$z,
2467
- staticRenderFns$z,
2503
+ const __cssModules$A = {};
2504
+ var __component__$A = /* @__PURE__ */ normalizeComponent(
2505
+ __vue2_script$A,
2506
+ render$A,
2507
+ staticRenderFns$A,
2468
2508
  false,
2469
- __vue2_injectStyles$z,
2509
+ __vue2_injectStyles$A,
2470
2510
  null,
2471
2511
  null,
2472
2512
  null
2473
2513
  );
2474
- function __vue2_injectStyles$z(context) {
2475
- for (let o in __cssModules$z) {
2476
- this[o] = __cssModules$z[o];
2514
+ function __vue2_injectStyles$A(context) {
2515
+ for (let o in __cssModules$A) {
2516
+ this[o] = __cssModules$A[o];
2477
2517
  }
2478
2518
  }
2479
2519
  var wForm = /* @__PURE__ */ function() {
2480
- return __component__$z.exports;
2520
+ return __component__$A.exports;
2481
2521
  }();
2482
- var render$y = function() {
2522
+ var render$z = function() {
2483
2523
  var _vm = this;
2484
2524
  var _h = _vm.$createElement;
2485
2525
  var _c = _vm._self._c || _h;
2486
2526
  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
2527
  };
2488
- var staticRenderFns$y = [];
2528
+ var staticRenderFns$z = [];
2489
2529
  var wFormElement_vue_vue_type_style_index_0_lang = "";
2490
- const __vue2_script$y = {
2530
+ const __vue2_script$z = {
2491
2531
  name: "w-form-element",
2492
2532
  props: {
2493
2533
  valid: { required: true },
@@ -2567,34 +2607,34 @@ const __vue2_script$y = {
2567
2607
  this.formUnregister(this);
2568
2608
  }
2569
2609
  };
2570
- const __cssModules$y = {};
2571
- var __component__$y = /* @__PURE__ */ normalizeComponent(
2572
- __vue2_script$y,
2573
- render$y,
2574
- staticRenderFns$y,
2610
+ const __cssModules$z = {};
2611
+ var __component__$z = /* @__PURE__ */ normalizeComponent(
2612
+ __vue2_script$z,
2613
+ render$z,
2614
+ staticRenderFns$z,
2575
2615
  false,
2576
- __vue2_injectStyles$y,
2616
+ __vue2_injectStyles$z,
2577
2617
  null,
2578
2618
  null,
2579
2619
  null
2580
2620
  );
2581
- function __vue2_injectStyles$y(context) {
2582
- for (let o in __cssModules$y) {
2583
- this[o] = __cssModules$y[o];
2621
+ function __vue2_injectStyles$z(context) {
2622
+ for (let o in __cssModules$z) {
2623
+ this[o] = __cssModules$z[o];
2584
2624
  }
2585
2625
  }
2586
2626
  var wFormElement = /* @__PURE__ */ function() {
2587
- return __component__$y.exports;
2627
+ return __component__$z.exports;
2588
2628
  }();
2589
- var render$x = function() {
2629
+ var render$y = function() {
2590
2630
  var _vm = this;
2591
2631
  var _h = _vm.$createElement;
2592
2632
  var _c = _vm._self._c || _h;
2593
2633
  return _c(_vm.tag, { tag: "component", staticClass: "w-grid", class: _vm.classes }, [_vm._t("default")], 2);
2594
2634
  };
2595
- var staticRenderFns$x = [];
2635
+ var staticRenderFns$y = [];
2596
2636
  var wGrid_vue_vue_type_style_index_0_lang = "";
2597
- const __vue2_script$x = {
2637
+ const __vue2_script$y = {
2598
2638
  name: "w-grid",
2599
2639
  props: {
2600
2640
  tag: { type: String, default: "div" },
@@ -2650,34 +2690,34 @@ const __vue2_script$x = {
2650
2690
  }
2651
2691
  }
2652
2692
  };
2653
- const __cssModules$x = {};
2654
- var __component__$x = /* @__PURE__ */ normalizeComponent(
2655
- __vue2_script$x,
2656
- render$x,
2657
- staticRenderFns$x,
2693
+ const __cssModules$y = {};
2694
+ var __component__$y = /* @__PURE__ */ normalizeComponent(
2695
+ __vue2_script$y,
2696
+ render$y,
2697
+ staticRenderFns$y,
2658
2698
  false,
2659
- __vue2_injectStyles$x,
2699
+ __vue2_injectStyles$y,
2660
2700
  null,
2661
2701
  null,
2662
2702
  null
2663
2703
  );
2664
- function __vue2_injectStyles$x(context) {
2665
- for (let o in __cssModules$x) {
2666
- this[o] = __cssModules$x[o];
2704
+ function __vue2_injectStyles$y(context) {
2705
+ for (let o in __cssModules$y) {
2706
+ this[o] = __cssModules$y[o];
2667
2707
  }
2668
2708
  }
2669
2709
  var wGrid = /* @__PURE__ */ function() {
2670
- return __component__$x.exports;
2710
+ return __component__$y.exports;
2671
2711
  }();
2672
- var render$w = function() {
2712
+ var render$x = function() {
2673
2713
  var _vm = this;
2674
2714
  var _h = _vm.$createElement;
2675
2715
  var _c = _vm._self._c || _h;
2676
2716
  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
2717
  };
2678
- var staticRenderFns$w = [];
2718
+ var staticRenderFns$x = [];
2679
2719
  var wIcon_vue_vue_type_style_index_0_lang = "";
2680
- const __vue2_script$w = {
2720
+ const __vue2_script$x = {
2681
2721
  name: "w-icon",
2682
2722
  props: {
2683
2723
  tag: { type: String, default: "i" },
@@ -2750,36 +2790,36 @@ const __vue2_script$w = {
2750
2790
  }
2751
2791
  }
2752
2792
  };
2753
- const __cssModules$w = {};
2754
- var __component__$w = /* @__PURE__ */ normalizeComponent(
2755
- __vue2_script$w,
2756
- render$w,
2757
- staticRenderFns$w,
2793
+ const __cssModules$x = {};
2794
+ var __component__$x = /* @__PURE__ */ normalizeComponent(
2795
+ __vue2_script$x,
2796
+ render$x,
2797
+ staticRenderFns$x,
2758
2798
  false,
2759
- __vue2_injectStyles$w,
2799
+ __vue2_injectStyles$x,
2760
2800
  null,
2761
2801
  null,
2762
2802
  null
2763
2803
  );
2764
- function __vue2_injectStyles$w(context) {
2765
- for (let o in __cssModules$w) {
2766
- this[o] = __cssModules$w[o];
2804
+ function __vue2_injectStyles$x(context) {
2805
+ for (let o in __cssModules$x) {
2806
+ this[o] = __cssModules$x[o];
2767
2807
  }
2768
2808
  }
2769
2809
  var wIcon = /* @__PURE__ */ function() {
2770
- return __component__$w.exports;
2810
+ return __component__$x.exports;
2771
2811
  }();
2772
2812
  const consoleWarn = (message) => console.warn(`Wave UI: ${message}`);
2773
2813
  const consoleError = (message) => console.error(`Wave UI: ${message}`);
2774
- var render$v = function() {
2814
+ var render$w = function() {
2775
2815
  var _vm = this;
2776
2816
  var _h = _vm.$createElement;
2777
2817
  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);
2818
+ 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
2819
  };
2780
- var staticRenderFns$v = [];
2820
+ var staticRenderFns$w = [];
2781
2821
  var wImage_vue_vue_type_style_index_0_lang = "";
2782
- const __vue2_script$v = {
2822
+ const __vue2_script$w = {
2783
2823
  name: "w-image",
2784
2824
  props: {
2785
2825
  tag: { type: String, default: "span" },
@@ -2792,6 +2832,7 @@ const __vue2_script$v = {
2792
2832
  fixed: { type: Boolean },
2793
2833
  contain: { type: Boolean },
2794
2834
  noSpinner: { type: Boolean },
2835
+ spinnerColor: { type: String },
2795
2836
  fallback: { type: String },
2796
2837
  transition: { type: String, default: "fade" },
2797
2838
  contentClass: { type: [String, Array, Object] }
@@ -2902,26 +2943,26 @@ const __vue2_script$v = {
2902
2943
  }
2903
2944
  }
2904
2945
  };
2905
- const __cssModules$v = {};
2906
- var __component__$v = /* @__PURE__ */ normalizeComponent(
2907
- __vue2_script$v,
2908
- render$v,
2909
- staticRenderFns$v,
2946
+ const __cssModules$w = {};
2947
+ var __component__$w = /* @__PURE__ */ normalizeComponent(
2948
+ __vue2_script$w,
2949
+ render$w,
2950
+ staticRenderFns$w,
2910
2951
  false,
2911
- __vue2_injectStyles$v,
2952
+ __vue2_injectStyles$w,
2912
2953
  null,
2913
2954
  null,
2914
2955
  null
2915
2956
  );
2916
- function __vue2_injectStyles$v(context) {
2917
- for (let o in __cssModules$v) {
2918
- this[o] = __cssModules$v[o];
2957
+ function __vue2_injectStyles$w(context) {
2958
+ for (let o in __cssModules$w) {
2959
+ this[o] = __cssModules$w[o];
2919
2960
  }
2920
2961
  }
2921
2962
  var wImage = /* @__PURE__ */ function() {
2922
- return __component__$v.exports;
2963
+ return __component__$w.exports;
2923
2964
  }();
2924
- var render$u = function() {
2965
+ var render$v = function() {
2925
2966
  var _vm = this;
2926
2967
  var _h = _vm.$createElement;
2927
2968
  var _c = _vm._self._c || _h;
@@ -2972,9 +3013,9 @@ var render$u = function() {
2972
3013
  return [_vm._v(_vm._s(_vm.label))];
2973
3014
  })], 2) : _vm._e()] : _vm._e()]], 2);
2974
3015
  };
2975
- var staticRenderFns$u = [];
3016
+ var staticRenderFns$v = [];
2976
3017
  var wInput_vue_vue_type_style_index_0_lang = "";
2977
- const __vue2_script$u = {
3018
+ const __vue2_script$v = {
2978
3019
  name: "w-input",
2979
3020
  mixins: [FormElementMixin],
2980
3021
  props: {
@@ -3167,26 +3208,26 @@ const __vue2_script$u = {
3167
3208
  }
3168
3209
  }
3169
3210
  };
3170
- const __cssModules$u = {};
3171
- var __component__$u = /* @__PURE__ */ normalizeComponent(
3172
- __vue2_script$u,
3173
- render$u,
3174
- staticRenderFns$u,
3211
+ const __cssModules$v = {};
3212
+ var __component__$v = /* @__PURE__ */ normalizeComponent(
3213
+ __vue2_script$v,
3214
+ render$v,
3215
+ staticRenderFns$v,
3175
3216
  false,
3176
- __vue2_injectStyles$u,
3217
+ __vue2_injectStyles$v,
3177
3218
  null,
3178
3219
  null,
3179
3220
  null
3180
3221
  );
3181
- function __vue2_injectStyles$u(context) {
3182
- for (let o in __cssModules$u) {
3183
- this[o] = __cssModules$u[o];
3222
+ function __vue2_injectStyles$v(context) {
3223
+ for (let o in __cssModules$v) {
3224
+ this[o] = __cssModules$v[o];
3184
3225
  }
3185
3226
  }
3186
3227
  var wInput = /* @__PURE__ */ function() {
3187
- return __component__$u.exports;
3228
+ return __component__$v.exports;
3188
3229
  }();
3189
- var render$t = function() {
3230
+ var render$u = function() {
3190
3231
  var _vm = this;
3191
3232
  var _h = _vm.$createElement;
3192
3233
  var _c = _vm._self._c || _h;
@@ -3226,9 +3267,9 @@ var render$t = function() {
3226
3267
  } }], null, true) }, "w-list", _vm.$props, false)) : _vm._e()], 2);
3227
3268
  }), 0);
3228
3269
  };
3229
- var staticRenderFns$t = [];
3270
+ var staticRenderFns$u = [];
3230
3271
  var wList_vue_vue_type_style_index_0_lang = "";
3231
- const __vue2_script$t = {
3272
+ const __vue2_script$u = {
3232
3273
  name: "w-list",
3233
3274
  props: {
3234
3275
  items: { type: [Array, Number], required: true },
@@ -3472,24 +3513,24 @@ const __vue2_script$t = {
3472
3513
  }
3473
3514
  }
3474
3515
  };
3475
- const __cssModules$t = {};
3476
- var __component__$t = /* @__PURE__ */ normalizeComponent(
3477
- __vue2_script$t,
3478
- render$t,
3479
- staticRenderFns$t,
3516
+ const __cssModules$u = {};
3517
+ var __component__$u = /* @__PURE__ */ normalizeComponent(
3518
+ __vue2_script$u,
3519
+ render$u,
3520
+ staticRenderFns$u,
3480
3521
  false,
3481
- __vue2_injectStyles$t,
3522
+ __vue2_injectStyles$u,
3482
3523
  null,
3483
3524
  null,
3484
3525
  null
3485
3526
  );
3486
- function __vue2_injectStyles$t(context) {
3487
- for (let o in __cssModules$t) {
3488
- this[o] = __cssModules$t[o];
3527
+ function __vue2_injectStyles$u(context) {
3528
+ for (let o in __cssModules$u) {
3529
+ this[o] = __cssModules$u[o];
3489
3530
  }
3490
3531
  }
3491
3532
  var wList = /* @__PURE__ */ function() {
3492
- return __component__$t.exports;
3533
+ return __component__$u.exports;
3493
3534
  }();
3494
3535
  var DetachableMixin = {
3495
3536
  props: {
@@ -3750,7 +3791,7 @@ var DetachableMixin = {
3750
3791
  }
3751
3792
  }
3752
3793
  };
3753
- var render$s = function() {
3794
+ var render$t = function() {
3754
3795
  var _vm = this;
3755
3796
  var _h = _vm.$createElement;
3756
3797
  var _c = _vm._self._c || _h;
@@ -3774,9 +3815,9 @@ var render$s = function() {
3774
3815
  _vm.detachableVisible = false;
3775
3816
  } } }, "w-overlay", _vm.overlayProps, false)) : _vm._e()], 2);
3776
3817
  };
3777
- var staticRenderFns$s = [];
3818
+ var staticRenderFns$t = [];
3778
3819
  var wMenu_vue_vue_type_style_index_0_lang = "";
3779
- const __vue2_script$s = {
3820
+ const __vue2_script$t = {
3780
3821
  name: "w-menu",
3781
3822
  mixins: [DetachableMixin],
3782
3823
  inheritAttrs: false,
@@ -3935,26 +3976,26 @@ const __vue2_script$s = {
3935
3976
  }
3936
3977
  }
3937
3978
  };
3938
- const __cssModules$s = {};
3939
- var __component__$s = /* @__PURE__ */ normalizeComponent(
3940
- __vue2_script$s,
3941
- render$s,
3942
- staticRenderFns$s,
3979
+ const __cssModules$t = {};
3980
+ var __component__$t = /* @__PURE__ */ normalizeComponent(
3981
+ __vue2_script$t,
3982
+ render$t,
3983
+ staticRenderFns$t,
3943
3984
  false,
3944
- __vue2_injectStyles$s,
3985
+ __vue2_injectStyles$t,
3945
3986
  null,
3946
3987
  null,
3947
3988
  null
3948
3989
  );
3949
- function __vue2_injectStyles$s(context) {
3950
- for (let o in __cssModules$s) {
3951
- this[o] = __cssModules$s[o];
3990
+ function __vue2_injectStyles$t(context) {
3991
+ for (let o in __cssModules$t) {
3992
+ this[o] = __cssModules$t[o];
3952
3993
  }
3953
3994
  }
3954
3995
  var wMenu = /* @__PURE__ */ function() {
3955
- return __component__$s.exports;
3996
+ return __component__$t.exports;
3956
3997
  }();
3957
- var render$r = function() {
3998
+ var render$s = function() {
3958
3999
  var _vm = this;
3959
4000
  var _h = _vm.$createElement;
3960
4001
  var _c = _vm._self._c || _h;
@@ -3963,9 +4004,9 @@ var render$r = function() {
3963
4004
  _vm.$emit("input", false);
3964
4005
  } } }, "w-alert", _vm.alertProps, false), [_vm._t("default")], 2)], 1) : _vm._e()]);
3965
4006
  };
3966
- var staticRenderFns$r = [];
4007
+ var staticRenderFns$s = [];
3967
4008
  var wNotification_vue_vue_type_style_index_0_lang = "";
3968
- const __vue2_script$r = {
4009
+ const __vue2_script$s = {
3969
4010
  name: "w-notification",
3970
4011
  props: {
3971
4012
  value: { default: true },
@@ -4101,26 +4142,26 @@ const __vue2_script$r = {
4101
4142
  }
4102
4143
  }
4103
4144
  };
4104
- const __cssModules$r = {};
4105
- var __component__$r = /* @__PURE__ */ normalizeComponent(
4106
- __vue2_script$r,
4107
- render$r,
4108
- staticRenderFns$r,
4145
+ const __cssModules$s = {};
4146
+ var __component__$s = /* @__PURE__ */ normalizeComponent(
4147
+ __vue2_script$s,
4148
+ render$s,
4149
+ staticRenderFns$s,
4109
4150
  false,
4110
- __vue2_injectStyles$r,
4151
+ __vue2_injectStyles$s,
4111
4152
  null,
4112
4153
  null,
4113
4154
  null
4114
4155
  );
4115
- function __vue2_injectStyles$r(context) {
4116
- for (let o in __cssModules$r) {
4117
- this[o] = __cssModules$r[o];
4156
+ function __vue2_injectStyles$s(context) {
4157
+ for (let o in __cssModules$s) {
4158
+ this[o] = __cssModules$s[o];
4118
4159
  }
4119
4160
  }
4120
4161
  var wNotification = /* @__PURE__ */ function() {
4121
- return __component__$r.exports;
4162
+ return __component__$s.exports;
4122
4163
  }();
4123
- var render$q = function() {
4164
+ var render$r = function() {
4124
4165
  var _vm = this;
4125
4166
  var _h = _vm.$createElement;
4126
4167
  var _c = _vm._self._c || _h;
@@ -4132,9 +4173,9 @@ var render$q = function() {
4132
4173
  return _vm.onClick.apply(null, arguments);
4133
4174
  }, "click": _vm.onClick } }, [_vm._t("default")], 2) : _vm._e()]);
4134
4175
  };
4135
- var staticRenderFns$q = [];
4176
+ var staticRenderFns$r = [];
4136
4177
  var wOverlay_vue_vue_type_style_index_0_lang = "";
4137
- const __vue2_script$q = {
4178
+ const __vue2_script$r = {
4138
4179
  name: "w-overlay",
4139
4180
  props: {
4140
4181
  value: {},
@@ -4201,59 +4242,59 @@ const __vue2_script$q = {
4201
4242
  }
4202
4243
  }
4203
4244
  };
4204
- const __cssModules$q = {};
4205
- var __component__$q = /* @__PURE__ */ normalizeComponent(
4206
- __vue2_script$q,
4207
- render$q,
4208
- staticRenderFns$q,
4245
+ const __cssModules$r = {};
4246
+ var __component__$r = /* @__PURE__ */ normalizeComponent(
4247
+ __vue2_script$r,
4248
+ render$r,
4249
+ staticRenderFns$r,
4209
4250
  false,
4210
- __vue2_injectStyles$q,
4251
+ __vue2_injectStyles$r,
4211
4252
  null,
4212
4253
  null,
4213
4254
  null
4214
4255
  );
4215
- function __vue2_injectStyles$q(context) {
4216
- for (let o in __cssModules$q) {
4217
- this[o] = __cssModules$q[o];
4256
+ function __vue2_injectStyles$r(context) {
4257
+ for (let o in __cssModules$r) {
4258
+ this[o] = __cssModules$r[o];
4218
4259
  }
4219
4260
  }
4220
4261
  var wOverlay = /* @__PURE__ */ function() {
4221
- return __component__$q.exports;
4262
+ return __component__$r.exports;
4222
4263
  }();
4223
- var render$p = function() {
4264
+ var render$q = function() {
4224
4265
  var _vm = this;
4225
4266
  var _h = _vm.$createElement;
4226
4267
  var _c = _vm._self._c || _h;
4227
4268
  return _c("div", { staticClass: "w-parallax" });
4228
4269
  };
4229
- var staticRenderFns$p = [];
4270
+ var staticRenderFns$q = [];
4230
4271
  var wParallax_vue_vue_type_style_index_0_lang = "";
4231
- const __vue2_script$p = {
4272
+ const __vue2_script$q = {
4232
4273
  name: "w-parallax",
4233
4274
  props: {},
4234
4275
  emits: [],
4235
4276
  data: () => ({})
4236
4277
  };
4237
- const __cssModules$p = {};
4238
- var __component__$p = /* @__PURE__ */ normalizeComponent(
4239
- __vue2_script$p,
4240
- render$p,
4241
- staticRenderFns$p,
4278
+ const __cssModules$q = {};
4279
+ var __component__$q = /* @__PURE__ */ normalizeComponent(
4280
+ __vue2_script$q,
4281
+ render$q,
4282
+ staticRenderFns$q,
4242
4283
  false,
4243
- __vue2_injectStyles$p,
4284
+ __vue2_injectStyles$q,
4244
4285
  null,
4245
4286
  null,
4246
4287
  null
4247
4288
  );
4248
- function __vue2_injectStyles$p(context) {
4249
- for (let o in __cssModules$p) {
4250
- this[o] = __cssModules$p[o];
4289
+ function __vue2_injectStyles$q(context) {
4290
+ for (let o in __cssModules$q) {
4291
+ this[o] = __cssModules$q[o];
4251
4292
  }
4252
4293
  }
4253
4294
  var wParallax = /* @__PURE__ */ function() {
4254
- return __component__$p.exports;
4295
+ return __component__$q.exports;
4255
4296
  }();
4256
- var render$o = function() {
4297
+ var render$p = function() {
4257
4298
  var _vm = this;
4258
4299
  var _h = _vm.$createElement;
4259
4300
  var _c = _vm._self._c || _h;
@@ -4261,12 +4302,12 @@ var render$o = function() {
4261
4302
  return [_vm._v(_vm._s(Math.round(_vm.progressValue)) + _vm._s(_vm.circle ? "" : "%"))];
4262
4303
  })], 2) : _vm._e()]);
4263
4304
  };
4264
- var staticRenderFns$o = [];
4305
+ var staticRenderFns$p = [];
4265
4306
  var wProgress_vue_vue_type_style_index_0_lang = "";
4266
4307
  const circleSize = 40;
4267
4308
  const circleRadius = circleSize / 2;
4268
4309
  const circleCircumference = Math.round(circleSize * 3.14 * 100) / 100;
4269
- const __vue2_script$o = {
4310
+ const __vue2_script$p = {
4270
4311
  name: "w-progress",
4271
4312
  props: {
4272
4313
  value: { type: [Number, String, Boolean], default: -1 },
@@ -4333,26 +4374,26 @@ const __vue2_script$o = {
4333
4374
  }
4334
4375
  }
4335
4376
  };
4336
- const __cssModules$o = {};
4337
- var __component__$o = /* @__PURE__ */ normalizeComponent(
4338
- __vue2_script$o,
4339
- render$o,
4340
- staticRenderFns$o,
4377
+ const __cssModules$p = {};
4378
+ var __component__$p = /* @__PURE__ */ normalizeComponent(
4379
+ __vue2_script$p,
4380
+ render$p,
4381
+ staticRenderFns$p,
4341
4382
  false,
4342
- __vue2_injectStyles$o,
4383
+ __vue2_injectStyles$p,
4343
4384
  null,
4344
4385
  null,
4345
4386
  null
4346
4387
  );
4347
- function __vue2_injectStyles$o(context) {
4348
- for (let o in __cssModules$o) {
4349
- this[o] = __cssModules$o[o];
4388
+ function __vue2_injectStyles$p(context) {
4389
+ for (let o in __cssModules$p) {
4390
+ this[o] = __cssModules$p[o];
4350
4391
  }
4351
4392
  }
4352
4393
  var wProgress = /* @__PURE__ */ function() {
4353
- return __component__$o.exports;
4394
+ return __component__$p.exports;
4354
4395
  }();
4355
- var render$n = function() {
4396
+ var render$o = function() {
4356
4397
  var _vm = this;
4357
4398
  var _h = _vm.$createElement;
4358
4399
  var _c = _vm._self._c || _h;
@@ -4374,9 +4415,9 @@ var render$n = function() {
4374
4415
  return [_vm._v(_vm._s(_vm.label))];
4375
4416
  })], 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
4417
  };
4377
- var staticRenderFns$n = [];
4418
+ var staticRenderFns$o = [];
4378
4419
  var wRadio_vue_vue_type_style_index_0_lang = "";
4379
- const __vue2_script$n = {
4420
+ const __vue2_script$o = {
4380
4421
  name: "w-radio",
4381
4422
  mixins: [FormElementMixin],
4382
4423
  inject: { wRadios: { default: null } },
@@ -4445,26 +4486,26 @@ const __vue2_script$n = {
4445
4486
  }
4446
4487
  }
4447
4488
  };
4448
- const __cssModules$n = {};
4449
- var __component__$n = /* @__PURE__ */ normalizeComponent(
4450
- __vue2_script$n,
4451
- render$n,
4452
- staticRenderFns$n,
4489
+ const __cssModules$o = {};
4490
+ var __component__$o = /* @__PURE__ */ normalizeComponent(
4491
+ __vue2_script$o,
4492
+ render$o,
4493
+ staticRenderFns$o,
4453
4494
  false,
4454
- __vue2_injectStyles$n,
4495
+ __vue2_injectStyles$o,
4455
4496
  null,
4456
4497
  null,
4457
4498
  null
4458
4499
  );
4459
- function __vue2_injectStyles$n(context) {
4460
- for (let o in __cssModules$n) {
4461
- this[o] = __cssModules$n[o];
4500
+ function __vue2_injectStyles$o(context) {
4501
+ for (let o in __cssModules$o) {
4502
+ this[o] = __cssModules$o[o];
4462
4503
  }
4463
4504
  }
4464
4505
  var wRadio = /* @__PURE__ */ function() {
4465
- return __component__$n.exports;
4506
+ return __component__$o.exports;
4466
4507
  }();
4467
- var render$m = function() {
4508
+ var render$n = function() {
4468
4509
  var _vm = this;
4469
4510
  var _h = _vm.$createElement;
4470
4511
  var _c = _vm._self._c || _h;
@@ -4481,9 +4522,9 @@ var render$m = function() {
4481
4522
  } } }, "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
4523
  }), 1);
4483
4524
  };
4484
- var staticRenderFns$m = [];
4525
+ var staticRenderFns$n = [];
4485
4526
  var wRadios_vue_vue_type_style_index_0_lang = "";
4486
- const __vue2_script$m = {
4527
+ const __vue2_script$n = {
4487
4528
  name: "w-radios",
4488
4529
  mixins: [FormElementMixin],
4489
4530
  props: {
@@ -4532,26 +4573,26 @@ const __vue2_script$m = {
4532
4573
  }
4533
4574
  }
4534
4575
  };
4535
- const __cssModules$m = {};
4536
- var __component__$m = /* @__PURE__ */ normalizeComponent(
4537
- __vue2_script$m,
4538
- render$m,
4539
- staticRenderFns$m,
4576
+ const __cssModules$n = {};
4577
+ var __component__$n = /* @__PURE__ */ normalizeComponent(
4578
+ __vue2_script$n,
4579
+ render$n,
4580
+ staticRenderFns$n,
4540
4581
  false,
4541
- __vue2_injectStyles$m,
4582
+ __vue2_injectStyles$n,
4542
4583
  null,
4543
4584
  null,
4544
4585
  null
4545
4586
  );
4546
- function __vue2_injectStyles$m(context) {
4547
- for (let o in __cssModules$m) {
4548
- this[o] = __cssModules$m[o];
4587
+ function __vue2_injectStyles$n(context) {
4588
+ for (let o in __cssModules$n) {
4589
+ this[o] = __cssModules$n[o];
4549
4590
  }
4550
4591
  }
4551
4592
  var wRadios = /* @__PURE__ */ function() {
4552
- return __component__$m.exports;
4593
+ return __component__$n.exports;
4553
4594
  }();
4554
- var render$l = function() {
4595
+ var render$m = function() {
4555
4596
  var _vm = this;
4556
4597
  var _h = _vm.$createElement;
4557
4598
  var _c = _vm._self._c || _h;
@@ -4570,9 +4611,9 @@ var render$l = function() {
4570
4611
  }, "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
4612
  })], 2);
4572
4613
  };
4573
- var staticRenderFns$l = [];
4614
+ var staticRenderFns$m = [];
4574
4615
  var wRating_vue_vue_type_style_index_0_lang = "";
4575
- const __vue2_script$l = {
4616
+ const __vue2_script$m = {
4576
4617
  name: "w-rating",
4577
4618
  mixins: [FormElementMixin],
4578
4619
  props: {
@@ -4676,26 +4717,26 @@ const __vue2_script$l = {
4676
4717
  }
4677
4718
  }
4678
4719
  };
4679
- const __cssModules$l = {};
4680
- var __component__$l = /* @__PURE__ */ normalizeComponent(
4681
- __vue2_script$l,
4682
- render$l,
4683
- staticRenderFns$l,
4720
+ const __cssModules$m = {};
4721
+ var __component__$m = /* @__PURE__ */ normalizeComponent(
4722
+ __vue2_script$m,
4723
+ render$m,
4724
+ staticRenderFns$m,
4684
4725
  false,
4685
- __vue2_injectStyles$l,
4726
+ __vue2_injectStyles$m,
4686
4727
  null,
4687
4728
  null,
4688
4729
  null
4689
4730
  );
4690
- function __vue2_injectStyles$l(context) {
4691
- for (let o in __cssModules$l) {
4692
- this[o] = __cssModules$l[o];
4731
+ function __vue2_injectStyles$m(context) {
4732
+ for (let o in __cssModules$m) {
4733
+ this[o] = __cssModules$m[o];
4693
4734
  }
4694
4735
  }
4695
4736
  var wRating = /* @__PURE__ */ function() {
4696
- return __component__$l.exports;
4737
+ return __component__$m.exports;
4697
4738
  }();
4698
- var render$k = function() {
4739
+ var render$l = function() {
4699
4740
  var _vm = this;
4700
4741
  var _h = _vm.$createElement;
4701
4742
  var _c = _vm._self._c || _h;
@@ -4746,9 +4787,9 @@ var render$k = function() {
4746
4787
  return [_vm._v(_vm._s(_vm.label))];
4747
4788
  })], 2) : _vm._e()] : _vm._e()], 2);
4748
4789
  };
4749
- var staticRenderFns$k = [];
4790
+ var staticRenderFns$l = [];
4750
4791
  var wSelect_vue_vue_type_style_index_0_lang = "";
4751
- const __vue2_script$k = {
4792
+ const __vue2_script$l = {
4752
4793
  name: "w-select",
4753
4794
  mixins: [FormElementMixin],
4754
4795
  props: {
@@ -4928,26 +4969,26 @@ const __vue2_script$k = {
4928
4969
  }
4929
4970
  }
4930
4971
  };
4931
- const __cssModules$k = {};
4932
- var __component__$k = /* @__PURE__ */ normalizeComponent(
4933
- __vue2_script$k,
4934
- render$k,
4935
- staticRenderFns$k,
4972
+ const __cssModules$l = {};
4973
+ var __component__$l = /* @__PURE__ */ normalizeComponent(
4974
+ __vue2_script$l,
4975
+ render$l,
4976
+ staticRenderFns$l,
4936
4977
  false,
4937
- __vue2_injectStyles$k,
4978
+ __vue2_injectStyles$l,
4938
4979
  null,
4939
4980
  null,
4940
4981
  null
4941
4982
  );
4942
- function __vue2_injectStyles$k(context) {
4943
- for (let o in __cssModules$k) {
4944
- this[o] = __cssModules$k[o];
4983
+ function __vue2_injectStyles$l(context) {
4984
+ for (let o in __cssModules$l) {
4985
+ this[o] = __cssModules$l[o];
4945
4986
  }
4946
4987
  }
4947
4988
  var wSelect = /* @__PURE__ */ function() {
4948
- return __component__$k.exports;
4989
+ return __component__$l.exports;
4949
4990
  }();
4950
- var render$j = function() {
4991
+ var render$k = function() {
4951
4992
  var _vm = this;
4952
4993
  var _h = _vm.$createElement;
4953
4994
  var _c = _vm._self._c || _h;
@@ -4990,9 +5031,9 @@ var render$j = function() {
4990
5031
  return _vm.onStepLabelClick(100);
4991
5032
  } } }, [_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
5033
  };
4993
- var staticRenderFns$j = [];
5034
+ var staticRenderFns$k = [];
4994
5035
  var wSlider_vue_vue_type_style_index_0_lang = "";
4995
- const __vue2_script$j = {
5036
+ const __vue2_script$k = {
4996
5037
  name: "w-slider",
4997
5038
  mixins: [FormElementMixin],
4998
5039
  props: {
@@ -5146,34 +5187,34 @@ const __vue2_script$j = {
5146
5187
  }
5147
5188
  }
5148
5189
  };
5149
- const __cssModules$j = {};
5150
- var __component__$j = /* @__PURE__ */ normalizeComponent(
5151
- __vue2_script$j,
5152
- render$j,
5153
- staticRenderFns$j,
5190
+ const __cssModules$k = {};
5191
+ var __component__$k = /* @__PURE__ */ normalizeComponent(
5192
+ __vue2_script$k,
5193
+ render$k,
5194
+ staticRenderFns$k,
5154
5195
  false,
5155
- __vue2_injectStyles$j,
5196
+ __vue2_injectStyles$k,
5156
5197
  null,
5157
5198
  null,
5158
5199
  null
5159
5200
  );
5160
- function __vue2_injectStyles$j(context) {
5161
- for (let o in __cssModules$j) {
5162
- this[o] = __cssModules$j[o];
5201
+ function __vue2_injectStyles$k(context) {
5202
+ for (let o in __cssModules$k) {
5203
+ this[o] = __cssModules$k[o];
5163
5204
  }
5164
5205
  }
5165
5206
  var wSlider = /* @__PURE__ */ function() {
5166
- return __component__$j.exports;
5207
+ return __component__$k.exports;
5167
5208
  }();
5168
- var render$i = function() {
5209
+ var render$j = function() {
5169
5210
  var _vm = this;
5170
5211
  var _h = _vm.$createElement;
5171
5212
  var _c = _vm._self._c || _h;
5172
5213
  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
5214
  };
5174
- var staticRenderFns$i = [];
5215
+ var staticRenderFns$j = [];
5175
5216
  var wSpinner_vue_vue_type_style_index_0_lang = "";
5176
- const __vue2_script$i = {
5217
+ const __vue2_script$j = {
5177
5218
  name: "w-spinner",
5178
5219
  props: {
5179
5220
  value: {},
@@ -5212,59 +5253,59 @@ const __vue2_script$i = {
5212
5253
  }
5213
5254
  }
5214
5255
  };
5215
- const __cssModules$i = {};
5216
- var __component__$i = /* @__PURE__ */ normalizeComponent(
5217
- __vue2_script$i,
5218
- render$i,
5219
- staticRenderFns$i,
5256
+ const __cssModules$j = {};
5257
+ var __component__$j = /* @__PURE__ */ normalizeComponent(
5258
+ __vue2_script$j,
5259
+ render$j,
5260
+ staticRenderFns$j,
5220
5261
  false,
5221
- __vue2_injectStyles$i,
5262
+ __vue2_injectStyles$j,
5222
5263
  null,
5223
5264
  null,
5224
5265
  null
5225
5266
  );
5226
- function __vue2_injectStyles$i(context) {
5227
- for (let o in __cssModules$i) {
5228
- this[o] = __cssModules$i[o];
5267
+ function __vue2_injectStyles$j(context) {
5268
+ for (let o in __cssModules$j) {
5269
+ this[o] = __cssModules$j[o];
5229
5270
  }
5230
5271
  }
5231
5272
  var wSpinner = /* @__PURE__ */ function() {
5232
- return __component__$i.exports;
5273
+ return __component__$j.exports;
5233
5274
  }();
5234
- var render$h = function() {
5275
+ var render$i = function() {
5235
5276
  var _vm = this;
5236
5277
  var _h = _vm.$createElement;
5237
5278
  var _c = _vm._self._c || _h;
5238
5279
  return _c("div", { staticClass: "w-steps" });
5239
5280
  };
5240
- var staticRenderFns$h = [];
5281
+ var staticRenderFns$i = [];
5241
5282
  var wSteps_vue_vue_type_style_index_0_lang = "";
5242
- const __vue2_script$h = {
5283
+ const __vue2_script$i = {
5243
5284
  name: "w-steps",
5244
5285
  props: {},
5245
5286
  emits: [],
5246
5287
  data: () => ({})
5247
5288
  };
5248
- const __cssModules$h = {};
5249
- var __component__$h = /* @__PURE__ */ normalizeComponent(
5250
- __vue2_script$h,
5251
- render$h,
5252
- staticRenderFns$h,
5289
+ const __cssModules$i = {};
5290
+ var __component__$i = /* @__PURE__ */ normalizeComponent(
5291
+ __vue2_script$i,
5292
+ render$i,
5293
+ staticRenderFns$i,
5253
5294
  false,
5254
- __vue2_injectStyles$h,
5295
+ __vue2_injectStyles$i,
5255
5296
  null,
5256
5297
  null,
5257
5298
  null
5258
5299
  );
5259
- function __vue2_injectStyles$h(context) {
5260
- for (let o in __cssModules$h) {
5261
- this[o] = __cssModules$h[o];
5300
+ function __vue2_injectStyles$i(context) {
5301
+ for (let o in __cssModules$i) {
5302
+ this[o] = __cssModules$i[o];
5262
5303
  }
5263
5304
  }
5264
5305
  var wSteps = /* @__PURE__ */ function() {
5265
- return __component__$h.exports;
5306
+ return __component__$i.exports;
5266
5307
  }();
5267
- var render$g = function() {
5308
+ var render$h = function() {
5268
5309
  var _vm = this;
5269
5310
  var _h = _vm.$createElement;
5270
5311
  var _c = _vm._self._c || _h;
@@ -5286,9 +5327,9 @@ var render$g = function() {
5286
5327
  return [_vm._v(_vm._s(_vm.label))];
5287
5328
  })], 2) : _vm._e()] : _vm._e()], 2);
5288
5329
  };
5289
- var staticRenderFns$g = [];
5330
+ var staticRenderFns$h = [];
5290
5331
  var wSwitch_vue_vue_type_style_index_0_lang = "";
5291
- const __vue2_script$g = {
5332
+ const __vue2_script$h = {
5292
5333
  name: "w-switch",
5293
5334
  mixins: [FormElementMixin],
5294
5335
  props: {
@@ -5363,53 +5404,53 @@ const __vue2_script$g = {
5363
5404
  }
5364
5405
  }
5365
5406
  };
5366
- const __cssModules$g = {};
5367
- var __component__$g = /* @__PURE__ */ normalizeComponent(
5368
- __vue2_script$g,
5369
- render$g,
5370
- staticRenderFns$g,
5407
+ const __cssModules$h = {};
5408
+ var __component__$h = /* @__PURE__ */ normalizeComponent(
5409
+ __vue2_script$h,
5410
+ render$h,
5411
+ staticRenderFns$h,
5371
5412
  false,
5372
- __vue2_injectStyles$g,
5413
+ __vue2_injectStyles$h,
5373
5414
  null,
5374
5415
  null,
5375
5416
  null
5376
5417
  );
5377
- function __vue2_injectStyles$g(context) {
5378
- for (let o in __cssModules$g) {
5379
- this[o] = __cssModules$g[o];
5418
+ function __vue2_injectStyles$h(context) {
5419
+ for (let o in __cssModules$h) {
5420
+ this[o] = __cssModules$h[o];
5380
5421
  }
5381
5422
  }
5382
5423
  var wSwitch = /* @__PURE__ */ function() {
5383
- return __component__$g.exports;
5424
+ return __component__$h.exports;
5384
5425
  }();
5385
- var render$f = function() {
5426
+ var render$g = function() {
5386
5427
  var _vm = this;
5387
5428
  var _h = _vm.$createElement;
5388
5429
  var _c = _vm._self._c || _h;
5389
5430
  return _c("div", { staticClass: "w-tabs__content" }, [_vm._t("default")], 2);
5390
5431
  };
5391
- var staticRenderFns$f = [];
5392
- const __vue2_script$f = {};
5393
- const __cssModules$f = {};
5394
- var __component__$f = /* @__PURE__ */ normalizeComponent(
5395
- __vue2_script$f,
5396
- render$f,
5397
- staticRenderFns$f,
5432
+ var staticRenderFns$g = [];
5433
+ const __vue2_script$g = {};
5434
+ const __cssModules$g = {};
5435
+ var __component__$g = /* @__PURE__ */ normalizeComponent(
5436
+ __vue2_script$g,
5437
+ render$g,
5438
+ staticRenderFns$g,
5398
5439
  false,
5399
- __vue2_injectStyles$f,
5440
+ __vue2_injectStyles$g,
5400
5441
  null,
5401
5442
  null,
5402
5443
  null
5403
5444
  );
5404
- function __vue2_injectStyles$f(context) {
5405
- for (let o in __cssModules$f) {
5406
- this[o] = __cssModules$f[o];
5445
+ function __vue2_injectStyles$g(context) {
5446
+ for (let o in __cssModules$g) {
5447
+ this[o] = __cssModules$g[o];
5407
5448
  }
5408
5449
  }
5409
5450
  var TabContent = /* @__PURE__ */ function() {
5410
- return __component__$f.exports;
5451
+ return __component__$g.exports;
5411
5452
  }();
5412
- var render$e = function() {
5453
+ var render$f = function() {
5413
5454
  var _vm = this;
5414
5455
  var _h = _vm.$createElement;
5415
5456
  var _c = _vm._self._c || _h;
@@ -5430,9 +5471,9 @@ var render$e = function() {
5430
5471
  return [_c("div", { domProps: { "innerHTML": _vm._s(_vm.activeTab[_vm.itemContentKey]) } })];
5431
5472
  }, { "item": _vm.getOriginalItem(_vm.activeTab), "index": _vm.activeTab._index + 1, "active": _vm.activeTab._index === _vm.activeTabIndex })], 2)], 1)], 1)], 1) : _vm._e()]);
5432
5473
  };
5433
- var staticRenderFns$e = [];
5474
+ var staticRenderFns$f = [];
5434
5475
  var index_vue_vue_type_style_index_0_lang = "";
5435
- const __vue2_script$e = {
5476
+ const __vue2_script$f = {
5436
5477
  name: "w-tabs",
5437
5478
  props: {
5438
5479
  value: { type: [Number, String] },
@@ -5601,26 +5642,26 @@ const __vue2_script$e = {
5601
5642
  }
5602
5643
  }
5603
5644
  };
5604
- const __cssModules$e = {};
5605
- var __component__$e = /* @__PURE__ */ normalizeComponent(
5606
- __vue2_script$e,
5607
- render$e,
5608
- staticRenderFns$e,
5645
+ const __cssModules$f = {};
5646
+ var __component__$f = /* @__PURE__ */ normalizeComponent(
5647
+ __vue2_script$f,
5648
+ render$f,
5649
+ staticRenderFns$f,
5609
5650
  false,
5610
- __vue2_injectStyles$e,
5651
+ __vue2_injectStyles$f,
5611
5652
  null,
5612
5653
  null,
5613
5654
  null
5614
5655
  );
5615
- function __vue2_injectStyles$e(context) {
5616
- for (let o in __cssModules$e) {
5617
- this[o] = __cssModules$e[o];
5656
+ function __vue2_injectStyles$f(context) {
5657
+ for (let o in __cssModules$f) {
5658
+ this[o] = __cssModules$f[o];
5618
5659
  }
5619
5660
  }
5620
5661
  var index = /* @__PURE__ */ function() {
5621
- return __component__$e.exports;
5662
+ return __component__$f.exports;
5622
5663
  }();
5623
- var render$d = function() {
5664
+ var render$e = function() {
5624
5665
  var _vm = this;
5625
5666
  var _h = _vm.$createElement;
5626
5667
  var _c = _vm._self._c || _h;
@@ -5649,10 +5690,10 @@ var render$d = function() {
5649
5690
  })], 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
5691
  })] : _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)])], 2) : _vm._e()])]);
5651
5692
  };
5652
- var staticRenderFns$d = [];
5693
+ var staticRenderFns$e = [];
5653
5694
  var wTable_vue_vue_type_style_index_0_lang = "";
5654
5695
  const minColumnWidth = 15;
5655
- const __vue2_script$d = {
5696
+ const __vue2_script$e = {
5656
5697
  name: "w-table",
5657
5698
  props: {
5658
5699
  items: { type: Array, required: true },
@@ -5951,26 +5992,26 @@ const __vue2_script$d = {
5951
5992
  }
5952
5993
  }
5953
5994
  };
5954
- const __cssModules$d = {};
5955
- var __component__$d = /* @__PURE__ */ normalizeComponent(
5956
- __vue2_script$d,
5957
- render$d,
5958
- staticRenderFns$d,
5995
+ const __cssModules$e = {};
5996
+ var __component__$e = /* @__PURE__ */ normalizeComponent(
5997
+ __vue2_script$e,
5998
+ render$e,
5999
+ staticRenderFns$e,
5959
6000
  false,
5960
- __vue2_injectStyles$d,
6001
+ __vue2_injectStyles$e,
5961
6002
  null,
5962
6003
  null,
5963
6004
  null
5964
6005
  );
5965
- function __vue2_injectStyles$d(context) {
5966
- for (let o in __cssModules$d) {
5967
- this[o] = __cssModules$d[o];
6006
+ function __vue2_injectStyles$e(context) {
6007
+ for (let o in __cssModules$e) {
6008
+ this[o] = __cssModules$e[o];
5968
6009
  }
5969
6010
  }
5970
6011
  var wTable = /* @__PURE__ */ function() {
5971
- return __component__$d.exports;
6012
+ return __component__$e.exports;
5972
6013
  }();
5973
- var render$c = function() {
6014
+ var render$d = function() {
5974
6015
  var _vm = this;
5975
6016
  var _h = _vm.$createElement;
5976
6017
  var _c = _vm._self._c || _h;
@@ -5989,9 +6030,9 @@ var render$c = function() {
5989
6030
  _vm.$emit("input", false);
5990
6031
  } } }) : _vm._e()], 2);
5991
6032
  };
5992
- var staticRenderFns$c = [];
6033
+ var staticRenderFns$d = [];
5993
6034
  var wTag_vue_vue_type_style_index_0_lang = "";
5994
- const __vue2_script$c = {
6035
+ const __vue2_script$d = {
5995
6036
  name: "w-tag",
5996
6037
  props: {
5997
6038
  value: { type: [Boolean, Number], default: -1 },
@@ -6039,26 +6080,26 @@ const __vue2_script$c = {
6039
6080
  }
6040
6081
  }
6041
6082
  };
6042
- const __cssModules$c = {};
6043
- var __component__$c = /* @__PURE__ */ normalizeComponent(
6044
- __vue2_script$c,
6045
- render$c,
6046
- staticRenderFns$c,
6083
+ const __cssModules$d = {};
6084
+ var __component__$d = /* @__PURE__ */ normalizeComponent(
6085
+ __vue2_script$d,
6086
+ render$d,
6087
+ staticRenderFns$d,
6047
6088
  false,
6048
- __vue2_injectStyles$c,
6089
+ __vue2_injectStyles$d,
6049
6090
  null,
6050
6091
  null,
6051
6092
  null
6052
6093
  );
6053
- function __vue2_injectStyles$c(context) {
6054
- for (let o in __cssModules$c) {
6055
- this[o] = __cssModules$c[o];
6094
+ function __vue2_injectStyles$d(context) {
6095
+ for (let o in __cssModules$d) {
6096
+ this[o] = __cssModules$d[o];
6056
6097
  }
6057
6098
  }
6058
6099
  var wTag = /* @__PURE__ */ function() {
6059
- return __component__$c.exports;
6100
+ return __component__$d.exports;
6060
6101
  }();
6061
- var render$b = function() {
6102
+ var render$c = function() {
6062
6103
  var _vm = this;
6063
6104
  var _h = _vm.$createElement;
6064
6105
  var _c = _vm._self._c || _h;
@@ -6084,9 +6125,9 @@ var render$b = function() {
6084
6125
  return [_vm._v(_vm._s(_vm.label))];
6085
6126
  })], 2) : _vm._e()] : _vm._e()], 2);
6086
6127
  };
6087
- var staticRenderFns$b = [];
6128
+ var staticRenderFns$c = [];
6088
6129
  var wTextarea_vue_vue_type_style_index_0_lang = "";
6089
- const __vue2_script$b = {
6130
+ const __vue2_script$c = {
6090
6131
  name: "w-textarea",
6091
6132
  mixins: [FormElementMixin],
6092
6133
  props: {
@@ -6221,26 +6262,26 @@ const __vue2_script$b = {
6221
6262
  }
6222
6263
  }
6223
6264
  };
6224
- const __cssModules$b = {};
6225
- var __component__$b = /* @__PURE__ */ normalizeComponent(
6226
- __vue2_script$b,
6227
- render$b,
6228
- staticRenderFns$b,
6265
+ const __cssModules$c = {};
6266
+ var __component__$c = /* @__PURE__ */ normalizeComponent(
6267
+ __vue2_script$c,
6268
+ render$c,
6269
+ staticRenderFns$c,
6229
6270
  false,
6230
- __vue2_injectStyles$b,
6271
+ __vue2_injectStyles$c,
6231
6272
  null,
6232
6273
  null,
6233
6274
  null
6234
6275
  );
6235
- function __vue2_injectStyles$b(context) {
6236
- for (let o in __cssModules$b) {
6237
- this[o] = __cssModules$b[o];
6276
+ function __vue2_injectStyles$c(context) {
6277
+ for (let o in __cssModules$c) {
6278
+ this[o] = __cssModules$c[o];
6238
6279
  }
6239
6280
  }
6240
6281
  var wTextarea = /* @__PURE__ */ function() {
6241
- return __component__$b.exports;
6282
+ return __component__$c.exports;
6242
6283
  }();
6243
- var render$a = function() {
6284
+ var render$b = function() {
6244
6285
  var _vm = this;
6245
6286
  var _h = _vm.$createElement;
6246
6287
  var _c = _vm._self._c || _h;
@@ -6252,9 +6293,9 @@ var render$a = function() {
6252
6293
  }, { "item": item, "index": i + 1 }) : _vm._t("item." + (i + 1), null, { "item": item, "index": i + 1 })], 2);
6253
6294
  }), 0);
6254
6295
  };
6255
- var staticRenderFns$a = [];
6296
+ var staticRenderFns$b = [];
6256
6297
  var wTimeline_vue_vue_type_style_index_0_lang = "";
6257
- const __vue2_script$a = {
6298
+ const __vue2_script$b = {
6258
6299
  name: "w-timeline",
6259
6300
  props: {
6260
6301
  items: { type: [Array, Number], required: true },
@@ -6267,34 +6308,34 @@ const __vue2_script$a = {
6267
6308
  },
6268
6309
  emits: []
6269
6310
  };
6270
- const __cssModules$a = {};
6271
- var __component__$a = /* @__PURE__ */ normalizeComponent(
6272
- __vue2_script$a,
6273
- render$a,
6274
- staticRenderFns$a,
6311
+ const __cssModules$b = {};
6312
+ var __component__$b = /* @__PURE__ */ normalizeComponent(
6313
+ __vue2_script$b,
6314
+ render$b,
6315
+ staticRenderFns$b,
6275
6316
  false,
6276
- __vue2_injectStyles$a,
6317
+ __vue2_injectStyles$b,
6277
6318
  null,
6278
6319
  null,
6279
6320
  null
6280
6321
  );
6281
- function __vue2_injectStyles$a(context) {
6282
- for (let o in __cssModules$a) {
6283
- this[o] = __cssModules$a[o];
6322
+ function __vue2_injectStyles$b(context) {
6323
+ for (let o in __cssModules$b) {
6324
+ this[o] = __cssModules$b[o];
6284
6325
  }
6285
6326
  }
6286
6327
  var wTimeline = /* @__PURE__ */ function() {
6287
- return __component__$a.exports;
6328
+ return __component__$b.exports;
6288
6329
  }();
6289
- var render$9 = function() {
6330
+ var render$a = function() {
6290
6331
  var _vm = this;
6291
6332
  var _h = _vm.$createElement;
6292
6333
  var _c = _vm._self._c || _h;
6293
6334
  return _c("div", { staticClass: "w-toolbar", class: _vm.classes, style: _vm.styles }, [_vm._t("default")], 2);
6294
6335
  };
6295
- var staticRenderFns$9 = [];
6336
+ var staticRenderFns$a = [];
6296
6337
  var wToolbar_vue_vue_type_style_index_0_lang = "";
6297
- const __vue2_script$9 = {
6338
+ const __vue2_script$a = {
6298
6339
  name: "w-toolbar",
6299
6340
  props: {
6300
6341
  color: { type: String },
@@ -6340,34 +6381,34 @@ const __vue2_script$9 = {
6340
6381
  }
6341
6382
  }
6342
6383
  };
6343
- const __cssModules$9 = {};
6344
- var __component__$9 = /* @__PURE__ */ normalizeComponent(
6345
- __vue2_script$9,
6346
- render$9,
6347
- staticRenderFns$9,
6384
+ const __cssModules$a = {};
6385
+ var __component__$a = /* @__PURE__ */ normalizeComponent(
6386
+ __vue2_script$a,
6387
+ render$a,
6388
+ staticRenderFns$a,
6348
6389
  false,
6349
- __vue2_injectStyles$9,
6390
+ __vue2_injectStyles$a,
6350
6391
  null,
6351
6392
  null,
6352
6393
  null
6353
6394
  );
6354
- function __vue2_injectStyles$9(context) {
6355
- for (let o in __cssModules$9) {
6356
- this[o] = __cssModules$9[o];
6395
+ function __vue2_injectStyles$a(context) {
6396
+ for (let o in __cssModules$a) {
6397
+ this[o] = __cssModules$a[o];
6357
6398
  }
6358
6399
  }
6359
6400
  var wToolbar = /* @__PURE__ */ function() {
6360
- return __component__$9.exports;
6401
+ return __component__$a.exports;
6361
6402
  }();
6362
- var render$8 = function() {
6403
+ var render$9 = function() {
6363
6404
  var _vm = this;
6364
6405
  var _h = _vm.$createElement;
6365
6406
  var _c = _vm._self._c || _h;
6366
6407
  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
6408
  };
6368
- var staticRenderFns$8 = [];
6409
+ var staticRenderFns$9 = [];
6369
6410
  var wTooltip_vue_vue_type_style_index_0_lang = "";
6370
- const __vue2_script$8 = {
6411
+ const __vue2_script$9 = {
6371
6412
  name: "w-tooltip",
6372
6413
  mixins: [DetachableMixin],
6373
6414
  props: {
@@ -6483,66 +6524,66 @@ const __vue2_script$8 = {
6483
6524
  }
6484
6525
  }
6485
6526
  };
6486
- const __cssModules$8 = {};
6487
- var __component__$8 = /* @__PURE__ */ normalizeComponent(
6488
- __vue2_script$8,
6489
- render$8,
6490
- staticRenderFns$8,
6527
+ const __cssModules$9 = {};
6528
+ var __component__$9 = /* @__PURE__ */ normalizeComponent(
6529
+ __vue2_script$9,
6530
+ render$9,
6531
+ staticRenderFns$9,
6491
6532
  false,
6492
- __vue2_injectStyles$8,
6533
+ __vue2_injectStyles$9,
6493
6534
  null,
6494
6535
  null,
6495
6536
  null
6496
6537
  );
6497
- function __vue2_injectStyles$8(context) {
6498
- for (let o in __cssModules$8) {
6499
- this[o] = __cssModules$8[o];
6538
+ function __vue2_injectStyles$9(context) {
6539
+ for (let o in __cssModules$9) {
6540
+ this[o] = __cssModules$9[o];
6500
6541
  }
6501
6542
  }
6502
6543
  var wTooltip = /* @__PURE__ */ function() {
6503
- return __component__$8.exports;
6544
+ return __component__$9.exports;
6504
6545
  }();
6505
- var render$7 = function() {
6546
+ var render$8 = function() {
6506
6547
  var _vm = this;
6507
6548
  var _h = _vm.$createElement;
6508
6549
  var _c = _vm._self._c || _h;
6509
6550
  return _c("transition", _vm._b({ attrs: { "name": "bounce" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
6510
6551
  };
6511
- var staticRenderFns$7 = [];
6512
- const __vue2_script$7 = {
6552
+ var staticRenderFns$8 = [];
6553
+ const __vue2_script$8 = {
6513
6554
  name: "w-transition-bounce",
6514
6555
  props: {
6515
6556
  appear: { type: Boolean },
6516
6557
  duration: { type: [Number, String] }
6517
6558
  }
6518
6559
  };
6519
- const __cssModules$7 = {};
6520
- var __component__$7 = /* @__PURE__ */ normalizeComponent(
6521
- __vue2_script$7,
6522
- render$7,
6523
- staticRenderFns$7,
6560
+ const __cssModules$8 = {};
6561
+ var __component__$8 = /* @__PURE__ */ normalizeComponent(
6562
+ __vue2_script$8,
6563
+ render$8,
6564
+ staticRenderFns$8,
6524
6565
  false,
6525
- __vue2_injectStyles$7,
6566
+ __vue2_injectStyles$8,
6526
6567
  null,
6527
6568
  null,
6528
6569
  null
6529
6570
  );
6530
- function __vue2_injectStyles$7(context) {
6531
- for (let o in __cssModules$7) {
6532
- this[o] = __cssModules$7[o];
6571
+ function __vue2_injectStyles$8(context) {
6572
+ for (let o in __cssModules$8) {
6573
+ this[o] = __cssModules$8[o];
6533
6574
  }
6534
6575
  }
6535
6576
  var wTransitionBounce = /* @__PURE__ */ function() {
6536
- return __component__$7.exports;
6577
+ return __component__$8.exports;
6537
6578
  }();
6538
- var render$6 = function() {
6579
+ var render$7 = function() {
6539
6580
  var _vm = this;
6540
6581
  var _h = _vm.$createElement;
6541
6582
  var _c = _vm._self._c || _h;
6542
6583
  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
6584
  };
6544
- var staticRenderFns$6 = [];
6545
- const __vue2_script$6 = {
6585
+ var staticRenderFns$7 = [];
6586
+ const __vue2_script$7 = {
6546
6587
  name: "w-transition-expand",
6547
6588
  props: {
6548
6589
  x: { type: Boolean },
@@ -6702,6 +6743,39 @@ const __vue2_script$6 = {
6702
6743
  }
6703
6744
  }
6704
6745
  };
6746
+ const __cssModules$7 = {};
6747
+ var __component__$7 = /* @__PURE__ */ normalizeComponent(
6748
+ __vue2_script$7,
6749
+ render$7,
6750
+ staticRenderFns$7,
6751
+ false,
6752
+ __vue2_injectStyles$7,
6753
+ null,
6754
+ null,
6755
+ null
6756
+ );
6757
+ function __vue2_injectStyles$7(context) {
6758
+ for (let o in __cssModules$7) {
6759
+ this[o] = __cssModules$7[o];
6760
+ }
6761
+ }
6762
+ var wTransitionExpand = /* @__PURE__ */ function() {
6763
+ return __component__$7.exports;
6764
+ }();
6765
+ var render$6 = function() {
6766
+ var _vm = this;
6767
+ var _h = _vm.$createElement;
6768
+ var _c = _vm._self._c || _h;
6769
+ return _c("transition", _vm._b({ attrs: { "name": "fade" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
6770
+ };
6771
+ var staticRenderFns$6 = [];
6772
+ const __vue2_script$6 = {
6773
+ name: "w-transition-fade",
6774
+ props: {
6775
+ appear: { type: Boolean },
6776
+ duration: { type: [Number, String] }
6777
+ }
6778
+ };
6705
6779
  const __cssModules$6 = {};
6706
6780
  var __component__$6 = /* @__PURE__ */ normalizeComponent(
6707
6781
  __vue2_script$6,
@@ -6718,18 +6792,18 @@ function __vue2_injectStyles$6(context) {
6718
6792
  this[o] = __cssModules$6[o];
6719
6793
  }
6720
6794
  }
6721
- var wTransitionExpand = /* @__PURE__ */ function() {
6795
+ var wTransitionFade = /* @__PURE__ */ function() {
6722
6796
  return __component__$6.exports;
6723
6797
  }();
6724
6798
  var render$5 = function() {
6725
6799
  var _vm = this;
6726
6800
  var _h = _vm.$createElement;
6727
6801
  var _c = _vm._self._c || _h;
6728
- return _c("transition", _vm._b({ attrs: { "name": "fade" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
6802
+ return _c("transition", _vm._b({ attrs: { "name": "scale" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
6729
6803
  };
6730
6804
  var staticRenderFns$5 = [];
6731
6805
  const __vue2_script$5 = {
6732
- name: "w-transition-fade",
6806
+ name: "w-transition-scale",
6733
6807
  props: {
6734
6808
  appear: { type: Boolean },
6735
6809
  duration: { type: [Number, String] }
@@ -6751,18 +6825,18 @@ function __vue2_injectStyles$5(context) {
6751
6825
  this[o] = __cssModules$5[o];
6752
6826
  }
6753
6827
  }
6754
- var wTransitionFade = /* @__PURE__ */ function() {
6828
+ var wTransitionScale = /* @__PURE__ */ function() {
6755
6829
  return __component__$5.exports;
6756
6830
  }();
6757
6831
  var render$4 = function() {
6758
6832
  var _vm = this;
6759
6833
  var _h = _vm.$createElement;
6760
6834
  var _c = _vm._self._c || _h;
6761
- return _c("transition", _vm._b({ attrs: { "name": "scale" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
6835
+ return _c("transition", _vm._b({ attrs: { "name": "scale-fade" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
6762
6836
  };
6763
6837
  var staticRenderFns$4 = [];
6764
6838
  const __vue2_script$4 = {
6765
- name: "w-transition-scale",
6839
+ name: "w-transition-scale-fade",
6766
6840
  props: {
6767
6841
  appear: { type: Boolean },
6768
6842
  duration: { type: [Number, String] }
@@ -6784,21 +6858,33 @@ function __vue2_injectStyles$4(context) {
6784
6858
  this[o] = __cssModules$4[o];
6785
6859
  }
6786
6860
  }
6787
- var wTransitionScale = /* @__PURE__ */ function() {
6861
+ var wTransitionScaleFade = /* @__PURE__ */ function() {
6788
6862
  return __component__$4.exports;
6789
6863
  }();
6790
6864
  var render$3 = function() {
6791
6865
  var _vm = this;
6792
6866
  var _h = _vm.$createElement;
6793
6867
  var _c = _vm._self._c || _h;
6794
- return _c("transition", _vm._b({ attrs: { "name": "scale-fade" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
6868
+ return _c("transition", _vm._b({ attrs: { "name": _vm.transitionName } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
6795
6869
  };
6796
6870
  var staticRenderFns$3 = [];
6797
6871
  const __vue2_script$3 = {
6798
- name: "w-transition-scale-fade",
6872
+ name: "w-transition-slide",
6799
6873
  props: {
6800
6874
  appear: { type: Boolean },
6875
+ left: { type: Boolean },
6876
+ right: { type: Boolean },
6877
+ up: { type: Boolean },
6878
+ down: { type: Boolean },
6801
6879
  duration: { type: [Number, String] }
6880
+ },
6881
+ computed: {
6882
+ direction() {
6883
+ return this.up && "up" || this.down && "down" || this.left && "left" || this.right && "right" || "down";
6884
+ },
6885
+ transitionName() {
6886
+ return `slide-${this.direction}`;
6887
+ }
6802
6888
  }
6803
6889
  };
6804
6890
  const __cssModules$3 = {};
@@ -6817,7 +6903,7 @@ function __vue2_injectStyles$3(context) {
6817
6903
  this[o] = __cssModules$3[o];
6818
6904
  }
6819
6905
  }
6820
- var wTransitionScaleFade = /* @__PURE__ */ function() {
6906
+ var wTransitionSlide = /* @__PURE__ */ function() {
6821
6907
  return __component__$3.exports;
6822
6908
  }();
6823
6909
  var render$2 = function() {
@@ -6828,7 +6914,7 @@ var render$2 = function() {
6828
6914
  };
6829
6915
  var staticRenderFns$2 = [];
6830
6916
  const __vue2_script$2 = {
6831
- name: "w-transition-slide",
6917
+ name: "w-transition-slide-fade",
6832
6918
  props: {
6833
6919
  appear: { type: Boolean },
6834
6920
  left: { type: Boolean },
@@ -6842,7 +6928,7 @@ const __vue2_script$2 = {
6842
6928
  return this.up && "up" || this.down && "down" || this.left && "left" || this.right && "right" || "down";
6843
6929
  },
6844
6930
  transitionName() {
6845
- return `slide-${this.direction}`;
6931
+ return `slide-fade-${this.direction}`;
6846
6932
  }
6847
6933
  }
6848
6934
  };
@@ -6862,33 +6948,21 @@ function __vue2_injectStyles$2(context) {
6862
6948
  this[o] = __cssModules$2[o];
6863
6949
  }
6864
6950
  }
6865
- var wTransitionSlide = /* @__PURE__ */ function() {
6951
+ var wTransitionSlideFade = /* @__PURE__ */ function() {
6866
6952
  return __component__$2.exports;
6867
6953
  }();
6868
6954
  var render$1 = function() {
6869
6955
  var _vm = this;
6870
6956
  var _h = _vm.$createElement;
6871
6957
  var _c = _vm._self._c || _h;
6872
- return _c("transition", _vm._b({ attrs: { "name": _vm.transitionName } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
6958
+ return _c("transition", _vm._b({ attrs: { "name": "twist" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
6873
6959
  };
6874
6960
  var staticRenderFns$1 = [];
6875
6961
  const __vue2_script$1 = {
6876
- name: "w-transition-slide-fade",
6962
+ name: "w-transition-twist",
6877
6963
  props: {
6878
6964
  appear: { type: Boolean },
6879
- left: { type: Boolean },
6880
- right: { type: Boolean },
6881
- up: { type: Boolean },
6882
- down: { type: Boolean },
6883
6965
  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
6966
  }
6893
6967
  };
6894
6968
  const __cssModules$1 = {};
@@ -6907,21 +6981,192 @@ function __vue2_injectStyles$1(context) {
6907
6981
  this[o] = __cssModules$1[o];
6908
6982
  }
6909
6983
  }
6910
- var wTransitionSlideFade = /* @__PURE__ */ function() {
6984
+ var wTransitionTwist = /* @__PURE__ */ function() {
6911
6985
  return __component__$1.exports;
6912
6986
  }();
6913
6987
  var render = function() {
6914
6988
  var _vm = this;
6915
6989
  var _h = _vm.$createElement;
6916
6990
  var _c = _vm._self._c || _h;
6917
- return _c("transition", _vm._b({ attrs: { "name": "twist" } }, "transition", _vm.$props, false), [_vm._t("default")], 2);
6991
+ return _c("ul", { staticClass: "w-tree", class: _vm.classes }, _vm._l(_vm.currentDepthItems, function(item, i) {
6992
+ 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) {
6993
+ !_vm.disabled && _vm.onLabelClick(item, $event);
6994
+ }, "keydown": function($event) {
6995
+ !_vm.disabled && _vm.onLabelKeydown(item, $event);
6996
+ } } }, [(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() {
6997
+ return [_vm.itemIcon(item) ? _c("w-icon", { staticClass: "w-tree__item-icon" }, [_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()];
6998
+ }, { "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) {
6999
+ return _vm.$emit("open", { item: item.originalItem, open: item.open, depth: _vm.depth });
7000
+ }, "after-leave": function($event) {
7001
+ return _vm.$emit("close", { item: item.originalItem, open: item.open, depth: _vm.depth });
7002
+ } } }, [item.children && item.open ? _c("w-tree", _vm._b({ attrs: { "depth": _vm.depth + 1, "data": item.originalItem.children }, on: { "before-open": function($event) {
7003
+ return _vm.$emit("before-open", $event);
7004
+ }, "open": function($event) {
7005
+ return _vm.$emit("open", $event);
7006
+ }, "before-close": function($event) {
7007
+ return _vm.$emit("before-close", $event);
7008
+ }, "close": function($event) {
7009
+ return _vm.$emit("close", $event);
7010
+ }, "click": function($event) {
7011
+ return _vm.$emit("click", $event);
7012
+ }, "select": function($event) {
7013
+ return _vm.$emit("select", $event);
7014
+ }, "input": function($event) {
7015
+ return _vm.$emit("input", $event);
7016
+ } }, scopedSlots: _vm._u([{ key: "item-label", fn: function(ref) {
7017
+ var item2 = ref.item;
7018
+ var depth = ref.depth;
7019
+ var open = ref.open;
7020
+ return [_vm._t("item-label", null, { "item": item2, "depth": depth, "open": open })];
7021
+ } }], null, true) }, "w-tree", _vm.$props, false)) : _vm._e()], 1)], 1);
7022
+ }), 0);
6918
7023
  };
6919
7024
  var staticRenderFns = [];
7025
+ var wTree_vue_vue_type_style_index_0_lang = "";
6920
7026
  const __vue2_script = {
6921
- name: "w-transition-twist",
7027
+ name: "w-tree",
6922
7028
  props: {
6923
- appear: { type: Boolean },
6924
- duration: { type: [Number, String] }
7029
+ value: { type: [Object, Array] },
7030
+ data: { type: [Object, Array], required: true },
7031
+ depth: { type: Number, default: 0 },
7032
+ branchClass: { type: String },
7033
+ leafClass: { type: String },
7034
+ branchIcon: { type: String },
7035
+ branchOpenIcon: { type: String },
7036
+ leafIcon: { type: String },
7037
+ expandIcon: { type: [Boolean, String], default: "wi-triangle-down" },
7038
+ expandOpenIcon: { type: [Boolean, String] },
7039
+ expandAll: { type: Boolean },
7040
+ unexpandableEmpty: { type: Boolean },
7041
+ disabled: { type: Boolean },
7042
+ noTransition: { type: Boolean },
7043
+ selectable: { type: Boolean },
7044
+ depthReactivity: { type: Boolean },
7045
+ counts: { type: Boolean }
7046
+ },
7047
+ emits: ["input", "before-open", "open", "before-close", "close", "click", "select"],
7048
+ data: () => ({
7049
+ currentDepthItems: [],
7050
+ dataPropUnwatch: null
7051
+ }),
7052
+ computed: {
7053
+ classes() {
7054
+ return {
7055
+ [`w-tree--depth${this.depth}`]: true,
7056
+ "w-tree--expand-icon": this.expandIcon && !this.depth,
7057
+ "w-tree--disabled": this.disabled && !this.depth,
7058
+ "w-tree--no-expand-button": !this.expandIcon
7059
+ };
7060
+ }
7061
+ },
7062
+ methods: {
7063
+ updateCurrentDepthTree(items, oldItems = []) {
7064
+ this.currentDepthItems = [];
7065
+ items.forEach((item, i) => {
7066
+ var _a;
7067
+ this.currentDepthItems.push({
7068
+ originalItem: item,
7069
+ _uid: this.depth.toString() + (i + 1),
7070
+ label: item.label,
7071
+ children: !!item.children,
7072
+ branch: item.branch,
7073
+ depth: this.depth,
7074
+ open: ((_a = oldItems[i]) == null ? void 0 : _a.open) || false
7075
+ });
7076
+ });
7077
+ },
7078
+ expandDepth(item, open) {
7079
+ if (typeof open === "boolean")
7080
+ item.open = open;
7081
+ else
7082
+ item.open = !item.open;
7083
+ const emitParams = { item: item.originalItem, open: item.open, depth: this.depth };
7084
+ this.$emit(item.open ? "before-open" : "before-close", emitParams);
7085
+ if (!this.unexpandableEmpty && !item.children) {
7086
+ this.$emit(item.open ? "open" : "close", emitParams);
7087
+ }
7088
+ return true;
7089
+ },
7090
+ onLabelClick(item, e) {
7091
+ this.$emit("click", { item: item.originalItem, depth: this.depth, e });
7092
+ if (item.children || item.branch && !this.unexpandableEmpty)
7093
+ this.expandDepth(item);
7094
+ if (this.selectable)
7095
+ this.emitItemSelection(item, e);
7096
+ },
7097
+ emitItemSelection(item, e) {
7098
+ const emitParams = { item: item.originalItem, depth: this.depth, e };
7099
+ if (item.children || item.branch && !this.unexpandableEmpty) {
7100
+ emitParams.open = item.open;
7101
+ }
7102
+ this.$emit("input", emitParams);
7103
+ this.$emit("select", emitParams);
7104
+ },
7105
+ onLabelKeydown(item, e) {
7106
+ if (!(e.metaKey || e.ctrlKey || e.altKey || e.shiftKey) && [13, 32, 37, 38, 39, 40].includes(e.which)) {
7107
+ if (item.children || item.branch) {
7108
+ if ([13, 32].includes(e.which))
7109
+ this.expandDepth(item) && e.preventDefault();
7110
+ else if (e.which === 37)
7111
+ this.expandDepth(item, false) && e.preventDefault();
7112
+ else if (e.which === 39)
7113
+ this.expandDepth(item, true) && e.preventDefault();
7114
+ }
7115
+ if ([38, 40].includes(e.which)) {
7116
+ const treeRoot = this.$el.closest(".w-tree--depth0");
7117
+ const treeTabbableItems = treeRoot.querySelectorAll('.w-tree__item-label[tabindex="0"]');
7118
+ const currLabel = e.target.closest(".w-tree__item-label");
7119
+ const indexModifier = e.which === 38 ? -1 : 1;
7120
+ [...treeTabbableItems].some((item2, i) => {
7121
+ if (item2.isSameNode(currLabel)) {
7122
+ treeTabbableItems[i + indexModifier] && treeTabbableItems[i + indexModifier].focus();
7123
+ return true;
7124
+ }
7125
+ return false;
7126
+ });
7127
+ }
7128
+ }
7129
+ if (this.selectable)
7130
+ this.emitItemSelection(item, e);
7131
+ },
7132
+ getPreviousSibling(node, selector) {
7133
+ while (selector && (node = node.previousElementSibling)) {
7134
+ if (node.matches(selector))
7135
+ return node;
7136
+ }
7137
+ return false;
7138
+ },
7139
+ getNextSibling(node, selector) {
7140
+ while (selector && (node = node.nextElementSibling)) {
7141
+ if (node.matches(selector))
7142
+ return node;
7143
+ }
7144
+ return false;
7145
+ },
7146
+ focusTreeItem(liNode) {
7147
+ liNode && liNode.querySelector(".w-tree__item-label").focus();
7148
+ },
7149
+ itemIcon(item) {
7150
+ return item.originalItem.icon || !item.children && !item.branch && this.leafIcon || (item.children || item.branch) && (item.open && this.branchOpenIcon || this.branchIcon);
7151
+ },
7152
+ itemClasses(item) {
7153
+ return {
7154
+ [item.children || item.branch ? "w-tree__item--branch" : "w-tree__item--leaf"]: true,
7155
+ "w-tree__item--empty": item.branch && !item.children,
7156
+ "w-tree__item--unexpandable": item.branch && !item.children && this.unexpandableEmpty
7157
+ };
7158
+ }
7159
+ },
7160
+ created() {
7161
+ this.updateCurrentDepthTree(this.data);
7162
+ this.dataPropUnwatch = this.$watch(
7163
+ "data",
7164
+ (items) => this.updateCurrentDepthTree(items, this.currentDepthItems),
7165
+ { deep: !!this.depthReactivity }
7166
+ );
7167
+ },
7168
+ destroyed() {
7169
+ this.dataPropUnwatch();
6925
7170
  }
6926
7171
  };
6927
7172
  const __cssModules = {};
@@ -6940,7 +7185,7 @@ function __vue2_injectStyles(context) {
6940
7185
  this[o] = __cssModules[o];
6941
7186
  }
6942
7187
  }
6943
- var wTransitionTwist = /* @__PURE__ */ function() {
7188
+ var wTree = /* @__PURE__ */ function() {
6944
7189
  return __component__.exports;
6945
7190
  }();
6946
7191
  var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -6994,7 +7239,8 @@ var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
6994
7239
  WTransitionScaleFade: wTransitionScaleFade,
6995
7240
  WTransitionSlide: wTransitionSlide,
6996
7241
  WTransitionSlideFade: wTransitionSlideFade,
6997
- WTransitionTwist: wTransitionTwist
7242
+ WTransitionTwist: wTransitionTwist,
7243
+ WTree: wTree
6998
7244
  }, Symbol.toStringTag, { value: "Module" }));
6999
7245
  const install = WaveUI.install;
7000
7246
  WaveUI.install = (Vue2, options = {}) => install.call(WaveUI, Vue2, { components, ...options });