@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
@@ -102,7 +102,1587 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
102
102
  default: NeonDropdownPlacement;
103
103
  };
104
104
  }>, {
105
- dropdown: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
105
+ dropdown: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
106
+ id: {
107
+ type: StringConstructor;
108
+ };
109
+ modelValue: {
110
+ type: BooleanConstructor;
111
+ required: true;
112
+ };
113
+ label: {
114
+ type: StringConstructor;
115
+ default: null;
116
+ };
117
+ image: {
118
+ type: StringConstructor;
119
+ default: null;
120
+ };
121
+ imageAlt: {
122
+ type: StringConstructor;
123
+ default: null;
124
+ }; /**
125
+ * Either a single string, indicating the key of the selected option or an array of selected keys in the case
126
+ * multiple = true.
127
+ */
128
+ icon: {
129
+ type: StringConstructor;
130
+ default: null;
131
+ };
132
+ indicator: {
133
+ type: BooleanConstructor;
134
+ default: boolean;
135
+ };
136
+ disabled: {
137
+ type: BooleanConstructor;
138
+ default: boolean;
139
+ };
140
+ size: {
141
+ type: () => NeonSize;
142
+ default: NeonSize; /**
143
+ * The size of the dropdown - Small, Medium or Large.
144
+ */
145
+ }; /**
146
+ * The size of the dropdown - Small, Medium or Large.
147
+ */
148
+ color: {
149
+ type: () => NeonFunctionalColor;
150
+ default: NeonFunctionalColor;
151
+ };
152
+ alternateColor: {
153
+ type: () => NeonFunctionalColor;
154
+ default: null;
155
+ };
156
+ dropdownStyle: {
157
+ type: () => import("../../../neon").NeonDropdownStyle;
158
+ default: import("../../../neon").NeonDropdownStyle;
159
+ };
160
+ placement: {
161
+ type: () => NeonDropdownPlacement;
162
+ default: NeonDropdownPlacement;
163
+ };
164
+ placementContainer: {
165
+ type: () => HTMLElement;
166
+ default: null;
167
+ };
168
+ openOnHover: {
169
+ type: BooleanConstructor;
170
+ default: boolean;
171
+ };
172
+ }>> & Readonly<{
173
+ onFocus?: ((...args: any[]) => any) | undefined;
174
+ onBlur?: ((...args: any[]) => any) | undefined;
175
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
176
+ "onDropdown-placement"?: ((...args: any[]) => any) | undefined;
177
+ "onButton-ref"?: ((...args: any[]) => any) | undefined;
178
+ }>, {
179
+ dropdownButton: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
180
+ dropdownContent: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
181
+ dropdownPlacement: import("vue").Ref<NeonDropdownPlacement, NeonDropdownPlacement>;
182
+ closableUtils: import("vue").Ref<{
183
+ open: () => void;
184
+ destroy: () => void;
185
+ escapeKeyListener: (event: KeyboardEvent) => void;
186
+ close: () => void;
187
+ } | null, import("../../../neon").NeonClosableUtils | {
188
+ open: () => void;
189
+ destroy: () => void;
190
+ escapeKeyListener: (event: KeyboardEvent) => void;
191
+ close: () => void;
192
+ } | null>;
193
+ onClose: () => void;
194
+ close: () => void;
195
+ toggleOpen: () => void;
196
+ onBlur: () => void;
197
+ onFocus: () => void;
198
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "dropdown-placement" | "button-ref")[], import("vue").PublicProps, {
199
+ disabled: boolean;
200
+ label: string;
201
+ placement: NeonDropdownPlacement;
202
+ icon: string;
203
+ placementContainer: HTMLElement;
204
+ size: NeonSize;
205
+ color: NeonFunctionalColor;
206
+ image: string;
207
+ alternateColor: NeonFunctionalColor;
208
+ imageAlt: string;
209
+ indicator: boolean;
210
+ dropdownStyle: import("../../../neon").NeonDropdownStyle;
211
+ openOnHover: boolean;
212
+ }, true, {}, {}, {
213
+ NeonBadge: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
214
+ label: {
215
+ type: StringConstructor;
216
+ default: null;
217
+ };
218
+ image: {
219
+ type: StringConstructor;
220
+ default: null;
221
+ };
222
+ icon: {
223
+ type: StringConstructor;
224
+ default: null;
225
+ };
226
+ circular: {
227
+ type: BooleanConstructor;
228
+ default: boolean;
229
+ };
230
+ size: {
231
+ type: () => NeonSize;
232
+ default: NeonSize;
233
+ };
234
+ color: {
235
+ type: () => NeonFunctionalColor;
236
+ default: NeonFunctionalColor;
237
+ };
238
+ alternateColor: {
239
+ type: () => NeonFunctionalColor;
240
+ default: null;
241
+ };
242
+ disabled: {
243
+ type: BooleanConstructor;
244
+ default: boolean;
245
+ };
246
+ jazziconId: {
247
+ type: StringConstructor;
248
+ default: null;
249
+ };
250
+ imageAlt: {
251
+ type: StringConstructor;
252
+ default: string;
253
+ };
254
+ }>, {
255
+ svg: import("vue").ComputedRef<string | null>;
256
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
257
+ label: {
258
+ type: StringConstructor;
259
+ default: null;
260
+ };
261
+ image: {
262
+ type: StringConstructor;
263
+ default: null;
264
+ };
265
+ icon: {
266
+ type: StringConstructor;
267
+ default: null;
268
+ };
269
+ circular: {
270
+ type: BooleanConstructor;
271
+ default: boolean;
272
+ };
273
+ size: {
274
+ type: () => NeonSize;
275
+ default: NeonSize;
276
+ };
277
+ color: {
278
+ type: () => NeonFunctionalColor;
279
+ default: NeonFunctionalColor;
280
+ };
281
+ alternateColor: {
282
+ type: () => NeonFunctionalColor;
283
+ default: null;
284
+ };
285
+ disabled: {
286
+ type: BooleanConstructor;
287
+ default: boolean;
288
+ };
289
+ jazziconId: {
290
+ type: StringConstructor;
291
+ default: null;
292
+ };
293
+ imageAlt: {
294
+ type: StringConstructor;
295
+ default: string;
296
+ };
297
+ }>> & Readonly<{}>, {
298
+ disabled: boolean;
299
+ label: string;
300
+ icon: string;
301
+ size: NeonSize;
302
+ color: NeonFunctionalColor;
303
+ image: string;
304
+ circular: boolean;
305
+ alternateColor: NeonFunctionalColor;
306
+ jazziconId: string;
307
+ imageAlt: string;
308
+ }, {}, {
309
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
310
+ name: {
311
+ type: StringConstructor;
312
+ required: true;
313
+ };
314
+ color: {
315
+ type: () => NeonFunctionalColor; /**
316
+ * Optional placeholder icon.
317
+ */
318
+ default: null;
319
+ };
320
+ inverse: {
321
+ type: BooleanConstructor;
322
+ default: boolean;
323
+ };
324
+ disabled: {
325
+ type: BooleanConstructor;
326
+ default: boolean;
327
+ };
328
+ }>, {
329
+ attrs: {
330
+ [x: string]: unknown;
331
+ };
332
+ icon: import("vue").ComputedRef<string>;
333
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
334
+ name: {
335
+ type: StringConstructor;
336
+ required: true;
337
+ };
338
+ color: {
339
+ type: () => NeonFunctionalColor; /**
340
+ * Optional placeholder icon.
341
+ */
342
+ default: null;
343
+ };
344
+ inverse: {
345
+ type: BooleanConstructor;
346
+ default: boolean;
347
+ };
348
+ disabled: {
349
+ type: BooleanConstructor;
350
+ default: boolean;
351
+ };
352
+ }>> & Readonly<{}>, {
353
+ disabled: boolean;
354
+ color: NeonFunctionalColor;
355
+ inverse: boolean;
356
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
357
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
358
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
359
+ href: {
360
+ type: StringConstructor;
361
+ default: null;
362
+ };
363
+ label: {
364
+ type: StringConstructor;
365
+ default: null;
366
+ };
367
+ size: {
368
+ type: () => import("../../../neon").NeonButtonSize;
369
+ default: import("../../../neon").NeonButtonSize;
370
+ };
371
+ color: {
372
+ type: () => NeonFunctionalColor;
373
+ default: NeonFunctionalColor;
374
+ };
375
+ inverse: {
376
+ type: BooleanConstructor;
377
+ default: boolean;
378
+ };
379
+ alternateColor: {
380
+ type: () => NeonFunctionalColor;
381
+ default: null;
382
+ }; /**
383
+ * A list of grouped options to render in the select.
384
+ */
385
+ icon: {
386
+ type: StringConstructor;
387
+ default: null;
388
+ };
389
+ iconPosition: {
390
+ type: () => import("../../../neon").NeonHorizontalPosition;
391
+ default: import("../../../neon").NeonHorizontalPosition;
392
+ };
393
+ buttonStyle: {
394
+ type: () => import("../../../neon").NeonButtonStyle;
395
+ default: import("../../../neon").NeonButtonStyle; /**
396
+ * Allow multi-select.
397
+ */
398
+ }; /**
399
+ * Allow multi-select.
400
+ */
401
+ state: {
402
+ type: () => import("../../../neon").NeonState;
403
+ default: import("../../../neon").NeonState;
404
+ };
405
+ disabled: {
406
+ type: BooleanConstructor;
407
+ default: boolean;
408
+ };
409
+ transparent: {
410
+ type: BooleanConstructor;
411
+ default: boolean;
412
+ };
413
+ outline: {
414
+ type: BooleanConstructor;
415
+ default: boolean;
416
+ };
417
+ circular: {
418
+ type: BooleanConstructor;
419
+ default: null;
420
+ };
421
+ fullWidth: {
422
+ type: BooleanConstructor;
423
+ default: null;
424
+ };
425
+ indicator: {
426
+ type: BooleanConstructor;
427
+ default: boolean;
428
+ };
429
+ indicatorExpanded: {
430
+ type: BooleanConstructor;
431
+ default: null;
432
+ };
433
+ }>, {
434
+ iconName: import("vue").ComputedRef<string>;
435
+ classes: import("vue").ComputedRef<(string | false | {
436
+ [x: string]: boolean | "" | NeonFunctionalColor;
437
+ 'neon-button--text-transparent': boolean;
438
+ 'neon-button--disabled': boolean;
439
+ 'neon-button--inverse': boolean;
440
+ 'neon-button--circular': boolean;
441
+ 'neon-button--no-outline': boolean;
442
+ 'neon-button--full-width': boolean;
443
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
444
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
445
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
446
+ })[]>;
447
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
448
+ attrs: {
449
+ [x: string]: unknown;
450
+ };
451
+ sanitizedAttributes: import("vue").ComputedRef<{
452
+ [x: string]: unknown;
453
+ }>;
454
+ clickLink: () => void | undefined;
455
+ clickButton: () => void;
456
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
457
+ href: {
458
+ type: StringConstructor;
459
+ default: null;
460
+ };
461
+ label: {
462
+ type: StringConstructor;
463
+ default: null;
464
+ };
465
+ size: {
466
+ type: () => import("../../../neon").NeonButtonSize;
467
+ default: import("../../../neon").NeonButtonSize;
468
+ };
469
+ color: {
470
+ type: () => NeonFunctionalColor;
471
+ default: NeonFunctionalColor;
472
+ };
473
+ inverse: {
474
+ type: BooleanConstructor;
475
+ default: boolean;
476
+ };
477
+ alternateColor: {
478
+ type: () => NeonFunctionalColor;
479
+ default: null;
480
+ }; /**
481
+ * A list of grouped options to render in the select.
482
+ */
483
+ icon: {
484
+ type: StringConstructor;
485
+ default: null;
486
+ };
487
+ iconPosition: {
488
+ type: () => import("../../../neon").NeonHorizontalPosition;
489
+ default: import("../../../neon").NeonHorizontalPosition;
490
+ };
491
+ buttonStyle: {
492
+ type: () => import("../../../neon").NeonButtonStyle;
493
+ default: import("../../../neon").NeonButtonStyle; /**
494
+ * Allow multi-select.
495
+ */
496
+ }; /**
497
+ * Allow multi-select.
498
+ */
499
+ state: {
500
+ type: () => import("../../../neon").NeonState;
501
+ default: import("../../../neon").NeonState;
502
+ };
503
+ disabled: {
504
+ type: BooleanConstructor;
505
+ default: boolean;
506
+ };
507
+ transparent: {
508
+ type: BooleanConstructor;
509
+ default: boolean;
510
+ };
511
+ outline: {
512
+ type: BooleanConstructor;
513
+ default: boolean;
514
+ };
515
+ circular: {
516
+ type: BooleanConstructor;
517
+ default: null;
518
+ };
519
+ fullWidth: {
520
+ type: BooleanConstructor;
521
+ default: null;
522
+ };
523
+ indicator: {
524
+ type: BooleanConstructor;
525
+ default: boolean;
526
+ };
527
+ indicatorExpanded: {
528
+ type: BooleanConstructor;
529
+ default: null;
530
+ };
531
+ }>> & Readonly<{
532
+ onClick?: ((...args: any[]) => any) | undefined;
533
+ }>, {
534
+ outline: boolean;
535
+ disabled: boolean;
536
+ label: string;
537
+ href: string;
538
+ icon: string;
539
+ size: import("../../../neon").NeonButtonSize;
540
+ color: NeonFunctionalColor;
541
+ inverse: boolean;
542
+ circular: boolean;
543
+ alternateColor: NeonFunctionalColor;
544
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
545
+ buttonStyle: import("../../../neon").NeonButtonStyle;
546
+ state: import("../../../neon").NeonState;
547
+ transparent: boolean;
548
+ fullWidth: boolean;
549
+ indicator: boolean;
550
+ indicatorExpanded: boolean;
551
+ }, {}, {
552
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
553
+ expanded: {
554
+ type: BooleanConstructor;
555
+ default: boolean;
556
+ };
557
+ inverse: {
558
+ type: BooleanConstructor;
559
+ default: boolean;
560
+ };
561
+ disabled: {
562
+ type: BooleanConstructor;
563
+ default: boolean;
564
+ };
565
+ color: {
566
+ type: () => NeonFunctionalColor;
567
+ default: null;
568
+ };
569
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
570
+ expanded: {
571
+ type: BooleanConstructor;
572
+ default: boolean;
573
+ };
574
+ inverse: {
575
+ type: BooleanConstructor;
576
+ default: boolean;
577
+ };
578
+ disabled: {
579
+ type: BooleanConstructor;
580
+ default: boolean;
581
+ };
582
+ color: {
583
+ type: () => NeonFunctionalColor;
584
+ default: null;
585
+ };
586
+ }>> & Readonly<{}>, {
587
+ disabled: boolean;
588
+ expanded: boolean;
589
+ color: NeonFunctionalColor;
590
+ inverse: boolean;
591
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
592
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
593
+ name: {
594
+ type: StringConstructor;
595
+ required: true;
596
+ };
597
+ color: {
598
+ type: () => NeonFunctionalColor; /**
599
+ * Optional placeholder icon.
600
+ */
601
+ default: null;
602
+ };
603
+ inverse: {
604
+ type: BooleanConstructor;
605
+ default: boolean;
606
+ };
607
+ disabled: {
608
+ type: BooleanConstructor;
609
+ default: boolean;
610
+ };
611
+ }>, {
612
+ attrs: {
613
+ [x: string]: unknown;
614
+ };
615
+ icon: import("vue").ComputedRef<string>;
616
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
617
+ name: {
618
+ type: StringConstructor;
619
+ required: true;
620
+ };
621
+ color: {
622
+ type: () => NeonFunctionalColor; /**
623
+ * Optional placeholder icon.
624
+ */
625
+ default: null;
626
+ };
627
+ inverse: {
628
+ type: BooleanConstructor;
629
+ default: boolean;
630
+ };
631
+ disabled: {
632
+ type: BooleanConstructor;
633
+ default: boolean;
634
+ };
635
+ }>> & Readonly<{}>, {
636
+ disabled: boolean;
637
+ color: NeonFunctionalColor;
638
+ inverse: boolean;
639
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
640
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
641
+ href: {
642
+ type: StringConstructor;
643
+ default: null;
644
+ };
645
+ noStyle: {
646
+ type: BooleanConstructor;
647
+ default: boolean;
648
+ };
649
+ outlineStyle: {
650
+ type: () => import("../../../neon").NeonOutlineStyle;
651
+ default: import("../../../neon").NeonOutlineStyle;
652
+ };
653
+ externalIndicator: {
654
+ type: BooleanConstructor;
655
+ default: boolean;
656
+ };
657
+ }>, {
658
+ routerUrl: import("vue").ComputedRef<string | undefined>;
659
+ sanitizedAttributes: import("vue").ComputedRef<{
660
+ [x: string]: unknown;
661
+ }>;
662
+ activeRoute: import("vue").ComputedRef<boolean | "">;
663
+ exactRoute: import("vue").ComputedRef<boolean | "">;
664
+ onClick: () => void;
665
+ onSpace: () => Promise<void>;
666
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
667
+ href: {
668
+ type: StringConstructor;
669
+ default: null;
670
+ };
671
+ noStyle: {
672
+ type: BooleanConstructor;
673
+ default: boolean;
674
+ };
675
+ outlineStyle: {
676
+ type: () => import("../../../neon").NeonOutlineStyle;
677
+ default: import("../../../neon").NeonOutlineStyle;
678
+ };
679
+ externalIndicator: {
680
+ type: BooleanConstructor;
681
+ default: boolean;
682
+ };
683
+ }>> & Readonly<{
684
+ onClick?: ((...args: any[]) => any) | undefined;
685
+ }>, {
686
+ href: string;
687
+ noStyle: boolean;
688
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
689
+ externalIndicator: boolean;
690
+ }, {}, {
691
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
692
+ name: {
693
+ type: StringConstructor;
694
+ required: true;
695
+ };
696
+ color: {
697
+ type: () => NeonFunctionalColor; /**
698
+ * Optional placeholder icon.
699
+ */
700
+ default: null;
701
+ };
702
+ inverse: {
703
+ type: BooleanConstructor;
704
+ default: boolean;
705
+ };
706
+ disabled: {
707
+ type: BooleanConstructor;
708
+ default: boolean;
709
+ };
710
+ }>, {
711
+ attrs: {
712
+ [x: string]: unknown;
713
+ };
714
+ icon: import("vue").ComputedRef<string>;
715
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
716
+ name: {
717
+ type: StringConstructor;
718
+ required: true;
719
+ };
720
+ color: {
721
+ type: () => NeonFunctionalColor; /**
722
+ * Optional placeholder icon.
723
+ */
724
+ default: null;
725
+ };
726
+ inverse: {
727
+ type: BooleanConstructor;
728
+ default: boolean;
729
+ };
730
+ disabled: {
731
+ type: BooleanConstructor;
732
+ default: boolean;
733
+ };
734
+ }>> & Readonly<{}>, {
735
+ disabled: boolean;
736
+ color: NeonFunctionalColor;
737
+ inverse: boolean;
738
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
739
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
740
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
741
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
742
+ expanded: {
743
+ type: BooleanConstructor;
744
+ default: boolean;
745
+ };
746
+ inverse: {
747
+ type: BooleanConstructor;
748
+ default: boolean;
749
+ };
750
+ disabled: {
751
+ type: BooleanConstructor;
752
+ default: boolean;
753
+ };
754
+ color: {
755
+ type: () => NeonFunctionalColor;
756
+ default: null;
757
+ };
758
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
759
+ expanded: {
760
+ type: BooleanConstructor;
761
+ default: boolean;
762
+ };
763
+ inverse: {
764
+ type: BooleanConstructor;
765
+ default: boolean;
766
+ };
767
+ disabled: {
768
+ type: BooleanConstructor;
769
+ default: boolean;
770
+ };
771
+ color: {
772
+ type: () => NeonFunctionalColor;
773
+ default: null;
774
+ };
775
+ }>> & Readonly<{}>, {
776
+ disabled: boolean;
777
+ expanded: boolean;
778
+ color: NeonFunctionalColor;
779
+ inverse: boolean;
780
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
781
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
782
+ P: {};
783
+ B: {};
784
+ D: {};
785
+ C: {};
786
+ M: {};
787
+ Defaults: {};
788
+ }, Readonly<import("vue").ExtractPropTypes<{
789
+ id: {
790
+ type: StringConstructor;
791
+ };
792
+ modelValue: {
793
+ type: BooleanConstructor;
794
+ required: true;
795
+ };
796
+ label: {
797
+ type: StringConstructor;
798
+ default: null;
799
+ };
800
+ image: {
801
+ type: StringConstructor;
802
+ default: null;
803
+ };
804
+ imageAlt: {
805
+ type: StringConstructor;
806
+ default: null;
807
+ }; /**
808
+ * Either a single string, indicating the key of the selected option or an array of selected keys in the case
809
+ * multiple = true.
810
+ */
811
+ icon: {
812
+ type: StringConstructor;
813
+ default: null;
814
+ };
815
+ indicator: {
816
+ type: BooleanConstructor;
817
+ default: boolean;
818
+ };
819
+ disabled: {
820
+ type: BooleanConstructor;
821
+ default: boolean;
822
+ };
823
+ size: {
824
+ type: () => NeonSize;
825
+ default: NeonSize; /**
826
+ * The size of the dropdown - Small, Medium or Large.
827
+ */
828
+ }; /**
829
+ * The size of the dropdown - Small, Medium or Large.
830
+ */
831
+ color: {
832
+ type: () => NeonFunctionalColor;
833
+ default: NeonFunctionalColor;
834
+ };
835
+ alternateColor: {
836
+ type: () => NeonFunctionalColor;
837
+ default: null;
838
+ };
839
+ dropdownStyle: {
840
+ type: () => import("../../../neon").NeonDropdownStyle;
841
+ default: import("../../../neon").NeonDropdownStyle;
842
+ };
843
+ placement: {
844
+ type: () => NeonDropdownPlacement;
845
+ default: NeonDropdownPlacement;
846
+ };
847
+ placementContainer: {
848
+ type: () => HTMLElement;
849
+ default: null;
850
+ };
851
+ openOnHover: {
852
+ type: BooleanConstructor;
853
+ default: boolean;
854
+ };
855
+ }>> & Readonly<{
856
+ onFocus?: ((...args: any[]) => any) | undefined;
857
+ onBlur?: ((...args: any[]) => any) | undefined;
858
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
859
+ "onDropdown-placement"?: ((...args: any[]) => any) | undefined;
860
+ "onButton-ref"?: ((...args: any[]) => any) | undefined;
861
+ }>, {
862
+ dropdownButton: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
863
+ dropdownContent: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
864
+ dropdownPlacement: import("vue").Ref<NeonDropdownPlacement, NeonDropdownPlacement>;
865
+ closableUtils: import("vue").Ref<{
866
+ open: () => void;
867
+ destroy: () => void;
868
+ escapeKeyListener: (event: KeyboardEvent) => void;
869
+ close: () => void;
870
+ } | null, import("../../../neon").NeonClosableUtils | {
871
+ open: () => void;
872
+ destroy: () => void;
873
+ escapeKeyListener: (event: KeyboardEvent) => void;
874
+ close: () => void;
875
+ } | null>;
876
+ onClose: () => void;
877
+ close: () => void;
878
+ toggleOpen: () => void;
879
+ onBlur: () => void;
880
+ onFocus: () => void;
881
+ }, {}, {}, {}, {
882
+ disabled: boolean;
883
+ label: string;
884
+ placement: NeonDropdownPlacement;
885
+ icon: string;
886
+ placementContainer: HTMLElement;
887
+ size: NeonSize;
888
+ color: NeonFunctionalColor;
889
+ image: string;
890
+ alternateColor: NeonFunctionalColor;
891
+ imageAlt: string;
892
+ indicator: boolean;
893
+ dropdownStyle: import("../../../neon").NeonDropdownStyle;
894
+ openOnHover: boolean;
895
+ }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
896
+ id: {
897
+ type: StringConstructor;
898
+ };
899
+ modelValue: {
900
+ type: BooleanConstructor;
901
+ required: true;
902
+ };
903
+ label: {
904
+ type: StringConstructor;
905
+ default: null;
906
+ };
907
+ image: {
908
+ type: StringConstructor;
909
+ default: null;
910
+ };
911
+ imageAlt: {
912
+ type: StringConstructor;
913
+ default: null;
914
+ }; /**
915
+ * Either a single string, indicating the key of the selected option or an array of selected keys in the case
916
+ * multiple = true.
917
+ */
918
+ icon: {
919
+ type: StringConstructor;
920
+ default: null;
921
+ };
922
+ indicator: {
923
+ type: BooleanConstructor;
924
+ default: boolean;
925
+ };
926
+ disabled: {
927
+ type: BooleanConstructor;
928
+ default: boolean;
929
+ };
930
+ size: {
931
+ type: () => NeonSize;
932
+ default: NeonSize; /**
933
+ * The size of the dropdown - Small, Medium or Large.
934
+ */
935
+ }; /**
936
+ * The size of the dropdown - Small, Medium or Large.
937
+ */
938
+ color: {
939
+ type: () => NeonFunctionalColor;
940
+ default: NeonFunctionalColor;
941
+ };
942
+ alternateColor: {
943
+ type: () => NeonFunctionalColor;
944
+ default: null;
945
+ };
946
+ dropdownStyle: {
947
+ type: () => import("../../../neon").NeonDropdownStyle;
948
+ default: import("../../../neon").NeonDropdownStyle;
949
+ };
950
+ placement: {
951
+ type: () => NeonDropdownPlacement;
952
+ default: NeonDropdownPlacement;
953
+ };
954
+ placementContainer: {
955
+ type: () => HTMLElement;
956
+ default: null;
957
+ };
958
+ openOnHover: {
959
+ type: BooleanConstructor;
960
+ default: boolean;
961
+ };
962
+ }>> & Readonly<{
963
+ onFocus?: ((...args: any[]) => any) | undefined;
964
+ onBlur?: ((...args: any[]) => any) | undefined;
965
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
966
+ "onDropdown-placement"?: ((...args: any[]) => any) | undefined;
967
+ "onButton-ref"?: ((...args: any[]) => any) | undefined;
968
+ }>, {
969
+ dropdownButton: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
970
+ dropdownContent: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
971
+ dropdownPlacement: import("vue").Ref<NeonDropdownPlacement, NeonDropdownPlacement>;
972
+ closableUtils: import("vue").Ref<{
973
+ open: () => void;
974
+ destroy: () => void;
975
+ escapeKeyListener: (event: KeyboardEvent) => void;
976
+ close: () => void;
977
+ } | null, import("../../../neon").NeonClosableUtils | {
978
+ open: () => void;
979
+ destroy: () => void;
980
+ escapeKeyListener: (event: KeyboardEvent) => void;
981
+ close: () => void;
982
+ } | null>;
983
+ onClose: () => void;
984
+ close: () => void;
985
+ toggleOpen: () => void;
986
+ onBlur: () => void;
987
+ onFocus: () => void;
988
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "dropdown-placement" | "button-ref")[], import("vue").PublicProps, {
989
+ disabled: boolean;
990
+ label: string;
991
+ placement: NeonDropdownPlacement;
992
+ icon: string;
993
+ placementContainer: HTMLElement;
994
+ size: NeonSize;
995
+ color: NeonFunctionalColor;
996
+ image: string;
997
+ alternateColor: NeonFunctionalColor;
998
+ imageAlt: string;
999
+ indicator: boolean;
1000
+ dropdownStyle: import("../../../neon").NeonDropdownStyle;
1001
+ openOnHover: boolean;
1002
+ }, true, {}, {}, {
1003
+ NeonBadge: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1004
+ label: {
1005
+ type: StringConstructor;
1006
+ default: null;
1007
+ };
1008
+ image: {
1009
+ type: StringConstructor;
1010
+ default: null;
1011
+ };
1012
+ icon: {
1013
+ type: StringConstructor;
1014
+ default: null;
1015
+ };
1016
+ circular: {
1017
+ type: BooleanConstructor;
1018
+ default: boolean;
1019
+ };
1020
+ size: {
1021
+ type: () => NeonSize;
1022
+ default: NeonSize;
1023
+ };
1024
+ color: {
1025
+ type: () => NeonFunctionalColor;
1026
+ default: NeonFunctionalColor;
1027
+ };
1028
+ alternateColor: {
1029
+ type: () => NeonFunctionalColor;
1030
+ default: null;
1031
+ };
1032
+ disabled: {
1033
+ type: BooleanConstructor;
1034
+ default: boolean;
1035
+ };
1036
+ jazziconId: {
1037
+ type: StringConstructor;
1038
+ default: null;
1039
+ };
1040
+ imageAlt: {
1041
+ type: StringConstructor;
1042
+ default: string;
1043
+ };
1044
+ }>, {
1045
+ svg: import("vue").ComputedRef<string | null>;
1046
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1047
+ label: {
1048
+ type: StringConstructor;
1049
+ default: null;
1050
+ };
1051
+ image: {
1052
+ type: StringConstructor;
1053
+ default: null;
1054
+ };
1055
+ icon: {
1056
+ type: StringConstructor;
1057
+ default: null;
1058
+ };
1059
+ circular: {
1060
+ type: BooleanConstructor;
1061
+ default: boolean;
1062
+ };
1063
+ size: {
1064
+ type: () => NeonSize;
1065
+ default: NeonSize;
1066
+ };
1067
+ color: {
1068
+ type: () => NeonFunctionalColor;
1069
+ default: NeonFunctionalColor;
1070
+ };
1071
+ alternateColor: {
1072
+ type: () => NeonFunctionalColor;
1073
+ default: null;
1074
+ };
1075
+ disabled: {
1076
+ type: BooleanConstructor;
1077
+ default: boolean;
1078
+ };
1079
+ jazziconId: {
1080
+ type: StringConstructor;
1081
+ default: null;
1082
+ };
1083
+ imageAlt: {
1084
+ type: StringConstructor;
1085
+ default: string;
1086
+ };
1087
+ }>> & Readonly<{}>, {
1088
+ disabled: boolean;
1089
+ label: string;
1090
+ icon: string;
1091
+ size: NeonSize;
1092
+ color: NeonFunctionalColor;
1093
+ image: string;
1094
+ circular: boolean;
1095
+ alternateColor: NeonFunctionalColor;
1096
+ jazziconId: string;
1097
+ imageAlt: string;
1098
+ }, {}, {
1099
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1100
+ name: {
1101
+ type: StringConstructor;
1102
+ required: true;
1103
+ };
1104
+ color: {
1105
+ type: () => NeonFunctionalColor; /**
1106
+ * Optional placeholder icon.
1107
+ */
1108
+ default: null;
1109
+ };
1110
+ inverse: {
1111
+ type: BooleanConstructor;
1112
+ default: boolean;
1113
+ };
1114
+ disabled: {
1115
+ type: BooleanConstructor;
1116
+ default: boolean;
1117
+ };
1118
+ }>, {
1119
+ attrs: {
1120
+ [x: string]: unknown;
1121
+ };
1122
+ icon: import("vue").ComputedRef<string>;
1123
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1124
+ name: {
1125
+ type: StringConstructor;
1126
+ required: true;
1127
+ };
1128
+ color: {
1129
+ type: () => NeonFunctionalColor; /**
1130
+ * Optional placeholder icon.
1131
+ */
1132
+ default: null;
1133
+ };
1134
+ inverse: {
1135
+ type: BooleanConstructor;
1136
+ default: boolean;
1137
+ };
1138
+ disabled: {
1139
+ type: BooleanConstructor;
1140
+ default: boolean;
1141
+ };
1142
+ }>> & Readonly<{}>, {
1143
+ disabled: boolean;
1144
+ color: NeonFunctionalColor;
1145
+ inverse: boolean;
1146
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1147
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1148
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1149
+ href: {
1150
+ type: StringConstructor;
1151
+ default: null;
1152
+ };
1153
+ label: {
1154
+ type: StringConstructor;
1155
+ default: null;
1156
+ };
1157
+ size: {
1158
+ type: () => import("../../../neon").NeonButtonSize;
1159
+ default: import("../../../neon").NeonButtonSize;
1160
+ };
1161
+ color: {
1162
+ type: () => NeonFunctionalColor;
1163
+ default: NeonFunctionalColor;
1164
+ };
1165
+ inverse: {
1166
+ type: BooleanConstructor;
1167
+ default: boolean;
1168
+ };
1169
+ alternateColor: {
1170
+ type: () => NeonFunctionalColor;
1171
+ default: null;
1172
+ }; /**
1173
+ * A list of grouped options to render in the select.
1174
+ */
1175
+ icon: {
1176
+ type: StringConstructor;
1177
+ default: null;
1178
+ };
1179
+ iconPosition: {
1180
+ type: () => import("../../../neon").NeonHorizontalPosition;
1181
+ default: import("../../../neon").NeonHorizontalPosition;
1182
+ };
1183
+ buttonStyle: {
1184
+ type: () => import("../../../neon").NeonButtonStyle;
1185
+ default: import("../../../neon").NeonButtonStyle; /**
1186
+ * Allow multi-select.
1187
+ */
1188
+ }; /**
1189
+ * Allow multi-select.
1190
+ */
1191
+ state: {
1192
+ type: () => import("../../../neon").NeonState;
1193
+ default: import("../../../neon").NeonState;
1194
+ };
1195
+ disabled: {
1196
+ type: BooleanConstructor;
1197
+ default: boolean;
1198
+ };
1199
+ transparent: {
1200
+ type: BooleanConstructor;
1201
+ default: boolean;
1202
+ };
1203
+ outline: {
1204
+ type: BooleanConstructor;
1205
+ default: boolean;
1206
+ };
1207
+ circular: {
1208
+ type: BooleanConstructor;
1209
+ default: null;
1210
+ };
1211
+ fullWidth: {
1212
+ type: BooleanConstructor;
1213
+ default: null;
1214
+ };
1215
+ indicator: {
1216
+ type: BooleanConstructor;
1217
+ default: boolean;
1218
+ };
1219
+ indicatorExpanded: {
1220
+ type: BooleanConstructor;
1221
+ default: null;
1222
+ };
1223
+ }>, {
1224
+ iconName: import("vue").ComputedRef<string>;
1225
+ classes: import("vue").ComputedRef<(string | false | {
1226
+ [x: string]: boolean | "" | NeonFunctionalColor;
1227
+ 'neon-button--text-transparent': boolean;
1228
+ 'neon-button--disabled': boolean;
1229
+ 'neon-button--inverse': boolean;
1230
+ 'neon-button--circular': boolean;
1231
+ 'neon-button--no-outline': boolean;
1232
+ 'neon-button--full-width': boolean;
1233
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
1234
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
1235
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
1236
+ })[]>;
1237
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1238
+ attrs: {
1239
+ [x: string]: unknown;
1240
+ };
1241
+ sanitizedAttributes: import("vue").ComputedRef<{
1242
+ [x: string]: unknown;
1243
+ }>;
1244
+ clickLink: () => void | undefined;
1245
+ clickButton: () => void;
1246
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1247
+ href: {
1248
+ type: StringConstructor;
1249
+ default: null;
1250
+ };
1251
+ label: {
1252
+ type: StringConstructor;
1253
+ default: null;
1254
+ };
1255
+ size: {
1256
+ type: () => import("../../../neon").NeonButtonSize;
1257
+ default: import("../../../neon").NeonButtonSize;
1258
+ };
1259
+ color: {
1260
+ type: () => NeonFunctionalColor;
1261
+ default: NeonFunctionalColor;
1262
+ };
1263
+ inverse: {
1264
+ type: BooleanConstructor;
1265
+ default: boolean;
1266
+ };
1267
+ alternateColor: {
1268
+ type: () => NeonFunctionalColor;
1269
+ default: null;
1270
+ }; /**
1271
+ * A list of grouped options to render in the select.
1272
+ */
1273
+ icon: {
1274
+ type: StringConstructor;
1275
+ default: null;
1276
+ };
1277
+ iconPosition: {
1278
+ type: () => import("../../../neon").NeonHorizontalPosition;
1279
+ default: import("../../../neon").NeonHorizontalPosition;
1280
+ };
1281
+ buttonStyle: {
1282
+ type: () => import("../../../neon").NeonButtonStyle;
1283
+ default: import("../../../neon").NeonButtonStyle; /**
1284
+ * Allow multi-select.
1285
+ */
1286
+ }; /**
1287
+ * Allow multi-select.
1288
+ */
1289
+ state: {
1290
+ type: () => import("../../../neon").NeonState;
1291
+ default: import("../../../neon").NeonState;
1292
+ };
1293
+ disabled: {
1294
+ type: BooleanConstructor;
1295
+ default: boolean;
1296
+ };
1297
+ transparent: {
1298
+ type: BooleanConstructor;
1299
+ default: boolean;
1300
+ };
1301
+ outline: {
1302
+ type: BooleanConstructor;
1303
+ default: boolean;
1304
+ };
1305
+ circular: {
1306
+ type: BooleanConstructor;
1307
+ default: null;
1308
+ };
1309
+ fullWidth: {
1310
+ type: BooleanConstructor;
1311
+ default: null;
1312
+ };
1313
+ indicator: {
1314
+ type: BooleanConstructor;
1315
+ default: boolean;
1316
+ };
1317
+ indicatorExpanded: {
1318
+ type: BooleanConstructor;
1319
+ default: null;
1320
+ };
1321
+ }>> & Readonly<{
1322
+ onClick?: ((...args: any[]) => any) | undefined;
1323
+ }>, {
1324
+ outline: boolean;
1325
+ disabled: boolean;
1326
+ label: string;
1327
+ href: string;
1328
+ icon: string;
1329
+ size: import("../../../neon").NeonButtonSize;
1330
+ color: NeonFunctionalColor;
1331
+ inverse: boolean;
1332
+ circular: boolean;
1333
+ alternateColor: NeonFunctionalColor;
1334
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
1335
+ buttonStyle: import("../../../neon").NeonButtonStyle;
1336
+ state: import("../../../neon").NeonState;
1337
+ transparent: boolean;
1338
+ fullWidth: boolean;
1339
+ indicator: boolean;
1340
+ indicatorExpanded: boolean;
1341
+ }, {}, {
1342
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1343
+ expanded: {
1344
+ type: BooleanConstructor;
1345
+ default: boolean;
1346
+ };
1347
+ inverse: {
1348
+ type: BooleanConstructor;
1349
+ default: boolean;
1350
+ };
1351
+ disabled: {
1352
+ type: BooleanConstructor;
1353
+ default: boolean;
1354
+ };
1355
+ color: {
1356
+ type: () => NeonFunctionalColor;
1357
+ default: null;
1358
+ };
1359
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1360
+ expanded: {
1361
+ type: BooleanConstructor;
1362
+ default: boolean;
1363
+ };
1364
+ inverse: {
1365
+ type: BooleanConstructor;
1366
+ default: boolean;
1367
+ };
1368
+ disabled: {
1369
+ type: BooleanConstructor;
1370
+ default: boolean;
1371
+ };
1372
+ color: {
1373
+ type: () => NeonFunctionalColor;
1374
+ default: null;
1375
+ };
1376
+ }>> & Readonly<{}>, {
1377
+ disabled: boolean;
1378
+ expanded: boolean;
1379
+ color: NeonFunctionalColor;
1380
+ inverse: boolean;
1381
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1382
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1383
+ name: {
1384
+ type: StringConstructor;
1385
+ required: true;
1386
+ };
1387
+ color: {
1388
+ type: () => NeonFunctionalColor; /**
1389
+ * Optional placeholder icon.
1390
+ */
1391
+ default: null;
1392
+ };
1393
+ inverse: {
1394
+ type: BooleanConstructor;
1395
+ default: boolean;
1396
+ };
1397
+ disabled: {
1398
+ type: BooleanConstructor;
1399
+ default: boolean;
1400
+ };
1401
+ }>, {
1402
+ attrs: {
1403
+ [x: string]: unknown;
1404
+ };
1405
+ icon: import("vue").ComputedRef<string>;
1406
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1407
+ name: {
1408
+ type: StringConstructor;
1409
+ required: true;
1410
+ };
1411
+ color: {
1412
+ type: () => NeonFunctionalColor; /**
1413
+ * Optional placeholder icon.
1414
+ */
1415
+ default: null;
1416
+ };
1417
+ inverse: {
1418
+ type: BooleanConstructor;
1419
+ default: boolean;
1420
+ };
1421
+ disabled: {
1422
+ type: BooleanConstructor;
1423
+ default: boolean;
1424
+ };
1425
+ }>> & Readonly<{}>, {
1426
+ disabled: boolean;
1427
+ color: NeonFunctionalColor;
1428
+ inverse: boolean;
1429
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1430
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1431
+ href: {
1432
+ type: StringConstructor;
1433
+ default: null;
1434
+ };
1435
+ noStyle: {
1436
+ type: BooleanConstructor;
1437
+ default: boolean;
1438
+ };
1439
+ outlineStyle: {
1440
+ type: () => import("../../../neon").NeonOutlineStyle;
1441
+ default: import("../../../neon").NeonOutlineStyle;
1442
+ };
1443
+ externalIndicator: {
1444
+ type: BooleanConstructor;
1445
+ default: boolean;
1446
+ };
1447
+ }>, {
1448
+ routerUrl: import("vue").ComputedRef<string | undefined>;
1449
+ sanitizedAttributes: import("vue").ComputedRef<{
1450
+ [x: string]: unknown;
1451
+ }>;
1452
+ activeRoute: import("vue").ComputedRef<boolean | "">;
1453
+ exactRoute: import("vue").ComputedRef<boolean | "">;
1454
+ onClick: () => void;
1455
+ onSpace: () => Promise<void>;
1456
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1457
+ href: {
1458
+ type: StringConstructor;
1459
+ default: null;
1460
+ };
1461
+ noStyle: {
1462
+ type: BooleanConstructor;
1463
+ default: boolean;
1464
+ };
1465
+ outlineStyle: {
1466
+ type: () => import("../../../neon").NeonOutlineStyle;
1467
+ default: import("../../../neon").NeonOutlineStyle;
1468
+ };
1469
+ externalIndicator: {
1470
+ type: BooleanConstructor;
1471
+ default: boolean;
1472
+ };
1473
+ }>> & Readonly<{
1474
+ onClick?: ((...args: any[]) => any) | undefined;
1475
+ }>, {
1476
+ href: string;
1477
+ noStyle: boolean;
1478
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
1479
+ externalIndicator: boolean;
1480
+ }, {}, {
1481
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1482
+ name: {
1483
+ type: StringConstructor;
1484
+ required: true;
1485
+ };
1486
+ color: {
1487
+ type: () => NeonFunctionalColor; /**
1488
+ * Optional placeholder icon.
1489
+ */
1490
+ default: null;
1491
+ };
1492
+ inverse: {
1493
+ type: BooleanConstructor;
1494
+ default: boolean;
1495
+ };
1496
+ disabled: {
1497
+ type: BooleanConstructor;
1498
+ default: boolean;
1499
+ };
1500
+ }>, {
1501
+ attrs: {
1502
+ [x: string]: unknown;
1503
+ };
1504
+ icon: import("vue").ComputedRef<string>;
1505
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1506
+ name: {
1507
+ type: StringConstructor;
1508
+ required: true;
1509
+ };
1510
+ color: {
1511
+ type: () => NeonFunctionalColor; /**
1512
+ * Optional placeholder icon.
1513
+ */
1514
+ default: null;
1515
+ };
1516
+ inverse: {
1517
+ type: BooleanConstructor;
1518
+ default: boolean;
1519
+ };
1520
+ disabled: {
1521
+ type: BooleanConstructor;
1522
+ default: boolean;
1523
+ };
1524
+ }>> & Readonly<{}>, {
1525
+ disabled: boolean;
1526
+ color: NeonFunctionalColor;
1527
+ inverse: boolean;
1528
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1529
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1530
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1531
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1532
+ expanded: {
1533
+ type: BooleanConstructor;
1534
+ default: boolean;
1535
+ };
1536
+ inverse: {
1537
+ type: BooleanConstructor;
1538
+ default: boolean;
1539
+ };
1540
+ disabled: {
1541
+ type: BooleanConstructor;
1542
+ default: boolean;
1543
+ };
1544
+ color: {
1545
+ type: () => NeonFunctionalColor;
1546
+ default: null;
1547
+ };
1548
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1549
+ expanded: {
1550
+ type: BooleanConstructor;
1551
+ default: boolean;
1552
+ };
1553
+ inverse: {
1554
+ type: BooleanConstructor;
1555
+ default: boolean;
1556
+ };
1557
+ disabled: {
1558
+ type: BooleanConstructor;
1559
+ default: boolean;
1560
+ };
1561
+ color: {
1562
+ type: () => NeonFunctionalColor;
1563
+ default: null;
1564
+ };
1565
+ }>> & Readonly<{}>, {
1566
+ disabled: boolean;
1567
+ expanded: boolean;
1568
+ color: NeonFunctionalColor;
1569
+ inverse: boolean;
1570
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1571
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1572
+ P: {};
1573
+ B: {};
1574
+ D: {};
1575
+ C: {};
1576
+ M: {};
1577
+ Defaults: {};
1578
+ }, Readonly<import("vue").ExtractPropTypes<{
1579
+ id: {
1580
+ type: StringConstructor;
1581
+ };
1582
+ modelValue: {
1583
+ type: BooleanConstructor;
1584
+ required: true;
1585
+ };
1586
+ label: {
1587
+ type: StringConstructor;
1588
+ default: null;
1589
+ };
1590
+ image: {
1591
+ type: StringConstructor;
1592
+ default: null;
1593
+ };
1594
+ imageAlt: {
1595
+ type: StringConstructor;
1596
+ default: null;
1597
+ }; /**
1598
+ * Either a single string, indicating the key of the selected option or an array of selected keys in the case
1599
+ * multiple = true.
1600
+ */
1601
+ icon: {
1602
+ type: StringConstructor;
1603
+ default: null;
1604
+ };
1605
+ indicator: {
1606
+ type: BooleanConstructor;
1607
+ default: boolean;
1608
+ };
1609
+ disabled: {
1610
+ type: BooleanConstructor;
1611
+ default: boolean;
1612
+ };
1613
+ size: {
1614
+ type: () => NeonSize;
1615
+ default: NeonSize; /**
1616
+ * The size of the dropdown - Small, Medium or Large.
1617
+ */
1618
+ }; /**
1619
+ * The size of the dropdown - Small, Medium or Large.
1620
+ */
1621
+ color: {
1622
+ type: () => NeonFunctionalColor;
1623
+ default: NeonFunctionalColor;
1624
+ };
1625
+ alternateColor: {
1626
+ type: () => NeonFunctionalColor;
1627
+ default: null;
1628
+ };
1629
+ dropdownStyle: {
1630
+ type: () => import("../../../neon").NeonDropdownStyle;
1631
+ default: import("../../../neon").NeonDropdownStyle;
1632
+ };
1633
+ placement: {
1634
+ type: () => NeonDropdownPlacement;
1635
+ default: NeonDropdownPlacement;
1636
+ };
1637
+ placementContainer: {
1638
+ type: () => HTMLElement;
1639
+ default: null;
1640
+ };
1641
+ openOnHover: {
1642
+ type: BooleanConstructor;
1643
+ default: boolean;
1644
+ };
1645
+ }>> & Readonly<{
1646
+ onFocus?: ((...args: any[]) => any) | undefined;
1647
+ onBlur?: ((...args: any[]) => any) | undefined;
1648
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1649
+ "onDropdown-placement"?: ((...args: any[]) => any) | undefined;
1650
+ "onButton-ref"?: ((...args: any[]) => any) | undefined;
1651
+ }>, {
1652
+ dropdownButton: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1653
+ dropdownContent: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
1654
+ dropdownPlacement: import("vue").Ref<NeonDropdownPlacement, NeonDropdownPlacement>;
1655
+ closableUtils: import("vue").Ref<{
1656
+ open: () => void;
1657
+ destroy: () => void;
1658
+ escapeKeyListener: (event: KeyboardEvent) => void;
1659
+ close: () => void;
1660
+ } | null, import("../../../neon").NeonClosableUtils | {
1661
+ open: () => void;
1662
+ destroy: () => void;
1663
+ escapeKeyListener: (event: KeyboardEvent) => void;
1664
+ close: () => void;
1665
+ } | null>;
1666
+ onClose: () => void;
1667
+ close: () => void;
1668
+ toggleOpen: () => void;
1669
+ onBlur: () => void;
1670
+ onFocus: () => void;
1671
+ }, {}, {}, {}, {
1672
+ disabled: boolean;
1673
+ label: string;
1674
+ placement: NeonDropdownPlacement;
1675
+ icon: string;
1676
+ placementContainer: HTMLElement;
1677
+ size: NeonSize;
1678
+ color: NeonFunctionalColor;
1679
+ image: string;
1680
+ alternateColor: NeonFunctionalColor;
1681
+ imageAlt: string;
1682
+ indicator: boolean;
1683
+ dropdownStyle: import("../../../neon").NeonDropdownStyle;
1684
+ openOnHover: boolean;
1685
+ }> | null>;
106
1686
  open: import("vue").Ref<boolean, boolean>;
