@aotearoan/neon 19.0.0 → 19.0.2

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 (66) hide show
  1. package/dist/components/navigation/dropdown-menu/NeonDropdownMenu.cjs.js +1 -1
  2. package/dist/components/navigation/dropdown-menu/NeonDropdownMenu.cjs.js.map +1 -1
  3. package/dist/components/navigation/dropdown-menu/NeonDropdownMenu.es.js +36 -34
  4. package/dist/components/navigation/dropdown-menu/NeonDropdownMenu.es.js.map +1 -1
  5. package/dist/components/navigation/dropdown-menu/NeonDropdownMenu.vue.cjs.js +1 -1
  6. package/dist/components/navigation/dropdown-menu/NeonDropdownMenu.vue.cjs.js.map +1 -1
  7. package/dist/components/navigation/dropdown-menu/NeonDropdownMenu.vue.es.js +1 -0
  8. package/dist/components/navigation/dropdown-menu/NeonDropdownMenu.vue.es.js.map +1 -1
  9. package/dist/components/presentation/dropdown/NeonDropdown.cjs.js +1 -1
  10. package/dist/components/presentation/dropdown/NeonDropdown.cjs.js.map +1 -1
  11. package/dist/components/presentation/dropdown/NeonDropdown.es.js +18 -18
  12. package/dist/components/presentation/dropdown/NeonDropdown.es.js.map +1 -1
  13. package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js +1 -1
  14. package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js.map +1 -1
  15. package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js +16 -12
  16. package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js.map +1 -1
  17. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js +1 -1
  18. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js.map +1 -1
  19. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js +27 -26
  20. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js.map +1 -1
  21. package/dist/components/user-input/input/NeonInput.cjs.js +1 -1
  22. package/dist/components/user-input/input/NeonInput.cjs.js.map +1 -1
  23. package/dist/components/user-input/input/NeonInput.es.js +37 -32
  24. package/dist/components/user-input/input/NeonInput.es.js.map +1 -1
  25. package/dist/components/user-input/input/NeonInput.vue.cjs.js +1 -1
  26. package/dist/components/user-input/input/NeonInput.vue.cjs.js.map +1 -1
  27. package/dist/components/user-input/input/NeonInput.vue.es.js +21 -19
  28. package/dist/components/user-input/input/NeonInput.vue.es.js.map +1 -1
  29. package/dist/components/user-input/search/NeonSearch.cjs.js +1 -1
  30. package/dist/components/user-input/search/NeonSearch.cjs.js.map +1 -1
  31. package/dist/components/user-input/search/NeonSearch.es.js +61 -46
  32. package/dist/components/user-input/search/NeonSearch.es.js.map +1 -1
  33. package/dist/components/user-input/search/NeonSearch.vue.cjs.js +1 -1
  34. package/dist/components/user-input/search/NeonSearch.vue.cjs.js.map +1 -1
  35. package/dist/components/user-input/search/NeonSearch.vue.es.js +15 -11
  36. package/dist/components/user-input/search/NeonSearch.vue.es.js.map +1 -1
  37. package/dist/components/user-input/select/NeonSelect.cjs.js +1 -1
  38. package/dist/components/user-input/select/NeonSelect.cjs.js.map +1 -1
  39. package/dist/components/user-input/select/NeonSelect.es.js +58 -56
  40. package/dist/components/user-input/select/NeonSelect.es.js.map +1 -1
  41. package/dist/components/user-input/select/NeonSelect.vue.cjs.js +1 -1
  42. package/dist/components/user-input/select/NeonSelect.vue.cjs.js.map +1 -1
  43. package/dist/components/user-input/select/NeonSelect.vue.es.js +1 -0
  44. package/dist/components/user-input/select/NeonSelect.vue.es.js.map +1 -1
  45. package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +1505 -1
  46. package/dist/src/components/navigation/menu/NeonMenu.d.ts +1507 -15
  47. package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +12 -3
  48. package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +15 -0
  49. package/dist/src/components/user-input/color/NeonColor.d.ts +9 -0
  50. package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +25 -32
  51. package/dist/src/components/user-input/file/NeonFile.d.ts +21 -8
  52. package/dist/src/components/user-input/input/NeonInput.d.ts +19 -12
  53. package/dist/src/components/user-input/number/NeonNumber.d.ts +45 -8
  54. package/dist/src/components/user-input/password/NeonPassword.d.ts +9 -0
  55. package/dist/src/components/user-input/search/NeonSearch.d.ts +2275 -34
  56. package/dist/src/components/user-input/select/NeonSelect.d.ts +1605 -36
  57. package/package.json +1 -1
  58. package/src/sass/components/_badge.scss +1 -3
  59. package/src/sass/components/_button.scss +3 -2
  60. package/src/sass/components/_drawer.scss +1 -1
  61. package/src/sass/components/_dropdown-menu.scss +1 -0
  62. package/src/sass/components/_dropdown.scss +1 -1
  63. package/src/sass/components/_input.scss +2 -11
  64. package/src/sass/components/_search.scss +8 -3
  65. package/src/sass/components/_select.scss +1 -0
  66. package/src/sass/variables.scss +18 -8
