@aotearoan/neon 28.3.0 → 28.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) 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 +1 -1
  4. package/dist/components/feedback/alert/NeonAlert.es.js.map +1 -1
  5. package/dist/components/feedback/splash-loader/NeonSplashLoader.vue.cjs.js +1 -1
  6. package/dist/components/feedback/splash-loader/NeonSplashLoader.vue.cjs.js.map +1 -1
  7. package/dist/components/feedback/splash-loader/NeonSplashLoader.vue.es.js +15 -15
  8. package/dist/components/feedback/splash-loader/NeonSplashLoader.vue.es.js.map +1 -1
  9. package/dist/components/layout/card-list/NeonCardList.cjs.js +1 -1
  10. package/dist/components/layout/card-list/NeonCardList.cjs.js.map +1 -1
  11. package/dist/components/layout/card-list/NeonCardList.es.js +32 -26
  12. package/dist/components/layout/card-list/NeonCardList.es.js.map +1 -1
  13. package/dist/components/layout/card-list/NeonCardList.vue.cjs.js +1 -1
  14. package/dist/components/layout/card-list/NeonCardList.vue.cjs.js.map +1 -1
  15. package/dist/components/layout/card-list/NeonCardList.vue.es.js +57 -61
  16. package/dist/components/layout/card-list/NeonCardList.vue.es.js.map +1 -1
  17. package/dist/components/layout/list-layout/NeonListLayout.cjs.js +2 -0
  18. package/dist/components/layout/list-layout/NeonListLayout.cjs.js.map +1 -0
  19. package/dist/components/layout/list-layout/NeonListLayout.es.js +99 -0
  20. package/dist/components/layout/list-layout/NeonListLayout.es.js.map +1 -0
  21. package/dist/components/layout/list-layout/NeonListLayout.vue.cjs.js +2 -0
  22. package/dist/components/layout/list-layout/NeonListLayout.vue.cjs.js.map +1 -0
  23. package/dist/components/layout/list-layout/NeonListLayout.vue.es.js +58 -0
  24. package/dist/components/layout/list-layout/NeonListLayout.vue.es.js.map +1 -0
  25. package/dist/components/presentation/empty-state/NeonEmptyState.cjs.js +2 -0
  26. package/dist/components/presentation/empty-state/NeonEmptyState.cjs.js.map +1 -0
  27. package/dist/components/presentation/empty-state/NeonEmptyState.es.js +62 -0
  28. package/dist/components/presentation/empty-state/NeonEmptyState.es.js.map +1 -0
  29. package/dist/components/presentation/empty-state/NeonEmptyState.vue.cjs.js +2 -0
  30. package/dist/components/presentation/empty-state/NeonEmptyState.vue.cjs.js.map +1 -0
  31. package/dist/components/presentation/empty-state/NeonEmptyState.vue.es.js +54 -0
  32. package/dist/components/presentation/empty-state/NeonEmptyState.vue.es.js.map +1 -0
  33. package/dist/model/presentation/empty-state/NeonEmptyStateType.cjs.js +2 -0
  34. package/dist/model/presentation/empty-state/NeonEmptyStateType.cjs.js.map +1 -0
  35. package/dist/model/presentation/empty-state/NeonEmptyStateType.es.js +5 -0
  36. package/dist/model/presentation/empty-state/NeonEmptyStateType.es.js.map +1 -0
  37. package/dist/neon.cjs.js +1 -1
  38. package/dist/neon.es.js +229 -223
  39. package/dist/neon.es.js.map +1 -1
  40. package/dist/src/components/layout/card-list/NeonCardList.d.ts +128 -7
  41. package/dist/src/components/layout/drawer/NeonDrawer.d.ts +1 -1
  42. package/dist/src/components/layout/list-layout/NeonListLayout.d.ts +2764 -0
  43. package/dist/src/components/layout/list-layout/NeonListLayout.vue.d.ts +2 -0
  44. package/dist/src/components/presentation/empty-state/NeonEmptyState.d.ts +613 -0
  45. package/dist/src/components/presentation/empty-state/NeonEmptyState.vue.d.ts +2 -0
  46. package/dist/src/model/presentation/empty-state/NeonEmptyStateType.d.ts +9 -0
  47. package/dist/src/model/user-input/button/NeonButtonModel.d.ts +19 -0
  48. package/dist/src/neon.d.ts +4 -0
  49. package/package.json +1 -1
  50. package/src/sass/components/_card-list.scss +19 -0
  51. package/src/sass/components/_empty-state.scss +47 -0
  52. package/src/sass/components/_header.scss +2 -0
  53. package/src/sass/components/_list-layout.scss +37 -0
  54. package/src/sass/components/_page-container.scss +1 -0
  55. package/src/sass/components/components.scss +2 -0
  56. package/src/sass/core/_transitions.scss +15 -0
  57. package/src/sass/global/base-html.scss +0 -4
  58. package/src/sass/includes/_dependencies.scss +2 -0
  59. package/src/sass/theme.scss +8 -0
  60. package/src/sass/variables-global.scss +7 -0
  61. package/dist/components/feedback/alert/container/NeonDialogContainer.cjs2.js +0 -2
  62. package/dist/components/feedback/alert/container/NeonDialogContainer.cjs2.js.map +0 -1
  63. package/dist/components/feedback/alert/container/NeonDialogContainer.es2.js +0 -25
  64. package/dist/components/feedback/alert/container/NeonDialogContainer.es2.js.map +0 -1
