@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,6 +1,6 @@
1
1
  import './NmorphTimePicker.css';
2
2
  import b from "./NmorphTimePicker.vue2.js";
3
- import { openBlock as o, createElementBlock as d, normalizeStyle as v, normalizeClass as m, createElementVNode as l, withKeys as h, withModifiers as t, createVNode as n, withCtx as a, toDisplayString as x, createBlock as c, Fragment as s, renderList as p, createCommentVNode as k } from "vue";
3
+ import { openBlock as l, createElementBlock as d, normalizeStyle as v, normalizeClass as m, createElementVNode as i, withKeys as h, withModifiers as t, createVNode as n, withCtx as a, toDisplayString as x, createBlock as c, Fragment as s, renderList as p, createCommentVNode as k } from "vue";
4
4
  /* empty css */
5
5
  import f from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const u = ["aria-expanded", "aria-controls", "tabindex", "onKeydown"], w = ["id", "name", "autocomplete", "step", "value", "disabled"], C = { class: "nmorph-time-picker__selected-value" }, g = ["disabled", "tabindex", "aria-hidden"], y = ["id"], N = {
@@ -17,14 +17,14 @@ const u = ["aria-expanded", "aria-controls", "tabindex", "onKeydown"], w = ["id"
17
17
  "aria-label": "Seconds"
18
18
  };
19
19
  function H(S, r, V, e, I, z) {
20
- return o(), d(
20
+ return l(), d(
21
21
  "div",
22
22
  {
23
23
  class: m(e.modifiers),
24
24
  style: v(e.styles)
25
25
  },
26
26
  [
27
- l("div", {
27
+ i("div", {
28
28
  ref: "inputDOMRef",
29
29
  class: "nmorph-time-picker__input",
30
30
  role: "combobox",
@@ -32,15 +32,15 @@ function H(S, r, V, e, I, z) {
32
32
  "aria-controls": `${e.id}-dropdown`,
33
33
  tabindex: e.props.disabled ? -1 : e.tabindex,
34
34
  onClick: e.toggleOpen,
35
- onFocus: r[0] || (r[0] = (...i) => e.focusHandler && e.focusHandler(...i)),
36
- onBlur: r[1] || (r[1] = (...i) => e.blurHandler && e.blurHandler(...i)),
35
+ onFocus: r[0] || (r[0] = (...o) => e.focusHandler && e.focusHandler(...o)),
36
+ onBlur: r[1] || (r[1] = (...o) => e.blurHandler && e.blurHandler(...o)),
37
37
  onKeydown: [
38
38
  h(t(e.toggleOpen, ["prevent"]), ["space"]),
39
39
  h(t(e.toggleOpen, ["prevent"]), ["enter"]),
40
40
  h(t(e.closeHandler, ["prevent"]), ["escape"])
41
41
  ]
42
42
  }, [
43
- l("input", {
43
+ i("input", {
44
44
  id: e.id,
45
45
  class: "nmorph-time-picker__native",
46
46
  name: e.name,
@@ -58,14 +58,14 @@ function H(S, r, V, e, I, z) {
58
58
  _: 1
59
59
  /* STABLE */
60
60
  }),
61
- l(
61
+ i(
62
62
  "div",
63
63
  C,
64
64
  x(e.displayValue),
65
65
  1
66
66
  /* TEXT */
67
67
  ),
68
- l("button", {
68
+ i("button", {
69
69
  class: m(["nmorph-time-picker__clear", { "nmorph-time-picker__clear--hidden": !e.showClearButton }]),
70
70
  type: "button",
71
71
  disabled: !e.showClearButton,
@@ -86,7 +86,7 @@ function H(S, r, V, e, I, z) {
86
86
  })
87
87
  ], 10, g)
88
88
  ], 40, u),
89
- e.inputDOMRef && !e.props.disabled ? (o(), c(e.NmorphDropdown, {
89
+ e.inputDOMRef && !e.props.disabled ? (l(), c(e.NmorphDropdown, {
90
90
  key: 0,
91
91
  open: e.open,
92
92
  "relative-element": e.inputDOMRef,
@@ -98,11 +98,11 @@ function H(S, r, V, e, I, z) {
98
98
  onOnEscapeKeydown: e.closeHandler
99
99
  }, {
100
100
  default: a(() => [
101
- l("div", {
101
+ i("div", {
102
102
  id: `${e.id}-dropdown`,
103
103
  class: m(["nmorph-time-picker__panel", { "nmorph-time-picker__panel--with-seconds": e.props.showSeconds }])
104
104
  }, [
105
- l("div", N, [
105
+ i("div", N, [
106
106
  n(e.NmorphScroll, {
107
107
  height: "210px",
108
108
  gap: 6,
@@ -110,18 +110,18 @@ function H(S, r, V, e, I, z) {
110
110
  "css-scroll-behavior": "auto"
111
111
  }, {
112
112
  default: a(() => [
113
- (o(!0), d(
113
+ (l(!0), d(
114
114
  s,
115
115
  null,
116
- p(e.hourOptions, (i) => (o(), c(e.NmorphButton, {
117
- key: i.value,
116
+ p(e.hourOptions, (o) => (l(), c(e.NmorphButton, {
117
+ key: o.value,
118
118
  class: "nmorph-time-picker__option",
119
119
  design: "plain",
120
- text: i.label,
120
+ text: o.label,
121
121
  thickness: e.props.thickness,
122
- active: i.value === e.pickerValue.hour,
123
- disabled: i.disabled,
124
- onClick: (_) => e.selectUnit("hour", i.value)
122
+ active: o.value === e.pickerValue.hour,
123
+ disabled: o.disabled,
124
+ onClick: (_) => e.selectUnit("hour", o.value)
125
125
  }, null, 8, ["text", "thickness", "active", "disabled", "onClick"]))),
126
126
  128
127
127
  /* KEYED_FRAGMENT */
@@ -131,14 +131,14 @@ function H(S, r, V, e, I, z) {
131
131
  /* STABLE */
132
132
  })
133
133
  ]),
134
- r[3] || (r[3] = l(
134
+ r[3] || (r[3] = i(
135
135
  "div",
136
136
  { class: "nmorph-time-picker__separator" },
137
137
  ":",
138
138
  -1
139
139
  /* CACHED */
140
140
  )),
141
- l("div", O, [
141
+ i("div", O, [
142
142
  n(e.NmorphScroll, {
143
143
  height: "210px",
144
144
  gap: 6,
@@ -146,18 +146,18 @@ function H(S, r, V, e, I, z) {
146
146
  "css-scroll-behavior": "auto"
147
147
  }, {
148
148
  default: a(() => [
149
- (o(!0), d(
149
+ (l(!0), d(
150
150
  s,
151
151
  null,
152
- p(e.minuteOptions, (i) => (o(), c(e.NmorphButton, {
153
- key: i.value,
152
+ p(e.minuteOptions, (o) => (l(), c(e.NmorphButton, {
153
+ key: o.value,
154
154
  class: "nmorph-time-picker__option",
155
155
  design: "plain",
156
- text: i.label,
156
+ text: o.label,
157
157
  thickness: e.props.thickness,
158
- active: i.value === e.pickerValue.minute,
159
- disabled: i.disabled,
160
- onClick: (_) => e.selectUnit("minute", i.value)
158
+ active: o.value === e.pickerValue.minute,
159
+ disabled: o.disabled,
160
+ onClick: (_) => e.selectUnit("minute", o.value)
161
161
  }, null, 8, ["text", "thickness", "active", "disabled", "onClick"]))),
162
162
  128
163
163
  /* KEYED_FRAGMENT */
@@ -167,18 +167,18 @@ function H(S, r, V, e, I, z) {
167
167
  /* STABLE */
168
168
  })
169
169
  ]),
170
- e.props.showSeconds ? (o(), d(
170
+ e.props.showSeconds ? (l(), d(
171
171
  s,
172
172
  { key: 0 },
173
173
  [
174
- r[2] || (r[2] = l(
174
+ r[2] || (r[2] = i(
175
175
  "div",
176
176
  { class: "nmorph-time-picker__separator" },
177
177
  ":",
178
178
  -1
179
179
  /* CACHED */
180
180
  )),
181
- l("div", B, [
181
+ i("div", B, [
182
182
  n(e.NmorphScroll, {
183
183
  height: "210px",
184
184
  gap: 6,
@@ -186,18 +186,18 @@ function H(S, r, V, e, I, z) {
186
186
  "css-scroll-behavior": "auto"
187
187
  }, {
188
188
  default: a(() => [
189
- (o(!0), d(
189
+ (l(!0), d(
190
190
  s,
191
191
  null,
192
- p(e.secondOptions, (i) => (o(), c(e.NmorphButton, {
193
- key: i.value,
192
+ p(e.secondOptions, (o) => (l(), c(e.NmorphButton, {
193
+ key: o.value,
194
194
  class: "nmorph-time-picker__option",
195
195
  design: "plain",
196
- text: i.label,
196
+ text: o.label,
197
197
  thickness: e.props.thickness,
198
- active: i.value === e.pickerValue.second,
199
- disabled: i.disabled,
200
- onClick: (_) => e.selectUnit("second", i.value)
198
+ active: o.value === e.pickerValue.second,
199
+ disabled: o.disabled,
200
+ onClick: (_) => e.selectUnit("second", o.value)
201
201
  }, null, 8, ["text", "thickness", "active", "disabled", "onClick"]))),
202
202
  128
203
203
  /* KEYED_FRAGMENT */
@@ -221,7 +221,7 @@ function H(S, r, V, e, I, z) {
221
221
  /* CLASS, STYLE */
222
222
  );
223
223
  }
224
- const R = /* @__PURE__ */ f(b, [["render", H], ["__file", "/builds/ketjo/nmorph/library/src/components/form/nmorph-time-picker/NmorphTimePicker.vue"]]);
224
+ const R = /* @__PURE__ */ f(b, [["render", H], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-time-picker/NmorphTimePicker.vue"]]);
225
225
  export {
226
226
  R as default
227
227
  };
@@ -1,10 +1,10 @@
1
1
  import './NmorphBacktop.css';
2
2
  import i from "./NmorphBacktop.vue2.js";
3
- import { openBlock as e, createElementBlock as s, createBlock as a, Teleport as c, createElementVNode as l, normalizeStyle as d, normalizeClass as p, withModifiers as m, renderSlot as f, createVNode as r, withCtx as t } from "vue";
3
+ import { openBlock as e, createElementBlock as s, createBlock as a, Teleport as c, createElementVNode as n, normalizeStyle as p, normalizeClass as d, withModifiers as m, renderSlot as h, createVNode as r, withCtx as l } from "vue";
4
4
  /* empty css */
5
- import h from "../../../_virtual/_plugin-vue_export-helper.js";
5
+ import f from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const _ = { ref: "placeholderDOMEl" };
7
- function b(n, k, v, o, N, g) {
7
+ function k(t, b, v, o, N, g) {
8
8
  return e(), s(
9
9
  "div",
10
10
  _,
@@ -13,28 +13,28 @@ function b(n, k, v, o, N, g) {
13
13
  to: o.props.teleportTo,
14
14
  disabled: !o.isMounted || o.props.teleportDisabled
15
15
  }, [
16
- l(
16
+ n(
17
17
  "div",
18
18
  {
19
19
  ref: "selfDOMEl",
20
- class: p(o.modifiers),
21
- style: d(o.styles)
20
+ class: d(o.modifiers),
21
+ style: p(o.styles)
22
22
  },
23
23
  [
24
- l("div", {
24
+ n("div", {
25
25
  onClick: m(o.scrollToTopHandler, ["stop"])
26
26
  }, [
27
- f(n.$slots, "default", {}, () => [
27
+ h(t.$slots, "default", {}, () => [
28
28
  r(o.NmorphButton, {
29
29
  design: o.props.design,
30
30
  borderless: o.props.design === "plain"
31
31
  }, {
32
- default: t(() => [
32
+ default: l(() => [
33
33
  r(o.NmorphIcon, {
34
34
  class: "nmorph-backtop__up-icon",
35
35
  color: o.props.design === "nmorph" ? void 0 : "var(--nmorph-contrast-text-color)"
36
36
  }, {
37
- default: t(() => [
37
+ default: l(() => [
38
38
  r(o.NmorphIconChevronDown)
39
39
  ]),
40
40
  _: 1
@@ -56,7 +56,7 @@ function b(n, k, v, o, N, g) {
56
56
  /* NEED_PATCH */
57
57
  );
58
58
  }
59
- const D = /* @__PURE__ */ h(i, [["render", b], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-backtop/NmorphBacktop.vue"]]);
59
+ const C = /* @__PURE__ */ f(i, [["render", k], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-backtop/NmorphBacktop.vue"]]);
60
60
  export {
61
- D as default
61
+ C as default
62
62
  };
@@ -1,13 +1,13 @@
1
1
  import './NmorphBreadcrumb.css';
2
2
  import a from "./NmorphBreadcrumb.vue2.js";
3
- import { openBlock as e, createElementBlock as o, normalizeClass as c, renderSlot as d, Fragment as s, renderList as i, createElementVNode as l, toDisplayString as b, createCommentVNode as p } from "vue";
3
+ import { openBlock as e, createElementBlock as o, normalizeClass as c, renderSlot as d, Fragment as s, renderList as i, createElementVNode as l, toDisplayString as p, createCommentVNode as b } from "vue";
4
4
  /* empty css */
5
5
  import _ from "../../../_virtual/_plugin-vue_export-helper.js";
6
- const u = ["id"], f = {
6
+ const u = ["id"], h = {
7
7
  key: 0,
8
8
  class: "nmorph-breadcrumb__separator"
9
9
  };
10
- function h(m, v, k, r, g, y) {
10
+ function f(m, v, k, r, g, y) {
11
11
  return e(), o(
12
12
  "div",
13
13
  {
@@ -18,21 +18,21 @@ function h(m, v, k, r, g, y) {
18
18
  (e(!0), o(
19
19
  s,
20
20
  null,
21
- i(r.breadcrumbs, (n, t) => (e(), o("div", {
22
- key: t,
21
+ i(r.breadcrumbs, (t, n) => (e(), o("div", {
22
+ key: n,
23
23
  class: "nmorph-breadcrumb__content"
24
24
  }, [
25
25
  l("div", {
26
- id: `nmorph-breadcrumb-${r.breadcrumbId}-${n.itemId}-element`,
26
+ id: `nmorph-breadcrumb-${r.breadcrumbId}-${t.itemId}-element`,
27
27
  class: "nmorph-breadcrumb__element"
28
28
  }, null, 8, u),
29
- t < r.breadcrumbs.length - 1 ? (e(), o(
29
+ n < r.breadcrumbs.length - 1 ? (e(), o(
30
30
  "div",
31
- f,
32
- b(r.props.separator),
31
+ h,
32
+ p(r.props.separator),
33
33
  1
34
34
  /* TEXT */
35
- )) : p("v-if", !0)
35
+ )) : b("v-if", !0)
36
36
  ]))),
37
37
  128
38
38
  /* KEYED_FRAGMENT */
@@ -42,7 +42,7 @@ function h(m, v, k, r, g, y) {
42
42
  /* CLASS */
43
43
  );
44
44
  }
45
- const I = /* @__PURE__ */ _(a, [["render", h], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue"]]);
45
+ const I = /* @__PURE__ */ _(a, [["render", f], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue"]]);
46
46
  export {
47
47
  I as default
48
48
  };
@@ -1,6 +1,6 @@
1
1
  import n from "./NmorphBreadcrumbItem.vue2.js";
2
- import { resolveComponent as a, openBlock as o, createElementBlock as c, normalizeClass as l, createBlock as i, Teleport as d, createVNode as s, withCtx as p, renderSlot as b, createCommentVNode as f } from "vue";
3
- import u from "../../../../../_virtual/_plugin-vue_export-helper.js";
2
+ import { resolveComponent as a, openBlock as o, createElementBlock as c, normalizeClass as l, createBlock as i, Teleport as d, createVNode as p, withCtx as s, renderSlot as f, createCommentVNode as u } from "vue";
3
+ import b from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  function _(t, h, r, e, k, v) {
5
5
  const m = a("router-link");
6
6
  return e.isMounted && e.itemId ? (o(), c(
@@ -13,13 +13,13 @@ function _(t, h, r, e, k, v) {
13
13
  (o(), i(d, {
14
14
  to: `#nmorph-breadcrumb-${e.breadcrumbData?.breadcrumbId}-${e.itemId}-element`
15
15
  }, [
16
- s(m, {
16
+ p(m, {
17
17
  to: r.to,
18
18
  replace: r.replace,
19
19
  class: "fill-height"
20
20
  }, {
21
- default: p(() => [
22
- b(t.$slots, "default")
21
+ default: s(() => [
22
+ f(t.$slots, "default")
23
23
  ]),
24
24
  _: 3
25
25
  /* FORWARDED */
@@ -28,9 +28,9 @@ function _(t, h, r, e, k, v) {
28
28
  ],
29
29
  2
30
30
  /* CLASS */
31
- )) : f("v-if", !0);
31
+ )) : u("v-if", !0);
32
32
  }
33
- const N = /* @__PURE__ */ u(n, [["render", _], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue"]]);
33
+ const N = /* @__PURE__ */ b(n, [["render", _], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue"]]);
34
34
  export {
35
35
  N as default
36
36
  };
@@ -1,8 +1,8 @@
1
1
  import './NmorphContextMenu.css';
2
2
  import k from "./NmorphContextMenu.vue2.js";
3
- import { openBlock as o, createElementBlock as t, renderSlot as l, createBlock as i, withCtx as m, Fragment as h, renderList as x, normalizeStyle as _, resolveDynamicComponent as p, mergeProps as f, createCommentVNode as a, createElementVNode as y, toDisplayString as d, normalizeClass as b } from "vue";
3
+ import { openBlock as o, createElementBlock as r, renderSlot as l, createBlock as i, withCtx as m, Fragment as h, renderList as x, normalizeStyle as _, resolveDynamicComponent as p, mergeProps as f, createCommentVNode as a, createElementVNode as y, toDisplayString as d, normalizeClass as v } from "vue";
4
4
  /* empty css */
5
- import v from "../../../_virtual/_plugin-vue_export-helper.js";
5
+ import b from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const w = {
7
7
  key: 0,
8
8
  class: "nmorph-context-menu__options"
@@ -21,8 +21,8 @@ const w = {
21
21
  class: "nmorph-context-menu__section",
22
22
  role: "presentation"
23
23
  };
24
- function N(r, S, D, e, K, M) {
25
- return o(), t(
24
+ function N(t, S, D, e, K, M) {
25
+ return o(), r(
26
26
  "div",
27
27
  {
28
28
  ref: "triggerDOMRef",
@@ -37,7 +37,7 @@ function N(r, S, D, e, K, M) {
37
37
  onPointerleave: e.pointerEndHandler
38
38
  },
39
39
  [
40
- l(r.$slots, "default"),
40
+ l(t.$slots, "default"),
41
41
  e.relativeElement ? (o(), i(e.NmorphDropdown, {
42
42
  key: 0,
43
43
  open: e.isOpen,
@@ -60,17 +60,17 @@ function N(r, S, D, e, K, M) {
60
60
  onOnEscapeKeydown: e.escapeHandler
61
61
  }, {
62
62
  default: m(() => [
63
- e.hasOptions ? (o(), t("div", w, [
64
- (o(!0), t(
63
+ e.hasOptions ? (o(), r("div", w, [
64
+ (o(!0), r(
65
65
  h,
66
66
  null,
67
- x(e.normalizedOptions, (n, s) => (o(), t(
67
+ x(e.normalizedOptions, (n, s) => (o(), r(
68
68
  h,
69
69
  {
70
70
  key: n.key
71
71
  },
72
72
  [
73
- n.type === "item" && !n.component ? (o(), t("button", {
73
+ n.type === "item" && !n.component ? (o(), r("button", {
74
74
  key: 0,
75
75
  type: "button",
76
76
  class: "nmorph-context-menu__item",
@@ -79,7 +79,7 @@ function N(r, S, D, e, K, M) {
79
79
  style: _(e.getOptionStyle(n)),
80
80
  onClick: (c) => e.optionClickHandler(n, s)
81
81
  }, [
82
- l(r.$slots, "item", {
82
+ l(t.$slots, "item", {
83
83
  option: n,
84
84
  active: !1,
85
85
  disabled: n.disabled
@@ -114,7 +114,7 @@ function N(r, S, D, e, K, M) {
114
114
  1
115
115
  /* TEXT */
116
116
  ),
117
- n.description ? (o(), t(
117
+ n.description ? (o(), r(
118
118
  "span",
119
119
  O,
120
120
  d(n.description),
@@ -122,7 +122,7 @@ function N(r, S, D, e, K, M) {
122
122
  /* TEXT */
123
123
  )) : a("v-if", !0)
124
124
  ]),
125
- n.shortcut ? (o(), t(
125
+ n.shortcut ? (o(), r(
126
126
  "span",
127
127
  E,
128
128
  d(n.shortcut),
@@ -130,9 +130,9 @@ function N(r, S, D, e, K, M) {
130
130
  /* TEXT */
131
131
  )) : a("v-if", !0)
132
132
  ])
133
- ], 12, C)) : n.type === "item" ? (o(), t("div", {
133
+ ], 12, C)) : n.type === "item" ? (o(), r("div", {
134
134
  key: 1,
135
- class: b(["nmorph-context-menu__item", { "nmorph-context-menu__item--disabled": n.disabled }]),
135
+ class: v(["nmorph-context-menu__item", { "nmorph-context-menu__item--disabled": n.disabled }]),
136
136
  role: "menuitem",
137
137
  tabindex: n.disabled ? -1 : 0,
138
138
  "aria-disabled": n.disabled,
@@ -140,7 +140,7 @@ function N(r, S, D, e, K, M) {
140
140
  onClick: (c) => e.optionClickHandler(n, s),
141
141
  onKeydown: (c) => e.optionKeydownHandler(c, n, s)
142
142
  }, [
143
- l(r.$slots, "item", {
143
+ l(t.$slots, "item", {
144
144
  option: n,
145
145
  active: !1,
146
146
  disabled: n.disabled
@@ -153,7 +153,7 @@ function N(r, S, D, e, K, M) {
153
153
  /* FULL_PROPS */
154
154
  ))
155
155
  ])
156
- ], 46, g)) : n.type === "divider" ? (o(), t("div", P)) : (o(), t(
156
+ ], 46, g)) : n.type === "divider" ? (o(), r("div", P)) : (o(), r(
157
157
  "div",
158
158
  z,
159
159
  d(n.label),
@@ -167,7 +167,7 @@ function N(r, S, D, e, K, M) {
167
167
  128
168
168
  /* KEYED_FRAGMENT */
169
169
  ))
170
- ])) : l(r.$slots, "menu", {
170
+ ])) : l(t.$slots, "menu", {
171
171
  key: 1,
172
172
  close: e.close
173
173
  })
@@ -180,7 +180,7 @@ function N(r, S, D, e, K, M) {
180
180
  /* NEED_HYDRATION, NEED_PATCH */
181
181
  );
182
182
  }
183
- const L = /* @__PURE__ */ v(k, [["render", N], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue"]]);
183
+ const L = /* @__PURE__ */ b(k, [["render", N], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue"]]);
184
184
  export {
185
185
  L as default
186
186
  };
@@ -4,7 +4,7 @@ import { openBlock as r, createBlock as a, withCtx as s, createElementBlock as p
4
4
  /* empty css */
5
5
  import d from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const m = ["role", "aria-label"];
7
- function f(e, _, h, o, w, k) {
7
+ function f(e, h, _, o, w, k) {
8
8
  return r(), a(o.NmorphOverlay, {
9
9
  show: o.props.open,
10
10
  transparent: "",
@@ -31,7 +31,7 @@ function f(e, _, h, o, w, k) {
31
31
  /* FORWARDED */
32
32
  }, 8, ["show", "z-index", "close-on-escape", "trap-focus", "restore-focus"]);
33
33
  }
34
- const O = /* @__PURE__ */ d(n, [["render", f], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue"]]);
34
+ const O = /* @__PURE__ */ d(n, [["render", f], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue"]]);
35
35
  export {
36
36
  O as default
37
37
  };
@@ -1,14 +1,14 @@
1
1
  import './NmorphStepper.css';
2
2
  import d from "./NmorphStepper.vue2.js";
3
- import { openBlock as i, createElementBlock as t, normalizeClass as p, createElementVNode as a, normalizeStyle as s, renderSlot as l, withModifiers as r, normalizeProps as m, guardReactiveProps as P, createCommentVNode as v } from "vue";
3
+ import { openBlock as i, createElementBlock as t, normalizeClass as p, createElementVNode as a, normalizeStyle as s, renderSlot as l, withModifiers as e, normalizeProps as m, guardReactiveProps as P, createCommentVNode as v } from "vue";
4
4
  /* empty css */
5
5
  import f from "../../../_virtual/_plugin-vue_export-helper.js";
6
- const b = ["aria-label", "aria-disabled", "tabindex"], c = {
6
+ const c = ["aria-label", "aria-disabled", "tabindex"], b = {
7
7
  class: "nmorph-stepper__viewport",
8
8
  "aria-live": "polite",
9
9
  "aria-atomic": "true"
10
10
  };
11
- function h(n, e, k, o, w, y) {
11
+ function h(n, r, k, o, w, y) {
12
12
  return i(), t("div", {
13
13
  class: p(o.modifiers),
14
14
  role: "group",
@@ -25,7 +25,7 @@ function h(n, e, k, o, w, y) {
25
25
  onPointerleave: o.clearPointer,
26
26
  onClickCapture: o.handleClickCapture
27
27
  }, [
28
- a("div", c, [
28
+ a("div", b, [
29
29
  a(
30
30
  "div",
31
31
  {
@@ -44,17 +44,17 @@ function h(n, e, k, o, w, y) {
44
44
  {
45
45
  key: 0,
46
46
  class: "nmorph-stepper__indicator",
47
- onPointerdown: e[0] || (e[0] = r(() => {
47
+ onPointerdown: r[0] || (r[0] = e(() => {
48
48
  }, ["stop"])),
49
- onPointermove: e[1] || (e[1] = r(() => {
49
+ onPointermove: r[1] || (r[1] = e(() => {
50
50
  }, ["stop"])),
51
- onPointerup: e[2] || (e[2] = r(() => {
51
+ onPointerup: r[2] || (r[2] = e(() => {
52
52
  }, ["stop"])),
53
- onPointercancel: e[3] || (e[3] = r(() => {
53
+ onPointercancel: r[3] || (r[3] = e(() => {
54
54
  }, ["stop"])),
55
- onPointerleave: e[4] || (e[4] = r(() => {
55
+ onPointerleave: r[4] || (r[4] = e(() => {
56
56
  }, ["stop"])),
57
- onWheel: e[5] || (e[5] = r(() => {
57
+ onWheel: r[5] || (r[5] = e(() => {
58
58
  }, ["stop"]))
59
59
  },
60
60
  [
@@ -63,9 +63,9 @@ function h(n, e, k, o, w, y) {
63
63
  32
64
64
  /* NEED_HYDRATION */
65
65
  )) : v("v-if", !0)
66
- ], 42, b);
66
+ ], 42, c);
67
67
  }
68
- const g = /* @__PURE__ */ f(d, [["render", h], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-stepper/NmorphStepper.vue"]]);
68
+ const g = /* @__PURE__ */ f(d, [["render", h], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-stepper/NmorphStepper.vue"]]);
69
69
  export {
70
70
  g as default
71
71
  };
@@ -1,22 +1,22 @@
1
1
  import './NmorphTabs.css';
2
- import m from "./NmorphTabs.vue2.js";
3
- import { openBlock as n, createElementBlock as s, normalizeClass as t, renderSlot as a, createElementVNode as r, Fragment as i, renderList as d, toDisplayString as l, createCommentVNode as _, withDirectives as h, vShow as p } from "vue";
2
+ import c from "./NmorphTabs.vue2.js";
3
+ import { openBlock as n, createElementBlock as r, normalizeClass as t, renderSlot as a, createElementVNode as s, Fragment as i, renderList as d, toDisplayString as l, createCommentVNode as m, withDirectives as h, vShow as p } from "vue";
4
4
  /* empty css */
5
5
  import f from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const b = { class: "nmorph-tabs__label-list" }, v = ["id", "custom", "onClick"], u = { key: 0 }, k = { class: "nmorph-tabs__content__wrapper" }, g = { class: "nmorph-tabs__content" }, y = ["id"], C = { key: 0 };
7
- function T(c, I, N, e, V, w) {
8
- return n(), s(
7
+ function T(_, w, I, e, N, V) {
8
+ return n(), r(
9
9
  "div",
10
10
  {
11
11
  class: t(e.modifiers)
12
12
  },
13
13
  [
14
- a(c.$slots, "default"),
15
- r("div", b, [
16
- (n(!0), s(
14
+ a(_.$slots, "default"),
15
+ s("div", b, [
16
+ (n(!0), r(
17
17
  i,
18
18
  null,
19
- d(e.updatedPanes, (o) => (n(), s("div", {
19
+ d(e.updatedPanes, (o) => (n(), r("div", {
20
20
  id: e.getTabLabelId(e.tabsIdentifier, o.name),
21
21
  key: o.name,
22
22
  class: t(["nmorph-tabs__label", [
@@ -26,7 +26,7 @@ function T(c, I, N, e, V, w) {
26
26
  custom: o.disabled,
27
27
  onClick: (S) => e.changeTab(o)
28
28
  }, [
29
- e.slots.default ? _("v-if", !0) : (n(), s(
29
+ e.slots.default ? m("v-if", !0) : (n(), r(
30
30
  "div",
31
31
  u,
32
32
  l(o.label),
@@ -38,16 +38,16 @@ function T(c, I, N, e, V, w) {
38
38
  /* KEYED_FRAGMENT */
39
39
  ))
40
40
  ]),
41
- r("div", k, [
42
- r("div", g, [
43
- (n(!0), s(
41
+ s("div", k, [
42
+ s("div", g, [
43
+ (n(!0), r(
44
44
  i,
45
45
  null,
46
- d(e.updatedPanes, (o) => h((n(), s("div", {
46
+ d(e.updatedPanes, (o) => h((n(), r("div", {
47
47
  id: e.getTabContentId(e.tabsIdentifier, o.name),
48
48
  key: o.name
49
49
  }, [
50
- e.slots.default ? _("v-if", !0) : (n(), s(
50
+ e.slots.default ? m("v-if", !0) : (n(), r(
51
51
  "div",
52
52
  C,
53
53
  l(o.content),
@@ -67,7 +67,7 @@ function T(c, I, N, e, V, w) {
67
67
  /* CLASS */
68
68
  );
69
69
  }
70
- const P = /* @__PURE__ */ f(m, [["render", T], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-tabs/NmorphTabs.vue"]]);
70
+ const P = /* @__PURE__ */ f(c, [["render", T], ["__file", "/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-tabs/NmorphTabs.vue"]]);
71
71
  export {
72
72
  P as default
73
73
  };