@aotearoan/neon 28.0.3 → 28.1.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 (74) hide show
  1. package/dist/components/feedback/alert/NeonAlert.cjs.js +1 -1
  2. package/dist/components/feedback/alert/NeonAlert.cjs.js.map +1 -1
  3. package/dist/components/feedback/alert/NeonAlert.es.js +58 -45
  4. package/dist/components/feedback/alert/NeonAlert.es.js.map +1 -1
  5. package/dist/components/feedback/alert/NeonAlert.vue.cjs.js +1 -1
  6. package/dist/components/feedback/alert/NeonAlert.vue.cjs.js.map +1 -1
  7. package/dist/components/feedback/alert/NeonAlert.vue.es.js +23 -19
  8. package/dist/components/feedback/alert/NeonAlert.vue.es.js.map +1 -1
  9. package/dist/components/feedback/alert/container/NeonDialogContainer.cjs.js +2 -0
  10. package/dist/components/feedback/alert/container/NeonDialogContainer.cjs.js.map +1 -0
  11. package/dist/components/feedback/alert/container/NeonDialogContainer.cjs2.js +2 -0
  12. package/dist/components/feedback/alert/container/NeonDialogContainer.cjs2.js.map +1 -0
  13. package/dist/components/feedback/alert/container/NeonDialogContainer.es.js +25 -0
  14. package/dist/components/feedback/alert/container/NeonDialogContainer.es.js.map +1 -0
  15. package/dist/components/feedback/alert/container/NeonDialogContainer.es2.js +25 -0
  16. package/dist/components/feedback/alert/container/NeonDialogContainer.es2.js.map +1 -0
  17. package/dist/components/feedback/alert/container/NeonDialogContainer.vue.cjs.js +2 -0
  18. package/dist/components/feedback/alert/container/NeonDialogContainer.vue.cjs.js.map +1 -0
  19. package/dist/components/feedback/alert/container/NeonDialogContainer.vue.es.js +18 -0
  20. package/dist/components/feedback/alert/container/NeonDialogContainer.vue.es.js.map +1 -0
  21. package/dist/components/user-input/field/NeonField.cjs.js +1 -1
  22. package/dist/components/user-input/field/NeonField.cjs.js.map +1 -1
  23. package/dist/components/user-input/field/NeonField.es.js +1 -1
  24. package/dist/components/user-input/field/NeonField.es.js.map +1 -1
  25. package/dist/components/user-input/field/NeonField.vue.cjs.js +1 -1
  26. package/dist/components/user-input/field/NeonField.vue.cjs.js.map +1 -1
  27. package/dist/components/user-input/field/NeonField.vue.es.js +14 -13
  28. package/dist/components/user-input/field/NeonField.vue.es.js.map +1 -1
  29. package/dist/neon.cjs.js +1 -1
  30. package/dist/neon.es.js +217 -213
  31. package/dist/neon.es.js.map +1 -1
  32. package/dist/src/components/feedback/alert/NeonAlert.d.ts +1038 -0
  33. package/dist/src/components/feedback/alert/container/NeonDialogContainer.d.ts +1021 -0
  34. package/dist/src/components/feedback/alert/container/NeonDialogContainer.vue.d.ts +2 -0
  35. package/dist/src/components/feedback/banner/NeonBanner.d.ts +2 -2
  36. package/dist/src/components/feedback/dialog/NeonDialog.d.ts +6 -6
  37. package/dist/src/components/feedback/note/NeonNote.d.ts +1 -1
  38. package/dist/src/components/layout/card-list/NeonCardList.d.ts +2 -2
  39. package/dist/src/components/layout/drawer/NeonDrawer.d.ts +1 -1
  40. package/dist/src/components/layout/modal/NeonModal.d.ts +3 -3
  41. package/dist/src/components/layout/page/NeonPage.d.ts +1045 -2
  42. package/dist/src/components/layout/swiper/NeonSwiper.d.ts +1 -1
  43. package/dist/src/components/navigation/breadcrumbs/NeonBreadcrumbs.d.ts +1 -1
  44. package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +18 -18
  45. package/dist/src/components/navigation/menu/NeonMenu.d.ts +18 -18
  46. package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +18 -18
  47. package/dist/src/components/navigation/pagination/NeonPagination.d.ts +1 -1
  48. package/dist/src/components/presentation/badge/NeonBadge.d.ts +4 -4
  49. package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +6 -6
  50. package/dist/src/components/presentation/header/NeonHeader.d.ts +1 -1
  51. package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +1 -1
  52. package/dist/src/components/presentation/tabs/NeonTabs.d.ts +1 -1
  53. package/dist/src/components/user-input/button/NeonButton.d.ts +1 -1
  54. package/dist/src/components/user-input/color/NeonColor.d.ts +1 -1
  55. package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +8 -8
  56. package/dist/src/components/user-input/field/NeonField.d.ts +0 -2
  57. package/dist/src/components/user-input/file/NeonFile.d.ts +4 -4
  58. package/dist/src/components/user-input/input/NeonInput.d.ts +1 -1
  59. package/dist/src/components/user-input/number/NeonNumber.d.ts +2 -2
  60. package/dist/src/components/user-input/password/NeonPassword.d.ts +1 -1
  61. package/dist/src/components/user-input/search/NeonSearch.d.ts +21 -21
  62. package/dist/src/components/user-input/select/NeonSelect.d.ts +18 -18
  63. package/dist/src/model/feedback/dialog/NeonDialogMessage.d.ts +38 -0
  64. package/dist/src/neon.d.ts +3 -0
  65. package/dist/src/utils/feedback/dialog/NeonDialogService.d.ts +27 -0
  66. package/dist/utils/feedback/dialog/NeonDialogService.cjs.js +2 -0
  67. package/dist/utils/feedback/dialog/NeonDialogService.cjs.js.map +1 -0
  68. package/dist/utils/feedback/dialog/NeonDialogService.es.js +48 -0
  69. package/dist/utils/feedback/dialog/NeonDialogService.es.js.map +1 -0
  70. package/package.json +1 -1
  71. package/src/sass/components/_header.scss +1 -1
  72. package/src/sass/components/_input.scss +5 -1
  73. package/src/sass/includes/_dependencies.scss +8 -1
  74. package/src/sass/variables-global.scss +4 -9
