@aotearoan/neon 18.2.13 → 19.0.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 (99) 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/navigation/stepper/NeonStepper.cjs.js +1 -1
  10. package/dist/components/navigation/stepper/NeonStepper.cjs.js.map +1 -1
  11. package/dist/components/navigation/stepper/NeonStepper.es.js +1 -1
  12. package/dist/components/navigation/stepper/NeonStepper.es.js.map +1 -1
  13. package/dist/components/presentation/dropdown/NeonDropdown.cjs.js +1 -1
  14. package/dist/components/presentation/dropdown/NeonDropdown.cjs.js.map +1 -1
  15. package/dist/components/presentation/dropdown/NeonDropdown.es.js +18 -18
  16. package/dist/components/presentation/dropdown/NeonDropdown.es.js.map +1 -1
  17. package/dist/components/user-input/button/NeonButton.cjs.js +1 -1
  18. package/dist/components/user-input/button/NeonButton.cjs.js.map +1 -1
  19. package/dist/components/user-input/button/NeonButton.es.js +1 -1
  20. package/dist/components/user-input/button/NeonButton.es.js.map +1 -1
  21. package/dist/components/user-input/chip/NeonChip.cjs.js +1 -1
  22. package/dist/components/user-input/chip/NeonChip.cjs.js.map +1 -1
  23. package/dist/components/user-input/chip/NeonChip.es.js +6 -6
  24. package/dist/components/user-input/chip/NeonChip.es.js.map +1 -1
  25. package/dist/components/user-input/color/NeonColor.cjs.js +1 -1
  26. package/dist/components/user-input/color/NeonColor.cjs.js.map +1 -1
  27. package/dist/components/user-input/color/NeonColor.es.js +8 -8
  28. package/dist/components/user-input/color/NeonColor.es.js.map +1 -1
  29. package/dist/components/user-input/date-picker/NeonDatePicker.vue.cjs.js +1 -1
  30. package/dist/components/user-input/date-picker/NeonDatePicker.vue.cjs.js.map +1 -1
  31. package/dist/components/user-input/date-picker/NeonDatePicker.vue.es.js +15 -13
  32. package/dist/components/user-input/date-picker/NeonDatePicker.vue.es.js.map +1 -1
  33. package/dist/components/user-input/file/NeonFile.cjs.js +1 -1
  34. package/dist/components/user-input/file/NeonFile.cjs.js.map +1 -1
  35. package/dist/components/user-input/file/NeonFile.es.js +6 -6
  36. package/dist/components/user-input/file/NeonFile.es.js.map +1 -1
  37. package/dist/components/user-input/input/NeonInput.cjs.js +1 -1
  38. package/dist/components/user-input/input/NeonInput.cjs.js.map +1 -1
  39. package/dist/components/user-input/input/NeonInput.es.js +37 -32
  40. package/dist/components/user-input/input/NeonInput.es.js.map +1 -1
  41. package/dist/components/user-input/input/NeonInput.vue.cjs.js +1 -1
  42. package/dist/components/user-input/input/NeonInput.vue.cjs.js.map +1 -1
  43. package/dist/components/user-input/input/NeonInput.vue.es.js +21 -19
  44. package/dist/components/user-input/input/NeonInput.vue.es.js.map +1 -1
  45. package/dist/components/user-input/number/NeonNumber.cjs.js +1 -1
  46. package/dist/components/user-input/number/NeonNumber.cjs.js.map +1 -1
  47. package/dist/components/user-input/number/NeonNumber.es.js +10 -10
  48. package/dist/components/user-input/number/NeonNumber.es.js.map +1 -1
  49. package/dist/components/user-input/range-slider/NeonRangeSlider.cjs.js +1 -1
  50. package/dist/components/user-input/range-slider/NeonRangeSlider.cjs.js.map +1 -1
  51. package/dist/components/user-input/range-slider/NeonRangeSlider.es.js +5 -5
  52. package/dist/components/user-input/range-slider/NeonRangeSlider.es.js.map +1 -1
  53. package/dist/components/user-input/search/NeonSearch.cjs.js +1 -1
  54. package/dist/components/user-input/search/NeonSearch.cjs.js.map +1 -1
  55. package/dist/components/user-input/search/NeonSearch.es.js +60 -45
  56. package/dist/components/user-input/search/NeonSearch.es.js.map +1 -1
  57. package/dist/components/user-input/search/NeonSearch.vue.cjs.js +1 -1
  58. package/dist/components/user-input/search/NeonSearch.vue.cjs.js.map +1 -1
  59. package/dist/components/user-input/search/NeonSearch.vue.es.js +15 -11
  60. package/dist/components/user-input/search/NeonSearch.vue.es.js.map +1 -1
  61. package/dist/components/user-input/select/NeonSelect.cjs.js +1 -1
  62. package/dist/components/user-input/select/NeonSelect.cjs.js.map +1 -1
  63. package/dist/components/user-input/select/NeonSelect.es.js +58 -56
  64. package/dist/components/user-input/select/NeonSelect.es.js.map +1 -1
  65. package/dist/components/user-input/select/NeonSelect.vue.cjs.js +1 -1
  66. package/dist/components/user-input/select/NeonSelect.vue.cjs.js.map +1 -1
  67. package/dist/components/user-input/select/NeonSelect.vue.es.js +1 -0
  68. package/dist/components/user-input/select/NeonSelect.vue.es.js.map +1 -1
  69. package/dist/components/user-input/slider/NeonSlider.cjs.js +1 -1
  70. package/dist/components/user-input/slider/NeonSlider.cjs.js.map +1 -1
  71. package/dist/components/user-input/slider/NeonSlider.es.js +4 -4
  72. package/dist/components/user-input/slider/NeonSlider.es.js.map +1 -1
  73. package/dist/components/user-input/toggle/NeonToggle.cjs.js +1 -1
  74. package/dist/components/user-input/toggle/NeonToggle.cjs.js.map +1 -1
  75. package/dist/components/user-input/toggle/NeonToggle.es.js +4 -4
  76. package/dist/components/user-input/toggle/NeonToggle.es.js.map +1 -1
  77. package/dist/src/components/layout/card-list/NeonCardList.d.ts +0 -6
  78. package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +1505 -1
  79. package/dist/src/components/navigation/menu/NeonMenu.d.ts +1511 -31
  80. package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +12 -3
  81. package/dist/src/components/user-input/chip/NeonChip.d.ts +0 -10
  82. package/dist/src/components/user-input/color/NeonColor.d.ts +9 -0
  83. package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +43 -62
  84. package/dist/src/components/user-input/file/NeonFile.d.ts +21 -8
  85. package/dist/src/components/user-input/input/NeonInput.d.ts +17 -0
  86. package/dist/src/components/user-input/number/NeonNumber.d.ts +51 -18
  87. package/dist/src/components/user-input/password/NeonPassword.d.ts +9 -0
  88. package/dist/src/components/user-input/search/NeonSearch.d.ts +2271 -28
  89. package/dist/src/components/user-input/select/NeonSelect.d.ts +1623 -38
  90. package/package.json +1 -1
  91. package/src/sass/components/_badge.scss +1 -3
  92. package/src/sass/components/_button.scss +3 -2
  93. package/src/sass/components/_drawer.scss +1 -1
  94. package/src/sass/components/_dropdown-menu.scss +1 -0
  95. package/src/sass/components/_dropdown.scss +1 -1
  96. package/src/sass/components/_input.scss +2 -11
  97. package/src/sass/components/_search.scss +7 -2
  98. package/src/sass/components/_select.scss +1 -0
  99. package/src/sass/variables.scss +12 -2
@@ -2,6 +2,7 @@ import { NeonSize } from '@/common/enums/NeonSize';
2
2
  import { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';
3
3
  import type { NeonSearchOption } from '@/common/models/NeonSearchOption';
4
4
  import { NeonDropdownPlacement } from '@/common/enums/NeonDropdownPlacement';
5
+ import { NeonInputMode } from '@/common/enums/NeonInputMode';
5
6
  /**
6
7
  * <p>
7
8
  * The <strong>NeonSearch</strong> component is equivalent to an HTML &lt;input type="search"&gt; element. It is
@@ -61,6 +62,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
61
62
  type: () => NeonFunctionalColor;
62
63
  default: NeonFunctionalColor;
63
64
  };
65
+ /**
66
+ * The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
67
+ * 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.
68
+ */
69
+ autocomplete: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ /**
74
+ * The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
75
+ * This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
76
+ */
77
+ inputmode: {
78
+ type: () => NeonInputMode;
79
+ default: NeonInputMode;
80
+ };
64
81
  /**
65
82
  * Placement of the dropdown contents.
66
83
  */
@@ -69,7 +86,2172 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
69
86
  default: NeonDropdownPlacement;
70
87
  };