107
1687
  highlightedKey: import("vue").Ref<string | null, string | null>;
108
1688
  highlightedIndex: import("vue").Ref<number, number>;
@@ -238,7 +1818,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
238
1818
  imageAlt: {
239
1819
  type: StringConstructor;
240
1820
  default: null;
241
- };
1821
+ }; /**
1822
+ * Either a single string, indicating the key of the selected option or an array of selected keys in the case
1823
+ * multiple = true.
1824
+ */
242
1825
  icon: {
243
1826
  type: StringConstructor;
244
1827
  default: null;
@@ -253,15 +1836,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
253
1836
  };
254
1837
  size: {
255
1838
  type: () => NeonSize;
256
- default: NeonSize;
257
- };
1839
+ default: NeonSize; /**
1840
+ * The size of the dropdown - Small, Medium or Large.
1841
+ */
1842
+ }; /**
1843
+ * The size of the dropdown - Small, Medium or Large.
1844
+ */
258
1845
  color: {
259
1846
  type: () => NeonFunctionalColor;
260
1847
  default: NeonFunctionalColor;
261
1848
  };
262
- /**
263
- * The color of the select.
264
- */
265
1849
  alternateColor: {
266
1850
  type: () => NeonFunctionalColor;
267
1851
  default: null;
@@ -269,11 +1853,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
269
1853
  dropdownStyle: {
270
1854
  type: () => import("../../../neon").NeonDropdownStyle;
271
1855
  default: import("../../../neon").NeonDropdownStyle;
272
- }; /**
273
- * emitted when the user changes the selection.
274
- * @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
275
- * (multi-select).
276
- */
1856
+ };
277
1857
  placement: {
278
1858
  type: () => NeonDropdownPlacement;
279
1859
  default: NeonDropdownPlacement;
@@ -325,7 +1905,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
325
1905
  imageAlt: {
326
1906
  type: StringConstructor;
327
1907
  default: null;
328
- };
1908
+ }; /**
1909
+ * Either a single string, indicating the key of the selected option or an array of selected keys in the case
1910
+ * multiple = true.
1911
+ */
329
1912
  icon: {
330
1913
  type: StringConstructor;
331
1914
  default: null;
@@ -340,15 +1923,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
340
1923
  };
