@aotearoan/neon 22.4.0 → 22.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/common/enums/NeonInputIndicatorStyle.cjs.js +2 -0
- package/dist/common/enums/NeonInputIndicatorStyle.cjs.js.map +1 -0
- package/dist/common/enums/NeonInputIndicatorStyle.es.js +5 -0
- package/dist/common/enums/NeonInputIndicatorStyle.es.js.map +1 -0
- 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/components/user-input/field-group/NeonFieldGroup.cjs.js +1 -1
- package/dist/components/user-input/field-group/NeonFieldGroup.cjs.js.map +1 -1
- package/dist/components/user-input/field-group/NeonFieldGroup.es.js +22 -4
- package/dist/components/user-input/field-group/NeonFieldGroup.es.js.map +1 -1
- package/dist/components/user-input/field-group/NeonFieldGroup.vue.cjs.js +1 -1
- package/dist/components/user-input/field-group/NeonFieldGroup.vue.cjs.js.map +1 -1
- package/dist/components/user-input/field-group/NeonFieldGroup.vue.es.js +15 -10
- package/dist/components/user-input/field-group/NeonFieldGroup.vue.es.js.map +1 -1
- package/dist/components/user-input/number/NeonNumber.vue.cjs.js +1 -1
- package/dist/components/user-input/number/NeonNumber.vue.cjs.js.map +1 -1
- package/dist/components/user-input/number/NeonNumber.vue.es.js +7 -6
- package/dist/components/user-input/number/NeonNumber.vue.es.js.map +1 -1
- package/dist/neon.cjs.js +1 -1
- package/dist/neon.es.js +99 -97
- package/dist/neon.es.js.map +1 -1
- package/dist/src/common/enums/NeonInputIndicatorStyle.d.ts +10 -0
- 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/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/field-group/NeonFieldGroup.d.ts +55 -1
- 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 +32 -1
- 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/dist/src/neon.d.ts +1 -0
- package/package.json +1 -1
- package/src/sass/components/_field-group.scss +121 -34
- package/src/sass/components/_input-indicator.scss +13 -9
- package/src/sass/components/_input.scss +36 -28
- package/src/sass/components/_tabs.scss +50 -30
- package/src/sass/includes/_dependencies.scss +1 -1
- package/src/sass/variables.scss +24 -5
|
@@ -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;
|
|
@@ -1,5 +1,59 @@
|
|
|
1
|
+
import { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';
|
|
2
|
+
import { NeonInputIndicatorStyle } from '@/common/enums/NeonInputIndicatorStyle';
|
|
1
3
|
/**
|
|
2
4
|
* Used to compose a group of inputs, buttons and input indicators into a single component.
|
|
3
5
|
*/
|
|
4
|
-
declare const _default: import("vue").DefineComponent<
|
|
6
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
|
+
/**
|
|
8
|
+
* The style of input indicators to use, either <em>internal</em> where the indicator is inside the adjoined input
|
|
9
|
+
* field or <em>external</em> where the indicator is external to the adjoining field separated by a border & not
|
|
10
|
+
* highlighted as part of the field.
|
|
11
|
+
*/
|
|
12
|
+
indicatorStyle: {
|
|
13
|
+
type: () => NeonInputIndicatorStyle;
|
|
14
|
+
default: NeonInputIndicatorStyle;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* The border highlight color when the indicator style is <em>internal</em>.
|
|
18
|
+
*/
|
|
19
|
+
color: {
|
|
20
|
+
type: () => NeonFunctionalColor;
|
|
21
|
+
default: NeonFunctionalColor;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Use the disabled color styles when the indicator style is <em>internal</em>.
|
|
25
|
+
*/
|
|
26
|
+
disabled: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
/**
|
|
32
|
+
* The style of input indicators to use, either <em>internal</em> where the indicator is inside the adjoined input
|
|
33
|
+
* field or <em>external</em> where the indicator is external to the adjoining field separated by a border & not
|
|
34
|
+
* highlighted as part of the field.
|
|
35
|
+
*/
|
|
36
|
+
indicatorStyle: {
|
|
37
|
+
type: () => NeonInputIndicatorStyle;
|
|
38
|
+
default: NeonInputIndicatorStyle;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* The border highlight color when the indicator style is <em>internal</em>.
|
|
42
|
+
*/
|
|
43
|
+
color: {
|
|
44
|
+
type: () => NeonFunctionalColor;
|
|
45
|
+
default: NeonFunctionalColor;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Use the disabled color styles when the indicator style is <em>internal</em>.
|
|
49
|
+
*/
|
|
50
|
+
disabled: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
}>> & Readonly<{}>, {
|
|
55
|
+
disabled: boolean;
|
|
56
|
+
color: NeonFunctionalColor;
|
|
57
|
+
indicatorStyle: NeonInputIndicatorStyle;
|
|
58
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
59
|
export default _default;
|
|
@@ -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;
|
|
@@ -660,7 +661,37 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
660
661
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
661
662
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
662
663
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
663
|
-
NeonFieldGroup: import("vue").DefineComponent<
|
|
664
|
+
NeonFieldGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
665
|
+
indicatorStyle: {
|
|
666
|
+
type: () => import("../../../neon").NeonInputIndicatorStyle;
|
|
667
|
+
default: import("../../../neon").NeonInputIndicatorStyle;
|
|
668
|
+
};
|
|
669
|
+
color: {
|
|
670
|
+
type: () => NeonFunctionalColor;
|
|
671
|
+
default: NeonFunctionalColor;
|
|
672
|
+
};
|
|
673
|
+
disabled: {
|
|
674
|
+
type: BooleanConstructor;
|
|
675
|
+
default: boolean;
|
|
676
|
+
};
|
|
677
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
678
|
+
indicatorStyle: {
|
|
679
|
+
type: () => import("../../../neon").NeonInputIndicatorStyle;
|
|
680
|
+
default: import("../../../neon").NeonInputIndicatorStyle;
|
|
681
|
+
};
|
|
682
|
+
color: {
|
|
683
|
+
type: () => NeonFunctionalColor;
|
|
684
|
+
default: NeonFunctionalColor;
|
|
685
|
+
};
|
|
686
|
+
disabled: {
|
|
687
|
+
type: BooleanConstructor;
|
|
688
|
+
default: boolean;
|
|
689
|
+
};
|
|
690
|
+
}>> & Readonly<{}>, {
|
|
691
|
+
disabled: boolean;
|
|
692
|
+
color: NeonFunctionalColor;
|
|
693
|
+
indicatorStyle: import("../../../neon").NeonInputIndicatorStyle;
|
|
694
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
664
695
|
NeonInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
665
696
|
id: {
|
|
666
697
|
type: StringConstructor;
|
|
@@ -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
|
}>;
|