@nmorph/nmorph-ui-kit 3.0.9 → 3.0.11

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 (99) hide show
  1. package/dist/components/basic/nmorph-button/NmorphButton.css +1 -1
  2. package/dist/components/basic/nmorph-button/NmorphButton.vue.js +20 -15
  3. package/dist/components/basic/nmorph-button/NmorphButton.vue2.js +27 -22
  4. package/dist/components/basic/nmorph-icon/NmorphIcon.vue.js +10 -10
  5. package/dist/components/basic/nmorph-layout/NmorphLayout.vue.js +3 -3
  6. package/dist/components/basic/nmorph-link/NmorphLink.vue.js +8 -8
  7. package/dist/components/basic/nmorph-scroll/NmorphScroll.vue.js +4 -4
  8. package/dist/components/basic/nmorph-space/NmorphSpace.vue.js +11 -11
  9. package/dist/components/basic/nmorph-text/NmorphText.vue.js +11 -11
  10. package/dist/components/data/nmorph-audio-meter/NmorphAudioMeter.vue.js +8 -8
  11. package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.vue.js +11 -11
  12. package/dist/components/data/nmorph-avatar/NmorphAvatar.vue.js +46 -46
  13. package/dist/components/data/nmorph-badge/NmorphBadge.vue.js +16 -16
  14. package/dist/components/data/nmorph-calendar/NmorphCalendar.vue.js +31 -31
  15. package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.js +6 -6
  16. package/dist/components/data/nmorph-card/NmorphCard.vue.js +7 -7
  17. package/dist/components/data/nmorph-carousel/NmorphCarousel.vue.js +3 -3
  18. package/dist/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue.js +7 -7
  19. package/dist/components/data/nmorph-collapse/NmorphCollapse.vue.js +8 -8
  20. package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.js +12 -12
  21. package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue.js +6 -6
  22. package/dist/components/data/nmorph-empty/NmorphEmpty.vue.js +16 -16
  23. package/dist/components/data/nmorph-file-card/NmorphFileCard.vue.js +9 -9
  24. package/dist/components/data/nmorph-image/NmorphImage.vue.js +8 -8
  25. package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue.js +24 -24
  26. package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.js +13 -13
  27. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue.js +11 -11
  28. package/dist/components/data/nmorph-pagination/NmorphPagination.vue.js +8 -8
  29. package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue.js +1 -1
  30. package/dist/components/data/nmorph-progress/NmorphProgress.vue.js +3 -3
  31. package/dist/components/data/nmorph-qr-code/NmorphQRCode.vue.js +18 -18
  32. package/dist/components/data/nmorph-skeleton/NmorphSkeleton.vue.js +14 -14
  33. package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.js +7 -7
  34. package/dist/components/data/nmorph-table/NmorphTable.vue.js +2 -2
  35. package/dist/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue.js +7 -7
  36. package/dist/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue.js +10 -10
  37. package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.js +5 -5
  38. package/dist/components/data/nmorph-tag-list/NmorphTagList.vue.js +3 -3
  39. package/dist/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.js +9 -9
  40. package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.vue.js +23 -23
  41. package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.vue.js +10 -10
  42. package/dist/components/feedback/nmorph-alert/NmorphAlert.vue.js +9 -9
  43. package/dist/components/feedback/nmorph-callout/NmorphCallout.vue.js +8 -8
  44. package/dist/components/feedback/nmorph-dialog/NmorphDialog.vue.js +12 -12
  45. package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue.js +6 -6
  46. package/dist/components/feedback/nmorph-guide/NmorphGuide.vue.js +7 -7
  47. package/dist/components/feedback/nmorph-guide/NmorphGuide.vue2.js +48 -46
  48. package/dist/components/feedback/nmorph-guide/NmorphGuideStep.css +1 -1
  49. package/dist/components/feedback/nmorph-guide/NmorphGuideStep.vue.js +9 -6
  50. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue.js +49 -55
  51. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue2.js +27 -24
  52. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.js +18 -18
  53. package/dist/components/form/nmorph-checkbox/NmorphCheckbox.vue.js +7 -7
  54. package/dist/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.js +8 -8
  55. package/dist/components/form/nmorph-color-picker/NmorphColorPicker.vue.js +7 -7
  56. package/dist/components/form/nmorph-date-picker/NmorphDatePicker.vue.js +4 -4
  57. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue.js +9 -9
  58. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.js +8 -8
  59. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.js +2 -2
  60. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.js +4 -4
  61. package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue.js +23 -23
  62. package/dist/components/form/nmorph-form/NmorphForm.vue.js +8 -8
  63. package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.js +10 -10
  64. package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.js +2 -2
  65. package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.js +10 -10
  66. package/dist/components/form/nmorph-number-input/NmorphNumberInput.vue.js +1 -1
  67. package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue.js +16 -16
  68. package/dist/components/form/nmorph-radio/NmorphRadio.vue.js +20 -20
  69. package/dist/components/form/nmorph-radio-group/NmorphRadioGroup.vue.js +10 -10
  70. package/dist/components/form/nmorph-select/NmorphSelect.vue.js +1 -1
  71. package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.js +9 -9
  72. package/dist/components/form/nmorph-select-button/NmorphSelectButton.vue.js +11 -11
  73. package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue.js +12 -12
  74. package/dist/components/form/nmorph-slider/NmorphSlider.vue.js +6 -6
  75. package/dist/components/form/nmorph-switch/NmorphSwitch.vue.js +10 -10
  76. package/dist/components/form/nmorph-text-input/NmorphTextInput.vue.js +9 -9
  77. package/dist/components/form/nmorph-textarea/NmorphTextarea.vue.js +5 -5
  78. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue.js +38 -38
  79. package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue.js +12 -12
  80. package/dist/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue.js +11 -11
  81. package/dist/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue.js +7 -7
  82. package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.js +18 -18
  83. package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.vue.js +2 -2
  84. package/dist/components/navigation/nmorph-stepper/NmorphStepper.vue.js +12 -12
  85. package/dist/components/navigation/nmorph-tabs/NmorphTabs.vue.js +15 -15
  86. package/dist/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue.js +10 -10
  87. package/dist/components/others/nmorph-divider/NmorphDivider.vue.js +4 -4
  88. package/dist/components/others/nmorph-overlay/NmorphOverlay.vue.js +13 -13
  89. package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.js +8 -8
  90. package/dist/index.umd.js +6 -6
  91. package/dist/package.json.js +1 -1
  92. package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +1 -0
  93. package/dist/src/components/feedback/nmorph-guide/NmorphGuide.vue.d.ts +1 -0
  94. package/dist/src/components/feedback/nmorph-guide/types.d.ts +2 -0
  95. package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +2 -0
  96. package/dist/src/components/feedback/nmorph-tooltip/types.d.ts +3 -0
  97. package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +11 -3
  98. package/dist/style.css +1 -1
  99. package/package.json +2 -2
