@aotearoan/neon 28.0.3 → 28.1.1

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