@aotearoan/neon 22.5.0 → 22.5.2
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/common/utils/NeonIconRegistry.cjs.js.map +1 -1
- package/dist/common/utils/NeonIconRegistry.es.js +2 -2
- package/dist/common/utils/NeonIconRegistry.es.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.cjs.js +1 -1
- package/dist/components/presentation/icon/NeonIcon.cjs.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.es.js +18 -10
- package/dist/components/presentation/icon/NeonIcon.es.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.cjs.js +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.cjs.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.es.js +5 -5
- package/dist/components/presentation/icon/NeonIcon.vue.es.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js +57 -35
- package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js +44 -46
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js.map +1 -1
- package/dist/components/presentation/tabs/NeonTabs.cjs.js +1 -1
- package/dist/components/presentation/tabs/NeonTabs.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/NeonTabs.es.js +17 -18
- package/dist/components/presentation/tabs/NeonTabs.es.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.cjs.js +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.es.js +6 -20
- package/dist/components/presentation/tabs/tab/NeonTab.es.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.cjs.js +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.es.js +24 -16
- package/dist/components/presentation/tabs/tab/NeonTab.vue.es.js.map +1 -1
- package/dist/components/user-input/field/NeonField.cjs.js +1 -1
- package/dist/components/user-input/field/NeonField.cjs.js.map +1 -1
- package/dist/components/user-input/field/NeonField.es.js +2 -6
- package/dist/components/user-input/field/NeonField.es.js.map +1 -1
- package/dist/components/user-input/field/NeonField.vue.cjs.js +1 -1
- package/dist/components/user-input/field/NeonField.vue.cjs.js.map +1 -1
- package/dist/components/user-input/field/NeonField.vue.es.js +22 -26
- package/dist/components/user-input/field/NeonField.vue.es.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.cjs.js +1 -1
- package/dist/components/user-input/input/NeonInput.cjs.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.es.js +65 -47
- package/dist/components/user-input/input/NeonInput.es.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.vue.cjs.js +1 -1
- package/dist/components/user-input/input/NeonInput.vue.cjs.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.vue.es.js +35 -31
- package/dist/components/user-input/input/NeonInput.vue.es.js.map +1 -1
- package/dist/src/common/utils/NeonIconRegistry.d.ts +3 -3
- package/dist/src/components/feedback/alert/NeonAlert.d.ts +36 -9
- package/dist/src/components/feedback/alert/container/NeonAlertContainer.d.ts +24 -6
- package/dist/src/components/feedback/alert/container/NeonToastContainer.d.ts +12 -3
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +64 -12
- package/dist/src/components/feedback/linear-progress/NeonLinearProgress.d.ts +30 -7
- package/dist/src/components/feedback/note/NeonNote.d.ts +36 -9
- package/dist/src/components/feedback/splash-loader/NeonSplashLoader.d.ts +12 -3
- package/dist/src/components/feedback/tooltip/NeonTooltip.d.ts +1 -1
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +54 -15
- package/dist/src/components/layout/modal/NeonModal.d.ts +24 -6
- package/dist/src/components/navigation/action-menu/NeonActionMenu.d.ts +12 -3
- package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +672 -193
- package/dist/src/components/navigation/link/NeonLink.d.ts +12 -3
- package/dist/src/components/navigation/menu/NeonMenu.d.ts +522 -141
- package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +522 -141
- package/dist/src/components/navigation/stepper/NeonStepper.d.ts +12 -3
- package/dist/src/components/navigation/tree-menu/NeonTreeMenu.d.ts +12 -3
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +188 -49
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +170 -97
- package/dist/src/components/presentation/expansion-panel/NeonExpansionPanel.d.ts +12 -3
- package/dist/src/components/presentation/icon/NeonIcon.d.ts +20 -3
- package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +107 -18
- package/dist/src/components/presentation/label/NeonLabel.d.ts +12 -3
- package/dist/src/components/presentation/tabs/NeonTabs.d.ts +48 -12
- package/dist/src/components/presentation/tabs/tab/NeonTab.d.ts +8 -10
- package/dist/src/components/user-input/button/NeonButton.d.ts +24 -6
- package/dist/src/components/user-input/chip/NeonChip.d.ts +12 -3
- package/dist/src/components/user-input/color/NeonColor.d.ts +26 -7
- package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +336 -224
- package/dist/src/components/user-input/field/NeonField.d.ts +1 -113
- package/dist/src/components/user-input/file/NeonFile.d.ts +188 -52
- package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +36 -6
- package/dist/src/components/user-input/input/NeonInput.d.ts +36 -13
- package/dist/src/components/user-input/input-indicator/NeonInputIndicator.d.ts +12 -3
- package/dist/src/components/user-input/list/NeonList.d.ts +12 -3
- package/dist/src/components/user-input/number/NeonNumber.d.ts +140 -43
- package/dist/src/components/user-input/password/NeonPassword.d.ts +26 -7
- package/dist/src/components/user-input/search/NeonSearch.d.ts +608 -328
- package/dist/src/components/user-input/select/NeonSelect.d.ts +678 -153
- package/dist/src/components/user-input/selectable-card/NeonSelectableCard.d.ts +12 -3
- package/dist/src/components/user-input/switch/NeonSwitch.d.ts +22 -3
- package/dist/src/components/user-input/toggle/NeonToggle.d.ts +16 -19
- package/dist/src/components/user-input/toggle-chip/NeonToggleChip.d.ts +12 -3
- package/package.json +1 -1
- package/src/sass/components/_field.scss +8 -0
- package/src/sass/components/_footer.scss +8 -0
- package/src/sass/components/_image-carousel.scss +12 -10
- package/src/sass/components/_input.scss +3 -3
- package/src/sass/components/_menu.scss +32 -24
- package/src/sass/components/_mobile-menu.scss +27 -19
- package/src/sass/components/_note.scss +2 -3
- package/src/sass/components/_page.scss +5 -4
- package/src/sass/components/_tooltip.scss +1 -1
- package/src/sass/components/_top-nav.scss +1 -1
- package/src/sass/global/_base-html.scss +1 -1
- package/src/sass/includes/_dependencies.scss +1 -1
- package/src/sass/includes/_typography.scss +4 -2
- package/src/sass/variables.scss +15 -6
|
@@ -1,41 +1,40 @@
|
|
|
1
1
|
import $ from "./NeonImageCarousel.es.js";
|
|
2
|
-
import { resolveComponent as m, openBlock as
|
|
3
|
-
import
|
|
4
|
-
const
|
|
2
|
+
import { resolveComponent as m, openBlock as a, createElementBlock as i, createElementVNode as l, withKeys as r, withModifiers as s, normalizeClass as p, createBlock as v, createCommentVNode as c, createVNode as g, Fragment as b, renderList as _, toDisplayString as C, withCtx as k } from "vue";
|
|
3
|
+
import E from "../../../_virtual/_plugin-vue_export-helper.es.js";
|
|
4
|
+
const w = { class: "neon-image-carousel-wrapper" }, I = {
|
|
5
|
+
class: "neon-image-carousel__container",
|
|
6
|
+
tabindex: "-1"
|
|
7
|
+
}, h = {
|
|
5
8
|
ref: "carouselItems",
|
|
6
9
|
class: "no-style neon-image-carousel__items"
|
|
7
|
-
},
|
|
10
|
+
}, L = ["alt", "src"], z = {
|
|
8
11
|
key: 0,
|
|
9
12
|
class: "neon-image-carousel__item-title"
|
|
10
|
-
},
|
|
13
|
+
}, K = {
|
|
11
14
|
class: "neon-image-carousel__nav",
|
|
12
15
|
tabindex: "-1"
|
|
13
|
-
},
|
|
16
|
+
}, N = ["onClickCapture"], B = {
|
|
14
17
|
key: 0,
|
|
15
18
|
class: "neon-image-carousel__label",
|
|
16
19
|
tabindex: "-1"
|
|
17
20
|
};
|
|
18
|
-
function
|
|
19
|
-
const u = m("neon-button"),
|
|
20
|
-
return
|
|
21
|
+
function T(e, n, V, D, F, M) {
|
|
22
|
+
const u = m("neon-button"), f = m("neon-link"), y = m("neon-stack");
|
|
23
|
+
return a(), i("div", w, [
|
|
21
24
|
l("div", {
|
|
22
|
-
class:
|
|
25
|
+
class: p([{
|
|
23
26
|
"neon-image-carousel--initialised": e.initialised,
|
|
24
|
-
"neon-image-carousel--expanded": e.
|
|
27
|
+
"neon-image-carousel--expanded": e.isExpanded
|
|
25
28
|
}, "neon-image-carousel"]),
|
|
26
29
|
tabindex: "0",
|
|
27
30
|
onKeydown: [
|
|
28
|
-
n[
|
|
29
|
-
n[
|
|
30
|
-
n[
|
|
31
|
+
n[2] || (n[2] = r(s((...o) => e.previous && e.previous(...o), ["stop", "prevent"]), ["left"])),
|
|
32
|
+
n[3] || (n[3] = r(s((...o) => e.next && e.next(...o), ["stop", "prevent"]), ["right"])),
|
|
33
|
+
n[4] || (n[4] = r((o) => e.isExpanded && e.toggleExpanded(), ["esc"]))
|
|
31
34
|
]
|
|
32
35
|
}, [
|
|
33
|
-
l("div",
|
|
34
|
-
|
|
35
|
-
tabindex: "-1",
|
|
36
|
-
onClick: n[2] || (n[2] = t((o) => e.expanded = !1, ["stop"]))
|
|
37
|
-
}, [
|
|
38
|
-
e.expanded ? (s(), v(u, {
|
|
36
|
+
l("div", I, [
|
|
37
|
+
e.isExpanded ? (a(), v(u, {
|
|
39
38
|
key: 0,
|
|
40
39
|
title: e.closeLabel,
|
|
41
40
|
"button-style": "text",
|
|
@@ -44,7 +43,7 @@ function V(e, n, D, E, h, F) {
|
|
|
44
43
|
icon: "close",
|
|
45
44
|
size: "l",
|
|
46
45
|
transparent: "",
|
|
47
|
-
onClick: n[0] || (n[0] = (o) => e.
|
|
46
|
+
onClick: n[0] || (n[0] = (o) => e.isExpanded && e.toggleExpanded())
|
|
48
47
|
}, null, 8, ["title"])) : c("", !0),
|
|
49
48
|
g(u, {
|
|
50
49
|
disabled: e.currentImage === 0,
|
|
@@ -55,22 +54,22 @@ function V(e, n, D, E, h, F) {
|
|
|
55
54
|
color: "neutral",
|
|
56
55
|
icon: "arrow-left-1",
|
|
57
56
|
size: "l",
|
|
58
|
-
onClickCapture:
|
|
57
|
+
onClickCapture: s(e.previous, ["stop"])
|
|
59
58
|
}, null, 8, ["disabled", "title", "onClickCapture"]),
|
|
60
|
-
l("ul",
|
|
61
|
-
(
|
|
59
|
+
l("ul", h, [
|
|
60
|
+
(a(!0), i(b, null, _(e.images, (o, t) => (a(), i("li", {
|
|
62
61
|
key: o.src,
|
|
63
62
|
ref_for: !0,
|
|
64
63
|
ref: "carouselItem",
|
|
65
|
-
class:
|
|
64
|
+
class: p([{ "neon-image-carousel__item--active": t === e.currentImage }, "neon-image-carousel__item"])
|
|
66
65
|
}, [
|
|
67
66
|
l("img", {
|
|
68
67
|
alt: o.alt,
|
|
69
68
|
src: o.src,
|
|
70
69
|
class: "neon-image-carousel__image",
|
|
71
|
-
onClick: n[1] || (n[1] =
|
|
72
|
-
}, null, 8,
|
|
73
|
-
e.
|
|
70
|
+
onClick: n[1] || (n[1] = s((d) => !e.isExpanded && e.toggleExpanded(), ["stop"]))
|
|
71
|
+
}, null, 8, L),
|
|
72
|
+
e.isExpanded ? (a(), i("p", z, C(o.alt), 1)) : c("", !0)
|
|
74
73
|
], 2))), 128))
|
|
75
74
|
], 512),
|
|
76
75
|
g(u, {
|
|
@@ -82,49 +81,48 @@ function V(e, n, D, E, h, F) {
|
|
|
82
81
|
color: "neutral",
|
|
83
82
|
icon: "arrow-right-1",
|
|
84
83
|
size: "l",
|
|
85
|
-
onClickCapture:
|
|
84
|
+
onClickCapture: s(e.next, ["stop"])
|
|
86
85
|
}, null, 8, ["disabled", "title", "onClickCapture"])
|
|
87
86
|
]),
|
|
88
87
|
g(y, {
|
|
89
88
|
class: "neon-image-carousel__nav-container",
|
|
90
|
-
gap: "s"
|
|
91
|
-
onClick: n[3] || (n[3] = t((o) => e.expanded = !1, ["stop"]))
|
|
89
|
+
gap: "s"
|
|
92
90
|
}, {
|
|
93
|
-
default:
|
|
94
|
-
l("div",
|
|
95
|
-
(
|
|
96
|
-
key:
|
|
97
|
-
"aria-label": `Display image ${
|
|
91
|
+
default: k(() => [
|
|
92
|
+
l("div", K, [
|
|
93
|
+
(a(!0), i(b, null, _(e.images, (o, t) => (a(), v(f, {
|
|
94
|
+
key: t,
|
|
95
|
+
"aria-label": `Display image ${t + 1}`,
|
|
98
96
|
class: "neon-image-carousel__nav-item-link",
|
|
99
97
|
"outline-style": "none",
|
|
100
98
|
role: "button",
|
|
101
99
|
tabindex: "0",
|
|
102
100
|
onKeydownCapture: [
|
|
103
|
-
|
|
104
|
-
|
|
101
|
+
r(s((d) => e.scrollTo(t), ["stop", "prevent"]), ["enter"]),
|
|
102
|
+
r(s((d) => e.scrollTo(t), ["stop", "prevent"]), ["space"])
|
|
105
103
|
]
|
|
106
104
|
}, {
|
|
107
|
-
default:
|
|
105
|
+
default: k(() => [
|
|
108
106
|
l("div", {
|
|
109
|
-
class:
|
|
107
|
+
class: p([{ "neon-image-carousel__nav-item--active": t === e.currentImage }, "neon-image-carousel__nav-item"]),
|
|
110
108
|
tabindex: "-1",
|
|
111
|
-
onClickCapture:
|
|
112
|
-
}, [...n[
|
|
109
|
+
onClickCapture: s((d) => e.scrollTo(t), ["stop"])
|
|
110
|
+
}, [...n[5] || (n[5] = [
|
|
113
111
|
l("div", { class: "neon-image-carousel__nav-item-indicator" }, null, -1)
|
|
114
|
-
])], 42,
|
|
112
|
+
])], 42, N)
|
|
115
113
|
]),
|
|
116
114
|
_: 2
|
|
117
115
|
}, 1032, ["aria-label", "onKeydownCapture"]))), 128))
|
|
118
116
|
]),
|
|
119
|
-
e.hideLabel ? c("", !0) : (
|
|
117
|
+
e.hideLabel ? c("", !0) : (a(), i("span", B, C(e.imageCountLabel || `${e.images.length} ${e.images.length === 1 ? "image" : "images"}`), 1))
|
|
120
118
|
]),
|
|
121
119
|
_: 1
|
|
122
120
|
})
|
|
123
121
|
], 34)
|
|
124
122
|
]);
|
|
125
123
|
}
|
|
126
|
-
const
|
|
124
|
+
const A = /* @__PURE__ */ E($, [["render", T]]);
|
|
127
125
|
export {
|
|
128
|
-
|
|
126
|
+
A as default
|
|
129
127
|
};
|
|
130
128
|
//# sourceMappingURL=NeonImageCarousel.vue.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonImageCarousel.vue.es.js","sources":["../../../../src/components/presentation/image-carousel/NeonImageCarousel.vue"],"sourcesContent":["<template>\n <div class=\"neon-image-carousel-wrapper\">\n <div\n :class=\"{\n 'neon-image-carousel--initialised': initialised,\n 'neon-image-carousel--expanded':
|
|
1
|
+
{"version":3,"file":"NeonImageCarousel.vue.es.js","sources":["../../../../src/components/presentation/image-carousel/NeonImageCarousel.vue"],"sourcesContent":["<template>\n <div class=\"neon-image-carousel-wrapper\">\n <div\n :class=\"{\n 'neon-image-carousel--initialised': initialised,\n 'neon-image-carousel--expanded': isExpanded,\n }\"\n class=\"neon-image-carousel\"\n tabindex=\"0\"\n @keydown.stop.prevent.left=\"previous\"\n @keydown.stop.prevent.right=\"next\"\n @keydown.esc=\"isExpanded && toggleExpanded()\"\n >\n <div class=\"neon-image-carousel__container\" tabindex=\"-1\">\n <neon-button\n v-if=\"isExpanded\"\n :title=\"closeLabel\"\n button-style=\"text\"\n class=\"neon-image-carousel__close\"\n color=\"low-contrast\"\n icon=\"close\"\n size=\"l\"\n transparent\n @click=\"isExpanded && toggleExpanded()\"\n />\n <neon-button\n :disabled=\"currentImage === 0\"\n :title=\"previousLabel\"\n :transparent=\"true\"\n button-style=\"text\"\n class=\"neon-image-carousel__previous\"\n color=\"neutral\"\n icon=\"arrow-left-1\"\n size=\"l\"\n @click.capture.stop=\"previous\"\n />\n <ul ref=\"carouselItems\" class=\"no-style neon-image-carousel__items\">\n <li\n v-for=\"(image, index) in images\"\n :key=\"image.src\"\n ref=\"carouselItem\"\n :class=\"{ 'neon-image-carousel__item--active': index === currentImage }\"\n class=\"neon-image-carousel__item\"\n >\n <img\n :alt=\"image.alt\"\n :src=\"image.src\"\n class=\"neon-image-carousel__image\"\n @click.stop=\"!isExpanded && toggleExpanded()\"\n />\n <p v-if=\"isExpanded\" class=\"neon-image-carousel__item-title\">{{ image.alt }}</p>\n </li>\n </ul>\n <neon-button\n :disabled=\"currentImage === images.length - 1\"\n :title=\"nextLabel\"\n :transparent=\"true\"\n button-style=\"text\"\n class=\"neon-image-carousel__next\"\n color=\"neutral\"\n icon=\"arrow-right-1\"\n size=\"l\"\n @click.capture.stop=\"next\"\n />\n </div>\n <neon-stack class=\"neon-image-carousel__nav-container\" gap=\"s\">\n <div class=\"neon-image-carousel__nav\" tabindex=\"-1\">\n <neon-link\n v-for=\"(_image, index) in images\"\n :key=\"index\"\n :aria-label=\"`Display image ${index + 1}`\"\n class=\"neon-image-carousel__nav-item-link\"\n outline-style=\"none\"\n role=\"button\"\n tabindex=\"0\"\n @keydown.stop.prevent.capture.enter=\"scrollTo(index)\"\n @keydown.stop.prevent.capture.space=\"scrollTo(index)\"\n >\n <div\n :class=\"{ 'neon-image-carousel__nav-item--active': index === currentImage }\"\n class=\"neon-image-carousel__nav-item\"\n tabindex=\"-1\"\n @click.capture.stop=\"scrollTo(index)\"\n >\n <div class=\"neon-image-carousel__nav-item-indicator\"></div>\n </div>\n </neon-link>\n </div>\n <span v-if=\"!hideLabel\" class=\"neon-image-carousel__label\" tabindex=\"-1\">\n {{ imageCountLabel || `${images.length} ${images.length === 1 ? 'image' : 'images'}` }}\n </span>\n </neon-stack>\n </div>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonImageCarousel.ts\" />\n"],"names":["_hoisted_1","_openBlock","_createElementBlock","_createElementVNode","_normalizeClass","_ctx","args","_cache","_withKeys","$event","_hoisted_2","_createBlock","_component_neon_button","_createVNode","_hoisted_3","_Fragment","_renderList","image","index","_withModifiers","_hoisted_5","_toDisplayString","_component_neon_stack","_hoisted_6","_image","_component_neon_link","_hoisted_8"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const o=require("vue"),s=require("../../../common/enums/NeonFunctionalColor.cjs.js"),a=require("../../../common/enums/NeonSize.cjs.js"),c=require("../icon/NeonIcon.vue.cjs.js"),d=require("../../navigation/link/NeonLink.vue.cjs.js"),m=require("../../layout/swiper/NeonSwiper.vue.cjs.js"),f=o.defineComponent({name:"NeonTabs",components:{NeonIcon:c,NeonLink:d,NeonSwiper:m},props:{tabs:{type:Array,required:!0},modelValue:{type:String,required:!0},color:{type:String,default:s.NeonFunctionalColor.Primary},size:{type:String,default:a.NeonSize.Medium},underline:{type:Boolean,default:!0},fullWidthMobile:{type:Boolean,default:!0}},emits:["update:modelValue"],setup(
|
|
1
|
+
"use strict";const o=require("vue"),s=require("../../../common/enums/NeonFunctionalColor.cjs.js"),a=require("../../../common/enums/NeonSize.cjs.js"),c=require("../icon/NeonIcon.vue.cjs.js"),d=require("../../navigation/link/NeonLink.vue.cjs.js"),m=require("../../layout/swiper/NeonSwiper.vue.cjs.js"),f=o.defineComponent({name:"NeonTabs",components:{NeonIcon:c,NeonLink:d,NeonSwiper:m},props:{tabs:{type:Array,required:!0},modelValue:{type:String,required:!0},color:{type:String,default:s.NeonFunctionalColor.Primary},size:{type:String,default:a.NeonSize.Medium},underline:{type:Boolean,default:!0},fullWidthMobile:{type:Boolean,default:!0}},emits:["update:modelValue"],setup(n,{emit:u}){const i=o.ref([]),l=(t,e=!1)=>{if(e){const r=document.getElementById(`${t}ButtonContainer`);r&&r.focus()}u("update:modelValue",t)};return o.onMounted(()=>{const t=n.tabs.findIndex(e=>e.key===n.modelValue);if(t>=0){const e=document.getElementById(`${n.tabs[t].key}Button`);e&&e.scrollIntoView({block:"nearest",inline:"nearest"})}}),{onClick:l,menuItem:i}}});module.exports=f;
|
|
2
2
|
//# sourceMappingURL=NeonTabs.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonTabs.cjs.js","sources":["../../../../src/components/presentation/tabs/NeonTabs.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent, onMounted, ref } from 'vue';\nimport type { NeonTabModel } from '@/common/models/NeonTabModel';\nimport { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\nimport { NeonSize } from '@/common/enums/NeonSize';\nimport NeonIcon from '@/components/presentation/icon/NeonIcon.vue';\nimport NeonLink from '@/components/navigation/link/NeonLink.vue';\nimport NeonSwiper from '@/components/layout/swiper/NeonSwiper.vue';\n\n/**\n * A component for displaying tabbed content.\n */\nexport default defineComponent({\n name: 'NeonTabs',\n components: {\n NeonIcon,\n NeonLink,\n NeonSwiper,\n },\n props: {\n /**\n * The list of tabs to display.\n * */\n tabs: { type: Array as () => Array<NeonTabModel>, required: true },\n /**\n * The key of the selected tab.\n */\n modelValue: { type: String, required: true },\n /**\n * The tab highlight color (excludes low-contrast).\n */\n color: { type: String as () => NeonFunctionalColor, default: NeonFunctionalColor.Primary },\n /**\n * The tab size\n */\n size: { type: String as () => NeonSize, default: NeonSize.Medium },\n /**\n * Display a border underlining all tabs. When tabs are in an element with a border-bottom it is preferable to omit the tabs border-bottom\n */\n underline: { type: Boolean, default: true },\n /**\n * Display tab buttons full screen width at the mobile-large breakpoint.\n */\n fullWidthMobile: { type: Boolean, default: true },\n },\n emits: [\n /**\n * Emitted when the selected tab is changed.\n * @type {string} The key of the selected tab.\n */\n 'update:modelValue',\n ],\n setup(props, { emit }) {\n const menuItem = ref<Array<typeof NeonLink>>([]);\n\n const onClick = (key: string, changeFocus = false) => {\n if (changeFocus) {\n const tab = document.getElementById(`${key}ButtonContainer`);\n if (tab) {\n tab.focus();\n }\n }\n emit('update:modelValue', key);\n };\n\n onMounted(() => {\n const selectedIndex = props.tabs.findIndex((tab) => tab.key === props.modelValue);\n\n if (selectedIndex >= 0) {\n const
|
|
1
|
+
{"version":3,"file":"NeonTabs.cjs.js","sources":["../../../../src/components/presentation/tabs/NeonTabs.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent, onMounted, ref } from 'vue';\nimport type { NeonTabModel } from '@/common/models/NeonTabModel';\nimport { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\nimport { NeonSize } from '@/common/enums/NeonSize';\nimport NeonIcon from '@/components/presentation/icon/NeonIcon.vue';\nimport NeonLink from '@/components/navigation/link/NeonLink.vue';\nimport NeonSwiper from '@/components/layout/swiper/NeonSwiper.vue';\n\n/**\n * A component for displaying tabbed content.\n */\nexport default defineComponent({\n name: 'NeonTabs',\n components: {\n NeonIcon,\n NeonLink,\n NeonSwiper,\n },\n props: {\n /**\n * The list of tabs to display.\n * */\n tabs: { type: Array as () => Array<NeonTabModel>, required: true },\n /**\n * The key of the selected tab.\n */\n modelValue: { type: String, required: true },\n /**\n * The tab highlight color (excludes low-contrast).\n */\n color: { type: String as () => NeonFunctionalColor, default: NeonFunctionalColor.Primary },\n /**\n * The tab size\n */\n size: { type: String as () => NeonSize, default: NeonSize.Medium },\n /**\n * Display a border underlining all tabs. When tabs are in an element with a border-bottom it is preferable to omit the tabs border-bottom\n */\n underline: { type: Boolean, default: true },\n /**\n * Display tab buttons full screen width at the mobile-large breakpoint.\n */\n fullWidthMobile: { type: Boolean, default: true },\n },\n emits: [\n /**\n * Emitted when the selected tab is changed.\n * @type {string} The key of the selected tab.\n */\n 'update:modelValue',\n ],\n setup(props, { emit }) {\n const menuItem = ref<Array<typeof NeonLink>>([]);\n\n const onClick = (key: string, changeFocus = false) => {\n if (changeFocus) {\n const tab = document.getElementById(`${key}ButtonContainer`);\n if (tab) {\n tab.focus();\n }\n }\n emit('update:modelValue', key);\n };\n\n onMounted(() => {\n const selectedIndex = props.tabs.findIndex((tab) => tab.key === props.modelValue);\n\n if (selectedIndex >= 0) {\n const selectedMenuItem = document.getElementById(`${props.tabs[selectedIndex].key}Button`);\n\n if (selectedMenuItem) {\n selectedMenuItem.scrollIntoView({ block: 'nearest', inline: 'nearest' });\n }\n }\n });\n\n return {\n onClick,\n menuItem,\n };\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonIcon","NeonLink","NeonSwiper","NeonFunctionalColor","NeonSize","props","emit","menuItem","ref","onClick","key","changeFocus","tab","onMounted","selectedIndex","selectedMenuItem"],"mappings":"4SAWAA,EAAeC,kBAAgB,CAC7B,KAAM,WACN,WAAY,CACV,SAAAC,EACA,SAAAC,EACA,WAAAC,CAAA,EAEF,MAAO,CAIL,KAAM,CAAE,KAAM,MAAoC,SAAU,EAAA,EAI5D,WAAY,CAAE,KAAM,OAAQ,SAAU,EAAA,EAItC,MAAO,CAAE,KAAM,OAAqC,QAASC,EAAAA,oBAAoB,OAAA,EAIjF,KAAM,CAAE,KAAM,OAA0B,QAASC,EAAAA,SAAS,MAAA,EAI1D,UAAW,CAAE,KAAM,QAAS,QAAS,EAAA,EAIrC,gBAAiB,CAAE,KAAM,QAAS,QAAS,EAAA,CAAK,EAElD,MAAO,CAKL,mBAAA,EAEF,MAAMC,EAAO,CAAE,KAAAC,GAAQ,CACrB,MAAMC,EAAWC,EAAAA,IAA4B,EAAE,EAEzCC,EAAU,CAACC,EAAaC,EAAc,KAAU,CACpD,GAAIA,EAAa,CACf,MAAMC,EAAM,SAAS,eAAe,GAAGF,CAAG,iBAAiB,EACvDE,GACFA,EAAI,MAAA,CAER,CACAN,EAAK,oBAAqBI,CAAG,CAC/B,EAEAG,OAAAA,EAAAA,UAAU,IAAM,CACd,MAAMC,EAAgBT,EAAM,KAAK,UAAWO,GAAQA,EAAI,MAAQP,EAAM,UAAU,EAEhF,GAAIS,GAAiB,EAAG,CACtB,MAAMC,EAAmB,SAAS,eAAe,GAAGV,EAAM,KAAKS,CAAa,EAAE,GAAG,QAAQ,EAErFC,GACFA,EAAiB,eAAe,CAAE,MAAO,UAAW,OAAQ,UAAW,CAE3E,CACF,CAAC,EAEM,CACL,QAAAN,EACA,SAAAF,CAAA,CAEJ,CACF,CAAC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { defineComponent as u, ref as
|
|
1
|
+
import { defineComponent as u, ref as m, onMounted as a } from "vue";
|
|
2
2
|
import { NeonFunctionalColor as d } from "../../../common/enums/NeonFunctionalColor.es.js";
|
|
3
3
|
import { NeonSize as f } from "../../../common/enums/NeonSize.es.js";
|
|
4
4
|
import s from "../icon/NeonIcon.vue.es.js";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
const
|
|
5
|
+
import c from "../../navigation/link/NeonLink.vue.es.js";
|
|
6
|
+
import p from "../../layout/swiper/NeonSwiper.vue.es.js";
|
|
7
|
+
const S = u({
|
|
8
8
|
name: "NeonTabs",
|
|
9
9
|
components: {
|
|
10
10
|
NeonIcon: s,
|
|
11
|
-
NeonLink:
|
|
12
|
-
NeonSwiper:
|
|
11
|
+
NeonLink: c,
|
|
12
|
+
NeonSwiper: p
|
|
13
13
|
},
|
|
14
14
|
props: {
|
|
15
15
|
/**
|
|
@@ -44,28 +44,27 @@ const g = u({
|
|
|
44
44
|
*/
|
|
45
45
|
"update:modelValue"
|
|
46
46
|
],
|
|
47
|
-
setup(
|
|
48
|
-
const
|
|
49
|
-
if (
|
|
50
|
-
const
|
|
51
|
-
|
|
47
|
+
setup(o, { emit: r }) {
|
|
48
|
+
const i = m([]), l = (t, e = !1) => {
|
|
49
|
+
if (e) {
|
|
50
|
+
const n = document.getElementById(`${t}ButtonContainer`);
|
|
51
|
+
n && n.focus();
|
|
52
52
|
}
|
|
53
|
-
|
|
53
|
+
r("update:modelValue", t);
|
|
54
54
|
};
|
|
55
|
-
return
|
|
56
|
-
|
|
57
|
-
const t = n.tabs.findIndex((e) => e.key === n.modelValue);
|
|
55
|
+
return a(() => {
|
|
56
|
+
const t = o.tabs.findIndex((e) => e.key === o.modelValue);
|
|
58
57
|
if (t >= 0) {
|
|
59
|
-
const e = (o
|
|
58
|
+
const e = document.getElementById(`${o.tabs[t].key}Button`);
|
|
60
59
|
e && e.scrollIntoView({ block: "nearest", inline: "nearest" });
|
|
61
60
|
}
|
|
62
61
|
}), {
|
|
63
62
|
onClick: l,
|
|
64
|
-
menuItem:
|
|
63
|
+
menuItem: i
|
|
65
64
|
};
|
|
66
65
|
}
|
|
67
66
|
});
|
|
68
67
|
export {
|
|
69
|
-
|
|
68
|
+
S as default
|
|
70
69
|
};
|
|
71
70
|
//# sourceMappingURL=NeonTabs.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonTabs.es.js","sources":["../../../../src/components/presentation/tabs/NeonTabs.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent, onMounted, ref } from 'vue';\nimport type { NeonTabModel } from '@/common/models/NeonTabModel';\nimport { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\nimport { NeonSize } from '@/common/enums/NeonSize';\nimport NeonIcon from '@/components/presentation/icon/NeonIcon.vue';\nimport NeonLink from '@/components/navigation/link/NeonLink.vue';\nimport NeonSwiper from '@/components/layout/swiper/NeonSwiper.vue';\n\n/**\n * A component for displaying tabbed content.\n */\nexport default defineComponent({\n name: 'NeonTabs',\n components: {\n NeonIcon,\n NeonLink,\n NeonSwiper,\n },\n props: {\n /**\n * The list of tabs to display.\n * */\n tabs: { type: Array as () => Array<NeonTabModel>, required: true },\n /**\n * The key of the selected tab.\n */\n modelValue: { type: String, required: true },\n /**\n * The tab highlight color (excludes low-contrast).\n */\n color: { type: String as () => NeonFunctionalColor, default: NeonFunctionalColor.Primary },\n /**\n * The tab size\n */\n size: { type: String as () => NeonSize, default: NeonSize.Medium },\n /**\n * Display a border underlining all tabs. When tabs are in an element with a border-bottom it is preferable to omit the tabs border-bottom\n */\n underline: { type: Boolean, default: true },\n /**\n * Display tab buttons full screen width at the mobile-large breakpoint.\n */\n fullWidthMobile: { type: Boolean, default: true },\n },\n emits: [\n /**\n * Emitted when the selected tab is changed.\n * @type {string} The key of the selected tab.\n */\n 'update:modelValue',\n ],\n setup(props, { emit }) {\n const menuItem = ref<Array<typeof NeonLink>>([]);\n\n const onClick = (key: string, changeFocus = false) => {\n if (changeFocus) {\n const tab = document.getElementById(`${key}ButtonContainer`);\n if (tab) {\n tab.focus();\n }\n }\n emit('update:modelValue', key);\n };\n\n onMounted(() => {\n const selectedIndex = props.tabs.findIndex((tab) => tab.key === props.modelValue);\n\n if (selectedIndex >= 0) {\n const
|
|
1
|
+
{"version":3,"file":"NeonTabs.es.js","sources":["../../../../src/components/presentation/tabs/NeonTabs.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent, onMounted, ref } from 'vue';\nimport type { NeonTabModel } from '@/common/models/NeonTabModel';\nimport { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\nimport { NeonSize } from '@/common/enums/NeonSize';\nimport NeonIcon from '@/components/presentation/icon/NeonIcon.vue';\nimport NeonLink from '@/components/navigation/link/NeonLink.vue';\nimport NeonSwiper from '@/components/layout/swiper/NeonSwiper.vue';\n\n/**\n * A component for displaying tabbed content.\n */\nexport default defineComponent({\n name: 'NeonTabs',\n components: {\n NeonIcon,\n NeonLink,\n NeonSwiper,\n },\n props: {\n /**\n * The list of tabs to display.\n * */\n tabs: { type: Array as () => Array<NeonTabModel>, required: true },\n /**\n * The key of the selected tab.\n */\n modelValue: { type: String, required: true },\n /**\n * The tab highlight color (excludes low-contrast).\n */\n color: { type: String as () => NeonFunctionalColor, default: NeonFunctionalColor.Primary },\n /**\n * The tab size\n */\n size: { type: String as () => NeonSize, default: NeonSize.Medium },\n /**\n * Display a border underlining all tabs. When tabs are in an element with a border-bottom it is preferable to omit the tabs border-bottom\n */\n underline: { type: Boolean, default: true },\n /**\n * Display tab buttons full screen width at the mobile-large breakpoint.\n */\n fullWidthMobile: { type: Boolean, default: true },\n },\n emits: [\n /**\n * Emitted when the selected tab is changed.\n * @type {string} The key of the selected tab.\n */\n 'update:modelValue',\n ],\n setup(props, { emit }) {\n const menuItem = ref<Array<typeof NeonLink>>([]);\n\n const onClick = (key: string, changeFocus = false) => {\n if (changeFocus) {\n const tab = document.getElementById(`${key}ButtonContainer`);\n if (tab) {\n tab.focus();\n }\n }\n emit('update:modelValue', key);\n };\n\n onMounted(() => {\n const selectedIndex = props.tabs.findIndex((tab) => tab.key === props.modelValue);\n\n if (selectedIndex >= 0) {\n const selectedMenuItem = document.getElementById(`${props.tabs[selectedIndex].key}Button`);\n\n if (selectedMenuItem) {\n selectedMenuItem.scrollIntoView({ block: 'nearest', inline: 'nearest' });\n }\n }\n });\n\n return {\n onClick,\n menuItem,\n };\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonIcon","NeonLink","NeonSwiper","NeonFunctionalColor","NeonSize","props","emit","menuItem","ref","onClick","key","changeFocus","tab","onMounted","selectedIndex","selectedMenuItem"],"mappings":";;;;;;AAWA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,YAAY;AAAA,IACV,UAAAC;AAAA,IACA,UAAAC;AAAA,IACA,YAAAC;AAAA,EAAA;AAAA,EAEF,OAAO;AAAA;AAAA;AAAA;AAAA,IAIL,MAAM,EAAE,MAAM,OAAoC,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAI5D,YAAY,EAAE,MAAM,QAAQ,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAItC,OAAO,EAAE,MAAM,QAAqC,SAASC,EAAoB,QAAA;AAAA;AAAA;AAAA;AAAA,IAIjF,MAAM,EAAE,MAAM,QAA0B,SAASC,EAAS,OAAA;AAAA;AAAA;AAAA;AAAA,IAI1D,WAAW,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA;AAAA;AAAA;AAAA,IAIrC,iBAAiB,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA,EAAK;AAAA,EAElD,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA,IAKL;AAAA,EAAA;AAAA,EAEF,MAAMC,GAAO,EAAE,MAAAC,KAAQ;AACrB,UAAMC,IAAWC,EAA4B,EAAE,GAEzCC,IAAU,CAACC,GAAaC,IAAc,OAAU;AACpD,UAAIA,GAAa;AACf,cAAMC,IAAM,SAAS,eAAe,GAAGF,CAAG,iBAAiB;AAC3D,QAAIE,KACFA,EAAI,MAAA;AAAA,MAER;AACA,MAAAN,EAAK,qBAAqBI,CAAG;AAAA,IAC/B;AAEA,WAAAG,EAAU,MAAM;AACd,YAAMC,IAAgBT,EAAM,KAAK,UAAU,CAACO,MAAQA,EAAI,QAAQP,EAAM,UAAU;AAEhF,UAAIS,KAAiB,GAAG;AACtB,cAAMC,IAAmB,SAAS,eAAe,GAAGV,EAAM,KAAKS,CAAa,EAAE,GAAG,QAAQ;AAEzF,QAAIC,KACFA,EAAiB,eAAe,EAAE,OAAO,WAAW,QAAQ,WAAW;AAAA,MAE3E;AAAA,IACF,CAAC,GAEM;AAAA,MACL,SAAAN;AAAA,MACA,UAAAF;AAAA,IAAA;AAAA,EAEJ;AACF,CAAC;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),
|
|
1
|
+
"use strict";const e=require("vue"),t=e.defineComponent({name:"NeonTab",props:{selected:{type:Boolean,required:!0},id:{type:String,default:null},transition:{type:Boolean,default:!0}}});module.exports=t;
|
|
2
2
|
//# sourceMappingURL=NeonTab.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonTab.cjs.js","sources":["../../../../../src/components/presentation/tabs/tab/NeonTab.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent
|
|
1
|
+
{"version":3,"file":"NeonTab.cjs.js","sources":["../../../../../src/components/presentation/tabs/tab/NeonTab.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\n\n/**\n * The NeonTab component that defines individual tabs for use with the NeonTabs component.\n */\nexport default defineComponent({\n name: 'NeonTab',\n props: {\n /**\n * True if the current tab is the visible tab.\n */\n selected: { type: Boolean, required: true },\n /**\n * Id of the tab (matches the key in NeonTabModel).\n */\n id: { type: String, default: null },\n /**\n * Use fade transition when switching tabs. This is useful to prevent a reflow.\n */\n transition: { type: Boolean, default: true },\n },\n});\n"],"names":["_sfc_main","defineComponent"],"mappings":"oCAKAA,EAAeC,kBAAgB,CAC7B,KAAM,UACN,MAAO,CAIL,SAAU,CAAE,KAAM,QAAS,SAAU,EAAA,EAIrC,GAAI,CAAE,KAAM,OAAQ,QAAS,IAAA,EAI7B,WAAY,CAAE,KAAM,QAAS,QAAS,EAAA,CAAK,CAE/C,CAAC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
|
|
3
|
-
import { NeonResponsive as a } from "../../../../common/enums/NeonResponsive.es.js";
|
|
4
|
-
const m = o({
|
|
1
|
+
import { defineComponent as e } from "vue";
|
|
2
|
+
const n = e({
|
|
5
3
|
name: "NeonTab",
|
|
6
4
|
props: {
|
|
7
5
|
/**
|
|
@@ -13,24 +11,12 @@ const m = o({
|
|
|
13
11
|
*/
|
|
14
12
|
id: { type: String, default: null },
|
|
15
13
|
/**
|
|
16
|
-
*
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
},
|
|
20
|
-
setup() {
|
|
21
|
-
const n = t(!1), e = () => {
|
|
22
|
-
n.value = window.matchMedia(r.breakpoints[a.MobileLarge]).matches;
|
|
23
|
-
};
|
|
24
|
-
return s(() => {
|
|
25
|
-
window.addEventListener("resize", e, { passive: !0 }), e();
|
|
26
|
-
}), i(() => {
|
|
27
|
-
window.removeEventListener("resize", e);
|
|
28
|
-
}), {
|
|
29
|
-
responsiveView: n
|
|
30
|
-
};
|
|
14
|
+
* Use fade transition when switching tabs. This is useful to prevent a reflow.
|
|
15
|
+
*/
|
|
16
|
+
transition: { type: Boolean, default: !0 }
|
|
31
17
|
}
|
|
32
18
|
});
|
|
33
19
|
export {
|
|
34
|
-
|
|
20
|
+
n as default
|
|
35
21
|
};
|
|
36
22
|
//# sourceMappingURL=NeonTab.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonTab.es.js","sources":["../../../../../src/components/presentation/tabs/tab/NeonTab.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent
|
|
1
|
+
{"version":3,"file":"NeonTab.es.js","sources":["../../../../../src/components/presentation/tabs/tab/NeonTab.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\n\n/**\n * The NeonTab component that defines individual tabs for use with the NeonTabs component.\n */\nexport default defineComponent({\n name: 'NeonTab',\n props: {\n /**\n * True if the current tab is the visible tab.\n */\n selected: { type: Boolean, required: true },\n /**\n * Id of the tab (matches the key in NeonTabModel).\n */\n id: { type: String, default: null },\n /**\n * Use fade transition when switching tabs. This is useful to prevent a reflow.\n */\n transition: { type: Boolean, default: true },\n },\n});\n"],"names":["_sfc_main","defineComponent"],"mappings":";AAKA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,OAAO;AAAA;AAAA;AAAA;AAAA,IAIL,UAAU,EAAE,MAAM,SAAS,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAIrC,IAAI,EAAE,MAAM,QAAQ,SAAS,KAAA;AAAA;AAAA;AAAA;AAAA,IAI7B,YAAY,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA,EAAK;AAE/C,CAAC;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const t=require("./NeonTab.cjs.js"),e=require("vue"),o=require("../../../../_virtual/_plugin-vue_export-helper.cjs.js"),r=["id","aria-labelledby"];function a(n,l,s,d,u,c){return e.openBlock(),e.createBlock(e.Transition,{name:n.transition?"neon-fade-transition":null,mode:"out-in"},{default:e.withCtx(()=>[n.selected?(e.openBlock(),e.createElementBlock("div",{key:0,id:n.id,"aria-labelledby":n.id?`${n.id}Button`:void 0,class:e.normalizeClass([{"neon-tab--selected":n.selected},"neon-tab"]),role:"tabpanel",tabindex:"0"},[e.renderSlot(n.$slots,"default")],10,r)):e.createCommentVNode("",!0)]),_:3},8,["name"])}const i=o(t,[["render",a]]);module.exports=i;
|
|
2
2
|
//# sourceMappingURL=NeonTab.vue.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonTab.vue.cjs.js","sources":["../../../../../src/components/presentation/tabs/tab/NeonTab.vue"],"sourcesContent":["<template>\n <div\n
|
|
1
|
+
{"version":3,"file":"NeonTab.vue.cjs.js","sources":["../../../../../src/components/presentation/tabs/tab/NeonTab.vue"],"sourcesContent":["<template>\n <transition :name=\"transition ? 'neon-fade-transition' : null\" mode=\"out-in\">\n <div\n v-if=\"selected\"\n :id=\"id\"\n :aria-labelledby=\"id ? `${id}Button` : undefined\"\n :class=\"{ 'neon-tab--selected': selected }\"\n class=\"neon-tab\"\n role=\"tabpanel\"\n tabindex=\"0\"\n >\n <!-- @slot The tab content -->\n <slot></slot>\n </div>\n </transition>\n</template>\n\n<script lang=\"ts\" src=\"./NeonTab.ts\"></script>\n"],"names":["_createBlock","_Transition","_ctx","_createElementBlock","_normalizeClass","_renderSlot"],"mappings":"6MACEA,EAAAA,YAaaC,aAAA,CAbA,KAAMC,EAAA,WAAU,uBAAA,KAAkC,KAAK,6BAClE,IAWM,CAVEA,EAAA,wBADRC,EAAAA,mBAWM,MAAA,OATH,GAAID,EAAA,GACJ,kBAAiBA,EAAA,GAAE,GAAMA,EAAA,EAAE,SAAW,OACtC,MAAKE,EAAAA,eAAA,CAAA,CAAA,qBAA0BF,EAAA,QAAQ,EAClC,UAAU,CAAA,EAChB,KAAK,WACL,SAAS,MAGTG,aAAaH,EAAA,OAAA,SAAA"}
|
|
@@ -1,21 +1,29 @@
|
|
|
1
1
|
import o from "./NeonTab.es.js";
|
|
2
|
-
import { openBlock as n,
|
|
3
|
-
import
|
|
4
|
-
const
|
|
5
|
-
function
|
|
6
|
-
return
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
2
|
+
import { openBlock as n, createBlock as t, Transition as a, withCtx as r, createElementBlock as i, normalizeClass as d, renderSlot as l, createCommentVNode as s } from "vue";
|
|
3
|
+
import m from "../../../../_virtual/_plugin-vue_export-helper.es.js";
|
|
4
|
+
const c = ["id", "aria-labelledby"];
|
|
5
|
+
function f(e, p, u, b, $, k) {
|
|
6
|
+
return n(), t(a, {
|
|
7
|
+
name: e.transition ? "neon-fade-transition" : null,
|
|
8
|
+
mode: "out-in"
|
|
9
|
+
}, {
|
|
10
|
+
default: r(() => [
|
|
11
|
+
e.selected ? (n(), i("div", {
|
|
12
|
+
key: 0,
|
|
13
|
+
id: e.id,
|
|
14
|
+
"aria-labelledby": e.id ? `${e.id}Button` : void 0,
|
|
15
|
+
class: d([{ "neon-tab--selected": e.selected }, "neon-tab"]),
|
|
16
|
+
role: "tabpanel",
|
|
17
|
+
tabindex: "0"
|
|
18
|
+
}, [
|
|
19
|
+
l(e.$slots, "default")
|
|
20
|
+
], 10, c)) : s("", !0)
|
|
21
|
+
]),
|
|
22
|
+
_: 3
|
|
23
|
+
}, 8, ["name"]);
|
|
16
24
|
}
|
|
17
|
-
const
|
|
25
|
+
const y = /* @__PURE__ */ m(o, [["render", f]]);
|
|
18
26
|
export {
|
|
19
|
-
|
|
27
|
+
y as default
|
|
20
28
|
};
|
|
21
29
|
//# sourceMappingURL=NeonTab.vue.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonTab.vue.es.js","sources":["../../../../../src/components/presentation/tabs/tab/NeonTab.vue"],"sourcesContent":["<template>\n <div\n
|
|
1
|
+
{"version":3,"file":"NeonTab.vue.es.js","sources":["../../../../../src/components/presentation/tabs/tab/NeonTab.vue"],"sourcesContent":["<template>\n <transition :name=\"transition ? 'neon-fade-transition' : null\" mode=\"out-in\">\n <div\n v-if=\"selected\"\n :id=\"id\"\n :aria-labelledby=\"id ? `${id}Button` : undefined\"\n :class=\"{ 'neon-tab--selected': selected }\"\n class=\"neon-tab\"\n role=\"tabpanel\"\n tabindex=\"0\"\n >\n <!-- @slot The tab content -->\n <slot></slot>\n </div>\n </transition>\n</template>\n\n<script lang=\"ts\" src=\"./NeonTab.ts\"></script>\n"],"names":["_createBlock","_Transition","_ctx","_createElementBlock","_normalizeClass","_renderSlot"],"mappings":";;;;;cACEA,EAaaC,GAAA;AAAA,IAbA,MAAMC,EAAA,aAAU,yBAAA;AAAA,IAAkC,MAAK;AAAA;eAClE,MAWM;AAAA,MAVEA,EAAA,iBADRC,EAWM,OAAA;AAAA;QATH,IAAID,EAAA;AAAA,QACJ,mBAAiBA,EAAA,KAAE,GAAMA,EAAA,EAAE,WAAW;AAAA,QACtC,OAAKE,EAAA,CAAA,EAAA,sBAA0BF,EAAA,SAAQ,GAClC,UAAU,CAAA;AAAA,QAChB,MAAK;AAAA,QACL,UAAS;AAAA;QAGTG,EAAaH,EAAA,QAAA,SAAA;AAAA;;;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),t=require("
|
|
1
|
+
"use strict";const e=require("vue"),t=require("../../../common/enums/NeonFunctionalColor.cjs.js"),o=e.defineComponent({name:"NeonField",props:{label:{type:String,required:!0},labelFor:{type:String,default:null},optional:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},optionalLabel:{type:String,default:"Optional"},message:{type:String,default:null},messageColor:{type:String,default:t.NeonFunctionalColor.LowContrast}}});module.exports=o;
|
|
2
2
|
//# sourceMappingURL=NeonField.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonField.cjs.js","sources":["../../../../src/components/user-input/field/NeonField.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport
|
|
1
|
+
{"version":3,"file":"NeonField.cjs.js","sources":["../../../../src/components/user-input/field/NeonField.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\n\n/**\n * An HTML label implementation supporting optional labels. Use in the same way as an HTML label either wrapping the input\n * or using the label alongside the input.\n */\nexport default defineComponent({\n name: 'NeonField',\n props: {\n /**\n * The label text to render.\n */\n label: { type: String, required: true },\n /**\n * The equivalent of the <em>for</em> attribute on an HTML label.\n */\n labelFor: { type: String, default: null },\n /**\n * Display an \"optional\" indicator with the label.\n */\n optional: { type: Boolean, default: false },\n /**\n * Display label with disabled state.\n */\n disabled: { type: Boolean, default: false },\n /**\n * The default \"optional\" label text.\n */\n optionalLabel: { type: String, default: 'Optional' },\n /**\n * Message to display below the input field.\n */\n message: { type: String, default: null },\n /**\n * The color of message displayed under input. Can be any functional color.\n */\n messageColor: { type: String as () => NeonFunctionalColor, default: NeonFunctionalColor.LowContrast },\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonFunctionalColor"],"mappings":"kGAOAA,EAAeC,kBAAgB,CAC7B,KAAM,YACN,MAAO,CAIL,MAAO,CAAE,KAAM,OAAQ,SAAU,EAAA,EAIjC,SAAU,CAAE,KAAM,OAAQ,QAAS,IAAA,EAInC,SAAU,CAAE,KAAM,QAAS,QAAS,EAAA,EAIpC,SAAU,CAAE,KAAM,QAAS,QAAS,EAAA,EAIpC,cAAe,CAAE,KAAM,OAAQ,QAAS,UAAA,EAIxC,QAAS,CAAE,KAAM,OAAQ,QAAS,IAAA,EAIlC,aAAc,CAAE,KAAM,OAAqC,QAASC,EAAAA,oBAAoB,WAAA,CAAY,CAExG,CAAC"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import { defineComponent as e } from "vue";
|
|
2
|
-
import o from "../../presentation/label/NeonLabel.vue.es.js";
|
|
3
2
|
import { NeonFunctionalColor as t } from "../../../common/enums/NeonFunctionalColor.es.js";
|
|
4
|
-
const
|
|
3
|
+
const a = e({
|
|
5
4
|
name: "NeonField",
|
|
6
|
-
components: {
|
|
7
|
-
NeonLabel: o
|
|
8
|
-
},
|
|
9
5
|
props: {
|
|
10
6
|
/**
|
|
11
7
|
* The label text to render.
|
|
@@ -38,6 +34,6 @@ const r = e({
|
|
|
38
34
|
}
|
|
39
35
|
});
|
|
40
36
|
export {
|
|
41
|
-
|
|
37
|
+
a as default
|
|
42
38
|
};
|
|
43
39
|
//# sourceMappingURL=NeonField.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonField.es.js","sources":["../../../../src/components/user-input/field/NeonField.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport
|
|
1
|
+
{"version":3,"file":"NeonField.es.js","sources":["../../../../src/components/user-input/field/NeonField.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\n\n/**\n * An HTML label implementation supporting optional labels. Use in the same way as an HTML label either wrapping the input\n * or using the label alongside the input.\n */\nexport default defineComponent({\n name: 'NeonField',\n props: {\n /**\n * The label text to render.\n */\n label: { type: String, required: true },\n /**\n * The equivalent of the <em>for</em> attribute on an HTML label.\n */\n labelFor: { type: String, default: null },\n /**\n * Display an \"optional\" indicator with the label.\n */\n optional: { type: Boolean, default: false },\n /**\n * Display label with disabled state.\n */\n disabled: { type: Boolean, default: false },\n /**\n * The default \"optional\" label text.\n */\n optionalLabel: { type: String, default: 'Optional' },\n /**\n * Message to display below the input field.\n */\n message: { type: String, default: null },\n /**\n * The color of message displayed under input. Can be any functional color.\n */\n messageColor: { type: String as () => NeonFunctionalColor, default: NeonFunctionalColor.LowContrast },\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonFunctionalColor"],"mappings":";;AAOA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,OAAO;AAAA;AAAA;AAAA;AAAA,IAIL,OAAO,EAAE,MAAM,QAAQ,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAIjC,UAAU,EAAE,MAAM,QAAQ,SAAS,KAAA;AAAA;AAAA;AAAA;AAAA,IAInC,UAAU,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA;AAAA;AAAA;AAAA,IAIpC,UAAU,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA;AAAA;AAAA;AAAA,IAIpC,eAAe,EAAE,MAAM,QAAQ,SAAS,WAAA;AAAA;AAAA;AAAA;AAAA,IAIxC,SAAS,EAAE,MAAM,QAAQ,SAAS,KAAA;AAAA;AAAA;AAAA;AAAA,IAIlC,cAAc,EAAE,MAAM,QAAqC,SAASC,EAAoB,YAAA;AAAA,EAAY;AAExG,CAAC;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const l=require("./NeonField.cjs.js"),e=require("vue"),s=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),t=["for"],a={class:"neon-field__label-wrapper"},r={class:"neon-field__label"},i={key:0,class:"neon-field__optional"},d={class:"neon-field__contents"};function p(o,n,_,m,u,f){return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass([{"neon-field--optional":o.optional,"neon-field--disabled":o.disabled,"neon-field--with-message":o.message!==null},"neon-field"]),for:o.labelFor},[e.createElementVNode("span",a,[e.createElementVNode("span",r,e.toDisplayString(o.label),1),o.optional?(e.openBlock(),e.createElementBlock("span",i,e.toDisplayString(o.optionalLabel),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",d,[e.renderSlot(o.$slots,"default"),o.message!==null?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass([`neon-color-${o.messageColor}`,"neon-field__message"]),onClick:n[0]||(n[0]=e.withModifiers(()=>{},["prevent","stop"]))},e.toDisplayString(o.message),3)):e.createCommentVNode("",!0)])],10,t)}const c=s(l,[["render",p]]);module.exports=c;
|
|
2
2
|
//# sourceMappingURL=NeonField.vue.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonField.vue.cjs.js","sources":["../../../../src/components/user-input/field/NeonField.vue"],"sourcesContent":["<template>\n <label\n :class=\"{\n 'neon-field--optional': optional,\n 'neon-field--disabled': disabled,\n 'neon-field--with-message': message !== null,\n }\"\n :for=\"labelFor\"\n class=\"neon-field\"\n >\n <span class=\"neon-field__label-wrapper\">\n <span class=\"neon-field__label\">{{ label }}</span>\n <
|
|
1
|
+
{"version":3,"file":"NeonField.vue.cjs.js","sources":["../../../../src/components/user-input/field/NeonField.vue"],"sourcesContent":["<template>\n <label\n :class=\"{\n 'neon-field--optional': optional,\n 'neon-field--disabled': disabled,\n 'neon-field--with-message': message !== null,\n }\"\n :for=\"labelFor\"\n class=\"neon-field\"\n >\n <span class=\"neon-field__label-wrapper\">\n <span class=\"neon-field__label\">{{ label }}</span>\n <span v-if=\"optional\" class=\"neon-field__optional\">{{ optionalLabel }}</span>\n </span>\n <div class=\"neon-field__contents\">\n <!-- @slot optionally wrap the field with the label -->\n <slot></slot>\n <span\n v-if=\"message !== null\"\n :class=\"`neon-color-${messageColor}`\"\n class=\"neon-field__message\"\n @click.prevent.stop=\"\"\n >\n {{ message }}\n </span>\n </div>\n </label>\n</template>\n\n<script lang=\"ts\" src=\"./NeonField.ts\"></script>\n"],"names":["_hoisted_2","_hoisted_3","_hoisted_5","_createElementBlock","_normalizeClass","_ctx","_createElementVNode","_toDisplayString","_hoisted_4","_renderSlot"],"mappings":"8IAUUA,EAAA,CAAA,MAAM,2BAA2B,EAC/BC,EAAA,CAAA,MAAM,mBAAmB,WACT,MAAM,wBAEzBC,EAAA,CAAA,MAAM,sBAAsB,+CAbnCC,EAAAA,mBAyBQ,QAAA,CAxBL,MAAKC,EAAAA,eAAA,CAAA,wBAAkCC,EAAA,gCAAwCA,EAAA,oCAA4CA,EAAA,UAAO,MAM7H,YAAY,CAAA,EADjB,IAAKA,EAAA,WAGNC,EAAAA,mBAGO,OAHPN,EAGO,CAFLM,EAAAA,mBAAkD,OAAlDL,EAAkDM,EAAAA,gBAAfF,EAAA,KAAK,EAAA,CAAA,EAC5BA,EAAA,wBAAZF,EAAAA,mBAA6E,OAA7EK,EAA6ED,EAAAA,gBAAvBF,EAAA,aAAa,EAAA,CAAA,iCAErEC,EAAAA,mBAWM,MAXNJ,EAWM,CATJO,aAAaJ,EAAA,OAAA,SAAA,EAELA,EAAA,UAAO,oBADfF,EAAAA,mBAOO,OAAA,OALJ,MAAKC,EAAAA,eAAA,CAAA,cAAgBC,EAAA,YAAY,GAC5B,qBAAqB,CAAA,EAC1B,oCAAD,IAAA,CAAA,EAAsB,CAAA,UAAA,MAAA,CAAA,sBAEnBA,EAAA,OAAO,EAAA,CAAA"}
|