@nmorph/nmorph-ui-kit 3.0.8 → 3.0.9
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/components/basic/nmorph-button/NmorphButton.css +1 -1
- package/dist/components/data/nmorph-empty/NmorphEmpty.css +1 -1
- package/dist/components/data/nmorph-image/NmorphImage.vue2.js +13 -14
- package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue.js +28 -25
- package/dist/components/data/nmorph-table/NmorphTable.css +1 -1
- package/dist/components/form/nmorph-color-picker/NmorphColorPicker.css +1 -1
- package/dist/components/form/nmorph-color-picker/NmorphColorPicker.vue.js +5 -5
- package/dist/components/form/nmorph-time-picker/NmorphTimePicker.css +1 -1
- package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue.js +66 -64
- package/dist/components/navigation/nmorph-tabs/NmorphTabs.css +1 -1
- package/dist/emoji/index.d.ts +1 -1
- package/dist/emoji/index.js +1 -1
- package/dist/emoji/locales/en.d.ts +4 -0
- package/dist/emoji/locales/en.js +1 -1
- package/dist/emoji/locales/ru.d.ts +4 -0
- package/dist/emoji/locales/ru.js +1 -1
- package/dist/emoji/locales/zh.d.ts +4 -0
- package/dist/emoji/locales/zh.js +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.umd.js +2 -2
- package/dist/locales/en.js +0 -1
- package/dist/locales/ru.js +0 -1
- package/dist/locales/zh.js +0 -1
- package/dist/outside-hooks/use-nmorph-theme.js +1 -1
- package/dist/package.json.js +1 -1
- package/dist/plugin.js +1 -1
- package/dist/src/components/basic/index.d.ts +2 -0
- package/dist/src/components/data/index.d.ts +13 -0
- package/dist/src/{emoji → components/data/nmorph-emoji-picker/emoji}/base.d.ts +1 -1
- package/dist/src/components/data/nmorph-image/NmorphImage.vue.d.ts +0 -1
- package/dist/src/components/data/nmorph-image/types.d.ts +0 -2
- package/dist/src/components/feedback/index.d.ts +3 -0
- package/dist/src/components/feedback/nmorph-drawer/NmorphDrawer.vue.d.ts +2 -1
- package/dist/src/components/form/index.d.ts +14 -0
- package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +1 -1
- package/dist/src/components/navigation/index.d.ts +4 -0
- package/dist/src/components/others/index.d.ts +1 -0
- package/dist/src/main.d.ts +1 -1
- package/dist/src/plugin.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +14 -25
- /package/dist/{emoji → components/data/nmorph-emoji-picker/emoji}/base.js +0 -0
- /package/dist/outside-utils/{index.js → nmorph-log.js} +0 -0
- /package/dist/src/{emoji → components/data/nmorph-emoji-picker/emoji}/index.d.ts +0 -0
- /package/dist/src/{emoji → components/data/nmorph-emoji-picker/emoji}/locales/en.d.ts +0 -0
- /package/dist/src/{emoji → components/data/nmorph-emoji-picker/emoji}/locales/ru.d.ts +0 -0
- /package/dist/src/{emoji → components/data/nmorph-emoji-picker/emoji}/locales/zh.d.ts +0 -0
- /package/dist/src/outside-utils/{index.d.ts → nmorph-log.d.ts} +0 -0
package/dist/emoji/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createNmorphEmojiLocale as c, nmorphEmojiQuickList as i } from "
|
|
1
|
+
import { createNmorphEmojiLocale as c, nmorphEmojiQuickList as i } from "../components/data/nmorph-emoji-picker/emoji/base.js";
|
|
2
2
|
const l = [
|
|
3
3
|
{ value: "en", label: "EN" },
|
|
4
4
|
{ value: "ru", label: "RU" },
|
package/dist/emoji/locales/en.js
CHANGED
package/dist/emoji/locales/ru.js
CHANGED
package/dist/emoji/locales/zh.js
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -410,7 +410,7 @@ import { default as wN } from "./components/form/nmorph-time-picker/NmorphTimePi
|
|
|
410
410
|
import { default as ON } from "./components/feedback/nmorph-tooltip/NmorphTooltip.vue.js";
|
|
411
411
|
import { default as GN } from "./components/data/nmorph-video-preview/NmorphVideoPreview.vue.js";
|
|
412
412
|
import { default as VN } from "./components/data/nmorph-virtual-list/NmorphVirtualList.vue.js";
|
|
413
|
-
import { createNmorphEmojiLocale as HN, nmorphEmojiQuickList as jN } from "./emoji/base.js";
|
|
413
|
+
import { createNmorphEmojiLocale as HN, nmorphEmojiQuickList as jN } from "./components/data/nmorph-emoji-picker/emoji/base.js";
|
|
414
414
|
import { createNmorphQRCode as qN } from "./components/data/nmorph-qr-code/qr-code.js";
|
|
415
415
|
import { default as KN } from "./locales/en.js";
|
|
416
416
|
import { formatDate as YN, formatDateIntl as JN, getDecadeYears as XN, getMonthDaysByWeek as _N, getMonthName as $N, hasAnyRangeDateInNextMonth as oc, hasAnyRangeDateInPrevMonth as rc, isTodayInMonthRange as ec, resetTimeToZero as tc } from "./components/data/nmorph-calendar/utils.js";
|
|
@@ -418,7 +418,7 @@ import { getCommonStyles as pc } from "./hooks/use-common-styles.js";
|
|
|
418
418
|
import { getNmorphThemeStyles as fc, useNmorphTheme as lc } from "./outside-hooks/use-nmorph-theme.js";
|
|
419
419
|
import { getTabContentId as nc, getTabLabelId as hc } from "./components/navigation/nmorph-tabs/utils.js";
|
|
420
420
|
import { nmorphGuideInjectionKey as sc } from "./components/feedback/nmorph-guide/types.js";
|
|
421
|
-
import { nmorphLog as cc } from "./outside-utils/
|
|
421
|
+
import { nmorphLog as cc } from "./outside-utils/nmorph-log.js";
|
|
422
422
|
import { default as Ic } from "./locales/ru.js";
|
|
423
423
|
import { useCalendarTexts as Cc } from "./components/data/nmorph-calendar/hooks/use-calendar-texts.js";
|
|
424
424
|
import { useNmorph as gc } from "./outside-hooks/use-nmorph.js";
|