@aotearoan/neon 19.0.2 → 20.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.
Files changed (61) hide show
  1. package/dist/components/feedback/dialog/NeonDialog.vue.cjs.js +1 -1
  2. package/dist/components/feedback/dialog/NeonDialog.vue.cjs.js.map +1 -1
  3. package/dist/components/feedback/dialog/NeonDialog.vue.es.js +6 -5
  4. package/dist/components/feedback/dialog/NeonDialog.vue.es.js.map +1 -1
  5. package/dist/components/feedback/note/NeonNote.vue.cjs.js +1 -1
  6. package/dist/components/feedback/note/NeonNote.vue.cjs.js.map +1 -1
  7. package/dist/components/feedback/note/NeonNote.vue.es.js +1 -0
  8. package/dist/components/feedback/note/NeonNote.vue.es.js.map +1 -1
  9. package/dist/components/presentation/icon/NeonIcon.cjs.js.map +1 -1
  10. package/dist/components/presentation/icon/NeonIcon.es.js.map +1 -1
  11. package/dist/components/user-input/field/NeonField.vue.cjs.js +1 -1
  12. package/dist/components/user-input/field/NeonField.vue.cjs.js.map +1 -1
  13. package/dist/components/user-input/field/NeonField.vue.es.js +1 -1
  14. package/dist/components/user-input/field/NeonField.vue.es.js.map +1 -1
  15. package/dist/components/user-input/file/NeonFile.vue.cjs.js +1 -1
  16. package/dist/components/user-input/file/NeonFile.vue.cjs.js.map +1 -1
  17. package/dist/components/user-input/file/NeonFile.vue.es.js +1 -0
  18. package/dist/components/user-input/file/NeonFile.vue.es.js.map +1 -1
  19. package/dist/src/components/feedback/linear-progress/NeonLinearProgress.d.ts +2 -6
  20. package/dist/src/components/presentation/icon/NeonIcon.d.ts +1 -1
  21. package/dist/src/components/user-input/file/NeonFile.d.ts +8 -24
  22. package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +4 -12
  23. package/dist/src/components/user-input/input/NeonInput.d.ts +8 -2
  24. package/dist/src/components/user-input/select/NeonSelect.d.ts +66 -0
  25. package/package.json +1 -1
  26. package/src/sass/color-variables.scss +6 -4
  27. package/src/sass/components/_action-menu.scss +1 -1
  28. package/src/sass/components/_alert-container.scss +2 -2
  29. package/src/sass/components/_badge.scss +2 -2
  30. package/src/sass/components/_button.scss +1 -1
  31. package/src/sass/components/_card-list.scss +2 -2
  32. package/src/sass/components/_date-picker.scss +7 -7
  33. package/src/sass/components/_dropdown-menu.scss +2 -2
  34. package/src/sass/components/_expansion-panel.scss +2 -2
  35. package/src/sass/components/_filter-list.scss +6 -6
  36. package/src/sass/components/_icon.scss +1 -1
  37. package/src/sass/components/_input.scss +2 -2
  38. package/src/sass/components/_label.scss +1 -1
  39. package/src/sass/components/_linear-progress.scss +1 -1
  40. package/src/sass/components/_list.scss +2 -2
  41. package/src/sass/components/_menu.scss +1 -1
  42. package/src/sass/components/_note.scss +1 -1
  43. package/src/sass/components/_notification-counter.scss +2 -2
  44. package/src/sass/components/_number.scss +2 -2
  45. package/src/sass/components/_range-slider.scss +1 -1
  46. package/src/sass/components/_search.scss +2 -2
  47. package/src/sass/components/_select.scss +2 -2
  48. package/src/sass/components/_slider.scss +1 -1
  49. package/src/sass/components/_stepper.scss +3 -3
  50. package/src/sass/components/_switch.scss +1 -1
  51. package/src/sass/components/_tabs.scss +5 -5
  52. package/src/sass/components/_toggle.scss +3 -3
  53. package/src/sass/components/_tooltip.scss +7 -7
  54. package/src/sass/components/_tree-menu.scss +6 -6
  55. package/src/sass/global/_base-html.scss +23 -15
  56. package/src/sass/global/_table.scss +4 -4
  57. package/src/sass/global/_typography.scss +2 -1
  58. package/src/sass/includes/_outline.scss +1 -1
  59. package/src/sass/includes/_typography.scss +1 -1
  60. package/src/sass/palette.scss +6 -9
  61. package/src/sass/variables.scss +42 -55
@@ -1,2 +1,2 @@
1
- "use strict";const s=require("./NeonDialog.cjs.js"),e=require("vue"),c=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),d={class:"neon-dialog__title"},u=["innerHTML"],p={ref:"actions"};function _(o,n,b,f,v,C){const l=e.resolveComponent("neon-button"),a=e.resolveComponent("neon-card-body"),r=e.resolveComponent("neon-card"),i=e.resolveComponent("neon-modal");return e.openBlock(),e.createBlock(i,{opaque:o.opaque,open:o.open,class:"neon-dialog",onKeydown:n[2]||(n[2]=e.withKeys(t=>o.cancel(),["esc"]))},{default:e.withCtx(()=>[e.createVNode(r,{size:"m"},{default:e.withCtx(()=>[e.createVNode(a,null,{default:e.withCtx(()=>[e.createElementVNode("div",null,[e.createElementVNode("h6",d,e.toDisplayString(o.title),1),e.createElementVNode("div",{class:"neon-dialog__question",innerHTML:o.question},null,8,u)]),e.createElementVNode("div",p,[e.createVNode(l,{"aria-label":o.cancelLabel,"full-width":!0,label:o.cancelLabel,size:"s",onClick:n[0]||(n[0]=t=>o.cancel())},null,8,["aria-label","label"]),e.createVNode(l,{"alternate-color":o.alternateColor,"aria-label":o.confirmLabel,color:o.color,"full-width":!0,label:o.confirmLabel,class:"neon-dialog__confirm-button",size:"s",onClick:n[1]||(n[1]=t=>o.confirm())},null,8,["alternate-color","aria-label","color","label"])],512)]),_:1})]),_:1})]),_:1},8,["opaque","open"])}const m=c(s,[["render",_]]);module.exports=m;
1
+ "use strict";const s=require("./NeonDialog.cjs.js"),e=require("vue"),c=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),d={class:"neon-dialog__title"},u=["innerHTML"],p={ref:"actions"};function _(o,n,b,f,v,C){const l=e.resolveComponent("neon-button"),a=e.resolveComponent("neon-card-body"),r=e.resolveComponent("neon-card"),i=e.resolveComponent("neon-modal");return e.openBlock(),e.createBlock(i,{opaque:o.opaque,open:o.open,class:"neon-dialog",onKeydown:n[2]||(n[2]=e.withKeys(t=>o.cancel(),["esc"]))},{default:e.withCtx(()=>[e.createVNode(r,{size:"m"},{default:e.withCtx(()=>[e.createVNode(a,null,{default:e.withCtx(()=>[e.createElementVNode("div",null,[e.createElementVNode("h6",d,e.toDisplayString(o.title),1),e.createElementVNode("div",{class:"neon-dialog__question",innerHTML:o.question},null,8,u)]),e.createElementVNode("div",p,[e.createVNode(l,{"aria-label":o.cancelLabel,"full-width":!0,label:o.cancelLabel,color:"low-contrast",size:"s",onClick:n[0]||(n[0]=t=>o.cancel())},null,8,["aria-label","label"]),e.createVNode(l,{"alternate-color":o.alternateColor,"aria-label":o.confirmLabel,color:o.color,"full-width":!0,label:o.confirmLabel,class:"neon-dialog__confirm-button",size:"s",onClick:n[1]||(n[1]=t=>o.confirm())},null,8,["alternate-color","aria-label","color","label"])],512)]),_:1})]),_:1})]),_:1},8,["opaque","open"])}const m=c(s,[["render",_]]);module.exports=m;
2
2
  //# sourceMappingURL=NeonDialog.vue.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NeonDialog.vue.cjs.js","sources":["../../../../src/components/feedback/dialog/NeonDialog.vue"],"sourcesContent":["<template>\n <neon-modal :opaque=\"opaque\" :open=\"open\" class=\"neon-dialog\" @keydown.esc=\"cancel()\">\n <neon-card size=\"m\">\n <neon-card-body>\n <div>\n <h6 class=\"neon-dialog__title\">{{ title }}</h6>\n <div class=\"neon-dialog__question\" v-html=\"question\"></div>\n </div>\n <div ref=\"actions\">\n <neon-button :aria-label=\"cancelLabel\" :full-width=\"true\" :label=\"cancelLabel\" size=\"s\" @click=\"cancel()\" />\n <neon-button\n :alternate-color=\"alternateColor\"\n :aria-label=\"confirmLabel\"\n :color=\"color\"\n :full-width=\"true\"\n :label=\"confirmLabel\"\n class=\"neon-dialog__confirm-button\"\n size=\"s\"\n @click=\"confirm()\"\n />\n </div>\n </neon-card-body>\n </neon-card>\n </neon-modal>\n</template>\n\n<script lang=\"ts\" src=\"./NeonDialog.ts\" />\n"],"names":["_hoisted_1","_hoisted_3","_createBlock","_component_neon_modal","_ctx","_createVNode","_component_neon_card","_component_neon_card_body","_createElementVNode","_toDisplayString","_component_neon_button"],"mappings":"qIAKcA,EAAA,CAAA,MAAM,oBAAoB,kBAG3BC,EAAA,CAAA,IAAI,SAAS,qMAPxBC,EAAAA,YAsBaC,EAAA,CAtBA,OAAQC,EAAA,OAAS,KAAMA,EAAA,KAAM,MAAM,cAAe,oCAAaA,EAAA,OAAM,EAAA,CAAA,KAAA,CAAA,uBAChF,IAoBY,CApBZC,EAAAA,YAoBYC,EAAA,CApBD,KAAK,GAAG,EAAA,mBACjB,IAkBiB,CAlBjBD,EAAAA,YAkBiBE,EAAA,KAAA,mBAjBf,IAGM,CAHNC,EAAAA,mBAGM,MAAA,KAAA,CAFJA,EAAAA,mBAA+C,KAA/CR,EAA+CS,EAAAA,gBAAbL,EAAA,KAAK,EAAA,CAAA,EACvCI,EAAAA,mBAA2D,MAAA,CAAtD,MAAM,wBAAwB,UAAQJ,EAAA,sBAE7CI,EAAAA,mBAYM,MAZNP,EAYM,CAXJI,EAAAA,YAA4GK,EAAA,CAA9F,aAAYN,EAAA,YAAc,aAAY,GAAO,MAAOA,EAAA,YAAa,KAAK,IAAK,uBAAOA,EAAA,0CAChGC,EAAAA,YASEK,EAAA,CARC,kBAAiBN,EAAA,eACjB,aAAYA,EAAA,aACZ,MAAOA,EAAA,MACP,aAAY,GACZ,MAAOA,EAAA,aACR,MAAM,8BACN,KAAK,IACJ,uBAAOA,EAAA"}