@@ -380,7 +380,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
380
380
  attrs: {
381
381
  [x: string]: unknown;
382
382
  };
383
- icon: import("vue").ComputedRef<string>;
383
+ icon: import("vue").ComputedRef<string>; /**
384
+ * Show the dropdown button's indicator (chevron).
385
+ */
384
386
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
385
387
  name: {
386
388
  type: StringConstructor;
@@ -647,7 +649,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
647
649
  attrs: {
648
650
  [x: string]: unknown;
649
651
  };
650
- icon: import("vue").ComputedRef<string>;
652
+ icon: import("vue").ComputedRef<string>; /**
653
+ * Show the dropdown button's indicator (chevron).
654
+ */
651
655
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
652
656
  name: {
653
657
  type: StringConstructor;
@@ -692,6 +696,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
692
696
  sanitizedAttributes: import("vue").ComputedRef<{
693
697
  [x: string]: unknown;
694
698
  }>;
699
+ /**
700
+ * Disable the dropdown button
701
+ */
695
702
  activeRoute: import("vue").ComputedRef<boolean | "">;
696
703
  exactRoute: import("vue").ComputedRef<boolean | "">;
697
704
  onClick: () => void;
@@ -742,7 +749,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
742
749
  attrs: {
743
750
  [x: string]: unknown;
744
751
  };
745
- icon: import("vue").ComputedRef<string>;
752
+ icon: import("vue").ComputedRef<string>; /**
753
+ * Show the dropdown button's indicator (chevron).
754
+ */
746
755
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
747
756
  name: {
748
757
  type: StringConstructor;
@@ -23,6 +23,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
23
23
  type: StringConstructor;
24
24
  default: undefined;
25
25
  };
26
+ /**
27
+ * Hide the label under the dot navigation.
28
+ */
29
+ hideLabel: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
26
33
  /**
27
34
  * Provide an alternative label for the Previous button.
28
35
  */
@@ -62,6 +69,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
62
69
  type: StringConstructor;
63
70
  default: undefined;
64
71
  };
72
+ /**
73
+ * Hide the label under the dot navigation.
74
+ */
75
+ hideLabel: {
76
+ type: BooleanConstructor;
77
+ default: boolean;
78
+ };
65
79
  /**
66
80
  * Provide an alternative label for the Previous button.
67
81
  */
@@ -80,6 +94,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
80
94
  "onCurrent-image"?: ((...args: any[]) => any) | undefined;
81
95
  }>, {
82
96
  imageCountLabel: string;
97
+ hideLabel: boolean;
83
98
  previousLabel: string;
84
99
  nextLabel: string;
85
100
  }, {}, {
@@ -138,6 +138,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
138
138
  type: () => import("../../../neon").NeonInputMode;
139
139
  default: import("../../../neon").NeonInputMode;
140
140
  };
141
+ autocomplete: {
142
+ type: StringConstructor;
143
+ default: string;
144
+ };
141
145
  state: {
142
146
  type: () => import("../../../neon").NeonState;
143
147
  default: import("../../../neon").NeonState;
@@ -228,6 +232,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
228
232
  type: () => import("../../../neon").NeonInputMode;
229
233
  default: import("../../../neon").NeonInputMode;
230
234
  };
235
+ autocomplete: {
236
+ type: StringConstructor;
237
+ default: string;
238
+ };
231
239
  state: {
232
240
  type: () => import("../../../neon").NeonState;
233
241
  default: import("../../../neon").NeonState;
@@ -290,6 +298,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
290
298
  inputmode: import("../../../neon").NeonInputMode;
291
299
  modelValue: string;
292
300
  state: import("../../../neon").NeonState;
301
+ autocomplete: string;
293
302
  rows: number;
294
303
  iconReadonly: boolean;
295
304
  hideIcon: boolean;
@@ -780,12 +780,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
780
780
  };
