@aotearoan/neon 22.3.0 → 22.4.1
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/swiper/NeonSwiper.cjs.js +1 -1
- package/dist/components/layout/swiper/NeonSwiper.cjs.js.map +1 -1
- package/dist/components/layout/swiper/NeonSwiper.es.js +27 -14
- package/dist/components/layout/swiper/NeonSwiper.es.js.map +1 -1
- package/dist/components/layout/swiper/NeonSwiper.vue.cjs.js +1 -1
- package/dist/components/layout/swiper/NeonSwiper.vue.cjs.js.map +1 -1
- package/dist/components/layout/swiper/NeonSwiper.vue.es.js +21 -16
- package/dist/components/layout/swiper/NeonSwiper.vue.es.js.map +1 -1
- package/dist/components/navigation/link/NeonLink.cjs.js +1 -1
- package/dist/components/navigation/link/NeonLink.cjs.js.map +1 -1
- package/dist/components/navigation/link/NeonLink.es.js +23 -22
- package/dist/components/navigation/link/NeonLink.es.js.map +1 -1
- package/dist/components/navigation/link/NeonLink.vue.cjs.js +1 -1
- package/dist/components/navigation/link/NeonLink.vue.cjs.js.map +1 -1
- package/dist/components/navigation/link/NeonLink.vue.es.js +14 -11
- package/dist/components/navigation/link/NeonLink.vue.es.js.map +1 -1
- package/dist/components/presentation/tabs/NeonTabs.cjs.js +1 -1
- package/dist/components/presentation/tabs/NeonTabs.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/NeonTabs.es.js +35 -18
- package/dist/components/presentation/tabs/NeonTabs.es.js.map +1 -1
- package/dist/components/presentation/tabs/NeonTabs.vue.cjs.js +1 -1
- package/dist/components/presentation/tabs/NeonTabs.vue.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/NeonTabs.vue.es.js +55 -42
- package/dist/components/presentation/tabs/NeonTabs.vue.es.js.map +1 -1
- package/dist/src/common/models/NeonTabModel.d.ts +2 -0
- package/dist/src/components/feedback/alert/NeonAlert.d.ts +1 -0
- package/dist/src/components/feedback/alert/container/NeonAlertContainer.d.ts +1 -0
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +6 -12
- package/dist/src/components/feedback/note/NeonNote.d.ts +9 -8
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +4 -8
- package/dist/src/components/layout/modal/NeonModal.d.ts +1 -0
- package/dist/src/components/layout/swiper/NeonSwiper.d.ts +46 -0
- package/dist/src/components/navigation/action-menu/NeonActionMenu.d.ts +3 -6
- package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +7 -0
- package/dist/src/components/navigation/link/NeonLink.d.ts +1 -0
- package/dist/src/components/navigation/menu/NeonMenu.d.ts +8 -0
- package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +8 -0
- package/dist/src/components/navigation/tree-menu/NeonTreeMenu.d.ts +1 -0
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +1 -0
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +8 -2
- package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +2 -0
- package/dist/src/components/presentation/tabs/NeonTabs.d.ts +374 -0
- package/dist/src/components/user-input/button/NeonButton.d.ts +1 -0
- package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +3 -0
- package/dist/src/components/user-input/file/NeonFile.d.ts +2 -4
- package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +1 -0
- package/dist/src/components/user-input/number/NeonNumber.d.ts +1 -0
- package/dist/src/components/user-input/search/NeonSearch.d.ts +30 -6
- package/dist/src/components/user-input/select/NeonSelect.d.ts +6 -0
- package/package.json +1 -1
- package/src/sass/components/_swiper.scss +91 -27
- package/src/sass/components/_tabs.scss +50 -30
- package/src/sass/includes/_dependencies.scss +1 -1
- package/src/sass/variables.scss +7 -3
|
@@ -1466,7 +1466,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1466
1466
|
default: boolean;
|
|
1467
1467
|
};
|
|
1468
1468
|
}>, {
|
|
1469
|
-
|
|
1469
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
1470
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
1471
|
+
* Disable the dropdown button
|
|
1472
|
+
*/
|
|
1470
1473
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1471
1474
|
[x: string]: unknown;
|
|
1472
1475
|
}>;
|
|
@@ -2253,7 +2256,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2253
2256
|
default: boolean;
|
|
2254
2257
|
};
|
|
2255
2258
|
}>, {
|
|
2256
|
-
|
|
2259
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
2260
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
2261
|
+
* Disable the dropdown button
|
|
2262
|
+
*/
|
|
2257
2263
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2258
2264
|
[x: string]: unknown;
|
|
2259
2265
|
}>;
|
|
@@ -413,6 +413,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
413
413
|
default: boolean;
|
|
414
414
|
};
|
|
415
415
|
}>, {
|
|
416
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
416
417
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
417
418
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
418
419
|
[x: string]: unknown;
|
|
@@ -510,6 +511,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
510
511
|
default: boolean;
|
|
511
512
|
};
|
|
512
513
|
}>, {
|
|
514
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
513
515
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
514
516
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
515
517
|
[x: string]: unknown;
|
|
@@ -40,8 +40,224 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
40
40
|
type: BooleanConstructor;
|
|
41
41
|
default: boolean;
|
|
42
42
|
};
|
|
43
|
+
/**
|
|
44
|
+
* Display tab buttons full screen width at the mobile-large breakpoint.
|
|
45
|
+
*/
|
|
46
|
+
fullWidthMobile: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
43
50
|
}>, {
|
|
44
51
|
onClick: (key: string, changeFocus?: boolean) => void;
|
|
52
|
+
menuItem: import("vue").Ref<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
53
|
+
href: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: null; /**
|
|
56
|
+
* The list of tabs to display.
|
|
57
|
+
* */
|
|
58
|
+
}; /**
|
|
59
|
+
* The list of tabs to display.
|
|
60
|
+
* */
|
|
61
|
+
noStyle: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
outlineStyle: {
|
|
66
|
+
type: () => import("../../../neon").NeonOutlineStyle;
|
|
67
|
+
default: import("../../../neon").NeonOutlineStyle;
|
|
68
|
+
};
|
|
69
|
+
externalIndicator: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
}>, {
|
|
74
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
75
|
+
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
76
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
77
|
+
[x: string]: unknown;
|
|
78
|
+
}>;
|
|
79
|
+
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
80
|
+
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
81
|
+
onClick: () => void;
|
|
82
|
+
onSpace: () => Promise<void>;
|
|
83
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
84
|
+
href: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
default: null; /**
|
|
87
|
+
* The list of tabs to display.
|
|
88
|
+
* */
|
|
89
|
+
}; /**
|
|
90
|
+
* The list of tabs to display.
|
|
91
|
+
* */
|
|
92
|
+
noStyle: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
outlineStyle: {
|
|
97
|
+
type: () => import("../../../neon").NeonOutlineStyle;
|
|
98
|
+
default: import("../../../neon").NeonOutlineStyle;
|
|
99
|
+
};
|
|
100
|
+
externalIndicator: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
}>> & Readonly<{
|
|
105
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
106
|
+
}>, {
|
|
107
|
+
href: string;
|
|
108
|
+
noStyle: boolean;
|
|
109
|
+
outlineStyle: import("../../../neon").NeonOutlineStyle;
|
|
110
|
+
externalIndicator: boolean;
|
|
111
|
+
}, {}, {
|
|
112
|
+
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
113
|
+
name: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
required: true;
|
|
116
|
+
};
|
|
117
|
+
color: {
|
|
118
|
+
type: () => NeonFunctionalColor;
|
|
119
|
+
default: null;
|
|
120
|
+
};
|
|
121
|
+
inverse: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
disabled: {
|
|
126
|
+
type: BooleanConstructor;
|
|
127
|
+
default: boolean;
|
|
128
|
+
};
|
|
129
|
+
}>, {
|
|
130
|
+
attrs: {
|
|
131
|
+
[x: string]: unknown;
|
|
132
|
+
};
|
|
133
|
+
icon: import("vue").ComputedRef<string>;
|
|
134
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
135
|
+
name: {
|
|
136
|
+
type: StringConstructor;
|
|
137
|
+
required: true;
|
|
138
|
+
};
|
|
139
|
+
color: {
|
|
140
|
+
type: () => NeonFunctionalColor;
|
|
141
|
+
default: null;
|
|
142
|
+
};
|
|
143
|
+
inverse: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
disabled: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
}>> & Readonly<{}>, {
|
|
152
|
+
disabled: boolean;
|
|
153
|
+
color: NeonFunctionalColor;
|
|
154
|
+
inverse: boolean;
|
|
155
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
156
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>[], import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
157
|
+
href: {
|
|
158
|
+
type: StringConstructor;
|
|
159
|
+
default: null; /**
|
|
160
|
+
* The list of tabs to display.
|
|
161
|
+
* */
|
|
162
|
+
}; /**
|
|
163
|
+
* The list of tabs to display.
|
|
164
|
+
* */
|
|
165
|
+
noStyle: {
|
|
166
|
+
type: BooleanConstructor;
|
|
167
|
+
default: boolean;
|
|
168
|
+
};
|
|
169
|
+
outlineStyle: {
|
|
170
|
+
type: () => import("../../../neon").NeonOutlineStyle;
|
|
171
|
+
default: import("../../../neon").NeonOutlineStyle;
|
|
172
|
+
};
|
|
173
|
+
externalIndicator: {
|
|
174
|
+
type: BooleanConstructor;
|
|
175
|
+
default: boolean;
|
|
176
|
+
};
|
|
177
|
+
}>, {
|
|
178
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
179
|
+
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
180
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
181
|
+
[x: string]: unknown;
|
|
182
|
+
}>;
|
|
183
|
+
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
184
|
+
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
185
|
+
onClick: () => void;
|
|
186
|
+
onSpace: () => Promise<void>;
|
|
187
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
188
|
+
href: {
|
|
189
|
+
type: StringConstructor;
|
|
190
|
+
default: null; /**
|
|
191
|
+
* The list of tabs to display.
|
|
192
|
+
* */
|
|
193
|
+
}; /**
|
|
194
|
+
* The list of tabs to display.
|
|
195
|
+
* */
|
|
196
|
+
noStyle: {
|
|
197
|
+
type: BooleanConstructor;
|
|
198
|
+
default: boolean;
|
|
199
|
+
};
|
|
200
|
+
outlineStyle: {
|
|
201
|
+
type: () => import("../../../neon").NeonOutlineStyle;
|
|
202
|
+
default: import("../../../neon").NeonOutlineStyle;
|
|
203
|
+
};
|
|
204
|
+
externalIndicator: {
|
|
205
|
+
type: BooleanConstructor;
|
|
206
|
+
default: boolean;
|
|
207
|
+
};
|
|
208
|
+
}>> & Readonly<{
|
|
209
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
210
|
+
}>, {
|
|
211
|
+
href: string;
|
|
212
|
+
noStyle: boolean;
|
|
213
|
+
outlineStyle: import("../../../neon").NeonOutlineStyle;
|
|
214
|
+
externalIndicator: boolean;
|
|
215
|
+
}, {}, {
|
|
216
|
+
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
217
|
+
name: {
|
|
218
|
+
type: StringConstructor;
|
|
219
|
+
required: true;
|
|
220
|
+
};
|
|
221
|
+
color: {
|
|
222
|
+
type: () => NeonFunctionalColor;
|
|
223
|
+
default: null;
|
|
224
|
+
};
|
|
225
|
+
inverse: {
|
|
226
|
+
type: BooleanConstructor;
|
|
227
|
+
default: boolean;
|
|
228
|
+
};
|
|
229
|
+
disabled: {
|
|
230
|
+
type: BooleanConstructor;
|
|
231
|
+
default: boolean;
|
|
232
|
+
};
|
|
233
|
+
}>, {
|
|
234
|
+
attrs: {
|
|
235
|
+
[x: string]: unknown;
|
|
236
|
+
};
|
|
237
|
+
icon: import("vue").ComputedRef<string>;
|
|
238
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
239
|
+
name: {
|
|
240
|
+
type: StringConstructor;
|
|
241
|
+
required: true;
|
|
242
|
+
};
|
|
243
|
+
color: {
|
|
244
|
+
type: () => NeonFunctionalColor;
|
|
245
|
+
default: null;
|
|
246
|
+
};
|
|
247
|
+
inverse: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
251
|
+
disabled: {
|
|
252
|
+
type: BooleanConstructor;
|
|
253
|
+
default: boolean;
|
|
254
|
+
};
|
|
255
|
+
}>> & Readonly<{}>, {
|
|
256
|
+
disabled: boolean;
|
|
257
|
+
color: NeonFunctionalColor;
|
|
258
|
+
inverse: boolean;
|
|
259
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
260
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>[]>;
|
|
45
261
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
262
|
/**
|
|
47
263
|
* The list of tabs to display.
|
|
@@ -78,12 +294,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
78
294
|
type: BooleanConstructor;
|
|
79
295
|
default: boolean;
|
|
80
296
|
};
|
|
297
|
+
/**
|
|
298
|
+
* Display tab buttons full screen width at the mobile-large breakpoint.
|
|
299
|
+
*/
|
|
300
|
+
fullWidthMobile: {
|
|
301
|
+
type: BooleanConstructor;
|
|
302
|
+
default: boolean;
|
|
303
|
+
};
|
|
81
304
|
}>> & Readonly<{
|
|
82
305
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
83
306
|
}>, {
|
|
84
307
|
size: NeonSize;
|
|
85
308
|
color: NeonFunctionalColor;
|
|
86
309
|
underline: boolean;
|
|
310
|
+
fullWidthMobile: boolean;
|
|
87
311
|
}, {}, {
|
|
88
312
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
89
313
|
name: {
|
|
@@ -129,5 +353,155 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
129
353
|
color: NeonFunctionalColor;
|
|
130
354
|
inverse: boolean;
|
|
131
355
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
356
|
+
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
357
|
+
href: {
|
|
358
|
+
type: StringConstructor;
|
|
359
|
+
default: null; /**
|
|
360
|
+
* The list of tabs to display.
|
|
361
|
+
* */
|
|
362
|
+
}; /**
|
|
363
|
+
* The list of tabs to display.
|
|
364
|
+
* */
|
|
365
|
+
noStyle: {
|
|
366
|
+
type: BooleanConstructor;
|
|
367
|
+
default: boolean;
|
|
368
|
+
};
|
|
369
|
+
outlineStyle: {
|
|
370
|
+
type: () => import("../../../neon").NeonOutlineStyle;
|
|
371
|
+
default: import("../../../neon").NeonOutlineStyle;
|
|
372
|
+
};
|
|
373
|
+
externalIndicator: {
|
|
374
|
+
type: BooleanConstructor;
|
|
375
|
+
default: boolean;
|
|
376
|
+
};
|
|
377
|
+
}>, {
|
|
378
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
379
|
+
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
380
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
381
|
+
[x: string]: unknown;
|
|
382
|
+
}>;
|
|
383
|
+
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
384
|
+
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
385
|
+
onClick: () => void;
|
|
386
|
+
onSpace: () => Promise<void>;
|
|
387
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
388
|
+
href: {
|
|
389
|
+
type: StringConstructor;
|
|
390
|
+
default: null; /**
|
|
391
|
+
* The list of tabs to display.
|
|
392
|
+
* */
|
|
393
|
+
}; /**
|
|
394
|
+
* The list of tabs to display.
|
|
395
|
+
* */
|
|
396
|
+
noStyle: {
|
|
397
|
+
type: BooleanConstructor;
|
|
398
|
+
default: boolean;
|
|
399
|
+
};
|
|
400
|
+
outlineStyle: {
|
|
401
|
+
type: () => import("../../../neon").NeonOutlineStyle;
|
|
402
|
+
default: import("../../../neon").NeonOutlineStyle;
|
|
403
|
+
};
|
|
404
|
+
externalIndicator: {
|
|
405
|
+
type: BooleanConstructor;
|
|
406
|
+
default: boolean;
|
|
407
|
+
};
|
|
408
|
+
}>> & Readonly<{
|
|
409
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
410
|
+
}>, {
|
|
411
|
+
href: string;
|
|
412
|
+
noStyle: boolean;
|
|
413
|
+
outlineStyle: import("../../../neon").NeonOutlineStyle;
|
|
414
|
+
externalIndicator: boolean;
|
|
415
|
+
}, {}, {
|
|
416
|
+
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
417
|
+
name: {
|
|
418
|
+
type: StringConstructor;
|
|
419
|
+
required: true;
|
|
420
|
+
};
|
|
421
|
+
color: {
|
|
422
|
+
type: () => NeonFunctionalColor;
|
|
423
|
+
default: null;
|
|
424
|
+
};
|
|
425
|
+
inverse: {
|
|
426
|
+
type: BooleanConstructor;
|
|
427
|
+
default: boolean;
|
|
428
|
+
};
|
|
429
|
+
disabled: {
|
|
430
|
+
type: BooleanConstructor;
|
|
431
|
+
default: boolean;
|
|
432
|
+
};
|
|
433
|
+
}>, {
|
|
434
|
+
attrs: {
|
|
435
|
+
[x: string]: unknown;
|
|
436
|
+
};
|
|
437
|
+
icon: import("vue").ComputedRef<string>;
|
|
438
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
439
|
+
name: {
|
|
440
|
+
type: StringConstructor;
|
|
441
|
+
required: true;
|
|
442
|
+
};
|
|
443
|
+
color: {
|
|
444
|
+
type: () => NeonFunctionalColor;
|
|
445
|
+
default: null;
|
|
446
|
+
};
|
|
447
|
+
inverse: {
|
|
448
|
+
type: BooleanConstructor;
|
|
449
|
+
default: boolean;
|
|
450
|
+
};
|
|
451
|
+
disabled: {
|
|
452
|
+
type: BooleanConstructor;
|
|
453
|
+
default: boolean;
|
|
454
|
+
};
|
|
455
|
+
}>> & Readonly<{}>, {
|
|
456
|
+
disabled: boolean;
|
|
457
|
+
color: NeonFunctionalColor;
|
|
458
|
+
inverse: boolean;
|
|
459
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
460
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
461
|
+
NeonSwiper: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
462
|
+
fade: {
|
|
463
|
+
type: BooleanConstructor;
|
|
464
|
+
default: boolean;
|
|
465
|
+
};
|
|
466
|
+
orientation: {
|
|
467
|
+
type: () => import("../../../neon").NeonOrientation;
|
|
468
|
+
default: import("../../../neon").NeonOrientation;
|
|
469
|
+
};
|
|
470
|
+
hideFadeStart: {
|
|
471
|
+
type: BooleanConstructor;
|
|
472
|
+
default: boolean;
|
|
473
|
+
};
|
|
474
|
+
hideFadeEnd: {
|
|
475
|
+
type: BooleanConstructor;
|
|
476
|
+
default: boolean;
|
|
477
|
+
};
|
|
478
|
+
}>, {
|
|
479
|
+
isOverflowing: import("vue").Ref<boolean, boolean>;
|
|
480
|
+
isScrollStart: import("vue").Ref<boolean, boolean>;
|
|
481
|
+
isScrollEnd: import("vue").Ref<boolean, boolean>;
|
|
482
|
+
scrollable: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
483
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
484
|
+
fade: {
|
|
485
|
+
type: BooleanConstructor;
|
|
486
|
+
default: boolean;
|
|
487
|
+
};
|
|
488
|
+
orientation: {
|
|
489
|
+
type: () => import("../../../neon").NeonOrientation;
|
|
490
|
+
default: import("../../../neon").NeonOrientation;
|
|
491
|
+
};
|
|
492
|
+
hideFadeStart: {
|
|
493
|
+
type: BooleanConstructor;
|
|
494
|
+
default: boolean;
|
|
495
|
+
};
|
|
496
|
+
hideFadeEnd: {
|
|
497
|
+
type: BooleanConstructor;
|
|
498
|
+
default: boolean;
|
|
499
|
+
};
|
|
500
|
+
}>> & Readonly<{}>, {
|
|
501
|
+
orientation: import("../../../neon").NeonOrientation;
|
|
502
|
+
fade: boolean;
|
|
503
|
+
hideFadeStart: boolean;
|
|
504
|
+
hideFadeEnd: boolean;
|
|
505
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
132
506
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
133
507
|
export default _default;
|
|
@@ -429,6 +429,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
429
429
|
default: boolean;
|
|
430
430
|
};
|
|
431
431
|
}>, {
|
|
432
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
432
433
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
433
434
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
434
435
|
[x: string]: unknown;
|
|
@@ -706,6 +706,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
706
706
|
default: boolean;
|
|
707
707
|
};
|
|
708
708
|
}>, {
|
|
709
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
709
710
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
710
711
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
711
712
|
[x: string]: unknown;
|
|
@@ -2184,6 +2185,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2184
2185
|
default: boolean;
|
|
2185
2186
|
};
|
|
2186
2187
|
}>, {
|
|
2188
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
2187
2189
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2188
2190
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2189
2191
|
[x: string]: unknown;
|
|
@@ -3027,6 +3029,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3027
3029
|
default: boolean;
|
|
3028
3030
|
};
|
|
3029
3031
|
}>, {
|
|
3032
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
3030
3033
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
3031
3034
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3032
3035
|
[x: string]: unknown;
|
|
@@ -1122,14 +1122,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1122
1122
|
default: boolean;
|
|
1123
1123
|
};
|
|
1124
1124
|
}>, {
|
|
1125
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
1125
1126
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
1126
1127
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1127
1128
|
[x: string]: unknown;
|
|
1128
1129
|
}>;
|
|
1129
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
1130
|
-
* Emitted when files are selected and uploaded
|
|
1131
|
-
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
1132
|
-
*/
|
|
1130
|
+
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
1133
1131
|
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
1134
1132
|
onClick: () => void;
|
|
1135
1133
|
onSpace: () => Promise<void>;
|
|
@@ -204,6 +204,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
204
204
|
default: boolean;
|
|
205
205
|
};
|
|
206
206
|
}>, {
|
|
207
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
207
208
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
208
209
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
209
210
|
[x: string]: unknown;
|
|
@@ -581,6 +581,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
581
581
|
default: boolean;
|
|
582
582
|
};
|
|
583
583
|
}>, {
|
|
584
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
584
585
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
585
586
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
586
587
|
[x: string]: unknown;
|
|
@@ -1392,7 +1392,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1392
1392
|
default: boolean;
|
|
1393
1393
|
};
|
|
1394
1394
|
}>, {
|
|
1395
|
-
|
|
1395
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
1396
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
1397
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
1398
|
+
* NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
|
|
1399
|
+
*/
|
|
1396
1400
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1397
1401
|
[x: string]: unknown;
|
|
1398
1402
|
}>;
|
|
@@ -2169,7 +2173,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2169
2173
|
default: boolean;
|
|
2170
2174
|
};
|
|
2171
2175
|
}>, {
|
|
2172
|
-
|
|
2176
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
2177
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
2178
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
2179
|
+
* NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
|
|
2180
|
+
*/
|
|
2173
2181
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2174
2182
|
[x: string]: unknown;
|
|
2175
2183
|
}>;
|
|
@@ -3715,7 +3723,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3715
3723
|
default: boolean;
|
|
3716
3724
|
};
|
|
3717
3725
|
}>, {
|
|
3718
|
-
|
|
3726
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
3727
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
3728
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
3729
|
+
* NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
|
|
3730
|
+
*/
|
|
3719
3731
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3720
3732
|
[x: string]: unknown;
|
|
3721
3733
|
}>;
|
|
@@ -4492,7 +4504,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4492
4504
|
default: boolean;
|
|
4493
4505
|
};
|
|
4494
4506
|
}>, {
|
|
4495
|
-
|
|
4507
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
4508
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
4509
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
4510
|
+
* NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
|
|
4511
|
+
*/
|
|
4496
4512
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4497
4513
|
[x: string]: unknown;
|
|
4498
4514
|
}>;
|
|
@@ -6935,7 +6951,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6935
6951
|
default: boolean;
|
|
6936
6952
|
};
|
|
6937
6953
|
}>, {
|
|
6938
|
-
|
|
6954
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
6955
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
6956
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
6957
|
+
* NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
|
|
6958
|
+
*/
|
|
6939
6959
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6940
6960
|
[x: string]: unknown;
|
|
6941
6961
|
}>;
|
|
@@ -7712,7 +7732,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7712
7732
|
default: boolean;
|
|
7713
7733
|
};
|
|
7714
7734
|
}>, {
|
|
7715
|
-
|
|
7735
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
7736
|
+
routerUrl: import("vue").ComputedRef<string | undefined>; /**
|
|
7737
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
7738
|
+
* NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
|
|
7739
|
+
*/
|
|
7716
7740
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7717
7741
|
[x: string]: unknown;
|
|
7718
7742
|
}>;
|
|
@@ -1407,6 +1407,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1407
1407
|
default: boolean;
|
|
1408
1408
|
};
|
|
1409
1409
|
}>, {
|
|
1410
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
1410
1411
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
1411
1412
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1412
1413
|
[x: string]: unknown;
|
|
@@ -2196,6 +2197,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2196
2197
|
default: boolean;
|
|
2197
2198
|
};
|
|
2198
2199
|
}>, {
|
|
2200
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
2199
2201
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
2200
2202
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2201
2203
|
[x: string]: unknown;
|
|
@@ -3722,6 +3724,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3722
3724
|
default: boolean;
|
|
3723
3725
|
};
|
|
3724
3726
|
}>, {
|
|
3727
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
3725
3728
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
3726
3729
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3727
3730
|
[x: string]: unknown;
|
|
@@ -4511,6 +4514,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4511
4514
|
default: boolean;
|
|
4512
4515
|
};
|
|
4513
4516
|
}>, {
|
|
4517
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
4514
4518
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
4515
4519
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4516
4520
|
[x: string]: unknown;
|
|
@@ -6226,6 +6230,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6226
6230
|
default: boolean;
|
|
6227
6231
|
};
|
|
6228
6232
|
}>, {
|
|
6233
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
6229
6234
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
6230
6235
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6231
6236
|
[x: string]: unknown;
|
|
@@ -7015,6 +7020,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7015
7020
|
default: boolean;
|
|
7016
7021
|
};
|
|
7017
7022
|
}>, {
|
|
7023
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
7018
7024
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
7019
7025
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7020
7026
|
[x: string]: unknown;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aotearoan/neon",
|
|
3
3
|
"description": "Neon is a lightweight design library of Vue 3 components with minimal dependencies.",
|
|
4
|
-
"version": "22.
|
|
4
|
+
"version": "22.4.1",
|
|
5
5
|
"main": "./dist/neon.cjs.js",
|
|
6
6
|
"module": "./dist/neon.es.js",
|
|
7
7
|
"types": "./dist/src/neon.d.ts",
|