@aotearoan/neon 22.1.2 → 22.2.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 (48) hide show
  1. package/dist/common/utils/NeonFileUtils.cjs.js +2 -0
  2. package/dist/common/utils/NeonFileUtils.cjs.js.map +1 -0
  3. package/dist/common/utils/NeonFileUtils.es.js +10 -0
  4. package/dist/common/utils/NeonFileUtils.es.js.map +1 -0
  5. package/dist/components/presentation/badge/NeonBadge.cjs.js +1 -1
  6. package/dist/components/presentation/badge/NeonBadge.cjs.js.map +1 -1
  7. package/dist/components/presentation/badge/NeonBadge.es.js +51 -26
  8. package/dist/components/presentation/badge/NeonBadge.es.js.map +1 -1
  9. package/dist/components/presentation/badge/NeonBadge.vue.cjs.js +1 -1
  10. package/dist/components/presentation/badge/NeonBadge.vue.cjs.js.map +1 -1
  11. package/dist/components/presentation/badge/NeonBadge.vue.es.js +28 -14
  12. package/dist/components/presentation/badge/NeonBadge.vue.es.js.map +1 -1
  13. package/dist/components/user-input/file/NeonFile.cjs.js +1 -1
  14. package/dist/components/user-input/file/NeonFile.cjs.js.map +1 -1
  15. package/dist/components/user-input/file/NeonFile.es.js +20 -12
  16. package/dist/components/user-input/file/NeonFile.es.js.map +1 -1
  17. package/dist/components/user-input/file/NeonFile.vue.cjs.js +1 -1
  18. package/dist/components/user-input/file/NeonFile.vue.cjs.js.map +1 -1
  19. package/dist/components/user-input/file/NeonFile.vue.es.js +7 -5
  20. package/dist/components/user-input/file/NeonFile.vue.es.js.map +1 -1
  21. package/dist/neon.cjs.js +1 -1
  22. package/dist/neon.es.js +40 -38
  23. package/dist/neon.es.js.map +1 -1
  24. package/dist/src/common/utils/NeonFileUtils.d.ts +6 -0
  25. package/dist/src/components/feedback/dialog/NeonDialog.d.ts +2 -2
  26. package/dist/src/components/feedback/note/NeonNote.d.ts +1 -1
  27. package/dist/src/components/layout/card-list/NeonCardList.d.ts +1 -1
  28. package/dist/src/components/layout/modal/NeonModal.d.ts +1 -1
  29. package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +4953 -471
  30. package/dist/src/components/navigation/menu/NeonMenu.d.ts +4920 -402
  31. package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +4897 -469
  32. package/dist/src/components/presentation/badge/NeonBadge.d.ts +1501 -3
  33. package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +1529 -17
  34. package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +1 -1
  35. package/dist/src/components/user-input/button/NeonButton.d.ts +1 -1
  36. package/dist/src/components/user-input/chip/NeonChip.d.ts +1 -1
  37. package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +1801 -218
  38. package/dist/src/components/user-input/drop-zone/NeonDropZone.d.ts +1 -1
  39. package/dist/src/components/user-input/file/NeonFile.d.ts +636 -7
  40. package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +1 -1
  41. package/dist/src/components/user-input/number/NeonNumber.d.ts +1 -1
  42. package/dist/src/components/user-input/search/NeonSearch.d.ts +5247 -693
  43. package/dist/src/components/user-input/select/NeonSelect.d.ts +4571 -71
  44. package/dist/src/neon.d.ts +1 -0
  45. package/package.json +1 -1
  46. package/src/sass/components/_badge.scss +77 -0
  47. package/src/sass/includes/_dependencies.scss +1 -1
  48. package/src/sass/variables.scss +3 -0
@@ -270,8 +270,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
270
270
  color: NeonFunctionalColor;
271
271
  image: string;
272
272
  alternateColor: NeonFunctionalColor;
273
- imageAlt: string;
274
273
  indicator: boolean;
274
+ imageAlt: string;
275
275
  dropdownStyle: NeonDropdownStyle;
276
276
  openOnHover: boolean;
277
277
  }, {}, {
@@ -304,14 +304,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
304
304
  type: () => NeonFunctionalColor;
305
305
  default: null;
306
306
  };
307
+ editable: {
308
+ type: BooleanConstructor;
309
+ default: boolean;
310
+ };
311
+ accept: {
312
+ type: StringConstructor;
313
+ default: string;
314
+ };
307
315
  disabled: {
308
316
  type: BooleanConstructor;
309
- default: boolean; /**
310
- * The label for the dropdown button.
311
- */
312
- }; /**
313
- * The label for the dropdown button.
314
- */
317
+ default: boolean;
318
+ };
315
319
  jazziconId: {
316
320
  type: StringConstructor;
317
321
  default: null;
@@ -320,9 +324,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
320
324
  type: StringConstructor;
321
325
  default: string;
322
326
  };
327
+ editButtonTitle: {
328
+ type: StringConstructor;
329
+ default: string;
330
+ };
323
331
  }>, {
332
+ emit: (event: "change-image", ...args: any[]) => void;
324
333
  svg: import("vue").ComputedRef<string | null>;
325
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
334
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change-image"[], "change-image", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
326
335
  label: {
327
336
  type: StringConstructor;
328
337
  default: null;
@@ -351,14 +360,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
351
360
  type: () => NeonFunctionalColor;
352
361
  default: null;
353
362
  };
363
+ editable: {
364
+ type: BooleanConstructor;
365
+ default: boolean;
366
+ };
367
+ accept: {
368
+ type: StringConstructor;
369
+ default: string;
370
+ };
354
371
  disabled: {
355
372
  type: BooleanConstructor;
356
- default: boolean; /**
357
- * The label for the dropdown button.
358
- */
359
- }; /**
360
- * The label for the dropdown button.
361
- */
373
+ default: boolean;
374
+ };
362
375
  jazziconId: {
363
376
  type: StringConstructor;
364
377
  default: null;
@@ -367,18 +380,1517 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
367
380
  type: StringConstructor;
368
381
  default: string;
369
382
  };
