@aotearoan/neon 22.1.2 → 22.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 (82) hide show
  1. package/dist/common/enums/NeonToggleStyle.cjs.js +1 -1
  2. package/dist/common/enums/NeonToggleStyle.cjs.js.map +1 -1
  3. package/dist/common/enums/NeonToggleStyle.es.js +2 -2
  4. package/dist/common/enums/NeonToggleStyle.es.js.map +1 -1
  5. package/dist/common/utils/NeonDateUtils.cjs.js +1 -1
  6. package/dist/common/utils/NeonDateUtils.cjs.js.map +1 -1
  7. package/dist/common/utils/NeonDateUtils.es.js +45 -39
  8. package/dist/common/utils/NeonDateUtils.es.js.map +1 -1
  9. package/dist/common/utils/NeonFileUtils.cjs.js +2 -0
  10. package/dist/common/utils/NeonFileUtils.cjs.js.map +1 -0
  11. package/dist/common/utils/NeonFileUtils.es.js +10 -0
  12. package/dist/common/utils/NeonFileUtils.es.js.map +1 -0
  13. package/dist/components/navigation/stepper/NeonStepper.vue.cjs.js +1 -1
  14. package/dist/components/navigation/stepper/NeonStepper.vue.cjs.js.map +1 -1
  15. package/dist/components/navigation/stepper/NeonStepper.vue.es.js +29 -21
  16. package/dist/components/navigation/stepper/NeonStepper.vue.es.js.map +1 -1
  17. package/dist/components/presentation/badge/NeonBadge.cjs.js +1 -1
  18. package/dist/components/presentation/badge/NeonBadge.cjs.js.map +1 -1
  19. package/dist/components/presentation/badge/NeonBadge.es.js +51 -26
  20. package/dist/components/presentation/badge/NeonBadge.es.js.map +1 -1
  21. package/dist/components/presentation/badge/NeonBadge.vue.cjs.js +1 -1
  22. package/dist/components/presentation/badge/NeonBadge.vue.cjs.js.map +1 -1
  23. package/dist/components/presentation/badge/NeonBadge.vue.es.js +28 -14
  24. package/dist/components/presentation/badge/NeonBadge.vue.es.js.map +1 -1
  25. package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js +1 -1
  26. package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js.map +1 -1
  27. package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js +44 -32
  28. package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js.map +1 -1
  29. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js +1 -1
  30. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js.map +1 -1
  31. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js +116 -86
  32. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js.map +1 -1
  33. package/dist/components/user-input/file/NeonFile.cjs.js +1 -1
  34. package/dist/components/user-input/file/NeonFile.cjs.js.map +1 -1
  35. package/dist/components/user-input/file/NeonFile.es.js +20 -12
  36. package/dist/components/user-input/file/NeonFile.es.js.map +1 -1
  37. package/dist/components/user-input/file/NeonFile.vue.cjs.js +1 -1
  38. package/dist/components/user-input/file/NeonFile.vue.cjs.js.map +1 -1
  39. package/dist/components/user-input/file/NeonFile.vue.es.js +7 -5
  40. package/dist/components/user-input/file/NeonFile.vue.es.js.map +1 -1
  41. package/dist/components/user-input/toggle/NeonToggle.cjs.js +1 -1
  42. package/dist/components/user-input/toggle/NeonToggle.cjs.js.map +1 -1
  43. package/dist/components/user-input/toggle/NeonToggle.es.js +19 -18
  44. package/dist/components/user-input/toggle/NeonToggle.es.js.map +1 -1
  45. package/dist/components/user-input/toggle/NeonToggle.vue.cjs.js +1 -1
  46. package/dist/components/user-input/toggle/NeonToggle.vue.cjs.js.map +1 -1
  47. package/dist/components/user-input/toggle/NeonToggle.vue.es.js +9 -9
  48. package/dist/components/user-input/toggle/NeonToggle.vue.es.js.map +1 -1
  49. package/dist/neon.cjs.js +1 -1
  50. package/dist/neon.es.js +40 -38
  51. package/dist/neon.es.js.map +1 -1
  52. package/dist/src/common/enums/NeonToggleStyle.d.ts +3 -1
  53. package/dist/src/common/models/NeonDate.d.ts +2 -0
  54. package/dist/src/common/utils/NeonFileUtils.d.ts +6 -0
  55. package/dist/src/components/feedback/dialog/NeonDialog.d.ts +2 -2
  56. package/dist/src/components/feedback/note/NeonNote.d.ts +1 -1
  57. package/dist/src/components/layout/card-list/NeonCardList.d.ts +1 -1
  58. package/dist/src/components/layout/modal/NeonModal.d.ts +1 -1
  59. package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +4953 -471
  60. package/dist/src/components/navigation/menu/NeonMenu.d.ts +4920 -402
  61. package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +4897 -469
  62. package/dist/src/components/presentation/badge/NeonBadge.d.ts +1501 -3
  63. package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +1529 -17
  64. package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +36 -23
  65. package/dist/src/components/user-input/button/NeonButton.d.ts +1 -1
  66. package/dist/src/components/user-input/chip/NeonChip.d.ts +1 -1
  67. package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +1801 -218
  68. package/dist/src/components/user-input/drop-zone/NeonDropZone.d.ts +1 -1
  69. package/dist/src/components/user-input/file/NeonFile.d.ts +636 -7
  70. package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +1 -1
  71. package/dist/src/components/user-input/number/NeonNumber.d.ts +1 -1
  72. package/dist/src/components/user-input/search/NeonSearch.d.ts +5247 -693
  73. package/dist/src/components/user-input/select/NeonSelect.d.ts +4571 -71
  74. package/dist/src/components/user-input/toggle/NeonToggle.d.ts +1 -0
  75. package/dist/src/neon.d.ts +1 -0
  76. package/package.json +1 -1
  77. package/src/sass/components/_badge.scss +79 -0
  78. package/src/sass/components/_image-carousel.scss +109 -14
  79. package/src/sass/components/_stepper.scss +8 -3
  80. package/src/sass/components/_toggle.scss +29 -6
  81. package/src/sass/includes/_dependencies.scss +1 -1
  82. package/src/sass/variables.scss +33 -2
@@ -53,6 +53,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
53
53
  type: () => NeonFunctionalColor;
54
54
  default: null;
55
55
  };
56
+ /**
57
+ * Allow editing of the image. This will place an image file lookup button on top of the image allowing the user to
58
+ * choose a new image to upload.
59
+ */
60
+ editable: {
61
+ type: BooleanConstructor;
62
+ default: boolean;
63
+ };
64
+ /**
65
+ * Accept string for the filetype to support selecting.
66
+ */
67
+ accept: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
56
71
  /**
57
72
  * Display the badge in the disable style
58
73
  */
@@ -74,9 +89,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
74
89
  type: StringConstructor;
75
90
  default: string;
76
91
  };
