@aotearoan/neon 22.5.2 → 23.0.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/components/feedback/alert/container/NeonAlertContainer.vue.cjs.js +1 -1
- package/dist/components/feedback/alert/container/NeonAlertContainer.vue.cjs.js.map +1 -1
- package/dist/components/feedback/alert/container/NeonAlertContainer.vue.es.js +30 -29
- package/dist/components/feedback/alert/container/NeonAlertContainer.vue.es.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.cjs.js +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.cjs.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.es.js +8 -6
- package/dist/components/layout/card-list/NeonCardList.vue.es.js.map +1 -1
- package/dist/components/navigation/link/NeonLink.cjs.js +1 -1
- package/dist/components/navigation/link/NeonLink.cjs.js.map +1 -1
- package/dist/components/navigation/link/NeonLink.es.js +6 -6
- package/dist/components/navigation/link/NeonLink.es.js.map +1 -1
- package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.cjs.js +1 -1
- package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.cjs.js.map +1 -1
- package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.es.js +8 -7
- package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.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 +1 -0
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.vue.cjs.js +1 -1
- package/dist/components/user-input/button/NeonButton.vue.cjs.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.vue.es.js +1 -0
- package/dist/components/user-input/button/NeonButton.vue.es.js.map +1 -1
- package/dist/components/user-input/filter-list/NeonFilterList.vue.cjs.js +1 -1
- package/dist/components/user-input/filter-list/NeonFilterList.vue.cjs.js.map +1 -1
- package/dist/components/user-input/filter-list/NeonFilterList.vue.es.js +1 -0
- package/dist/components/user-input/filter-list/NeonFilterList.vue.es.js.map +1 -1
- package/dist/src/common/models/NeonAlertMessage.d.ts +4 -0
- package/dist/src/components/feedback/alert/NeonAlert.d.ts +8 -0
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +24 -8
- package/dist/src/components/feedback/note/NeonNote.d.ts +8 -8
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +8 -2
- package/dist/src/components/navigation/link/NeonLink.d.ts +4 -4
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +6 -2
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +2 -6
- package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +6 -0
- package/dist/src/components/user-input/number/NeonNumber.d.ts +12 -4
- package/dist/src/components/user-input/search/NeonSearch.d.ts +6 -24
- package/package.json +1 -1
- package/src/sass/components/_action-menu.scss +1 -0
- package/src/sass/components/_alert-container.scss +45 -48
- package/src/sass/components/_button.scss +10 -3
- package/src/sass/components/_card-list.scss +0 -11
- package/src/sass/components/_link.scss +36 -52
- package/src/sass/components/_tabs.scss +2 -24
- package/src/sass/components/_toast-container.scss +15 -23
- package/src/sass/global/_base-html.scss +2 -30
- package/src/sass/includes/_outline.scss +6 -6
- package/src/sass/variables.scss +74 -34
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const u=require("./NeonImageCarousel.cjs.js"),e=require("vue"),c=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),d={class:"neon-image-carousel-wrapper"},m={class:"neon-image-carousel__container",tabindex:"-1"},p={ref:"carouselItems",class:"no-style neon-image-carousel__items"},g=["alt","src"],k={key:0,class:"neon-image-carousel__item-title"},v={class:"neon-image-carousel__nav",tabindex:"-1"},C=["onClickCapture"],_={key:0,class:"neon-image-carousel__label",tabindex:"-1"};function b(n,o,
|
|
1
|
+
"use strict";const u=require("./NeonImageCarousel.cjs.js"),e=require("vue"),c=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),d={class:"neon-image-carousel-wrapper"},m={class:"neon-image-carousel__container",tabindex:"-1"},p={ref:"carouselItems",class:"no-style neon-image-carousel__items"},g=["alt","src"],k={key:0,class:"neon-image-carousel__item-title"},v={class:"neon-image-carousel__nav",tabindex:"-1"},C=["onClickCapture"],_={key:0,class:"neon-image-carousel__label",tabindex:"-1"};function b(n,o,w,E,f,h){const l=e.resolveComponent("neon-button"),r=e.resolveComponent("neon-link"),i=e.resolveComponent("neon-stack");return e.openBlock(),e.createElementBlock("div",d,[e.createElementVNode("div",{class:e.normalizeClass([{"neon-image-carousel--initialised":n.initialised,"neon-image-carousel--expanded":n.isExpanded},"neon-image-carousel"]),tabindex:"0",onKeydown:[o[2]||(o[2]=e.withKeys(e.withModifiers((...t)=>n.previous&&n.previous(...t),["stop","prevent"]),["left"])),o[3]||(o[3]=e.withKeys(e.withModifiers((...t)=>n.next&&n.next(...t),["stop","prevent"]),["right"])),o[4]||(o[4]=e.withKeys(t=>n.isExpanded&&n.toggleExpanded(),["esc"]))]},[e.createElementVNode("div",m,[n.isExpanded?(e.openBlock(),e.createBlock(l,{key:0,title:n.closeLabel,"button-style":"text",class:"neon-image-carousel__close",color:"low-contrast",icon:"close",size:"l",transparent:"",onClick:o[0]||(o[0]=t=>n.isExpanded&&n.toggleExpanded())},null,8,["title"])):e.createCommentVNode("",!0),e.createVNode(l,{disabled:n.currentImage===0,title:n.previousLabel,transparent:!0,"button-style":"text",class:"neon-image-carousel__previous",color:"neutral",icon:"arrow-left-1",size:"l",onClickCapture:e.withModifiers(n.previous,["stop"])},null,8,["disabled","title","onClickCapture"]),e.createElementVNode("ul",p,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.images,(t,s)=>(e.openBlock(),e.createElementBlock("li",{key:t.src,ref_for:!0,ref:"carouselItem",class:e.normalizeClass([{"neon-image-carousel__item--active":s===n.currentImage},"neon-image-carousel__item"])},[e.createElementVNode("img",{alt:t.alt,src:t.src,class:"neon-image-carousel__image",onClick:o[1]||(o[1]=e.withModifiers(a=>!n.isExpanded&&n.toggleExpanded(),["stop"]))},null,8,g),n.isExpanded?(e.openBlock(),e.createElementBlock("p",k,e.toDisplayString(t.alt),1)):e.createCommentVNode("",!0)],2))),128))],512),e.createVNode(l,{disabled:n.currentImage===n.images.length-1,title:n.nextLabel,transparent:!0,"button-style":"text",class:"neon-image-carousel__next",color:"neutral",icon:"arrow-right-1",size:"l",onClickCapture:e.withModifiers(n.next,["stop"])},null,8,["disabled","title","onClickCapture"])]),e.createVNode(i,{class:"neon-image-carousel__nav-container",gap:"s"},{default:e.withCtx(()=>[e.createElementVNode("div",v,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.images,(t,s)=>(e.openBlock(),e.createBlock(r,{key:s,"aria-label":`Display image ${s+1}`,class:"neon-image-carousel__nav-item-link","no-style":"","outline-style":"none",role:"button",tabindex:"0",onKeydownCapture:[e.withKeys(e.withModifiers(a=>n.scrollTo(s),["stop","prevent"]),["enter"]),e.withKeys(e.withModifiers(a=>n.scrollTo(s),["stop","prevent"]),["space"])]},{default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass([{"neon-image-carousel__nav-item--active":s===n.currentImage},"neon-image-carousel__nav-item"]),tabindex:"-1",onClickCapture:e.withModifiers(a=>n.scrollTo(s),["stop"])},[...o[5]||(o[5]=[e.createElementVNode("div",{class:"neon-image-carousel__nav-item-indicator"},null,-1)])],42,C)]),_:2},1032,["aria-label","onKeydownCapture"]))),128))]),n.hideLabel?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",_,e.toDisplayString(n.imageCountLabel||`${n.images.length} ${n.images.length===1?"image":"images"}`),1))]),_:1})],34)])}const y=c(u,[["render",b]]);module.exports=y;
|
|
2
2
|
//# sourceMappingURL=NeonImageCarousel.vue.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonImageCarousel.vue.cjs.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":"4IACOA,EAAA,CAAA,MAAM,6BAA6B,KAY/B,MAAM,iCAAiC,SAAS,SAuB/C,IAAI,gBAAgB,MAAM,gEAcL,MAAM,sCAgB1B,MAAM,2BAA2B,SAAS,
|
|
1
|
+
{"version":3,"file":"NeonImageCarousel.vue.cjs.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 no-style\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 +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': 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":";;;AACO,MAAAA,IAAA,EAAA,OAAM,8BAA6B;EAY/B,OAAM;AAAA,EAAiC,UAAS;;EAuB/C,KAAI;AAAA,EAAgB,OAAM;;;EAcL,OAAM;;EAgB1B,OAAM;AAAA,EAA2B,UAAS;;;
|
|
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 no-style\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 r=require("./NeonButton.cjs.js"),n=require("vue"),a=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),d={key:1,class:"neon-button__label"},u=["disabled","tabindex","type"],b={key:1,class:"neon-button__label"};function p(e,o,k,
|
|
1
|
+
"use strict";const r=require("./NeonButton.cjs.js"),n=require("vue"),a=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),d={key:1,class:"neon-button__label"},u=["disabled","tabindex","type"],b={key:1,class:"neon-button__label"};function p(e,o,y,k,m,B){const t=n.resolveComponent("neon-icon"),l=n.resolveComponent("neon-link"),s=n.resolveComponent("neon-expansion-indicator");return e.href?(n.openBlock(),n.createBlock(l,n.mergeProps({key:0,ref:"button",class:[e.classes,"neon-button"],href:e.href,tabindex:e.disabled?-1:0,"no-style":"","outline-style":"none",role:"button"},e.sanitizedAttributes,{onKeydown:n.withKeys(n.withModifiers(e.clickLink,["prevent"]),["space"])}),{default:n.withCtx(()=>[e.icon||e.state!=="ready"?(n.openBlock(),n.createBlock(t,{key:0,color:e.buttonStyle!=="solid"?e.color:void 0,disabled:e.disabled,inverse:e.buttonStyle==="solid"||e.inverse,name:e.iconName},null,8,["color","disabled","inverse","name"])):n.createCommentVNode("",!0),e.label?(n.openBlock(),n.createElementBlock("span",d,n.toDisplayString(e.label),1)):n.createCommentVNode("",!0)]),_:1},16,["class","href","tabindex","onKeydown"])):(n.openBlock(),n.createElementBlock("button",n.mergeProps({key:1,ref:"button",class:[e.classes,"neon-button"],disabled:e.disabled||e.state!=="ready",tabindex:e.disabled?-1:0,type:e.buttonType},e.sanitizedAttributes,{onClick:o[0]||(o[0]=(...i)=>e.clickButton&&e.clickButton(...i))}),[e.icon||e.state!=="ready"?(n.openBlock(),n.createBlock(t,{key:0,"aria-label":e.iconAriaLabel,color:e.buttonStyle!=="solid"?e.color:void 0,disabled:e.disabled,inverse:e.buttonStyle==="solid"||e.inverse,name:e.iconName},null,8,["aria-label","color","disabled","inverse","name"])):n.createCommentVNode("",!0),e.label||e.buttonStyle==="input"?(n.openBlock(),n.createElementBlock("span",b,n.toDisplayString(e.label||e.buttonStyle==="input"&&""),1)):n.createCommentVNode("",!0),e.indicator?(n.openBlock(),n.createBlock(s,{key:2,color:e.buttonStyle==="text"?e.color:"low-contrast",disabled:e.disabled,expanded:e.indicatorExpanded,inverse:e.buttonStyle==="solid"||e.inverse,class:"neon-button__indicator"},null,8,["color","disabled","expanded","inverse"])):n.createCommentVNode("",!0)],16,u))}const c=a(r,[["render",p]]);module.exports=c;
|
|
2
2
|
//# sourceMappingURL=NeonButton.vue.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonButton.vue.cjs.js","sources":["../../../../src/components/user-input/button/NeonButton.vue"],"sourcesContent":["<template>\n <neon-link\n v-if=\"href\"\n ref=\"button\"\n :class=\"classes\"\n :href=\"href\"\n :tabindex=\"!disabled ? 0 : -1\"\n class=\"neon-button\"\n outline-style=\"none\"\n role=\"button\"\n v-bind=\"sanitizedAttributes\"\n @keydown.space.prevent=\"clickLink\"\n >\n <neon-icon\n v-if=\"icon || state !== 'ready'\"\n :color=\"buttonStyle !== 'solid' ? color : undefined\"\n :disabled=\"disabled\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n :name=\"iconName\"\n />\n <span v-if=\"label\" class=\"neon-button__label\">{{ label }}</span>\n </neon-link>\n <button\n v-else\n ref=\"button\"\n :class=\"classes\"\n :disabled=\"disabled || state !== 'ready'\"\n :tabindex=\"!disabled ? 0 : -1\"\n :type=\"buttonType\"\n class=\"neon-button\"\n v-bind=\"sanitizedAttributes\"\n @click=\"clickButton\"\n >\n <neon-icon\n v-if=\"icon || state !== 'ready'\"\n :aria-label=\"iconAriaLabel\"\n :color=\"buttonStyle !== 'solid' ? color : undefined\"\n :disabled=\"disabled\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n :name=\"iconName\"\n />\n <span v-if=\"label || buttonStyle === 'input'\" class=\"neon-button__label\">\n {{ label || (buttonStyle === 'input' && '') }}\n </span>\n <neon-expansion-indicator\n v-if=\"indicator\"\n :color=\"buttonStyle === 'text' ? color : 'low-contrast'\"\n :disabled=\"disabled\"\n :expanded=\"indicatorExpanded\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n class=\"neon-button__indicator\"\n />\n </button>\n</template>\n\n<script lang=\"ts\" src=\"./NeonButton.ts\" />\n"],"names":["_ctx","_openBlock","_createBlock","_component_neon_link","_mergeProps","_component_neon_icon","_createElementBlock","_hoisted_1","_toDisplayString","args","_hoisted_3","_component_neon_expansion_indicator"],"mappings":"
|
|
1
|
+
{"version":3,"file":"NeonButton.vue.cjs.js","sources":["../../../../src/components/user-input/button/NeonButton.vue"],"sourcesContent":["<template>\n <neon-link\n v-if=\"href\"\n ref=\"button\"\n :class=\"classes\"\n :href=\"href\"\n :tabindex=\"!disabled ? 0 : -1\"\n class=\"neon-button\"\n no-style\n outline-style=\"none\"\n role=\"button\"\n v-bind=\"sanitizedAttributes\"\n @keydown.space.prevent=\"clickLink\"\n >\n <neon-icon\n v-if=\"icon || state !== 'ready'\"\n :color=\"buttonStyle !== 'solid' ? color : undefined\"\n :disabled=\"disabled\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n :name=\"iconName\"\n />\n <span v-if=\"label\" class=\"neon-button__label\">{{ label }}</span>\n </neon-link>\n <button\n v-else\n ref=\"button\"\n :class=\"classes\"\n :disabled=\"disabled || state !== 'ready'\"\n :tabindex=\"!disabled ? 0 : -1\"\n :type=\"buttonType\"\n class=\"neon-button\"\n v-bind=\"sanitizedAttributes\"\n @click=\"clickButton\"\n >\n <neon-icon\n v-if=\"icon || state !== 'ready'\"\n :aria-label=\"iconAriaLabel\"\n :color=\"buttonStyle !== 'solid' ? color : undefined\"\n :disabled=\"disabled\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n :name=\"iconName\"\n />\n <span v-if=\"label || buttonStyle === 'input'\" class=\"neon-button__label\">\n {{ label || (buttonStyle === 'input' && '') }}\n </span>\n <neon-expansion-indicator\n v-if=\"indicator\"\n :color=\"buttonStyle === 'text' ? color : 'low-contrast'\"\n :disabled=\"disabled\"\n :expanded=\"indicatorExpanded\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n class=\"neon-button__indicator\"\n />\n </button>\n</template>\n\n<script lang=\"ts\" src=\"./NeonButton.ts\" />\n"],"names":["_ctx","_openBlock","_createBlock","_component_neon_link","_mergeProps","_component_neon_icon","_createElementBlock","_hoisted_1","_toDisplayString","args","_hoisted_3","_component_neon_expansion_indicator"],"mappings":"8IAqBuB,MAAM,gEAqBqB,MAAM,gLAxC9CA,EAAA,MADRC,EAAAA,YAAAC,EAAAA,YAqBYC,EArBZC,aAqBY,OAnBV,IAAI,SACH,MAAK,CAAEJ,EAAA,QAGF,aAAa,EAFlB,KAAMA,EAAA,KACN,SAAWA,EAAA,SAAQ,GAAA,EAEpB,WAAA,GACA,gBAAc,OACd,KAAK,UACGA,EAAA,oBAAmB,CAC1B,qCAAuBA,EAAA,UAAS,CAAA,SAAA,CAAA,EAAA,CAAA,OAAA,CAAA,uBAEjC,IAME,CALMA,EAAA,MAAQA,EAAA,QAAK,uBADrBE,EAAAA,YAMEG,EAAA,OAJC,MAAOL,EAAA,cAAW,QAAeA,EAAA,MAAQ,OACzC,SAAUA,EAAA,SACV,QAASA,EAAA,cAAW,SAAgBA,EAAA,QACpC,KAAMA,EAAA,qFAEGA,EAAA,qBAAZM,EAAAA,mBAAgE,OAAhEC,EAAgEC,EAAAA,gBAAfR,EAAA,KAAK,EAAA,CAAA,oFAExDC,EAAAA,YAAAK,EAAAA,mBA8BS,SA9BTF,aA8BS,OA5BP,IAAI,SACH,MAAK,CAAEJ,EAAA,QAIF,aAAa,EAHlB,SAAUA,EAAA,UAAYA,EAAA,QAAK,QAC3B,SAAWA,EAAA,SAAQ,GAAA,EACnB,KAAMA,EAAA,YAECA,EAAA,oBAAmB,CAC1B,4BAAOA,EAAA,aAAAA,EAAA,YAAA,GAAAS,CAAA,MAGAT,EAAA,MAAQA,EAAA,QAAK,uBADrBE,EAAAA,YAOEG,EAAA,OALC,aAAYL,EAAA,cACZ,MAAOA,EAAA,cAAW,QAAeA,EAAA,MAAQ,OACzC,SAAUA,EAAA,SACV,QAASA,EAAA,cAAW,SAAgBA,EAAA,QACpC,KAAMA,EAAA,kGAEGA,EAAA,OAASA,EAAA,cAAW,SAAhCC,EAAAA,UAAA,EAAAK,EAAAA,mBAEO,OAFPI,EAEOF,EAAAA,gBADFR,EAAA,OAAUA,EAAA,cAAW,SAAA,EAAA,EAAA,CAAA,+BAGlBA,EAAA,yBADRE,EAAAA,YAOES,EAAA,OALC,MAAOX,EAAA,cAAW,OAAcA,EAAA,MAAK,eACrC,SAAUA,EAAA,SACV,SAAUA,EAAA,kBACV,QAASA,EAAA,cAAW,SAAgBA,EAAA,QACrC,MAAM"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonButton.vue.es.js","sources":["../../../../src/components/user-input/button/NeonButton.vue"],"sourcesContent":["<template>\n <neon-link\n v-if=\"href\"\n ref=\"button\"\n :class=\"classes\"\n :href=\"href\"\n :tabindex=\"!disabled ? 0 : -1\"\n class=\"neon-button\"\n outline-style=\"none\"\n role=\"button\"\n v-bind=\"sanitizedAttributes\"\n @keydown.space.prevent=\"clickLink\"\n >\n <neon-icon\n v-if=\"icon || state !== 'ready'\"\n :color=\"buttonStyle !== 'solid' ? color : undefined\"\n :disabled=\"disabled\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n :name=\"iconName\"\n />\n <span v-if=\"label\" class=\"neon-button__label\">{{ label }}</span>\n </neon-link>\n <button\n v-else\n ref=\"button\"\n :class=\"classes\"\n :disabled=\"disabled || state !== 'ready'\"\n :tabindex=\"!disabled ? 0 : -1\"\n :type=\"buttonType\"\n class=\"neon-button\"\n v-bind=\"sanitizedAttributes\"\n @click=\"clickButton\"\n >\n <neon-icon\n v-if=\"icon || state !== 'ready'\"\n :aria-label=\"iconAriaLabel\"\n :color=\"buttonStyle !== 'solid' ? color : undefined\"\n :disabled=\"disabled\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n :name=\"iconName\"\n />\n <span v-if=\"label || buttonStyle === 'input'\" class=\"neon-button__label\">\n {{ label || (buttonStyle === 'input' && '') }}\n </span>\n <neon-expansion-indicator\n v-if=\"indicator\"\n :color=\"buttonStyle === 'text' ? color : 'low-contrast'\"\n :disabled=\"disabled\"\n :expanded=\"indicatorExpanded\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n class=\"neon-button__indicator\"\n />\n </button>\n</template>\n\n<script lang=\"ts\" src=\"./NeonButton.ts\" />\n"],"names":["_ctx","_openBlock","_createBlock","_component_neon_link","_mergeProps","_component_neon_icon","_createElementBlock","_hoisted_1","_toDisplayString","args","_hoisted_3","_component_neon_expansion_indicator"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"NeonButton.vue.es.js","sources":["../../../../src/components/user-input/button/NeonButton.vue"],"sourcesContent":["<template>\n <neon-link\n v-if=\"href\"\n ref=\"button\"\n :class=\"classes\"\n :href=\"href\"\n :tabindex=\"!disabled ? 0 : -1\"\n class=\"neon-button\"\n no-style\n outline-style=\"none\"\n role=\"button\"\n v-bind=\"sanitizedAttributes\"\n @keydown.space.prevent=\"clickLink\"\n >\n <neon-icon\n v-if=\"icon || state !== 'ready'\"\n :color=\"buttonStyle !== 'solid' ? color : undefined\"\n :disabled=\"disabled\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n :name=\"iconName\"\n />\n <span v-if=\"label\" class=\"neon-button__label\">{{ label }}</span>\n </neon-link>\n <button\n v-else\n ref=\"button\"\n :class=\"classes\"\n :disabled=\"disabled || state !== 'ready'\"\n :tabindex=\"!disabled ? 0 : -1\"\n :type=\"buttonType\"\n class=\"neon-button\"\n v-bind=\"sanitizedAttributes\"\n @click=\"clickButton\"\n >\n <neon-icon\n v-if=\"icon || state !== 'ready'\"\n :aria-label=\"iconAriaLabel\"\n :color=\"buttonStyle !== 'solid' ? color : undefined\"\n :disabled=\"disabled\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n :name=\"iconName\"\n />\n <span v-if=\"label || buttonStyle === 'input'\" class=\"neon-button__label\">\n {{ label || (buttonStyle === 'input' && '') }}\n </span>\n <neon-expansion-indicator\n v-if=\"indicator\"\n :color=\"buttonStyle === 'text' ? color : 'low-contrast'\"\n :disabled=\"disabled\"\n :expanded=\"indicatorExpanded\"\n :inverse=\"buttonStyle === 'solid' || inverse\"\n class=\"neon-button__indicator\"\n />\n </button>\n</template>\n\n<script lang=\"ts\" src=\"./NeonButton.ts\" />\n"],"names":["_ctx","_openBlock","_createBlock","_component_neon_link","_mergeProps","_component_neon_icon","_createElementBlock","_hoisted_1","_toDisplayString","args","_hoisted_3","_component_neon_expansion_indicator"],"mappings":";;;;;EAqBuB,OAAM;;;EAqBqB,OAAM;;;;SAxC9CA,EAAA,QADRC,KAAAC,EAqBYC,GArBZC,EAqBY;AAAA;IAnBV,KAAI;AAAA,IACH,OAAK,CAAEJ,EAAA,SAGF,aAAa;AAAA,IAFlB,MAAMA,EAAA;AAAA,IACN,UAAWA,EAAA,WAAQ,KAAA;AAAA,IAEpB,YAAA;AAAA,IACA,iBAAc;AAAA,IACd,MAAK;AAAA,KACGA,EAAA,qBAAmB;AAAA,IAC1B,eAAuBA,EAAA,WAAS,CAAA,SAAA,CAAA,GAAA,CAAA,OAAA,CAAA;AAAA;eAEjC,MAME;AAAA,MALMA,EAAA,QAAQA,EAAA,UAAK,gBADrBE,EAMEG,GAAA;AAAA;QAJC,OAAOL,EAAA,gBAAW,UAAeA,EAAA,QAAQ;AAAA,QACzC,UAAUA,EAAA;AAAA,QACV,SAASA,EAAA,gBAAW,WAAgBA,EAAA;AAAA,QACpC,MAAMA,EAAA;AAAA;MAEGA,EAAA,cAAZM,EAAgE,QAAhEC,GAAgEC,EAAfR,EAAA,KAAK,GAAA,CAAA;;;yDAExDC,KAAAK,EA8BS,UA9BTF,EA8BS;AAAA;IA5BP,KAAI;AAAA,IACH,OAAK,CAAEJ,EAAA,SAIF,aAAa;AAAA,IAHlB,UAAUA,EAAA,YAAYA,EAAA,UAAK;AAAA,IAC3B,UAAWA,EAAA,WAAQ,KAAA;AAAA,IACnB,MAAMA,EAAA;AAAA,KAECA,EAAA,qBAAmB;AAAA,IAC1B,mCAAOA,EAAA,eAAAA,EAAA,YAAA,GAAAS,CAAA;AAAA;IAGAT,EAAA,QAAQA,EAAA,UAAK,gBADrBE,EAOEG,GAAA;AAAA;MALC,cAAYL,EAAA;AAAA,MACZ,OAAOA,EAAA,gBAAW,UAAeA,EAAA,QAAQ;AAAA,MACzC,UAAUA,EAAA;AAAA,MACV,SAASA,EAAA,gBAAW,WAAgBA,EAAA;AAAA,MACpC,MAAMA,EAAA;AAAA;IAEGA,EAAA,SAASA,EAAA,gBAAW,WAAhCC,EAAA,GAAAK,EAEO,QAFPI,GAEOF,EADFR,EAAA,SAAUA,EAAA,gBAAW,WAAA,EAAA,GAAA,CAAA;IAGlBA,EAAA,kBADRE,EAOES,GAAA;AAAA;MALC,OAAOX,EAAA,gBAAW,SAAcA,EAAA,QAAK;AAAA,MACrC,UAAUA,EAAA;AAAA,MACV,UAAUA,EAAA;AAAA,MACV,SAASA,EAAA,gBAAW,WAAgBA,EAAA;AAAA,MACrC,OAAM;AAAA;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const r=require("./NeonFilterList.cjs.js"),e=require("vue"),a=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),d=["aria-activedescendant","aria-multiselectable"],c=["aria-selected","tabindex","onClick","onKeydown"],p={class:"neon-filter-list__item-label"},u={key:0,class:"neon-filter-list__item-count"};function k(l,t,y,_,b,g){const s=e.resolveComponent("neon-icon"),i=e.resolveComponent("neon-link");return e.openBlock(),e.createElementBlock("div",{"aria-activedescendant":l.multiple&&Array.isArray(l.modelValue)?l.modelValue[0]:!Array.isArray(l.modelValue)&&l.modelValue||void 0,"aria-multiselectable":l.multiple,class:e.normalizeClass([[`neon-filter-list--${l.color}`,`neon-list--${l.size}`,`neon-filter-list--${l.size}`,{"neon-filter-list--multiple":l.multiple}],"neon-filter-list"]),role:"listbox"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.visibleItems,o=>(e.openBlock(),e.createElementBlock("div",{key:o.key,"aria-selected":l.selected[o.key],class:e.normalizeClass([[{"neon-filter-list__item--disabled":o.disabled,"neon-filter-list__item--enabled":!o.disabled,"neon-filter-list__item--selected":l.selected[o.key]}],"neon-list__item neon-filter-list__item"]),tabindex:o.disabled?-1:0,role:"option",onClick:e.withModifiers(n=>!o.disabled&&l.toggleItem(o.key,n),["stop","prevent"]),onKeydown:[e.withKeys(e.withModifiers(n=>!o.disabled&&l.toggleItem(o.key),["stop","prevent"]),["enter"]),e.withKeys(e.withModifiers(n=>!o.disabled&&l.toggleItem(o.key),["stop","prevent"]),["space"])]},[e.createElementVNode("span",p,e.toDisplayString(o.label),1),o.count?(e.openBlock(),e.createElementBlock("span",u,e.toDisplayString(o.count.toLocaleString()),1)):e.createCommentVNode("",!0),!o.disabled&&l.selected[o.key]?(e.openBlock(),e.createBlock(s,{key:1,color:l.color,disabled:o.disabled,class:"neon-filter-list__item-close",name:"times"},null,8,["color","disabled"])):e.createCommentVNode("",!0)],42,c))),128)),l.displayShowAllToggle?(e.openBlock(),e.createBlock(i,{key:0,class:"neon-filter-list__show-toggle",onClick:t[0]||(t[0]=o=>l.toggleShowAll())},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.toggleShowAllLabel),1)]),_:1})):e.createCommentVNode("",!0)],10,d)}const m=a(r,[["render",k]]);module.exports=m;
|
|
1
|
+
"use strict";const r=require("./NeonFilterList.cjs.js"),e=require("vue"),a=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),d=["aria-activedescendant","aria-multiselectable"],c=["aria-selected","tabindex","onClick","onKeydown"],p={class:"neon-filter-list__item-label"},u={key:0,class:"neon-filter-list__item-count"};function k(l,t,y,_,b,g){const s=e.resolveComponent("neon-icon"),i=e.resolveComponent("neon-link");return e.openBlock(),e.createElementBlock("div",{"aria-activedescendant":l.multiple&&Array.isArray(l.modelValue)?l.modelValue[0]:!Array.isArray(l.modelValue)&&l.modelValue||void 0,"aria-multiselectable":l.multiple,class:e.normalizeClass([[`neon-filter-list--${l.color}`,`neon-list--${l.size}`,`neon-filter-list--${l.size}`,{"neon-filter-list--multiple":l.multiple}],"neon-filter-list"]),role:"listbox"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.visibleItems,o=>(e.openBlock(),e.createElementBlock("div",{key:o.key,"aria-selected":l.selected[o.key],class:e.normalizeClass([[{"neon-filter-list__item--disabled":o.disabled,"neon-filter-list__item--enabled":!o.disabled,"neon-filter-list__item--selected":l.selected[o.key]}],"neon-list__item neon-filter-list__item"]),tabindex:o.disabled?-1:0,role:"option",onClick:e.withModifiers(n=>!o.disabled&&l.toggleItem(o.key,n),["stop","prevent"]),onKeydown:[e.withKeys(e.withModifiers(n=>!o.disabled&&l.toggleItem(o.key),["stop","prevent"]),["enter"]),e.withKeys(e.withModifiers(n=>!o.disabled&&l.toggleItem(o.key),["stop","prevent"]),["space"])]},[e.createElementVNode("span",p,e.toDisplayString(o.label),1),o.count?(e.openBlock(),e.createElementBlock("span",u,e.toDisplayString(o.count.toLocaleString()),1)):e.createCommentVNode("",!0),!o.disabled&&l.selected[o.key]?(e.openBlock(),e.createBlock(s,{key:1,color:l.color,disabled:o.disabled,class:"neon-filter-list__item-close",name:"times"},null,8,["color","disabled"])):e.createCommentVNode("",!0)],42,c))),128)),l.displayShowAllToggle?(e.openBlock(),e.createBlock(i,{key:0,class:"neon-filter-list__show-toggle","no-style":"",onClick:t[0]||(t[0]=o=>l.toggleShowAll())},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.toggleShowAllLabel),1)]),_:1})):e.createCommentVNode("",!0)],10,d)}const m=a(r,[["render",k]]);module.exports=m;
|
|
2
2
|
//# sourceMappingURL=NeonFilterList.vue.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonFilterList.vue.cjs.js","sources":["../../../../src/components/user-input/filter-list/NeonFilterList.vue"],"sourcesContent":["<template>\n <div\n :aria-activedescendant=\"\n multiple && Array.isArray(modelValue) ? modelValue[0] : (!Array.isArray(modelValue) && modelValue) || undefined\n \"\n :aria-multiselectable=\"multiple\"\n :class=\"[\n `neon-filter-list--${color}`,\n `neon-list--${size}`,\n `neon-filter-list--${size}`,\n { 'neon-filter-list--multiple': multiple },\n ]\"\n class=\"neon-filter-list\"\n role=\"listbox\"\n >\n <div\n v-for=\"item in visibleItems\"\n :key=\"item.key\"\n :aria-selected=\"selected[item.key]\"\n :class=\"[\n {\n 'neon-filter-list__item--disabled': item.disabled,\n 'neon-filter-list__item--enabled': !item.disabled,\n 'neon-filter-list__item--selected': selected[item.key],\n },\n ]\"\n :tabindex=\"!item.disabled ? 0 : -1\"\n class=\"neon-list__item neon-filter-list__item\"\n role=\"option\"\n @click.stop.prevent=\"!item.disabled && toggleItem(item.key, $event)\"\n @keydown.enter.stop.prevent=\"!item.disabled && toggleItem(item.key)\"\n @keydown.space.stop.prevent=\"!item.disabled && toggleItem(item.key)\"\n >\n <span class=\"neon-filter-list__item-label\">{{ item.label }}</span>\n <span v-if=\"item.count\" class=\"neon-filter-list__item-count\">{{ item.count.toLocaleString() }}</span>\n <neon-icon\n v-if=\"!item.disabled && selected[item.key]\"\n :color=\"color\"\n :disabled=\"item.disabled\"\n class=\"neon-filter-list__item-close\"\n name=\"times\"\n />\n </div>\n <neon-link v-if=\"displayShowAllToggle\" class=\"neon-filter-list__show-toggle\" @click=\"toggleShowAll()\">\n {{ toggleShowAllLabel }}\n </neon-link>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFilterList.ts\"></script>\n"],"names":["_hoisted_3","_createElementBlock","_ctx","_normalizeClass","_Fragment","_renderList","item","_withModifiers","$event","_withKeys","_createElementVNode","_toDisplayString","_openBlock","_hoisted_4","_createBlock","_component_neon_icon","_component_neon_link"],"mappings":"iPAiCYA,EAAA,CAAA,MAAM,8BAA8B,WAClB,MAAM,uJAjClCC,EAAAA,mBA6CM,MAAA,CA5CH,wBAA8BC,EAAA,UAAY,MAAM,QAAQA,YAAU,EAAIA,EAAA,WAAU,CAAA,EAAA,CAAQ,MAAM,QAAQA,YAAU,GAAKA,EAAA,YAAe,OAGpI,uBAAsBA,EAAA,SACtB,MAAKC,EAAAA,eAAA,CAAA,sBAA+BD,EAAA,KAAK,iBAAwBA,EAAA,IAAI,wBAA+BA,EAAA,IAAI,iCAA0CA,EAAA,QAAQ,GAMrJ,kBAAkB,CAAA,EACxB,KAAK,6BAELD,EAAAA,mBA2BMG,EAAAA,SAAA,KAAAC,EAAAA,WA1BWH,EAAA,aAARI,kBADTL,EAAAA,mBA2BM,MAAA,CAzBH,IAAKK,EAAK,IACV,gBAAeJ,EAAA,SAASI,EAAK,GAAG,EAChC,MAAKH,EAAAA,eAAA,CAAA,EAA4D,mCAAAG,EAAK,SAAwD,kCAAA,CAAAA,EAAK,4CAAwDJ,EAAA,SAASI,EAAK,GAAG,IAQvM,wCAAwC,CAAA,EAD7C,SAAWA,EAAK,SAAQ,GAAA,EAEzB,KAAK,SACJ,QAAKC,EAAAA,cAAAC,GAAA,CAAgBF,EAAK,UAAYJ,EAAA,WAAWI,EAAK,IAAKE,CAAM,EAAA,CAAA,OAAA,SAAA,CAAA,EACjE,UAAO,CAAsBC,EAAAA,SAAAF,EAAAA,cAAAC,GAAA,CAAAF,EAAK,UAAYJ,aAAWI,EAAK,GAAG,EAAA,CAAA,OAAA,SAAA,CAAA,EAAA,CAAA,OAAA,CAAA,EACpCG,EAAAA,SAAAF,EAAAA,cAAAC,GAAA,CAAAF,EAAK,UAAYJ,aAAWI,EAAK,GAAG,EAAA,CAAA,OAAA,SAAA,CAAA,EAAA,CAAA,OAAA,CAAA,KAElEI,EAAAA,mBAAkE,OAAlEV,EAAkEW,EAAAA,gBAApBL,EAAK,KAAK,EAAA,CAAA,EAC5CA,EAAK,OAAjBM,EAAAA,YAAAX,EAAAA,mBAAqG,OAArGY,EAAqGF,EAAAA,gBAArCL,EAAK,MAAM,gBAAc,EAAA,CAAA,+BAEhF,CAAAA,EAAK,UAAYJ,WAASI,EAAK,GAAG,iBAD3CQ,EAAAA,YAMEC,EAAA,OAJC,MAAOb,EAAA,MACP,SAAUI,EAAK,SAChB,MAAM,+BACN,KAAK,kFAGQJ,EAAA,oCAAjBY,EAAAA,YAEYE,EAAA,OAF2B,MAAM,
|
|
1
|
+
{"version":3,"file":"NeonFilterList.vue.cjs.js","sources":["../../../../src/components/user-input/filter-list/NeonFilterList.vue"],"sourcesContent":["<template>\n <div\n :aria-activedescendant=\"\n multiple && Array.isArray(modelValue) ? modelValue[0] : (!Array.isArray(modelValue) && modelValue) || undefined\n \"\n :aria-multiselectable=\"multiple\"\n :class=\"[\n `neon-filter-list--${color}`,\n `neon-list--${size}`,\n `neon-filter-list--${size}`,\n { 'neon-filter-list--multiple': multiple },\n ]\"\n class=\"neon-filter-list\"\n role=\"listbox\"\n >\n <div\n v-for=\"item in visibleItems\"\n :key=\"item.key\"\n :aria-selected=\"selected[item.key]\"\n :class=\"[\n {\n 'neon-filter-list__item--disabled': item.disabled,\n 'neon-filter-list__item--enabled': !item.disabled,\n 'neon-filter-list__item--selected': selected[item.key],\n },\n ]\"\n :tabindex=\"!item.disabled ? 0 : -1\"\n class=\"neon-list__item neon-filter-list__item\"\n role=\"option\"\n @click.stop.prevent=\"!item.disabled && toggleItem(item.key, $event)\"\n @keydown.enter.stop.prevent=\"!item.disabled && toggleItem(item.key)\"\n @keydown.space.stop.prevent=\"!item.disabled && toggleItem(item.key)\"\n >\n <span class=\"neon-filter-list__item-label\">{{ item.label }}</span>\n <span v-if=\"item.count\" class=\"neon-filter-list__item-count\">{{ item.count.toLocaleString() }}</span>\n <neon-icon\n v-if=\"!item.disabled && selected[item.key]\"\n :color=\"color\"\n :disabled=\"item.disabled\"\n class=\"neon-filter-list__item-close\"\n name=\"times\"\n />\n </div>\n <neon-link v-if=\"displayShowAllToggle\" class=\"neon-filter-list__show-toggle\" no-style @click=\"toggleShowAll()\">\n {{ toggleShowAllLabel }}\n </neon-link>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFilterList.ts\"></script>\n"],"names":["_hoisted_3","_createElementBlock","_ctx","_normalizeClass","_Fragment","_renderList","item","_withModifiers","$event","_withKeys","_createElementVNode","_toDisplayString","_openBlock","_hoisted_4","_createBlock","_component_neon_icon","_component_neon_link"],"mappings":"iPAiCYA,EAAA,CAAA,MAAM,8BAA8B,WAClB,MAAM,uJAjClCC,EAAAA,mBA6CM,MAAA,CA5CH,wBAA8BC,EAAA,UAAY,MAAM,QAAQA,YAAU,EAAIA,EAAA,WAAU,CAAA,EAAA,CAAQ,MAAM,QAAQA,YAAU,GAAKA,EAAA,YAAe,OAGpI,uBAAsBA,EAAA,SACtB,MAAKC,EAAAA,eAAA,CAAA,sBAA+BD,EAAA,KAAK,iBAAwBA,EAAA,IAAI,wBAA+BA,EAAA,IAAI,iCAA0CA,EAAA,QAAQ,GAMrJ,kBAAkB,CAAA,EACxB,KAAK,6BAELD,EAAAA,mBA2BMG,EAAAA,SAAA,KAAAC,EAAAA,WA1BWH,EAAA,aAARI,kBADTL,EAAAA,mBA2BM,MAAA,CAzBH,IAAKK,EAAK,IACV,gBAAeJ,EAAA,SAASI,EAAK,GAAG,EAChC,MAAKH,EAAAA,eAAA,CAAA,EAA4D,mCAAAG,EAAK,SAAwD,kCAAA,CAAAA,EAAK,4CAAwDJ,EAAA,SAASI,EAAK,GAAG,IAQvM,wCAAwC,CAAA,EAD7C,SAAWA,EAAK,SAAQ,GAAA,EAEzB,KAAK,SACJ,QAAKC,EAAAA,cAAAC,GAAA,CAAgBF,EAAK,UAAYJ,EAAA,WAAWI,EAAK,IAAKE,CAAM,EAAA,CAAA,OAAA,SAAA,CAAA,EACjE,UAAO,CAAsBC,EAAAA,SAAAF,EAAAA,cAAAC,GAAA,CAAAF,EAAK,UAAYJ,aAAWI,EAAK,GAAG,EAAA,CAAA,OAAA,SAAA,CAAA,EAAA,CAAA,OAAA,CAAA,EACpCG,EAAAA,SAAAF,EAAAA,cAAAC,GAAA,CAAAF,EAAK,UAAYJ,aAAWI,EAAK,GAAG,EAAA,CAAA,OAAA,SAAA,CAAA,EAAA,CAAA,OAAA,CAAA,KAElEI,EAAAA,mBAAkE,OAAlEV,EAAkEW,EAAAA,gBAApBL,EAAK,KAAK,EAAA,CAAA,EAC5CA,EAAK,OAAjBM,EAAAA,YAAAX,EAAAA,mBAAqG,OAArGY,EAAqGF,EAAAA,gBAArCL,EAAK,MAAM,gBAAc,EAAA,CAAA,+BAEhF,CAAAA,EAAK,UAAYJ,WAASI,EAAK,GAAG,iBAD3CQ,EAAAA,YAMEC,EAAA,OAJC,MAAOb,EAAA,MACP,SAAUI,EAAK,SAChB,MAAM,+BACN,KAAK,kFAGQJ,EAAA,oCAAjBY,EAAAA,YAEYE,EAAA,OAF2B,MAAM,gCAAgC,WAAA,GAAU,uBAAOd,EAAA,qCAC5F,IAAwB,qCAArBA,EAAA,kBAAkB,EAAA,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonFilterList.vue.es.js","sources":["../../../../src/components/user-input/filter-list/NeonFilterList.vue"],"sourcesContent":["<template>\n <div\n :aria-activedescendant=\"\n multiple && Array.isArray(modelValue) ? modelValue[0] : (!Array.isArray(modelValue) && modelValue) || undefined\n \"\n :aria-multiselectable=\"multiple\"\n :class=\"[\n `neon-filter-list--${color}`,\n `neon-list--${size}`,\n `neon-filter-list--${size}`,\n { 'neon-filter-list--multiple': multiple },\n ]\"\n class=\"neon-filter-list\"\n role=\"listbox\"\n >\n <div\n v-for=\"item in visibleItems\"\n :key=\"item.key\"\n :aria-selected=\"selected[item.key]\"\n :class=\"[\n {\n 'neon-filter-list__item--disabled': item.disabled,\n 'neon-filter-list__item--enabled': !item.disabled,\n 'neon-filter-list__item--selected': selected[item.key],\n },\n ]\"\n :tabindex=\"!item.disabled ? 0 : -1\"\n class=\"neon-list__item neon-filter-list__item\"\n role=\"option\"\n @click.stop.prevent=\"!item.disabled && toggleItem(item.key, $event)\"\n @keydown.enter.stop.prevent=\"!item.disabled && toggleItem(item.key)\"\n @keydown.space.stop.prevent=\"!item.disabled && toggleItem(item.key)\"\n >\n <span class=\"neon-filter-list__item-label\">{{ item.label }}</span>\n <span v-if=\"item.count\" class=\"neon-filter-list__item-count\">{{ item.count.toLocaleString() }}</span>\n <neon-icon\n v-if=\"!item.disabled && selected[item.key]\"\n :color=\"color\"\n :disabled=\"item.disabled\"\n class=\"neon-filter-list__item-close\"\n name=\"times\"\n />\n </div>\n <neon-link v-if=\"displayShowAllToggle\" class=\"neon-filter-list__show-toggle\" @click=\"toggleShowAll()\">\n {{ toggleShowAllLabel }}\n </neon-link>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFilterList.ts\"></script>\n"],"names":["_hoisted_3","_createElementBlock","_ctx","_normalizeClass","_Fragment","_renderList","item","_withModifiers","$event","_withKeys","_createElementVNode","_toDisplayString","_openBlock","_hoisted_4","_createBlock","_component_neon_icon","_component_neon_link"],"mappings":";;;wHAiCYA,IAAA,EAAA,OAAM,+BAA8B;;EAClB,OAAM;;;;cAjClCC,EA6CM,OAAA;AAAA,IA5CH,yBAA8BC,EAAA,YAAY,MAAM,QAAQA,YAAU,IAAIA,EAAA,WAAU,CAAA,IAAA,CAAQ,MAAM,QAAQA,YAAU,KAAKA,EAAA,cAAe;AAAA,IAGpI,wBAAsBA,EAAA;AAAA,IACtB,OAAKC,EAAA,CAAA;AAAA,2BAA+BD,EAAA,KAAK;AAAA,oBAAwBA,EAAA,IAAI;AAAA,2BAA+BA,EAAA,IAAI;AAAA,sCAA0CA,EAAA,SAAQ;AAAA,OAMrJ,kBAAkB,CAAA;AAAA,IACxB,MAAK;AAAA;YAELD,EA2BMG,GAAA,MAAAC,EA1BWH,EAAA,cAAY,CAApBI,YADTL,EA2BM,OAAA;AAAA,MAzBH,KAAKK,EAAK;AAAA,MACV,iBAAeJ,EAAA,SAASI,EAAK,GAAG;AAAA,MAChC,OAAKH,EAAA,CAAA;AAAA;UAA4D,oCAAAG,EAAK;AAAA,UAAwD,mCAAA,CAAAA,EAAK;AAAA,8CAAwDJ,EAAA,SAASI,EAAK,GAAG;AAAA;SAQvM,wCAAwC,CAAA;AAAA,MAD7C,UAAWA,EAAK,WAAQ,KAAA;AAAA,MAEzB,MAAK;AAAA,MACJ,SAAKC,EAAA,CAAAC,MAAA,CAAgBF,EAAK,YAAYJ,EAAA,WAAWI,EAAK,KAAKE,CAAM,GAAA,CAAA,QAAA,SAAA,CAAA;AAAA,MACjE,WAAO;AAAA,QAAsBC,EAAAF,EAAA,CAAAC,MAAA,CAAAF,EAAK,YAAYJ,aAAWI,EAAK,GAAG,GAAA,CAAA,QAAA,SAAA,CAAA,GAAA,CAAA,OAAA,CAAA;AAAA,QACpCG,EAAAF,EAAA,CAAAC,MAAA,CAAAF,EAAK,YAAYJ,aAAWI,EAAK,GAAG,GAAA,CAAA,QAAA,SAAA,CAAA,GAAA,CAAA,OAAA,CAAA;AAAA;;MAElEI,EAAkE,QAAlEV,GAAkEW,EAApBL,EAAK,KAAK,GAAA,CAAA;AAAA,MAC5CA,EAAK,SAAjBM,KAAAX,EAAqG,QAArGY,GAAqGF,EAArCL,EAAK,MAAM,gBAAc,GAAA,CAAA;MAEhF,CAAAA,EAAK,YAAYJ,WAASI,EAAK,GAAG,UAD3CQ,EAMEC,GAAA;AAAA;QAJC,OAAOb,EAAA;AAAA,QACP,UAAUI,EAAK;AAAA,QAChB,OAAM;AAAA,QACN,MAAK;AAAA;;IAGQJ,EAAA,6BAAjBY,EAEYE,GAAA;AAAA;MAF2B,OAAM;AAAA,
|
|
1
|
+
{"version":3,"file":"NeonFilterList.vue.es.js","sources":["../../../../src/components/user-input/filter-list/NeonFilterList.vue"],"sourcesContent":["<template>\n <div\n :aria-activedescendant=\"\n multiple && Array.isArray(modelValue) ? modelValue[0] : (!Array.isArray(modelValue) && modelValue) || undefined\n \"\n :aria-multiselectable=\"multiple\"\n :class=\"[\n `neon-filter-list--${color}`,\n `neon-list--${size}`,\n `neon-filter-list--${size}`,\n { 'neon-filter-list--multiple': multiple },\n ]\"\n class=\"neon-filter-list\"\n role=\"listbox\"\n >\n <div\n v-for=\"item in visibleItems\"\n :key=\"item.key\"\n :aria-selected=\"selected[item.key]\"\n :class=\"[\n {\n 'neon-filter-list__item--disabled': item.disabled,\n 'neon-filter-list__item--enabled': !item.disabled,\n 'neon-filter-list__item--selected': selected[item.key],\n },\n ]\"\n :tabindex=\"!item.disabled ? 0 : -1\"\n class=\"neon-list__item neon-filter-list__item\"\n role=\"option\"\n @click.stop.prevent=\"!item.disabled && toggleItem(item.key, $event)\"\n @keydown.enter.stop.prevent=\"!item.disabled && toggleItem(item.key)\"\n @keydown.space.stop.prevent=\"!item.disabled && toggleItem(item.key)\"\n >\n <span class=\"neon-filter-list__item-label\">{{ item.label }}</span>\n <span v-if=\"item.count\" class=\"neon-filter-list__item-count\">{{ item.count.toLocaleString() }}</span>\n <neon-icon\n v-if=\"!item.disabled && selected[item.key]\"\n :color=\"color\"\n :disabled=\"item.disabled\"\n class=\"neon-filter-list__item-close\"\n name=\"times\"\n />\n </div>\n <neon-link v-if=\"displayShowAllToggle\" class=\"neon-filter-list__show-toggle\" no-style @click=\"toggleShowAll()\">\n {{ toggleShowAllLabel }}\n </neon-link>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFilterList.ts\"></script>\n"],"names":["_hoisted_3","_createElementBlock","_ctx","_normalizeClass","_Fragment","_renderList","item","_withModifiers","$event","_withKeys","_createElementVNode","_toDisplayString","_openBlock","_hoisted_4","_createBlock","_component_neon_icon","_component_neon_link"],"mappings":";;;wHAiCYA,IAAA,EAAA,OAAM,+BAA8B;;EAClB,OAAM;;;;cAjClCC,EA6CM,OAAA;AAAA,IA5CH,yBAA8BC,EAAA,YAAY,MAAM,QAAQA,YAAU,IAAIA,EAAA,WAAU,CAAA,IAAA,CAAQ,MAAM,QAAQA,YAAU,KAAKA,EAAA,cAAe;AAAA,IAGpI,wBAAsBA,EAAA;AAAA,IACtB,OAAKC,EAAA,CAAA;AAAA,2BAA+BD,EAAA,KAAK;AAAA,oBAAwBA,EAAA,IAAI;AAAA,2BAA+BA,EAAA,IAAI;AAAA,sCAA0CA,EAAA,SAAQ;AAAA,OAMrJ,kBAAkB,CAAA;AAAA,IACxB,MAAK;AAAA;YAELD,EA2BMG,GAAA,MAAAC,EA1BWH,EAAA,cAAY,CAApBI,YADTL,EA2BM,OAAA;AAAA,MAzBH,KAAKK,EAAK;AAAA,MACV,iBAAeJ,EAAA,SAASI,EAAK,GAAG;AAAA,MAChC,OAAKH,EAAA,CAAA;AAAA;UAA4D,oCAAAG,EAAK;AAAA,UAAwD,mCAAA,CAAAA,EAAK;AAAA,8CAAwDJ,EAAA,SAASI,EAAK,GAAG;AAAA;SAQvM,wCAAwC,CAAA;AAAA,MAD7C,UAAWA,EAAK,WAAQ,KAAA;AAAA,MAEzB,MAAK;AAAA,MACJ,SAAKC,EAAA,CAAAC,MAAA,CAAgBF,EAAK,YAAYJ,EAAA,WAAWI,EAAK,KAAKE,CAAM,GAAA,CAAA,QAAA,SAAA,CAAA;AAAA,MACjE,WAAO;AAAA,QAAsBC,EAAAF,EAAA,CAAAC,MAAA,CAAAF,EAAK,YAAYJ,aAAWI,EAAK,GAAG,GAAA,CAAA,QAAA,SAAA,CAAA,GAAA,CAAA,OAAA,CAAA;AAAA,QACpCG,EAAAF,EAAA,CAAAC,MAAA,CAAAF,EAAK,YAAYJ,aAAWI,EAAK,GAAG,GAAA,CAAA,QAAA,SAAA,CAAA,GAAA,CAAA,OAAA,CAAA;AAAA;;MAElEI,EAAkE,QAAlEV,GAAkEW,EAApBL,EAAK,KAAK,GAAA,CAAA;AAAA,MAC5CA,EAAK,SAAjBM,KAAAX,EAAqG,QAArGY,GAAqGF,EAArCL,EAAK,MAAM,gBAAc,GAAA,CAAA;MAEhF,CAAAA,EAAK,YAAYJ,WAASI,EAAK,GAAG,UAD3CQ,EAMEC,GAAA;AAAA;QAJC,OAAOb,EAAA;AAAA,QACP,UAAUI,EAAK;AAAA,QAChB,OAAM;AAAA,QACN,MAAK;AAAA;;IAGQJ,EAAA,6BAAjBY,EAEYE,GAAA;AAAA;MAF2B,OAAM;AAAA,MAAgC,YAAA;AAAA,MAAU,gCAAOd,EAAA;;iBAC5F,MAAwB;AAAA,YAArBA,EAAA,kBAAkB,GAAA,CAAA;AAAA;;;;;;"}
|
|
@@ -12,6 +12,10 @@ export interface NeonAlertMessage {
|
|
|
12
12
|
* Optional body message. NOTE: Either title or message needs to be provided.
|
|
13
13
|
*/
|
|
14
14
|
message?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional display icon. Display the icon corresponding to the message severity. Defaults to false.
|
|
17
|
+
*/
|
|
18
|
+
showIcon?: boolean;
|
|
15
19
|
/**
|
|
16
20
|
* Placement of the message. Default is top-right.
|
|
17
21
|
*/
|
|
@@ -29,6 +29,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
29
29
|
level: NeonAlertLevel;
|
|
30
30
|
title?: string | undefined;
|
|
31
31
|
message?: string | undefined;
|
|
32
|
+
showIcon?: boolean | undefined;
|
|
32
33
|
placement?: NeonAlertPlacement | undefined;
|
|
33
34
|
duration?: number | undefined;
|
|
34
35
|
dismissible?: boolean | undefined;
|
|
@@ -45,6 +46,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
45
46
|
level: NeonAlertLevel;
|
|
46
47
|
title?: string | undefined;
|
|
47
48
|
message?: string | undefined;
|
|
49
|
+
showIcon?: boolean | undefined;
|
|
48
50
|
placement?: NeonAlertPlacement | undefined;
|
|
49
51
|
duration?: number | undefined;
|
|
50
52
|
dismissible?: boolean | undefined;
|
|
@@ -62,6 +64,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
62
64
|
level: NeonAlertLevel;
|
|
63
65
|
title?: string | undefined;
|
|
64
66
|
message?: string | undefined;
|
|
67
|
+
showIcon?: boolean | undefined;
|
|
65
68
|
placement?: NeonAlertPlacement | undefined;
|
|
66
69
|
duration?: number | undefined;
|
|
67
70
|
dismissible?: boolean | undefined;
|
|
@@ -78,6 +81,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
78
81
|
level: NeonAlertLevel;
|
|
79
82
|
title?: string | undefined;
|
|
80
83
|
message?: string | undefined;
|
|
84
|
+
showIcon?: boolean | undefined;
|
|
81
85
|
placement?: NeonAlertPlacement | undefined;
|
|
82
86
|
duration?: number | undefined;
|
|
83
87
|
dismissible?: boolean | undefined;
|
|
@@ -95,6 +99,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
95
99
|
level: NeonAlertLevel;
|
|
96
100
|
title?: string | undefined;
|
|
97
101
|
message?: string | undefined;
|
|
102
|
+
showIcon?: boolean | undefined;
|
|
98
103
|
placement?: NeonAlertPlacement | undefined;
|
|
99
104
|
duration?: number | undefined;
|
|
100
105
|
dismissible?: boolean | undefined;
|
|
@@ -111,6 +116,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
111
116
|
level: NeonAlertLevel;
|
|
112
117
|
title?: string | undefined;
|
|
113
118
|
message?: string | undefined;
|
|
119
|
+
showIcon?: boolean | undefined;
|
|
114
120
|
placement?: NeonAlertPlacement | undefined;
|
|
115
121
|
duration?: number | undefined;
|
|
116
122
|
dismissible?: boolean | undefined;
|
|
@@ -128,6 +134,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
128
134
|
level: NeonAlertLevel;
|
|
129
135
|
title?: string | undefined;
|
|
130
136
|
message?: string | undefined;
|
|
137
|
+
showIcon?: boolean | undefined;
|
|
131
138
|
placement?: NeonAlertPlacement | undefined;
|
|
132
139
|
duration?: number | undefined;
|
|
133
140
|
dismissible?: boolean | undefined;
|
|
@@ -144,6 +151,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
144
151
|
level: NeonAlertLevel;
|
|
145
152
|
title?: string | undefined;
|
|
146
153
|
message?: string | undefined;
|
|
154
|
+
showIcon?: boolean | undefined;
|
|
147
155
|
placement?: NeonAlertPlacement | undefined;
|
|
148
156
|
duration?: number | undefined;
|
|
149
157
|
dismissible?: boolean | undefined;
|
|
@@ -441,8 +441,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
441
441
|
};
|
|
442
442
|
externalIndicator: {
|
|
443
443
|
type: BooleanConstructor;
|
|
444
|
-
default: boolean;
|
|
445
|
-
|
|
444
|
+
default: boolean; /**
|
|
445
|
+
* The label of the button for the confirm (positive) action.
|
|
446
|
+
*/
|
|
447
|
+
}; /**
|
|
448
|
+
* The label of the button for the confirm (positive) action.
|
|
449
|
+
*/
|
|
446
450
|
}>, {
|
|
447
451
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
448
452
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
@@ -468,8 +472,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
468
472
|
};
|
|
469
473
|
externalIndicator: {
|
|
470
474
|
type: BooleanConstructor;
|
|
471
|
-
default: boolean;
|
|
472
|
-
|
|
475
|
+
default: boolean; /**
|
|
476
|
+
* The label of the button for the confirm (positive) action.
|
|
477
|
+
*/
|
|
478
|
+
}; /**
|
|
479
|
+
* The label of the button for the confirm (positive) action.
|
|
480
|
+
*/
|
|
473
481
|
}>> & Readonly<{
|
|
474
482
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
475
483
|
}>, {
|
|
@@ -961,8 +969,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
961
969
|
};
|
|
962
970
|
externalIndicator: {
|
|
963
971
|
type: BooleanConstructor;
|
|
964
|
-
default: boolean;
|
|
965
|
-
|
|
972
|
+
default: boolean; /**
|
|
973
|
+
* The label of the button for the confirm (positive) action.
|
|
974
|
+
*/
|
|
975
|
+
}; /**
|
|
976
|
+
* The label of the button for the confirm (positive) action.
|
|
977
|
+
*/
|
|
966
978
|
}>, {
|
|
967
979
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
968
980
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
@@ -988,8 +1000,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
988
1000
|
};
|
|
989
1001
|
externalIndicator: {
|
|
990
1002
|
type: BooleanConstructor;
|
|
991
|
-
default: boolean;
|
|
992
|
-
|
|
1003
|
+
default: boolean; /**
|
|
1004
|
+
* The label of the button for the confirm (positive) action.
|
|
1005
|
+
*/
|
|
1006
|
+
}; /**
|
|
1007
|
+
* The label of the button for the confirm (positive) action.
|
|
1008
|
+
*/
|
|
993
1009
|
}>> & Readonly<{
|
|
994
1010
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
995
1011
|
}>, {
|
|
@@ -388,14 +388,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
388
388
|
default: boolean;
|
|
389
389
|
};
|
|
390
390
|
outlineStyle: {
|
|
391
|
-
type: () => import("../../../neon").NeonOutlineStyle;
|
|
391
|
+
type: () => import("../../../neon").NeonOutlineStyle; /**
|
|
392
|
+
* Whether the note has a close button
|
|
393
|
+
*/
|
|
392
394
|
default: import("../../../neon").NeonOutlineStyle;
|
|
393
395
|
};
|
|
394
396
|
externalIndicator: {
|
|
395
397
|
type: BooleanConstructor;
|
|
396
|
-
default: boolean;
|
|
397
|
-
* Note close button aria label.
|
|
398
|
-
*/
|
|
398
|
+
default: boolean;
|
|
399
399
|
};
|
|
400
400
|
}>, {
|
|
401
401
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
@@ -417,14 +417,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
417
417
|
default: boolean;
|
|
418
418
|
};
|
|
419
419
|
outlineStyle: {
|
|
420
|
-
type: () => import("../../../neon").NeonOutlineStyle;
|
|
420
|
+
type: () => import("../../../neon").NeonOutlineStyle; /**
|
|
421
|
+
* Whether the note has a close button
|
|
422
|
+
*/
|
|
421
423
|
default: import("../../../neon").NeonOutlineStyle;
|
|
422
424
|
};
|
|
423
425
|
externalIndicator: {
|
|
424
426
|
type: BooleanConstructor;
|
|
425
|
-
default: boolean;
|
|
426
|
-
* Note close button aria label.
|
|
427
|
-
*/
|
|
427
|
+
default: boolean;
|
|
428
428
|
};
|
|
429
429
|
}>> & Readonly<{
|
|
430
430
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -452,7 +452,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
452
452
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
453
453
|
[x: string]: unknown;
|
|
454
454
|
}>;
|
|
455
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
455
|
+
activeRoute: import("vue").ComputedRef<boolean | "">; /**
|
|
456
|
+
* Emitted when a cards are clickable & a card is clicked & not disabled.
|
|
457
|
+
* @type index {number}
|
|
458
|
+
*/
|
|
456
459
|
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
457
460
|
onClick: () => void;
|
|
458
461
|
onSpace: () => Promise<void>;
|
|
@@ -689,7 +692,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
689
692
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
690
693
|
[x: string]: unknown;
|
|
691
694
|
}>;
|
|
692
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
695
|
+
activeRoute: import("vue").ComputedRef<boolean | "">; /**
|
|
696
|
+
* Emitted when a cards are clickable & a card is clicked & not disabled.
|
|
697
|
+
* @type index {number}
|
|
698
|
+
*/
|
|
693
699
|
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
694
700
|
onClick: () => void;
|
|
695
701
|
onSpace: () => Promise<void>;
|
|
@@ -18,8 +18,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
18
18
|
default: boolean;
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
21
|
-
* Style of the outline to use when the link has focus, use <em>
|
|
22
|
-
*
|
|
21
|
+
* Style of the outline to use when the link has focus, use this in combination with the <em>no-style</em> flag to
|
|
22
|
+
* style the outline of non-text links.
|
|
23
23
|
*/
|
|
24
24
|
outlineStyle: {
|
|
25
25
|
type: () => NeonOutlineStyle;
|
|
@@ -58,8 +58,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
60
|
/**
|
|
61
|
-
* Style of the outline to use when the link has focus, use <em>
|
|
62
|
-
*
|
|
61
|
+
* Style of the outline to use when the link has focus, use this in combination with the <em>no-style</em> flag to
|
|
62
|
+
* style the outline of non-text links.
|
|
63
63
|
*/
|
|
64
64
|
outlineStyle: {
|
|
65
65
|
type: () => NeonOutlineStyle;
|
|
@@ -1315,7 +1315,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1315
1315
|
outlineStyle: {
|
|
1316
1316
|
type: () => import("../../../neon").NeonOutlineStyle;
|
|
1317
1317
|
default: import("../../../neon").NeonOutlineStyle;
|
|
1318
|
-
};
|
|
1318
|
+
}; /**
|
|
1319
|
+
* The two character <em>initials</em> to display on the badge.
|
|
1320
|
+
*/
|
|
1319
1321
|
externalIndicator: {
|
|
1320
1322
|
type: BooleanConstructor;
|
|
1321
1323
|
default: boolean;
|
|
@@ -1342,7 +1344,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1342
1344
|
outlineStyle: {
|
|
1343
1345
|
type: () => import("../../../neon").NeonOutlineStyle;
|
|
1344
1346
|
default: import("../../../neon").NeonOutlineStyle;
|
|
1345
|
-
};
|
|
1347
|
+
}; /**
|
|
1348
|
+
* The two character <em>initials</em> to display on the badge.
|
|
1349
|
+
*/
|
|
1346
1350
|
externalIndicator: {
|
|
1347
1351
|
type: BooleanConstructor;
|
|
1348
1352
|
default: boolean;
|
|
@@ -1496,9 +1496,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1496
1496
|
};
|
|
1497
1497
|
}>, {
|
|
1498
1498
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
1499
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
1500
|
-
* Disable the dropdown button
|
|
1501
|
-
*/
|
|
1499
|
+
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
1502
1500
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1503
1501
|
[x: string]: unknown;
|
|
1504
1502
|
}>;
|
|
@@ -2323,9 +2321,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2323
2321
|
};
|
|
2324
2322
|
}>, {
|
|
2325
2323
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
2326
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2327
|
-
* Disable the dropdown button
|
|
2328
|
-
*/
|
|
2324
|
+
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2329
2325
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2330
2326
|
[x: string]: unknown;
|
|
2331
2327
|
}>;
|
|
@@ -216,6 +216,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
216
216
|
};
|
|
217
217
|
externalIndicator: {
|
|
218
218
|
type: BooleanConstructor;
|
|
219
|
+
/**
|
|
220
|
+
* The size of the list items - Small, Medium or Large.
|
|
221
|
+
*/
|
|
219
222
|
default: boolean;
|
|
220
223
|
};
|
|
221
224
|
}>, {
|
|
@@ -243,6 +246,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
243
246
|
};
|
|
244
247
|
externalIndicator: {
|
|
245
248
|
type: BooleanConstructor;
|
|
249
|
+
/**
|
|
250
|
+
* The size of the list items - Small, Medium or Large.
|
|
251
|
+
*/
|
|
246
252
|
default: boolean;
|
|
247
253
|
};
|
|
248
254
|
}>> & Readonly<{
|
|
@@ -603,8 +603,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
603
603
|
};
|
|
604
604
|
outlineStyle: {
|
|
605
605
|
type: () => import("../../../neon").NeonOutlineStyle;
|
|
606
|
-
default: import("../../../neon").NeonOutlineStyle;
|
|
607
|
-
|
|
606
|
+
default: import("../../../neon").NeonOutlineStyle; /**
|
|
607
|
+
* The value of the number input. Either a valid number or null.
|
|
608
|
+
*/
|
|
609
|
+
}; /**
|
|
610
|
+
* The value of the number input. Either a valid number or null.
|
|
611
|
+
*/
|
|
608
612
|
externalIndicator: {
|
|
609
613
|
type: BooleanConstructor;
|
|
610
614
|
default: boolean;
|
|
@@ -630,8 +634,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
630
634
|
};
|
|
631
635
|
outlineStyle: {
|
|
632
636
|
type: () => import("../../../neon").NeonOutlineStyle;
|
|
633
|
-
default: import("../../../neon").NeonOutlineStyle;
|
|
634
|
-
|
|
637
|
+
default: import("../../../neon").NeonOutlineStyle; /**
|
|
638
|
+
* The value of the number input. Either a valid number or null.
|
|
639
|
+
*/
|
|
640
|
+
}; /**
|
|
641
|
+
* The value of the number input. Either a valid number or null.
|
|
642
|
+
*/
|
|
635
643
|
externalIndicator: {
|
|
636
644
|
type: BooleanConstructor;
|
|
637
645
|
default: boolean;
|