@aotearoan/neon 28.4.1 → 28.6.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/basic-layout/NeonBasicLayout.cjs.js +2 -0
- package/dist/components/layout/basic-layout/NeonBasicLayout.cjs.js.map +1 -0
- package/dist/components/layout/basic-layout/NeonBasicLayout.es.js +40 -0
- package/dist/components/layout/basic-layout/NeonBasicLayout.es.js.map +1 -0
- package/dist/components/layout/basic-layout/NeonBasicLayout.vue.cjs.js +2 -0
- package/dist/components/layout/basic-layout/NeonBasicLayout.vue.cjs.js.map +1 -0
- package/dist/components/layout/basic-layout/NeonBasicLayout.vue.es.js +41 -0
- package/dist/components/layout/basic-layout/NeonBasicLayout.vue.es.js.map +1 -0
- 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 +60 -49
- 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 +98 -74
- 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 +34 -23
- 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 +56 -52
- 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/presentation/avatar/NeonAvatar.cjs.js +2 -0
- package/dist/components/presentation/avatar/NeonAvatar.cjs.js.map +1 -0
- package/dist/components/presentation/avatar/NeonAvatar.es.js +66 -0
- package/dist/components/presentation/avatar/NeonAvatar.es.js.map +1 -0
- package/dist/components/presentation/avatar/NeonAvatar.vue.cjs.js +2 -0
- package/dist/components/presentation/avatar/NeonAvatar.vue.cjs.js.map +1 -0
- package/dist/components/presentation/avatar/NeonAvatar.vue.es.js +25 -0
- package/dist/components/presentation/avatar/NeonAvatar.vue.es.js.map +1 -0
- package/dist/components/presentation/header/NeonHeader.vue.cjs.js +1 -1
- package/dist/components/presentation/header/NeonHeader.vue.cjs.js.map +1 -1
- package/dist/components/presentation/header/NeonHeader.vue.es.js +31 -29
- package/dist/components/presentation/header/NeonHeader.vue.es.js.map +1 -1
- package/dist/model/layout/card-list/NeonCardListStyle.cjs.js +2 -0
- package/dist/model/layout/card-list/NeonCardListStyle.cjs.js.map +1 -0
- package/dist/model/layout/card-list/NeonCardListStyle.es.js +5 -0
- package/dist/model/layout/card-list/NeonCardListStyle.es.js.map +1 -0
- package/dist/model/presentation/badge/NeonBadgeSize.cjs.js +1 -1
- package/dist/model/presentation/badge/NeonBadgeSize.cjs.js.map +1 -1
- package/dist/model/presentation/badge/NeonBadgeSize.es.js +1 -1
- package/dist/model/presentation/badge/NeonBadgeSize.es.js.map +1 -1
- package/dist/neon.cjs.js +1 -1
- package/dist/neon.es.js +267 -259
- 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/basic-layout/NeonBasicLayout.d.ts +427 -0
- package/dist/src/components/layout/basic-layout/NeonBasicLayout.vue.d.ts +2 -0
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +81 -28
- package/dist/src/components/layout/list-layout/NeonListLayout.d.ts +374 -265
- package/dist/src/components/presentation/avatar/NeonAvatar.d.ts +1806 -0
- package/dist/src/components/presentation/avatar/NeonAvatar.vue.d.ts +2 -0
- package/dist/src/model/layout/card-list/NeonCardListStyle.d.ts +13 -0
- package/dist/src/model/layout/card-list/NeonLoadOnDemandModel.d.ts +4 -8
- package/dist/src/model/presentation/badge/NeonBadgeSize.d.ts +3 -1
- package/dist/src/neon.d.ts +5 -1
- package/dist/src/utils/common/http/NeonHttpUtils.d.ts +23 -0
- package/dist/utils/common/http/NeonHttpUtils.cjs.js +2 -0
- package/dist/utils/common/http/NeonHttpUtils.cjs.js.map +1 -0
- package/dist/utils/common/http/NeonHttpUtils.es.js +31 -0
- package/dist/utils/common/http/NeonHttpUtils.es.js.map +1 -0
- package/package.json +1 -1
- package/src/sass/components/_badge.scss +2 -2
- package/src/sass/components/{_page-container.scss → _basic-layout.scss} +12 -33
- package/src/sass/components/_card-list.scss +33 -16
- package/src/sass/components/_date-picker.scss +2 -0
- package/src/sass/components/_drawer.scss +1 -0
- package/src/sass/components/_field-group.scss +5 -1
- package/src/sass/components/_header.scss +2 -1
- package/src/sass/components/_input.scss +6 -0
- package/src/sass/components/_link.scss +1 -0
- package/src/sass/components/_loading-state-card.scss +48 -0
- package/src/sass/components/_modal.scss +1 -0
- package/src/sass/components/_page.scss +1 -0
- package/src/sass/components/_range-slider.scss +4 -0
- package/src/sass/components/_skeleton-loader.scss +1 -0
- package/src/sass/components/_sticky-buttons.scss +1 -1
- package/src/sass/components/components.scss +2 -1
- package/src/sass/core/_transitions.scss +3 -3
- package/src/sass/includes/_dependencies.scss +4 -3
- package/src/sass/palette.scss +2 -2
- package/src/sass/theme.scss +8 -4
- package/src/sass/variables-dark.scss +10 -3
- package/src/sass/variables-global.scss +30 -9
- package/src/sass/variables-light.scss +10 -3
- package/dist/components/layout/page-container/NeonPageContainer.cjs.js +0 -2
- package/dist/components/layout/page-container/NeonPageContainer.cjs.js.map +0 -1
- package/dist/components/layout/page-container/NeonPageContainer.es.js +0 -26
- package/dist/components/layout/page-container/NeonPageContainer.es.js.map +0 -1
- package/dist/components/layout/page-container/NeonPageContainer.vue.cjs.js +0 -2
- package/dist/components/layout/page-container/NeonPageContainer.vue.cjs.js.map +0 -1
- package/dist/components/layout/page-container/NeonPageContainer.vue.es.js +0 -31
- package/dist/components/layout/page-container/NeonPageContainer.vue.es.js.map +0 -1
- package/dist/src/components/layout/page-container/NeonPageContainer.d.ts +0 -98
- package/dist/src/components/layout/page-container/NeonPageContainer.vue.d.ts +0 -2
|
@@ -5,6 +5,7 @@ import type { NeonPaginationModel } from '@/model/navigation/pagination/NeonPagi
|
|
|
5
5
|
import type { NeonCardListModel } from '@/model/layout/card-list/NeonCardListModel';
|
|
6
6
|
import type { NeonIdentifiable } from '@/model/common/entity/NeonIdentifiable';
|
|
7
7
|
import type { NeonSelectable } from '@/model/common/entity/NeonSelectable';
|
|
8
|
+
import { NeonCardListStyle } from '@/model/layout/card-list/NeonCardListStyle';
|
|
8
9
|
/**
|
|
9
10
|
* A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
|
|
10
11
|
* state. Use this component directly inside the NeonPage <em>contents</em> slot.
|
|
@@ -51,6 +52,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
52
|
type: () => Array<NeonCardListModel<NeonIdentifiable | (NeonIdentifiable & NeonSelectable)>>;
|
|
52
53
|
required: true;
|
|
53
54
|
};
|
|
55
|
+
/**
|
|
56
|
+
* Loading state for the initial load.
|
|
57
|
+
*/
|
|
58
|
+
initializing: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
};
|
|
54
61
|
/**
|
|
55
62
|
* Loading state for pagination, set when loading a new page.
|
|
56
63
|
*/
|
|
@@ -71,6 +78,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
78
|
type: BooleanConstructor;
|
|
72
79
|
default: boolean;
|
|
73
80
|
};
|
|
81
|
+
/**
|
|
82
|
+
* Specify the card list layout, either a 'List' of cards with 100% width or a responsive 'Grid' of cards.
|
|
83
|
+
*/
|
|
84
|
+
listStyle: {
|
|
85
|
+
type: () => NeonCardListStyle;
|
|
86
|
+
default: () => NeonCardListStyle;
|
|
87
|
+
};
|
|
74
88
|
/**
|
|
75
89
|
* Model for configuring the on demand loading layout.
|
|
76
90
|
*/
|
|
@@ -85,12 +99,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
85
99
|
};
|
|
86
100
|
}>, {
|
|
87
101
|
emit: (event: "page-change" | "show-more" | "toggle-selected", ...args: any[]) => void;
|
|
88
|
-
initializing: import("vue").Ref<boolean, boolean>;
|
|
89
102
|
slots: Readonly<{
|
|
90
103
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
91
104
|
}>;
|
|
92
105
|
showMore: () => void;
|
|
93
106
|
toggleSelected: (id: string, selected: boolean) => void;
|
|
107
|
+
onPageChange: (newPage: number) => void;
|
|
94
108
|
}, {}, {}, {}, 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
109
|
/**
|
|
96
110
|
* The title of the header.
|
|
@@ -133,6 +147,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
133
147
|
type: () => Array<NeonCardListModel<NeonIdentifiable | (NeonIdentifiable & NeonSelectable)>>;
|
|
134
148
|
required: true;
|
|
135
149
|
};
|
|
150
|
+
/**
|
|
151
|
+
* Loading state for the initial load.
|
|
152
|
+
*/
|
|
153
|
+
initializing: {
|
|
154
|
+
type: BooleanConstructor;
|
|
155
|
+
};
|
|
136
156
|
/**
|
|
137
157
|
* Loading state for pagination, set when loading a new page.
|
|
138
158
|
*/
|
|
@@ -153,6 +173,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
173
|
type: BooleanConstructor;
|
|
154
174
|
default: boolean;
|
|
155
175
|
};
|
|
176
|
+
/**
|
|
177
|
+
* Specify the card list layout, either a 'List' of cards with 100% width or a responsive 'Grid' of cards.
|
|
178
|
+
*/
|
|
179
|
+
listStyle: {
|
|
180
|
+
type: () => NeonCardListStyle;
|
|
181
|
+
default: () => NeonCardListStyle;
|
|
182
|
+
};
|
|
156
183
|
/**
|
|
157
184
|
* Model for configuring the on demand loading layout.
|
|
158
185
|
*/
|
|
@@ -175,7 +202,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
175
202
|
loading: boolean;
|
|
176
203
|
backButton: boolean;
|
|
177
204
|
backLabel: string;
|
|
205
|
+
listStyle: NeonCardListStyle;
|
|
178
206
|
selectable: boolean;
|
|
207
|
+
initializing: boolean;
|
|
179
208
|
}, {}, {
|
|
180
209
|
NeonSplashLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
181
210
|
color: {
|
|
@@ -223,15 +252,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
223
252
|
name: {
|
|
224
253
|
type: StringConstructor;
|
|
225
254
|
required: true;
|
|
226
|
-
};
|
|
227
|
-
* Breadcrumbs to display above the header.
|
|
228
|
-
*/
|
|
255
|
+
};
|
|
229
256
|
id: {
|
|
230
257
|
type: StringConstructor;
|
|
231
258
|
default: null;
|
|
232
259
|
};
|
|
233
260
|
color: {
|
|
234
|
-
type: () => NeonFunctionalColor;
|
|
261
|
+
type: () => NeonFunctionalColor; /**
|
|
262
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
263
|
+
*/
|
|
235
264
|
default: null;
|
|
236
265
|
};
|
|
237
266
|
inverse: {
|
|
@@ -241,7 +270,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
241
270
|
disabled: {
|
|
242
271
|
type: BooleanConstructor;
|
|
243
272
|
default: boolean;
|
|
244
|
-
};
|
|
273
|
+
}; /**
|
|
274
|
+
* Loading state for the initial load.
|
|
275
|
+
*/
|
|
245
276
|
}>, {
|
|
246
277
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
247
278
|
[x: string]: unknown;
|
|
@@ -251,15 +282,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
251
282
|
name: {
|
|
252
283
|
type: StringConstructor;
|
|
253
284
|
required: true;
|
|
254
|
-
};
|
|
255
|
-
* Breadcrumbs to display above the header.
|
|
256
|
-
*/
|
|
285
|
+
};
|
|
257
286
|
id: {
|
|
258
287
|
type: StringConstructor;
|
|
259
288
|
default: null;
|
|
260
289
|
};
|
|
261
290
|
color: {
|
|
262
|
-
type: () => NeonFunctionalColor;
|
|
291
|
+
type: () => NeonFunctionalColor; /**
|
|
292
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
293
|
+
*/
|
|
263
294
|
default: null;
|
|
264
295
|
};
|
|
265
296
|
inverse: {
|
|
@@ -269,7 +300,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
269
300
|
disabled: {
|
|
270
301
|
type: BooleanConstructor;
|
|
271
302
|
default: boolean;
|
|
272
|
-
};
|
|
303
|
+
}; /**
|
|
304
|
+
* Loading state for the initial load.
|
|
305
|
+
*/
|
|
273
306
|
}>> & Readonly<{}>, {
|
|
274
307
|
color: NeonFunctionalColor;
|
|
275
308
|
id: string;
|
|
@@ -286,16 +319,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
286
319
|
default: () => import("../../../neon").NeonEmptyStateType;
|
|
287
320
|
};
|
|
288
321
|
imageColor: {
|
|
289
|
-
type: () => NeonFunctionalColor;
|
|
322
|
+
type: () => NeonFunctionalColor; /**
|
|
323
|
+
* The subtitle of the header.
|
|
324
|
+
*/
|
|
290
325
|
default: () => NeonFunctionalColor;
|
|
291
326
|
};
|
|
292
327
|
title: {
|
|
293
328
|
type: StringConstructor;
|
|
294
329
|
required: true;
|
|
295
330
|
};
|
|
296
|
-
/**
|
|
297
|
-
* Whether to display a back button
|
|
298
|
-
*/
|
|
299
331
|
subtitle: {
|
|
300
332
|
type: StringConstructor;
|
|
301
333
|
};
|
|
@@ -316,16 +348,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
316
348
|
default: () => import("../../../neon").NeonEmptyStateType;
|
|
317
349
|
};
|
|
318
350
|
imageColor: {
|
|
319
|
-
type: () => NeonFunctionalColor;
|
|
351
|
+
type: () => NeonFunctionalColor; /**
|
|
352
|
+
* The subtitle of the header.
|
|
353
|
+
*/
|
|
320
354
|
default: () => NeonFunctionalColor;
|
|
321
355
|
};
|
|
322
356
|
title: {
|
|
323
357
|
type: StringConstructor;
|
|
324
358
|
required: true;
|
|
325
359
|
};
|
|
326
|
-
/**
|
|
327
|
-
* Whether to display a back button
|
|
328
|
-
*/
|
|
329
360
|
subtitle: {
|
|
330
361
|
type: StringConstructor;
|
|
331
362
|
};
|
|
@@ -351,18 +382,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
351
382
|
};
|
|
352
383
|
size: {
|
|
353
384
|
type: () => import("../../../neon").NeonButtonSize;
|
|
354
|
-
default: import("../../../neon").NeonButtonSize;
|
|
355
|
-
|
|
356
|
-
*/
|
|
357
|
-
}; /**
|
|
358
|
-
* The subtitle of the header.
|
|
359
|
-
*/
|
|
385
|
+
default: import("../../../neon").NeonButtonSize;
|
|
386
|
+
};
|
|
360
387
|
color: {
|
|
361
388
|
type: () => NeonFunctionalColor;
|
|
362
389
|
default: NeonFunctionalColor;
|
|
363
390
|
};
|
|
364
391
|
inverse: {
|
|
365
|
-
type: BooleanConstructor;
|
|
392
|
+
type: BooleanConstructor; /**
|
|
393
|
+
* Override the label for the back button
|
|
394
|
+
*/
|
|
366
395
|
default: boolean;
|
|
367
396
|
};
|
|
368
397
|
alternateColor: {
|
|
@@ -454,18 +483,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
454
483
|
};
|
|
455
484
|
size: {
|
|
456
485
|
type: () => import("../../../neon").NeonButtonSize;
|
|
457
|
-
default: import("../../../neon").NeonButtonSize;
|
|
458
|
-
|
|
459
|
-
*/
|
|
460
|
-
}; /**
|
|
461
|
-
* The subtitle of the header.
|
|
462
|
-
*/
|
|
486
|
+
default: import("../../../neon").NeonButtonSize;
|
|
487
|
+
};
|
|
463
488
|
color: {
|
|
464
489
|
type: () => NeonFunctionalColor;
|
|
465
490
|
default: NeonFunctionalColor;
|
|
466
491
|
};
|
|
467
492
|
inverse: {
|
|
468
|
-
type: BooleanConstructor;
|
|
493
|
+
type: BooleanConstructor; /**
|
|
494
|
+
* Override the label for the back button
|
|
495
|
+
*/
|
|
469
496
|
default: boolean;
|
|
470
497
|
};
|
|
471
498
|
alternateColor: {
|
|
@@ -589,15 +616,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
589
616
|
name: {
|
|
590
617
|
type: StringConstructor;
|
|
591
618
|
required: true;
|
|
592
|
-
};
|
|
593
|
-
* Breadcrumbs to display above the header.
|
|
594
|
-
*/
|
|
619
|
+
};
|
|
595
620
|
id: {
|
|
596
621
|
type: StringConstructor;
|
|
597
622
|
default: null;
|
|
598
623
|
};
|
|
599
624
|
color: {
|
|
600
|
-
type: () => NeonFunctionalColor;
|
|
625
|
+
type: () => NeonFunctionalColor; /**
|
|
626
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
627
|
+
*/
|
|
601
628
|
default: null;
|
|
602
629
|
};
|
|
603
630
|
inverse: {
|
|
@@ -607,7 +634,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
607
634
|
disabled: {
|
|
608
635
|
type: BooleanConstructor;
|
|
609
636
|
default: boolean;
|
|
610
|
-
};
|
|
637
|
+
}; /**
|
|
638
|
+
* Loading state for the initial load.
|
|
639
|
+
*/
|
|
611
640
|
}>, {
|
|
612
641
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
613
642
|
[x: string]: unknown;
|
|
@@ -617,15 +646,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
617
646
|
name: {
|
|
618
647
|
type: StringConstructor;
|
|
619
648
|
required: true;
|
|
620
|
-
};
|
|
621
|
-
* Breadcrumbs to display above the header.
|
|
622
|
-
*/
|
|
649
|
+
};
|
|
623
650
|
id: {
|
|
624
651
|
type: StringConstructor;
|
|
625
652
|
default: null;
|
|
626
653
|
};
|
|
627
654
|
color: {
|
|
628
|
-
type: () => NeonFunctionalColor;
|
|
655
|
+
type: () => NeonFunctionalColor; /**
|
|
656
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
657
|
+
*/
|
|
629
658
|
default: null;
|
|
630
659
|
};
|
|
631
660
|
inverse: {
|
|
@@ -635,7 +664,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
635
664
|
disabled: {
|
|
636
665
|
type: BooleanConstructor;
|
|
637
666
|
default: boolean;
|
|
638
|
-
};
|
|
667
|
+
}; /**
|
|
668
|
+
* Loading state for the initial load.
|
|
669
|
+
*/
|
|
639
670
|
}>> & Readonly<{}>, {
|
|
640
671
|
color: NeonFunctionalColor;
|
|
641
672
|
id: string;
|
|
@@ -667,7 +698,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
667
698
|
}>;
|
|
668
699
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
669
700
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
670
|
-
onClick: () => void;
|
|
701
|
+
onClick: () => void; /**
|
|
702
|
+
* Make cards selectable.
|
|
703
|
+
*/
|
|
671
704
|
onSpace: () => Promise<void>;
|
|
672
705
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
673
706
|
href: {
|
|
@@ -698,15 +731,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
698
731
|
name: {
|
|
699
732
|
type: StringConstructor;
|
|
700
733
|
required: true;
|
|
701
|
-
};
|
|
702
|
-
* Breadcrumbs to display above the header.
|
|
703
|
-
*/
|
|
734
|
+
};
|
|
704
735
|
id: {
|
|
705
736
|
type: StringConstructor;
|
|
706
737
|
default: null;
|
|
707
738
|
};
|
|
708
739
|
color: {
|
|
709
|
-
type: () => NeonFunctionalColor;
|
|
740
|
+
type: () => NeonFunctionalColor; /**
|
|
741
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
742
|
+
*/
|
|
710
743
|
default: null;
|
|
711
744
|
};
|
|
712
745
|
inverse: {
|
|
@@ -716,7 +749,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
716
749
|
disabled: {
|
|
717
750
|
type: BooleanConstructor;
|
|
718
751
|
default: boolean;
|
|
719
|
-
};
|
|
752
|
+
}; /**
|
|
753
|
+
* Loading state for the initial load.
|
|
754
|
+
*/
|
|
720
755
|
}>, {
|
|
721
756
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
722
757
|
[x: string]: unknown;
|
|
@@ -726,15 +761,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
726
761
|
name: {
|
|
727
762
|
type: StringConstructor;
|
|
728
763
|
required: true;
|
|
729
|
-
};
|
|
730
|
-
* Breadcrumbs to display above the header.
|
|
731
|
-
*/
|
|
764
|
+
};
|
|
732
765
|
id: {
|
|
733
766
|
type: StringConstructor;
|
|
734
767
|
default: null;
|
|
735
768
|
};
|
|
736
769
|
color: {
|
|
737
|
-
type: () => NeonFunctionalColor;
|
|
770
|
+
type: () => NeonFunctionalColor; /**
|
|
771
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
772
|
+
*/
|
|
738
773
|
default: null;
|
|
739
774
|
};
|
|
740
775
|
inverse: {
|
|
@@ -744,7 +779,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
744
779
|
disabled: {
|
|
745
780
|
type: BooleanConstructor;
|
|
746
781
|
default: boolean;
|
|
747
|
-
};
|
|
782
|
+
}; /**
|
|
783
|
+
* Loading state for the initial load.
|
|
784
|
+
*/
|
|
748
785
|
}>> & Readonly<{}>, {
|
|
749
786
|
color: NeonFunctionalColor;
|
|
750
787
|
id: string;
|
|
@@ -757,15 +794,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
757
794
|
name: {
|
|
758
795
|
type: StringConstructor;
|
|
759
796
|
required: true;
|
|
760
|
-
};
|
|
761
|
-
* Breadcrumbs to display above the header.
|
|
762
|
-
*/
|
|
797
|
+
};
|
|
763
798
|
id: {
|
|
764
799
|
type: StringConstructor;
|
|
765
800
|
default: null;
|
|
766
801
|
};
|
|
767
802
|
color: {
|
|
768
|
-
type: () => NeonFunctionalColor;
|
|
803
|
+
type: () => NeonFunctionalColor; /**
|
|
804
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
805
|
+
*/
|
|
769
806
|
default: null;
|
|
770
807
|
};
|
|
771
808
|
inverse: {
|
|
@@ -775,7 +812,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
775
812
|
disabled: {
|
|
776
813
|
type: BooleanConstructor;
|
|
777
814
|
default: boolean;
|
|
778
|
-
};
|
|
815
|
+
}; /**
|
|
816
|
+
* Loading state for the initial load.
|
|
817
|
+
*/
|
|
779
818
|
}>, {
|
|
780
819
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
781
820
|
[x: string]: unknown;
|
|
@@ -785,15 +824,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
785
824
|
name: {
|
|
786
825
|
type: StringConstructor;
|
|
787
826
|
required: true;
|
|
788
|
-
};
|
|
789
|
-
* Breadcrumbs to display above the header.
|
|
790
|
-
*/
|
|
827
|
+
};
|
|
791
828
|
id: {
|
|
792
829
|
type: StringConstructor;
|
|
793
830
|
default: null;
|
|
794
831
|
};
|
|
795
832
|
color: {
|
|
796
|
-
type: () => NeonFunctionalColor;
|
|
833
|
+
type: () => NeonFunctionalColor; /**
|
|
834
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
835
|
+
*/
|
|
797
836
|
default: null;
|
|
798
837
|
};
|
|
799
838
|
inverse: {
|
|
@@ -803,7 +842,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
803
842
|
disabled: {
|
|
804
843
|
type: BooleanConstructor;
|
|
805
844
|
default: boolean;
|
|
806
|
-
};
|
|
845
|
+
}; /**
|
|
846
|
+
* Loading state for the initial load.
|
|
847
|
+
*/
|
|
807
848
|
}>> & Readonly<{}>, {
|
|
808
849
|
color: NeonFunctionalColor;
|
|
809
850
|
id: string;
|
|
@@ -850,27 +891,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
850
891
|
};
|
|
851
892
|
color: {
|
|
852
893
|
type: () => NeonFunctionalColor;
|
|
853
|
-
default: null;
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
894
|
+
default: null;
|
|
895
|
+
};
|
|
896
|
+
listStyle: {
|
|
897
|
+
type: () => NeonCardListStyle;
|
|
898
|
+
default: () => NeonCardListStyle;
|
|
899
|
+
};
|
|
859
900
|
selectable: {
|
|
860
901
|
type: BooleanConstructor;
|
|
861
|
-
default: boolean;
|
|
862
|
-
|
|
863
|
-
*/
|
|
864
|
-
}; /**
|
|
865
|
-
* Model for configuring the on demand loading layout.
|
|
866
|
-
*/
|
|
902
|
+
default: boolean;
|
|
903
|
+
};
|
|
867
904
|
loadOnDemand: {
|
|
868
|
-
type: () => NeonLoadOnDemandModel;
|
|
869
|
-
|
|
870
|
-
*/
|
|
871
|
-
}; /**
|
|
872
|
-
* Model for configuring pagination, either pagination or loadOnDemand should be provided.
|
|
873
|
-
*/
|
|
905
|
+
type: () => NeonLoadOnDemandModel;
|
|
906
|
+
};
|
|
874
907
|
pagination: {
|
|
875
908
|
type: () => NeonPaginationModel;
|
|
876
909
|
};
|
|
@@ -883,13 +916,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
883
916
|
NeonButtonStyle: typeof import("../../../neon").NeonButtonStyle;
|
|
884
917
|
NeonFunctionalColor: typeof NeonFunctionalColor;
|
|
885
918
|
NeonSize: typeof import("../../../neon").NeonSize;
|
|
886
|
-
ofLabel: import("vue").ComputedRef<string | undefined>;
|
|
887
919
|
showMoreLabel: import("vue").ComputedRef<string | undefined>;
|
|
888
|
-
|
|
920
|
+
resultCountLabel: import("vue").ComputedRef<string | undefined>;
|
|
889
921
|
total: import("vue").ComputedRef<number>;
|
|
890
922
|
slots: Readonly<{
|
|
891
923
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
892
924
|
}>;
|
|
925
|
+
cards: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
926
|
+
onPageChange: (newPage: number) => void;
|
|
927
|
+
NeonState: typeof import("../../../neon").NeonState;
|
|
893
928
|
}, {}, {}, {}, 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
929
|
items: {
|
|
895
930
|
type: () => NeonCardListModel<NeonIdentifiable | (NeonIdentifiable & NeonSelectable)>[];
|
|
@@ -897,27 +932,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
897
932
|
};
|
|
898
933
|
color: {
|
|
899
934
|
type: () => NeonFunctionalColor;
|
|
900
|
-
default: null;
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
935
|
+
default: null;
|
|
936
|
+
};
|
|
937
|
+
listStyle: {
|
|
938
|
+
type: () => NeonCardListStyle;
|
|
939
|
+
default: () => NeonCardListStyle;
|
|
940
|
+
};
|
|
906
941
|
selectable: {
|
|
907
942
|
type: BooleanConstructor;
|
|
908
|
-
default: boolean;
|
|
909
|
-
|
|
910
|
-
*/
|
|
911
|
-
}; /**
|
|
912
|
-
* Model for configuring the on demand loading layout.
|
|
913
|
-
*/
|
|
943
|
+
default: boolean;
|
|
944
|
+
};
|
|
914
945
|
loadOnDemand: {
|
|
915
|
-
type: () => NeonLoadOnDemandModel;
|
|
916
|
-
|
|
917
|
-
*/
|
|
918
|
-
}; /**
|
|
919
|
-
* Model for configuring pagination, either pagination or loadOnDemand should be provided.
|
|
920
|
-
*/
|
|
946
|
+
type: () => NeonLoadOnDemandModel;
|
|
947
|
+
};
|
|
921
948
|
pagination: {
|
|
922
949
|
type: () => NeonPaginationModel;
|
|
923
950
|
};
|
|
@@ -931,6 +958,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
931
958
|
}>, {
|
|
932
959
|
color: NeonFunctionalColor;
|
|
933
960
|
loading: boolean;
|
|
961
|
+
listStyle: NeonCardListStyle;
|
|
934
962
|
selectable: boolean;
|
|
935
963
|
}, {}, {
|
|
936
964
|
NeonSelectableCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -989,11 +1017,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
989
1017
|
noBreak: {
|
|
990
1018
|
type: BooleanConstructor;
|
|
991
1019
|
default: boolean;
|
|
992
|
-
};
|
|
1020
|
+
}; /**
|
|
1021
|
+
* The subtitle of the header.
|
|
1022
|
+
*/
|
|
993
1023
|
}>, {
|
|
994
1024
|
attrs: {
|
|
995
1025
|
[x: string]: unknown;
|
|
996
1026
|
};
|
|
1027
|
+
/**
|
|
1028
|
+
* Breadcrumbs to display above the header.
|
|
1029
|
+
*/
|
|
997
1030
|
NeonOrientation: typeof import("../../../neon").NeonOrientation;
|
|
998
1031
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
999
1032
|
orientation: {
|
|
@@ -1015,7 +1048,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1015
1048
|
noBreak: {
|
|
1016
1049
|
type: BooleanConstructor;
|
|
1017
1050
|
default: boolean;
|
|
1018
|
-
};
|
|
1051
|
+
}; /**
|
|
1052
|
+
* The subtitle of the header.
|
|
1053
|
+
*/
|
|
1019
1054
|
}>> & Readonly<{}>, {
|
|
1020
1055
|
size: import("../../../neon").NeonSize;
|
|
1021
1056
|
orientation: import("../../../neon").NeonOrientation;
|
|
@@ -1033,6 +1068,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1033
1068
|
type: StringConstructor;
|
|
1034
1069
|
default: null;
|
|
1035
1070
|
};
|
|
1071
|
+
/**
|
|
1072
|
+
* A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
|
|
1073
|
+
* state. Use this component directly inside the NeonPage <em>contents</em> slot.
|
|
1074
|
+
*/
|
|
1036
1075
|
indeterminate: {
|
|
1037
1076
|
type: BooleanConstructor;
|
|
1038
1077
|
default: boolean;
|
|
@@ -1043,7 +1082,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1043
1082
|
};
|
|
1044
1083
|
color: {
|
|
1045
1084
|
type: () => NeonFunctionalColor;
|
|
1046
|
-
default: () => NeonFunctionalColor;
|
|
1085
|
+
default: () => NeonFunctionalColor; /**
|
|
1086
|
+
* The title of the header.
|
|
1087
|
+
*/
|
|
1047
1088
|
};
|
|
1048
1089
|
switchStyle: {
|
|
1049
1090
|
type: () => import("../../../neon").NeonSwitchStyle;
|
|
@@ -1072,6 +1113,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1072
1113
|
type: StringConstructor;
|
|
1073
1114
|
default: null;
|
|
1074
1115
|
};
|
|
1116
|
+
/**
|
|
1117
|
+
* A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
|
|
1118
|
+
* state. Use this component directly inside the NeonPage <em>contents</em> slot.
|
|
1119
|
+
*/
|
|
1075
1120
|
indeterminate: {
|
|
1076
1121
|
type: BooleanConstructor;
|
|
1077
1122
|
default: boolean;
|
|
@@ -1082,7 +1127,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1082
1127
|
};
|
|
1083
1128
|
color: {
|
|
1084
1129
|
type: () => NeonFunctionalColor;
|
|
1085
|
-
default: () => NeonFunctionalColor;
|
|
1130
|
+
default: () => NeonFunctionalColor; /**
|
|
1131
|
+
* The title of the header.
|
|
1132
|
+
*/
|
|
1086
1133
|
};
|
|
1087
1134
|
switchStyle: {
|
|
1088
1135
|
type: () => import("../../../neon").NeonSwitchStyle;
|
|
@@ -1112,15 +1159,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1112
1159
|
name: {
|
|
1113
1160
|
type: StringConstructor;
|
|
1114
1161
|
required: true;
|
|
1115
|
-
};
|
|
1116
|
-
* Breadcrumbs to display above the header.
|
|
1117
|
-
*/
|
|
1162
|
+
};
|
|
1118
1163
|
id: {
|
|
1119
1164
|
type: StringConstructor;
|
|
1120
1165
|
default: null;
|
|
1121
1166
|
};
|
|
1122
1167
|
color: {
|
|
1123
|
-
type: () => NeonFunctionalColor;
|
|
1168
|
+
type: () => NeonFunctionalColor; /**
|
|
1169
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1170
|
+
*/
|
|
1124
1171
|
default: null;
|
|
1125
1172
|
};
|
|
1126
1173
|
inverse: {
|
|
@@ -1130,7 +1177,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1130
1177
|
disabled: {
|
|
1131
1178
|
type: BooleanConstructor;
|
|
1132
1179
|
default: boolean;
|
|
1133
|
-
};
|
|
1180
|
+
}; /**
|
|
1181
|
+
* Loading state for the initial load.
|
|
1182
|
+
*/
|
|
1134
1183
|
}>, {
|
|
1135
1184
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1136
1185
|
[x: string]: unknown;
|
|
@@ -1140,15 +1189,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1140
1189
|
name: {
|
|
1141
1190
|
type: StringConstructor;
|
|
1142
1191
|
required: true;
|
|
1143
|
-
};
|
|
1144
|
-
* Breadcrumbs to display above the header.
|
|
1145
|
-
*/
|
|
1192
|
+
};
|
|
1146
1193
|
id: {
|
|
1147
1194
|
type: StringConstructor;
|
|
1148
1195
|
default: null;
|
|
1149
1196
|
};
|
|
1150
1197
|
color: {
|
|
1151
|
-
type: () => NeonFunctionalColor;
|
|
1198
|
+
type: () => NeonFunctionalColor; /**
|
|
1199
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1200
|
+
*/
|
|
1152
1201
|
default: null;
|
|
1153
1202
|
};
|
|
1154
1203
|
inverse: {
|
|
@@ -1158,7 +1207,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1158
1207
|
disabled: {
|
|
1159
1208
|
type: BooleanConstructor;
|
|
1160
1209
|
default: boolean;
|
|
1161
|
-
};
|
|
1210
|
+
}; /**
|
|
1211
|
+
* Loading state for the initial load.
|
|
1212
|
+
*/
|
|
1162
1213
|
}>> & Readonly<{}>, {
|
|
1163
1214
|
color: NeonFunctionalColor;
|
|
1164
1215
|
id: string;
|
|
@@ -1245,18 +1296,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1245
1296
|
};
|
|
1246
1297
|
size: {
|
|
1247
1298
|
type: () => import("../../../neon").NeonButtonSize;
|
|
1248
|
-
default: import("../../../neon").NeonButtonSize;
|
|
1249
|
-
|
|
1250
|
-
*/
|
|
1251
|
-
}; /**
|
|
1252
|
-
* The subtitle of the header.
|
|
1253
|
-
*/
|
|
1299
|
+
default: import("../../../neon").NeonButtonSize;
|
|
1300
|
+
};
|
|
1254
1301
|
color: {
|
|
1255
1302
|
type: () => NeonFunctionalColor;
|
|
1256
1303
|
default: NeonFunctionalColor;
|
|
1257
1304
|
};
|
|
1258
1305
|
inverse: {
|
|
1259
|
-
type: BooleanConstructor;
|
|
1306
|
+
type: BooleanConstructor; /**
|
|
1307
|
+
* Override the label for the back button
|
|
1308
|
+
*/
|
|
1260
1309
|
default: boolean;
|
|
1261
1310
|
};
|
|
1262
1311
|
alternateColor: {
|
|
@@ -1348,18 +1397,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1348
1397
|
};
|
|
1349
1398
|
size: {
|
|
1350
1399
|
type: () => import("../../../neon").NeonButtonSize;
|
|
1351
|
-
default: import("../../../neon").NeonButtonSize;
|
|
1352
|
-
|
|
1353
|
-
*/
|
|
1354
|
-
}; /**
|
|
1355
|
-
* The subtitle of the header.
|
|
1356
|
-
*/
|
|
1400
|
+
default: import("../../../neon").NeonButtonSize;
|
|
1401
|
+
};
|
|
1357
1402
|
color: {
|
|
1358
1403
|
type: () => NeonFunctionalColor;
|
|
1359
1404
|
default: NeonFunctionalColor;
|
|
1360
1405
|
};
|
|
1361
1406
|
inverse: {
|
|
1362
|
-
type: BooleanConstructor;
|
|
1407
|
+
type: BooleanConstructor; /**
|
|
1408
|
+
* Override the label for the back button
|
|
1409
|
+
*/
|
|
1363
1410
|
default: boolean;
|
|
1364
1411
|
};
|
|
1365
1412
|
alternateColor: {
|
|
@@ -1483,15 +1530,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1483
1530
|
name: {
|
|
1484
1531
|
type: StringConstructor;
|
|
1485
1532
|
required: true;
|
|
1486
|
-
};
|
|
1487
|
-
* Breadcrumbs to display above the header.
|
|
1488
|
-
*/
|
|
1533
|
+
};
|
|
1489
1534
|
id: {
|
|
1490
1535
|
type: StringConstructor;
|
|
1491
1536
|
default: null;
|
|
1492
1537
|
};
|
|
1493
1538
|
color: {
|
|
1494
|
-
type: () => NeonFunctionalColor;
|
|
1539
|
+
type: () => NeonFunctionalColor; /**
|
|
1540
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1541
|
+
*/
|
|
1495
1542
|
default: null;
|
|
1496
1543
|
};
|
|
1497
1544
|
inverse: {
|
|
@@ -1501,7 +1548,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1501
1548
|
disabled: {
|
|
1502
1549
|
type: BooleanConstructor;
|
|
1503
1550
|
default: boolean;
|
|
1504
|
-
};
|
|
1551
|
+
}; /**
|
|
1552
|
+
* Loading state for the initial load.
|
|
1553
|
+
*/
|
|
1505
1554
|
}>, {
|
|
1506
1555
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1507
1556
|
[x: string]: unknown;
|
|
@@ -1511,15 +1560,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1511
1560
|
name: {
|
|
1512
1561
|
type: StringConstructor;
|
|
1513
1562
|
required: true;
|
|
1514
|
-
};
|
|
1515
|
-
* Breadcrumbs to display above the header.
|
|
1516
|
-
*/
|
|
1563
|
+
};
|
|
1517
1564
|
id: {
|
|
1518
1565
|
type: StringConstructor;
|
|
1519
1566
|
default: null;
|
|
1520
1567
|
};
|
|
1521
1568
|
color: {
|
|
1522
|
-
type: () => NeonFunctionalColor;
|
|
1569
|
+
type: () => NeonFunctionalColor; /**
|
|
1570
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1571
|
+
*/
|
|
1523
1572
|
default: null;
|
|
1524
1573
|
};
|
|
1525
1574
|
inverse: {
|
|
@@ -1529,7 +1578,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1529
1578
|
disabled: {
|
|
1530
1579
|
type: BooleanConstructor;
|
|
1531
1580
|
default: boolean;
|
|
1532
|
-
};
|
|
1581
|
+
}; /**
|
|
1582
|
+
* Loading state for the initial load.
|
|
1583
|
+
*/
|
|
1533
1584
|
}>> & Readonly<{}>, {
|
|
1534
1585
|
color: NeonFunctionalColor;
|
|
1535
1586
|
id: string;
|
|
@@ -1561,7 +1612,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1561
1612
|
}>;
|
|
1562
1613
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1563
1614
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1564
|
-
onClick: () => void;
|
|
1615
|
+
onClick: () => void; /**
|
|
1616
|
+
* Make cards selectable.
|
|
1617
|
+
*/
|
|
1565
1618
|
onSpace: () => Promise<void>;
|
|
1566
1619
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1567
1620
|
href: {
|
|
@@ -1592,15 +1645,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1592
1645
|
name: {
|
|
1593
1646
|
type: StringConstructor;
|
|
1594
1647
|
required: true;
|
|
1595
|
-
};
|
|
1596
|
-
* Breadcrumbs to display above the header.
|
|
1597
|
-
*/
|
|
1648
|
+
};
|
|
1598
1649
|
id: {
|
|
1599
1650
|
type: StringConstructor;
|
|
1600
1651
|
default: null;
|
|
1601
1652
|
};
|
|
1602
1653
|
color: {
|
|
1603
|
-
type: () => NeonFunctionalColor;
|
|
1654
|
+
type: () => NeonFunctionalColor; /**
|
|
1655
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1656
|
+
*/
|
|
1604
1657
|
default: null;
|
|
1605
1658
|
};
|
|
1606
1659
|
inverse: {
|
|
@@ -1610,7 +1663,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1610
1663
|
disabled: {
|
|
1611
1664
|
type: BooleanConstructor;
|
|
1612
1665
|
default: boolean;
|
|
1613
|
-
};
|
|
1666
|
+
}; /**
|
|
1667
|
+
* Loading state for the initial load.
|
|
1668
|
+
*/
|
|
1614
1669
|
}>, {
|
|
1615
1670
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1616
1671
|
[x: string]: unknown;
|
|
@@ -1620,15 +1675,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1620
1675
|
name: {
|
|
1621
1676
|
type: StringConstructor;
|
|
1622
1677
|
required: true;
|
|
1623
|
-
};
|
|
1624
|
-
* Breadcrumbs to display above the header.
|
|
1625
|
-
*/
|
|
1678
|
+
};
|
|
1626
1679
|
id: {
|
|
1627
1680
|
type: StringConstructor;
|
|
1628
1681
|
default: null;
|
|
1629
1682
|
};
|
|
1630
1683
|
color: {
|
|
1631
|
-
type: () => NeonFunctionalColor;
|
|
1684
|
+
type: () => NeonFunctionalColor; /**
|
|
1685
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1686
|
+
*/
|
|
1632
1687
|
default: null;
|
|
1633
1688
|
};
|
|
1634
1689
|
inverse: {
|
|
@@ -1638,7 +1693,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1638
1693
|
disabled: {
|
|
1639
1694
|
type: BooleanConstructor;
|
|
1640
1695
|
default: boolean;
|
|
1641
|
-
};
|
|
1696
|
+
}; /**
|
|
1697
|
+
* Loading state for the initial load.
|
|
1698
|
+
*/
|
|
1642
1699
|
}>> & Readonly<{}>, {
|
|
1643
1700
|
color: NeonFunctionalColor;
|
|
1644
1701
|
id: string;
|
|
@@ -1651,15 +1708,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1651
1708
|
name: {
|
|
1652
1709
|
type: StringConstructor;
|
|
1653
1710
|
required: true;
|
|
1654
|
-
};
|
|
1655
|
-
* Breadcrumbs to display above the header.
|
|
1656
|
-
*/
|
|
1711
|
+
};
|
|
1657
1712
|
id: {
|
|
1658
1713
|
type: StringConstructor;
|
|
1659
1714
|
default: null;
|
|
1660
1715
|
};
|
|
1661
1716
|
color: {
|
|
1662
|
-
type: () => NeonFunctionalColor;
|
|
1717
|
+
type: () => NeonFunctionalColor; /**
|
|
1718
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1719
|
+
*/
|
|
1663
1720
|
default: null;
|
|
1664
1721
|
};
|
|
1665
1722
|
inverse: {
|
|
@@ -1669,7 +1726,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1669
1726
|
disabled: {
|
|
1670
1727
|
type: BooleanConstructor;
|
|
1671
1728
|
default: boolean;
|
|
1672
|
-
};
|
|
1729
|
+
}; /**
|
|
1730
|
+
* Loading state for the initial load.
|
|
1731
|
+
*/
|
|
1673
1732
|
}>, {
|
|
1674
1733
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1675
1734
|
[x: string]: unknown;
|
|
@@ -1679,15 +1738,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1679
1738
|
name: {
|
|
1680
1739
|
type: StringConstructor;
|
|
1681
1740
|
required: true;
|
|
1682
|
-
};
|
|
1683
|
-
* Breadcrumbs to display above the header.
|
|
1684
|
-
*/
|
|
1741
|
+
};
|
|
1685
1742
|
id: {
|
|
1686
1743
|
type: StringConstructor;
|
|
1687
1744
|
default: null;
|
|
1688
1745
|
};
|
|
1689
1746
|
color: {
|
|
1690
|
-
type: () => NeonFunctionalColor;
|
|
1747
|
+
type: () => NeonFunctionalColor; /**
|
|
1748
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1749
|
+
*/
|
|
1691
1750
|
default: null;
|
|
1692
1751
|
};
|
|
1693
1752
|
inverse: {
|
|
@@ -1697,7 +1756,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1697
1756
|
disabled: {
|
|
1698
1757
|
type: BooleanConstructor;
|
|
1699
1758
|
default: boolean;
|
|
1700
|
-
};
|
|
1759
|
+
}; /**
|
|
1760
|
+
* Loading state for the initial load.
|
|
1761
|
+
*/
|
|
1701
1762
|
}>> & Readonly<{}>, {
|
|
1702
1763
|
color: NeonFunctionalColor;
|
|
1703
1764
|
id: string;
|
|
@@ -1716,18 +1777,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1716
1777
|
};
|
|
1717
1778
|
size: {
|
|
1718
1779
|
type: () => import("../../../neon").NeonButtonSize;
|
|
1719
|
-
default: import("../../../neon").NeonButtonSize;
|
|
1720
|
-
|
|
1721
|
-
*/
|
|
1722
|
-
}; /**
|
|
1723
|
-
* The subtitle of the header.
|
|
1724
|
-
*/
|
|
1780
|
+
default: import("../../../neon").NeonButtonSize;
|
|
1781
|
+
};
|
|
1725
1782
|
color: {
|
|
1726
1783
|
type: () => NeonFunctionalColor;
|
|
1727
1784
|
default: NeonFunctionalColor;
|
|
1728
1785
|
};
|
|
1729
1786
|
inverse: {
|
|
1730
|
-
type: BooleanConstructor;
|
|
1787
|
+
type: BooleanConstructor; /**
|
|
1788
|
+
* Override the label for the back button
|
|
1789
|
+
*/
|
|
1731
1790
|
default: boolean;
|
|
1732
1791
|
};
|
|
1733
1792
|
alternateColor: {
|
|
@@ -1819,18 +1878,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1819
1878
|
};
|
|
1820
1879
|
size: {
|
|
1821
1880
|
type: () => import("../../../neon").NeonButtonSize;
|
|
1822
|
-
default: import("../../../neon").NeonButtonSize;
|
|
1823
|
-
|
|
1824
|
-
*/
|
|
1825
|
-
}; /**
|
|
1826
|
-
* The subtitle of the header.
|
|
1827
|
-
*/
|
|
1881
|
+
default: import("../../../neon").NeonButtonSize;
|
|
1882
|
+
};
|
|
1828
1883
|
color: {
|
|
1829
1884
|
type: () => NeonFunctionalColor;
|
|
1830
1885
|
default: NeonFunctionalColor;
|
|
1831
1886
|
};
|
|
1832
1887
|
inverse: {
|
|
1833
|
-
type: BooleanConstructor;
|
|
1888
|
+
type: BooleanConstructor; /**
|
|
1889
|
+
* Override the label for the back button
|
|
1890
|
+
*/
|
|
1834
1891
|
default: boolean;
|
|
1835
1892
|
};
|
|
1836
1893
|
alternateColor: {
|
|
@@ -1954,15 +2011,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1954
2011
|
name: {
|
|
1955
2012
|
type: StringConstructor;
|
|
1956
2013
|
required: true;
|
|
1957
|
-
};
|
|
1958
|
-
* Breadcrumbs to display above the header.
|
|
1959
|
-
*/
|
|
2014
|
+
};
|
|
1960
2015
|
id: {
|
|
1961
2016
|
type: StringConstructor;
|
|
1962
2017
|
default: null;
|
|
1963
2018
|
};
|
|
1964
2019
|
color: {
|
|
1965
|
-
type: () => NeonFunctionalColor;
|
|
2020
|
+
type: () => NeonFunctionalColor; /**
|
|
2021
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2022
|
+
*/
|
|
1966
2023
|
default: null;
|
|
1967
2024
|
};
|
|
1968
2025
|
inverse: {
|
|
@@ -1972,7 +2029,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1972
2029
|
disabled: {
|
|
1973
2030
|
type: BooleanConstructor;
|
|
1974
2031
|
default: boolean;
|
|
1975
|
-
};
|
|
2032
|
+
}; /**
|
|
2033
|
+
* Loading state for the initial load.
|
|
2034
|
+
*/
|
|
1976
2035
|
}>, {
|
|
1977
2036
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1978
2037
|
[x: string]: unknown;
|
|
@@ -1982,15 +2041,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1982
2041
|
name: {
|
|
1983
2042
|
type: StringConstructor;
|
|
1984
2043
|
required: true;
|
|
1985
|
-
};
|
|
1986
|
-
* Breadcrumbs to display above the header.
|
|
1987
|
-
*/
|
|
2044
|
+
};
|
|
1988
2045
|
id: {
|
|
1989
2046
|
type: StringConstructor;
|
|
1990
2047
|
default: null;
|
|
1991
2048
|
};
|
|
1992
2049
|
color: {
|
|
1993
|
-
type: () => NeonFunctionalColor;
|
|
2050
|
+
type: () => NeonFunctionalColor; /**
|
|
2051
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2052
|
+
*/
|
|
1994
2053
|
default: null;
|
|
1995
2054
|
};
|
|
1996
2055
|
inverse: {
|
|
@@ -2000,7 +2059,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2000
2059
|
disabled: {
|
|
2001
2060
|
type: BooleanConstructor;
|
|
2002
2061
|
default: boolean;
|
|
2003
|
-
};
|
|
2062
|
+
}; /**
|
|
2063
|
+
* Loading state for the initial load.
|
|
2064
|
+
*/
|
|
2004
2065
|
}>> & Readonly<{}>, {
|
|
2005
2066
|
color: NeonFunctionalColor;
|
|
2006
2067
|
id: string;
|
|
@@ -2032,7 +2093,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2032
2093
|
}>;
|
|
2033
2094
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2034
2095
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2035
|
-
onClick: () => void;
|
|
2096
|
+
onClick: () => void; /**
|
|
2097
|
+
* Make cards selectable.
|
|
2098
|
+
*/
|
|
2036
2099
|
onSpace: () => Promise<void>;
|
|
2037
2100
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2038
2101
|
href: {
|
|
@@ -2063,15 +2126,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2063
2126
|
name: {
|
|
2064
2127
|
type: StringConstructor;
|
|
2065
2128
|
required: true;
|
|
2066
|
-
};
|
|
2067
|
-
* Breadcrumbs to display above the header.
|
|
2068
|
-
*/
|
|
2129
|
+
};
|
|
2069
2130
|
id: {
|
|
2070
2131
|
type: StringConstructor;
|
|
2071
2132
|
default: null;
|
|
2072
2133
|
};
|
|
2073
2134
|
color: {
|
|
2074
|
-
type: () => NeonFunctionalColor;
|
|
2135
|
+
type: () => NeonFunctionalColor; /**
|
|
2136
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2137
|
+
*/
|
|
2075
2138
|
default: null;
|
|
2076
2139
|
};
|
|
2077
2140
|
inverse: {
|
|
@@ -2081,7 +2144,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2081
2144
|
disabled: {
|
|
2082
2145
|
type: BooleanConstructor;
|
|
2083
2146
|
default: boolean;
|
|
2084
|
-
};
|
|
2147
|
+
}; /**
|
|
2148
|
+
* Loading state for the initial load.
|
|
2149
|
+
*/
|
|
2085
2150
|
}>, {
|
|
2086
2151
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2087
2152
|
[x: string]: unknown;
|
|
@@ -2091,15 +2156,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2091
2156
|
name: {
|
|
2092
2157
|
type: StringConstructor;
|
|
2093
2158
|
required: true;
|
|
2094
|
-
};
|
|
2095
|
-
* Breadcrumbs to display above the header.
|
|
2096
|
-
*/
|
|
2159
|
+
};
|
|
2097
2160
|
id: {
|
|
2098
2161
|
type: StringConstructor;
|
|
2099
2162
|
default: null;
|
|
2100
2163
|
};
|
|
2101
2164
|
color: {
|
|
2102
|
-
type: () => NeonFunctionalColor;
|
|
2165
|
+
type: () => NeonFunctionalColor; /**
|
|
2166
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2167
|
+
*/
|
|
2103
2168
|
default: null;
|
|
2104
2169
|
};
|
|
2105
2170
|
inverse: {
|
|
@@ -2109,7 +2174,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2109
2174
|
disabled: {
|
|
2110
2175
|
type: BooleanConstructor;
|
|
2111
2176
|
default: boolean;
|
|
2112
|
-
};
|
|
2177
|
+
}; /**
|
|
2178
|
+
* Loading state for the initial load.
|
|
2179
|
+
*/
|
|
2113
2180
|
}>> & Readonly<{}>, {
|
|
2114
2181
|
color: NeonFunctionalColor;
|
|
2115
2182
|
id: string;
|
|
@@ -2162,7 +2229,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2162
2229
|
}>;
|
|
2163
2230
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2164
2231
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2165
|
-
onClick: () => void;
|
|
2232
|
+
onClick: () => void; /**
|
|
2233
|
+
* Make cards selectable.
|
|
2234
|
+
*/
|
|
2166
2235
|
onSpace: () => Promise<void>;
|
|
2167
2236
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2168
2237
|
href: {
|
|
@@ -2193,15 +2262,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2193
2262
|
name: {
|
|
2194
2263
|
type: StringConstructor;
|
|
2195
2264
|
required: true;
|
|
2196
|
-
};
|
|
2197
|
-
* Breadcrumbs to display above the header.
|
|
2198
|
-
*/
|
|
2265
|
+
};
|
|
2199
2266
|
id: {
|
|
2200
2267
|
type: StringConstructor;
|
|
2201
2268
|
default: null;
|
|
2202
2269
|
};
|
|
2203
2270
|
color: {
|
|
2204
|
-
type: () => NeonFunctionalColor;
|
|
2271
|
+
type: () => NeonFunctionalColor; /**
|
|
2272
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2273
|
+
*/
|
|
2205
2274
|
default: null;
|
|
2206
2275
|
};
|
|
2207
2276
|
inverse: {
|
|
@@ -2211,7 +2280,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2211
2280
|
disabled: {
|
|
2212
2281
|
type: BooleanConstructor;
|
|
2213
2282
|
default: boolean;
|
|
2214
|
-
};
|
|
2283
|
+
}; /**
|
|
2284
|
+
* Loading state for the initial load.
|
|
2285
|
+
*/
|
|
2215
2286
|
}>, {
|
|
2216
2287
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2217
2288
|
[x: string]: unknown;
|
|
@@ -2221,15 +2292,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2221
2292
|
name: {
|
|
2222
2293
|
type: StringConstructor;
|
|
2223
2294
|
required: true;
|
|
2224
|
-
};
|
|
2225
|
-
* Breadcrumbs to display above the header.
|
|
2226
|
-
*/
|
|
2295
|
+
};
|
|
2227
2296
|
id: {
|
|
2228
2297
|
type: StringConstructor;
|
|
2229
2298
|
default: null;
|
|
2230
2299
|
};
|
|
2231
2300
|
color: {
|
|
2232
|
-
type: () => NeonFunctionalColor;
|
|
2301
|
+
type: () => NeonFunctionalColor; /**
|
|
2302
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2303
|
+
*/
|
|
2233
2304
|
default: null;
|
|
2234
2305
|
};
|
|
2235
2306
|
inverse: {
|
|
@@ -2239,7 +2310,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2239
2310
|
disabled: {
|
|
2240
2311
|
type: BooleanConstructor;
|
|
2241
2312
|
default: boolean;
|
|
2242
|
-
};
|
|
2313
|
+
}; /**
|
|
2314
|
+
* Loading state for the initial load.
|
|
2315
|
+
*/
|
|
2243
2316
|
}>> & Readonly<{}>, {
|
|
2244
2317
|
color: NeonFunctionalColor;
|
|
2245
2318
|
id: string;
|
|
@@ -2247,6 +2320,53 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2247
2320
|
disabled: boolean;
|
|
2248
2321
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2249
2322
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2323
|
+
NeonLoadingStateCard: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
2324
|
+
NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2325
|
+
gap: {
|
|
2326
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
2327
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
2328
|
+
};
|
|
2329
|
+
breakpoint: {
|
|
2330
|
+
type: () => import("../../../neon").NeonResponsive;
|
|
2331
|
+
};
|
|
2332
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2333
|
+
gap: {
|
|
2334
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
2335
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
2336
|
+
};
|
|
2337
|
+
breakpoint: {
|
|
2338
|
+
type: () => import("../../../neon").NeonResponsive;
|
|
2339
|
+
};
|
|
2340
|
+
}>> & Readonly<{}>, {
|
|
2341
|
+
gap: import("../../../neon").NeonLayoutSize;
|
|
2342
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2343
|
+
NeonSkeletonLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2344
|
+
count: {
|
|
2345
|
+
type: NumberConstructor;
|
|
2346
|
+
default: number;
|
|
2347
|
+
};
|
|
2348
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2349
|
+
count: {
|
|
2350
|
+
type: NumberConstructor;
|
|
2351
|
+
default: number;
|
|
2352
|
+
};
|
|
2353
|
+
}>> & Readonly<{}>, {
|
|
2354
|
+
count: number;
|
|
2355
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2356
|
+
NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2357
|
+
gap: {
|
|
2358
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
2359
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
2360
|
+
};
|
|
2361
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2362
|
+
gap: {
|
|
2363
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
2364
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
2365
|
+
};
|
|
2366
|
+
}>> & Readonly<{}>, {
|
|
2367
|
+
gap: import("../../../neon").NeonLayoutSize;
|
|
2368
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2369
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2250
2370
|
NeonSplashLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2251
2371
|
color: {
|
|
2252
2372
|
type: () => NeonFunctionalColor;
|
|
@@ -2293,15 +2413,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2293
2413
|
name: {
|
|
2294
2414
|
type: StringConstructor;
|
|
2295
2415
|
required: true;
|
|
2296
|
-
};
|
|
2297
|
-
* Breadcrumbs to display above the header.
|
|
2298
|
-
*/
|
|
2416
|
+
};
|
|
2299
2417
|
id: {
|
|
2300
2418
|
type: StringConstructor;
|
|
2301
2419
|
default: null;
|
|
2302
2420
|
};
|
|
2303
2421
|
color: {
|
|
2304
|
-
type: () => NeonFunctionalColor;
|
|
2422
|
+
type: () => NeonFunctionalColor; /**
|
|
2423
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2424
|
+
*/
|
|
2305
2425
|
default: null;
|
|
2306
2426
|
};
|
|
2307
2427
|
inverse: {
|
|
@@ -2311,7 +2431,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2311
2431
|
disabled: {
|
|
2312
2432
|
type: BooleanConstructor;
|
|
2313
2433
|
default: boolean;
|
|
2314
|
-
};
|
|
2434
|
+
}; /**
|
|
2435
|
+
* Loading state for the initial load.
|
|
2436
|
+
*/
|
|
2315
2437
|
}>, {
|
|
2316
2438
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2317
2439
|
[x: string]: unknown;
|
|
@@ -2321,15 +2443,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2321
2443
|
name: {
|
|
2322
2444
|
type: StringConstructor;
|
|
2323
2445
|
required: true;
|
|
2324
|
-
};
|
|
2325
|
-
* Breadcrumbs to display above the header.
|
|
2326
|
-
*/
|
|
2446
|
+
};
|
|
2327
2447
|
id: {
|
|
2328
2448
|
type: StringConstructor;
|
|
2329
2449
|
default: null;
|
|
2330
2450
|
};
|
|
2331
2451
|
color: {
|
|
2332
|
-
type: () => NeonFunctionalColor;
|
|
2452
|
+
type: () => NeonFunctionalColor; /**
|
|
2453
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2454
|
+
*/
|
|
2333
2455
|
default: null;
|
|
2334
2456
|
};
|
|
2335
2457
|
inverse: {
|
|
@@ -2339,7 +2461,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2339
2461
|
disabled: {
|
|
2340
2462
|
type: BooleanConstructor;
|
|
2341
2463
|
default: boolean;
|
|
2342
|
-
};
|
|
2464
|
+
}; /**
|
|
2465
|
+
* Loading state for the initial load.
|
|
2466
|
+
*/
|
|
2343
2467
|
}>> & Readonly<{}>, {
|
|
2344
2468
|
color: NeonFunctionalColor;
|
|
2345
2469
|
id: string;
|
|
@@ -2347,19 +2471,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2347
2471
|
disabled: boolean;
|
|
2348
2472
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2349
2473
|
}, {}, 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
2474
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2364
2475
|
NeonHeader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2365
2476
|
title: {
|
|
@@ -2383,9 +2494,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2383
2494
|
};
|
|
2384
2495
|
backLabel: {
|
|
2385
2496
|
type: StringConstructor;
|
|
2386
|
-
/**
|
|
2387
|
-
* Whether to display a back button
|
|
2388
|
-
*/
|
|
2389
2497
|
default: string;
|
|
2390
2498
|
};
|
|
2391
2499
|
}>, {
|
|
@@ -2416,9 +2524,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2416
2524
|
};
|
|
2417
2525
|
backLabel: {
|
|
2418
2526
|
type: StringConstructor;
|
|
2419
|
-
/**
|
|
2420
|
-
* Whether to display a back button
|
|
2421
|
-
*/
|
|
2422
2527
|
default: string;
|
|
2423
2528
|
};
|
|
2424
2529
|
}>> & Readonly<{}>, {
|
|
@@ -2474,15 +2579,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2474
2579
|
name: {
|
|
2475
2580
|
type: StringConstructor;
|
|
2476
2581
|
required: true;
|
|
2477
|
-
};
|
|
2478
|
-
* Breadcrumbs to display above the header.
|
|
2479
|
-
*/
|
|
2582
|
+
};
|
|
2480
2583
|
id: {
|
|
2481
2584
|
type: StringConstructor;
|
|
2482
2585
|
default: null;
|
|
2483
2586
|
};
|
|
2484
2587
|
color: {
|
|
2485
|
-
type: () => NeonFunctionalColor;
|
|
2588
|
+
type: () => NeonFunctionalColor; /**
|
|
2589
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2590
|
+
*/
|
|
2486
2591
|
default: null;
|
|
2487
2592
|
};
|
|
2488
2593
|
inverse: {
|
|
@@ -2492,7 +2597,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2492
2597
|
disabled: {
|
|
2493
2598
|
type: BooleanConstructor;
|
|
2494
2599
|
default: boolean;
|
|
2495
|
-
};
|
|
2600
|
+
}; /**
|
|
2601
|
+
* Loading state for the initial load.
|
|
2602
|
+
*/
|
|
2496
2603
|
}>, {
|
|
2497
2604
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2498
2605
|
[x: string]: unknown;
|
|
@@ -2502,15 +2609,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2502
2609
|
name: {
|
|
2503
2610
|
type: StringConstructor;
|
|
2504
2611
|
required: true;
|
|
2505
|
-
};
|
|
2506
|
-
* Breadcrumbs to display above the header.
|
|
2507
|
-
*/
|
|
2612
|
+
};
|
|
2508
2613
|
id: {
|
|
2509
2614
|
type: StringConstructor;
|
|
2510
2615
|
default: null;
|
|
2511
2616
|
};
|
|
2512
2617
|
color: {
|
|
2513
|
-
type: () => NeonFunctionalColor;
|
|
2618
|
+
type: () => NeonFunctionalColor; /**
|
|
2619
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2620
|
+
*/
|
|
2514
2621
|
default: null;
|
|
2515
2622
|
};
|
|
2516
2623
|
inverse: {
|
|
@@ -2520,7 +2627,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2520
2627
|
disabled: {
|
|
2521
2628
|
type: BooleanConstructor;
|
|
2522
2629
|
default: boolean;
|
|
2523
|
-
};
|
|
2630
|
+
}; /**
|
|
2631
|
+
* Loading state for the initial load.
|
|
2632
|
+
*/
|
|
2524
2633
|
}>> & Readonly<{}>, {
|
|
2525
2634
|
color: NeonFunctionalColor;
|
|
2526
2635
|
id: string;
|
|
@@ -2552,7 +2661,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2552
2661
|
}>;
|
|
2553
2662
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2554
2663
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2555
|
-
onClick: () => void;
|
|
2664
|
+
onClick: () => void; /**
|
|
2665
|
+
* Make cards selectable.
|
|
2666
|
+
*/
|
|
2556
2667
|
onSpace: () => Promise<void>;
|
|
2557
2668
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2558
2669
|
href: {
|
|
@@ -2583,15 +2694,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2583
2694
|
name: {
|
|
2584
2695
|
type: StringConstructor;
|
|
2585
2696
|
required: true;
|
|
2586
|
-
};
|
|
2587
|
-
* Breadcrumbs to display above the header.
|
|
2588
|
-
*/
|
|
2697
|
+
};
|
|
2589
2698
|
id: {
|
|
2590
2699
|
type: StringConstructor;
|
|
2591
2700
|
default: null;
|
|
2592
2701
|
};
|
|
2593
2702
|
color: {
|
|
2594
|
-
type: () => NeonFunctionalColor;
|
|
2703
|
+
type: () => NeonFunctionalColor; /**
|
|
2704
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2705
|
+
*/
|
|
2595
2706
|
default: null;
|
|
2596
2707
|
};
|
|
2597
2708
|
inverse: {
|
|
@@ -2601,7 +2712,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2601
2712
|
disabled: {
|
|
2602
2713
|
type: BooleanConstructor;
|
|
2603
2714
|
default: boolean;
|
|
2604
|
-
};
|
|
2715
|
+
}; /**
|
|
2716
|
+
* Loading state for the initial load.
|
|
2717
|
+
*/
|
|
2605
2718
|
}>, {
|
|
2606
2719
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2607
2720
|
[x: string]: unknown;
|
|
@@ -2611,15 +2724,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2611
2724
|
name: {
|
|
2612
2725
|
type: StringConstructor;
|
|
2613
2726
|
required: true;
|
|
2614
|
-
};
|
|
2615
|
-
* Breadcrumbs to display above the header.
|
|
2616
|
-
*/
|
|
2727
|
+
};
|
|
2617
2728
|
id: {
|
|
2618
2729
|
type: StringConstructor;
|
|
2619
2730
|
default: null;
|
|
2620
2731
|
};
|
|
2621
2732
|
color: {
|
|
2622
|
-
type: () => NeonFunctionalColor;
|
|
2733
|
+
type: () => NeonFunctionalColor; /**
|
|
2734
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2735
|
+
*/
|
|
2623
2736
|
default: null;
|
|
2624
2737
|
};
|
|
2625
2738
|
inverse: {
|
|
@@ -2629,7 +2742,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2629
2742
|
disabled: {
|
|
2630
2743
|
type: BooleanConstructor;
|
|
2631
2744
|
default: boolean;
|
|
2632
|
-
};
|
|
2745
|
+
}; /**
|
|
2746
|
+
* Loading state for the initial load.
|
|
2747
|
+
*/
|
|
2633
2748
|
}>> & Readonly<{}>, {
|
|
2634
2749
|
color: NeonFunctionalColor;
|
|
2635
2750
|
id: string;
|
|
@@ -2651,10 +2766,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2651
2766
|
default: boolean;
|
|
2652
2767
|
};
|
|
2653
2768
|
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
|
-
*/
|
|
2769
|
+
type: BooleanConstructor;
|
|
2658
2770
|
default: boolean;
|
|
2659
2771
|
};
|
|
2660
2772
|
}>, {
|
|
@@ -2676,10 +2788,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2676
2788
|
default: boolean;
|
|
2677
2789
|
};
|
|
2678
2790
|
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
|
-
*/
|
|
2791
|
+
type: BooleanConstructor;
|
|
2683
2792
|
default: boolean;
|
|
2684
2793
|
};
|
|
2685
2794
|
}>> & Readonly<{}>, {
|