@aotearoan/neon 28.4.0 → 28.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.cjs.js +2 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.cjs.js.map +1 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.es.js +16 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.es.js.map +1 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.vue.cjs.js +2 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.vue.cjs.js.map +1 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.vue.es.js +48 -0
- package/dist/components/feedback/loading-state-card/NeonLoadingStateCard.vue.es.js.map +1 -0
- package/dist/components/feedback/skeleton-loader/NeonSkeletonLoader.cjs.js.map +1 -1
- package/dist/components/feedback/skeleton-loader/NeonSkeletonLoader.es.js.map +1 -1
- package/dist/components/feedback/splash-loader/NeonSplashLoader.cjs.js.map +1 -1
- package/dist/components/feedback/splash-loader/NeonSplashLoader.es.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.cjs.js +1 -1
- package/dist/components/layout/card-list/NeonCardList.cjs.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.es.js +59 -43
- package/dist/components/layout/card-list/NeonCardList.es.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.cjs.js +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.cjs.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.es.js +90 -63
- package/dist/components/layout/card-list/NeonCardList.vue.es.js.map +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.cjs.js +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.cjs.js.map +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.es.js +38 -24
- package/dist/components/layout/list-layout/NeonListLayout.es.js.map +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.vue.cjs.js +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.vue.cjs.js.map +1 -1
- package/dist/components/layout/list-layout/NeonListLayout.vue.es.js +55 -51
- package/dist/components/layout/list-layout/NeonListLayout.vue.es.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.cjs.js +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.cjs.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.es.js +11 -10
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.es.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.cjs.js +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.cjs.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.es.js +10 -10
- package/dist/components/navigation/breadcrumbs/NeonBreadcrumbs.vue.es.js.map +1 -1
- package/dist/components/navigation/pagination/NeonPagination.cjs.js +1 -1
- package/dist/components/navigation/pagination/NeonPagination.cjs.js.map +1 -1
- package/dist/components/navigation/pagination/NeonPagination.es.js +31 -21
- package/dist/components/navigation/pagination/NeonPagination.es.js.map +1 -1
- package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js +1 -1
- package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js.map +1 -1
- package/dist/components/navigation/pagination/NeonPagination.vue.es.js +43 -36
- package/dist/components/navigation/pagination/NeonPagination.vue.es.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js +7 -7
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.cjs.js +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.cjs.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.es.js +40 -40
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.es.js.map +1 -1
- package/dist/neon.cjs.js +1 -1
- package/dist/neon.es.js +175 -173
- package/dist/neon.es.js.map +1 -1
- package/dist/src/components/feedback/loading-state-card/NeonLoadingStateCard.d.ts +48 -0
- package/dist/src/components/feedback/loading-state-card/NeonLoadingStateCard.vue.d.ts +2 -0
- package/dist/src/components/feedback/skeleton-loader/NeonSkeletonLoader.d.ts +2 -2
- package/dist/src/components/feedback/splash-loader/NeonSplashLoader.d.ts +1 -2
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +105 -49
- package/dist/src/components/layout/list-layout/NeonListLayout.d.ts +317 -300
- package/dist/src/components/navigation/pagination/NeonPagination.d.ts +6 -5
- package/dist/src/model/navigation/pagination/NeonPaginationModel.d.ts +1 -1
- package/dist/src/neon.d.ts +1 -0
- package/package.json +1 -1
- package/src/sass/components/_card-list.scss +4 -12
- package/src/sass/components/_loading-state-card.scss +48 -0
- package/src/sass/components/_skeleton-loader.scss +1 -0
- package/src/sass/components/components.scss +1 -0
- package/src/sass/core/_transitions.scss +3 -3
- package/src/sass/includes/_dependencies.scss +3 -2
- package/src/sass/palette.scss +2 -2
- package/src/sass/theme.scss +4 -0
- package/src/sass/variables-dark.scss +3 -3
- package/src/sass/variables-global.scss +9 -2
- package/src/sass/variables-light.scss +3 -3
package/dist/neon.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"neon.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"neon.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
2
|
+
NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
gap: {
|
|
4
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
5
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
6
|
+
};
|
|
7
|
+
breakpoint: {
|
|
8
|
+
type: () => import("../../../neon").NeonResponsive;
|
|
9
|
+
};
|
|
10
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
gap: {
|
|
12
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
13
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
14
|
+
};
|
|
15
|
+
breakpoint: {
|
|
16
|
+
type: () => import("../../../neon").NeonResponsive;
|
|
17
|
+
};
|
|
18
|
+
}>> & Readonly<{}>, {
|
|
19
|
+
gap: import("../../../neon").NeonLayoutSize;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
NeonSkeletonLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
22
|
+
count: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
26
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
count: {
|
|
28
|
+
type: NumberConstructor;
|
|
29
|
+
default: number;
|
|
30
|
+
};
|
|
31
|
+
}>> & Readonly<{}>, {
|
|
32
|
+
count: number;
|
|
33
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
34
|
+
NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
35
|
+
gap: {
|
|
36
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
37
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
38
|
+
};
|
|
39
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
gap: {
|
|
41
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
42
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
43
|
+
};
|
|
44
|
+
}>> & Readonly<{}>, {
|
|
45
|
+
gap: import("../../../neon").NeonLayoutSize;
|
|
46
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
48
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* A component for indicating
|
|
3
|
-
*
|
|
2
|
+
* A component for indicating data is loading. Compose multiple skeleton loaders to generate a loader matching the
|
|
3
|
+
* shape of the content to be loaded.
|
|
4
4
|
*/
|
|
5
5
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
/**
|
|
@@ -2,8 +2,7 @@ import { NeonFunctionalColor } from '@/model/common/color/NeonFunctionalColor';
|
|
|
2
2
|
import { NeonSplashLoaderSize } from '@/model/feedback/splash-loader/NeonSplashLoaderSize';
|
|
3
3
|
/**
|
|
4
4
|
* Use <strong>NeonSplashLoader</strong> to indicate loading progress to the user. This can be used fullscreen for the
|
|
5
|
-
* initial
|
|
6
|
-
* <a href="/feedback/skeleton-loader">NeonSkeletonLoader</a>.
|
|
5
|
+
* initial page loading as well as when updating data.
|
|
7
6
|
*/
|
|
8
7
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9
8
|
/**
|
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
type: BooleanConstructor;
|
|
56
56
|
};
|
|
57
57
|
}>, {
|
|
58
|
-
emit: (event: "show-more" | "toggle-selected", ...args: any[]) => void;
|
|
58
|
+
emit: (event: "page-change" | "show-more" | "toggle-selected", ...args: any[]) => void;
|
|
59
59
|
n: typeof NeonNumberUtils.formatNumber;
|
|
60
60
|
NeonButtonStyle: typeof NeonButtonStyle;
|
|
61
61
|
NeonFunctionalColor: typeof NeonFunctionalColor;
|
|
@@ -67,7 +67,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
67
67
|
slots: Readonly<{
|
|
68
68
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
69
69
|
}>;
|
|
70
|
-
|
|
70
|
+
cards: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
71
|
+
onPageChange: (newPage: number) => void;
|
|
72
|
+
}, {}, {}, {}, 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<{
|
|
71
73
|
/**
|
|
72
74
|
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
73
75
|
*/
|
|
@@ -108,6 +110,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
108
110
|
type: BooleanConstructor;
|
|
109
111
|
};
|
|
110
112
|
}>> & Readonly<{
|
|
113
|
+
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
111
114
|
"onShow-more"?: ((...args: any[]) => any) | undefined;
|
|
112
115
|
"onToggle-selected"?: ((...args: any[]) => any) | undefined;
|
|
113
116
|
}>, {
|
|
@@ -352,7 +355,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
352
355
|
};
|
|
353
356
|
urlTemplate: {
|
|
354
357
|
type: StringConstructor;
|
|
355
|
-
required: true;
|
|
356
358
|
};
|
|
357
359
|
pageSize: {
|
|
358
360
|
type: NumberConstructor;
|
|
@@ -365,13 +367,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
365
367
|
displayFirstAndLast: {
|
|
366
368
|
type: BooleanConstructor;
|
|
367
369
|
default: boolean;
|
|
368
|
-
};
|
|
369
|
-
* TODO: consider refactoring since it's no longer just a layout component when selectable.
|
|
370
|
-
* Represent lists of objects as cards. This is intended to be a more responsive replacement for tables. This component
|
|
371
|
-
* will display a list of items as cards with a count (x of y) and a <em>Show more</em> button to load more results.
|
|
372
|
-
* There is also a slot for adding filtering or other content above the list. A slot is provided with card model & index
|
|
373
|
-
* parameters for customising how to display the model for each card.
|
|
374
|
-
*/
|
|
370
|
+
};
|
|
375
371
|
color: {
|
|
376
372
|
type: () => NeonFunctionalColor;
|
|
377
373
|
default: () => NeonFunctionalColor;
|
|
@@ -386,15 +382,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
386
382
|
showFirstPageWithEllipsis: import("vue").ComputedRef<boolean>;
|
|
387
383
|
showLastPageWithEllipsis: import("vue").ComputedRef<boolean>;
|
|
388
384
|
pageRange: import("vue").ComputedRef<number[]>;
|
|
389
|
-
url: (page: number) => string;
|
|
390
|
-
|
|
385
|
+
url: (page: number) => string | undefined;
|
|
386
|
+
emit: (event: "page-change", ...args: any[]) => void;
|
|
387
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "page-change"[], "page-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
391
388
|
page: {
|
|
392
389
|
type: NumberConstructor;
|
|
393
390
|
required: true;
|
|
394
391
|
};
|
|
395
392
|
urlTemplate: {
|
|
396
393
|
type: StringConstructor;
|
|
397
|
-
required: true;
|
|
398
394
|
};
|
|
399
395
|
pageSize: {
|
|
400
396
|
type: NumberConstructor;
|
|
@@ -407,18 +403,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
407
403
|
displayFirstAndLast: {
|
|
408
404
|
type: BooleanConstructor;
|
|
409
405
|
default: boolean;
|
|
410
|
-
};
|
|
411
|
-
* TODO: consider refactoring since it's no longer just a layout component when selectable.
|
|
412
|
-
* Represent lists of objects as cards. This is intended to be a more responsive replacement for tables. This component
|
|
413
|
-
* will display a list of items as cards with a count (x of y) and a <em>Show more</em> button to load more results.
|
|
414
|
-
* There is also a slot for adding filtering or other content above the list. A slot is provided with card model & index
|
|
415
|
-
* parameters for customising how to display the model for each card.
|
|
416
|
-
*/
|
|
406
|
+
};
|
|
417
407
|
color: {
|
|
418
408
|
type: () => NeonFunctionalColor;
|
|
419
409
|
default: () => NeonFunctionalColor;
|
|
420
410
|
};
|
|
421
|
-
}>> & Readonly<{
|
|
411
|
+
}>> & Readonly<{
|
|
412
|
+
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
413
|
+
}>, {
|
|
422
414
|
color: NeonFunctionalColor;
|
|
423
415
|
pageSize: number;
|
|
424
416
|
displayFirstAndLast: boolean;
|
|
@@ -445,7 +437,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
445
437
|
default: boolean;
|
|
446
438
|
};
|
|
447
439
|
alternateColor: {
|
|
448
|
-
type: () => NeonFunctionalColor;
|
|
440
|
+
type: () => NeonFunctionalColor; /**
|
|
441
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
442
|
+
*/
|
|
449
443
|
default: null;
|
|
450
444
|
};
|
|
451
445
|
icon: {
|
|
@@ -461,8 +455,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
461
455
|
};
|
|
462
456
|
buttonStyle: {
|
|
463
457
|
type: () => NeonButtonStyle;
|
|
464
|
-
default: NeonButtonStyle;
|
|
465
|
-
|
|
458
|
+
default: NeonButtonStyle; /**
|
|
459
|
+
* Model for configuring the on-demand loading layout.
|
|
460
|
+
*/
|
|
461
|
+
}; /**
|
|
462
|
+
* Model for configuring the on-demand loading layout.
|
|
463
|
+
*/
|
|
466
464
|
buttonType: {
|
|
467
465
|
type: () => import("../../../neon").NeonButtonType;
|
|
468
466
|
default: import("../../../neon").NeonButtonType;
|
|
@@ -544,7 +542,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
544
542
|
default: boolean;
|
|
545
543
|
};
|
|
546
544
|
alternateColor: {
|
|
547
|
-
type: () => NeonFunctionalColor;
|
|
545
|
+
type: () => NeonFunctionalColor; /**
|
|
546
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
547
|
+
*/
|
|
548
548
|
default: null;
|
|
549
549
|
};
|
|
550
550
|
icon: {
|
|
@@ -560,8 +560,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
560
560
|
};
|
|
561
561
|
buttonStyle: {
|
|
562
562
|
type: () => NeonButtonStyle;
|
|
563
|
-
default: NeonButtonStyle;
|
|
564
|
-
|
|
563
|
+
default: NeonButtonStyle; /**
|
|
564
|
+
* Model for configuring the on-demand loading layout.
|
|
565
|
+
*/
|
|
566
|
+
}; /**
|
|
567
|
+
* Model for configuring the on-demand loading layout.
|
|
568
|
+
*/
|
|
565
569
|
buttonType: {
|
|
566
570
|
type: () => import("../../../neon").NeonButtonType;
|
|
567
571
|
default: import("../../../neon").NeonButtonType;
|
|
@@ -737,7 +741,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
737
741
|
[x: string]: unknown;
|
|
738
742
|
}>;
|
|
739
743
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
740
|
-
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
744
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>; /**
|
|
745
|
+
* Model for configuring the on-demand loading layout.
|
|
746
|
+
*/
|
|
741
747
|
onClick: () => void;
|
|
742
748
|
onSpace: () => Promise<void>;
|
|
743
749
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -896,7 +902,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
896
902
|
default: boolean;
|
|
897
903
|
};
|
|
898
904
|
alternateColor: {
|
|
899
|
-
type: () => NeonFunctionalColor;
|
|
905
|
+
type: () => NeonFunctionalColor; /**
|
|
906
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
907
|
+
*/
|
|
900
908
|
default: null;
|
|
901
909
|
};
|
|
902
910
|
icon: {
|
|
@@ -912,8 +920,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
912
920
|
};
|
|
913
921
|
buttonStyle: {
|
|
914
922
|
type: () => NeonButtonStyle;
|
|
915
|
-
default: NeonButtonStyle;
|
|
916
|
-
|
|
923
|
+
default: NeonButtonStyle; /**
|
|
924
|
+
* Model for configuring the on-demand loading layout.
|
|
925
|
+
*/
|
|
926
|
+
}; /**
|
|
927
|
+
* Model for configuring the on-demand loading layout.
|
|
928
|
+
*/
|
|
917
929
|
buttonType: {
|
|
918
930
|
type: () => import("../../../neon").NeonButtonType;
|
|
919
931
|
default: import("../../../neon").NeonButtonType;
|
|
@@ -995,7 +1007,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
995
1007
|
default: boolean;
|
|
996
1008
|
};
|
|
997
1009
|
alternateColor: {
|
|
998
|
-
type: () => NeonFunctionalColor;
|
|
1010
|
+
type: () => NeonFunctionalColor; /**
|
|
1011
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
1012
|
+
*/
|
|
999
1013
|
default: null;
|
|
1000
1014
|
};
|
|
1001
1015
|
icon: {
|
|
@@ -1011,8 +1025,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1011
1025
|
};
|
|
1012
1026
|
buttonStyle: {
|
|
1013
1027
|
type: () => NeonButtonStyle;
|
|
1014
|
-
default: NeonButtonStyle;
|
|
1015
|
-
|
|
1028
|
+
default: NeonButtonStyle; /**
|
|
1029
|
+
* Model for configuring the on-demand loading layout.
|
|
1030
|
+
*/
|
|
1031
|
+
}; /**
|
|
1032
|
+
* Model for configuring the on-demand loading layout.
|
|
1033
|
+
*/
|
|
1016
1034
|
buttonType: {
|
|
1017
1035
|
type: () => import("../../../neon").NeonButtonType;
|
|
1018
1036
|
default: import("../../../neon").NeonButtonType;
|
|
@@ -1188,7 +1206,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1188
1206
|
[x: string]: unknown;
|
|
1189
1207
|
}>;
|
|
1190
1208
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1191
|
-
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1209
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>; /**
|
|
1210
|
+
* Model for configuring the on-demand loading layout.
|
|
1211
|
+
*/
|
|
1192
1212
|
onClick: () => void;
|
|
1193
1213
|
onSpace: () => Promise<void>;
|
|
1194
1214
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1314,7 +1334,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1314
1334
|
[x: string]: unknown;
|
|
1315
1335
|
}>;
|
|
1316
1336
|
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1317
|
-
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1337
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>; /**
|
|
1338
|
+
* Model for configuring the on-demand loading layout.
|
|
1339
|
+
*/
|
|
1318
1340
|
onClick: () => void;
|
|
1319
1341
|
onSpace: () => Promise<void>;
|
|
1320
1342
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1396,6 +1418,53 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1396
1418
|
disabled: boolean;
|
|
1397
1419
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1398
1420
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1421
|
+
NeonLoadingStateCard: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
1422
|
+
NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1423
|
+
gap: {
|
|
1424
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
1425
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
1426
|
+
};
|
|
1427
|
+
breakpoint: {
|
|
1428
|
+
type: () => import("../../../neon").NeonResponsive;
|
|
1429
|
+
};
|
|
1430
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1431
|
+
gap: {
|
|
1432
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
1433
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
1434
|
+
};
|
|
1435
|
+
breakpoint: {
|
|
1436
|
+
type: () => import("../../../neon").NeonResponsive;
|
|
1437
|
+
};
|
|
1438
|
+
}>> & Readonly<{}>, {
|
|
1439
|
+
gap: import("../../../neon").NeonLayoutSize;
|
|
1440
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1441
|
+
NeonSkeletonLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1442
|
+
count: {
|
|
1443
|
+
type: NumberConstructor;
|
|
1444
|
+
default: number;
|
|
1445
|
+
};
|
|
1446
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1447
|
+
count: {
|
|
1448
|
+
type: NumberConstructor;
|
|
1449
|
+
default: number;
|
|
1450
|
+
};
|
|
1451
|
+
}>> & Readonly<{}>, {
|
|
1452
|
+
count: number;
|
|
1453
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1454
|
+
NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1455
|
+
gap: {
|
|
1456
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
1457
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
1458
|
+
};
|
|
1459
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1460
|
+
gap: {
|
|
1461
|
+
type: () => import("../../../neon").NeonLayoutSize;
|
|
1462
|
+
default: () => import("../../../neon").NeonLayoutSize;
|
|
1463
|
+
};
|
|
1464
|
+
}>> & Readonly<{}>, {
|
|
1465
|
+
gap: import("../../../neon").NeonLayoutSize;
|
|
1466
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1467
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1399
1468
|
NeonSplashLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1400
1469
|
color: {
|
|
1401
1470
|
type: () => NeonFunctionalColor;
|
|
@@ -1492,18 +1561,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1492
1561
|
disabled: boolean;
|
|
1493
1562
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1494
1563
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1495
|
-
NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1496
|
-
gap: {
|
|
1497
|
-
type: () => import("../../../neon").NeonLayoutSize;
|
|
1498
|
-
default: () => import("../../../neon").NeonLayoutSize;
|
|
1499
|
-
};
|
|
1500
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1501
|
-
gap: {
|
|
1502
|
-
type: () => import("../../../neon").NeonLayoutSize;
|
|
1503
|
-
default: () => import("../../../neon").NeonLayoutSize;
|
|
1504
|
-
};
|
|
1505
|
-
}>> & Readonly<{}>, {
|
|
1506
|
-
gap: import("../../../neon").NeonLayoutSize;
|
|
1507
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1508
1564
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1509
1565
|
export default _default;
|