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