71
88
  }>, {
72
- dropdown: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
89
+ dropdown: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
90
+ id: {
91
+ type: StringConstructor;
92
+ };
93
+ modelValue: {
94
+ type: BooleanConstructor;
95
+ required: true;
96
+ };
97
+ label: {
98
+ type: StringConstructor;
99
+ default: null;
100
+ };
101
+ image: {
102
+ type: StringConstructor;
103
+ default: null;
104
+ };
105
+ imageAlt: {
106
+ type: StringConstructor;
107
+ default: null;
108
+ };
109
+ icon: {
110
+ type: StringConstructor;
111
+ default: null;
112
+ };
113
+ indicator: {
114
+ type: BooleanConstructor;
115
+ default: boolean;
116
+ };
117
+ disabled: {
118
+ type: BooleanConstructor;
119
+ default: boolean;
120
+ };
121
+ size: {
122
+ type: () => NeonSize;
123
+ default: NeonSize;
124
+ };
125
+ color: {
126
+ type: () => NeonFunctionalColor;
127
+ default: NeonFunctionalColor;
128
+ };
129
+ alternateColor: {
130
+ type: () => NeonFunctionalColor;
131
+ default: null;
132
+ };
133
+ dropdownStyle: {
134
+ type: () => import("../../../neon").NeonDropdownStyle;
135
+ default: import("../../../neon").NeonDropdownStyle;
136
+ };
137
+ placement: {
138
+ type: () => NeonDropdownPlacement;
139
+ default: NeonDropdownPlacement;
140
+ };
141
+ placementContainer: {
142
+ type: () => HTMLElement;
143
+ default: null;
144
+ };
145
+ openOnHover: {
146
+ type: BooleanConstructor; /**
147
+ * emitted when the user types in filter box.
148
+ * @type {string} the current filter criteria. This can be used by the application to filter the displayed options.
149
+ */
150
+ default: boolean;
151
+ };
152
+ }>> & Readonly<{
153
+ onFocus?: ((...args: any[]) => any) | undefined;
154
+ onBlur?: ((...args: any[]) => any) | undefined;
155
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
156
+ "onDropdown-placement"?: ((...args: any[]) => any) | undefined;
157
+ "onButton-ref"?: ((...args: any[]) => any) | undefined;
158
+ }>, {
159
+ dropdownButton: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
160
+ dropdownContent: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
161
+ dropdownPlacement: import("vue").Ref<NeonDropdownPlacement, NeonDropdownPlacement>;
162
+ closableUtils: import("vue").Ref<{
163
+ open: () => void;
164
+ destroy: () => void;
165
+ escapeKeyListener: (event: KeyboardEvent) => void;
166
+ close: () => void;
167
+ } | null, import("../../../neon").NeonClosableUtils | {
168
+ open: () => void;
169
+ destroy: () => void;
170
+ escapeKeyListener: (event: KeyboardEvent) => void;
171
+ close: () => void;
172
+ } | null>;
173
+ onClose: () => void;
174
+ close: () => void;
175
+ toggleOpen: () => void;
176
+ onBlur: () => void;
177
+ onFocus: () => void;
178
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "dropdown-placement" | "button-ref")[], import("vue").PublicProps, {
179
+ disabled: boolean;
180
+ label: string;
181
+ placement: NeonDropdownPlacement;
182
+ icon: string;
183
+ placementContainer: HTMLElement;
184
+ size: NeonSize;
185
+ color: NeonFunctionalColor;
186
+ image: string;
187
+ alternateColor: NeonFunctionalColor;
188
+ imageAlt: string;
189
+ indicator: boolean;
190
+ dropdownStyle: import("../../../neon").NeonDropdownStyle;
191
+ openOnHover: boolean;
192
+ }, true, {}, {}, {
193
+ NeonBadge: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
194
+ label: {
195
+ type: StringConstructor;
196
+ default: null;
197
+ };
198
+ image: {
199
+ type: StringConstructor;
200
+ default: null;
201
+ };
202
+ icon: {
203
+ type: StringConstructor;
204
+ default: null;
205
+ };
206
+ circular: {
207
+ type: BooleanConstructor;
208
+ default: boolean;
209
+ };
210
+ size: {
211
+ type: () => NeonSize;
212
+ default: NeonSize;
213
+ };
214
+ color: {
215
+ type: () => NeonFunctionalColor;
216
+ default: NeonFunctionalColor;
217
+ };
218
+ alternateColor: {
219
+ type: () => NeonFunctionalColor;
220
+ default: null;
221
+ };
222
+ disabled: {
223
+ type: BooleanConstructor;
224
+ default: boolean;
225
+ };
226
+ jazziconId: {
227
+ type: StringConstructor;
228
+ default: null;
229
+ };
230
+ imageAlt: {
231
+ type: StringConstructor;
232
+ default: string;
233
+ };
234
+ }>, {
235
+ svg: import("vue").ComputedRef<string | null>;
236
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
237
+ label: {
238
+ type: StringConstructor;
239
+ default: null;
240
+ };
241
+ image: {
242
+ type: StringConstructor;
243
+ default: null;
244
+ };
245
+ icon: {
246
+ type: StringConstructor;
247
+ default: null;
248
+ };
249
+ circular: {
250
+ type: BooleanConstructor;
251
+ default: boolean;
252
+ };
253
+ size: {
254
+ type: () => NeonSize;
255
+ default: NeonSize;
256
+ };
257
+ color: {
258
+ type: () => NeonFunctionalColor;
259
+ default: NeonFunctionalColor;
260
+ };
261
+ alternateColor: {
262
+ type: () => NeonFunctionalColor;
263
+ default: null;
264
+ };
265
+ disabled: {
266
+ type: BooleanConstructor;
267
+ default: boolean;
268
+ };
269
+ jazziconId: {
270
+ type: StringConstructor;
271
+ default: null;
272
+ };
273
+ imageAlt: {
274
+ type: StringConstructor;
275
+ default: string;
276
+ };
277
+ }>> & Readonly<{}>, {
278
+ disabled: boolean;
279
+ label: string;
280
+ icon: string;
281
+ size: NeonSize;
282
+ color: NeonFunctionalColor;
283
+ image: string;
284
+ circular: boolean;
285
+ alternateColor: NeonFunctionalColor;
286
+ jazziconId: string;
287
+ imageAlt: string;
288
+ }, {}, {
289
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
290
+ name: {
291
+ type: StringConstructor;
292
+ required: true;
293
+ };
294
+ color: {
295
+ type: () => NeonFunctionalColor;
296
+ default: null;
297
+ };
298
+ inverse: {
299
+ type: BooleanConstructor;
300
+ default: boolean;
301
+ };
302
+ disabled: {
303
+ type: BooleanConstructor;
304
+ default: boolean;
305
+ };
306
+ }>, {
307
+ attrs: {
308
+ [x: string]: unknown;
309
+ }; /**
310
+ * The color of the search.
311
+ */
312
+ icon: import("vue").ComputedRef<string>;
313
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
314
+ name: {
315
+ type: StringConstructor;
316
+ required: true;
317
+ };
318
+ color: {
319
+ type: () => NeonFunctionalColor;
320
+ default: null;
321
+ };
322
+ inverse: {
323
+ type: BooleanConstructor;
324
+ default: boolean;
325
+ };
326
+ disabled: {
327
+ type: BooleanConstructor;
328
+ default: boolean;
329
+ };
330
+ }>> & Readonly<{}>, {
331
+ disabled: boolean;
332
+ color: NeonFunctionalColor;
333
+ inverse: boolean;
334
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
335
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
336
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
337
+ href: {
338
+ type: StringConstructor;
339
+ default: null;
340
+ };
341
+ label: {
342
+ type: StringConstructor;
343
+ default: null;
344
+ };
345
+ size: {
346
+ type: () => import("../../../neon").NeonButtonSize;
347
+ default: import("../../../neon").NeonButtonSize;
348
+ };
349
+ color: {
350
+ type: () => NeonFunctionalColor;
351
+ default: NeonFunctionalColor;
352
+ };
353
+ inverse: {
354
+ type: BooleanConstructor;
355
+ default: boolean;
356
+ };
357
+ alternateColor: {
358
+ type: () => NeonFunctionalColor;
359
+ default: null;
360
+ };
361
+ icon: {
362
+ type: StringConstructor;
363
+ default: null;
364
+ };
365
+ /**
366
+ * Disable the search
367
+ */
368
+ iconPosition: {
369
+ type: () => import("../../../neon").NeonHorizontalPosition;
370
+ default: import("../../../neon").NeonHorizontalPosition;
371
+ };
372
+ buttonStyle: {
373
+ type: () => import("../../../neon").NeonButtonStyle;
374
+ default: import("../../../neon").NeonButtonStyle;
375
+ };
376
+ state: {
377
+ type: () => import("../../../neon").NeonState;
378
+ default: import("../../../neon").NeonState;
379
+ };
380
+ disabled: {
381
+ type: BooleanConstructor;
382
+ default: boolean;
383
+ };
384
+ transparent: {
385
+ type: BooleanConstructor;
386
+ default: boolean;
387
+ };
388
+ outline: {
389
+ type: BooleanConstructor;
390
+ default: boolean;
391
+ };
392
+ circular: {
393
+ type: BooleanConstructor;
394
+ default: null;
395
+ };
396
+ fullWidth: {
397
+ type: BooleanConstructor;
398
+ default: null;
399
+ };
400
+ indicator: {
401
+ type: BooleanConstructor;
402
+ default: boolean;
403
+ };
404
+ indicatorExpanded: {
405
+ type: BooleanConstructor;
406
+ default: null;
407
+ };
408
+ }>, {
409
+ iconName: import("vue").ComputedRef<string>;
410
+ classes: import("vue").ComputedRef<(string | false | {
411
+ [x: string]: boolean | "" | NeonFunctionalColor;
412
+ 'neon-button--text-transparent': boolean;
413
+ 'neon-button--disabled': boolean;
414
+ 'neon-button--inverse': boolean;
415
+ 'neon-button--circular': boolean;
416
+ 'neon-button--no-outline': boolean;
417
+ 'neon-button--full-width': boolean;
418
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
419
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
420
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
421
+ })[]>;
422
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
423
+ attrs: {
424
+ [x: string]: unknown;
425
+ };
426
+ sanitizedAttributes: import("vue").ComputedRef<{
427
+ [x: string]: unknown;
428
+ }>;
429
+ clickLink: () => void | undefined;
430
+ clickButton: () => void;
431
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
432
+ href: {
433
+ type: StringConstructor;
434
+ default: null;
435
+ };
436
+ label: {
437
+ type: StringConstructor;
438
+ default: null;
439
+ };
440
+ size: {
441
+ type: () => import("../../../neon").NeonButtonSize;
442
+ default: import("../../../neon").NeonButtonSize;
443
+ };
444
+ color: {
445
+ type: () => NeonFunctionalColor;
446
+ default: NeonFunctionalColor;
447
+ };
448
+ inverse: {
449
+ type: BooleanConstructor;
450
+ default: boolean;
451
+ };
452
+ alternateColor: {
453
+ type: () => NeonFunctionalColor;
454
+ default: null;
455
+ };
456
+ icon: {
457
+ type: StringConstructor;
458
+ default: null;
459
+ };
460
+ /**
461
+ * Disable the search
462
+ */
463
+ iconPosition: {
464
+ type: () => import("../../../neon").NeonHorizontalPosition;
465
+ default: import("../../../neon").NeonHorizontalPosition;
466
+ };
467
+ buttonStyle: {
468
+ type: () => import("../../../neon").NeonButtonStyle;
469
+ default: import("../../../neon").NeonButtonStyle;
470
+ };
471
+ state: {
472
+ type: () => import("../../../neon").NeonState;
473
+ default: import("../../../neon").NeonState;
474
+ };
475
+ disabled: {
476
+ type: BooleanConstructor;
477
+ default: boolean;
478
+ };
479
+ transparent: {
480
+ type: BooleanConstructor;
481
+ default: boolean;
482
+ };
483
+ outline: {
484
+ type: BooleanConstructor;
485
+ default: boolean;
486
+ };
487
+ circular: {
488
+ type: BooleanConstructor;
489
+ default: null;
490
+ };
491
+ fullWidth: {
492
+ type: BooleanConstructor;
493
+ default: null;
494
+ };
495
+ indicator: {
496
+ type: BooleanConstructor;
497
+ default: boolean;
498
+ };
499
+ indicatorExpanded: {
500
+ type: BooleanConstructor;
501
+ default: null;
502
+ };
503
+ }>> & Readonly<{
504
+ onClick?: ((...args: any[]) => any) | undefined;
505
+ }>, {
506
+ outline: boolean;
507
+ disabled: boolean;
508
+ label: string;
509
+ href: string;
510
+ icon: string;
511
+ size: import("../../../neon").NeonButtonSize;
512
+ color: NeonFunctionalColor;
513
+ inverse: boolean;
514
+ circular: boolean;
515
+ alternateColor: NeonFunctionalColor;
516
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
517
+ buttonStyle: import("../../../neon").NeonButtonStyle;
518
+ state: import("../../../neon").NeonState;
519
+ transparent: boolean;
520
+ fullWidth: boolean;
521
+ indicator: boolean;
522
+ indicatorExpanded: boolean;
523
+ }, {}, {
524
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
525
+ expanded: {
526
+ type: BooleanConstructor;
527
+ default: boolean;
528
+ };
529
+ inverse: {
530
+ type: BooleanConstructor;
531
+ default: boolean;
532
+ };
533
+ disabled: {
534
+ type: BooleanConstructor;
535
+ default: boolean;
536
+ };
537
+ color: {
538
+ type: () => NeonFunctionalColor;
539
+ default: null;
540
+ };
541
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
542
+ expanded: {
543
+ type: BooleanConstructor;
544
+ default: boolean;
545
+ };
546
+ inverse: {
547
+ type: BooleanConstructor;
548
+ default: boolean;
549
+ };
550
+ disabled: {
551
+ type: BooleanConstructor;
552
+ default: boolean;
553
+ };
554
+ color: {
555
+ type: () => NeonFunctionalColor;
556
+ default: null;
557
+ };
558
+ }>> & Readonly<{}>, {
559
+ disabled: boolean;
560
+ expanded: boolean;
561
+ color: NeonFunctionalColor;
562
+ inverse: boolean;
563
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
564
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
565
+ name: {
566
+ type: StringConstructor;
567
+ required: true;
568
+ };
569
+ color: {
570
+ type: () => NeonFunctionalColor;
571
+ default: null;
572
+ };
573
+ inverse: {
574
+ type: BooleanConstructor;
575
+ default: boolean;
576
+ };
577
+ disabled: {
578
+ type: BooleanConstructor;
579
+ default: boolean;
580
+ };
581
+ }>, {
582
+ attrs: {
583
+ [x: string]: unknown;
584
+ }; /**
585
+ * The color of the search.
586
+ */
587
+ icon: import("vue").ComputedRef<string>;
588
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
589
+ name: {
590
+ type: StringConstructor;
591
+ required: true;
592
+ };
593
+ color: {
594
+ type: () => NeonFunctionalColor;
595
+ default: null;
596
+ };
597
+ inverse: {
598
+ type: BooleanConstructor;
599
+ default: boolean;
600
+ };
601
+ disabled: {
602
+ type: BooleanConstructor;
603
+ default: boolean;
604
+ };
605
+ }>> & Readonly<{}>, {
606
+ disabled: boolean;
607
+ color: NeonFunctionalColor;
608
+ inverse: boolean;
609
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
610
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
611
+ href: {
612
+ type: StringConstructor;
613
+ default: null;
614
+ };
615
+ noStyle: {
616
+ type: BooleanConstructor;
617
+ default: boolean;
618
+ };
619
+ outlineStyle: {
620
+ type: () => import("../../../neon").NeonOutlineStyle;
621
+ default: import("../../../neon").NeonOutlineStyle;
622
+ };
623
+ externalIndicator: {
624
+ type: BooleanConstructor;
625
+ default: boolean;
626
+ };
627
+ }>, {
628
+ routerUrl: import("vue").ComputedRef<string | undefined>;
629
+ sanitizedAttributes: import("vue").ComputedRef<{
630
+ [x: string]: unknown;
631
+ }>;
632
+ activeRoute: import("vue").ComputedRef<boolean | "">;
633
+ exactRoute: import("vue").ComputedRef<boolean | "">;
634
+ onClick: () => void;
635
+ onSpace: () => Promise<void>;
636
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
637
+ href: {
638
+ type: StringConstructor;
639
+ default: null;
640
+ };
641
+ noStyle: {
642
+ type: BooleanConstructor;
643
+ default: boolean;
644
+ };
645
+ outlineStyle: {
646
+ type: () => import("../../../neon").NeonOutlineStyle;
647
+ default: import("../../../neon").NeonOutlineStyle;
648
+ };
649
+ externalIndicator: {
650
+ type: BooleanConstructor;
651
+ default: boolean;
652
+ };
653
+ }>> & Readonly<{
654
+ onClick?: ((...args: any[]) => any) | undefined;
655
+ }>, {
656
+ href: string;
657
+ noStyle: boolean;
658
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
659
+ externalIndicator: boolean;
660
+ }, {}, {
661
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
662
+ name: {
663
+ type: StringConstructor;
664
+ required: true;
665
+ };
666
+ color: {
667
+ type: () => NeonFunctionalColor;
668
+ default: null;
669
+ };
670
+ inverse: {
671
+ type: BooleanConstructor;
672
+ default: boolean;
673
+ };
674
+ disabled: {
675
+ type: BooleanConstructor;
676
+ default: boolean;
677
+ };
678
+ }>, {
679
+ attrs: {
680
+ [x: string]: unknown;
681
+ }; /**
682
+ * The color of the search.
683
+ */
684
+ icon: import("vue").ComputedRef<string>;
685
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
686
+ name: {
687
+ type: StringConstructor;
688
+ required: true;
689
+ };
690
+ color: {
691
+ type: () => NeonFunctionalColor;
692
+ default: null;
693
+ };
694
+ inverse: {
695
+ type: BooleanConstructor;
696
+ default: boolean;
697
+ };
698
+ disabled: {
699
+ type: BooleanConstructor;
700
+ default: boolean;
701
+ };
702
+ }>> & Readonly<{}>, {
703
+ disabled: boolean;
704
+ color: NeonFunctionalColor;
705
+ inverse: boolean;
706
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
707
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
708
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
709
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
710
+ expanded: {
711
+ type: BooleanConstructor;
712
+ default: boolean;
713
+ };
714
+ inverse: {
715
+ type: BooleanConstructor;
716
+ default: boolean;
717
+ };
718
+ disabled: {
719
+ type: BooleanConstructor;
720
+ default: boolean;
721
+ };
722
+ color: {
723
+ type: () => NeonFunctionalColor;
724
+ default: null;
725
+ };
726
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
727
+ expanded: {
728
+ type: BooleanConstructor;
729
+ default: boolean;
730
+ };
731
+ inverse: {
732
+ type: BooleanConstructor;
733
+ default: boolean;
734
+ };
735
+ disabled: {
736
+ type: BooleanConstructor;
737
+ default: boolean;
738
+ };
739
+ color: {
740
+ type: () => NeonFunctionalColor;
741
+ default: null;
742
+ };
743
+ }>> & Readonly<{}>, {
744
+ disabled: boolean;
745
+ expanded: boolean;
746
+ color: NeonFunctionalColor;
747
+ inverse: boolean;
748
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
749
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
750
+ P: {};
751
+ B: {};
752
+ D: {};
753
+ C: {};
754
+ M: {};
755
+ Defaults: {};
756
+ }, Readonly<import("vue").ExtractPropTypes<{
757
+ id: {
758
+ type: StringConstructor;
759
+ };
760
+ modelValue: {
761
+ type: BooleanConstructor;
762
+ required: true;
763
+ };
764
+ label: {
765
+ type: StringConstructor;
766
+ default: null;
767
+ };
768
+ image: {
769
+ type: StringConstructor;
770
+ default: null;
771
+ };
772
+ imageAlt: {
773
+ type: StringConstructor;
774
+ default: null;
775
+ };
776
+ icon: {
777
+ type: StringConstructor;
778
+ default: null;
779
+ };
780
+ indicator: {
781
+ type: BooleanConstructor;
782
+ default: boolean;
783
+ };
784
+ disabled: {
785
+ type: BooleanConstructor;
786
+ default: boolean;
787
+ };
788
+ size: {
789
+ type: () => NeonSize;
790
+ default: NeonSize;
791
+ };
792
+ color: {
793
+ type: () => NeonFunctionalColor;
794
+ default: NeonFunctionalColor;
795
+ };
796
+ alternateColor: {
797
+ type: () => NeonFunctionalColor;
798
+ default: null;
799
+ };
800
+ dropdownStyle: {
801
+ type: () => import("../../../neon").NeonDropdownStyle;
802
+ default: import("../../../neon").NeonDropdownStyle;
803
+ };
804
+ placement: {
805
+ type: () => NeonDropdownPlacement;
806
+ default: NeonDropdownPlacement;
807
+ };
808
+ placementContainer: {
809
+ type: () => HTMLElement;
810
+ default: null;
811
+ };
812
+ openOnHover: {
813
+ type: BooleanConstructor; /**
814
+ * emitted when the user types in filter box.
815
+ * @type {string} the current filter criteria. This can be used by the application to filter the displayed options.
816
+ */
817
+ default: boolean;
818
+ };
819
+ }>> & Readonly<{
820
+ onFocus?: ((...args: any[]) => any) | undefined;
821
+ onBlur?: ((...args: any[]) => any) | undefined;
822
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
823
+ "onDropdown-placement"?: ((...args: any[]) => any) | undefined;
824
+ "onButton-ref"?: ((...args: any[]) => any) | undefined;
825
+ }>, {
826
+ dropdownButton: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
827
+ dropdownContent: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
828
+ dropdownPlacement: import("vue").Ref<NeonDropdownPlacement, NeonDropdownPlacement>;
829
+ closableUtils: import("vue").Ref<{
830
+ open: () => void;
831
+ destroy: () => void;
832
+ escapeKeyListener: (event: KeyboardEvent) => void;
833
+ close: () => void;
834
+ } | null, import("../../../neon").NeonClosableUtils | {
835
+ open: () => void;
836
+ destroy: () => void;
837
+ escapeKeyListener: (event: KeyboardEvent) => void;
838
+ close: () => void;
839
+ } | null>;
840
+ onClose: () => void;
841
+ close: () => void;
842
+ toggleOpen: () => void;
843
+ onBlur: () => void;
844
+ onFocus: () => void;
845
+ }, {}, {}, {}, {
846
+ disabled: boolean;
847
+ label: string;
848
+ placement: NeonDropdownPlacement;
849
+ icon: string;
850
+ placementContainer: HTMLElement;
851
+ size: NeonSize;
852
+ color: NeonFunctionalColor;
853
+ image: string;
854
+ alternateColor: NeonFunctionalColor;
855
+ imageAlt: string;
856
+ indicator: boolean;
857
+ dropdownStyle: import("../../../neon").NeonDropdownStyle;
858
+ openOnHover: boolean;
859
+ }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
860
+ id: {
861
+ type: StringConstructor;
862
+ };
863
+ modelValue: {
864
+ type: BooleanConstructor;
865
+ required: true;
866
+ };
867
+ label: {
868
+ type: StringConstructor;
869
+ default: null;
870
+ };
871
+ image: {
872
+ type: StringConstructor;
873
+ default: null;
874
+ };
875
+ imageAlt: {
876
+ type: StringConstructor;
877
+ default: null;
878
+ };
879
+ icon: {
880
+ type: StringConstructor;
881
+ default: null;
882
+ };
883
+ indicator: {
884
+ type: BooleanConstructor;
885
+ default: boolean;
886
+ };
887
+ disabled: {
888
+ type: BooleanConstructor;
889
+ default: boolean;
890
+ };
891
+ size: {
892
+ type: () => NeonSize;
893
+ default: NeonSize;
894
+ };
895
+ color: {
896
+ type: () => NeonFunctionalColor;
897
+ default: NeonFunctionalColor;
898
+ };
899
+ alternateColor: {
900
+ type: () => NeonFunctionalColor;
901
+ default: null;
902
+ };
903
+ dropdownStyle: {
904
+ type: () => import("../../../neon").NeonDropdownStyle;
905
+ default: import("../../../neon").NeonDropdownStyle;
906
+ };
907
+ placement: {
908
+ type: () => NeonDropdownPlacement;
909
+ default: NeonDropdownPlacement;
910
+ };
911
+ placementContainer: {
912
+ type: () => HTMLElement;
913
+ default: null;
914
+ };
915
+ openOnHover: {
916
+ type: BooleanConstructor; /**
917
+ * emitted when the user types in filter box.
918
+ * @type {string} the current filter criteria. This can be used by the application to filter the displayed options.
919
+ */
920
+ default: boolean;
921
+ };
922
+ }>> & Readonly<{
923
+ onFocus?: ((...args: any[]) => any) | undefined;
924
+ onBlur?: ((...args: any[]) => any) | undefined;
925
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
926
+ "onDropdown-placement"?: ((...args: any[]) => any) | undefined;
927
+ "onButton-ref"?: ((...args: any[]) => any) | undefined;
928
+ }>, {
929
+ dropdownButton: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
930
+ dropdownContent: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
931
+ dropdownPlacement: import("vue").Ref<NeonDropdownPlacement, NeonDropdownPlacement>;
932
+ closableUtils: import("vue").Ref<{
933
+ open: () => void;
934
+ destroy: () => void;
935
+ escapeKeyListener: (event: KeyboardEvent) => void;
936
+ close: () => void;
937
+ } | null, import("../../../neon").NeonClosableUtils | {
938
+ open: () => void;
939
+ destroy: () => void;
940
+ escapeKeyListener: (event: KeyboardEvent) => void;
941
+ close: () => void;
942
+ } | null>;
943
+ onClose: () => void;
944
+ close: () => void;
945
+ toggleOpen: () => void;
946
+ onBlur: () => void;
947
+ onFocus: () => void;
948
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "dropdown-placement" | "button-ref")[], import("vue").PublicProps, {
949
+ disabled: boolean;
950
+ label: string;
951
+ placement: NeonDropdownPlacement;
952
+ icon: string;
953
+ placementContainer: HTMLElement;
954
+ size: NeonSize;
955
+ color: NeonFunctionalColor;
956
+ image: string;
957
+ alternateColor: NeonFunctionalColor;
958
+ imageAlt: string;
959
+ indicator: boolean;
960
+ dropdownStyle: import("../../../neon").NeonDropdownStyle;
961
+ openOnHover: boolean;
962
+ }, true, {}, {}, {
963
+ NeonBadge: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
964
+ label: {
965
+ type: StringConstructor;
966
+ default: null;
967
+ };
968
+ image: {
969
+ type: StringConstructor;
970
+ default: null;
971
+ };
972
+ icon: {
973
+ type: StringConstructor;
974
+ default: null;
975
+ };
976
+ circular: {
977
+ type: BooleanConstructor;
978
+ default: boolean;
979
+ };
980
+ size: {
981
+ type: () => NeonSize;
982
+ default: NeonSize;
983
+ };
984
+ color: {
985
+ type: () => NeonFunctionalColor;
986
+ default: NeonFunctionalColor;
987
+ };
988
+ alternateColor: {
989
+ type: () => NeonFunctionalColor;
990
+ default: null;
991
+ };
992
+ disabled: {
993
+ type: BooleanConstructor;
994
+ default: boolean;
995
+ };
996
+ jazziconId: {
997
+ type: StringConstructor;
998
+ default: null;
999
+ };
1000
+ imageAlt: {
1001
+ type: StringConstructor;
1002
+ default: string;
1003
+ };
1004
+ }>, {
1005
+ svg: import("vue").ComputedRef<string | null>;
1006
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1007
+ label: {
1008
+ type: StringConstructor;
1009
+ default: null;
1010
+ };
1011
+ image: {
1012
+ type: StringConstructor;
1013
+ default: null;
1014
+ };
1015
+ icon: {
1016
+ type: StringConstructor;
1017
+ default: null;
1018
+ };
1019
+ circular: {
1020
+ type: BooleanConstructor;
1021
+ default: boolean;
1022
+ };
1023
+ size: {
1024
+ type: () => NeonSize;
1025
+ default: NeonSize;
1026
+ };
1027
+ color: {
1028
+ type: () => NeonFunctionalColor;
1029
+ default: NeonFunctionalColor;
1030
+ };
1031
+ alternateColor: {
1032
+ type: () => NeonFunctionalColor;
1033
+ default: null;
1034
+ };
1035
+ disabled: {
1036
+ type: BooleanConstructor;
1037
+ default: boolean;
1038
+ };
1039
+ jazziconId: {
1040
+ type: StringConstructor;
1041
+ default: null;
1042
+ };
1043
+ imageAlt: {
1044
+ type: StringConstructor;
1045
+ default: string;
1046
+ };
1047
+ }>> & Readonly<{}>, {
1048
+ disabled: boolean;
1049
+ label: string;
1050
+ icon: string;
1051
+ size: NeonSize;
1052
+ color: NeonFunctionalColor;
1053
+ image: string;
1054
+ circular: boolean;
1055
+ alternateColor: NeonFunctionalColor;
1056
+ jazziconId: string;
1057
+ imageAlt: string;
1058
+ }, {}, {
1059
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1060
+ name: {
1061
+ type: StringConstructor;
1062
+ required: true;
1063
+ };
1064
+ color: {
1065
+ type: () => NeonFunctionalColor;
1066
+ default: null;
1067
+ };
1068
+ inverse: {
1069
+ type: BooleanConstructor;
1070
+ default: boolean;
1071
+ };
1072
+ disabled: {
1073
+ type: BooleanConstructor;
1074
+ default: boolean;
1075
+ };
1076
+ }>, {
1077
+ attrs: {
1078
+ [x: string]: unknown;
1079
+ }; /**
1080
+ * The color of the search.
1081
+ */
1082
+ icon: import("vue").ComputedRef<string>;
1083
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1084
+ name: {
1085
+ type: StringConstructor;
1086
+ required: true;
1087
+ };
1088
+ color: {
1089
+ type: () => NeonFunctionalColor;
1090
+ default: null;
1091
+ };
1092
+ inverse: {
1093
+ type: BooleanConstructor;
1094
+ default: boolean;
1095
+ };
1096
+ disabled: {
1097
+ type: BooleanConstructor;
1098
+ default: boolean;
1099
+ };
1100
+ }>> & Readonly<{}>, {
1101
+ disabled: boolean;
1102
+ color: NeonFunctionalColor;
1103
+ inverse: boolean;
1104
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1105
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1106
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1107
+ href: {
1108
+ type: StringConstructor;
1109
+ default: null;
1110
+ };
1111
+ label: {
1112
+ type: StringConstructor;
1113
+ default: null;
1114
+ };
1115
+ size: {
1116
+ type: () => import("../../../neon").NeonButtonSize;
1117
+ default: import("../../../neon").NeonButtonSize;
1118
+ };
1119
+ color: {
1120
+ type: () => NeonFunctionalColor;
1121
+ default: NeonFunctionalColor;
1122
+ };
1123
+ inverse: {
1124
+ type: BooleanConstructor;
1125
+ default: boolean;
1126
+ };
1127
+ alternateColor: {
1128
+ type: () => NeonFunctionalColor;
1129
+ default: null;
1130
+ };
1131
+ icon: {
1132
+ type: StringConstructor;
1133
+ default: null;
1134
+ };
1135
+ /**
1136
+ * Disable the search
1137
+ */
1138
+ iconPosition: {
1139
+ type: () => import("../../../neon").NeonHorizontalPosition;
1140
+ default: import("../../../neon").NeonHorizontalPosition;
1141
+ };
1142
+ buttonStyle: {
1143
+ type: () => import("../../../neon").NeonButtonStyle;
1144
+ default: import("../../../neon").NeonButtonStyle;
1145
+ };
1146
+ state: {
1147
+ type: () => import("../../../neon").NeonState;
1148
+ default: import("../../../neon").NeonState;
1149
+ };
1150
+ disabled: {
1151
+ type: BooleanConstructor;
1152
+ default: boolean;
1153
+ };
1154
+ transparent: {
1155
+ type: BooleanConstructor;
1156
+ default: boolean;
1157
+ };
1158
+ outline: {
1159
+ type: BooleanConstructor;
1160
+ default: boolean;
1161
+ };
1162
+ circular: {
1163
+ type: BooleanConstructor;
1164
+ default: null;
1165
+ };
1166
+ fullWidth: {
1167
+ type: BooleanConstructor;
1168
+ default: null;
1169
+ };
1170
+ indicator: {
1171
+ type: BooleanConstructor;
1172
+ default: boolean;
1173
+ };
1174
+ indicatorExpanded: {
1175
+ type: BooleanConstructor;
1176
+ default: null;
1177
+ };
1178
+ }>, {
1179
+ iconName: import("vue").ComputedRef<string>;
1180
+ classes: import("vue").ComputedRef<(string | false | {
1181
+ [x: string]: boolean | "" | NeonFunctionalColor;
1182
+ 'neon-button--text-transparent': boolean;
1183
+ 'neon-button--disabled': boolean;
1184
+ 'neon-button--inverse': boolean;
1185
+ 'neon-button--circular': boolean;
1186
+ 'neon-button--no-outline': boolean;
1187
+ 'neon-button--full-width': boolean;
1188
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
1189
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
1190
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
1191
+ })[]>;
1192
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1193
+ attrs: {
1194
+ [x: string]: unknown;
1195
+ };
1196
+ sanitizedAttributes: import("vue").ComputedRef<{
1197
+ [x: string]: unknown;
1198
+ }>;
1199
+ clickLink: () => void | undefined;
1200
+ clickButton: () => void;
1201
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1202
+ href: {
1203
+ type: StringConstructor;
1204
+ default: null;
1205
+ };
1206
+ label: {
1207
+ type: StringConstructor;
1208
+ default: null;
1209
+ };
1210
+ size: {
1211
+ type: () => import("../../../neon").NeonButtonSize;
1212
+ default: import("../../../neon").NeonButtonSize;
1213
+ };
1214
+ color: {
1215
+ type: () => NeonFunctionalColor;
1216
+ default: NeonFunctionalColor;
1217
+ };
1218
+ inverse: {
1219
+ type: BooleanConstructor;
1220
+ default: boolean;
1221
+ };
1222
+ alternateColor: {
1223
+ type: () => NeonFunctionalColor;
1224
+ default: null;
1225
+ };
1226
+ icon: {
1227
+ type: StringConstructor;
1228
+ default: null;
1229
+ };
1230
+ /**
1231
+ * Disable the search
1232
+ */
1233
+ iconPosition: {
1234
+ type: () => import("../../../neon").NeonHorizontalPosition;
1235
+ default: import("../../../neon").NeonHorizontalPosition;
1236
+ };
1237
+ buttonStyle: {
1238
+ type: () => import("../../../neon").NeonButtonStyle;
1239
+ default: import("../../../neon").NeonButtonStyle;
1240
+ };
1241
+ state: {
1242
+ type: () => import("../../../neon").NeonState;
1243
+ default: import("../../../neon").NeonState;
1244
+ };
1245
+ disabled: {
1246
+ type: BooleanConstructor;
1247
+ default: boolean;
1248
+ };
1249
+ transparent: {
1250
+ type: BooleanConstructor;
1251
+ default: boolean;
1252
+ };
1253
+ outline: {
1254
+ type: BooleanConstructor;
1255
+ default: boolean;
1256
+ };
1257
+ circular: {
1258
+ type: BooleanConstructor;
1259
+ default: null;
1260
+ };
1261
+ fullWidth: {
1262
+ type: BooleanConstructor;
1263
+ default: null;
1264
+ };
1265
+ indicator: {
1266
+ type: BooleanConstructor;
1267
+ default: boolean;
1268
+ };
1269
+ indicatorExpanded: {
1270
+ type: BooleanConstructor;
1271
+ default: null;
1272
+ };
1273
+ }>> & Readonly<{
1274
+ onClick?: ((...args: any[]) => any) | undefined;
1275
+ }>, {
1276
+ outline: boolean;
1277
+ disabled: boolean;
1278
+ label: string;
1279
+ href: string;
1280
+ icon: string;
1281
+ size: import("../../../neon").NeonButtonSize;
1282
+ color: NeonFunctionalColor;
1283
+ inverse: boolean;
1284
+ circular: boolean;
1285
+ alternateColor: NeonFunctionalColor;
1286
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
1287
+ buttonStyle: import("../../../neon").NeonButtonStyle;
1288
+ state: import("../../../neon").NeonState;
1289
+ transparent: boolean;
1290
+ fullWidth: boolean;
1291
+ indicator: boolean;
1292
+ indicatorExpanded: boolean;
1293
+ }, {}, {
1294
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1295
+ expanded: {
1296
+ type: BooleanConstructor;
1297
+ default: boolean;
1298
+ };
1299
+ inverse: {
1300
+ type: BooleanConstructor;
1301
+ default: boolean;
1302
+ };
1303
+ disabled: {
1304
+ type: BooleanConstructor;
1305
+ default: boolean;
1306
+ };
1307
+ color: {
1308
+ type: () => NeonFunctionalColor;
1309
+ default: null;
1310
+ };
1311
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1312
+ expanded: {
1313
+ type: BooleanConstructor;
1314
+ default: boolean;
1315
+ };
1316
+ inverse: {
1317
+ type: BooleanConstructor;
1318
+ default: boolean;
1319
+ };
1320
+ disabled: {
1321
+ type: BooleanConstructor;
1322
+ default: boolean;
1323
+ };
1324
+ color: {
1325
+ type: () => NeonFunctionalColor;
1326
+ default: null;
1327
+ };
1328
+ }>> & Readonly<{}>, {
1329
+ disabled: boolean;
1330
+ expanded: boolean;
1331
+ color: NeonFunctionalColor;
1332
+ inverse: boolean;
1333
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1334
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1335
+ name: {
1336
+ type: StringConstructor;
1337
+ required: true;
1338
+ };
1339
+ color: {
1340
+ type: () => NeonFunctionalColor;
1341
+ default: null;
1342
+ };
1343
+ inverse: {
1344
+ type: BooleanConstructor;
1345
+ default: boolean;
1346
+ };
1347
+ disabled: {
1348
+ type: BooleanConstructor;
1349
+ default: boolean;
1350
+ };
1351
+ }>, {
1352
+ attrs: {
1353
+ [x: string]: unknown;
1354
+ }; /**
1355
+ * The color of the search.
1356
+ */
1357
+ icon: import("vue").ComputedRef<string>;
1358
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1359
+ name: {
1360
+ type: StringConstructor;
1361
+ required: true;
1362
+ };
1363
+ color: {
1364
+ type: () => NeonFunctionalColor;
1365
+ default: null;
1366
+ };
1367
+ inverse: {
1368
+ type: BooleanConstructor;
1369
+ default: boolean;
1370
+ };
1371
+ disabled: {
1372
+ type: BooleanConstructor;
1373
+ default: boolean;
1374
+ };
1375
+ }>> & Readonly<{}>, {
1376
+ disabled: boolean;
1377
+ color: NeonFunctionalColor;
1378
+ inverse: boolean;
1379
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1380
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1381
+ href: {
1382
+ type: StringConstructor;
1383
+ default: null;
1384
+ };
1385
+ noStyle: {
1386
+ type: BooleanConstructor;
1387
+ default: boolean;
1388
+ };
1389
+ outlineStyle: {
1390
+ type: () => import("../../../neon").NeonOutlineStyle;
1391
+ default: import("../../../neon").NeonOutlineStyle;
1392
+ };
1393
+ externalIndicator: {
1394
+ type: BooleanConstructor;
1395
+ default: boolean;
1396
+ };
1397
+ }>, {
1398
+ routerUrl: import("vue").ComputedRef<string | undefined>;
1399
+ sanitizedAttributes: import("vue").ComputedRef<{
1400
+ [x: string]: unknown;
1401
+ }>;
1402
+ activeRoute: import("vue").ComputedRef<boolean | "">;
1403
+ exactRoute: import("vue").ComputedRef<boolean | "">;
1404
+ onClick: () => void;
1405
+ onSpace: () => Promise<void>;
1406
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1407
+ href: {
1408
+ type: StringConstructor;
1409
+ default: null;
1410
+ };
1411
+ noStyle: {
1412
+ type: BooleanConstructor;
1413
+ default: boolean;
1414
+ };
1415
+ outlineStyle: {
1416
+ type: () => import("../../../neon").NeonOutlineStyle;
1417
+ default: import("../../../neon").NeonOutlineStyle;
1418
+ };
1419
+ externalIndicator: {
1420
+ type: BooleanConstructor;
1421
+ default: boolean;
1422
+ };
1423
+ }>> & Readonly<{
1424
+ onClick?: ((...args: any[]) => any) | undefined;
1425
+ }>, {
1426
+ href: string;
1427
+ noStyle: boolean;
1428
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
1429
+ externalIndicator: boolean;
1430
+ }, {}, {
1431
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1432
+ name: {
1433
+ type: StringConstructor;
1434
+ required: true;
1435
+ };
1436
+ color: {
1437
+ type: () => NeonFunctionalColor;
1438
+ default: null;
1439
+ };
1440
+ inverse: {
1441
+ type: BooleanConstructor;
1442
+ default: boolean;
1443
+ };
1444
+ disabled: {
1445
+ type: BooleanConstructor;
1446
+ default: boolean;
1447
+ };
1448
+ }>, {
1449
+ attrs: {
1450
+ [x: string]: unknown;
1451
+ }; /**
1452
+ * The color of the search.
1453
+ */
1454
+ icon: import("vue").ComputedRef<string>;
1455
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1456
+ name: {
1457
+ type: StringConstructor;
1458
+ required: true;
1459
+ };
1460
+ color: {
1461
+ type: () => NeonFunctionalColor;
1462
+ default: null;
1463
+ };
1464
+ inverse: {
1465
+ type: BooleanConstructor;
1466
+ default: boolean;
1467
+ };
1468
+ disabled: {
1469
+ type: BooleanConstructor;
1470
+ default: boolean;
1471
+ };
1472
+ }>> & Readonly<{}>, {
1473
+ disabled: boolean;
1474
+ color: NeonFunctionalColor;
1475
+ inverse: boolean;
1476
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1477
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1478
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1479
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1480
+ expanded: {
1481
+ type: BooleanConstructor;
1482
+ default: boolean;
1483
+ };
1484
+ inverse: {
1485
+ type: BooleanConstructor;
1486
+ default: boolean;
1487
+ };
1488
+ disabled: {
1489
+ type: BooleanConstructor;
1490
+ default: boolean;
1491
+ };
1492
+ color: {
1493
+ type: () => NeonFunctionalColor;
1494
+ default: null;
1495
+ };
1496
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1497
+ expanded: {
1498
+ type: BooleanConstructor;
1499
+ default: boolean;
1500
+ };
1501
+ inverse: {
1502
+ type: BooleanConstructor;
1503
+ default: boolean;
1504
+ };
1505
+ disabled: {
1506
+ type: BooleanConstructor;
1507
+ default: boolean;
1508
+ };
1509
+ color: {
1510
+ type: () => NeonFunctionalColor;
1511
+ default: null;
1512
+ };
1513
+ }>> & Readonly<{}>, {
1514
+ disabled: boolean;
1515
+ expanded: boolean;
1516
+ color: NeonFunctionalColor;
1517
+ inverse: boolean;
1518
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1519
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1520
+ P: {};
1521
+ B: {};
1522
+ D: {};
1523
+ C: {};
1524
+ M: {};
1525
+ Defaults: {};
1526
+ }, Readonly<import("vue").ExtractPropTypes<{
1527
+ id: {
1528
+ type: StringConstructor;
1529
+ };
1530
+ modelValue: {
1531
+ type: BooleanConstructor;
1532
+ required: true;
1533
+ };
1534
+ label: {
1535
+ type: StringConstructor;
1536
+ default: null;
1537
+ };
1538
+ image: {
1539
+ type: StringConstructor;
1540
+ default: null;
1541
+ };
1542
+ imageAlt: {
1543
+ type: StringConstructor;
1544
+ default: null;
1545
+ };
1546
+ icon: {
1547
+ type: StringConstructor;
1548
+ default: null;
1549
+ };
1550
+ indicator: {
1551
+ type: BooleanConstructor;
1552
+ default: boolean;
1553
+ };
1554
+ disabled: {
1555
+ type: BooleanConstructor;
1556
+ default: boolean;
1557
+ };
1558
+ size: {
1559
+ type: () => NeonSize;
1560
+ default: NeonSize;
1561
+ };
1562
+ color: {
1563
+ type: () => NeonFunctionalColor;
1564
+ default: NeonFunctionalColor;
1565
+ };
1566
+ alternateColor: {
1567
+ type: () => NeonFunctionalColor;
1568
+ default: null;
1569
+ };
1570
+ dropdownStyle: {
1571
+ type: () => import("../../../neon").NeonDropdownStyle;
1572
+ default: import("../../../neon").NeonDropdownStyle;
1573
+ };
1574
+ placement: {
1575
+ type: () => NeonDropdownPlacement;
1576
+ default: NeonDropdownPlacement;
1577
+ };
1578
+ placementContainer: {
1579
+ type: () => HTMLElement;
1580
+ default: null;
1581
+ };
1582
+ openOnHover: {
1583
+ type: BooleanConstructor; /**
1584
+ * emitted when the user types in filter box.
1585
+ * @type {string} the current filter criteria. This can be used by the application to filter the displayed options.
1586
+ */
1587
+ default: boolean;
1588
+ };
1589
+ }>> & Readonly<{
1590
+ onFocus?: ((...args: any[]) => any) | undefined;
1591
+ onBlur?: ((...args: any[]) => any) | undefined;
1592
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1593
+ "onDropdown-placement"?: ((...args: any[]) => any) | undefined;
1594
+ "onButton-ref"?: ((...args: any[]) => any) | undefined;
1595
+ }>, {
1596
+ dropdownButton: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1597
+ dropdownContent: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
1598
+ dropdownPlacement: import("vue").Ref<NeonDropdownPlacement, NeonDropdownPlacement>;
1599
+ closableUtils: import("vue").Ref<{
1600
+ open: () => void;
1601
+ destroy: () => void;
1602
+ escapeKeyListener: (event: KeyboardEvent) => void;
1603
+ close: () => void;
1604
+ } | null, import("../../../neon").NeonClosableUtils | {
1605
+ open: () => void;
1606
+ destroy: () => void;
1607
+ escapeKeyListener: (event: KeyboardEvent) => void;
1608
+ close: () => void;
1609
+ } | null>;
1610
+ onClose: () => void;
1611
+ close: () => void;
1612
+ toggleOpen: () => void;
1613
+ onBlur: () => void;
1614
+ onFocus: () => void;
1615
+ }, {}, {}, {}, {
1616
+ disabled: boolean;
1617
+ label: string;
1618
+ placement: NeonDropdownPlacement;
1619
+ icon: string;
1620
+ placementContainer: HTMLElement;
1621
+ size: NeonSize;
1622
+ color: NeonFunctionalColor;
1623
+ image: string;
1624
+ alternateColor: NeonFunctionalColor;
1625
+ imageAlt: string;
1626
+ indicator: boolean;
1627
+ dropdownStyle: import("../../../neon").NeonDropdownStyle;
1628
+ openOnHover: boolean;
1629
+ }> | null>;
1630
+ searchInput: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1631
+ id: {
1632
+ type: StringConstructor; /**
1633
+ * <p>
1634
+ * The <strong>NeonSearch</strong> component is equivalent to an HTML &lt;input type="search"&gt; element. It is
1635
+ * useful as an alternative to <em>NeonSelect</em> to provide filtered results when the universe of results is very
1636
+ * large and/or the results need to be requested from a server side API.
1637
+ * </p>
1638
+ * <p><strong>NeonSearch</strong> provides input chips in the case the search allows multiple selection.</p>
1639
+ */
1640
+ default: null;
1641
+ };
1642
+ modelValue: {
1643
+ type: StringConstructor;
1644
+ default: null;
1645
+ };
1646
+ type: {
1647
+ type: () => import("../../../neon").NeonInputType;
1648
+ default: import("../../../neon").NeonInputType;
1649
+ };
1650
+ placeholder: {
1651
+ type: StringConstructor;
1652
+ default: null;
1653
+ };
1654
+ size: {
1655
+ type: () => NeonSize;
1656
+ default: NeonSize;
1657
+ };
1658
+ color: {
1659
+ type: () => NeonFunctionalColor;
1660
+ default: NeonFunctionalColor;
1661
+ };
1662
+ inputmode: {
1663
+ type: () => NeonInputMode;
1664
+ default: NeonInputMode;
1665
+ };
1666
+ autocomplete: {
1667
+ type: StringConstructor;
1668
+ default: string;
1669
+ };
1670
+ state: {
1671
+ type: () => import("../../../neon").NeonState;
1672
+ default: import("../../../neon").NeonState;
1673
+ };
1674
+ rows: {
1675
+ type: NumberConstructor;
1676
+ default: null;
1677
+ };
1678
+ icon: {
1679
+ type: StringConstructor;
1680
+ default: null;
1681
+ };
1682
+ iconReadonly: {
1683
+ type: BooleanConstructor;
1684
+ default: boolean;
1685
+ };
1686
+ hideIcon: {
1687
+ type: BooleanConstructor;
1688
+ default: boolean;
1689
+ };
1690
+ tabindex: {
1691
+ type: NumberConstructor;
1692
+ default: number;
1693
+ };
1694
+ /**
1695
+ * Placement of the dropdown contents.
1696
+ */
1697
+ disabled: {
1698
+ type: BooleanConstructor;
1699
+ default: boolean;
1700
+ };
1701
+ stateHighlight: {
1702
+ type: BooleanConstructor;
1703
+ default: boolean;
1704
+ };
1705
+ stateIcon: {
1706
+ type: BooleanConstructor;
1707
+ default: boolean;
1708
+ };
1709
+ maxlength: {
1710
+ type: NumberConstructor;
1711
+ default: null;
1712
+ };
1713
+ debounce: {
1714
+ type: NumberConstructor;
1715
+ default: undefined;
1716
+ };
1717
+ }>> & Readonly<{
1718
+ onFocus?: ((...args: any[]) => any) | undefined;
1719
+ onBlur?: ((...args: any[]) => any) | undefined;
1720
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1721
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1722
+ }>, {
1723
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1724
+ focused: import("vue").Ref<boolean, boolean>;
1725
+ sanitizedAttributes: import("vue").ComputedRef<{
1726
+ [x: string]: unknown;
1727
+ }>;
1728
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1729
+ iconName: import("vue").ComputedRef<string | undefined>;
1730
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1731
+ computedPlaceholder: import("vue").ComputedRef<string>;
1732
+ focus: () => void;
1733
+ click: () => void;
1734
+ onFocus: () => void;
1735
+ onBlur: () => void;
1736
+ iconClicked: ($event: Event) => void;
1737
+ changeValue: (event: Event) => void;
1738
+ onKeyDown: (event: KeyboardEvent) => void;
1739
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
1740
+ disabled: boolean;
1741
+ icon: string;
1742
+ type: import("../../../neon").NeonInputType;
1743
+ debounce: number;
1744
+ size: NeonSize;
1745
+ color: NeonFunctionalColor;
1746
+ id: string;
1747
+ placeholder: string;
1748
+ tabindex: number;
1749
+ inputmode: NeonInputMode;
1750
+ modelValue: string;
1751
+ state: import("../../../neon").NeonState;
1752
+ autocomplete: string;
1753
+ rows: number;
1754
+ iconReadonly: boolean;
1755
+ hideIcon: boolean;
1756
+ stateHighlight: boolean;
1757
+ stateIcon: boolean;
1758
+ maxlength: number;
1759
+ }, true, {}, {}, {
1760
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1761
+ name: {
1762
+ type: StringConstructor;
1763
+ required: true;
1764
+ };
1765
+ color: {
1766
+ type: () => NeonFunctionalColor;
1767
+ default: null;
1768
+ };
1769
+ inverse: {
1770
+ type: BooleanConstructor;
1771
+ default: boolean;
1772
+ };
1773
+ disabled: {
1774
+ type: BooleanConstructor;
1775
+ default: boolean;
1776
+ };
1777
+ }>, {
1778
+ attrs: {
1779
+ [x: string]: unknown;
1780
+ }; /**
1781
+ * The color of the search.
1782
+ */
1783
+ icon: import("vue").ComputedRef<string>;
1784
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1785
+ name: {
1786
+ type: StringConstructor;
1787
+ required: true;
1788
+ };
1789
+ color: {
1790
+ type: () => NeonFunctionalColor;
1791
+ default: null;
1792
+ };
1793
+ inverse: {
1794
+ type: BooleanConstructor;
1795
+ default: boolean;
1796
+ };
1797
+ disabled: {
1798
+ type: BooleanConstructor;
1799
+ default: boolean;
1800
+ };
1801
+ }>> & Readonly<{}>, {
1802
+ disabled: boolean;
1803
+ color: NeonFunctionalColor;
1804
+ inverse: boolean;
1805
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1806
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1807
+ P: {};
1808
+ B: {};
1809
+ D: {};
1810
+ C: {};
1811
+ M: {};
1812
+ Defaults: {};
1813
+ }, Readonly<import("vue").ExtractPropTypes<{
1814
+ id: {
1815
+ type: StringConstructor; /**
1816
+ * <p>
1817
+ * The <strong>NeonSearch</strong> component is equivalent to an HTML &lt;input type="search"&gt; element. It is
1818
+ * useful as an alternative to <em>NeonSelect</em> to provide filtered results when the universe of results is very
1819
+ * large and/or the results need to be requested from a server side API.
1820
+ * </p>
1821
+ * <p><strong>NeonSearch</strong> provides input chips in the case the search allows multiple selection.</p>
1822
+ */
1823
+ default: null;
1824
+ };
1825
+ modelValue: {
1826
+ type: StringConstructor;
1827
+ default: null;
1828
+ };
1829
+ type: {
1830
+ type: () => import("../../../neon").NeonInputType;
1831
+ default: import("../../../neon").NeonInputType;
1832
+ };
1833
+ placeholder: {
1834
+ type: StringConstructor;
1835
+ default: null;
1836
+ };
1837
+ size: {
1838
+ type: () => NeonSize;
1839
+ default: NeonSize;
1840
+ };
1841
+ color: {
1842
+ type: () => NeonFunctionalColor;
1843
+ default: NeonFunctionalColor;
1844
+ };
1845
+ inputmode: {
1846
+ type: () => NeonInputMode;
1847
+ default: NeonInputMode;
1848
+ };
1849
+ autocomplete: {
1850
+ type: StringConstructor;
1851
+ default: string;
1852
+ };
1853
+ state: {
1854
+ type: () => import("../../../neon").NeonState;
1855
+ default: import("../../../neon").NeonState;
1856
+ };
1857
+ rows: {
1858
+ type: NumberConstructor;
1859
+ default: null;
1860
+ };
1861
+ icon: {
1862
+ type: StringConstructor;
1863
+ default: null;
1864
+ };
1865
+ iconReadonly: {
1866
+ type: BooleanConstructor;
1867
+ default: boolean;
1868
+ };
1869
+ hideIcon: {
1870
+ type: BooleanConstructor;
1871
+ default: boolean;
1872
+ };
1873
+ tabindex: {
1874
+ type: NumberConstructor;
1875
+ default: number;
1876
+ };
1877
+ /**
1878
+ * Placement of the dropdown contents.
1879
+ */
1880
+ disabled: {
1881
+ type: BooleanConstructor;
1882
+ default: boolean;
1883
+ };
1884
+ stateHighlight: {
1885
+ type: BooleanConstructor;
1886
+ default: boolean;
1887
+ };
1888
+ stateIcon: {
1889
+ type: BooleanConstructor;
1890
+ default: boolean;
1891
+ };
1892
+ maxlength: {
1893
+ type: NumberConstructor;
1894
+ default: null;
1895
+ };
1896
+ debounce: {
1897
+ type: NumberConstructor;
1898
+ default: undefined;
1899
+ };
1900
+ }>> & Readonly<{
1901
+ onFocus?: ((...args: any[]) => any) | undefined;
1902
+ onBlur?: ((...args: any[]) => any) | undefined;
1903
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1904
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1905
+ }>, {
1906
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1907
+ focused: import("vue").Ref<boolean, boolean>;
1908
+ sanitizedAttributes: import("vue").ComputedRef<{
1909
+ [x: string]: unknown;
1910
+ }>;
1911
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1912
+ iconName: import("vue").ComputedRef<string | undefined>;
1913
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1914
+ computedPlaceholder: import("vue").ComputedRef<string>;
1915
+ focus: () => void;
1916
+ click: () => void;
1917
+ onFocus: () => void;
1918
+ onBlur: () => void;
1919
+ iconClicked: ($event: Event) => void;
1920
+ changeValue: (event: Event) => void;
1921
+ onKeyDown: (event: KeyboardEvent) => void;
1922
+ }, {}, {}, {}, {
1923
+ disabled: boolean;
1924
+ icon: string;
1925
+ type: import("../../../neon").NeonInputType;
1926
+ debounce: number;
1927
+ size: NeonSize;
1928
+ color: NeonFunctionalColor;
1929
+ id: string;
1930
+ placeholder: string;
1931
+ tabindex: number;
1932
+ inputmode: NeonInputMode;
1933
+ modelValue: string;
1934
+ state: import("../../../neon").NeonState;
1935
+ autocomplete: string;
1936
+ rows: number;
1937
+ iconReadonly: boolean;
1938
+ hideIcon: boolean;
1939
+ stateHighlight: boolean;
1940
+ stateIcon: boolean;
1941
+ maxlength: number;
1942
+ }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1943
+ id: {
1944
+ type: StringConstructor; /**
1945
+ * <p>
1946
+ * The <strong>NeonSearch</strong> component is equivalent to an HTML &lt;input type="search"&gt; element. It is
1947
+ * useful as an alternative to <em>NeonSelect</em> to provide filtered results when the universe of results is very
1948
+ * large and/or the results need to be requested from a server side API.
1949
+ * </p>
1950
+ * <p><strong>NeonSearch</strong> provides input chips in the case the search allows multiple selection.</p>
1951
+ */
1952
+ default: null;
1953
+ };
1954
+ modelValue: {
1955
+ type: StringConstructor;
1956
+ default: null;
1957
+ };
1958
+ type: {
1959
+ type: () => import("../../../neon").NeonInputType;
1960
+ default: import("../../../neon").NeonInputType;
1961
+ };
1962
+ placeholder: {
1963
+ type: StringConstructor;
1964
+ default: null;
1965
+ };
1966
+ size: {
1967
+ type: () => NeonSize;
1968
+ default: NeonSize;
1969
+ };
1970
+ color: {
1971
+ type: () => NeonFunctionalColor;
1972
+ default: NeonFunctionalColor;
1973
+ };
1974
+ inputmode: {
1975
+ type: () => NeonInputMode;
1976
+ default: NeonInputMode;
1977
+ };
1978
+ autocomplete: {
1979
+ type: StringConstructor;
1980
+ default: string;
1981
+ };
1982
+ state: {
1983
+ type: () => import("../../../neon").NeonState;
1984
+ default: import("../../../neon").NeonState;
1985
+ };
1986
+ rows: {
1987
+ type: NumberConstructor;
1988
+ default: null;
1989
+ };
1990
+ icon: {
1991
+ type: StringConstructor;
1992
+ default: null;
1993
+ };
1994
+ iconReadonly: {
1995
+ type: BooleanConstructor;
1996
+ default: boolean;
1997
+ };
1998
+ hideIcon: {
1999
+ type: BooleanConstructor;
2000
+ default: boolean;
2001
+ };
2002
+ tabindex: {
2003
+ type: NumberConstructor;
2004
+ default: number;
2005
+ };
2006
+ /**
2007
+ * Placement of the dropdown contents.
2008
+ */
2009
+ disabled: {
2010
+ type: BooleanConstructor;
2011
+ default: boolean;
2012
+ };
2013
+ stateHighlight: {
2014
+ type: BooleanConstructor;
2015
+ default: boolean;
2016
+ };
2017
+ stateIcon: {
2018
+ type: BooleanConstructor;
2019
+ default: boolean;
2020
+ };
2021
+ maxlength: {
2022
+ type: NumberConstructor;
2023
+ default: null;
2024
+ };
2025
+ debounce: {
2026
+ type: NumberConstructor;
2027
+ default: undefined;
2028
+ };
2029
+ }>> & Readonly<{
2030
+ onFocus?: ((...args: any[]) => any) | undefined;
2031
+ onBlur?: ((...args: any[]) => any) | undefined;
2032
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2033
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
2034
+ }>, {
2035
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
2036
+ focused: import("vue").Ref<boolean, boolean>;
2037
+ sanitizedAttributes: import("vue").ComputedRef<{
2038
+ [x: string]: unknown;
2039
+ }>;
2040
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
2041
+ iconName: import("vue").ComputedRef<string | undefined>;
2042
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
2043
+ computedPlaceholder: import("vue").ComputedRef<string>;
2044
+ focus: () => void;
2045
+ click: () => void;
2046
+ onFocus: () => void;
2047
+ onBlur: () => void;
2048
+ iconClicked: ($event: Event) => void;
2049
+ changeValue: (event: Event) => void;
2050
+ onKeyDown: (event: KeyboardEvent) => void;
2051
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
2052
+ disabled: boolean;
2053
+ icon: string;
2054
+ type: import("../../../neon").NeonInputType;
2055
+ debounce: number;
2056
+ size: NeonSize;
2057
+ color: NeonFunctionalColor;
2058
+ id: string;
2059
+ placeholder: string;
2060
+ tabindex: number;
2061
+ inputmode: NeonInputMode;
2062
+ modelValue: string;
2063
+ state: import("../../../neon").NeonState;
2064
+ autocomplete: string;
2065
+ rows: number;
2066
+ iconReadonly: boolean;
2067
+ hideIcon: boolean;
2068
+ stateHighlight: boolean;
2069
+ stateIcon: boolean;
2070
+ maxlength: number;
2071
+ }, true, {}, {}, {
2072
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2073
+ name: {
2074
+ type: StringConstructor;
2075
+ required: true;
2076
+ };
2077
+ color: {
2078
+ type: () => NeonFunctionalColor;
2079
+ default: null;
2080
+ };
2081
+ inverse: {
2082
+ type: BooleanConstructor;
2083
+ default: boolean;
2084
+ };
2085
+ disabled: {
2086
+ type: BooleanConstructor;
2087
+ default: boolean;
2088
+ };
2089
+ }>, {
2090
+ attrs: {
2091
+ [x: string]: unknown;
2092
+ }; /**
2093
+ * The color of the search.
2094
+ */
2095
+ icon: import("vue").ComputedRef<string>;
2096
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2097
+ name: {
2098
+ type: StringConstructor;
2099
+ required: true;
2100
+ };
2101
+ color: {
2102
+ type: () => NeonFunctionalColor;
2103
+ default: null;
2104
+ };
2105
+ inverse: {
2106
+ type: BooleanConstructor;
2107
+ default: boolean;
2108
+ };
2109
+ disabled: {
2110
+ type: BooleanConstructor;
2111
+ default: boolean;
2112
+ };
2113
+ }>> & Readonly<{}>, {
2114
+ disabled: boolean;
2115
+ color: NeonFunctionalColor;
2116
+ inverse: boolean;
2117
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2118
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2119
+ P: {};
2120
+ B: {};
2121
+ D: {};
2122
+ C: {};
2123
+ M: {};
2124
+ Defaults: {};
2125
+ }, Readonly<import("vue").ExtractPropTypes<{
2126
+ id: {
2127
+ type: StringConstructor; /**
2128
+ * <p>
2129
+ * The <strong>NeonSearch</strong> component is equivalent to an HTML &lt;input type="search"&gt; element. It is
2130
+ * useful as an alternative to <em>NeonSelect</em> to provide filtered results when the universe of results is very
2131
+ * large and/or the results need to be requested from a server side API.
2132
+ * </p>
2133
+ * <p><strong>NeonSearch</strong> provides input chips in the case the search allows multiple selection.</p>
2134
+ */
2135
+ default: null;
2136
+ };
2137
+ modelValue: {
2138
+ type: StringConstructor;
2139
+ default: null;
2140
+ };
2141
+ type: {
2142
+ type: () => import("../../../neon").NeonInputType;
2143
+ default: import("../../../neon").NeonInputType;
2144
+ };
2145
+ placeholder: {
2146
+ type: StringConstructor;
2147
+ default: null;
2148
+ };
2149
+ size: {
2150
+ type: () => NeonSize;
2151
+ default: NeonSize;
2152
+ };
2153
+ color: {
2154
+ type: () => NeonFunctionalColor;
2155
+ default: NeonFunctionalColor;
2156
+ };
2157
+ inputmode: {
2158
+ type: () => NeonInputMode;
2159
+ default: NeonInputMode;
2160
+ };
2161
+ autocomplete: {
2162
+ type: StringConstructor;
2163
+ default: string;
2164
+ };
2165
+ state: {
2166
+ type: () => import("../../../neon").NeonState;
2167
+ default: import("../../../neon").NeonState;
2168
+ };
2169
+ rows: {
2170
+ type: NumberConstructor;
2171
+ default: null;
2172
+ };
2173
+ icon: {
2174
+ type: StringConstructor;
2175
+ default: null;
2176
+ };
2177
+ iconReadonly: {
2178
+ type: BooleanConstructor;
2179
+ default: boolean;
2180
+ };
2181
+ hideIcon: {
2182
+ type: BooleanConstructor;
2183
+ default: boolean;
2184
+ };
2185
+ tabindex: {
2186
+ type: NumberConstructor;
2187
+ default: number;
2188
+ };
2189
+ /**
2190
+ * Placement of the dropdown contents.
2191
+ */
2192
+ disabled: {
2193
+ type: BooleanConstructor;
2194
+ default: boolean;
2195
+ };
2196
+ stateHighlight: {
2197
+ type: BooleanConstructor;
2198
+ default: boolean;
2199
+ };
2200
+ stateIcon: {
2201
+ type: BooleanConstructor;
2202
+ default: boolean;
2203
+ };
2204
+ maxlength: {
2205
+ type: NumberConstructor;
2206
+ default: null;
2207
+ };
2208
+ debounce: {
2209
+ type: NumberConstructor;
2210
+ default: undefined;
2211
+ };
2212
+ }>> & Readonly<{
2213
+ onFocus?: ((...args: any[]) => any) | undefined;
2214
+ onBlur?: ((...args: any[]) => any) | undefined;
2215
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2216
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
2217
+ }>, {
2218
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
2219
+ focused: import("vue").Ref<boolean, boolean>;
2220
+ sanitizedAttributes: import("vue").ComputedRef<{
2221
+ [x: string]: unknown;
2222
+ }>;
2223
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
2224
+ iconName: import("vue").ComputedRef<string | undefined>;
2225
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
2226
+ computedPlaceholder: import("vue").ComputedRef<string>;
2227
+ focus: () => void;
2228
+ click: () => void;
2229
+ onFocus: () => void;
2230
+ onBlur: () => void;
2231
+ iconClicked: ($event: Event) => void;
2232
+ changeValue: (event: Event) => void;
2233
+ onKeyDown: (event: KeyboardEvent) => void;
2234
+ }, {}, {}, {}, {
2235
+ disabled: boolean;
2236
+ icon: string;
2237
+ type: import("../../../neon").NeonInputType;
2238
+ debounce: number;
2239
+ size: NeonSize;
2240
+ color: NeonFunctionalColor;
2241
+ id: string;
2242
+ placeholder: string;
2243
+ tabindex: number;
2244
+ inputmode: NeonInputMode;
2245
+ modelValue: string;
2246
+ state: import("../../../neon").NeonState;
2247
+ autocomplete: string;
2248
+ rows: number;
2249
+ iconReadonly: boolean;
2250
+ hideIcon: boolean;
2251
+ stateHighlight: boolean;
2252
+ stateIcon: boolean;
2253
+ maxlength: number;
2254
+ }> | null>;
73
2255
  open: import("vue").Ref<boolean, boolean>;
