@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.
Files changed (35) hide show
  1. package/README.md +2 -2
  2. package/dist/{camera-CLEKd6qt.js → camera-llkqUibM.js} +9 -9
  3. package/dist/{components-C8qpgTHd.js → components-DJfoZu5x.js} +10066 -10002
  4. package/dist/components.js +5 -5
  5. package/dist/{composables-qFCc2jTm.js → composables-CJfjxkud.js} +1 -1
  6. package/dist/composables.js +1 -1
  7. package/dist/{dnd-BAVezq7R.js → dnd-CnXShic8.js} +1 -1
  8. package/dist/dnd.js +1 -1
  9. package/dist/{i18n-BupWnOFU.js → i18n-weSTOoFJ.js} +30 -0
  10. package/dist/i18n.js +1 -1
  11. package/dist/lib/components/ui/chat/chat-inbox.vue.d.ts +30 -0
  12. package/dist/lib/components/ui/chat/index.d.ts +2 -0
  13. package/dist/lib/components/ui/contacts/consts.d.ts +1 -1
  14. package/dist/lib/components/ui/feedback/empty-state.vue.d.ts +6 -6
  15. package/dist/lib/i18n/resources/en/index.d.ts +15 -0
  16. package/dist/lib/i18n/resources/en/material.json.d.ts +15 -0
  17. package/dist/lib/i18n/resources/fr/index.d.ts +15 -0
  18. package/dist/lib/i18n/resources/fr/material.json.d.ts +15 -0
  19. package/dist/lib/i18n/resources/index.d.ts +30 -0
  20. package/dist/lib/i18n/translator.d.ts +1 -1
  21. package/dist/lib/nuxt/component-names.d.ts +1 -1
  22. package/dist/{lib-t6791tVG.js → lib-DfpwxO6u.js} +1 -1
  23. package/dist/lib.js +1 -1
  24. package/dist/main.js +9 -9
  25. package/dist/material-vue.css +1 -1
  26. package/dist/{pdf-outline-sidebar-B-pSbOJ5.js → pdf-outline-sidebar-DkhnKzTc.js} +6 -6
  27. package/dist/{pdf-page-Ca5_SrEJ.js → pdf-page-PiqC22bh.js} +1 -1
  28. package/dist/{pdf-page-list-CbT2wkc_.js → pdf-page-list-D6kE-4Bt.js} +16 -16
  29. package/dist/{pdf-reader-BsOvrf8j.js → pdf-reader-njJO1J0O.js} +6 -6
  30. package/dist/{pdf-sidebar-LahvRP-e.js → pdf-sidebar-Bc-nJM5y.js} +4 -4
  31. package/dist/{pdf-thumbnail-sidebar-TmrbkRXG.js → pdf-thumbnail-sidebar-n89U3mGc.js} +17 -17
  32. package/dist/{pdf-toolbar-C25lXZ2N.js → pdf-toolbar-NN8Qf1rE.js} +2 -2
  33. package/dist/{stx-player-B5YMZJQG.js → stx-player-qkGV0sOe.js} +11 -11
  34. package/lib/nuxt/component-names.ts +1 -0
  35. 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 empty presets. | `EmptyState` |
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 thread: messages (user, assistant, system, tool), safe markdown, retry and copy, and a composer. | `ChatThread`, `ChatMessageList`, `ChatMessage`, `ChatComposer`, `ChatMarkdown` |
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, Lu as t, Pu as n } from "./components-C8qpgTHd.js";
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-BupWnOFU.js";
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(e) {
19
- let t = e, { t: p } = o(), { videoRef: g, state: _, actions: v } = n();
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, n) => (h(), l("div", {
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", t.class))
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(n) {
60
- let r = g(null), i = g(null), a = v(null), o = t();
61
- return e({
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,