@aotearoan/neon 28.0.2 → 28.1.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 (81) hide show
  1. package/dist/components/feedback/alert/NeonAlert.cjs.js +1 -1
  2. package/dist/components/feedback/alert/NeonAlert.cjs.js.map +1 -1
  3. package/dist/components/feedback/alert/NeonAlert.es.js +58 -45
  4. package/dist/components/feedback/alert/NeonAlert.es.js.map +1 -1
  5. package/dist/components/feedback/alert/NeonAlert.vue.cjs.js +1 -1
  6. package/dist/components/feedback/alert/NeonAlert.vue.cjs.js.map +1 -1
  7. package/dist/components/feedback/alert/NeonAlert.vue.es.js +23 -19
  8. package/dist/components/feedback/alert/NeonAlert.vue.es.js.map +1 -1
  9. package/dist/components/feedback/alert/container/NeonDialogContainer.cjs.js +2 -0
  10. package/dist/components/feedback/alert/container/NeonDialogContainer.cjs.js.map +1 -0
  11. package/dist/components/feedback/alert/container/NeonDialogContainer.cjs2.js +2 -0
  12. package/dist/components/feedback/alert/container/NeonDialogContainer.cjs2.js.map +1 -0
  13. package/dist/components/feedback/alert/container/NeonDialogContainer.es.js +25 -0
  14. package/dist/components/feedback/alert/container/NeonDialogContainer.es.js.map +1 -0
  15. package/dist/components/feedback/alert/container/NeonDialogContainer.es2.js +25 -0
  16. package/dist/components/feedback/alert/container/NeonDialogContainer.es2.js.map +1 -0
  17. package/dist/components/feedback/alert/container/NeonDialogContainer.vue.cjs.js +2 -0
  18. package/dist/components/feedback/alert/container/NeonDialogContainer.vue.cjs.js.map +1 -0
  19. package/dist/components/feedback/alert/container/NeonDialogContainer.vue.es.js +18 -0
  20. package/dist/components/feedback/alert/container/NeonDialogContainer.vue.es.js.map +1 -0
  21. package/dist/components/navigation/link/NeonLink.cjs.js +1 -1
  22. package/dist/components/navigation/link/NeonLink.cjs.js.map +1 -1
  23. package/dist/components/navigation/link/NeonLink.es.js +20 -20
  24. package/dist/components/navigation/link/NeonLink.es.js.map +1 -1
  25. package/dist/components/navigation/tree-menu/NeonTreeMenu.cjs.js +1 -1
  26. package/dist/components/navigation/tree-menu/NeonTreeMenu.cjs.js.map +1 -1
  27. package/dist/components/navigation/tree-menu/NeonTreeMenu.es.js +19 -15
  28. package/dist/components/navigation/tree-menu/NeonTreeMenu.es.js.map +1 -1
  29. package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.cjs.js +1 -1
  30. package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.cjs.js.map +1 -1
  31. package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.es.js +44 -39
  32. package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.es.js.map +1 -1
  33. package/dist/neon.cjs.js +1 -1
  34. package/dist/neon.es.js +217 -213
  35. package/dist/neon.es.js.map +1 -1
  36. package/dist/src/components/feedback/alert/NeonAlert.d.ts +1040 -2
  37. package/dist/src/components/feedback/alert/container/NeonAlertContainer.d.ts +2 -2
  38. package/dist/src/components/feedback/alert/container/NeonDialogContainer.d.ts +1021 -0
  39. package/dist/src/components/feedback/alert/container/NeonDialogContainer.vue.d.ts +2 -0
  40. package/dist/src/components/feedback/banner/NeonBanner.d.ts +6 -6
  41. package/dist/src/components/feedback/dialog/NeonDialog.d.ts +10 -10
  42. package/dist/src/components/feedback/note/NeonNote.d.ts +3 -3
  43. package/dist/src/components/layout/card-list/NeonCardList.d.ts +11 -17
  44. package/dist/src/components/layout/drawer/NeonDrawer.d.ts +1 -1
  45. package/dist/src/components/layout/modal/NeonModal.d.ts +5 -5
  46. package/dist/src/components/layout/page/NeonPage.d.ts +1051 -8
  47. package/dist/src/components/layout/swiper/NeonSwiper.d.ts +1 -1
  48. package/dist/src/components/navigation/action-menu/NeonActionMenu.d.ts +2 -2
  49. package/dist/src/components/navigation/breadcrumbs/NeonBreadcrumbs.d.ts +3 -3
  50. package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +32 -32
  51. package/dist/src/components/navigation/link/NeonLink.d.ts +2 -2
  52. package/dist/src/components/navigation/menu/NeonMenu.d.ts +34 -34
  53. package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +34 -34
  54. package/dist/src/components/navigation/pagination/NeonPagination.d.ts +3 -3
  55. package/dist/src/components/navigation/tree-menu/NeonTreeMenu.d.ts +17 -2
  56. package/dist/src/components/presentation/badge/NeonBadge.d.ts +8 -12
  57. package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +10 -10
  58. package/dist/src/components/presentation/header/NeonHeader.d.ts +3 -3
  59. package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +5 -5
  60. package/dist/src/components/presentation/tabs/NeonTabs.d.ts +7 -7
  61. package/dist/src/components/user-input/button/NeonButton.d.ts +4 -6
  62. package/dist/src/components/user-input/color/NeonColor.d.ts +1 -1
  63. package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +23 -17
  64. package/dist/src/components/user-input/file/NeonFile.d.ts +6 -6
  65. package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +2 -2
  66. package/dist/src/components/user-input/input/NeonInput.d.ts +1 -1
  67. package/dist/src/components/user-input/number/NeonNumber.d.ts +4 -4
  68. package/dist/src/components/user-input/password/NeonPassword.d.ts +1 -1
  69. package/dist/src/components/user-input/search/NeonSearch.d.ts +51 -33
  70. package/dist/src/components/user-input/select/NeonSelect.d.ts +66 -42
  71. package/dist/src/model/feedback/dialog/NeonDialogMessage.d.ts +38 -0
  72. package/dist/src/model/navigation/tree-menu/NeonTreeMenuItemModel.d.ts +2 -0
  73. package/dist/src/neon.d.ts +3 -0
  74. package/dist/src/utils/feedback/dialog/NeonDialogService.d.ts +27 -0
  75. package/dist/utils/feedback/dialog/NeonDialogService.cjs.js +2 -0
  76. package/dist/utils/feedback/dialog/NeonDialogService.cjs.js.map +1 -0
  77. package/dist/utils/feedback/dialog/NeonDialogService.es.js +48 -0
  78. package/dist/utils/feedback/dialog/NeonDialogService.es.js.map +1 -0
  79. package/package.json +1 -1
  80. package/src/sass/components/_tree-menu.scss +39 -3
  81. package/src/sass/includes/_dependencies.scss +8 -1
