@aotearoan/neon 28.3.0 → 28.4.1

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