92
+ /**
93
+ * Title for the file upload button in edit mode.
94
+ */
95
+ editButtonTitle: {
96
+ type: StringConstructor;
97
+ default: string;
98
+ };
77
99
  }>, {
100
+ emit: (event: "change-image", ...args: any[]) => void;
78
101
  svg: import("vue").ComputedRef<string | null>;
79
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
102
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change-image"[], "change-image", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
80
103
  /**
81
104
  * The two character <em>initials</em> to display on the badge.
82
105
  */
@@ -126,6 +149,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
126
149
  type: () => NeonFunctionalColor;
127
150
  default: null;
128
151
  };
152
+ /**
153
+ * Allow editing of the image. This will place an image file lookup button on top of the image allowing the user to
154
+ * choose a new image to upload.
155
+ */
156
+ editable: {
157
+ type: BooleanConstructor;
158
+ default: boolean;
159
+ };
160
+ /**
161
+ * Accept string for the filetype to support selecting.
162
+ */
163
+ accept: {
164
+ type: StringConstructor;
165
+ default: string;
166
+ };
129
167
  /**
130
168
  * Display the badge in the disable style
131
169
  */
@@ -147,18 +185,1478 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
147
185
  type: StringConstructor;
148
186
  default: string;
149
187
  };
150
- }>> & Readonly<{}>, {
188
+ /**
189
+ * Title for the file upload button in edit mode.
190
+ */
191
+ editButtonTitle: {
192
+ type: StringConstructor;
193
+ default: string;
194
+ };
195
+ }>> & Readonly<{
196
+ "onChange-image"?: ((...args: any[]) => any) | undefined;
197
+ }>, {
151
198
  disabled: boolean;
152
199
  label: string;
153
200
  icon: string;
154
201
  size: NeonBadgeSize;
155
202
  color: NeonFunctionalColor;
156
203
  image: string;
157
- circular: boolean;
158
204
  alternateColor: NeonFunctionalColor;
205
+ circular: boolean;
206
+ accept: string;
207
+ editable: boolean;
159
208
  jazziconId: string;
160
209
  imageAlt: string;
210
+ editButtonTitle: string;
161
211
  }, {}, {
212
+ NeonFile: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
213
+ disabled: {
214
+ type: BooleanConstructor;
215
+ default: boolean;
216
+ };
217
+ directUpload: {
218
+ type: BooleanConstructor;
219
+ default: boolean;
220
+ };
221
+ multiple: {
222
+ type: BooleanConstructor;
223
+ default: boolean;
224
+ };
225
+ accept: {
226
+ type: StringConstructor;
227
+ default: null;
228
+ };
229
+ id: {
230
+ type: StringConstructor;
231
+ default: null;
232
+ };
233
+ size: {
234
+ type: () => import("../../../neon").NeonSize;
235
+ default: import("../../../neon").NeonSize;
236
+ };
237
+ state: {
238
+ type: () => import("../../../neon").NeonState;
239
+ default: import("../../../neon").NeonState;
240
+ };
241
+ color: {
242
+ type: () => NeonFunctionalColor;
243
+ default: NeonFunctionalColor;
244
+ };
245
+ circular: {
246
+ type: BooleanConstructor;
247
+ default: null;
248
+ };
249
+ label: {
250
+ type: StringConstructor;
251
+ default: null;
252
+ };
253
+ icon: {
254
+ type: StringConstructor;
255
+ default: null;
256
+ };
257
+ title: {
258
+ type: StringConstructor;
259
+ default: string;
260
+ };
261
+ }>, {
262
+ fileInput: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
263
+ id: {
264
+ type: StringConstructor;
265
+ default: null;
266
+ };
267
+ modelValue: {
268
+ type: StringConstructor;
269
+ default: null;
270
+ };
271
+ type: {
272
+ type: () => import("../../../neon").NeonInputType;
273
+ default: import("../../../neon").NeonInputType;
274
+ };
275
+ placeholder: {
276
+ type: StringConstructor;
277
+ default: null;
278
+ };
279
+ size: {
280
+ type: () => import("../../../neon").NeonSize;
281
+ default: import("../../../neon").NeonSize; /**
282
+ * If true, render the badge as a circle, instead of a square.
283
+ */
284
+ };
285
+ color: {
286
+ type: () => NeonFunctionalColor;
287
+ default: NeonFunctionalColor;
288
+ };
289
+ inputmode: {
290
+ type: () => import("../../../neon").NeonInputMode;
291
+ default: import("../../../neon").NeonInputMode;
292
+ };
293
+ autocomplete: {
294
+ type: StringConstructor;
295
+ default: string;
296
+ };
297
+ state: {
298
+ type: () => import("../../../neon").NeonState;
299
+ default: import("../../../neon").NeonState;
300
+ };
301
+ rows: {
302
+ type: NumberConstructor;
303
+ default: null;
304
+ };
305
+ icon: {
306
+ type: StringConstructor;
307
+ default: null;
308
+ };
309
+ iconReadonly: {
310
+ type: BooleanConstructor;
311
+ default: boolean;
312
+ };
313
+ hideIcon: {
314
+ type: BooleanConstructor;
315
+ default: boolean;
316
+ };
317
+ tabindex: {
318
+ type: NumberConstructor;
319
+ default: number;
320
+ };
321
+ disabled: {
322
+ type: BooleanConstructor;
323
+ default: boolean;
324
+ };
325
+ stateHighlight: {
326
+ type: BooleanConstructor;
327
+ default: boolean;
328
+ };
329
+ stateIcon: {
330
+ type: BooleanConstructor;
331
+ default: boolean;
332
+ };
333
+ maxlength: {
334
+ type: NumberConstructor;
335
+ default: null;
336
+ };
337
+ debounce: {
338
+ type: NumberConstructor;
339
+ default: undefined;
340
+ };
341
+ }>> & Readonly<{
342
+ onFocus?: ((...args: any[]) => any) | undefined;
343
+ onBlur?: ((...args: any[]) => any) | undefined;
344
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
345
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
346
+ }>, {
347
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
348
+ focused: import("vue").Ref<boolean, boolean>;
349
+ sanitizedAttributes: import("vue").ComputedRef<{
350
+ [x: string]: unknown;
351
+ }>;
352
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
353
+ iconName: import("vue").ComputedRef<string | undefined>;
354
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
355
+ computedPlaceholder: import("vue").ComputedRef<string>;
356
+ focus: () => void;
357
+ click: () => void;
358
+ onFocus: () => void;
359
+ onBlur: () => void;
360
+ iconClicked: ($event: Event) => void;
361
+ changeValue: (event: Event) => void;
362
+ onKeyDown: (event: KeyboardEvent) => void;
363
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
364
+ disabled: boolean;
365
+ icon: string;
366
+ type: import("../../../neon").NeonInputType;
367
+ debounce: number;
368
+ size: import("../../../neon").NeonSize;
369
+ color: NeonFunctionalColor;
370
+ id: string;
371
+ placeholder: string;
372
+ tabindex: number;
373
+ inputmode: import("../../../neon").NeonInputMode;
374
+ modelValue: string;
375
+ state: import("../../../neon").NeonState;
376
+ autocomplete: string;
377
+ rows: number;
378
+ iconReadonly: boolean;
379
+ hideIcon: boolean;
380
+ stateHighlight: boolean;
381
+ stateIcon: boolean;
382
+ maxlength: number;
383
+ }, true, {}, {}, {
384
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
385
+ name: {
386
+ type: StringConstructor;
387
+ required: true;
388
+ };
389
+ color: {
390
+ type: () => NeonFunctionalColor;
391
+ default: null;
392
+ };
393
+ inverse: {
394
+ type: BooleanConstructor;
395
+ default: boolean;
396
+ };
397
+ disabled: {
398
+ type: BooleanConstructor;
399
+ default: boolean;
400
+ };
401
+ }>, {
402
+ attrs: {
403
+ [x: string]: unknown;
404
+ };
405
+ icon: import("vue").ComputedRef<string>;
406
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
407
+ name: {
408
+ type: StringConstructor;
409
+ required: true;
410
+ };
411
+ color: {
412
+ type: () => NeonFunctionalColor;
413
+ default: null;
414
+ };
415
+ inverse: {
416
+ type: BooleanConstructor;
417
+ default: boolean;
418
+ };
419
+ disabled: {
420
+ type: BooleanConstructor;
421
+ default: boolean;
422
+ };
423
+ }>> & Readonly<{}>, {
424
+ disabled: boolean;
425
+ color: NeonFunctionalColor;
426
+ inverse: boolean;
427
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
428
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
429
+ P: {};
430
+ B: {};
431
+ D: {};
432
+ C: {};
433
+ M: {};
434
+ Defaults: {};
435
+ }, Readonly<import("vue").ExtractPropTypes<{
436
+ id: {
437
+ type: StringConstructor;
438
+ default: null;
439
+ };
440
+ modelValue: {
441
+ type: StringConstructor;
442
+ default: null;
443
+ };
444
+ type: {
445
+ type: () => import("../../../neon").NeonInputType;
446
+ default: import("../../../neon").NeonInputType;
447
+ };
448
+ placeholder: {
449
+ type: StringConstructor;
450
+ default: null;
451
+ };
452
+ size: {
453
+ type: () => import("../../../neon").NeonSize;
454
+ default: import("../../../neon").NeonSize; /**
455
+ * If true, render the badge as a circle, instead of a square.
456
+ */
457
+ };
458
+ color: {
459
+ type: () => NeonFunctionalColor;
460
+ default: NeonFunctionalColor;
461
+ };
462
+ inputmode: {
463
+ type: () => import("../../../neon").NeonInputMode;
464
+ default: import("../../../neon").NeonInputMode;
465
+ };
466
+ autocomplete: {
467
+ type: StringConstructor;
468
+ default: string;
469
+ };
470
+ state: {
471
+ type: () => import("../../../neon").NeonState;
472
+ default: import("../../../neon").NeonState;
473
+ };
474
+ rows: {
475
+ type: NumberConstructor;
476
+ default: null;
477
+ };
478
+ icon: {
479
+ type: StringConstructor;
480
+ default: null;
481
+ };
482
+ iconReadonly: {
483
+ type: BooleanConstructor;
484
+ default: boolean;
485
+ };
486
+ hideIcon: {
487
+ type: BooleanConstructor;
488
+ default: boolean;
489
+ };
490
+ tabindex: {
491
+ type: NumberConstructor;
492
+ default: number;
493
+ };
494
+ disabled: {
495
+ type: BooleanConstructor;
496
+ default: boolean;
497
+ };
498
+ stateHighlight: {
499
+ type: BooleanConstructor;
500
+ default: boolean;
501
+ };
502
+ stateIcon: {
503
+ type: BooleanConstructor;
504
+ default: boolean;
505
+ };
506
+ maxlength: {
507
+ type: NumberConstructor;
508
+ default: null;
509
+ };
510
+ debounce: {
511
+ type: NumberConstructor;
512
+ default: undefined;
513
+ };
514
+ }>> & Readonly<{
515
+ onFocus?: ((...args: any[]) => any) | undefined;
516
+ onBlur?: ((...args: any[]) => any) | undefined;
517
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
518
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
519
+ }>, {
520
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
521
+ focused: import("vue").Ref<boolean, boolean>;
522
+ sanitizedAttributes: import("vue").ComputedRef<{
523
+ [x: string]: unknown;
524
+ }>;
525
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
526
+ iconName: import("vue").ComputedRef<string | undefined>;
527
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
528
+ computedPlaceholder: import("vue").ComputedRef<string>;
529
+ focus: () => void;
530
+ click: () => void;
531
+ onFocus: () => void;
532
+ onBlur: () => void;
533
+ iconClicked: ($event: Event) => void;
534
+ changeValue: (event: Event) => void;
535
+ onKeyDown: (event: KeyboardEvent) => void;
536
+ }, {}, {}, {}, {
537
+ disabled: boolean;
538
+ icon: string;
539
+ type: import("../../../neon").NeonInputType;
540
+ debounce: number;
541
+ size: import("../../../neon").NeonSize;
542
+ color: NeonFunctionalColor;
543
+ id: string;
544
+ placeholder: string;
545
+ tabindex: number;
546
+ inputmode: import("../../../neon").NeonInputMode;
547
+ modelValue: string;
548
+ state: import("../../../neon").NeonState;
549
+ autocomplete: string;
550
+ rows: number;
551
+ iconReadonly: boolean;
552
+ hideIcon: boolean;
553
+ stateHighlight: boolean;
554
+ stateIcon: boolean;
555
+ maxlength: number;
556
+ }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
557
+ id: {
558
+ type: StringConstructor;
559
+ default: null;
560
+ };
561
+ modelValue: {
562
+ type: StringConstructor;
563
+ default: null;
564
+ };
565
+ type: {
566
+ type: () => import("../../../neon").NeonInputType;
567
+ default: import("../../../neon").NeonInputType;
568
+ };
569
+ placeholder: {
570
+ type: StringConstructor;
571
+ default: null;
572
+ };
573
+ size: {
574
+ type: () => import("../../../neon").NeonSize;
575
+ default: import("../../../neon").NeonSize; /**
576
+ * If true, render the badge as a circle, instead of a square.
577
+ */
578
+ };
579
+ color: {
580
+ type: () => NeonFunctionalColor;
581
+ default: NeonFunctionalColor;
582
+ };
583
+ inputmode: {
584
+ type: () => import("../../../neon").NeonInputMode;
585
+ default: import("../../../neon").NeonInputMode;
586
+ };
587
+ autocomplete: {
588
+ type: StringConstructor;
589
+ default: string;
590
+ };
591
+ state: {
592
+ type: () => import("../../../neon").NeonState;
593
+ default: import("../../../neon").NeonState;
594
+ };
595
+ rows: {
596
+ type: NumberConstructor;
597
+ default: null;
598
+ };
599
+ icon: {
600
+ type: StringConstructor;
601
+ default: null;
602
+ };
603
+ iconReadonly: {
604
+ type: BooleanConstructor;
605
+ default: boolean;
606
+ };
607
+ hideIcon: {
608
+ type: BooleanConstructor;
609
+ default: boolean;
610
+ };
611
+ tabindex: {
612
+ type: NumberConstructor;
613
+ default: number;
614
+ };
615
+ disabled: {
616
+ type: BooleanConstructor;
617
+ default: boolean;
618
+ };
619
+ stateHighlight: {
620
+ type: BooleanConstructor;
621
+ default: boolean;
622
+ };
623
+ stateIcon: {
624
+ type: BooleanConstructor;
625
+ default: boolean;
626
+ };
627
+ maxlength: {
628
+ type: NumberConstructor;
629
+ default: null;
630
+ };
631
+ debounce: {
632
+ type: NumberConstructor;
633
+ default: undefined;
634
+ };
635
+ }>> & Readonly<{
636
+ onFocus?: ((...args: any[]) => any) | undefined;
637
+ onBlur?: ((...args: any[]) => any) | undefined;
638
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
639
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
640
+ }>, {
641
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
642
+ focused: import("vue").Ref<boolean, boolean>;
643
+ sanitizedAttributes: import("vue").ComputedRef<{
644
+ [x: string]: unknown;
645
+ }>;
646
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
647
+ iconName: import("vue").ComputedRef<string | undefined>;
648
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
649
+ computedPlaceholder: import("vue").ComputedRef<string>;
650
+ focus: () => void;
651
+ click: () => void;
652
+ onFocus: () => void;
653
+ onBlur: () => void;
654
+ iconClicked: ($event: Event) => void;
655
+ changeValue: (event: Event) => void;
656
+ onKeyDown: (event: KeyboardEvent) => void;
657
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
658
+ disabled: boolean;
659
+ icon: string;
660
+ type: import("../../../neon").NeonInputType;
661
+ debounce: number;
662
+ size: import("../../../neon").NeonSize;
663
+ color: NeonFunctionalColor;
664
+ id: string;
665
+ placeholder: string;
666
+ tabindex: number;
667
+ inputmode: import("../../../neon").NeonInputMode;
668
+ modelValue: string;
669
+ state: import("../../../neon").NeonState;
670
+ autocomplete: string;
671
+ rows: number;
672
+ iconReadonly: boolean;
673
+ hideIcon: boolean;
674
+ stateHighlight: boolean;
675
+ stateIcon: boolean;
676
+ maxlength: number;
677
+ }, true, {}, {}, {
678
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
679
+ name: {
680
+ type: StringConstructor;
681
+ required: true;
682
+ };
683
+ color: {
684
+ type: () => NeonFunctionalColor;
685
+ default: null;
686
+ };
687
+ inverse: {
688
+ type: BooleanConstructor;
689
+ default: boolean;
690
+ };
691
+ disabled: {
692
+ type: BooleanConstructor;
693
+ default: boolean;
694
+ };
695
+ }>, {
696
+ attrs: {
697
+ [x: string]: unknown;
698
+ };
699
+ icon: import("vue").ComputedRef<string>;
700
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
701
+ name: {
702
+ type: StringConstructor;
703
+ required: true;
704
+ };
705
+ color: {
706
+ type: () => NeonFunctionalColor;
707
+ default: null;
708
+ };
709
+ inverse: {
710
+ type: BooleanConstructor;
711
+ default: boolean;
712
+ };
713
+ disabled: {
714
+ type: BooleanConstructor;
715
+ default: boolean;
716
+ };
717
+ }>> & Readonly<{}>, {
718
+ disabled: boolean;
719
+ color: NeonFunctionalColor;
720
+ inverse: boolean;
721
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
722
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
723
+ P: {};
724
+ B: {};
725
+ D: {};
726
+ C: {};
727
+ M: {};
728
+ Defaults: {};
729
+ }, Readonly<import("vue").ExtractPropTypes<{
730
+ id: {
731
+ type: StringConstructor;
732
+ default: null;
733
+ };
734
+ modelValue: {
735
+ type: StringConstructor;
736
+ default: null;
737
+ };
738
+ type: {
739
+ type: () => import("../../../neon").NeonInputType;
740
+ default: import("../../../neon").NeonInputType;
741
+ };
742
+ placeholder: {
743
+ type: StringConstructor;
744
+ default: null;
745
+ };
746
+ size: {
747
+ type: () => import("../../../neon").NeonSize;
748
+ default: import("../../../neon").NeonSize; /**
749
+ * If true, render the badge as a circle, instead of a square.
750
+ */
751
+ };
752
+ color: {
753
+ type: () => NeonFunctionalColor;
754
+ default: NeonFunctionalColor;
755
+ };
756
+ inputmode: {
757
+ type: () => import("../../../neon").NeonInputMode;
758
+ default: import("../../../neon").NeonInputMode;
759
+ };
760
+ autocomplete: {
761
+ type: StringConstructor;
762
+ default: string;
763
+ };
764
+ state: {
765
+ type: () => import("../../../neon").NeonState;
766
+ default: import("../../../neon").NeonState;
767
+ };
768
+ rows: {
769
+ type: NumberConstructor;
770
+ default: null;
771
+ };
772
+ icon: {
773
+ type: StringConstructor;
774
+ default: null;
775
+ };
776
+ iconReadonly: {
777
+ type: BooleanConstructor;
778
+ default: boolean;
779
+ };
780
+ hideIcon: {
781
+ type: BooleanConstructor;
782
+ default: boolean;
783
+ };
784
+ tabindex: {
785
+ type: NumberConstructor;
786
+ default: number;
787
+ };
788
+ disabled: {
789
+ type: BooleanConstructor;
790
+ default: boolean;
791
+ };
792
+ stateHighlight: {
793
+ type: BooleanConstructor;
794
+ default: boolean;
795
+ };
796
+ stateIcon: {
797
+ type: BooleanConstructor;
798
+ default: boolean;
799
+ };
800
+ maxlength: {
801
+ type: NumberConstructor;
802
+ default: null;
803
+ };
804
+ debounce: {
805
+ type: NumberConstructor;
806
+ default: undefined;
807
+ };
808
+ }>> & Readonly<{
809
+ onFocus?: ((...args: any[]) => any) | undefined;
810
+ onBlur?: ((...args: any[]) => any) | undefined;
811
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
812
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
813
+ }>, {
814
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
815
+ focused: import("vue").Ref<boolean, boolean>;
816
+ sanitizedAttributes: import("vue").ComputedRef<{
817
+ [x: string]: unknown;
818
+ }>;
819
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
820
+ iconName: import("vue").ComputedRef<string | undefined>;
821
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
822
+ computedPlaceholder: import("vue").ComputedRef<string>;
823
+ focus: () => void;
824
+ click: () => void;
825
+ onFocus: () => void;
826
+ onBlur: () => void;
827
+ iconClicked: ($event: Event) => void;
828
+ changeValue: (event: Event) => void;
829
+ onKeyDown: (event: KeyboardEvent) => void;
830
+ }, {}, {}, {}, {
831
+ disabled: boolean;
832
+ icon: string;
833
+ type: import("../../../neon").NeonInputType;
834
+ debounce: number;
835
+ size: import("../../../neon").NeonSize;
836
+ color: NeonFunctionalColor;
837
+ id: string;
838
+ placeholder: string;
839
+ tabindex: number;
840
+ inputmode: import("../../../neon").NeonInputMode;
841
+ modelValue: string;
842
+ state: import("../../../neon").NeonState;
843
+ autocomplete: string;
844
+ rows: number;
845
+ iconReadonly: boolean;
846
+ hideIcon: boolean;
847
+ stateHighlight: boolean;
848
+ stateIcon: boolean;
849
+ maxlength: number;
850
+ }> | null>;
851
+ files: import("vue").Ref<{
852
+ readonly lastModified: number;
853
+ readonly name: string;
854
+ readonly webkitRelativePath: string;
855
+ readonly size: number;
856
+ readonly type: string;
857
+ arrayBuffer: () => Promise<ArrayBuffer>;
858
+ slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
859
+ stream: () => ReadableStream<Uint8Array>;
860
+ text: () => Promise<string>;
861
+ }[], File[] | {
862
+ readonly lastModified: number;
863
+ readonly name: string;
864
+ readonly webkitRelativePath: string;
865
+ readonly size: number;
866
+ readonly type: string;
867
+ arrayBuffer: () => Promise<ArrayBuffer>;
868
+ slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
869
+ stream: () => ReadableStream<Uint8Array>;
870
+ text: () => Promise<string>;
871
+ }[]>;
872
+ fileList: import("vue").ComputedRef<{
873
+ key: string;
874
+ label: string;
875
+ }[]>;
876
+ fileInputModel: import("vue").Ref<string, string>;
877
+ remove: (filename: string) => void;
878
+ clearAll: () => void;
879
+ openFileDialog: () => void;
880
+ onInput: (event: Event) => void;
881
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
882
+ disabled: {
883
+ type: BooleanConstructor;
884
+ default: boolean;
885
+ };
886
+ directUpload: {
887
+ type: BooleanConstructor;
888
+ default: boolean;
889
+ };
890
+ multiple: {
891
+ type: BooleanConstructor;
892
+ default: boolean;
893
+ };
894
+ accept: {
895
+ type: StringConstructor;
896
+ default: null;
897
+ };
898
+ id: {
899
+ type: StringConstructor;
900
+ default: null;
901
+ };
902
+ size: {
903
+ type: () => import("../../../neon").NeonSize;
904
+ default: import("../../../neon").NeonSize;
905
+ };
906
+ state: {
907
+ type: () => import("../../../neon").NeonState;
908
+ default: import("../../../neon").NeonState;
909
+ };
910
+ color: {
911
+ type: () => NeonFunctionalColor;
912
+ default: NeonFunctionalColor;
913
+ };
914
+ circular: {
915
+ type: BooleanConstructor;
916
+ default: null;
917
+ };
918
+ label: {
919
+ type: StringConstructor;
920
+ default: null;
921
+ };
922
+ icon: {
923
+ type: StringConstructor;
924
+ default: null;
925
+ };
926
+ title: {
927
+ type: StringConstructor;
928
+ default: string;
929
+ };
930
+ }>> & Readonly<{
931
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
932
+ }>, {
933
+ disabled: boolean;
934
+ label: string;
935
+ title: string;
936
+ icon: string;
937
+ size: import("../../../neon").NeonSize;
938
+ color: NeonFunctionalColor;
939
+ id: string;
940
+ state: import("../../../neon").NeonState;
941
+ circular: boolean;
942
+ directUpload: boolean;
943
+ multiple: boolean;
944
+ accept: string;
945
+ }, {}, {
946
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
947
+ href: {
948
+ type: StringConstructor;
949
+ default: null;
950
+ };
951
+ label: {
952
+ type: StringConstructor;
953
+ default: null;
954
+ };
955
+ size: {
956
+ type: () => import("../../../neon").NeonButtonSize;
957
+ default: import("../../../neon").NeonButtonSize;
958
+ };
959
+ color: {
960
+ type: () => NeonFunctionalColor;
961
+ default: NeonFunctionalColor;
962
+ };
963
+ inverse: {
964
+ type: BooleanConstructor;
965
+ default: boolean;
966
+ };
967
+ alternateColor: {
968
+ type: () => NeonFunctionalColor;
969
+ default: null;
970
+ };
971
+ icon: {
972
+ type: StringConstructor;
973
+ default: null;
974
+ };
975
+ iconAriaLabel: {
976
+ type: StringConstructor;
977
+ };
978
+ iconPosition: {
979
+ type: () => import("../../../neon").NeonHorizontalPosition;
980
+ default: import("../../../neon").NeonHorizontalPosition;
981
+ };
982
+ buttonStyle: {
983
+ type: () => import("../../../neon").NeonButtonStyle;
984
+ default: import("../../../neon").NeonButtonStyle;
985
+ };
986
+ buttonType: {
987
+ type: () => import("../../../neon").NeonButtonType;
988
+ default: import("../../../neon").NeonButtonType;
989
+ };
990
+ state: {
991
+ type: () => import("../../../neon").NeonState;
992
+ default: import("../../../neon").NeonState;
993
+ };
994
+ disabled: {
995
+ type: BooleanConstructor;
996
+ default: boolean;
997
+ };
998
+ transparent: {
999
+ type: BooleanConstructor;
1000
+ default: boolean;
1001
+ };
1002
+ outline: {
1003
+ type: BooleanConstructor;
1004
+ default: boolean;
1005
+ };
1006
+ circular: {
1007
+ type: BooleanConstructor;
1008
+ default: null;
1009
+ };
1010
+ fullWidth: {
1011
+ type: BooleanConstructor;
1012
+ default: null;
1013
+ };
1014
+ indicator: {
1015
+ type: BooleanConstructor;
1016
+ default: boolean;
1017
+ };
1018
+ indicatorExpanded: {
1019
+ type: BooleanConstructor;
1020
+ default: null;
1021
+ };
1022
+ }>, {
1023
+ iconName: import("vue").ComputedRef<string>;
1024
+ classes: import("vue").ComputedRef<(string | false | {
1025
+ [x: string]: boolean | "" | NeonFunctionalColor;
1026
+ 'neon-button--text-transparent': boolean;
1027
+ 'neon-button--disabled': boolean;
1028
+ 'neon-button--inverse': boolean;
1029
+ 'neon-button--circular': boolean;
1030
+ 'neon-button--no-outline': boolean;
1031
+ 'neon-button--full-width': boolean;
1032
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
1033
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
1034
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
1035
+ })[]>;
1036
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1037
+ attrs: {
1038
+ [x: string]: unknown;
1039
+ };
1040
+ sanitizedAttributes: import("vue").ComputedRef<{
1041
+ [x: string]: unknown;
1042
+ }>;
1043
+ clickLink: () => void | undefined;
1044
+ clickButton: () => void;
1045
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1046
+ href: {
1047
+ type: StringConstructor;
1048
+ default: null;
1049
+ };
1050
+ label: {
1051
+ type: StringConstructor;
1052
+ default: null;
1053
+ };
1054
+ size: {
1055
+ type: () => import("../../../neon").NeonButtonSize;
1056
+ default: import("../../../neon").NeonButtonSize;
1057
+ };
1058
+ color: {
1059
+ type: () => NeonFunctionalColor;
1060
+ default: NeonFunctionalColor;
1061
+ };
1062
+ inverse: {
1063
+ type: BooleanConstructor;
1064
+ default: boolean;
1065
+ };
1066
+ alternateColor: {
1067
+ type: () => NeonFunctionalColor;
1068
+ default: null;
1069
+ };
1070
+ icon: {
1071
+ type: StringConstructor;
1072
+ default: null;
1073
+ };
1074
+ iconAriaLabel: {
1075
+ type: StringConstructor;
1076
+ };
1077
+ iconPosition: {
1078
+ type: () => import("../../../neon").NeonHorizontalPosition;
1079
+ default: import("../../../neon").NeonHorizontalPosition;
1080
+ };
1081
+ buttonStyle: {
1082
+ type: () => import("../../../neon").NeonButtonStyle;
1083
+ default: import("../../../neon").NeonButtonStyle;
1084
+ };
1085
+ buttonType: {
1086
+ type: () => import("../../../neon").NeonButtonType;
1087
+ default: import("../../../neon").NeonButtonType;
1088
+ };
1089
+ state: {
1090
+ type: () => import("../../../neon").NeonState;
1091
+ default: import("../../../neon").NeonState;
1092
+ };
1093
+ disabled: {
1094
+ type: BooleanConstructor;
1095
+ default: boolean;
1096
+ };
1097
+ transparent: {
1098
+ type: BooleanConstructor;
1099
+ default: boolean;
1100
+ };
1101
+ outline: {
1102
+ type: BooleanConstructor;
1103
+ default: boolean;
1104
+ };
1105
+ circular: {
1106
+ type: BooleanConstructor;
1107
+ default: null;
1108
+ };
1109
+ fullWidth: {
1110
+ type: BooleanConstructor;
1111
+ default: null;
1112
+ };
1113
+ indicator: {
1114
+ type: BooleanConstructor;
1115
+ default: boolean;
1116
+ };
1117
+ indicatorExpanded: {
1118
+ type: BooleanConstructor;
1119
+ default: null;
1120
+ };
1121
+ }>> & Readonly<{
1122
+ onClick?: ((...args: any[]) => any) | undefined;
1123
+ }>, {
1124
+ outline: boolean;
1125
+ disabled: boolean;
1126
+ label: string;
1127
+ href: string;
1128
+ icon: string;
1129
+ size: import("../../../neon").NeonButtonSize;
1130
+ color: NeonFunctionalColor;
1131
+ inverse: boolean;
1132
+ alternateColor: NeonFunctionalColor;
1133
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
1134
+ buttonStyle: import("../../../neon").NeonButtonStyle;
1135
+ buttonType: import("../../../neon").NeonButtonType;
1136
+ state: import("../../../neon").NeonState;
1137
+ transparent: boolean;
1138
+ circular: boolean;
1139
+ fullWidth: boolean;
1140
+ indicator: boolean;
1141
+ indicatorExpanded: boolean;
1142
+ }, {}, {
1143
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1144
+ expanded: {
1145
+ type: BooleanConstructor;
1146
+ default: boolean;
1147
+ };
1148
+ inverse: {
1149
+ type: BooleanConstructor;
1150
+ default: boolean;
1151
+ };
1152
+ disabled: {
1153
+ type: BooleanConstructor;
1154
+ default: boolean;
1155
+ };
1156
+ color: {
1157
+ type: () => NeonFunctionalColor;
1158
+ default: null;
1159
+ };
1160
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1161
+ expanded: {
1162
+ type: BooleanConstructor;
1163
+ default: boolean;
1164
+ };
1165
+ inverse: {
1166
+ type: BooleanConstructor;
1167
+ default: boolean;
1168
+ };
1169
+ disabled: {
1170
+ type: BooleanConstructor;
1171
+ default: boolean;
1172
+ };
1173
+ color: {
1174
+ type: () => NeonFunctionalColor;
1175
+ default: null;
1176
+ };
1177
+ }>> & Readonly<{}>, {
1178
+ disabled: boolean;
1179
+ expanded: boolean;
1180
+ color: NeonFunctionalColor;
1181
+ inverse: boolean;
1182
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1183
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1184
+ name: {
1185
+ type: StringConstructor;
1186
+ required: true;
1187
+ };
1188
+ color: {
1189
+ type: () => NeonFunctionalColor;
1190
+ default: null;
1191
+ };
1192
+ inverse: {
1193
+ type: BooleanConstructor;
1194
+ default: boolean;
1195
+ };
1196
+ disabled: {
1197
+ type: BooleanConstructor;
1198
+ default: boolean;
1199
+ };
1200
+ }>, {
1201
+ attrs: {
1202
+ [x: string]: unknown;
1203
+ };
1204
+ icon: import("vue").ComputedRef<string>;
1205
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1206
+ name: {
1207
+ type: StringConstructor;
1208
+ required: true;
1209
+ };
1210
+ color: {
1211
+ type: () => NeonFunctionalColor;
1212
+ default: null;
1213
+ };
1214
+ inverse: {
1215
+ type: BooleanConstructor;
1216
+ default: boolean;
1217
+ };
1218
+ disabled: {
1219
+ type: BooleanConstructor;
1220
+ default: boolean;
1221
+ };
1222
+ }>> & Readonly<{}>, {
1223
+ disabled: boolean;
1224
+ color: NeonFunctionalColor;
1225
+ inverse: boolean;
1226
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1227
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1228
+ href: {
1229
+ type: StringConstructor;
1230
+ default: null;
1231
+ };
1232
+ noStyle: {
1233
+ type: BooleanConstructor;
1234
+ default: boolean;
1235
+ };
1236
+ outlineStyle: {
1237
+ type: () => import("../../../neon").NeonOutlineStyle;
1238
+ default: import("../../../neon").NeonOutlineStyle;
1239
+ };
1240
+ externalIndicator: {
1241
+ type: BooleanConstructor;
1242
+ default: boolean;
1243
+ };
1244
+ }>, {
1245
+ routerUrl: import("vue").ComputedRef<string | undefined>;
1246
+ sanitizedAttributes: import("vue").ComputedRef<{
1247
+ [x: string]: unknown;
1248
+ }>;
1249
+ activeRoute: import("vue").ComputedRef<boolean | "">;
1250
+ exactRoute: import("vue").ComputedRef<boolean | "">;
1251
+ onClick: () => void;
1252
+ onSpace: () => Promise<void>;
1253
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1254
+ href: {
1255
+ type: StringConstructor;
1256
+ default: null;
1257
+ };
1258
+ noStyle: {
1259
+ type: BooleanConstructor;
1260
+ default: boolean;
1261
+ };
1262
+ outlineStyle: {
1263
+ type: () => import("../../../neon").NeonOutlineStyle;
1264
+ default: import("../../../neon").NeonOutlineStyle;
1265
+ };
1266
+ externalIndicator: {
1267
+ type: BooleanConstructor;
1268
+ default: boolean;
1269
+ };
1270
+ }>> & Readonly<{
1271
+ onClick?: ((...args: any[]) => any) | undefined;
1272
+ }>, {
1273
+ href: string;
1274
+ noStyle: boolean;
1275
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
1276
+ externalIndicator: boolean;
1277
+ }, {}, {
1278
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1279
+ name: {
1280
+ type: StringConstructor;
1281
+ required: true;
1282
+ };
1283
+ color: {
1284
+ type: () => NeonFunctionalColor;
1285
+ default: null;
1286
+ };
1287
+ inverse: {
1288
+ type: BooleanConstructor;
1289
+ default: boolean;
1290
+ };
1291
+ disabled: {
1292
+ type: BooleanConstructor;
1293
+ default: boolean;
1294
+ };
1295
+ }>, {
1296
+ attrs: {
1297
+ [x: string]: unknown;
1298
+ };
1299
+ icon: import("vue").ComputedRef<string>;
1300
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1301
+ name: {
1302
+ type: StringConstructor;
1303
+ required: true;
1304
+ };
1305
+ color: {
1306
+ type: () => NeonFunctionalColor;
1307
+ default: null;
1308
+ };
1309
+ inverse: {
1310
+ type: BooleanConstructor;
1311
+ default: boolean;
1312
+ };
1313
+ disabled: {
1314
+ type: BooleanConstructor;
1315
+ default: boolean;
1316
+ };
1317
+ }>> & Readonly<{}>, {
1318
+ disabled: boolean;
1319
+ color: NeonFunctionalColor;
1320
+ inverse: boolean;
1321
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1322
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1323
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1324
+ NeonInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1325
+ id: {
1326
+ type: StringConstructor;
1327
+ default: null;
1328
+ };
1329
+ modelValue: {
1330
+ type: StringConstructor;
1331
+ default: null;
1332
+ };
1333
+ type: {
1334
+ type: () => import("../../../neon").NeonInputType;
1335
+ default: import("../../../neon").NeonInputType;
1336
+ };
1337
+ placeholder: {
1338
+ type: StringConstructor;
1339
+ default: null;
1340
+ };
1341
+ size: {
1342
+ type: () => import("../../../neon").NeonSize;
1343
+ default: import("../../../neon").NeonSize; /**
1344
+ * If true, render the badge as a circle, instead of a square.
1345
+ */
1346
+ };
1347
+ color: {
1348
+ type: () => NeonFunctionalColor;
1349
+ default: NeonFunctionalColor;
1350
+ };
1351
+ inputmode: {
1352
+ type: () => import("../../../neon").NeonInputMode;
1353
+ default: import("../../../neon").NeonInputMode;
1354
+ };
1355
+ autocomplete: {
1356
+ type: StringConstructor;
1357
+ default: string;
1358
+ };
1359
+ state: {
1360
+ type: () => import("../../../neon").NeonState;
1361
+ default: import("../../../neon").NeonState;
1362
+ };
1363
+ rows: {
1364
+ type: NumberConstructor;
1365
+ default: null;
1366
+ };
1367
+ icon: {
1368
+ type: StringConstructor;
1369
+ default: null;
1370
+ };
1371
+ iconReadonly: {
1372
+ type: BooleanConstructor;
1373
+ default: boolean;
1374
+ };
1375
+ hideIcon: {
1376
+ type: BooleanConstructor;
1377
+ default: boolean;
1378
+ };
1379
+ tabindex: {
1380
+ type: NumberConstructor;
1381
+ default: number;
1382
+ };
1383
+ disabled: {
1384
+ type: BooleanConstructor;
1385
+ default: boolean;
1386
+ };
1387
+ stateHighlight: {
1388
+ type: BooleanConstructor;
1389
+ default: boolean;
1390
+ };
1391
+ stateIcon: {
1392
+ type: BooleanConstructor;
1393
+ default: boolean;
1394
+ };
1395
+ maxlength: {
1396
+ type: NumberConstructor;
1397
+ default: null;
1398
+ };
1399
+ debounce: {
1400
+ type: NumberConstructor;
1401
+ default: undefined;
1402
+ };
1403
+ }>, {
1404
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1405
+ focused: import("vue").Ref<boolean, boolean>;
1406
+ sanitizedAttributes: import("vue").ComputedRef<{
1407
+ [x: string]: unknown;
1408
+ }>;
1409
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1410
+ iconName: import("vue").ComputedRef<string | undefined>;
1411
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1412
+ computedPlaceholder: import("vue").ComputedRef<string>;
1413
+ focus: () => void;
1414
+ click: () => void;
1415
+ onFocus: () => void;
1416
+ onBlur: () => void;
1417
+ iconClicked: ($event: Event) => void;
1418
+ changeValue: (event: Event) => void;
1419
+ onKeyDown: (event: KeyboardEvent) => void;
1420
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], "update:modelValue" | "focus" | "blur" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1421
+ id: {
1422
+ type: StringConstructor;
1423
+ default: null;
1424
+ };
1425
+ modelValue: {
1426
+ type: StringConstructor;
1427
+ default: null;
1428
+ };
1429
+ type: {
1430
+ type: () => import("../../../neon").NeonInputType;
1431
+ default: import("../../../neon").NeonInputType;
1432
+ };
1433
+ placeholder: {
1434
+ type: StringConstructor;
1435
+ default: null;
1436
+ };
1437
+ size: {
1438
+ type: () => import("../../../neon").NeonSize;
1439
+ default: import("../../../neon").NeonSize; /**
1440
+ * If true, render the badge as a circle, instead of a square.
1441
+ */
1442
+ };
1443
+ color: {
1444
+ type: () => NeonFunctionalColor;
1445
+ default: NeonFunctionalColor;
1446
+ };
1447
+ inputmode: {
1448
+ type: () => import("../../../neon").NeonInputMode;
1449
+ default: import("../../../neon").NeonInputMode;
1450
+ };
1451
+ autocomplete: {
1452
+ type: StringConstructor;
1453
+ default: string;
1454
+ };
1455
+ state: {
1456
+ type: () => import("../../../neon").NeonState;
1457
+ default: import("../../../neon").NeonState;
1458
+ };
1459
+ rows: {
1460
+ type: NumberConstructor;
1461
+ default: null;
1462
+ };
1463
+ icon: {
1464
+ type: StringConstructor;
1465
+ default: null;
1466
+ };
1467
+ iconReadonly: {
1468
+ type: BooleanConstructor;
1469
+ default: boolean;
1470
+ };
1471
+ hideIcon: {
1472
+ type: BooleanConstructor;
1473
+ default: boolean;
1474
+ };
1475
+ tabindex: {
1476
+ type: NumberConstructor;
1477
+ default: number;
1478
+ };
1479
+ disabled: {
1480
+ type: BooleanConstructor;
1481
+ default: boolean;
1482
+ };
1483
+ stateHighlight: {
1484
+ type: BooleanConstructor;
1485
+ default: boolean;
1486
+ };
1487
+ stateIcon: {
1488
+ type: BooleanConstructor;
1489
+ default: boolean;
1490
+ };
1491
+ maxlength: {
1492
+ type: NumberConstructor;
1493
+ default: null;
1494
+ };
1495
+ debounce: {
1496
+ type: NumberConstructor;
1497
+ default: undefined;
1498
+ };
1499
+ }>> & Readonly<{
1500
+ onFocus?: ((...args: any[]) => any) | undefined;
1501
+ onBlur?: ((...args: any[]) => any) | undefined;
1502
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1503
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1504
+ }>, {
1505
+ disabled: boolean;
1506
+ icon: string;
1507
+ type: import("../../../neon").NeonInputType;
1508
+ debounce: number;
1509
+ size: import("../../../neon").NeonSize;
1510
+ color: NeonFunctionalColor;
1511
+ id: string;
1512
+ placeholder: string;
1513
+ tabindex: number;
1514
+ inputmode: import("../../../neon").NeonInputMode;
1515
+ modelValue: string;
1516
+ state: import("../../../neon").NeonState;
1517
+ autocomplete: string;
1518
+ rows: number;
1519
+ iconReadonly: boolean;
1520
+ hideIcon: boolean;
1521
+ stateHighlight: boolean;
1522
+ stateIcon: boolean;
1523
+ maxlength: number;
1524
+ }, {}, {
1525
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1526
+ name: {
1527
+ type: StringConstructor;
1528
+ required: true;
1529
+ };
1530
+ color: {
1531
+ type: () => NeonFunctionalColor;
1532
+ default: null;
1533
+ };
1534
+ inverse: {
1535
+ type: BooleanConstructor;
1536
+ default: boolean;
1537
+ };
1538
+ disabled: {
1539
+ type: BooleanConstructor;
1540
+ default: boolean;
1541
+ };
1542
+ }>, {
1543
+ attrs: {
1544
+ [x: string]: unknown;
1545
+ };
1546
+ icon: import("vue").ComputedRef<string>;
1547
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1548
+ name: {
1549
+ type: StringConstructor;
1550
+ required: true;
1551
+ };
1552
+ color: {
1553
+ type: () => NeonFunctionalColor;
1554
+ default: null;
1555
+ };
1556
+ inverse: {
1557
+ type: BooleanConstructor;
1558
+ default: boolean;
1559
+ };
1560
+ disabled: {
1561
+ type: BooleanConstructor;
1562
+ default: boolean;
1563
+ };
1564
+ }>> & Readonly<{}>, {
1565
+ disabled: boolean;
1566
+ color: NeonFunctionalColor;
1567
+ inverse: boolean;
1568
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1569
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1570
+ NeonList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1571
+ modelValue: {
1572
+ type: () => import("../../../neon").NeonListItem[];
1573
+ required: true;
1574
+ };
1575
+ size: {
1576
+ type: () => import("../../../neon").NeonSize;
1577
+ default: import("../../../neon").NeonSize;
1578
+ };
1579
+ color: {
1580
+ type: () => NeonFunctionalColor;
1581
+ default: NeonFunctionalColor;
1582
+ };
1583
+ disabled: {
1584
+ type: BooleanConstructor;
1585
+ default: boolean;
1586
+ };
1587
+ }>, {
1588
+ remove: (key: string) => void;
1589
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:modelValue")[], "close" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1590
+ modelValue: {
1591
+ type: () => import("../../../neon").NeonListItem[];
1592
+ required: true;
1593
+ };
1594
+ size: {
1595
+ type: () => import("../../../neon").NeonSize;
1596
+ default: import("../../../neon").NeonSize;
1597
+ };
1598
+ color: {
1599
+ type: () => NeonFunctionalColor;
1600
+ default: NeonFunctionalColor;
1601
+ };
1602
+ disabled: {
1603
+ type: BooleanConstructor;
1604
+ default: boolean;
1605
+ };
1606
+ }>> & Readonly<{
1607
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1608
+ onClose?: ((...args: any[]) => any) | undefined;
1609
+ }>, {
1610
+ disabled: boolean;
1611
+ size: import("../../../neon").NeonSize;
1612
+ color: NeonFunctionalColor;
1613
+ }, {}, {
1614
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1615
+ name: {
1616
+ type: StringConstructor;
1617
+ required: true;
1618
+ };
1619
+ color: {
1620
+ type: () => NeonFunctionalColor;
1621
+ default: null;
1622
+ };
1623
+ inverse: {
1624
+ type: BooleanConstructor;
1625
+ default: boolean;
1626
+ };
1627
+ disabled: {
1628
+ type: BooleanConstructor;
1629
+ default: boolean;
1630
+ };
1631
+ }>, {
1632
+ attrs: {
1633
+ [x: string]: unknown;
1634
+ };
1635
+ icon: import("vue").ComputedRef<string>;
1636
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1637
+ name: {
1638
+ type: StringConstructor;
1639
+ required: true;
1640
+ };
1641
+ color: {
1642
+ type: () => NeonFunctionalColor;
1643
+ default: null;
1644
+ };
1645
+ inverse: {
1646
+ type: BooleanConstructor;
1647
+ default: boolean;
1648
+ };
1649
+ disabled: {
1650
+ type: BooleanConstructor;
1651
+ default: boolean;
1652
+ };
1653
+ }>> & Readonly<{}>, {
1654
+ disabled: boolean;
1655
+ color: NeonFunctionalColor;
1656
+ inverse: boolean;
1657
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1658
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1659
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
162
1660
  NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
163
1661
  name: {
164
1662
  type: StringConstructor;