@aotearoan/neon 28.4.0 → 28.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.cjs.js +2 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.cjs.js.map +1 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.es.js +16 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.es.js.map +1 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.vue.cjs.js +2 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.vue.cjs.js.map +1 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.vue.es.js +48 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.vue.es.js.map +1 -0
- package/dist/components/feedback/skeleton-loader/NeonSkeletonLoader.cjs.js.map +1 -1
- package/dist/components/feedback/skeleton-loader/NeonSkeletonLoader.es.js.map +1 -1
- package/dist/components/feedback/splash-loader/NeonSplashLoader.cjs.js.map +1 -1
- package/dist/components/feedback/splash-loader/NeonSplashLoader.es.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.cjs.js +1 -1
- package/dist/components/layout/card-list/NeonCardList.cjs.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.es.js +59 -43
- package/dist/components/layout/card-list/NeonCardList.es.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.cjs.js +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.cjs.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.es.js +90 -63
- package/dist/components/layout/card-list/NeonCardList.vue.es.js.map +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.cjs.js +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.cjs.js.map +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.es.js +38 -24
- package/dist/components/layout/list-layout/NeonListLayout.es.js.map +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.vue.cjs.js +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.vue.cjs.js.map +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.vue.es.js +55 -51
- package/dist/components/layout/list-layout/NeonListLayout.vue.es.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.cjs.js +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.cjs.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.es.js +11 -10
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.es.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.cjs.js +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.cjs.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.es.js +10 -10
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.es.js.map +1 -1
- package/dist/components/navigation/pagination/NeonPagination.cjs.js +1 -1
- package/dist/components/navigation/pagination/NeonPagination.cjs.js.map +1 -1
- package/dist/components/navigation/pagination/NeonPagination.es.js +31 -21
- package/dist/components/navigation/pagination/NeonPagination.es.js.map +1 -1
- package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js +1 -1
- package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js.map +1 -1
- package/dist/components/navigation/pagination/NeonPagination.vue.es.js +43 -36
- package/dist/components/navigation/pagination/NeonPagination.vue.es.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js +7 -7
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.cjs.js +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.cjs.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.es.js +40 -40
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.es.js.map +1 -1
- package/dist/neon.cjs.js +1 -1
- package/dist/neon.es.js +175 -173
- package/dist/neon.es.js.map +1 -1
- package/dist/src/components/feedback/loading-state-card/NeonLoadingStateCard.d.ts +48 -0
- package/dist/src/components/feedback/loading-state-card/NeonLoadingStateCard.vue.d.ts +2 -0
- package/dist/src/components/feedback/skeleton-loader/NeonSkeletonLoader.d.ts +2 -2
- package/dist/src/components/feedback/splash-loader/NeonSplashLoader.d.ts +1 -2
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +105 -49
- package/dist/src/components/layout/list-layout/NeonListLayout.d.ts +317 -300
- package/dist/src/components/navigation/pagination/NeonPagination.d.ts +6 -5
- package/dist/src/model/navigation/pagination/NeonPaginationModel.d.ts +1 -1
- package/dist/src/neon.d.ts +1 -0
- package/package.json +1 -1
- package/src/sass/components/_card-list.scss +4 -12
- package/src/sass/components/_loading-state-card.scss +48 -0
- package/src/sass/components/_skeleton-loader.scss +1 -0
- package/src/sass/components/components.scss +1 -0
- package/src/sass/core/_transitions.scss +3 -3
- package/src/sass/includes/_dependencies.scss +3 -2
- package/src/sass/palette.scss +2 -2
- package/src/sass/theme.scss +4 -0
- package/src/sass/variables-dark.scss +3 -3
- package/src/sass/variables-global.scss +9 -2
- package/src/sass/variables-light.scss +3 -3
|
@@ -51,6 +51,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
51
|
type: () => Array<NeonCardListModel<NeonIdentifiable | (NeonIdentifiable & NeonSelectable)>>;
|
|
52
52
|
required: true;
|
|
53
53
|
};
|
|
54
|
+
/**
|
|
55
|
+
* Loading state for the initial load.
|
|
56
|
+
*/
|
|
57
|
+
initializing: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
};
|
|
54
60
|
/**
|
|
55
61
|
* Loading state for pagination, set when loading a new page.
|
|
56
62
|
*/
|
|
@@ -84,13 +90,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
84
90
|
type: () => NeonPaginationModel;
|
|
85
91
|
};
|
|
86
92
|
}>, {
|
|
87
|
-
|
|
93
|
+
emit: (event: "page-change" | "show-more" | "toggle-selected", ...args: any[]) => void;
|
|
88
94
|
slots: Readonly<{
|
|
89
95
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
90
96
|
}>;
|
|
91
97
|
showMore: () => void;
|
|
92
98
|
toggleSelected: (id: string, selected: boolean) => void;
|
|
93
|
-
|
|
99
|
+
onPageChange: (newPage: number) => void;
|
|
100
|
+
}, {}, {}, {}, 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<{
|
|
94
101
|
/**
|
|
95
102
|
* The title of the header.
|
|
96
103
|
*/
|
|
@@ -132,6 +139,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
132
139
|
type: () => Array<NeonCardListModel<NeonIdentifiable | (NeonIdentifiable & NeonSelectable)>>;
|
|
133
140
|
required: true;
|
|
134
141
|
};
|
|
142
|
+
/**
|
|
143
|
+
* Loading state for the initial load.
|
|
144
|
+
*/
|
|
145
|
+
initializing: {
|
|
146
|
+
type: BooleanConstructor;
|
|
147
|
+
};
|
|
135
148
|
/**
|
|
136
149
|
* Loading state for pagination, set when loading a new page.
|
|
137
150
|
*/
|
|
@@ -165,6 +178,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
165
178
|
type: () => NeonPaginationModel;
|
|
166
179
|
};
|
|
167
180
|
}>> & Readonly<{
|
|
181
|
+
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
168
182
|
"onShow-more"?: ((...args: any[]) => any) | undefined;
|
|
169
183
|
"onToggle-selected"?: ((...args: any[]) => any) | undefined;
|
|
170
184
|
}>, {
|
|
@@ -174,6 +188,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
174
188
|
backButton: boolean;
|
|
175
189
|
backLabel: string;
|
|
176
190
|
selectable: boolean;
|
|
191
|
+
initializing: boolean;
|
|
177
192
|
}, {}, {
|
|
178
193
|
NeonSplashLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
179
194
|
color: {
|
|
@@ -220,10 +235,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
220
235
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
221
236
|
name: {
|
|
222
237
|
type: StringConstructor;
|
|
223
|
-
required: true;
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
238
|
+
required: true; /**
|
|
239
|
+
* Breadcrumbs to display above the header.
|
|
240
|
+
*/
|
|
241
|
+
};
|
|
227
242
|
id: {
|
|
228
243
|
type: StringConstructor;
|
|
229
244
|
default: null;
|
|
@@ -243,18 +258,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
243
258
|
}>, {
|
|
244
259
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
245
260
|
[x: string]: unknown;
|
|
246
|
-
}>;
|
|
247
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
248
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
249
|
-
*/
|
|
261
|
+
}>;
|
|
250
262
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
251
263
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
252
264
|
name: {
|
|
253
265
|
type: StringConstructor;
|
|
254
|
-
required: true;
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
266
|
+
required: true; /**
|
|
267
|
+
* Breadcrumbs to display above the header.
|
|
268
|
+
*/
|
|
269
|
+
};
|
|
258
270
|
id: {
|
|
259
271
|
type: StringConstructor;
|
|
260
272
|
default: null;
|
|
@@ -288,13 +300,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
288
300
|
};
|
|
289
301
|
imageColor: {
|
|
290
302
|
type: () => NeonFunctionalColor;
|
|
303
|
+
/**
|
|
304
|
+
* Breadcrumbs to display above the header.
|
|
305
|
+
*/
|
|
291
306
|
default: () => NeonFunctionalColor;
|
|
292
307
|
};
|
|
293
308
|
title: {
|
|
294
309
|
type: StringConstructor;
|
|
295
|
-
required: true;
|
|
296
|
-
|
|
297
|
-
|
|
310
|
+
required: true; /**
|
|
311
|
+
* Whether to display a back button
|
|
312
|
+
*/
|
|
313
|
+
}; /**
|
|
298
314
|
* Whether to display a back button
|
|
299
315
|
*/
|
|
300
316
|
subtitle: {
|
|
@@ -318,13 +334,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
318
334
|
};
|
|
319
335
|
imageColor: {
|
|
320
336
|
type: () => NeonFunctionalColor;
|
|
337
|
+
/**
|
|
338
|
+
* Breadcrumbs to display above the header.
|
|
339
|
+
*/
|
|
321
340
|
default: () => NeonFunctionalColor;
|
|
322
341
|
};
|
|
323
342
|
title: {
|
|
324
343
|
type: StringConstructor;
|
|
325
|
-
required: true;
|
|
326
|
-
|
|
327
|
-
|
|
344
|
+
required: true; /**
|
|
345
|
+
* Whether to display a back button
|
|
346
|
+
*/
|
|
347
|
+
}; /**
|
|
328
348
|
* Whether to display a back button
|
|
329
349
|
*/
|
|
330
350
|
subtitle: {
|
|
@@ -352,12 +372,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
352
372
|
};
|
|
353
373
|
size: {
|
|
354
374
|
type: () => import("../../../neon").NeonButtonSize;
|
|
355
|
-
default: import("../../../neon").NeonButtonSize;
|
|
356
|
-
|
|
357
|
-
*/
|
|
358
|
-
}; /**
|
|
359
|
-
* The subtitle of the header.
|
|
360
|
-
*/
|
|
375
|
+
default: import("../../../neon").NeonButtonSize;
|
|
376
|
+
};
|
|
361
377
|
color: {
|
|
362
378
|
type: () => NeonFunctionalColor;
|
|
363
379
|
default: NeonFunctionalColor;
|
|
@@ -400,7 +416,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
400
416
|
transparent: {
|
|
401
417
|
type: BooleanConstructor;
|
|
402
418
|
default: boolean;
|
|
403
|
-
};
|
|
419
|
+
}; /**
|
|
420
|
+
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
421
|
+
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
422
|
+
*/
|
|
404
423
|
outline: {
|
|
405
424
|
type: BooleanConstructor;
|
|
406
425
|
default: boolean;
|
|
@@ -455,12 +474,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
455
474
|
};
|
|
456
475
|
size: {
|
|
457
476
|
type: () => import("../../../neon").NeonButtonSize;
|
|
458
|
-
default: import("../../../neon").NeonButtonSize;
|
|
459
|
-
|
|
460
|
-
*/
|
|
461
|
-
}; /**
|
|
462
|
-
* The subtitle of the header.
|
|
463
|
-
*/
|
|
477
|
+
default: import("../../../neon").NeonButtonSize;
|
|
478
|
+
};
|
|
464
479
|
color: {
|
|
465
480
|
type: () => NeonFunctionalColor;
|
|
466
481
|
default: NeonFunctionalColor;
|
|
@@ -503,7 +518,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
503
518
|
transparent: {
|
|
504
519
|
type: BooleanConstructor;
|
|
505
520
|
default: boolean;
|
|
506
|
-
};
|
|
521
|
+
}; /**
|
|
522
|
+
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
523
|
+
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
524
|
+
*/
|
|
507
525
|
outline: {
|
|
508
526
|
type: BooleanConstructor;
|
|
509
527
|
default: boolean;
|
|
@@ -589,10 +607,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
589
607
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
590
608
|
name: {
|
|
591
609
|
type: StringConstructor;
|
|
592
|
-
required: true;
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
610
|
+
required: true; /**
|
|
611
|
+
* Breadcrumbs to display above the header.
|
|
612
|
+
*/
|
|
613
|
+
};
|
|
596
614
|
id: {
|
|
597
615
|
type: StringConstructor;
|
|
598
616
|
default: null;
|
|
@@ -612,18 +630,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
612
630
|
}>, {
|
|
613
631
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
614
632
|
[x: string]: unknown;
|
|
615
|
-
}>;
|
|
616
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
617
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
618
|
-
*/
|
|
633
|
+
}>;
|
|
619
634
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
620
635
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
621
636
|
name: {
|
|
622
637
|
type: StringConstructor;
|
|
623
|
-
required: true;
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
638
|
+
required: true; /**
|
|
639
|
+
* Breadcrumbs to display above the header.
|
|
640
|
+
*/
|
|
641
|
+
};
|
|
627
642
|
id: {
|
|
628
643
|
type: StringConstructor;
|
|
629
644
|
default: null;
|
|
@@ -665,14 +680,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
665
680
|
};
|
|
666
681
|
}>, {
|
|
667
682
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
668
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
683
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
684
|
+
* Make cards selectable.
|
|
685
|
+
*/
|
|
669
686
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
670
687
|
[x: string]: unknown;
|
|
671
688
|
}>;
|
|
672
689
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
673
690
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
674
691
|
onClick: () => void;
|
|
675
|
-
onSpace: () => Promise<void>;
|
|
692
|
+
onSpace: () => Promise<void>; /**
|
|
693
|
+
* Model for configuring the on demand loading layout.
|
|
694
|
+
*/
|
|
676
695
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
677
696
|
href: {
|
|
678
697
|
type: StringConstructor;
|
|
@@ -701,10 +720,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
701
720
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
702
721
|
name: {
|
|
703
722
|
type: StringConstructor;
|
|
704
|
-
required: true;
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
723
|
+
required: true; /**
|
|
724
|
+
* Breadcrumbs to display above the header.
|
|
725
|
+
*/
|
|
726
|
+
};
|
|
708
727
|
id: {
|
|
709
728
|
type: StringConstructor;
|
|
710
729
|
default: null;
|
|
@@ -724,18 +743,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
724
743
|
}>, {
|
|
725
744
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
726
745
|
[x: string]: unknown;
|
|
727
|
-
}>;
|
|
728
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
729
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
730
|
-
*/
|
|
746
|
+
}>;
|
|
731
747
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
732
748
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
733
749
|
name: {
|
|
734
750
|
type: StringConstructor;
|
|
735
|
-
required: true;
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
751
|
+
required: true; /**
|
|
752
|
+
* Breadcrumbs to display above the header.
|
|
753
|
+
*/
|
|
754
|
+
};
|
|
739
755
|
id: {
|
|
740
756
|
type: StringConstructor;
|
|
741
757
|
default: null;
|
|
@@ -763,10 +779,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
763
779
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
764
780
|
name: {
|
|
765
781
|
type: StringConstructor;
|
|
766
|
-
required: true;
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
782
|
+
required: true; /**
|
|
783
|
+
* Breadcrumbs to display above the header.
|
|
784
|
+
*/
|
|
785
|
+
};
|
|
770
786
|
id: {
|
|
771
787
|
type: StringConstructor;
|
|
772
788
|
default: null;
|
|
@@ -786,18 +802,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
786
802
|
}>, {
|
|
787
803
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
788
804
|
[x: string]: unknown;
|
|
789
|
-
}>;
|
|
790
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
791
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
792
|
-
*/
|
|
805
|
+
}>;
|
|
793
806
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
794
807
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
795
808
|
name: {
|
|
796
809
|
type: StringConstructor;
|
|
797
|
-
required: true;
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
810
|
+
required: true; /**
|
|
811
|
+
* Breadcrumbs to display above the header.
|
|
812
|
+
*/
|
|
813
|
+
};
|
|
801
814
|
id: {
|
|
802
815
|
type: StringConstructor;
|
|
803
816
|
default: null;
|
|
@@ -860,27 +873,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
860
873
|
};
|
|
861
874
|
color: {
|
|
862
875
|
type: () => NeonFunctionalColor;
|
|
863
|
-
default: null;
|
|
864
|
-
|
|
865
|
-
*/
|
|
866
|
-
}; /**
|
|
867
|
-
* Make cards selectable.
|
|
868
|
-
*/
|
|
876
|
+
default: null;
|
|
877
|
+
};
|
|
869
878
|
selectable: {
|
|
870
879
|
type: BooleanConstructor;
|
|
871
|
-
default: boolean;
|
|
872
|
-
|
|
873
|
-
*/
|
|
874
|
-
}; /**
|
|
875
|
-
* Model for configuring the on demand loading layout.
|
|
876
|
-
*/
|
|
880
|
+
default: boolean;
|
|
881
|
+
};
|
|
877
882
|
loadOnDemand: {
|
|
878
|
-
type: () => NeonLoadOnDemandModel;
|
|
879
|
-
|
|
880
|
-
*/
|
|
881
|
-
}; /**
|
|
882
|
-
* Model for configuring pagination, either pagination or loadOnDemand should be provided.
|
|
883
|
-
*/
|
|
883
|
+
type: () => NeonLoadOnDemandModel;
|
|
884
|
+
};
|
|
884
885
|
pagination: {
|
|
885
886
|
type: () => NeonPaginationModel;
|
|
886
887
|
};
|
|
@@ -888,7 +889,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
888
889
|
type: BooleanConstructor;
|
|
889
890
|
};
|
|
890
891
|
}>, {
|
|
891
|
-
emit: (event: "show-more" | "toggle-selected", ...args: any[]) => void;
|
|
892
|
+
emit: (event: "page-change" | "show-more" | "toggle-selected", ...args: any[]) => void;
|
|
892
893
|
n: typeof import("../../../neon").NeonNumberUtils.formatNumber;
|
|
893
894
|
NeonButtonStyle: typeof import("../../../neon").NeonButtonStyle;
|
|
894
895
|
NeonFunctionalColor: typeof NeonFunctionalColor;
|
|
@@ -900,34 +901,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
900
901
|
slots: Readonly<{
|
|
901
902
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
902
903
|
}>;
|
|
903
|
-
|
|
904
|
+
cards: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
905
|
+
onPageChange: (newPage: number) => void;
|
|
906
|
+
}, {}, {}, {}, 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<{
|
|
904
907
|
items: {
|
|
905
908
|
type: () => NeonCardListModel<NeonIdentifiable | (NeonIdentifiable & NeonSelectable)>[];
|
|
906
909
|
required: true;
|
|
907
910
|
};
|
|
908
911
|
color: {
|
|
909
912
|
type: () => NeonFunctionalColor;
|
|
910
|
-
default: null;
|
|
911
|
-
|
|
912
|
-
*/
|
|
913
|
-
}; /**
|
|
914
|
-
* Make cards selectable.
|
|
915
|
-
*/
|
|
913
|
+
default: null;
|
|
914
|
+
};
|
|
916
915
|
selectable: {
|
|
917
916
|
type: BooleanConstructor;
|
|
918
|
-
default: boolean;
|
|
919
|
-
|
|
920
|
-
*/
|
|
921
|
-
}; /**
|
|
922
|
-
* Model for configuring the on demand loading layout.
|
|
923
|
-
*/
|
|
917
|
+
default: boolean;
|
|
918
|
+
};
|
|
924
919
|
loadOnDemand: {
|
|
925
|
-
type: () => NeonLoadOnDemandModel;
|
|
926
|
-
|
|
927
|
-
*/
|
|
928
|
-
}; /**
|
|
929
|
-
* Model for configuring pagination, either pagination or loadOnDemand should be provided.
|
|
930
|
-
*/
|
|
920
|
+
type: () => NeonLoadOnDemandModel;
|
|
921
|
+
};
|
|
931
922
|
pagination: {
|
|
932
923
|
type: () => NeonPaginationModel;
|
|
933
924
|
};
|
|
@@ -935,6 +926,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
935
926
|
type: BooleanConstructor;
|
|
936
927
|
};
|
|
937
928
|
}>> & Readonly<{
|
|
929
|
+
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
938
930
|
"onShow-more"?: ((...args: any[]) => any) | undefined;
|
|
939
931
|
"onToggle-selected"?: ((...args: any[]) => any) | undefined;
|
|
940
932
|
}>, {
|
|
@@ -945,6 +937,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
945
937
|
NeonSelectableCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
946
938
|
modelValue: {
|
|
947
939
|
type: BooleanConstructor;
|
|
940
|
+
/**
|
|
941
|
+
* A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
|
|
942
|
+
* state. Use this component directly inside the NeonPage <em>contents</em> slot.
|
|
943
|
+
*/
|
|
948
944
|
required: true;
|
|
949
945
|
};
|
|
950
946
|
color: {
|
|
@@ -962,6 +958,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
962
958
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
963
959
|
modelValue: {
|
|
964
960
|
type: BooleanConstructor;
|
|
961
|
+
/**
|
|
962
|
+
* A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
|
|
963
|
+
* state. Use this component directly inside the NeonPage <em>contents</em> slot.
|
|
964
|
+
*/
|
|
965
965
|
required: true;
|
|
966
966
|
};
|
|
967
967
|
color: {
|
|
@@ -1064,8 +1064,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1064
1064
|
};
|
|
1065
1065
|
disabled: {
|
|
1066
1066
|
type: BooleanConstructor;
|
|
1067
|
-
default: boolean;
|
|
1068
|
-
|
|
1067
|
+
default: boolean; /**
|
|
1068
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1069
|
+
*/
|
|
1070
|
+
}; /**
|
|
1071
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1072
|
+
*/
|
|
1069
1073
|
}>, {
|
|
1070
1074
|
checkbox: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
1071
1075
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
@@ -1103,8 +1107,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1103
1107
|
};
|
|
1104
1108
|
disabled: {
|
|
1105
1109
|
type: BooleanConstructor;
|
|
1106
|
-
default: boolean;
|
|
1107
|
-
|
|
1110
|
+
default: boolean; /**
|
|
1111
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1112
|
+
*/
|
|
1113
|
+
}; /**
|
|
1114
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1115
|
+
*/
|
|
1108
1116
|
}>> & Readonly<{
|
|
1109
1117
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1110
1118
|
"onIndeterminate-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1120,10 +1128,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1120
1128
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1121
1129
|
name: {
|
|
1122
1130
|
type: StringConstructor;
|
|
1123
|
-
required: true;
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1131
|
+
required: true; /**
|
|
1132
|
+
* Breadcrumbs to display above the header.
|
|
1133
|
+
*/
|
|
1134
|
+
};
|
|
1127
1135
|
id: {
|
|
1128
1136
|
type: StringConstructor;
|
|
1129
1137
|
default: null;
|
|
@@ -1143,18 +1151,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1143
1151
|
}>, {
|
|
1144
1152
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1145
1153
|
[x: string]: unknown;
|
|
1146
|
-
}>;
|
|
1147
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
1148
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
1149
|
-
*/
|
|
1154
|
+
}>;
|
|
1150
1155
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
1151
1156
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1152
1157
|
name: {
|
|
1153
1158
|
type: StringConstructor;
|
|
1154
|
-
required: true;
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1159
|
+
required: true; /**
|
|
1160
|
+
* Breadcrumbs to display above the header.
|
|
1161
|
+
*/
|
|
1162
|
+
};
|
|
1158
1163
|
id: {
|
|
1159
1164
|
type: StringConstructor;
|
|
1160
1165
|
default: null;
|
|
@@ -1186,7 +1191,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1186
1191
|
};
|
|
1187
1192
|
urlTemplate: {
|
|
1188
1193
|
type: StringConstructor;
|
|
1189
|
-
required: true;
|
|
1190
1194
|
};
|
|
1191
1195
|
pageSize: {
|
|
1192
1196
|
type: NumberConstructor;
|
|
@@ -1214,15 +1218,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1214
1218
|
showFirstPageWithEllipsis: import("vue").ComputedRef<boolean>;
|
|
1215
1219
|
showLastPageWithEllipsis: import("vue").ComputedRef<boolean>;
|
|
1216
1220
|
pageRange: import("vue").ComputedRef<number[]>;
|
|
1217
|
-
url: (page: number) => string;
|
|
1218
|
-
|
|
1221
|
+
url: (page: number) => string | undefined;
|
|
1222
|
+
emit: (event: "page-change", ...args: any[]) => void;
|
|
1223
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "page-change"[], "page-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1219
1224
|
page: {
|
|
1220
1225
|
type: NumberConstructor;
|
|
1221
1226
|
required: true;
|
|
1222
1227
|
};
|
|
1223
1228
|
urlTemplate: {
|
|
1224
1229
|
type: StringConstructor;
|
|
1225
|
-
required: true;
|
|
1226
1230
|
};
|
|
1227
1231
|
pageSize: {
|
|
1228
1232
|
type: NumberConstructor;
|
|
@@ -1240,7 +1244,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1240
1244
|
type: () => NeonFunctionalColor;
|
|
1241
1245
|
default: () => NeonFunctionalColor;
|
|
1242
1246
|
};
|
|
1243
|
-
}>> & Readonly<{
|
|
1247
|
+
}>> & Readonly<{
|
|
1248
|
+
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
1249
|
+
}>, {
|
|
1244
1250
|
color: NeonFunctionalColor;
|
|
1245
1251
|
pageSize: number;
|
|
1246
1252
|
displayFirstAndLast: boolean;
|
|
@@ -1256,12 +1262,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1256
1262
|
};
|
|
1257
1263
|
size: {
|
|
1258
1264
|
type: () => import("../../../neon").NeonButtonSize;
|
|
1259
|
-
default: import("../../../neon").NeonButtonSize;
|
|
1260
|
-
|
|
1261
|
-
*/
|
|
1262
|
-
}; /**
|
|
1263
|
-
* The subtitle of the header.
|
|
1264
|
-
*/
|
|
1265
|
+
default: import("../../../neon").NeonButtonSize;
|
|
1266
|
+
};
|
|
1265
1267
|
color: {
|
|
1266
1268
|
type: () => NeonFunctionalColor;
|
|
1267
1269
|
default: NeonFunctionalColor;
|
|
@@ -1304,7 +1306,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1304
1306
|
transparent: {
|
|
1305
1307
|
type: BooleanConstructor;
|
|
1306
1308
|
default: boolean;
|
|
1307
|
-
};
|
|
1309
|
+
}; /**
|
|
1310
|
+
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
1311
|
+
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
1312
|
+
*/
|
|
1308
1313
|
outline: {
|
|
1309
1314
|
type: BooleanConstructor;
|
|
1310
1315
|
default: boolean;
|
|
@@ -1359,12 +1364,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1359
1364
|
};
|
|
1360
1365
|
size: {
|
|
1361
1366
|
type: () => import("../../../neon").NeonButtonSize;
|
|
1362
|
-
default: import("../../../neon").NeonButtonSize;
|
|
1363
|
-
|
|
1364
|
-
*/
|
|
1365
|
-
}; /**
|
|
1366
|
-
* The subtitle of the header.
|
|
1367
|
-
*/
|
|
1367
|
+
default: import("../../../neon").NeonButtonSize;
|
|
1368
|
+
};
|
|
1368
1369
|
color: {
|
|
1369
1370
|
type: () => NeonFunctionalColor;
|
|
1370
1371
|
default: NeonFunctionalColor;
|
|
@@ -1407,7 +1408,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1407
1408
|
transparent: {
|
|
1408
1409
|
type: BooleanConstructor;
|
|
1409
1410
|
default: boolean;
|
|
1410
|
-
};
|
|
1411
|
+
}; /**
|
|
1412
|
+
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
1413
|
+
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
1414
|
+
*/
|
|
1411
1415
|
outline: {
|
|
1412
1416
|
type: BooleanConstructor;
|
|
1413
1417
|
default: boolean;
|
|
@@ -1493,10 +1497,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1493
1497
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1494
1498
|
name: {
|
|
1495
1499
|
type: StringConstructor;
|
|
1496
|
-
required: true;
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
+
required: true; /**
|
|
1501
|
+
* Breadcrumbs to display above the header.
|
|
1502
|
+
*/
|
|
1503
|
+
};
|
|
1500
1504
|
id: {
|
|
1501
1505
|
type: StringConstructor;
|
|
1502
1506
|
default: null;
|
|
@@ -1516,18 +1520,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1516
1520
|
}>, {
|
|
1517
1521
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1518
1522
|
[x: string]: unknown;
|
|
1519
|
-
}>;
|
|
1520
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
1521
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
1522
|
-
*/
|
|
1523
|
+
}>;
|
|
1523
1524
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
1524
1525
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1525
1526
|
name: {
|
|
1526
1527
|
type: StringConstructor;
|
|
1527
|
-
required: true;
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1528
|
+
required: true; /**
|
|
1529
|
+
* Breadcrumbs to display above the header.
|
|
1530
|
+
*/
|
|
1531
|
+
};
|
|
1531
1532
|
id: {
|
|
1532
1533
|
type: StringConstructor;
|
|
1533
1534
|
default: null;
|
|
@@ -1569,14 +1570,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1569
1570
|
};
|
|
1570
1571
|
}>, {
|
|
1571
1572
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
1572
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
1573
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
1574
|
+
* Make cards selectable.
|
|
1575
|
+
*/
|
|
1573
1576
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1574
1577
|
[x: string]: unknown;
|
|
1575
1578
|
}>;
|
|
1576
1579
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1577
1580
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1578
1581
|
onClick: () => void;
|
|
1579
|
-
onSpace: () => Promise<void>;
|
|
1582
|
+
onSpace: () => Promise<void>; /**
|
|
1583
|
+
* Model for configuring the on demand loading layout.
|
|
1584
|
+
*/
|
|
1580
1585
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1581
1586
|
href: {
|
|
1582
1587
|
type: StringConstructor;
|
|
@@ -1605,10 +1610,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1605
1610
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1606
1611
|
name: {
|
|
1607
1612
|
type: StringConstructor;
|
|
1608
|
-
required: true;
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1613
|
+
required: true; /**
|
|
1614
|
+
* Breadcrumbs to display above the header.
|
|
1615
|
+
*/
|
|
1616
|
+
};
|
|
1612
1617
|
id: {
|
|
1613
1618
|
type: StringConstructor;
|
|
1614
1619
|
default: null;
|
|
@@ -1628,18 +1633,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1628
1633
|
}>, {
|
|
1629
1634
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1630
1635
|
[x: string]: unknown;
|
|
1631
|
-
}>;
|
|
1632
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
1633
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
1634
|
-
*/
|
|
1636
|
+
}>;
|
|
1635
1637
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
1636
1638
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1637
1639
|
name: {
|
|
1638
1640
|
type: StringConstructor;
|
|
1639
|
-
required: true;
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1641
|
+
required: true; /**
|
|
1642
|
+
* Breadcrumbs to display above the header.
|
|
1643
|
+
*/
|
|
1644
|
+
};
|
|
1643
1645
|
id: {
|
|
1644
1646
|
type: StringConstructor;
|
|
1645
1647
|
default: null;
|
|
@@ -1667,10 +1669,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1667
1669
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1668
1670
|
name: {
|
|
1669
1671
|
type: StringConstructor;
|
|
1670
|
-
required: true;
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1672
|
+
required: true; /**
|
|
1673
|
+
* Breadcrumbs to display above the header.
|
|
1674
|
+
*/
|
|
1675
|
+
};
|
|
1674
1676
|
id: {
|
|
1675
1677
|
type: StringConstructor;
|
|
1676
1678
|
default: null;
|
|
@@ -1690,18 +1692,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1690
1692
|
}>, {
|
|
1691
1693
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1692
1694
|
[x: string]: unknown;
|
|
1693
|
-
}>;
|
|
1694
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
1695
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
1696
|
-
*/
|
|
1695
|
+
}>;
|
|
1697
1696
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
1698
1697
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1699
1698
|
name: {
|
|
1700
1699
|
type: StringConstructor;
|
|
1701
|
-
required: true;
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1700
|
+
required: true; /**
|
|
1701
|
+
* Breadcrumbs to display above the header.
|
|
1702
|
+
*/
|
|
1703
|
+
};
|
|
1705
1704
|
id: {
|
|
1706
1705
|
type: StringConstructor;
|
|
1707
1706
|
default: null;
|
|
@@ -1736,12 +1735,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1736
1735
|
};
|
|
1737
1736
|
size: {
|
|
1738
1737
|
type: () => import("../../../neon").NeonButtonSize;
|
|
1739
|
-
default: import("../../../neon").NeonButtonSize;
|
|
1740
|
-
|
|
1741
|
-
*/
|
|
1742
|
-
}; /**
|
|
1743
|
-
* The subtitle of the header.
|
|
1744
|
-
*/
|
|
1738
|
+
default: import("../../../neon").NeonButtonSize;
|
|
1739
|
+
};
|
|
1745
1740
|
color: {
|
|
1746
1741
|
type: () => NeonFunctionalColor;
|
|
1747
1742
|
default: NeonFunctionalColor;
|
|
@@ -1784,7 +1779,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1784
1779
|
transparent: {
|
|
1785
1780
|
type: BooleanConstructor;
|
|
1786
1781
|
default: boolean;
|
|
1787
|
-
};
|
|
1782
|
+
}; /**
|
|
1783
|
+
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
1784
|
+
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
1785
|
+
*/
|
|
1788
1786
|
outline: {
|
|
1789
1787
|
type: BooleanConstructor;
|
|
1790
1788
|
default: boolean;
|
|
@@ -1839,12 +1837,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1839
1837
|
};
|
|
1840
1838
|
size: {
|
|
1841
1839
|
type: () => import("../../../neon").NeonButtonSize;
|
|
1842
|
-
default: import("../../../neon").NeonButtonSize;
|
|
1843
|
-
|
|
1844
|
-
*/
|
|
1845
|
-
}; /**
|
|
1846
|
-
* The subtitle of the header.
|
|
1847
|
-
*/
|
|
1840
|
+
default: import("../../../neon").NeonButtonSize;
|
|
1841
|
+
};
|
|
1848
1842
|
color: {
|
|
1849
1843
|
type: () => NeonFunctionalColor;
|
|
1850
1844
|
default: NeonFunctionalColor;
|
|
@@ -1887,7 +1881,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1887
1881
|
transparent: {
|
|
1888
1882
|
type: BooleanConstructor;
|
|
1889
1883
|
default: boolean;
|
|
1890
|
-
};
|
|
1884
|
+
}; /**
|
|
1885
|
+
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
1886
|
+
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
1887
|
+
*/
|
|
1891
1888
|
outline: {
|
|
1892
1889
|
type: BooleanConstructor;
|
|
1893
1890
|
default: boolean;
|
|
@@ -1973,10 +1970,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1973
1970
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1974
1971
|
name: {
|
|
1975
1972
|
type: StringConstructor;
|
|
1976
|
-
required: true;
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1973
|
+
required: true; /**
|
|
1974
|
+
* Breadcrumbs to display above the header.
|
|
1975
|
+
*/
|
|
1976
|
+
};
|
|
1980
1977
|
id: {
|
|
1981
1978
|
type: StringConstructor;
|
|
1982
1979
|
default: null;
|
|
@@ -1996,18 +1993,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1996
1993
|
}>, {
|
|
1997
1994
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1998
1995
|
[x: string]: unknown;
|
|
1999
|
-
}>;
|
|
2000
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
2001
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
2002
|
-
*/
|
|
1996
|
+
}>;
|
|
2003
1997
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
2004
1998
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2005
1999
|
name: {
|
|
2006
2000
|
type: StringConstructor;
|
|
2007
|
-
required: true;
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2001
|
+
required: true; /**
|
|
2002
|
+
* Breadcrumbs to display above the header.
|
|
2003
|
+
*/
|
|
2004
|
+
};
|
|
2011
2005
|
id: {
|
|
2012
2006
|
type: StringConstructor;
|
|
2013
2007
|
default: null;
|
|
@@ -2049,14 +2043,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2049
2043
|
};
|
|
2050
2044
|
}>, {
|
|
2051
2045
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
2052
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2046
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
2047
|
+
* Make cards selectable.
|
|
2048
|
+
*/
|
|
2053
2049
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2054
2050
|
[x: string]: unknown;
|
|
2055
2051
|
}>;
|
|
2056
2052
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2057
2053
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2058
2054
|
onClick: () => void;
|
|
2059
|
-
onSpace: () => Promise<void>;
|
|
2055
|
+
onSpace: () => Promise<void>; /**
|
|
2056
|
+
* Model for configuring the on demand loading layout.
|
|
2057
|
+
*/
|
|
2060
2058
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2061
2059
|
href: {
|
|
2062
2060
|
type: StringConstructor;
|
|
@@ -2085,10 +2083,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2085
2083
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2086
2084
|
name: {
|
|
2087
2085
|
type: StringConstructor;
|
|
2088
|
-
required: true;
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2086
|
+
required: true; /**
|
|
2087
|
+
* Breadcrumbs to display above the header.
|
|
2088
|
+
*/
|
|
2089
|
+
};
|
|
2092
2090
|
id: {
|
|
2093
2091
|
type: StringConstructor;
|
|
2094
2092
|
default: null;
|
|
@@ -2108,18 +2106,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2108
2106
|
}>, {
|
|
2109
2107
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2110
2108
|
[x: string]: unknown;
|
|
2111
|
-
}>;
|
|
2112
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
2113
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
2114
|
-
*/
|
|
2109
|
+
}>;
|
|
2115
2110
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
2116
2111
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2117
2112
|
name: {
|
|
2118
2113
|
type: StringConstructor;
|
|
2119
|
-
required: true;
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2114
|
+
required: true; /**
|
|
2115
|
+
* Breadcrumbs to display above the header.
|
|
2116
|
+
*/
|
|
2117
|
+
};
|
|
2123
2118
|
id: {
|
|
2124
2119
|
type: StringConstructor;
|
|
2125
2120
|
default: null;
|
|
@@ -2182,14 +2177,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2182
2177
|
};
|
|
2183
2178
|
}>, {
|
|
2184
2179
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
2185
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2180
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
2181
|
+
* Make cards selectable.
|
|
2182
|
+
*/
|
|
2186
2183
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2187
2184
|
[x: string]: unknown;
|
|
2188
2185
|
}>;
|
|
2189
2186
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2190
2187
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2191
2188
|
onClick: () => void;
|
|
2192
|
-
onSpace: () => Promise<void>;
|
|
2189
|
+
onSpace: () => Promise<void>; /**
|
|
2190
|
+
* Model for configuring the on demand loading layout.
|
|
2191
|
+
*/
|
|
2193
2192
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2194
2193
|
href: {
|
|
2195
2194
|
type: StringConstructor;
|
|
@@ -2218,10 +2217,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2218
2217
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2219
2218
|
name: {
|
|
2220
2219
|
type: StringConstructor;
|
|
2221
|
-
required: true;
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2220
|
+
required: true; /**
|
|
2221
|
+
* Breadcrumbs to display above the header.
|
|
2222
|
+
*/
|
|
2223
|
+
};
|
|
2225
2224
|
id: {
|
|
2226
2225
|
type: StringConstructor;
|
|
2227
2226
|
default: null;
|
|
@@ -2241,18 +2240,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2241
2240
|
}>, {
|
|
2242
2241
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2243
2242
|
[x: string]: unknown;
|
|
2244
|
-
}>;
|
|
2245
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
2246
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
2247
|
-
*/
|
|
2243
|
+
}>;
|
|
2248
2244
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
2249
2245
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2250
2246
|
name: {
|
|
2251
2247
|
type: StringConstructor;
|
|
2252
|
-
required: true;
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2248
|
+
required: true; /**
|
|
2249
|
+
* Breadcrumbs to display above the header.
|
|
2250
|
+
*/
|
|
2251
|
+
};
|
|
2256
2252
|
id: {
|
|
2257
2253
|
type: StringConstructor;
|
|
2258
2254
|
default: null;
|
|
@@ -2276,6 +2272,53 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2276
2272
|
disabled: boolean;
|
|
2277
2273
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2278
2274
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2275
|
+
NeonLoadingStateCard: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
2276
|
+
NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2277
|
+
gap: {
|
|
2278
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
2279
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
2280
|
+
};
|
|
2281
|
+
breakpoint: {
|
|
2282
|
+
type: () => import("../../../neon").NeonResponsive;
|
|
2283
|
+
};
|
|
2284
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2285
|
+
gap: {
|
|
2286
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
2287
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
2288
|
+
};
|
|
2289
|
+
breakpoint: {
|
|
2290
|
+
type: () => import("../../../neon").NeonResponsive;
|
|
2291
|
+
};
|
|
2292
|
+
}>> & Readonly<{}>, {
|
|
2293
|
+
gap: import("../../../neon").NeonLayoutSize;
|
|
2294
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2295
|
+
NeonSkeletonLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2296
|
+
count: {
|
|
2297
|
+
type: NumberConstructor;
|
|
2298
|
+
default: number;
|
|
2299
|
+
};
|
|
2300
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2301
|
+
count: {
|
|
2302
|
+
type: NumberConstructor;
|
|
2303
|
+
default: number;
|
|
2304
|
+
};
|
|
2305
|
+
}>> & Readonly<{}>, {
|
|
2306
|
+
count: number;
|
|
2307
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2308
|
+
NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2309
|
+
gap: {
|
|
2310
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
2311
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
2312
|
+
};
|
|
2313
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2314
|
+
gap: {
|
|
2315
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
2316
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
2317
|
+
};
|
|
2318
|
+
}>> & Readonly<{}>, {
|
|
2319
|
+
gap: import("../../../neon").NeonLayoutSize;
|
|
2320
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2321
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2279
2322
|
NeonSplashLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2280
2323
|
color: {
|
|
2281
2324
|
type: () => NeonFunctionalColor;
|
|
@@ -2321,10 +2364,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2321
2364
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2322
2365
|
name: {
|
|
2323
2366
|
type: StringConstructor;
|
|
2324
|
-
required: true;
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2367
|
+
required: true; /**
|
|
2368
|
+
* Breadcrumbs to display above the header.
|
|
2369
|
+
*/
|
|
2370
|
+
};
|
|
2328
2371
|
id: {
|
|
2329
2372
|
type: StringConstructor;
|
|
2330
2373
|
default: null;
|
|
@@ -2344,18 +2387,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2344
2387
|
}>, {
|
|
2345
2388
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2346
2389
|
[x: string]: unknown;
|
|
2347
|
-
}>;
|
|
2348
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
2349
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
2350
|
-
*/
|
|
2390
|
+
}>;
|
|
2351
2391
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
2352
2392
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2353
2393
|
name: {
|
|
2354
2394
|
type: StringConstructor;
|
|
2355
|
-
required: true;
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2395
|
+
required: true; /**
|
|
2396
|
+
* Breadcrumbs to display above the header.
|
|
2397
|
+
*/
|
|
2398
|
+
};
|
|
2359
2399
|
id: {
|
|
2360
2400
|
type: StringConstructor;
|
|
2361
2401
|
default: null;
|
|
@@ -2379,19 +2419,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2379
2419
|
disabled: boolean;
|
|
2380
2420
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2381
2421
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2382
|
-
NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2383
|
-
gap: {
|
|
2384
|
-
type: () => import("../../../neon").NeonLayoutSize;
|
|
2385
|
-
default: () => import("../../../neon").NeonLayoutSize;
|
|
2386
|
-
};
|
|
2387
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2388
|
-
gap: {
|
|
2389
|
-
type: () => import("../../../neon").NeonLayoutSize;
|
|
2390
|
-
default: () => import("../../../neon").NeonLayoutSize;
|
|
2391
|
-
};
|
|
2392
|
-
}>> & Readonly<{}>, {
|
|
2393
|
-
gap: import("../../../neon").NeonLayoutSize;
|
|
2394
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2395
2422
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2396
2423
|
NeonHeader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2397
2424
|
title: {
|
|
@@ -2414,8 +2441,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2414
2441
|
default: boolean;
|
|
2415
2442
|
};
|
|
2416
2443
|
backLabel: {
|
|
2417
|
-
type: StringConstructor;
|
|
2418
|
-
/**
|
|
2444
|
+
type: StringConstructor; /**
|
|
2419
2445
|
* Whether to display a back button
|
|
2420
2446
|
*/
|
|
2421
2447
|
default: string;
|
|
@@ -2447,8 +2473,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2447
2473
|
default: boolean;
|
|
2448
2474
|
};
|
|
2449
2475
|
backLabel: {
|
|
2450
|
-
type: StringConstructor;
|
|
2451
|
-
/**
|
|
2476
|
+
type: StringConstructor; /**
|
|
2452
2477
|
* Whether to display a back button
|
|
2453
2478
|
*/
|
|
2454
2479
|
default: string;
|
|
@@ -2505,10 +2530,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2505
2530
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2506
2531
|
name: {
|
|
2507
2532
|
type: StringConstructor;
|
|
2508
|
-
required: true;
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2533
|
+
required: true; /**
|
|
2534
|
+
* Breadcrumbs to display above the header.
|
|
2535
|
+
*/
|
|
2536
|
+
};
|
|
2512
2537
|
id: {
|
|
2513
2538
|
type: StringConstructor;
|
|
2514
2539
|
default: null;
|
|
@@ -2528,18 +2553,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2528
2553
|
}>, {
|
|
2529
2554
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2530
2555
|
[x: string]: unknown;
|
|
2531
|
-
}>;
|
|
2532
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
2533
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
2534
|
-
*/
|
|
2556
|
+
}>;
|
|
2535
2557
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
2536
2558
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2537
2559
|
name: {
|
|
2538
2560
|
type: StringConstructor;
|
|
2539
|
-
required: true;
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2561
|
+
required: true; /**
|
|
2562
|
+
* Breadcrumbs to display above the header.
|
|
2563
|
+
*/
|
|
2564
|
+
};
|
|
2543
2565
|
id: {
|
|
2544
2566
|
type: StringConstructor;
|
|
2545
2567
|
default: null;
|
|
@@ -2581,14 +2603,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2581
2603
|
};
|
|
2582
2604
|
}>, {
|
|
2583
2605
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
2584
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2606
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
2607
|
+
* Make cards selectable.
|
|
2608
|
+
*/
|
|
2585
2609
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2586
2610
|
[x: string]: unknown;
|
|
2587
2611
|
}>;
|
|
2588
2612
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2589
2613
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2590
2614
|
onClick: () => void;
|
|
2591
|
-
onSpace: () => Promise<void>;
|
|
2615
|
+
onSpace: () => Promise<void>; /**
|
|
2616
|
+
* Model for configuring the on demand loading layout.
|
|
2617
|
+
*/
|
|
2592
2618
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2593
2619
|
href: {
|
|
2594
2620
|
type: StringConstructor;
|
|
@@ -2617,10 +2643,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2617
2643
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2618
2644
|
name: {
|
|
2619
2645
|
type: StringConstructor;
|
|
2620
|
-
required: true;
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2646
|
+
required: true; /**
|
|
2647
|
+
* Breadcrumbs to display above the header.
|
|
2648
|
+
*/
|
|
2649
|
+
};
|
|
2624
2650
|
id: {
|
|
2625
2651
|
type: StringConstructor;
|
|
2626
2652
|
default: null;
|
|
@@ -2640,18 +2666,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2640
2666
|
}>, {
|
|
2641
2667
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2642
2668
|
[x: string]: unknown;
|
|
2643
|
-
}>;
|
|
2644
|
-
* Emitted when in selectable mode and the selected state of a card is toggled.
|
|
2645
|
-
* @type {string, boolean} - the id of the card which is toggled & the new selected state.
|
|
2646
|
-
*/
|
|
2669
|
+
}>;
|
|
2647
2670
|
icon: import("vue").ComputedRef<string | undefined>;
|
|
2648
2671
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2649
2672
|
name: {
|
|
2650
2673
|
type: StringConstructor;
|
|
2651
|
-
required: true;
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2674
|
+
required: true; /**
|
|
2675
|
+
* Breadcrumbs to display above the header.
|
|
2676
|
+
*/
|
|
2677
|
+
};
|
|
2655
2678
|
id: {
|
|
2656
2679
|
type: StringConstructor;
|
|
2657
2680
|
default: null;
|
|
@@ -2689,10 +2712,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2689
2712
|
default: boolean;
|
|
2690
2713
|
};
|
|
2691
2714
|
hideFadeEnd: {
|
|
2692
|
-
type: BooleanConstructor;
|
|
2693
|
-
* A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
|
|
2694
|
-
* state. Use this component directly inside the NeonPage <em>contents</em> slot.
|
|
2695
|
-
*/
|
|
2715
|
+
type: BooleanConstructor;
|
|
2696
2716
|
default: boolean;
|
|
2697
2717
|
};
|
|
2698
2718
|
}>, {
|
|
@@ -2714,10 +2734,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2714
2734
|
default: boolean;
|
|
2715
2735
|
};
|
|
2716
2736
|
hideFadeEnd: {
|
|
2717
|
-
type: BooleanConstructor;
|
|
2718
|
-
* A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
|
|
2719
|
-
* state. Use this component directly inside the NeonPage <em>contents</em> slot.
|
|
2720
|
-
*/
|
|
2737
|
+
type: BooleanConstructor;
|
|
2721
2738
|
default: boolean;
|
|
2722
2739
|
};
|
|
2723
2740
|
}>> & Readonly<{}>, {
|