@nmorph/nmorph-ui-kit 2.2.35 → 2.2.37
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/assets/icons/baseball.svg.js +28 -0
- package/dist/assets/icons/basketball.svg.js +21 -0
- package/dist/assets/icons/bowl.svg.js +21 -0
- package/dist/assets/icons/box.svg.js +35 -0
- package/dist/assets/icons/briefcase.svg.js +21 -0
- package/dist/assets/icons/brush-filled.svg.js +21 -0
- package/dist/assets/icons/brush.svg.js +21 -0
- package/dist/assets/icons/camera-filled.svg.js +21 -0
- package/dist/assets/icons/chevron-double-left.svg.js +28 -0
- package/dist/assets/icons/chevron-double-right.svg.js +28 -0
- package/dist/assets/icons/chevron-double-up.svg.js +28 -0
- package/dist/assets/icons/chevron-left.svg.js +21 -0
- package/dist/assets/icons/chevron-right.svg.js +21 -0
- package/dist/assets/icons/chevron-up.svg.js +21 -0
- package/dist/assets/icons/chicken.svg.js +21 -0
- package/dist/assets/icons/clipboard-check.svg.js +25 -0
- package/dist/assets/icons/clipboard.svg.js +25 -0
- package/dist/assets/icons/close-bold.svg.js +21 -0
- package/dist/assets/icons/cold-drink.svg.js +21 -0
- package/dist/assets/icons/comment.svg.js +21 -0
- package/dist/assets/icons/database.svg.js +25 -0
- package/dist/assets/icons/drag-handle.svg.js +21 -0
- package/dist/assets/icons/external-link.svg.js +28 -0
- package/dist/assets/icons/filter-off.svg.js +28 -0
- package/dist/assets/icons/fingerprint.svg.js +44 -0
- package/dist/assets/icons/folder-remove.svg.js +21 -0
- package/dist/assets/icons/goblet.svg.js +21 -0
- package/dist/assets/icons/ice-tea.svg.js +21 -0
- package/dist/assets/icons/inbox.svg.js +25 -0
- package/dist/assets/icons/mail.svg.js +25 -0
- package/dist/assets/icons/odometer.svg.js +35 -0
- package/dist/assets/icons/open.svg.js +28 -0
- package/dist/assets/icons/pagination.svg.js +8 -0
- package/dist/assets/icons/redo.svg.js +21 -0
- package/dist/assets/icons/save.svg.js +25 -0
- package/dist/assets/icons/server.svg.js +32 -0
- package/dist/assets/icons/shield-check.svg.js +25 -0
- package/dist/assets/icons/shield.svg.js +25 -0
- package/dist/assets/icons/sliders.svg.js +31 -0
- package/dist/assets/icons/stopwatch.svg.js +28 -0
- package/dist/assets/icons/suitcase-line.svg.js +22 -0
- package/dist/assets/icons/undo.svg.js +21 -0
- package/dist/assets/icons/video-camera.svg.js +21 -0
- package/dist/components/basic/nmorph-button/NmorphButton.vue.js +10 -10
- package/dist/components/basic/nmorph-button/NmorphButton.vue2.js +13 -13
- package/dist/components/basic/nmorph-icon/NmorphIcon.vue2.js +3 -3
- package/dist/components/basic/nmorph-icon/NmorphIcons.js +617 -529
- package/dist/components/basic/nmorph-layout/NmorphLayout.css +1 -0
- package/dist/components/basic/nmorph-layout/NmorphLayout.vue.js +50 -0
- package/dist/components/basic/nmorph-layout/NmorphLayout.vue2.js +29 -0
- package/dist/components/basic/nmorph-link/NmorphLink.vue2.js +1 -1
- package/dist/components/basic/nmorph-scroll/NmorphScroll.css +1 -0
- package/dist/components/basic/nmorph-scroll/NmorphScroll.vue.js +6 -4
- package/dist/components/basic/nmorph-scroll/NmorphScroll.vue2.js +1 -0
- package/dist/components/basic/nmorph-space/NmorphSpace.css +1 -0
- package/dist/components/basic/nmorph-space/NmorphSpace.vue.js +21 -0
- package/dist/components/basic/nmorph-space/NmorphSpace.vue2.js +41 -0
- package/dist/components/data/nmorph-avatar/NmorphAvatar.css +1 -1
- package/dist/components/data/nmorph-avatar/NmorphAvatar.vue.js +15 -15
- package/dist/components/data/nmorph-avatar/NmorphAvatar.vue2.js +6 -6
- package/dist/components/data/nmorph-badge/NmorphBadge.vue2.js +37 -36
- package/dist/components/data/nmorph-calendar/NmorphCalendar.vue2.js +41 -40
- package/dist/components/data/nmorph-card/NmorphCard.vue2.js +15 -14
- package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue2.js +5 -9
- package/dist/components/data/nmorph-empty/NmorphEmpty.vue.js +3 -3
- package/dist/components/data/nmorph-empty/NmorphEmpty.vue2.js +17 -14
- package/dist/components/data/nmorph-image/NmorphImage.css +1 -0
- package/dist/components/data/nmorph-image/NmorphImage.vue.js +14 -12
- package/dist/components/data/nmorph-image/NmorphImage.vue2.js +3 -2
- package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue2.js +36 -35
- package/dist/components/data/nmorph-pagination/NmorphPagination.vue.js +31 -31
- package/dist/components/data/nmorph-pagination/NmorphPagination.vue2.js +36 -38
- package/dist/components/data/nmorph-progress/NmorphProgress.vue2.js +19 -18
- package/dist/components/data/nmorph-qr-code/NmorphQRCode.css +1 -0
- package/dist/components/data/nmorph-qr-code/NmorphQRCode.vue.js +59 -0
- package/dist/components/data/nmorph-qr-code/NmorphQRCode.vue2.js +51 -0
- package/dist/components/data/nmorph-qr-code/qr-code.js +568 -0
- package/dist/components/data/nmorph-skeleton/NmorphSkeleton.vue2.js +1 -1
- package/dist/components/data/nmorph-table/NmorphTable.vue2.js +39 -43
- package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.css +1 -0
- package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.vue.js +86 -0
- package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.vue2.js +61 -0
- package/dist/components/feedback/nmorph-alert/NmorphAlert.vue2.js +1 -1
- package/dist/components/feedback/nmorph-callout/NmorphCallout.vue2.js +7 -6
- package/dist/components/feedback/nmorph-dialog/NmorphDialog.css +1 -1
- package/dist/components/feedback/nmorph-dialog/NmorphDialog.vue.js +25 -20
- package/dist/components/feedback/nmorph-dialog/NmorphDialog.vue2.js +37 -37
- package/dist/components/feedback/nmorph-drawer/NmorphDrawer.css +1 -0
- package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue.js +81 -0
- package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue2.js +48 -0
- package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue2.js +26 -25
- package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.js +30 -30
- package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue2.js +59 -64
- package/dist/components/form/nmorph-checkbox/NmorphCheckbox.vue2.js +5 -5
- package/dist/components/form/nmorph-color-picker/NmorphColorPicker.vue2.js +5 -5
- package/dist/components/form/nmorph-date-picker/NmorphDatePicker.vue2.js +20 -19
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.js +13 -13
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue2.js +28 -27
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.js +16 -16
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue2.js +20 -17
- package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue2.js +7 -7
- package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue2.js +2 -2
- package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue2.js +1 -1
- package/dist/components/form/nmorph-number-input/NmorphNumberInput.vue2.js +3 -6
- package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue.js +21 -21
- package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue2.js +92 -84
- package/dist/components/form/nmorph-radio/NmorphRadio.vue2.js +1 -1
- package/dist/components/form/nmorph-select/NmorphSelect.vue.js +5 -5
- package/dist/components/form/nmorph-select/NmorphSelect.vue2.js +66 -74
- package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue2.js +4 -4
- package/dist/components/form/nmorph-select-button/NmorphSelectButton.vue2.js +18 -17
- package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue2.js +1 -1
- package/dist/components/form/nmorph-slider/NmorphSlider.vue2.js +25 -24
- package/dist/components/form/nmorph-switch/NmorphSwitch.vue.js +1 -1
- package/dist/components/form/nmorph-switch/NmorphSwitch.vue2.js +22 -21
- package/dist/components/form/nmorph-text-input/NmorphTextInput.css +1 -0
- package/dist/components/form/nmorph-text-input/NmorphTextInput.vue.js +4 -2
- package/dist/components/form/nmorph-text-input/NmorphTextInput.vue2.js +17 -19
- package/dist/components/form/nmorph-textarea/NmorphTextarea.css +1 -0
- package/dist/components/form/nmorph-textarea/NmorphTextarea.vue.js +41 -0
- package/dist/components/form/nmorph-textarea/NmorphTextarea.vue2.js +67 -0
- package/dist/components/form/nmorph-time-picker/NmorphTimePicker.css +1 -1
- package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue2.js +43 -42
- package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue2.js +38 -28
- package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.vue2.js +32 -31
- package/dist/components/navigation/nmorph-tabs/NmorphTabs.vue2.js +1 -1
- package/dist/components/others/nmorph-overlay/NmorphOverlay.vue2.js +1 -1
- package/dist/hooks/use-common-styles.js +18 -278
- package/dist/hooks/use-virtual-list.js +38 -32
- package/dist/icons.js +621 -533
- package/dist/index.es.js +780 -678
- package/dist/index.umd.js +25 -285
- package/dist/package.json.js +1 -1
- package/dist/src/components/basic/index.d.ts +2 -0
- package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +1 -1
- package/dist/src/components/basic/nmorph-icon/NmorphIcons.d.ts +48 -3
- package/dist/src/components/basic/nmorph-layout/NmorphLayout.vue.d.ts +22 -0
- package/dist/src/components/basic/nmorph-space/NmorphSpace.vue.d.ts +33 -0
- package/dist/src/components/data/index.d.ts +4 -0
- package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-qr-code/NmorphQRCode.vue.d.ts +34 -0
- package/dist/src/components/data/nmorph-qr-code/qr-code.d.ts +12 -0
- package/dist/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-virtual-list/NmorphVirtualList.vue.d.ts +46 -0
- package/dist/src/components/data/nmorph-virtual-list/types.d.ts +4 -0
- package/dist/src/components/feedback/index.d.ts +1 -0
- package/dist/src/components/feedback/nmorph-dialog/NmorphDialog.vue.d.ts +4 -4
- package/dist/src/components/feedback/nmorph-drawer/NmorphDrawer.vue.d.ts +40 -0
- package/dist/src/components/form/index.d.ts +1 -0
- package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +2 -2
- package/dist/src/components/form/nmorph-color-picker/NmorphColorPicker.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-date-picker/NmorphDatePicker.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.d.ts +2 -2
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-number-input/NmorphNumberInput.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-otp-input/NmorphOTPInput.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +2 -2
- package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-select-button/NmorphSelectButton.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-textarea/NmorphTextarea.vue.d.ts +48 -0
- package/dist/src/components/form/nmorph-time-picker/NmorphTimePicker.vue.d.ts +1 -1
- package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +1 -1
- package/dist/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.d.ts +1 -1
- package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +1 -1
- package/dist/src/hooks/use-virtual-list.d.ts +6 -0
- package/dist/src/types/index.d.ts +2 -1
- package/dist/src/utils/common.d.ts +5 -0
- package/dist/src/utils/create-modifiers.d.ts +4 -2
- package/dist/style.css +1 -1
- package/dist/utils/common.js +9 -2
- package/dist/utils/create-modifiers.js +6 -6
- package/package.json +1 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import './NmorphCard.css';
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
import { NmorphShadowType as
|
|
4
|
-
import { useModifiers as
|
|
5
|
-
|
|
2
|
+
import { defineComponent as n, useSlots as p, computed as d } from "vue";
|
|
3
|
+
import { NmorphShadowType as l } from "../../../types/index.js";
|
|
4
|
+
import { useModifiers as u } from "../../../utils/create-modifiers.js";
|
|
5
|
+
import { toCssSize as f } from "../../../utils/common.js";
|
|
6
|
+
const S = /* @__PURE__ */ n({
|
|
6
7
|
__name: "NmorphCard",
|
|
7
8
|
props: {
|
|
8
9
|
shadowType: { type: null, required: !1, default: "outset" },
|
|
@@ -12,22 +13,22 @@ const b = /* @__PURE__ */ f({
|
|
|
12
13
|
fill: { type: Boolean, required: !1, default: !0 },
|
|
13
14
|
tag: { type: String, required: !1, default: "div" }
|
|
14
15
|
},
|
|
15
|
-
setup(
|
|
16
|
-
|
|
17
|
-
const e =
|
|
18
|
-
() =>
|
|
19
|
-
nmorph: [
|
|
16
|
+
setup(o, { expose: t }) {
|
|
17
|
+
t();
|
|
18
|
+
const e = o, i = p(), a = d(
|
|
19
|
+
() => u({
|
|
20
|
+
nmorph: [l[e.shadowType]],
|
|
20
21
|
"nmorph-card": [e.shadowType, e.fill ? "fill" : "fit-content"]
|
|
21
22
|
})
|
|
22
|
-
),
|
|
23
|
+
), s = d(() => ({
|
|
23
24
|
...e.shadowType === "combined" && {
|
|
24
25
|
"--nmorph-card-combined-border-width": `${e.combinedShadowBorderWidth}px`
|
|
25
26
|
},
|
|
26
|
-
...e.cardPadding !== void 0 && { "--card-padding":
|
|
27
|
-
})),
|
|
28
|
-
return Object.defineProperty(
|
|
27
|
+
...e.cardPadding !== void 0 && { "--card-padding": f(e.cardPadding) }
|
|
28
|
+
})), r = { props: e, slots: i, modifiers: a, styles: s };
|
|
29
|
+
return Object.defineProperty(r, "__isScriptSetup", { enumerable: !1, value: !0 }), r;
|
|
29
30
|
}
|
|
30
31
|
});
|
|
31
32
|
export {
|
|
32
|
-
|
|
33
|
+
S as default
|
|
33
34
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './NmorphCollapseItem.css';
|
|
2
2
|
import { defineComponent as H, ref as u, computed as d, inject as b, onMounted as z, onBeforeUnmount as M, watch as h, nextTick as w } from "vue";
|
|
3
3
|
import { useModifiers as g } from "../../../../../utils/create-modifiers.js";
|
|
4
|
-
import { NmorphComponentHeight as
|
|
5
|
-
const
|
|
4
|
+
import { NmorphComponentHeight as x } from "../../../../../types/index.js";
|
|
5
|
+
const N = /* @__PURE__ */ H({
|
|
6
6
|
__name: "NmorphCollapseItem",
|
|
7
7
|
props: {
|
|
8
8
|
height: { type: null, required: !1, default: "basic" },
|
|
@@ -17,15 +17,11 @@ const D = /* @__PURE__ */ H({
|
|
|
17
17
|
O();
|
|
18
18
|
const e = y, p = _, n = u(!1), k = d(
|
|
19
19
|
() => g({
|
|
20
|
-
"nmorph-collapse-item": [
|
|
21
|
-
`${e.disabled && "disabled"}`,
|
|
22
|
-
`${e.block && "block"}`,
|
|
23
|
-
`${n.value && "is-open"}`
|
|
24
|
-
]
|
|
20
|
+
"nmorph-collapse-item": [e.disabled && "disabled", e.block && "block", n.value && "is-open"]
|
|
25
21
|
})
|
|
26
22
|
), S = d(
|
|
27
23
|
() => g({
|
|
28
|
-
nmorph: [
|
|
24
|
+
nmorph: [x[e.height]]
|
|
29
25
|
})
|
|
30
26
|
), c = (t) => typeof t == "number" ? `${t}ms` : t, C = d(() => ({
|
|
31
27
|
...e.transitionSpeed !== void 0 && { "--transition-speed": c(e.transitionSpeed) }
|
|
@@ -56,5 +52,5 @@ const D = /* @__PURE__ */ H({
|
|
|
56
52
|
}
|
|
57
53
|
});
|
|
58
54
|
export {
|
|
59
|
-
|
|
55
|
+
N as default
|
|
60
56
|
};
|
|
@@ -14,7 +14,7 @@ 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,
|
|
17
|
+
function k(e, z, b, o, C, E) {
|
|
18
18
|
return t(), i("div", {
|
|
19
19
|
class: d(o.modifiers),
|
|
20
20
|
style: m(o.styles),
|
|
@@ -24,8 +24,8 @@ function k(e, z, b, o, g, C) {
|
|
|
24
24
|
o.hasIcon ? (t(), i("div", f, [
|
|
25
25
|
r(e.$slots, "icon", {}, () => [
|
|
26
26
|
n(o.NmorphIcon, {
|
|
27
|
-
width: o.
|
|
28
|
-
height: o.
|
|
27
|
+
width: o.toCssSize(o.props.iconSize),
|
|
28
|
+
height: o.toCssSize(o.props.iconSize)
|
|
29
29
|
}, {
|
|
30
30
|
default: p(() => [
|
|
31
31
|
n(o.NmorphIconFolderOpened)
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import './NmorphEmpty.css';
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
import { NmorphShadowType as
|
|
4
|
-
import { useModifiers as
|
|
2
|
+
import { defineComponent as u, useSlots as f, computed as t } from "vue";
|
|
3
|
+
import { NmorphShadowType as c } from "../../../types/index.js";
|
|
4
|
+
import { useModifiers as h } from "../../../utils/create-modifiers.js";
|
|
5
|
+
import { toCssSize as r } from "../../../utils/common.js";
|
|
5
6
|
import g from "../../../assets/icons/folder-opened.svg.js";
|
|
6
|
-
import
|
|
7
|
-
const z = /* @__PURE__ */
|
|
7
|
+
import y from "../../basic/nmorph-icon/NmorphIcon.vue.js";
|
|
8
|
+
const z = /* @__PURE__ */ u({
|
|
8
9
|
__name: "NmorphEmpty",
|
|
9
10
|
props: {
|
|
10
11
|
title: { type: String, required: !1, default: "No data" },
|
|
@@ -19,23 +20,25 @@ const z = /* @__PURE__ */ f({
|
|
|
19
20
|
ariaLabel: { type: String, required: !1, default: void 0 },
|
|
20
21
|
ariaOrientation: { type: String, required: !1, default: void 0 }
|
|
21
22
|
},
|
|
22
|
-
setup(
|
|
23
|
-
|
|
24
|
-
const e =
|
|
25
|
-
() =>
|
|
26
|
-
nmorph: [e.design === "nmorph" ?
|
|
23
|
+
setup(n, { expose: p }) {
|
|
24
|
+
p();
|
|
25
|
+
const e = n, o = f(), s = t(() => !e.hideIcon || !!o.icon), a = t(() => !!(e.description || o.description)), d = t(() => e.ariaLabel || e.title), l = t(
|
|
26
|
+
() => h({
|
|
27
|
+
nmorph: [e.design === "nmorph" ? c[e.shadowType] : ""],
|
|
27
28
|
"nmorph-empty": [e.design]
|
|
28
29
|
})
|
|
29
|
-
),
|
|
30
|
+
), m = t(() => ({
|
|
30
31
|
"--nmorph-empty-icon-size": r(e.iconSize),
|
|
31
32
|
"--nmorph-empty-min-height": r(e.minHeight),
|
|
32
33
|
"--nmorph-empty-padding": r(e.padding)
|
|
33
|
-
})),
|
|
34
|
-
return
|
|
34
|
+
})), i = { props: e, slots: o, hasIcon: s, hasDescription: a, label: d, modifiers: l, styles: m, get NmorphIcon() {
|
|
35
|
+
return y;
|
|
35
36
|
}, get NmorphIconFolderOpened() {
|
|
36
37
|
return g;
|
|
38
|
+
}, get toCssSize() {
|
|
39
|
+
return r;
|
|
37
40
|
} };
|
|
38
|
-
return Object.defineProperty(
|
|
41
|
+
return Object.defineProperty(i, "__isScriptSetup", { enumerable: !1, value: !0 }), i;
|
|
39
42
|
}
|
|
40
43
|
});
|
|
41
44
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nmorph-image{--width: auto;--height: 100%;display:flex;justify-content:center;align-items:center;width:var(--width);height:var(--height)}.nmorph-image.nmorph--shadow-combined{border:var(--nmorph-image-frame-border) solid var(--nmorph-main-color)}.nmorph-image img{width:100%;height:100%;object-fit:var(--nmorph-image-fit)}.nmorph-image__loading,.nmorph-image__load-failed{padding:1rem}.nmorph-image--hide img{width:0;height:0;opacity:0}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import './NmorphImage.css';
|
|
1
2
|
import l from "./NmorphImage.vue2.js";
|
|
2
|
-
import { openBlock as
|
|
3
|
+
import { openBlock as r, createElementBlock as e, normalizeStyle as m, normalizeClass as d, createElementVNode as c, renderSlot as i, createTextVNode as t, toDisplayString as s, createCommentVNode as n } from "vue";
|
|
4
|
+
/* empty css */
|
|
3
5
|
import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
6
|
const p = ["src", "alt", "srcset"], g = {
|
|
5
7
|
key: 0,
|
|
@@ -9,12 +11,12 @@ const p = ["src", "alt", "srcset"], g = {
|
|
|
9
11
|
class: "nmorph-image__loading"
|
|
10
12
|
};
|
|
11
13
|
function h(a, y, k, o, v, L) {
|
|
12
|
-
return o.props.src ? (
|
|
14
|
+
return o.props.src ? (r(), e(
|
|
13
15
|
"div",
|
|
14
16
|
{
|
|
15
17
|
key: 0,
|
|
16
|
-
class:
|
|
17
|
-
style:
|
|
18
|
+
class: d(o.modifiers),
|
|
19
|
+
style: m(o.styles)
|
|
18
20
|
},
|
|
19
21
|
[
|
|
20
22
|
c("img", {
|
|
@@ -24,18 +26,18 @@ function h(a, y, k, o, v, L) {
|
|
|
24
26
|
onLoad: o.onImageLoad,
|
|
25
27
|
onError: o.onImageError
|
|
26
28
|
}, null, 40, p),
|
|
27
|
-
o.loadingFailed ? (
|
|
29
|
+
o.loadingFailed ? (r(), e("div", g, [
|
|
28
30
|
i(a.$slots, "error", {}, () => [
|
|
29
|
-
|
|
30
|
-
|
|
31
|
+
t(
|
|
32
|
+
s(o.computedLoadFailedText),
|
|
31
33
|
1
|
|
32
34
|
/* TEXT */
|
|
33
35
|
)
|
|
34
36
|
])
|
|
35
|
-
])) : o.imageLoadFinished ? n("v-if", !0) : (
|
|
37
|
+
])) : o.imageLoadFinished ? n("v-if", !0) : (r(), e("div", f, [
|
|
36
38
|
i(a.$slots, "loading", {}, () => [
|
|
37
|
-
|
|
38
|
-
|
|
39
|
+
t(
|
|
40
|
+
s(o.computedLoadingText),
|
|
39
41
|
1
|
|
40
42
|
/* TEXT */
|
|
41
43
|
)
|
|
@@ -46,7 +48,7 @@ function h(a, y, k, o, v, L) {
|
|
|
46
48
|
/* CLASS, STYLE */
|
|
47
49
|
)) : n("v-if", !0);
|
|
48
50
|
}
|
|
49
|
-
const
|
|
51
|
+
const S = /* @__PURE__ */ _(l, [["render", h], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-image/NmorphImage.vue"]]);
|
|
50
52
|
export {
|
|
51
|
-
|
|
53
|
+
S as default
|
|
52
54
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import './NmorphImage.css';
|
|
1
2
|
import { defineComponent as _, computed as t, ref as s } from "vue";
|
|
2
3
|
import { useModifiers as y } from "../../../utils/create-modifiers.js";
|
|
3
4
|
import { useI18n as h } from "vue-i18n";
|
|
@@ -21,8 +22,8 @@ const b = /* @__PURE__ */ _({
|
|
|
21
22
|
r.value = !0, a.value = !0, d("error", i);
|
|
22
23
|
}, l = t(() => r.value && a.value), v = t(
|
|
23
24
|
() => y({
|
|
24
|
-
nmorph: [
|
|
25
|
-
"nmorph-image": [
|
|
25
|
+
nmorph: [e.frameBorder > 0 && "shadow-combined"],
|
|
26
|
+
"nmorph-image": [(l.value || !r.value) && "hide"]
|
|
26
27
|
})
|
|
27
28
|
), T = t(() => ({
|
|
28
29
|
"--nmorph-image-fit": e.fit || "cover",
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import './NmorphImagePreview.css';
|
|
2
|
-
import { defineComponent as z, ref as
|
|
2
|
+
import { defineComponent as z, ref as u, watch as F, computed as n } from "vue";
|
|
3
3
|
import { useModifiers as H } from "../../../utils/create-modifiers.js";
|
|
4
|
+
import { toCssSize as m } from "../../../utils/common.js";
|
|
4
5
|
import R from "../../../assets/icons/shrink.svg.js";
|
|
5
6
|
import T from "../../../assets/icons/rotate-right.svg.js";
|
|
6
7
|
import D from "../../../assets/icons/rotate-left.svg.js";
|
|
7
8
|
import V from "../../../assets/icons/zoom-in.svg.js";
|
|
8
9
|
import P from "../../../assets/icons/zoom-out.svg.js";
|
|
9
10
|
import Z from "../../../assets/icons/enlarge.svg.js";
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
const
|
|
11
|
+
import j from "../../../assets/icons/chevron-down.svg.js";
|
|
12
|
+
import E from "../../others/nmorph-overlay/NmorphOverlay.vue.js";
|
|
13
|
+
import G from "../../basic/nmorph-icon/NmorphIcon.vue.js";
|
|
14
|
+
import J from "../../basic/nmorph-button/NmorphButton.vue.js";
|
|
15
|
+
import K from "../nmorph-image/NmorphImage.vue.js";
|
|
16
|
+
const ue = /* @__PURE__ */ z({
|
|
16
17
|
__name: "NmorphImagePreview",
|
|
17
18
|
props: {
|
|
18
19
|
modelValue: { type: Boolean, required: !1, default: !1 },
|
|
@@ -33,23 +34,23 @@ const ie = /* @__PURE__ */ z({
|
|
|
33
34
|
emits: ["update:model-value"],
|
|
34
35
|
setup(S, { expose: I, emit: w }) {
|
|
35
36
|
I();
|
|
36
|
-
const e = S, l =
|
|
37
|
+
const e = S, l = u(e.modelValue);
|
|
37
38
|
F(
|
|
38
39
|
() => e.modelValue,
|
|
39
|
-
(
|
|
40
|
+
(a) => l.value = a
|
|
40
41
|
);
|
|
41
42
|
const q = n(
|
|
42
43
|
() => H({
|
|
43
|
-
"nmorph-image-preview": [
|
|
44
|
+
"nmorph-image-preview": [l.value && "opened"]
|
|
44
45
|
})
|
|
45
|
-
),
|
|
46
|
-
l.value = !0,
|
|
47
|
-
},
|
|
48
|
-
l.value = !1,
|
|
46
|
+
), o = u(e.initialIndex), B = n(() => typeof e.src == "string" ? e.src : e.src[o.value]), t = u(1), b = () => {
|
|
47
|
+
l.value = !0, s("update:model-value", l.value);
|
|
48
|
+
}, x = () => {
|
|
49
|
+
l.value = !1, s("update:model-value", l.value);
|
|
49
50
|
}, c = () => {
|
|
50
|
-
|
|
51
|
+
r.value = r.value + 90, r.value >= 360 && (r.value = 0);
|
|
51
52
|
}, p = () => {
|
|
52
|
-
|
|
53
|
+
r.value = r.value - 90, r.value <= -360 && (r.value = 0);
|
|
53
54
|
}, d = () => {
|
|
54
55
|
t.value < e.maxScaleLevel && (t.value += e.scaleStep), t.value = parseFloat(t.value.toFixed(3));
|
|
55
56
|
}, v = () => {
|
|
@@ -58,21 +59,21 @@ const ie = /* @__PURE__ */ z({
|
|
|
58
59
|
t.value = 1;
|
|
59
60
|
}, g = () => {
|
|
60
61
|
t.value = 1;
|
|
61
|
-
},
|
|
62
|
-
const
|
|
63
|
-
i < 0 ?
|
|
62
|
+
}, r = u(0), _ = () => {
|
|
63
|
+
const a = e.src.length - 1, i = o.value - 1;
|
|
64
|
+
i < 0 ? o.value = a : o.value = i;
|
|
64
65
|
}, L = () => {
|
|
65
|
-
const
|
|
66
|
-
i >
|
|
66
|
+
const a = e.src.length - 1, i = o.value + 1;
|
|
67
|
+
i > a ? o.value = 0 : o.value = i;
|
|
67
68
|
}, A = n(() => {
|
|
68
|
-
let
|
|
69
|
+
let a = {
|
|
69
70
|
icon: R,
|
|
70
71
|
handler: g
|
|
71
72
|
};
|
|
72
|
-
return f.value && (
|
|
73
|
+
return f.value && (a = {
|
|
73
74
|
icon: Z,
|
|
74
75
|
handler: h
|
|
75
|
-
}),
|
|
76
|
+
}), a;
|
|
76
77
|
}), C = [
|
|
77
78
|
{
|
|
78
79
|
icon: T,
|
|
@@ -90,27 +91,27 @@ const ie = /* @__PURE__ */ z({
|
|
|
90
91
|
icon: P,
|
|
91
92
|
handler: v
|
|
92
93
|
}
|
|
93
|
-
],
|
|
94
|
-
...e.width !== void 0 && { "--width":
|
|
95
|
-
...e.height !== void 0 && { "--height":
|
|
94
|
+
], s = w, N = n(() => Array.isArray(e.src) && e.src.length > 0), M = n(() => e.showNavigationButtons && N.value), O = n(() => ({
|
|
95
|
+
...e.width !== void 0 && { "--width": m(e.width) },
|
|
96
|
+
...e.height !== void 0 && { "--height": m(e.height) }
|
|
96
97
|
})), k = n(() => ({
|
|
97
98
|
...e.navigationButtonMargin !== void 0 && {
|
|
98
|
-
"--nmorph-image-preview-btn-margin":
|
|
99
|
+
"--nmorph-image-preview-btn-margin": m(e.navigationButtonMargin)
|
|
99
100
|
}
|
|
100
|
-
})), y = { props: e, open: l, modifiers: q, currentIndex:
|
|
101
|
-
return
|
|
101
|
+
})), y = { props: e, open: l, modifiers: q, currentIndex: o, triggerSource: B, scaleLevel: t, clickHandler: b, closeHandler: x, rotateRight: c, rotateLeft: p, zoomIn: d, zoomOut: v, isLevelChangedToMin: f, enlargeToNormal: h, shrinkToNormal: g, rotateLevel: r, previousHandler: _, nextHandler: L, enlargeShrinkActionData: A, actions: C, emit: s, multipleSources: N, showNavigation: M, triggerStyle: O, portalStyle: k, get NmorphImage() {
|
|
102
|
+
return K;
|
|
102
103
|
}, get NmorphButton() {
|
|
103
|
-
return
|
|
104
|
+
return J;
|
|
104
105
|
}, get NmorphIcon() {
|
|
105
|
-
return
|
|
106
|
+
return G;
|
|
106
107
|
}, get NmorphOverlay() {
|
|
107
|
-
return
|
|
108
|
+
return E;
|
|
108
109
|
}, get NmorphIconChevronDown() {
|
|
109
|
-
return
|
|
110
|
+
return j;
|
|
110
111
|
} };
|
|
111
112
|
return Object.defineProperty(y, "__isScriptSetup", { enumerable: !1, value: !0 }), y;
|
|
112
113
|
}
|
|
113
114
|
});
|
|
114
115
|
export {
|
|
115
|
-
|
|
116
|
+
ue as default
|
|
116
117
|
};
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import './NmorphPagination.css';
|
|
2
|
-
import
|
|
3
|
-
import { openBlock as
|
|
2
|
+
import d from "./NmorphPagination.vue2.js";
|
|
3
|
+
import { openBlock as e, createElementBlock as r, normalizeStyle as p, normalizeClass as t, createVNode as i, withCtx as a, Fragment as m, renderList as c, createBlock as h, mergeProps as s, createCommentVNode as _ } from "vue";
|
|
4
4
|
/* empty css */
|
|
5
|
-
import
|
|
6
|
-
function
|
|
7
|
-
return o.show ? (
|
|
5
|
+
import g from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
6
|
+
function b(f, l, v, o, k, N) {
|
|
7
|
+
return o.show ? (e(), r(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
10
|
key: 0,
|
|
11
|
-
class:
|
|
12
|
-
style:
|
|
11
|
+
class: t(o.modifiers),
|
|
12
|
+
style: p(o.paginationStyle)
|
|
13
13
|
},
|
|
14
14
|
[
|
|
15
|
-
|
|
15
|
+
i(o.NmorphButton, {
|
|
16
16
|
class: "nmorph-pagination__btn nmorph-pagination__prev-btn",
|
|
17
17
|
height: o.props.height,
|
|
18
18
|
disabled: o.blockPrevButton || o.props.disabled,
|
|
19
19
|
onClick: o.prevClick
|
|
20
20
|
}, {
|
|
21
|
-
default:
|
|
22
|
-
|
|
23
|
-
default:
|
|
24
|
-
|
|
21
|
+
default: a(() => [
|
|
22
|
+
i(o.NmorphIcon, { class: "nmorph-pagination__prev-icon" }, {
|
|
23
|
+
default: a(() => [
|
|
24
|
+
i(o.NmorphIconChevronDown)
|
|
25
25
|
]),
|
|
26
26
|
_: 1
|
|
27
27
|
/* STABLE */
|
|
@@ -30,29 +30,29 @@ function g(b, v, f, o, k, N) {
|
|
|
30
30
|
_: 1
|
|
31
31
|
/* STABLE */
|
|
32
32
|
}, 8, ["height", "disabled"]),
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
i(o.NmorphRadioGroup, {
|
|
34
|
+
modelValue: o.selectedPage,
|
|
35
|
+
"onUpdate:modelValue": l[0] || (l[0] = (n) => o.selectedPage = n),
|
|
35
36
|
class: "nmorph-pagination__page-group",
|
|
36
37
|
height: o.props.height,
|
|
37
|
-
disabled: o.props.disabled
|
|
38
|
-
"onUpdate:modelValue": o.updateSelectedValue
|
|
38
|
+
disabled: o.props.disabled
|
|
39
39
|
}, {
|
|
40
|
-
default:
|
|
41
|
-
(
|
|
42
|
-
|
|
40
|
+
default: a(() => [
|
|
41
|
+
(e(!0), r(
|
|
42
|
+
m,
|
|
43
43
|
null,
|
|
44
|
-
|
|
44
|
+
c(o.visiblePages, (n) => (e(), r("div", {
|
|
45
45
|
key: n.value,
|
|
46
46
|
class: "nmorph-pagination__page-btn-wrapper"
|
|
47
47
|
}, [
|
|
48
|
-
n.value === "prev" || n.value === "next" ? (
|
|
48
|
+
n.value === "prev" || n.value === "next" ? (e(), h(o.NmorphButton, {
|
|
49
49
|
key: 0,
|
|
50
|
-
class:
|
|
50
|
+
class: t(`nmorph-pagination__page-btn nmorph-pagination__${n.value}`),
|
|
51
51
|
text: n.label,
|
|
52
52
|
height: o.props.height,
|
|
53
53
|
disabled: o.props.disabled,
|
|
54
54
|
onClick: (x) => o.bigStepUpdate(n.value)
|
|
55
|
-
}, null, 8, ["class", "text", "height", "disabled", "onClick"])) : (
|
|
55
|
+
}, null, 8, ["class", "text", "height", "disabled", "onClick"])) : (e(), h(o.NmorphRadio, s({
|
|
56
56
|
key: 1,
|
|
57
57
|
ref_for: !0
|
|
58
58
|
}, n, {
|
|
@@ -67,17 +67,17 @@ function g(b, v, f, o, k, N) {
|
|
|
67
67
|
]),
|
|
68
68
|
_: 1
|
|
69
69
|
/* STABLE */
|
|
70
|
-
}, 8, ["
|
|
71
|
-
|
|
70
|
+
}, 8, ["modelValue", "height", "disabled"]),
|
|
71
|
+
i(o.NmorphButton, {
|
|
72
72
|
class: "nmorph-pagination__btn nmorph-pagination__next-btn",
|
|
73
73
|
height: o.props.height,
|
|
74
74
|
disabled: o.blockNextButton || o.props.disabled,
|
|
75
75
|
onClick: o.nextClick
|
|
76
76
|
}, {
|
|
77
|
-
default:
|
|
78
|
-
|
|
79
|
-
default:
|
|
80
|
-
|
|
77
|
+
default: a(() => [
|
|
78
|
+
i(o.NmorphIcon, { class: "nmorph-pagination__next-icon" }, {
|
|
79
|
+
default: a(() => [
|
|
80
|
+
i(o.NmorphIconChevronDown)
|
|
81
81
|
]),
|
|
82
82
|
_: 1
|
|
83
83
|
/* STABLE */
|
|
@@ -91,7 +91,7 @@ function g(b, v, f, o, k, N) {
|
|
|
91
91
|
/* CLASS, STYLE */
|
|
92
92
|
)) : _("v-if", !0);
|
|
93
93
|
}
|
|
94
|
-
const
|
|
94
|
+
const w = /* @__PURE__ */ g(d, [["render", b], ["__file", "/builds/ketjo/nmorph/library/src/components/data/nmorph-pagination/NmorphPagination.vue"]]);
|
|
95
95
|
export {
|
|
96
|
-
|
|
96
|
+
w as default
|
|
97
97
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './NmorphPagination.css';
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
import { useModifiers as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
const
|
|
2
|
+
import { defineComponent as _, computed as o, ref as q, watch as x } from "vue";
|
|
3
|
+
import { useModifiers as k } from "../../../utils/create-modifiers.js";
|
|
4
|
+
import w from "../../form/nmorph-radio/NmorphRadio.vue.js";
|
|
5
|
+
import B from "../../basic/nmorph-icon/NmorphIcon.vue.js";
|
|
6
|
+
import O from "../../basic/nmorph-button/NmorphButton.vue.js";
|
|
7
|
+
import Q from "../../form/nmorph-radio-group/NmorphRadioGroup.vue.js";
|
|
8
|
+
import R from "../../../assets/icons/chevron-down.svg.js";
|
|
9
|
+
const U = /* @__PURE__ */ _({
|
|
10
10
|
__name: "NmorphPagination",
|
|
11
11
|
props: {
|
|
12
12
|
totalElementsQuantity: { type: Number, required: !0 },
|
|
@@ -21,59 +21,57 @@ const j = /* @__PURE__ */ q({
|
|
|
21
21
|
emits: ["update:model-value"],
|
|
22
22
|
setup(c, { expose: d, emit: f }) {
|
|
23
23
|
d();
|
|
24
|
-
const
|
|
25
|
-
() =>
|
|
26
|
-
"nmorph-pagination": [
|
|
24
|
+
const t = c, i = f, g = o(
|
|
25
|
+
() => k({
|
|
26
|
+
"nmorph-pagination": [t.disabled && "disabled"]
|
|
27
27
|
})
|
|
28
28
|
), s = {
|
|
29
29
|
thick: "var(--thick-component)",
|
|
30
30
|
basic: "var(--default-thickness-component)",
|
|
31
31
|
thin: "var(--thin-component)"
|
|
32
|
-
},
|
|
33
|
-
"--nmorph-pagination-height": s[
|
|
32
|
+
}, v = o(() => ({
|
|
33
|
+
"--nmorph-pagination-height": s[t.height]
|
|
34
34
|
})), h = () => {
|
|
35
35
|
a.value = String(Number(a.value) - 1);
|
|
36
36
|
}, b = () => {
|
|
37
37
|
a.value = String(Number(a.value) + 1);
|
|
38
|
-
}, a =
|
|
39
|
-
const
|
|
40
|
-
return Array.from({ length:
|
|
41
|
-
}), N = o(() =>
|
|
42
|
-
|
|
43
|
-
i("update:model-value", Number(
|
|
38
|
+
}, a = q(String(t.modelValue)), e = o(() => {
|
|
39
|
+
const r = t.totalElementsQuantity / t.elementsQuantityOnPage + 1, n = r % 1 === 0 ? -1 : 0;
|
|
40
|
+
return Array.from({ length: r + n }, (u, p) => ({ value: String(p + 1), label: String(p + 1) }));
|
|
41
|
+
}), N = o(() => t.hideOnSinglePage || t.totalElementsQuantity / t.elementsQuantityOnPage > 1);
|
|
42
|
+
x(a, (r) => {
|
|
43
|
+
i("update:model-value", Number(r));
|
|
44
44
|
});
|
|
45
|
-
const y = (e) => {
|
|
46
|
-
a.value =
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
if (e <= l)
|
|
50
|
-
return t.value;
|
|
45
|
+
const y = o(() => Number(a.value) === 1), S = o(() => e.value.length === Number(a.value)), P = o(() => {
|
|
46
|
+
const r = e.value.length, n = Number(a.value), l = t.maxVisiblePages;
|
|
47
|
+
if (r <= l)
|
|
48
|
+
return e.value;
|
|
51
49
|
const u = Math.floor(l / 2);
|
|
52
|
-
return n <= u ? [...
|
|
53
|
-
|
|
50
|
+
return n <= u ? [...e.value.slice(0, l - 2), { value: "next", label: "..." }, e.value[r - 1]] : n >= r - u ? [e.value[0], { value: "prev", label: "..." }, ...e.value.slice(r - (l - 2))] : [
|
|
51
|
+
e.value[0],
|
|
54
52
|
{ value: "prev", label: "..." },
|
|
55
|
-
...
|
|
53
|
+
...e.value.slice(n - u, n + u - 1),
|
|
56
54
|
{ value: "next", label: "..." },
|
|
57
|
-
|
|
55
|
+
e.value[r - 1]
|
|
58
56
|
];
|
|
59
|
-
}), m = { props:
|
|
57
|
+
}), m = { props: t, emit: i, modifiers: g, heightMap: s, paginationStyle: v, prevClick: h, nextClick: b, selectedPage: a, pages: e, show: N, blockPrevButton: y, blockNextButton: S, visiblePages: P, bigStepUpdate: (r) => {
|
|
60
58
|
const n = Number(a.value);
|
|
61
|
-
let l =
|
|
62
|
-
l <= 0 && (l = 1), l >=
|
|
59
|
+
let l = r === "prev" ? n - t.fastForwardStep : n + t.fastForwardStep;
|
|
60
|
+
l <= 0 && (l = 1), l >= e.value.length && (l = e.value.length), a.value = String(l);
|
|
63
61
|
}, get NmorphRadioGroup() {
|
|
64
|
-
return R;
|
|
65
|
-
}, get NmorphButton() {
|
|
66
62
|
return Q;
|
|
67
|
-
}, get
|
|
63
|
+
}, get NmorphButton() {
|
|
68
64
|
return O;
|
|
69
|
-
}, get
|
|
65
|
+
}, get NmorphIcon() {
|
|
70
66
|
return B;
|
|
67
|
+
}, get NmorphRadio() {
|
|
68
|
+
return w;
|
|
71
69
|
}, get NmorphIconChevronDown() {
|
|
72
|
-
return
|
|
70
|
+
return R;
|
|
73
71
|
} };
|
|
74
72
|
return Object.defineProperty(m, "__isScriptSetup", { enumerable: !1, value: !0 }), m;
|
|
75
73
|
}
|
|
76
74
|
});
|
|
77
75
|
export {
|
|
78
|
-
|
|
76
|
+
U as default
|
|
79
77
|
};
|