@@ -6,10 +6,10 @@ import j from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const g = ["lang"], f = { class: "nmorph-emoji-picker__button-label" }, N = ["aria-label"], C = ["aria-label", "title", "disabled", "onClick"], L = {
7
7
  key: 2,
8
8
  class: "nmorph-emoji-picker__panel"
9
- }, u = { class: "nmorph-emoji-picker__toolbar" }, I = ["aria-selected", "disabled", "onClick"], E = ["aria-label"], S = {
9
+ }, u = { class: "nmorph-emoji-picker__toolbar" }, I = ["aria-selected", "disabled", "onClick"], w = ["aria-label"], E = {
10
10
  key: 0,
11
11
  class: "nmorph-emoji-picker__section-title"
12
- }, w = { class: "nmorph-emoji-picker__grid" }, z = ["aria-label", "title", "disabled", "onFocus", "onClick"], q = { class: "nmorph-emoji-picker__emoji-symbol" }, V = {
12
+ }, S = { class: "nmorph-emoji-picker__grid" }, z = ["aria-label", "title", "disabled", "onFocus", "onClick"], q = { class: "nmorph-emoji-picker__emoji-symbol" }, V = {
13
13
  key: 1,
14
14
  class: "nmorph-emoji-picker__empty"
15
15
  };
@@ -168,12 +168,12 @@ function B(F, s, G, e, P, H) {
168
168
  }, [
169
169
  e.query ? (l(), r(
170
170
  "div",
171
- S,
171
+ E,
172
172
  t(o.label),
173
173
  1
174
174
  /* TEXT */
175
175
  )) : h("v-if", !0),
176
- c("div", w, [
176
+ c("div", S, [
177
177
  (l(!0), r(
178
178
  d,
179
179
  null,
@@ -218,7 +218,7 @@ function B(F, s, G, e, P, H) {
218
218
  /* TEXT */
219
219
  )
220
220
  ]))
221
- ], 40, E)
221
+ ], 40, w)
222
222
  ]),
223
223
  _: 1
224
224
  /* STABLE */
@@ -226,7 +226,7 @@ function B(F, s, G, e, P, H) {
226
226
  ]))
227
227
  ], 14, g);
228
228
  }