341
1924
  size: {
342
1925
  type: () => NeonSize;
343
- default: NeonSize;
344
- };
1926
+ default: NeonSize; /**
1927
+ * The size of the dropdown - Small, Medium or Large.
1928
+ */
1929
+ }; /**
1930
+ * The size of the dropdown - Small, Medium or Large.
1931
+ */
345
1932
  color: {
346
1933
  type: () => NeonFunctionalColor;
347
1934
  default: NeonFunctionalColor;
348
1935
  };
349
- /**
350
- * The color of the select.
351
- */
352
1936
  alternateColor: {
353
1937
  type: () => NeonFunctionalColor;
354
1938
  default: null;
@@ -356,11 +1940,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
356
1940
  dropdownStyle: {
357
1941
  type: () => import("../../../neon").NeonDropdownStyle;
358
1942
  default: import("../../../neon").NeonDropdownStyle;
359
- }; /**
360
- * emitted when the user changes the selection.
361
- * @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
362
- * (multi-select).
363
- */
1943
+ };
364
1944
  placement: {
365
1945
  type: () => NeonDropdownPlacement;
366
1946
  default: NeonDropdownPlacement;
@@ -539,9 +2119,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
539
2119
  inverse: boolean;
540
2120
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
541
2121
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
542
- /**
543
- * Display the placeholder as the first option in the select, this is useful as an alternative to a label.
544
- */
545
2122
  NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
546
2123
  href: {
547
2124
  type: StringConstructor;
@@ -565,10 +2142,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
565
2142
  };
566
2143
  alternateColor: {
567
2144
  type: () => NeonFunctionalColor;
568
- default: null; /**
569
- * A list of grouped options to render in the select.
570
- */
571
- };
2145
+ default: null;
2146
+ }; /**
2147
+ * A list of grouped options to render in the select.
2148
+ */
572
2149
  icon: {
573
2150
  type: StringConstructor;
574
2151
  default: null;
@@ -579,8 +2156,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
579
2156
  };
