@aotearoan/neon 22.5.0 → 22.5.2
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/utils/NeonIconRegistry.cjs.js.map +1 -1
- package/dist/common/utils/NeonIconRegistry.es.js +2 -2
- package/dist/common/utils/NeonIconRegistry.es.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.cjs.js +1 -1
- package/dist/components/presentation/icon/NeonIcon.cjs.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.es.js +18 -10
- package/dist/components/presentation/icon/NeonIcon.es.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.cjs.js +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.cjs.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.es.js +5 -5
- package/dist/components/presentation/icon/NeonIcon.vue.es.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js +57 -35
- package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js +44 -46
- package/dist/components/presentation/image-carousel/NeonImageCarousel.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 +17 -18
- package/dist/components/presentation/tabs/NeonTabs.es.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.cjs.js +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.es.js +6 -20
- package/dist/components/presentation/tabs/tab/NeonTab.es.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.cjs.js +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.es.js +24 -16
- package/dist/components/presentation/tabs/tab/NeonTab.vue.es.js.map +1 -1
- package/dist/components/user-input/field/NeonField.cjs.js +1 -1
- package/dist/components/user-input/field/NeonField.cjs.js.map +1 -1
- package/dist/components/user-input/field/NeonField.es.js +2 -6
- package/dist/components/user-input/field/NeonField.es.js.map +1 -1
- package/dist/components/user-input/field/NeonField.vue.cjs.js +1 -1
- package/dist/components/user-input/field/NeonField.vue.cjs.js.map +1 -1
- package/dist/components/user-input/field/NeonField.vue.es.js +22 -26
- package/dist/components/user-input/field/NeonField.vue.es.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.cjs.js +1 -1
- package/dist/components/user-input/input/NeonInput.cjs.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.es.js +65 -47
- package/dist/components/user-input/input/NeonInput.es.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.vue.cjs.js +1 -1
- package/dist/components/user-input/input/NeonInput.vue.cjs.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.vue.es.js +35 -31
- package/dist/components/user-input/input/NeonInput.vue.es.js.map +1 -1
- package/dist/src/common/utils/NeonIconRegistry.d.ts +3 -3
- package/dist/src/components/feedback/alert/NeonAlert.d.ts +36 -9
- package/dist/src/components/feedback/alert/container/NeonAlertContainer.d.ts +24 -6
- package/dist/src/components/feedback/alert/container/NeonToastContainer.d.ts +12 -3
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +64 -12
- package/dist/src/components/feedback/linear-progress/NeonLinearProgress.d.ts +30 -7
- package/dist/src/components/feedback/note/NeonNote.d.ts +36 -9
- package/dist/src/components/feedback/splash-loader/NeonSplashLoader.d.ts +12 -3
- package/dist/src/components/feedback/tooltip/NeonTooltip.d.ts +1 -1
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +54 -15
- package/dist/src/components/layout/modal/NeonModal.d.ts +24 -6
- package/dist/src/components/navigation/action-menu/NeonActionMenu.d.ts +12 -3
- package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +672 -193
- package/dist/src/components/navigation/link/NeonLink.d.ts +12 -3
- package/dist/src/components/navigation/menu/NeonMenu.d.ts +522 -141
- package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +522 -141
- package/dist/src/components/navigation/stepper/NeonStepper.d.ts +12 -3
- package/dist/src/components/navigation/tree-menu/NeonTreeMenu.d.ts +12 -3
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +188 -49
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +170 -97
- package/dist/src/components/presentation/expansion-panel/NeonExpansionPanel.d.ts +12 -3
- package/dist/src/components/presentation/icon/NeonIcon.d.ts +20 -3
- package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +107 -18
- package/dist/src/components/presentation/label/NeonLabel.d.ts +12 -3
- package/dist/src/components/presentation/tabs/NeonTabs.d.ts +48 -12
- package/dist/src/components/presentation/tabs/tab/NeonTab.d.ts +8 -10
- package/dist/src/components/user-input/button/NeonButton.d.ts +24 -6
- package/dist/src/components/user-input/chip/NeonChip.d.ts +12 -3
- package/dist/src/components/user-input/color/NeonColor.d.ts +26 -7
- package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +336 -224
- package/dist/src/components/user-input/field/NeonField.d.ts +1 -113
- package/dist/src/components/user-input/file/NeonFile.d.ts +188 -52
- package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +36 -6
- package/dist/src/components/user-input/input/NeonInput.d.ts +36 -13
- package/dist/src/components/user-input/input-indicator/NeonInputIndicator.d.ts +12 -3
- package/dist/src/components/user-input/list/NeonList.d.ts +12 -3
- package/dist/src/components/user-input/number/NeonNumber.d.ts +140 -43
- package/dist/src/components/user-input/password/NeonPassword.d.ts +26 -7
- package/dist/src/components/user-input/search/NeonSearch.d.ts +608 -328
- package/dist/src/components/user-input/select/NeonSelect.d.ts +678 -153
- package/dist/src/components/user-input/selectable-card/NeonSelectableCard.d.ts +12 -3
- package/dist/src/components/user-input/switch/NeonSwitch.d.ts +22 -3
- package/dist/src/components/user-input/toggle/NeonToggle.d.ts +16 -19
- package/dist/src/components/user-input/toggle-chip/NeonToggleChip.d.ts +12 -3
- package/package.json +1 -1
- package/src/sass/components/_field.scss +8 -0
- package/src/sass/components/_footer.scss +8 -0
- package/src/sass/components/_image-carousel.scss +12 -10
- package/src/sass/components/_input.scss +3 -3
- package/src/sass/components/_menu.scss +32 -24
- package/src/sass/components/_mobile-menu.scss +27 -19
- package/src/sass/components/_note.scss +2 -3
- package/src/sass/components/_page.scss +5 -4
- package/src/sass/components/_tooltip.scss +1 -1
- package/src/sass/components/_top-nav.scss +1 -1
- package/src/sass/global/_base-html.scss +1 -1
- package/src/sass/includes/_dependencies.scss +1 -1
- package/src/sass/includes/_typography.scss +4 -2
- package/src/sass/variables.scss +15 -6
|
@@ -195,6 +195,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
195
195
|
type: StringConstructor;
|
|
196
196
|
required: true;
|
|
197
197
|
};
|
|
198
|
+
id: {
|
|
199
|
+
type: StringConstructor;
|
|
200
|
+
default: null;
|
|
201
|
+
};
|
|
198
202
|
color: {
|
|
199
203
|
type: () => NeonFunctionalColor;
|
|
200
204
|
default: null;
|
|
@@ -208,15 +212,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
208
212
|
default: boolean;
|
|
209
213
|
};
|
|
210
214
|
}>, {
|
|
211
|
-
|
|
215
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
212
216
|
[x: string]: unknown;
|
|
213
|
-
}
|
|
214
|
-
icon: import("vue").ComputedRef<string>;
|
|
217
|
+
}>;
|
|
218
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
215
219
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
216
220
|
name: {
|
|
217
221
|
type: StringConstructor;
|
|
218
222
|
required: true;
|
|
219
223
|
};
|
|
224
|
+
id: {
|
|
225
|
+
type: StringConstructor;
|
|
226
|
+
default: null;
|
|
227
|
+
};
|
|
220
228
|
color: {
|
|
221
229
|
type: () => NeonFunctionalColor;
|
|
222
230
|
default: null;
|
|
@@ -232,6 +240,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
232
240
|
}>> & Readonly<{}>, {
|
|
233
241
|
disabled: boolean;
|
|
234
242
|
color: NeonFunctionalColor;
|
|
243
|
+
id: string;
|
|
235
244
|
inverse: boolean;
|
|
236
245
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
237
246
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -23,6 +23,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
|
+
/**
|
|
27
|
+
* An id to inject into the icon. This is necessary for rendering clipPaths correctly if the same icon is used
|
|
28
|
+
* multiple times on a page as the ids need to be unique.
|
|
29
|
+
*/
|
|
30
|
+
id: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: null;
|
|
33
|
+
};
|
|
26
34
|
/**
|
|
27
35
|
* The color to render the icon. By default, it will be the current text color (light text in dark mode or dark text in light mode).
|
|
28
36
|
*/
|
|
@@ -45,10 +53,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
45
53
|
default: boolean;
|
|
46
54
|
};
|
|
47
55
|
}>, {
|
|
48
|
-
|
|
56
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
49
57
|
[x: string]: unknown;
|
|
50
|
-
}
|
|
51
|
-
icon: import("vue").ComputedRef<string>;
|
|
58
|
+
}>;
|
|
59
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
52
60
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
61
|
/**
|
|
54
62
|
* The name of an icon registered in the icon registry.
|
|
@@ -57,6 +65,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
57
65
|
type: StringConstructor;
|
|
58
66
|
required: true;
|
|
59
67
|
};
|
|
68
|
+
/**
|
|
69
|
+
* An id to inject into the icon. This is necessary for rendering clipPaths correctly if the same icon is used
|
|
70
|
+
* multiple times on a page as the ids need to be unique.
|
|
71
|
+
*/
|
|
72
|
+
id: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: null;
|
|
75
|
+
};
|
|
60
76
|
/**
|
|
61
77
|
* The color to render the icon. By default, it will be the current text color (light text in dark mode or dark text in light mode).
|
|
62
78
|
*/
|
|
@@ -81,6 +97,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
81
97
|
}>> & Readonly<{}>, {
|
|
82
98
|
disabled: boolean;
|
|
83
99
|
color: NeonFunctionalColor;
|
|
100
|
+
id: string;
|
|
84
101
|
inverse: boolean;
|
|
85
102
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
86
103
|
export default _default;
|
|
@@ -8,6 +8,13 @@ import type { NeonCarouselImage } from '@/common/models/NeonCarouselImage';
|
|
|
8
8
|
* </p>
|
|
9
9
|
*/
|
|
10
10
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
11
|
+
/**
|
|
12
|
+
* The expanded state of the image carousel.
|
|
13
|
+
*/
|
|
14
|
+
expanded: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
11
18
|
/**
|
|
12
19
|
* The images to be displayed in the carousel.
|
|
13
20
|
*/
|
|
@@ -52,16 +59,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
52
59
|
default: string;
|
|
53
60
|
};
|
|
54
61
|
}>, {
|
|
55
|
-
emit: (event: "current-image", ...args: any[]) => void;
|
|
62
|
+
emit: (event: "current-image" | "update:expanded", ...args: any[]) => void;
|
|
56
63
|
currentImage: import("vue").Ref<number, number>;
|
|
57
64
|
carouselItem: import("vue").Ref<HTMLLIElement[], HTMLLIElement[]>;
|
|
58
65
|
carouselItems: import("vue").Ref<HTMLUListElement | null, HTMLUListElement | null>;
|
|
59
66
|
initialised: import("vue").Ref<boolean, boolean>;
|
|
60
|
-
|
|
67
|
+
isExpanded: import("vue").Ref<boolean, boolean>;
|
|
61
68
|
next: () => void;
|
|
62
69
|
previous: () => void;
|
|
63
70
|
scrollTo: (index: number) => void;
|
|
64
|
-
|
|
71
|
+
toggleExpanded: () => void;
|
|
72
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("current-image" | "update:expanded")[], "current-image" | "update:expanded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
73
|
+
/**
|
|
74
|
+
* The expanded state of the image carousel.
|
|
75
|
+
*/
|
|
76
|
+
expanded: {
|
|
77
|
+
type: BooleanConstructor;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
65
80
|
/**
|
|
66
81
|
* The images to be displayed in the carousel.
|
|
67
82
|
*/
|
|
@@ -107,7 +122,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
107
122
|
};
|
|
108
123
|
}>> & Readonly<{
|
|
109
124
|
"onCurrent-image"?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
"onUpdate:expanded"?: ((...args: any[]) => any) | undefined;
|
|
110
126
|
}>, {
|
|
127
|
+
expanded: boolean;
|
|
111
128
|
imageCountLabel: string;
|
|
112
129
|
hideLabel: boolean;
|
|
113
130
|
closeLabel: string;
|
|
@@ -311,6 +328,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
311
328
|
indicator: boolean;
|
|
312
329
|
indicatorExpanded: boolean;
|
|
313
330
|
}, {}, {
|
|
331
|
+
/**
|
|
332
|
+
* The images to be displayed in the carousel.
|
|
333
|
+
*/
|
|
314
334
|
NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
315
335
|
expanded: {
|
|
316
336
|
type: BooleanConstructor;
|
|
@@ -356,10 +376,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
356
376
|
type: StringConstructor;
|
|
357
377
|
required: true;
|
|
358
378
|
};
|
|
379
|
+
id: {
|
|
380
|
+
/**
|
|
381
|
+
* Provide an alternative label for the Next button.
|
|
382
|
+
*/
|
|
383
|
+
type: StringConstructor;
|
|
384
|
+
default: null;
|
|
385
|
+
};
|
|
359
386
|
color: {
|
|
360
387
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
361
388
|
default: null;
|
|
362
|
-
};
|
|
389
|
+
}; /**
|
|
390
|
+
* The current expanded state of the image carousel.
|
|
391
|
+
*
|
|
392
|
+
* @type {boolean}
|
|
393
|
+
*/
|
|
363
394
|
inverse: {
|
|
364
395
|
type: BooleanConstructor;
|
|
365
396
|
default: boolean;
|
|
@@ -369,19 +400,30 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
369
400
|
default: boolean;
|
|
370
401
|
};
|
|
371
402
|
}>, {
|
|
372
|
-
|
|
403
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
373
404
|
[x: string]: unknown;
|
|
374
|
-
}
|
|
375
|
-
icon: import("vue").ComputedRef<string>;
|
|
405
|
+
}>;
|
|
406
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
376
407
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
377
408
|
name: {
|
|
378
409
|
type: StringConstructor;
|
|
379
410
|
required: true;
|
|
380
411
|
};
|
|
412
|
+
id: {
|
|
413
|
+
/**
|
|
414
|
+
* Provide an alternative label for the Next button.
|
|
415
|
+
*/
|
|
416
|
+
type: StringConstructor;
|
|
417
|
+
default: null;
|
|
418
|
+
};
|
|
381
419
|
color: {
|
|
382
420
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
383
421
|
default: null;
|
|
384
|
-
};
|
|
422
|
+
}; /**
|
|
423
|
+
* The current expanded state of the image carousel.
|
|
424
|
+
*
|
|
425
|
+
* @type {boolean}
|
|
426
|
+
*/
|
|
385
427
|
inverse: {
|
|
386
428
|
type: BooleanConstructor;
|
|
387
429
|
default: boolean;
|
|
@@ -393,6 +435,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
393
435
|
}>> & Readonly<{}>, {
|
|
394
436
|
disabled: boolean;
|
|
395
437
|
color: import("../../../neon").NeonFunctionalColor;
|
|
438
|
+
id: string;
|
|
396
439
|
inverse: boolean;
|
|
397
440
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
398
441
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -452,10 +495,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
452
495
|
type: StringConstructor;
|
|
453
496
|
required: true;
|
|
454
497
|
};
|
|
498
|
+
id: {
|
|
499
|
+
/**
|
|
500
|
+
* Provide an alternative label for the Next button.
|
|
501
|
+
*/
|
|
502
|
+
type: StringConstructor;
|
|
503
|
+
default: null;
|
|
504
|
+
};
|
|
455
505
|
color: {
|
|
456
506
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
457
507
|
default: null;
|
|
458
|
-
};
|
|
508
|
+
}; /**
|
|
509
|
+
* The current expanded state of the image carousel.
|
|
510
|
+
*
|
|
511
|
+
* @type {boolean}
|
|
512
|
+
*/
|
|
459
513
|
inverse: {
|
|
460
514
|
type: BooleanConstructor;
|
|
461
515
|
default: boolean;
|
|
@@ -465,19 +519,30 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
465
519
|
default: boolean;
|
|
466
520
|
};
|
|
467
521
|
}>, {
|
|
468
|
-
|
|
522
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
469
523
|
[x: string]: unknown;
|
|
470
|
-
}
|
|
471
|
-
icon: import("vue").ComputedRef<string>;
|
|
524
|
+
}>;
|
|
525
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
472
526
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
473
527
|
name: {
|
|
474
528
|
type: StringConstructor;
|
|
475
529
|
required: true;
|
|
476
530
|
};
|
|
531
|
+
id: {
|
|
532
|
+
/**
|
|
533
|
+
* Provide an alternative label for the Next button.
|
|
534
|
+
*/
|
|
535
|
+
type: StringConstructor;
|
|
536
|
+
default: null;
|
|
537
|
+
};
|
|
477
538
|
color: {
|
|
478
539
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
479
540
|
default: null;
|
|
480
|
-
};
|
|
541
|
+
}; /**
|
|
542
|
+
* The current expanded state of the image carousel.
|
|
543
|
+
*
|
|
544
|
+
* @type {boolean}
|
|
545
|
+
*/
|
|
481
546
|
inverse: {
|
|
482
547
|
type: BooleanConstructor;
|
|
483
548
|
default: boolean;
|
|
@@ -489,6 +554,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
489
554
|
}>> & Readonly<{}>, {
|
|
490
555
|
disabled: boolean;
|
|
491
556
|
color: import("../../../neon").NeonFunctionalColor;
|
|
557
|
+
id: string;
|
|
492
558
|
inverse: boolean;
|
|
493
559
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
494
560
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -550,10 +616,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
550
616
|
type: StringConstructor;
|
|
551
617
|
required: true;
|
|
552
618
|
};
|
|
619
|
+
id: {
|
|
620
|
+
/**
|
|
621
|
+
* Provide an alternative label for the Next button.
|
|
622
|
+
*/
|
|
623
|
+
type: StringConstructor;
|
|
624
|
+
default: null;
|
|
625
|
+
};
|
|
553
626
|
color: {
|
|
554
627
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
555
628
|
default: null;
|
|
556
|
-
};
|
|
629
|
+
}; /**
|
|
630
|
+
* The current expanded state of the image carousel.
|
|
631
|
+
*
|
|
632
|
+
* @type {boolean}
|
|
633
|
+
*/
|
|
557
634
|
inverse: {
|
|
558
635
|
type: BooleanConstructor;
|
|
559
636
|
default: boolean;
|
|
@@ -563,19 +640,30 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
563
640
|
default: boolean;
|
|
564
641
|
};
|
|
565
642
|
}>, {
|
|
566
|
-
|
|
643
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
567
644
|
[x: string]: unknown;
|
|
568
|
-
}
|
|
569
|
-
icon: import("vue").ComputedRef<string>;
|
|
645
|
+
}>;
|
|
646
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
570
647
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
571
648
|
name: {
|
|
572
649
|
type: StringConstructor;
|
|
573
650
|
required: true;
|
|
574
651
|
};
|
|
652
|
+
id: {
|
|
653
|
+
/**
|
|
654
|
+
* Provide an alternative label for the Next button.
|
|
655
|
+
*/
|
|
656
|
+
type: StringConstructor;
|
|
657
|
+
default: null;
|
|
658
|
+
};
|
|
575
659
|
color: {
|
|
576
660
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
577
661
|
default: null;
|
|
578
|
-
};
|
|
662
|
+
}; /**
|
|
663
|
+
* The current expanded state of the image carousel.
|
|
664
|
+
*
|
|
665
|
+
* @type {boolean}
|
|
666
|
+
*/
|
|
579
667
|
inverse: {
|
|
580
668
|
type: BooleanConstructor;
|
|
581
669
|
default: boolean;
|
|
@@ -587,6 +675,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
587
675
|
}>> & Readonly<{}>, {
|
|
588
676
|
disabled: boolean;
|
|
589
677
|
color: import("../../../neon").NeonFunctionalColor;
|
|
678
|
+
id: string;
|
|
590
679
|
inverse: boolean;
|
|
591
680
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
592
681
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -117,6 +117,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
117
117
|
type: StringConstructor;
|
|
118
118
|
required: true;
|
|
119
119
|
};
|
|
120
|
+
id: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
default: null;
|
|
123
|
+
};
|
|
120
124
|
color: {
|
|
121
125
|
type: () => NeonFunctionalColor;
|
|
122
126
|
default: null;
|
|
@@ -130,15 +134,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
130
134
|
default: boolean;
|
|
131
135
|
};
|
|
132
136
|
}>, {
|
|
133
|
-
|
|
137
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
134
138
|
[x: string]: unknown;
|
|
135
|
-
}
|
|
136
|
-
icon: import("vue").ComputedRef<string>;
|
|
139
|
+
}>;
|
|
140
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
137
141
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
138
142
|
name: {
|
|
139
143
|
type: StringConstructor;
|
|
140
144
|
required: true;
|
|
141
145
|
};
|
|
146
|
+
id: {
|
|
147
|
+
type: StringConstructor;
|
|
148
|
+
default: null;
|
|
149
|
+
};
|
|
142
150
|
color: {
|
|
143
151
|
type: () => NeonFunctionalColor;
|
|
144
152
|
default: null;
|
|
@@ -154,6 +162,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
154
162
|
}>> & Readonly<{}>, {
|
|
155
163
|
disabled: boolean;
|
|
156
164
|
color: NeonFunctionalColor;
|
|
165
|
+
id: string;
|
|
157
166
|
inverse: boolean;
|
|
158
167
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
159
168
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -114,6 +114,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
114
114
|
type: StringConstructor;
|
|
115
115
|
required: true;
|
|
116
116
|
};
|
|
117
|
+
id: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
default: null;
|
|
120
|
+
};
|
|
117
121
|
color: {
|
|
118
122
|
type: () => NeonFunctionalColor;
|
|
119
123
|
default: null;
|
|
@@ -127,15 +131,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
131
|
default: boolean;
|
|
128
132
|
};
|
|
129
133
|
}>, {
|
|
130
|
-
|
|
134
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
131
135
|
[x: string]: unknown;
|
|
132
|
-
}
|
|
133
|
-
icon: import("vue").ComputedRef<string>;
|
|
136
|
+
}>;
|
|
137
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
134
138
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
135
139
|
name: {
|
|
136
140
|
type: StringConstructor;
|
|
137
141
|
required: true;
|
|
138
142
|
};
|
|
143
|
+
id: {
|
|
144
|
+
type: StringConstructor;
|
|
145
|
+
default: null;
|
|
146
|
+
};
|
|
139
147
|
color: {
|
|
140
148
|
type: () => NeonFunctionalColor;
|
|
141
149
|
default: null;
|
|
@@ -151,6 +159,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
151
159
|
}>> & Readonly<{}>, {
|
|
152
160
|
disabled: boolean;
|
|
153
161
|
color: NeonFunctionalColor;
|
|
162
|
+
id: string;
|
|
154
163
|
inverse: boolean;
|
|
155
164
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
156
165
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>[], import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -218,6 +227,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
218
227
|
type: StringConstructor;
|
|
219
228
|
required: true;
|
|
220
229
|
};
|
|
230
|
+
id: {
|
|
231
|
+
type: StringConstructor;
|
|
232
|
+
default: null;
|
|
233
|
+
};
|
|
221
234
|
color: {
|
|
222
235
|
type: () => NeonFunctionalColor;
|
|
223
236
|
default: null;
|
|
@@ -231,15 +244,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
231
244
|
default: boolean;
|
|
232
245
|
};
|
|
233
246
|
}>, {
|
|
234
|
-
|
|
247
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
235
248
|
[x: string]: unknown;
|
|
236
|
-
}
|
|
237
|
-
icon: import("vue").ComputedRef<string>;
|
|
249
|
+
}>;
|
|
250
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
238
251
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
239
252
|
name: {
|
|
240
253
|
type: StringConstructor;
|
|
241
254
|
required: true;
|
|
242
255
|
};
|
|
256
|
+
id: {
|
|
257
|
+
type: StringConstructor;
|
|
258
|
+
default: null;
|
|
259
|
+
};
|
|
243
260
|
color: {
|
|
244
261
|
type: () => NeonFunctionalColor;
|
|
245
262
|
default: null;
|
|
@@ -255,6 +272,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
255
272
|
}>> & Readonly<{}>, {
|
|
256
273
|
disabled: boolean;
|
|
257
274
|
color: NeonFunctionalColor;
|
|
275
|
+
id: string;
|
|
258
276
|
inverse: boolean;
|
|
259
277
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
260
278
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>[]>;
|
|
@@ -314,6 +332,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
314
332
|
type: StringConstructor;
|
|
315
333
|
required: true;
|
|
316
334
|
};
|
|
335
|
+
id: {
|
|
336
|
+
type: StringConstructor;
|
|
337
|
+
default: null;
|
|
338
|
+
};
|
|
317
339
|
color: {
|
|
318
340
|
type: () => NeonFunctionalColor;
|
|
319
341
|
default: null;
|
|
@@ -327,15 +349,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
327
349
|
default: boolean;
|
|
328
350
|
};
|
|
329
351
|
}>, {
|
|
330
|
-
|
|
352
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
331
353
|
[x: string]: unknown;
|
|
332
|
-
}
|
|
333
|
-
icon: import("vue").ComputedRef<string>;
|
|
354
|
+
}>;
|
|
355
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
334
356
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
335
357
|
name: {
|
|
336
358
|
type: StringConstructor;
|
|
337
359
|
required: true;
|
|
338
360
|
};
|
|
361
|
+
id: {
|
|
362
|
+
type: StringConstructor;
|
|
363
|
+
default: null;
|
|
364
|
+
};
|
|
339
365
|
color: {
|
|
340
366
|
type: () => NeonFunctionalColor;
|
|
341
367
|
default: null;
|
|
@@ -351,6 +377,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
351
377
|
}>> & Readonly<{}>, {
|
|
352
378
|
disabled: boolean;
|
|
353
379
|
color: NeonFunctionalColor;
|
|
380
|
+
id: string;
|
|
354
381
|
inverse: boolean;
|
|
355
382
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
356
383
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -418,6 +445,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
418
445
|
type: StringConstructor;
|
|
419
446
|
required: true;
|
|
420
447
|
};
|
|
448
|
+
id: {
|
|
449
|
+
type: StringConstructor;
|
|
450
|
+
default: null;
|
|
451
|
+
};
|
|
421
452
|
color: {
|
|
422
453
|
type: () => NeonFunctionalColor;
|
|
423
454
|
default: null;
|
|
@@ -431,15 +462,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
431
462
|
default: boolean;
|
|
432
463
|
};
|
|
433
464
|
}>, {
|
|
434
|
-
|
|
465
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
435
466
|
[x: string]: unknown;
|
|
436
|
-
}
|
|
437
|
-
icon: import("vue").ComputedRef<string>;
|
|
467
|
+
}>;
|
|
468
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
438
469
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
439
470
|
name: {
|
|
440
471
|
type: StringConstructor;
|
|
441
472
|
required: true;
|
|
442
473
|
};
|
|
474
|
+
id: {
|
|
475
|
+
type: StringConstructor;
|
|
476
|
+
default: null;
|
|
477
|
+
};
|
|
443
478
|
color: {
|
|
444
479
|
type: () => NeonFunctionalColor;
|
|
445
480
|
default: null;
|
|
@@ -455,6 +490,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
455
490
|
}>> & Readonly<{}>, {
|
|
456
491
|
disabled: boolean;
|
|
457
492
|
color: NeonFunctionalColor;
|
|
493
|
+
id: string;
|
|
458
494
|
inverse: boolean;
|
|
459
495
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
460
496
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -17,15 +17,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
17
17
|
default: null;
|
|
18
18
|
};
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
* Use fade transition when switching tabs. This is useful to prevent a reflow.
|
|
21
|
+
*/
|
|
22
|
+
transition: {
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}>, {
|
|
27
|
-
responsiveView: import("vue").Ref<boolean, boolean>;
|
|
28
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
27
|
/**
|
|
30
28
|
* True if the current tab is the visible tab.
|
|
31
29
|
*/
|
|
@@ -41,14 +39,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
41
39
|
default: null;
|
|
42
40
|
};
|
|
43
41
|
/**
|
|
44
|
-
*
|
|
45
|
-
|
|
46
|
-
|
|
42
|
+
* Use fade transition when switching tabs. This is useful to prevent a reflow.
|
|
43
|
+
*/
|
|
44
|
+
transition: {
|
|
47
45
|
type: BooleanConstructor;
|
|
48
46
|
default: boolean;
|
|
49
47
|
};
|
|
50
48
|
}>> & Readonly<{}>, {
|
|
51
49
|
id: string;
|
|
52
|
-
|
|
50
|
+
transition: boolean;
|
|
53
51
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
54
52
|
export default _default;
|