74
2256
  highlightedKey: import("vue").Ref<string | null, string | null>;
75
2257
  filter: import("vue").Ref<string, string>;
@@ -135,6 +2317,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
135
2317
  type: () => NeonFunctionalColor;
136
2318
  default: NeonFunctionalColor;
137
2319
  };
2320
+ /**
2321
+ * The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
2322
+ * 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.
2323
+ */
2324
+ autocomplete: {
2325
+ type: StringConstructor;
2326
+ default: string;
2327
+ };
2328
+ /**
2329
+ * The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
2330
+ * This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
2331
+ */
2332
+ inputmode: {
2333
+ type: () => NeonInputMode;
2334
+ default: NeonInputMode;
2335
+ };
138
2336
  /**
139
2337
  * Placement of the dropdown contents.
140
2338
  */
@@ -150,6 +2348,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
150
2348
  placement: NeonDropdownPlacement;
151
2349
  size: NeonSize;
152
2350
  color: NeonFunctionalColor;
2351
+ inputmode: NeonInputMode;
2352
+ autocomplete: string;
153
2353
  multiple: boolean;
154
2354
  }, {}, {
155
2355
  NeonChip: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -243,7 +2443,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
243
2443
  }>, {
244
2444
  attrs: {
245
2445
  [x: string]: unknown;
246
- };
2446
+ }; /**
2447
+ * The color of the search.
2448
+ */
247
2449
  icon: import("vue").ComputedRef<string>;
