@aotearoan/neon 25.0.2 → 25.2.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/common/icons/first-page.svg.cjs.js +7 -0
- package/dist/common/icons/first-page.svg.cjs.js.map +1 -0
- package/dist/common/icons/first-page.svg.es.js +10 -0
- package/dist/common/icons/first-page.svg.es.js.map +1 -0
- package/dist/common/icons/last-page.svg.cjs.js +7 -0
- package/dist/common/icons/last-page.svg.cjs.js.map +1 -0
- package/dist/common/icons/last-page.svg.es.js +10 -0
- package/dist/common/icons/last-page.svg.es.js.map +1 -0
- package/dist/common/utils/NeonDateUtils.cjs.js +1 -1
- package/dist/common/utils/NeonDateUtils.cjs.js.map +1 -1
- package/dist/common/utils/NeonDateUtils.es.js +58 -41
- package/dist/common/utils/NeonDateUtils.es.js.map +1 -1
- package/dist/common/utils/RegisterIcons.cjs.js +1 -1
- package/dist/common/utils/RegisterIcons.cjs.js.map +1 -1
- package/dist/common/utils/RegisterIcons.es.js +36 -34
- package/dist/common/utils/RegisterIcons.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 +51 -50
- 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 +47 -46
- package/dist/components/layout/card-list/NeonCardList.vue.es.js.map +1 -1
- package/dist/components/layout/page-header/NeonPageHeader.cjs.js +2 -0
- package/dist/components/layout/page-header/NeonPageHeader.cjs.js.map +1 -0
- package/dist/components/layout/page-header/NeonPageHeader.es.js +24 -0
- package/dist/components/layout/page-header/NeonPageHeader.es.js.map +1 -0
- package/dist/components/layout/page-header/NeonPageHeader.vue.cjs.js +2 -0
- package/dist/components/layout/page-header/NeonPageHeader.vue.cjs.js.map +1 -0
- package/dist/components/layout/page-header/NeonPageHeader.vue.es.js +43 -0
- package/dist/components/layout/page-header/NeonPageHeader.vue.es.js.map +1 -0
- package/dist/components/layout/page-section/NeonPageSection.cjs.js +2 -0
- package/dist/components/layout/page-section/NeonPageSection.cjs.js.map +1 -0
- package/dist/components/layout/page-section/NeonPageSection.es.js +14 -0
- package/dist/components/layout/page-section/NeonPageSection.es.js.map +1 -0
- package/dist/components/layout/page-section/NeonPageSection.vue.cjs.js +2 -0
- package/dist/components/layout/page-section/NeonPageSection.vue.cjs.js.map +1 -0
- package/dist/components/layout/page-section/NeonPageSection.vue.es.js +18 -0
- package/dist/components/layout/page-section/NeonPageSection.vue.es.js.map +1 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.cjs.js +2 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.cjs.js.map +1 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.es.js +8 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.es.js.map +1 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.cjs.js +2 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.cjs.js.map +1 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.es.js +16 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.es.js.map +1 -0
- package/dist/components/navigation/pagination/NeonPagination.cjs.js +2 -0
- package/dist/components/navigation/pagination/NeonPagination.cjs.js.map +1 -0
- package/dist/components/navigation/pagination/NeonPagination.es.js +71 -0
- package/dist/components/navigation/pagination/NeonPagination.es.js.map +1 -0
- package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js +2 -0
- package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js.map +1 -0
- package/dist/components/navigation/pagination/NeonPagination.vue.es.js +101 -0
- package/dist/components/navigation/pagination/NeonPagination.vue.es.js.map +1 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.cjs.js +2 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.cjs.js.map +1 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.es.js +26 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.es.js.map +1 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.cjs.js +2 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.cjs.js.map +1 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.es.js +22 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.es.js.map +1 -0
- package/dist/neon.cjs.js +1 -1
- package/dist/neon.es.js +189 -179
- package/dist/neon.es.js.map +1 -1
- package/dist/src/common/models/NeonCardListModel.d.ts +5 -11
- package/dist/src/common/models/NeonIdentifiable.d.ts +9 -0
- package/dist/src/common/models/NeonLoadOnDemandModel.d.ts +22 -0
- package/dist/src/common/models/NeonNoteModel.d.ts +6 -0
- package/dist/src/common/models/NeonPaginationModel.d.ts +26 -0
- package/dist/src/common/utils/NeonDateUtils.d.ts +11 -0
- package/dist/src/components/feedback/linear-progress/NeonLinearProgress.d.ts +1 -1
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +556 -215
- package/dist/src/components/layout/page-header/NeonPageHeader.d.ts +592 -0
- package/dist/src/components/layout/page-header/NeonPageHeader.vue.d.ts +2 -0
- package/dist/src/components/layout/page-section/NeonPageSection.d.ts +21 -0
- package/dist/src/components/layout/page-section/NeonPageSection.vue.d.ts +2 -0
- package/dist/src/components/layout/sticky-buttons/NeonStickyButtons.d.ts +6 -0
- package/dist/src/components/layout/sticky-buttons/NeonStickyButtons.vue.d.ts +2 -0
- package/dist/src/components/navigation/pagination/NeonPagination.d.ts +565 -0
- package/dist/src/components/navigation/pagination/NeonPagination.vue.d.ts +2 -0
- package/dist/src/components/presentation/labelled-content/NeonLabelledContent.d.ts +64 -0
- package/dist/src/components/presentation/labelled-content/NeonLabelledContent.vue.d.ts +2 -0
- package/dist/src/neon.d.ts +9 -0
- package/package.json +1 -1
- package/src/sass/components/_card-list.scss +14 -33
- package/src/sass/components/_footer.scss +5 -0
- package/src/sass/components/_labelled-content.scss +25 -0
- package/src/sass/components/_page-header.scss +36 -0
- package/src/sass/components/_page-section.scss +13 -0
- package/src/sass/components/_pagination.scss +102 -0
- package/src/sass/components/_skeleton-loader.scss +3 -1
- package/src/sass/components/_sticky-buttons.scss +43 -0
- package/src/sass/components/components.scss +5 -0
- package/src/sass/includes/_dependencies.scss +5 -0
- package/src/sass/theme.scss +20 -0
- package/src/sass/variables.scss +9 -11
- package/dist/components/layout/card-list/card/NeonCardListCard.cjs.js +0 -2
- package/dist/components/layout/card-list/card/NeonCardListCard.cjs.js.map +0 -1
- package/dist/components/layout/card-list/card/NeonCardListCard.es.js +0 -43
- package/dist/components/layout/card-list/card/NeonCardListCard.es.js.map +0 -1
- package/dist/components/layout/card-list/card/NeonCardListCard.vue.cjs.js +0 -2
- package/dist/components/layout/card-list/card/NeonCardListCard.vue.cjs.js.map +0 -1
- package/dist/components/layout/card-list/card/NeonCardListCard.vue.es.js +0 -32
- package/dist/components/layout/card-list/card/NeonCardListCard.vue.es.js.map +0 -1
- package/dist/src/components/layout/card-list/card/NeonCardListCard.d.ts +0 -129
- package/dist/src/components/layout/card-list/card/NeonCardListCard.vue.d.ts +0 -2
|
@@ -2,6 +2,10 @@ import { NeonButtonStyle } from '@/common/enums/NeonButtonStyle';
|
|
|
2
2
|
import { NeonSize } from '@/common/enums/NeonSize';
|
|
3
3
|
import { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';
|
|
4
4
|
import type { NeonCardListModel } from '@/common/models/NeonCardListModel';
|
|
5
|
+
import { NeonNumberUtils } from '@/common/utils/NeonNumberUtils';
|
|
6
|
+
import type { NeonLoadOnDemandModel } from '@/common/models/NeonLoadOnDemandModel';
|
|
7
|
+
import type { NeonPaginationModel } from '@/common/models/NeonPaginationModel';
|
|
8
|
+
import type { NeonIdentifiable } from '@/common/models/NeonIdentifiable';
|
|
5
9
|
/**
|
|
6
10
|
* Represent lists of objects as cards. This is intended to be a more responsive replacement for tables. This component
|
|
7
11
|
* 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.
|
|
@@ -10,20 +14,12 @@ import type { NeonCardListModel } from '@/common/models/NeonCardListModel';
|
|
|
10
14
|
*/
|
|
11
15
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12
16
|
/**
|
|
13
|
-
*
|
|
14
|
-
* the card layout.
|
|
17
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
15
18
|
*/
|
|
16
|
-
|
|
17
|
-
type: () => Array<NeonCardListModel
|
|
19
|
+
items: {
|
|
20
|
+
type: () => Array<NeonCardListModel<NeonIdentifiable>>;
|
|
18
21
|
required: true;
|
|
19
22
|
};
|
|
20
|
-
/**
|
|
21
|
-
* For pagination - the total count of records including those not displayed.
|
|
22
|
-
*/
|
|
23
|
-
total: {
|
|
24
|
-
type: NumberConstructor;
|
|
25
|
-
default: null;
|
|
26
|
-
};
|
|
27
23
|
/**
|
|
28
24
|
* Specify a hover color for the cards.
|
|
29
25
|
*/
|
|
@@ -32,56 +28,35 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
28
|
default: null;
|
|
33
29
|
};
|
|
34
30
|
/**
|
|
35
|
-
*
|
|
36
|
-
* card model instead of clickable=true if cards are links.
|
|
37
|
-
*/
|
|
38
|
-
clickable: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
/**
|
|
43
|
-
* override the default 'x of y' text.
|
|
31
|
+
* Model for configuring the on demand loading layout.
|
|
44
32
|
*/
|
|
45
|
-
|
|
46
|
-
type:
|
|
47
|
-
default: string;
|
|
33
|
+
loadOnDemand: {
|
|
34
|
+
type: () => NeonLoadOnDemandModel;
|
|
48
35
|
};
|
|
49
36
|
/**
|
|
50
|
-
*
|
|
37
|
+
* Model for configuring pagination, either pagination or loadOnDemand should be provided.
|
|
51
38
|
*/
|
|
52
|
-
|
|
53
|
-
type:
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
/**
|
|
57
|
-
* override the 'End of results' text.
|
|
58
|
-
*/
|
|
59
|
-
endOfResultsLabel: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
default: string;
|
|
39
|
+
pagination: {
|
|
40
|
+
type: () => NeonPaginationModel;
|
|
62
41
|
};
|
|
63
42
|
}>, {
|
|
64
|
-
emit: (event: "
|
|
65
|
-
n:
|
|
43
|
+
emit: (event: "show-more", ...args: any[]) => void;
|
|
44
|
+
n: typeof NeonNumberUtils.formatNumber;
|
|
66
45
|
NeonButtonStyle: typeof NeonButtonStyle;
|
|
67
46
|
NeonFunctionalColor: typeof NeonFunctionalColor;
|
|
68
47
|
NeonSize: typeof NeonSize;
|
|
69
|
-
|
|
48
|
+
ofLabel: import("vue").ComputedRef<string | undefined>;
|
|
49
|
+
showMoreLabel: import("vue").ComputedRef<string | undefined>;
|
|
50
|
+
endOfResultsLabel: import("vue").ComputedRef<string | undefined>;
|
|
51
|
+
total: import("vue").ComputedRef<number>;
|
|
52
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "show-more"[], "show-more", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
70
53
|
/**
|
|
71
|
-
*
|
|
72
|
-
* the card layout.
|
|
54
|
+
* Items to display as cards. Each item should be a NeonCardListModel.
|
|
73
55
|
*/
|
|
74
|
-
|
|
75
|
-
type: () => Array<NeonCardListModel
|
|
56
|
+
items: {
|
|
57
|
+
type: () => Array<NeonCardListModel<NeonIdentifiable>>;
|
|
76
58
|
required: true;
|
|
77
59
|
};
|
|
78
|
-
/**
|
|
79
|
-
* For pagination - the total count of records including those not displayed.
|
|
80
|
-
*/
|
|
81
|
-
total: {
|
|
82
|
-
type: NumberConstructor;
|
|
83
|
-
default: null;
|
|
84
|
-
};
|
|
85
60
|
/**
|
|
86
61
|
* Specify a hover color for the cards.
|
|
87
62
|
*/
|
|
@@ -90,45 +65,539 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
90
65
|
default: null;
|
|
91
66
|
};
|
|
92
67
|
/**
|
|
93
|
-
*
|
|
94
|
-
* card model instead of clickable=true if cards are links.
|
|
95
|
-
*/
|
|
96
|
-
clickable: {
|
|
97
|
-
type: BooleanConstructor;
|
|
98
|
-
default: boolean;
|
|
99
|
-
};
|
|
100
|
-
/**
|
|
101
|
-
* override the default 'x of y' text.
|
|
102
|
-
*/
|
|
103
|
-
ofLabel: {
|
|
104
|
-
type: StringConstructor;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
|
-
/**
|
|
108
|
-
* override the 'Show more' text.
|
|
68
|
+
* Model for configuring the on demand loading layout.
|
|
109
69
|
*/
|
|
110
|
-
|
|
111
|
-
type:
|
|
112
|
-
default: string;
|
|
70
|
+
loadOnDemand: {
|
|
71
|
+
type: () => NeonLoadOnDemandModel;
|
|
113
72
|
};
|
|
114
73
|
/**
|
|
115
|
-
*
|
|
74
|
+
* Model for configuring pagination, either pagination or loadOnDemand should be provided.
|
|
116
75
|
*/
|
|
117
|
-
|
|
118
|
-
type:
|
|
119
|
-
default: string;
|
|
76
|
+
pagination: {
|
|
77
|
+
type: () => NeonPaginationModel;
|
|
120
78
|
};
|
|
121
79
|
}>> & Readonly<{
|
|
122
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
123
80
|
"onShow-more"?: ((...args: any[]) => any) | undefined;
|
|
124
81
|
}>, {
|
|
125
82
|
color: NeonFunctionalColor;
|
|
126
|
-
clickable: boolean;
|
|
127
|
-
total: number;
|
|
128
|
-
ofLabel: string;
|
|
129
|
-
showMoreLabel: string;
|
|
130
|
-
endOfResultsLabel: string;
|
|
131
83
|
}, {}, {
|
|
84
|
+
NeonPagination: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
85
|
+
page: {
|
|
86
|
+
type: NumberConstructor;
|
|
87
|
+
required: true;
|
|
88
|
+
};
|
|
89
|
+
urlTemplate: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
required: true;
|
|
92
|
+
};
|
|
93
|
+
pageSize: {
|
|
94
|
+
type: NumberConstructor;
|
|
95
|
+
default: number;
|
|
96
|
+
};
|
|
97
|
+
total: {
|
|
98
|
+
type: NumberConstructor;
|
|
99
|
+
required: true;
|
|
100
|
+
};
|
|
101
|
+
displayFirstAndLast: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
color: {
|
|
106
|
+
type: () => NeonFunctionalColor;
|
|
107
|
+
default: () => NeonFunctionalColor;
|
|
108
|
+
};
|
|
109
|
+
}>, {
|
|
110
|
+
pageCount: import("vue").ComputedRef<number>;
|
|
111
|
+
hidePagination: import("vue").ComputedRef<boolean>;
|
|
112
|
+
previousPage: import("vue").ComputedRef<number>;
|
|
113
|
+
disabledPrevious: import("vue").ComputedRef<boolean>;
|
|
114
|
+
nextPage: import("vue").ComputedRef<number>;
|
|
115
|
+
disabledNext: import("vue").ComputedRef<boolean>;
|
|
116
|
+
showFirstPageWithEllipsis: import("vue").ComputedRef<boolean>;
|
|
117
|
+
showLastPageWithEllipsis: import("vue").ComputedRef<boolean>;
|
|
118
|
+
pageRange: import("vue").ComputedRef<number[]>;
|
|
119
|
+
url: (page: number) => string;
|
|
120
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
121
|
+
page: {
|
|
122
|
+
type: NumberConstructor;
|
|
123
|
+
required: true;
|
|
124
|
+
};
|
|
125
|
+
urlTemplate: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
required: true;
|
|
128
|
+
};
|
|
129
|
+
pageSize: {
|
|
130
|
+
type: NumberConstructor;
|
|
131
|
+
default: number;
|
|
132
|
+
};
|
|
133
|
+
total: {
|
|
134
|
+
type: NumberConstructor;
|
|
135
|
+
required: true;
|
|
136
|
+
};
|
|
137
|
+
displayFirstAndLast: {
|
|
138
|
+
type: BooleanConstructor;
|
|
139
|
+
default: boolean;
|
|
140
|
+
};
|
|
141
|
+
color: {
|
|
142
|
+
type: () => NeonFunctionalColor;
|
|
143
|
+
default: () => NeonFunctionalColor;
|
|
144
|
+
};
|
|
145
|
+
}>> & Readonly<{}>, {
|
|
146
|
+
color: NeonFunctionalColor;
|
|
147
|
+
pageSize: number;
|
|
148
|
+
displayFirstAndLast: boolean;
|
|
149
|
+
}, {}, {
|
|
150
|
+
NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
151
|
+
href: {
|
|
152
|
+
type: StringConstructor;
|
|
153
|
+
default: null;
|
|
154
|
+
};
|
|
155
|
+
label: {
|
|
156
|
+
type: StringConstructor;
|
|
157
|
+
default: null;
|
|
158
|
+
};
|
|
159
|
+
size: {
|
|
160
|
+
type: () => import("../../../neon").NeonButtonSize;
|
|
161
|
+
default: import("../../../neon").NeonButtonSize;
|
|
162
|
+
};
|
|
163
|
+
color: {
|
|
164
|
+
type: () => NeonFunctionalColor;
|
|
165
|
+
default: NeonFunctionalColor;
|
|
166
|
+
};
|
|
167
|
+
inverse: {
|
|
168
|
+
type: BooleanConstructor;
|
|
169
|
+
default: boolean;
|
|
170
|
+
};
|
|
171
|
+
alternateColor: {
|
|
172
|
+
type: () => NeonFunctionalColor;
|
|
173
|
+
default: null;
|
|
174
|
+
};
|
|
175
|
+
icon: {
|
|
176
|
+
type: StringConstructor;
|
|
177
|
+
default: null;
|
|
178
|
+
};
|
|
179
|
+
iconAriaLabel: {
|
|
180
|
+
type: StringConstructor;
|
|
181
|
+
};
|
|
182
|
+
iconPosition: {
|
|
183
|
+
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
184
|
+
default: import("../../../neon").NeonHorizontalPosition;
|
|
185
|
+
};
|
|
186
|
+
buttonStyle: {
|
|
187
|
+
type: () => NeonButtonStyle;
|
|
188
|
+
default: NeonButtonStyle;
|
|
189
|
+
};
|
|
190
|
+
buttonType: {
|
|
191
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
192
|
+
default: import("../../../neon").NeonButtonType;
|
|
193
|
+
};
|
|
194
|
+
state: {
|
|
195
|
+
type: () => import("../../../neon").NeonState;
|
|
196
|
+
default: import("../../../neon").NeonState;
|
|
197
|
+
};
|
|
198
|
+
disabled: {
|
|
199
|
+
type: BooleanConstructor;
|
|
200
|
+
default: boolean;
|
|
201
|
+
};
|
|
202
|
+
transparent: {
|
|
203
|
+
type: BooleanConstructor;
|
|
204
|
+
default: boolean;
|
|
205
|
+
};
|
|
206
|
+
outline: {
|
|
207
|
+
type: BooleanConstructor;
|
|
208
|
+
default: boolean;
|
|
209
|
+
};
|
|
210
|
+
circular: {
|
|
211
|
+
type: BooleanConstructor;
|
|
212
|
+
default: null;
|
|
213
|
+
};
|
|
214
|
+
fullWidth: {
|
|
215
|
+
type: BooleanConstructor;
|
|
216
|
+
default: null;
|
|
217
|
+
};
|
|
218
|
+
indicator: {
|
|
219
|
+
type: BooleanConstructor;
|
|
220
|
+
default: boolean;
|
|
221
|
+
};
|
|
222
|
+
indicatorExpanded: {
|
|
223
|
+
type: BooleanConstructor;
|
|
224
|
+
default: null;
|
|
225
|
+
};
|
|
226
|
+
}>, {
|
|
227
|
+
iconName: import("vue").ComputedRef<string>;
|
|
228
|
+
classes: import("vue").ComputedRef<(string | false | {
|
|
229
|
+
[x: string]: boolean | "" | NeonFunctionalColor;
|
|
230
|
+
'neon-button--text-transparent': boolean;
|
|
231
|
+
'neon-button--disabled': boolean;
|
|
232
|
+
'neon-button--inverse': boolean;
|
|
233
|
+
'neon-button--circular': boolean;
|
|
234
|
+
'neon-button--no-outline': boolean;
|
|
235
|
+
'neon-button--full-width': boolean;
|
|
236
|
+
'neon-button--with-icon neon-button--icon-only': boolean | "";
|
|
237
|
+
'neon-button--with-icon neon-button--icon-left': boolean | "";
|
|
238
|
+
'neon-button--with-icon neon-button--icon-right': boolean | "";
|
|
239
|
+
})[]>;
|
|
240
|
+
button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
241
|
+
attrs: {
|
|
242
|
+
[x: string]: unknown;
|
|
243
|
+
};
|
|
244
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
245
|
+
[x: string]: unknown;
|
|
246
|
+
}>;
|
|
247
|
+
clickLink: () => void | undefined;
|
|
248
|
+
clickButton: () => void;
|
|
249
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
250
|
+
href: {
|
|
251
|
+
type: StringConstructor;
|
|
252
|
+
default: null;
|
|
253
|
+
};
|
|
254
|
+
label: {
|
|
255
|
+
type: StringConstructor;
|
|
256
|
+
default: null;
|
|
257
|
+
};
|
|
258
|
+
size: {
|
|
259
|
+
type: () => import("../../../neon").NeonButtonSize;
|
|
260
|
+
default: import("../../../neon").NeonButtonSize;
|
|
261
|
+
};
|
|
262
|
+
color: {
|
|
263
|
+
type: () => NeonFunctionalColor;
|
|
264
|
+
default: NeonFunctionalColor;
|
|
265
|
+
};
|
|
266
|
+
inverse: {
|
|
267
|
+
type: BooleanConstructor;
|
|
268
|
+
default: boolean;
|
|
269
|
+
};
|
|
270
|
+
alternateColor: {
|
|
271
|
+
type: () => NeonFunctionalColor;
|
|
272
|
+
default: null;
|
|
273
|
+
};
|
|
274
|
+
icon: {
|
|
275
|
+
type: StringConstructor;
|
|
276
|
+
default: null;
|
|
277
|
+
};
|
|
278
|
+
iconAriaLabel: {
|
|
279
|
+
type: StringConstructor;
|
|
280
|
+
};
|
|
281
|
+
iconPosition: {
|
|
282
|
+
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
283
|
+
default: import("../../../neon").NeonHorizontalPosition;
|
|
284
|
+
};
|
|
285
|
+
buttonStyle: {
|
|
286
|
+
type: () => NeonButtonStyle;
|
|
287
|
+
default: NeonButtonStyle;
|
|
288
|
+
};
|
|
289
|
+
buttonType: {
|
|
290
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
291
|
+
default: import("../../../neon").NeonButtonType;
|
|
292
|
+
};
|
|
293
|
+
state: {
|
|
294
|
+
type: () => import("../../../neon").NeonState;
|
|
295
|
+
default: import("../../../neon").NeonState;
|
|
296
|
+
};
|
|
297
|
+
disabled: {
|
|
298
|
+
type: BooleanConstructor;
|
|
299
|
+
default: boolean;
|
|
300
|
+
};
|
|
301
|
+
transparent: {
|
|
302
|
+
type: BooleanConstructor;
|
|
303
|
+
default: boolean;
|
|
304
|
+
};
|
|
305
|
+
outline: {
|
|
306
|
+
type: BooleanConstructor;
|
|
307
|
+
default: boolean;
|
|
308
|
+
};
|
|
309
|
+
circular: {
|
|
310
|
+
type: BooleanConstructor;
|
|
311
|
+
default: null;
|
|
312
|
+
};
|
|
313
|
+
fullWidth: {
|
|
314
|
+
type: BooleanConstructor;
|
|
315
|
+
default: null;
|
|
316
|
+
};
|
|
317
|
+
indicator: {
|
|
318
|
+
type: BooleanConstructor;
|
|
319
|
+
default: boolean;
|
|
320
|
+
};
|
|
321
|
+
indicatorExpanded: {
|
|
322
|
+
type: BooleanConstructor;
|
|
323
|
+
default: null;
|
|
324
|
+
};
|
|
325
|
+
}>> & Readonly<{
|
|
326
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
327
|
+
}>, {
|
|
328
|
+
color: NeonFunctionalColor;
|
|
329
|
+
icon: string;
|
|
330
|
+
label: string;
|
|
331
|
+
inverse: boolean;
|
|
332
|
+
disabled: boolean;
|
|
333
|
+
href: string;
|
|
334
|
+
size: import("../../../neon").NeonButtonSize;
|
|
335
|
+
outline: boolean;
|
|
336
|
+
alternateColor: NeonFunctionalColor;
|
|
337
|
+
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
338
|
+
buttonStyle: NeonButtonStyle;
|
|
339
|
+
buttonType: import("../../../neon").NeonButtonType;
|
|
340
|
+
state: import("../../../neon").NeonState;
|
|
341
|
+
transparent: boolean;
|
|
342
|
+
circular: boolean;
|
|
343
|
+
fullWidth: boolean;
|
|
344
|
+
indicator: boolean;
|
|
345
|
+
indicatorExpanded: boolean;
|
|
346
|
+
}, {}, {
|
|
347
|
+
NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
348
|
+
expanded: {
|
|
349
|
+
type: BooleanConstructor;
|
|
350
|
+
default: boolean;
|
|
351
|
+
};
|
|
352
|
+
inverse: {
|
|
353
|
+
type: BooleanConstructor;
|
|
354
|
+
default: boolean;
|
|
355
|
+
};
|
|
356
|
+
disabled: {
|
|
357
|
+
type: BooleanConstructor;
|
|
358
|
+
default: boolean;
|
|
359
|
+
};
|
|
360
|
+
color: {
|
|
361
|
+
type: () => NeonFunctionalColor;
|
|
362
|
+
default: null;
|
|
363
|
+
};
|
|
364
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
365
|
+
expanded: {
|
|
366
|
+
type: BooleanConstructor;
|
|
367
|
+
default: boolean;
|
|
368
|
+
};
|
|
369
|
+
inverse: {
|
|
370
|
+
type: BooleanConstructor;
|
|
371
|
+
default: boolean;
|
|
372
|
+
};
|
|
373
|
+
disabled: {
|
|
374
|
+
type: BooleanConstructor;
|
|
375
|
+
default: boolean;
|
|
376
|
+
};
|
|
377
|
+
color: {
|
|
378
|
+
type: () => NeonFunctionalColor;
|
|
379
|
+
default: null;
|
|
380
|
+
};
|
|
381
|
+
}>> & Readonly<{}>, {
|
|
382
|
+
color: NeonFunctionalColor;
|
|
383
|
+
inverse: boolean;
|
|
384
|
+
disabled: boolean;
|
|
385
|
+
expanded: boolean;
|
|
386
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
387
|
+
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
388
|
+
name: {
|
|
389
|
+
type: StringConstructor;
|
|
390
|
+
required: true;
|
|
391
|
+
};
|
|
392
|
+
id: {
|
|
393
|
+
type: StringConstructor;
|
|
394
|
+
default: null;
|
|
395
|
+
};
|
|
396
|
+
color: {
|
|
397
|
+
type: () => NeonFunctionalColor;
|
|
398
|
+
default: null;
|
|
399
|
+
};
|
|
400
|
+
inverse: {
|
|
401
|
+
type: BooleanConstructor;
|
|
402
|
+
default: boolean;
|
|
403
|
+
};
|
|
404
|
+
disabled: {
|
|
405
|
+
type: BooleanConstructor;
|
|
406
|
+
default: boolean;
|
|
407
|
+
};
|
|
408
|
+
}>, {
|
|
409
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
410
|
+
[x: string]: unknown;
|
|
411
|
+
}>;
|
|
412
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
413
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
414
|
+
name: {
|
|
415
|
+
type: StringConstructor;
|
|
416
|
+
required: true;
|
|
417
|
+
};
|
|
418
|
+
id: {
|
|
419
|
+
type: StringConstructor;
|
|
420
|
+
default: null;
|
|
421
|
+
};
|
|
422
|
+
color: {
|
|
423
|
+
type: () => NeonFunctionalColor;
|
|
424
|
+
default: null;
|
|
425
|
+
};
|
|
426
|
+
inverse: {
|
|
427
|
+
type: BooleanConstructor;
|
|
428
|
+
default: boolean;
|
|
429
|
+
};
|
|
430
|
+
disabled: {
|
|
431
|
+
type: BooleanConstructor;
|
|
432
|
+
default: boolean;
|
|
433
|
+
};
|
|
434
|
+
}>> & Readonly<{}>, {
|
|
435
|
+
color: NeonFunctionalColor;
|
|
436
|
+
id: string;
|
|
437
|
+
inverse: boolean;
|
|
438
|
+
disabled: boolean;
|
|
439
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
440
|
+
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
441
|
+
href: {
|
|
442
|
+
type: StringConstructor;
|
|
443
|
+
default: null;
|
|
444
|
+
};
|
|
445
|
+
noStyle: {
|
|
446
|
+
type: BooleanConstructor;
|
|
447
|
+
default: boolean;
|
|
448
|
+
};
|
|
449
|
+
outlineStyle: {
|
|
450
|
+
type: () => import("../../../neon").NeonOutlineStyle;
|
|
451
|
+
default: import("../../../neon").NeonOutlineStyle;
|
|
452
|
+
};
|
|
453
|
+
externalIndicator: {
|
|
454
|
+
type: BooleanConstructor;
|
|
455
|
+
default: boolean;
|
|
456
|
+
};
|
|
457
|
+
}>, {
|
|
458
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
459
|
+
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
460
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
461
|
+
[x: string]: unknown;
|
|
462
|
+
}>;
|
|
463
|
+
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
464
|
+
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
465
|
+
onClick: () => void;
|
|
466
|
+
onSpace: () => Promise<void>;
|
|
467
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
468
|
+
href: {
|
|
469
|
+
type: StringConstructor;
|
|
470
|
+
default: null;
|
|
471
|
+
};
|
|
472
|
+
noStyle: {
|
|
473
|
+
type: BooleanConstructor;
|
|
474
|
+
default: boolean;
|
|
475
|
+
};
|
|
476
|
+
outlineStyle: {
|
|
477
|
+
type: () => import("../../../neon").NeonOutlineStyle;
|
|
478
|
+
default: import("../../../neon").NeonOutlineStyle;
|
|
479
|
+
};
|
|
480
|
+
externalIndicator: {
|
|
481
|
+
type: BooleanConstructor;
|
|
482
|
+
default: boolean;
|
|
483
|
+
};
|
|
484
|
+
}>> & Readonly<{
|
|
485
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
486
|
+
}>, {
|
|
487
|
+
href: string;
|
|
488
|
+
noStyle: boolean;
|
|
489
|
+
outlineStyle: import("../../../neon").NeonOutlineStyle;
|
|
490
|
+
externalIndicator: boolean;
|
|
491
|
+
}, {}, {
|
|
492
|
+
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
493
|
+
name: {
|
|
494
|
+
type: StringConstructor;
|
|
495
|
+
required: true;
|
|
496
|
+
};
|
|
497
|
+
id: {
|
|
498
|
+
type: StringConstructor;
|
|
499
|
+
default: null;
|
|
500
|
+
};
|
|
501
|
+
color: {
|
|
502
|
+
type: () => NeonFunctionalColor;
|
|
503
|
+
default: null;
|
|
504
|
+
};
|
|
505
|
+
inverse: {
|
|
506
|
+
type: BooleanConstructor;
|
|
507
|
+
default: boolean;
|
|
508
|
+
};
|
|
509
|
+
disabled: {
|
|
510
|
+
type: BooleanConstructor;
|
|
511
|
+
default: boolean;
|
|
512
|
+
};
|
|
513
|
+
}>, {
|
|
514
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
515
|
+
[x: string]: unknown;
|
|
516
|
+
}>;
|
|
517
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
518
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
519
|
+
name: {
|
|
520
|
+
type: StringConstructor;
|
|
521
|
+
required: true;
|
|
522
|
+
};
|
|
523
|
+
id: {
|
|
524
|
+
type: StringConstructor;
|
|
525
|
+
default: null;
|
|
526
|
+
};
|
|
527
|
+
color: {
|
|
528
|
+
type: () => NeonFunctionalColor;
|
|
529
|
+
default: null;
|
|
530
|
+
};
|
|
531
|
+
inverse: {
|
|
532
|
+
type: BooleanConstructor;
|
|
533
|
+
default: boolean;
|
|
534
|
+
};
|
|
535
|
+
disabled: {
|
|
536
|
+
type: BooleanConstructor;
|
|
537
|
+
default: boolean;
|
|
538
|
+
};
|
|
539
|
+
}>> & Readonly<{}>, {
|
|
540
|
+
color: NeonFunctionalColor;
|
|
541
|
+
id: string;
|
|
542
|
+
inverse: boolean;
|
|
543
|
+
disabled: boolean;
|
|
544
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
545
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
546
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
547
|
+
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
548
|
+
name: {
|
|
549
|
+
type: StringConstructor;
|
|
550
|
+
required: true;
|
|
551
|
+
};
|
|
552
|
+
id: {
|
|
553
|
+
type: StringConstructor;
|
|
554
|
+
default: null;
|
|
555
|
+
};
|
|
556
|
+
color: {
|
|
557
|
+
type: () => NeonFunctionalColor;
|
|
558
|
+
default: null;
|
|
559
|
+
};
|
|
560
|
+
inverse: {
|
|
561
|
+
type: BooleanConstructor;
|
|
562
|
+
default: boolean;
|
|
563
|
+
};
|
|
564
|
+
disabled: {
|
|
565
|
+
type: BooleanConstructor;
|
|
566
|
+
default: boolean;
|
|
567
|
+
};
|
|
568
|
+
}>, {
|
|
569
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
570
|
+
[x: string]: unknown;
|
|
571
|
+
}>;
|
|
572
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
573
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
574
|
+
name: {
|
|
575
|
+
type: StringConstructor;
|
|
576
|
+
required: true;
|
|
577
|
+
};
|
|
578
|
+
id: {
|
|
579
|
+
type: StringConstructor;
|
|
580
|
+
default: null;
|
|
581
|
+
};
|
|
582
|
+
color: {
|
|
583
|
+
type: () => NeonFunctionalColor;
|
|
584
|
+
default: null;
|
|
585
|
+
};
|
|
586
|
+
inverse: {
|
|
587
|
+
type: BooleanConstructor;
|
|
588
|
+
default: boolean;
|
|
589
|
+
};
|
|
590
|
+
disabled: {
|
|
591
|
+
type: BooleanConstructor;
|
|
592
|
+
default: boolean;
|
|
593
|
+
};
|
|
594
|
+
}>> & Readonly<{}>, {
|
|
595
|
+
color: NeonFunctionalColor;
|
|
596
|
+
id: string;
|
|
597
|
+
inverse: boolean;
|
|
598
|
+
disabled: boolean;
|
|
599
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
600
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
132
601
|
NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
133
602
|
href: {
|
|
134
603
|
type: StringConstructor;
|
|
@@ -149,10 +618,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
149
618
|
inverse: {
|
|
150
619
|
type: BooleanConstructor;
|
|
151
620
|
default: boolean;
|
|
152
|
-
};
|
|
153
|
-
* Specify cards are clickable. This will return click events when cards are clicked on. NOTE: use the href in the
|
|
154
|
-
* card model instead of clickable=true if cards are links.
|
|
155
|
-
*/
|
|
621
|
+
};
|
|
156
622
|
alternateColor: {
|
|
157
623
|
type: () => NeonFunctionalColor;
|
|
158
624
|
default: null;
|
|
@@ -251,10 +717,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
251
717
|
inverse: {
|
|
252
718
|
type: BooleanConstructor;
|
|
253
719
|
default: boolean;
|
|
254
|
-
};
|
|
255
|
-
* Specify cards are clickable. This will return click events when cards are clicked on. NOTE: use the href in the
|
|
256
|
-
* card model instead of clickable=true if cards are links.
|
|
257
|
-
*/
|
|
720
|
+
};
|
|
258
721
|
alternateColor: {
|
|
259
722
|
type: () => NeonFunctionalColor;
|
|
260
723
|
default: null;
|
|
@@ -386,9 +849,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
386
849
|
default: null;
|
|
387
850
|
};
|
|
388
851
|
inverse: {
|
|
389
|
-
type: BooleanConstructor;
|
|
390
|
-
* override the default 'x of y' text.
|
|
391
|
-
*/
|
|
852
|
+
type: BooleanConstructor;
|
|
392
853
|
default: boolean;
|
|
393
854
|
};
|
|
394
855
|
disabled: {
|
|
@@ -414,9 +875,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
414
875
|
default: null;
|
|
415
876
|
};
|
|
416
877
|
inverse: {
|
|
417
|
-
type: BooleanConstructor;
|
|
418
|
-
* override the default 'x of y' text.
|
|
419
|
-
*/
|
|
878
|
+
type: BooleanConstructor;
|
|
420
879
|
default: boolean;
|
|
421
880
|
};
|
|
422
881
|
disabled: {
|
|
@@ -452,10 +911,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
452
911
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
453
912
|
[x: string]: unknown;
|
|
454
913
|
}>;
|
|
455
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
456
|
-
* Emitted when a cards are clickable & a card is clicked & not disabled.
|
|
457
|
-
* @type index {number}
|
|
458
|
-
*/
|
|
914
|
+
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
459
915
|
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
460
916
|
onClick: () => void;
|
|
461
917
|
onSpace: () => Promise<void>;
|
|
@@ -498,9 +954,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
498
954
|
default: null;
|
|
499
955
|
};
|
|
500
956
|
inverse: {
|
|
501
|
-
type: BooleanConstructor;
|
|
502
|
-
* override the default 'x of y' text.
|
|
503
|
-
*/
|
|
957
|
+
type: BooleanConstructor;
|
|
504
958
|
default: boolean;
|
|
505
959
|
};
|
|
506
960
|
disabled: {
|
|
@@ -526,9 +980,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
526
980
|
default: null;
|
|
527
981
|
};
|
|
528
982
|
inverse: {
|
|
529
|
-
type: BooleanConstructor;
|
|
530
|
-
* override the default 'x of y' text.
|
|
531
|
-
*/
|
|
983
|
+
type: BooleanConstructor;
|
|
532
984
|
default: boolean;
|
|
533
985
|
};
|
|
534
986
|
disabled: {
|
|
@@ -543,110 +995,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
543
995
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
544
996
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
545
997
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
546
|
-
NeonCardListCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
547
|
-
color: {
|
|
548
|
-
type: () => NeonFunctionalColor;
|
|
549
|
-
default: null;
|
|
550
|
-
};
|
|
551
|
-
disabled: {
|
|
552
|
-
type: BooleanConstructor;
|
|
553
|
-
default: boolean;
|
|
554
|
-
};
|
|
555
|
-
clickable: {
|
|
556
|
-
type: BooleanConstructor;
|
|
557
|
-
default: boolean;
|
|
558
|
-
};
|
|
559
|
-
}>, {
|
|
560
|
-
emit: (event: "click", ...args: any[]) => void;
|
|
561
|
-
NeonFunctionalColor: typeof NeonFunctionalColor;
|
|
562
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
563
|
-
color: {
|
|
564
|
-
type: () => NeonFunctionalColor;
|
|
565
|
-
default: null;
|
|
566
|
-
};
|
|
567
|
-
disabled: {
|
|
568
|
-
type: BooleanConstructor;
|
|
569
|
-
default: boolean;
|
|
570
|
-
};
|
|
571
|
-
clickable: {
|
|
572
|
-
type: BooleanConstructor;
|
|
573
|
-
default: boolean;
|
|
574
|
-
};
|
|
575
|
-
}>> & Readonly<{
|
|
576
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
577
|
-
}>, {
|
|
578
|
-
color: NeonFunctionalColor;
|
|
579
|
-
disabled: boolean;
|
|
580
|
-
clickable: boolean;
|
|
581
|
-
}, {}, {
|
|
582
|
-
NeonCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
583
|
-
orientation: {
|
|
584
|
-
type: () => import("../../../neon").NeonOrientation;
|
|
585
|
-
default: import("../../../neon").NeonOrientation;
|
|
586
|
-
};
|
|
587
|
-
size: {
|
|
588
|
-
type: () => NeonSize;
|
|
589
|
-
default: NeonSize;
|
|
590
|
-
};
|
|
591
|
-
horizontalBorders: {
|
|
592
|
-
type: BooleanConstructor;
|
|
593
|
-
default: boolean;
|
|
594
|
-
};
|
|
595
|
-
horizontalBreakpoint: {
|
|
596
|
-
type: () => import("../../../neon").NeonResponsive;
|
|
597
|
-
default: import("../../../neon").NeonResponsive;
|
|
598
|
-
};
|
|
599
|
-
noBreak: {
|
|
600
|
-
type: BooleanConstructor;
|
|
601
|
-
default: boolean;
|
|
602
|
-
};
|
|
603
|
-
}>, {
|
|
604
|
-
attrs: {
|
|
605
|
-
[x: string]: unknown;
|
|
606
|
-
};
|
|
607
|
-
NeonOrientation: typeof import("../../../neon").NeonOrientation;
|
|
608
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
609
|
-
orientation: {
|
|
610
|
-
type: () => import("../../../neon").NeonOrientation;
|
|
611
|
-
default: import("../../../neon").NeonOrientation;
|
|
612
|
-
};
|
|
613
|
-
size: {
|
|
614
|
-
type: () => NeonSize;
|
|
615
|
-
default: NeonSize;
|
|
616
|
-
};
|
|
617
|
-
horizontalBorders: {
|
|
618
|
-
type: BooleanConstructor;
|
|
619
|
-
default: boolean;
|
|
620
|
-
};
|
|
621
|
-
horizontalBreakpoint: {
|
|
622
|
-
type: () => import("../../../neon").NeonResponsive;
|
|
623
|
-
default: import("../../../neon").NeonResponsive;
|
|
624
|
-
};
|
|
625
|
-
noBreak: {
|
|
626
|
-
type: BooleanConstructor;
|
|
627
|
-
default: boolean;
|
|
628
|
-
};
|
|
629
|
-
}>> & Readonly<{}>, {
|
|
630
|
-
size: NeonSize;
|
|
631
|
-
orientation: import("../../../neon").NeonOrientation;
|
|
632
|
-
horizontalBorders: boolean;
|
|
633
|
-
horizontalBreakpoint: import("../../../neon").NeonResponsive;
|
|
634
|
-
noBreak: boolean;
|
|
635
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
636
|
-
NeonCardBody: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
637
|
-
fullWidth: {
|
|
638
|
-
type: BooleanConstructor;
|
|
639
|
-
default: boolean;
|
|
640
|
-
};
|
|
641
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
642
|
-
fullWidth: {
|
|
643
|
-
type: BooleanConstructor;
|
|
644
|
-
default: boolean;
|
|
645
|
-
};
|
|
646
|
-
}>> & Readonly<{}>, {
|
|
647
|
-
fullWidth: boolean;
|
|
648
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
649
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
650
998
|
NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
651
999
|
gap: {
|
|
652
1000
|
type: () => import("../../../neon").NeonLayoutSize;
|
|
@@ -689,10 +1037,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
689
1037
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
690
1038
|
[x: string]: unknown;
|
|
691
1039
|
}>;
|
|
692
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
693
|
-
* Emitted when a cards are clickable & a card is clicked & not disabled.
|
|
694
|
-
* @type index {number}
|
|
695
|
-
*/
|
|
1040
|
+
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
696
1041
|
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
697
1042
|
onClick: () => void;
|
|
698
1043
|
onSpace: () => Promise<void>;
|
|
@@ -735,9 +1080,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
735
1080
|
default: null;
|
|
736
1081
|
};
|
|
737
1082
|
inverse: {
|
|
738
|
-
type: BooleanConstructor;
|
|
739
|
-
* override the default 'x of y' text.
|
|
740
|
-
*/
|
|
1083
|
+
type: BooleanConstructor;
|
|
741
1084
|
default: boolean;
|
|
742
1085
|
};
|
|
743
1086
|
disabled: {
|
|
@@ -763,9 +1106,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
763
1106
|
default: null;
|
|
764
1107
|
};
|
|
765
1108
|
inverse: {
|
|
766
|
-
type: BooleanConstructor;
|
|
767
|
-
* override the default 'x of y' text.
|
|
768
|
-
*/
|
|
1109
|
+
type: BooleanConstructor;
|
|
769
1110
|
default: boolean;
|
|
770
1111
|
};
|
|
771
1112
|
disabled: {
|