@@ -0,0 +1,2764 @@
1
+ import type { NeonBreadcrumbLink } from '@/model/navigation/breadcrumbs/NeonBreadcrumbLink';
2
+ import { NeonFunctionalColor } from '@/model/common/color/NeonFunctionalColor';
3
+ import type { NeonLoadOnDemandModel } from '@/model/layout/card-list/NeonLoadOnDemandModel';
4
+ import type { NeonPaginationModel } from '@/model/navigation/pagination/NeonPaginationModel';
5
+ import type { NeonCardListModel } from '@/model/layout/card-list/NeonCardListModel';
6
+ import type { NeonIdentifiable } from '@/model/common/entity/NeonIdentifiable';
7
+ import type { NeonSelectable } from '@/model/common/entity/NeonSelectable';
8
+ /**
9
+ * A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
10
+ * state. Use this component directly inside the NeonPage <em>contents</em> slot.
11
+ */
12
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
+ /**
14
+ * The title of the header.
15
+ */
16
+ title: {
17
+ type: StringConstructor;
18
+ required: true;
19
+ };
20
+ /**
21
+ * The subtitle of the header.
22
+ */
23
+ subtitle: {
24
+ type: StringConstructor;
25
+ };
26
+ /**
27
+ * Breadcrumbs to display above the header.
28
+ */
29
+ breadcrumbs: {
30
+ type: () => NeonBreadcrumbLink[];
31
+ default: () => never[];
32
+ };
33
+ /**
34
+ * Whether to display a back button
35
+ */
36
+ backButton: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ /**
41
+ * Override the label for the back button
42
+ */
43
+ backLabel: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ /**
48
+ * Items to display as cards. Each item should be a NeonCardListModel.
49
+ */
50
+ items: {
51
+ type: () => Array<NeonCardListModel<NeonIdentifiable | (NeonIdentifiable & NeonSelectable)>>;
52
+ required: true;
53
+ };
54
+ /**
55
+ * Loading state for pagination, set when loading a new page.
56
+ */
57
+ loading: {
58
+ type: BooleanConstructor;
59
+ };
60
+ /**
61
+ * Specify a selection/loading/hover color for the cards.
62
+ */
63
+ color: {
64
+ type: () => NeonFunctionalColor;
65
+ default: () => NeonFunctionalColor;
66
+ };
67
+ /**
68
+ * Make cards selectable.
69
+ */
70
+ selectable: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ /**
75
+ * Model for configuring the on demand loading layout.
76
+ */
77
+ loadOnDemand: {
78
+ type: () => NeonLoadOnDemandModel;
79
+ };
80
+ /**
81
+ * Model for configuring pagination, either pagination or loadOnDemand should be provided.
82
+ */
83
+ pagination: {
84
+ type: () => NeonPaginationModel;
85
+ };
86
+ }>, {
87
+ initializing: import("vue").Ref<boolean, boolean>;
88
+ slots: Readonly<{
89
+ [name: string]: import("vue").Slot<any> | undefined;
90
+ }>;
91
+ showMore: () => void;
92
+ toggleSelected: (id: string, selected: boolean) => void;
93
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("show-more" | "toggle-selected")[], "show-more" | "toggle-selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
94
+ /**
95
+ * The title of the header.
96
+ */
97
+ title: {
98
+ type: StringConstructor;
99
+ required: true;
100
+ };
101
+ /**
102
+ * The subtitle of the header.
103
+ */
104
+ subtitle: {
105
+ type: StringConstructor;
106
+ };
107
+ /**
108
+ * Breadcrumbs to display above the header.
109
+ */
110
+ breadcrumbs: {
111
+ type: () => NeonBreadcrumbLink[];
112
+ default: () => never[];
113
+ };
114
+ /**
115
+ * Whether to display a back button
116
+ */
117
+ backButton: {
118
+ type: BooleanConstructor;
119
+ default: boolean;
120
+ };
121
+ /**
122
+ * Override the label for the back button
123
+ */
124
+ backLabel: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ /**
129
+ * Items to display as cards. Each item should be a NeonCardListModel.
130
+ */
131
+ items: {
132
+ type: () => Array<NeonCardListModel<NeonIdentifiable | (NeonIdentifiable & NeonSelectable)>>;
133
+ required: true;
134
+ };
135
+ /**
136
+ * Loading state for pagination, set when loading a new page.
137
+ */
138
+ loading: {
139
+ type: BooleanConstructor;
140
+ };
141
+ /**
142
+ * Specify a selection/loading/hover color for the cards.
143
+ */
144
+ color: {
145
+ type: () => NeonFunctionalColor;
146
+ default: () => NeonFunctionalColor;
147
+ };
148
+ /**
149
+ * Make cards selectable.
150
+ */
151
+ selectable: {
152
+ type: BooleanConstructor;
153
+ default: boolean;
154
+ };
155
+ /**
156
+ * Model for configuring the on demand loading layout.
157
+ */
158
+ loadOnDemand: {
159
+ type: () => NeonLoadOnDemandModel;
160
+ };
161
+ /**
162
+ * Model for configuring pagination, either pagination or loadOnDemand should be provided.
163
+ */
164
+ pagination: {
165
+ type: () => NeonPaginationModel;
166
+ };
167
+ }>> & Readonly<{
168
+ "onShow-more"?: ((...args: any[]) => any) | undefined;
169
+ "onToggle-selected"?: ((...args: any[]) => any) | undefined;
170
+ }>, {
171
+ color: NeonFunctionalColor;
172
+ breadcrumbs: NeonBreadcrumbLink[];
173
+ loading: boolean;
174
+ backButton: boolean;
175
+ backLabel: string;
176
+ selectable: boolean;
177
+ }, {}, {
178
+ NeonSplashLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
179
+ color: {
180
+ type: () => NeonFunctionalColor;
181
+ default: NeonFunctionalColor;
182
+ };
183
+ size: {
184
+ type: () => import("../../../neon").NeonSplashLoaderSize;
185
+ default: import("../../../neon").NeonSplashLoaderSize;
186
+ };
187
+ overlay: {
188
+ type: BooleanConstructor;
189
+ default: boolean;
190
+ };
191
+ fullscreen: {
192
+ type: BooleanConstructor;
193
+ default: boolean;
194
+ };
195
+ }>, {
196
+ ready: import("vue").Ref<boolean, boolean>;
197
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
198
+ color: {
199
+ type: () => NeonFunctionalColor;
200
+ default: NeonFunctionalColor;
201
+ };
202
+ size: {
203
+ type: () => import("../../../neon").NeonSplashLoaderSize;
204
+ default: import("../../../neon").NeonSplashLoaderSize;
205
+ };
206
+ overlay: {
207
+ type: BooleanConstructor;
208
+ default: boolean;
209
+ };
210
+ fullscreen: {
211
+ type: BooleanConstructor;
212
+ default: boolean;
213
+ };
214
+ }>> & Readonly<{}>, {
215
+ color: NeonFunctionalColor;
216
+ size: import("../../../neon").NeonSplashLoaderSize;
217
+ overlay: boolean;
218
+ fullscreen: boolean;
219
+ }, {}, {
220
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
221
+ name: {
222
+ type: StringConstructor;
223
+ required: true;
224
+ }; /**
225
+ * Breadcrumbs to display above the header.
226
+ */
227
+ id: {
228
+ type: StringConstructor;
229
+ default: null;
230
+ };
231
+ color: {
232
+ type: () => NeonFunctionalColor;
233
+ default: null;
234
+ };
235
+ inverse: {
236
+ type: BooleanConstructor;
237
+ default: boolean;
238
+ };
239
+ disabled: {
240
+ type: BooleanConstructor;
241
+ default: boolean;
242
+ };
243
+ }>, {
244
+ sanitizedAttributes: import("vue").ComputedRef<{
245
+ [x: string]: unknown;
246
+ }>; /**
247
+ * Emitted when in selectable mode and the selected state of a card is toggled.
248
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
249
+ */
250
+ icon: import("vue").ComputedRef<string | undefined>;
251
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
252
+ name: {
253
+ type: StringConstructor;
254
+ required: true;
255
+ }; /**
256
+ * Breadcrumbs to display above the header.
257
+ */
258
+ id: {
259
+ type: StringConstructor;
260
+ default: null;
261
+ };
262
+ color: {
263
+ type: () => NeonFunctionalColor;
264
+ default: null;
265
+ };
266
+ inverse: {
267
+ type: BooleanConstructor;
268
+ default: boolean;
269
+ };
270
+ disabled: {
271
+ type: BooleanConstructor;
272
+ default: boolean;
273
+ };
274
+ }>> & Readonly<{}>, {
275
+ color: NeonFunctionalColor;
276
+ id: string;
277
+ inverse: boolean;
278
+ disabled: boolean;
279
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
280
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
281
+ NeonEmptyState: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
282
+ image: {
283
+ type: StringConstructor;
284
+ };
285
+ type: {
286
+ type: () => import("../../../neon").NeonEmptyStateType;
287
+ default: () => import("../../../neon").NeonEmptyStateType;
288
+ };
289
+ imageColor: {
290
+ type: () => NeonFunctionalColor;
291
+ default: () => NeonFunctionalColor;
292
+ };
293
+ title: {
294
+ type: StringConstructor;
295
+ required: true;
296
+ };
297
+ /**
298
+ * Whether to display a back button
299
+ */
300
+ subtitle: {
301
+ type: StringConstructor;
302
+ };
303
+ ctas: {
304
+ type: () => import("../../../neon").NeonButtonModel[];
305
+ default: () => never[];
306
+ };
307
+ }>, {
308
+ emit: (event: "cta-click", ...args: any[]) => void;
309
+ NeonButtonStyle: typeof import("../../../neon").NeonButtonStyle;
310
+ NeonFunctionalColor: typeof NeonFunctionalColor;
311
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cta-click"[], "cta-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
312
+ image: {
313
+ type: StringConstructor;
314
+ };
315
+ type: {
316
+ type: () => import("../../../neon").NeonEmptyStateType;
317
+ default: () => import("../../../neon").NeonEmptyStateType;
318
+ };
319
+ imageColor: {
320
+ type: () => NeonFunctionalColor;
321
+ default: () => NeonFunctionalColor;
322
+ };
323
+ title: {
324
+ type: StringConstructor;
325
+ required: true;
326
+ };
327
+ /**
328
+ * Whether to display a back button
329
+ */
330
+ subtitle: {
331
+ type: StringConstructor;
332
+ };
333
+ ctas: {
334
+ type: () => import("../../../neon").NeonButtonModel[];
335
+ default: () => never[];
336
+ };
337
+ }>> & Readonly<{
338
+ "onCta-click"?: ((...args: any[]) => any) | undefined;
339
+ }>, {
340
+ type: import("../../../neon").NeonEmptyStateType;
341
+ imageColor: NeonFunctionalColor;
342
+ ctas: import("../../../neon").NeonButtonModel[];
343
+ }, {}, {
344
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
345
+ href: {
346
+ type: StringConstructor;
347
+ default: null;
348
+ };
349
+ label: {
350
+ type: StringConstructor;
351
+ default: null;
352
+ };
353
+ size: {
354
+ type: () => import("../../../neon").NeonButtonSize;
355
+ default: import("../../../neon").NeonButtonSize; /**
356
+ * The subtitle of the header.
357
+ */
358
+ }; /**
359
+ * The subtitle of the header.
360
+ */
361
+ color: {
362
+ type: () => NeonFunctionalColor;
363
+ default: NeonFunctionalColor;
364
+ };
365
+ inverse: {
366
+ type: BooleanConstructor;
367
+ default: boolean;
368
+ };
369
+ alternateColor: {
370
+ type: () => NeonFunctionalColor;
371
+ default: null;
372
+ };
373
+ icon: {
374
+ type: StringConstructor;
375
+ default: null;
376
+ };
377
+ iconAriaLabel: {
378
+ type: StringConstructor;
379
+ };
380
+ iconPosition: {
381
+ type: () => import("../../../neon").NeonHorizontalPosition;
382
+ default: import("../../../neon").NeonHorizontalPosition;
383
+ };
384
+ buttonStyle: {
385
+ type: () => import("../../../neon").NeonButtonStyle;
386
+ default: import("../../../neon").NeonButtonStyle;
387
+ };
388
+ buttonType: {
389
+ type: () => import("../../../neon").NeonButtonType;
390
+ default: import("../../../neon").NeonButtonType;
391
+ };
392
+ state: {
393
+ type: () => import("../../../neon").NeonState;
394
+ default: import("../../../neon").NeonState;
395
+ };
396
+ disabled: {
397
+ type: BooleanConstructor;
398
+ default: boolean;
399
+ };
400
+ transparent: {
401
+ type: BooleanConstructor;
402
+ default: boolean;
403
+ };
404
+ outline: {
405
+ type: BooleanConstructor;
406
+ default: boolean;
407
+ };
408
+ circular: {
409
+ type: BooleanConstructor;
410
+ default: null;
411
+ };
412
+ fullWidth: {
413
+ type: BooleanConstructor;
414
+ default: null;
415
+ };
416
+ indicator: {
417
+ type: BooleanConstructor;
418
+ default: boolean;
419
+ };
420
+ indicatorExpanded: {
421
+ type: BooleanConstructor;
422
+ default: null;
423
+ };
424
+ }>, {
425
+ iconName: import("vue").ComputedRef<string>;
426
+ classes: import("vue").ComputedRef<(string | false | {
427
+ [x: string]: boolean | "" | NeonFunctionalColor;
428
+ 'neon-button--text-transparent': boolean;
429
+ 'neon-button--disabled': boolean;
430
+ 'neon-button--inverse': boolean;
431
+ 'neon-button--circular': boolean;
432
+ 'neon-button--no-outline': boolean;
433
+ 'neon-button--full-width': boolean;
434
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
435
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
436
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
437
+ })[]>;
438
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
439
+ attrs: {
440
+ [x: string]: unknown;
441
+ };
442
+ sanitizedAttributes: import("vue").ComputedRef<{
443
+ [x: string]: unknown;
444
+ }>;
445
+ clickLink: () => void | undefined;
446
+ clickButton: () => void;
447
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
448
+ href: {
449
+ type: StringConstructor;
450
+ default: null;
451
+ };
452
+ label: {
453
+ type: StringConstructor;
454
+ default: null;
455
+ };
456
+ size: {
457
+ type: () => import("../../../neon").NeonButtonSize;
458
+ default: import("../../../neon").NeonButtonSize; /**
459
+ * The subtitle of the header.
460
+ */
461
+ }; /**
462
+ * The subtitle of the header.
463
+ */
464
+ color: {
465
+ type: () => NeonFunctionalColor;
466
+ default: NeonFunctionalColor;
467
+ };
468
+ inverse: {
469
+ type: BooleanConstructor;
470
+ default: boolean;
471
+ };
472
+ alternateColor: {
473
+ type: () => NeonFunctionalColor;
474
+ default: null;
475
+ };
476
+ icon: {
477
+ type: StringConstructor;
478
+ default: null;
479
+ };
480
+ iconAriaLabel: {
481
+ type: StringConstructor;
482
+ };
483
+ iconPosition: {
484
+ type: () => import("../../../neon").NeonHorizontalPosition;
485
+ default: import("../../../neon").NeonHorizontalPosition;
486
+ };
487
+ buttonStyle: {
488
+ type: () => import("../../../neon").NeonButtonStyle;
489
+ default: import("../../../neon").NeonButtonStyle;
490
+ };
491
+ buttonType: {
492
+ type: () => import("../../../neon").NeonButtonType;
493
+ default: import("../../../neon").NeonButtonType;
494
+ };
495
+ state: {
496
+ type: () => import("../../../neon").NeonState;
497
+ default: import("../../../neon").NeonState;
498
+ };
499
+ disabled: {
500
+ type: BooleanConstructor;
501
+ default: boolean;
502
+ };
503
+ transparent: {
504
+ type: BooleanConstructor;
505
+ default: boolean;
506
+ };
507
+ outline: {
508
+ type: BooleanConstructor;
509
+ default: boolean;
510
+ };
511
+ circular: {
512
+ type: BooleanConstructor;
513
+ default: null;
514
+ };
515
+ fullWidth: {
516
+ type: BooleanConstructor;
517
+ default: null;
518
+ };
519
+ indicator: {
520
+ type: BooleanConstructor;
521
+ default: boolean;
522
+ };
523
+ indicatorExpanded: {
524
+ type: BooleanConstructor;
525
+ default: null;
526
+ };
527
+ }>> & Readonly<{
528
+ onClick?: ((...args: any[]) => any) | undefined;
529
+ }>, {
530
+ color: NeonFunctionalColor;
531
+ icon: string;
532
+ label: string;
533
+ inverse: boolean;
534
+ disabled: boolean;
535
+ href: string;
536
+ size: import("../../../neon").NeonButtonSize;
537
+ alternateColor: NeonFunctionalColor;
538
+ outline: boolean;
539
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
540
+ buttonStyle: import("../../../neon").NeonButtonStyle;
541
+ buttonType: import("../../../neon").NeonButtonType;
542
+ state: import("../../../neon").NeonState;
543
+ transparent: boolean;
544
+ circular: boolean;
545
+ fullWidth: boolean;
546
+ indicator: boolean;
547
+ indicatorExpanded: boolean;
548
+ }, {}, {
549
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
550
+ expanded: {
551
+ type: BooleanConstructor;
552
+ default: boolean;
553
+ };
554
+ inverse: {
555
+ type: BooleanConstructor;
556
+ default: boolean;
557
+ };
558
+ disabled: {
559
+ type: BooleanConstructor;
560
+ default: boolean;
561
+ };
562
+ color: {
563
+ type: () => NeonFunctionalColor;
564
+ default: null;
565
+ };
566
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
567
+ expanded: {
568
+ type: BooleanConstructor;
569
+ default: boolean;
570
+ };
571
+ inverse: {
572
+ type: BooleanConstructor;
573
+ default: boolean;
574
+ };
575
+ disabled: {
576
+ type: BooleanConstructor;
577
+ default: boolean;
578
+ };
579
+ color: {
580
+ type: () => NeonFunctionalColor;
581
+ default: null;
582
+ };
583
+ }>> & Readonly<{}>, {
584
+ color: NeonFunctionalColor;
585
+ inverse: boolean;
586
+ disabled: boolean;
587
+ expanded: boolean;
588
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
589
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
590
+ name: {
591
+ type: StringConstructor;
592
+ required: true;
593
+ }; /**
594
+ * Breadcrumbs to display above the header.
595
+ */
596
+ id: {
597
+ type: StringConstructor;
598
+ default: null;
599
+ };
600
+ color: {
601
+ type: () => NeonFunctionalColor;
602
+ default: null;
603
+ };
604
+ inverse: {
605
+ type: BooleanConstructor;
606
+ default: boolean;
607
+ };
608
+ disabled: {
609
+ type: BooleanConstructor;
610
+ default: boolean;
611
+ };
612
+ }>, {
613
+ sanitizedAttributes: import("vue").ComputedRef<{
614
+ [x: string]: unknown;
615
+ }>; /**
616
+ * Emitted when in selectable mode and the selected state of a card is toggled.
617
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
618
+ */
619
+ icon: import("vue").ComputedRef<string | undefined>;
620
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
621
+ name: {
622
+ type: StringConstructor;
623
+ required: true;
624
+ }; /**
625
+ * Breadcrumbs to display above the header.
626
+ */
627
+ id: {
628
+ type: StringConstructor;
629
+ default: null;
630
+ };
631
+ color: {
632
+ type: () => NeonFunctionalColor;
633
+ default: null;
634
+ };
635
+ inverse: {
636
+ type: BooleanConstructor;
637
+ default: boolean;
638
+ };
639
+ disabled: {
640
+ type: BooleanConstructor;
641
+ default: boolean;
642
+ };
643
+ }>> & Readonly<{}>, {
644
+ color: NeonFunctionalColor;
645
+ id: string;
646
+ inverse: boolean;
647
+ disabled: boolean;
648
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
649
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
650
+ href: {
651
+ type: StringConstructor;
652
+ default: null;
653
+ };
654
+ noStyle: {
655
+ type: BooleanConstructor;
656
+ default: boolean;
657
+ };
658
+ outlineStyle: {
659
+ type: () => import("../../../neon").NeonOutlineStyle;
660
+ default: import("../../../neon").NeonOutlineStyle;
661
+ };
662
+ externalIndicator: {
663
+ type: BooleanConstructor;
664
+ default: boolean;
665
+ };
666
+ }>, {
667
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
668
+ routerUrl: import("vue").ComputedRef<string | undefined>;
669
+ sanitizedAttributes: import("vue").ComputedRef<{
670
+ [x: string]: unknown;
671
+ }>;
672
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
673
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
674
+ onClick: () => void;
675
+ onSpace: () => Promise<void>;
676
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
677
+ href: {
678
+ type: StringConstructor;
679
+ default: null;
680
+ };
681
+ noStyle: {
682
+ type: BooleanConstructor;
683
+ default: boolean;
684
+ };
685
+ outlineStyle: {
686
+ type: () => import("../../../neon").NeonOutlineStyle;
687
+ default: import("../../../neon").NeonOutlineStyle;
688
+ };
689
+ externalIndicator: {
690
+ type: BooleanConstructor;
691
+ default: boolean;
692
+ };
693
+ }>> & Readonly<{
694
+ onClick?: ((...args: any[]) => any) | undefined;
695
+ }>, {
696
+ href: string;
697
+ noStyle: boolean;
698
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
699
+ externalIndicator: boolean;
700
+ }, {}, {
701
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
702
+ name: {
703
+ type: StringConstructor;
704
+ required: true;
705
+ }; /**
706
+ * Breadcrumbs to display above the header.
707
+ */
708
+ id: {
709
+ type: StringConstructor;
710
+ default: null;
711
+ };
712
+ color: {
713
+ type: () => NeonFunctionalColor;
714
+ default: null;
715
+ };
716
+ inverse: {
717
+ type: BooleanConstructor;
718
+ default: boolean;
719
+ };
720
+ disabled: {
721
+ type: BooleanConstructor;
722
+ default: boolean;
723
+ };
724
+ }>, {
725
+ sanitizedAttributes: import("vue").ComputedRef<{
726
+ [x: string]: unknown;
727
+ }>; /**
728
+ * Emitted when in selectable mode and the selected state of a card is toggled.
729
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
730
+ */
731
+ icon: import("vue").ComputedRef<string | undefined>;
732
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
733
+ name: {
734
+ type: StringConstructor;
735
+ required: true;
736
+ }; /**
737
+ * Breadcrumbs to display above the header.
738
+ */
739
+ id: {
740
+ type: StringConstructor;
741
+ default: null;
742
+ };
743
+ color: {
744
+ type: () => NeonFunctionalColor;
745
+ default: null;
746
+ };
747
+ inverse: {
748
+ type: BooleanConstructor;
749
+ default: boolean;
750
+ };
751
+ disabled: {
752
+ type: BooleanConstructor;
753
+ default: boolean;
754
+ };
755
+ }>> & Readonly<{}>, {
756
+ color: NeonFunctionalColor;
757
+ id: string;
758
+ inverse: boolean;
759
+ disabled: boolean;
760
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
761
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
762
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
763
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
764
+ name: {
765
+ type: StringConstructor;
766
+ required: true;
767
+ }; /**
768
+ * Breadcrumbs to display above the header.
769
+ */
770
+ id: {
771
+ type: StringConstructor;
772
+ default: null;
773
+ };
774
+ color: {
775
+ type: () => NeonFunctionalColor;
776
+ default: null;
777
+ };
778
+ inverse: {
779
+ type: BooleanConstructor;
780
+ default: boolean;
781
+ };
782
+ disabled: {
783
+ type: BooleanConstructor;
784
+ default: boolean;
785
+ };
786
+ }>, {
787
+ sanitizedAttributes: import("vue").ComputedRef<{
788
+ [x: string]: unknown;
789
+ }>; /**
790
+ * Emitted when in selectable mode and the selected state of a card is toggled.
791
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
792
+ */
793
+ icon: import("vue").ComputedRef<string | undefined>;
794
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
795
+ name: {
796
+ type: StringConstructor;
797
+ required: true;
798
+ }; /**
799
+ * Breadcrumbs to display above the header.
800
+ */
801
+ id: {
802
+ type: StringConstructor;
803
+ default: null;
804
+ };
805
+ color: {
806
+ type: () => NeonFunctionalColor;
807
+ default: null;
808
+ };
809
+ inverse: {
810
+ type: BooleanConstructor;
811
+ default: boolean;
812
+ };
813
+ disabled: {
814
+ type: BooleanConstructor;
815
+ default: boolean;
816
+ };
817
+ }>> & Readonly<{}>, {
818
+ color: NeonFunctionalColor;
819
+ id: string;
820
+ inverse: boolean;
821
+ disabled: boolean;
822
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
823
+ NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
824
+ gap: {
825
+ type: () => import("../../../neon").NeonLayoutSize;
826
+ default: () => import("../../../neon").NeonLayoutSize;
827
+ };
828
+ breakpoint: {
829
+ type: () => import("../../../neon").NeonResponsive;
830
+ };
831
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
832
+ gap: {
833
+ type: () => import("../../../neon").NeonLayoutSize;
834
+ default: () => import("../../../neon").NeonLayoutSize;
835
+ };
836
+ breakpoint: {
837
+ type: () => import("../../../neon").NeonResponsive;
838
+ };
839
+ }>> & Readonly<{}>, {
840
+ gap: import("../../../neon").NeonLayoutSize;
841
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
842
+ NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
843
+ gap: {
844
+ type: () => import("../../../neon").NeonLayoutSize;
845
+ default: () => import("../../../neon").NeonLayoutSize;
846
+ };
847
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
848
+ gap: {
849
+ type: () => import("../../../neon").NeonLayoutSize;
850
+ default: () => import("../../../neon").NeonLayoutSize;
851
+ };
852
+ }>> & Readonly<{}>, {
853
+ gap: import("../../../neon").NeonLayoutSize;
854
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
855
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
856
+ NeonCardList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
857
+ items: {
858
+ type: () => NeonCardListModel<NeonIdentifiable | (NeonIdentifiable & NeonSelectable)>[];
859
+ required: true;
860
+ };
861
+ color: {
862
+ type: () => NeonFunctionalColor;
863
+ default: null; /**
864
+ * Make cards selectable.
865
+ */
866
+ }; /**
867
+ * Make cards selectable.
868
+ */
869
+ selectable: {
870
+ type: BooleanConstructor;
871
+ default: boolean; /**
872
+ * Model for configuring the on demand loading layout.
873
+ */
874
+ }; /**
875
+ * Model for configuring the on demand loading layout.
876
+ */
877
+ loadOnDemand: {
878
+ type: () => NeonLoadOnDemandModel; /**
879
+ * Model for configuring pagination, either pagination or loadOnDemand should be provided.
880
+ */
881
+ }; /**
882
+ * Model for configuring pagination, either pagination or loadOnDemand should be provided.
883
+ */
884
+ pagination: {
885
+ type: () => NeonPaginationModel;
886
+ };
887
+ loading: {
888
+ type: BooleanConstructor;
889
+ };
890
+ }>, {
891
+ emit: (event: "show-more" | "toggle-selected", ...args: any[]) => void;
892
+ n: typeof import("../../../neon").NeonNumberUtils.formatNumber;
893
+ NeonButtonStyle: typeof import("../../../neon").NeonButtonStyle;
894
+ NeonFunctionalColor: typeof NeonFunctionalColor;
895
+ NeonSize: typeof import("../../../neon").NeonSize;
896
+ ofLabel: import("vue").ComputedRef<string | undefined>;
897
+ showMoreLabel: import("vue").ComputedRef<string | undefined>;
898
+ endOfResultsLabel: import("vue").ComputedRef<string | undefined>;
899
+ total: import("vue").ComputedRef<number>;
900
+ slots: Readonly<{
901
+ [name: string]: import("vue").Slot<any> | undefined;
902
+ }>;
903
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("show-more" | "toggle-selected")[], "show-more" | "toggle-selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
904
+ items: {
905
+ type: () => NeonCardListModel<NeonIdentifiable | (NeonIdentifiable & NeonSelectable)>[];
906
+ required: true;
907
+ };
908
+ color: {
909
+ type: () => NeonFunctionalColor;
910
+ default: null; /**
911
+ * Make cards selectable.
912
+ */
913
+ }; /**
914
+ * Make cards selectable.
915
+ */
916
+ selectable: {
917
+ type: BooleanConstructor;
918
+ default: boolean; /**
919
+ * Model for configuring the on demand loading layout.
920
+ */
921
+ }; /**
922
+ * Model for configuring the on demand loading layout.
923
+ */
924
+ loadOnDemand: {
925
+ type: () => NeonLoadOnDemandModel; /**
926
+ * Model for configuring pagination, either pagination or loadOnDemand should be provided.
927
+ */
928
+ }; /**
929
+ * Model for configuring pagination, either pagination or loadOnDemand should be provided.
930
+ */
931
+ pagination: {
932
+ type: () => NeonPaginationModel;
933
+ };
934
+ loading: {
935
+ type: BooleanConstructor;
936
+ };
937
+ }>> & Readonly<{
938
+ "onShow-more"?: ((...args: any[]) => any) | undefined;
939
+ "onToggle-selected"?: ((...args: any[]) => any) | undefined;
940
+ }>, {
941
+ color: NeonFunctionalColor;
942
+ loading: boolean;
943
+ selectable: boolean;
944
+ }, {}, {
945
+ NeonSelectableCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
946
+ modelValue: {
947
+ type: BooleanConstructor;
948
+ required: true;
949
+ };
950
+ color: {
951
+ type: () => NeonFunctionalColor;
952
+ default: NeonFunctionalColor;
953
+ };
954
+ disabled: {
955
+ type: BooleanConstructor;
956
+ default: boolean;
957
+ };
958
+ }>, {
959
+ active: import("vue").Ref<boolean, boolean>;
960
+ clicked: () => void;
961
+ NeonResponsive: typeof import("../../../neon").NeonResponsive;
962
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
963
+ modelValue: {
964
+ type: BooleanConstructor;
965
+ required: true;
966
+ };
967
+ color: {
968
+ type: () => NeonFunctionalColor;
969
+ default: NeonFunctionalColor;
970
+ };
971
+ disabled: {
972
+ type: BooleanConstructor;
973
+ default: boolean;
974
+ };
975
+ }>> & Readonly<{
976
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
977
+ }>, {
978
+ color: NeonFunctionalColor;
979
+ disabled: boolean;
980
+ }, {}, {
981
+ NeonCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
982
+ orientation: {
983
+ type: () => import("../../../neon").NeonOrientation;
984
+ default: import("../../../neon").NeonOrientation;
985
+ };
986
+ size: {
987
+ type: () => import("../../../neon").NeonSize;
988
+ default: import("../../../neon").NeonSize;
989
+ };
990
+ horizontalBorders: {
991
+ type: BooleanConstructor;
992
+ default: boolean;
993
+ };
994
+ horizontalBreakpoint: {
995
+ type: () => import("../../../neon").NeonResponsive;
996
+ default: import("../../../neon").NeonResponsive;
997
+ };
998
+ noBreak: {
999
+ type: BooleanConstructor;
1000
+ default: boolean;
1001
+ };
1002
+ }>, {
1003
+ attrs: {
1004
+ [x: string]: unknown;
1005
+ };
1006
+ NeonOrientation: typeof import("../../../neon").NeonOrientation;
1007
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1008
+ orientation: {
1009
+ type: () => import("../../../neon").NeonOrientation;
1010
+ default: import("../../../neon").NeonOrientation;
1011
+ };
1012
+ size: {
1013
+ type: () => import("../../../neon").NeonSize;
1014
+ default: import("../../../neon").NeonSize;
1015
+ };
1016
+ horizontalBorders: {
1017
+ type: BooleanConstructor;
1018
+ default: boolean;
1019
+ };
1020
+ horizontalBreakpoint: {
1021
+ type: () => import("../../../neon").NeonResponsive;
1022
+ default: import("../../../neon").NeonResponsive;
1023
+ };
1024
+ noBreak: {
1025
+ type: BooleanConstructor;
1026
+ default: boolean;
1027
+ };
1028
+ }>> & Readonly<{}>, {
1029
+ size: import("../../../neon").NeonSize;
1030
+ orientation: import("../../../neon").NeonOrientation;
1031
+ horizontalBorders: boolean;
1032
+ horizontalBreakpoint: import("../../../neon").NeonResponsive;
1033
+ noBreak: boolean;
1034
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1035
+ NeonCardHeader: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1036
+ NeonSwitch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1037
+ modelValue: {
1038
+ type: BooleanConstructor;
1039
+ required: true;
1040
+ };
1041
+ label: {
1042
+ type: StringConstructor;
1043
+ default: null;
1044
+ };
1045
+ indeterminate: {
1046
+ type: BooleanConstructor;
1047
+ default: boolean;
1048
+ };
1049
+ size: {
1050
+ type: () => import("../../../neon").NeonSize;
1051
+ default: () => import("../../../neon").NeonSize;
1052
+ };
1053
+ color: {
1054
+ type: () => NeonFunctionalColor;
1055
+ default: () => NeonFunctionalColor;
1056
+ };
1057
+ switchStyle: {
1058
+ type: () => import("../../../neon").NeonSwitchStyle;
1059
+ default: () => import("../../../neon").NeonSwitchStyle;
1060
+ };
1061
+ labelPosition: {
1062
+ type: () => import("../../../neon").NeonHorizontalPosition;
1063
+ default: () => import("../../../neon").NeonHorizontalPosition;
1064
+ };
1065
+ disabled: {
1066
+ type: BooleanConstructor;
1067
+ default: boolean;
1068
+ };
1069
+ }>, {
1070
+ checkbox: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
1071
+ sanitizedAttributes: import("vue").ComputedRef<{
1072
+ [x: string]: unknown;
1073
+ }>;
1074
+ toggleSwitch: () => void;
1075
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "indeterminate-change")[], "update:modelValue" | "indeterminate-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1076
+ modelValue: {
1077
+ type: BooleanConstructor;
1078
+ required: true;
1079
+ };
1080
+ label: {
1081
+ type: StringConstructor;
1082
+ default: null;
1083
+ };
1084
+ indeterminate: {
1085
+ type: BooleanConstructor;
1086
+ default: boolean;
1087
+ };
1088
+ size: {
1089
+ type: () => import("../../../neon").NeonSize;
1090
+ default: () => import("../../../neon").NeonSize;
1091
+ };
1092
+ color: {
1093
+ type: () => NeonFunctionalColor;
1094
+ default: () => NeonFunctionalColor;
1095
+ };
1096
+ switchStyle: {
1097
+ type: () => import("../../../neon").NeonSwitchStyle;
1098
+ default: () => import("../../../neon").NeonSwitchStyle;
1099
+ };
1100
+ labelPosition: {
1101
+ type: () => import("../../../neon").NeonHorizontalPosition;
1102
+ default: () => import("../../../neon").NeonHorizontalPosition;
1103
+ };
1104
+ disabled: {
1105
+ type: BooleanConstructor;
1106
+ default: boolean;
1107
+ };
1108
+ }>> & Readonly<{
1109
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1110
+ "onIndeterminate-change"?: ((...args: any[]) => any) | undefined;
1111
+ }>, {
1112
+ color: NeonFunctionalColor;
1113
+ label: string;
1114
+ disabled: boolean;
1115
+ size: import("../../../neon").NeonSize;
1116
+ indeterminate: boolean;
1117
+ switchStyle: import("../../../neon").NeonSwitchStyle;
1118
+ labelPosition: import("../../../neon").NeonHorizontalPosition;
1119
+ }, {}, {
1120
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1121
+ name: {
1122
+ type: StringConstructor;
1123
+ required: true;
1124
+ }; /**
1125
+ * Breadcrumbs to display above the header.
1126
+ */
1127
+ id: {
1128
+ type: StringConstructor;
1129
+ default: null;
1130
+ };
1131
+ color: {
1132
+ type: () => NeonFunctionalColor;
1133
+ default: null;
1134
+ };
1135
+ inverse: {
1136
+ type: BooleanConstructor;
1137
+ default: boolean;
1138
+ };
1139
+ disabled: {
1140
+ type: BooleanConstructor;
1141
+ default: boolean;
1142
+ };
1143
+ }>, {
1144
+ sanitizedAttributes: import("vue").ComputedRef<{
1145
+ [x: string]: unknown;
1146
+ }>; /**
1147
+ * Emitted when in selectable mode and the selected state of a card is toggled.
1148
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
1149
+ */
1150
+ icon: import("vue").ComputedRef<string | undefined>;
1151
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1152
+ name: {
1153
+ type: StringConstructor;
1154
+ required: true;
1155
+ }; /**
1156
+ * Breadcrumbs to display above the header.
1157
+ */
1158
+ id: {
1159
+ type: StringConstructor;
1160
+ default: null;
1161
+ };
1162
+ color: {
1163
+ type: () => NeonFunctionalColor;
1164
+ default: null;
1165
+ };
1166
+ inverse: {
1167
+ type: BooleanConstructor;
1168
+ default: boolean;
1169
+ };
1170
+ disabled: {
1171
+ type: BooleanConstructor;
1172
+ default: boolean;
1173
+ };
1174
+ }>> & Readonly<{}>, {
1175
+ color: NeonFunctionalColor;
1176
+ id: string;
1177
+ inverse: boolean;
1178
+ disabled: boolean;
1179
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1180
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1181
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1182
+ NeonPagination: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1183
+ page: {
1184
+ type: NumberConstructor;
1185
+ required: true;
1186
+ };
1187
+ urlTemplate: {
1188
+ type: StringConstructor;
1189
+ required: true;
1190
+ };
1191
+ pageSize: {
1192
+ type: NumberConstructor;
1193
+ default: number;
1194
+ };
1195
+ total: {
1196
+ type: NumberConstructor;
1197
+ required: true;
1198
+ };
1199
+ displayFirstAndLast: {
1200
+ type: BooleanConstructor;
1201
+ default: boolean;
1202
+ };
1203
+ color: {
1204
+ type: () => NeonFunctionalColor;
1205
+ default: () => NeonFunctionalColor;
1206
+ };
1207
+ }>, {
1208
+ pageCount: import("vue").ComputedRef<number>;
1209
+ hidePagination: import("vue").ComputedRef<boolean>;
1210
+ previousPage: import("vue").ComputedRef<number>;
1211
+ disabledPrevious: import("vue").ComputedRef<boolean>;
1212
+ nextPage: import("vue").ComputedRef<number>;
1213
+ disabledNext: import("vue").ComputedRef<boolean>;
1214
+ showFirstPageWithEllipsis: import("vue").ComputedRef<boolean>;
1215
+ showLastPageWithEllipsis: import("vue").ComputedRef<boolean>;
1216
+ pageRange: import("vue").ComputedRef<number[]>;
1217
+ url: (page: number) => string;
1218
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1219
+ page: {
1220
+ type: NumberConstructor;
1221
+ required: true;
1222
+ };
1223
+ urlTemplate: {
1224
+ type: StringConstructor;
1225
+ required: true;
1226
+ };
1227
+ pageSize: {
1228
+ type: NumberConstructor;
1229
+ default: number;
1230
+ };
1231
+ total: {
1232
+ type: NumberConstructor;
1233
+ required: true;
1234
+ };
1235
+ displayFirstAndLast: {
1236
+ type: BooleanConstructor;
1237
+ default: boolean;
1238
+ };
1239
+ color: {
1240
+ type: () => NeonFunctionalColor;
1241
+ default: () => NeonFunctionalColor;
1242
+ };
1243
+ }>> & Readonly<{}>, {
1244
+ color: NeonFunctionalColor;
1245
+ pageSize: number;
1246
+ displayFirstAndLast: boolean;
1247
+ }, {}, {
1248
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1249
+ href: {
1250
+ type: StringConstructor;
1251
+ default: null;
1252
+ };
1253
+ label: {
1254
+ type: StringConstructor;
1255
+ default: null;
1256
+ };
1257
+ size: {
1258
+ type: () => import("../../../neon").NeonButtonSize;
1259
+ default: import("../../../neon").NeonButtonSize; /**
1260
+ * The subtitle of the header.
1261
+ */
1262
+ }; /**
1263
+ * The subtitle of the header.
1264
+ */
1265
+ color: {
1266
+ type: () => NeonFunctionalColor;
1267
+ default: NeonFunctionalColor;
1268
+ };
1269
+ inverse: {
1270
+ type: BooleanConstructor;
1271
+ default: boolean;
1272
+ };
1273
+ alternateColor: {
1274
+ type: () => NeonFunctionalColor;
1275
+ default: null;
1276
+ };
1277
+ icon: {
1278
+ type: StringConstructor;
1279
+ default: null;
1280
+ };
1281
+ iconAriaLabel: {
1282
+ type: StringConstructor;
1283
+ };
1284
+ iconPosition: {
1285
+ type: () => import("../../../neon").NeonHorizontalPosition;
1286
+ default: import("../../../neon").NeonHorizontalPosition;
1287
+ };
1288
+ buttonStyle: {
1289
+ type: () => import("../../../neon").NeonButtonStyle;
1290
+ default: import("../../../neon").NeonButtonStyle;
1291
+ };
1292
+ buttonType: {
1293
+ type: () => import("../../../neon").NeonButtonType;
1294
+ default: import("../../../neon").NeonButtonType;
1295
+ };
1296
+ state: {
1297
+ type: () => import("../../../neon").NeonState;
1298
+ default: import("../../../neon").NeonState;
1299
+ };
1300
+ disabled: {
1301
+ type: BooleanConstructor;
1302
+ default: boolean;
1303
+ };
1304
+ transparent: {
1305
+ type: BooleanConstructor;
1306
+ default: boolean;
1307
+ };
1308
+ outline: {
1309
+ type: BooleanConstructor;
1310
+ default: boolean;
1311
+ };
1312
+ circular: {
1313
+ type: BooleanConstructor;
1314
+ default: null;
1315
+ };
1316
+ fullWidth: {
1317
+ type: BooleanConstructor;
1318
+ default: null;
1319
+ };
1320
+ indicator: {
1321
+ type: BooleanConstructor;
1322
+ default: boolean;
1323
+ };
1324
+ indicatorExpanded: {
1325
+ type: BooleanConstructor;
1326
+ default: null;
1327
+ };
1328
+ }>, {
1329
+ iconName: import("vue").ComputedRef<string>;
1330
+ classes: import("vue").ComputedRef<(string | false | {
1331
+ [x: string]: boolean | "" | NeonFunctionalColor;
1332
+ 'neon-button--text-transparent': boolean;
1333
+ 'neon-button--disabled': boolean;
1334
+ 'neon-button--inverse': boolean;
1335
+ 'neon-button--circular': boolean;
1336
+ 'neon-button--no-outline': boolean;
1337
+ 'neon-button--full-width': boolean;
1338
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
1339
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
1340
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
1341
+ })[]>;
1342
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1343
+ attrs: {
1344
+ [x: string]: unknown;
1345
+ };
1346
+ sanitizedAttributes: import("vue").ComputedRef<{
1347
+ [x: string]: unknown;
1348
+ }>;
1349
+ clickLink: () => void | undefined;
1350
+ clickButton: () => void;
1351
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1352
+ href: {
1353
+ type: StringConstructor;
1354
+ default: null;
1355
+ };
1356
+ label: {
1357
+ type: StringConstructor;
1358
+ default: null;
1359
+ };
1360
+ size: {
1361
+ type: () => import("../../../neon").NeonButtonSize;
1362
+ default: import("../../../neon").NeonButtonSize; /**
1363
+ * The subtitle of the header.
1364
+ */
1365
+ }; /**
1366
+ * The subtitle of the header.
1367
+ */
1368
+ color: {
1369
+ type: () => NeonFunctionalColor;
1370
+ default: NeonFunctionalColor;
1371
+ };
1372
+ inverse: {
1373
+ type: BooleanConstructor;
1374
+ default: boolean;
1375
+ };
1376
+ alternateColor: {
1377
+ type: () => NeonFunctionalColor;
1378
+ default: null;
1379
+ };
1380
+ icon: {
1381
+ type: StringConstructor;
1382
+ default: null;
1383
+ };
1384
+ iconAriaLabel: {
1385
+ type: StringConstructor;
1386
+ };
1387
+ iconPosition: {
1388
+ type: () => import("../../../neon").NeonHorizontalPosition;
1389
+ default: import("../../../neon").NeonHorizontalPosition;
1390
+ };
1391
+ buttonStyle: {
1392
+ type: () => import("../../../neon").NeonButtonStyle;
1393
+ default: import("../../../neon").NeonButtonStyle;
1394
+ };
1395
+ buttonType: {
1396
+ type: () => import("../../../neon").NeonButtonType;
1397
+ default: import("../../../neon").NeonButtonType;
1398
+ };
1399
+ state: {
1400
+ type: () => import("../../../neon").NeonState;
1401
+ default: import("../../../neon").NeonState;
1402
+ };
1403
+ disabled: {
1404
+ type: BooleanConstructor;
1405
+ default: boolean;
1406
+ };
1407
+ transparent: {
1408
+ type: BooleanConstructor;
1409
+ default: boolean;
1410
+ };
1411
+ outline: {
1412
+ type: BooleanConstructor;
1413
+ default: boolean;
1414
+ };
1415
+ circular: {
1416
+ type: BooleanConstructor;
1417
+ default: null;
1418
+ };
1419
+ fullWidth: {
1420
+ type: BooleanConstructor;
1421
+ default: null;
1422
+ };
1423
+ indicator: {
1424
+ type: BooleanConstructor;
1425
+ default: boolean;
1426
+ };
1427
+ indicatorExpanded: {
1428
+ type: BooleanConstructor;
1429
+ default: null;
1430
+ };
1431
+ }>> & Readonly<{
1432
+ onClick?: ((...args: any[]) => any) | undefined;
1433
+ }>, {
1434
+ color: NeonFunctionalColor;
1435
+ icon: string;
1436
+ label: string;
1437
+ inverse: boolean;
1438
+ disabled: boolean;
1439
+ href: string;
1440
+ size: import("../../../neon").NeonButtonSize;
1441
+ alternateColor: NeonFunctionalColor;
1442
+ outline: boolean;
1443
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
1444
+ buttonStyle: import("../../../neon").NeonButtonStyle;
1445
+ buttonType: import("../../../neon").NeonButtonType;
1446
+ state: import("../../../neon").NeonState;
1447
+ transparent: boolean;
1448
+ circular: boolean;
1449
+ fullWidth: boolean;
1450
+ indicator: boolean;
1451
+ indicatorExpanded: boolean;
1452
+ }, {}, {
1453
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1454
+ expanded: {
1455
+ type: BooleanConstructor;
1456
+ default: boolean;
1457
+ };
1458
+ inverse: {
1459
+ type: BooleanConstructor;
1460
+ default: boolean;
1461
+ };
1462
+ disabled: {
1463
+ type: BooleanConstructor;
1464
+ default: boolean;
1465
+ };
1466
+ color: {
1467
+ type: () => NeonFunctionalColor;
1468
+ default: null;
1469
+ };
1470
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1471
+ expanded: {
1472
+ type: BooleanConstructor;
1473
+ default: boolean;
1474
+ };
1475
+ inverse: {
1476
+ type: BooleanConstructor;
1477
+ default: boolean;
1478
+ };
1479
+ disabled: {
1480
+ type: BooleanConstructor;
1481
+ default: boolean;
1482
+ };
1483
+ color: {
1484
+ type: () => NeonFunctionalColor;
1485
+ default: null;
1486
+ };
1487
+ }>> & Readonly<{}>, {
1488
+ color: NeonFunctionalColor;
1489
+ inverse: boolean;
1490
+ disabled: boolean;
1491
+ expanded: boolean;
1492
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1493
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1494
+ name: {
1495
+ type: StringConstructor;
1496
+ required: true;
1497
+ }; /**
1498
+ * Breadcrumbs to display above the header.
1499
+ */
1500
+ id: {
1501
+ type: StringConstructor;
1502
+ default: null;
1503
+ };
1504
+ color: {
1505
+ type: () => NeonFunctionalColor;
1506
+ default: null;
1507
+ };
1508
+ inverse: {
1509
+ type: BooleanConstructor;
1510
+ default: boolean;
1511
+ };
1512
+ disabled: {
1513
+ type: BooleanConstructor;
1514
+ default: boolean;
1515
+ };
1516
+ }>, {
1517
+ sanitizedAttributes: import("vue").ComputedRef<{
1518
+ [x: string]: unknown;
1519
+ }>; /**
1520
+ * Emitted when in selectable mode and the selected state of a card is toggled.
1521
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
1522
+ */
1523
+ icon: import("vue").ComputedRef<string | undefined>;
1524
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1525
+ name: {
1526
+ type: StringConstructor;
1527
+ required: true;
1528
+ }; /**
1529
+ * Breadcrumbs to display above the header.
1530
+ */
1531
+ id: {
1532
+ type: StringConstructor;
1533
+ default: null;
1534
+ };
1535
+ color: {
1536
+ type: () => NeonFunctionalColor;
1537
+ default: null;
1538
+ };
1539
+ inverse: {
1540
+ type: BooleanConstructor;
1541
+ default: boolean;
1542
+ };
1543
+ disabled: {
1544
+ type: BooleanConstructor;
1545
+ default: boolean;
1546
+ };
1547
+ }>> & Readonly<{}>, {
1548
+ color: NeonFunctionalColor;
1549
+ id: string;
1550
+ inverse: boolean;
1551
+ disabled: boolean;
1552
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1553
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1554
+ href: {
1555
+ type: StringConstructor;
1556
+ default: null;
1557
+ };
1558
+ noStyle: {
1559
+ type: BooleanConstructor;
1560
+ default: boolean;
1561
+ };
1562
+ outlineStyle: {
1563
+ type: () => import("../../../neon").NeonOutlineStyle;
1564
+ default: import("../../../neon").NeonOutlineStyle;
1565
+ };
1566
+ externalIndicator: {
1567
+ type: BooleanConstructor;
1568
+ default: boolean;
1569
+ };
1570
+ }>, {
1571
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
1572
+ routerUrl: import("vue").ComputedRef<string | undefined>;
1573
+ sanitizedAttributes: import("vue").ComputedRef<{
1574
+ [x: string]: unknown;
1575
+ }>;
1576
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
1577
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
1578
+ onClick: () => void;
1579
+ onSpace: () => Promise<void>;
1580
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1581
+ href: {
1582
+ type: StringConstructor;
1583
+ default: null;
1584
+ };
1585
+ noStyle: {
1586
+ type: BooleanConstructor;
1587
+ default: boolean;
1588
+ };
1589
+ outlineStyle: {
1590
+ type: () => import("../../../neon").NeonOutlineStyle;
1591
+ default: import("../../../neon").NeonOutlineStyle;
1592
+ };
1593
+ externalIndicator: {
1594
+ type: BooleanConstructor;
1595
+ default: boolean;
1596
+ };
1597
+ }>> & Readonly<{
1598
+ onClick?: ((...args: any[]) => any) | undefined;
1599
+ }>, {
1600
+ href: string;
1601
+ noStyle: boolean;
1602
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
1603
+ externalIndicator: boolean;
1604
+ }, {}, {
1605
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1606
+ name: {
1607
+ type: StringConstructor;
1608
+ required: true;
1609
+ }; /**
1610
+ * Breadcrumbs to display above the header.
1611
+ */
1612
+ id: {
1613
+ type: StringConstructor;
1614
+ default: null;
1615
+ };
1616
+ color: {
1617
+ type: () => NeonFunctionalColor;
1618
+ default: null;
1619
+ };
1620
+ inverse: {
1621
+ type: BooleanConstructor;
1622
+ default: boolean;
1623
+ };
1624
+ disabled: {
1625
+ type: BooleanConstructor;
1626
+ default: boolean;
1627
+ };
1628
+ }>, {
1629
+ sanitizedAttributes: import("vue").ComputedRef<{
1630
+ [x: string]: unknown;
1631
+ }>; /**
1632
+ * Emitted when in selectable mode and the selected state of a card is toggled.
1633
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
1634
+ */
1635
+ icon: import("vue").ComputedRef<string | undefined>;
1636
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1637
+ name: {
1638
+ type: StringConstructor;
1639
+ required: true;
1640
+ }; /**
1641
+ * Breadcrumbs to display above the header.
1642
+ */
1643
+ id: {
1644
+ type: StringConstructor;
1645
+ default: null;
1646
+ };
1647
+ color: {
1648
+ type: () => NeonFunctionalColor;
1649
+ default: null;
1650
+ };
1651
+ inverse: {
1652
+ type: BooleanConstructor;
1653
+ default: boolean;
1654
+ };
1655
+ disabled: {
1656
+ type: BooleanConstructor;
1657
+ default: boolean;
1658
+ };
1659
+ }>> & Readonly<{}>, {
1660
+ color: NeonFunctionalColor;
1661
+ id: string;
1662
+ inverse: boolean;
1663
+ disabled: boolean;
1664
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1665
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1666
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1667
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1668
+ name: {
1669
+ type: StringConstructor;
1670
+ required: true;
1671
+ }; /**
1672
+ * Breadcrumbs to display above the header.
1673
+ */
1674
+ id: {
1675
+ type: StringConstructor;
1676
+ default: null;
1677
+ };
1678
+ color: {
1679
+ type: () => NeonFunctionalColor;
1680
+ default: null;
1681
+ };
1682
+ inverse: {
1683
+ type: BooleanConstructor;
1684
+ default: boolean;
1685
+ };
1686
+ disabled: {
1687
+ type: BooleanConstructor;
1688
+ default: boolean;
1689
+ };
1690
+ }>, {
1691
+ sanitizedAttributes: import("vue").ComputedRef<{
1692
+ [x: string]: unknown;
1693
+ }>; /**
1694
+ * Emitted when in selectable mode and the selected state of a card is toggled.
1695
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
1696
+ */
1697
+ icon: import("vue").ComputedRef<string | undefined>;
1698
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1699
+ name: {
1700
+ type: StringConstructor;
1701
+ required: true;
1702
+ }; /**
1703
+ * Breadcrumbs to display above the header.
1704
+ */
1705
+ id: {
1706
+ type: StringConstructor;
1707
+ default: null;
1708
+ };
1709
+ color: {
1710
+ type: () => NeonFunctionalColor;
1711
+ default: null;
1712
+ };
1713
+ inverse: {
1714
+ type: BooleanConstructor;
1715
+ default: boolean;
1716
+ };
1717
+ disabled: {
1718
+ type: BooleanConstructor;
1719
+ default: boolean;
1720
+ };
1721
+ }>> & Readonly<{}>, {
1722
+ color: NeonFunctionalColor;
1723
+ id: string;
1724
+ inverse: boolean;
1725
+ disabled: boolean;
1726
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1727
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1728
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1729
+ href: {
1730
+ type: StringConstructor;
1731
+ default: null;
1732
+ };
1733
+ label: {
1734
+ type: StringConstructor;
1735
+ default: null;
1736
+ };
1737
+ size: {
1738
+ type: () => import("../../../neon").NeonButtonSize;
1739
+ default: import("../../../neon").NeonButtonSize; /**
1740
+ * The subtitle of the header.
1741
+ */
1742
+ }; /**
1743
+ * The subtitle of the header.
1744
+ */
1745
+ color: {
1746
+ type: () => NeonFunctionalColor;
1747
+ default: NeonFunctionalColor;
1748
+ };
1749
+ inverse: {
1750
+ type: BooleanConstructor;
1751
+ default: boolean;
1752
+ };
1753
+ alternateColor: {
1754
+ type: () => NeonFunctionalColor;
1755
+ default: null;
1756
+ };
1757
+ icon: {
1758
+ type: StringConstructor;
1759
+ default: null;
1760
+ };
1761
+ iconAriaLabel: {
1762
+ type: StringConstructor;
1763
+ };
1764
+ iconPosition: {
1765
+ type: () => import("../../../neon").NeonHorizontalPosition;
1766
+ default: import("../../../neon").NeonHorizontalPosition;
1767
+ };
1768
+ buttonStyle: {
1769
+ type: () => import("../../../neon").NeonButtonStyle;
1770
+ default: import("../../../neon").NeonButtonStyle;
1771
+ };
1772
+ buttonType: {
1773
+ type: () => import("../../../neon").NeonButtonType;
1774
+ default: import("../../../neon").NeonButtonType;
1775
+ };
1776
+ state: {
1777
+ type: () => import("../../../neon").NeonState;
1778
+ default: import("../../../neon").NeonState;
1779
+ };
1780
+ disabled: {
1781
+ type: BooleanConstructor;
1782
+ default: boolean;
1783
+ };
1784
+ transparent: {
1785
+ type: BooleanConstructor;
1786
+ default: boolean;
1787
+ };
1788
+ outline: {
1789
+ type: BooleanConstructor;
1790
+ default: boolean;
1791
+ };
1792
+ circular: {
1793
+ type: BooleanConstructor;
1794
+ default: null;
1795
+ };
1796
+ fullWidth: {
1797
+ type: BooleanConstructor;
1798
+ default: null;
1799
+ };
1800
+ indicator: {
1801
+ type: BooleanConstructor;
1802
+ default: boolean;
1803
+ };
1804
+ indicatorExpanded: {
1805
+ type: BooleanConstructor;
1806
+ default: null;
1807
+ };
1808
+ }>, {
1809
+ iconName: import("vue").ComputedRef<string>;
1810
+ classes: import("vue").ComputedRef<(string | false | {
1811
+ [x: string]: boolean | "" | NeonFunctionalColor;
1812
+ 'neon-button--text-transparent': boolean;
1813
+ 'neon-button--disabled': boolean;
1814
+ 'neon-button--inverse': boolean;
1815
+ 'neon-button--circular': boolean;
1816
+ 'neon-button--no-outline': boolean;
1817
+ 'neon-button--full-width': boolean;
1818
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
1819
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
1820
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
1821
+ })[]>;
1822
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1823
+ attrs: {
1824
+ [x: string]: unknown;
1825
+ };
1826
+ sanitizedAttributes: import("vue").ComputedRef<{
1827
+ [x: string]: unknown;
1828
+ }>;
1829
+ clickLink: () => void | undefined;
1830
+ clickButton: () => void;
1831
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1832
+ href: {
1833
+ type: StringConstructor;
1834
+ default: null;
1835
+ };
1836
+ label: {
1837
+ type: StringConstructor;
1838
+ default: null;
1839
+ };
1840
+ size: {
1841
+ type: () => import("../../../neon").NeonButtonSize;
1842
+ default: import("../../../neon").NeonButtonSize; /**
1843
+ * The subtitle of the header.
1844
+ */
1845
+ }; /**
1846
+ * The subtitle of the header.
1847
+ */
1848
+ color: {
1849
+ type: () => NeonFunctionalColor;
1850
+ default: NeonFunctionalColor;
1851
+ };
1852
+ inverse: {
1853
+ type: BooleanConstructor;
1854
+ default: boolean;
1855
+ };
1856
+ alternateColor: {
1857
+ type: () => NeonFunctionalColor;
1858
+ default: null;
1859
+ };
1860
+ icon: {
1861
+ type: StringConstructor;
1862
+ default: null;
1863
+ };
1864
+ iconAriaLabel: {
1865
+ type: StringConstructor;
1866
+ };
1867
+ iconPosition: {
1868
+ type: () => import("../../../neon").NeonHorizontalPosition;
1869
+ default: import("../../../neon").NeonHorizontalPosition;
1870
+ };
1871
+ buttonStyle: {
1872
+ type: () => import("../../../neon").NeonButtonStyle;
1873
+ default: import("../../../neon").NeonButtonStyle;
1874
+ };
1875
+ buttonType: {
1876
+ type: () => import("../../../neon").NeonButtonType;
1877
+ default: import("../../../neon").NeonButtonType;
1878
+ };
1879
+ state: {
1880
+ type: () => import("../../../neon").NeonState;
1881
+ default: import("../../../neon").NeonState;
1882
+ };
1883
+ disabled: {
1884
+ type: BooleanConstructor;
1885
+ default: boolean;
1886
+ };
1887
+ transparent: {
1888
+ type: BooleanConstructor;
1889
+ default: boolean;
1890
+ };
1891
+ outline: {
1892
+ type: BooleanConstructor;
1893
+ default: boolean;
1894
+ };
1895
+ circular: {
1896
+ type: BooleanConstructor;
1897
+ default: null;
1898
+ };
1899
+ fullWidth: {
1900
+ type: BooleanConstructor;
1901
+ default: null;
1902
+ };
1903
+ indicator: {
1904
+ type: BooleanConstructor;
1905
+ default: boolean;
1906
+ };
1907
+ indicatorExpanded: {
1908
+ type: BooleanConstructor;
1909
+ default: null;
1910
+ };
1911
+ }>> & Readonly<{
1912
+ onClick?: ((...args: any[]) => any) | undefined;
1913
+ }>, {
1914
+ color: NeonFunctionalColor;
1915
+ icon: string;
1916
+ label: string;
1917
+ inverse: boolean;
1918
+ disabled: boolean;
1919
+ href: string;
1920
+ size: import("../../../neon").NeonButtonSize;
1921
+ alternateColor: NeonFunctionalColor;
1922
+ outline: boolean;
1923
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
1924
+ buttonStyle: import("../../../neon").NeonButtonStyle;
1925
+ buttonType: import("../../../neon").NeonButtonType;
1926
+ state: import("../../../neon").NeonState;
1927
+ transparent: boolean;
1928
+ circular: boolean;
1929
+ fullWidth: boolean;
1930
+ indicator: boolean;
1931
+ indicatorExpanded: boolean;
1932
+ }, {}, {
1933
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1934
+ expanded: {
1935
+ type: BooleanConstructor;
1936
+ default: boolean;
1937
+ };
1938
+ inverse: {
1939
+ type: BooleanConstructor;
1940
+ default: boolean;
1941
+ };
1942
+ disabled: {
1943
+ type: BooleanConstructor;
1944
+ default: boolean;
1945
+ };
1946
+ color: {
1947
+ type: () => NeonFunctionalColor;
1948
+ default: null;
1949
+ };
1950
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1951
+ expanded: {
1952
+ type: BooleanConstructor;
1953
+ default: boolean;
1954
+ };
1955
+ inverse: {
1956
+ type: BooleanConstructor;
1957
+ default: boolean;
1958
+ };
1959
+ disabled: {
1960
+ type: BooleanConstructor;
1961
+ default: boolean;
1962
+ };
1963
+ color: {
1964
+ type: () => NeonFunctionalColor;
1965
+ default: null;
1966
+ };
1967
+ }>> & Readonly<{}>, {
1968
+ color: NeonFunctionalColor;
1969
+ inverse: boolean;
1970
+ disabled: boolean;
1971
+ expanded: boolean;
1972
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1973
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1974
+ name: {
1975
+ type: StringConstructor;
1976
+ required: true;
1977
+ }; /**
1978
+ * Breadcrumbs to display above the header.
1979
+ */
1980
+ id: {
1981
+ type: StringConstructor;
1982
+ default: null;
1983
+ };
1984
+ color: {
1985
+ type: () => NeonFunctionalColor;
1986
+ default: null;
1987
+ };
1988
+ inverse: {
1989
+ type: BooleanConstructor;
1990
+ default: boolean;
1991
+ };
1992
+ disabled: {
1993
+ type: BooleanConstructor;
1994
+ default: boolean;
1995
+ };
1996
+ }>, {
1997
+ sanitizedAttributes: import("vue").ComputedRef<{
1998
+ [x: string]: unknown;
1999
+ }>; /**
2000
+ * Emitted when in selectable mode and the selected state of a card is toggled.
2001
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
2002
+ */
2003
+ icon: import("vue").ComputedRef<string | undefined>;
2004
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2005
+ name: {
2006
+ type: StringConstructor;
2007
+ required: true;
2008
+ }; /**
2009
+ * Breadcrumbs to display above the header.
2010
+ */
2011
+ id: {
2012
+ type: StringConstructor;
2013
+ default: null;
2014
+ };
2015
+ color: {
2016
+ type: () => NeonFunctionalColor;
2017
+ default: null;
2018
+ };
2019
+ inverse: {
2020
+ type: BooleanConstructor;
2021
+ default: boolean;
2022
+ };
2023
+ disabled: {
2024
+ type: BooleanConstructor;
2025
+ default: boolean;
2026
+ };
2027
+ }>> & Readonly<{}>, {
2028
+ color: NeonFunctionalColor;
2029
+ id: string;
2030
+ inverse: boolean;
2031
+ disabled: boolean;
2032
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2033
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2034
+ href: {
2035
+ type: StringConstructor;
2036
+ default: null;
2037
+ };
2038
+ noStyle: {
2039
+ type: BooleanConstructor;
2040
+ default: boolean;
2041
+ };
2042
+ outlineStyle: {
2043
+ type: () => import("../../../neon").NeonOutlineStyle;
2044
+ default: import("../../../neon").NeonOutlineStyle;
2045
+ };
2046
+ externalIndicator: {
2047
+ type: BooleanConstructor;
2048
+ default: boolean;
2049
+ };
2050
+ }>, {
2051
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
2052
+ routerUrl: import("vue").ComputedRef<string | undefined>;
2053
+ sanitizedAttributes: import("vue").ComputedRef<{
2054
+ [x: string]: unknown;
2055
+ }>;
2056
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
2057
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
2058
+ onClick: () => void;
2059
+ onSpace: () => Promise<void>;
2060
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2061
+ href: {
2062
+ type: StringConstructor;
2063
+ default: null;
2064
+ };
2065
+ noStyle: {
2066
+ type: BooleanConstructor;
2067
+ default: boolean;
2068
+ };
2069
+ outlineStyle: {
2070
+ type: () => import("../../../neon").NeonOutlineStyle;
2071
+ default: import("../../../neon").NeonOutlineStyle;
2072
+ };
2073
+ externalIndicator: {
2074
+ type: BooleanConstructor;
2075
+ default: boolean;
2076
+ };
2077
+ }>> & Readonly<{
2078
+ onClick?: ((...args: any[]) => any) | undefined;
2079
+ }>, {
2080
+ href: string;
2081
+ noStyle: boolean;
2082
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
2083
+ externalIndicator: boolean;
2084
+ }, {}, {
2085
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2086
+ name: {
2087
+ type: StringConstructor;
2088
+ required: true;
2089
+ }; /**
2090
+ * Breadcrumbs to display above the header.
2091
+ */
2092
+ id: {
2093
+ type: StringConstructor;
2094
+ default: null;
2095
+ };
2096
+ color: {
2097
+ type: () => NeonFunctionalColor;
2098
+ default: null;
2099
+ };
2100
+ inverse: {
2101
+ type: BooleanConstructor;
2102
+ default: boolean;
2103
+ };
2104
+ disabled: {
2105
+ type: BooleanConstructor;
2106
+ default: boolean;
2107
+ };
2108
+ }>, {
2109
+ sanitizedAttributes: import("vue").ComputedRef<{
2110
+ [x: string]: unknown;
2111
+ }>; /**
2112
+ * Emitted when in selectable mode and the selected state of a card is toggled.
2113
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
2114
+ */
2115
+ icon: import("vue").ComputedRef<string | undefined>;
2116
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2117
+ name: {
2118
+ type: StringConstructor;
2119
+ required: true;
2120
+ }; /**
2121
+ * Breadcrumbs to display above the header.
2122
+ */
2123
+ id: {
2124
+ type: StringConstructor;
2125
+ default: null;
2126
+ };
2127
+ color: {
2128
+ type: () => NeonFunctionalColor;
2129
+ default: null;
2130
+ };
2131
+ inverse: {
2132
+ type: BooleanConstructor;
2133
+ default: boolean;
2134
+ };
2135
+ disabled: {
2136
+ type: BooleanConstructor;
2137
+ default: boolean;
2138
+ };
2139
+ }>> & Readonly<{}>, {
2140
+ color: NeonFunctionalColor;
2141
+ id: string;
2142
+ inverse: boolean;
2143
+ disabled: boolean;
2144
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2145
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2146
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2147
+ NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2148
+ gap: {
2149
+ type: () => import("../../../neon").NeonLayoutSize;
2150
+ default: () => import("../../../neon").NeonLayoutSize;
2151
+ };
2152
+ breakpoint: {
2153
+ type: () => import("../../../neon").NeonResponsive;
2154
+ };
2155
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2156
+ gap: {
2157
+ type: () => import("../../../neon").NeonLayoutSize;
2158
+ default: () => import("../../../neon").NeonLayoutSize;
2159
+ };
2160
+ breakpoint: {
2161
+ type: () => import("../../../neon").NeonResponsive;
2162
+ };
2163
+ }>> & Readonly<{}>, {
2164
+ gap: import("../../../neon").NeonLayoutSize;
2165
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2166
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2167
+ href: {
2168
+ type: StringConstructor;
2169
+ default: null;
2170
+ };
2171
+ noStyle: {
2172
+ type: BooleanConstructor;
2173
+ default: boolean;
2174
+ };
2175
+ outlineStyle: {
2176
+ type: () => import("../../../neon").NeonOutlineStyle;
2177
+ default: import("../../../neon").NeonOutlineStyle;
2178
+ };
2179
+ externalIndicator: {
2180
+ type: BooleanConstructor;
2181
+ default: boolean;
2182
+ };
2183
+ }>, {
2184
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
2185
+ routerUrl: import("vue").ComputedRef<string | undefined>;
2186
+ sanitizedAttributes: import("vue").ComputedRef<{
2187
+ [x: string]: unknown;
2188
+ }>;
2189
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
2190
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
2191
+ onClick: () => void;
2192
+ onSpace: () => Promise<void>;
2193
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2194
+ href: {
2195
+ type: StringConstructor;
2196
+ default: null;
2197
+ };
2198
+ noStyle: {
2199
+ type: BooleanConstructor;
2200
+ default: boolean;
2201
+ };
2202
+ outlineStyle: {
2203
+ type: () => import("../../../neon").NeonOutlineStyle;
2204
+ default: import("../../../neon").NeonOutlineStyle;
2205
+ };
2206
+ externalIndicator: {
2207
+ type: BooleanConstructor;
2208
+ default: boolean;
2209
+ };
2210
+ }>> & Readonly<{
2211
+ onClick?: ((...args: any[]) => any) | undefined;
2212
+ }>, {
2213
+ href: string;
2214
+ noStyle: boolean;
2215
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
2216
+ externalIndicator: boolean;
2217
+ }, {}, {
2218
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2219
+ name: {
2220
+ type: StringConstructor;
2221
+ required: true;
2222
+ }; /**
2223
+ * Breadcrumbs to display above the header.
2224
+ */
2225
+ id: {
2226
+ type: StringConstructor;
2227
+ default: null;
2228
+ };
2229
+ color: {
2230
+ type: () => NeonFunctionalColor;
2231
+ default: null;
2232
+ };
2233
+ inverse: {
2234
+ type: BooleanConstructor;
2235
+ default: boolean;
2236
+ };
2237
+ disabled: {
2238
+ type: BooleanConstructor;
2239
+ default: boolean;
2240
+ };
2241
+ }>, {
2242
+ sanitizedAttributes: import("vue").ComputedRef<{
2243
+ [x: string]: unknown;
2244
+ }>; /**
2245
+ * Emitted when in selectable mode and the selected state of a card is toggled.
2246
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
2247
+ */
2248
+ icon: import("vue").ComputedRef<string | undefined>;
2249
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2250
+ name: {
2251
+ type: StringConstructor;
2252
+ required: true;
2253
+ }; /**
2254
+ * Breadcrumbs to display above the header.
2255
+ */
2256
+ id: {
2257
+ type: StringConstructor;
2258
+ default: null;
2259
+ };
2260
+ color: {
2261
+ type: () => NeonFunctionalColor;
2262
+ default: null;
2263
+ };
2264
+ inverse: {
2265
+ type: BooleanConstructor;
2266
+ default: boolean;
2267
+ };
2268
+ disabled: {
2269
+ type: BooleanConstructor;
2270
+ default: boolean;
2271
+ };
2272
+ }>> & Readonly<{}>, {
2273
+ color: NeonFunctionalColor;
2274
+ id: string;
2275
+ inverse: boolean;
2276
+ disabled: boolean;
2277
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2278
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2279
+ NeonSplashLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2280
+ color: {
2281
+ type: () => NeonFunctionalColor;
2282
+ default: NeonFunctionalColor;
2283
+ };
2284
+ size: {
2285
+ type: () => import("../../../neon").NeonSplashLoaderSize;
2286
+ default: import("../../../neon").NeonSplashLoaderSize;
2287
+ };
2288
+ overlay: {
2289
+ type: BooleanConstructor;
2290
+ default: boolean;
2291
+ };
2292
+ fullscreen: {
2293
+ type: BooleanConstructor;
2294
+ default: boolean;
2295
+ };
2296
+ }>, {
2297
+ ready: import("vue").Ref<boolean, boolean>;
2298
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2299
+ color: {
2300
+ type: () => NeonFunctionalColor;
2301
+ default: NeonFunctionalColor;
2302
+ };
2303
+ size: {
2304
+ type: () => import("../../../neon").NeonSplashLoaderSize;
2305
+ default: import("../../../neon").NeonSplashLoaderSize;
2306
+ };
2307
+ overlay: {
2308
+ type: BooleanConstructor;
2309
+ default: boolean;
2310
+ };
2311
+ fullscreen: {
2312
+ type: BooleanConstructor;
2313
+ default: boolean;
2314
+ };
2315
+ }>> & Readonly<{}>, {
2316
+ color: NeonFunctionalColor;
2317
+ size: import("../../../neon").NeonSplashLoaderSize;
2318
+ overlay: boolean;
2319
+ fullscreen: boolean;
2320
+ }, {}, {
2321
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2322
+ name: {
2323
+ type: StringConstructor;
2324
+ required: true;
2325
+ }; /**
2326
+ * Breadcrumbs to display above the header.
2327
+ */
2328
+ id: {
2329
+ type: StringConstructor;
2330
+ default: null;
2331
+ };
2332
+ color: {
2333
+ type: () => NeonFunctionalColor;
2334
+ default: null;
2335
+ };
2336
+ inverse: {
2337
+ type: BooleanConstructor;
2338
+ default: boolean;
2339
+ };
2340
+ disabled: {
2341
+ type: BooleanConstructor;
2342
+ default: boolean;
2343
+ };
2344
+ }>, {
2345
+ sanitizedAttributes: import("vue").ComputedRef<{
2346
+ [x: string]: unknown;
2347
+ }>; /**
2348
+ * Emitted when in selectable mode and the selected state of a card is toggled.
2349
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
2350
+ */
2351
+ icon: import("vue").ComputedRef<string | undefined>;
2352
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2353
+ name: {
2354
+ type: StringConstructor;
2355
+ required: true;
2356
+ }; /**
2357
+ * Breadcrumbs to display above the header.
2358
+ */
2359
+ id: {
2360
+ type: StringConstructor;
2361
+ default: null;
2362
+ };
2363
+ color: {
2364
+ type: () => NeonFunctionalColor;
2365
+ default: null;
2366
+ };
2367
+ inverse: {
2368
+ type: BooleanConstructor;
2369
+ default: boolean;
2370
+ };
2371
+ disabled: {
2372
+ type: BooleanConstructor;
2373
+ default: boolean;
2374
+ };
2375
+ }>> & Readonly<{}>, {
2376
+ color: NeonFunctionalColor;
2377
+ id: string;
2378
+ inverse: boolean;
2379
+ disabled: boolean;
2380
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2381
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2382
+ NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2383
+ gap: {
2384
+ type: () => import("../../../neon").NeonLayoutSize;
2385
+ default: () => import("../../../neon").NeonLayoutSize;
2386
+ };
2387
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2388
+ gap: {
2389
+ type: () => import("../../../neon").NeonLayoutSize;
2390
+ default: () => import("../../../neon").NeonLayoutSize;
2391
+ };
2392
+ }>> & Readonly<{}>, {
2393
+ gap: import("../../../neon").NeonLayoutSize;
2394
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2395
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2396
+ NeonHeader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2397
+ title: {
2398
+ type: StringConstructor;
2399
+ required: true;
2400
+ };
2401
+ subtitle: {
2402
+ type: StringConstructor;
2403
+ };
2404
+ level: {
2405
+ type: () => import("../../../neon").NeonHeaderLevel;
2406
+ default: () => import("../../../neon").NeonHeaderLevel;
2407
+ };
2408
+ breadcrumbs: {
2409
+ type: () => NeonBreadcrumbLink[];
2410
+ default: () => never[];
2411
+ };
2412
+ backButton: {
2413
+ type: BooleanConstructor;
2414
+ default: boolean;
2415
+ };
2416
+ backLabel: {
2417
+ type: StringConstructor;
2418
+ /**
2419
+ * Whether to display a back button
2420
+ */
2421
+ default: string;
2422
+ };
2423
+ }>, {
2424
+ titleLevel: import("vue").ComputedRef<string>;
2425
+ NeonHeaderLevel: typeof import("../../../neon").NeonHeaderLevel;
2426
+ slots: Readonly<{
2427
+ [name: string]: import("vue").Slot<any> | undefined;
2428
+ }>;
2429
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2430
+ title: {
2431
+ type: StringConstructor;
2432
+ required: true;
2433
+ };
2434
+ subtitle: {
2435
+ type: StringConstructor;
2436
+ };
2437
+ level: {
2438
+ type: () => import("../../../neon").NeonHeaderLevel;
2439
+ default: () => import("../../../neon").NeonHeaderLevel;
2440
+ };
2441
+ breadcrumbs: {
2442
+ type: () => NeonBreadcrumbLink[];
2443
+ default: () => never[];
2444
+ };
2445
+ backButton: {
2446
+ type: BooleanConstructor;
2447
+ default: boolean;
2448
+ };
2449
+ backLabel: {
2450
+ type: StringConstructor;
2451
+ /**
2452
+ * Whether to display a back button
2453
+ */
2454
+ default: string;
2455
+ };
2456
+ }>> & Readonly<{}>, {
2457
+ breadcrumbs: NeonBreadcrumbLink[];
2458
+ level: import("../../../neon").NeonHeaderLevel;
2459
+ backButton: boolean;
2460
+ backLabel: string;
2461
+ }, {}, {
2462
+ NeonBreadcrumbs: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2463
+ breadcrumbs: {
2464
+ type: () => NeonBreadcrumbLink[];
2465
+ default: () => never[];
2466
+ };
2467
+ backButton: {
2468
+ type: BooleanConstructor;
2469
+ default: boolean;
2470
+ };
2471
+ backLabel: {
2472
+ type: StringConstructor;
2473
+ default: string;
2474
+ };
2475
+ responsiveStyle: {
2476
+ type: () => import("../../../neon").NeonBreadcrumbResponsiveStyle;
2477
+ default: import("../../../neon").NeonBreadcrumbResponsiveStyle;
2478
+ };
2479
+ }>, {
2480
+ back: () => Promise<void>;
2481
+ linksRef: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
2482
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2483
+ breadcrumbs: {
2484
+ type: () => NeonBreadcrumbLink[];
2485
+ default: () => never[];
2486
+ };
2487
+ backButton: {
2488
+ type: BooleanConstructor;
2489
+ default: boolean;
2490
+ };
2491
+ backLabel: {
2492
+ type: StringConstructor;
2493
+ default: string;
2494
+ };
2495
+ responsiveStyle: {
2496
+ type: () => import("../../../neon").NeonBreadcrumbResponsiveStyle;
2497
+ default: import("../../../neon").NeonBreadcrumbResponsiveStyle;
2498
+ };
2499
+ }>> & Readonly<{}>, {
2500
+ breadcrumbs: NeonBreadcrumbLink[];
2501
+ backButton: boolean;
2502
+ backLabel: string;
2503
+ responsiveStyle: import("../../../neon").NeonBreadcrumbResponsiveStyle;
2504
+ }, {}, {
2505
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2506
+ name: {
2507
+ type: StringConstructor;
2508
+ required: true;
2509
+ }; /**
2510
+ * Breadcrumbs to display above the header.
2511
+ */
2512
+ id: {
2513
+ type: StringConstructor;
2514
+ default: null;
2515
+ };
2516
+ color: {
2517
+ type: () => NeonFunctionalColor;
2518
+ default: null;
2519
+ };
2520
+ inverse: {
2521
+ type: BooleanConstructor;
2522
+ default: boolean;
2523
+ };
2524
+ disabled: {
2525
+ type: BooleanConstructor;
2526
+ default: boolean;
2527
+ };
2528
+ }>, {
2529
+ sanitizedAttributes: import("vue").ComputedRef<{
2530
+ [x: string]: unknown;
2531
+ }>; /**
2532
+ * Emitted when in selectable mode and the selected state of a card is toggled.
2533
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
2534
+ */
2535
+ icon: import("vue").ComputedRef<string | undefined>;
2536
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2537
+ name: {
2538
+ type: StringConstructor;
2539
+ required: true;
2540
+ }; /**
2541
+ * Breadcrumbs to display above the header.
2542
+ */
2543
+ id: {
2544
+ type: StringConstructor;
2545
+ default: null;
2546
+ };
2547
+ color: {
2548
+ type: () => NeonFunctionalColor;
2549
+ default: null;
2550
+ };
2551
+ inverse: {
2552
+ type: BooleanConstructor;
2553
+ default: boolean;
2554
+ };
2555
+ disabled: {
2556
+ type: BooleanConstructor;
2557
+ default: boolean;
2558
+ };
2559
+ }>> & Readonly<{}>, {
2560
+ color: NeonFunctionalColor;
2561
+ id: string;
2562
+ inverse: boolean;
2563
+ disabled: boolean;
2564
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2565
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2566
+ href: {
2567
+ type: StringConstructor;
2568
+ default: null;
2569
+ };
2570
+ noStyle: {
2571
+ type: BooleanConstructor;
2572
+ default: boolean;
2573
+ };
2574
+ outlineStyle: {
2575
+ type: () => import("../../../neon").NeonOutlineStyle;
2576
+ default: import("../../../neon").NeonOutlineStyle;
2577
+ };
2578
+ externalIndicator: {
2579
+ type: BooleanConstructor;
2580
+ default: boolean;
2581
+ };
2582
+ }>, {
2583
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
2584
+ routerUrl: import("vue").ComputedRef<string | undefined>;
2585
+ sanitizedAttributes: import("vue").ComputedRef<{
2586
+ [x: string]: unknown;
2587
+ }>;
2588
+ activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
2589
+ exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
2590
+ onClick: () => void;
2591
+ onSpace: () => Promise<void>;
2592
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2593
+ href: {
2594
+ type: StringConstructor;
2595
+ default: null;
2596
+ };
2597
+ noStyle: {
2598
+ type: BooleanConstructor;
2599
+ default: boolean;
2600
+ };
2601
+ outlineStyle: {
2602
+ type: () => import("../../../neon").NeonOutlineStyle;
2603
+ default: import("../../../neon").NeonOutlineStyle;
2604
+ };
2605
+ externalIndicator: {
2606
+ type: BooleanConstructor;
2607
+ default: boolean;
2608
+ };
2609
+ }>> & Readonly<{
2610
+ onClick?: ((...args: any[]) => any) | undefined;
2611
+ }>, {
2612
+ href: string;
2613
+ noStyle: boolean;
2614
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
2615
+ externalIndicator: boolean;
2616
+ }, {}, {
2617
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2618
+ name: {
2619
+ type: StringConstructor;
2620
+ required: true;
2621
+ }; /**
2622
+ * Breadcrumbs to display above the header.
2623
+ */
2624
+ id: {
2625
+ type: StringConstructor;
2626
+ default: null;
2627
+ };
2628
+ color: {
2629
+ type: () => NeonFunctionalColor;
2630
+ default: null;
2631
+ };
2632
+ inverse: {
2633
+ type: BooleanConstructor;
2634
+ default: boolean;
2635
+ };
2636
+ disabled: {
2637
+ type: BooleanConstructor;
2638
+ default: boolean;
2639
+ };
2640
+ }>, {
2641
+ sanitizedAttributes: import("vue").ComputedRef<{
2642
+ [x: string]: unknown;
2643
+ }>; /**
2644
+ * Emitted when in selectable mode and the selected state of a card is toggled.
2645
+ * @type {string, boolean} - the id of the card which is toggled & the new selected state.
2646
+ */
2647
+ icon: import("vue").ComputedRef<string | undefined>;
2648
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2649
+ name: {
2650
+ type: StringConstructor;
2651
+ required: true;
2652
+ }; /**
2653
+ * Breadcrumbs to display above the header.
2654
+ */
2655
+ id: {
2656
+ type: StringConstructor;
2657
+ default: null;
2658
+ };
2659
+ color: {
2660
+ type: () => NeonFunctionalColor;
2661
+ default: null;
2662
+ };
2663
+ inverse: {
2664
+ type: BooleanConstructor;
2665
+ default: boolean;
2666
+ };
2667
+ disabled: {
2668
+ type: BooleanConstructor;
2669
+ default: boolean;
2670
+ };
2671
+ }>> & Readonly<{}>, {
2672
+ color: NeonFunctionalColor;
2673
+ id: string;
2674
+ inverse: boolean;
2675
+ disabled: boolean;
2676
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2677
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2678
+ NeonSwiper: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2679
+ fade: {
2680
+ type: BooleanConstructor;
2681
+ default: boolean;
2682
+ };
2683
+ orientation: {
2684
+ type: () => import("../../../neon").NeonOrientation;
2685
+ default: import("../../../neon").NeonOrientation;
2686
+ };
2687
+ hideFadeStart: {
2688
+ type: BooleanConstructor;
2689
+ default: boolean;
2690
+ };
2691
+ hideFadeEnd: {
2692
+ type: BooleanConstructor; /**
2693
+ * A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
2694
+ * state. Use this component directly inside the NeonPage <em>contents</em> slot.
2695
+ */
2696
+ default: boolean;
2697
+ };
2698
+ }>, {
2699
+ isOverflowing: import("vue").Ref<boolean, boolean>;
2700
+ isScrollStart: import("vue").Ref<boolean, boolean>;
2701
+ isScrollEnd: import("vue").Ref<boolean, boolean>;
2702
+ scrollable: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
2703
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2704
+ fade: {
2705
+ type: BooleanConstructor;
2706
+ default: boolean;
2707
+ };
2708
+ orientation: {
2709
+ type: () => import("../../../neon").NeonOrientation;
2710
+ default: import("../../../neon").NeonOrientation;
2711
+ };
2712
+ hideFadeStart: {
2713
+ type: BooleanConstructor;
2714
+ default: boolean;
2715
+ };
2716
+ hideFadeEnd: {
2717
+ type: BooleanConstructor; /**
2718
+ * A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
2719
+ * state. Use this component directly inside the NeonPage <em>contents</em> slot.
2720
+ */
2721
+ default: boolean;
2722
+ };
2723
+ }>> & Readonly<{}>, {
2724
+ orientation: import("../../../neon").NeonOrientation;
2725
+ fade: boolean;
2726
+ hideFadeStart: boolean;
2727
+ hideFadeEnd: boolean;
2728
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2729
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2730
+ NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2731
+ gap: {
2732
+ type: () => import("../../../neon").NeonLayoutSize;
2733
+ default: () => import("../../../neon").NeonLayoutSize;
2734
+ };
2735
+ breakpoint: {
2736
+ type: () => import("../../../neon").NeonResponsive;
2737
+ };
2738
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2739
+ gap: {
2740
+ type: () => import("../../../neon").NeonLayoutSize;
2741
+ default: () => import("../../../neon").NeonLayoutSize;
2742
+ };
2743
+ breakpoint: {
2744
+ type: () => import("../../../neon").NeonResponsive;
2745
+ };
2746
+ }>> & Readonly<{}>, {
2747
+ gap: import("../../../neon").NeonLayoutSize;
2748
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2749
+ NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2750
+ gap: {
2751
+ type: () => import("../../../neon").NeonLayoutSize;
2752
+ default: () => import("../../../neon").NeonLayoutSize;
2753
+ };
2754
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2755
+ gap: {
2756
+ type: () => import("../../../neon").NeonLayoutSize;
2757
+ default: () => import("../../../neon").NeonLayoutSize;
2758
+ };
2759
+ }>> & Readonly<{}>, {
2760
+ gap: import("../../../neon").NeonLayoutSize;
2761
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2762
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2763
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2764
+ export default _default;