@aotearoan/neon 18.2.13 → 19.0.1

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