@nxgt/material-vue 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{camera-CLEKd6qt.js → camera-mazBQf7h.js} +2 -2
- package/dist/{components-C8qpgTHd.js → components-CRx6iQRn.js} +5674 -5659
- package/dist/components.js +3 -3
- package/dist/{composables-qFCc2jTm.js → composables-CPftFbIS.js} +1 -1
- package/dist/composables.js +1 -1
- package/dist/{dnd-BAVezq7R.js → dnd-Cnkok_pD.js} +1 -1
- package/dist/dnd.js +1 -1
- package/dist/{i18n-BupWnOFU.js → i18n-D6i9PMdJ.js} +24 -0
- package/dist/i18n.js +1 -1
- package/dist/lib/components/ui/contacts/consts.d.ts +1 -1
- package/dist/lib/components/ui/feedback/empty-state.vue.d.ts +6 -6
- package/dist/lib/i18n/resources/en/index.d.ts +12 -0
- package/dist/lib/i18n/resources/en/material.json.d.ts +12 -0
- package/dist/lib/i18n/resources/fr/index.d.ts +12 -0
- package/dist/lib/i18n/resources/fr/material.json.d.ts +12 -0
- package/dist/lib/i18n/resources/index.d.ts +24 -0
- package/dist/lib/i18n/translator.d.ts +1 -1
- package/dist/{lib-t6791tVG.js → lib-Be_ufuXe.js} +1 -1
- package/dist/lib.js +1 -1
- package/dist/main.js +5 -5
- package/dist/{pdf-outline-sidebar-B-pSbOJ5.js → pdf-outline-sidebar-C7fA6pBe.js} +2 -2
- package/dist/{pdf-page-Ca5_SrEJ.js → pdf-page--BgirFa6.js} +1 -1
- package/dist/{pdf-page-list-CbT2wkc_.js → pdf-page-list-aU6vr-vH.js} +2 -2
- package/dist/{pdf-reader-BsOvrf8j.js → pdf-reader-Di7JSSpK.js} +6 -6
- package/dist/{pdf-sidebar-LahvRP-e.js → pdf-sidebar-DzIEUa1L.js} +4 -4
- package/dist/{pdf-thumbnail-sidebar-TmrbkRXG.js → pdf-thumbnail-sidebar-cFfbaJn1.js} +3 -3
- package/dist/{pdf-toolbar-C25lXZ2N.js → pdf-toolbar-DAhYmX_R.js} +2 -2
- package/dist/{stx-player-B5YMZJQG.js → stx-player-CKZM0IRT.js} +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -543,7 +543,7 @@ Every field takes `label`, `helperText`, `error`, `required`, `disabled` and
|
|
|
543
543
|
| `ScrollProgress` | Hairline that tracks window or a scrollable `target` (`@vueuse/core` `useWindowScroll` / `useScroll`). `DocProgress` composes it. | `ScrollProgress` |
|
|
544
544
|
| `Spinner` | Loading spinner in several styles and colours. | `Spinner` |
|
|
545
545
|
| `Skeleton`, `SkeletonText`, `SkeletonAvatar`, `SkeletonCard`, `SkeletonTable` | Loading placeholders. | `Skeleton`, `SkeletonText`, `SkeletonAvatar`, `SkeletonCard`, `SkeletonTable` |
|
|
546
|
-
| `EmptyState` | Icon in a tinted well, title, description and action; not-found, unauthorized, generic and
|
|
546
|
+
| `EmptyState` | Icon in a tinted well, title, description and action; not-found, unauthorized, generic, empty, offline, search and maintenance presets. | `EmptyState` |
|
|
547
547
|
| `StatusIndicator` | Status dot with a tone, optionally pulsing. | `StatusIndicator` |
|
|
548
548
|
| `Badge` | Pill label in the semantic tones. | `Badge` |
|
|
549
549
|
| `CountBadge` | Numeric badge capped at `max` ("99+"). | `CountBadge` |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Fu as e, Lu as t, Pu as n } from "./components-
|
|
1
|
+
import { Fu as e, Lu as t, Pu as n } from "./components-CRx6iQRn.js";
|
|
2
2
|
import { t as r } from "./utils-Cy-ByIEo.js";
|
|
3
3
|
import { r as i, t as a } from "./icon-button-Ghucx7Ah.js";
|
|
4
|
-
import { n as o } from "./i18n-
|
|
4
|
+
import { n as o } from "./i18n-D6i9PMdJ.js";
|
|
5
5
|
import { createBlock as s, createCommentVNode as c, createElementBlock as l, createElementVNode as u, createTextVNode as d, createVNode as f, defineComponent as p, normalizeClass as m, openBlock as h, ref as g, renderSlot as _, shallowRef as v, toDisplayString as y, unref as b, withCtx as x } from "vue";
|
|
6
6
|
import { Pause as S, Play as C } from "lucide-vue-next";
|
|
7
7
|
//#region lib/components/ui/camera/camera-content.vue?vue&type=script&setup=true&lang.ts
|