@@ -218,6 +218,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
218
218
  duration?: number | undefined;
219
219
  dismissible?: boolean | undefined;
220
220
  }[]>;
221
+ dialog: import("vue").Ref<{
222
+ color?: import("../../../neon").NeonFunctionalColor | undefined;
223
+ alternateColor?: import("../../../neon").NeonFunctionalColor | undefined;
224
+ cancelLabel?: string | undefined;
225
+ confirmLabel?: string | undefined;
226
+ title: string;
227
+ question: string;
228
+ open?: boolean | undefined;
229
+ opaque?: boolean | undefined;
230
+ }, import("../../../neon").NeonDialogMessage | {
231
+ color?: import("../../../neon").NeonFunctionalColor | undefined;
232
+ alternateColor?: import("../../../neon").NeonFunctionalColor | undefined;
233
+ cancelLabel?: string | undefined;
234
+ confirmLabel?: string | undefined;
235
+ title: string;
236
+ question: string;
237
+ open?: boolean | undefined;
238
+ opaque?: boolean | undefined;
239
+ }>;
221
240
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
222
241
  dismissible: {
223
242
  type: BooleanConstructor;
@@ -335,8 +354,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
335
354
  sanitizedAttributes: import("vue").ComputedRef<{
336
355
  [x: string]: unknown;
337
356
  }>;
338
- activeRoute: import("vue").ComputedRef<boolean | "">;
339
- exactRoute: import("vue").ComputedRef<boolean | "">;
357
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
358
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
340
359
  onClick: () => void;
341
360
  onSpace: () => Promise<void>;
342
361
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -494,6 +513,1030 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
494
513
  disabled: boolean;
495
514
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
496
515
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
516
+ NeonDialogContainer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
517
+ modelValue: {
518
+ type: () => import("../../../neon").NeonDialogMessage;
519
+ };
520
+ }>, {
521
+ onButtonClick: (choice: boolean) => void;
522
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
523
+ modelValue: {
524
+ type: () => import("../../../neon").NeonDialogMessage;
525
+ };
526
+ }>> & Readonly<{}>, {}, {}, {
527
+ NeonDialog: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
528
+ color: {
529
+ type: () => import("../../../neon").NeonFunctionalColor;
530
+ default: import("../../../neon").NeonFunctionalColor;
531
+ };
532
+ alternateColor: {
533
+ type: () => import("../../../neon").NeonFunctionalColor;
534
+ default: null;
535
+ };
536
+ cancelLabel: {
537
+ type: StringConstructor;
538
+ default: string;
539
+ };
540
+ confirmLabel: {
541
+ type: StringConstructor;
542
+ default: string;
543
+ };
544
+ title: {
545
+ type: StringConstructor;
546
+ required: true;
547
+ };
548
+ question: {
549
+ type: StringConstructor;
550
+ required: true;
551
+ };
552
+ open: {
553
+ type: BooleanConstructor;
554
+ default: boolean;
555
+ };
556
+ opaque: {
557
+ type: BooleanConstructor;
558
+ default: boolean;
559
+ };
560
+ }>, {
561
+ actions: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
562
+ cancel: () => void;
563
+ confirm: () => void;
564
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "confirm")[], "cancel" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
565
+ color: {
566
+ type: () => import("../../../neon").NeonFunctionalColor;
567
+ default: import("../../../neon").NeonFunctionalColor;
568
+ };
569
+ alternateColor: {
570
+ type: () => import("../../../neon").NeonFunctionalColor;
571
+ default: null;
572
+ };
573
+ cancelLabel: {
574
+ type: StringConstructor;
575
+ default: string;
576
+ };
577
+ confirmLabel: {
578
+ type: StringConstructor;
579
+ default: string;
580
+ };
581
+ title: {
582
+ type: StringConstructor;
583
+ required: true;
584
+ };
585
+ question: {
586
+ type: StringConstructor;
587
+ required: true;
588
+ };
589
+ open: {
590
+ type: BooleanConstructor;
591
+ default: boolean;
592
+ };
593
+ opaque: {
594
+ type: BooleanConstructor;
595
+ default: boolean;
596
+ };
597
+ }>> & Readonly<{
598
+ onCancel?: ((...args: any[]) => any) | undefined;
599
+ onConfirm?: ((...args: any[]) => any) | undefined;
600
+ }>, {
601
+ color: import("../../../neon").NeonFunctionalColor;
602
+ open: boolean;
603
+ alternateColor: import("../../../neon").NeonFunctionalColor;
604
+ cancelLabel: string;
605
+ confirmLabel: string;
606
+ opaque: boolean;
607
+ }, {}, {
608
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
609
+ href: {
610
+ type: StringConstructor;
611
+ default: null;
612
+ };
613
+ label: {
614
+ type: StringConstructor;
615
+ default: null;
616
+ };
617
+ size: {
618
+ type: () => import("../../../neon").NeonButtonSize;
619
+ default: import("../../../neon").NeonButtonSize;
620
+ };
621
+ color: {
622
+ type: () => import("../../../neon").NeonFunctionalColor;
623
+ default: import("../../../neon").NeonFunctionalColor;
624
+ };
625
+ inverse: {
626
+ type: BooleanConstructor;
627
+ default: boolean;
628
+ };
629
+ alternateColor: {
630
+ type: () => import("../../../neon").NeonFunctionalColor;
631
+ default: null;
632
+ };
633
+ icon: {
634
+ type: StringConstructor;
635
+ default: null;
636
+ };
637
+ iconAriaLabel: {
638
+ type: StringConstructor;
639
+ };
640
+ iconPosition: {
641
+ type: () => import("../../../neon").NeonHorizontalPosition;
642
+ default: import("../../../neon").NeonHorizontalPosition;
643
+ };
644
+ buttonStyle: {
645
+ type: () => import("../../../neon").NeonButtonStyle;
646
+ default: import("../../../neon").NeonButtonStyle;
647
+ };
648
+ buttonType: {
649
+ type: () => import("../../../neon").NeonButtonType;
650
+ default: import("../../../neon").NeonButtonType;
651
+ };
652
+ state: {
653
+ type: () => import("../../../neon").NeonState;
654
+ default: import("../../../neon").NeonState;
655
+ };
656
+ disabled: {
657
+ type: BooleanConstructor;
658
+ default: boolean;
659
+ };
660
+ transparent: {
661
+ type: BooleanConstructor;
662
+ default: boolean;
663
+ };
664
+ outline: {
665
+ type: BooleanConstructor;
666
+ default: boolean;
667
+ };
668
+ circular: {
669
+ type: BooleanConstructor;
670
+ default: null;
671
+ };
672
+ fullWidth: {
673
+ type: BooleanConstructor;
674
+ default: null;
675
+ };
676
+ indicator: {
677
+ type: BooleanConstructor;
678
+ default: boolean;
679
+ };
680
+ indicatorExpanded: {
681
+ type: BooleanConstructor;
682
+ default: null;
683
+ };
684
+ }>, {
685
+ iconName: import("vue").ComputedRef<string>;
686
+ classes: import("vue").ComputedRef<(string | false | {
687
+ [x: string]: boolean | "" | import("../../../neon").NeonFunctionalColor;
688
+ 'neon-button--text-transparent': boolean;
689
+ 'neon-button--disabled': boolean;
690
+ 'neon-button--inverse': boolean;
691
+ 'neon-button--circular': boolean;
692
+ 'neon-button--no-outline': boolean;
693
+ 'neon-button--full-width': boolean;
694
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
695
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
696
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
697
+ })[]>;
698
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
699
+ attrs: {
700
+ [x: string]: unknown;
701
+ };
702
+ sanitizedAttributes: import("vue").ComputedRef<{
703
+ [x: string]: unknown;
704
+ }>;
705
+ clickLink: () => void | undefined;
706
+ clickButton: () => void;
707
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
708
+ href: {
709
+ type: StringConstructor;
710
+ default: null;
711
+ };
712
+ label: {
713
+ type: StringConstructor;
714
+ default: null;
715
+ };
716
+ size: {
717
+ type: () => import("../../../neon").NeonButtonSize;
718
+ default: import("../../../neon").NeonButtonSize;
719
+ };
720
+ color: {
721
+ type: () => import("../../../neon").NeonFunctionalColor;
722
+ default: import("../../../neon").NeonFunctionalColor;
723
+ };
724
+ inverse: {
725
+ type: BooleanConstructor;
726
+ default: boolean;
727
+ };
728
+ alternateColor: {
729
+ type: () => import("../../../neon").NeonFunctionalColor;
730
+ default: null;
731
+ };
732
+ icon: {
733
+ type: StringConstructor;
734
+ default: null;
735
+ };
736
+ iconAriaLabel: {
737
+ type: StringConstructor;
738
+ };
739
+ iconPosition: {
740
+ type: () => import("../../../neon").NeonHorizontalPosition;
741
+ default: import("../../../neon").NeonHorizontalPosition;
742
+ };
743
+ buttonStyle: {
744
+ type: () => import("../../../neon").NeonButtonStyle;
745
+ default: import("../../../neon").NeonButtonStyle;
746
+ };
747
+ buttonType: {
748
+ type: () => import("../../../neon").NeonButtonType;
749
+ default: import("../../../neon").NeonButtonType;
750
+ };
751
+ state: {
752
+ type: () => import("../../../neon").NeonState;
753
+ default: import("../../../neon").NeonState;
754
+ };
755
+ disabled: {
756
+ type: BooleanConstructor;
757
+ default: boolean;
758
+ };
759
+ transparent: {
760
+ type: BooleanConstructor;
761
+ default: boolean;
762
+ };
763
+ outline: {
764
+ type: BooleanConstructor;
765
+ default: boolean;
766
+ };
767
+ circular: {
768
+ type: BooleanConstructor;
769
+ default: null;
770
+ };
771
+ fullWidth: {
772
+ type: BooleanConstructor;
773
+ default: null;
774
+ };
775
+ indicator: {
776
+ type: BooleanConstructor;
777
+ default: boolean;
778
+ };
779
+ indicatorExpanded: {
780
+ type: BooleanConstructor;
781
+ default: null;
782
+ };
783
+ }>> & Readonly<{
784
+ onClick?: ((...args: any[]) => any) | undefined;
785
+ }>, {
786
+ color: import("../../../neon").NeonFunctionalColor;
787
+ icon: string;
788
+ label: string;
789
+ inverse: boolean;
790
+ disabled: boolean;
791
+ href: string;
792
+ size: import("../../../neon").NeonButtonSize;
793
+ alternateColor: import("../../../neon").NeonFunctionalColor;
794
+ outline: boolean;
795
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
796
+ buttonStyle: import("../../../neon").NeonButtonStyle;
797
+ buttonType: import("../../../neon").NeonButtonType;
798
+ state: import("../../../neon").NeonState;
799
+ transparent: boolean;
800
+ circular: boolean;
801
+ fullWidth: boolean;
802
+ indicator: boolean;
803
+ indicatorExpanded: boolean;
804
+ }, {}, {
805
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
806
+ expanded: {
807
+ type: BooleanConstructor;
808
+ default: boolean;
809
+ };
810
+ inverse: {
811
+ type: BooleanConstructor; /**
812
+ * Page alignment: either left aligned or center aligned.
813
+ */
814
+ default: boolean;
815
+ };
816
+ disabled: {
817
+ type: BooleanConstructor;
818
+ default: boolean;
819
+ };
820
+ color: {
821
+ type: () => import("../../../neon").NeonFunctionalColor;
822
+ default: null;
823
+ };
824
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
825
+ expanded: {
826
+ type: BooleanConstructor;
827
+ default: boolean;
828
+ };
829
+ inverse: {
830
+ type: BooleanConstructor; /**
831
+ * Page alignment: either left aligned or center aligned.
832
+ */
833
+ default: boolean;
834
+ };
835
+ disabled: {
836
+ type: BooleanConstructor;
837
+ default: boolean;
838
+ };
839
+ color: {
840
+ type: () => import("../../../neon").NeonFunctionalColor;
841
+ default: null;
842
+ };
843
+ }>> & Readonly<{}>, {
844
+ color: import("../../../neon").NeonFunctionalColor;
845
+ inverse: boolean;
846
+ disabled: boolean;
847
+ expanded: boolean;
848
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
849
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
850
+ name: {
851
+ type: StringConstructor;
852
+ required: true;
853
+ };
854
+ id: {
855
+ type: StringConstructor;
856
+ default: null;
857
+ };
858
+ color: {
859
+ type: () => import("../../../neon").NeonFunctionalColor;
860
+ default: null;
861
+ };
862
+ inverse: {
863
+ type: BooleanConstructor;
864
+ default: boolean;
865
+ };
866
+ disabled: {
867
+ type: BooleanConstructor;
868
+ default: boolean;
869
+ };
870
+ }>, {
871
+ sanitizedAttributes: import("vue").ComputedRef<{
872
+ [x: string]: unknown;
873
+ }>;
874
+ icon: import("vue").ComputedRef<string | undefined>;
875
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
876
+ name: {
877
+ type: StringConstructor;
878
+ required: true;
879
+ };
880
+ id: {
881
+ type: StringConstructor;
882
+ default: null;
883
+ };
884
+ color: {
885
+ type: () => import("../../../neon").NeonFunctionalColor;
886
+ default: null;
887
+ };
888
+ inverse: {
889
+ type: BooleanConstructor;
890
+ default: boolean;
891
+ };
892
+ disabled: {
893
+ type: BooleanConstructor;
894
+ default: boolean;
895
+ };
896
+ }>> & Readonly<{}>, {
897
+ color: import("../../../neon").NeonFunctionalColor;
898
+ id: string;
899
+ inverse: boolean;
900
+ disabled: boolean;
901
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
902
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
903
+ href: {
904
+ type: StringConstructor;
905
+ default: null;
906
+ };
907
+ noStyle: {
908
+ type: BooleanConstructor;
909
+ default: boolean;
910
+ };
911
+ outlineStyle: {
912
+ type: () => import("../../../neon").NeonOutlineStyle;
913
+ default: import("../../../neon").NeonOutlineStyle;
914
+ };
915
+ externalIndicator: {
916
+ type: BooleanConstructor;
917
+ default: boolean;
918
+ };
919
+ }>, {
920
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
921
+ routerUrl: import("vue").ComputedRef<string | undefined>;
922
+ sanitizedAttributes: import("vue").ComputedRef<{
923
+ [x: string]: unknown;
924
+ }>;
925
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
926
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
927
+ onClick: () => void;
928
+ onSpace: () => Promise<void>;
929
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
930
+ href: {
931
+ type: StringConstructor;
932
+ default: null;
933
+ };
934
+ noStyle: {
935
+ type: BooleanConstructor;
936
+ default: boolean;
937
+ };
938
+ outlineStyle: {
939
+ type: () => import("../../../neon").NeonOutlineStyle;
940
+ default: import("../../../neon").NeonOutlineStyle;
941
+ };
942
+ externalIndicator: {
943
+ type: BooleanConstructor;
944
+ default: boolean;
945
+ };
946
+ }>> & Readonly<{
947
+ onClick?: ((...args: any[]) => any) | undefined;
948
+ }>, {
949
+ href: string;
950
+ noStyle: boolean;
951
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
952
+ externalIndicator: boolean;
953
+ }, {}, {
954
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
955
+ name: {
956
+ type: StringConstructor;
957
+ required: true;
958
+ };
959
+ id: {
960
+ type: StringConstructor;
961
+ default: null;
962
+ };
963
+ color: {
964
+ type: () => import("../../../neon").NeonFunctionalColor;
965
+ default: null;
966
+ };
967
+ inverse: {
968
+ type: BooleanConstructor;
969
+ default: boolean;
970
+ };
971
+ disabled: {
972
+ type: BooleanConstructor;
973
+ default: boolean;
974
+ };
975
+ }>, {
976
+ sanitizedAttributes: import("vue").ComputedRef<{
977
+ [x: string]: unknown;
978
+ }>;
979
+ icon: import("vue").ComputedRef<string | undefined>;
980
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
981
+ name: {
982
+ type: StringConstructor;
983
+ required: true;
984
+ };
985
+ id: {
986
+ type: StringConstructor;
987
+ default: null;
988
+ };
989
+ color: {
990
+ type: () => import("../../../neon").NeonFunctionalColor;
991
+ default: null;
992
+ };
993
+ inverse: {
994
+ type: BooleanConstructor;
995
+ default: boolean;
996
+ };
997
+ disabled: {
998
+ type: BooleanConstructor;
999
+ default: boolean;
1000
+ };
1001
+ }>> & Readonly<{}>, {
1002
+ color: import("../../../neon").NeonFunctionalColor;
1003
+ id: string;
1004
+ inverse: boolean;
1005
+ disabled: boolean;
1006
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1007
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1008
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1009
+ NeonCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1010
+ orientation: {
1011
+ type: () => import("../../../neon").NeonOrientation;
1012
+ default: import("../../../neon").NeonOrientation;
1013
+ };
1014
+ size: {
1015
+ type: () => import("../../../neon").NeonSize;
1016
+ default: import("../../../neon").NeonSize;
1017
+ };
1018
+ horizontalBorders: {
1019
+ type: BooleanConstructor;
1020
+ default: boolean;
1021
+ };
1022
+ horizontalBreakpoint: {
1023
+ type: () => import("../../../neon").NeonResponsive;
1024
+ default: import("../../../neon").NeonResponsive;
1025
+ };
1026
+ noBreak: {
1027
+ type: BooleanConstructor;
1028
+ default: boolean;
1029
+ };
1030
+ }>, {
1031
+ attrs: {
1032
+ [x: string]: unknown;
1033
+ };
1034
+ NeonOrientation: typeof import("../../../neon").NeonOrientation;
1035
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1036
+ orientation: {
1037
+ type: () => import("../../../neon").NeonOrientation;
1038
+ default: import("../../../neon").NeonOrientation;
1039
+ };
1040
+ size: {
1041
+ type: () => import("../../../neon").NeonSize;
1042
+ default: import("../../../neon").NeonSize;
1043
+ };
1044
+ horizontalBorders: {
1045
+ type: BooleanConstructor;
1046
+ default: boolean;
1047
+ };
1048
+ horizontalBreakpoint: {
1049
+ type: () => import("../../../neon").NeonResponsive;
1050
+ default: import("../../../neon").NeonResponsive;
1051
+ };
1052
+ noBreak: {
1053
+ type: BooleanConstructor;
1054
+ default: boolean;
1055
+ };
1056
+ }>> & Readonly<{}>, {
1057
+ size: import("../../../neon").NeonSize;
1058
+ orientation: import("../../../neon").NeonOrientation;
1059
+ horizontalBorders: boolean;
1060
+ horizontalBreakpoint: import("../../../neon").NeonResponsive;
1061
+ noBreak: boolean;
1062
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1063
+ NeonCardBody: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1064
+ fullWidth: {
1065
+ type: BooleanConstructor;
1066
+ default: boolean;
1067
+ };
1068
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1069
+ fullWidth: {
1070
+ type: BooleanConstructor;
1071
+ default: boolean;
1072
+ };
1073
+ }>> & Readonly<{}>, {
1074
+ fullWidth: boolean;
1075
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1076
+ NeonModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1077
+ open: {
1078
+ type: BooleanConstructor;
1079
+ required: true;
1080
+ };
1081
+ dismissible: {
1082
+ type: BooleanConstructor;
1083
+ default: boolean;
1084
+ };
1085
+ opaque: {
1086
+ type: BooleanConstructor;
1087
+ default: boolean;
1088
+ };
1089
+ showTopNav: {
1090
+ type: BooleanConstructor;
1091
+ default: boolean;
1092
+ };
1093
+ breakpoint: {
1094
+ type: () => import("../../../neon").NeonResponsive;
1095
+ default: import("../../../neon").NeonResponsive;
1096
+ };
1097
+ noOffset: {
1098
+ type: BooleanConstructor;
1099
+ };
1100
+ }>, {
1101
+ modal: import("vue").Ref<null, null>;
1102
+ close: () => void;
1103
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1104
+ open: {
1105
+ type: BooleanConstructor;
1106
+ required: true;
1107
+ };
1108
+ dismissible: {
1109
+ type: BooleanConstructor;
1110
+ default: boolean;
1111
+ };
1112
+ opaque: {
1113
+ type: BooleanConstructor;
1114
+ default: boolean;
1115
+ };
1116
+ showTopNav: {
1117
+ type: BooleanConstructor;
1118
+ default: boolean;
1119
+ };
1120
+ breakpoint: {
1121
+ type: () => import("../../../neon").NeonResponsive;
1122
+ default: import("../../../neon").NeonResponsive;
1123
+ };
1124
+ noOffset: {
1125
+ type: BooleanConstructor;
1126
+ };
1127
+ }>> & Readonly<{
1128
+ onClose?: ((...args: any[]) => any) | undefined;
1129
+ }>, {
1130
+ opaque: boolean;
1131
+ dismissible: boolean;
1132
+ showTopNav: boolean;
1133
+ breakpoint: import("../../../neon").NeonResponsive;
1134
+ noOffset: boolean;
1135
+ }, {}, {
1136
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1137
+ href: {
1138
+ type: StringConstructor;
1139
+ default: null;
1140
+ };
1141
+ label: {
1142
+ type: StringConstructor;
1143
+ default: null;
1144
+ };
1145
+ size: {
1146
+ type: () => import("../../../neon").NeonButtonSize;
1147
+ default: import("../../../neon").NeonButtonSize;
1148
+ };
1149
+ color: {
1150
+ type: () => import("../../../neon").NeonFunctionalColor;
1151
+ default: import("../../../neon").NeonFunctionalColor;
1152
+ };
1153
+ inverse: {
1154
+ type: BooleanConstructor;
1155
+ default: boolean;
1156
+ };
1157
+ alternateColor: {
1158
+ type: () => import("../../../neon").NeonFunctionalColor;
1159
+ default: null;
1160
+ };
1161
+ icon: {
1162
+ type: StringConstructor;
1163
+ default: null;
1164
+ };
1165
+ iconAriaLabel: {
1166
+ type: StringConstructor;
1167
+ };
1168
+ iconPosition: {
1169
+ type: () => import("../../../neon").NeonHorizontalPosition;
1170
+ default: import("../../../neon").NeonHorizontalPosition;
1171
+ };
1172
+ buttonStyle: {
1173
+ type: () => import("../../../neon").NeonButtonStyle;
1174
+ default: import("../../../neon").NeonButtonStyle;
1175
+ };
1176
+ buttonType: {
1177
+ type: () => import("../../../neon").NeonButtonType;
1178
+ default: import("../../../neon").NeonButtonType;
1179
+ };
1180
+ state: {
1181
+ type: () => import("../../../neon").NeonState;
1182
+ default: import("../../../neon").NeonState;
1183
+ };
1184
+ disabled: {
1185
+ type: BooleanConstructor;
1186
+ default: boolean;
1187
+ };
1188
+ transparent: {
1189
+ type: BooleanConstructor;
1190
+ default: boolean;
1191
+ };
1192
+ outline: {
1193
+ type: BooleanConstructor;
1194
+ default: boolean;
1195
+ };
1196
+ circular: {
1197
+ type: BooleanConstructor;
1198
+ default: null;
1199
+ };
1200
+ fullWidth: {
1201
+ type: BooleanConstructor;
1202
+ default: null;
1203
+ };
1204
+ indicator: {
1205
+ type: BooleanConstructor;
1206
+ default: boolean;
1207
+ };
1208
+ indicatorExpanded: {
1209
+ type: BooleanConstructor;
1210
+ default: null;
1211
+ };
1212
+ }>, {
1213
+ iconName: import("vue").ComputedRef<string>;
1214
+ classes: import("vue").ComputedRef<(string | false | {
1215
+ [x: string]: boolean | "" | import("../../../neon").NeonFunctionalColor;
1216
+ 'neon-button--text-transparent': boolean;
1217
+ 'neon-button--disabled': boolean;
1218
+ 'neon-button--inverse': boolean;
1219
+ 'neon-button--circular': boolean;
1220
+ 'neon-button--no-outline': boolean;
1221
+ 'neon-button--full-width': boolean;
1222
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
1223
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
1224
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
1225
+ })[]>;
1226
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1227
+ attrs: {
1228
+ [x: string]: unknown;
1229
+ };
1230
+ sanitizedAttributes: import("vue").ComputedRef<{
1231
+ [x: string]: unknown;
1232
+ }>;
1233
+ clickLink: () => void | undefined;
1234
+ clickButton: () => void;
1235
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1236
+ href: {
1237
+ type: StringConstructor;
1238
+ default: null;
1239
+ };
1240
+ label: {
1241
+ type: StringConstructor;
1242
+ default: null;
1243
+ };
1244
+ size: {
1245
+ type: () => import("../../../neon").NeonButtonSize;
1246
+ default: import("../../../neon").NeonButtonSize;
1247
+ };
1248
+ color: {
1249
+ type: () => import("../../../neon").NeonFunctionalColor;
1250
+ default: import("../../../neon").NeonFunctionalColor;
1251
+ };
1252
+ inverse: {
1253
+ type: BooleanConstructor;
1254
+ default: boolean;
1255
+ };
1256
+ alternateColor: {
1257
+ type: () => import("../../../neon").NeonFunctionalColor;
1258
+ default: null;
1259
+ };
1260
+ icon: {
1261
+ type: StringConstructor;
1262
+ default: null;
1263
+ };
1264
+ iconAriaLabel: {
1265
+ type: StringConstructor;
1266
+ };
1267
+ iconPosition: {
1268
+ type: () => import("../../../neon").NeonHorizontalPosition;
1269
+ default: import("../../../neon").NeonHorizontalPosition;
1270
+ };
1271
+ buttonStyle: {
1272
+ type: () => import("../../../neon").NeonButtonStyle;
1273
+ default: import("../../../neon").NeonButtonStyle;
1274
+ };
1275
+ buttonType: {
1276
+ type: () => import("../../../neon").NeonButtonType;
1277
+ default: import("../../../neon").NeonButtonType;
1278
+ };
1279
+ state: {
1280
+ type: () => import("../../../neon").NeonState;
1281
+ default: import("../../../neon").NeonState;
1282
+ };
1283
+ disabled: {
1284
+ type: BooleanConstructor;
1285
+ default: boolean;
1286
+ };
1287
+ transparent: {
1288
+ type: BooleanConstructor;
1289
+ default: boolean;
1290
+ };
1291
+ outline: {
1292
+ type: BooleanConstructor;
1293
+ default: boolean;
1294
+ };
1295
+ circular: {
1296
+ type: BooleanConstructor;
1297
+ default: null;
1298
+ };
1299
+ fullWidth: {
1300
+ type: BooleanConstructor;
1301
+ default: null;
1302
+ };
1303
+ indicator: {
1304
+ type: BooleanConstructor;
1305
+ default: boolean;
1306
+ };
1307
+ indicatorExpanded: {
1308
+ type: BooleanConstructor;
1309
+ default: null;
1310
+ };
1311
+ }>> & Readonly<{
1312
+ onClick?: ((...args: any[]) => any) | undefined;
1313
+ }>, {
1314
+ color: import("../../../neon").NeonFunctionalColor;
1315
+ icon: string;
1316
+ label: string;
1317
+ inverse: boolean;
1318
+ disabled: boolean;
1319
+ href: string;
1320
+ size: import("../../../neon").NeonButtonSize;
1321
+ alternateColor: import("../../../neon").NeonFunctionalColor;
1322
+ outline: boolean;
1323
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
1324
+ buttonStyle: import("../../../neon").NeonButtonStyle;
1325
+ buttonType: import("../../../neon").NeonButtonType;
1326
+ state: import("../../../neon").NeonState;
1327
+ transparent: boolean;
1328
+ circular: boolean;
1329
+ fullWidth: boolean;
1330
+ indicator: boolean;
1331
+ indicatorExpanded: boolean;
1332
+ }, {}, {
1333
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1334
+ expanded: {
1335
+ type: BooleanConstructor;
1336
+ default: boolean;
1337
+ };
1338
+ inverse: {
1339
+ type: BooleanConstructor; /**
1340
+ * Page alignment: either left aligned or center aligned.
1341
+ */
1342
+ default: boolean;
1343
+ };
1344
+ disabled: {
1345
+ type: BooleanConstructor;
1346
+ default: boolean;
1347
+ };
1348
+ color: {
1349
+ type: () => import("../../../neon").NeonFunctionalColor;
1350
+ default: null;
1351
+ };
1352
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1353
+ expanded: {
1354
+ type: BooleanConstructor;
1355
+ default: boolean;
1356
+ };
1357
+ inverse: {
1358
+ type: BooleanConstructor; /**
1359
+ * Page alignment: either left aligned or center aligned.
1360
+ */
1361
+ default: boolean;
1362
+ };
1363
+ disabled: {
1364
+ type: BooleanConstructor;
1365
+ default: boolean;
1366
+ };
1367
+ color: {
1368
+ type: () => import("../../../neon").NeonFunctionalColor;
1369
+ default: null;
1370
+ };
1371
+ }>> & Readonly<{}>, {
1372
+ color: import("../../../neon").NeonFunctionalColor;
1373
+ inverse: boolean;
1374
+ disabled: boolean;
1375
+ expanded: boolean;
1376
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1377
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1378
+ name: {
1379
+ type: StringConstructor;
1380
+ required: true;
1381
+ };
1382
+ id: {
1383
+ type: StringConstructor;
1384
+ default: null;
1385
+ };
1386
+ color: {
1387
+ type: () => import("../../../neon").NeonFunctionalColor;
1388
+ default: null;
1389
+ };
1390
+ inverse: {
1391
+ type: BooleanConstructor;
1392
+ default: boolean;
1393
+ };
1394
+ disabled: {
1395
+ type: BooleanConstructor;
1396
+ default: boolean;
1397
+ };
1398
+ }>, {
1399
+ sanitizedAttributes: import("vue").ComputedRef<{
1400
+ [x: string]: unknown;
1401
+ }>;
1402
+ icon: import("vue").ComputedRef<string | undefined>;
1403
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1404
+ name: {
1405
+ type: StringConstructor;
1406
+ required: true;
1407
+ };
1408
+ id: {
1409
+ type: StringConstructor;
1410
+ default: null;
1411
+ };
1412
+ color: {
1413
+ type: () => import("../../../neon").NeonFunctionalColor;
1414
+ default: null;
1415
+ };
1416
+ inverse: {
1417
+ type: BooleanConstructor;
1418
+ default: boolean;
1419
+ };
1420
+ disabled: {
1421
+ type: BooleanConstructor;
1422
+ default: boolean;
1423
+ };
1424
+ }>> & Readonly<{}>, {
1425
+ color: import("../../../neon").NeonFunctionalColor;
1426
+ id: string;
1427
+ inverse: boolean;
1428
+ disabled: boolean;
1429
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1430
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1431
+ href: {
1432
+ type: StringConstructor;
1433
+ default: null;
1434
+ };
1435
+ noStyle: {
1436
+ type: BooleanConstructor;
1437
+ default: boolean;
1438
+ };
1439
+ outlineStyle: {
1440
+ type: () => import("../../../neon").NeonOutlineStyle;
1441
+ default: import("../../../neon").NeonOutlineStyle;
1442
+ };
1443
+ externalIndicator: {
1444
+ type: BooleanConstructor;
1445
+ default: boolean;
1446
+ };
1447
+ }>, {
1448
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
1449
+ routerUrl: import("vue").ComputedRef<string | undefined>;
1450
+ sanitizedAttributes: import("vue").ComputedRef<{
1451
+ [x: string]: unknown;
1452
+ }>;
1453
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
1454
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
1455
+ onClick: () => void;
1456
+ onSpace: () => Promise<void>;
1457
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1458
+ href: {
1459
+ type: StringConstructor;
1460
+ default: null;
1461
+ };
1462
+ noStyle: {
1463
+ type: BooleanConstructor;
1464
+ default: boolean;
1465
+ };
1466
+ outlineStyle: {
1467
+ type: () => import("../../../neon").NeonOutlineStyle;
1468
+ default: import("../../../neon").NeonOutlineStyle;
1469
+ };
1470
+ externalIndicator: {
1471
+ type: BooleanConstructor;
1472
+ default: boolean;
1473
+ };
1474
+ }>> & Readonly<{
1475
+ onClick?: ((...args: any[]) => any) | undefined;
1476
+ }>, {
1477
+ href: string;
1478
+ noStyle: boolean;
1479
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
1480
+ externalIndicator: boolean;
1481
+ }, {}, {
1482
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1483
+ name: {
1484
+ type: StringConstructor;
1485
+ required: true;
1486
+ };
1487
+ id: {
1488
+ type: StringConstructor;
1489
+ default: null;
1490
+ };
1491
+ color: {
1492
+ type: () => import("../../../neon").NeonFunctionalColor;
1493
+ default: null;
1494
+ };
1495
+ inverse: {
1496
+ type: BooleanConstructor;
1497
+ default: boolean;
1498
+ };
1499
+ disabled: {
1500
+ type: BooleanConstructor;
1501
+ default: boolean;
1502
+ };
1503
+ }>, {
1504
+ sanitizedAttributes: import("vue").ComputedRef<{
1505
+ [x: string]: unknown;
1506
+ }>;
1507
+ icon: import("vue").ComputedRef<string | undefined>;
1508
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1509
+ name: {
1510
+ type: StringConstructor;
1511
+ required: true;
1512
+ };
1513
+ id: {
1514
+ type: StringConstructor;
1515
+ default: null;
1516
+ };
1517
+ color: {
1518
+ type: () => import("../../../neon").NeonFunctionalColor;
1519
+ default: null;
1520
+ };
1521
+ inverse: {
1522
+ type: BooleanConstructor;
1523
+ default: boolean;
1524
+ };
1525
+ disabled: {
1526
+ type: BooleanConstructor;
1527
+ default: boolean;
1528
+ };
1529
+ }>> & Readonly<{}>, {
1530
+ color: import("../../../neon").NeonFunctionalColor;
1531
+ id: string;
1532
+ inverse: boolean;
1533
+ disabled: boolean;
1534
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1535
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1536
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1537
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1538
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1539
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
497
1540
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
498
1541
  NeonBanner: import("vue").DefineComponent<{}, {
499
1542
  onAction: () => void;
@@ -756,8 +1799,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
756
1799
  disabled: boolean;
757
1800
  href: string;
758
1801
  size: import("../../../neon").NeonButtonSize;
759
- outline: boolean;
760
1802
  alternateColor: import("../../../neon").NeonFunctionalColor;
1803
+ outline: boolean;
761
1804
  iconPosition: import("../../../neon").NeonHorizontalPosition;
762
1805
  buttonStyle: import("../../../neon").NeonButtonStyle;
763
1806
  buttonType: import("../../../neon").NeonButtonType;
@@ -888,8 +1931,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
888
1931
  sanitizedAttributes: import("vue").ComputedRef<{
889
1932
  [x: string]: unknown;
890
1933
  }>;
891
- activeRoute: import("vue").ComputedRef<boolean | "">;
892
- exactRoute: import("vue").ComputedRef<boolean | "">;
1934
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
1935
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
893
1936
  onClick: () => void;
894
1937
  onSpace: () => Promise<void>;
895
1938
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1243,8 +2286,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1243
2286
  disabled: boolean;
1244
2287
  href: string;
1245
2288
  size: import("../../../neon").NeonButtonSize;
1246
- outline: boolean;
1247
2289
  alternateColor: import("../../../neon").NeonFunctionalColor;
2290
+ outline: boolean;
1248
2291
  iconPosition: import("../../../neon").NeonHorizontalPosition;
1249
2292
  buttonStyle: import("../../../neon").NeonButtonStyle;
1250
2293
  buttonType: import("../../../neon").NeonButtonType;
@@ -1375,8 +2418,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1375
2418
  sanitizedAttributes: import("vue").ComputedRef<{
1376
2419
  [x: string]: unknown;
1377
2420
  }>;
1378
- activeRoute: import("vue").ComputedRef<boolean | "">;
1379
- exactRoute: import("vue").ComputedRef<boolean | "">;
2421
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
2422
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
1380
2423
  onClick: () => void;
1381
2424
  onSpace: () => Promise<void>;
1382
2425
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{