1
+ {"version":3,"file":"NeonDialog.vue.cjs.js","sources":["../../../../src/components/feedback/dialog/NeonDialog.vue"],"sourcesContent":["<template>\n <neon-modal :opaque=\"opaque\" :open=\"open\" class=\"neon-dialog\" @keydown.esc=\"cancel()\">\n <neon-card size=\"m\">\n <neon-card-body>\n <div>\n <h6 class=\"neon-dialog__title\">{{ title }}</h6>\n <div class=\"neon-dialog__question\" v-html=\"question\"></div>\n </div>\n <div ref=\"actions\">\n <neon-button\n :aria-label=\"cancelLabel\"\n :full-width=\"true\"\n :label=\"cancelLabel\"\n color=\"low-contrast\"\n size=\"s\"\n @click=\"cancel()\"\n />\n <neon-button\n :alternate-color=\"alternateColor\"\n :aria-label=\"confirmLabel\"\n :color=\"color\"\n :full-width=\"true\"\n :label=\"confirmLabel\"\n class=\"neon-dialog__confirm-button\"\n size=\"s\"\n @click=\"confirm()\"\n />\n </div>\n </neon-card-body>\n </neon-card>\n </neon-modal>\n</template>\n\n<script lang=\"ts\" src=\"./NeonDialog.ts\" />\n"],"names":["_hoisted_1","_hoisted_3","_createBlock","_component_neon_modal","_ctx","_createVNode","_component_neon_card","_component_neon_card_body","_createElementVNode","_toDisplayString","_component_neon_button"],"mappings":"qIAKcA,EAAA,CAAA,MAAM,oBAAoB,kBAG3BC,EAAA,CAAA,IAAI,SAAS,qMAPxBC,EAAAA,YA6BaC,EAAA,CA7BA,OAAQC,EAAA,OAAS,KAAMA,EAAA,KAAM,MAAM,cAAe,oCAAaA,EAAA,OAAM,EAAA,CAAA,KAAA,CAAA,uBAChF,IA2BY,CA3BZC,EAAAA,YA2BYC,EAAA,CA3BD,KAAK,GAAG,EAAA,mBACjB,IAyBiB,CAzBjBD,EAAAA,YAyBiBE,EAAA,KAAA,mBAxBf,IAGM,CAHNC,EAAAA,mBAGM,MAAA,KAAA,CAFJA,EAAAA,mBAA+C,KAA/CR,EAA+CS,EAAAA,gBAAbL,EAAA,KAAK,EAAA,CAAA,EACvCI,EAAAA,mBAA2D,MAAA,CAAtD,MAAM,wBAAwB,UAAQJ,EAAA,sBAE7CI,EAAAA,mBAmBM,MAnBNP,EAmBM,CAlBJI,EAAAA,YAOEK,EAAA,CANC,aAAYN,EAAA,YACZ,aAAY,GACZ,MAAOA,EAAA,YACR,MAAM,eACN,KAAK,IACJ,uBAAOA,EAAA,0CAEVC,EAAAA,YASEK,EAAA,CARC,kBAAiBN,EAAA,eACjB,aAAYA,EAAA,aACZ,MAAOA,EAAA,MACP,aAAY,GACZ,MAAOA,EAAA,aACR,MAAM,8BACN,KAAK,IACJ,uBAAOA,EAAA"}
@@ -2,16 +2,16 @@ import u from "./NeonDialog.es.js";
2
2
  import { resolveComponent as n, openBlock as p, createBlock as m, withKeys as f, withCtx as t, createVNode as l, createElementVNode as a, toDisplayString as b } from "vue";
3
3
  import _ from "../../../_virtual/_plugin-vue_export-helper.es.js";
4
4
  const v = { class: "neon-dialog__title" }, $ = ["innerHTML"], g = { ref: "actions" };
