@nmorph/nmorph-ui-kit 1.0.52 → 1.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +13 -15
- package/dist/index.umd.js +2 -2
- package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +14 -58
- package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +7 -37
- package/dist/src/components/basic/nmorph-link/NmorphLink.vue.d.ts +9 -43
- package/dist/src/components/basic/nmorph-scroll/NmorphScroll.vue.d.ts +13 -65
- package/dist/src/components/basic/nmorph-scroll/types.d.ts +0 -1
- package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +7 -35
- package/dist/src/components/data/nmorph-badge/NmorphBadge.vue.d.ts +9 -45
- package/dist/src/components/data/nmorph-calendar/NmorphCalendar.vue.d.ts +15 -47
- package/dist/src/components/data/nmorph-calendar/hooks/index.d.ts +0 -1
- package/dist/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.d.ts +9 -28
- package/dist/src/components/data/nmorph-calendar/utils.d.ts +1 -2
- package/dist/src/components/data/nmorph-card/NmorphCard.vue.d.ts +6 -32
- package/dist/src/components/data/nmorph-carousel/NmorphCarousel.vue.d.ts +7 -30
- package/dist/src/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue.d.ts +3 -22
- package/dist/src/components/data/nmorph-carousel/types.d.ts +0 -1
- package/dist/src/components/data/nmorph-collapse/NmorphCollapse.vue.d.ts +7 -31
- package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +10 -40
- package/dist/src/components/data/nmorph-collapse/types.d.ts +0 -1
- package/dist/src/components/data/nmorph-image/NmorphImage.vue.d.ts +11 -45
- package/dist/src/components/data/nmorph-image-preview/NmorphImagePreview.vue.d.ts +5 -36
- package/dist/src/components/data/nmorph-image-preview/types.d.ts +0 -1
- package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +5 -36
- package/dist/src/components/data/nmorph-progress/NmorphProgress.vue.d.ts +8 -44
- package/dist/src/components/data/nmorph-skeleton/NmorphSkeleton.vue.d.ts +6 -33
- package/dist/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.d.ts +4 -32
- package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +6 -38
- package/dist/src/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue.d.ts +3 -22
- package/dist/src/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue.d.ts +8 -36
- package/dist/src/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.d.ts +5 -23
- package/dist/src/components/data/nmorph-table/types.d.ts +0 -1
- package/dist/src/components/data/nmorph-tag-list/NmorphTagList.vue.d.ts +6 -24
- package/dist/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.d.ts +7 -33
- package/dist/src/components/data/nmorph-tag-list/types.d.ts +0 -1
- package/dist/src/components/feedback/nmorph-alert/NmorphAlert.vue.d.ts +11 -53
- package/dist/src/components/feedback/nmorph-dialog/NmorphDialog.vue.d.ts +9 -48
- package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +9 -39
- package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +13 -49
- package/dist/src/components/form/nmorph-checkbox/NmorphCheckbox.vue.d.ts +10 -42
- package/dist/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +8 -38
- package/dist/src/components/form/nmorph-date-picker/NmorphDatePicker.vue.d.ts +8 -42
- package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue.d.ts +2 -2
- package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.d.ts +6 -30
- package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.d.ts +10 -27
- package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.d.ts +7 -28
- package/dist/src/components/form/nmorph-file-upload/NmorphFileUpload.vue.d.ts +10 -44
- package/dist/src/components/form/nmorph-form/NmorphForm.vue.d.ts +9 -32
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +6 -36
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/index.d.ts +0 -1
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.d.ts +4 -30
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.d.ts +3 -25
- package/dist/src/components/form/nmorph-form/types.d.ts +0 -1
- package/dist/src/components/form/nmorph-number-input/NmorphNumberInput.vue.d.ts +8 -42
- package/dist/src/components/form/nmorph-radio/NmorphRadio.vue.d.ts +9 -40
- package/dist/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +9 -43
- package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +11 -55
- package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +9 -38
- package/dist/src/components/form/nmorph-select/types.d.ts +0 -1
- package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +5 -39
- package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +12 -44
- package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +13 -51
- package/dist/src/components/form/nmorph-time-picker/NmorphTimePicker.vue.d.ts +11 -47
- package/dist/src/components/form/nmorph-time-picker/utils.d.ts +0 -1
- package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +7 -37
- package/dist/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue.d.ts +5 -28
- package/dist/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue.d.ts +7 -33
- package/dist/src/components/navigation/nmorph-breadcrumb/types.d.ts +0 -1
- package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +8 -38
- package/dist/src/components/navigation/nmorph-tabs/NmorphTabs.vue.d.ts +9 -37
- package/dist/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue.d.ts +7 -35
- package/dist/src/components/navigation/nmorph-tabs/type.d.ts +0 -1
- package/dist/src/components/navigation/nmorph-tabs/utils.d.ts +0 -1
- package/dist/src/components/others/nmorph-divider/NmorphDivider.vue.d.ts +2 -24
- package/dist/src/components/others/nmorph-overlay/NmorphOverlay.vue.d.ts +7 -30
- package/dist/src/components/providers/index.d.ts +0 -1
- package/dist/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.d.ts +4 -30
- package/dist/src/components/providers/nmorph-notification-provider/types.d.ts +0 -1
- package/dist/src/hooks/use-field-validation.d.ts +0 -1
- package/dist/src/hooks/use-form-validation.d.ts +0 -1
- package/dist/src/hooks/use-nmorph-translation.d.ts +1 -2
- package/dist/src/hooks/use-placement.d.ts +0 -1
- package/dist/src/outside-hooks/use-nmorph-notification.d.ts +0 -1
- package/dist/src/outside-hooks/use-nmorph-theme.d.ts +0 -1
- package/dist/src/outside-hooks/use-nmorph.d.ts +0 -1
- package/dist/src/types/index.d.ts +0 -1
- package/dist/style.css +1 -1
- package/package.json +8 -10
package/dist/index.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -143,7 +143,7 @@ const z2 = (t) => {
|
|
|
143
143
|
});
|
|
144
144
|
};
|
|
145
145
|
return { placement: d, placementCoords: c };
|
|
146
|
-
}, _e = "@nmorph/nmorph-ui-kit", fe = "module", we = "1.0.
|
|
146
|
+
}, _e = "@nmorph/nmorph-ui-kit", fe = "module", we = "1.0.61", ge = "MIT", xe = {
|
|
147
147
|
node: "18.13.0",
|
|
148
148
|
npm: "8.19.3"
|
|
149
149
|
}, $e = "./dist/index.d.ts", ye = "./dist/index.umd.js", be = "./dist/index.es.js", Me = "./dist/style.css", He = [
|
|
@@ -182,10 +182,10 @@ const z2 = (t) => {
|
|
|
182
182
|
"validate-commit-msg": "node .husky/validate-commit-msg.cjs",
|
|
183
183
|
"build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist"
|
|
184
184
|
}, Be = {
|
|
185
|
-
vue: "^
|
|
185
|
+
"@vue-styled-components/core": "^1.9.0",
|
|
186
|
+
vue: "^3.5.13",
|
|
186
187
|
"vue-i18n": "^9.9.0"
|
|
187
188
|
}, Ne = {
|
|
188
|
-
"@mojojoejo/vite-plugin-purgecss": "^1.1.0",
|
|
189
189
|
"@types/node": "^20.10.8",
|
|
190
190
|
"@types/vue": "^2.0.0",
|
|
191
191
|
"@types/vue-router": "^2.0.0",
|
|
@@ -197,16 +197,14 @@ const z2 = (t) => {
|
|
|
197
197
|
"eslint-plugin-prettier": "^5.1.3",
|
|
198
198
|
"eslint-plugin-storybook": "^0.6.15",
|
|
199
199
|
"eslint-plugin-vue": "^9.19.2",
|
|
200
|
-
"happy-dom": "^
|
|
200
|
+
"happy-dom": "^15.11.7",
|
|
201
201
|
husky: "^8.0.3",
|
|
202
|
-
postcss: "^8.4.49",
|
|
203
202
|
prettier: "^3.1.1",
|
|
204
203
|
"rollup-plugin-ignore": "^1.0.10",
|
|
205
|
-
"rollup-plugin-styles": "^4.0.0",
|
|
206
204
|
sass: "^1.69.7",
|
|
207
205
|
stylelint: "^16.1.0",
|
|
208
206
|
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
209
|
-
"stylelint-config-rational-order": "^0.
|
|
207
|
+
"stylelint-config-rational-order": "^0.0.4",
|
|
210
208
|
"stylelint-config-recommended-scss": "^14.0.0",
|
|
211
209
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
212
210
|
"stylelint-config-standard": "^36.0.0",
|
|
@@ -214,13 +212,13 @@ const z2 = (t) => {
|
|
|
214
212
|
"stylelint-order": "^6.0.4",
|
|
215
213
|
"stylelint-prettier": "^5.0.0",
|
|
216
214
|
"stylelint-scss": "^6.0.0",
|
|
217
|
-
typescript: "
|
|
215
|
+
typescript: "~5.1.6",
|
|
218
216
|
vite: "^4.5.0",
|
|
219
|
-
"vite-plugin-dts": "^3.
|
|
217
|
+
"vite-plugin-dts": "^4.3.0",
|
|
220
218
|
"vite-plugin-static-copy": "^0.17.1",
|
|
221
219
|
"vite-svg-loader": "^5.1.0",
|
|
222
220
|
"vue-eslint-parser": "^9.4.0",
|
|
223
|
-
"vue-tsc": "^
|
|
221
|
+
"vue-tsc": "^1.6.5"
|
|
224
222
|
}, Ie = {
|
|
225
223
|
name: _e,
|
|
226
224
|
type: fe,
|
|
@@ -3196,10 +3194,10 @@ const nr = /* @__PURE__ */ L({
|
|
|
3196
3194
|
emits: ["error", "load"],
|
|
3197
3195
|
setup(t, { emit: e }) {
|
|
3198
3196
|
X((w) => ({
|
|
3199
|
-
"
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
"
|
|
3197
|
+
"6a5f6b47": _.value,
|
|
3198
|
+
18767473: p.value,
|
|
3199
|
+
"627f00a8": u.value,
|
|
3200
|
+
"5b08a6f8": M.value
|
|
3203
3201
|
}));
|
|
3204
3202
|
const s = t, l = e, r = g(!1), i = h(
|
|
3205
3203
|
() => C({
|
|
@@ -3240,7 +3238,7 @@ const T2 = (t, e) => {
|
|
|
3240
3238
|
for (const [l, r] of e)
|
|
3241
3239
|
s[l] = r;
|
|
3242
3240
|
return s;
|
|
3243
|
-
}, Q5 = /* @__PURE__ */ T2(nr, [["__scopeId", "data-v-
|
|
3241
|
+
}, Q5 = /* @__PURE__ */ T2(nr, [["__scopeId", "data-v-48ea3384"]]), or = {
|
|
3244
3242
|
key: 0,
|
|
3245
3243
|
class: "nmorph-badge__dot"
|
|
3246
3244
|
}, ar = {
|