@aotearoan/neon 28.1.2 → 28.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/dist/components/layout/filter-bar/NeonFilterBar.cjs.js +2 -0
  2. package/dist/components/layout/filter-bar/NeonFilterBar.cjs.js.map +1 -0
  3. package/dist/components/layout/filter-bar/NeonFilterBar.es.js +11 -0
  4. package/dist/components/layout/filter-bar/NeonFilterBar.es.js.map +1 -0
  5. package/dist/components/layout/filter-bar/NeonFilterBar.vue.cjs.js +2 -0
  6. package/dist/components/layout/filter-bar/NeonFilterBar.vue.cjs.js.map +1 -0
  7. package/dist/components/layout/filter-bar/NeonFilterBar.vue.es.js +34 -0
  8. package/dist/components/layout/filter-bar/NeonFilterBar.vue.es.js.map +1 -0
  9. package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.cjs.js +1 -1
  10. package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.cjs.js.map +1 -1
  11. package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.es.js +21 -12
  12. package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.es.js.map +1 -1
  13. package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.cjs.js +1 -1
  14. package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.cjs.js.map +1 -1
  15. package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.es.js +33 -29
  16. package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.es.js.map +1 -1
  17. package/dist/components/user-input/filter/NeonFilter.cjs.js +2 -0
  18. package/dist/components/user-input/filter/NeonFilter.cjs.js.map +1 -0
  19. package/dist/components/user-input/filter/NeonFilter.es.js +138 -0
  20. package/dist/components/user-input/filter/NeonFilter.es.js.map +1 -0
  21. package/dist/components/user-input/filter/NeonFilter.vue.cjs.js +2 -0
  22. package/dist/components/user-input/filter/NeonFilter.vue.cjs.js.map +1 -0
  23. package/dist/components/user-input/filter/NeonFilter.vue.es.js +123 -0
  24. package/dist/components/user-input/filter/NeonFilter.vue.es.js.map +1 -0
  25. package/dist/components/user-input/search-filter/NeonSearchFilter.cjs.js +2 -0
  26. package/dist/components/user-input/search-filter/NeonSearchFilter.cjs.js.map +1 -0
  27. package/dist/components/user-input/search-filter/NeonSearchFilter.es.js +123 -0
  28. package/dist/components/user-input/search-filter/NeonSearchFilter.es.js.map +1 -0
  29. package/dist/components/user-input/search-filter/NeonSearchFilter.vue.cjs.js +2 -0
  30. package/dist/components/user-input/search-filter/NeonSearchFilter.vue.cjs.js.map +1 -0
  31. package/dist/components/user-input/search-filter/NeonSearchFilter.vue.es.js +88 -0
  32. package/dist/components/user-input/search-filter/NeonSearchFilter.vue.es.js.map +1 -0
  33. package/dist/model/navigation/breadcrumbs/NeonBreadcrumbResponsiveStyle.cjs.js +2 -0
  34. package/dist/model/navigation/breadcrumbs/NeonBreadcrumbResponsiveStyle.cjs.js.map +1 -0
  35. package/dist/model/navigation/breadcrumbs/NeonBreadcrumbResponsiveStyle.es.js +5 -0
  36. package/dist/model/navigation/breadcrumbs/NeonBreadcrumbResponsiveStyle.es.js.map +1 -0
  37. package/dist/neon.cjs.js +1 -1
  38. package/dist/neon.es.js +215 -207
  39. package/dist/neon.es.js.map +1 -1
  40. package/dist/src/components/layout/filter-bar/NeonFilterBar.d.ts +70 -0
  41. package/dist/src/components/layout/filter-bar/NeonFilterBar.vue.d.ts +2 -0
  42. package/dist/src/components/navigation/breadcrumbs/NeonBreadcrumbs.d.ts +18 -0
  43. package/dist/src/components/presentation/header/NeonHeader.d.ts +12 -1
  44. package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +1 -1
  45. package/dist/src/components/user-input/filter/NeonFilter.d.ts +3557 -0
  46. package/dist/src/components/user-input/filter/NeonFilter.vue.d.ts +2 -0
  47. package/dist/src/components/user-input/search-filter/NeonSearchFilter.d.ts +3288 -0
  48. package/dist/src/components/user-input/search-filter/NeonSearchFilter.vue.d.ts +2 -0
  49. package/dist/src/model/navigation/breadcrumbs/NeonBreadcrumbLink.d.ts +2 -2
  50. package/dist/src/model/navigation/breadcrumbs/NeonBreadcrumbResponsiveStyle.d.ts +4 -0
  51. package/dist/src/model/user-input/filter/NeonFilterItem.d.ts +13 -0
  52. package/dist/src/neon.d.ts +5 -0
  53. package/dist/src/utils/common/debounce/NeonDebounceUtils.d.ts +1 -1
  54. package/dist/utils/common/debounce/NeonDebounceUtils.cjs.js +1 -1
  55. package/dist/utils/common/debounce/NeonDebounceUtils.cjs.js.map +1 -1
  56. package/dist/utils/common/debounce/NeonDebounceUtils.es.js +1 -1
  57. package/dist/utils/common/debounce/NeonDebounceUtils.es.js.map +1 -1
  58. package/package.json +3 -1
  59. package/src/sass/components/_breadcrumbs.scss +45 -0
  60. package/src/sass/components/_filter-bar.scss +55 -0
  61. package/src/sass/components/_filter.scss +53 -0
  62. package/src/sass/components/_search-filter.scss +25 -0
  63. package/src/sass/components/components.scss +3 -0
  64. package/src/sass/includes/_dependencies.scss +3 -0
  65. package/src/sass/theme.scss +12 -0
  66. package/src/sass/variables-global.scss +7 -0