370
- }>> & Readonly<{}>, {
383
+ editButtonTitle: {
384
+ type: StringConstructor;
385
+ default: string;
386
+ };
387
+ }>> & Readonly<{
388
+ "onChange-image"?: ((...args: any[]) => any) | undefined;
389
+ }>, {
371
390
  disabled: boolean;
372
391
  label: string;
373
392
  icon: string;
374
393
  size: import("../../../neon").NeonBadgeSize;
375
394
  color: NeonFunctionalColor;
376
395
  image: string;
377
- circular: boolean;
378
396
  alternateColor: NeonFunctionalColor;
397
+ circular: boolean;
398
+ accept: string;
399
+ editable: boolean;
379
400
  jazziconId: string;
380
401
  imageAlt: string;
402
+ editButtonTitle: string;
381
403
  }, {}, {
404
+ NeonFile: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
405
+ disabled: {
406
+ type: BooleanConstructor;
407
+ default: boolean;
408
+ };
409
+ directUpload: {
410
+ type: BooleanConstructor;
411
+ default: boolean;
412
+ };
413
+ multiple: {
414
+ type: BooleanConstructor;
415
+ default: boolean;
416
+ };
417
+ accept: {
418
+ type: StringConstructor;
419
+ default: null;
420
+ };
421
+ id: {
422
+ type: StringConstructor;
423
+ default: null;
424
+ };
425
+ size: {
426
+ type: () => NeonSize;
427
+ default: NeonSize;
428
+ };
429
+ state: {
430
+ type: () => import("../../../neon").NeonState;
431
+ default: import("../../../neon").NeonState;
432
+ };
433
+ color: {
434
+ type: () => NeonFunctionalColor;
435
+ default: NeonFunctionalColor;
436
+ };
437
+ circular: {
438
+ type: BooleanConstructor;
439
+ default: null;
440
+ };
441
+ label: {
442
+ type: StringConstructor;
443
+ default: null;
444
+ };
445
+ icon: {
446
+ type: StringConstructor; /**
447
+ * aria label of the button icon
448
+ */
449
+ default: null;
450
+ };
451
+ title: {
452
+ type: StringConstructor;
453
+ default: string;
454
+ };
455
+ }>, {
456
+ fileInput: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
457
+ id: {
458
+ type: StringConstructor;
459
+ default: null;
460
+ };
461
+ modelValue: {
462
+ type: StringConstructor;
463
+ default: null;
464
+ };
465
+ type: {
466
+ type: () => import("../../../neon").NeonInputType;
467
+ default: import("../../../neon").NeonInputType;
468
+ };
469
+ placeholder: {
470
+ type: StringConstructor;
471
+ default: null;
472
+ };
473
+ size: {
474
+ type: () => NeonSize;
475
+ default: NeonSize;
476
+ };
477
+ color: {
478
+ type: () => NeonFunctionalColor;
479
+ default: NeonFunctionalColor;
480
+ };
481
+ inputmode: {
482
+ type: () => import("../../../neon").NeonInputMode;
483
+ default: import("../../../neon").NeonInputMode;
484
+ };
485
+ autocomplete: {
486
+ type: StringConstructor;
487
+ default: string;
488
+ };
489
+ state: {
490
+ type: () => import("../../../neon").NeonState;
491
+ default: import("../../../neon").NeonState;
492
+ }; /**
493
+ * aria label of the button icon
494
+ */
495
+ rows: {
496
+ type: NumberConstructor;
497
+ default: null;
498
+ };
499
+ icon: {
500
+ type: StringConstructor;
501
+ default: null;
502
+ };
503
+ iconReadonly: {
504
+ type: BooleanConstructor;
505
+ default: boolean;
506
+ };
507
+ hideIcon: {
508
+ type: BooleanConstructor;
509
+ default: boolean;
510
+ };
511
+ tabindex: {
512
+ type: NumberConstructor;
513
+ default: number;
514
+ };
515
+ disabled: {
516
+ type: BooleanConstructor;
517
+ default: boolean;
518
+ }; /**
519
+ * Placement of the dropdown contents.
520
+ */
521
+ stateHighlight: {
522
+ type: BooleanConstructor;
523
+ default: boolean;
524
+ };
525
+ stateIcon: {
526
+ type: BooleanConstructor;
527
+ default: boolean;
528
+ };
529
+ maxlength: {
530
+ type: NumberConstructor;
531
+ default: null;
532
+ };
533
+ debounce: {
534
+ type: NumberConstructor;
535
+ default: undefined;
536
+ };
537
+ }>> & Readonly<{
538
+ onFocus?: ((...args: any[]) => any) | undefined;
539
+ onBlur?: ((...args: any[]) => any) | undefined;
540
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
541
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
542
+ }>, {
543
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
544
+ focused: import("vue").Ref<boolean, boolean>;
545
+ sanitizedAttributes: import("vue").ComputedRef<{
546
+ [x: string]: unknown;
547
+ }>;
548
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
549
+ iconName: import("vue").ComputedRef<string | undefined>;
550
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
551
+ computedPlaceholder: import("vue").ComputedRef<string>;
552
+ focus: () => void;
553
+ click: () => void;
554
+ onFocus: () => void;
555
+ onBlur: () => void;
556
+ iconClicked: ($event: Event) => void;
557
+ changeValue: (event: Event) => void;
558
+ onKeyDown: (event: KeyboardEvent) => void;
559
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
560
+ disabled: boolean;
561
+ icon: string;
562
+ type: import("../../../neon").NeonInputType;
563
+ debounce: number;
564
+ size: NeonSize;
565
+ color: NeonFunctionalColor;
566
+ id: string;
567
+ placeholder: string;
568
+ tabindex: number;
569
+ inputmode: import("../../../neon").NeonInputMode;
570
+ modelValue: string;
571
+ state: import("../../../neon").NeonState;
572
+ autocomplete: string;
573
+ rows: number;
574
+ iconReadonly: boolean;
575
+ hideIcon: boolean;
576
+ stateHighlight: boolean;
577
+ stateIcon: boolean;
578
+ maxlength: number;
579
+ }, true, {}, {}, {
580
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
581
+ name: {
582
+ type: StringConstructor;
583
+ required: true;
584
+ };
585
+ color: {
586
+ type: () => NeonFunctionalColor;
587
+ default: null;
588
+ };
589
+ inverse: {
590
+ type: BooleanConstructor;
591
+ default: boolean;
592
+ };
593
+ disabled: {
594
+ type: BooleanConstructor;
595
+ default: boolean;
596
+ };
597
+ }>, {
598
+ attrs: {
599
+ [x: string]: unknown;
600
+ }; /**
601
+ * aria label of the button icon
602
+ */
603
+ icon: import("vue").ComputedRef<string>;
604
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
605
+ name: {
606
+ type: StringConstructor;
607
+ required: true;
608
+ };
609
+ color: {
610
+ type: () => NeonFunctionalColor;
611
+ default: null;
612
+ };
613
+ inverse: {
614
+ type: BooleanConstructor;
615
+ default: boolean;
616
+ };
617
+ disabled: {
618
+ type: BooleanConstructor;
619
+ default: boolean;
620
+ };
621
+ }>> & Readonly<{}>, {
622
+ disabled: boolean;
623
+ color: NeonFunctionalColor;
624
+ inverse: boolean;
625
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
626
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
627
+ P: {};
628
+ B: {};
629
+ D: {};
630
+ C: {};
631
+ M: {};
632
+ Defaults: {};
633
+ }, Readonly<import("vue").ExtractPropTypes<{
634
+ id: {
635
+ type: StringConstructor;
636
+ default: null;
637
+ };
638
+ modelValue: {
639
+ type: StringConstructor;
640
+ default: null;
641
+ };
642
+ type: {
643
+ type: () => import("../../../neon").NeonInputType;
644
+ default: import("../../../neon").NeonInputType;
645
+ };
646
+ placeholder: {
647
+ type: StringConstructor;
648
+ default: null;
649
+ };
650
+ size: {
651
+ type: () => NeonSize;
652
+ default: NeonSize;
653
+ };
654
+ color: {
655
+ type: () => NeonFunctionalColor;
656
+ default: NeonFunctionalColor;
657
+ };
658
+ inputmode: {
659
+ type: () => import("../../../neon").NeonInputMode;
660
+ default: import("../../../neon").NeonInputMode;
661
+ };
662
+ autocomplete: {
663
+ type: StringConstructor;
664
+ default: string;
665
+ };
666
+ state: {
667
+ type: () => import("../../../neon").NeonState;
668
+ default: import("../../../neon").NeonState;
669
+ }; /**
670
+ * aria label of the button icon
671
+ */
672
+ rows: {
673
+ type: NumberConstructor;
674
+ default: null;
675
+ };
676
+ icon: {
677
+ type: StringConstructor;
678
+ default: null;
679
+ };
680
+ iconReadonly: {
681
+ type: BooleanConstructor;
682
+ default: boolean;
683
+ };
684
+ hideIcon: {
685
+ type: BooleanConstructor;
686
+ default: boolean;
687
+ };
688
+ tabindex: {
689
+ type: NumberConstructor;
690
+ default: number;
691
+ };
692
+ disabled: {
693
+ type: BooleanConstructor;
694
+ default: boolean;
695
+ }; /**
696
+ * Placement of the dropdown contents.
697
+ */
698
+ stateHighlight: {
699
+ type: BooleanConstructor;
700
+ default: boolean;
701
+ };
702
+ stateIcon: {
703
+ type: BooleanConstructor;
704
+ default: boolean;
705
+ };
706
+ maxlength: {
707
+ type: NumberConstructor;
708
+ default: null;
709
+ };
710
+ debounce: {
711
+ type: NumberConstructor;
712
+ default: undefined;
713
+ };
714
+ }>> & Readonly<{
715
+ onFocus?: ((...args: any[]) => any) | undefined;
716
+ onBlur?: ((...args: any[]) => any) | undefined;
717
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
718
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
719
+ }>, {
720
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
721
+ focused: import("vue").Ref<boolean, boolean>;
722
+ sanitizedAttributes: import("vue").ComputedRef<{
723
+ [x: string]: unknown;
724
+ }>;
725
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
726
+ iconName: import("vue").ComputedRef<string | undefined>;
727
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
728
+ computedPlaceholder: import("vue").ComputedRef<string>;
729
+ focus: () => void;
730
+ click: () => void;
731
+ onFocus: () => void;
732
+ onBlur: () => void;
733
+ iconClicked: ($event: Event) => void;
734
+ changeValue: (event: Event) => void;
735
+ onKeyDown: (event: KeyboardEvent) => void;
736
+ }, {}, {}, {}, {
737
+ disabled: boolean;
738
+ icon: string;
739
+ type: import("../../../neon").NeonInputType;
740
+ debounce: number;
741
+ size: NeonSize;
742
+ color: NeonFunctionalColor;
743
+ id: string;
744
+ placeholder: string;
745
+ tabindex: number;
746
+ inputmode: import("../../../neon").NeonInputMode;
747
+ modelValue: string;
748
+ state: import("../../../neon").NeonState;
749
+ autocomplete: string;
750
+ rows: number;
751
+ iconReadonly: boolean;
752
+ hideIcon: boolean;
753
+ stateHighlight: boolean;
754
+ stateIcon: boolean;
755
+ maxlength: number;
756
+ }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
757
+ id: {
758
+ type: StringConstructor;
759
+ default: null;
760
+ };
761
+ modelValue: {
762
+ type: StringConstructor;
763
+ default: null;
764
+ };
765
+ type: {
766
+ type: () => import("../../../neon").NeonInputType;
767
+ default: import("../../../neon").NeonInputType;
768
+ };
769
+ placeholder: {
770
+ type: StringConstructor;
771
+ default: null;
772
+ };
773
+ size: {
774
+ type: () => NeonSize;
775
+ default: NeonSize;
776
+ };
777
+ color: {
778
+ type: () => NeonFunctionalColor;
779
+ default: NeonFunctionalColor;
780
+ };
781
+ inputmode: {
782
+ type: () => import("../../../neon").NeonInputMode;
783
+ default: import("../../../neon").NeonInputMode;
784
+ };
785
+ autocomplete: {
786
+ type: StringConstructor;
787
+ default: string;
788
+ };
789
+ state: {
790
+ type: () => import("../../../neon").NeonState;
791
+ default: import("../../../neon").NeonState;
792
+ }; /**
793
+ * aria label of the button icon
794
+ */
795
+ rows: {
796
+ type: NumberConstructor;
797
+ default: null;
798
+ };
799
+ icon: {
800
+ type: StringConstructor;
801
+ default: null;
802
+ };
803
+ iconReadonly: {
804
+ type: BooleanConstructor;
805
+ default: boolean;
806
+ };
807
+ hideIcon: {
808
+ type: BooleanConstructor;
809
+ default: boolean;
810
+ };
811
+ tabindex: {
812
+ type: NumberConstructor;
813
+ default: number;
814
+ };
815
+ disabled: {
816
+ type: BooleanConstructor;
817
+ default: boolean;
818
+ }; /**
819
+ * Placement of the dropdown contents.
820
+ */
821
+ stateHighlight: {
822
+ type: BooleanConstructor;
823
+ default: boolean;
824
+ };
825
+ stateIcon: {
826
+ type: BooleanConstructor;
827
+ default: boolean;
828
+ };
829
+ maxlength: {
830
+ type: NumberConstructor;
831
+ default: null;
832
+ };
833
+ debounce: {
834
+ type: NumberConstructor;
835
+ default: undefined;
836
+ };
837
+ }>> & Readonly<{
838
+ onFocus?: ((...args: any[]) => any) | undefined;
839
+ onBlur?: ((...args: any[]) => any) | undefined;
840
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
841
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
842
+ }>, {
843
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
844
+ focused: import("vue").Ref<boolean, boolean>;
845
+ sanitizedAttributes: import("vue").ComputedRef<{
846
+ [x: string]: unknown;
847
+ }>;
848
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
849
+ iconName: import("vue").ComputedRef<string | undefined>;
850
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
851
+ computedPlaceholder: import("vue").ComputedRef<string>;
852
+ focus: () => void;
853
+ click: () => void;
854
+ onFocus: () => void;
855
+ onBlur: () => void;
856
+ iconClicked: ($event: Event) => void;
857
+ changeValue: (event: Event) => void;
858
+ onKeyDown: (event: KeyboardEvent) => void;
859
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
860
+ disabled: boolean;
861
+ icon: string;
862
+ type: import("../../../neon").NeonInputType;
863
+ debounce: number;
864
+ size: NeonSize;
865
+ color: NeonFunctionalColor;
866
+ id: string;
867
+ placeholder: string;
868
+ tabindex: number;
869
+ inputmode: import("../../../neon").NeonInputMode;
870
+ modelValue: string;
871
+ state: import("../../../neon").NeonState;
872
+ autocomplete: string;
873
+ rows: number;
874
+ iconReadonly: boolean;
875
+ hideIcon: boolean;
876
+ stateHighlight: boolean;
877
+ stateIcon: boolean;
878
+ maxlength: number;
879
+ }, true, {}, {}, {
880
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
881
+ name: {
882
+ type: StringConstructor;
883
+ required: true;
884
+ };
885
+ color: {
886
+ type: () => NeonFunctionalColor;
887
+ default: null;
888
+ };
889
+ inverse: {
890
+ type: BooleanConstructor;
891
+ default: boolean;
892
+ };
893
+ disabled: {
894
+ type: BooleanConstructor;
895
+ default: boolean;
896
+ };
897
+ }>, {
898
+ attrs: {
899
+ [x: string]: unknown;
900
+ }; /**
901
+ * aria label of the button icon
902
+ */
903
+ icon: import("vue").ComputedRef<string>;
904
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
905
+ name: {
906
+ type: StringConstructor;
907
+ required: true;
908
+ };
909
+ color: {
910
+ type: () => NeonFunctionalColor;
911
+ default: null;
912
+ };
913
+ inverse: {
914
+ type: BooleanConstructor;
915
+ default: boolean;
916
+ };
917
+ disabled: {
918
+ type: BooleanConstructor;
919
+ default: boolean;
920
+ };
921
+ }>> & Readonly<{}>, {
922
+ disabled: boolean;
923
+ color: NeonFunctionalColor;
924
+ inverse: boolean;
925
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
926
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
927
+ P: {};
928
+ B: {};
929
+ D: {};
930
+ C: {};
931
+ M: {};
932
+ Defaults: {};
933
+ }, Readonly<import("vue").ExtractPropTypes<{
934
+ id: {
935
+ type: StringConstructor;
936
+ default: null;
937
+ };
938
+ modelValue: {
939
+ type: StringConstructor;
940
+ default: null;
941
+ };
942
+ type: {
943
+ type: () => import("../../../neon").NeonInputType;
944
+ default: import("../../../neon").NeonInputType;
945
+ };
946
+ placeholder: {
947
+ type: StringConstructor;
948
+ default: null;
949
+ };
950
+ size: {
951
+ type: () => NeonSize;
952
+ default: NeonSize;
953
+ };
954
+ color: {
955
+ type: () => NeonFunctionalColor;
956
+ default: NeonFunctionalColor;
957
+ };
958
+ inputmode: {
959
+ type: () => import("../../../neon").NeonInputMode;
960
+ default: import("../../../neon").NeonInputMode;
961
+ };
962
+ autocomplete: {
963
+ type: StringConstructor;
964
+ default: string;
965
+ };
966
+ state: {
967
+ type: () => import("../../../neon").NeonState;
968
+ default: import("../../../neon").NeonState;
969
+ }; /**
970
+ * aria label of the button icon
971
+ */
972
+ rows: {
973
+ type: NumberConstructor;
974
+ default: null;
975
+ };
976
+ icon: {
977
+ type: StringConstructor;
978
+ default: null;
979
+ };
980
+ iconReadonly: {
981
+ type: BooleanConstructor;
982
+ default: boolean;
983
+ };
984
+ hideIcon: {
985
+ type: BooleanConstructor;
986
+ default: boolean;
987
+ };
988
+ tabindex: {
989
+ type: NumberConstructor;
990
+ default: number;
991
+ };
992
+ disabled: {
993
+ type: BooleanConstructor;
994
+ default: boolean;
995
+ }; /**
996
+ * Placement of the dropdown contents.
997
+ */
998
+ stateHighlight: {
999
+ type: BooleanConstructor;
1000
+ default: boolean;
1001
+ };
1002
+ stateIcon: {
1003
+ type: BooleanConstructor;
1004
+ default: boolean;
1005
+ };
1006
+ maxlength: {
1007
+ type: NumberConstructor;
1008
+ default: null;
1009
+ };
1010
+ debounce: {
1011
+ type: NumberConstructor;
1012
+ default: undefined;
1013
+ };
1014
+ }>> & Readonly<{
1015
+ onFocus?: ((...args: any[]) => any) | undefined;
1016
+ onBlur?: ((...args: any[]) => any) | undefined;
1017
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1018
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1019
+ }>, {
1020
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1021
+ focused: import("vue").Ref<boolean, boolean>;
1022
+ sanitizedAttributes: import("vue").ComputedRef<{
1023
+ [x: string]: unknown;
1024
+ }>;
1025
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1026
+ iconName: import("vue").ComputedRef<string | undefined>;
1027
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1028
+ computedPlaceholder: import("vue").ComputedRef<string>;
1029
+ focus: () => void;
1030
+ click: () => void;
1031
+ onFocus: () => void;
1032
+ onBlur: () => void;
1033
+ iconClicked: ($event: Event) => void;
1034
+ changeValue: (event: Event) => void;
1035
+ onKeyDown: (event: KeyboardEvent) => void;
1036
+ }, {}, {}, {}, {
1037
+ disabled: boolean;
1038
+ icon: string;
1039
+ type: import("../../../neon").NeonInputType;
1040
+ debounce: number;
1041
+ size: NeonSize;
1042
+ color: NeonFunctionalColor;
1043
+ id: string;
1044
+ placeholder: string;
1045
+ tabindex: number;
1046
+ inputmode: import("../../../neon").NeonInputMode;
1047
+ modelValue: string;
1048
+ state: import("../../../neon").NeonState;
1049
+ autocomplete: string;
1050
+ rows: number;
1051
+ iconReadonly: boolean;
1052
+ hideIcon: boolean;
1053
+ stateHighlight: boolean;
1054
+ stateIcon: boolean;
1055
+ maxlength: number;
1056
+ }> | null>;
1057
+ files: import("vue").Ref<{
1058
+ readonly lastModified: number;
1059
+ readonly name: string;
1060
+ readonly webkitRelativePath: string;
1061
+ readonly size: number;
1062
+ readonly type: string;
1063
+ arrayBuffer: () => Promise<ArrayBuffer>;
1064
+ slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
1065
+ stream: () => ReadableStream<Uint8Array>;
1066
+ text: () => Promise<string>;
1067
+ }[], File[] | {
1068
+ readonly lastModified: number;
1069
+ readonly name: string;
1070
+ readonly webkitRelativePath: string;
1071
+ readonly size: number;
1072
+ readonly type: string;
1073
+ arrayBuffer: () => Promise<ArrayBuffer>;
1074
+ slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
1075
+ stream: () => ReadableStream<Uint8Array>;
1076
+ text: () => Promise<string>;
1077
+ }[]>;
1078
+ fileList: import("vue").ComputedRef<{
1079
+ key: string;
1080
+ label: string;
1081
+ }[]>;
1082
+ fileInputModel: import("vue").Ref<string, string>;
1083
+ remove: (filename: string) => void;
1084
+ clearAll: () => void;
1085
+ openFileDialog: () => void;
1086
+ onInput: (event: Event) => void;
1087
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1088
+ disabled: {
1089
+ type: BooleanConstructor;
1090
+ default: boolean;
1091
+ };
1092
+ directUpload: {
1093
+ type: BooleanConstructor;
1094
+ default: boolean;
1095
+ };
1096
+ multiple: {
1097
+ type: BooleanConstructor;
1098
+ default: boolean;
1099
+ };
1100
+ accept: {
1101
+ type: StringConstructor;
1102
+ default: null;
1103
+ };
1104
+ id: {
1105
+ type: StringConstructor;
1106
+ default: null;
1107
+ };
1108
+ size: {
1109
+ type: () => NeonSize;
1110
+ default: NeonSize;
1111
+ };
1112
+ state: {
1113
+ type: () => import("../../../neon").NeonState;
1114
+ default: import("../../../neon").NeonState;
1115
+ };
1116
+ color: {
1117
+ type: () => NeonFunctionalColor;
1118
+ default: NeonFunctionalColor;
1119
+ };
1120
+ circular: {
1121
+ type: BooleanConstructor;
1122
+ default: null;
1123
+ };
1124
+ label: {
1125
+ type: StringConstructor;
1126
+ default: null;
1127
+ };
1128
+ icon: {
1129
+ type: StringConstructor; /**
1130
+ * aria label of the button icon
1131
+ */
1132
+ default: null;
1133
+ };
1134
+ title: {
1135
+ type: StringConstructor;
1136
+ default: string;
1137
+ };
1138
+ }>> & Readonly<{
1139
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1140
+ }>, {
1141
+ disabled: boolean;
1142
+ label: string;
1143
+ title: string;
1144
+ icon: string;
1145
+ size: NeonSize;
1146
+ color: NeonFunctionalColor;
1147
+ id: string;
1148
+ state: import("../../../neon").NeonState;
1149
+ circular: boolean;
1150
+ directUpload: boolean;
1151
+ multiple: boolean;
1152
+ accept: string;
1153
+ }, {}, {
1154
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1155
+ href: {
1156
+ type: StringConstructor;
1157
+ default: null;
1158
+ };
1159
+ label: {
1160
+ type: StringConstructor;
1161
+ default: null;
1162
+ };
1163
+ size: {
1164
+ type: () => import("../../../neon").NeonButtonSize;
1165
+ default: import("../../../neon").NeonButtonSize;
1166
+ };
1167
+ color: {
1168
+ type: () => NeonFunctionalColor;
1169
+ default: NeonFunctionalColor;
1170
+ };
1171
+ inverse: {
1172
+ type: BooleanConstructor;
1173
+ default: boolean;
1174
+ };
1175
+ alternateColor: {
1176
+ type: () => NeonFunctionalColor;
1177
+ default: null;
1178
+ };
1179
+ icon: {
1180
+ type: StringConstructor;
1181
+ default: null;
1182
+ };
1183
+ iconAriaLabel: {
1184
+ type: StringConstructor;
1185
+ };
1186
+ iconPosition: {
1187
+ type: () => import("../../../neon").NeonHorizontalPosition;
1188
+ default: import("../../../neon").NeonHorizontalPosition; /**
1189
+ * Show the dropdown button's indicator (chevron).
1190
+ */
1191
+ }; /**
1192
+ * Show the dropdown button's indicator (chevron).
1193
+ */
1194
+ buttonStyle: {
1195
+ type: () => import("../../../neon").NeonButtonStyle;
1196
+ default: import("../../../neon").NeonButtonStyle;
1197
+ };
1198
+ buttonType: {
1199
+ type: () => import("../../../neon").NeonButtonType;
1200
+ default: import("../../../neon").NeonButtonType;
1201
+ };
1202
+ state: {
1203
+ type: () => import("../../../neon").NeonState;
1204
+ default: import("../../../neon").NeonState;
1205
+ };
1206
+ disabled: {
1207
+ type: BooleanConstructor;
1208
+ default: boolean;
1209
+ };
1210
+ transparent: {
1211
+ type: BooleanConstructor;
1212
+ default: boolean;
1213
+ };
1214
+ outline: {
1215
+ type: BooleanConstructor;
1216
+ default: boolean;
1217
+ };
1218
+ circular: {
1219
+ type: BooleanConstructor;
1220
+ default: null;
1221
+ };
1222
+ fullWidth: {
1223
+ type: BooleanConstructor;
1224
+ default: null;
1225
+ };
1226
+ indicator: {
1227
+ type: BooleanConstructor;
1228
+ default: boolean;
1229
+ }; /**
1230
+ * Emitted on initialisation.
1231
+ * @type {NeonDropdownPlacement} the placement of the dropdown.
1232
+ */
1233
+ indicatorExpanded: {
1234
+ type: BooleanConstructor;
1235
+ default: null;
1236
+ };
1237
+ }>, {
1238
+ iconName: import("vue").ComputedRef<string>;
1239
+ classes: import("vue").ComputedRef<(string | false | {
1240
+ [x: string]: boolean | "" | NeonFunctionalColor;
1241
+ 'neon-button--text-transparent': boolean;
1242
+ 'neon-button--disabled': boolean;
1243
+ 'neon-button--inverse': boolean;
1244
+ 'neon-button--circular': boolean;
1245
+ 'neon-button--no-outline': boolean;
1246
+ 'neon-button--full-width': boolean;
1247
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
1248
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
1249
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
1250
+ })[]>;
1251
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1252
+ attrs: {
1253
+ [x: string]: unknown;
1254
+ };
1255
+ sanitizedAttributes: import("vue").ComputedRef<{
1256
+ [x: string]: unknown;
1257
+ }>;
1258
+ clickLink: () => void | undefined;
1259
+ clickButton: () => void;
1260
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1261
+ href: {
1262
+ type: StringConstructor;
1263
+ default: null;
1264
+ };
1265
+ label: {
1266
+ type: StringConstructor;
1267
+ default: null;
1268
+ };
1269
+ size: {
1270
+ type: () => import("../../../neon").NeonButtonSize;
1271
+ default: import("../../../neon").NeonButtonSize;
1272
+ };
1273
+ color: {
1274
+ type: () => NeonFunctionalColor;
1275
+ default: NeonFunctionalColor;
1276
+ };
1277
+ inverse: {
1278
+ type: BooleanConstructor;
1279
+ default: boolean;
1280
+ };
1281
+ alternateColor: {
1282
+ type: () => NeonFunctionalColor;
1283
+ default: null;
1284
+ };
1285
+ icon: {
1286
+ type: StringConstructor;
1287
+ default: null;
1288
+ };
1289
+ iconAriaLabel: {
1290
+ type: StringConstructor;
1291
+ };
1292
+ iconPosition: {
1293
+ type: () => import("../../../neon").NeonHorizontalPosition;
1294
+ default: import("../../../neon").NeonHorizontalPosition; /**
1295
+ * Show the dropdown button's indicator (chevron).
1296
+ */
1297
+ }; /**
1298
+ * Show the dropdown button's indicator (chevron).
1299
+ */
1300
+ buttonStyle: {
1301
+ type: () => import("../../../neon").NeonButtonStyle;
1302
+ default: import("../../../neon").NeonButtonStyle;
1303
+ };
1304
+ buttonType: {
1305
+ type: () => import("../../../neon").NeonButtonType;
1306
+ default: import("../../../neon").NeonButtonType;
1307
+ };
1308
+ state: {
1309
+ type: () => import("../../../neon").NeonState;
1310
+ default: import("../../../neon").NeonState;
1311
+ };
1312
+ disabled: {
1313
+ type: BooleanConstructor;
1314
+ default: boolean;
1315
+ };
1316
+ transparent: {
1317
+ type: BooleanConstructor;
1318
+ default: boolean;
1319
+ };
1320
+ outline: {
1321
+ type: BooleanConstructor;
1322
+ default: boolean;
1323
+ };
1324
+ circular: {
1325
+ type: BooleanConstructor;
1326
+ default: null;
1327
+ };
1328
+ fullWidth: {
1329
+ type: BooleanConstructor;
1330
+ default: null;
1331
+ };
1332
+ indicator: {
1333
+ type: BooleanConstructor;
1334
+ default: boolean;
1335
+ }; /**
1336
+ * Emitted on initialisation.
1337
+ * @type {NeonDropdownPlacement} the placement of the dropdown.
1338
+ */
1339
+ indicatorExpanded: {
1340
+ type: BooleanConstructor;
1341
+ default: null;
1342
+ };
1343
+ }>> & Readonly<{
1344
+ onClick?: ((...args: any[]) => any) | undefined;
1345
+ }>, {
1346
+ outline: boolean;
1347
+ disabled: boolean;
1348
+ label: string;
1349
+ href: string;
1350
+ icon: string;
1351
+ size: import("../../../neon").NeonButtonSize;
1352
+ color: NeonFunctionalColor;
1353
+ inverse: boolean;
1354
+ alternateColor: NeonFunctionalColor;
1355
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
1356
+ buttonStyle: import("../../../neon").NeonButtonStyle;
1357
+ buttonType: import("../../../neon").NeonButtonType;
1358
+ state: import("../../../neon").NeonState;
1359
+ transparent: boolean;
1360
+ circular: boolean;
1361
+ fullWidth: boolean;
1362
+ indicator: boolean;
1363
+ indicatorExpanded: boolean;
1364
+ }, {}, {
1365
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1366
+ expanded: {
1367
+ type: BooleanConstructor;
1368
+ default: boolean;
1369
+ };
1370
+ inverse: {
1371
+ type: BooleanConstructor;
1372
+ default: boolean;
1373
+ };
1374
+ disabled: {
1375
+ type: BooleanConstructor;
1376
+ default: boolean;
1377
+ };
1378
+ color: {
1379
+ type: () => NeonFunctionalColor;
1380
+ default: null;
1381
+ };
1382
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1383
+ expanded: {
1384
+ type: BooleanConstructor;
1385
+ default: boolean;
1386
+ };
1387
+ inverse: {
1388
+ type: BooleanConstructor;
1389
+ default: boolean;
1390
+ };
1391
+ disabled: {
1392
+ type: BooleanConstructor;
1393
+ default: boolean;
1394
+ };
1395
+ color: {
1396
+ type: () => NeonFunctionalColor;
1397
+ default: null;
1398
+ };
1399
+ }>> & Readonly<{}>, {
1400
+ disabled: boolean;
1401
+ expanded: boolean;
1402
+ color: NeonFunctionalColor;
1403
+ inverse: boolean;
1404
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1405
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1406
+ name: {
1407
+ type: StringConstructor;
1408
+ required: true;
1409
+ };
1410
+ color: {
1411
+ type: () => NeonFunctionalColor;
1412
+ default: null;
1413
+ };
1414
+ inverse: {
1415
+ type: BooleanConstructor;
1416
+ default: boolean;
1417
+ };
1418
+ disabled: {
1419
+ type: BooleanConstructor;
1420
+ default: boolean;
1421
+ };
1422
+ }>, {
1423
+ attrs: {
1424
+ [x: string]: unknown;
1425
+ }; /**
1426
+ * aria label of the button icon
1427
+ */
1428
+ icon: import("vue").ComputedRef<string>;
1429
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1430
+ name: {
1431
+ type: StringConstructor;
1432
+ required: true;
1433
+ };
1434
+ color: {
1435
+ type: () => NeonFunctionalColor;
1436
+ default: null;
1437
+ };
1438
+ inverse: {
1439
+ type: BooleanConstructor;
1440
+ default: boolean;
1441
+ };
1442
+ disabled: {
1443
+ type: BooleanConstructor;
1444
+ default: boolean;
1445
+ };
1446
+ }>> & Readonly<{}>, {
1447
+ disabled: boolean;
1448
+ color: NeonFunctionalColor;
1449
+ inverse: boolean;
1450
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1451
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1452
+ href: {
1453
+ type: StringConstructor;
1454
+ default: null;
1455
+ };
1456
+ noStyle: {
1457
+ type: BooleanConstructor;
1458
+ default: boolean;
1459
+ };
1460
+ outlineStyle: {
1461
+ type: () => import("../../../neon").NeonOutlineStyle;
1462
+ default: import("../../../neon").NeonOutlineStyle;
1463
+ };
1464
+ externalIndicator: {
1465
+ type: BooleanConstructor;
1466
+ default: boolean;
1467
+ };
1468
+ }>, {
1469
+ routerUrl: import("vue").ComputedRef<string | undefined>;
1470
+ sanitizedAttributes: import("vue").ComputedRef<{
1471
+ [x: string]: unknown;
1472
+ }>;
1473
+ activeRoute: import("vue").ComputedRef<boolean | "">;
1474
+ exactRoute: import("vue").ComputedRef<boolean | "">;
1475
+ onClick: () => void;
1476
+ onSpace: () => Promise<void>;
1477
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1478
+ href: {
1479
+ type: StringConstructor;
1480
+ default: null;
1481
+ };
1482
+ noStyle: {
1483
+ type: BooleanConstructor;
1484
+ default: boolean;
1485
+ };
1486
+ outlineStyle: {
1487
+ type: () => import("../../../neon").NeonOutlineStyle;
1488
+ default: import("../../../neon").NeonOutlineStyle;
1489
+ };
1490
+ externalIndicator: {
1491
+ type: BooleanConstructor;
1492
+ default: boolean;
1493
+ };
1494
+ }>> & Readonly<{
1495
+ onClick?: ((...args: any[]) => any) | undefined;
1496
+ }>, {
1497
+ href: string;
1498
+ noStyle: boolean;
1499
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
1500
+ externalIndicator: boolean;
1501
+ }, {}, {
1502
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1503
+ name: {
1504
+ type: StringConstructor;
1505
+ required: true;
1506
+ };
1507
+ color: {
1508
+ type: () => NeonFunctionalColor;
1509
+ default: null;
1510
+ };
1511
+ inverse: {
1512
+ type: BooleanConstructor;
1513
+ default: boolean;
1514
+ };
1515
+ disabled: {
1516
+ type: BooleanConstructor;
1517
+ default: boolean;
1518
+ };
1519
+ }>, {
1520
+ attrs: {
1521
+ [x: string]: unknown;
1522
+ }; /**
1523
+ * aria label of the button icon
1524
+ */
1525
+ icon: import("vue").ComputedRef<string>;
1526
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1527
+ name: {
1528
+ type: StringConstructor;
1529
+ required: true;
1530
+ };
1531
+ color: {
1532
+ type: () => NeonFunctionalColor;
1533
+ default: null;
1534
+ };
1535
+ inverse: {
1536
+ type: BooleanConstructor;
1537
+ default: boolean;
1538
+ };
1539
+ disabled: {
1540
+ type: BooleanConstructor;
1541
+ default: boolean;
1542
+ };
1543
+ }>> & Readonly<{}>, {
1544
+ disabled: boolean;
1545
+ color: NeonFunctionalColor;
1546
+ inverse: boolean;
1547
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1548
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1549
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1550
+ NeonInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1551
+ id: {
1552
+ type: StringConstructor;
1553
+ default: null;
1554
+ };
1555
+ modelValue: {
1556
+ type: StringConstructor;
1557
+ default: null;
1558
+ };
1559
+ type: {
1560
+ type: () => import("../../../neon").NeonInputType;
1561
+ default: import("../../../neon").NeonInputType;
1562
+ };
1563
+ placeholder: {
1564
+ type: StringConstructor;
1565
+ default: null;
1566
+ };
1567
+ size: {
1568
+ type: () => NeonSize;
1569
+ default: NeonSize;
1570
+ };
1571
+ color: {
1572
+ type: () => NeonFunctionalColor;
1573
+ default: NeonFunctionalColor;
1574
+ };
1575
+ inputmode: {
1576
+ type: () => import("../../../neon").NeonInputMode;
1577
+ default: import("../../../neon").NeonInputMode;
1578
+ };
1579
+ autocomplete: {
1580
+ type: StringConstructor;
1581
+ default: string;
1582
+ };
1583
+ state: {
1584
+ type: () => import("../../../neon").NeonState;
1585
+ default: import("../../../neon").NeonState;
1586
+ }; /**
1587
+ * aria label of the button icon
1588
+ */
1589
+ rows: {
1590
+ type: NumberConstructor;
1591
+ default: null;
1592
+ };
1593
+ icon: {
1594
+ type: StringConstructor;
1595
+ default: null;
1596
+ };
1597
+ iconReadonly: {
1598
+ type: BooleanConstructor;
1599
+ default: boolean;
1600
+ };
1601
+ hideIcon: {
1602
+ type: BooleanConstructor;
1603
+ default: boolean;
1604
+ };
1605
+ tabindex: {
1606
+ type: NumberConstructor;
1607
+ default: number;
1608
+ };
1609
+ disabled: {
1610
+ type: BooleanConstructor;
1611
+ default: boolean;
1612
+ }; /**
1613
+ * Placement of the dropdown contents.
1614
+ */
1615
+ stateHighlight: {
1616
+ type: BooleanConstructor;
1617
+ default: boolean;
1618
+ };
1619
+ stateIcon: {
1620
+ type: BooleanConstructor;
1621
+ default: boolean;
1622
+ };
1623
+ maxlength: {
1624
+ type: NumberConstructor;
1625
+ default: null;
1626
+ };
1627
+ debounce: {
1628
+ type: NumberConstructor;
1629
+ default: undefined;
1630
+ };
1631
+ }>, {
1632
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1633
+ focused: import("vue").Ref<boolean, boolean>;
1634
+ sanitizedAttributes: import("vue").ComputedRef<{
1635
+ [x: string]: unknown;
1636
+ }>;
1637
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1638
+ iconName: import("vue").ComputedRef<string | undefined>;
1639
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1640
+ computedPlaceholder: import("vue").ComputedRef<string>;
1641
+ focus: () => void;
1642
+ click: () => void;
1643
+ onFocus: () => void;
1644
+ onBlur: () => void;
1645
+ iconClicked: ($event: Event) => void;
1646
+ changeValue: (event: Event) => void;
1647
+ onKeyDown: (event: KeyboardEvent) => void;
1648
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], "update:modelValue" | "focus" | "blur" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1649
+ id: {
1650
+ type: StringConstructor;
1651
+ default: null;
1652
+ };
1653
+ modelValue: {
1654
+ type: StringConstructor;
1655
+ default: null;
1656
+ };
1657
+ type: {
1658
+ type: () => import("../../../neon").NeonInputType;
1659
+ default: import("../../../neon").NeonInputType;
1660
+ };
1661
+ placeholder: {
1662
+ type: StringConstructor;
1663
+ default: null;
1664
+ };
1665
+ size: {
1666
+ type: () => NeonSize;
1667
+ default: NeonSize;
1668
+ };
1669
+ color: {
1670
+ type: () => NeonFunctionalColor;
1671
+ default: NeonFunctionalColor;
1672
+ };
1673
+ inputmode: {
1674
+ type: () => import("../../../neon").NeonInputMode;
1675
+ default: import("../../../neon").NeonInputMode;
1676
+ };
1677
+ autocomplete: {
1678
+ type: StringConstructor;
1679
+ default: string;
1680
+ };
1681
+ state: {
1682
+ type: () => import("../../../neon").NeonState;
1683
+ default: import("../../../neon").NeonState;
1684
+ }; /**
1685
+ * aria label of the button icon
1686
+ */
1687
+ rows: {
1688
+ type: NumberConstructor;
1689
+ default: null;
1690
+ };
1691
+ icon: {
1692
+ type: StringConstructor;
1693
+ default: null;
1694
+ };
1695
+ iconReadonly: {
1696
+ type: BooleanConstructor;
1697
+ default: boolean;
1698
+ };
1699
+ hideIcon: {
1700
+ type: BooleanConstructor;
1701
+ default: boolean;
1702
+ };
1703
+ tabindex: {
1704
+ type: NumberConstructor;
1705
+ default: number;
1706
+ };
1707
+ disabled: {
1708
+ type: BooleanConstructor;
1709
+ default: boolean;
1710
+ }; /**
1711
+ * Placement of the dropdown contents.
1712
+ */
1713
+ stateHighlight: {
1714
+ type: BooleanConstructor;
1715
+ default: boolean;
1716
+ };
1717
+ stateIcon: {
1718
+ type: BooleanConstructor;
1719
+ default: boolean;
1720
+ };
1721
+ maxlength: {
1722
+ type: NumberConstructor;
1723
+ default: null;
1724
+ };
1725
+ debounce: {
1726
+ type: NumberConstructor;
1727
+ default: undefined;
1728
+ };
1729
+ }>> & Readonly<{
1730
+ onFocus?: ((...args: any[]) => any) | undefined;
1731
+ onBlur?: ((...args: any[]) => any) | undefined;
1732
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1733
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1734
+ }>, {
1735
+ disabled: boolean;
1736
+ icon: string;
1737
+ type: import("../../../neon").NeonInputType;
1738
+ debounce: number;
1739
+ size: NeonSize;
1740
+ color: NeonFunctionalColor;
1741
+ id: string;
1742
+ placeholder: string;
1743
+ tabindex: number;
1744
+ inputmode: import("../../../neon").NeonInputMode;
1745
+ modelValue: string;
1746
+ state: import("../../../neon").NeonState;
1747
+ autocomplete: string;
1748
+ rows: number;
1749
+ iconReadonly: boolean;
1750
+ hideIcon: boolean;
1751
+ stateHighlight: boolean;
1752
+ stateIcon: boolean;
1753
+ maxlength: number;
1754
+ }, {}, {
1755
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1756
+ name: {
1757
+ type: StringConstructor;
1758
+ required: true;
1759
+ };
1760
+ color: {
1761
+ type: () => NeonFunctionalColor;
1762
+ default: null;
1763
+ };
1764
+ inverse: {
1765
+ type: BooleanConstructor;
1766
+ default: boolean;
1767
+ };
1768
+ disabled: {
1769
+ type: BooleanConstructor;
1770
+ default: boolean;
1771
+ };
1772
+ }>, {
1773
+ attrs: {
1774
+ [x: string]: unknown;
1775
+ }; /**
1776
+ * aria label of the button icon
1777
+ */
1778
+ icon: import("vue").ComputedRef<string>;
1779
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1780
+ name: {
1781
+ type: StringConstructor;
1782
+ required: true;
1783
+ };
1784
+ color: {
1785
+ type: () => NeonFunctionalColor;
1786
+ default: null;
1787
+ };
1788
+ inverse: {
1789
+ type: BooleanConstructor;
1790
+ default: boolean;
1791
+ };
1792
+ disabled: {
1793
+ type: BooleanConstructor;
1794
+ default: boolean;
1795
+ };
1796
+ }>> & Readonly<{}>, {
1797
+ disabled: boolean;
1798
+ color: NeonFunctionalColor;
1799
+ inverse: boolean;
1800
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1801
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1802
+ NeonList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1803
+ modelValue: {
1804
+ type: () => import("../../../neon").NeonListItem[];
1805
+ required: true;
1806
+ };
1807
+ size: {
1808
+ type: () => NeonSize;
1809
+ default: NeonSize;
1810
+ };
1811
+ color: {
1812
+ type: () => NeonFunctionalColor;
1813
+ default: NeonFunctionalColor;
1814
+ };
1815
+ disabled: {
1816
+ type: BooleanConstructor;
1817
+ default: boolean;
1818
+ };
1819
+ }>, {
1820
+ remove: (key: string) => void;
1821
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:modelValue")[], "close" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1822
+ modelValue: {
1823
+ type: () => import("../../../neon").NeonListItem[];
1824
+ required: true;
1825
+ };
1826
+ size: {
1827
+ type: () => NeonSize;
1828
+ default: NeonSize;
1829
+ };
1830
+ color: {
1831
+ type: () => NeonFunctionalColor;
1832
+ default: NeonFunctionalColor;
1833
+ };
1834
+ disabled: {
1835
+ type: BooleanConstructor;
1836
+ default: boolean;
1837
+ };
1838
+ }>> & Readonly<{
1839
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1840
+ onClose?: ((...args: any[]) => any) | undefined;
1841
+ }>, {
1842
+ disabled: boolean;
1843
+ size: NeonSize;
1844
+ color: NeonFunctionalColor;
1845
+ }, {}, {
1846
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1847
+ name: {
1848
+ type: StringConstructor;
1849
+ required: true;
1850
+ };
1851
+ color: {
1852
+ type: () => NeonFunctionalColor;
1853
+ default: null;
1854
+ };
1855
+ inverse: {
1856
+ type: BooleanConstructor;
1857
+ default: boolean;
1858
+ };
1859
+ disabled: {
1860
+ type: BooleanConstructor;
1861
+ default: boolean;
1862
+ };
1863
+ }>, {
1864
+ attrs: {
1865
+ [x: string]: unknown;
1866
+ }; /**
1867
+ * aria label of the button icon
1868
+ */
1869
+ icon: import("vue").ComputedRef<string>;
1870
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1871
+ name: {
1872
+ type: StringConstructor;
1873
+ required: true;
1874
+ };
1875
+ color: {
1876
+ type: () => NeonFunctionalColor;
1877
+ default: null;
1878
+ };
1879
+ inverse: {
1880
+ type: BooleanConstructor;
1881
+ default: boolean;
1882
+ };
1883
+ disabled: {
1884
+ type: BooleanConstructor;
1885
+ default: boolean;
1886
+ };
1887
+ }>> & Readonly<{}>, {
1888
+ disabled: boolean;
1889
+ color: NeonFunctionalColor;
1890
+ inverse: boolean;
1891
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1892
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1893
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
382
1894
  NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
383
1895
  name: {
384
1896
  type: StringConstructor;
@@ -626,13 +2138,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
626
2138
  size: import("../../../neon").NeonButtonSize;
627
2139
  color: NeonFunctionalColor;
628
2140
  inverse: boolean;
629
- circular: boolean;
630
2141
  alternateColor: NeonFunctionalColor;
631
2142
  iconPosition: import("../../../neon").NeonHorizontalPosition;
632
2143
  buttonStyle: import("../../../neon").NeonButtonStyle;
633
2144
  buttonType: import("../../../neon").NeonButtonType;
634
2145
  state: import("../../../neon").NeonState;
635
2146
  transparent: boolean;
2147
+ circular: boolean;
636
2148
  fullWidth: boolean;
637
2149
  indicator: boolean;
638
2150
  indicatorExpanded: boolean;