781
781
  label: {
782
782
  type: StringConstructor;
783
- default: null; /**
784
- * Disable date picker
785
- */
786
- }; /**
787
- * Disable date picker
788
- */
783
+ default: null;
784
+ };
789
785
  image: {
790
786
  type: StringConstructor;
791
787
  default: null;
@@ -808,12 +804,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
808
804
  };
809
805
  size: {
810
806
  type: () => NeonSize;
811
- default: NeonSize; /**
812
- * The placement of the dropdown calendar popup.
813
- */
814
- }; /**
815
- * The placement of the dropdown calendar popup.
816
- */
807
+ default: NeonSize;
808
+ };
817
809
  color: {
818
810
  type: () => NeonFunctionalColor;
819
811
  default: NeonFunctionalColor;
@@ -868,12 +860,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
868
860
  };
869
861
  label: {
870
862
  type: StringConstructor;
871
- default: null; /**
872
- * Disable date picker
873
- */
874
- }; /**
875
- * Disable date picker
876
- */
863
+ default: null;
864
+ };
877
865
  image: {
878
866
  type: StringConstructor;
879
867
  default: null;
@@ -896,12 +884,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
896
884
  };
897
885
  size: {
898
886
  type: () => NeonSize;
899
- default: NeonSize; /**
900
- * The placement of the dropdown calendar popup.
901
- */
902
- }; /**
903
- * The placement of the dropdown calendar popup.
904
- */
887
+ default: NeonSize;
888
+ };
905
889
  color: {
906
890
  type: () => NeonFunctionalColor;
907
891
  default: NeonFunctionalColor;
@@ -1565,6 +1549,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1565
1549
  type: () => import("../../../neon").NeonInputMode;
1566
1550
  default: import("../../../neon").NeonInputMode;
1567
1551
  };
1552
+ autocomplete: {
1553
+ type: StringConstructor;
1554
+ default: string;
1555
+ };
1568
1556
  state: {
1569
1557
  type: () => import("../../../neon").NeonState;
1570
1558
  default: import("../../../neon").NeonState;
@@ -1582,9 +1570,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1582
1570
  default: boolean;
1583
1571
  };
1584
1572
  hideIcon: {
1585
- type: BooleanConstructor; /**
1586
- * The placement of the dropdown calendar popup.
1587
- */
1573
+ type: BooleanConstructor;
1588
1574
  default: boolean;
1589
1575
  };
1590
1576
  tabindex: {
@@ -1592,7 +1578,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1592
1578
  default: number;
1593
1579
  };
1594
1580
  disabled: {
1595
- type: BooleanConstructor;
1581
+ type: BooleanConstructor; /**
1582
+ * This is the label of the input field which opens the calendar. This is technically a button.
1583
+ */
1596
1584
  default: boolean;
1597
1585
  };
1598
1586
  stateHighlight: {
@@ -1657,6 +1645,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1657
1645
  type: () => import("../../../neon").NeonInputMode;
1658
1646
  default: import("../../../neon").NeonInputMode;
1659
1647
  };
1648
+ autocomplete: {
1649
+ type: StringConstructor;
1650
+ default: string;
1651
+ };
1660
1652
  state: {
1661
1653
  type: () => import("../../../neon").NeonState;
1662
1654
  default: import("../../../neon").NeonState;
@@ -1674,9 +1666,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1674
1666
  default: boolean;
1675
1667
  };
1676
1668
  hideIcon: {
1677
- type: BooleanConstructor; /**
1678
- * The placement of the dropdown calendar popup.
1679
- */
1669
+ type: BooleanConstructor;
1680
1670
  default: boolean;
1681
1671
  };
1682
1672
  tabindex: {
@@ -1684,7 +1674,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1684
1674
  default: number;
1685
1675
  };
1686
1676
  disabled: {
1687
- type: BooleanConstructor;
1677
+ type: BooleanConstructor; /**
1678
+ * This is the label of the input field which opens the calendar. This is technically a button.
1679
+ */
1688
1680
  default: boolean;
1689
1681
  };
1690
1682
  stateHighlight: {
@@ -1721,6 +1713,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1721
1713
  inputmode: import("../../../neon").NeonInputMode;
1722
1714
  modelValue: string;
1723
1715
  state: import("../../../neon").NeonState;
1716
+ autocomplete: string;
1724
1717
  rows: number;
1725
1718
  iconReadonly: boolean;
1726
1719
  hideIcon: boolean;
@@ -590,14 +590,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
590
590
  default: NeonSize;
591
591
  };
