@nxgt/material-vue 0.13.0 → 0.15.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 +2 -2
- package/dist/{camera-CLEKd6qt.js → camera-llkqUibM.js} +9 -9
- package/dist/{components-C8qpgTHd.js → components-DJfoZu5x.js} +10066 -10002
- package/dist/components.js +5 -5
- package/dist/{composables-qFCc2jTm.js → composables-CJfjxkud.js} +1 -1
- package/dist/composables.js +1 -1
- package/dist/{dnd-BAVezq7R.js → dnd-CnXShic8.js} +1 -1
- package/dist/dnd.js +1 -1
- package/dist/{i18n-BupWnOFU.js → i18n-weSTOoFJ.js} +30 -0
- package/dist/i18n.js +1 -1
- package/dist/lib/components/ui/chat/chat-inbox.vue.d.ts +30 -0
- package/dist/lib/components/ui/chat/index.d.ts +2 -0
- 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 +15 -0
- package/dist/lib/i18n/resources/en/material.json.d.ts +15 -0
- package/dist/lib/i18n/resources/fr/index.d.ts +15 -0
- package/dist/lib/i18n/resources/fr/material.json.d.ts +15 -0
- package/dist/lib/i18n/resources/index.d.ts +30 -0
- package/dist/lib/i18n/translator.d.ts +1 -1
- package/dist/lib/nuxt/component-names.d.ts +1 -1
- package/dist/{lib-t6791tVG.js → lib-DfpwxO6u.js} +1 -1
- package/dist/lib.js +1 -1
- package/dist/main.js +9 -9
- package/dist/material-vue.css +1 -1
- package/dist/{pdf-outline-sidebar-B-pSbOJ5.js → pdf-outline-sidebar-DkhnKzTc.js} +6 -6
- package/dist/{pdf-page-Ca5_SrEJ.js → pdf-page-PiqC22bh.js} +1 -1
- package/dist/{pdf-page-list-CbT2wkc_.js → pdf-page-list-D6kE-4Bt.js} +16 -16
- package/dist/{pdf-reader-BsOvrf8j.js → pdf-reader-njJO1J0O.js} +6 -6
- package/dist/{pdf-sidebar-LahvRP-e.js → pdf-sidebar-Bc-nJM5y.js} +4 -4
- package/dist/{pdf-thumbnail-sidebar-TmrbkRXG.js → pdf-thumbnail-sidebar-n89U3mGc.js} +17 -17
- package/dist/{pdf-toolbar-C25lXZ2N.js → pdf-toolbar-NN8Qf1rE.js} +2 -2
- package/dist/{stx-player-B5YMZJQG.js → stx-player-qkGV0sOe.js} +11 -11
- package/lib/nuxt/component-names.ts +1 -0
- 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` |
|
|
@@ -569,7 +569,7 @@ Every field takes `label`, `helperText`, `error`, `required`, `disabled` and
|
|
|
569
569
|
|
|
570
570
|
| Component | What it does | @nxgt/material |
|
|
571
571
|
| --- | --- | --- |
|
|
572
|
-
| `ChatThread`, `ChatMessageList`, `ChatMessage`, `ChatComposer`, `ChatMarkdown` | Chat
|
|
572
|
+
| `ChatInbox`, `ChatThread`, `ChatMessageList`, `ChatMessage`, `ChatComposer`, `ChatMarkdown` | Chat kit: inbox (list + thread, container queries from `@xl`), messages, markdown, retry and copy, and a composer. | `ChatInbox`, `ChatThread`, `ChatMessageList`, `ChatMessage`, `ChatComposer`, `ChatMarkdown` |
|
|
573
573
|
| `ChatConversationItem`, `ChatMessageSeparator`, `ChatReactionGroup`, `ChatTypingIndicator`, `ChatComposerAttachments` + parts | Conversation list row, date separator, reactions, typing dots and attachments. | `ChatConversationItem`, `ChatMessageSeparator`, `ChatReactionGroup`, `ChatTypingIndicator`, `ChatComposerAttachments` |
|
|
574
574
|
| `Kanban` | Board with columns, swimlane groups, WIP limits, drag-and-drop, search and quick add. | `Kanban` |
|
|
575
575
|
| `EventCalendar` | Month, week, work-week, day and agenda views; drag, resize and create events. | `EventCalendar` |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Fu as e,
|
|
1
|
+
import { Fu as e, Iu as t, Ru as n } from "./components-DJfoZu5x.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-weSTOoFJ.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
|
|
@@ -15,8 +15,8 @@ var w = { class: "grid gap-2" }, T = { class: "flex justify-end" }, E = ["src",
|
|
|
15
15
|
Object,
|
|
16
16
|
Array
|
|
17
17
|
] } },
|
|
18
|
-
setup(
|
|
19
|
-
let
|
|
18
|
+
setup(t) {
|
|
19
|
+
let n = t, { t: p } = o(), { videoRef: g, state: _, actions: v } = e();
|
|
20
20
|
function D(e) {
|
|
21
21
|
g.value = e instanceof HTMLVideoElement ? e : null;
|
|
22
22
|
}
|
|
@@ -24,9 +24,9 @@ var w = { class: "grid gap-2" }, T = { class: "flex justify-end" }, E = ["src",
|
|
|
24
24
|
_.isStreaming ? v.stopStream() : v.startStream();
|
|
25
25
|
}
|
|
26
26
|
let k = p("material.camera.capture", "Take Capture"), A = p("material.camera.captured", "Captured");
|
|
27
|
-
return (e,
|
|
27
|
+
return (e, t) => (h(), l("div", {
|
|
28
28
|
"data-slot": "camera",
|
|
29
|
-
class: m(b(r)("flex relative w-full h-full gap-2",
|
|
29
|
+
class: m(b(r)("flex relative w-full h-full gap-2", n.class))
|
|
30
30
|
}, [u("div", w, [u("video", {
|
|
31
31
|
ref: D,
|
|
32
32
|
class: "w-full max-w-lg right-1 ring-primary",
|
|
@@ -56,9 +56,9 @@ var w = { class: "grid gap-2" }, T = { class: "flex justify-end" }, E = ["src",
|
|
|
56
56
|
}
|
|
57
57
|
}), O = /* @__PURE__ */ p({
|
|
58
58
|
__name: "camera-provider",
|
|
59
|
-
setup(
|
|
60
|
-
let r = g(null), i = g(null), a = v(null), o =
|
|
61
|
-
return
|
|
59
|
+
setup(e) {
|
|
60
|
+
let r = g(null), i = g(null), a = v(null), o = n();
|
|
61
|
+
return t({
|
|
62
62
|
videoRef: r,
|
|
63
63
|
canvasRef: i,
|
|
64
64
|
streamRef: a,
|