@volverjs/ui-vue 0.0.10-beta.13 → 0.0.10-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -232,9 +232,10 @@ The following features are planned for the next releases:
|
|
|
232
232
|
- [x] (v0.0.6) `VvAvatar` and `VvAvatarGroup` component;
|
|
233
233
|
- [x] (v0.0.6) Menus, navigation and tabs with `VvNav` and `VvTab`;
|
|
234
234
|
- [x] (v0.0.6) Alerts, notifications and toasts with `VvAlert` and `VvAlertGroup` component;
|
|
235
|
+
- [x] Multiple uploads with `VvInputFile`;
|
|
236
|
+
- [ ] Image crop and file previews;
|
|
235
237
|
- [ ] Loaders with `VvLoader` and `VvSkeleton`;
|
|
236
238
|
- [ ] `VvTable` component with sort, filters, pagination and cell editing;
|
|
237
|
-
- [ ] Multiple uploads, image crop and file previews with `VvInputFile`;
|
|
238
239
|
- [ ] Carousel and galleries with `VvCarousel` component;
|
|
239
240
|
- [ ] Calendar and date picker with `VvCalendar` component.
|
|
240
241
|
|
package/dist/icons.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const prefix$2 = "normal";
|
|
2
|
-
const lastModified$2 =
|
|
2
|
+
const lastModified$2 = 1697208411;
|
|
3
3
|
const icons$3 = {
|
|
4
4
|
add: {
|
|
5
5
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 12h16m-8-8v16"/>'
|
|
@@ -614,7 +614,7 @@ const normal = {
|
|
|
614
614
|
height: height$1
|
|
615
615
|
};
|
|
616
616
|
const prefix$1 = "detailed";
|
|
617
|
-
const lastModified$1 =
|
|
617
|
+
const lastModified$1 = 1697208411;
|
|
618
618
|
const icons$2 = {
|
|
619
619
|
add: {
|
|
620
620
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 15.999h24m-12-12v24"/>'
|
|
@@ -1227,7 +1227,7 @@ const detailed = {
|
|
|
1227
1227
|
height
|
|
1228
1228
|
};
|
|
1229
1229
|
const prefix = "simple";
|
|
1230
|
-
const lastModified =
|
|
1230
|
+
const lastModified = 1697208411;
|
|
1231
1231
|
const icons$1 = {
|
|
1232
1232
|
add: {
|
|
1233
1233
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" d="M.5 8h15M8 .5v15"/>'
|