592
592
  color: {
593
- type: () => NeonFunctionalColor; /**
594
- * The file component size
595
- */
593
+ type: () => NeonFunctionalColor;
596
594
  default: NeonFunctionalColor;
597
595
  };
598
596
  inputmode: {
599
597
  type: () => import("../../../neon").NeonInputMode;
600
- default: import("../../../neon").NeonInputMode;
598
+ default: import("../../../neon").NeonInputMode; /**
599
+ * The file component color
600
+ */
601
+ }; /**
602
+ * The file component color
603
+ */
604
+ autocomplete: {
605
+ type: StringConstructor;
606
+ default: string;
601
607
  };
602
608
  state: {
603
609
  type: () => NeonState;
@@ -682,14 +688,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
682
688
  default: NeonSize;
683
689
  };
684
690
  color: {
685
- type: () => NeonFunctionalColor; /**
686
- * The file component size
687
- */
691
+ type: () => NeonFunctionalColor;
688
692
  default: NeonFunctionalColor;
689
693
  };
690
694
  inputmode: {
691
695
  type: () => import("../../../neon").NeonInputMode;
692
- default: import("../../../neon").NeonInputMode;
696
+ default: import("../../../neon").NeonInputMode; /**
697
+ * The file component color
698
+ */
699
+ }; /**
700
+ * The file component color
701
+ */
702
+ autocomplete: {
703
+ type: StringConstructor;
704
+ default: string;
693
705
  };
694
706
  state: {
695
707
  type: () => NeonState;
@@ -753,6 +765,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
753
765
  inputmode: import("../../../neon").NeonInputMode;
754
766
  modelValue: string;
755
767
  state: NeonState;
768
+ autocomplete: string;
756
769
  rows: number;
757
770
  iconReadonly: boolean;
758
771
  hideIcon: boolean;
@@ -58,6 +58,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
58
58
  type: () => NeonInputMode;
59
59
  default: NeonInputMode;
60
60
  };
61
+ /**
62
+ * The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
63
+ * NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
64
+ */
65
+ autocomplete: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
61
69
  /**
62
70
  * The state of the input
63
71
  */
@@ -207,6 +215,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
207
215
  type: () => NeonInputMode;
208
216
  default: NeonInputMode;
209
217
  };
218
+ /**
219
+ * The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
220
+ * NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
221
+ */
222
+ autocomplete: {
223
+ type: StringConstructor;
224
+ default: string;
225
+ };
210
226
  /**
211
227
  * The state of the input
212
228
  */
@@ -305,6 +321,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
305
321
  inputmode: NeonInputMode;
306
322
  modelValue: string;
307
323
  state: NeonState;
324
+ autocomplete: string;
308
325
  rows: number;
309
326
  iconReadonly: boolean;
310
327
  hideIcon: boolean;
@@ -322,16 +339,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
322
339
  default: null;
323
340
  };
324
341
  inverse: {
325
- /**
326
- * The state of the input
327
- */
328
342
  type: BooleanConstructor;
329
343
  default: boolean;
330
344
  };
331
345
  disabled: {
332
- type: BooleanConstructor; /**
333
- * The number of rows to display in the case of a textarea
334
- */
346
+ type: BooleanConstructor;
335
347
  default: boolean;
336
348
  };
337
349
  }>, {
@@ -349,16 +361,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
349
361
  default: null;
350
362
  };
351
363
  inverse: {
352
- /**
353
- * The state of the input
354
- */
355
364
  type: BooleanConstructor;
356
365
  default: boolean;
357
366
  };
358
367
  disabled: {
359
- type: BooleanConstructor; /**
360
- * The number of rows to display in the case of a textarea
361
- */
368
+ type: BooleanConstructor;
362
369
  default: boolean;
363
370
  };
364
371
  }>> & Readonly<{}>, {
@@ -681,20 +681,34 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
681
681
  };
682
682
  placeholder: {
683
683
  type: StringConstructor;
684
- default: null;
685
- };
684
+ default: null; /**
685
+ * The maximum value the input can accept.
686
+ */
687
+ }; /**
688
+ * The maximum value the input can accept.
689
+ */
686
690
  size: {
687
691
  type: () => NeonSize;
688
692
  default: NeonSize;
689
693
  };
