@aotearoan/neon 22.1.2 → 22.3.0
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/enums/NeonToggleStyle.cjs.js +1 -1
- package/dist/common/enums/NeonToggleStyle.cjs.js.map +1 -1
- package/dist/common/enums/NeonToggleStyle.es.js +2 -2
- package/dist/common/enums/NeonToggleStyle.es.js.map +1 -1
- package/dist/common/utils/NeonDateUtils.cjs.js +1 -1
- package/dist/common/utils/NeonDateUtils.cjs.js.map +1 -1
- package/dist/common/utils/NeonDateUtils.es.js +45 -39
- package/dist/common/utils/NeonDateUtils.es.js.map +1 -1
- package/dist/common/utils/NeonFileUtils.cjs.js +2 -0
- package/dist/common/utils/NeonFileUtils.cjs.js.map +1 -0
- package/dist/common/utils/NeonFileUtils.es.js +10 -0
- package/dist/common/utils/NeonFileUtils.es.js.map +1 -0
- package/dist/components/navigation/stepper/NeonStepper.vue.cjs.js +1 -1
- package/dist/components/navigation/stepper/NeonStepper.vue.cjs.js.map +1 -1
- package/dist/components/navigation/stepper/NeonStepper.vue.es.js +29 -21
- package/dist/components/navigation/stepper/NeonStepper.vue.es.js.map +1 -1
- package/dist/components/presentation/badge/NeonBadge.cjs.js +1 -1
- package/dist/components/presentation/badge/NeonBadge.cjs.js.map +1 -1
- package/dist/components/presentation/badge/NeonBadge.es.js +51 -26
- package/dist/components/presentation/badge/NeonBadge.es.js.map +1 -1
- package/dist/components/presentation/badge/NeonBadge.vue.cjs.js +1 -1
- package/dist/components/presentation/badge/NeonBadge.vue.cjs.js.map +1 -1
- package/dist/components/presentation/badge/NeonBadge.vue.es.js +28 -14
- package/dist/components/presentation/badge/NeonBadge.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 +44 -32
- 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 +116 -86
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js.map +1 -1
- package/dist/components/user-input/file/NeonFile.cjs.js +1 -1
- package/dist/components/user-input/file/NeonFile.cjs.js.map +1 -1
- package/dist/components/user-input/file/NeonFile.es.js +20 -12
- package/dist/components/user-input/file/NeonFile.es.js.map +1 -1
- package/dist/components/user-input/file/NeonFile.vue.cjs.js +1 -1
- package/dist/components/user-input/file/NeonFile.vue.cjs.js.map +1 -1
- package/dist/components/user-input/file/NeonFile.vue.es.js +7 -5
- package/dist/components/user-input/file/NeonFile.vue.es.js.map +1 -1
- package/dist/components/user-input/toggle/NeonToggle.cjs.js +1 -1
- package/dist/components/user-input/toggle/NeonToggle.cjs.js.map +1 -1
- package/dist/components/user-input/toggle/NeonToggle.es.js +19 -18
- package/dist/components/user-input/toggle/NeonToggle.es.js.map +1 -1
- package/dist/components/user-input/toggle/NeonToggle.vue.cjs.js +1 -1
- package/dist/components/user-input/toggle/NeonToggle.vue.cjs.js.map +1 -1
- package/dist/components/user-input/toggle/NeonToggle.vue.es.js +9 -9
- package/dist/components/user-input/toggle/NeonToggle.vue.es.js.map +1 -1
- package/dist/neon.cjs.js +1 -1
- package/dist/neon.es.js +40 -38
- package/dist/neon.es.js.map +1 -1
- package/dist/src/common/enums/NeonToggleStyle.d.ts +3 -1
- package/dist/src/common/models/NeonDate.d.ts +2 -0
- package/dist/src/common/utils/NeonFileUtils.d.ts +6 -0
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +2 -2
- package/dist/src/components/feedback/note/NeonNote.d.ts +1 -1
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +1 -1
- package/dist/src/components/layout/modal/NeonModal.d.ts +1 -1
- package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +4953 -471
- package/dist/src/components/navigation/menu/NeonMenu.d.ts +4920 -402
- package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +4897 -469
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +1501 -3
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +1529 -17
- package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +36 -23
- package/dist/src/components/user-input/button/NeonButton.d.ts +1 -1
- package/dist/src/components/user-input/chip/NeonChip.d.ts +1 -1
- package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +1801 -218
- package/dist/src/components/user-input/drop-zone/NeonDropZone.d.ts +1 -1
- package/dist/src/components/user-input/file/NeonFile.d.ts +636 -7
- package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +1 -1
- package/dist/src/components/user-input/number/NeonNumber.d.ts +1 -1
- package/dist/src/components/user-input/search/NeonSearch.d.ts +5247 -693
- package/dist/src/components/user-input/select/NeonSelect.d.ts +4571 -71
- package/dist/src/components/user-input/toggle/NeonToggle.d.ts +1 -0
- package/dist/src/neon.d.ts +1 -0
- package/package.json +1 -1
- package/src/sass/components/_badge.scss +79 -0
- package/src/sass/components/_image-carousel.scss +109 -14
- package/src/sass/components/_stepper.scss +8 -3
- package/src/sass/components/_toggle.scss +29 -6
- package/src/sass/includes/_dependencies.scss +1 -1
- package/src/sass/variables.scss +33 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { NeonSize as
|
|
3
|
-
import { NeonFunctionalColor as
|
|
4
|
-
import { NeonToggleStyle as
|
|
1
|
+
import { defineComponent as m, useAttrs as s, computed as p } from "vue";
|
|
2
|
+
import { NeonSize as c } from "../../../common/enums/NeonSize.es.js";
|
|
3
|
+
import { NeonFunctionalColor as f } from "../../../common/enums/NeonFunctionalColor.es.js";
|
|
4
|
+
import { NeonToggleStyle as r } from "../../../common/enums/NeonToggleStyle.es.js";
|
|
5
5
|
import { NeonOrientation as y } from "../../../common/enums/NeonOrientation.es.js";
|
|
6
6
|
import g from "../../presentation/icon/NeonIcon.vue.es.js";
|
|
7
|
-
const A =
|
|
7
|
+
const A = m({
|
|
8
8
|
name: "NeonToggle",
|
|
9
9
|
components: {
|
|
10
10
|
NeonIcon: g
|
|
@@ -25,11 +25,11 @@ const A = u({
|
|
|
25
25
|
/**
|
|
26
26
|
* The style of toggle to display to the user.
|
|
27
27
|
*/
|
|
28
|
-
toggleStyle: { type: String, default: () =>
|
|
28
|
+
toggleStyle: { type: String, default: () => r.Toggle },
|
|
29
29
|
/**
|
|
30
30
|
* The size of the toggle.
|
|
31
31
|
*/
|
|
32
|
-
size: { type: String, default: () =>
|
|
32
|
+
size: { type: String, default: () => c.Medium },
|
|
33
33
|
/**
|
|
34
34
|
* The orientation of the toggle if the style is a radio button group.
|
|
35
35
|
*/
|
|
@@ -37,7 +37,7 @@ const A = u({
|
|
|
37
37
|
/**
|
|
38
38
|
* The color of the toggle.
|
|
39
39
|
*/
|
|
40
|
-
color: { type: String, default: () =>
|
|
40
|
+
color: { type: String, default: () => f.Primary },
|
|
41
41
|
/**
|
|
42
42
|
* Whether the toggle is disabled.
|
|
43
43
|
*/
|
|
@@ -50,22 +50,23 @@ const A = u({
|
|
|
50
50
|
*/
|
|
51
51
|
"update:modelValue"
|
|
52
52
|
],
|
|
53
|
-
setup(t, { emit:
|
|
54
|
-
const
|
|
55
|
-
|
|
56
|
-
},
|
|
53
|
+
setup(t, { emit: n, slots: i }) {
|
|
54
|
+
const l = s(), o = (e) => {
|
|
55
|
+
n("update:modelValue", e);
|
|
56
|
+
}, a = (e) => {
|
|
57
57
|
!t.disabled && !e.disabled && t.modelValue !== e.key && o(e.key);
|
|
58
|
-
},
|
|
59
|
-
const { onClick: e, ...
|
|
60
|
-
return
|
|
58
|
+
}, d = p(() => {
|
|
59
|
+
const { onClick: e, ...u } = l;
|
|
60
|
+
return u;
|
|
61
61
|
});
|
|
62
62
|
return {
|
|
63
63
|
selectOption: (e) => {
|
|
64
64
|
!t.disabled && !e.disabled && o(e.key);
|
|
65
65
|
},
|
|
66
|
-
onInput:
|
|
67
|
-
sanitizedAttributes:
|
|
68
|
-
slots:
|
|
66
|
+
onInput: a,
|
|
67
|
+
sanitizedAttributes: d,
|
|
68
|
+
slots: i,
|
|
69
|
+
NeonToggleStyle: r
|
|
69
70
|
};
|
|
70
71
|
}
|
|
71
72
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonToggle.es.js","sources":["../../../../src/components/user-input/toggle/NeonToggle.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { computed, defineComponent, useAttrs } from 'vue';\nimport type { NeonToggleModel } from '@/common/models/NeonToggleModel';\nimport { NeonSize } from '@/common/enums/NeonSize';\nimport { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\nimport { NeonToggleStyle } from '@/common/enums/NeonToggleStyle';\nimport { NeonOrientation } from '@/common/enums/NeonOrientation';\nimport NeonIcon from '@/components/presentation/icon/NeonIcon.vue';\n\n/**\n * <p>A toggle component for selecting one value from a range of options. This is equivalent to a radio button group. It can be styled as a <em>Toggle</em> or as <em>Radio buttons</em>.\n */\nexport default defineComponent({\n name: 'NeonToggle',\n components: {\n NeonIcon,\n },\n props: {\n /**\n * The name of the radio button group.\n */\n name: { type: String, required: true },\n /**\n * The key of the selected option.\n */\n modelValue: { type: String, required: true },\n /**\n * The list of options to present to the user.\n */\n model: { type: Array as () => Array<NeonToggleModel>, required: true },\n /**\n * The style of toggle to display to the user.\n */\n toggleStyle: { type: String as () => NeonToggleStyle, default: () => NeonToggleStyle.Toggle },\n /**\n * The size of the toggle.\n */\n size: { type: String as () => NeonSize, default: () => NeonSize.Medium },\n /**\n * The orientation of the toggle if the style is a radio button group.\n */\n orientation: { type: String as () => NeonOrientation, default: () => NeonOrientation.Vertical },\n /**\n * The color of the toggle.\n */\n color: { type: String as () => NeonFunctionalColor, default: () => NeonFunctionalColor.Primary },\n /**\n * Whether the toggle is disabled.\n */\n disabled: { type: Boolean, default: false },\n },\n emits: [\n /**\n * Emitted when the selected value changes.\n * @type {string} The key of the selected model item.\n */\n 'update:modelValue',\n ],\n setup(props, { emit, slots }) {\n const attrs = useAttrs();\n const emitInput = (key: string) => {\n emit('update:modelValue', key);\n };\n\n const onInput = (option: NeonToggleModel) => {\n if (!props.disabled && !option.disabled && props.modelValue !== option.key) {\n emitInput(option.key);\n }\n };\n\n const sanitizedAttributes = computed(() => {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n const { onClick, ...sanitized } = attrs;\n return sanitized;\n });\n\n const selectOption = (option: NeonToggleModel) => {\n if (!props.disabled && !option.disabled) {\n emitInput(option.key);\n }\n };\n\n return {\n selectOption,\n onInput,\n sanitizedAttributes,\n slots,\n };\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonIcon","NeonToggleStyle","NeonSize","NeonOrientation","NeonFunctionalColor","props","emit","slots","attrs","useAttrs","emitInput","key","onInput","option","sanitizedAttributes","computed","onClick","sanitized"],"mappings":";;;;;;AAWA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,YAAY;AAAA,IACV,UAAAC;AAAA,EAAA;AAAA,EAEF,OAAO;AAAA;AAAA;AAAA;AAAA,IAIL,MAAM,EAAE,MAAM,QAAQ,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAIhC,YAAY,EAAE,MAAM,QAAQ,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAItC,OAAO,EAAE,MAAM,OAAuC,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAIhE,aAAa,EAAE,MAAM,QAAiC,SAAS,MAAMC,EAAgB,OAAA;AAAA;AAAA;AAAA;AAAA,IAIrF,MAAM,EAAE,MAAM,QAA0B,SAAS,MAAMC,EAAS,OAAA;AAAA;AAAA;AAAA;AAAA,IAIhE,aAAa,EAAE,MAAM,QAAiC,SAAS,MAAMC,EAAgB,SAAA;AAAA;AAAA;AAAA;AAAA,IAIrF,OAAO,EAAE,MAAM,QAAqC,SAAS,MAAMC,EAAoB,QAAA;AAAA;AAAA;AAAA;AAAA,IAIvF,UAAU,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA,EAAM;AAAA,EAE5C,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA,IAKL;AAAA,EAAA;AAAA,EAEF,MAAMC,GAAO,EAAE,MAAAC,GAAM,OAAAC,KAAS;AAC5B,UAAMC,IAAQC,EAAA,GACRC,IAAY,CAACC,MAAgB;AACjC,MAAAL,EAAK,qBAAqBK,CAAG;AAAA,IAC/B,GAEMC,IAAU,CAACC,MAA4B;AAC3C,MAAI,CAACR,EAAM,YAAY,CAACQ,EAAO,YAAYR,EAAM,eAAeQ,EAAO,OACrEH,EAAUG,EAAO,GAAG;AAAA,IAExB,GAEMC,IAAsBC,EAAS,MAAM;AAEzC,YAAM,EAAE,SAAAC,GAAS,GAAGC,EAAA,IAAcT;AAClC,aAAOS;AAAA,IACT,CAAC;AAQD,WAAO;AAAA,MACL,cAPmB,CAACJ,MAA4B;AAChD,QAAI,CAACR,EAAM,YAAY,CAACQ,EAAO,YAC7BH,EAAUG,EAAO,GAAG;AAAA,MAExB;AAAA,MAIE,SAAAD;AAAA,MACA,qBAAAE;AAAA,MACA,OAAAP;AAAA,IAAA;AAAA,EAEJ;AACF,CAAC;"}
|
|
1
|
+
{"version":3,"file":"NeonToggle.es.js","sources":["../../../../src/components/user-input/toggle/NeonToggle.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { computed, defineComponent, useAttrs } from 'vue';\nimport type { NeonToggleModel } from '@/common/models/NeonToggleModel';\nimport { NeonSize } from '@/common/enums/NeonSize';\nimport { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\nimport { NeonToggleStyle } from '@/common/enums/NeonToggleStyle';\nimport { NeonOrientation } from '@/common/enums/NeonOrientation';\nimport NeonIcon from '@/components/presentation/icon/NeonIcon.vue';\n\n/**\n * <p>A toggle component for selecting one value from a range of options. This is equivalent to a radio button group. It can be styled as a <em>Toggle</em> or as <em>Radio buttons</em>.\n */\nexport default defineComponent({\n name: 'NeonToggle',\n components: {\n NeonIcon,\n },\n props: {\n /**\n * The name of the radio button group.\n */\n name: { type: String, required: true },\n /**\n * The key of the selected option.\n */\n modelValue: { type: String, required: true },\n /**\n * The list of options to present to the user.\n */\n model: { type: Array as () => Array<NeonToggleModel>, required: true },\n /**\n * The style of toggle to display to the user.\n */\n toggleStyle: { type: String as () => NeonToggleStyle, default: () => NeonToggleStyle.Toggle },\n /**\n * The size of the toggle.\n */\n size: { type: String as () => NeonSize, default: () => NeonSize.Medium },\n /**\n * The orientation of the toggle if the style is a radio button group.\n */\n orientation: { type: String as () => NeonOrientation, default: () => NeonOrientation.Vertical },\n /**\n * The color of the toggle.\n */\n color: { type: String as () => NeonFunctionalColor, default: () => NeonFunctionalColor.Primary },\n /**\n * Whether the toggle is disabled.\n */\n disabled: { type: Boolean, default: false },\n },\n emits: [\n /**\n * Emitted when the selected value changes.\n * @type {string} The key of the selected model item.\n */\n 'update:modelValue',\n ],\n setup(props, { emit, slots }) {\n const attrs = useAttrs();\n const emitInput = (key: string) => {\n emit('update:modelValue', key);\n };\n\n const onInput = (option: NeonToggleModel) => {\n if (!props.disabled && !option.disabled && props.modelValue !== option.key) {\n emitInput(option.key);\n }\n };\n\n const sanitizedAttributes = computed(() => {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n const { onClick, ...sanitized } = attrs;\n return sanitized;\n });\n\n const selectOption = (option: NeonToggleModel) => {\n if (!props.disabled && !option.disabled) {\n emitInput(option.key);\n }\n };\n\n return {\n selectOption,\n onInput,\n sanitizedAttributes,\n slots,\n NeonToggleStyle,\n };\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonIcon","NeonToggleStyle","NeonSize","NeonOrientation","NeonFunctionalColor","props","emit","slots","attrs","useAttrs","emitInput","key","onInput","option","sanitizedAttributes","computed","onClick","sanitized"],"mappings":";;;;;;AAWA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,YAAY;AAAA,IACV,UAAAC;AAAA,EAAA;AAAA,EAEF,OAAO;AAAA;AAAA;AAAA;AAAA,IAIL,MAAM,EAAE,MAAM,QAAQ,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAIhC,YAAY,EAAE,MAAM,QAAQ,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAItC,OAAO,EAAE,MAAM,OAAuC,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAIhE,aAAa,EAAE,MAAM,QAAiC,SAAS,MAAMC,EAAgB,OAAA;AAAA;AAAA;AAAA;AAAA,IAIrF,MAAM,EAAE,MAAM,QAA0B,SAAS,MAAMC,EAAS,OAAA;AAAA;AAAA;AAAA;AAAA,IAIhE,aAAa,EAAE,MAAM,QAAiC,SAAS,MAAMC,EAAgB,SAAA;AAAA;AAAA;AAAA;AAAA,IAIrF,OAAO,EAAE,MAAM,QAAqC,SAAS,MAAMC,EAAoB,QAAA;AAAA;AAAA;AAAA;AAAA,IAIvF,UAAU,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA,EAAM;AAAA,EAE5C,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA,IAKL;AAAA,EAAA;AAAA,EAEF,MAAMC,GAAO,EAAE,MAAAC,GAAM,OAAAC,KAAS;AAC5B,UAAMC,IAAQC,EAAA,GACRC,IAAY,CAACC,MAAgB;AACjC,MAAAL,EAAK,qBAAqBK,CAAG;AAAA,IAC/B,GAEMC,IAAU,CAACC,MAA4B;AAC3C,MAAI,CAACR,EAAM,YAAY,CAACQ,EAAO,YAAYR,EAAM,eAAeQ,EAAO,OACrEH,EAAUG,EAAO,GAAG;AAAA,IAExB,GAEMC,IAAsBC,EAAS,MAAM;AAEzC,YAAM,EAAE,SAAAC,GAAS,GAAGC,EAAA,IAAcT;AAClC,aAAOS;AAAA,IACT,CAAC;AAQD,WAAO;AAAA,MACL,cAPmB,CAACJ,MAA4B;AAChD,QAAI,CAACR,EAAM,YAAY,CAACQ,EAAO,YAC7BH,EAAUG,EAAO,GAAG;AAAA,MAExB;AAAA,MAIE,SAAAD;AAAA,MACA,qBAAAE;AAAA,MACA,OAAAP;AAAA,MACA,iBAAAN;AAAA,IAAA;AAAA,EAEJ;AACF,CAAC;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const t=require("./NeonToggle.cjs.js"),e=require("vue"),s=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),r=["aria-checked","aria-disabled","tabindex","onKeydown"],i=["checked","disabled","name","value","onClick"],c={key:0,class:"neon-toggle__radio-button"},g={key:0,class:"neon-toggle__radio-button-indicator"},b={key:1};function u(l,m,y,_,h,p){const a=e.resolveComponent("neon-icon");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([[`neon-toggle--${l.toggleStyle}`,`neon-toggle--${l.disabled?"low-contrast":l.color}`,`neon-toggle--${l.orientation}`,`neon-toggle--${l.size}`,{"neon-toggle--disabled":l.disabled}],"neon-toggle"]),role:"radiogroup"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.model,(n,d)=>(e.openBlock(),e.createElementBlock("label",{key:n.key,"aria-checked":n.key===l.modelValue,"aria-disabled":l.disabled||n.disabled,class:e.normalizeClass([{"neon-toggle__label--disabled":l.disabled||n.disabled,"neon-toggle__label--checked":n.key===l.modelValue,"neon-toggle__label--with-icon":n.icon,"neon-toggle__label--with-slot-override":l.slots.option,"neon-toggle__label--with-text":n.label},"neon-toggle__label no-style"]),tabindex:!l.disabled&&!n.disabled?0:void 0,role:"radio",onKeydown:[e.withKeys(o=>l.selectOption(n),["enter"]),e.withKeys(e.withModifiers(o=>l.selectOption(n),["prevent"]),["space"])]},[e.createElementVNode("input",e.mergeProps({checked:n.key===l.modelValue,disabled:l.disabled||n.disabled,name:l.name,tabindex:-1,value:n.key,class:"neon-toggle__input",type:"radio"},{ref_for:!0},l.sanitizedAttributes,{onClick:o=>l.onInput(n)}),null,16,i),l.toggleStyle!==l.NeonToggleStyle.Toggle?(e.openBlock(),e.createElementBlock("div",c,[n.key===l.modelValue?(e.openBlock(),e.createElementBlock("div",g)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.renderSlot(l.$slots,"option",{index:d,option:n},()=>[n.icon?(e.openBlock(),e.createBlock(a,{key:0,disabled:l.disabled||n.disabled,name:n.icon},null,8,["disabled","name"])):e.createCommentVNode("",!0),n.label?(e.openBlock(),e.createElementBlock("span",b,e.toDisplayString(n.label),1)):e.createCommentVNode("",!0)])],42,r))),128))],2)}const k=s(t,[["render",u]]);module.exports=k;
|
|
2
2
|
//# sourceMappingURL=NeonToggle.vue.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonToggle.vue.cjs.js","sources":["../../../../src/components/user-input/toggle/NeonToggle.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n `neon-toggle--${toggleStyle}`,\n `neon-toggle--${disabled ? 'low-contrast' : color}`,\n `neon-toggle--${orientation}`,\n `neon-toggle--${size}`,\n { 'neon-toggle--disabled': disabled },\n ]\"\n class=\"neon-toggle\"\n role=\"radiogroup\"\n >\n <label\n v-for=\"(option, index) in model\"\n :key=\"option.key\"\n :aria-checked=\"option.key === modelValue\"\n :aria-disabled=\"disabled || option.disabled\"\n :class=\"{\n 'neon-toggle__label--disabled': disabled || option.disabled,\n 'neon-toggle__label--checked': option.key === modelValue,\n 'neon-toggle__label--with-icon': option.icon,\n 'neon-toggle__label--with-slot-override': slots.option,\n 'neon-toggle__label--with-text': option.label,\n }\"\n :tabindex=\"!disabled && !option.disabled ? 0 : undefined\"\n class=\"neon-toggle__label no-style\"\n role=\"radio\"\n @keydown.enter=\"selectOption(option)\"\n @keydown.space.prevent=\"selectOption(option)\"\n >\n <input\n :checked=\"option.key === modelValue\"\n :disabled=\"disabled || option.disabled\"\n :name=\"name\"\n :tabindex=\"-1\"\n :value=\"option.key\"\n class=\"neon-toggle__input\"\n type=\"radio\"\n v-bind=\"sanitizedAttributes\"\n @click=\"onInput(option)\"\n />\n <div v-if=\"toggleStyle
|
|
1
|
+
{"version":3,"file":"NeonToggle.vue.cjs.js","sources":["../../../../src/components/user-input/toggle/NeonToggle.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n `neon-toggle--${toggleStyle}`,\n `neon-toggle--${disabled ? 'low-contrast' : color}`,\n `neon-toggle--${orientation}`,\n `neon-toggle--${size}`,\n { 'neon-toggle--disabled': disabled },\n ]\"\n class=\"neon-toggle\"\n role=\"radiogroup\"\n >\n <label\n v-for=\"(option, index) in model\"\n :key=\"option.key\"\n :aria-checked=\"option.key === modelValue\"\n :aria-disabled=\"disabled || option.disabled\"\n :class=\"{\n 'neon-toggle__label--disabled': disabled || option.disabled,\n 'neon-toggle__label--checked': option.key === modelValue,\n 'neon-toggle__label--with-icon': option.icon,\n 'neon-toggle__label--with-slot-override': slots.option,\n 'neon-toggle__label--with-text': option.label,\n }\"\n :tabindex=\"!disabled && !option.disabled ? 0 : undefined\"\n class=\"neon-toggle__label no-style\"\n role=\"radio\"\n @keydown.enter=\"selectOption(option)\"\n @keydown.space.prevent=\"selectOption(option)\"\n >\n <input\n :checked=\"option.key === modelValue\"\n :disabled=\"disabled || option.disabled\"\n :name=\"name\"\n :tabindex=\"-1\"\n :value=\"option.key\"\n class=\"neon-toggle__input\"\n type=\"radio\"\n v-bind=\"sanitizedAttributes\"\n @click=\"onInput(option)\"\n />\n <div v-if=\"toggleStyle !== NeonToggleStyle.Toggle\" class=\"neon-toggle__radio-button\">\n <div v-if=\"option.key === modelValue\" class=\"neon-toggle__radio-button-indicator\"></div>\n </div>\n <!-- @slot This slot is for overriding the option rendering, it is passed two arguments, <em>option</em> - the option model & <em>index</em> -->\n <slot :index=\"index\" :option=\"option\" name=\"option\">\n <neon-icon v-if=\"option.icon\" :disabled=\"disabled || option.disabled\" :name=\"option.icon\" />\n <span v-if=\"option.label\">{{ option.label }}</span>\n </slot>\n </label>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonToggle.ts\" />\n"],"names":["_createElementBlock","_normalizeClass","_ctx","_openBlock","_Fragment","_renderList","option","index","_withKeys","$event","_withModifiers","_createElementVNode","_mergeProps","_hoisted_3","_hoisted_4","_renderSlot","_createBlock","_component_neon_icon","_hoisted_5","_toDisplayString"],"mappings":"0PAyCyD,MAAM,sCACjB,MAAM,sIAzClDA,EAAAA,mBAiDM,MAAA,CAhDH,MAAKC,EAAAA,eAAA,CAAA,iBAA0BC,EAAA,WAAW,GAA0B,gBAAAA,EAAA,wBAA4BA,EAAA,KAAK,mBAA0BA,EAAA,WAAW,mBAA0BA,EAAA,IAAI,4BAAqCA,EAAA,QAAQ,GAOhN,aAAa,CAAA,EACnB,KAAK,gBAELC,EAAAA,UAAA,EAAA,EAAAH,EAAAA,mBAqCQI,WAAA,KAAAC,EAAAA,WApCoBH,EAAA,MAAK,CAAvBI,EAAQC,mBADlBP,EAAAA,mBAqCQ,QAAA,CAnCL,IAAKM,EAAO,IACZ,eAAcA,EAAO,MAAQJ,EAAA,WAC7B,gBAAeA,EAAA,UAAYI,EAAO,SAClC,MAAKL,EAAAA,eAAA,CAAA,gCAA4CC,EAAA,UAAYI,EAAO,uCAAiDA,EAAO,MAAQJ,EAAA,WAAqD,gCAAAI,EAAO,KAAwD,yCAAAJ,EAAA,MAAM,OAAiD,gCAAAI,EAAO,OAQjT,6BAA6B,CAAA,EADlC,UAAWJ,EAAA,UAAQ,CAAKI,EAAO,WAAe,OAE/C,KAAK,QACJ,UAAO,CAAQE,EAAAA,SAAAC,GAAAP,EAAA,aAAaI,CAAM,EAAA,CAAA,OAAA,CAAA,EACXE,EAAAA,SAAAE,EAAAA,cAAAD,GAAAP,EAAA,aAAaI,CAAM,EAAA,CAAA,SAAA,CAAA,EAAA,CAAA,OAAA,CAAA,KAE3CK,EAAAA,mBAUE,QAVFC,aAUE,CATC,QAASN,EAAO,MAAQJ,EAAA,WACxB,SAAUA,EAAA,UAAYI,EAAO,SAC7B,KAAMJ,EAAA,KACN,SAAU,GACV,MAAOI,EAAO,IACf,MAAM,qBACN,KAAK,sBACGJ,EAAA,oBAAmB,CAC1B,QAAKO,GAAEP,EAAA,QAAQI,CAAM,eAEbJ,EAAA,cAAgBA,EAAA,gBAAgB,QAA3CC,EAAAA,YAAAH,EAAAA,mBAEM,MAFNa,EAEM,CADOP,EAAO,MAAQJ,EAAA,YAA1BC,EAAAA,YAAAH,EAAAA,mBAAwF,MAAxFc,CAAwF,8DAG1FC,aAGOb,EAAA,OAAA,SAAA,CAHA,MAAOK,EAAQ,OAAQD,GAA9B,IAGO,CAFYA,EAAO,oBAAxBU,EAAAA,YAA4FC,EAAA,OAA7D,SAAUf,EAAA,UAAYI,EAAO,SAAW,KAAMA,EAAO,+DACxEA,EAAO,qBAAnBN,EAAAA,mBAAmD,OAAAkB,EAAAC,EAAAA,gBAAtBb,EAAO,KAAK,EAAA,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import g from "./NeonToggle.es.js";
|
|
2
|
-
import { resolveComponent as b, openBlock as n, createElementBlock as o, normalizeClass as s, Fragment as u, renderList as c, withKeys as
|
|
2
|
+
import { resolveComponent as b, openBlock as n, createElementBlock as o, normalizeClass as s, Fragment as u, renderList as c, withKeys as i, withModifiers as m, createElementVNode as k, mergeProps as y, createCommentVNode as d, renderSlot as h, createBlock as _, toDisplayString as f } from "vue";
|
|
3
3
|
import $ from "../../../_virtual/_plugin-vue_export-helper.es.js";
|
|
4
4
|
const v = ["aria-checked", "aria-disabled", "tabindex", "onKeydown"], w = ["checked", "disabled", "name", "value", "onClick"], p = {
|
|
5
5
|
key: 0,
|
|
@@ -8,8 +8,8 @@ const v = ["aria-checked", "aria-disabled", "tabindex", "onKeydown"], w = ["chec
|
|
|
8
8
|
key: 0,
|
|
9
9
|
class: "neon-toggle__radio-button-indicator"
|
|
10
10
|
}, C = { key: 1 };
|
|
11
|
-
function S(e, z, B, K,
|
|
12
|
-
const
|
|
11
|
+
function S(e, N, z, B, K, T) {
|
|
12
|
+
const t = b("neon-icon");
|
|
13
13
|
return n(), o("div", {
|
|
14
14
|
class: s([[
|
|
15
15
|
`neon-toggle--${e.toggleStyle}`,
|
|
@@ -34,8 +34,8 @@ function S(e, z, B, K, N, E) {
|
|
|
34
34
|
tabindex: !e.disabled && !l.disabled ? 0 : void 0,
|
|
35
35
|
role: "radio",
|
|
36
36
|
onKeydown: [
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
i((a) => e.selectOption(l), ["enter"]),
|
|
38
|
+
i(m((a) => e.selectOption(l), ["prevent"]), ["space"])
|
|
39
39
|
]
|
|
40
40
|
}, [
|
|
41
41
|
k("input", y({
|
|
@@ -49,14 +49,14 @@ function S(e, z, B, K, N, E) {
|
|
|
49
49
|
}, { ref_for: !0 }, e.sanitizedAttributes, {
|
|
50
50
|
onClick: (a) => e.onInput(l)
|
|
51
51
|
}), null, 16, w),
|
|
52
|
-
e.toggleStyle
|
|
52
|
+
e.toggleStyle !== e.NeonToggleStyle.Toggle ? (n(), o("div", p, [
|
|
53
53
|
l.key === e.modelValue ? (n(), o("div", V)) : d("", !0)
|
|
54
54
|
])) : d("", !0),
|
|
55
55
|
h(e.$slots, "option", {
|
|
56
56
|
index: r,
|
|
57
57
|
option: l
|
|
58
58
|
}, () => [
|
|
59
|
-
l.icon ? (n(), _(
|
|
59
|
+
l.icon ? (n(), _(t, {
|
|
60
60
|
key: 0,
|
|
61
61
|
disabled: e.disabled || l.disabled,
|
|
62
62
|
name: l.icon
|
|
@@ -66,8 +66,8 @@ function S(e, z, B, K, N, E) {
|
|
|
66
66
|
], 42, v))), 128))
|
|
67
67
|
], 2);
|
|
68
68
|
}
|
|
69
|
-
const
|
|
69
|
+
const D = /* @__PURE__ */ $(g, [["render", S]]);
|
|
70
70
|
export {
|
|
71
|
-
|
|
71
|
+
D as default
|
|
72
72
|
};
|
|
73
73
|
//# sourceMappingURL=NeonToggle.vue.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonToggle.vue.es.js","sources":["../../../../src/components/user-input/toggle/NeonToggle.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n `neon-toggle--${toggleStyle}`,\n `neon-toggle--${disabled ? 'low-contrast' : color}`,\n `neon-toggle--${orientation}`,\n `neon-toggle--${size}`,\n { 'neon-toggle--disabled': disabled },\n ]\"\n class=\"neon-toggle\"\n role=\"radiogroup\"\n >\n <label\n v-for=\"(option, index) in model\"\n :key=\"option.key\"\n :aria-checked=\"option.key === modelValue\"\n :aria-disabled=\"disabled || option.disabled\"\n :class=\"{\n 'neon-toggle__label--disabled': disabled || option.disabled,\n 'neon-toggle__label--checked': option.key === modelValue,\n 'neon-toggle__label--with-icon': option.icon,\n 'neon-toggle__label--with-slot-override': slots.option,\n 'neon-toggle__label--with-text': option.label,\n }\"\n :tabindex=\"!disabled && !option.disabled ? 0 : undefined\"\n class=\"neon-toggle__label no-style\"\n role=\"radio\"\n @keydown.enter=\"selectOption(option)\"\n @keydown.space.prevent=\"selectOption(option)\"\n >\n <input\n :checked=\"option.key === modelValue\"\n :disabled=\"disabled || option.disabled\"\n :name=\"name\"\n :tabindex=\"-1\"\n :value=\"option.key\"\n class=\"neon-toggle__input\"\n type=\"radio\"\n v-bind=\"sanitizedAttributes\"\n @click=\"onInput(option)\"\n />\n <div v-if=\"toggleStyle
|
|
1
|
+
{"version":3,"file":"NeonToggle.vue.es.js","sources":["../../../../src/components/user-input/toggle/NeonToggle.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n `neon-toggle--${toggleStyle}`,\n `neon-toggle--${disabled ? 'low-contrast' : color}`,\n `neon-toggle--${orientation}`,\n `neon-toggle--${size}`,\n { 'neon-toggle--disabled': disabled },\n ]\"\n class=\"neon-toggle\"\n role=\"radiogroup\"\n >\n <label\n v-for=\"(option, index) in model\"\n :key=\"option.key\"\n :aria-checked=\"option.key === modelValue\"\n :aria-disabled=\"disabled || option.disabled\"\n :class=\"{\n 'neon-toggle__label--disabled': disabled || option.disabled,\n 'neon-toggle__label--checked': option.key === modelValue,\n 'neon-toggle__label--with-icon': option.icon,\n 'neon-toggle__label--with-slot-override': slots.option,\n 'neon-toggle__label--with-text': option.label,\n }\"\n :tabindex=\"!disabled && !option.disabled ? 0 : undefined\"\n class=\"neon-toggle__label no-style\"\n role=\"radio\"\n @keydown.enter=\"selectOption(option)\"\n @keydown.space.prevent=\"selectOption(option)\"\n >\n <input\n :checked=\"option.key === modelValue\"\n :disabled=\"disabled || option.disabled\"\n :name=\"name\"\n :tabindex=\"-1\"\n :value=\"option.key\"\n class=\"neon-toggle__input\"\n type=\"radio\"\n v-bind=\"sanitizedAttributes\"\n @click=\"onInput(option)\"\n />\n <div v-if=\"toggleStyle !== NeonToggleStyle.Toggle\" class=\"neon-toggle__radio-button\">\n <div v-if=\"option.key === modelValue\" class=\"neon-toggle__radio-button-indicator\"></div>\n </div>\n <!-- @slot This slot is for overriding the option rendering, it is passed two arguments, <em>option</em> - the option model & <em>index</em> -->\n <slot :index=\"index\" :option=\"option\" name=\"option\">\n <neon-icon v-if=\"option.icon\" :disabled=\"disabled || option.disabled\" :name=\"option.icon\" />\n <span v-if=\"option.label\">{{ option.label }}</span>\n </slot>\n </label>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonToggle.ts\" />\n"],"names":["_createElementBlock","_normalizeClass","_ctx","_openBlock","_Fragment","_renderList","option","index","_withKeys","$event","_withModifiers","_createElementVNode","_mergeProps","_hoisted_3","_hoisted_4","_renderSlot","_createBlock","_component_neon_icon","_hoisted_5","_toDisplayString"],"mappings":";;;;;EAyCyD,OAAM;;;EACjB,OAAM;;;;cAzClDA,EAiDM,OAAA;AAAA,IAhDH,OAAKC,EAAA,CAAA;AAAA,sBAA0BC,EAAA,WAAW;AAAA,MAA0B,gBAAAA,EAAA,4BAA4BA,EAAA,KAAK;AAAA,sBAA0BA,EAAA,WAAW;AAAA,sBAA0BA,EAAA,IAAI;AAAA,iCAAqCA,EAAA,SAAQ;AAAA,OAOhN,aAAa,CAAA;AAAA,IACnB,MAAK;AAAA;KAELC,EAAA,EAAA,GAAAH,EAqCQI,GAAA,MAAAC,EApCoBH,EAAA,OAAK,CAAvBI,GAAQC,YADlBP,EAqCQ,SAAA;AAAA,MAnCL,KAAKM,EAAO;AAAA,MACZ,gBAAcA,EAAO,QAAQJ,EAAA;AAAA,MAC7B,iBAAeA,EAAA,YAAYI,EAAO;AAAA,MAClC,OAAKL,EAAA,CAAA;AAAA,wCAA4CC,EAAA,YAAYI,EAAO;AAAA,uCAAiDA,EAAO,QAAQJ,EAAA;AAAA,QAAqD,iCAAAI,EAAO;AAAA,QAAwD,0CAAAJ,EAAA,MAAM;AAAA,QAAiD,iCAAAI,EAAO;AAAA,SAQjT,6BAA6B,CAAA;AAAA,MADlC,WAAWJ,EAAA,YAAQ,CAAKI,EAAO,eAAe;AAAA,MAE/C,MAAK;AAAA,MACJ,WAAO;AAAA,QAAQE,EAAA,CAAAC,MAAAP,EAAA,aAAaI,CAAM,GAAA,CAAA,OAAA,CAAA;AAAA,QACXE,EAAAE,EAAA,CAAAD,MAAAP,EAAA,aAAaI,CAAM,GAAA,CAAA,SAAA,CAAA,GAAA,CAAA,OAAA,CAAA;AAAA;;MAE3CK,EAUE,SAVFC,EAUE;AAAA,QATC,SAASN,EAAO,QAAQJ,EAAA;AAAA,QACxB,UAAUA,EAAA,YAAYI,EAAO;AAAA,QAC7B,MAAMJ,EAAA;AAAA,QACN,UAAU;AAAA,QACV,OAAOI,EAAO;AAAA,QACf,OAAM;AAAA,QACN,MAAK;AAAA,0BACGJ,EAAA,qBAAmB;AAAA,QAC1B,SAAK,CAAAO,MAAEP,EAAA,QAAQI,CAAM;AAAA;MAEbJ,EAAA,gBAAgBA,EAAA,gBAAgB,UAA3CC,KAAAH,EAEM,OAFNa,GAEM;AAAA,QADOP,EAAO,QAAQJ,EAAA,cAA1BC,KAAAH,EAAwF,OAAxFc,CAAwF;;MAG1FC,EAGOb,EAAA,QAAA,UAAA;AAAA,QAHA,OAAOK;AAAA,QAAQ,QAAQD;AAAA,SAA9B,MAGO;AAAA,QAFYA,EAAO,aAAxBU,EAA4FC,GAAA;AAAA;UAA7D,UAAUf,EAAA,YAAYI,EAAO;AAAA,UAAW,MAAMA,EAAO;AAAA;QACxEA,EAAO,cAAnBN,EAAmD,QAAAkB,GAAAC,EAAtBb,EAAO,KAAK,GAAA,CAAA;;;;;;"}
|
package/dist/neon.cjs.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./components/navigation/action-menu/NeonActionMenu.vue.cjs.js"),n=require("./components/feedback/alert/NeonAlert.vue.cjs.js"),r=require("./components/feedback/alert/container/NeonAlertContainer.vue.cjs.js"),t=require("./components/navigation/anchor/NeonAnchor.vue.cjs.js"),i=require("./components/presentation/badge/NeonBadge.vue.cjs.js"),N=require("./components/user-input/button/NeonButton.vue.cjs.js"),s=require("./components/layout/card/NeonCard.vue.cjs.js"),c=require("./components/layout/card/body/NeonCardBody.vue.cjs.js"),l=require("./components/layout/card/footer/NeonCardFooter.vue.cjs.js"),u=require("./components/layout/card/header/NeonCardHeader.vue.cjs.js"),a=require("./components/layout/card-list/NeonCardList.vue.cjs.js"),q=require("./components/user-input/chip/NeonChip.vue.cjs.js"),S=require("./components/user-input/color/NeonColor.vue.cjs.js"),p=require("./components/user-input/date-picker/NeonDatePicker.vue.cjs.js"),d=require("./components/feedback/dialog/NeonDialog.vue.cjs.js"),g=require("./components/layout/drawer/NeonDrawer.vue.cjs.js"),C=require("./components/presentation/dropdown/NeonDropdown.vue.cjs.js"),P=require("./components/navigation/dropdown-menu/NeonDropdownMenu.vue.cjs.js"),T=require("./components/user-input/drop-zone/NeonDropZone.vue.cjs.js"),U=require("./components/presentation/expansion-indicator/NeonExpansionIndicator.vue.cjs.js"),b=require("./components/presentation/expansion-panel/NeonExpansionPanel.vue.cjs.js"),y=require("./components/user-input/field-group/NeonFieldGroup.vue.cjs.js"),m=require("./components/user-input/field/NeonField.vue.cjs.js"),z=require("./components/user-input/file/NeonFile.vue.cjs.js"),D=require("./components/user-input/filter-list/NeonFilterList.vue.cjs.js"),v=require("./components/layout/footer/NeonFooter.vue.cjs.js"),I=require("./components/layout/grid/NeonGrid.vue.cjs.js"),A=require("./components/layout/grid/grid-area/NeonGridArea.vue.cjs.js"),L=require("./components/presentation/icon/NeonIcon.vue.cjs.js"),h=require("./components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js"),w=require("./components/layout/inline/NeonInline.vue.cjs.js"),M=require("./components/user-input/input/NeonInput.vue.cjs.js"),B=require("./components/user-input/input-indicator/NeonInputIndicator.vue.cjs.js"),R=require("./components/presentation/label/NeonLabel.vue.cjs.js"),F=require("./components/feedback/linear-progress/NeonLinearProgress.vue.cjs.js"),k=require("./components/navigation/link/NeonLink.vue.cjs.js"),E=require("./components/user-input/list/NeonList.vue.cjs.js"),O=require("./components/navigation/menu/NeonMenu.vue.cjs.js"),G=require("./components/navigation/mobile-menu/NeonMobileMenu.vue.cjs.js"),H=require("./components/layout/modal/NeonModal.vue.cjs.js"),x=require("./components/feedback/note/NeonNote.vue.cjs.js"),f=require("./components/feedback/notification-counter/NeonNotificationCounter.vue.cjs.js"),J=require("./components/user-input/number/NeonNumber.vue.cjs.js"),V=require("./components/layout/page/NeonPage.vue.cjs.js"),Z=require("./components/user-input/password/NeonPassword.vue.cjs.js"),j=require("./components/user-input/range-slider/NeonRangeSlider.vue.cjs.js"),K=require("./components/layout/side-nav/NeonSideNav.vue.cjs.js"),Q=require("./components/user-input/search/NeonSearch.vue.cjs.js"),W=require("./components/user-input/select/NeonSelect.vue.cjs.js"),X=require("./components/user-input/selectable-card/NeonSelectableCard.vue.cjs.js"),Y=require("./components/feedback/skeleton-loader/NeonSkeletonLoader.vue.cjs.js"),_=require("./components/user-input/slider/NeonSlider.vue.cjs.js"),$=require("./components/feedback/splash-loader/NeonSplashLoader.vue.cjs.js"),ee=require("./components/layout/stack/NeonStack.vue.cjs.js"),oe=require("./components/navigation/stepper/NeonStepper.vue.cjs.js"),ne=require("./components/layout/swiper/NeonSwiper.vue.cjs.js"),re=require("./components/user-input/switch/NeonSwitch.vue.cjs.js"),te=require("./components/presentation/tabs/tab/NeonTab.vue.cjs.js"),ie=require("./components/presentation/tabs/NeonTabs.vue.cjs.js"),Ne=require("./components/feedback/alert/container/NeonToastContainer.vue.cjs.js"),se=require("./components/user-input/toggle/NeonToggle.vue.cjs.js"),ce=require("./components/user-input/toggle-chip/NeonToggleChip.vue.cjs.js"),le=require("./components/feedback/tooltip/NeonTooltip.vue.cjs.js"),ue=require("./components/layout/top-nav/NeonTopNav.vue.cjs.js"),ae=require("./components/navigation/tree-menu/NeonTreeMenu.vue.cjs.js"),qe=require("./common/enums/NeonAlertLevel.cjs.js"),Se=require("./common/enums/NeonAlertPlacement.cjs.js"),pe=require("./common/enums/NeonBadgeSize.cjs.js"),de=require("./common/enums/NeonButtonSize.cjs.js"),ge=require("./common/enums/NeonButtonStyle.cjs.js"),Ce=require("./common/enums/NeonButtonType.cjs.js"),Pe=require("./common/enums/NeonChipAction.cjs.js"),Te=require("./common/enums/NeonDropdownPlacement.cjs.js"),Ue=require("./common/enums/NeonDropdownStyle.cjs.js"),be=require("./common/enums/NeonFunctionalColor.cjs.js"),ye=require("./common/enums/NeonHorizontalPosition.cjs.js"),me=require("./common/enums/NeonInputMode.cjs.js"),ze=require("./common/enums/NeonInputType.cjs.js"),De=require("./common/enums/NeonLabelSize.cjs.js"),ve=require("./common/enums/NeonMode.cjs.js"),Ie=require("./common/enums/NeonOrientation.cjs.js"),Ae=require("./common/enums/NeonOutlineStyle.cjs.js"),Le=require("./common/enums/NeonPageAlignment.cjs.js"),he=require("./common/enums/NeonPosition.cjs.js"),we=require("./common/enums/NeonResponsive.cjs.js"),Me=require("./common/enums/NeonSize.cjs.js"),Be=require("./common/enums/NeonSplashLoaderSize.cjs.js"),Re=require("./common/enums/NeonState.cjs.js"),Fe=require("./common/enums/NeonSwitchStyle.cjs.js"),ke=require("./common/enums/NeonToggleChipSize.cjs.js"),Ee=require("./common/enums/NeonToggleStyle.cjs.js"),Oe=require("./common/enums/NeonTooltipStyle.cjs.js"),Ge=require("./common/enums/NeonVerticalPosition.cjs.js"),He=require("./common/utils/NeonAlertService.cjs.js"),e=require("./common/utils/NeonClipboardService.cjs.js"),xe=require("./common/utils/NeonClosableUtils.cjs.js"),fe=require("./common/utils/NeonDateUtils.cjs.js"),Je=require("./common/utils/NeonDebounceUtils.cjs.js"),Ve=require("./common/utils/NeonDropdownPlacementUtils.cjs.js"),Ze=require("./common/utils/NeonEventBus.cjs.js"),je=require("./common/utils/NeonIconRegistry.cjs.js"),Ke=require("./common/utils/NeonJazziconUtils.cjs.js"),Qe=require("./common/utils/NeonModeUtils.cjs.js"),We=require("./common/utils/NeonNumberUtils.cjs.js"),Xe=require("./common/utils/NeonPlacementUtils.cjs.js"),Ye=require("./common/utils/NeonRandomUtils.cjs.js"),_e=require("./common/utils/NeonResponsiveUtils.cjs.js"),$e=require("./common/utils/NeonScrollUtils.cjs.js"),eo=require("./common/utils/NeonToastService.cjs.js"),oo=require("./common/utils/NeonTooltipPlacementUtils.cjs.js"),no=require("./common/utils/RegisterIcons.cjs.js");exports.NeonActionMenu=o;exports.NeonAlert=n;exports.NeonAlertContainer=r;exports.NeonAnchor=t;exports.NeonBadge=i;exports.NeonButton=N;exports.NeonCard=s;exports.NeonCardBody=c;exports.NeonCardFooter=l;exports.NeonCardHeader=u;exports.NeonCardList=a;exports.NeonChip=q;exports.NeonColor=S;exports.NeonDatePicker=p;exports.NeonDialog=d;exports.NeonDrawer=g;exports.NeonDropdown=C;exports.NeonDropdownMenu=P;exports.NeonDropZone=T;exports.NeonExpansionIndicator=U;exports.NeonExpansionPanel=b;exports.NeonFieldGroup=y;exports.NeonField=m;exports.NeonFile=z;exports.NeonFilterList=D;exports.NeonFooter=v;exports.NeonGrid=I;exports.NeonGridArea=A;exports.NeonIcon=L;exports.NeonImageCarousel=h;exports.NeonInline=w;exports.NeonInput=M;exports.NeonInputIndicator=B;exports.NeonLabel=R;exports.NeonLinearProgress=F;exports.NeonLink=k;exports.NeonList=E;exports.NeonMenu=O;exports.NeonMobileMenu=G;exports.NeonModal=H;exports.NeonNote=x;exports.NeonNotificationCounter=f;exports.NeonNumber=J;exports.NeonPage=V;exports.NeonPassword=Z;exports.NeonRangeSlider=j;exports.NeonSideNav=K;exports.NeonSearch=Q;exports.NeonSelect=W;exports.NeonSelectableCard=X;exports.NeonSkeletonLoader=Y;exports.NeonSlider=_;exports.NeonSplashLoader=$;exports.NeonStack=ee;exports.NeonStepper=oe;exports.NeonSwiper=ne;exports.NeonSwitch=re;exports.NeonTab=te;exports.NeonTabs=ie;exports.NeonToastContainer=Ne;exports.NeonToggle=se;exports.NeonToggleChip=ce;exports.NeonTooltip=le;exports.NeonTopNav=ue;exports.NeonTreeMenu=ae;exports.NeonAlertLevel=qe.NeonAlertLevel;exports.NeonAlertPlacement=Se.NeonAlertPlacement;exports.NeonBadgeSize=pe.NeonBadgeSize;exports.NeonButtonSize=de.NeonButtonSize;exports.NeonButtonStyle=ge.NeonButtonStyle;exports.NeonButtonType=Ce.NeonButtonType;exports.NeonChipAction=Pe.NeonChipAction;exports.NeonDropdownPlacement=Te.NeonDropdownPlacement;exports.NeonDropdownStyle=Ue.NeonDropdownStyle;exports.NeonFunctionalColor=be.NeonFunctionalColor;exports.NeonHorizontalPosition=ye.NeonHorizontalPosition;exports.NeonInputMode=me.NeonInputMode;exports.NeonInputType=ze.NeonInputType;exports.NeonLabelSize=De.NeonLabelSize;exports.NeonMode=ve.NeonMode;exports.NeonOrientation=Ie.NeonOrientation;exports.NeonOutlineStyle=Ae.NeonOutlineStyle;exports.NeonPageAlignment=Le.NeonPageAlignment;exports.NeonPosition=he.NeonPosition;exports.NeonResponsive=we.NeonResponsive;exports.NeonSize=Me.NeonSize;exports.NeonSplashLoaderSize=Be.NeonSplashLoaderSize;exports.NeonState=Re.NeonState;exports.NeonSwitchStyle=Fe.NeonSwitchStyle;exports.NeonToggleChipSize=ke.NeonToggleChipSize;exports.NeonToggleStyle=Ee.NeonToggleStyle;exports.NeonTooltipStyle=Oe.NeonTooltipStyle;exports.NeonVerticalPosition=Ge.NeonVerticalPosition;exports.NeonAlertService=He.NeonAlertService;exports.NeonClipboardService=e.NeonClipboardService;exports.NeonClipboardSupport=e.NeonClipboardSupport;exports.NeonClosableUtils=xe.NeonClosableUtils;exports.NeonDateUtils=fe.NeonDateUtils;exports.NeonDebounceUtils=Je.NeonDebounceUtils;exports.NeonDropdownPlacementUtils=Ve.NeonDropdownPlacementUtils;exports.NeonEventBus=Ze.NeonEventBus;exports.NeonIconRegistry=je.NeonIconRegistry;exports.NeonJazziconUtils=Ke.NeonJazziconUtils;exports.NeonModeUtils=Qe.NeonModeUtils;exports.NeonNumberUtils=We.NeonNumberUtils;exports.NeonPlacementUtils=Xe.NeonPlacementUtils;exports.NeonRandomUtils=Ye.NeonRandomUtils;exports.NeonResponsiveUtils=_e.NeonResponsiveUtils;exports.NeonScrollUtils=$e.NeonScrollUtils;exports.NeonToastService=eo.NeonToastService;exports.NeonTooltipPlacementUtils=oo.NeonTooltipPlacementUtils;exports.RegisterIcons=no.RegisterIcons;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./components/navigation/action-menu/NeonActionMenu.vue.cjs.js"),n=require("./components/feedback/alert/NeonAlert.vue.cjs.js"),r=require("./components/feedback/alert/container/NeonAlertContainer.vue.cjs.js"),t=require("./components/navigation/anchor/NeonAnchor.vue.cjs.js"),i=require("./components/presentation/badge/NeonBadge.vue.cjs.js"),N=require("./components/user-input/button/NeonButton.vue.cjs.js"),s=require("./components/layout/card/NeonCard.vue.cjs.js"),c=require("./components/layout/card/body/NeonCardBody.vue.cjs.js"),l=require("./components/layout/card/footer/NeonCardFooter.vue.cjs.js"),u=require("./components/layout/card/header/NeonCardHeader.vue.cjs.js"),a=require("./components/layout/card-list/NeonCardList.vue.cjs.js"),q=require("./components/user-input/chip/NeonChip.vue.cjs.js"),S=require("./components/user-input/color/NeonColor.vue.cjs.js"),p=require("./components/user-input/date-picker/NeonDatePicker.vue.cjs.js"),d=require("./components/feedback/dialog/NeonDialog.vue.cjs.js"),g=require("./components/layout/drawer/NeonDrawer.vue.cjs.js"),C=require("./components/presentation/dropdown/NeonDropdown.vue.cjs.js"),T=require("./components/navigation/dropdown-menu/NeonDropdownMenu.vue.cjs.js"),U=require("./components/user-input/drop-zone/NeonDropZone.vue.cjs.js"),P=require("./components/presentation/expansion-indicator/NeonExpansionIndicator.vue.cjs.js"),b=require("./components/presentation/expansion-panel/NeonExpansionPanel.vue.cjs.js"),y=require("./components/user-input/field-group/NeonFieldGroup.vue.cjs.js"),m=require("./components/user-input/field/NeonField.vue.cjs.js"),D=require("./components/user-input/file/NeonFile.vue.cjs.js"),z=require("./components/user-input/filter-list/NeonFilterList.vue.cjs.js"),L=require("./components/layout/footer/NeonFooter.vue.cjs.js"),v=require("./components/layout/grid/NeonGrid.vue.cjs.js"),I=require("./components/layout/grid/grid-area/NeonGridArea.vue.cjs.js"),A=require("./components/presentation/icon/NeonIcon.vue.cjs.js"),h=require("./components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js"),w=require("./components/layout/inline/NeonInline.vue.cjs.js"),M=require("./components/user-input/input/NeonInput.vue.cjs.js"),B=require("./components/user-input/input-indicator/NeonInputIndicator.vue.cjs.js"),R=require("./components/presentation/label/NeonLabel.vue.cjs.js"),F=require("./components/feedback/linear-progress/NeonLinearProgress.vue.cjs.js"),k=require("./components/navigation/link/NeonLink.vue.cjs.js"),E=require("./components/user-input/list/NeonList.vue.cjs.js"),O=require("./components/navigation/menu/NeonMenu.vue.cjs.js"),G=require("./components/navigation/mobile-menu/NeonMobileMenu.vue.cjs.js"),f=require("./components/layout/modal/NeonModal.vue.cjs.js"),H=require("./components/feedback/note/NeonNote.vue.cjs.js"),x=require("./components/feedback/notification-counter/NeonNotificationCounter.vue.cjs.js"),J=require("./components/user-input/number/NeonNumber.vue.cjs.js"),V=require("./components/layout/page/NeonPage.vue.cjs.js"),Z=require("./components/user-input/password/NeonPassword.vue.cjs.js"),j=require("./components/user-input/range-slider/NeonRangeSlider.vue.cjs.js"),K=require("./components/layout/side-nav/NeonSideNav.vue.cjs.js"),Q=require("./components/user-input/search/NeonSearch.vue.cjs.js"),W=require("./components/user-input/select/NeonSelect.vue.cjs.js"),X=require("./components/user-input/selectable-card/NeonSelectableCard.vue.cjs.js"),Y=require("./components/feedback/skeleton-loader/NeonSkeletonLoader.vue.cjs.js"),_=require("./components/user-input/slider/NeonSlider.vue.cjs.js"),$=require("./components/feedback/splash-loader/NeonSplashLoader.vue.cjs.js"),ee=require("./components/layout/stack/NeonStack.vue.cjs.js"),oe=require("./components/navigation/stepper/NeonStepper.vue.cjs.js"),ne=require("./components/layout/swiper/NeonSwiper.vue.cjs.js"),re=require("./components/user-input/switch/NeonSwitch.vue.cjs.js"),te=require("./components/presentation/tabs/tab/NeonTab.vue.cjs.js"),ie=require("./components/presentation/tabs/NeonTabs.vue.cjs.js"),Ne=require("./components/feedback/alert/container/NeonToastContainer.vue.cjs.js"),se=require("./components/user-input/toggle/NeonToggle.vue.cjs.js"),ce=require("./components/user-input/toggle-chip/NeonToggleChip.vue.cjs.js"),le=require("./components/feedback/tooltip/NeonTooltip.vue.cjs.js"),ue=require("./components/layout/top-nav/NeonTopNav.vue.cjs.js"),ae=require("./components/navigation/tree-menu/NeonTreeMenu.vue.cjs.js"),qe=require("./common/enums/NeonAlertLevel.cjs.js"),Se=require("./common/enums/NeonAlertPlacement.cjs.js"),pe=require("./common/enums/NeonBadgeSize.cjs.js"),de=require("./common/enums/NeonButtonSize.cjs.js"),ge=require("./common/enums/NeonButtonStyle.cjs.js"),Ce=require("./common/enums/NeonButtonType.cjs.js"),Te=require("./common/enums/NeonChipAction.cjs.js"),Ue=require("./common/enums/NeonDropdownPlacement.cjs.js"),Pe=require("./common/enums/NeonDropdownStyle.cjs.js"),be=require("./common/enums/NeonFunctionalColor.cjs.js"),ye=require("./common/enums/NeonHorizontalPosition.cjs.js"),me=require("./common/enums/NeonInputMode.cjs.js"),De=require("./common/enums/NeonInputType.cjs.js"),ze=require("./common/enums/NeonLabelSize.cjs.js"),Le=require("./common/enums/NeonMode.cjs.js"),ve=require("./common/enums/NeonOrientation.cjs.js"),Ie=require("./common/enums/NeonOutlineStyle.cjs.js"),Ae=require("./common/enums/NeonPageAlignment.cjs.js"),he=require("./common/enums/NeonPosition.cjs.js"),we=require("./common/enums/NeonResponsive.cjs.js"),Me=require("./common/enums/NeonSize.cjs.js"),Be=require("./common/enums/NeonSplashLoaderSize.cjs.js"),Re=require("./common/enums/NeonState.cjs.js"),Fe=require("./common/enums/NeonSwitchStyle.cjs.js"),ke=require("./common/enums/NeonToggleChipSize.cjs.js"),Ee=require("./common/enums/NeonToggleStyle.cjs.js"),Oe=require("./common/enums/NeonTooltipStyle.cjs.js"),Ge=require("./common/enums/NeonVerticalPosition.cjs.js"),fe=require("./common/utils/NeonAlertService.cjs.js"),e=require("./common/utils/NeonClipboardService.cjs.js"),He=require("./common/utils/NeonClosableUtils.cjs.js"),xe=require("./common/utils/NeonDateUtils.cjs.js"),Je=require("./common/utils/NeonDebounceUtils.cjs.js"),Ve=require("./common/utils/NeonDropdownPlacementUtils.cjs.js"),Ze=require("./common/utils/NeonEventBus.cjs.js"),je=require("./common/utils/NeonFileUtils.cjs.js"),Ke=require("./common/utils/NeonIconRegistry.cjs.js"),Qe=require("./common/utils/NeonJazziconUtils.cjs.js"),We=require("./common/utils/NeonModeUtils.cjs.js"),Xe=require("./common/utils/NeonNumberUtils.cjs.js"),Ye=require("./common/utils/NeonPlacementUtils.cjs.js"),_e=require("./common/utils/NeonRandomUtils.cjs.js"),$e=require("./common/utils/NeonResponsiveUtils.cjs.js"),eo=require("./common/utils/NeonScrollUtils.cjs.js"),oo=require("./common/utils/NeonToastService.cjs.js"),no=require("./common/utils/NeonTooltipPlacementUtils.cjs.js"),ro=require("./common/utils/RegisterIcons.cjs.js");exports.NeonActionMenu=o;exports.NeonAlert=n;exports.NeonAlertContainer=r;exports.NeonAnchor=t;exports.NeonBadge=i;exports.NeonButton=N;exports.NeonCard=s;exports.NeonCardBody=c;exports.NeonCardFooter=l;exports.NeonCardHeader=u;exports.NeonCardList=a;exports.NeonChip=q;exports.NeonColor=S;exports.NeonDatePicker=p;exports.NeonDialog=d;exports.NeonDrawer=g;exports.NeonDropdown=C;exports.NeonDropdownMenu=T;exports.NeonDropZone=U;exports.NeonExpansionIndicator=P;exports.NeonExpansionPanel=b;exports.NeonFieldGroup=y;exports.NeonField=m;exports.NeonFile=D;exports.NeonFilterList=z;exports.NeonFooter=L;exports.NeonGrid=v;exports.NeonGridArea=I;exports.NeonIcon=A;exports.NeonImageCarousel=h;exports.NeonInline=w;exports.NeonInput=M;exports.NeonInputIndicator=B;exports.NeonLabel=R;exports.NeonLinearProgress=F;exports.NeonLink=k;exports.NeonList=E;exports.NeonMenu=O;exports.NeonMobileMenu=G;exports.NeonModal=f;exports.NeonNote=H;exports.NeonNotificationCounter=x;exports.NeonNumber=J;exports.NeonPage=V;exports.NeonPassword=Z;exports.NeonRangeSlider=j;exports.NeonSideNav=K;exports.NeonSearch=Q;exports.NeonSelect=W;exports.NeonSelectableCard=X;exports.NeonSkeletonLoader=Y;exports.NeonSlider=_;exports.NeonSplashLoader=$;exports.NeonStack=ee;exports.NeonStepper=oe;exports.NeonSwiper=ne;exports.NeonSwitch=re;exports.NeonTab=te;exports.NeonTabs=ie;exports.NeonToastContainer=Ne;exports.NeonToggle=se;exports.NeonToggleChip=ce;exports.NeonTooltip=le;exports.NeonTopNav=ue;exports.NeonTreeMenu=ae;exports.NeonAlertLevel=qe.NeonAlertLevel;exports.NeonAlertPlacement=Se.NeonAlertPlacement;exports.NeonBadgeSize=pe.NeonBadgeSize;exports.NeonButtonSize=de.NeonButtonSize;exports.NeonButtonStyle=ge.NeonButtonStyle;exports.NeonButtonType=Ce.NeonButtonType;exports.NeonChipAction=Te.NeonChipAction;exports.NeonDropdownPlacement=Ue.NeonDropdownPlacement;exports.NeonDropdownStyle=Pe.NeonDropdownStyle;exports.NeonFunctionalColor=be.NeonFunctionalColor;exports.NeonHorizontalPosition=ye.NeonHorizontalPosition;exports.NeonInputMode=me.NeonInputMode;exports.NeonInputType=De.NeonInputType;exports.NeonLabelSize=ze.NeonLabelSize;exports.NeonMode=Le.NeonMode;exports.NeonOrientation=ve.NeonOrientation;exports.NeonOutlineStyle=Ie.NeonOutlineStyle;exports.NeonPageAlignment=Ae.NeonPageAlignment;exports.NeonPosition=he.NeonPosition;exports.NeonResponsive=we.NeonResponsive;exports.NeonSize=Me.NeonSize;exports.NeonSplashLoaderSize=Be.NeonSplashLoaderSize;exports.NeonState=Re.NeonState;exports.NeonSwitchStyle=Fe.NeonSwitchStyle;exports.NeonToggleChipSize=ke.NeonToggleChipSize;exports.NeonToggleStyle=Ee.NeonToggleStyle;exports.NeonTooltipStyle=Oe.NeonTooltipStyle;exports.NeonVerticalPosition=Ge.NeonVerticalPosition;exports.NeonAlertService=fe.NeonAlertService;exports.NeonClipboardService=e.NeonClipboardService;exports.NeonClipboardSupport=e.NeonClipboardSupport;exports.NeonClosableUtils=He.NeonClosableUtils;exports.NeonDateUtils=xe.NeonDateUtils;exports.NeonDebounceUtils=Je.NeonDebounceUtils;exports.NeonDropdownPlacementUtils=Ve.NeonDropdownPlacementUtils;exports.NeonEventBus=Ze.NeonEventBus;exports.fileToDataURL=je.fileToDataURL;exports.NeonIconRegistry=Ke.NeonIconRegistry;exports.NeonJazziconUtils=Qe.NeonJazziconUtils;exports.NeonModeUtils=We.NeonModeUtils;exports.NeonNumberUtils=Xe.NeonNumberUtils;exports.NeonPlacementUtils=Ye.NeonPlacementUtils;exports.NeonRandomUtils=_e.NeonRandomUtils;exports.NeonResponsiveUtils=$e.NeonResponsiveUtils;exports.NeonScrollUtils=eo.NeonScrollUtils;exports.NeonToastService=oo.NeonToastService;exports.NeonTooltipPlacementUtils=no.NeonTooltipPlacementUtils;exports.RegisterIcons=ro.RegisterIcons;
|
|
2
2
|
//# sourceMappingURL=neon.cjs.js.map
|
package/dist/neon.es.js
CHANGED
|
@@ -8,9 +8,9 @@ import { default as u } from "./components/layout/card/NeonCard.vue.es.js";
|
|
|
8
8
|
import { default as S } from "./components/layout/card/body/NeonCardBody.vue.es.js";
|
|
9
9
|
import { default as g } from "./components/layout/card/footer/NeonCardFooter.vue.es.js";
|
|
10
10
|
import { default as T } from "./components/layout/card/header/NeonCardHeader.vue.es.js";
|
|
11
|
-
import { default as
|
|
11
|
+
import { default as U } from "./components/layout/card-list/NeonCardList.vue.es.js";
|
|
12
12
|
import { default as D } from "./components/user-input/chip/NeonChip.vue.es.js";
|
|
13
|
-
import { default as
|
|
13
|
+
import { default as I } from "./components/user-input/color/NeonColor.vue.es.js";
|
|
14
14
|
import { default as w } from "./components/user-input/date-picker/NeonDatePicker.vue.es.js";
|
|
15
15
|
import { default as A } from "./components/feedback/dialog/NeonDialog.vue.es.js";
|
|
16
16
|
import { default as v } from "./components/layout/drawer/NeonDrawer.vue.es.js";
|
|
@@ -35,8 +35,8 @@ import { default as io } from "./components/presentation/label/NeonLabel.vue.es.
|
|
|
35
35
|
import { default as co } from "./components/feedback/linear-progress/NeonLinearProgress.vue.es.js";
|
|
36
36
|
import { default as Co } from "./components/navigation/link/NeonLink.vue.es.js";
|
|
37
37
|
import { default as Po } from "./components/user-input/list/NeonList.vue.es.js";
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
38
|
+
import { default as bo } from "./components/navigation/menu/NeonMenu.vue.es.js";
|
|
39
|
+
import { default as Lo } from "./components/navigation/mobile-menu/NeonMobileMenu.vue.es.js";
|
|
40
40
|
import { default as ho } from "./components/layout/modal/NeonModal.vue.es.js";
|
|
41
41
|
import { default as yo } from "./components/feedback/note/NeonNote.vue.es.js";
|
|
42
42
|
import { default as Mo } from "./components/feedback/notification-counter/NeonNotificationCounter.vue.es.js";
|
|
@@ -62,8 +62,8 @@ import { default as ie } from "./components/user-input/toggle/NeonToggle.vue.es.
|
|
|
62
62
|
import { default as ce } from "./components/user-input/toggle-chip/NeonToggleChip.vue.es.js";
|
|
63
63
|
import { default as Ce } from "./components/feedback/tooltip/NeonTooltip.vue.es.js";
|
|
64
64
|
import { default as Pe } from "./components/layout/top-nav/NeonTopNav.vue.es.js";
|
|
65
|
-
import { default as
|
|
66
|
-
import { NeonAlertLevel as
|
|
65
|
+
import { default as be } from "./components/navigation/tree-menu/NeonTreeMenu.vue.es.js";
|
|
66
|
+
import { NeonAlertLevel as Le } from "./common/enums/NeonAlertLevel.es.js";
|
|
67
67
|
import { NeonAlertPlacement as he } from "./common/enums/NeonAlertPlacement.es.js";
|
|
68
68
|
import { NeonBadgeSize as ye } from "./common/enums/NeonBadgeSize.es.js";
|
|
69
69
|
import { NeonButtonSize as Me } from "./common/enums/NeonButtonSize.es.js";
|
|
@@ -89,8 +89,8 @@ import { NeonState as ir } from "./common/enums/NeonState.es.js";
|
|
|
89
89
|
import { NeonSwitchStyle as cr } from "./common/enums/NeonSwitchStyle.es.js";
|
|
90
90
|
import { NeonToggleChipSize as Cr } from "./common/enums/NeonToggleChipSize.es.js";
|
|
91
91
|
import { NeonToggleStyle as Pr } from "./common/enums/NeonToggleStyle.es.js";
|
|
92
|
-
import { NeonTooltipStyle as
|
|
93
|
-
import { NeonVerticalPosition as
|
|
92
|
+
import { NeonTooltipStyle as br } from "./common/enums/NeonTooltipStyle.es.js";
|
|
93
|
+
import { NeonVerticalPosition as Lr } from "./common/enums/NeonVerticalPosition.es.js";
|
|
94
94
|
import { NeonAlertService as hr } from "./common/utils/NeonAlertService.es.js";
|
|
95
95
|
import { NeonClipboardService as yr, NeonClipboardSupport as Ar } from "./common/utils/NeonClipboardService.es.js";
|
|
96
96
|
import { NeonClosableUtils as vr } from "./common/utils/NeonClosableUtils.es.js";
|
|
@@ -98,22 +98,23 @@ import { NeonDateUtils as Br } from "./common/utils/NeonDateUtils.es.js";
|
|
|
98
98
|
import { NeonDebounceUtils as Rr } from "./common/utils/NeonDebounceUtils.es.js";
|
|
99
99
|
import { NeonDropdownPlacementUtils as Er } from "./common/utils/NeonDropdownPlacementUtils.es.js";
|
|
100
100
|
import { NeonEventBus as Hr } from "./common/utils/NeonEventBus.es.js";
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
101
|
+
import { fileToDataURL as Jr } from "./common/utils/NeonFileUtils.es.js";
|
|
102
|
+
import { NeonIconRegistry as Zr } from "./common/utils/NeonIconRegistry.es.js";
|
|
103
|
+
import { NeonJazziconUtils as qr } from "./common/utils/NeonJazziconUtils.es.js";
|
|
104
|
+
import { NeonModeUtils as Qr } from "./common/utils/NeonModeUtils.es.js";
|
|
105
|
+
import { NeonNumberUtils as Xr } from "./common/utils/NeonNumberUtils.es.js";
|
|
106
|
+
import { NeonPlacementUtils as _r } from "./common/utils/NeonPlacementUtils.es.js";
|
|
107
|
+
import { NeonRandomUtils as ot } from "./common/utils/NeonRandomUtils.es.js";
|
|
108
|
+
import { NeonResponsiveUtils as rt } from "./common/utils/NeonResponsiveUtils.es.js";
|
|
109
|
+
import { NeonScrollUtils as at } from "./common/utils/NeonScrollUtils.es.js";
|
|
110
|
+
import { NeonToastService as nt } from "./common/utils/NeonToastService.es.js";
|
|
111
|
+
import { NeonTooltipPlacementUtils as lt } from "./common/utils/NeonTooltipPlacementUtils.es.js";
|
|
112
|
+
import { RegisterIcons as Nt } from "./common/utils/RegisterIcons.es.js";
|
|
112
113
|
export {
|
|
113
114
|
r as NeonActionMenu,
|
|
114
115
|
a as NeonAlert,
|
|
115
116
|
n as NeonAlertContainer,
|
|
116
|
-
|
|
117
|
+
Le as NeonAlertLevel,
|
|
117
118
|
he as NeonAlertPlacement,
|
|
118
119
|
hr as NeonAlertService,
|
|
119
120
|
l as NeonAnchor,
|
|
@@ -127,13 +128,13 @@ export {
|
|
|
127
128
|
S as NeonCardBody,
|
|
128
129
|
g as NeonCardFooter,
|
|
129
130
|
T as NeonCardHeader,
|
|
130
|
-
|
|
131
|
+
U as NeonCardList,
|
|
131
132
|
D as NeonChip,
|
|
132
133
|
ke as NeonChipAction,
|
|
133
134
|
yr as NeonClipboardService,
|
|
134
135
|
Ar as NeonClipboardSupport,
|
|
135
136
|
vr as NeonClosableUtils,
|
|
136
|
-
|
|
137
|
+
I as NeonColor,
|
|
137
138
|
w as NeonDatePicker,
|
|
138
139
|
Br as NeonDateUtils,
|
|
139
140
|
Rr as NeonDebounceUtils,
|
|
@@ -158,40 +159,40 @@ export {
|
|
|
158
159
|
ro as NeonGridArea,
|
|
159
160
|
je as NeonHorizontalPosition,
|
|
160
161
|
ao as NeonIcon,
|
|
161
|
-
|
|
162
|
+
Zr as NeonIconRegistry,
|
|
162
163
|
no as NeonImageCarousel,
|
|
163
164
|
lo as NeonInline,
|
|
164
165
|
No as NeonInput,
|
|
165
166
|
so as NeonInputIndicator,
|
|
166
167
|
Ke as NeonInputMode,
|
|
167
168
|
We as NeonInputType,
|
|
168
|
-
|
|
169
|
+
qr as NeonJazziconUtils,
|
|
169
170
|
io as NeonLabel,
|
|
170
171
|
Ye as NeonLabelSize,
|
|
171
172
|
co as NeonLinearProgress,
|
|
172
173
|
Co as NeonLink,
|
|
173
174
|
Po as NeonList,
|
|
174
|
-
|
|
175
|
-
|
|
175
|
+
bo as NeonMenu,
|
|
176
|
+
Lo as NeonMobileMenu,
|
|
176
177
|
ho as NeonModal,
|
|
177
178
|
$e as NeonMode,
|
|
178
|
-
|
|
179
|
+
Qr as NeonModeUtils,
|
|
179
180
|
yo as NeonNote,
|
|
180
181
|
Mo as NeonNotificationCounter,
|
|
181
182
|
zo as NeonNumber,
|
|
182
|
-
|
|
183
|
+
Xr as NeonNumberUtils,
|
|
183
184
|
er as NeonOrientation,
|
|
184
185
|
tr as NeonOutlineStyle,
|
|
185
186
|
Fo as NeonPage,
|
|
186
187
|
fr as NeonPageAlignment,
|
|
187
188
|
ko as NeonPassword,
|
|
188
|
-
|
|
189
|
+
_r as NeonPlacementUtils,
|
|
189
190
|
pr as NeonPosition,
|
|
190
|
-
|
|
191
|
+
ot as NeonRandomUtils,
|
|
191
192
|
Go as NeonRangeSlider,
|
|
192
193
|
mr as NeonResponsive,
|
|
193
|
-
|
|
194
|
-
|
|
194
|
+
rt as NeonResponsiveUtils,
|
|
195
|
+
at as NeonScrollUtils,
|
|
195
196
|
Vo as NeonSearch,
|
|
196
197
|
jo as NeonSelect,
|
|
197
198
|
Ko as NeonSelectableCard,
|
|
@@ -210,17 +211,18 @@ export {
|
|
|
210
211
|
me as NeonTab,
|
|
211
212
|
xe as NeonTabs,
|
|
212
213
|
de as NeonToastContainer,
|
|
213
|
-
|
|
214
|
+
nt as NeonToastService,
|
|
214
215
|
ie as NeonToggle,
|
|
215
216
|
ce as NeonToggleChip,
|
|
216
217
|
Cr as NeonToggleChipSize,
|
|
217
218
|
Pr as NeonToggleStyle,
|
|
218
219
|
Ce as NeonTooltip,
|
|
219
|
-
|
|
220
|
-
|
|
220
|
+
lt as NeonTooltipPlacementUtils,
|
|
221
|
+
br as NeonTooltipStyle,
|
|
221
222
|
Pe as NeonTopNav,
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
223
|
+
be as NeonTreeMenu,
|
|
224
|
+
Lr as NeonVerticalPosition,
|
|
225
|
+
Nt as RegisterIcons,
|
|
226
|
+
Jr as fileToDataURL
|
|
225
227
|
};
|
|
226
228
|
//# sourceMappingURL=neon.es.js.map
|
package/dist/neon.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"neon.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"neon.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,5 +5,7 @@ export declare enum NeonToggleStyle {
|
|
|
5
5
|
/** Toggle style which is a horizontal group of connected buttons with one active member. */
|
|
6
6
|
Toggle = "toggle",
|
|
7
7
|
/** Traditional HTML radio button input style. */
|
|
8
|
-
RadioButtons = "radio-buttons"
|
|
8
|
+
RadioButtons = "radio-buttons",
|
|
9
|
+
/** Card style radio buttons for more detailed content */
|
|
10
|
+
Card = "card"
|
|
9
11
|
}
|
|
@@ -19,4 +19,6 @@ export interface NeonDate {
|
|
|
19
19
|
dayFormatted: string;
|
|
20
20
|
/** Time string in the <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO-8601 format</a>. */
|
|
21
21
|
time?: string;
|
|
22
|
+
/** Time string in the <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO-8601 format</a> without seconds. */
|
|
23
|
+
timeShort?: string;
|
|
22
24
|
}
|
|
@@ -318,13 +318,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
318
318
|
size: import("../../../neon").NeonButtonSize;
|
|
319
319
|
color: NeonFunctionalColor;
|
|
320
320
|
inverse: boolean;
|
|
321
|
-
circular: boolean;
|
|
322
321
|
alternateColor: NeonFunctionalColor;
|
|
323
322
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
324
323
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
325
324
|
buttonType: import("../../../neon").NeonButtonType;
|
|
326
325
|
state: import("../../../neon").NeonState;
|
|
327
326
|
transparent: boolean;
|
|
327
|
+
circular: boolean;
|
|
328
328
|
fullWidth: boolean;
|
|
329
329
|
indicator: boolean;
|
|
330
330
|
indicatorExpanded: boolean;
|
|
@@ -815,13 +815,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
815
815
|
size: import("../../../neon").NeonButtonSize;
|
|
816
816
|
color: NeonFunctionalColor;
|
|
817
817
|
inverse: boolean;
|
|
818
|
-
circular: boolean;
|
|
819
818
|
alternateColor: NeonFunctionalColor;
|
|
820
819
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
821
820
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
822
821
|
buttonType: import("../../../neon").NeonButtonType;
|
|
823
822
|
state: import("../../../neon").NeonState;
|
|
824
823
|
transparent: boolean;
|
|
824
|
+
circular: boolean;
|
|
825
825
|
fullWidth: boolean;
|
|
826
826
|
indicator: boolean;
|
|
827
827
|
indicatorExpanded: boolean;
|
|
@@ -274,13 +274,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
274
274
|
size: import("../../../neon").NeonButtonSize;
|
|
275
275
|
color: NeonFunctionalColor;
|
|
276
276
|
inverse: boolean;
|
|
277
|
-
circular: boolean;
|
|
278
277
|
alternateColor: NeonFunctionalColor;
|
|
279
278
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
280
279
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
281
280
|
buttonType: import("../../../neon").NeonButtonType;
|
|
282
281
|
state: import("../../../neon").NeonState;
|
|
283
282
|
transparent: boolean;
|
|
283
|
+
circular: boolean;
|
|
284
284
|
fullWidth: boolean;
|
|
285
285
|
indicator: boolean;
|
|
286
286
|
indicatorExpanded: boolean;
|
|
@@ -321,13 +321,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
321
321
|
size: import("../../../neon").NeonButtonSize;
|
|
322
322
|
color: NeonFunctionalColor;
|
|
323
323
|
inverse: boolean;
|
|
324
|
-
circular: boolean;
|
|
325
324
|
alternateColor: NeonFunctionalColor;
|
|
326
325
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
327
326
|
buttonStyle: NeonButtonStyle;
|
|
328
327
|
buttonType: import("../../../neon").NeonButtonType;
|
|
329
328
|
state: import("../../../neon").NeonState;
|
|
330
329
|
transparent: boolean;
|
|
330
|
+
circular: boolean;
|
|
331
331
|
fullWidth: boolean;
|
|
332
332
|
indicator: boolean;
|
|
333
333
|
indicatorExpanded: boolean;
|
|
@@ -255,13 +255,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
255
255
|
size: import("../../../neon").NeonButtonSize;
|
|
256
256
|
color: import("../../../neon").NeonFunctionalColor;
|
|
257
257
|
inverse: boolean;
|
|
258
|
-
circular: boolean;
|
|
259
258
|
alternateColor: import("../../../neon").NeonFunctionalColor;
|
|
260
259
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
261
260
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
262
261
|
buttonType: import("../../../neon").NeonButtonType;
|
|
263
262
|
state: import("../../../neon").NeonState;
|
|
264
263
|
transparent: boolean;
|
|
264
|
+
circular: boolean;
|
|
265
265
|
fullWidth: boolean;
|
|
266
266
|
indicator: boolean;
|
|
267
267
|
indicatorExpanded: boolean;
|