229
- const D = /* @__PURE__ */ j(x, [["render", B], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue"]]);
229
+ const D = /* @__PURE__ */ j(x, [["render", B], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue"]]);
230
230
  export {
231
231
  D as default
232
232
  };
@@ -1,6 +1,6 @@
1
1
  import './NmorphEmpty.css';
2
2
  import c from "./NmorphEmpty.vue2.js";
3
- import { openBlock as t, createElementBlock as i, normalizeStyle as m, normalizeClass as d, renderSlot as r, createVNode as n, withCtx as p, createCommentVNode as s, createElementVNode as h, createTextVNode as l, toDisplayString as a } from "vue";
3
+ import { openBlock as r, createElementBlock as t, normalizeStyle as m, normalizeClass as d, renderSlot as i, createVNode as s, withCtx as p, createCommentVNode as n, createElementVNode as h, createTextVNode as l, toDisplayString as a } from "vue";
4
4
  /* empty css */
5
5
  import _ from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const y = ["role", "aria-label"], f = {
@@ -14,29 +14,29 @@ const y = ["role", "aria-label"], f = {
14
14
  key: 2,
15
15
  class: "nmorph-empty__action"
16
16
  };
17
- function k(e, z, b, o, C, E) {
18
- return t(), i("div", {
17
+ function k(e, z, C, o, b, w) {
18
+ return r(), t("div", {
19
19
  class: d(o.modifiers),
20
20
  style: m(o.styles),
21
21
  role: o.props.role,
22
22
  "aria-label": o.label
23
23
  }, [
24
- o.hasIcon ? (t(), i("div", f, [
25
- r(e.$slots, "icon", {}, () => [
26
- n(o.NmorphIcon, {
24
+ o.hasIcon ? (r(), t("div", f, [
25
+ i(e.$slots, "icon", {}, () => [
26
+ s(o.NmorphIcon, {
27
27
  width: o.toCssSize(o.props.iconSize),
28
28
  height: o.toCssSize(o.props.iconSize)
29
29
  }, {
30
30
  default: p(() => [
31
- n(o.NmorphIconFolderOpened)
31
+ s(o.NmorphIconFolderOpened)
32
32
  ]),
33
33
  _: 1
34
34
  /* STABLE */
35
35
  }, 8, ["width", "height"])
36
36
  ])
37
- ])) : s("v-if", !0),
37
+ ])) : n("v-if", !0),
38
38
  h("div", v, [
39
- r(e.$slots, "title", {}, () => [
39
+ i(e.$slots, "title", {}, () => [
40
40
  l(
41
41
  a(o.props.title),
42
42
  1
@@ -44,21 +44,21 @@ function k(e, z, b, o, C, E) {
44
44
  )
45
45
  ])
46
46
  ]),
47
- o.hasDescription ? (t(), i("div", N, [
48
- r(e.$slots, "description", {}, () => [
47
+ o.hasDescription ? (r(), t("div", N, [
48
+ i(e.$slots, "description", {}, () => [
49
49
  l(
50
50
  a(o.props.description),
51
51
  1
52
52
  /* TEXT */
53
53
  )
54
54
  ])
55
- ])) : s("v-if", !0),
56
- o.slots.action ? (t(), i("div", S, [
57
- r(e.$slots, "action")
58
- ])) : s("v-if", !0)
55
+ ])) : n("v-if", !0),
56
+ o.slots.action ? (r(), t("div", S, [
57
+ i(e.$slots, "action")
58
+ ])) : n("v-if", !0)
59
59
  ], 14, y);
60
60
  }
61
- const B = /* @__PURE__ */ _(c, [["render", k], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-empty/NmorphEmpty.vue"]]);
61
+ const B = /* @__PURE__ */ _(c, [["render", k], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-empty/NmorphEmpty.vue"]]);
62
62
  export {
63
63
  B as default
64
64
  };
@@ -1,6 +1,6 @@
1
1
  import './NmorphFileCard.css';
2
2
  import p from "./NmorphFileCard.vue2.js";
3
- import { openBlock as e, createElementBlock as r, Fragment as m, createElementVNode as c, normalizeStyle as t, normalizeClass as w, createVNode as i, withCtx as l, createBlock as s, resolveDynamicComponent as _, createCommentVNode as a, toDisplayString as n, renderSlot as v } from "vue";
3
+ import { openBlock as e, createElementBlock as r, Fragment as m, createElementVNode as s, normalizeStyle as t, normalizeClass as w, createVNode as i, withCtx as l, createBlock as c, resolveDynamicComponent as _, createCommentVNode as a, toDisplayString as n, renderSlot as v } from "vue";
4
4
  /* empty css */
5
5
  import b from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const k = {
@@ -30,7 +30,7 @@ function M(h, d, V, o, E, T) {
30
30
  m,
31
31
  null,
32
32
  [
33
- c(
33
+ s(
34
34
  "div",
35
35
  {
36
36
  class: w(o.modifiers),
@@ -40,7 +40,7 @@ function M(h, d, V, o, E, T) {
40
40
  o.visualMediaPreviewAvailable ? a("v-if", !0) : (e(), r("div", k, [
41
41
  i(o.NmorphIcon, { size: "medium" }, {
42
42
  default: l(() => [
43
- (e(), s(_(o.icon)))
43
+ (e(), c(_(o.icon)))
44
44
  ]),
45
45
  _: 1
46
46
  /* STABLE */
@@ -66,7 +66,7 @@ function M(h, d, V, o, E, T) {
66
66
  })
67
67
  ], 8, y)) : a("v-if", !0)
68
68
  ])),
69
- c("div", N, [
69
+ s("div", N, [
70
70
  o.showInfo ? (e(), r("div", {
71
71
  key: 0,
72
72
  class: "nmorph-file-card__info",
@@ -101,7 +101,7 @@ function M(h, d, V, o, E, T) {
101
101
  /* STABLE_FRAGMENT */
102
102
  )) : a("v-if", !0)
103
103
  ], 8, g)) : a("v-if", !0),
104
- o.audioPreviewAvailable ? (e(), s(o.NmorphAudioPreview, {
104
+ o.audioPreviewAvailable ? (e(), c(o.NmorphAudioPreview, {
105
105
  key: 1,
106
106
  class: "nmorph-file-card__audio-preview",
107
107
  src: o.props.previewSrc,
@@ -115,7 +115,7 @@ function M(h, d, V, o, E, T) {
115
115
  "show-default-actions": !1,
116
116
  onError: o.errorHandler
117
117
  }, null, 8, ["src", "name", "show-playback-button"])) : a("v-if", !0),
118
- o.videoPreviewAvailable ? (e(), s(o.NmorphVideoPreview, {
118
+ o.videoPreviewAvailable ? (e(), c(o.NmorphVideoPreview, {
119
119
  key: 2,
120
120
  class: "nmorph-file-card__video-preview",
121
121
  src: o.props.previewSrc,
@@ -142,7 +142,7 @@ function M(h, d, V, o, E, T) {
142
142
  "aria-label": `Preview ${o.props.name}`,
143
143
  onClick: o.openHandler
144
144
  }, [
145
- c("img", {
145
+ s("img", {
146
146
  class: "nmorph-file-card__image",
147
147
  src: o.props.previewSrc,
148
148
  alt: o.props.name
@@ -223,7 +223,7 @@ function M(h, d, V, o, E, T) {
223
223
  6
224
224
  /* CLASS, STYLE */
225
225
  ),
226
- o.mediaGalleryItems.length > 0 ? (e(), s(o.NmorphMediaGallery, {
226
+ o.mediaGalleryItems.length > 0 ? (e(), c(o.NmorphMediaGallery, {
227
227
  key: 0,
228
228
  modelValue: o.previewOpen,
229
229
  "onUpdate:modelValue": d[0] || (d[0] = (f) => o.previewOpen = f),
@@ -240,7 +240,7 @@ function M(h, d, V, o, E, T) {
240
240
  /* STABLE_FRAGMENT */
241
241
  );
242
242
  }
243
- const U = /* @__PURE__ */ b(p, [["render", M], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-file-card/NmorphFileCard.vue"]]);
243
+ const U = /* @__PURE__ */ b(p, [["render", M], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-file-card/NmorphFileCard.vue"]]);
244
244
  export {
245
245
  U as default
246
246
  };
@@ -1,9 +1,9 @@
1
1
  import './NmorphImage.css';
2
- import n from "./NmorphImage.vue2.js";
3
- import { openBlock as r, createElementBlock as e, normalizeStyle as s, normalizeClass as d, createElementVNode as l, renderSlot as i, createTextVNode as c, toDisplayString as _, createVNode as t, withCtx as p, createCommentVNode as m } from "vue";
2
+ import t from "./NmorphImage.vue2.js";
3
+ import { openBlock as r, createElementBlock as e, normalizeStyle as s, normalizeClass as d, createElementVNode as l, renderSlot as i, createTextVNode as c, toDisplayString as _, createVNode as n, withCtx as p, createCommentVNode as m } from "vue";
4
4
  /* empty css */
5
- import f from "../../../_virtual/_plugin-vue_export-helper.js";
6
- const h = ["src", "alt", "srcset"], g = {
5
+ import h from "../../../_virtual/_plugin-vue_export-helper.js";
6
+ const f = ["src", "alt", "srcset"], g = {
7
7
  key: 0,
8
8
  class: "nmorph-image__load-failed"
9
9
  }, y = {
@@ -25,7 +25,7 @@ function N(a, k, v, o, I, L) {
25
25
  srcset: o.props.srcSet,
26
26
  onLoad: o.onImageLoad,
27
27
  onError: o.onImageError
28
- }, null, 40, h),
28
+ }, null, 40, f),
29
29
  o.loadingFailed ? (r(), e("div", g, [
30
30
  i(a.$slots, "error", {}, () => [
31
31
  c(
@@ -36,9 +36,9 @@ function N(a, k, v, o, I, L) {
36
36
  ])
37
37
  ])) : o.imageLoadFinished ? m("v-if", !0) : (r(), e("div", y, [
38
38
  i(a.$slots, "loading", {}, () => [
39
- t(o.NmorphIcon, { size: "medium" }, {
39
+ n(o.NmorphIcon, { size: "medium" }, {
40
40
  default: p(() => [
41
- t(o.NmorphIconLoader)
41
+ n(o.NmorphIconLoader)
42
42
  ]),
43
43
  _: 1
44
44
  /* STABLE */
@@ -50,7 +50,7 @@ function N(a, k, v, o, I, L) {
50
50
  /* CLASS, STYLE */
51
51
  )) : m("v-if", !0);
52
52
  }
53
- const z = /* @__PURE__ */ f(n, [["render", N], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-image/NmorphImage.vue"]]);
53
+ const z = /* @__PURE__ */ h(t, [["render", N], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-image/NmorphImage.vue"]]);
54
54
  export {
55
55
  z as default
56
56
  };
@@ -1,6 +1,6 @@
1
1
  import './NmorphImagePreview.css';
2
2
  import _ from "./NmorphImagePreview.vue2.js";
3
- import { openBlock as n, createElementBlock as a, Fragment as g, normalizeStyle as p, normalizeClass as w, createElementVNode as m, renderList as v, withModifiers as k, createVNode as l, createSlots as d, withCtx as o, renderSlot as t, toDisplayString as y, createCommentVNode as c, createBlock as s, resolveDynamicComponent as f } from "vue";
3
+ import { openBlock as i, createElementBlock as a, Fragment as m, normalizeStyle as p, normalizeClass as w, createElementVNode as g, renderList as v, withModifiers as k, createVNode as l, createSlots as d, withCtx as o, renderSlot as t, toDisplayString as y, createCommentVNode as c, createBlock as s, resolveDynamicComponent as f } from "vue";
4
4
  /* empty css */
5
5
  import b from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const N = ["aria-label", "onClick"], C = {
@@ -8,11 +8,11 @@ const N = ["aria-label", "onClick"], C = {
8
8
  class: "nmorph-image-preview__trigger-more"
9
9
  }, S = { class: "nmorph-image-preview__action-element" };
10
10
  function I(e, T, B, r, P, z) {
11
- return n(), a(
12
- g,
11
+ return i(), a(
12
+ m,
13
13
  null,
14
14
  [
15
- r.props.showTrigger ? (n(), a(
15
+ r.props.showTrigger ? (i(), a(
16
16
  "div",
17
17
  {
18
18
  key: 0,
@@ -20,23 +20,23 @@ function I(e, T, B, r, P, z) {
20
20
  style: p(r.triggerStyle)
21
21
  },
22
22
  [
23
- m("div", {
23
+ g("div", {
24
24
  class: "nmorph-image-preview__trigger",
25
25
  onClick: r.clickHandler
26
26
  }, [
27
- r.showGalleryTrigger ? (n(!0), a(
28
- g,
27
+ r.showGalleryTrigger ? (i(!0), a(
28
+ m,
29
29
  { key: 0 },
30
- v(r.triggerSources, (i) => (n(), a("button", {
31
- key: `${i.src}-${i.index}`,
30
+ v(r.triggerSources, (n) => (i(), a("button", {
31
+ key: `${n.src}-${n.index}`,
32
32
  type: "button",
33
33
  class: "nmorph-image-preview__trigger-item",
34
- "aria-label": r.getTriggerLabel(i.index),
35
- onClick: k((h) => r.openPreviewAt(i.index), ["stop"])
34
+ "aria-label": r.getTriggerLabel(n.index),
35
+ onClick: k((h) => r.openPreviewAt(n.index), ["stop"])
36
36
  }, [
37
37
  l(r.NmorphImage, {
38
- src: i.src,
39
- alt: r.getTriggerLabel(i.index),
38
+ src: n.src,
39
+ alt: r.getTriggerLabel(n.index),
40
40
  fit: r.props.fit,
41
41
  design: "plain",
42
42
  "frame-border": 0
@@ -59,7 +59,7 @@ function I(e, T, B, r, P, z) {
59
59
  key: "1"
60
60
  } : void 0
61
61
  ]), 1032, ["src", "alt", "fit"]),
62
- i.index === r.lastVisibleTriggerIndex && r.hiddenTriggerCount > 0 ? (n(), a(
62
+ n.index === r.lastVisibleTriggerIndex && r.hiddenTriggerCount > 0 ? (i(), a(
63
63
  "span",
64
64
  C,
65
65
  " +" + y(r.hiddenTriggerCount),
@@ -69,7 +69,7 @@ function I(e, T, B, r, P, z) {
69
69
  ], 8, N))),
70
70
  128
71
71
  /* KEYED_FRAGMENT */
72
- )) : (n(), s(r.NmorphImage, {
72
+ )) : (i(), s(r.NmorphImage, {
73
73
  key: 1,
74
74
  src: r.triggerSource,
75
75
  alt: r.props.alt,
@@ -100,7 +100,7 @@ function I(e, T, B, r, P, z) {
100
100
  6
101
101
  /* CLASS, STYLE */
102
102
  )) : c("v-if", !0),
103
- r.open ? (n(), s(r.NmorphPreviewPortal, {
103
+ r.open ? (i(), s(r.NmorphPreviewPortal, {
104
104
  key: 1,
105
105
  show: r.open,
106
106
  "z-index": r.props.zIndex,
@@ -120,10 +120,10 @@ function I(e, T, B, r, P, z) {
120
120
  onNext: r.nextHandler
121
121
  }, {
122
122
  actions: o(() => [
123
- (n(), a(
124
- g,
123
+ (i(), a(
124
+ m,
125
125
  null,
126
- v(r.actions, (i, h) => m("div", {
126
+ v(r.actions, (n, h) => g("div", {
127
127
  key: h,
128
128
  class: "nmorph-image-preview__action-element"
129
129
  }, [
@@ -131,7 +131,7 @@ function I(e, T, B, r, P, z) {
131
131
  class: "nmorph-preview-portal__control-button",
132
132
  design: "plain",
133
133
  borderless: "",
134
- onClick: i.handler
134
+ onClick: n.handler
135
135
  }, {
136
136
  default: o(() => [
137
137
  l(
@@ -139,7 +139,7 @@ function I(e, T, B, r, P, z) {
139
139
  null,
140
140
  {
141
141
  default: o(() => [
142
- (n(), s(f(i.icon)))
142
+ (i(), s(f(n.icon)))
143
143
  ]),
144
144
  _: 2
145
145
  /* DYNAMIC */
@@ -155,7 +155,7 @@ function I(e, T, B, r, P, z) {
155
155
  64
156
156
  /* STABLE_FRAGMENT */
157
157
  )),
158
- m("div", S, [
158
+ g("div", S, [
159
159
  l(r.NmorphButton, {
160
160
  class: "nmorph-preview-portal__control-button",
161
161
  design: "plain",
@@ -166,7 +166,7 @@ function I(e, T, B, r, P, z) {
166
166
  default: o(() => [
167
167
  l(r.NmorphIcon, null, {
168
168
  default: o(() => [
169
- (n(), s(f(r.enlargeShrinkActionData.icon)))
169
+ (i(), s(f(r.enlargeShrinkActionData.icon)))
170
170
  ]),
171
171
  _: 1
172
172
  /* STABLE */
@@ -213,7 +213,7 @@ function I(e, T, B, r, P, z) {
213
213
  /* STABLE_FRAGMENT */
214
214
  );
215
215
  }
216
- const V = /* @__PURE__ */ b(_, [["render", I], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-image-preview/NmorphImagePreview.vue"]]);
216
+ const V = /* @__PURE__ */ b(_, [["render", I], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-image-preview/NmorphImagePreview.vue"]]);
217
217
  export {
218
218
  V as default
219
219
  };
@@ -1,9 +1,9 @@
1
1
  import './NmorphMediaGallery.css';
2
2
  import y from "./NmorphMediaGallery.vue2.js";
3
- import { openBlock as l, createElementBlock as n, Fragment as g, normalizeStyle as h, normalizeClass as f, renderList as v, createElementVNode as c, createBlock as m, createVNode as e, withCtx as a, createCommentVNode as i, toDisplayString as _, withModifiers as s } from "vue";
3
+ import { openBlock as l, createElementBlock as n, Fragment as g, normalizeStyle as _, normalizeClass as f, renderList as v, createElementVNode as c, createBlock as m, createVNode as e, withCtx as a, createCommentVNode as i, toDisplayString as h, withModifiers as s } from "vue";
4
4
  /* empty css */
5
5
  import I from "../../../_virtual/_plugin-vue_export-helper.js";
6
- const w = ["aria-label", "onClick"], N = ["src", "poster", "title"], p = {
6
+ const w = ["aria-label", "onClick"], p = ["src", "poster", "title"], N = {
7
7
  key: 2,
8
8
  class: "nmorph-media-gallery__trigger-play"
9
9
  }, k = {
@@ -25,7 +25,7 @@ const w = ["aria-label", "onClick"], N = ["src", "poster", "title"], p = {
25
25
  key: 4,
26
26
  class: "nmorph-media-gallery__file-size"
27
27
  }, E = { class: "nmorph-media-gallery__action-element" }, V = { class: "nmorph-media-gallery__action-element" }, R = { class: "nmorph-media-gallery__action-element" }, M = { class: "nmorph-media-gallery__action-element" }, x = { class: "nmorph-media-gallery__action-element" };
28
- function O(G, U, Z, o, j, W) {
28
+ function O(G, U, Z, o, W, j) {
29
29
  return l(), n(
30
30
  g,
31
31
  null,
@@ -35,7 +35,7 @@ function O(G, U, Z, o, j, W) {
35
35
  {
36
36
  key: 0,
37
37
  class: f(o.triggerClasses),
38
- style: h(o.triggerStyle)
38
+ style: _(o.triggerStyle)
39
39
  },
40
40
  [
41
41
  (l(!0), n(
@@ -50,7 +50,7 @@ function O(G, U, Z, o, j, W) {
50
50
  `nmorph-media-gallery__trigger-item--${r.kind}`,
51
51
  o.getTriggerItemClass(r, t)
52
52
  ]),
53
- style: h(o.getTriggerItemStyle(r, t))
53
+ style: _(o.getTriggerItemStyle(r, t))
54
54
  },
55
55
  [
56
56
  c("button", {
@@ -78,8 +78,8 @@ function O(G, U, Z, o, j, W) {
78
78
  playsinline: "",
79
79
  preload: "metadata",
80
80
  title: o.getItemName(r)
81
- }, null, 8, N)),
82
- o.props.showTriggerPlayButton && r.kind === "video" ? (l(), n("span", p, [
81
+ }, null, 8, p)),
82
+ o.props.showTriggerPlayButton && r.kind === "video" ? (l(), n("span", N, [
83
83
  e(o.NmorphIcon, {
84
84
  size: "medium",
85
85
  color: "var(--nmorph-contrast-text-color)"
@@ -94,14 +94,14 @@ function O(G, U, Z, o, j, W) {
94
94
  o.props.showTriggerName && o.getItemName(r) ? (l(), n(
95
95
  "span",
96
96
  k,
97
- _(o.getItemName(r)),
97
+ h(o.getItemName(r)),
98
98
  1
99
99
  /* TEXT */
100
100
  )) : i("v-if", !0),
101
101
  o.props.showTriggerSize && o.getItemSize(r) ? (l(), n(
102
102
  "span",
103
103
  b,
104
- _(o.getItemSize(r)),
104
+ h(o.getItemSize(r)),
105
105
  1
106
106
  /* TEXT */
107
107
  )) : i("v-if", !0)
@@ -304,7 +304,7 @@ function O(G, U, Z, o, j, W) {
304
304
  fit: o.props.imageFit,
305
305
  design: "plain",
306
306
  "frame-border": 0,
307
- style: h({ transform: o.imageTransform }),
307
+ style: _({ transform: o.imageTransform }),
308
308
  onPointerdown: o.pointerDownHandler,
309
309
  onPointerup: o.pointerUpHandler
310
310
  }, null, 8, ["src", "alt", "title", "fit", "style"])) : o.currentItem?.kind === "video" ? (l(), n("video", {
@@ -328,7 +328,7 @@ function O(G, U, Z, o, j, W) {
328
328
  o.currentName ? (l(), n(
329
329
  "span",
330
330
  T,
331
- _(o.currentName),
331
+ h(o.currentName),
332
332
  1
333
333
  /* TEXT */
334
334
  )) : i("v-if", !0),
@@ -374,7 +374,7 @@ function O(G, U, Z, o, j, W) {
374
374
  o.currentSize ? (l(), n(
375
375
  "span",
376
376
  A,
377
- _(o.currentSize),
377
+ h(o.currentSize),
378
378
  1
379
379
  /* TEXT */
380
380
  )) : i("v-if", !0)
@@ -388,7 +388,7 @@ function O(G, U, Z, o, j, W) {
388
388
  /* STABLE_FRAGMENT */
389
389
  );
390
390
  }
391
- const X = /* @__PURE__ */ I(y, [["render", O], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-media-gallery/NmorphMediaGallery.vue"]]);
391
+ const X = /* @__PURE__ */ I(y, [["render", O], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-media-gallery/NmorphMediaGallery.vue"]]);
392
392
  export {
393
393
  X as default
394
394
  };
@@ -1,6 +1,6 @@
1
1
  import './NmorphMediaTile.css';
2
2
  import d from "./NmorphMediaTile.vue2.js";
3
- import { openBlock as e, createElementBlock as a, normalizeClass as m, withDirectives as p, createElementVNode as c, vShow as _, createCommentVNode as r, createBlock as i, withCtx as l, createVNode as n, toDisplayString as t, renderSlot as h } from "vue";
3
+ import { openBlock as e, createElementBlock as a, normalizeClass as m, withDirectives as p, createElementVNode as c, vShow as _, createCommentVNode as r, createBlock as i, withCtx as n, createVNode as l, toDisplayString as t, renderSlot as h } from "vue";
4
4
  /* empty css */
5
5
  import f from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const v = ["src", "muted", "autoplay", "playsinline"], y = ["muted", "autoplay"], k = {
@@ -19,7 +19,7 @@ const v = ["src", "muted", "autoplay", "playsinline"], y = ["muted", "autoplay"]
19
19
  key: 2,
20
20
  class: "nmorph-media-tile__status"
21
21
  };
22
- function S(s, x, V, o, B, M) {
22
+ function S(s, x, V, o, w, B) {
23
23
  return e(), a(
24
24
  "div",
25
25
  {
@@ -50,8 +50,8 @@ function S(s, x, V, o, B, M) {
50
50
  class: "nmorph-media-tile__loader",
51
51
  size: "large"
52
52
  }, {
53
- default: l(() => [
54
- n(o.NmorphIconLoaderDots)
53
+ default: n(() => [
54
+ l(o.NmorphIconLoaderDots)
55
55
  ]),
56
56
  _: 1
57
57
  /* STABLE */
@@ -92,8 +92,8 @@ function S(s, x, V, o, B, M) {
92
92
  tabindex: -1,
93
93
  "aria-label": "Microphone muted"
94
94
  }, {
95
- "icon-only": l(() => [
96
- n(o.NmorphIconMute)
95
+ "icon-only": n(() => [
96
+ l(o.NmorphIconMute)
97
97
  ]),
98
98
  _: 1
99
99
  /* STABLE */
@@ -106,8 +106,8 @@ function S(s, x, V, o, B, M) {
106
106
  tabindex: -1,
107
107
  "aria-label": "Video off"
108
108
  }, {
109
- "icon-only": l(() => [
110
- n(o.NmorphIconVideoCameraOff)
109
+ "icon-only": n(() => [
110
+ l(o.NmorphIconVideoCameraOff)
111
111
  ]),
112
112
  _: 1
113
113
  /* STABLE */
@@ -120,8 +120,8 @@ function S(s, x, V, o, B, M) {
120
120
  tabindex: -1,
121
121
  "aria-label": "Screen sharing"
122
122
  }, {
123
- "icon-only": l(() => [
124
- n(o.NmorphIconShare)
123
+ "icon-only": n(() => [
124
+ l(o.NmorphIconShare)
125
125
  ]),
126
126
  _: 1
127
127
  /* STABLE */
@@ -133,7 +133,7 @@ function S(s, x, V, o, B, M) {
133
133
  /* CLASS */
134
134
  );
135
135
  }
136
- const z = /* @__PURE__ */ f(d, [["render", S], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-media-tile/NmorphMediaTile.vue"]]);
136
+ const z = /* @__PURE__ */ f(d, [["render", S], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-media-tile/NmorphMediaTile.vue"]]);
137
137
  export {
138
138
  z as default
139
139
  };
@@ -1,11 +1,11 @@
1
1
  import './NmorphPagination.css';
2
2
  import c from "./NmorphPagination.vue2.js";
3
- import { openBlock as a, createElementBlock as l, normalizeStyle as d, normalizeClass as t, createVNode as i, withCtx as e, Fragment as h, renderList as m, createBlock as s, createCommentVNode as p } from "vue";
3
+ import { openBlock as a, createElementBlock as r, normalizeStyle as d, normalizeClass as t, createVNode as i, withCtx as e, Fragment as h, renderList as m, createBlock as s, createCommentVNode as p } from "vue";
4
4
  /* empty css */
5
5
  import _ from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const b = ["aria-busy"];
7
- function k(v, r, g, n, f, N) {
8
- return n.show ? (a(), l("div", {
7
+ function k(v, l, g, n, f, N) {
8
+ return n.show ? (a(), r("div", {
9
9
  key: 0,
10
10
  class: t(n.modifiers),
11
11
  style: d(n.paginationStyle),
@@ -31,16 +31,16 @@ function k(v, r, g, n, f, N) {
31
31
  }, 8, ["thickness", "disabled"]),
32
32
  i(n.NmorphRadioGroup, {
33
33
  modelValue: n.selectedPage,
34
- "onUpdate:modelValue": r[0] || (r[0] = (o) => n.selectedPage = o),
34
+ "onUpdate:modelValue": l[0] || (l[0] = (o) => n.selectedPage = o),
35
35
  class: "nmorph-pagination__page-group",
36
36
  thickness: n.props.thickness,
37
37
  disabled: n.interactionDisabled
38
38
  }, {
39
39
  default: e(() => [
40
- (a(!0), l(
40
+ (a(!0), r(
41
41
  h,
42
42
  null,
43
- m(n.visiblePages, (o) => (a(), l("div", {
43
+ m(n.visiblePages, (o) => (a(), r("div", {
44
44
  key: o.value,
45
45
  class: "nmorph-pagination__page-btn-wrapper"
46
46
  }, [
@@ -87,7 +87,7 @@ function k(v, r, g, n, f, N) {
87
87
  }, 8, ["thickness", "disabled"])
88
88
  ], 14, b)) : p("v-if", !0);
89
89
  }
90
- const P = /* @__PURE__ */ _(c, [["render", k], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-pagination/NmorphPagination.vue"]]);
90
+ const w = /* @__PURE__ */ _(c, [["render", k], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-pagination/NmorphPagination.vue"]]);
91
91
  export {
92
- P as default
92
+ w as default
93
93
  };
@@ -114,7 +114,7 @@ function _(p, r, N, o, C, k) {
114
114
  )
115
115
  ])) : i("v-if", !0);
116
116
  }
117
- const B = /* @__PURE__ */ w(v, [["render", _], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue"]]);
117
+ const B = /* @__PURE__ */ w(v, [["render", _], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue"]]);
118
118
  export {
119
119
  B as default
120
120
  };
@@ -16,7 +16,7 @@ const m = {
16
16
  key: 1,
17
17
  class: "nmorph-progress__circle"
18
18
  }, S = { class: "nmorph-progress__circle-inner-part" }, z = ["width", "height"], x = ["cx", "cy", "r", "stroke-dasharray", "stroke-dashoffset"];
19
- function N(t, P, l, r, D, V) {
19
+ function N(t, P, l, r, w, D) {
20
20
  return e(), s(
21
21
  "div",
22
22
  {
@@ -78,7 +78,7 @@ function N(t, P, l, r, D, V) {
78
78
  /* CLASS, STYLE */
79
79
  );
80
80
  }
81
- const E = /* @__PURE__ */ h(_, [["render", N], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-progress/NmorphProgress.vue"]]);
81
+ const b = /* @__PURE__ */ h(_, [["render", N], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-progress/NmorphProgress.vue"]]);
82
82
  export {
83
- E as default
83
+ b as default
84
84
  };