@aotearoan/neon 28.5.0 → 28.7.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/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 +76 -52
- 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 -83
- package/dist/components/layout/card-list/NeonCardList.vue.es.js.map +1 -1
- package/dist/components/layout/card-list/draggable-card/NeonDraggableCard.vue.cjs.js +2 -0
- package/dist/components/layout/card-list/draggable-card/NeonDraggableCard.vue.cjs.js.map +1 -0
- package/dist/components/layout/card-list/draggable-card/NeonDraggableCard.vue.cjs2.js +2 -0
- package/dist/components/layout/card-list/draggable-card/NeonDraggableCard.vue.cjs2.js.map +1 -0
- package/dist/components/layout/card-list/draggable-card/NeonDraggableCard.vue.es.js +78 -0
- package/dist/components/layout/card-list/draggable-card/NeonDraggableCard.vue.es.js.map +1 -0
- package/dist/components/layout/card-list/draggable-card/NeonDraggableCard.vue.es2.js +5 -0
- package/dist/components/layout/card-list/draggable-card/NeonDraggableCard.vue.es2.js.map +1 -0
- 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 +16 -11
- 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 +10 -9
- package/dist/components/layout/list-layout/NeonListLayout.vue.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/icons/drag-handle.svg.cjs.js +7 -0
- package/dist/icons/drag-handle.svg.cjs.js.map +1 -0
- package/dist/icons/drag-handle.svg.es.js +10 -0
- package/dist/icons/drag-handle.svg.es.js.map +1 -0
- 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 +269 -261
- package/dist/neon.es.js.map +1 -1
- 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 +169 -63
- package/dist/src/components/layout/card-list/draggable-card/NeonDraggableCard.vue.d.ts +59 -0
- package/dist/src/components/layout/list-layout/NeonListLayout.d.ts +399 -253
- 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/array/NeonArrayUtils.d.ts +7 -0
- package/dist/src/utils/common/http/NeonHttpUtils.d.ts +23 -0
- package/dist/utils/common/array/NeonArrayUtils.cjs.js +2 -0
- package/dist/utils/common/array/NeonArrayUtils.cjs.js.map +1 -0
- package/dist/utils/common/array/NeonArrayUtils.es.js +8 -0
- package/dist/utils/common/array/NeonArrayUtils.es.js.map +1 -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/dist/utils/common/icons/RegisterIcons.cjs.js +1 -1
- package/dist/utils/common/icons/RegisterIcons.cjs.js.map +1 -1
- package/dist/utils/common/icons/RegisterIcons.es.js +30 -29
- package/dist/utils/common/icons/RegisterIcons.es.js.map +1 -1
- 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 +32 -11
- package/src/sass/components/_date-picker.scss +2 -0
- package/src/sass/components/_draggable-card.scss +75 -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/_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/_sticky-buttons.scss +1 -1
- package/src/sass/components/components.scss +2 -1
- package/src/sass/includes/_dependencies.scss +3 -2
- package/src/sass/theme.scss +8 -4
- package/src/sass/variables-dark.scss +15 -0
- package/src/sass/variables-global.scss +21 -7
- package/src/sass/variables-light.scss +15 -0
- 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.
|
|
@@ -77,6 +78,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
77
78
|
type: BooleanConstructor;
|
|
78
79
|
default: boolean;
|
|
79
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
|
+
};
|
|
80
88
|
/**
|
|
81
89
|
* Model for configuring the on demand loading layout.
|
|
82
90
|
*/
|
|
@@ -165,6 +173,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
165
173
|
type: BooleanConstructor;
|
|
166
174
|
default: boolean;
|
|
167
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
|
+
};
|
|
168
183
|
/**
|
|
169
184
|
* Model for configuring the on demand loading layout.
|
|
170
185
|
*/
|
|
@@ -187,6 +202,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
187
202
|
loading: boolean;
|
|
188
203
|
backButton: boolean;
|
|
189
204
|
backLabel: string;
|
|
205
|
+
listStyle: NeonCardListStyle;
|
|
190
206
|
selectable: boolean;
|
|
191
207
|
initializing: boolean;
|
|
192
208
|
}, {}, {
|
|
@@ -235,16 +251,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
235
251
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
236
252
|
name: {
|
|
237
253
|
type: StringConstructor;
|
|
238
|
-
required: true;
|
|
239
|
-
* Breadcrumbs to display above the header.
|
|
240
|
-
*/
|
|
254
|
+
required: true;
|
|
241
255
|
};
|
|
242
256
|
id: {
|
|
243
257
|
type: StringConstructor;
|
|
244
258
|
default: null;
|
|
245
259
|
};
|
|
246
260
|
color: {
|
|
247
|
-
type: () => NeonFunctionalColor;
|
|
261
|
+
type: () => NeonFunctionalColor; /**
|
|
262
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
263
|
+
*/
|
|
248
264
|
default: null;
|
|
249
265
|
};
|
|
250
266
|
inverse: {
|
|
@@ -254,7 +270,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
254
270
|
disabled: {
|
|
255
271
|
type: BooleanConstructor;
|
|
256
272
|
default: boolean;
|
|
257
|
-
};
|
|
273
|
+
}; /**
|
|
274
|
+
* Loading state for the initial load.
|
|
275
|
+
*/
|
|
258
276
|
}>, {
|
|
259
277
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
260
278
|
[x: string]: unknown;
|
|
@@ -263,16 +281,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
263
281
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
264
282
|
name: {
|
|
265
283
|
type: StringConstructor;
|
|
266
|
-
required: true;
|
|
267
|
-
* Breadcrumbs to display above the header.
|
|
268
|
-
*/
|
|
284
|
+
required: true;
|
|
269
285
|
};
|
|
270
286
|
id: {
|
|
271
287
|
type: StringConstructor;
|
|
272
288
|
default: null;
|
|
273
289
|
};
|
|
274
290
|
color: {
|
|
275
|
-
type: () => NeonFunctionalColor;
|
|
291
|
+
type: () => NeonFunctionalColor; /**
|
|
292
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
293
|
+
*/
|
|
276
294
|
default: null;
|
|
277
295
|
};
|
|
278
296
|
inverse: {
|
|
@@ -282,7 +300,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
282
300
|
disabled: {
|
|
283
301
|
type: BooleanConstructor;
|
|
284
302
|
default: boolean;
|
|
285
|
-
};
|
|
303
|
+
}; /**
|
|
304
|
+
* Loading state for the initial load.
|
|
305
|
+
*/
|
|
286
306
|
}>> & Readonly<{}>, {
|
|
287
307
|
color: NeonFunctionalColor;
|
|
288
308
|
id: string;
|
|
@@ -299,20 +319,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
299
319
|
default: () => import("../../../neon").NeonEmptyStateType;
|
|
300
320
|
};
|
|
301
321
|
imageColor: {
|
|
302
|
-
type: () => NeonFunctionalColor;
|
|
303
|
-
|
|
304
|
-
* Breadcrumbs to display above the header.
|
|
322
|
+
type: () => NeonFunctionalColor; /**
|
|
323
|
+
* The subtitle of the header.
|
|
305
324
|
*/
|
|
306
325
|
default: () => NeonFunctionalColor;
|
|
307
326
|
};
|
|
308
327
|
title: {
|
|
309
328
|
type: StringConstructor;
|
|
310
|
-
required: true;
|
|
311
|
-
|
|
312
|
-
*/
|
|
313
|
-
}; /**
|
|
314
|
-
* Whether to display a back button
|
|
315
|
-
*/
|
|
329
|
+
required: true;
|
|
330
|
+
};
|
|
316
331
|
subtitle: {
|
|
317
332
|
type: StringConstructor;
|
|
318
333
|
};
|
|
@@ -333,20 +348,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
333
348
|
default: () => import("../../../neon").NeonEmptyStateType;
|
|
334
349
|
};
|
|
335
350
|
imageColor: {
|
|
336
|
-
type: () => NeonFunctionalColor;
|
|
337
|
-
|
|
338
|
-
* Breadcrumbs to display above the header.
|
|
351
|
+
type: () => NeonFunctionalColor; /**
|
|
352
|
+
* The subtitle of the header.
|
|
339
353
|
*/
|
|
340
354
|
default: () => NeonFunctionalColor;
|
|
341
355
|
};
|
|
342
356
|
title: {
|
|
343
357
|
type: StringConstructor;
|
|
344
|
-
required: true;
|
|
345
|
-
|
|
346
|
-
*/
|
|
347
|
-
}; /**
|
|
348
|
-
* Whether to display a back button
|
|
349
|
-
*/
|
|
358
|
+
required: true;
|
|
359
|
+
};
|
|
350
360
|
subtitle: {
|
|
351
361
|
type: StringConstructor;
|
|
352
362
|
};
|
|
@@ -379,7 +389,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
379
389
|
default: NeonFunctionalColor;
|
|
380
390
|
};
|
|
381
391
|
inverse: {
|
|
382
|
-
type: BooleanConstructor;
|
|
392
|
+
type: BooleanConstructor; /**
|
|
393
|
+
* Override the label for the back button
|
|
394
|
+
*/
|
|
383
395
|
default: boolean;
|
|
384
396
|
};
|
|
385
397
|
alternateColor: {
|
|
@@ -416,10 +428,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
416
428
|
transparent: {
|
|
417
429
|
type: BooleanConstructor;
|
|
418
430
|
default: boolean;
|
|
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
|
-
*/
|
|
431
|
+
};
|
|
423
432
|
outline: {
|
|
424
433
|
type: BooleanConstructor;
|
|
425
434
|
default: boolean;
|
|
@@ -481,7 +490,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
481
490
|
default: NeonFunctionalColor;
|
|
482
491
|
};
|
|
483
492
|
inverse: {
|
|
484
|
-
type: BooleanConstructor;
|
|
493
|
+
type: BooleanConstructor; /**
|
|
494
|
+
* Override the label for the back button
|
|
495
|
+
*/
|
|
485
496
|
default: boolean;
|
|
486
497
|
};
|
|
487
498
|
alternateColor: {
|
|
@@ -518,10 +529,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
518
529
|
transparent: {
|
|
519
530
|
type: BooleanConstructor;
|
|
520
531
|
default: boolean;
|
|
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
|
-
*/
|
|
532
|
+
};
|
|
525
533
|
outline: {
|
|
526
534
|
type: BooleanConstructor;
|
|
527
535
|
default: boolean;
|
|
@@ -607,16 +615,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
607
615
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
608
616
|
name: {
|
|
609
617
|
type: StringConstructor;
|
|
610
|
-
required: true;
|
|
611
|
-
* Breadcrumbs to display above the header.
|
|
612
|
-
*/
|
|
618
|
+
required: true;
|
|
613
619
|
};
|
|
614
620
|
id: {
|
|
615
621
|
type: StringConstructor;
|
|
616
622
|
default: null;
|
|
617
623
|
};
|
|
618
624
|
color: {
|
|
619
|
-
type: () => NeonFunctionalColor;
|
|
625
|
+
type: () => NeonFunctionalColor; /**
|
|
626
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
627
|
+
*/
|
|
620
628
|
default: null;
|
|
621
629
|
};
|
|
622
630
|
inverse: {
|
|
@@ -626,7 +634,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
626
634
|
disabled: {
|
|
627
635
|
type: BooleanConstructor;
|
|
628
636
|
default: boolean;
|
|
629
|
-
};
|
|
637
|
+
}; /**
|
|
638
|
+
* Loading state for the initial load.
|
|
639
|
+
*/
|
|
630
640
|
}>, {
|
|
631
641
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
632
642
|
[x: string]: unknown;
|
|
@@ -635,16 +645,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
635
645
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
636
646
|
name: {
|
|
637
647
|
type: StringConstructor;
|
|
638
|
-
required: true;
|
|
639
|
-
* Breadcrumbs to display above the header.
|
|
640
|
-
*/
|
|
648
|
+
required: true;
|
|
641
649
|
};
|
|
642
650
|
id: {
|
|
643
651
|
type: StringConstructor;
|
|
644
652
|
default: null;
|
|
645
653
|
};
|
|
646
654
|
color: {
|
|
647
|
-
type: () => NeonFunctionalColor;
|
|
655
|
+
type: () => NeonFunctionalColor; /**
|
|
656
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
657
|
+
*/
|
|
648
658
|
default: null;
|
|
649
659
|
};
|
|
650
660
|
inverse: {
|
|
@@ -654,7 +664,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
654
664
|
disabled: {
|
|
655
665
|
type: BooleanConstructor;
|
|
656
666
|
default: boolean;
|
|
657
|
-
};
|
|
667
|
+
}; /**
|
|
668
|
+
* Loading state for the initial load.
|
|
669
|
+
*/
|
|
658
670
|
}>> & Readonly<{}>, {
|
|
659
671
|
color: NeonFunctionalColor;
|
|
660
672
|
id: string;
|
|
@@ -680,18 +692,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
680
692
|
};
|
|
681
693
|
}>, {
|
|
682
694
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
683
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
684
|
-
* Make cards selectable.
|
|
685
|
-
*/
|
|
695
|
+
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
686
696
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
687
697
|
[x: string]: unknown;
|
|
688
698
|
}>;
|
|
689
699
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
690
700
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
691
|
-
onClick: () => void;
|
|
692
|
-
|
|
693
|
-
* Model for configuring the on demand loading layout.
|
|
701
|
+
onClick: () => void; /**
|
|
702
|
+
* Make cards selectable.
|
|
694
703
|
*/
|
|
704
|
+
onSpace: () => Promise<void>;
|
|
695
705
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
696
706
|
href: {
|
|
697
707
|
type: StringConstructor;
|
|
@@ -720,16 +730,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
720
730
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
721
731
|
name: {
|
|
722
732
|
type: StringConstructor;
|
|
723
|
-
required: true;
|
|
724
|
-
* Breadcrumbs to display above the header.
|
|
725
|
-
*/
|
|
733
|
+
required: true;
|
|
726
734
|
};
|
|
727
735
|
id: {
|
|
728
736
|
type: StringConstructor;
|
|
729
737
|
default: null;
|
|
730
738
|
};
|
|
731
739
|
color: {
|
|
732
|
-
type: () => NeonFunctionalColor;
|
|
740
|
+
type: () => NeonFunctionalColor; /**
|
|
741
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
742
|
+
*/
|
|
733
743
|
default: null;
|
|
734
744
|
};
|
|
735
745
|
inverse: {
|
|
@@ -739,7 +749,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
739
749
|
disabled: {
|
|
740
750
|
type: BooleanConstructor;
|
|
741
751
|
default: boolean;
|
|
742
|
-
};
|
|
752
|
+
}; /**
|
|
753
|
+
* Loading state for the initial load.
|
|
754
|
+
*/
|
|
743
755
|
}>, {
|
|
744
756
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
745
757
|
[x: string]: unknown;
|
|
@@ -748,16 +760,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
748
760
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
749
761
|
name: {
|
|
750
762
|
type: StringConstructor;
|
|
751
|
-
required: true;
|
|
752
|
-
* Breadcrumbs to display above the header.
|
|
753
|
-
*/
|
|
763
|
+
required: true;
|
|
754
764
|
};
|
|
755
765
|
id: {
|
|
756
766
|
type: StringConstructor;
|
|
757
767
|
default: null;
|
|
758
768
|
};
|
|
759
769
|
color: {
|
|
760
|
-
type: () => NeonFunctionalColor;
|
|
770
|
+
type: () => NeonFunctionalColor; /**
|
|
771
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
772
|
+
*/
|
|
761
773
|
default: null;
|
|
762
774
|
};
|
|
763
775
|
inverse: {
|
|
@@ -767,7 +779,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
767
779
|
disabled: {
|
|
768
780
|
type: BooleanConstructor;
|
|
769
781
|
default: boolean;
|
|
770
|
-
};
|
|
782
|
+
}; /**
|
|
783
|
+
* Loading state for the initial load.
|
|
784
|
+
*/
|
|
771
785
|
}>> & Readonly<{}>, {
|
|
772
786
|
color: NeonFunctionalColor;
|
|
773
787
|
id: string;
|
|
@@ -779,16 +793,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
779
793
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
780
794
|
name: {
|
|
781
795
|
type: StringConstructor;
|
|
782
|
-
required: true;
|
|
783
|
-
* Breadcrumbs to display above the header.
|
|
784
|
-
*/
|
|
796
|
+
required: true;
|
|
785
797
|
};
|
|
786
798
|
id: {
|
|
787
799
|
type: StringConstructor;
|
|
788
800
|
default: null;
|
|
789
801
|
};
|
|
790
802
|
color: {
|
|
791
|
-
type: () => NeonFunctionalColor;
|
|
803
|
+
type: () => NeonFunctionalColor; /**
|
|
804
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
805
|
+
*/
|
|
792
806
|
default: null;
|
|
793
807
|
};
|
|
794
808
|
inverse: {
|
|
@@ -798,7 +812,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
798
812
|
disabled: {
|
|
799
813
|
type: BooleanConstructor;
|
|
800
814
|
default: boolean;
|
|
801
|
-
};
|
|
815
|
+
}; /**
|
|
816
|
+
* Loading state for the initial load.
|
|
817
|
+
*/
|
|
802
818
|
}>, {
|
|
803
819
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
804
820
|
[x: string]: unknown;
|
|
@@ -807,16 +823,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
807
823
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
808
824
|
name: {
|
|
809
825
|
type: StringConstructor;
|
|
810
|
-
required: true;
|
|
811
|
-
* Breadcrumbs to display above the header.
|
|
812
|
-
*/
|
|
826
|
+
required: true;
|
|
813
827
|
};
|
|
814
828
|
id: {
|
|
815
829
|
type: StringConstructor;
|
|
816
830
|
default: null;
|
|
817
831
|
};
|
|
818
832
|
color: {
|
|
819
|
-
type: () => NeonFunctionalColor;
|
|
833
|
+
type: () => NeonFunctionalColor; /**
|
|
834
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
835
|
+
*/
|
|
820
836
|
default: null;
|
|
821
837
|
};
|
|
822
838
|
inverse: {
|
|
@@ -826,7 +842,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
826
842
|
disabled: {
|
|
827
843
|
type: BooleanConstructor;
|
|
828
844
|
default: boolean;
|
|
829
|
-
};
|
|
845
|
+
}; /**
|
|
846
|
+
* Loading state for the initial load.
|
|
847
|
+
*/
|
|
830
848
|
}>> & Readonly<{}>, {
|
|
831
849
|
color: NeonFunctionalColor;
|
|
832
850
|
id: string;
|
|
@@ -875,6 +893,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
875
893
|
type: () => NeonFunctionalColor;
|
|
876
894
|
default: null;
|
|
877
895
|
};
|
|
896
|
+
listStyle: {
|
|
897
|
+
type: () => NeonCardListStyle;
|
|
898
|
+
default: () => NeonCardListStyle;
|
|
899
|
+
};
|
|
900
|
+
sortable: {
|
|
901
|
+
type: BooleanConstructor;
|
|
902
|
+
default: boolean;
|
|
903
|
+
};
|
|
878
904
|
selectable: {
|
|
879
905
|
type: BooleanConstructor;
|
|
880
906
|
default: boolean;
|
|
@@ -889,21 +915,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
889
915
|
type: BooleanConstructor;
|
|
890
916
|
};
|
|
891
917
|
}>, {
|
|
892
|
-
emit: (event: "page-change" | "show-more" | "toggle-selected", ...args: any[]) => void;
|
|
918
|
+
emit: (event: "sort" | "page-change" | "show-more" | "toggle-selected", ...args: any[]) => void;
|
|
893
919
|
n: typeof import("../../../neon").NeonNumberUtils.formatNumber;
|
|
894
920
|
NeonButtonStyle: typeof import("../../../neon").NeonButtonStyle;
|
|
895
921
|
NeonFunctionalColor: typeof NeonFunctionalColor;
|
|
896
922
|
NeonSize: typeof import("../../../neon").NeonSize;
|
|
897
|
-
ofLabel: import("vue").ComputedRef<string | undefined>;
|
|
898
923
|
showMoreLabel: import("vue").ComputedRef<string | undefined>;
|
|
899
|
-
|
|
924
|
+
resultCountLabel: import("vue").ComputedRef<string | undefined>;
|
|
900
925
|
total: import("vue").ComputedRef<number>;
|
|
901
926
|
slots: Readonly<{
|
|
902
927
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
903
928
|
}>;
|
|
904
929
|
cards: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
905
930
|
onPageChange: (newPage: number) => void;
|
|
906
|
-
|
|
931
|
+
NeonState: typeof import("../../../neon").NeonState;
|
|
932
|
+
onDrag: (index?: number | undefined) => void;
|
|
933
|
+
onDrop: (startIndex: number, endIndex: number) => void;
|
|
934
|
+
dragIndex: import("vue").Ref<number | undefined, number | undefined>;
|
|
935
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("sort" | "page-change" | "show-more" | "toggle-selected")[], "sort" | "page-change" | "show-more" | "toggle-selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
907
936
|
items: {
|
|
908
937
|
type: () => NeonCardListModel<NeonIdentifiable | (NeonIdentifiable & NeonSelectable)>[];
|
|
909
938
|
required: true;
|
|
@@ -912,6 +941,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
912
941
|
type: () => NeonFunctionalColor;
|
|
913
942
|
default: null;
|
|
914
943
|
};
|
|
944
|
+
listStyle: {
|
|
945
|
+
type: () => NeonCardListStyle;
|
|
946
|
+
default: () => NeonCardListStyle;
|
|
947
|
+
};
|
|
948
|
+
sortable: {
|
|
949
|
+
type: BooleanConstructor;
|
|
950
|
+
default: boolean;
|
|
951
|
+
};
|
|
915
952
|
selectable: {
|
|
916
953
|
type: BooleanConstructor;
|
|
917
954
|
default: boolean;
|
|
@@ -927,20 +964,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
927
964
|
};
|
|
928
965
|
}>> & Readonly<{
|
|
929
966
|
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
967
|
+
onSort?: ((...args: any[]) => any) | undefined;
|
|
930
968
|
"onShow-more"?: ((...args: any[]) => any) | undefined;
|
|
931
969
|
"onToggle-selected"?: ((...args: any[]) => any) | undefined;
|
|
932
970
|
}>, {
|
|
933
971
|
color: NeonFunctionalColor;
|
|
934
972
|
loading: boolean;
|
|
973
|
+
listStyle: NeonCardListStyle;
|
|
974
|
+
sortable: boolean;
|
|
935
975
|
selectable: boolean;
|
|
936
976
|
}, {}, {
|
|
937
977
|
NeonSelectableCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
938
978
|
modelValue: {
|
|
939
979
|
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
|
-
*/
|
|
944
980
|
required: true;
|
|
945
981
|
};
|
|
946
982
|
color: {
|
|
@@ -958,10 +994,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
958
994
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
959
995
|
modelValue: {
|
|
960
996
|
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
997
|
required: true;
|
|
966
998
|
};
|
|
967
999
|
color: {
|
|
@@ -998,11 +1030,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
998
1030
|
noBreak: {
|
|
999
1031
|
type: BooleanConstructor;
|
|
1000
1032
|
default: boolean;
|
|
1001
|
-
};
|
|
1033
|
+
}; /**
|
|
1034
|
+
* The subtitle of the header.
|
|
1035
|
+
*/
|
|
1002
1036
|
}>, {
|
|
1003
1037
|
attrs: {
|
|
1004
1038
|
[x: string]: unknown;
|
|
1005
1039
|
};
|
|
1040
|
+
/**
|
|
1041
|
+
* Breadcrumbs to display above the header.
|
|
1042
|
+
*/
|
|
1006
1043
|
NeonOrientation: typeof import("../../../neon").NeonOrientation;
|
|
1007
1044
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1008
1045
|
orientation: {
|
|
@@ -1024,7 +1061,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1024
1061
|
noBreak: {
|
|
1025
1062
|
type: BooleanConstructor;
|
|
1026
1063
|
default: boolean;
|
|
1027
|
-
};
|
|
1064
|
+
}; /**
|
|
1065
|
+
* The subtitle of the header.
|
|
1066
|
+
*/
|
|
1028
1067
|
}>> & Readonly<{}>, {
|
|
1029
1068
|
size: import("../../../neon").NeonSize;
|
|
1030
1069
|
orientation: import("../../../neon").NeonOrientation;
|
|
@@ -1042,6 +1081,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1042
1081
|
type: StringConstructor;
|
|
1043
1082
|
default: null;
|
|
1044
1083
|
};
|
|
1084
|
+
/**
|
|
1085
|
+
* A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
|
|
1086
|
+
* state. Use this component directly inside the NeonPage <em>contents</em> slot.
|
|
1087
|
+
*/
|
|
1045
1088
|
indeterminate: {
|
|
1046
1089
|
type: BooleanConstructor;
|
|
1047
1090
|
default: boolean;
|
|
@@ -1052,7 +1095,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1052
1095
|
};
|
|
1053
1096
|
color: {
|
|
1054
1097
|
type: () => NeonFunctionalColor;
|
|
1055
|
-
default: () => NeonFunctionalColor;
|
|
1098
|
+
default: () => NeonFunctionalColor; /**
|
|
1099
|
+
* The title of the header.
|
|
1100
|
+
*/
|
|
1056
1101
|
};
|
|
1057
1102
|
switchStyle: {
|
|
1058
1103
|
type: () => import("../../../neon").NeonSwitchStyle;
|
|
@@ -1064,12 +1109,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1064
1109
|
};
|
|
1065
1110
|
disabled: {
|
|
1066
1111
|
type: BooleanConstructor;
|
|
1067
|
-
default: boolean;
|
|
1068
|
-
|
|
1069
|
-
*/
|
|
1070
|
-
}; /**
|
|
1071
|
-
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1072
|
-
*/
|
|
1112
|
+
default: boolean;
|
|
1113
|
+
};
|
|
1073
1114
|
}>, {
|
|
1074
1115
|
checkbox: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
1075
1116
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
@@ -1085,6 +1126,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1085
1126
|
type: StringConstructor;
|
|
1086
1127
|
default: null;
|
|
1087
1128
|
};
|
|
1129
|
+
/**
|
|
1130
|
+
* A page level layout component for displaying a list with a page header, filter bar, card list, pagination & an empty
|
|
1131
|
+
* state. Use this component directly inside the NeonPage <em>contents</em> slot.
|
|
1132
|
+
*/
|
|
1088
1133
|
indeterminate: {
|
|
1089
1134
|
type: BooleanConstructor;
|
|
1090
1135
|
default: boolean;
|
|
@@ -1095,7 +1140,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1095
1140
|
};
|
|
1096
1141
|
color: {
|
|
1097
1142
|
type: () => NeonFunctionalColor;
|
|
1098
|
-
default: () => NeonFunctionalColor;
|
|
1143
|
+
default: () => NeonFunctionalColor; /**
|
|
1144
|
+
* The title of the header.
|
|
1145
|
+
*/
|
|
1099
1146
|
};
|
|
1100
1147
|
switchStyle: {
|
|
1101
1148
|
type: () => import("../../../neon").NeonSwitchStyle;
|
|
@@ -1107,12 +1154,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1107
1154
|
};
|
|
1108
1155
|
disabled: {
|
|
1109
1156
|
type: BooleanConstructor;
|
|
1110
|
-
default: boolean;
|
|
1111
|
-
|
|
1112
|
-
*/
|
|
1113
|
-
}; /**
|
|
1114
|
-
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1115
|
-
*/
|
|
1157
|
+
default: boolean;
|
|
1158
|
+
};
|
|
1116
1159
|
}>> & Readonly<{
|
|
1117
1160
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1118
1161
|
"onIndeterminate-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1128,16 +1171,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1128
1171
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1129
1172
|
name: {
|
|
1130
1173
|
type: StringConstructor;
|
|
1131
|
-
required: true;
|
|
1132
|
-
* Breadcrumbs to display above the header.
|
|
1133
|
-
*/
|
|
1174
|
+
required: true;
|
|
1134
1175
|
};
|
|
1135
1176
|
id: {
|
|
1136
1177
|
type: StringConstructor;
|
|
1137
1178
|
default: null;
|
|
1138
1179
|
};
|
|
1139
1180
|
color: {
|
|
1140
|
-
type: () => NeonFunctionalColor;
|
|
1181
|
+
type: () => NeonFunctionalColor; /**
|
|
1182
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1183
|
+
*/
|
|
1141
1184
|
default: null;
|
|
1142
1185
|
};
|
|
1143
1186
|
inverse: {
|
|
@@ -1147,7 +1190,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1147
1190
|
disabled: {
|
|
1148
1191
|
type: BooleanConstructor;
|
|
1149
1192
|
default: boolean;
|
|
1150
|
-
};
|
|
1193
|
+
}; /**
|
|
1194
|
+
* Loading state for the initial load.
|
|
1195
|
+
*/
|
|
1151
1196
|
}>, {
|
|
1152
1197
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1153
1198
|
[x: string]: unknown;
|
|
@@ -1156,16 +1201,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1156
1201
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1157
1202
|
name: {
|
|
1158
1203
|
type: StringConstructor;
|
|
1159
|
-
required: true;
|
|
1160
|
-
* Breadcrumbs to display above the header.
|
|
1161
|
-
*/
|
|
1204
|
+
required: true;
|
|
1162
1205
|
};
|
|
1163
1206
|
id: {
|
|
1164
1207
|
type: StringConstructor;
|
|
1165
1208
|
default: null;
|
|
1166
1209
|
};
|
|
1167
1210
|
color: {
|
|
1168
|
-
type: () => NeonFunctionalColor;
|
|
1211
|
+
type: () => NeonFunctionalColor; /**
|
|
1212
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1213
|
+
*/
|
|
1169
1214
|
default: null;
|
|
1170
1215
|
};
|
|
1171
1216
|
inverse: {
|
|
@@ -1175,7 +1220,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1175
1220
|
disabled: {
|
|
1176
1221
|
type: BooleanConstructor;
|
|
1177
1222
|
default: boolean;
|
|
1178
|
-
};
|
|
1223
|
+
}; /**
|
|
1224
|
+
* Loading state for the initial load.
|
|
1225
|
+
*/
|
|
1179
1226
|
}>> & Readonly<{}>, {
|
|
1180
1227
|
color: NeonFunctionalColor;
|
|
1181
1228
|
id: string;
|
|
@@ -1269,7 +1316,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1269
1316
|
default: NeonFunctionalColor;
|
|
1270
1317
|
};
|
|
1271
1318
|
inverse: {
|
|
1272
|
-
type: BooleanConstructor;
|
|
1319
|
+
type: BooleanConstructor; /**
|
|
1320
|
+
* Override the label for the back button
|
|
1321
|
+
*/
|
|
1273
1322
|
default: boolean;
|
|
1274
1323
|
};
|
|
1275
1324
|
alternateColor: {
|
|
@@ -1306,10 +1355,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1306
1355
|
transparent: {
|
|
1307
1356
|
type: BooleanConstructor;
|
|
1308
1357
|
default: boolean;
|
|
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
|
-
*/
|
|
1358
|
+
};
|
|
1313
1359
|
outline: {
|
|
1314
1360
|
type: BooleanConstructor;
|
|
1315
1361
|
default: boolean;
|
|
@@ -1371,7 +1417,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1371
1417
|
default: NeonFunctionalColor;
|
|
1372
1418
|
};
|
|
1373
1419
|
inverse: {
|
|
1374
|
-
type: BooleanConstructor;
|
|
1420
|
+
type: BooleanConstructor; /**
|
|
1421
|
+
* Override the label for the back button
|
|
1422
|
+
*/
|
|
1375
1423
|
default: boolean;
|
|
1376
1424
|
};
|
|
1377
1425
|
alternateColor: {
|
|
@@ -1408,10 +1456,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1408
1456
|
transparent: {
|
|
1409
1457
|
type: BooleanConstructor;
|
|
1410
1458
|
default: boolean;
|
|
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
|
-
*/
|
|
1459
|
+
};
|
|
1415
1460
|
outline: {
|
|
1416
1461
|
type: BooleanConstructor;
|
|
1417
1462
|
default: boolean;
|
|
@@ -1497,16 +1542,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1497
1542
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1498
1543
|
name: {
|
|
1499
1544
|
type: StringConstructor;
|
|
1500
|
-
required: true;
|
|
1501
|
-
* Breadcrumbs to display above the header.
|
|
1502
|
-
*/
|
|
1545
|
+
required: true;
|
|
1503
1546
|
};
|
|
1504
1547
|
id: {
|
|
1505
1548
|
type: StringConstructor;
|
|
1506
1549
|
default: null;
|
|
1507
1550
|
};
|
|
1508
1551
|
color: {
|
|
1509
|
-
type: () => NeonFunctionalColor;
|
|
1552
|
+
type: () => NeonFunctionalColor; /**
|
|
1553
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1554
|
+
*/
|
|
1510
1555
|
default: null;
|
|
1511
1556
|
};
|
|
1512
1557
|
inverse: {
|
|
@@ -1516,7 +1561,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1516
1561
|
disabled: {
|
|
1517
1562
|
type: BooleanConstructor;
|
|
1518
1563
|
default: boolean;
|
|
1519
|
-
};
|
|
1564
|
+
}; /**
|
|
1565
|
+
* Loading state for the initial load.
|
|
1566
|
+
*/
|
|
1520
1567
|
}>, {
|
|
1521
1568
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1522
1569
|
[x: string]: unknown;
|
|
@@ -1525,16 +1572,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1525
1572
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1526
1573
|
name: {
|
|
1527
1574
|
type: StringConstructor;
|
|
1528
|
-
required: true;
|
|
1529
|
-
* Breadcrumbs to display above the header.
|
|
1530
|
-
*/
|
|
1575
|
+
required: true;
|
|
1531
1576
|
};
|
|
1532
1577
|
id: {
|
|
1533
1578
|
type: StringConstructor;
|
|
1534
1579
|
default: null;
|
|
1535
1580
|
};
|
|
1536
1581
|
color: {
|
|
1537
|
-
type: () => NeonFunctionalColor;
|
|
1582
|
+
type: () => NeonFunctionalColor; /**
|
|
1583
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1584
|
+
*/
|
|
1538
1585
|
default: null;
|
|
1539
1586
|
};
|
|
1540
1587
|
inverse: {
|
|
@@ -1544,7 +1591,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1544
1591
|
disabled: {
|
|
1545
1592
|
type: BooleanConstructor;
|
|
1546
1593
|
default: boolean;
|
|
1547
|
-
};
|
|
1594
|
+
}; /**
|
|
1595
|
+
* Loading state for the initial load.
|
|
1596
|
+
*/
|
|
1548
1597
|
}>> & Readonly<{}>, {
|
|
1549
1598
|
color: NeonFunctionalColor;
|
|
1550
1599
|
id: string;
|
|
@@ -1570,18 +1619,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1570
1619
|
};
|
|
1571
1620
|
}>, {
|
|
1572
1621
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
1573
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
1574
|
-
* Make cards selectable.
|
|
1575
|
-
*/
|
|
1622
|
+
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
1576
1623
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1577
1624
|
[x: string]: unknown;
|
|
1578
1625
|
}>;
|
|
1579
1626
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1580
1627
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1581
|
-
onClick: () => void;
|
|
1582
|
-
|
|
1583
|
-
* Model for configuring the on demand loading layout.
|
|
1628
|
+
onClick: () => void; /**
|
|
1629
|
+
* Make cards selectable.
|
|
1584
1630
|
*/
|
|
1631
|
+
onSpace: () => Promise<void>;
|
|
1585
1632
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1586
1633
|
href: {
|
|
1587
1634
|
type: StringConstructor;
|
|
@@ -1610,16 +1657,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1610
1657
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1611
1658
|
name: {
|
|
1612
1659
|
type: StringConstructor;
|
|
1613
|
-
required: true;
|
|
1614
|
-
* Breadcrumbs to display above the header.
|
|
1615
|
-
*/
|
|
1660
|
+
required: true;
|
|
1616
1661
|
};
|
|
1617
1662
|
id: {
|
|
1618
1663
|
type: StringConstructor;
|
|
1619
1664
|
default: null;
|
|
1620
1665
|
};
|
|
1621
1666
|
color: {
|
|
1622
|
-
type: () => NeonFunctionalColor;
|
|
1667
|
+
type: () => NeonFunctionalColor; /**
|
|
1668
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1669
|
+
*/
|
|
1623
1670
|
default: null;
|
|
1624
1671
|
};
|
|
1625
1672
|
inverse: {
|
|
@@ -1629,7 +1676,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1629
1676
|
disabled: {
|
|
1630
1677
|
type: BooleanConstructor;
|
|
1631
1678
|
default: boolean;
|
|
1632
|
-
};
|
|
1679
|
+
}; /**
|
|
1680
|
+
* Loading state for the initial load.
|
|
1681
|
+
*/
|
|
1633
1682
|
}>, {
|
|
1634
1683
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1635
1684
|
[x: string]: unknown;
|
|
@@ -1638,16 +1687,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1638
1687
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1639
1688
|
name: {
|
|
1640
1689
|
type: StringConstructor;
|
|
1641
|
-
required: true;
|
|
1642
|
-
* Breadcrumbs to display above the header.
|
|
1643
|
-
*/
|
|
1690
|
+
required: true;
|
|
1644
1691
|
};
|
|
1645
1692
|
id: {
|
|
1646
1693
|
type: StringConstructor;
|
|
1647
1694
|
default: null;
|
|
1648
1695
|
};
|
|
1649
1696
|
color: {
|
|
1650
|
-
type: () => NeonFunctionalColor;
|
|
1697
|
+
type: () => NeonFunctionalColor; /**
|
|
1698
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1699
|
+
*/
|
|
1651
1700
|
default: null;
|
|
1652
1701
|
};
|
|
1653
1702
|
inverse: {
|
|
@@ -1657,7 +1706,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1657
1706
|
disabled: {
|
|
1658
1707
|
type: BooleanConstructor;
|
|
1659
1708
|
default: boolean;
|
|
1660
|
-
};
|
|
1709
|
+
}; /**
|
|
1710
|
+
* Loading state for the initial load.
|
|
1711
|
+
*/
|
|
1661
1712
|
}>> & Readonly<{}>, {
|
|
1662
1713
|
color: NeonFunctionalColor;
|
|
1663
1714
|
id: string;
|
|
@@ -1669,16 +1720,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1669
1720
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1670
1721
|
name: {
|
|
1671
1722
|
type: StringConstructor;
|
|
1672
|
-
required: true;
|
|
1673
|
-
* Breadcrumbs to display above the header.
|
|
1674
|
-
*/
|
|
1723
|
+
required: true;
|
|
1675
1724
|
};
|
|
1676
1725
|
id: {
|
|
1677
1726
|
type: StringConstructor;
|
|
1678
1727
|
default: null;
|
|
1679
1728
|
};
|
|
1680
1729
|
color: {
|
|
1681
|
-
type: () => NeonFunctionalColor;
|
|
1730
|
+
type: () => NeonFunctionalColor; /**
|
|
1731
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1732
|
+
*/
|
|
1682
1733
|
default: null;
|
|
1683
1734
|
};
|
|
1684
1735
|
inverse: {
|
|
@@ -1688,7 +1739,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1688
1739
|
disabled: {
|
|
1689
1740
|
type: BooleanConstructor;
|
|
1690
1741
|
default: boolean;
|
|
1691
|
-
};
|
|
1742
|
+
}; /**
|
|
1743
|
+
* Loading state for the initial load.
|
|
1744
|
+
*/
|
|
1692
1745
|
}>, {
|
|
1693
1746
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1694
1747
|
[x: string]: unknown;
|
|
@@ -1697,16 +1750,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1697
1750
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1698
1751
|
name: {
|
|
1699
1752
|
type: StringConstructor;
|
|
1700
|
-
required: true;
|
|
1701
|
-
* Breadcrumbs to display above the header.
|
|
1702
|
-
*/
|
|
1753
|
+
required: true;
|
|
1703
1754
|
};
|
|
1704
1755
|
id: {
|
|
1705
1756
|
type: StringConstructor;
|
|
1706
1757
|
default: null;
|
|
1707
1758
|
};
|
|
1708
1759
|
color: {
|
|
1709
|
-
type: () => NeonFunctionalColor;
|
|
1760
|
+
type: () => NeonFunctionalColor; /**
|
|
1761
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1762
|
+
*/
|
|
1710
1763
|
default: null;
|
|
1711
1764
|
};
|
|
1712
1765
|
inverse: {
|
|
@@ -1716,7 +1769,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1716
1769
|
disabled: {
|
|
1717
1770
|
type: BooleanConstructor;
|
|
1718
1771
|
default: boolean;
|
|
1719
|
-
};
|
|
1772
|
+
}; /**
|
|
1773
|
+
* Loading state for the initial load.
|
|
1774
|
+
*/
|
|
1720
1775
|
}>> & Readonly<{}>, {
|
|
1721
1776
|
color: NeonFunctionalColor;
|
|
1722
1777
|
id: string;
|
|
@@ -1742,7 +1797,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1742
1797
|
default: NeonFunctionalColor;
|
|
1743
1798
|
};
|
|
1744
1799
|
inverse: {
|
|
1745
|
-
type: BooleanConstructor;
|
|
1800
|
+
type: BooleanConstructor; /**
|
|
1801
|
+
* Override the label for the back button
|
|
1802
|
+
*/
|
|
1746
1803
|
default: boolean;
|
|
1747
1804
|
};
|
|
1748
1805
|
alternateColor: {
|
|
@@ -1779,10 +1836,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1779
1836
|
transparent: {
|
|
1780
1837
|
type: BooleanConstructor;
|
|
1781
1838
|
default: boolean;
|
|
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
|
-
*/
|
|
1839
|
+
};
|
|
1786
1840
|
outline: {
|
|
1787
1841
|
type: BooleanConstructor;
|
|
1788
1842
|
default: boolean;
|
|
@@ -1844,7 +1898,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1844
1898
|
default: NeonFunctionalColor;
|
|
1845
1899
|
};
|
|
1846
1900
|
inverse: {
|
|
1847
|
-
type: BooleanConstructor;
|
|
1901
|
+
type: BooleanConstructor; /**
|
|
1902
|
+
* Override the label for the back button
|
|
1903
|
+
*/
|
|
1848
1904
|
default: boolean;
|
|
1849
1905
|
};
|
|
1850
1906
|
alternateColor: {
|
|
@@ -1881,10 +1937,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1881
1937
|
transparent: {
|
|
1882
1938
|
type: BooleanConstructor;
|
|
1883
1939
|
default: boolean;
|
|
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
|
-
*/
|
|
1940
|
+
};
|
|
1888
1941
|
outline: {
|
|
1889
1942
|
type: BooleanConstructor;
|
|
1890
1943
|
default: boolean;
|
|
@@ -1970,16 +2023,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1970
2023
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1971
2024
|
name: {
|
|
1972
2025
|
type: StringConstructor;
|
|
1973
|
-
required: true;
|
|
1974
|
-
* Breadcrumbs to display above the header.
|
|
1975
|
-
*/
|
|
2026
|
+
required: true;
|
|
1976
2027
|
};
|
|
1977
2028
|
id: {
|
|
1978
2029
|
type: StringConstructor;
|
|
1979
2030
|
default: null;
|
|
1980
2031
|
};
|
|
1981
2032
|
color: {
|
|
1982
|
-
type: () => NeonFunctionalColor;
|
|
2033
|
+
type: () => NeonFunctionalColor; /**
|
|
2034
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2035
|
+
*/
|
|
1983
2036
|
default: null;
|
|
1984
2037
|
};
|
|
1985
2038
|
inverse: {
|
|
@@ -1989,7 +2042,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1989
2042
|
disabled: {
|
|
1990
2043
|
type: BooleanConstructor;
|
|
1991
2044
|
default: boolean;
|
|
1992
|
-
};
|
|
2045
|
+
}; /**
|
|
2046
|
+
* Loading state for the initial load.
|
|
2047
|
+
*/
|
|
1993
2048
|
}>, {
|
|
1994
2049
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1995
2050
|
[x: string]: unknown;
|
|
@@ -1998,16 +2053,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1998
2053
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1999
2054
|
name: {
|
|
2000
2055
|
type: StringConstructor;
|
|
2001
|
-
required: true;
|
|
2002
|
-
* Breadcrumbs to display above the header.
|
|
2003
|
-
*/
|
|
2056
|
+
required: true;
|
|
2004
2057
|
};
|
|
2005
2058
|
id: {
|
|
2006
2059
|
type: StringConstructor;
|
|
2007
2060
|
default: null;
|
|
2008
2061
|
};
|
|
2009
2062
|
color: {
|
|
2010
|
-
type: () => NeonFunctionalColor;
|
|
2063
|
+
type: () => NeonFunctionalColor; /**
|
|
2064
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2065
|
+
*/
|
|
2011
2066
|
default: null;
|
|
2012
2067
|
};
|
|
2013
2068
|
inverse: {
|
|
@@ -2017,7 +2072,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2017
2072
|
disabled: {
|
|
2018
2073
|
type: BooleanConstructor;
|
|
2019
2074
|
default: boolean;
|
|
2020
|
-
};
|
|
2075
|
+
}; /**
|
|
2076
|
+
* Loading state for the initial load.
|
|
2077
|
+
*/
|
|
2021
2078
|
}>> & Readonly<{}>, {
|
|
2022
2079
|
color: NeonFunctionalColor;
|
|
2023
2080
|
id: string;
|
|
@@ -2043,18 +2100,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2043
2100
|
};
|
|
2044
2101
|
}>, {
|
|
2045
2102
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
2046
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2047
|
-
* Make cards selectable.
|
|
2048
|
-
*/
|
|
2103
|
+
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2049
2104
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2050
2105
|
[x: string]: unknown;
|
|
2051
2106
|
}>;
|
|
2052
2107
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2053
2108
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2054
|
-
onClick: () => void;
|
|
2055
|
-
|
|
2056
|
-
* Model for configuring the on demand loading layout.
|
|
2109
|
+
onClick: () => void; /**
|
|
2110
|
+
* Make cards selectable.
|
|
2057
2111
|
*/
|
|
2112
|
+
onSpace: () => Promise<void>;
|
|
2058
2113
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2059
2114
|
href: {
|
|
2060
2115
|
type: StringConstructor;
|
|
@@ -2083,16 +2138,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2083
2138
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2084
2139
|
name: {
|
|
2085
2140
|
type: StringConstructor;
|
|
2086
|
-
required: true;
|
|
2087
|
-
* Breadcrumbs to display above the header.
|
|
2088
|
-
*/
|
|
2141
|
+
required: true;
|
|
2089
2142
|
};
|
|
2090
2143
|
id: {
|
|
2091
2144
|
type: StringConstructor;
|
|
2092
2145
|
default: null;
|
|
2093
2146
|
};
|
|
2094
2147
|
color: {
|
|
2095
|
-
type: () => NeonFunctionalColor;
|
|
2148
|
+
type: () => NeonFunctionalColor; /**
|
|
2149
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2150
|
+
*/
|
|
2096
2151
|
default: null;
|
|
2097
2152
|
};
|
|
2098
2153
|
inverse: {
|
|
@@ -2102,7 +2157,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2102
2157
|
disabled: {
|
|
2103
2158
|
type: BooleanConstructor;
|
|
2104
2159
|
default: boolean;
|
|
2105
|
-
};
|
|
2160
|
+
}; /**
|
|
2161
|
+
* Loading state for the initial load.
|
|
2162
|
+
*/
|
|
2106
2163
|
}>, {
|
|
2107
2164
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2108
2165
|
[x: string]: unknown;
|
|
@@ -2111,16 +2168,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2111
2168
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2112
2169
|
name: {
|
|
2113
2170
|
type: StringConstructor;
|
|
2114
|
-
required: true;
|
|
2115
|
-
* Breadcrumbs to display above the header.
|
|
2116
|
-
*/
|
|
2171
|
+
required: true;
|
|
2117
2172
|
};
|
|
2118
2173
|
id: {
|
|
2119
2174
|
type: StringConstructor;
|
|
2120
2175
|
default: null;
|
|
2121
2176
|
};
|
|
2122
2177
|
color: {
|
|
2123
|
-
type: () => NeonFunctionalColor;
|
|
2178
|
+
type: () => NeonFunctionalColor; /**
|
|
2179
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2180
|
+
*/
|
|
2124
2181
|
default: null;
|
|
2125
2182
|
};
|
|
2126
2183
|
inverse: {
|
|
@@ -2130,7 +2187,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2130
2187
|
disabled: {
|
|
2131
2188
|
type: BooleanConstructor;
|
|
2132
2189
|
default: boolean;
|
|
2133
|
-
};
|
|
2190
|
+
}; /**
|
|
2191
|
+
* Loading state for the initial load.
|
|
2192
|
+
*/
|
|
2134
2193
|
}>> & Readonly<{}>, {
|
|
2135
2194
|
color: NeonFunctionalColor;
|
|
2136
2195
|
id: string;
|
|
@@ -2157,7 +2216,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2157
2216
|
};
|
|
2158
2217
|
}>> & Readonly<{}>, {
|
|
2159
2218
|
gap: import("../../../neon").NeonLayoutSize;
|
|
2160
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2219
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; /**
|
|
2220
|
+
* Loading state for pagination, set when loading a new page.
|
|
2221
|
+
*/
|
|
2161
2222
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2162
2223
|
href: {
|
|
2163
2224
|
type: StringConstructor;
|
|
@@ -2177,18 +2238,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2177
2238
|
};
|
|
2178
2239
|
}>, {
|
|
2179
2240
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
2180
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2181
|
-
* Make cards selectable.
|
|
2182
|
-
*/
|
|
2241
|
+
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2183
2242
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2184
2243
|
[x: string]: unknown;
|
|
2185
2244
|
}>;
|
|
2186
2245
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2187
2246
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2188
|
-
onClick: () => void;
|
|
2189
|
-
|
|
2190
|
-
* Model for configuring the on demand loading layout.
|
|
2247
|
+
onClick: () => void; /**
|
|
2248
|
+
* Make cards selectable.
|
|
2191
2249
|
*/
|
|
2250
|
+
onSpace: () => Promise<void>;
|
|
2192
2251
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2193
2252
|
href: {
|
|
2194
2253
|
type: StringConstructor;
|
|
@@ -2217,16 +2276,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2217
2276
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2218
2277
|
name: {
|
|
2219
2278
|
type: StringConstructor;
|
|
2220
|
-
required: true;
|
|
2221
|
-
* Breadcrumbs to display above the header.
|
|
2222
|
-
*/
|
|
2279
|
+
required: true;
|
|
2223
2280
|
};
|
|
2224
2281
|
id: {
|
|
2225
2282
|
type: StringConstructor;
|
|
2226
2283
|
default: null;
|
|
2227
2284
|
};
|
|
2228
2285
|
color: {
|
|
2229
|
-
type: () => NeonFunctionalColor;
|
|
2286
|
+
type: () => NeonFunctionalColor; /**
|
|
2287
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2288
|
+
*/
|
|
2230
2289
|
default: null;
|
|
2231
2290
|
};
|
|
2232
2291
|
inverse: {
|
|
@@ -2236,7 +2295,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2236
2295
|
disabled: {
|
|
2237
2296
|
type: BooleanConstructor;
|
|
2238
2297
|
default: boolean;
|
|
2239
|
-
};
|
|
2298
|
+
}; /**
|
|
2299
|
+
* Loading state for the initial load.
|
|
2300
|
+
*/
|
|
2240
2301
|
}>, {
|
|
2241
2302
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2242
2303
|
[x: string]: unknown;
|
|
@@ -2245,16 +2306,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2245
2306
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2246
2307
|
name: {
|
|
2247
2308
|
type: StringConstructor;
|
|
2248
|
-
required: true;
|
|
2249
|
-
* Breadcrumbs to display above the header.
|
|
2250
|
-
*/
|
|
2309
|
+
required: true;
|
|
2251
2310
|
};
|
|
2252
2311
|
id: {
|
|
2253
2312
|
type: StringConstructor;
|
|
2254
2313
|
default: null;
|
|
2255
2314
|
};
|
|
2256
2315
|
color: {
|
|
2257
|
-
type: () => NeonFunctionalColor;
|
|
2316
|
+
type: () => NeonFunctionalColor; /**
|
|
2317
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2318
|
+
*/
|
|
2258
2319
|
default: null;
|
|
2259
2320
|
};
|
|
2260
2321
|
inverse: {
|
|
@@ -2264,7 +2325,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2264
2325
|
disabled: {
|
|
2265
2326
|
type: BooleanConstructor;
|
|
2266
2327
|
default: boolean;
|
|
2267
|
-
};
|
|
2328
|
+
}; /**
|
|
2329
|
+
* Loading state for the initial load.
|
|
2330
|
+
*/
|
|
2268
2331
|
}>> & Readonly<{}>, {
|
|
2269
2332
|
color: NeonFunctionalColor;
|
|
2270
2333
|
id: string;
|
|
@@ -2272,6 +2335,83 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2272
2335
|
disabled: boolean;
|
|
2273
2336
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2274
2337
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2338
|
+
NeonDraggableCard: {
|
|
2339
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2340
|
+
draggable: {
|
|
2341
|
+
type: import("vue").PropType<boolean>;
|
|
2342
|
+
required: true;
|
|
2343
|
+
};
|
|
2344
|
+
color: {
|
|
2345
|
+
type: import("vue").PropType<NeonFunctionalColor>;
|
|
2346
|
+
};
|
|
2347
|
+
dragIndex: {
|
|
2348
|
+
type: import("vue").PropType<number>;
|
|
2349
|
+
};
|
|
2350
|
+
index: {
|
|
2351
|
+
type: import("vue").PropType<number>;
|
|
2352
|
+
required: true;
|
|
2353
|
+
};
|
|
2354
|
+
}>> & Readonly<{
|
|
2355
|
+
onDrop?: ((...args: any[]) => any) | undefined;
|
|
2356
|
+
"onOn-drag"?: ((...args: any[]) => any) | undefined;
|
|
2357
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2358
|
+
drop: (...args: any[]) => void;
|
|
2359
|
+
"on-drag": (...args: any[]) => void;
|
|
2360
|
+
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2361
|
+
P: {};
|
|
2362
|
+
B: {};
|
|
2363
|
+
D: {};
|
|
2364
|
+
C: {};
|
|
2365
|
+
M: {};
|
|
2366
|
+
Defaults: {};
|
|
2367
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2368
|
+
draggable: {
|
|
2369
|
+
type: import("vue").PropType<boolean>;
|
|
2370
|
+
required: true;
|
|
2371
|
+
};
|
|
2372
|
+
color: {
|
|
2373
|
+
type: import("vue").PropType<NeonFunctionalColor>;
|
|
2374
|
+
};
|
|
2375
|
+
dragIndex: {
|
|
2376
|
+
type: import("vue").PropType<number>;
|
|
2377
|
+
};
|
|
2378
|
+
index: {
|
|
2379
|
+
type: import("vue").PropType<number>;
|
|
2380
|
+
required: true;
|
|
2381
|
+
};
|
|
2382
|
+
}>> & Readonly<{
|
|
2383
|
+
onDrop?: ((...args: any[]) => any) | undefined;
|
|
2384
|
+
"onOn-drag"?: ((...args: any[]) => any) | undefined;
|
|
2385
|
+
}>, {}, {}, {}, {}, {}>;
|
|
2386
|
+
__isFragment?: undefined;
|
|
2387
|
+
__isTeleport?: undefined;
|
|
2388
|
+
__isSuspense?: undefined;
|
|
2389
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2390
|
+
draggable: {
|
|
2391
|
+
type: import("vue").PropType<boolean>;
|
|
2392
|
+
required: true;
|
|
2393
|
+
};
|
|
2394
|
+
color: {
|
|
2395
|
+
type: import("vue").PropType<NeonFunctionalColor>;
|
|
2396
|
+
};
|
|
2397
|
+
dragIndex: {
|
|
2398
|
+
type: import("vue").PropType<number>;
|
|
2399
|
+
};
|
|
2400
|
+
index: {
|
|
2401
|
+
type: import("vue").PropType<number>;
|
|
2402
|
+
required: true;
|
|
2403
|
+
};
|
|
2404
|
+
}>> & Readonly<{
|
|
2405
|
+
onDrop?: ((...args: any[]) => any) | undefined;
|
|
2406
|
+
"onOn-drag"?: ((...args: any[]) => any) | undefined;
|
|
2407
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2408
|
+
drop: (...args: any[]) => void;
|
|
2409
|
+
"on-drag": (...args: any[]) => void;
|
|
2410
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2411
|
+
$slots: {
|
|
2412
|
+
default?(_: {}): any;
|
|
2413
|
+
};
|
|
2414
|
+
});
|
|
2275
2415
|
NeonLoadingStateCard: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
2276
2416
|
NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2277
2417
|
gap: {
|
|
@@ -2364,16 +2504,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2364
2504
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2365
2505
|
name: {
|
|
2366
2506
|
type: StringConstructor;
|
|
2367
|
-
required: true;
|
|
2368
|
-
* Breadcrumbs to display above the header.
|
|
2369
|
-
*/
|
|
2507
|
+
required: true;
|
|
2370
2508
|
};
|
|
2371
2509
|
id: {
|
|
2372
2510
|
type: StringConstructor;
|
|
2373
2511
|
default: null;
|
|
2374
2512
|
};
|
|
2375
2513
|
color: {
|
|
2376
|
-
type: () => NeonFunctionalColor;
|
|
2514
|
+
type: () => NeonFunctionalColor; /**
|
|
2515
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2516
|
+
*/
|
|
2377
2517
|
default: null;
|
|
2378
2518
|
};
|
|
2379
2519
|
inverse: {
|
|
@@ -2383,7 +2523,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2383
2523
|
disabled: {
|
|
2384
2524
|
type: BooleanConstructor;
|
|
2385
2525
|
default: boolean;
|
|
2386
|
-
};
|
|
2526
|
+
}; /**
|
|
2527
|
+
* Loading state for the initial load.
|
|
2528
|
+
*/
|
|
2387
2529
|
}>, {
|
|
2388
2530
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2389
2531
|
[x: string]: unknown;
|
|
@@ -2392,16 +2534,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2392
2534
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2393
2535
|
name: {
|
|
2394
2536
|
type: StringConstructor;
|
|
2395
|
-
required: true;
|
|
2396
|
-
* Breadcrumbs to display above the header.
|
|
2397
|
-
*/
|
|
2537
|
+
required: true;
|
|
2398
2538
|
};
|
|
2399
2539
|
id: {
|
|
2400
2540
|
type: StringConstructor;
|
|
2401
2541
|
default: null;
|
|
2402
2542
|
};
|
|
2403
2543
|
color: {
|
|
2404
|
-
type: () => NeonFunctionalColor;
|
|
2544
|
+
type: () => NeonFunctionalColor; /**
|
|
2545
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2546
|
+
*/
|
|
2405
2547
|
default: null;
|
|
2406
2548
|
};
|
|
2407
2549
|
inverse: {
|
|
@@ -2411,7 +2553,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2411
2553
|
disabled: {
|
|
2412
2554
|
type: BooleanConstructor;
|
|
2413
2555
|
default: boolean;
|
|
2414
|
-
};
|
|
2556
|
+
}; /**
|
|
2557
|
+
* Loading state for the initial load.
|
|
2558
|
+
*/
|
|
2415
2559
|
}>> & Readonly<{}>, {
|
|
2416
2560
|
color: NeonFunctionalColor;
|
|
2417
2561
|
id: string;
|
|
@@ -2441,9 +2585,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2441
2585
|
default: boolean;
|
|
2442
2586
|
};
|
|
2443
2587
|
backLabel: {
|
|
2444
|
-
type: StringConstructor;
|
|
2445
|
-
* Whether to display a back button
|
|
2446
|
-
*/
|
|
2588
|
+
type: StringConstructor;
|
|
2447
2589
|
default: string;
|
|
2448
2590
|
};
|
|
2449
2591
|
}>, {
|
|
@@ -2473,9 +2615,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2473
2615
|
default: boolean;
|
|
2474
2616
|
};
|
|
2475
2617
|
backLabel: {
|
|
2476
|
-
type: StringConstructor;
|
|
2477
|
-
* Whether to display a back button
|
|
2478
|
-
*/
|
|
2618
|
+
type: StringConstructor;
|
|
2479
2619
|
default: string;
|
|
2480
2620
|
};
|
|
2481
2621
|
}>> & Readonly<{}>, {
|
|
@@ -2530,16 +2670,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2530
2670
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2531
2671
|
name: {
|
|
2532
2672
|
type: StringConstructor;
|
|
2533
|
-
required: true;
|
|
2534
|
-
* Breadcrumbs to display above the header.
|
|
2535
|
-
*/
|
|
2673
|
+
required: true;
|
|
2536
2674
|
};
|
|
2537
2675
|
id: {
|
|
2538
2676
|
type: StringConstructor;
|
|
2539
2677
|
default: null;
|
|
2540
2678
|
};
|
|
2541
2679
|
color: {
|
|
2542
|
-
type: () => NeonFunctionalColor;
|
|
2680
|
+
type: () => NeonFunctionalColor; /**
|
|
2681
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2682
|
+
*/
|
|
2543
2683
|
default: null;
|
|
2544
2684
|
};
|
|
2545
2685
|
inverse: {
|
|
@@ -2549,7 +2689,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2549
2689
|
disabled: {
|
|
2550
2690
|
type: BooleanConstructor;
|
|
2551
2691
|
default: boolean;
|
|
2552
|
-
};
|
|
2692
|
+
}; /**
|
|
2693
|
+
* Loading state for the initial load.
|
|
2694
|
+
*/
|
|
2553
2695
|
}>, {
|
|
2554
2696
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2555
2697
|
[x: string]: unknown;
|
|
@@ -2558,16 +2700,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2558
2700
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2559
2701
|
name: {
|
|
2560
2702
|
type: StringConstructor;
|
|
2561
|
-
required: true;
|
|
2562
|
-
* Breadcrumbs to display above the header.
|
|
2563
|
-
*/
|
|
2703
|
+
required: true;
|
|
2564
2704
|
};
|
|
2565
2705
|
id: {
|
|
2566
2706
|
type: StringConstructor;
|
|
2567
2707
|
default: null;
|
|
2568
2708
|
};
|
|
2569
2709
|
color: {
|
|
2570
|
-
type: () => NeonFunctionalColor;
|
|
2710
|
+
type: () => NeonFunctionalColor; /**
|
|
2711
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2712
|
+
*/
|
|
2571
2713
|
default: null;
|
|
2572
2714
|
};
|
|
2573
2715
|
inverse: {
|
|
@@ -2577,7 +2719,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2577
2719
|
disabled: {
|
|
2578
2720
|
type: BooleanConstructor;
|
|
2579
2721
|
default: boolean;
|
|
2580
|
-
};
|
|
2722
|
+
}; /**
|
|
2723
|
+
* Loading state for the initial load.
|
|
2724
|
+
*/
|
|
2581
2725
|
}>> & Readonly<{}>, {
|
|
2582
2726
|
color: NeonFunctionalColor;
|
|
2583
2727
|
id: string;
|
|
@@ -2603,18 +2747,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2603
2747
|
};
|
|
2604
2748
|
}>, {
|
|
2605
2749
|
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
2606
|
-
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2607
|
-
* Make cards selectable.
|
|
2608
|
-
*/
|
|
2750
|
+
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2609
2751
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2610
2752
|
[x: string]: unknown;
|
|
2611
2753
|
}>;
|
|
2612
2754
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2613
2755
|
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2614
|
-
onClick: () => void;
|
|
2615
|
-
|
|
2616
|
-
* Model for configuring the on demand loading layout.
|
|
2756
|
+
onClick: () => void; /**
|
|
2757
|
+
* Make cards selectable.
|
|
2617
2758
|
*/
|
|
2759
|
+
onSpace: () => Promise<void>;
|
|
2618
2760
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2619
2761
|
href: {
|
|
2620
2762
|
type: StringConstructor;
|
|
@@ -2643,16 +2785,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2643
2785
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2644
2786
|
name: {
|
|
2645
2787
|
type: StringConstructor;
|
|
2646
|
-
required: true;
|
|
2647
|
-
* Breadcrumbs to display above the header.
|
|
2648
|
-
*/
|
|
2788
|
+
required: true;
|
|
2649
2789
|
};
|
|
2650
2790
|
id: {
|
|
2651
2791
|
type: StringConstructor;
|
|
2652
2792
|
default: null;
|
|
2653
2793
|
};
|
|
2654
2794
|
color: {
|
|
2655
|
-
type: () => NeonFunctionalColor;
|
|
2795
|
+
type: () => NeonFunctionalColor; /**
|
|
2796
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2797
|
+
*/
|
|
2656
2798
|
default: null;
|
|
2657
2799
|
};
|
|
2658
2800
|
inverse: {
|
|
@@ -2662,7 +2804,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2662
2804
|
disabled: {
|
|
2663
2805
|
type: BooleanConstructor;
|
|
2664
2806
|
default: boolean;
|
|
2665
|
-
};
|
|
2807
|
+
}; /**
|
|
2808
|
+
* Loading state for the initial load.
|
|
2809
|
+
*/
|
|
2666
2810
|
}>, {
|
|
2667
2811
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2668
2812
|
[x: string]: unknown;
|
|
@@ -2671,16 +2815,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2671
2815
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2672
2816
|
name: {
|
|
2673
2817
|
type: StringConstructor;
|
|
2674
|
-
required: true;
|
|
2675
|
-
* Breadcrumbs to display above the header.
|
|
2676
|
-
*/
|
|
2818
|
+
required: true;
|
|
2677
2819
|
};
|
|
2678
2820
|
id: {
|
|
2679
2821
|
type: StringConstructor;
|
|
2680
2822
|
default: null;
|
|
2681
2823
|
};
|
|
2682
2824
|
color: {
|
|
2683
|
-
type: () => NeonFunctionalColor;
|
|
2825
|
+
type: () => NeonFunctionalColor; /**
|
|
2826
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
2827
|
+
*/
|
|
2684
2828
|
default: null;
|
|
2685
2829
|
};
|
|
2686
2830
|
inverse: {
|
|
@@ -2690,7 +2834,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2690
2834
|
disabled: {
|
|
2691
2835
|
type: BooleanConstructor;
|
|
2692
2836
|
default: boolean;
|
|
2693
|
-
};
|
|
2837
|
+
}; /**
|
|
2838
|
+
* Loading state for the initial load.
|
|
2839
|
+
*/
|
|
2694
2840
|
}>> & Readonly<{}>, {
|
|
2695
2841
|
color: NeonFunctionalColor;
|
|
2696
2842
|
id: string;
|