248
2450
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
249
2451
  name: {
@@ -275,9 +2477,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
275
2477
  modelValue: {
276
2478
  type: BooleanConstructor;
277
2479
  required: true;
278
- }; /**
279
- * The list of search results.
280
- */
2480
+ };
281
2481
  label: {
282
2482
  type: StringConstructor;
283
2483
  default: null;
@@ -295,9 +2495,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
295
2495
  default: null;
296
2496
  };
297
2497
  indicator: {
298
- /**
299
- * Placement of the dropdown contents.
300
- */
301
2498
  type: BooleanConstructor;
302
2499
  default: boolean;
303
2500
  };
@@ -330,7 +2527,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
330
2527
  default: null;
331
2528
  };
332
2529
  openOnHover: {
333
- type: BooleanConstructor;
2530
+ type: BooleanConstructor; /**
2531
+ * emitted when the user types in filter box.
2532
+ * @type {string} the current filter criteria. This can be used by the application to filter the displayed options.
2533
+ */
334
2534
  default: boolean;
335
2535
  };
336
2536
  }>, {
@@ -360,9 +2560,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
360
2560
  modelValue: {
361
2561
  type: BooleanConstructor;
362
2562
  required: true;
363
- }; /**
364
- * The list of search results.
365
- */
2563
+ };
366
2564
  label: {
367
2565
  type: StringConstructor;
368
2566
  default: null;
@@ -380,9 +2578,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
380
2578
  default: null;
381
2579
  };
