@nmorph/nmorph-ui-kit 3.0.10 → 3.0.13

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 (105) hide show
  1. package/dist/assets/icons/cross.svg.js +1 -1
  2. package/dist/components/basic/nmorph-button/NmorphButton.css +1 -1
  3. package/dist/components/basic/nmorph-button/NmorphButton.vue.js +20 -14
  4. package/dist/components/basic/nmorph-button/NmorphButton.vue2.js +30 -25
  5. package/dist/components/basic/nmorph-icon/NmorphIcon.vue.js +10 -10
  6. package/dist/components/basic/nmorph-layout/NmorphLayout.vue.js +3 -3
  7. package/dist/components/basic/nmorph-link/NmorphLink.vue.js +8 -8
  8. package/dist/components/basic/nmorph-scroll/NmorphScroll.vue.js +4 -4
  9. package/dist/components/basic/nmorph-space/NmorphSpace.vue.js +11 -11
  10. package/dist/components/basic/nmorph-text/NmorphText.vue.js +11 -11
  11. package/dist/components/data/nmorph-audio-meter/NmorphAudioMeter.vue.js +8 -8
  12. package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.vue.js +11 -11
  13. package/dist/components/data/nmorph-avatar/NmorphAvatar.vue.js +46 -46
  14. package/dist/components/data/nmorph-badge/NmorphBadge.vue.js +16 -16
  15. package/dist/components/data/nmorph-calendar/NmorphCalendar.vue.js +31 -31
  16. package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.js +6 -6
  17. package/dist/components/data/nmorph-card/NmorphCard.vue.js +7 -7
  18. package/dist/components/data/nmorph-carousel/NmorphCarousel.vue.js +3 -3
  19. package/dist/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue.js +7 -7
  20. package/dist/components/data/nmorph-collapse/NmorphCollapse.vue.js +8 -8
  21. package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.js +12 -12
  22. package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue.js +6 -6
  23. package/dist/components/data/nmorph-empty/NmorphEmpty.vue.js +16 -16
  24. package/dist/components/data/nmorph-file-card/NmorphFileCard.vue.js +9 -9
  25. package/dist/components/data/nmorph-image/NmorphImage.vue.js +8 -8
  26. package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue.js +24 -24
  27. package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.js +13 -13
  28. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue.js +11 -11
  29. package/dist/components/data/nmorph-pagination/NmorphPagination.vue.js +8 -8
  30. package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue.js +1 -1
  31. package/dist/components/data/nmorph-progress/NmorphProgress.vue.js +3 -3
  32. package/dist/components/data/nmorph-qr-code/NmorphQRCode.vue.js +18 -18
  33. package/dist/components/data/nmorph-skeleton/NmorphSkeleton.vue.js +14 -14
  34. package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.js +7 -7
  35. package/dist/components/data/nmorph-table/NmorphTable.vue.js +2 -2
  36. package/dist/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue.js +7 -7
  37. package/dist/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue.js +10 -10
  38. package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.js +5 -5
  39. package/dist/components/data/nmorph-tag-list/NmorphTagList.vue.js +3 -3
  40. package/dist/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.js +9 -9
  41. package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.vue.js +23 -23
  42. package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.vue.js +10 -10
  43. package/dist/components/feedback/nmorph-alert/NmorphAlert.vue.js +9 -9
  44. package/dist/components/feedback/nmorph-callout/NmorphCallout.vue.js +8 -8
  45. package/dist/components/feedback/nmorph-dialog/NmorphDialog.vue.js +12 -12
  46. package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue.js +6 -6
  47. package/dist/components/feedback/nmorph-guide/NmorphGuide.vue.js +7 -7
  48. package/dist/components/feedback/nmorph-guide/NmorphGuide.vue2.js +82 -73
  49. package/dist/components/feedback/nmorph-guide/NmorphGuideStep.css +1 -1
  50. package/dist/components/feedback/nmorph-guide/NmorphGuideStep.vue.js +79 -84
  51. package/dist/components/feedback/nmorph-guide/NmorphGuideStep.vue2.js +36 -28
  52. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue.js +49 -55
  53. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue2.js +27 -24
  54. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.css +1 -1
  55. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.js +18 -18
  56. package/dist/components/form/nmorph-checkbox/NmorphCheckbox.vue.js +7 -7
  57. package/dist/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.js +8 -8
  58. package/dist/components/form/nmorph-color-picker/NmorphColorPicker.vue.js +7 -7
  59. package/dist/components/form/nmorph-date-picker/NmorphDatePicker.vue.js +4 -4
  60. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue.js +9 -9
  61. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.js +8 -8
  62. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.js +2 -2
  63. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.js +4 -4
  64. package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue.js +23 -23
  65. package/dist/components/form/nmorph-form/NmorphForm.vue.js +8 -8
  66. package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.js +10 -10
  67. package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.css +1 -1
  68. package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.js +21 -27
  69. package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue2.js +4 -4
  70. package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.js +10 -10
  71. package/dist/components/form/nmorph-number-input/NmorphNumberInput.vue.js +1 -1
  72. package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue.js +16 -16
  73. package/dist/components/form/nmorph-radio/NmorphRadio.vue.js +20 -20
  74. package/dist/components/form/nmorph-radio-group/NmorphRadioGroup.vue.js +10 -10
  75. package/dist/components/form/nmorph-select/NmorphSelect.vue.js +1 -1
  76. package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.css +1 -1
  77. package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.js +9 -9
  78. package/dist/components/form/nmorph-select-button/NmorphSelectButton.vue.js +11 -11
  79. package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue.js +12 -12
  80. package/dist/components/form/nmorph-slider/NmorphSlider.vue.js +6 -6
  81. package/dist/components/form/nmorph-switch/NmorphSwitch.vue.js +10 -10
  82. package/dist/components/form/nmorph-text-input/NmorphTextInput.vue.js +9 -9
  83. package/dist/components/form/nmorph-textarea/NmorphTextarea.vue.js +5 -5
  84. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue.js +38 -38
  85. package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue.js +12 -12
  86. package/dist/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue.js +11 -11
  87. package/dist/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue.js +7 -7
  88. package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.js +18 -18
  89. package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.vue.js +2 -2
  90. package/dist/components/navigation/nmorph-stepper/NmorphStepper.vue.js +12 -12
  91. package/dist/components/navigation/nmorph-tabs/NmorphTabs.vue.js +15 -15
  92. package/dist/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue.js +10 -10
  93. package/dist/components/others/nmorph-divider/NmorphDivider.vue.js +4 -4
  94. package/dist/components/others/nmorph-overlay/NmorphOverlay.vue.js +13 -13
  95. package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.js +8 -8
  96. package/dist/index.umd.js +29 -29
  97. package/dist/package.json.js +1 -1
  98. package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +1 -0
  99. package/dist/src/components/feedback/nmorph-guide/NmorphGuide.vue.d.ts +2 -0
  100. package/dist/src/components/feedback/nmorph-guide/types.d.ts +5 -1
  101. package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +2 -0
  102. package/dist/src/components/feedback/nmorph-tooltip/types.d.ts +3 -0
  103. package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +11 -3
  104. package/dist/style.css +1 -1
  105. package/package.json +2 -2