580
2157
  buttonStyle: {
581
2158
  type: () => import("../../../neon").NeonButtonStyle;
582
- default: import("../../../neon").NeonButtonStyle;
583
- };
2159
+ default: import("../../../neon").NeonButtonStyle; /**
2160
+ * Allow multi-select.
2161
+ */
2162
+ }; /**
2163
+ * Allow multi-select.
2164
+ */
584
2165
  state: {
585
2166
  type: () => import("../../../neon").NeonState;
586
2167
  default: import("../../../neon").NeonState;
@@ -659,10 +2240,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
659
2240
  };
660
2241
  alternateColor: {
661
2242
  type: () => NeonFunctionalColor;
662
- default: null; /**
663
- * A list of grouped options to render in the select.
664
- */
665
- };
2243
+ default: null;
2244
+ }; /**
2245
+ * A list of grouped options to render in the select.
2246
+ */
666
2247
  icon: {
667
2248
  type: StringConstructor;
668
2249
  default: null;
@@ -673,8 +2254,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
673
2254
  };
674
2255
  buttonStyle: {
675
2256
  type: () => import("../../../neon").NeonButtonStyle;
676
- default: import("../../../neon").NeonButtonStyle;
677
- };
2257
+ default: import("../../../neon").NeonButtonStyle; /**
2258
+ * Allow multi-select.
2259
+ */
2260
+ }; /**
2261
+ * Allow multi-select.
2262
+ */
678
2263
  state: {
679
2264
  type: () => import("../../../neon").NeonState;
680
2265
  default: import("../../../neon").NeonState;