@@ -0,0 +1,1021 @@
1
+ import type { NeonDialogMessage } from '@/model/feedback/dialog/NeonDialogMessage';
2
+ /**
3
+ * This is an internal component for rendering alerts.
4
+ */
5
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
+ modelValue: {
7
+ type: () => NeonDialogMessage;
8
+ };
9
+ }>, {
10
+ onButtonClick: (choice: boolean) => void;
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ modelValue: {
13
+ type: () => NeonDialogMessage;
14
+ };
15
+ }>> & Readonly<{}>, {}, {}, {
16
+ NeonDialog: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
17
+ color: {
18
+ type: () => import("../../../../neon").NeonFunctionalColor;
19
+ default: import("../../../../neon").NeonFunctionalColor;
20
+ };
21
+ alternateColor: {
22
+ type: () => import("../../../../neon").NeonFunctionalColor;
23
+ default: null;
24
+ };
25
+ cancelLabel: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ confirmLabel: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ };
33
+ title: {
34
+ type: StringConstructor;
35
+ required: true;
36
+ };
37
+ question: {
38
+ type: StringConstructor;
39
+ required: true;
40
+ };
41
+ open: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ opaque: {
46
+ type: BooleanConstructor;
47
+ default: boolean;
48
+ };
49
+ }>, {
50
+ actions: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
51
+ cancel: () => void;
52
+ confirm: () => void;
53
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "confirm")[], "cancel" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
54
+ color: {
55
+ type: () => import("../../../../neon").NeonFunctionalColor;
56
+ default: import("../../../../neon").NeonFunctionalColor;
57
+ };
58
+ alternateColor: {
59
+ type: () => import("../../../../neon").NeonFunctionalColor;
60
+ default: null;
61
+ };
62
+ cancelLabel: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ confirmLabel: {
67
+ type: StringConstructor;
68
+ default: string;
69
+ };
70
+ title: {
71
+ type: StringConstructor;
72
+ required: true;
73
+ };
74
+ question: {
75
+ type: StringConstructor;
76
+ required: true;
77
+ };
78
+ open: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ opaque: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ }>> & Readonly<{
87
+ onCancel?: ((...args: any[]) => any) | undefined;
88
+ onConfirm?: ((...args: any[]) => any) | undefined;
89
+ }>, {
90
+ color: import("../../../../neon").NeonFunctionalColor;
91
+ open: boolean;
92
+ alternateColor: import("../../../../neon").NeonFunctionalColor;
93
+ cancelLabel: string;
94
+ confirmLabel: string;
95
+ opaque: boolean;
96
+ }, {}, {
97
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
98
+ href: {
99
+ type: StringConstructor;
100
+ default: null;
101
+ };
102
+ label: {
103
+ type: StringConstructor;
104
+ default: null;
105
+ };
106
+ size: {
107
+ type: () => import("../../../../neon").NeonButtonSize;
108
+ default: import("../../../../neon").NeonButtonSize;
109
+ };
110
+ color: {
111
+ type: () => import("../../../../neon").NeonFunctionalColor;
112
+ default: import("../../../../neon").NeonFunctionalColor;
113
+ };
114
+ inverse: {
115
+ type: BooleanConstructor;
116
+ default: boolean;
117
+ };
118
+ alternateColor: {
119
+ type: () => import("../../../../neon").NeonFunctionalColor;
120
+ default: null;
121
+ };
122
+ icon: {
123
+ type: StringConstructor;
124
+ default: null;
125
+ };
126
+ iconAriaLabel: {
127
+ type: StringConstructor;
128
+ };
129
+ iconPosition: {
130
+ type: () => import("../../../../neon").NeonHorizontalPosition;
131
+ default: import("../../../../neon").NeonHorizontalPosition;
132
+ };
133
+ buttonStyle: {
134
+ type: () => import("../../../../neon").NeonButtonStyle;
135
+ default: import("../../../../neon").NeonButtonStyle;
136
+ };
137
+ buttonType: {
138
+ type: () => import("../../../../neon").NeonButtonType;
139
+ default: import("../../../../neon").NeonButtonType;
140
+ };
141
+ state: {
142
+ type: () => import("../../../../neon").NeonState;
143
+ default: import("../../../../neon").NeonState;
144
+ };
145
+ disabled: {
146
+ type: BooleanConstructor;
147
+ default: boolean;
148
+ };
149
+ transparent: {
150
+ type: BooleanConstructor;
151
+ default: boolean;
152
+ };
153
+ outline: {
154
+ type: BooleanConstructor;
155
+ default: boolean;
156
+ };
157
+ circular: {
158
+ type: BooleanConstructor;
159
+ default: null;
160
+ };
161
+ fullWidth: {
162
+ type: BooleanConstructor;
163
+ default: null;
164
+ };
165
+ indicator: {
166
+ type: BooleanConstructor;
167
+ default: boolean;
168
+ };
169
+ indicatorExpanded: {
170
+ type: BooleanConstructor;
171
+ default: null;
172
+ };
173
+ }>, {
174
+ iconName: import("vue").ComputedRef<string>;
175
+ classes: import("vue").ComputedRef<(string | false | {
176
+ [x: string]: boolean | "" | import("../../../../neon").NeonFunctionalColor;
177
+ 'neon-button--text-transparent': boolean;
178
+ 'neon-button--disabled': boolean;
179
+ 'neon-button--inverse': boolean;
180
+ 'neon-button--circular': boolean;
181
+ 'neon-button--no-outline': boolean;
182
+ 'neon-button--full-width': boolean;
183
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
184
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
185
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
186
+ })[]>;
187
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
188
+ attrs: {
189
+ [x: string]: unknown;
190
+ };
191
+ sanitizedAttributes: import("vue").ComputedRef<{
192
+ [x: string]: unknown;
193
+ }>;
194
+ clickLink: () => void | undefined;
195
+ clickButton: () => void;
196
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
197
+ href: {
198
+ type: StringConstructor;
199
+ default: null;
200
+ };
201
+ label: {
202
+ type: StringConstructor;
203
+ default: null;
204
+ };
205
+ size: {
206
+ type: () => import("../../../../neon").NeonButtonSize;
207
+ default: import("../../../../neon").NeonButtonSize;
208
+ };
209
+ color: {
210
+ type: () => import("../../../../neon").NeonFunctionalColor;
211
+ default: import("../../../../neon").NeonFunctionalColor;
212
+ };
213
+ inverse: {
214
+ type: BooleanConstructor;
215
+ default: boolean;
216
+ };
217
+ alternateColor: {
218
+ type: () => import("../../../../neon").NeonFunctionalColor;
219
+ default: null;
220
+ };
221
+ icon: {
222
+ type: StringConstructor;
223
+ default: null;
224
+ };
225
+ iconAriaLabel: {
226
+ type: StringConstructor;
227
+ };
228
+ iconPosition: {
229
+ type: () => import("../../../../neon").NeonHorizontalPosition;
230
+ default: import("../../../../neon").NeonHorizontalPosition;
231
+ };
232
+ buttonStyle: {
233
+ type: () => import("../../../../neon").NeonButtonStyle;
234
+ default: import("../../../../neon").NeonButtonStyle;
235
+ };
236
+ buttonType: {
237
+ type: () => import("../../../../neon").NeonButtonType;
238
+ default: import("../../../../neon").NeonButtonType;
239
+ };
240
+ state: {
241
+ type: () => import("../../../../neon").NeonState;
242
+ default: import("../../../../neon").NeonState;
243
+ };
244
+ disabled: {
245
+ type: BooleanConstructor;
246
+ default: boolean;
247
+ };
248
+ transparent: {
249
+ type: BooleanConstructor;
250
+ default: boolean;
251
+ };
252
+ outline: {
253
+ type: BooleanConstructor;
254
+ default: boolean;
255
+ };
256
+ circular: {
257
+ type: BooleanConstructor;
258
+ default: null;
259
+ };
260
+ fullWidth: {
261
+ type: BooleanConstructor;
262
+ default: null;
263
+ };
264
+ indicator: {
265
+ type: BooleanConstructor;
266
+ default: boolean;
267
+ };
268
+ indicatorExpanded: {
269
+ type: BooleanConstructor;
270
+ default: null;
271
+ };
272
+ }>> & Readonly<{
273
+ onClick?: ((...args: any[]) => any) | undefined;
274
+ }>, {
275
+ color: import("../../../../neon").NeonFunctionalColor;
276
+ icon: string;
277
+ label: string;
278
+ inverse: boolean;
279
+ disabled: boolean;
280
+ href: string;
281
+ size: import("../../../../neon").NeonButtonSize;
282
+ alternateColor: import("../../../../neon").NeonFunctionalColor;
283
+ outline: boolean;
284
+ iconPosition: import("../../../../neon").NeonHorizontalPosition;
285
+ buttonStyle: import("../../../../neon").NeonButtonStyle;
286
+ buttonType: import("../../../../neon").NeonButtonType;
287
+ state: import("../../../../neon").NeonState;
288
+ transparent: boolean;
289
+ circular: boolean;
290
+ fullWidth: boolean;
291
+ indicator: boolean;
292
+ indicatorExpanded: boolean;
293
+ }, {}, {
294
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
295
+ expanded: {
296
+ type: BooleanConstructor;
297
+ default: boolean;
298
+ };
299
+ inverse: {
300
+ type: BooleanConstructor;
301
+ default: boolean;
302
+ };
303
+ disabled: {
304
+ type: BooleanConstructor;
305
+ default: boolean;
306
+ };
307
+ color: {
308
+ type: () => import("../../../../neon").NeonFunctionalColor;
309
+ default: null;
310
+ };
311
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
312
+ expanded: {
313
+ type: BooleanConstructor;
314
+ default: boolean;
315
+ };
316
+ inverse: {
317
+ type: BooleanConstructor;
318
+ default: boolean;
319
+ };
320
+ disabled: {
321
+ type: BooleanConstructor;
322
+ default: boolean;
323
+ };
324
+ color: {
325
+ type: () => import("../../../../neon").NeonFunctionalColor;
326
+ default: null;
327
+ };
328
+ }>> & Readonly<{}>, {
329
+ color: import("../../../../neon").NeonFunctionalColor;
330
+ inverse: boolean;
331
+ disabled: boolean;
332
+ expanded: boolean;
333
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
334
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
335
+ name: {
336
+ type: StringConstructor;
337
+ required: true;
338
+ };
339
+ id: {
340
+ type: StringConstructor;
341
+ default: null;
342
+ };
343
+ color: {
344
+ type: () => import("../../../../neon").NeonFunctionalColor;
345
+ default: null;
346
+ };
347
+ inverse: {
348
+ type: BooleanConstructor;
349
+ default: boolean;
350
+ };
351
+ disabled: {
352
+ type: BooleanConstructor;
353
+ default: boolean;
354
+ };
355
+ }>, {
356
+ sanitizedAttributes: import("vue").ComputedRef<{
357
+ [x: string]: unknown;
358
+ }>;
359
+ icon: import("vue").ComputedRef<string | undefined>;
360
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
361
+ name: {
362
+ type: StringConstructor;
363
+ required: true;
364
+ };
365
+ id: {
366
+ type: StringConstructor;
367
+ default: null;
368
+ };
369
+ color: {
370
+ type: () => import("../../../../neon").NeonFunctionalColor;
371
+ default: null;
372
+ };
373
+ inverse: {
374
+ type: BooleanConstructor;
375
+ default: boolean;
376
+ };
377
+ disabled: {
378
+ type: BooleanConstructor;
379
+ default: boolean;
380
+ };
381
+ }>> & Readonly<{}>, {
382
+ color: import("../../../../neon").NeonFunctionalColor;
383
+ id: string;
384
+ inverse: boolean;
385
+ disabled: boolean;
386
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
387
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
388
+ href: {
389
+ type: StringConstructor;
390
+ default: null;
391
+ };
392
+ noStyle: {
393
+ type: BooleanConstructor;
394
+ default: boolean;
395
+ };
396
+ outlineStyle: {
397
+ type: () => import("../../../../neon").NeonOutlineStyle;
398
+ default: import("../../../../neon").NeonOutlineStyle;
399
+ };
400
+ externalIndicator: {
401
+ type: BooleanConstructor;
402
+ default: boolean;
403
+ };
404
+ }>, {
405
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
406
+ routerUrl: import("vue").ComputedRef<string | undefined>;
407
+ sanitizedAttributes: import("vue").ComputedRef<{
408
+ [x: string]: unknown;
409
+ }>;
410
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
411
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
412
+ onClick: () => void;
413
+ onSpace: () => Promise<void>;
414
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
415
+ href: {
416
+ type: StringConstructor;
417
+ default: null;
418
+ };
419
+ noStyle: {
420
+ type: BooleanConstructor;
421
+ default: boolean;
422
+ };
423
+ outlineStyle: {
424
+ type: () => import("../../../../neon").NeonOutlineStyle;
425
+ default: import("../../../../neon").NeonOutlineStyle;
426
+ };
427
+ externalIndicator: {
428
+ type: BooleanConstructor;
429
+ default: boolean;
430
+ };
431
+ }>> & Readonly<{
432
+ onClick?: ((...args: any[]) => any) | undefined;
433
+ }>, {
434
+ href: string;
435
+ noStyle: boolean;
436
+ outlineStyle: import("../../../../neon").NeonOutlineStyle;
437
+ externalIndicator: boolean;
438
+ }, {}, {
439
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
440
+ name: {
441
+ type: StringConstructor;
442
+ required: true;
443
+ };
444
+ id: {
445
+ type: StringConstructor;
446
+ default: null;
447
+ };
448
+ color: {
449
+ type: () => import("../../../../neon").NeonFunctionalColor;
450
+ default: null;
451
+ };
452
+ inverse: {
453
+ type: BooleanConstructor;
454
+ default: boolean;
455
+ };
456
+ disabled: {
457
+ type: BooleanConstructor;
458
+ default: boolean;
459
+ };
460
+ }>, {
461
+ sanitizedAttributes: import("vue").ComputedRef<{
462
+ [x: string]: unknown;
463
+ }>;
464
+ icon: import("vue").ComputedRef<string | undefined>;
465
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
466
+ name: {
467
+ type: StringConstructor;
468
+ required: true;
469
+ };
470
+ id: {
471
+ type: StringConstructor;
472
+ default: null;
473
+ };
474
+ color: {
475
+ type: () => import("../../../../neon").NeonFunctionalColor;
476
+ default: null;
477
+ };
478
+ inverse: {
479
+ type: BooleanConstructor;
480
+ default: boolean;
481
+ };
482
+ disabled: {
483
+ type: BooleanConstructor;
484
+ default: boolean;
485
+ };
486
+ }>> & Readonly<{}>, {
487
+ color: import("../../../../neon").NeonFunctionalColor;
488
+ id: string;
489
+ inverse: boolean;
490
+ disabled: boolean;
491
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
492
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
493
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
494
+ NeonCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
495
+ orientation: {
496
+ type: () => import("../../../../neon").NeonOrientation;
497
+ default: import("../../../../neon").NeonOrientation;
498
+ };
499
+ size: {
500
+ type: () => import("../../../../neon").NeonSize;
501
+ default: import("../../../../neon").NeonSize;
502
+ };
503
+ horizontalBorders: {
504
+ type: BooleanConstructor;
505
+ default: boolean;
506
+ };
507
+ horizontalBreakpoint: {
508
+ type: () => import("../../../../neon").NeonResponsive;
509
+ default: import("../../../../neon").NeonResponsive;
510
+ };
511
+ noBreak: {
512
+ type: BooleanConstructor;
513
+ default: boolean;
514
+ };
515
+ }>, {
516
+ attrs: {
517
+ [x: string]: unknown;
518
+ };
519
+ NeonOrientation: typeof import("../../../../neon").NeonOrientation;
520
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
521
+ orientation: {
522
+ type: () => import("../../../../neon").NeonOrientation;
523
+ default: import("../../../../neon").NeonOrientation;
524
+ };
525
+ size: {
526
+ type: () => import("../../../../neon").NeonSize;
527
+ default: import("../../../../neon").NeonSize;
528
+ };
529
+ horizontalBorders: {
530
+ type: BooleanConstructor;
531
+ default: boolean;
532
+ };
533
+ horizontalBreakpoint: {
534
+ type: () => import("../../../../neon").NeonResponsive;
535
+ default: import("../../../../neon").NeonResponsive;
536
+ };
537
+ noBreak: {
538
+ type: BooleanConstructor;
539
+ default: boolean;
540
+ };
541
+ }>> & Readonly<{}>, {
542
+ size: import("../../../../neon").NeonSize;
543
+ orientation: import("../../../../neon").NeonOrientation;
544
+ horizontalBorders: boolean;
545
+ horizontalBreakpoint: import("../../../../neon").NeonResponsive;
546
+ noBreak: boolean;
547
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
548
+ NeonCardBody: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
549
+ fullWidth: {
550
+ type: BooleanConstructor;
551
+ default: boolean;
552
+ };
553
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
554
+ fullWidth: {
555
+ type: BooleanConstructor;
556
+ default: boolean;
557
+ };
558
+ }>> & Readonly<{}>, {
559
+ fullWidth: boolean;
560
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
561
+ NeonModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
562
+ open: {
563
+ type: BooleanConstructor;
564
+ required: true;
565
+ };
566
+ dismissible: {
567
+ type: BooleanConstructor;
568
+ default: boolean;
569
+ };
570
+ opaque: {
571
+ type: BooleanConstructor;
572
+ default: boolean;
573
+ };
574
+ showTopNav: {
575
+ type: BooleanConstructor;
576
+ default: boolean;
577
+ };
578
+ breakpoint: {
579
+ type: () => import("../../../../neon").NeonResponsive;
580
+ default: import("../../../../neon").NeonResponsive;
581
+ };
582
+ noOffset: {
583
+ type: BooleanConstructor;
584
+ };
585
+ }>, {
586
+ modal: import("vue").Ref<null, null>;
587
+ close: () => void;
588
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
589
+ open: {
590
+ type: BooleanConstructor;
591
+ required: true;
592
+ };
593
+ dismissible: {
594
+ type: BooleanConstructor;
595
+ default: boolean;
596
+ };
597
+ opaque: {
598
+ type: BooleanConstructor;
599
+ default: boolean;
600
+ };
601
+ showTopNav: {
602
+ type: BooleanConstructor;
603
+ default: boolean;
604
+ };
605
+ breakpoint: {
606
+ type: () => import("../../../../neon").NeonResponsive;
607
+ default: import("../../../../neon").NeonResponsive;
608
+ };
609
+ noOffset: {
610
+ type: BooleanConstructor;
611
+ };
612
+ }>> & Readonly<{
613
+ onClose?: ((...args: any[]) => any) | undefined;
614
+ }>, {
615
+ opaque: boolean;
616
+ dismissible: boolean;
617
+ showTopNav: boolean;
618
+ breakpoint: import("../../../../neon").NeonResponsive;
619
+ noOffset: boolean;
620
+ }, {}, {
621
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
622
+ href: {
623
+ type: StringConstructor;
624
+ default: null;
625
+ };
626
+ label: {
627
+ type: StringConstructor;
628
+ default: null;
629
+ };
630
+ size: {
631
+ type: () => import("../../../../neon").NeonButtonSize;
632
+ default: import("../../../../neon").NeonButtonSize;
633
+ };
634
+ color: {
635
+ type: () => import("../../../../neon").NeonFunctionalColor;
636
+ default: import("../../../../neon").NeonFunctionalColor;
637
+ };
638
+ inverse: {
639
+ type: BooleanConstructor;
640
+ default: boolean;
641
+ };
642
+ alternateColor: {
643
+ type: () => import("../../../../neon").NeonFunctionalColor;
644
+ default: null;
645
+ };
646
+ icon: {
647
+ type: StringConstructor;
648
+ default: null;
649
+ };
650
+ iconAriaLabel: {
651
+ type: StringConstructor;
652
+ };
653
+ iconPosition: {
654
+ type: () => import("../../../../neon").NeonHorizontalPosition;
655
+ default: import("../../../../neon").NeonHorizontalPosition;
656
+ };
657
+ buttonStyle: {
658
+ type: () => import("../../../../neon").NeonButtonStyle;
659
+ default: import("../../../../neon").NeonButtonStyle;
660
+ };
661
+ buttonType: {
662
+ type: () => import("../../../../neon").NeonButtonType;
663
+ default: import("../../../../neon").NeonButtonType;
664
+ };
665
+ state: {
666
+ type: () => import("../../../../neon").NeonState;
667
+ default: import("../../../../neon").NeonState;
668
+ };
669
+ disabled: {
670
+ type: BooleanConstructor;
671
+ default: boolean;
672
+ };
673
+ transparent: {
674
+ type: BooleanConstructor;
675
+ default: boolean;
676
+ };
677
+ outline: {
678
+ type: BooleanConstructor;
679
+ default: boolean;
680
+ };
681
+ circular: {
682
+ type: BooleanConstructor;
683
+ default: null;
684
+ };
685
+ fullWidth: {
686
+ type: BooleanConstructor;
687
+ default: null;
688
+ };
689
+ indicator: {
690
+ type: BooleanConstructor;
691
+ default: boolean;
692
+ };
693
+ indicatorExpanded: {
694
+ type: BooleanConstructor;
695
+ default: null;
696
+ };
697
+ }>, {
698
+ iconName: import("vue").ComputedRef<string>;
699
+ classes: import("vue").ComputedRef<(string | false | {
700
+ [x: string]: boolean | "" | import("../../../../neon").NeonFunctionalColor;
701
+ 'neon-button--text-transparent': boolean;
702
+ 'neon-button--disabled': boolean;
703
+ 'neon-button--inverse': boolean;
704
+ 'neon-button--circular': boolean;
705
+ 'neon-button--no-outline': boolean;
706
+ 'neon-button--full-width': boolean;
707
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
708
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
709
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
710
+ })[]>;
711
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
712
+ attrs: {
713
+ [x: string]: unknown;
714
+ };
715
+ sanitizedAttributes: import("vue").ComputedRef<{
716
+ [x: string]: unknown;
717
+ }>;
718
+ clickLink: () => void | undefined;
719
+ clickButton: () => void;
720
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
721
+ href: {
722
+ type: StringConstructor;
723
+ default: null;
724
+ };
725
+ label: {
726
+ type: StringConstructor;
727
+ default: null;
728
+ };
729
+ size: {
730
+ type: () => import("../../../../neon").NeonButtonSize;
731
+ default: import("../../../../neon").NeonButtonSize;
732
+ };
733
+ color: {
734
+ type: () => import("../../../../neon").NeonFunctionalColor;
735
+ default: import("../../../../neon").NeonFunctionalColor;
736
+ };
737
+ inverse: {
738
+ type: BooleanConstructor;
739
+ default: boolean;
740
+ };
741
+ alternateColor: {
742
+ type: () => import("../../../../neon").NeonFunctionalColor;
743
+ default: null;
744
+ };
745
+ icon: {
746
+ type: StringConstructor;
747
+ default: null;
748
+ };
749
+ iconAriaLabel: {
750
+ type: StringConstructor;
751
+ };
752
+ iconPosition: {
753
+ type: () => import("../../../../neon").NeonHorizontalPosition;
754
+ default: import("../../../../neon").NeonHorizontalPosition;
755
+ };
756
+ buttonStyle: {
757
+ type: () => import("../../../../neon").NeonButtonStyle;
758
+ default: import("../../../../neon").NeonButtonStyle;
759
+ };
760
+ buttonType: {
761
+ type: () => import("../../../../neon").NeonButtonType;
762
+ default: import("../../../../neon").NeonButtonType;
763
+ };
764
+ state: {
765
+ type: () => import("../../../../neon").NeonState;
766
+ default: import("../../../../neon").NeonState;
767
+ };
768
+ disabled: {
769
+ type: BooleanConstructor;
770
+ default: boolean;
771
+ };
772
+ transparent: {
773
+ type: BooleanConstructor;
774
+ default: boolean;
775
+ };
776
+ outline: {
777
+ type: BooleanConstructor;
778
+ default: boolean;
779
+ };
780
+ circular: {
781
+ type: BooleanConstructor;
782
+ default: null;
783
+ };
784
+ fullWidth: {
785
+ type: BooleanConstructor;
786
+ default: null;
787
+ };
788
+ indicator: {
789
+ type: BooleanConstructor;
790
+ default: boolean;
791
+ };
792
+ indicatorExpanded: {
793
+ type: BooleanConstructor;
794
+ default: null;
795
+ };
796
+ }>> & Readonly<{
797
+ onClick?: ((...args: any[]) => any) | undefined;
798
+ }>, {
799
+ color: import("../../../../neon").NeonFunctionalColor;
800
+ icon: string;
801
+ label: string;
802
+ inverse: boolean;
803
+ disabled: boolean;
804
+ href: string;
805
+ size: import("../../../../neon").NeonButtonSize;
806
+ alternateColor: import("../../../../neon").NeonFunctionalColor;
807
+ outline: boolean;
808
+ iconPosition: import("../../../../neon").NeonHorizontalPosition;
809
+ buttonStyle: import("../../../../neon").NeonButtonStyle;
810
+ buttonType: import("../../../../neon").NeonButtonType;
811
+ state: import("../../../../neon").NeonState;
812
+ transparent: boolean;
813
+ circular: boolean;
814
+ fullWidth: boolean;
815
+ indicator: boolean;
816
+ indicatorExpanded: boolean;
817
+ }, {}, {
818
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
819
+ expanded: {
820
+ type: BooleanConstructor;
821
+ default: boolean;
822
+ };
823
+ inverse: {
824
+ type: BooleanConstructor;
825
+ default: boolean;
826
+ };
827
+ disabled: {
828
+ type: BooleanConstructor;
829
+ default: boolean;
830
+ };
831
+ color: {
832
+ type: () => import("../../../../neon").NeonFunctionalColor;
833
+ default: null;
834
+ };
835
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
836
+ expanded: {
837
+ type: BooleanConstructor;
838
+ default: boolean;
839
+ };
840
+ inverse: {
841
+ type: BooleanConstructor;
842
+ default: boolean;
843
+ };
844
+ disabled: {
845
+ type: BooleanConstructor;
846
+ default: boolean;
847
+ };
848
+ color: {
849
+ type: () => import("../../../../neon").NeonFunctionalColor;
850
+ default: null;
851
+ };
852
+ }>> & Readonly<{}>, {
853
+ color: import("../../../../neon").NeonFunctionalColor;
854
+ inverse: boolean;
855
+ disabled: boolean;
856
+ expanded: boolean;
857
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
858
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
859
+ name: {
860
+ type: StringConstructor;
861
+ required: true;
862
+ };
863
+ id: {
864
+ type: StringConstructor;
865
+ default: null;
866
+ };
867
+ color: {
868
+ type: () => import("../../../../neon").NeonFunctionalColor;
869
+ default: null;
870
+ };
871
+ inverse: {
872
+ type: BooleanConstructor;
873
+ default: boolean;
874
+ };
875
+ disabled: {
876
+ type: BooleanConstructor;
877
+ default: boolean;
878
+ };
879
+ }>, {
880
+ sanitizedAttributes: import("vue").ComputedRef<{
881
+ [x: string]: unknown;
882
+ }>;
883
+ icon: import("vue").ComputedRef<string | undefined>;
884
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
885
+ name: {
886
+ type: StringConstructor;
887
+ required: true;
888
+ };
889
+ id: {
890
+ type: StringConstructor;
891
+ default: null;
892
+ };
893
+ color: {
894
+ type: () => import("../../../../neon").NeonFunctionalColor;
895
+ default: null;
896
+ };
897
+ inverse: {
898
+ type: BooleanConstructor;
899
+ default: boolean;
900
+ };
901
+ disabled: {
902
+ type: BooleanConstructor;
903
+ default: boolean;
904
+ };
905
+ }>> & Readonly<{}>, {
906
+ color: import("../../../../neon").NeonFunctionalColor;
907
+ id: string;
908
+ inverse: boolean;
909
+ disabled: boolean;
910
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
911
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
912
+ href: {
913
+ type: StringConstructor;
914
+ default: null;
915
+ };
916
+ noStyle: {
917
+ type: BooleanConstructor;
918
+ default: boolean;
919
+ };
920
+ outlineStyle: {
921
+ type: () => import("../../../../neon").NeonOutlineStyle;
922
+ default: import("../../../../neon").NeonOutlineStyle;
923
+ };
924
+ externalIndicator: {
925
+ type: BooleanConstructor;
926
+ default: boolean;
927
+ };
928
+ }>, {
929
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
930
+ routerUrl: import("vue").ComputedRef<string | undefined>;
931
+ sanitizedAttributes: import("vue").ComputedRef<{
932
+ [x: string]: unknown;
933
+ }>;
934
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
935
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
936
+ onClick: () => void;
937
+ onSpace: () => Promise<void>;
938
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
939
+ href: {
940
+ type: StringConstructor;
941
+ default: null;
942
+ };
943
+ noStyle: {
944
+ type: BooleanConstructor;
945
+ default: boolean;
946
+ };
947
+ outlineStyle: {
948
+ type: () => import("../../../../neon").NeonOutlineStyle;
949
+ default: import("../../../../neon").NeonOutlineStyle;
950
+ };
951
+ externalIndicator: {
952
+ type: BooleanConstructor;
953
+ default: boolean;
954
+ };
955
+ }>> & Readonly<{
956
+ onClick?: ((...args: any[]) => any) | undefined;
957
+ }>, {
958
+ href: string;
959
+ noStyle: boolean;
960
+ outlineStyle: import("../../../../neon").NeonOutlineStyle;
961
+ externalIndicator: boolean;
962
+ }, {}, {
963
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
964
+ name: {
965
+ type: StringConstructor;
966
+ required: true;
967
+ };
968
+ id: {
969
+ type: StringConstructor;
970
+ default: null;
971
+ };
972
+ color: {
973
+ type: () => import("../../../../neon").NeonFunctionalColor;
974
+ default: null;
975
+ };
976
+ inverse: {
977
+ type: BooleanConstructor;
978
+ default: boolean;
979
+ };
980
+ disabled: {
981
+ type: BooleanConstructor;
982
+ default: boolean;
983
+ };
984
+ }>, {
985
+ sanitizedAttributes: import("vue").ComputedRef<{
986
+ [x: string]: unknown;
987
+ }>;
988
+ icon: import("vue").ComputedRef<string | undefined>;
989
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
990
+ name: {
991
+ type: StringConstructor;
992
+ required: true;
993
+ };
994
+ id: {
995
+ type: StringConstructor;
996
+ default: null;
997
+ };
998
+ color: {
999
+ type: () => import("../../../../neon").NeonFunctionalColor;
1000
+ default: null;
1001
+ };
1002
+ inverse: {
1003
+ type: BooleanConstructor;
1004
+ default: boolean;
1005
+ };
1006
+ disabled: {
1007
+ type: BooleanConstructor;
1008
+ default: boolean;
1009
+ };
1010
+ }>> & Readonly<{}>, {
1011
+ color: import("../../../../neon").NeonFunctionalColor;
1012
+ id: string;
1013
+ inverse: boolean;
1014
+ disabled: boolean;
1015
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1016
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1017
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1018
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1019
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1020
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1021
+ export default _default;