382
2580
  indicator: {
383
- /**
384
- * Placement of the dropdown contents.
385
- */
386
2581
  type: BooleanConstructor;
387
2582
  default: boolean;
388
2583
  };
@@ -415,7 +2610,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
415
2610
  default: null;
416
2611
  };
417
2612
  openOnHover: {
418
- type: BooleanConstructor;
2613
+ type: BooleanConstructor; /**
2614
+ * emitted when the user types in filter box.
2615
+ * @type {string} the current filter criteria. This can be used by the application to filter the displayed options.
2616
+ */
419
2617
  default: boolean;
420
2618
  };
421
2619
  }>> & Readonly<{
@@ -555,7 +2753,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
555
2753
  }>, {
556
2754
  attrs: {
557
2755
  [x: string]: unknown;
558
- };
2756
+ }; /**
2757
+ * The color of the search.
2758
+ */
559
2759
  icon: import("vue").ComputedRef<string>;
560
2760
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
561
2761
  name: {
@@ -609,6 +2809,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
609
2809
  type: StringConstructor;
610
2810
  default: null;
611
2811
  };
2812
+ /**
2813
+ * Disable the search
2814
+ */
612
2815
  iconPosition: {
613
2816
  type: () => import("../../../neon").NeonHorizontalPosition;
614
2817
  default: import("../../../neon").NeonHorizontalPosition;
@@ -701,6 +2904,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
701
2904
  type: StringConstructor;
702
2905
  default: null;
703
2906
  };