5
- function L(o, e, q, w, y, C) {
6
- const r = n("neon-button"), s = n("neon-card-body"), d = n("neon-card"), c = n("neon-modal");
7
- return p(), m(c, {
5
+ function w(o, e, L, q, y, C) {
6
+ const r = n("neon-button"), s = n("neon-card-body"), c = n("neon-card"), d = n("neon-modal");
7
+ return p(), m(d, {
8
8
  opaque: o.opaque,
9
9
  open: o.open,
10
10
  class: "neon-dialog",
11
11
  onKeydown: e[2] || (e[2] = f((i) => o.cancel(), ["esc"]))
12
12
  }, {
13
13
  default: t(() => [
14
- l(d, { size: "m" }, {
14
+ l(c, { size: "m" }, {
15
15
  default: t(() => [
16
16
  l(s, null, {
17
17
  default: t(() => [
@@ -27,6 +27,7 @@ function L(o, e, q, w, y, C) {
27
27
  "aria-label": o.cancelLabel,
28
28
  "full-width": !0,
29
29
  label: o.cancelLabel,
30
+ color: "low-contrast",
30
31
  size: "s",
31
32
  onClick: e[0] || (e[0] = (i) => o.cancel())
32
33
  }, null, 8, ["aria-label", "label"]),
@@ -51,7 +52,7 @@ function L(o, e, q, w, y, C) {
51
52
  _: 1
52
53
  }, 8, ["opaque", "open"]);
53
54
  }
54
- const N = /* @__PURE__ */ _(u, [["render", L]]);
55
+ const N = /* @__PURE__ */ _(u, [["render", w]]);
55
56
  export {
56
57
  N as default
57
58
  };
@@ -1 +1 @@
1
- {"version":3,"file":"NeonDialog.vue.es.js","sources":["../../../../src/components/feedback/dialog/NeonDialog.vue"],"sourcesContent":["<template>\n <neon-modal :opaque=\"opaque\" :open=\"open\" class=\"neon-dialog\" @keydown.esc=\"cancel()\">\n <neon-card size=\"m\">\n <neon-card-body>\n <div>\n <h6 class=\"neon-dialog__title\">{{ title }}</h6>\n <div class=\"neon-dialog__question\" v-html=\"question\"></div>\n </div>\n <div ref=\"actions\">\n <neon-button :aria-label=\"cancelLabel\" :full-width=\"true\" :label=\"cancelLabel\" size=\"s\" @click=\"cancel()\" />\n <neon-button\n :alternate-color=\"alternateColor\"\n :aria-label=\"confirmLabel\"\n :color=\"color\"\n :full-width=\"true\"\n :label=\"confirmLabel\"\n class=\"neon-dialog__confirm-button\"\n size=\"s\"\n @click=\"confirm()\"\n />\n </div>\n </neon-card-body>\n </neon-card>\n </neon-modal>\n</template>\n\n<script lang=\"ts\" src=\"./NeonDialog.ts\" />\n"],"names":["_hoisted_1","_hoisted_3","_createBlock","_component_neon_modal","_ctx","_createVNode","_component_neon_card","_component_neon_card_body","_createElementVNode","_toDisplayString","_component_neon_button"],"mappings":";;;AAKc,MAAAA,IAAA,EAAA,OAAM,qBAAoB,sBAG3BC,IAAA,EAAA,KAAI,UAAS;;;cAPxBC,EAsBaC,GAAA;AAAA,IAtBA,QAAQC,EAAA;AAAA,IAAS,MAAMA,EAAA;AAAA,IAAM,OAAM;AAAA,IAAe,oCAAaA,EAAA,OAAM,GAAA,CAAA,KAAA,CAAA;AAAA;eAChF,MAoBY;AAAA,MApBZC,EAoBYC,GAAA,EApBD,MAAK,IAAG,GAAA;AAAA,mBACjB,MAkBiB;AAAA,UAlBjBD,EAkBiBE,GAAA,MAAA;AAAA,uBAjBf,MAGM;AAAA,cAHNC,EAGM,OAAA,MAAA;AAAA,gBAFJA,EAA+C,MAA/CR,GAA+CS,EAAbL,EAAA,KAAK,GAAA,CAAA;AAAA,gBACvCI,EAA2D,OAAA;AAAA,kBAAtD,OAAM;AAAA,kBAAwB,WAAQJ,EAAA;AAAA;;cAE7CI,EAYM,OAZNP,GAYM;AAAA,gBAXJI,EAA4GK,GAAA;AAAA,kBAA9F,cAAYN,EAAA;AAAA,kBAAc,cAAY;AAAA,kBAAO,OAAOA,EAAA;AAAA,kBAAa,MAAK;AAAA,kBAAK,gCAAOA,EAAA;;gBAChGC,EASEK,GAAA;AAAA,kBARC,mBAAiBN,EAAA;AAAA,kBACjB,cAAYA,EAAA;AAAA,kBACZ,OAAOA,EAAA;AAAA,kBACP,cAAY;AAAA,kBACZ,OAAOA,EAAA;AAAA,kBACR,OAAM;AAAA,kBACN,MAAK;AAAA,kBACJ,gCAAOA,EAAA;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"NeonDialog.vue.es.js","sources":["../../../../src/components/feedback/dialog/NeonDialog.vue"],"sourcesContent":["<template>\n <neon-modal :opaque=\"opaque\" :open=\"open\" class=\"neon-dialog\" @keydown.esc=\"cancel()\">\n <neon-card size=\"m\">\n <neon-card-body>\n <div>\n <h6 class=\"neon-dialog__title\">{{ title }}</h6>\n <div class=\"neon-dialog__question\" v-html=\"question\"></div>\n </div>\n <div ref=\"actions\">\n <neon-button\n :aria-label=\"cancelLabel\"\n :full-width=\"true\"\n :label=\"cancelLabel\"\n color=\"low-contrast\"\n size=\"s\"\n @click=\"cancel()\"\n />\n <neon-button\n :alternate-color=\"alternateColor\"\n :aria-label=\"confirmLabel\"\n :color=\"color\"\n :full-width=\"true\"\n :label=\"confirmLabel\"\n class=\"neon-dialog__confirm-button\"\n size=\"s\"\n @click=\"confirm()\"\n />\n </div>\n </neon-card-body>\n </neon-card>\n </neon-modal>\n</template>\n\n<script lang=\"ts\" src=\"./NeonDialog.ts\" />\n"],"names":["_hoisted_1","_hoisted_3","_createBlock","_component_neon_modal","_ctx","_createVNode","_component_neon_card","_component_neon_card_body","_createElementVNode","_toDisplayString","_component_neon_button"],"mappings":";;;AAKc,MAAAA,IAAA,EAAA,OAAM,qBAAoB,sBAG3BC,IAAA,EAAA,KAAI,UAAS;;;cAPxBC,EA6BaC,GAAA;AAAA,IA7BA,QAAQC,EAAA;AAAA,IAAS,MAAMA,EAAA;AAAA,IAAM,OAAM;AAAA,IAAe,oCAAaA,EAAA,OAAM,GAAA,CAAA,KAAA,CAAA;AAAA;eAChF,MA2BY;AAAA,MA3BZC,EA2BYC,GAAA,EA3BD,MAAK,IAAG,GAAA;AAAA,mBACjB,MAyBiB;AAAA,UAzBjBD,EAyBiBE,GAAA,MAAA;AAAA,uBAxBf,MAGM;AAAA,cAHNC,EAGM,OAAA,MAAA;AAAA,gBAFJA,EAA+C,MAA/CR,GAA+CS,EAAbL,EAAA,KAAK,GAAA,CAAA;AAAA,gBACvCI,EAA2D,OAAA;AAAA,kBAAtD,OAAM;AAAA,kBAAwB,WAAQJ,EAAA;AAAA;;cAE7CI,EAmBM,OAnBNP,GAmBM;AAAA,gBAlBJI,EAOEK,GAAA;AAAA,kBANC,cAAYN,EAAA;AAAA,kBACZ,cAAY;AAAA,kBACZ,OAAOA,EAAA;AAAA,kBACR,OAAM;AAAA,kBACN,MAAK;AAAA,kBACJ,gCAAOA,EAAA;;gBAEVC,EASEK,GAAA;AAAA,kBARC,mBAAiBN,EAAA;AAAA,kBACjB,cAAYA,EAAA;AAAA,kBACZ,OAAOA,EAAA;AAAA,kBACP,cAAY;AAAA,kBACZ,OAAOA,EAAA;AAAA,kBACR,OAAM;AAAA,kBACN,MAAK;AAAA,kBACJ,gCAAOA,EAAA;;;;;;;;;;;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";const r=require("./NeonNote.cjs.js"),e=require("vue"),c=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),a={class:"neon-note__container"},i={key:1,class:"neon-note__title"};function p(o,_,m,d,N,k){const n=e.resolveComponent("neon-icon"),t=e.resolveComponent("neon-inline"),l=e.resolveComponent("neon-stack"),s=e.resolveComponent("neon-button");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([[`neon-note--${o.color}`,{"neon-note--with-title":o.title,"neon-note--with-title-only":o.title&&!o.slots.default}],"neon-note"]),role:"note"},[e.createElementVNode("div",a,[e.createVNode(l,{gap:"s"},{default:e.withCtx(()=>[e.createVNode(t,{gap:"s"},{default:e.withCtx(()=>[o.iconName?(e.openBlock(),e.createBlock(n,{key:0,color:o.color,name:o.iconName,class:"neon-note__icon"},null,8,["color","name"])):e.createCommentVNode("",!0),o.title?(e.openBlock(),e.createElementBlock("span",i,e.toDisplayString(o.title),1)):e.createCommentVNode("",!0)]),_:1}),e.renderSlot(o.$slots,"default")]),_:3})]),o.closable?(e.openBlock(),e.createBlock(s,{key:0,"aria-label":o.ariaLabelCloseNote,circular:!0,transparent:!0,"button-style":"text",class:"neon-note__close",icon:"times",size:"s",tabindex:"0",onClick:o.closeNote,onKeydown:[e.withKeys(o.closeNote,["enter"]),e.withKeys(e.withModifiers(o.closeNote,["stop"]),["space"])]},null,8,["aria-label","onClick","onKeydown"])):e.createCommentVNode("",!0)],2)}const u=c(r,[["render",p]]);module.exports=u;
1
+ "use strict";const r=require("./NeonNote.cjs.js"),e=require("vue"),c=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),a={class:"neon-note__container"},i={key:1,class:"neon-note__title"};function p(o,_,m,d,N,k){const n=e.resolveComponent("neon-icon"),t=e.resolveComponent("neon-inline"),l=e.resolveComponent("neon-stack"),s=e.resolveComponent("neon-button");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([[`neon-note--${o.color}`,{"neon-note--with-title":o.title,"neon-note--with-title-only":o.title&&!o.slots.default}],"neon-note"]),role:"note"},[e.createElementVNode("div",a,[e.createVNode(l,{gap:"s"},{default:e.withCtx(()=>[e.createVNode(t,{gap:"s"},{default:e.withCtx(()=>[o.iconName?(e.openBlock(),e.createBlock(n,{key:0,color:o.color,name:o.iconName,class:"neon-note__icon"},null,8,["color","name"])):e.createCommentVNode("",!0),o.title?(e.openBlock(),e.createElementBlock("span",i,e.toDisplayString(o.title),1)):e.createCommentVNode("",!0)]),_:1}),e.renderSlot(o.$slots,"default")]),_:3})]),o.closable?(e.openBlock(),e.createBlock(s,{key:0,"aria-label":o.ariaLabelCloseNote,circular:!0,transparent:!0,"button-style":"text",class:"neon-note__close",color:"low-contrast",icon:"times",size:"s",tabindex:"0",onClick:o.closeNote,onKeydown:[e.withKeys(o.closeNote,["enter"]),e.withKeys(e.withModifiers(o.closeNote,["stop"]),["space"])]},null,8,["aria-label","onClick","onKeydown"])):e.createCommentVNode("",!0)],2)}const u=c(r,[["render",p]]);module.exports=u;
2
2
  //# sourceMappingURL=NeonNote.vue.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NeonNote.vue.cjs.js","sources":["../../../../src/components/feedback/note/NeonNote.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n `neon-note--${color}`,\n { 'neon-note--with-title': title, 'neon-note--with-title-only': title && !slots.default },\n ]\"\n class=\"neon-note\"\n role=\"note\"\n >\n <div class=\"neon-note__container\">\n <neon-stack gap=\"s\">\n <neon-inline gap=\"s\">\n <neon-icon v-if=\"iconName\" :color=\"color\" :name=\"iconName\" class=\"neon-note__icon\" />\n <span v-if=\"title\" class=\"neon-note__title\">{{ title }}</span>\n </neon-inline>\n <!-- @slot the contents of the note description -->\n <slot></slot>\n </neon-stack>\n </div>\n <neon-button\n v-if=\"closable\"\n :aria-label=\"ariaLabelCloseNote\"\n :circular=\"true\"\n :transparent=\"true\"\n button-style=\"text\"\n class=\"neon-note__close\"\n icon=\"times\"\n size=\"s\"\n tabindex=\"0\"\n @click=\"closeNote\"\n @keydown.enter=\"closeNote\"\n @keydown.space.stop=\"closeNote\"\n ></neon-button>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonNote.ts\" />\n"],"names":["_hoisted_1","_createElementBlock","_normalizeClass","_ctx","_createElementVNode","_createVNode","_component_neon_stack","_component_neon_inline","_createBlock","_component_neon_icon","_hoisted_2","_toDisplayString","_renderSlot","_component_neon_button"],"mappings":"mIASSA,EAAA,CAAA,MAAM,sBAAsB,WAIR,MAAM,oNAZjCC,EAAAA,mBAgCM,MAAA,CA/BH,MAAKC,EAAAA,eAAA,CAAA,eAAwBC,EAAA,KAAK,GAAqC,CAAA,wBAAAA,EAAA,MAAK,6BAAgCA,EAAA,OAAK,CAAKA,EAAA,MAAM,OAAO,GAI9H,WAAW,CAAA,EACjB,KAAK,SAELC,EAAAA,mBASM,MATNJ,EASM,CARJK,EAAAA,YAOaC,EAAA,CAPD,IAAI,GAAG,EAAA,mBACjB,IAGc,CAHdD,EAAAA,YAGcE,EAAA,CAHD,IAAI,GAAG,EAAA,mBAClB,IAAqF,CAApEJ,EAAA,wBAAjBK,EAAAA,YAAqFC,EAAA,OAAzD,MAAON,EAAA,MAAQ,KAAMA,EAAA,SAAU,MAAM,yEACrDA,EAAA,qBAAZF,EAAAA,mBAA8D,OAA9DS,EAA8DC,EAAAA,gBAAfR,EAAA,KAAK,EAAA,CAAA,uCAGtDS,aAAaT,EAAA,OAAA,SAAA,YAITA,EAAA,wBADRK,EAAAA,YAaeK,EAAA,OAXZ,aAAYV,EAAA,mBACZ,SAAU,GACV,YAAa,GACd,eAAa,OACb,MAAM,mBACN,KAAK,QACL,KAAK,IACL,SAAS,IACR,QAAOA,EAAA,UACP,UAAO,YAAQA,EAAA,UAAS,CAAA,OAAA,CAAA,6BACJA,EAAA,UAAS,CAAA,MAAA,CAAA,EAAA,CAAA,OAAA,CAAA"}
1
+ {"version":3,"file":"NeonNote.vue.cjs.js","sources":["../../../../src/components/feedback/note/NeonNote.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n `neon-note--${color}`,\n { 'neon-note--with-title': title, 'neon-note--with-title-only': title && !slots.default },\n ]\"\n class=\"neon-note\"\n role=\"note\"\n >\n <div class=\"neon-note__container\">\n <neon-stack gap=\"s\">\n <neon-inline gap=\"s\">\n <neon-icon v-if=\"iconName\" :color=\"color\" :name=\"iconName\" class=\"neon-note__icon\" />\n <span v-if=\"title\" class=\"neon-note__title\">{{ title }}</span>\n </neon-inline>\n <!-- @slot the contents of the note description -->\n <slot></slot>\n </neon-stack>\n </div>\n <neon-button\n v-if=\"closable\"\n :aria-label=\"ariaLabelCloseNote\"\n :circular=\"true\"\n :transparent=\"true\"\n button-style=\"text\"\n class=\"neon-note__close\"\n color=\"low-contrast\"\n icon=\"times\"\n size=\"s\"\n tabindex=\"0\"\n @click=\"closeNote\"\n @keydown.enter=\"closeNote\"\n @keydown.space.stop=\"closeNote\"\n ></neon-button>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonNote.ts\" />\n"],"names":["_hoisted_1","_createElementBlock","_normalizeClass","_ctx","_createElementVNode","_createVNode","_component_neon_stack","_component_neon_inline","_createBlock","_component_neon_icon","_hoisted_2","_toDisplayString","_renderSlot","_component_neon_button"],"mappings":"mIASSA,EAAA,CAAA,MAAM,sBAAsB,WAIR,MAAM,oNAZjCC,EAAAA,mBAiCM,MAAA,CAhCH,MAAKC,EAAAA,eAAA,CAAA,eAAwBC,EAAA,KAAK,GAAqC,CAAA,wBAAAA,EAAA,MAAK,6BAAgCA,EAAA,OAAK,CAAKA,EAAA,MAAM,OAAO,GAI9H,WAAW,CAAA,EACjB,KAAK,SAELC,EAAAA,mBASM,MATNJ,EASM,CARJK,EAAAA,YAOaC,EAAA,CAPD,IAAI,GAAG,EAAA,mBACjB,IAGc,CAHdD,EAAAA,YAGcE,EAAA,CAHD,IAAI,GAAG,EAAA,mBAClB,IAAqF,CAApEJ,EAAA,wBAAjBK,EAAAA,YAAqFC,EAAA,OAAzD,MAAON,EAAA,MAAQ,KAAMA,EAAA,SAAU,MAAM,yEACrDA,EAAA,qBAAZF,EAAAA,mBAA8D,OAA9DS,EAA8DC,EAAAA,gBAAfR,EAAA,KAAK,EAAA,CAAA,uCAGtDS,aAAaT,EAAA,OAAA,SAAA,YAITA,EAAA,wBADRK,EAAAA,YAceK,EAAA,OAZZ,aAAYV,EAAA,mBACZ,SAAU,GACV,YAAa,GACd,eAAa,OACb,MAAM,mBACN,MAAM,eACN,KAAK,QACL,KAAK,IACL,SAAS,IACR,QAAOA,EAAA,UACP,UAAO,YAAQA,EAAA,UAAS,CAAA,OAAA,CAAA,6BACJA,EAAA,UAAS,CAAA,MAAA,CAAA,EAAA,CAAA,OAAA,CAAA"}
@@ -41,6 +41,7 @@ function C(e, $, g, v, B, K) {
41
41
  transparent: !0,
42
42
  "button-style": "text",
43
43
  class: "neon-note__close",
44
+ color: "low-contrast",
44
45
  icon: "times",
45
46
  size: "s",
46
47
  tabindex: "0",
@@ -1 +1 @@
1
- {"version":3,"file":"NeonNote.vue.es.js","sources":["../../../../src/components/feedback/note/NeonNote.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n `neon-note--${color}`,\n { 'neon-note--with-title': title, 'neon-note--with-title-only': title && !slots.default },\n ]\"\n class=\"neon-note\"\n role=\"note\"\n >\n <div class=\"neon-note__container\">\n <neon-stack gap=\"s\">\n <neon-inline gap=\"s\">\n <neon-icon v-if=\"iconName\" :color=\"color\" :name=\"iconName\" class=\"neon-note__icon\" />\n <span v-if=\"title\" class=\"neon-note__title\">{{ title }}</span>\n </neon-inline>\n <!-- @slot the contents of the note description -->\n <slot></slot>\n </neon-stack>\n </div>\n <neon-button\n v-if=\"closable\"\n :aria-label=\"ariaLabelCloseNote\"\n :circular=\"true\"\n :transparent=\"true\"\n button-style=\"text\"\n class=\"neon-note__close\"\n icon=\"times\"\n size=\"s\"\n tabindex=\"0\"\n @click=\"closeNote\"\n @keydown.enter=\"closeNote\"\n @keydown.space.stop=\"closeNote\"\n ></neon-button>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonNote.ts\" />\n"],"names":["_hoisted_1","_createElementBlock","_normalizeClass","_ctx","_createElementVNode","_createVNode","_component_neon_stack","_component_neon_inline","_createBlock","_component_neon_icon","_hoisted_2","_toDisplayString","_renderSlot","_component_neon_button"],"mappings":";;;AASS,MAAAA,IAAA,EAAA,OAAM,uBAAsB;;EAIR,OAAM;;;;cAZjCC,EAgCM,OAAA;AAAA,IA/BH,OAAKC,EAAA,CAAA;AAAA,oBAAwBC,EAAA,KAAK;AAAA,MAAqC,EAAA,yBAAAA,EAAA,OAAK,8BAAgCA,EAAA,SAAK,CAAKA,EAAA,MAAM,QAAO;AAAA,OAI9H,WAAW,CAAA;AAAA,IACjB,MAAK;AAAA;IAELC,EASM,OATNJ,GASM;AAAA,MARJK,EAOaC,GAAA,EAPD,KAAI,IAAG,GAAA;AAAA,mBACjB,MAGc;AAAA,UAHdD,EAGcE,GAAA,EAHD,KAAI,IAAG,GAAA;AAAA,uBAClB,MAAqF;AAAA,cAApEJ,EAAA,iBAAjBK,EAAqFC,GAAA;AAAA;gBAAzD,OAAON,EAAA;AAAA,gBAAQ,MAAMA,EAAA;AAAA,gBAAU,OAAM;AAAA;cACrDA,EAAA,cAAZF,EAA8D,QAA9DS,GAA8DC,EAAfR,EAAA,KAAK,GAAA,CAAA;;;;UAGtDS,EAAaT,EAAA,QAAA,SAAA;AAAA;;;;IAITA,EAAA,iBADRK,EAaeK,GAAA;AAAA;MAXZ,cAAYV,EAAA;AAAA,MACZ,UAAU;AAAA,MACV,aAAa;AAAA,MACd,gBAAa;AAAA,MACb,OAAM;AAAA,MACN,MAAK;AAAA,MACL,MAAK;AAAA,MACL,UAAS;AAAA,MACR,SAAOA,EAAA;AAAA,MACP,WAAO;AAAA,UAAQA,EAAA,WAAS,CAAA,OAAA,CAAA;AAAA,YACJA,EAAA,WAAS,CAAA,MAAA,CAAA,GAAA,CAAA,OAAA,CAAA;AAAA;;;;;"}
1
+ {"version":3,"file":"NeonNote.vue.es.js","sources":["../../../../src/components/feedback/note/NeonNote.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n `neon-note--${color}`,\n { 'neon-note--with-title': title, 'neon-note--with-title-only': title && !slots.default },\n ]\"\n class=\"neon-note\"\n role=\"note\"\n >\n <div class=\"neon-note__container\">\n <neon-stack gap=\"s\">\n <neon-inline gap=\"s\">\n <neon-icon v-if=\"iconName\" :color=\"color\" :name=\"iconName\" class=\"neon-note__icon\" />\n <span v-if=\"title\" class=\"neon-note__title\">{{ title }}</span>\n </neon-inline>\n <!-- @slot the contents of the note description -->\n <slot></slot>\n </neon-stack>\n </div>\n <neon-button\n v-if=\"closable\"\n :aria-label=\"ariaLabelCloseNote\"\n :circular=\"true\"\n :transparent=\"true\"\n button-style=\"text\"\n class=\"neon-note__close\"\n color=\"low-contrast\"\n icon=\"times\"\n size=\"s\"\n tabindex=\"0\"\n @click=\"closeNote\"\n @keydown.enter=\"closeNote\"\n @keydown.space.stop=\"closeNote\"\n ></neon-button>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonNote.ts\" />\n"],"names":["_hoisted_1","_createElementBlock","_normalizeClass","_ctx","_createElementVNode","_createVNode","_component_neon_stack","_component_neon_inline","_createBlock","_component_neon_icon","_hoisted_2","_toDisplayString","_renderSlot","_component_neon_button"],"mappings":";;;AASS,MAAAA,IAAA,EAAA,OAAM,uBAAsB;;EAIR,OAAM;;;;cAZjCC,EAiCM,OAAA;AAAA,IAhCH,OAAKC,EAAA,CAAA;AAAA,oBAAwBC,EAAA,KAAK;AAAA,MAAqC,EAAA,yBAAAA,EAAA,OAAK,8BAAgCA,EAAA,SAAK,CAAKA,EAAA,MAAM,QAAO;AAAA,OAI9H,WAAW,CAAA;AAAA,IACjB,MAAK;AAAA;IAELC,EASM,OATNJ,GASM;AAAA,MARJK,EAOaC,GAAA,EAPD,KAAI,IAAG,GAAA;AAAA,mBACjB,MAGc;AAAA,UAHdD,EAGcE,GAAA,EAHD,KAAI,IAAG,GAAA;AAAA,uBAClB,MAAqF;AAAA,cAApEJ,EAAA,iBAAjBK,EAAqFC,GAAA;AAAA;gBAAzD,OAAON,EAAA;AAAA,gBAAQ,MAAMA,EAAA;AAAA,gBAAU,OAAM;AAAA;cACrDA,EAAA,cAAZF,EAA8D,QAA9DS,GAA8DC,EAAfR,EAAA,KAAK,GAAA,CAAA;;;;UAGtDS,EAAaT,EAAA,QAAA,SAAA;AAAA;;;;IAITA,EAAA,iBADRK,EAceK,GAAA;AAAA;MAZZ,cAAYV,EAAA;AAAA,MACZ,UAAU;AAAA,MACV,aAAa;AAAA,MACd,gBAAa;AAAA,MACb,OAAM;AAAA,MACN,OAAM;AAAA,MACN,MAAK;AAAA,MACL,MAAK;AAAA,MACL,UAAS;AAAA,MACR,SAAOA,EAAA;AAAA,MACP,WAAO;AAAA,UAAQA,EAAA,WAAS,CAAA,OAAA,CAAA;AAAA,YACJA,EAAA,WAAS,CAAA,MAAA,CAAA,GAAA,CAAA,OAAA,CAAA;AAAA;;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"NeonIcon.cjs.js","sources":["../../../../src/components/presentation/icon/NeonIcon.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { computed, defineComponent, useAttrs } from 'vue';\nimport { NeonIconRegistry } from '@/common/utils/NeonIconRegistry';\nimport type { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\n\n/**\n * <p>A component for rendering SVG images. These images are generally, but not limited to, <em>icons</em>. This\n * component can render any SVG of any size. Size is not restricted in the NeonIcon component but rather in the\n * components using the icons. Generally, when talking about icons, this component is only used to build other\n * components. But you may also find it useful for rendering SVG images, e.g. illustrations.</p>\n *\n * <p>There is an icon registry where strings containing SVGs can be registered with a name and that name can be used\n * with the NeonIcon component to render the image. Use the classes <em>neon-svg-fill</em> and <em>neon-svg--stroke</em>\n * in the SVG elements to automatically apply the functional colors.</p>\n *\n * <p>This provides the advantage of only registering the icons you actually need, dynamically switching colors in\n * Typescript/CSS without using a large icon font and not having to duplicate icon images to support multiple\n * color variations (including light and dark modes).</p>\n *\n * For more detailed information please see <a href=\"/presentation/icon\">Icons</a>.\n */\nexport default defineComponent({\n name: 'NeonIcon',\n props: {\n /**\n * The name of an icon registered in the icon registry.\n */\n name: { type: String, required: true },\n /**\n * The color to render the icon. By default, it will be the current text color (light text in dark mode or dark text in light mode).\n */\n color: { type: String as () => NeonFunctionalColor, default: null },\n /**\n * Set the icon color to the inverse text color\n */\n inverse: { type: Boolean, default: false },\n /**\n * Apply a disabled style to the icon\n */\n disabled: { type: Boolean, default: false },\n },\n setup(props) {\n const attrs = useAttrs();\n const icon = computed(() => {\n const _icon = NeonIconRegistry.getIcon(props.name);\n if (!_icon) {\n console.error(`icon ${props.name} doesn't exist! Register icon with NeonIconRegistry.addIcon(name, svg);`);\n }\n return _icon;\n });\n\n return {\n attrs,\n icon,\n };\n },\n});\n"],"names":["_sfc_main","defineComponent","props","attrs","useAttrs","icon","computed","_icon","NeonIconRegistry"],"mappings":"+FAoBAA,EAAeC,kBAAgB,CAC7B,KAAM,WACN,MAAO,CAIL,KAAM,CAAE,KAAM,OAAQ,SAAU,EAAA,EAIhC,MAAO,CAAE,KAAM,OAAqC,QAAS,IAAA,EAI7D,QAAS,CAAE,KAAM,QAAS,QAAS,EAAA,EAInC,SAAU,CAAE,KAAM,QAAS,QAAS,EAAA,CAAM,EAE5C,MAAMC,EAAO,CACX,MAAMC,EAAQC,EAAAA,SAAA,EACRC,EAAOC,EAAAA,SAAS,IAAM,CAC1B,MAAMC,EAAQC,EAAAA,iBAAiB,QAAQN,EAAM,IAAI,EACjD,OAAKK,GACH,QAAQ,MAAM,QAAQL,EAAM,IAAI,yEAAyE,EAEpGK,CACT,CAAC,EAED,MAAO,CACL,MAAAJ,EACA,KAAAE,CAAA,CAEJ,CACF,CAAC"}
1
+ {"version":3,"file":"NeonIcon.cjs.js","sources":["../../../../src/components/presentation/icon/NeonIcon.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { computed, defineComponent, useAttrs } from 'vue';\nimport { NeonIconRegistry } from '@/common/utils/NeonIconRegistry';\nimport type { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\n\n/**\n * <p>A component for rendering SVG images. These images are generally, but not limited to, <em>icons</em>. This\n * component can render any SVG of any size. Size is not restricted in the NeonIcon component but rather in the\n * components using the icons. Generally, when talking about icons, this component is only used to build other\n * components. But you may also find it useful for rendering SVG images, e.g. illustrations.</p>\n *\n * <p>There is an icon registry where strings containing SVGs can be registered with a name and that name can be used\n * with the NeonIcon component to render the image. Use the classes <em>neon-svg--fill</em> and <em>neon-svg--stroke</em>\n * in the SVG elements to automatically apply the functional colors.</p>\n *\n * <p>This provides the advantage of only registering the icons you actually need, dynamically switching colors in\n * Typescript/CSS without using a large icon font and not having to duplicate icon images to support multiple\n * color variations (including light and dark modes).</p>\n *\n * For more detailed information please see <a href=\"/presentation/icon\">Icons</a>.\n */\nexport default defineComponent({\n name: 'NeonIcon',\n props: {\n /**\n * The name of an icon registered in the icon registry.\n */\n name: { type: String, required: true },\n /**\n * The color to render the icon. By default, it will be the current text color (light text in dark mode or dark text in light mode).\n */\n color: { type: String as () => NeonFunctionalColor, default: null },\n /**\n * Set the icon color to the inverse text color\n */\n inverse: { type: Boolean, default: false },\n /**\n * Apply a disabled style to the icon\n */\n disabled: { type: Boolean, default: false },\n },\n setup(props) {\n const attrs = useAttrs();\n const icon = computed(() => {\n const _icon = NeonIconRegistry.getIcon(props.name);\n if (!_icon) {\n console.error(`icon ${props.name} doesn't exist! Register icon with NeonIconRegistry.addIcon(name, svg);`);\n }\n return _icon;\n });\n\n return {\n attrs,\n icon,\n };\n },\n});\n"],"names":["_sfc_main","defineComponent","props","attrs","useAttrs","icon","computed","_icon","NeonIconRegistry"],"mappings":"+FAoBAA,EAAeC,kBAAgB,CAC7B,KAAM,WACN,MAAO,CAIL,KAAM,CAAE,KAAM,OAAQ,SAAU,EAAA,EAIhC,MAAO,CAAE,KAAM,OAAqC,QAAS,IAAA,EAI7D,QAAS,CAAE,KAAM,QAAS,QAAS,EAAA,EAInC,SAAU,CAAE,KAAM,QAAS,QAAS,EAAA,CAAM,EAE5C,MAAMC,EAAO,CACX,MAAMC,EAAQC,EAAAA,SAAA,EACRC,EAAOC,EAAAA,SAAS,IAAM,CAC1B,MAAMC,EAAQC,EAAAA,iBAAiB,QAAQN,EAAM,IAAI,EACjD,OAAKK,GACH,QAAQ,MAAM,QAAQL,EAAM,IAAI,yEAAyE,EAEpGK,CACT,CAAC,EAED,MAAO,CACL,MAAAJ,EACA,KAAAE,CAAA,CAEJ,CACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"NeonIcon.es.js","sources":["../../../../src/components/presentation/icon/NeonIcon.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { computed, defineComponent, useAttrs } from 'vue';\nimport { NeonIconRegistry } from '@/common/utils/NeonIconRegistry';\nimport type { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\n\n/**\n * <p>A component for rendering SVG images. These images are generally, but not limited to, <em>icons</em>. This\n * component can render any SVG of any size. Size is not restricted in the NeonIcon component but rather in the\n * components using the icons. Generally, when talking about icons, this component is only used to build other\n * components. But you may also find it useful for rendering SVG images, e.g. illustrations.</p>\n *\n * <p>There is an icon registry where strings containing SVGs can be registered with a name and that name can be used\n * with the NeonIcon component to render the image. Use the classes <em>neon-svg-fill</em> and <em>neon-svg--stroke</em>\n * in the SVG elements to automatically apply the functional colors.</p>\n *\n * <p>This provides the advantage of only registering the icons you actually need, dynamically switching colors in\n * Typescript/CSS without using a large icon font and not having to duplicate icon images to support multiple\n * color variations (including light and dark modes).</p>\n *\n * For more detailed information please see <a href=\"/presentation/icon\">Icons</a>.\n */\nexport default defineComponent({\n name: 'NeonIcon',\n props: {\n /**\n * The name of an icon registered in the icon registry.\n */\n name: { type: String, required: true },\n /**\n * The color to render the icon. By default, it will be the current text color (light text in dark mode or dark text in light mode).\n */\n color: { type: String as () => NeonFunctionalColor, default: null },\n /**\n * Set the icon color to the inverse text color\n */\n inverse: { type: Boolean, default: false },\n /**\n * Apply a disabled style to the icon\n */\n disabled: { type: Boolean, default: false },\n },\n setup(props) {\n const attrs = useAttrs();\n const icon = computed(() => {\n const _icon = NeonIconRegistry.getIcon(props.name);\n if (!_icon) {\n console.error(`icon ${props.name} doesn't exist! Register icon with NeonIconRegistry.addIcon(name, svg);`);\n }\n return _icon;\n });\n\n return {\n attrs,\n icon,\n };\n },\n});\n"],"names":["_sfc_main","defineComponent","props","attrs","useAttrs","icon","computed","_icon","NeonIconRegistry"],"mappings":";;AAoBA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,OAAO;AAAA;AAAA;AAAA;AAAA,IAIL,MAAM,EAAE,MAAM,QAAQ,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAIhC,OAAO,EAAE,MAAM,QAAqC,SAAS,KAAA;AAAA;AAAA;AAAA;AAAA,IAI7D,SAAS,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA;AAAA;AAAA;AAAA,IAInC,UAAU,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA,EAAM;AAAA,EAE5C,MAAMC,GAAO;AACX,UAAMC,IAAQC,EAAA,GACRC,IAAOC,EAAS,MAAM;AAC1B,YAAMC,IAAQC,EAAiB,QAAQN,EAAM,IAAI;AACjD,aAAKK,KACH,QAAQ,MAAM,QAAQL,EAAM,IAAI,yEAAyE,GAEpGK;AAAA,IACT,CAAC;AAED,WAAO;AAAA,MACL,OAAAJ;AAAA,MACA,MAAAE;AAAA,IAAA;AAAA,EAEJ;AACF,CAAC;"}
1
+ {"version":3,"file":"NeonIcon.es.js","sources":["../../../../src/components/presentation/icon/NeonIcon.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { computed, defineComponent, useAttrs } from 'vue';\nimport { NeonIconRegistry } from '@/common/utils/NeonIconRegistry';\nimport type { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\n\n/**\n * <p>A component for rendering SVG images. These images are generally, but not limited to, <em>icons</em>. This\n * component can render any SVG of any size. Size is not restricted in the NeonIcon component but rather in the\n * components using the icons. Generally, when talking about icons, this component is only used to build other\n * components. But you may also find it useful for rendering SVG images, e.g. illustrations.</p>\n *\n * <p>There is an icon registry where strings containing SVGs can be registered with a name and that name can be used\n * with the NeonIcon component to render the image. Use the classes <em>neon-svg--fill</em> and <em>neon-svg--stroke</em>\n * in the SVG elements to automatically apply the functional colors.</p>\n *\n * <p>This provides the advantage of only registering the icons you actually need, dynamically switching colors in\n * Typescript/CSS without using a large icon font and not having to duplicate icon images to support multiple\n * color variations (including light and dark modes).</p>\n *\n * For more detailed information please see <a href=\"/presentation/icon\">Icons</a>.\n */\nexport default defineComponent({\n name: 'NeonIcon',\n props: {\n /**\n * The name of an icon registered in the icon registry.\n */\n name: { type: String, required: true },\n /**\n * The color to render the icon. By default, it will be the current text color (light text in dark mode or dark text in light mode).\n */\n color: { type: String as () => NeonFunctionalColor, default: null },\n /**\n * Set the icon color to the inverse text color\n */\n inverse: { type: Boolean, default: false },\n /**\n * Apply a disabled style to the icon\n */\n disabled: { type: Boolean, default: false },\n },\n setup(props) {\n const attrs = useAttrs();\n const icon = computed(() => {\n const _icon = NeonIconRegistry.getIcon(props.name);\n if (!_icon) {\n console.error(`icon ${props.name} doesn't exist! Register icon with NeonIconRegistry.addIcon(name, svg);`);\n }\n return _icon;\n });\n\n return {\n attrs,\n icon,\n };\n },\n});\n"],"names":["_sfc_main","defineComponent","props","attrs","useAttrs","icon","computed","_icon","NeonIconRegistry"],"mappings":";;AAoBA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,OAAO;AAAA;AAAA;AAAA;AAAA,IAIL,MAAM,EAAE,MAAM,QAAQ,UAAU,GAAA;AAAA;AAAA;AAAA;AAAA,IAIhC,OAAO,EAAE,MAAM,QAAqC,SAAS,KAAA;AAAA;AAAA;AAAA;AAAA,IAI7D,SAAS,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA;AAAA;AAAA;AAAA,IAInC,UAAU,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA,EAAM;AAAA,EAE5C,MAAMC,GAAO;AACX,UAAMC,IAAQC,EAAA,GACRC,IAAOC,EAAS,MAAM;AAC1B,YAAMC,IAAQC,EAAiB,QAAQN,EAAM,IAAI;AACjD,aAAKK,KACH,QAAQ,MAAM,QAAQL,EAAM,IAAI,yEAAyE,GAEpGK;AAAA,IACT,CAAC;AAED,WAAO;AAAA,MACL,OAAAJ;AAAA,MACA,MAAAE;AAAA,IAAA;AAAA,EAEJ;AACF,CAAC;"}
@@ -1,2 +1,2 @@
1
- "use strict";const s=require("./NeonField.cjs.js"),e=require("vue"),t=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),a=["for"],i={class:"neon-field__label-wrapper"},r={class:"neon-field__label"},d={class:"neon-field__contents"};function p(o,l,_,m,u,b){const n=e.resolveComponent("neon-label");return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass([{"neon-field--optional":o.optional,"neon-field--disabled":o.disabled,"neon-field--with-message":o.message!==null},"neon-field"]),for:o.labelFor},[e.createElementVNode("span",i,[e.createElementVNode("span",r,e.toDisplayString(o.label),1),o.optional?(e.openBlock(),e.createBlock(n,{key:0,disabled:o.disabled,label:o.optionalLabel,class:"neon-field__optional",size:"xxs"},null,8,["disabled","label"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",d,[e.renderSlot(o.$slots,"default"),o.message!==null?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass([`neon-color-text-${o.messageColor}`,"neon-field__message"]),onClick:l[0]||(l[0]=e.withModifiers(()=>{},["prevent","stop"]))},e.toDisplayString(o.message),3)):e.createCommentVNode("",!0)])],10,a)}const c=t(s,[["render",p]]);module.exports=c;
1
+ "use strict";const s=require("./NeonField.cjs.js"),e=require("vue"),a=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),t=["for"],i={class:"neon-field__label-wrapper"},r={class:"neon-field__label"},d={class:"neon-field__contents"};function p(o,l,_,m,u,b){const n=e.resolveComponent("neon-label");return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass([{"neon-field--optional":o.optional,"neon-field--disabled":o.disabled,"neon-field--with-message":o.message!==null},"neon-field"]),for:o.labelFor},[e.createElementVNode("span",i,[e.createElementVNode("span",r,e.toDisplayString(o.label),1),o.optional?(e.openBlock(),e.createBlock(n,{key:0,disabled:o.disabled,label:o.optionalLabel,class:"neon-field__optional",size:"xxs"},null,8,["disabled","label"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",d,[e.renderSlot(o.$slots,"default"),o.message!==null?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass([`neon-color-${o.messageColor}`,"neon-field__message"]),onClick:l[0]||(l[0]=e.withModifiers(()=>{},["prevent","stop"]))},e.toDisplayString(o.message),3)):e.createCommentVNode("",!0)])],10,t)}const c=a(s,[["render",p]]);module.exports=c;
2
2
  //# sourceMappingURL=NeonField.vue.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NeonField.vue.cjs.js","sources":["../../../../src/components/user-input/field/NeonField.vue"],"sourcesContent":["<template>\n <label\n :class=\"{\n 'neon-field--optional': optional,\n 'neon-field--disabled': disabled,\n 'neon-field--with-message': message !== null,\n }\"\n :for=\"labelFor\"\n class=\"neon-field\"\n >\n <span class=\"neon-field__label-wrapper\">\n <span class=\"neon-field__label\">{{ label }}</span>\n <neon-label v-if=\"optional\" :disabled=\"disabled\" :label=\"optionalLabel\" class=\"neon-field__optional\" size=\"xxs\" />\n </span>\n <div class=\"neon-field__contents\">\n <!-- @slot optionally wrap the field with the label -->\n <slot></slot>\n <span\n v-if=\"message !== null\"\n :class=\"`neon-color-text-${messageColor}`\"\n class=\"neon-field__message\"\n @click.prevent.stop=\"\"\n >\n {{ message }}\n </span>\n </div>\n </label>\n</template>\n\n<script lang=\"ts\" src=\"./NeonField.ts\"></script>\n"],"names":["_hoisted_2","_hoisted_3","_hoisted_4","_createElementBlock","_normalizeClass","_ctx","_createElementVNode","_toDisplayString","_createBlock","_component_neon_label","_renderSlot"],"mappings":"8IAUUA,EAAA,CAAA,MAAM,2BAA2B,EAC/BC,EAAA,CAAA,MAAM,mBAAmB,EAG5BC,EAAA,CAAA,MAAM,sBAAsB,wFAbnCC,EAAAA,mBAyBQ,QAAA,CAxBL,MAAKC,EAAAA,eAAA,CAAA,wBAAkCC,EAAA,gCAAwCA,EAAA,oCAA4CA,EAAA,UAAO,MAM7H,YAAY,CAAA,EADjB,IAAKA,EAAA,WAGNC,EAAAA,mBAGO,OAHPN,EAGO,CAFLM,EAAAA,mBAAkD,OAAlDL,EAAkDM,EAAAA,gBAAfF,EAAA,KAAK,EAAA,CAAA,EACtBA,EAAA,wBAAlBG,EAAAA,YAAkHC,EAAA,OAArF,SAAUJ,EAAA,SAAW,MAAOA,EAAA,cAAe,MAAM,uBAAuB,KAAK,mEAE5GC,EAAAA,mBAWM,MAXNJ,EAWM,CATJQ,aAAaL,EAAA,OAAA,SAAA,EAELA,EAAA,UAAO,oBADfF,EAAAA,mBAOO,OAAA,OALJ,MAAKC,EAAAA,eAAA,CAAA,mBAAqBC,EAAA,YAAY,GACjC,qBAAqB,CAAA,EAC1B,oCAAD,IAAA,CAAA,EAAsB,CAAA,UAAA,MAAA,CAAA,sBAEnBA,EAAA,OAAO,EAAA,CAAA"}
1
+ {"version":3,"file":"NeonField.vue.cjs.js","sources":["../../../../src/components/user-input/field/NeonField.vue"],"sourcesContent":["<template>\n <label\n :class=\"{\n 'neon-field--optional': optional,\n 'neon-field--disabled': disabled,\n 'neon-field--with-message': message !== null,\n }\"\n :for=\"labelFor\"\n class=\"neon-field\"\n >\n <span class=\"neon-field__label-wrapper\">\n <span class=\"neon-field__label\">{{ label }}</span>\n <neon-label v-if=\"optional\" :disabled=\"disabled\" :label=\"optionalLabel\" class=\"neon-field__optional\" size=\"xxs\" />\n </span>\n <div class=\"neon-field__contents\">\n <!-- @slot optionally wrap the field with the label -->\n <slot></slot>\n <span\n v-if=\"message !== null\"\n :class=\"`neon-color-${messageColor}`\"\n class=\"neon-field__message\"\n @click.prevent.stop=\"\"\n >\n {{ message }}\n </span>\n </div>\n </label>\n</template>\n\n<script lang=\"ts\" src=\"./NeonField.ts\"></script>\n"],"names":["_hoisted_2","_hoisted_3","_hoisted_4","_createElementBlock","_normalizeClass","_ctx","_createElementVNode","_toDisplayString","_createBlock","_component_neon_label","_renderSlot"],"mappings":"8IAUUA,EAAA,CAAA,MAAM,2BAA2B,EAC/BC,EAAA,CAAA,MAAM,mBAAmB,EAG5BC,EAAA,CAAA,MAAM,sBAAsB,wFAbnCC,EAAAA,mBAyBQ,QAAA,CAxBL,MAAKC,EAAAA,eAAA,CAAA,wBAAkCC,EAAA,gCAAwCA,EAAA,oCAA4CA,EAAA,UAAO,MAM7H,YAAY,CAAA,EADjB,IAAKA,EAAA,WAGNC,EAAAA,mBAGO,OAHPN,EAGO,CAFLM,EAAAA,mBAAkD,OAAlDL,EAAkDM,EAAAA,gBAAfF,EAAA,KAAK,EAAA,CAAA,EACtBA,EAAA,wBAAlBG,EAAAA,YAAkHC,EAAA,OAArF,SAAUJ,EAAA,SAAW,MAAOA,EAAA,cAAe,MAAM,uBAAuB,KAAK,mEAE5GC,EAAAA,mBAWM,MAXNJ,EAWM,CATJQ,aAAaL,EAAA,OAAA,SAAA,EAELA,EAAA,UAAO,oBADfF,EAAAA,mBAOO,OAAA,OALJ,MAAKC,EAAAA,eAAA,CAAA,cAAgBC,EAAA,YAAY,GAC5B,qBAAqB,CAAA,EAC1B,oCAAD,IAAA,CAAA,EAAsB,CAAA,UAAA,MAAA,CAAA,sBAEnBA,EAAA,OAAO,EAAA,CAAA"}
@@ -26,7 +26,7 @@ function $(e, n, h, C, v, w) {
26
26
  m(e.$slots, "default"),
27
27
  e.message !== null ? (o(), s("span", {
28
28
  key: 0,
29
- class: a([`neon-color-text-${e.messageColor}`, "neon-field__message"]),
29
+ class: a([`neon-color-${e.messageColor}`, "neon-field__message"]),
30
30
  onClick: n[0] || (n[0] = b(() => {
31
31
  }, ["prevent", "stop"]))
32
32
  }, i(e.message), 3)) : t("", !0)
@@ -1 +1 @@
1
- {"version":3,"file":"NeonField.vue.es.js","sources":["../../../../src/components/user-input/field/NeonField.vue"],"sourcesContent":["<template>\n <label\n :class=\"{\n 'neon-field--optional': optional,\n 'neon-field--disabled': disabled,\n 'neon-field--with-message': message !== null,\n }\"\n :for=\"labelFor\"\n class=\"neon-field\"\n >\n <span class=\"neon-field__label-wrapper\">\n <span class=\"neon-field__label\">{{ label }}</span>\n <neon-label v-if=\"optional\" :disabled=\"disabled\" :label=\"optionalLabel\" class=\"neon-field__optional\" size=\"xxs\" />\n </span>\n <div class=\"neon-field__contents\">\n <!-- @slot optionally wrap the field with the label -->\n <slot></slot>\n <span\n v-if=\"message !== null\"\n :class=\"`neon-color-text-${messageColor}`\"\n class=\"neon-field__message\"\n @click.prevent.stop=\"\"\n >\n {{ message }}\n </span>\n </div>\n </label>\n</template>\n\n<script lang=\"ts\" src=\"./NeonField.ts\"></script>\n"],"names":["_hoisted_2","_hoisted_3","_hoisted_4","_createElementBlock","_normalizeClass","_ctx","_createElementVNode","_toDisplayString","_createBlock","_component_neon_label","_renderSlot"],"mappings":";;;mBAUUA,IAAA,EAAA,OAAM,4BAA2B,GAC/BC,IAAA,EAAA,OAAM,oBAAmB,GAG5BC,IAAA,EAAA,OAAM,uBAAsB;;;cAbnCC,EAyBQ,SAAA;AAAA,IAxBL,OAAKC,EAAA,CAAA;AAAA,8BAAkCC,EAAA;AAAA,8BAAwCA,EAAA;AAAA,kCAA4CA,EAAA,YAAO;AAAA,OAM7H,YAAY,CAAA;AAAA,IADjB,KAAKA,EAAA;AAAA;IAGNC,EAGO,QAHPN,GAGO;AAAA,MAFLM,EAAkD,QAAlDL,GAAkDM,EAAfF,EAAA,KAAK,GAAA,CAAA;AAAA,MACtBA,EAAA,iBAAlBG,EAAkHC,GAAA;AAAA;QAArF,UAAUJ,EAAA;AAAA,QAAW,OAAOA,EAAA;AAAA,QAAe,OAAM;AAAA,QAAuB,MAAK;AAAA;;IAE5GC,EAWM,OAXNJ,GAWM;AAAA,MATJQ,EAAaL,EAAA,QAAA,SAAA;AAAA,MAELA,EAAA,YAAO,aADfF,EAOO,QAAA;AAAA;QALJ,OAAKC,EAAA,CAAA,mBAAqBC,EAAA,YAAY,IACjC,qBAAqB,CAAA;AAAA,QAC1B,2BAAD,MAAA;AAAA,QAAA,GAAsB,CAAA,WAAA,MAAA,CAAA;AAAA,WAEnBA,EAAA,OAAO,GAAA,CAAA;;;;;"}
1
+ {"version":3,"file":"NeonField.vue.es.js","sources":["../../../../src/components/user-input/field/NeonField.vue"],"sourcesContent":["<template>\n <label\n :class=\"{\n 'neon-field--optional': optional,\n 'neon-field--disabled': disabled,\n 'neon-field--with-message': message !== null,\n }\"\n :for=\"labelFor\"\n class=\"neon-field\"\n >\n <span class=\"neon-field__label-wrapper\">\n <span class=\"neon-field__label\">{{ label }}</span>\n <neon-label v-if=\"optional\" :disabled=\"disabled\" :label=\"optionalLabel\" class=\"neon-field__optional\" size=\"xxs\" />\n </span>\n <div class=\"neon-field__contents\">\n <!-- @slot optionally wrap the field with the label -->\n <slot></slot>\n <span\n v-if=\"message !== null\"\n :class=\"`neon-color-${messageColor}`\"\n class=\"neon-field__message\"\n @click.prevent.stop=\"\"\n >\n {{ message }}\n </span>\n </div>\n </label>\n</template>\n\n<script lang=\"ts\" src=\"./NeonField.ts\"></script>\n"],"names":["_hoisted_2","_hoisted_3","_hoisted_4","_createElementBlock","_normalizeClass","_ctx","_createElementVNode","_toDisplayString","_createBlock","_component_neon_label","_renderSlot"],"mappings":";;;mBAUUA,IAAA,EAAA,OAAM,4BAA2B,GAC/BC,IAAA,EAAA,OAAM,oBAAmB,GAG5BC,IAAA,EAAA,OAAM,uBAAsB;;;cAbnCC,EAyBQ,SAAA;AAAA,IAxBL,OAAKC,EAAA,CAAA;AAAA,8BAAkCC,EAAA;AAAA,8BAAwCA,EAAA;AAAA,kCAA4CA,EAAA,YAAO;AAAA,OAM7H,YAAY,CAAA;AAAA,IADjB,KAAKA,EAAA;AAAA;IAGNC,EAGO,QAHPN,GAGO;AAAA,MAFLM,EAAkD,QAAlDL,GAAkDM,EAAfF,EAAA,KAAK,GAAA,CAAA;AAAA,MACtBA,EAAA,iBAAlBG,EAAkHC,GAAA;AAAA;QAArF,UAAUJ,EAAA;AAAA,QAAW,OAAOA,EAAA;AAAA,QAAe,OAAM;AAAA,QAAuB,MAAK;AAAA;;IAE5GC,EAWM,OAXNJ,GAWM;AAAA,MATJQ,EAAaL,EAAA,QAAA,SAAA;AAAA,MAELA,EAAA,YAAO,aADfF,EAOO,QAAA;AAAA;QALJ,OAAKC,EAAA,CAAA,cAAgBC,EAAA,YAAY,IAC5B,qBAAqB,CAAA;AAAA,QAC1B,2BAAD,MAAA;AAAA,QAAA,GAAsB,CAAA,WAAA,MAAA,CAAA;AAAA,WAEnBA,EAAA,OAAO,GAAA,CAAA;;;;;"}
@@ -1,2 +1,2 @@
1
- "use strict";const a=require("./NeonFile.cjs.js"),l=require("vue"),t=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),r=["aria-disabled"],p={class:"neon-button-group neon-file__actions"};function u(e,o,m,c,f,C){const s=l.resolveComponent("neon-list"),d=l.resolveComponent("neon-input"),n=l.resolveComponent("neon-button");return l.openBlock(),l.createElementBlock("div",{"aria-disabled":e.disabled,class:l.normalizeClass([[`neon-file--${e.color}`,`neon-file--${e.size}`,{"neon-file--disabled":e.disabled,"neon-file--single":!e.multiple,"neon-file--direct-upload":e.directUpload}],"neon-file"])},[e.directUpload?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(s,{key:0,color:e.color,disabled:e.disabled,modelValue:e.fileList,size:e.size,onClose:e.remove},null,8,["color","disabled","modelValue","size","onClose"])),l.createVNode(d,{id:e.id,ref:"fileInput",modelValue:e.fileInputModel,"onUpdate:modelValue":o[0]||(o[0]=i=>e.fileInputModel=i),accept:e.accept,disabled:e.disabled,multiple:e.multiple,tabindex:-1,class:"neon-file__input",type:"file",onInput:e.onInput},null,8,["id","modelValue","accept","disabled","multiple","onInput"]),l.createElementVNode("div",p,[e.multiple&&!e.directUpload?(l.openBlock(),l.createBlock(n,{key:0,disabled:e.disabled||e.files.length===0,size:e.size,"button-style":"text",label:"Clear all",onClick:o[1]||(o[1]=i=>e.clearAll())},null,8,["disabled","size"])):l.createCommentVNode("",!0),l.createVNode(n,{"aria-controls":e.id?e.id:void 0,color:e.color,disabled:e.disabled,icon:e.icon,label:e.label,size:e.size,state:e.state,onClick:e.openFileDialog},null,8,["aria-controls","color","disabled","icon","label","size","state","onClick"])])],10,r)}const b=t(a,[["render",u]]);module.exports=b;
1
+ "use strict";const a=require("./NeonFile.cjs.js"),l=require("vue"),t=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),r=["aria-disabled"],p={class:"neon-button-group neon-file__actions"};function u(e,o,c,m,f,C){const s=l.resolveComponent("neon-list"),d=l.resolveComponent("neon-input"),n=l.resolveComponent("neon-button");return l.openBlock(),l.createElementBlock("div",{"aria-disabled":e.disabled,class:l.normalizeClass([[`neon-file--${e.color}`,`neon-file--${e.size}`,{"neon-file--disabled":e.disabled,"neon-file--single":!e.multiple,"neon-file--direct-upload":e.directUpload}],"neon-file"])},[e.directUpload?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(s,{key:0,color:e.color,disabled:e.disabled,modelValue:e.fileList,size:e.size,onClose:e.remove},null,8,["color","disabled","modelValue","size","onClose"])),l.createVNode(d,{id:e.id,ref:"fileInput",modelValue:e.fileInputModel,"onUpdate:modelValue":o[0]||(o[0]=i=>e.fileInputModel=i),accept:e.accept,disabled:e.disabled,multiple:e.multiple,tabindex:-1,class:"neon-file__input",type:"file",onInput:e.onInput},null,8,["id","modelValue","accept","disabled","multiple","onInput"]),l.createElementVNode("div",p,[e.multiple&&!e.directUpload?(l.openBlock(),l.createBlock(n,{key:0,disabled:e.disabled||e.files.length===0,size:e.size,"button-style":"text",color:"low-contrast",label:"Clear all",onClick:o[1]||(o[1]=i=>e.clearAll())},null,8,["disabled","size"])):l.createCommentVNode("",!0),l.createVNode(n,{"aria-controls":e.id?e.id:void 0,color:e.color,disabled:e.disabled,icon:e.icon,label:e.label,size:e.size,state:e.state,onClick:e.openFileDialog},null,8,["aria-controls","color","disabled","icon","label","size","state","onClick"])])],10,r)}const b=t(a,[["render",u]]);module.exports=b;
2
2
  //# sourceMappingURL=NeonFile.vue.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NeonFile.vue.cjs.js","sources":["../../../../src/components/user-input/file/NeonFile.vue"],"sourcesContent":["<template>\n <div\n :aria-disabled=\"disabled\"\n :class=\"[\n `neon-file--${color}`,\n `neon-file--${size}`,\n { 'neon-file--disabled': disabled, 'neon-file--single': !multiple, 'neon-file--direct-upload': directUpload },\n ]\"\n class=\"neon-file\"\n >\n <neon-list\n v-if=\"!directUpload\"\n :color=\"color\"\n :disabled=\"disabled\"\n :modelValue=\"fileList\"\n :size=\"size\"\n @close=\"remove\"\n />\n <neon-input\n :id=\"id\"\n ref=\"fileInput\"\n v-model=\"fileInputModel\"\n :accept=\"accept\"\n :disabled=\"disabled\"\n :multiple=\"multiple\"\n :tabindex=\"-1\"\n class=\"neon-file__input\"\n type=\"file\"\n @input=\"onInput\"\n />\n <div class=\"neon-button-group neon-file__actions\">\n <neon-button\n v-if=\"multiple && !directUpload\"\n :disabled=\"disabled || files.length === 0\"\n :size=\"size\"\n button-style=\"text\"\n label=\"Clear all\"\n @click=\"clearAll()\"\n />\n <neon-button\n :aria-controls=\"id ? id : undefined\"\n :color=\"color\"\n :disabled=\"disabled\"\n :icon=\"icon\"\n :label=\"label\"\n :size=\"size\"\n :state=\"state\"\n @click=\"openFileDialog\"\n />\n </div>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFile.ts\" />\n"],"names":["_hoisted_2","_createElementBlock","_ctx","_normalizeClass","_createBlock","_component_neon_list","_createVNode","_component_neon_input","$event","_createElementVNode","_component_neon_button"],"mappings":"uJA8BSA,EAAA,CAAA,MAAM,sCAAsC,8JA7BnDC,EAAAA,mBAiDM,MAAA,CAhDH,gBAAeC,EAAA,SACf,MAAKC,EAAAA,eAAA,CAAA,eAAwBD,EAAA,KAAK,iBAAwBA,EAAA,IAAI,0BAAmCA,EAAA,SAAQ,oBAAA,CAAwBA,EAAA,SAAQ,2BAA8BA,EAAA,YAAY,GAK9K,WAAW,CAAA,IAGRA,EAAA,wDADTE,EAAAA,YAOEC,EAAA,OALC,MAAOH,EAAA,MACP,SAAUA,EAAA,SACV,WAAYA,EAAA,SACZ,KAAMA,EAAA,KACN,QAAOA,EAAA,oEAEVI,EAAAA,YAWEC,EAAA,CAVC,GAAIL,EAAA,GACL,IAAI,uBACKA,EAAA,oDAAAA,EAAA,eAAcM,GACtB,OAAQN,EAAA,OACR,SAAUA,EAAA,SACV,SAAUA,EAAA,SACV,SAAU,GACX,MAAM,mBACN,KAAK,OACJ,QAAOA,EAAA,8EAEVO,EAAAA,mBAmBM,MAnBNT,EAmBM,CAjBIE,EAAA,WAAaA,EAAA,4BADrBE,EAAAA,YAOEM,EAAA,OALC,SAAUR,EAAA,UAAYA,EAAA,MAAM,SAAM,EAClC,KAAMA,EAAA,KACP,eAAa,OACb,MAAM,YACL,uBAAOA,EAAA,sEAEVI,EAAAA,YASEI,EAAA,CARC,gBAAeR,EAAA,GAAKA,EAAA,GAAK,OACzB,MAAOA,EAAA,MACP,SAAUA,EAAA,SACV,KAAMA,EAAA,KACN,MAAOA,EAAA,MACP,KAAMA,EAAA,KACN,MAAOA,EAAA,MACP,QAAOA,EAAA"}
1
+ {"version":3,"file":"NeonFile.vue.cjs.js","sources":["../../../../src/components/user-input/file/NeonFile.vue"],"sourcesContent":["<template>\n <div\n :aria-disabled=\"disabled\"\n :class=\"[\n `neon-file--${color}`,\n `neon-file--${size}`,\n { 'neon-file--disabled': disabled, 'neon-file--single': !multiple, 'neon-file--direct-upload': directUpload },\n ]\"\n class=\"neon-file\"\n >\n <neon-list\n v-if=\"!directUpload\"\n :color=\"color\"\n :disabled=\"disabled\"\n :modelValue=\"fileList\"\n :size=\"size\"\n @close=\"remove\"\n />\n <neon-input\n :id=\"id\"\n ref=\"fileInput\"\n v-model=\"fileInputModel\"\n :accept=\"accept\"\n :disabled=\"disabled\"\n :multiple=\"multiple\"\n :tabindex=\"-1\"\n class=\"neon-file__input\"\n type=\"file\"\n @input=\"onInput\"\n />\n <div class=\"neon-button-group neon-file__actions\">\n <neon-button\n v-if=\"multiple && !directUpload\"\n :disabled=\"disabled || files.length === 0\"\n :size=\"size\"\n button-style=\"text\"\n color=\"low-contrast\"\n label=\"Clear all\"\n @click=\"clearAll()\"\n />\n <neon-button\n :aria-controls=\"id ? id : undefined\"\n :color=\"color\"\n :disabled=\"disabled\"\n :icon=\"icon\"\n :label=\"label\"\n :size=\"size\"\n :state=\"state\"\n @click=\"openFileDialog\"\n />\n </div>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFile.ts\" />\n"],"names":["_hoisted_2","_createElementBlock","_ctx","_normalizeClass","_createBlock","_component_neon_list","_createVNode","_component_neon_input","$event","_createElementVNode","_component_neon_button"],"mappings":"uJA8BSA,EAAA,CAAA,MAAM,sCAAsC,8JA7BnDC,EAAAA,mBAkDM,MAAA,CAjDH,gBAAeC,EAAA,SACf,MAAKC,EAAAA,eAAA,CAAA,eAAwBD,EAAA,KAAK,iBAAwBA,EAAA,IAAI,0BAAmCA,EAAA,SAAQ,oBAAA,CAAwBA,EAAA,SAAQ,2BAA8BA,EAAA,YAAY,GAK9K,WAAW,CAAA,IAGRA,EAAA,wDADTE,EAAAA,YAOEC,EAAA,OALC,MAAOH,EAAA,MACP,SAAUA,EAAA,SACV,WAAYA,EAAA,SACZ,KAAMA,EAAA,KACN,QAAOA,EAAA,oEAEVI,EAAAA,YAWEC,EAAA,CAVC,GAAIL,EAAA,GACL,IAAI,uBACKA,EAAA,oDAAAA,EAAA,eAAcM,GACtB,OAAQN,EAAA,OACR,SAAUA,EAAA,SACV,SAAUA,EAAA,SACV,SAAU,GACX,MAAM,mBACN,KAAK,OACJ,QAAOA,EAAA,8EAEVO,EAAAA,mBAoBM,MApBNT,EAoBM,CAlBIE,EAAA,WAAaA,EAAA,4BADrBE,EAAAA,YAQEM,EAAA,OANC,SAAUR,EAAA,UAAYA,EAAA,MAAM,SAAM,EAClC,KAAMA,EAAA,KACP,eAAa,OACb,MAAM,eACN,MAAM,YACL,uBAAOA,EAAA,sEAEVI,EAAAA,YASEI,EAAA,CARC,gBAAeR,EAAA,GAAKA,EAAA,GAAK,OACzB,MAAOA,EAAA,MACP,SAAUA,EAAA,SACV,KAAMA,EAAA,KACN,MAAOA,EAAA,MACP,KAAMA,EAAA,KACN,MAAOA,EAAA,MACP,QAAOA,EAAA"}
@@ -39,6 +39,7 @@ function k(e, l, V, $, I, v) {
39
39
  disabled: e.disabled || e.files.length === 0,
40
40
  size: e.size,
41
41
  "button-style": "text",
42
+ color: "low-contrast",
42
43
  label: "Clear all",
43
44
  onClick: l[1] || (l[1] = (d) => e.clearAll())
44
45
  }, null, 8, ["disabled", "size"])) : a("", !0),
@@ -1 +1 @@
1
- {"version":3,"file":"NeonFile.vue.es.js","sources":["../../../../src/components/user-input/file/NeonFile.vue"],"sourcesContent":["<template>\n <div\n :aria-disabled=\"disabled\"\n :class=\"[\n `neon-file--${color}`,\n `neon-file--${size}`,\n { 'neon-file--disabled': disabled, 'neon-file--single': !multiple, 'neon-file--direct-upload': directUpload },\n ]\"\n class=\"neon-file\"\n >\n <neon-list\n v-if=\"!directUpload\"\n :color=\"color\"\n :disabled=\"disabled\"\n :modelValue=\"fileList\"\n :size=\"size\"\n @close=\"remove\"\n />\n <neon-input\n :id=\"id\"\n ref=\"fileInput\"\n v-model=\"fileInputModel\"\n :accept=\"accept\"\n :disabled=\"disabled\"\n :multiple=\"multiple\"\n :tabindex=\"-1\"\n class=\"neon-file__input\"\n type=\"file\"\n @input=\"onInput\"\n />\n <div class=\"neon-button-group neon-file__actions\">\n <neon-button\n v-if=\"multiple && !directUpload\"\n :disabled=\"disabled || files.length === 0\"\n :size=\"size\"\n button-style=\"text\"\n label=\"Clear all\"\n @click=\"clearAll()\"\n />\n <neon-button\n :aria-controls=\"id ? id : undefined\"\n :color=\"color\"\n :disabled=\"disabled\"\n :icon=\"icon\"\n :label=\"label\"\n :size=\"size\"\n :state=\"state\"\n @click=\"openFileDialog\"\n />\n </div>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFile.ts\" />\n"],"names":["_hoisted_2","_createElementBlock","_ctx","_normalizeClass","_createBlock","_component_neon_list","_createVNode","_component_neon_input","$event","_createElementVNode","_component_neon_button"],"mappings":";;;6BA8BSA,IAAA,EAAA,OAAM,uCAAsC;;;cA7BnDC,EAiDM,OAAA;AAAA,IAhDH,iBAAeC,EAAA;AAAA,IACf,OAAKC,EAAA,CAAA;AAAA,oBAAwBD,EAAA,KAAK;AAAA,oBAAwBA,EAAA,IAAI;AAAA,+BAAmCA,EAAA,UAAQ,qBAAA,CAAwBA,EAAA,UAAQ,4BAA8BA,EAAA,aAAY;AAAA,OAK9K,WAAW,CAAA;AAAA;IAGRA,EAAA,iCADTE,EAOEC,GAAA;AAAA;MALC,OAAOH,EAAA;AAAA,MACP,UAAUA,EAAA;AAAA,MACV,YAAYA,EAAA;AAAA,MACZ,MAAMA,EAAA;AAAA,MACN,SAAOA,EAAA;AAAA;IAEVI,EAWEC,GAAA;AAAA,MAVC,IAAIL,EAAA;AAAA,MACL,KAAI;AAAA,kBACKA,EAAA;AAAA,oDAAAA,EAAA,iBAAcM;AAAA,MACtB,QAAQN,EAAA;AAAA,MACR,UAAUA,EAAA;AAAA,MACV,UAAUA,EAAA;AAAA,MACV,UAAU;AAAA,MACX,OAAM;AAAA,MACN,MAAK;AAAA,MACJ,SAAOA,EAAA;AAAA;IAEVO,EAmBM,OAnBNT,GAmBM;AAAA,MAjBIE,EAAA,aAAaA,EAAA,qBADrBE,EAOEM,GAAA;AAAA;QALC,UAAUR,EAAA,YAAYA,EAAA,MAAM,WAAM;AAAA,QAClC,MAAMA,EAAA;AAAA,QACP,gBAAa;AAAA,QACb,OAAM;AAAA,QACL,gCAAOA,EAAA;;MAEVI,EASEI,GAAA;AAAA,QARC,iBAAeR,EAAA,KAAKA,EAAA,KAAK;AAAA,QACzB,OAAOA,EAAA;AAAA,QACP,UAAUA,EAAA;AAAA,QACV,MAAMA,EAAA;AAAA,QACN,OAAOA,EAAA;AAAA,QACP,MAAMA,EAAA;AAAA,QACN,OAAOA,EAAA;AAAA,QACP,SAAOA,EAAA;AAAA;;;;;"}
1
+ {"version":3,"file":"NeonFile.vue.es.js","sources":["../../../../src/components/user-input/file/NeonFile.vue"],"sourcesContent":["<template>\n <div\n :aria-disabled=\"disabled\"\n :class=\"[\n `neon-file--${color}`,\n `neon-file--${size}`,\n { 'neon-file--disabled': disabled, 'neon-file--single': !multiple, 'neon-file--direct-upload': directUpload },\n ]\"\n class=\"neon-file\"\n >\n <neon-list\n v-if=\"!directUpload\"\n :color=\"color\"\n :disabled=\"disabled\"\n :modelValue=\"fileList\"\n :size=\"size\"\n @close=\"remove\"\n />\n <neon-input\n :id=\"id\"\n ref=\"fileInput\"\n v-model=\"fileInputModel\"\n :accept=\"accept\"\n :disabled=\"disabled\"\n :multiple=\"multiple\"\n :tabindex=\"-1\"\n class=\"neon-file__input\"\n type=\"file\"\n @input=\"onInput\"\n />\n <div class=\"neon-button-group neon-file__actions\">\n <neon-button\n v-if=\"multiple && !directUpload\"\n :disabled=\"disabled || files.length === 0\"\n :size=\"size\"\n button-style=\"text\"\n color=\"low-contrast\"\n label=\"Clear all\"\n @click=\"clearAll()\"\n />\n <neon-button\n :aria-controls=\"id ? id : undefined\"\n :color=\"color\"\n :disabled=\"disabled\"\n :icon=\"icon\"\n :label=\"label\"\n :size=\"size\"\n :state=\"state\"\n @click=\"openFileDialog\"\n />\n </div>\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFile.ts\" />\n"],"names":["_hoisted_2","_createElementBlock","_ctx","_normalizeClass","_createBlock","_component_neon_list","_createVNode","_component_neon_input","$event","_createElementVNode","_component_neon_button"],"mappings":";;;6BA8BSA,IAAA,EAAA,OAAM,uCAAsC;;;cA7BnDC,EAkDM,OAAA;AAAA,IAjDH,iBAAeC,EAAA;AAAA,IACf,OAAKC,EAAA,CAAA;AAAA,oBAAwBD,EAAA,KAAK;AAAA,oBAAwBA,EAAA,IAAI;AAAA,+BAAmCA,EAAA,UAAQ,qBAAA,CAAwBA,EAAA,UAAQ,4BAA8BA,EAAA,aAAY;AAAA,OAK9K,WAAW,CAAA;AAAA;IAGRA,EAAA,iCADTE,EAOEC,GAAA;AAAA;MALC,OAAOH,EAAA;AAAA,MACP,UAAUA,EAAA;AAAA,MACV,YAAYA,EAAA;AAAA,MACZ,MAAMA,EAAA;AAAA,MACN,SAAOA,EAAA;AAAA;IAEVI,EAWEC,GAAA;AAAA,MAVC,IAAIL,EAAA;AAAA,MACL,KAAI;AAAA,kBACKA,EAAA;AAAA,oDAAAA,EAAA,iBAAcM;AAAA,MACtB,QAAQN,EAAA;AAAA,MACR,UAAUA,EAAA;AAAA,MACV,UAAUA,EAAA;AAAA,MACV,UAAU;AAAA,MACX,OAAM;AAAA,MACN,MAAK;AAAA,MACJ,SAAOA,EAAA;AAAA;IAEVO,EAoBM,OApBNT,GAoBM;AAAA,MAlBIE,EAAA,aAAaA,EAAA,qBADrBE,EAQEM,GAAA;AAAA;QANC,UAAUR,EAAA,YAAYA,EAAA,MAAM,WAAM;AAAA,QAClC,MAAMA,EAAA;AAAA,QACP,gBAAa;AAAA,QACb,OAAM;AAAA,QACN,OAAM;AAAA,QACL,gCAAOA,EAAA;;MAEVI,EASEI,GAAA;AAAA,QARC,iBAAeR,EAAA,KAAKA,EAAA,KAAK;AAAA,QACzB,OAAOA,EAAA;AAAA,QACP,UAAUA,EAAA;AAAA,QACV,MAAMA,EAAA;AAAA,QACN,OAAOA,EAAA;AAAA,QACP,MAAMA,EAAA;AAAA,QACN,OAAOA,EAAA;AAAA,QACP,SAAOA,EAAA;AAAA;;;;;"}
@@ -187,9 +187,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
187
187
  };
188
188
  color: {
189
189
  type: () => NeonFunctionalColor;
190
- default: null; /**
191
- * Display the text output indicating the current state of progress
192
- */
190
+ default: null;
193
191
  };
194
192
  inverse: {
195
193
  type: BooleanConstructor;
@@ -211,9 +209,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
211
209
  };
212
210
  color: {
213
211
  type: () => NeonFunctionalColor;
214
- default: null; /**
215
- * Display the text output indicating the current state of progress
216
- */
212
+ default: null;
217
213
  };
218
214
  inverse: {
219
215
  type: BooleanConstructor;
@@ -6,7 +6,7 @@ import type { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';
6
6
  * components. But you may also find it useful for rendering SVG images, e.g. illustrations.</p>
7
7
  *
8
8
  * <p>There is an icon registry where strings containing SVGs can be registered with a name and that name can be used
9
- * with the NeonIcon component to render the image. Use the classes <em>neon-svg-fill</em> and <em>neon-svg--stroke</em>
9
+ * with the NeonIcon component to render the image. Use the classes <em>neon-svg--fill</em> and <em>neon-svg--stroke</em>
10
10
  * in the SVG elements to automatically apply the functional colors.</p>
11
11
  *
12
12
  * <p>This provides the advantage of only registering the icons you actually need, dynamically switching colors in
@@ -429,9 +429,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
429
429
  default: null;
430
430
  };
431
431
  inverse: {
432
- type: BooleanConstructor; /**
433
- * The file component color
434
- */
432
+ type: BooleanConstructor;
435
433
  default: boolean;
436
434
  };
437
435
  disabled: {
@@ -453,9 +451,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
453
451
  default: null;
454
452
  };
455
453
  inverse: {
456
- type: BooleanConstructor; /**
457
- * The file component color
458
- */
454
+ type: BooleanConstructor;
459
455
  default: boolean;
460
456
  };
461
457
  disabled: {
@@ -528,9 +524,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
528
524
  default: null;
529
525
  };
530
526
  inverse: {
531
- type: BooleanConstructor; /**
532
- * The file component color
533
- */
527
+ type: BooleanConstructor;
534
528
  default: boolean;
535
529
  };
536
530
  disabled: {
@@ -552,9 +546,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
552
546
  default: null;
553
547
  };
554
548
  inverse: {
555
- type: BooleanConstructor; /**
556
- * The file component color
557
- */
549
+ type: BooleanConstructor;
558
550
  default: boolean;
559
551
  };
560
552
  disabled: {
@@ -783,9 +775,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
783
775
  default: null;
784
776
  };
785
777
  inverse: {
786
- type: BooleanConstructor; /**
787
- * The file component color
788
- */
778
+ type: BooleanConstructor;
789
779
  default: boolean;
790
780
  };
791
781
  disabled: {
@@ -807,9 +797,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
807
797
  default: null;
808
798
  };
809
799
  inverse: {
810
- type: BooleanConstructor; /**
811
- * The file component color
812
- */
800
+ type: BooleanConstructor;
813
801
  default: boolean;
814
802
  };
815
803
  disabled: {
@@ -876,9 +864,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
876
864
  default: null;
877
865
  };
878
866
  inverse: {
879
- type: BooleanConstructor; /**
880
- * The file component color
881
- */
867
+ type: BooleanConstructor;
882
868
  default: boolean;
883
869
  };
884
870
  disabled: {
@@ -900,9 +886,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
900
886
  default: null;
901
887
  };
902
888
  inverse: {
903
- type: BooleanConstructor; /**
904
- * The file component color
905
- */
889
+ type: BooleanConstructor;
906
890
  default: boolean;
907
891
  };
908
892
  disabled: {
@@ -152,9 +152,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
152
152
  default: null;
153
153
  };
154
154
  inverse: {
155
- type: BooleanConstructor; /**
156
- * Label for the Show more toggle if <em>displayCount</em> is set. The default is 'Show {count} more' where {count} is substituted with the display count
157
- */
155
+ type: BooleanConstructor;
158
156
  default: boolean;
159
157
  };
160
158
  disabled: {
@@ -176,9 +174,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
176
174
  default: null;
177
175
  };
178
176
  inverse: {
179
- type: BooleanConstructor; /**
180
- * Label for the Show more toggle if <em>displayCount</em> is set. The default is 'Show {count} more' where {count} is substituted with the display count
181
- */
177
+ type: BooleanConstructor;
182
178
  default: boolean;
183
179
  };
184
180
  disabled: {
@@ -251,9 +247,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
251
247
  default: null;
252
248
  };
253
249
  inverse: {
254
- type: BooleanConstructor; /**
255
- * Label for the Show more toggle if <em>displayCount</em> is set. The default is 'Show {count} more' where {count} is substituted with the display count
256
- */
250
+ type: BooleanConstructor;
257
251
  default: boolean;
258
252
  };
259
253
  disabled: {
@@ -275,9 +269,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
275
269
  default: null;
276
270
  };
277
271
  inverse: {
278
- type: BooleanConstructor; /**
279
- * Label for the Show more toggle if <em>displayCount</em> is set. The default is 'Show {count} more' where {count} is substituted with the display count
280
- */
272
+ type: BooleanConstructor;
281
273
  default: boolean;
282
274
  };
283
275
  disabled: {
@@ -339,7 +339,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
339
339
  default: null;
340
340
  };
341
341
  inverse: {
342
- type: BooleanConstructor;
342
+ type: BooleanConstructor; /**
343
+ * The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
344
+ * NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
345
+ */
343
346
  default: boolean;
344
347
  };
345
348
  disabled: {
@@ -361,7 +364,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
361
364
  default: null;
362
365
  };
363
366
  inverse: {
364
- type: BooleanConstructor;
367
+ type: BooleanConstructor; /**
368
+ * The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
369
+ * NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
370
+ */
365
371
  default: boolean;
366
372
  };
367
373
  disabled: {