@@ -1,30 +1,30 @@
1
1
  import i from "./NmorphTabPane.vue2.js";
2
- import { openBlock as e, createElementBlock as s, normalizeClass as m, createBlock as a, Teleport as t, renderSlot as n, createCommentVNode as p } from "vue";
2
+ import { openBlock as e, createElementBlock as m, normalizeClass as p, createBlock as a, Teleport as n, renderSlot as t, createCommentVNode as s } from "vue";
3
3
  import c from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
- function d(r, l, f, o, b, _) {
5
- return o.isMounted ? (e(), s(
4
+ function d(r, l, f, o, b, h) {
5
+ return o.isMounted ? (e(), m(
6
6
  "div",
7
7
  {
8
8
  key: 0,
9
- class: m(o.modifiers)
9
+ class: p(o.modifiers)
10
10
  },
11
11
  [
12
- (e(), a(t, {
12
+ (e(), a(n, {
13
13
  to: `#${o.getTabLabelId(o.providedData?.tabsIdentifier, o.props.name)}`
14
14
  }, [
15
- n(r.$slots, "label", { scope: o.scopeProperties })
15
+ t(r.$slots, "label", { scope: o.scopeProperties })
16
16
  ], 8, ["to"])),
17
- (e(), a(t, {
17
+ (e(), a(n, {
18
18
  to: `#${o.getTabContentId(o.providedData?.tabsIdentifier, o.props.name)}`
19
19
  }, [
20
- n(r.$slots, "default", { scope: o.scopeProperties })
20
+ t(r.$slots, "default", { scope: o.scopeProperties })
21
21
  ], 8, ["to"]))
22
22
  ],
23
23
  2
24
24
  /* CLASS */
25
- )) : p("v-if", !0);
25
+ )) : s("v-if", !0);
26
26
  }
27
- const T = /* @__PURE__ */ c(i, [["render", d], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue"]]);
27
+ const T = /* @__PURE__ */ c(i, [["render", d], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue"]]);
28
28
  export {
29
29
  T as default
30
30
  };
@@ -1,20 +1,20 @@
1
1
  import './NmorphDivider.css';
2
2
  import o from "./NmorphDivider.vue2.js";
3
- import { openBlock as e, createElementBlock as i, normalizeClass as t } from "vue";
3
+ import { openBlock as e, createElementBlock as i, normalizeClass as n } from "vue";
4
4
  /* empty css */
5
5
  import m from "../../../_virtual/_plugin-vue_export-helper.js";
6
- function n(s, p, c, r, l, a) {
6
+ function t(p, s, c, r, a, l) {
7
7
  return e(), i(
8
8
  "div",
9
9
  {
10
- class: t(r.modifiers)
10
+ class: n(r.modifiers)
11
11
  },
12
12
  null,
13
13
  2
14
14
  /* CLASS */
15
15
  );
16
16
  }
17
- const u = /* @__PURE__ */ m(o, [["render", n], ["__file", "/builds/ketjo/nmorph/library/src/components/others/nmorph-divider/NmorphDivider.vue"]]);
17
+ const u = /* @__PURE__ */ m(o, [["render", t], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/others/nmorph-divider/NmorphDivider.vue"]]);
18
18
  export {
19
19
  u as default
20
20
  };
@@ -1,51 +1,51 @@
1
1
  import './NmorphOverlay.css';
2
2
  import d from "./NmorphOverlay.vue2.js";
3
- import { openBlock as l, createElementBlock as p, withModifiers as r, normalizeStyle as i, normalizeClass as s, createElementVNode as t, renderSlot as a, createBlock as c, Teleport as m } from "vue";
3
+ import { openBlock as l, createElementBlock as p, withModifiers as e, normalizeStyle as i, normalizeClass as s, createElementVNode as n, renderSlot as a, createBlock as m, Teleport as c } from "vue";
4
4
  /* empty css */
5
5
  import f from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const v = ["tabindex"], y = ["tabindex"];
7
- function k(n, e, _, o, h, x) {
7
+ function k(t, r, _, o, h, x) {
8
8
  return o.renderInline ? (l(), p(
9
9
  "div",
10
10
  {
11
11
  key: 0,
12
12
  class: s(o.modifiers),
13
13
  style: i({ "--nmorph-private-overlay-z-index": o.zIndex }),
14
- onClick: r(o.clickHandler, ["stop"])
14
+ onClick: e(o.clickHandler, ["stop"])
15
15
  },
16
16
  [
17
- t("div", {
17
+ n("div", {
18
18
  ref: "contentRef",
19
19
  class: "nmorph-overlay__slot",
20
20
  tabindex: o.props.trapFocus ? -1 : void 0,
21
- onClick: e[0] || (e[0] = r(() => {
21
+ onClick: r[0] || (r[0] = e(() => {
22
22
  }, ["stop"]))
23
23
  }, [
24
- a(n.$slots, "default")
24
+ a(t.$slots, "default")
25
25
  ], 8, v)
26
26
  ],
27
27
  6
28
28
  /* CLASS, STYLE */
29
- )) : (l(), c(m, {
29
+ )) : (l(), m(c, {
30
30
  key: 1,
31
31
  to: o.props.teleportTo
32
32
  }, [
33
- t(
33
+ n(
34
34
  "div",
35
35
  {
36
36
  class: s(o.modifiers),
37
37
  style: i({ "--nmorph-private-overlay-z-index": o.zIndex }),
38
- onClick: r(o.clickHandler, ["stop"])
38
+ onClick: e(o.clickHandler, ["stop"])
39
39
  },
40
40
  [
41
- t("div", {
41
+ n("div", {
42
42
  ref: "contentRef",
43
43
  class: "nmorph-overlay__slot",
44
44
  tabindex: o.props.trapFocus ? -1 : void 0,
45
- onClick: e[1] || (e[1] = r(() => {
45
+ onClick: r[1] || (r[1] = e(() => {
46
46
  }, ["stop"]))
47
47
  }, [
48
- a(n.$slots, "default")
48
+ a(t.$slots, "default")
49
49
  ], 8, y)
50
50
  ],
51
51
  6
@@ -53,7 +53,7 @@ function k(n, e, _, o, h, x) {
53
53
  )
54
54
  ], 8, ["to"]));
55
55
  }
56
- const I = /* @__PURE__ */ f(d, [["render", k], ["__file", "/builds/ketjo/nmorph/library/src/components/others/nmorph-overlay/NmorphOverlay.vue"]]);
56
+ const I = /* @__PURE__ */ f(d, [["render", k], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/others/nmorph-overlay/NmorphOverlay.vue"]]);
57
57
  export {
58
58
  I as default
59
59
  };
@@ -1,6 +1,6 @@
1
1
  import './NmorphNotificationProvider.css';
2
2
  import h from "./NmorphNotificationProvider.vue2.js";
3
- import { openBlock as e, createBlock as d, Teleport as _, createElementVNode as l, normalizeStyle as n, createElementBlock as i, Fragment as s, renderList as c, TransitionGroup as v, normalizeClass as p, withCtx as u, createVNode as b, toDisplayString as f, createCommentVNode as m } from "vue";
3
+ import { openBlock as e, createBlock as d, Teleport as _, createElementVNode as n, normalizeStyle as l, createElementBlock as i, Fragment as s, renderList as c, TransitionGroup as v, normalizeClass as p, withCtx as u, createVNode as b, toDisplayString as f, createCommentVNode as m } from "vue";
4
4
  /* empty css */
5
5
  import y from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const k = ["title"], N = {
@@ -12,11 +12,11 @@ function g(D, a, w, r, I, x) {
12
12
  to: r.props.teleportTo,
13
13
  disabled: r.teleportDisabled
14
14
  }, [
15
- l(
15
+ n(
16
16
  "div",
17
17
  {
18
18
  class: "nmorph-notification-provider",
19
- style: n({ zIndex: r.zIndex })
19
+ style: l({ zIndex: r.zIndex })
20
20
  },
21
21
  [
22
22
  (e(!0), i(
@@ -37,7 +37,7 @@ function g(D, a, w, r, I, x) {
37
37
  "div",
38
38
  {
39
39
  key: o.id,
40
- style: n(r.getNotificationStyle(o)),
40
+ style: l(r.getNotificationStyle(o)),
41
41
  class: p([
42
42
  "nmorph-notification-provider__notification",
43
43
  r.hasDurationIndicator(o) && "nmorph-notification-provider__notification--with-duration",
@@ -48,7 +48,7 @@ function g(D, a, w, r, I, x) {
48
48
  b(r.NmorphAlert, {
49
49
  id: o.id,
50
50
  class: "nmorph-notification-provider__alert",
51
- style: n({ width: o.width }),
51
+ style: l({ width: o.width }),
52
52
  type: o.type,
53
53
  closable: o.closable,
54
54
  title: o.title,
@@ -67,11 +67,11 @@ function g(D, a, w, r, I, x) {
67
67
  title: r.hasDurationValue(o) ? r.getNotificationDurationLabel(o) : void 0,
68
68
  "aria-hidden": "true"
69
69
  }, [
70
- a[0] || (a[0] = l(
70
+ a[0] || (a[0] = n(
71
71
  "span",
72
72
  { class: "nmorph-notification-provider__duration-track" },
73
73
  [
74
- l("span", { class: "nmorph-notification-provider__duration-bar" })
74
+ n("span", { class: "nmorph-notification-provider__duration-bar" })
75
75
  ],
76
76
  -1
77
77
  /* CACHED */
@@ -104,7 +104,7 @@ function g(D, a, w, r, I, x) {
104
104
  )
105
105
  ], 8, ["to", "disabled"]);
106
106
  }
107
- const L = /* @__PURE__ */ y(h, [["render", g], ["__file", "/builds/ketjo/nmorph/library/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue"]]);
107
+ const L = /* @__PURE__ */ y(h, [["render", g], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue"]]);
108
108
  export {
109
109
  L as default
110
110
  };