@@ -0,0 +1,3288 @@
1
+ import { NeonNumberUtils } from '@/utils/common/number/NeonNumberUtils';
2
+ import { NeonSize } from '@/model/common/size/NeonSize';
3
+ import { NeonFunctionalColor } from '@/model/common/color/NeonFunctionalColor';
4
+ /**
5
+ * A search filter component consisting of a button and a dropdown with a search input. The button either displays the
6
+ * search label or the current search text.
7
+ */
8
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
9
+ /**
10
+ * The filter text
11
+ */
12
+ modelValue: {
13
+ type: StringConstructor;
14
+ required: true;
15
+ };
16
+ /**
17
+ * The count of results matching the current search string. NOTE: This is not the count for the search based on the
18
+ * model value but rather the count based on the current search string in the dropdown. This allows the component
19
+ * to display the matching count to the user BEFORE they trigger the CTA to update the search string & refresh the
20
+ * actual data.
21
+ */
22
+ searchCount: {
23
+ type: NumberConstructor;
24
+ required: true;
25
+ };
26
+ /**
27
+ * The button & dropdown label when nothing is selected.
28
+ */
29
+ label: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ };
33
+ /**
34
+ * The search input placeholder text.
35
+ */
36
+ placeholder: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
40
+ /**
41
+ * The color of the component.
42
+ */
43
+ color: {
44
+ type: () => NeonFunctionalColor;
45
+ default: () => NeonFunctionalColor;
46
+ };
47
+ /**
48
+ * The size of the dropdown button.
49
+ */
50
+ size: {
51
+ type: () => NeonSize;
52
+ default: () => NeonSize;
53
+ };
54
+ /**
55
+ * The disabled state of the buttons.
56
+ */
57
+ disabled: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ /**
62
+ * Button title when items are selected.
63
+ */
64
+ editTitle: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ };
68
+ /**
69
+ * Clear button title.
70
+ */
71
+ clearTitle: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ /**
76
+ * The close CTA label.
77
+ */
78
+ closeLabel: {
79
+ type: StringConstructor;
80
+ default: string;
81
+ };
82
+ /**
83
+ * The show 'n' items CTA label. This should adhere to the vue-i18n pluralization format
84
+ * e.g. 'Show {count} items | Show {count} item | Show {count} items'.
85
+ * There is one placeholder: {count} - the count of items matching this filter.
86
+ */
87
+ showLabel: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
91
+ }>, {
92
+ open: import("vue").Ref<boolean, boolean>;
93
+ search: import("vue").Ref<string, string>;
94
+ computedLabel: import("vue").ComputedRef<string>;
95
+ computedShowLabel: import("vue").ComputedRef<string>;
96
+ isDirty: import("vue").ComputedRef<boolean>;
97
+ onOpen: () => void;
98
+ onClose: () => void;
99
+ onSearchChange: (newValue: string) => void;
100
+ onSearchClear: () => void;
101
+ updateSearch: (newValue: string) => void;
102
+ formatNumber: typeof NeonNumberUtils.formatNumber;
103
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "close" | "onSearch")[], "update:modelValue" | "close" | "onSearch", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
104
+ /**
105
+ * The filter text
106
+ */
107
+ modelValue: {
108
+ type: StringConstructor;
109
+ required: true;
110
+ };
111
+ /**
112
+ * The count of results matching the current search string. NOTE: This is not the count for the search based on the
113
+ * model value but rather the count based on the current search string in the dropdown. This allows the component
114
+ * to display the matching count to the user BEFORE they trigger the CTA to update the search string & refresh the
115
+ * actual data.
116
+ */
117
+ searchCount: {
118
+ type: NumberConstructor;
119
+ required: true;
120
+ };
121
+ /**
122
+ * The button & dropdown label when nothing is selected.
123
+ */
124
+ label: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ /**
129
+ * The search input placeholder text.
130
+ */
131
+ placeholder: {
132
+ type: StringConstructor;
133
+ default: string;
134
+ };
135
+ /**
136
+ * The color of the component.
137
+ */
138
+ color: {
139
+ type: () => NeonFunctionalColor;
140
+ default: () => NeonFunctionalColor;
141
+ };
142
+ /**
143
+ * The size of the dropdown button.
144
+ */
145
+ size: {
146
+ type: () => NeonSize;
147
+ default: () => NeonSize;
148
+ };
149
+ /**
150
+ * The disabled state of the buttons.
151
+ */
152
+ disabled: {
153
+ type: BooleanConstructor;
154
+ default: boolean;
155
+ };
156
+ /**
157
+ * Button title when items are selected.
158
+ */
159
+ editTitle: {
160
+ type: StringConstructor;
161
+ default: string;
162
+ };
163
+ /**
164
+ * Clear button title.
165
+ */
166
+ clearTitle: {
167
+ type: StringConstructor;
168
+ default: string;
169
+ };
170
+ /**
171
+ * The close CTA label.
172
+ */
173
+ closeLabel: {
174
+ type: StringConstructor;
175
+ default: string;
176
+ };
177
+ /**
178
+ * The show 'n' items CTA label. This should adhere to the vue-i18n pluralization format
179
+ * e.g. 'Show {count} items | Show {count} item | Show {count} items'.
180
+ * There is one placeholder: {count} - the count of items matching this filter.
181
+ */
182
+ showLabel: {
183
+ type: StringConstructor;
184
+ default: string;
185
+ };
186
+ }>> & Readonly<{
187
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
188
+ onClose?: ((...args: any[]) => any) | undefined;
189
+ onOnSearch?: ((...args: any[]) => any) | undefined;
190
+ }>, {
191
+ color: NeonFunctionalColor;
192
+ label: string;
193
+ disabled: boolean;
194
+ size: NeonSize;
195
+ placeholder: string;
196
+ editTitle: string;
197
+ clearTitle: string;
198
+ closeLabel: string;
199
+ showLabel: string;
200
+ }, {}, {
201
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
202
+ href: {
203
+ type: StringConstructor;
204
+ default: null;
205
+ };
206
+ label: {
207
+ type: StringConstructor;
208
+ default: null;
209
+ };
210
+ size: {
211
+ type: () => import("../../../neon").NeonButtonSize;
212
+ default: import("../../../neon").NeonButtonSize;
213
+ };
214
+ color: {
215
+ type: () => NeonFunctionalColor;
216
+ default: NeonFunctionalColor;
217
+ };
218
+ inverse: {
219
+ type: BooleanConstructor;
220
+ default: boolean;
221
+ };
222
+ alternateColor: {
223
+ type: () => NeonFunctionalColor;
224
+ default: null;
225
+ };
226
+ icon: {
227
+ type: StringConstructor;
228
+ default: null;
229
+ };
230
+ iconAriaLabel: {
231
+ type: StringConstructor;
232
+ };
233
+ iconPosition: {
234
+ type: () => import("../../../neon").NeonHorizontalPosition;
235
+ default: import("../../../neon").NeonHorizontalPosition;
236
+ }; /**
237
+ * The show 'n' items CTA label. This should adhere to the vue-i18n pluralization format
238
+ * e.g. 'Show {count} items | Show {count} item | Show {count} items'.
239
+ * There is one placeholder: {count} - the count of items matching this filter.
240
+ */
241
+ buttonStyle: {
242
+ type: () => import("../../../neon").NeonButtonStyle;
243
+ default: import("../../../neon").NeonButtonStyle;
244
+ };
245
+ buttonType: {
246
+ type: () => import("../../../neon").NeonButtonType;
247
+ default: import("../../../neon").NeonButtonType;
248
+ };
249
+ state: {
250
+ type: () => import("../../../neon").NeonState;
251
+ default: import("../../../neon").NeonState;
252
+ };
253
+ disabled: {
254
+ type: BooleanConstructor;
255
+ default: boolean;
256
+ };
257
+ transparent: {
258
+ type: BooleanConstructor;
259
+ default: boolean;
260
+ };
261
+ outline: {
262
+ type: BooleanConstructor;
263
+ default: boolean;
264
+ };
265
+ circular: {
266
+ type: BooleanConstructor;
267
+ default: null;
268
+ };
269
+ fullWidth: {
270
+ type: BooleanConstructor;
271
+ default: null;
272
+ };
273
+ indicator: {
274
+ type: BooleanConstructor;
275
+ default: boolean;
276
+ };
277
+ indicatorExpanded: {
278
+ type: BooleanConstructor;
279
+ default: null;
280
+ };
281
+ }>, {
282
+ iconName: import("vue").ComputedRef<string>;
283
+ classes: import("vue").ComputedRef<(string | false | {
284
+ [x: string]: boolean | "" | NeonFunctionalColor;
285
+ 'neon-button--text-transparent': boolean;
286
+ 'neon-button--disabled': boolean;
287
+ 'neon-button--inverse': boolean;
288
+ 'neon-button--circular': boolean;
289
+ 'neon-button--no-outline': boolean;
290
+ 'neon-button--full-width': boolean;
291
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
292
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
293
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
294
+ })[]>;
295
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
296
+ attrs: {
297
+ [x: string]: unknown;
298
+ };
299
+ sanitizedAttributes: import("vue").ComputedRef<{
300
+ [x: string]: unknown;
301
+ }>;
302
+ clickLink: () => void | undefined;
303
+ clickButton: () => void;
304
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
305
+ href: {
306
+ type: StringConstructor;
307
+ default: null;
308
+ };
309
+ label: {
310
+ type: StringConstructor;
311
+ default: null;
312
+ };
313
+ size: {
314
+ type: () => import("../../../neon").NeonButtonSize;
315
+ default: import("../../../neon").NeonButtonSize;
316
+ };
317
+ color: {
318
+ type: () => NeonFunctionalColor;
319
+ default: NeonFunctionalColor;
320
+ };
321
+ inverse: {
322
+ type: BooleanConstructor;
323
+ default: boolean;
324
+ };
325
+ alternateColor: {
326
+ type: () => NeonFunctionalColor;
327
+ default: null;
328
+ };
329
+ icon: {
330
+ type: StringConstructor;
331
+ default: null;
332
+ };
333
+ iconAriaLabel: {
334
+ type: StringConstructor;
335
+ };
336
+ iconPosition: {
337
+ type: () => import("../../../neon").NeonHorizontalPosition;
338
+ default: import("../../../neon").NeonHorizontalPosition;
339
+ }; /**
340
+ * The show 'n' items CTA label. This should adhere to the vue-i18n pluralization format
341
+ * e.g. 'Show {count} items | Show {count} item | Show {count} items'.
342
+ * There is one placeholder: {count} - the count of items matching this filter.
343
+ */
344
+ buttonStyle: {
345
+ type: () => import("../../../neon").NeonButtonStyle;
346
+ default: import("../../../neon").NeonButtonStyle;
347
+ };
348
+ buttonType: {
349
+ type: () => import("../../../neon").NeonButtonType;
350
+ default: import("../../../neon").NeonButtonType;
351
+ };
352
+ state: {
353
+ type: () => import("../../../neon").NeonState;
354
+ default: import("../../../neon").NeonState;
355
+ };
356
+ disabled: {
357
+ type: BooleanConstructor;
358
+ default: boolean;
359
+ };
360
+ transparent: {
361
+ type: BooleanConstructor;
362
+ default: boolean;
363
+ };
364
+ outline: {
365
+ type: BooleanConstructor;
366
+ default: boolean;
367
+ };
368
+ circular: {
369
+ type: BooleanConstructor;
370
+ default: null;
371
+ };
372
+ fullWidth: {
373
+ type: BooleanConstructor;
374
+ default: null;
375
+ };
376
+ indicator: {
377
+ type: BooleanConstructor;
378
+ default: boolean;
379
+ };
380
+ indicatorExpanded: {
381
+ type: BooleanConstructor;
382
+ default: null;
383
+ };
384
+ }>> & Readonly<{
385
+ onClick?: ((...args: any[]) => any) | undefined;
386
+ }>, {
387
+ color: NeonFunctionalColor;
388
+ icon: string;
389
+ label: string;
390
+ inverse: boolean;
391
+ disabled: boolean;
392
+ href: string;
393
+ size: import("../../../neon").NeonButtonSize;
394
+ alternateColor: NeonFunctionalColor;
395
+ outline: boolean;
396
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
397
+ buttonStyle: import("../../../neon").NeonButtonStyle;
398
+ buttonType: import("../../../neon").NeonButtonType;
399
+ state: import("../../../neon").NeonState;
400
+ transparent: boolean;
401
+ circular: boolean;
402
+ fullWidth: boolean;
403
+ indicator: boolean;
404
+ indicatorExpanded: boolean;
405
+ }, {}, {
406
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
407
+ expanded: {
408
+ type: BooleanConstructor;
409
+ default: boolean;
410
+ };
411
+ inverse: {
412
+ type: BooleanConstructor;
413
+ default: boolean;
414
+ };
415
+ disabled: {
416
+ type: BooleanConstructor;
417
+ default: boolean;
418
+ };
419
+ color: {
420
+ type: () => NeonFunctionalColor;
421
+ default: null;
422
+ };
423
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
424
+ expanded: {
425
+ type: BooleanConstructor;
426
+ default: boolean;
427
+ };
428
+ inverse: {
429
+ type: BooleanConstructor;
430
+ default: boolean;
431
+ };
432
+ disabled: {
433
+ type: BooleanConstructor;
434
+ default: boolean;
435
+ };
436
+ color: {
437
+ type: () => NeonFunctionalColor;
438
+ default: null;
439
+ };
440
+ }>> & Readonly<{}>, {
441
+ color: NeonFunctionalColor;
442
+ inverse: boolean;
443
+ disabled: boolean;
444
+ expanded: boolean;
445
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; /**
446
+ * The count of results matching the current search string. NOTE: This is not the count for the search based on the
447
+ * model value but rather the count based on the current search string in the dropdown. This allows the component
448
+ * to display the matching count to the user BEFORE they trigger the CTA to update the search string & refresh the
449
+ * actual data.
450
+ */
451
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
452
+ name: {
453
+ type: StringConstructor;
454
+ required: true;
455
+ };
456
+ id: {
457
+ type: StringConstructor;
458
+ default: null;
459
+ };
460
+ color: {
461
+ type: () => NeonFunctionalColor;
462
+ default: null;
463
+ };
464
+ inverse: {
465
+ type: BooleanConstructor;
466
+ default: boolean;
467
+ };
468
+ disabled: {
469
+ type: BooleanConstructor;
470
+ default: boolean;
471
+ };
472
+ }>, {
473
+ sanitizedAttributes: import("vue").ComputedRef<{
474
+ [x: string]: unknown;
475
+ }>;
476
+ icon: import("vue").ComputedRef<string | undefined>;
477
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
478
+ name: {
479
+ type: StringConstructor;
480
+ required: true;
481
+ };
482
+ id: {
483
+ type: StringConstructor;
484
+ default: null;
485
+ };
486
+ color: {
487
+ type: () => NeonFunctionalColor;
488
+ default: null;
489
+ };
490
+ inverse: {
491
+ type: BooleanConstructor;
492
+ default: boolean;
493
+ };
494
+ disabled: {
495
+ type: BooleanConstructor;
496
+ default: boolean;
497
+ };
498
+ }>> & Readonly<{}>, {
499
+ color: NeonFunctionalColor;
500
+ id: string;
501
+ inverse: boolean;
502
+ disabled: boolean;
503
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
504
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
505
+ href: {
506
+ type: StringConstructor;
507
+ default: null;
508
+ };
509
+ noStyle: {
510
+ type: BooleanConstructor;
511
+ default: boolean;
512
+ };
513
+ outlineStyle: {
514
+ type: () => import("../../../neon").NeonOutlineStyle;
515
+ default: import("../../../neon").NeonOutlineStyle;
516
+ };
517
+ externalIndicator: {
518
+ type: BooleanConstructor;
519
+ default: boolean;
520
+ };
521
+ }>, {
522
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
523
+ routerUrl: import("vue").ComputedRef<string | undefined>;
524
+ sanitizedAttributes: import("vue").ComputedRef<{
525
+ [x: string]: unknown;
526
+ }>;
527
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
528
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
529
+ onClick: () => void;
530
+ onSpace: () => Promise<void>;
531
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
532
+ href: {
533
+ type: StringConstructor;
534
+ default: null;
535
+ };
536
+ noStyle: {
537
+ type: BooleanConstructor;
538
+ default: boolean;
539
+ };
540
+ outlineStyle: {
541
+ type: () => import("../../../neon").NeonOutlineStyle;
542
+ default: import("../../../neon").NeonOutlineStyle;
543
+ };
544
+ externalIndicator: {
545
+ type: BooleanConstructor;
546
+ default: boolean;
547
+ };
548
+ }>> & Readonly<{
549
+ onClick?: ((...args: any[]) => any) | undefined;
550
+ }>, {
551
+ href: string;
552
+ noStyle: boolean;
553
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
554
+ externalIndicator: boolean;
555
+ }, {}, {
556
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
557
+ name: {
558
+ type: StringConstructor;
559
+ required: true;
560
+ };
561
+ id: {
562
+ type: StringConstructor;
563
+ default: null;
564
+ };
565
+ color: {
566
+ type: () => NeonFunctionalColor;
567
+ default: null;
568
+ };
569
+ inverse: {
570
+ type: BooleanConstructor;
571
+ default: boolean;
572
+ };
573
+ disabled: {
574
+ type: BooleanConstructor;
575
+ default: boolean;
576
+ };
577
+ }>, {
578
+ sanitizedAttributes: import("vue").ComputedRef<{
579
+ [x: string]: unknown;
580
+ }>;
581
+ icon: import("vue").ComputedRef<string | undefined>;
582
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
583
+ name: {
584
+ type: StringConstructor;
585
+ required: true;
586
+ };
587
+ id: {
588
+ type: StringConstructor;
589
+ default: null;
590
+ };
591
+ color: {
592
+ type: () => NeonFunctionalColor;
593
+ default: null;
594
+ };
595
+ inverse: {
596
+ type: BooleanConstructor;
597
+ default: boolean;
598
+ };
599
+ disabled: {
600
+ type: BooleanConstructor;
601
+ default: boolean;
602
+ };
603
+ }>> & Readonly<{}>, {
604
+ color: NeonFunctionalColor;
605
+ id: string;
606
+ inverse: boolean;
607
+ disabled: boolean;
608
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
609
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
610
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
611
+ NeonDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
612
+ id: {
613
+ type: StringConstructor;
614
+ };
615
+ modelValue: {
616
+ type: BooleanConstructor;
617
+ required: true;
618
+ };
619
+ label: {
620
+ type: StringConstructor;
621
+ default: null;
622
+ };
623
+ image: {
624
+ type: StringConstructor;
625
+ default: null;
626
+ };
627
+ imageAlt: {
628
+ type: StringConstructor;
629
+ default: null;
630
+ };
631
+ icon: {
632
+ type: StringConstructor;
633
+ default: null;
634
+ };
635
+ iconAriaLabel: {
636
+ type: StringConstructor;
637
+ };
638
+ indicator: {
639
+ type: BooleanConstructor;
640
+ default: boolean;
641
+ };
642
+ disabled: {
643
+ type: BooleanConstructor;
644
+ default: boolean;
645
+ };
646
+ size: {
647
+ type: () => NeonSize;
648
+ default: NeonSize;
649
+ };
650
+ color: {
651
+ type: () => NeonFunctionalColor;
652
+ default: NeonFunctionalColor;
653
+ };
654
+ alternateColor: {
655
+ type: () => NeonFunctionalColor;
656
+ default: null;
657
+ };
658
+ dropdownStyle: {
659
+ type: () => import("../../../neon").NeonDropdownStyle;
660
+ default: import("../../../neon").NeonDropdownStyle;
661
+ };
662
+ placement: {
663
+ type: () => import("../../../neon").NeonDropdownPlacement;
664
+ default: import("../../../neon").NeonDropdownPlacement;
665
+ };
666
+ placementContainer: {
667
+ type: () => HTMLElement;
668
+ default: null;
669
+ };
670
+ openOnHover: {
671
+ type: BooleanConstructor;
672
+ default: boolean;
673
+ };
674
+ }>, {
675
+ dropdownButton: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
676
+ dropdownContent: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
677
+ dropdownPlacement: import("vue").Ref<import("../../../neon").NeonDropdownPlacement, import("../../../neon").NeonDropdownPlacement>;
678
+ closableUtils: import("vue").Ref<{
679
+ open: () => void;
680
+ destroy: () => void;
681
+ escapeKeyListener: (event: KeyboardEvent) => void;
682
+ close: () => void;
683
+ } | null, import("../../../neon").NeonClosableUtils | {
684
+ open: () => void;
685
+ destroy: () => void;
686
+ escapeKeyListener: (event: KeyboardEvent) => void;
687
+ close: () => void;
688
+ } | null>;
689
+ isButtonStyle: import("vue").ComputedRef<boolean>;
690
+ onClose: () => void;
691
+ close: () => void;
692
+ toggleOpen: () => void;
693
+ onBlur: () => void;
694
+ onFocus: () => void;
695
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "dropdown-placement")[], "update:modelValue" | "blur" | "focus" | "dropdown-placement", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
696
+ id: {
697
+ type: StringConstructor;
698
+ };
699
+ modelValue: {
700
+ type: BooleanConstructor;
701
+ required: true;
702
+ };
703
+ label: {
704
+ type: StringConstructor;
705
+ default: null;
706
+ };
707
+ image: {
708
+ type: StringConstructor;
709
+ default: null;
710
+ };
711
+ imageAlt: {
712
+ type: StringConstructor;
713
+ default: null;
714
+ };
715
+ icon: {
716
+ type: StringConstructor;
717
+ default: null;
718
+ };
719
+ iconAriaLabel: {
720
+ type: StringConstructor;
721
+ };
722
+ indicator: {
723
+ type: BooleanConstructor;
724
+ default: boolean;
725
+ };
726
+ disabled: {
727
+ type: BooleanConstructor;
728
+ default: boolean;
729
+ };
730
+ size: {
731
+ type: () => NeonSize;
732
+ default: NeonSize;
733
+ };
734
+ color: {
735
+ type: () => NeonFunctionalColor;
736
+ default: NeonFunctionalColor;
737
+ };
738
+ alternateColor: {
739
+ type: () => NeonFunctionalColor;
740
+ default: null;
741
+ };
742
+ dropdownStyle: {
743
+ type: () => import("../../../neon").NeonDropdownStyle;
744
+ default: import("../../../neon").NeonDropdownStyle;
745
+ };
746
+ placement: {
747
+ type: () => import("../../../neon").NeonDropdownPlacement;
748
+ default: import("../../../neon").NeonDropdownPlacement;
749
+ };
750
+ placementContainer: {
751
+ type: () => HTMLElement;
752
+ default: null;
753
+ };
754
+ openOnHover: {
755
+ type: BooleanConstructor;
756
+ default: boolean;
757
+ };
758
+ }>> & Readonly<{
759
+ onFocus?: ((...args: any[]) => any) | undefined;
760
+ onBlur?: ((...args: any[]) => any) | undefined;
761
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
762
+ "onDropdown-placement"?: ((...args: any[]) => any) | undefined;
763
+ }>, {
764
+ color: NeonFunctionalColor;
765
+ icon: string;
766
+ label: string;
767
+ disabled: boolean;
768
+ image: string;
769
+ size: NeonSize;
770
+ placement: import("../../../neon").NeonDropdownPlacement;
771
+ alternateColor: NeonFunctionalColor;
772
+ indicator: boolean;
773
+ imageAlt: string;
774
+ dropdownStyle: import("../../../neon").NeonDropdownStyle;
775
+ placementContainer: HTMLElement;
776
+ openOnHover: boolean;
777
+ }, {}, {
778
+ NeonBadge: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
779
+ label: {
780
+ type: StringConstructor;
781
+ default: null;
782
+ };
783
+ image: {
784
+ type: StringConstructor;
785
+ default: null;
786
+ };
787
+ icon: {
788
+ type: StringConstructor;
789
+ default: null;
790
+ };
791
+ circular: {
792
+ type: BooleanConstructor;
793
+ default: boolean;
794
+ };
795
+ size: {
796
+ type: () => import("../../../neon").NeonBadgeSize;
797
+ default: import("../../../neon").NeonBadgeSize; /**
798
+ * The color of the component.
799
+ */
800
+ }; /**
801
+ * The color of the component.
802
+ */
803
+ color: {
804
+ type: () => NeonFunctionalColor;
805
+ /**
806
+ * The size of the dropdown button.
807
+ */
808
+ default: NeonFunctionalColor;
809
+ };
810
+ alternateColor: {
811
+ type: () => NeonFunctionalColor;
812
+ default: null;
813
+ };
814
+ editable: {
815
+ type: BooleanConstructor;
816
+ default: boolean;
817
+ };
818
+ accept: {
819
+ type: StringConstructor;
820
+ default: string;
821
+ };
822
+ disabled: {
823
+ type: BooleanConstructor;
824
+ default: boolean;
825
+ };
826
+ jazziconId: {
827
+ type: StringConstructor;
828
+ default: null;
829
+ };
830
+ imageAlt: {
831
+ type: StringConstructor;
832
+ default: string;
833
+ };
834
+ editButtonTitle: {
835
+ type: StringConstructor;
836
+ default: string;
837
+ };
838
+ }>, {
839
+ emit: (event: "change-image", ...args: any[]) => void;
840
+ svg: import("vue").ComputedRef<string | null>;
841
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change-image"[], "change-image", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
842
+ label: {
843
+ type: StringConstructor;
844
+ default: null;
845
+ };
846
+ image: {
847
+ type: StringConstructor;
848
+ default: null;
849
+ };
850
+ icon: {
851
+ type: StringConstructor;
852
+ default: null;
853
+ };
854
+ circular: {
855
+ type: BooleanConstructor;
856
+ default: boolean;
857
+ };
858
+ size: {
859
+ type: () => import("../../../neon").NeonBadgeSize;
860
+ default: import("../../../neon").NeonBadgeSize; /**
861
+ * The color of the component.
862
+ */
863
+ }; /**
864
+ * The color of the component.
865
+ */
866
+ color: {
867
+ type: () => NeonFunctionalColor;
868
+ /**
869
+ * The size of the dropdown button.
870
+ */
871
+ default: NeonFunctionalColor;
872
+ };
873
+ alternateColor: {
874
+ type: () => NeonFunctionalColor;
875
+ default: null;
876
+ };
877
+ editable: {
878
+ type: BooleanConstructor;
879
+ default: boolean;
880
+ };
881
+ accept: {
882
+ type: StringConstructor;
883
+ default: string;
884
+ };
885
+ disabled: {
886
+ type: BooleanConstructor;
887
+ default: boolean;
888
+ };
889
+ jazziconId: {
890
+ type: StringConstructor;
891
+ default: null;
892
+ };
893
+ imageAlt: {
894
+ type: StringConstructor;
895
+ default: string;
896
+ };
897
+ editButtonTitle: {
898
+ type: StringConstructor;
899
+ default: string;
900
+ };
901
+ }>> & Readonly<{
902
+ "onChange-image"?: ((...args: any[]) => any) | undefined;
903
+ }>, {
904
+ color: NeonFunctionalColor;
905
+ icon: string;
906
+ label: string;
907
+ disabled: boolean;
908
+ image: string;
909
+ size: import("../../../neon").NeonBadgeSize;
910
+ alternateColor: NeonFunctionalColor;
911
+ circular: boolean;
912
+ accept: string;
913
+ editable: boolean;
914
+ jazziconId: string;
915
+ imageAlt: string;
916
+ editButtonTitle: string;
917
+ }, {}, {
918
+ NeonFile: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
919
+ disabled: {
920
+ type: BooleanConstructor;
921
+ default: boolean;
922
+ };
923
+ directUpload: {
924
+ type: BooleanConstructor;
925
+ default: boolean;
926
+ };
927
+ multiple: {
928
+ type: BooleanConstructor;
929
+ default: boolean;
930
+ };
931
+ accept: {
932
+ type: StringConstructor;
933
+ default: null;
934
+ };
935
+ id: {
936
+ type: StringConstructor;
937
+ default: null;
938
+ };
939
+ size: {
940
+ type: () => NeonSize;
941
+ default: NeonSize; /**
942
+ * The color of the component.
943
+ */
944
+ }; /**
945
+ * The color of the component.
946
+ */
947
+ state: {
948
+ type: () => import("../../../neon").NeonState;
949
+ default: import("../../../neon").NeonState;
950
+ };
951
+ color: {
952
+ type: () => NeonFunctionalColor;
953
+ default: NeonFunctionalColor;
954
+ };
955
+ buttonStyle: {
956
+ type: () => import("../../../neon").NeonButtonStyle;
957
+ default: import("../../../neon").NeonButtonStyle;
958
+ };
959
+ circular: {
960
+ type: BooleanConstructor;
961
+ default: null;
962
+ };
963
+ label: {
964
+ type: StringConstructor;
965
+ default: null;
966
+ };
967
+ icon: {
968
+ type: StringConstructor;
969
+ default: null;
970
+ };
971
+ title: {
972
+ type: StringConstructor;
973
+ default: string;
974
+ };
975
+ }>, {
976
+ fileInput: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
977
+ id: {
978
+ type: StringConstructor;
979
+ default: null;
980
+ };
981
+ modelValue: {
982
+ type: StringConstructor;
983
+ default: null;
984
+ };
985
+ type: {
986
+ type: () => import("../../../neon").NeonInputType;
987
+ default: import("../../../neon").NeonInputType;
988
+ };
989
+ placeholder: {
990
+ type: StringConstructor;
991
+ default: null;
992
+ };
993
+ size: {
994
+ type: () => NeonSize;
995
+ default: NeonSize;
996
+ };
997
+ color: {
998
+ type: () => NeonFunctionalColor;
999
+ default: NeonFunctionalColor;
1000
+ };
1001
+ inputmode: {
1002
+ type: () => import("../../../neon").NeonInputMode;
1003
+ default: import("../../../neon").NeonInputMode;
1004
+ };
1005
+ autocomplete: {
1006
+ type: StringConstructor;
1007
+ default: string;
1008
+ };
1009
+ state: {
1010
+ type: () => import("../../../neon").NeonState;
1011
+ default: import("../../../neon").NeonState;
1012
+ };
1013
+ rows: {
1014
+ type: NumberConstructor;
1015
+ default: null;
1016
+ };
1017
+ icon: {
1018
+ type: StringConstructor;
1019
+ default: null;
1020
+ };
1021
+ iconReadonly: {
1022
+ type: BooleanConstructor;
1023
+ default: boolean;
1024
+ };
1025
+ hideIcon: {
1026
+ type: BooleanConstructor;
1027
+ default: boolean;
1028
+ };
1029
+ tabindex: {
1030
+ type: NumberConstructor;
1031
+ default: number;
1032
+ };
1033
+ disabled: {
1034
+ type: BooleanConstructor;
1035
+ default: boolean;
1036
+ };
1037
+ stateHighlight: {
1038
+ type: BooleanConstructor;
1039
+ default: boolean;
1040
+ };
1041
+ stateIcon: {
1042
+ type: BooleanConstructor;
1043
+ default: boolean;
1044
+ };
1045
+ maxlength: {
1046
+ type: NumberConstructor;
1047
+ default: null;
1048
+ };
1049
+ maxlengthLabel: {
1050
+ type: StringConstructor;
1051
+ default: string;
1052
+ };
1053
+ debounce: {
1054
+ type: NumberConstructor;
1055
+ default: undefined;
1056
+ };
1057
+ }>> & Readonly<{
1058
+ onFocus?: ((...args: any[]) => any) | undefined;
1059
+ onBlur?: ((...args: any[]) => any) | undefined;
1060
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1061
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1062
+ }>, {
1063
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1064
+ focused: import("vue").Ref<boolean, boolean>;
1065
+ sanitizedAttributes: import("vue").ComputedRef<{
1066
+ [x: string]: unknown;
1067
+ }>;
1068
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1069
+ iconName: import("vue").ComputedRef<string | undefined>;
1070
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1071
+ computedPlaceholder: import("vue").ComputedRef<string>;
1072
+ counterLabel: import("vue").ComputedRef<string | null>;
1073
+ focus: () => void;
1074
+ click: () => void;
1075
+ onFocus: () => void;
1076
+ onBlur: () => void;
1077
+ iconClicked: ($event: Event) => void;
1078
+ changeValue: (event: InputEvent) => void;
1079
+ onKeyDown: (event: KeyboardEvent) => void;
1080
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
1081
+ color: NeonFunctionalColor;
1082
+ icon: string;
1083
+ type: import("../../../neon").NeonInputType;
1084
+ id: string;
1085
+ disabled: boolean;
1086
+ size: NeonSize;
1087
+ placeholder: string;
1088
+ tabindex: number;
1089
+ inputmode: import("../../../neon").NeonInputMode;
1090
+ modelValue: string;
1091
+ state: import("../../../neon").NeonState;
1092
+ autocomplete: string;
1093
+ rows: number;
1094
+ iconReadonly: boolean;
1095
+ hideIcon: boolean;
1096
+ stateHighlight: boolean;
1097
+ stateIcon: boolean;
1098
+ maxlength: number;
1099
+ maxlengthLabel: string;
1100
+ debounce: number;
1101
+ }, true, {}, {}, {
1102
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1103
+ name: {
1104
+ type: StringConstructor;
1105
+ required: true;
1106
+ };
1107
+ id: {
1108
+ type: StringConstructor;
1109
+ default: null;
1110
+ };
1111
+ color: {
1112
+ type: () => NeonFunctionalColor;
1113
+ default: null;
1114
+ };
1115
+ inverse: {
1116
+ type: BooleanConstructor;
1117
+ default: boolean;
1118
+ };
1119
+ disabled: {
1120
+ type: BooleanConstructor;
1121
+ default: boolean;
1122
+ };
1123
+ }>, {
1124
+ sanitizedAttributes: import("vue").ComputedRef<{
1125
+ [x: string]: unknown;
1126
+ }>;
1127
+ icon: import("vue").ComputedRef<string | undefined>;
1128
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1129
+ name: {
1130
+ type: StringConstructor;
1131
+ required: true;
1132
+ };
1133
+ id: {
1134
+ type: StringConstructor;
1135
+ default: null;
1136
+ };
1137
+ color: {
1138
+ type: () => NeonFunctionalColor;
1139
+ default: null;
1140
+ };
1141
+ inverse: {
1142
+ type: BooleanConstructor;
1143
+ default: boolean;
1144
+ };
1145
+ disabled: {
1146
+ type: BooleanConstructor;
1147
+ default: boolean;
1148
+ };
1149
+ }>> & Readonly<{}>, {
1150
+ color: NeonFunctionalColor;
1151
+ id: string;
1152
+ inverse: boolean;
1153
+ disabled: boolean;
1154
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1155
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1156
+ P: {};
1157
+ B: {};
1158
+ D: {};
1159
+ C: {};
1160
+ M: {};
1161
+ Defaults: {};
1162
+ }, Readonly<import("vue").ExtractPropTypes<{
1163
+ id: {
1164
+ type: StringConstructor;
1165
+ default: null;
1166
+ };
1167
+ modelValue: {
1168
+ type: StringConstructor;
1169
+ default: null;
1170
+ };
1171
+ type: {
1172
+ type: () => import("../../../neon").NeonInputType;
1173
+ default: import("../../../neon").NeonInputType;
1174
+ };
1175
+ placeholder: {
1176
+ type: StringConstructor;
1177
+ default: null;
1178
+ };
1179
+ size: {
1180
+ type: () => NeonSize;
1181
+ default: NeonSize;
1182
+ };
1183
+ color: {
1184
+ type: () => NeonFunctionalColor;
1185
+ default: NeonFunctionalColor;
1186
+ };
1187
+ inputmode: {
1188
+ type: () => import("../../../neon").NeonInputMode;
1189
+ default: import("../../../neon").NeonInputMode;
1190
+ };
1191
+ autocomplete: {
1192
+ type: StringConstructor;
1193
+ default: string;
1194
+ };
1195
+ state: {
1196
+ type: () => import("../../../neon").NeonState;
1197
+ default: import("../../../neon").NeonState;
1198
+ };
1199
+ rows: {
1200
+ type: NumberConstructor;
1201
+ default: null;
1202
+ };
1203
+ icon: {
1204
+ type: StringConstructor;
1205
+ default: null;
1206
+ };
1207
+ iconReadonly: {
1208
+ type: BooleanConstructor;
1209
+ default: boolean;
1210
+ };
1211
+ hideIcon: {
1212
+ type: BooleanConstructor;
1213
+ default: boolean;
1214
+ };
1215
+ tabindex: {
1216
+ type: NumberConstructor;
1217
+ default: number;
1218
+ };
1219
+ disabled: {
1220
+ type: BooleanConstructor;
1221
+ default: boolean;
1222
+ };
1223
+ stateHighlight: {
1224
+ type: BooleanConstructor;
1225
+ default: boolean;
1226
+ };
1227
+ stateIcon: {
1228
+ type: BooleanConstructor;
1229
+ default: boolean;
1230
+ };
1231
+ maxlength: {
1232
+ type: NumberConstructor;
1233
+ default: null;
1234
+ };
1235
+ maxlengthLabel: {
1236
+ type: StringConstructor;
1237
+ default: string;
1238
+ };
1239
+ debounce: {
1240
+ type: NumberConstructor;
1241
+ default: undefined;
1242
+ };
1243
+ }>> & Readonly<{
1244
+ onFocus?: ((...args: any[]) => any) | undefined;
1245
+ onBlur?: ((...args: any[]) => any) | undefined;
1246
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1247
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1248
+ }>, {
1249
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1250
+ focused: import("vue").Ref<boolean, boolean>;
1251
+ sanitizedAttributes: import("vue").ComputedRef<{
1252
+ [x: string]: unknown;
1253
+ }>;
1254
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1255
+ iconName: import("vue").ComputedRef<string | undefined>;
1256
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1257
+ computedPlaceholder: import("vue").ComputedRef<string>;
1258
+ counterLabel: import("vue").ComputedRef<string | null>;
1259
+ focus: () => void;
1260
+ click: () => void;
1261
+ onFocus: () => void;
1262
+ onBlur: () => void;
1263
+ iconClicked: ($event: Event) => void;
1264
+ changeValue: (event: InputEvent) => void;
1265
+ onKeyDown: (event: KeyboardEvent) => void;
1266
+ }, {}, {}, {}, {
1267
+ color: NeonFunctionalColor;
1268
+ icon: string;
1269
+ type: import("../../../neon").NeonInputType;
1270
+ id: string;
1271
+ disabled: boolean;
1272
+ size: NeonSize;
1273
+ placeholder: string;
1274
+ tabindex: number;
1275
+ inputmode: import("../../../neon").NeonInputMode;
1276
+ modelValue: string;
1277
+ state: import("../../../neon").NeonState;
1278
+ autocomplete: string;
1279
+ rows: number;
1280
+ iconReadonly: boolean;
1281
+ hideIcon: boolean;
1282
+ stateHighlight: boolean;
1283
+ stateIcon: boolean;
1284
+ maxlength: number;
1285
+ maxlengthLabel: string;
1286
+ debounce: number;
1287
+ }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1288
+ id: {
1289
+ type: StringConstructor;
1290
+ default: null;
1291
+ };
1292
+ modelValue: {
1293
+ type: StringConstructor;
1294
+ default: null;
1295
+ };
1296
+ type: {
1297
+ type: () => import("../../../neon").NeonInputType;
1298
+ default: import("../../../neon").NeonInputType;
1299
+ };
1300
+ placeholder: {
1301
+ type: StringConstructor;
1302
+ default: null;
1303
+ };
1304
+ size: {
1305
+ type: () => NeonSize;
1306
+ default: NeonSize;
1307
+ };
1308
+ color: {
1309
+ type: () => NeonFunctionalColor;
1310
+ default: NeonFunctionalColor;
1311
+ };
1312
+ inputmode: {
1313
+ type: () => import("../../../neon").NeonInputMode;
1314
+ default: import("../../../neon").NeonInputMode;
1315
+ };
1316
+ autocomplete: {
1317
+ type: StringConstructor;
1318
+ default: string;
1319
+ };
1320
+ state: {
1321
+ type: () => import("../../../neon").NeonState;
1322
+ default: import("../../../neon").NeonState;
1323
+ };
1324
+ rows: {
1325
+ type: NumberConstructor;
1326
+ default: null;
1327
+ };
1328
+ icon: {
1329
+ type: StringConstructor;
1330
+ default: null;
1331
+ };
1332
+ iconReadonly: {
1333
+ type: BooleanConstructor;
1334
+ default: boolean;
1335
+ };
1336
+ hideIcon: {
1337
+ type: BooleanConstructor;
1338
+ default: boolean;
1339
+ };
1340
+ tabindex: {
1341
+ type: NumberConstructor;
1342
+ default: number;
1343
+ };
1344
+ disabled: {
1345
+ type: BooleanConstructor;
1346
+ default: boolean;
1347
+ };
1348
+ stateHighlight: {
1349
+ type: BooleanConstructor;
1350
+ default: boolean;
1351
+ };
1352
+ stateIcon: {
1353
+ type: BooleanConstructor;
1354
+ default: boolean;
1355
+ };
1356
+ maxlength: {
1357
+ type: NumberConstructor;
1358
+ default: null;
1359
+ };
1360
+ maxlengthLabel: {
1361
+ type: StringConstructor;
1362
+ default: string;
1363
+ };
1364
+ debounce: {
1365
+ type: NumberConstructor;
1366
+ default: undefined;
1367
+ };
1368
+ }>> & Readonly<{
1369
+ onFocus?: ((...args: any[]) => any) | undefined;
1370
+ onBlur?: ((...args: any[]) => any) | undefined;
1371
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1372
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1373
+ }>, {
1374
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1375
+ focused: import("vue").Ref<boolean, boolean>;
1376
+ sanitizedAttributes: import("vue").ComputedRef<{
1377
+ [x: string]: unknown;
1378
+ }>;
1379
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1380
+ iconName: import("vue").ComputedRef<string | undefined>;
1381
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1382
+ computedPlaceholder: import("vue").ComputedRef<string>;
1383
+ counterLabel: import("vue").ComputedRef<string | null>;
1384
+ focus: () => void;
1385
+ click: () => void;
1386
+ onFocus: () => void;
1387
+ onBlur: () => void;
1388
+ iconClicked: ($event: Event) => void;
1389
+ changeValue: (event: InputEvent) => void;
1390
+ onKeyDown: (event: KeyboardEvent) => void;
1391
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
1392
+ color: NeonFunctionalColor;
1393
+ icon: string;
1394
+ type: import("../../../neon").NeonInputType;
1395
+ id: string;
1396
+ disabled: boolean;
1397
+ size: NeonSize;
1398
+ placeholder: string;
1399
+ tabindex: number;
1400
+ inputmode: import("../../../neon").NeonInputMode;
1401
+ modelValue: string;
1402
+ state: import("../../../neon").NeonState;
1403
+ autocomplete: string;
1404
+ rows: number;
1405
+ iconReadonly: boolean;
1406
+ hideIcon: boolean;
1407
+ stateHighlight: boolean;
1408
+ stateIcon: boolean;
1409
+ maxlength: number;
1410
+ maxlengthLabel: string;
1411
+ debounce: number;
1412
+ }, true, {}, {}, {
1413
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1414
+ name: {
1415
+ type: StringConstructor;
1416
+ required: true;
1417
+ };
1418
+ id: {
1419
+ type: StringConstructor;
1420
+ default: null;
1421
+ };
1422
+ color: {
1423
+ type: () => NeonFunctionalColor;
1424
+ default: null;
1425
+ };
1426
+ inverse: {
1427
+ type: BooleanConstructor;
1428
+ default: boolean;
1429
+ };
1430
+ disabled: {
1431
+ type: BooleanConstructor;
1432
+ default: boolean;
1433
+ };
1434
+ }>, {
1435
+ sanitizedAttributes: import("vue").ComputedRef<{
1436
+ [x: string]: unknown;
1437
+ }>;
1438
+ icon: import("vue").ComputedRef<string | undefined>;
1439
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1440
+ name: {
1441
+ type: StringConstructor;
1442
+ required: true;
1443
+ };
1444
+ id: {
1445
+ type: StringConstructor;
1446
+ default: null;
1447
+ };
1448
+ color: {
1449
+ type: () => NeonFunctionalColor;
1450
+ default: null;
1451
+ };
1452
+ inverse: {
1453
+ type: BooleanConstructor;
1454
+ default: boolean;
1455
+ };
1456
+ disabled: {
1457
+ type: BooleanConstructor;
1458
+ default: boolean;
1459
+ };
1460
+ }>> & Readonly<{}>, {
1461
+ color: NeonFunctionalColor;
1462
+ id: string;
1463
+ inverse: boolean;
1464
+ disabled: boolean;
1465
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1466
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1467
+ P: {};
1468
+ B: {};
1469
+ D: {};
1470
+ C: {};
1471
+ M: {};
1472
+ Defaults: {};
1473
+ }, Readonly<import("vue").ExtractPropTypes<{
1474
+ id: {
1475
+ type: StringConstructor;
1476
+ default: null;
1477
+ };
1478
+ modelValue: {
1479
+ type: StringConstructor;
1480
+ default: null;
1481
+ };
1482
+ type: {
1483
+ type: () => import("../../../neon").NeonInputType;
1484
+ default: import("../../../neon").NeonInputType;
1485
+ };
1486
+ placeholder: {
1487
+ type: StringConstructor;
1488
+ default: null;
1489
+ };
1490
+ size: {
1491
+ type: () => NeonSize;
1492
+ default: NeonSize;
1493
+ };
1494
+ color: {
1495
+ type: () => NeonFunctionalColor;
1496
+ default: NeonFunctionalColor;
1497
+ };
1498
+ inputmode: {
1499
+ type: () => import("../../../neon").NeonInputMode;
1500
+ default: import("../../../neon").NeonInputMode;
1501
+ };
1502
+ autocomplete: {
1503
+ type: StringConstructor;
1504
+ default: string;
1505
+ };
1506
+ state: {
1507
+ type: () => import("../../../neon").NeonState;
1508
+ default: import("../../../neon").NeonState;
1509
+ };
1510
+ rows: {
1511
+ type: NumberConstructor;
1512
+ default: null;
1513
+ };
1514
+ icon: {
1515
+ type: StringConstructor;
1516
+ default: null;
1517
+ };
1518
+ iconReadonly: {
1519
+ type: BooleanConstructor;
1520
+ default: boolean;
1521
+ };
1522
+ hideIcon: {
1523
+ type: BooleanConstructor;
1524
+ default: boolean;
1525
+ };
1526
+ tabindex: {
1527
+ type: NumberConstructor;
1528
+ default: number;
1529
+ };
1530
+ disabled: {
1531
+ type: BooleanConstructor;
1532
+ default: boolean;
1533
+ };
1534
+ stateHighlight: {
1535
+ type: BooleanConstructor;
1536
+ default: boolean;
1537
+ };
1538
+ stateIcon: {
1539
+ type: BooleanConstructor;
1540
+ default: boolean;
1541
+ };
1542
+ maxlength: {
1543
+ type: NumberConstructor;
1544
+ default: null;
1545
+ };
1546
+ maxlengthLabel: {
1547
+ type: StringConstructor;
1548
+ default: string;
1549
+ };
1550
+ debounce: {
1551
+ type: NumberConstructor;
1552
+ default: undefined;
1553
+ };
1554
+ }>> & Readonly<{
1555
+ onFocus?: ((...args: any[]) => any) | undefined;
1556
+ onBlur?: ((...args: any[]) => any) | undefined;
1557
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1558
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1559
+ }>, {
1560
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1561
+ focused: import("vue").Ref<boolean, boolean>;
1562
+ sanitizedAttributes: import("vue").ComputedRef<{
1563
+ [x: string]: unknown;
1564
+ }>;
1565
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1566
+ iconName: import("vue").ComputedRef<string | undefined>;
1567
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1568
+ computedPlaceholder: import("vue").ComputedRef<string>;
1569
+ counterLabel: import("vue").ComputedRef<string | null>;
1570
+ focus: () => void;
1571
+ click: () => void;
1572
+ onFocus: () => void;
1573
+ onBlur: () => void;
1574
+ iconClicked: ($event: Event) => void;
1575
+ changeValue: (event: InputEvent) => void;
1576
+ onKeyDown: (event: KeyboardEvent) => void;
1577
+ }, {}, {}, {}, {
1578
+ color: NeonFunctionalColor;
1579
+ icon: string;
1580
+ type: import("../../../neon").NeonInputType;
1581
+ id: string;
1582
+ disabled: boolean;
1583
+ size: NeonSize;
1584
+ placeholder: string;
1585
+ tabindex: number;
1586
+ inputmode: import("../../../neon").NeonInputMode;
1587
+ modelValue: string;
1588
+ state: import("../../../neon").NeonState;
1589
+ autocomplete: string;
1590
+ rows: number;
1591
+ iconReadonly: boolean;
1592
+ hideIcon: boolean;
1593
+ stateHighlight: boolean;
1594
+ stateIcon: boolean;
1595
+ maxlength: number;
1596
+ maxlengthLabel: string;
1597
+ debounce: number;
1598
+ }> | null>;
1599
+ files: import("vue").Ref<{
1600
+ readonly lastModified: number;
1601
+ readonly name: string;
1602
+ readonly webkitRelativePath: string;
1603
+ readonly size: number;
1604
+ readonly type: string;
1605
+ arrayBuffer: () => Promise<ArrayBuffer>;
1606
+ slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
1607
+ stream: () => ReadableStream<Uint8Array>;
1608
+ text: () => Promise<string>;
1609
+ }[], File[] | {
1610
+ readonly lastModified: number;
1611
+ readonly name: string;
1612
+ readonly webkitRelativePath: string;
1613
+ readonly size: number;
1614
+ readonly type: string;
1615
+ arrayBuffer: () => Promise<ArrayBuffer>;
1616
+ slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
1617
+ stream: () => ReadableStream<Uint8Array>;
1618
+ text: () => Promise<string>;
1619
+ }[]>;
1620
+ fileList: import("vue").ComputedRef<{
1621
+ key: string;
1622
+ label: string;
1623
+ }[]>;
1624
+ fileInputModel: import("vue").Ref<string, string>;
1625
+ remove: (filename: string) => void;
1626
+ clearAll: () => void;
1627
+ openFileDialog: () => void;
1628
+ onInput: (event: Event) => void;
1629
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1630
+ disabled: {
1631
+ type: BooleanConstructor;
1632
+ default: boolean;
1633
+ };
1634
+ directUpload: {
1635
+ type: BooleanConstructor;
1636
+ default: boolean;
1637
+ };
1638
+ multiple: {
1639
+ type: BooleanConstructor;
1640
+ default: boolean;
1641
+ };
1642
+ accept: {
1643
+ type: StringConstructor;
1644
+ default: null;
1645
+ };
1646
+ id: {
1647
+ type: StringConstructor;
1648
+ default: null;
1649
+ };
1650
+ size: {
1651
+ type: () => NeonSize;
1652
+ default: NeonSize; /**
1653
+ * The color of the component.
1654
+ */
1655
+ }; /**
1656
+ * The color of the component.
1657
+ */
1658
+ state: {
1659
+ type: () => import("../../../neon").NeonState;
1660
+ default: import("../../../neon").NeonState;
1661
+ };
1662
+ color: {
1663
+ type: () => NeonFunctionalColor;
1664
+ default: NeonFunctionalColor;
1665
+ };
1666
+ buttonStyle: {
1667
+ type: () => import("../../../neon").NeonButtonStyle;
1668
+ default: import("../../../neon").NeonButtonStyle;
1669
+ };
1670
+ circular: {
1671
+ type: BooleanConstructor;
1672
+ default: null;
1673
+ };
1674
+ label: {
1675
+ type: StringConstructor;
1676
+ default: null;
1677
+ };
1678
+ icon: {
1679
+ type: StringConstructor;
1680
+ default: null;
1681
+ };
1682
+ title: {
1683
+ type: StringConstructor;
1684
+ default: string;
1685
+ };
1686
+ }>> & Readonly<{
1687
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1688
+ }>, {
1689
+ color: NeonFunctionalColor;
1690
+ icon: string;
1691
+ label: string;
1692
+ id: string;
1693
+ disabled: boolean;
1694
+ title: string;
1695
+ size: NeonSize;
1696
+ buttonStyle: import("../../../neon").NeonButtonStyle;
1697
+ state: import("../../../neon").NeonState;
1698
+ circular: boolean;
1699
+ directUpload: boolean;
1700
+ multiple: boolean;
1701
+ accept: string;
1702
+ }, {}, {
1703
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1704
+ href: {
1705
+ type: StringConstructor;
1706
+ default: null;
1707
+ };
1708
+ label: {
1709
+ type: StringConstructor;
1710
+ default: null;
1711
+ };
1712
+ size: {
1713
+ type: () => import("../../../neon").NeonButtonSize;
1714
+ default: import("../../../neon").NeonButtonSize;
1715
+ };
1716
+ color: {
1717
+ type: () => NeonFunctionalColor;
1718
+ default: NeonFunctionalColor;
1719
+ };
1720
+ inverse: {
1721
+ type: BooleanConstructor;
1722
+ default: boolean;
1723
+ };
1724
+ alternateColor: {
1725
+ type: () => NeonFunctionalColor;
1726
+ default: null;
1727
+ };
1728
+ icon: {
1729
+ type: StringConstructor;
1730
+ default: null;
1731
+ };
1732
+ iconAriaLabel: {
1733
+ type: StringConstructor;
1734
+ };
1735
+ iconPosition: {
1736
+ type: () => import("../../../neon").NeonHorizontalPosition;
1737
+ default: import("../../../neon").NeonHorizontalPosition;
1738
+ }; /**
1739
+ * The show 'n' items CTA label. This should adhere to the vue-i18n pluralization format
1740
+ * e.g. 'Show {count} items | Show {count} item | Show {count} items'.
1741
+ * There is one placeholder: {count} - the count of items matching this filter.
1742
+ */
1743
+ buttonStyle: {
1744
+ type: () => import("../../../neon").NeonButtonStyle;
1745
+ default: import("../../../neon").NeonButtonStyle;
1746
+ };
1747
+ buttonType: {
1748
+ type: () => import("../../../neon").NeonButtonType;
1749
+ default: import("../../../neon").NeonButtonType;
1750
+ };
1751
+ state: {
1752
+ type: () => import("../../../neon").NeonState;
1753
+ default: import("../../../neon").NeonState;
1754
+ };
1755
+ disabled: {
1756
+ type: BooleanConstructor;
1757
+ default: boolean;
1758
+ };
1759
+ transparent: {
1760
+ type: BooleanConstructor;
1761
+ default: boolean;
1762
+ };
1763
+ outline: {
1764
+ type: BooleanConstructor;
1765
+ default: boolean;
1766
+ };
1767
+ circular: {
1768
+ type: BooleanConstructor;
1769
+ default: null;
1770
+ };
1771
+ fullWidth: {
1772
+ type: BooleanConstructor;
1773
+ default: null;
1774
+ };
1775
+ indicator: {
1776
+ type: BooleanConstructor;
1777
+ default: boolean;
1778
+ };
1779
+ indicatorExpanded: {
1780
+ type: BooleanConstructor;
1781
+ default: null;
1782
+ };
1783
+ }>, {
1784
+ iconName: import("vue").ComputedRef<string>;
1785
+ classes: import("vue").ComputedRef<(string | false | {
1786
+ [x: string]: boolean | "" | NeonFunctionalColor;
1787
+ 'neon-button--text-transparent': boolean;
1788
+ 'neon-button--disabled': boolean;
1789
+ 'neon-button--inverse': boolean;
1790
+ 'neon-button--circular': boolean;
1791
+ 'neon-button--no-outline': boolean;
1792
+ 'neon-button--full-width': boolean;
1793
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
1794
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
1795
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
1796
+ })[]>;
1797
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1798
+ attrs: {
1799
+ [x: string]: unknown;
1800
+ };
1801
+ sanitizedAttributes: import("vue").ComputedRef<{
1802
+ [x: string]: unknown;
1803
+ }>;
1804
+ clickLink: () => void | undefined;
1805
+ clickButton: () => void;
1806
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1807
+ href: {
1808
+ type: StringConstructor;
1809
+ default: null;
1810
+ };
1811
+ label: {
1812
+ type: StringConstructor;
1813
+ default: null;
1814
+ };
1815
+ size: {
1816
+ type: () => import("../../../neon").NeonButtonSize;
1817
+ default: import("../../../neon").NeonButtonSize;
1818
+ };
1819
+ color: {
1820
+ type: () => NeonFunctionalColor;
1821
+ default: NeonFunctionalColor;
1822
+ };
1823
+ inverse: {
1824
+ type: BooleanConstructor;
1825
+ default: boolean;
1826
+ };
1827
+ alternateColor: {
1828
+ type: () => NeonFunctionalColor;
1829
+ default: null;
1830
+ };
1831
+ icon: {
1832
+ type: StringConstructor;
1833
+ default: null;
1834
+ };
1835
+ iconAriaLabel: {
1836
+ type: StringConstructor;
1837
+ };
1838
+ iconPosition: {
1839
+ type: () => import("../../../neon").NeonHorizontalPosition;
1840
+ default: import("../../../neon").NeonHorizontalPosition;
1841
+ }; /**
1842
+ * The show 'n' items CTA label. This should adhere to the vue-i18n pluralization format
1843
+ * e.g. 'Show {count} items | Show {count} item | Show {count} items'.
1844
+ * There is one placeholder: {count} - the count of items matching this filter.
1845
+ */
1846
+ buttonStyle: {
1847
+ type: () => import("../../../neon").NeonButtonStyle;
1848
+ default: import("../../../neon").NeonButtonStyle;
1849
+ };
1850
+ buttonType: {
1851
+ type: () => import("../../../neon").NeonButtonType;
1852
+ default: import("../../../neon").NeonButtonType;
1853
+ };
1854
+ state: {
1855
+ type: () => import("../../../neon").NeonState;
1856
+ default: import("../../../neon").NeonState;
1857
+ };
1858
+ disabled: {
1859
+ type: BooleanConstructor;
1860
+ default: boolean;
1861
+ };
1862
+ transparent: {
1863
+ type: BooleanConstructor;
1864
+ default: boolean;
1865
+ };
1866
+ outline: {
1867
+ type: BooleanConstructor;
1868
+ default: boolean;
1869
+ };
1870
+ circular: {
1871
+ type: BooleanConstructor;
1872
+ default: null;
1873
+ };
1874
+ fullWidth: {
1875
+ type: BooleanConstructor;
1876
+ default: null;
1877
+ };
1878
+ indicator: {
1879
+ type: BooleanConstructor;
1880
+ default: boolean;
1881
+ };
1882
+ indicatorExpanded: {
1883
+ type: BooleanConstructor;
1884
+ default: null;
1885
+ };
1886
+ }>> & Readonly<{
1887
+ onClick?: ((...args: any[]) => any) | undefined;
1888
+ }>, {
1889
+ color: NeonFunctionalColor;
1890
+ icon: string;
1891
+ label: string;
1892
+ inverse: boolean;
1893
+ disabled: boolean;
1894
+ href: string;
1895
+ size: import("../../../neon").NeonButtonSize;
1896
+ alternateColor: NeonFunctionalColor;
1897
+ outline: boolean;
1898
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
1899
+ buttonStyle: import("../../../neon").NeonButtonStyle;
1900
+ buttonType: import("../../../neon").NeonButtonType;
1901
+ state: import("../../../neon").NeonState;
1902
+ transparent: boolean;
1903
+ circular: boolean;
1904
+ fullWidth: boolean;
1905
+ indicator: boolean;
1906
+ indicatorExpanded: boolean;
1907
+ }, {}, {
1908
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1909
+ expanded: {
1910
+ type: BooleanConstructor;
1911
+ default: boolean;
1912
+ };
1913
+ inverse: {
1914
+ type: BooleanConstructor;
1915
+ default: boolean;
1916
+ };
1917
+ disabled: {
1918
+ type: BooleanConstructor;
1919
+ default: boolean;
1920
+ };
1921
+ color: {
1922
+ type: () => NeonFunctionalColor;
1923
+ default: null;
1924
+ };
1925
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1926
+ expanded: {
1927
+ type: BooleanConstructor;
1928
+ default: boolean;
1929
+ };
1930
+ inverse: {
1931
+ type: BooleanConstructor;
1932
+ default: boolean;
1933
+ };
1934
+ disabled: {
1935
+ type: BooleanConstructor;
1936
+ default: boolean;
1937
+ };
1938
+ color: {
1939
+ type: () => NeonFunctionalColor;
1940
+ default: null;
1941
+ };
1942
+ }>> & Readonly<{}>, {
1943
+ color: NeonFunctionalColor;
1944
+ inverse: boolean;
1945
+ disabled: boolean;
1946
+ expanded: boolean;
1947
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; /**
1948
+ * The count of results matching the current search string. NOTE: This is not the count for the search based on the
1949
+ * model value but rather the count based on the current search string in the dropdown. This allows the component
1950
+ * to display the matching count to the user BEFORE they trigger the CTA to update the search string & refresh the
1951
+ * actual data.
1952
+ */
1953
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1954
+ name: {
1955
+ type: StringConstructor;
1956
+ required: true;
1957
+ };
1958
+ id: {
1959
+ type: StringConstructor;
1960
+ default: null;
1961
+ };
1962
+ color: {
1963
+ type: () => NeonFunctionalColor;
1964
+ default: null;
1965
+ };
1966
+ inverse: {
1967
+ type: BooleanConstructor;
1968
+ default: boolean;
1969
+ };
1970
+ disabled: {
1971
+ type: BooleanConstructor;
1972
+ default: boolean;
1973
+ };
1974
+ }>, {
1975
+ sanitizedAttributes: import("vue").ComputedRef<{
1976
+ [x: string]: unknown;
1977
+ }>;
1978
+ icon: import("vue").ComputedRef<string | undefined>;
1979
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1980
+ name: {
1981
+ type: StringConstructor;
1982
+ required: true;
1983
+ };
1984
+ id: {
1985
+ type: StringConstructor;
1986
+ default: null;
1987
+ };
1988
+ color: {
1989
+ type: () => NeonFunctionalColor;
1990
+ default: null;
1991
+ };
1992
+ inverse: {
1993
+ type: BooleanConstructor;
1994
+ default: boolean;
1995
+ };
1996
+ disabled: {
1997
+ type: BooleanConstructor;
1998
+ default: boolean;
1999
+ };
2000
+ }>> & Readonly<{}>, {
2001
+ color: NeonFunctionalColor;
2002
+ id: string;
2003
+ inverse: boolean;
2004
+ disabled: boolean;
2005
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2006
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2007
+ href: {
2008
+ type: StringConstructor;
2009
+ default: null;
2010
+ };
2011
+ noStyle: {
2012
+ type: BooleanConstructor;
2013
+ default: boolean;
2014
+ };
2015
+ outlineStyle: {
2016
+ type: () => import("../../../neon").NeonOutlineStyle;
2017
+ default: import("../../../neon").NeonOutlineStyle;
2018
+ };
2019
+ externalIndicator: {
2020
+ type: BooleanConstructor;
2021
+ default: boolean;
2022
+ };
2023
+ }>, {
2024
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
2025
+ routerUrl: import("vue").ComputedRef<string | undefined>;
2026
+ sanitizedAttributes: import("vue").ComputedRef<{
2027
+ [x: string]: unknown;
2028
+ }>;
2029
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
2030
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
2031
+ onClick: () => void;
2032
+ onSpace: () => Promise<void>;
2033
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2034
+ href: {
2035
+ type: StringConstructor;
2036
+ default: null;
2037
+ };
2038
+ noStyle: {
2039
+ type: BooleanConstructor;
2040
+ default: boolean;
2041
+ };
2042
+ outlineStyle: {
2043
+ type: () => import("../../../neon").NeonOutlineStyle;
2044
+ default: import("../../../neon").NeonOutlineStyle;
2045
+ };
2046
+ externalIndicator: {
2047
+ type: BooleanConstructor;
2048
+ default: boolean;
2049
+ };
2050
+ }>> & Readonly<{
2051
+ onClick?: ((...args: any[]) => any) | undefined;
2052
+ }>, {
2053
+ href: string;
2054
+ noStyle: boolean;
2055
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
2056
+ externalIndicator: boolean;
2057
+ }, {}, {
2058
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2059
+ name: {
2060
+ type: StringConstructor;
2061
+ required: true;
2062
+ };
2063
+ id: {
2064
+ type: StringConstructor;
2065
+ default: null;
2066
+ };
2067
+ color: {
2068
+ type: () => NeonFunctionalColor;
2069
+ default: null;
2070
+ };
2071
+ inverse: {
2072
+ type: BooleanConstructor;
2073
+ default: boolean;
2074
+ };
2075
+ disabled: {
2076
+ type: BooleanConstructor;
2077
+ default: boolean;
2078
+ };
2079
+ }>, {
2080
+ sanitizedAttributes: import("vue").ComputedRef<{
2081
+ [x: string]: unknown;
2082
+ }>;
2083
+ icon: import("vue").ComputedRef<string | undefined>;
2084
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2085
+ name: {
2086
+ type: StringConstructor;
2087
+ required: true;
2088
+ };
2089
+ id: {
2090
+ type: StringConstructor;
2091
+ default: null;
2092
+ };
2093
+ color: {
2094
+ type: () => NeonFunctionalColor;
2095
+ default: null;
2096
+ };
2097
+ inverse: {
2098
+ type: BooleanConstructor;
2099
+ default: boolean;
2100
+ };
2101
+ disabled: {
2102
+ type: BooleanConstructor;
2103
+ default: boolean;
2104
+ };
2105
+ }>> & Readonly<{}>, {
2106
+ color: NeonFunctionalColor;
2107
+ id: string;
2108
+ inverse: boolean;
2109
+ disabled: boolean;
2110
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2111
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2112
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2113
+ NeonInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2114
+ id: {
2115
+ type: StringConstructor;
2116
+ default: null;
2117
+ };
2118
+ modelValue: {
2119
+ type: StringConstructor;
2120
+ default: null;
2121
+ };
2122
+ type: {
2123
+ type: () => import("../../../neon").NeonInputType;
2124
+ default: import("../../../neon").NeonInputType;
2125
+ };
2126
+ placeholder: {
2127
+ type: StringConstructor;
2128
+ default: null;
2129
+ };
2130
+ size: {
2131
+ type: () => NeonSize;
2132
+ default: NeonSize;
2133
+ };
2134
+ color: {
2135
+ type: () => NeonFunctionalColor;
2136
+ default: NeonFunctionalColor;
2137
+ };
2138
+ inputmode: {
2139
+ type: () => import("../../../neon").NeonInputMode;
2140
+ default: import("../../../neon").NeonInputMode;
2141
+ };
2142
+ autocomplete: {
2143
+ type: StringConstructor;
2144
+ default: string;
2145
+ };
2146
+ state: {
2147
+ type: () => import("../../../neon").NeonState;
2148
+ default: import("../../../neon").NeonState;
2149
+ };
2150
+ rows: {
2151
+ type: NumberConstructor;
2152
+ default: null;
2153
+ };
2154
+ icon: {
2155
+ type: StringConstructor;
2156
+ default: null;
2157
+ };
2158
+ iconReadonly: {
2159
+ type: BooleanConstructor;
2160
+ default: boolean;
2161
+ };
2162
+ hideIcon: {
2163
+ type: BooleanConstructor;
2164
+ default: boolean;
2165
+ };
2166
+ tabindex: {
2167
+ type: NumberConstructor;
2168
+ default: number;
2169
+ };
2170
+ disabled: {
2171
+ type: BooleanConstructor;
2172
+ default: boolean;
2173
+ };
2174
+ stateHighlight: {
2175
+ type: BooleanConstructor;
2176
+ default: boolean;
2177
+ };
2178
+ stateIcon: {
2179
+ type: BooleanConstructor;
2180
+ default: boolean;
2181
+ };
2182
+ maxlength: {
2183
+ type: NumberConstructor;
2184
+ default: null;
2185
+ };
2186
+ maxlengthLabel: {
2187
+ type: StringConstructor;
2188
+ default: string;
2189
+ };
2190
+ debounce: {
2191
+ type: NumberConstructor;
2192
+ default: undefined;
2193
+ };
2194
+ }>, {
2195
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
2196
+ focused: import("vue").Ref<boolean, boolean>;
2197
+ sanitizedAttributes: import("vue").ComputedRef<{
2198
+ [x: string]: unknown;
2199
+ }>;
2200
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
2201
+ iconName: import("vue").ComputedRef<string | undefined>;
2202
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
2203
+ computedPlaceholder: import("vue").ComputedRef<string>;
2204
+ counterLabel: import("vue").ComputedRef<string | null>;
2205
+ focus: () => void;
2206
+ click: () => void;
2207
+ onFocus: () => void;
2208
+ onBlur: () => void;
2209
+ iconClicked: ($event: Event) => void;
2210
+ changeValue: (event: InputEvent) => void;
2211
+ onKeyDown: (event: KeyboardEvent) => void;
2212
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2213
+ id: {
2214
+ type: StringConstructor;
2215
+ default: null;
2216
+ };
2217
+ modelValue: {
2218
+ type: StringConstructor;
2219
+ default: null;
2220
+ };
2221
+ type: {
2222
+ type: () => import("../../../neon").NeonInputType;
2223
+ default: import("../../../neon").NeonInputType;
2224
+ };
2225
+ placeholder: {
2226
+ type: StringConstructor;
2227
+ default: null;
2228
+ };
2229
+ size: {
2230
+ type: () => NeonSize;
2231
+ default: NeonSize;
2232
+ };
2233
+ color: {
2234
+ type: () => NeonFunctionalColor;
2235
+ default: NeonFunctionalColor;
2236
+ };
2237
+ inputmode: {
2238
+ type: () => import("../../../neon").NeonInputMode;
2239
+ default: import("../../../neon").NeonInputMode;
2240
+ };
2241
+ autocomplete: {
2242
+ type: StringConstructor;
2243
+ default: string;
2244
+ };
2245
+ state: {
2246
+ type: () => import("../../../neon").NeonState;
2247
+ default: import("../../../neon").NeonState;
2248
+ };
2249
+ rows: {
2250
+ type: NumberConstructor;
2251
+ default: null;
2252
+ };
2253
+ icon: {
2254
+ type: StringConstructor;
2255
+ default: null;
2256
+ };
2257
+ iconReadonly: {
2258
+ type: BooleanConstructor;
2259
+ default: boolean;
2260
+ };
2261
+ hideIcon: {
2262
+ type: BooleanConstructor;
2263
+ default: boolean;
2264
+ };
2265
+ tabindex: {
2266
+ type: NumberConstructor;
2267
+ default: number;
2268
+ };
2269
+ disabled: {
2270
+ type: BooleanConstructor;
2271
+ default: boolean;
2272
+ };
2273
+ stateHighlight: {
2274
+ type: BooleanConstructor;
2275
+ default: boolean;
2276
+ };
2277
+ stateIcon: {
2278
+ type: BooleanConstructor;
2279
+ default: boolean;
2280
+ };
2281
+ maxlength: {
2282
+ type: NumberConstructor;
2283
+ default: null;
2284
+ };
2285
+ maxlengthLabel: {
2286
+ type: StringConstructor;
2287
+ default: string;
2288
+ };
2289
+ debounce: {
2290
+ type: NumberConstructor;
2291
+ default: undefined;
2292
+ };
2293
+ }>> & Readonly<{
2294
+ onFocus?: ((...args: any[]) => any) | undefined;
2295
+ onBlur?: ((...args: any[]) => any) | undefined;
2296
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2297
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
2298
+ }>, {
2299
+ color: NeonFunctionalColor;
2300
+ icon: string;
2301
+ type: import("../../../neon").NeonInputType;
2302
+ id: string;
2303
+ disabled: boolean;
2304
+ size: NeonSize;
2305
+ placeholder: string;
2306
+ tabindex: number;
2307
+ inputmode: import("../../../neon").NeonInputMode;
2308
+ modelValue: string;
2309
+ state: import("../../../neon").NeonState;
2310
+ autocomplete: string;
2311
+ rows: number;
2312
+ iconReadonly: boolean;
2313
+ hideIcon: boolean;
2314
+ stateHighlight: boolean;
2315
+ stateIcon: boolean;
2316
+ maxlength: number;
2317
+ maxlengthLabel: string;
2318
+ debounce: number;
2319
+ }, {}, {
2320
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2321
+ name: {
2322
+ type: StringConstructor;
2323
+ required: true;
2324
+ };
2325
+ id: {
2326
+ type: StringConstructor;
2327
+ default: null;
2328
+ };
2329
+ color: {
2330
+ type: () => NeonFunctionalColor;
2331
+ default: null;
2332
+ };
2333
+ inverse: {
2334
+ type: BooleanConstructor;
2335
+ default: boolean;
2336
+ };
2337
+ disabled: {
2338
+ type: BooleanConstructor;
2339
+ default: boolean;
2340
+ };
2341
+ }>, {
2342
+ sanitizedAttributes: import("vue").ComputedRef<{
2343
+ [x: string]: unknown;
2344
+ }>;
2345
+ icon: import("vue").ComputedRef<string | undefined>;
2346
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2347
+ name: {
2348
+ type: StringConstructor;
2349
+ required: true;
2350
+ };
2351
+ id: {
2352
+ type: StringConstructor;
2353
+ default: null;
2354
+ };
2355
+ color: {
2356
+ type: () => NeonFunctionalColor;
2357
+ default: null;
2358
+ };
2359
+ inverse: {
2360
+ type: BooleanConstructor;
2361
+ default: boolean;
2362
+ };
2363
+ disabled: {
2364
+ type: BooleanConstructor;
2365
+ default: boolean;
2366
+ };
2367
+ }>> & Readonly<{}>, {
2368
+ color: NeonFunctionalColor;
2369
+ id: string;
2370
+ inverse: boolean;
2371
+ disabled: boolean;
2372
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2373
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2374
+ NeonList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2375
+ modelValue: {
2376
+ type: () => import("../../../neon").NeonListItem[];
2377
+ required: true;
2378
+ };
2379
+ size: {
2380
+ type: () => NeonSize;
2381
+ default: NeonSize;
2382
+ };
2383
+ color: {
2384
+ type: () => NeonFunctionalColor;
2385
+ default: NeonFunctionalColor;
2386
+ };
2387
+ disabled: {
2388
+ type: BooleanConstructor;
2389
+ default: boolean;
2390
+ };
2391
+ }>, {
2392
+ remove: (key: string) => void;
2393
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "close")[], "update:modelValue" | "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2394
+ modelValue: {
2395
+ type: () => import("../../../neon").NeonListItem[];
2396
+ required: true;
2397
+ };
2398
+ size: {
2399
+ type: () => NeonSize;
2400
+ default: NeonSize;
2401
+ };
2402
+ color: {
2403
+ type: () => NeonFunctionalColor;
2404
+ default: NeonFunctionalColor;
2405
+ };
2406
+ disabled: {
2407
+ type: BooleanConstructor;
2408
+ default: boolean;
2409
+ };
2410
+ }>> & Readonly<{
2411
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2412
+ onClose?: ((...args: any[]) => any) | undefined;
2413
+ }>, {
2414
+ color: NeonFunctionalColor;
2415
+ disabled: boolean;
2416
+ size: NeonSize;
2417
+ }, {}, {
2418
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2419
+ name: {
2420
+ type: StringConstructor;
2421
+ required: true;
2422
+ };
2423
+ id: {
2424
+ type: StringConstructor;
2425
+ default: null;
2426
+ };
2427
+ color: {
2428
+ type: () => NeonFunctionalColor;
2429
+ default: null;
2430
+ };
2431
+ inverse: {
2432
+ type: BooleanConstructor;
2433
+ default: boolean;
2434
+ };
2435
+ disabled: {
2436
+ type: BooleanConstructor;
2437
+ default: boolean;
2438
+ };
2439
+ }>, {
2440
+ sanitizedAttributes: import("vue").ComputedRef<{
2441
+ [x: string]: unknown;
2442
+ }>;
2443
+ icon: import("vue").ComputedRef<string | undefined>;
2444
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2445
+ name: {
2446
+ type: StringConstructor;
2447
+ required: true;
2448
+ };
2449
+ id: {
2450
+ type: StringConstructor;
2451
+ default: null;
2452
+ };
2453
+ color: {
2454
+ type: () => NeonFunctionalColor;
2455
+ default: null;
2456
+ };
2457
+ inverse: {
2458
+ type: BooleanConstructor;
2459
+ default: boolean;
2460
+ };
2461
+ disabled: {
2462
+ type: BooleanConstructor;
2463
+ default: boolean;
2464
+ };
2465
+ }>> & Readonly<{}>, {
2466
+ color: NeonFunctionalColor;
2467
+ id: string;
2468
+ inverse: boolean;
2469
+ disabled: boolean;
2470
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2471
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2472
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2473
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2474
+ name: {
2475
+ type: StringConstructor;
2476
+ required: true;
2477
+ };
2478
+ id: {
2479
+ type: StringConstructor;
2480
+ default: null;
2481
+ };
2482
+ color: {
2483
+ type: () => NeonFunctionalColor;
2484
+ default: null;
2485
+ };
2486
+ inverse: {
2487
+ type: BooleanConstructor;
2488
+ default: boolean;
2489
+ };
2490
+ disabled: {
2491
+ type: BooleanConstructor;
2492
+ default: boolean;
2493
+ };
2494
+ }>, {
2495
+ sanitizedAttributes: import("vue").ComputedRef<{
2496
+ [x: string]: unknown;
2497
+ }>;
2498
+ icon: import("vue").ComputedRef<string | undefined>;
2499
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2500
+ name: {
2501
+ type: StringConstructor;
2502
+ required: true;
2503
+ };
2504
+ id: {
2505
+ type: StringConstructor;
2506
+ default: null;
2507
+ };
2508
+ color: {
2509
+ type: () => NeonFunctionalColor;
2510
+ default: null;
2511
+ };
2512
+ inverse: {
2513
+ type: BooleanConstructor;
2514
+ default: boolean;
2515
+ };
2516
+ disabled: {
2517
+ type: BooleanConstructor;
2518
+ default: boolean;
2519
+ };
2520
+ }>> & Readonly<{}>, {
2521
+ color: NeonFunctionalColor;
2522
+ id: string;
2523
+ inverse: boolean;
2524
+ disabled: boolean;
2525
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2526
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2527
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2528
+ href: {
2529
+ type: StringConstructor;
2530
+ default: null;
2531
+ };
2532
+ label: {
2533
+ type: StringConstructor;
2534
+ default: null;
2535
+ };
2536
+ size: {
2537
+ type: () => import("../../../neon").NeonButtonSize;
2538
+ default: import("../../../neon").NeonButtonSize;
2539
+ };
2540
+ color: {
2541
+ type: () => NeonFunctionalColor;
2542
+ default: NeonFunctionalColor;
2543
+ };
2544
+ inverse: {
2545
+ type: BooleanConstructor;
2546
+ default: boolean;
2547
+ };
2548
+ alternateColor: {
2549
+ type: () => NeonFunctionalColor;
2550
+ default: null;
2551
+ };
2552
+ icon: {
2553
+ type: StringConstructor;
2554
+ default: null;
2555
+ };
2556
+ iconAriaLabel: {
2557
+ type: StringConstructor;
2558
+ };
2559
+ iconPosition: {
2560
+ type: () => import("../../../neon").NeonHorizontalPosition;
2561
+ default: import("../../../neon").NeonHorizontalPosition;
2562
+ }; /**
2563
+ * The show 'n' items CTA label. This should adhere to the vue-i18n pluralization format
2564
+ * e.g. 'Show {count} items | Show {count} item | Show {count} items'.
2565
+ * There is one placeholder: {count} - the count of items matching this filter.
2566
+ */
2567
+ buttonStyle: {
2568
+ type: () => import("../../../neon").NeonButtonStyle;
2569
+ default: import("../../../neon").NeonButtonStyle;
2570
+ };
2571
+ buttonType: {
2572
+ type: () => import("../../../neon").NeonButtonType;
2573
+ default: import("../../../neon").NeonButtonType;
2574
+ };
2575
+ state: {
2576
+ type: () => import("../../../neon").NeonState;
2577
+ default: import("../../../neon").NeonState;
2578
+ };
2579
+ disabled: {
2580
+ type: BooleanConstructor;
2581
+ default: boolean;
2582
+ };
2583
+ transparent: {
2584
+ type: BooleanConstructor;
2585
+ default: boolean;
2586
+ };
2587
+ outline: {
2588
+ type: BooleanConstructor;
2589
+ default: boolean;
2590
+ };
2591
+ circular: {
2592
+ type: BooleanConstructor;
2593
+ default: null;
2594
+ };
2595
+ fullWidth: {
2596
+ type: BooleanConstructor;
2597
+ default: null;
2598
+ };
2599
+ indicator: {
2600
+ type: BooleanConstructor;
2601
+ default: boolean;
2602
+ };
2603
+ indicatorExpanded: {
2604
+ type: BooleanConstructor;
2605
+ default: null;
2606
+ };
2607
+ }>, {
2608
+ iconName: import("vue").ComputedRef<string>;
2609
+ classes: import("vue").ComputedRef<(string | false | {
2610
+ [x: string]: boolean | "" | NeonFunctionalColor;
2611
+ 'neon-button--text-transparent': boolean;
2612
+ 'neon-button--disabled': boolean;
2613
+ 'neon-button--inverse': boolean;
2614
+ 'neon-button--circular': boolean;
2615
+ 'neon-button--no-outline': boolean;
2616
+ 'neon-button--full-width': boolean;
2617
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
2618
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
2619
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
2620
+ })[]>;
2621
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
2622
+ attrs: {
2623
+ [x: string]: unknown;
2624
+ };
2625
+ sanitizedAttributes: import("vue").ComputedRef<{
2626
+ [x: string]: unknown;
2627
+ }>;
2628
+ clickLink: () => void | undefined;
2629
+ clickButton: () => void;
2630
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2631
+ href: {
2632
+ type: StringConstructor;
2633
+ default: null;
2634
+ };
2635
+ label: {
2636
+ type: StringConstructor;
2637
+ default: null;
2638
+ };
2639
+ size: {
2640
+ type: () => import("../../../neon").NeonButtonSize;
2641
+ default: import("../../../neon").NeonButtonSize;
2642
+ };
2643
+ color: {
2644
+ type: () => NeonFunctionalColor;
2645
+ default: NeonFunctionalColor;
2646
+ };
2647
+ inverse: {
2648
+ type: BooleanConstructor;
2649
+ default: boolean;
2650
+ };
2651
+ alternateColor: {
2652
+ type: () => NeonFunctionalColor;
2653
+ default: null;
2654
+ };
2655
+ icon: {
2656
+ type: StringConstructor;
2657
+ default: null;
2658
+ };
2659
+ iconAriaLabel: {
2660
+ type: StringConstructor;
2661
+ };
2662
+ iconPosition: {
2663
+ type: () => import("../../../neon").NeonHorizontalPosition;
2664
+ default: import("../../../neon").NeonHorizontalPosition;
2665
+ }; /**
2666
+ * The show 'n' items CTA label. This should adhere to the vue-i18n pluralization format
2667
+ * e.g. 'Show {count} items | Show {count} item | Show {count} items'.
2668
+ * There is one placeholder: {count} - the count of items matching this filter.
2669
+ */
2670
+ buttonStyle: {
2671
+ type: () => import("../../../neon").NeonButtonStyle;
2672
+ default: import("../../../neon").NeonButtonStyle;
2673
+ };
2674
+ buttonType: {
2675
+ type: () => import("../../../neon").NeonButtonType;
2676
+ default: import("../../../neon").NeonButtonType;
2677
+ };
2678
+ state: {
2679
+ type: () => import("../../../neon").NeonState;
2680
+ default: import("../../../neon").NeonState;
2681
+ };
2682
+ disabled: {
2683
+ type: BooleanConstructor;
2684
+ default: boolean;
2685
+ };
2686
+ transparent: {
2687
+ type: BooleanConstructor;
2688
+ default: boolean;
2689
+ };
2690
+ outline: {
2691
+ type: BooleanConstructor;
2692
+ default: boolean;
2693
+ };
2694
+ circular: {
2695
+ type: BooleanConstructor;
2696
+ default: null;
2697
+ };
2698
+ fullWidth: {
2699
+ type: BooleanConstructor;
2700
+ default: null;
2701
+ };
2702
+ indicator: {
2703
+ type: BooleanConstructor;
2704
+ default: boolean;
2705
+ };
2706
+ indicatorExpanded: {
2707
+ type: BooleanConstructor;
2708
+ default: null;
2709
+ };
2710
+ }>> & Readonly<{
2711
+ onClick?: ((...args: any[]) => any) | undefined;
2712
+ }>, {
2713
+ color: NeonFunctionalColor;
2714
+ icon: string;
2715
+ label: string;
2716
+ inverse: boolean;
2717
+ disabled: boolean;
2718
+ href: string;
2719
+ size: import("../../../neon").NeonButtonSize;
2720
+ alternateColor: NeonFunctionalColor;
2721
+ outline: boolean;
2722
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
2723
+ buttonStyle: import("../../../neon").NeonButtonStyle;
2724
+ buttonType: import("../../../neon").NeonButtonType;
2725
+ state: import("../../../neon").NeonState;
2726
+ transparent: boolean;
2727
+ circular: boolean;
2728
+ fullWidth: boolean;
2729
+ indicator: boolean;
2730
+ indicatorExpanded: boolean;
2731
+ }, {}, {
2732
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2733
+ expanded: {
2734
+ type: BooleanConstructor;
2735
+ default: boolean;
2736
+ };
2737
+ inverse: {
2738
+ type: BooleanConstructor;
2739
+ default: boolean;
2740
+ };
2741
+ disabled: {
2742
+ type: BooleanConstructor;
2743
+ default: boolean;
2744
+ };
2745
+ color: {
2746
+ type: () => NeonFunctionalColor;
2747
+ default: null;
2748
+ };
2749
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2750
+ expanded: {
2751
+ type: BooleanConstructor;
2752
+ default: boolean;
2753
+ };
2754
+ inverse: {
2755
+ type: BooleanConstructor;
2756
+ default: boolean;
2757
+ };
2758
+ disabled: {
2759
+ type: BooleanConstructor;
2760
+ default: boolean;
2761
+ };
2762
+ color: {
2763
+ type: () => NeonFunctionalColor;
2764
+ default: null;
2765
+ };
2766
+ }>> & Readonly<{}>, {
2767
+ color: NeonFunctionalColor;
2768
+ inverse: boolean;
2769
+ disabled: boolean;
2770
+ expanded: boolean;
2771
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; /**
2772
+ * The count of results matching the current search string. NOTE: This is not the count for the search based on the
2773
+ * model value but rather the count based on the current search string in the dropdown. This allows the component
2774
+ * to display the matching count to the user BEFORE they trigger the CTA to update the search string & refresh the
2775
+ * actual data.
2776
+ */
2777
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2778
+ name: {
2779
+ type: StringConstructor;
2780
+ required: true;
2781
+ };
2782
+ id: {
2783
+ type: StringConstructor;
2784
+ default: null;
2785
+ };
2786
+ color: {
2787
+ type: () => NeonFunctionalColor;
2788
+ default: null;
2789
+ };
2790
+ inverse: {
2791
+ type: BooleanConstructor;
2792
+ default: boolean;
2793
+ };
2794
+ disabled: {
2795
+ type: BooleanConstructor;
2796
+ default: boolean;
2797
+ };
2798
+ }>, {
2799
+ sanitizedAttributes: import("vue").ComputedRef<{
2800
+ [x: string]: unknown;
2801
+ }>;
2802
+ icon: import("vue").ComputedRef<string | undefined>;
2803
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2804
+ name: {
2805
+ type: StringConstructor;
2806
+ required: true;
2807
+ };
2808
+ id: {
2809
+ type: StringConstructor;
2810
+ default: null;
2811
+ };
2812
+ color: {
2813
+ type: () => NeonFunctionalColor;
2814
+ default: null;
2815
+ };
2816
+ inverse: {
2817
+ type: BooleanConstructor;
2818
+ default: boolean;
2819
+ };
2820
+ disabled: {
2821
+ type: BooleanConstructor;
2822
+ default: boolean;
2823
+ };
2824
+ }>> & Readonly<{}>, {
2825
+ color: NeonFunctionalColor;
2826
+ id: string;
2827
+ inverse: boolean;
2828
+ disabled: boolean;
2829
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2830
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2831
+ href: {
2832
+ type: StringConstructor;
2833
+ default: null;
2834
+ };
2835
+ noStyle: {
2836
+ type: BooleanConstructor;
2837
+ default: boolean;
2838
+ };
2839
+ outlineStyle: {
2840
+ type: () => import("../../../neon").NeonOutlineStyle;
2841
+ default: import("../../../neon").NeonOutlineStyle;
2842
+ };
2843
+ externalIndicator: {
2844
+ type: BooleanConstructor;
2845
+ default: boolean;
2846
+ };
2847
+ }>, {
2848
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
2849
+ routerUrl: import("vue").ComputedRef<string | undefined>;
2850
+ sanitizedAttributes: import("vue").ComputedRef<{
2851
+ [x: string]: unknown;
2852
+ }>;
2853
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
2854
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
2855
+ onClick: () => void;
2856
+ onSpace: () => Promise<void>;
2857
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2858
+ href: {
2859
+ type: StringConstructor;
2860
+ default: null;
2861
+ };
2862
+ noStyle: {
2863
+ type: BooleanConstructor;
2864
+ default: boolean;
2865
+ };
2866
+ outlineStyle: {
2867
+ type: () => import("../../../neon").NeonOutlineStyle;
2868
+ default: import("../../../neon").NeonOutlineStyle;
2869
+ };
2870
+ externalIndicator: {
2871
+ type: BooleanConstructor;
2872
+ default: boolean;
2873
+ };
2874
+ }>> & Readonly<{
2875
+ onClick?: ((...args: any[]) => any) | undefined;
2876
+ }>, {
2877
+ href: string;
2878
+ noStyle: boolean;
2879
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
2880
+ externalIndicator: boolean;
2881
+ }, {}, {
2882
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2883
+ name: {
2884
+ type: StringConstructor;
2885
+ required: true;
2886
+ };
2887
+ id: {
2888
+ type: StringConstructor;
2889
+ default: null;
2890
+ };
2891
+ color: {
2892
+ type: () => NeonFunctionalColor;
2893
+ default: null;
2894
+ };
2895
+ inverse: {
2896
+ type: BooleanConstructor;
2897
+ default: boolean;
2898
+ };
2899
+ disabled: {
2900
+ type: BooleanConstructor;
2901
+ default: boolean;
2902
+ };
2903
+ }>, {
2904
+ sanitizedAttributes: import("vue").ComputedRef<{
2905
+ [x: string]: unknown;
2906
+ }>;
2907
+ icon: import("vue").ComputedRef<string | undefined>;
2908
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2909
+ name: {
2910
+ type: StringConstructor;
2911
+ required: true;
2912
+ };
2913
+ id: {
2914
+ type: StringConstructor;
2915
+ default: null;
2916
+ };
2917
+ color: {
2918
+ type: () => NeonFunctionalColor;
2919
+ default: null;
2920
+ };
2921
+ inverse: {
2922
+ type: BooleanConstructor;
2923
+ default: boolean;
2924
+ };
2925
+ disabled: {
2926
+ type: BooleanConstructor;
2927
+ default: boolean;
2928
+ };
2929
+ }>> & Readonly<{}>, {
2930
+ color: NeonFunctionalColor;
2931
+ id: string;
2932
+ inverse: boolean;
2933
+ disabled: boolean;
2934
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2935
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2936
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2937
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2938
+ expanded: {
2939
+ type: BooleanConstructor;
2940
+ default: boolean;
2941
+ };
2942
+ inverse: {
2943
+ type: BooleanConstructor;
2944
+ default: boolean;
2945
+ };
2946
+ disabled: {
2947
+ type: BooleanConstructor;
2948
+ default: boolean;
2949
+ };
2950
+ color: {
2951
+ type: () => NeonFunctionalColor;
2952
+ default: null;
2953
+ };
2954
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2955
+ expanded: {
2956
+ type: BooleanConstructor;
2957
+ default: boolean;
2958
+ };
2959
+ inverse: {
2960
+ type: BooleanConstructor;
2961
+ default: boolean;
2962
+ };
2963
+ disabled: {
2964
+ type: BooleanConstructor;
2965
+ default: boolean;
2966
+ };
2967
+ color: {
2968
+ type: () => NeonFunctionalColor;
2969
+ default: null;
2970
+ };
2971
+ }>> & Readonly<{}>, {
2972
+ color: NeonFunctionalColor;
2973
+ inverse: boolean;
2974
+ disabled: boolean;
2975
+ expanded: boolean;
2976
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2977
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2978
+ NeonFieldGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2979
+ indicatorStyle: {
2980
+ type: () => import("../../../neon").NeonInputIndicatorStyle;
2981
+ default: import("../../../neon").NeonInputIndicatorStyle;
2982
+ };
2983
+ color: {
2984
+ type: () => NeonFunctionalColor;
2985
+ default: NeonFunctionalColor; /**
2986
+ * The filter text
2987
+ */
2988
+ };
2989
+ disabled: {
2990
+ type: BooleanConstructor;
2991
+ default: boolean;
2992
+ };
2993
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2994
+ indicatorStyle: {
2995
+ type: () => import("../../../neon").NeonInputIndicatorStyle;
2996
+ default: import("../../../neon").NeonInputIndicatorStyle;
2997
+ };
2998
+ color: {
2999
+ type: () => NeonFunctionalColor;
3000
+ default: NeonFunctionalColor; /**
3001
+ * The filter text
3002
+ */
3003
+ };
3004
+ disabled: {
3005
+ type: BooleanConstructor;
3006
+ default: boolean;
3007
+ };
3008
+ }>> & Readonly<{}>, {
3009
+ color: NeonFunctionalColor;
3010
+ disabled: boolean;
3011
+ indicatorStyle: import("../../../neon").NeonInputIndicatorStyle;
3012
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3013
+ NeonInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3014
+ id: {
3015
+ type: StringConstructor;
3016
+ default: null;
3017
+ };
3018
+ modelValue: {
3019
+ type: StringConstructor;
3020
+ default: null;
3021
+ };
3022
+ type: {
3023
+ type: () => import("../../../neon").NeonInputType;
3024
+ default: import("../../../neon").NeonInputType;
3025
+ };
3026
+ placeholder: {
3027
+ type: StringConstructor;
3028
+ default: null;
3029
+ };
3030
+ size: {
3031
+ type: () => NeonSize;
3032
+ default: NeonSize;
3033
+ };
3034
+ color: {
3035
+ type: () => NeonFunctionalColor;
3036
+ default: NeonFunctionalColor;
3037
+ };
3038
+ inputmode: {
3039
+ type: () => import("../../../neon").NeonInputMode;
3040
+ default: import("../../../neon").NeonInputMode;
3041
+ };
3042
+ autocomplete: {
3043
+ type: StringConstructor;
3044
+ default: string;
3045
+ };
3046
+ state: {
3047
+ type: () => import("../../../neon").NeonState;
3048
+ default: import("../../../neon").NeonState;
3049
+ };
3050
+ rows: {
3051
+ type: NumberConstructor;
3052
+ default: null;
3053
+ };
3054
+ icon: {
3055
+ type: StringConstructor;
3056
+ default: null;
3057
+ };
3058
+ iconReadonly: {
3059
+ type: BooleanConstructor;
3060
+ default: boolean;
3061
+ };
3062
+ hideIcon: {
3063
+ type: BooleanConstructor;
3064
+ default: boolean;
3065
+ };
3066
+ tabindex: {
3067
+ type: NumberConstructor;
3068
+ default: number;
3069
+ };
3070
+ disabled: {
3071
+ type: BooleanConstructor;
3072
+ default: boolean;
3073
+ };
3074
+ stateHighlight: {
3075
+ type: BooleanConstructor;
3076
+ default: boolean;
3077
+ };
3078
+ stateIcon: {
3079
+ type: BooleanConstructor;
3080
+ default: boolean;
3081
+ };
3082
+ maxlength: {
3083
+ type: NumberConstructor;
3084
+ default: null;
3085
+ };
3086
+ maxlengthLabel: {
3087
+ type: StringConstructor;
3088
+ default: string;
3089
+ };
3090
+ debounce: {
3091
+ type: NumberConstructor;
3092
+ default: undefined;
3093
+ };
3094
+ }>, {
3095
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
3096
+ focused: import("vue").Ref<boolean, boolean>;
3097
+ sanitizedAttributes: import("vue").ComputedRef<{
3098
+ [x: string]: unknown;
3099
+ }>;
3100
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
3101
+ iconName: import("vue").ComputedRef<string | undefined>;
3102
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
3103
+ computedPlaceholder: import("vue").ComputedRef<string>;
3104
+ counterLabel: import("vue").ComputedRef<string | null>;
3105
+ focus: () => void;
3106
+ click: () => void;
3107
+ onFocus: () => void;
3108
+ onBlur: () => void;
3109
+ iconClicked: ($event: Event) => void;
3110
+ changeValue: (event: InputEvent) => void;
3111
+ onKeyDown: (event: KeyboardEvent) => void;
3112
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3113
+ id: {
3114
+ type: StringConstructor;
3115
+ default: null;
3116
+ };
3117
+ modelValue: {
3118
+ type: StringConstructor;
3119
+ default: null;
3120
+ };
3121
+ type: {
3122
+ type: () => import("../../../neon").NeonInputType;
3123
+ default: import("../../../neon").NeonInputType;
3124
+ };
3125
+ placeholder: {
3126
+ type: StringConstructor;
3127
+ default: null;
3128
+ };
3129
+ size: {
3130
+ type: () => NeonSize;
3131
+ default: NeonSize;
3132
+ };
3133
+ color: {
3134
+ type: () => NeonFunctionalColor;
3135
+ default: NeonFunctionalColor;
3136
+ };
3137
+ inputmode: {
3138
+ type: () => import("../../../neon").NeonInputMode;
3139
+ default: import("../../../neon").NeonInputMode;
3140
+ };
3141
+ autocomplete: {
3142
+ type: StringConstructor;
3143
+ default: string;
3144
+ };
3145
+ state: {
3146
+ type: () => import("../../../neon").NeonState;
3147
+ default: import("../../../neon").NeonState;
3148
+ };
3149
+ rows: {
3150
+ type: NumberConstructor;
3151
+ default: null;
3152
+ };
3153
+ icon: {
3154
+ type: StringConstructor;
3155
+ default: null;
3156
+ };
3157
+ iconReadonly: {
3158
+ type: BooleanConstructor;
3159
+ default: boolean;
3160
+ };
3161
+ hideIcon: {
3162
+ type: BooleanConstructor;
3163
+ default: boolean;
3164
+ };
3165
+ tabindex: {
3166
+ type: NumberConstructor;
3167
+ default: number;
3168
+ };
3169
+ disabled: {
3170
+ type: BooleanConstructor;
3171
+ default: boolean;
3172
+ };
3173
+ stateHighlight: {
3174
+ type: BooleanConstructor;
3175
+ default: boolean;
3176
+ };
3177
+ stateIcon: {
3178
+ type: BooleanConstructor;
3179
+ default: boolean;
3180
+ };
3181
+ maxlength: {
3182
+ type: NumberConstructor;
3183
+ default: null;
3184
+ };
3185
+ maxlengthLabel: {
3186
+ type: StringConstructor;
3187
+ default: string;
3188
+ };
3189
+ debounce: {
3190
+ type: NumberConstructor;
3191
+ default: undefined;
3192
+ };
3193
+ }>> & Readonly<{
3194
+ onFocus?: ((...args: any[]) => any) | undefined;
3195
+ onBlur?: ((...args: any[]) => any) | undefined;
3196
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3197
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
3198
+ }>, {
3199
+ color: NeonFunctionalColor;
3200
+ icon: string;
3201
+ type: import("../../../neon").NeonInputType;
3202
+ id: string;
3203
+ disabled: boolean;
3204
+ size: NeonSize;
3205
+ placeholder: string;
3206
+ tabindex: number;
3207
+ inputmode: import("../../../neon").NeonInputMode;
3208
+ modelValue: string;
3209
+ state: import("../../../neon").NeonState;
3210
+ autocomplete: string;
3211
+ rows: number;
3212
+ iconReadonly: boolean;
3213
+ hideIcon: boolean;
3214
+ stateHighlight: boolean;
3215
+ stateIcon: boolean;
3216
+ maxlength: number;
3217
+ maxlengthLabel: string;
3218
+ debounce: number;
3219
+ }, {}, {
3220
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3221
+ name: {
3222
+ type: StringConstructor;
3223
+ required: true;
3224
+ };
3225
+ id: {
3226
+ type: StringConstructor;
3227
+ default: null;
3228
+ };
3229
+ color: {
3230
+ type: () => NeonFunctionalColor;
3231
+ default: null;
3232
+ };
3233
+ inverse: {
3234
+ type: BooleanConstructor;
3235
+ default: boolean;
3236
+ };
3237
+ disabled: {
3238
+ type: BooleanConstructor;
3239
+ default: boolean;
3240
+ };
3241
+ }>, {
3242
+ sanitizedAttributes: import("vue").ComputedRef<{
3243
+ [x: string]: unknown;
3244
+ }>;
3245
+ icon: import("vue").ComputedRef<string | undefined>;
3246
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3247
+ name: {
3248
+ type: StringConstructor;
3249
+ required: true;
3250
+ };
3251
+ id: {
3252
+ type: StringConstructor;
3253
+ default: null;
3254
+ };
3255
+ color: {
3256
+ type: () => NeonFunctionalColor;
3257
+ default: null;
3258
+ };
3259
+ inverse: {
3260
+ type: BooleanConstructor;
3261
+ default: boolean;
3262
+ };
3263
+ disabled: {
3264
+ type: BooleanConstructor;
3265
+ default: boolean;
3266
+ };
3267
+ }>> & Readonly<{}>, {
3268
+ color: NeonFunctionalColor;
3269
+ id: string;
3270
+ inverse: boolean;
3271
+ disabled: boolean;
3272
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3273
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3274
+ NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3275
+ gap: {
3276
+ type: () => import("../../../neon").NeonLayoutSize;
3277
+ default: () => import("../../../neon").NeonLayoutSize;
3278
+ };
3279
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3280
+ gap: {
3281
+ type: () => import("../../../neon").NeonLayoutSize;
3282
+ default: () => import("../../../neon").NeonLayoutSize;
3283
+ };
3284
+ }>> & Readonly<{}>, {
3285
+ gap: import("../../../neon").NeonLayoutSize;
3286
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3287
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3288
+ export default _default;