2907
+ /**
2908
+ * Disable the search
2909
+ */
704
2910
  iconPosition: {
705
2911
  type: () => import("../../../neon").NeonHorizontalPosition;
706
2912
  default: import("../../../neon").NeonHorizontalPosition;
@@ -822,7 +3028,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
822
3028
  }>, {
823
3029
  attrs: {
824
3030
  [x: string]: unknown;
825
- };
3031
+ }; /**
3032
+ * The color of the search.
3033
+ */
826
3034
  icon: import("vue").ComputedRef<string>;
827
3035
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
828
3036
  name: {
@@ -917,7 +3125,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
917
3125
  }>, {
918
3126
  attrs: {
919
3127
  [x: string]: unknown;
920
- };
3128
+ }; /**
3129
+ * The color of the search.
3130
+ */
921
3131
  icon: import("vue").ComputedRef<string>;
922
3132
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
923
3133
  name: {
@@ -1004,7 +3214,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1004
3214
  }>, {
1005
3215
  attrs: {
1006
3216
  [x: string]: unknown;
1007
- };
3217
+ }; /**
3218
+ * The color of the search.
3219
+ */
1008
3220
  icon: import("vue").ComputedRef<string>;
1009
3221
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1010
3222
  name: {
@@ -1030,7 +3242,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1030
3242
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1031
3243
  NeonInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1032
3244
  id: {
1033
- type: StringConstructor;
3245
+ type: StringConstructor; /**
3246
+ * <p>
3247
+ * The <strong>NeonSearch</strong> component is equivalent to an HTML &lt;input type="search"&gt; element. It is
3248
+ * useful as an alternative to <em>NeonSelect</em> to provide filtered results when the universe of results is very
3249
+ * large and/or the results need to be requested from a server side API.
3250
+ * </p>
3251
+ * <p><strong>NeonSearch</strong> provides input chips in the case the search allows multiple selection.</p>
3252
+ */
1034
3253
  default: null;
1035
3254
  };
1036
3255
  modelValue: {
@@ -1054,8 +3273,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1054
3273
  default: NeonFunctionalColor;
1055
3274
  };
1056
3275
  inputmode: {
1057
- type: () => import("../../../neon").NeonInputMode;
1058
- default: import("../../../neon").NeonInputMode;
3276
+ type: () => NeonInputMode;
3277
+ default: NeonInputMode;
3278
+ };
3279
+ autocomplete: {
3280
+ type: StringConstructor;
3281
+ default: string;
1059
3282
  };
1060
3283
  state: {
1061
3284
  type: () => import("../../../neon").NeonState;
@@ -1081,6 +3304,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1081
3304
  type: NumberConstructor;
1082
3305
  default: number;
1083
3306
  };
3307
+ /**
3308
+ * Placement of the dropdown contents.
3309
+ */
1084
3310
  disabled: {
1085
3311
  type: BooleanConstructor;
1086
3312
  default: boolean;
@@ -1120,7 +3346,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1120
3346
  onKeyDown: (event: KeyboardEvent) => void;
1121
3347
  }, {}, {}, {}, 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<{
1122
3348
  id: {
1123
- type: StringConstructor;
3349
+ type: StringConstructor; /**
3350
+ * <p>
3351
+ * The <strong>NeonSearch</strong> component is equivalent to an HTML &lt;input type="search"&gt; element. It is
3352
+ * useful as an alternative to <em>NeonSelect</em> to provide filtered results when the universe of results is very
3353
+ * large and/or the results need to be requested from a server side API.
3354
+ * </p>
3355
+ * <p><strong>NeonSearch</strong> provides input chips in the case the search allows multiple selection.</p>
3356
+ */
1124
3357
  default: null;
1125
3358
  };
1126
3359
  modelValue: {
@@ -1144,8 +3377,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1144
3377
  default: NeonFunctionalColor;
1145
3378
  };
1146
3379
  inputmode: {
1147
- type: () => import("../../../neon").NeonInputMode;
1148
- default: import("../../../neon").NeonInputMode;
3380
+ type: () => NeonInputMode;
3381
+ default: NeonInputMode;
3382
+ };
3383
+ autocomplete: {
3384
+ type: StringConstructor;
3385
+ default: string;
1149
3386
  };
1150
3387
  state: {
1151
3388
  type: () => import("../../../neon").NeonState;
@@ -1171,6 +3408,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1171
3408
  type: NumberConstructor;
1172
3409
  default: number;
1173
3410
  };
3411
+ /**
3412
+ * Placement of the dropdown contents.
3413
+ */
1174
3414
  disabled: {
1175
3415
  type: BooleanConstructor;
1176
3416
  default: boolean;
@@ -1206,9 +3446,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1206
3446
  id: string;
1207
3447
  placeholder: string;
1208
3448
  tabindex: number;
1209
- inputmode: import("../../../neon").NeonInputMode;
3449
+ inputmode: NeonInputMode;
1210
3450
  modelValue: string;
1211
3451
  state: import("../../../neon").NeonState;
3452
+ autocomplete: string;
1212
3453
  rows: number;
1213
3454
  iconReadonly: boolean;
1214
3455
  hideIcon: boolean;
@@ -1236,7 +3477,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1236
3477
  }>, {
1237
3478
  attrs: {
1238
3479
  [x: string]: unknown;
1239
- };
3480
+ }; /**
3481
+ * The color of the search.
3482
+ */
1240
3483
  icon: import("vue").ComputedRef<string>;
1241
3484
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1242
3485
  name: {