690
694
  color: {
691
- type: () => NeonFunctionalColor;
695
+ type: () => NeonFunctionalColor; /**
696
+ * The component color.
697
+ */
692
698
  default: NeonFunctionalColor;
693
699
  };
694
700
  inputmode: {
695
701
  type: () => NeonInputMode;
696
702
  default: NeonInputMode;
697
703
  };
704
+ autocomplete: {
705
+ type: StringConstructor;
706
+ default: string; /**
707
+ * Enable/disable direct editing of the value.
708
+ */
709
+ }; /**
710
+ * Enable/disable direct editing of the value.
711
+ */
698
712
  state: {
699
713
  type: () => import("../../../neon").NeonState;
700
714
  default: import("../../../neon").NeonState;
@@ -726,7 +740,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
726
740
  stateHighlight: {
727
741
  type: BooleanConstructor;
728
742
  default: boolean;
729
- };
743
+ }; /**
744
+ * Emitted when the user changes the value of the number via the increment/decrement buttons or manually entering
745
+ * the value.
746
+ * @type {number | null} the current value or null if the value has been cleared.
747
+ */
730
748
  stateIcon: {
731
749
  type: BooleanConstructor;
732
750
  default: boolean;
@@ -771,20 +789,34 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
771
789
  };
772
790
  placeholder: {
773
791
  type: StringConstructor;
774
- default: null;
775
- };
792
+ default: null; /**
793
+ * The maximum value the input can accept.
794
+ */
795
+ }; /**
796
+ * The maximum value the input can accept.
797
+ */
776
798
  size: {
777
799
  type: () => NeonSize;
778
800
  default: NeonSize;
779
801
  };
780
802
  color: {
781
- type: () => NeonFunctionalColor;
803
+ type: () => NeonFunctionalColor; /**
804
+ * The component color.
805
+ */
782
806
  default: NeonFunctionalColor;
783
807
  };
784
808
  inputmode: {
785
809
  type: () => NeonInputMode;
786
810
  default: NeonInputMode;
787
811
  };
812
+ autocomplete: {
813
+ type: StringConstructor;
814
+ default: string; /**
815
+ * Enable/disable direct editing of the value.
816
+ */
817
+ }; /**
818
+ * Enable/disable direct editing of the value.
819
+ */
788
820
  state: {
789
821
  type: () => import("../../../neon").NeonState;
790
822
  default: import("../../../neon").NeonState;
@@ -816,7 +848,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
816
848
  stateHighlight: {
817
849
  type: BooleanConstructor;
818
850
  default: boolean;
819
- };
851
+ }; /**
852
+ * Emitted when the user changes the value of the number via the increment/decrement buttons or manually entering
853
+ * the value.
854
+ * @type {number | null} the current value or null if the value has been cleared.
855
+ */
820
856
  stateIcon: {
821
857
  type: BooleanConstructor;
822
858
  default: boolean;
@@ -847,6 +883,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
847
883
  inputmode: NeonInputMode;
848
884
  modelValue: string;
849
885
  state: import("../../../neon").NeonState;
886
+ autocomplete: string;
850
887
  rows: number;
851
888
  iconReadonly: boolean;
852
889
  hideIcon: boolean;
@@ -43,6 +43,10 @@ declare const _default: import("vue").DefineComponent<{}, {
43
43
  type: () => import("../../../neon").NeonInputMode;
44
44
  default: import("../../../neon").NeonInputMode;
45
45
  };
46
+ autocomplete: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
46
50
  state: {
47
51
  type: () => import("../../../neon").NeonState;
48
52
  default: import("../../../neon").NeonState;
@@ -133,6 +137,10 @@ declare const _default: import("vue").DefineComponent<{}, {
133
137
  type: () => import("../../../neon").NeonInputMode;
134
138
  default: import("../../../neon").NeonInputMode;
135
139
  };
140
+ autocomplete: {
141
+ type: StringConstructor;
142
+ default: string;
143
+ };
136
144
  state: {
137
145
  type: () => import("../../../neon").NeonState;
138
146
  default: import("../../../neon").NeonState;
@@ -195,6 +203,7 @@ declare const _default: import("vue").DefineComponent<{}, {
195
203
  inputmode: import("../../../neon").NeonInputMode;
196
204
  modelValue: string;
197
205
  state: import("../../../neon").NeonState;
206
+ autocomplete: string;
198
207
  rows: number;
199
208
  iconReadonly: boolean;
200
209
  hideIcon: boolean;