@aotearoan/neon 24.1.0 → 25.0.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/src/components/feedback/alert/NeonAlert.d.ts +4 -4
- package/dist/src/components/feedback/alert/container/NeonAlertContainer.d.ts +2 -2
- package/dist/src/components/feedback/alert/container/NeonToastContainer.d.ts +1 -1
- package/dist/src/components/feedback/banner/NeonBanner.d.ts +20 -20
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +19 -19
- package/dist/src/components/feedback/linear-progress/NeonLinearProgress.d.ts +6 -6
- package/dist/src/components/feedback/note/NeonNote.d.ts +11 -11
- package/dist/src/components/feedback/notification-counter/NeonNotificationCounter.d.ts +1 -1
- package/dist/src/components/feedback/splash-loader/NeonSplashLoader.d.ts +2 -2
- package/dist/src/components/feedback/tooltip/NeonTooltip.d.ts +2 -2
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +12 -12
- package/dist/src/components/layout/card-list/card/NeonCardListCard.d.ts +1 -1
- package/dist/src/components/layout/modal/NeonModal.d.ts +9 -9
- package/dist/src/components/layout/page/NeonPage.d.ts +24 -24
- package/dist/src/components/layout/page-container/NeonPageContainer.d.ts +1 -1
- package/dist/src/components/navigation/action-menu/NeonActionMenu.d.ts +1 -1
- package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +199 -199
- package/dist/src/components/navigation/link/NeonLink.d.ts +1 -1
- package/dist/src/components/navigation/menu/NeonMenu.d.ts +202 -202
- package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +201 -201
- package/dist/src/components/navigation/stepper/NeonStepper.d.ts +1 -1
- package/dist/src/components/navigation/tree-menu/NeonTreeMenu.d.ts +2 -2
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +44 -44
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +61 -61
- package/dist/src/components/presentation/expansion-indicator/NeonExpansionIndicator.d.ts +2 -2
- package/dist/src/components/presentation/expansion-panel/NeonExpansionPanel.d.ts +6 -6
- package/dist/src/components/presentation/icon/NeonIcon.d.ts +1 -1
- package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +10 -10
- package/dist/src/components/presentation/label/NeonLabel.d.ts +3 -3
- package/dist/src/components/presentation/tabs/NeonTabs.d.ts +5 -5
- package/dist/src/components/user-input/button/NeonButton.d.ts +9 -9
- package/dist/src/components/user-input/chip/NeonChip.d.ts +5 -5
- package/dist/src/components/user-input/color/NeonColor.d.ts +6 -6
- package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +78 -78
- package/dist/src/components/user-input/field-group/NeonFieldGroup.d.ts +1 -1
- package/dist/src/components/user-input/file/NeonFile.d.ts +39 -39
- package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +3 -3
- package/dist/src/components/user-input/input/NeonInput.d.ts +5 -5
- package/dist/src/components/user-input/input-indicator/NeonInputIndicator.d.ts +1 -1
- package/dist/src/components/user-input/list/NeonList.d.ts +3 -3
- package/dist/src/components/user-input/number/NeonNumber.d.ts +19 -19
- package/dist/src/components/user-input/password/NeonPassword.d.ts +5 -5
- package/dist/src/components/user-input/range-slider/NeonRangeSlider.d.ts +6 -6
- package/dist/src/components/user-input/search/NeonSearch.d.ts +226 -226
- package/dist/src/components/user-input/select/NeonSelect.d.ts +201 -201
- package/dist/src/components/user-input/selectable-card/NeonSelectableCard.d.ts +4 -4
- package/dist/src/components/user-input/slider/NeonSlider.d.ts +3 -3
- package/dist/src/components/user-input/switch/NeonSwitch.d.ts +3 -3
- package/dist/src/components/user-input/toggle/NeonToggle.d.ts +2 -2
- package/dist/src/components/user-input/toggle-chip/NeonToggleChip.d.ts +2 -2
- package/package.json +9 -8
- package/src/sass/components/_toggle.scss +7 -7
|
@@ -223,8 +223,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
223
223
|
default: number;
|
|
224
224
|
};
|
|
225
225
|
}>> & Readonly<{}>, {
|
|
226
|
-
dismissible: boolean;
|
|
227
226
|
duration: number;
|
|
227
|
+
dismissible: boolean;
|
|
228
228
|
}, {}, {
|
|
229
229
|
NeonAlertContainer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
230
230
|
modelValue: {
|
|
@@ -296,10 +296,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
296
296
|
default: boolean;
|
|
297
297
|
};
|
|
298
298
|
}>> & Readonly<{}>, {
|
|
299
|
-
disabled: boolean;
|
|
300
299
|
color: import("../../../neon").NeonFunctionalColor;
|
|
301
300
|
id: string;
|
|
302
301
|
inverse: boolean;
|
|
302
|
+
disabled: boolean;
|
|
303
303
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
304
304
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
305
305
|
href: {
|
|
@@ -401,10 +401,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
401
401
|
default: boolean;
|
|
402
402
|
};
|
|
403
403
|
}>> & Readonly<{}>, {
|
|
404
|
-
disabled: boolean;
|
|
405
404
|
color: import("../../../neon").NeonFunctionalColor;
|
|
406
405
|
id: string;
|
|
407
406
|
inverse: boolean;
|
|
407
|
+
disabled: boolean;
|
|
408
408
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
409
409
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
410
410
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -477,10 +477,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
477
477
|
default: boolean;
|
|
478
478
|
};
|
|
479
479
|
}>> & Readonly<{}>, {
|
|
480
|
-
disabled: boolean;
|
|
481
480
|
color: import("../../../neon").NeonFunctionalColor;
|
|
482
481
|
id: string;
|
|
483
482
|
inverse: boolean;
|
|
483
|
+
disabled: boolean;
|
|
484
484
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
485
485
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
486
486
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -74,10 +74,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
74
74
|
default: boolean;
|
|
75
75
|
};
|
|
76
76
|
}>> & Readonly<{}>, {
|
|
77
|
-
disabled: boolean;
|
|
78
77
|
color: import("../../../../neon").NeonFunctionalColor;
|
|
79
78
|
id: string;
|
|
80
79
|
inverse: boolean;
|
|
80
|
+
disabled: boolean;
|
|
81
81
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
82
82
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
83
83
|
href: {
|
|
@@ -179,10 +179,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
179
179
|
default: boolean;
|
|
180
180
|
};
|
|
181
181
|
}>> & Readonly<{}>, {
|
|
182
|
-
disabled: boolean;
|
|
183
182
|
color: import("../../../../neon").NeonFunctionalColor;
|
|
184
183
|
id: string;
|
|
185
184
|
inverse: boolean;
|
|
185
|
+
disabled: boolean;
|
|
186
186
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
187
187
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
188
188
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -72,10 +72,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
72
72
|
default: boolean;
|
|
73
73
|
};
|
|
74
74
|
}>> & Readonly<{}>, {
|
|
75
|
-
disabled: boolean;
|
|
76
75
|
color: import("../../../../neon").NeonFunctionalColor;
|
|
77
76
|
id: string;
|
|
78
77
|
inverse: boolean;
|
|
78
|
+
disabled: boolean;
|
|
79
79
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
80
80
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
81
|
export default _default;
|
|
@@ -74,8 +74,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
74
74
|
}>> & Readonly<{
|
|
75
75
|
"onClose-note"?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
}>, {
|
|
77
|
-
icon: boolean;
|
|
78
77
|
color: import("../../../neon").NeonFunctionalColor;
|
|
78
|
+
icon: boolean;
|
|
79
79
|
closable: boolean;
|
|
80
80
|
ariaLabelCloseNote: string;
|
|
81
81
|
}, {}, {
|
|
@@ -257,14 +257,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
257
257
|
}>> & Readonly<{
|
|
258
258
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
259
259
|
}>, {
|
|
260
|
-
|
|
261
|
-
|
|
260
|
+
color: import("../../../neon").NeonFunctionalColor;
|
|
261
|
+
icon: string;
|
|
262
262
|
label: string;
|
|
263
|
+
inverse: boolean;
|
|
264
|
+
disabled: boolean;
|
|
263
265
|
href: string;
|
|
264
|
-
icon: string;
|
|
265
266
|
size: import("../../../neon").NeonButtonSize;
|
|
266
|
-
|
|
267
|
-
inverse: boolean;
|
|
267
|
+
outline: boolean;
|
|
268
268
|
alternateColor: import("../../../neon").NeonFunctionalColor;
|
|
269
269
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
270
270
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
@@ -311,10 +311,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
311
311
|
default: null;
|
|
312
312
|
};
|
|
313
313
|
}>> & Readonly<{}>, {
|
|
314
|
-
disabled: boolean;
|
|
315
|
-
expanded: boolean;
|
|
316
314
|
color: import("../../../neon").NeonFunctionalColor;
|
|
317
315
|
inverse: boolean;
|
|
316
|
+
disabled: boolean;
|
|
317
|
+
expanded: boolean;
|
|
318
318
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
319
319
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
320
320
|
name: {
|
|
@@ -364,10 +364,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
364
364
|
default: boolean;
|
|
365
365
|
};
|
|
366
366
|
}>> & Readonly<{}>, {
|
|
367
|
-
disabled: boolean;
|
|
368
367
|
color: import("../../../neon").NeonFunctionalColor;
|
|
369
368
|
id: string;
|
|
370
369
|
inverse: boolean;
|
|
370
|
+
disabled: boolean;
|
|
371
371
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
372
372
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
373
373
|
href: {
|
|
@@ -469,10 +469,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
469
469
|
default: boolean;
|
|
470
470
|
};
|
|
471
471
|
}>> & Readonly<{}>, {
|
|
472
|
-
disabled: boolean;
|
|
473
472
|
color: import("../../../neon").NeonFunctionalColor;
|
|
474
473
|
id: string;
|
|
475
474
|
inverse: boolean;
|
|
475
|
+
disabled: boolean;
|
|
476
476
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
477
477
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
478
478
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -524,10 +524,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
524
524
|
default: boolean;
|
|
525
525
|
};
|
|
526
526
|
}>> & Readonly<{}>, {
|
|
527
|
-
disabled: boolean;
|
|
528
527
|
color: import("../../../neon").NeonFunctionalColor;
|
|
529
528
|
id: string;
|
|
530
529
|
inverse: boolean;
|
|
530
|
+
disabled: boolean;
|
|
531
531
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
532
532
|
NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
533
533
|
gap: {
|
|
@@ -740,14 +740,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
740
740
|
}>> & Readonly<{
|
|
741
741
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
742
742
|
}>, {
|
|
743
|
-
|
|
744
|
-
|
|
743
|
+
color: import("../../../neon").NeonFunctionalColor;
|
|
744
|
+
icon: string;
|
|
745
745
|
label: string;
|
|
746
|
+
inverse: boolean;
|
|
747
|
+
disabled: boolean;
|
|
746
748
|
href: string;
|
|
747
|
-
icon: string;
|
|
748
749
|
size: import("../../../neon").NeonButtonSize;
|
|
749
|
-
|
|
750
|
-
inverse: boolean;
|
|
750
|
+
outline: boolean;
|
|
751
751
|
alternateColor: import("../../../neon").NeonFunctionalColor;
|
|
752
752
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
753
753
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
@@ -794,10 +794,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
794
794
|
default: null;
|
|
795
795
|
};
|
|
796
796
|
}>> & Readonly<{}>, {
|
|
797
|
-
disabled: boolean;
|
|
798
|
-
expanded: boolean;
|
|
799
797
|
color: import("../../../neon").NeonFunctionalColor;
|
|
800
798
|
inverse: boolean;
|
|
799
|
+
disabled: boolean;
|
|
800
|
+
expanded: boolean;
|
|
801
801
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
802
802
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
803
803
|
name: {
|
|
@@ -847,10 +847,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
847
847
|
default: boolean;
|
|
848
848
|
};
|
|
849
849
|
}>> & Readonly<{}>, {
|
|
850
|
-
disabled: boolean;
|
|
851
850
|
color: import("../../../neon").NeonFunctionalColor;
|
|
852
851
|
id: string;
|
|
853
852
|
inverse: boolean;
|
|
853
|
+
disabled: boolean;
|
|
854
854
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
855
855
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
856
856
|
href: {
|
|
@@ -952,10 +952,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
952
952
|
default: boolean;
|
|
953
953
|
};
|
|
954
954
|
}>> & Readonly<{}>, {
|
|
955
|
-
disabled: boolean;
|
|
956
955
|
color: import("../../../neon").NeonFunctionalColor;
|
|
957
956
|
id: string;
|
|
958
957
|
inverse: boolean;
|
|
958
|
+
disabled: boolean;
|
|
959
959
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
960
960
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
961
961
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -125,9 +125,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
125
125
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
}>, {
|
|
128
|
-
open: boolean;
|
|
129
128
|
color: NeonFunctionalColor;
|
|
130
129
|
alternateColor: NeonFunctionalColor;
|
|
130
|
+
open: boolean;
|
|
131
131
|
opaque: boolean;
|
|
132
132
|
cancelLabel: string;
|
|
133
133
|
confirmLabel: string;
|
|
@@ -310,14 +310,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
310
310
|
}>> & Readonly<{
|
|
311
311
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
312
312
|
}>, {
|
|
313
|
-
|
|
314
|
-
|
|
313
|
+
color: NeonFunctionalColor;
|
|
314
|
+
icon: string;
|
|
315
315
|
label: string;
|
|
316
|
+
inverse: boolean;
|
|
317
|
+
disabled: boolean;
|
|
316
318
|
href: string;
|
|
317
|
-
icon: string;
|
|
318
319
|
size: import("../../../neon").NeonButtonSize;
|
|
319
|
-
|
|
320
|
-
inverse: boolean;
|
|
320
|
+
outline: boolean;
|
|
321
321
|
alternateColor: NeonFunctionalColor;
|
|
322
322
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
323
323
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
@@ -364,10 +364,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
364
364
|
default: null;
|
|
365
365
|
};
|
|
366
366
|
}>> & Readonly<{}>, {
|
|
367
|
-
disabled: boolean;
|
|
368
|
-
expanded: boolean;
|
|
369
367
|
color: NeonFunctionalColor;
|
|
370
368
|
inverse: boolean;
|
|
369
|
+
disabled: boolean;
|
|
370
|
+
expanded: boolean;
|
|
371
371
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
372
372
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
373
373
|
name: {
|
|
@@ -421,10 +421,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
421
421
|
default: boolean;
|
|
422
422
|
};
|
|
423
423
|
}>> & Readonly<{}>, {
|
|
424
|
-
disabled: boolean;
|
|
425
424
|
color: NeonFunctionalColor;
|
|
426
425
|
id: string;
|
|
427
426
|
inverse: boolean;
|
|
427
|
+
disabled: boolean;
|
|
428
428
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
429
429
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
430
430
|
href: {
|
|
@@ -538,10 +538,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
538
538
|
default: boolean;
|
|
539
539
|
};
|
|
540
540
|
}>> & Readonly<{}>, {
|
|
541
|
-
disabled: boolean;
|
|
542
541
|
color: NeonFunctionalColor;
|
|
543
542
|
id: string;
|
|
544
543
|
inverse: boolean;
|
|
544
|
+
disabled: boolean;
|
|
545
545
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
546
546
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
547
547
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -843,14 +843,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
843
843
|
}>> & Readonly<{
|
|
844
844
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
845
845
|
}>, {
|
|
846
|
-
|
|
847
|
-
|
|
846
|
+
color: NeonFunctionalColor;
|
|
847
|
+
icon: string;
|
|
848
848
|
label: string;
|
|
849
|
+
inverse: boolean;
|
|
850
|
+
disabled: boolean;
|
|
849
851
|
href: string;
|
|
850
|
-
icon: string;
|
|
851
852
|
size: import("../../../neon").NeonButtonSize;
|
|
852
|
-
|
|
853
|
-
inverse: boolean;
|
|
853
|
+
outline: boolean;
|
|
854
854
|
alternateColor: NeonFunctionalColor;
|
|
855
855
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
856
856
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
@@ -897,10 +897,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
897
897
|
default: null;
|
|
898
898
|
};
|
|
899
899
|
}>> & Readonly<{}>, {
|
|
900
|
-
disabled: boolean;
|
|
901
|
-
expanded: boolean;
|
|
902
900
|
color: NeonFunctionalColor;
|
|
903
901
|
inverse: boolean;
|
|
902
|
+
disabled: boolean;
|
|
903
|
+
expanded: boolean;
|
|
904
904
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
905
905
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
906
906
|
name: {
|
|
@@ -954,10 +954,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
954
954
|
default: boolean;
|
|
955
955
|
};
|
|
956
956
|
}>> & Readonly<{}>, {
|
|
957
|
-
disabled: boolean;
|
|
958
957
|
color: NeonFunctionalColor;
|
|
959
958
|
id: string;
|
|
960
959
|
inverse: boolean;
|
|
960
|
+
disabled: boolean;
|
|
961
961
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
962
962
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
963
963
|
href: {
|
|
@@ -1071,10 +1071,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1071
1071
|
default: boolean;
|
|
1072
1072
|
};
|
|
1073
1073
|
}>> & Readonly<{}>, {
|
|
1074
|
-
disabled: boolean;
|
|
1075
1074
|
color: NeonFunctionalColor;
|
|
1076
1075
|
id: string;
|
|
1077
1076
|
inverse: boolean;
|
|
1077
|
+
disabled: boolean;
|
|
1078
1078
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1079
1079
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1080
1080
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -169,14 +169,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
169
169
|
default: number;
|
|
170
170
|
};
|
|
171
171
|
}>> & Readonly<{}>, {
|
|
172
|
-
label: string;
|
|
173
|
-
decimals: number;
|
|
174
|
-
locale: string;
|
|
175
|
-
total: number;
|
|
176
|
-
size: NeonSize;
|
|
177
172
|
color: NeonFunctionalColor;
|
|
173
|
+
label: string;
|
|
178
174
|
output: boolean;
|
|
175
|
+
size: NeonSize;
|
|
179
176
|
alternateColor: NeonFunctionalColor;
|
|
177
|
+
decimals: number;
|
|
178
|
+
total: number;
|
|
179
|
+
locale: string;
|
|
180
180
|
completedIcon: string;
|
|
181
181
|
completedIconColor: NeonFunctionalColor;
|
|
182
182
|
}, {}, {
|
|
@@ -242,10 +242,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
242
242
|
default: boolean;
|
|
243
243
|
};
|
|
244
244
|
}>> & Readonly<{}>, {
|
|
245
|
-
disabled: boolean;
|
|
246
245
|
color: NeonFunctionalColor;
|
|
247
246
|
id: string;
|
|
248
247
|
inverse: boolean;
|
|
248
|
+
disabled: boolean;
|
|
249
249
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
250
250
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
export default _default;
|
|
@@ -83,8 +83,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
83
|
}>> & Readonly<{
|
|
84
84
|
"onClose-note"?: ((...args: any[]) => any) | undefined;
|
|
85
85
|
}>, {
|
|
86
|
-
icon: boolean;
|
|
87
86
|
color: NeonFunctionalColor;
|
|
87
|
+
icon: boolean;
|
|
88
88
|
closable: boolean;
|
|
89
89
|
ariaLabelCloseNote: string;
|
|
90
90
|
}, {}, {
|
|
@@ -266,14 +266,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
266
266
|
}>> & Readonly<{
|
|
267
267
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
268
268
|
}>, {
|
|
269
|
-
|
|
270
|
-
|
|
269
|
+
color: NeonFunctionalColor;
|
|
270
|
+
icon: string;
|
|
271
271
|
label: string;
|
|
272
|
+
inverse: boolean;
|
|
273
|
+
disabled: boolean;
|
|
272
274
|
href: string;
|
|
273
|
-
icon: string;
|
|
274
275
|
size: import("../../../neon").NeonButtonSize;
|
|
275
|
-
|
|
276
|
-
inverse: boolean;
|
|
276
|
+
outline: boolean;
|
|
277
277
|
alternateColor: NeonFunctionalColor;
|
|
278
278
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
279
279
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
@@ -320,10 +320,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
320
320
|
default: null;
|
|
321
321
|
};
|
|
322
322
|
}>> & Readonly<{}>, {
|
|
323
|
-
disabled: boolean;
|
|
324
|
-
expanded: boolean;
|
|
325
323
|
color: NeonFunctionalColor;
|
|
326
324
|
inverse: boolean;
|
|
325
|
+
disabled: boolean;
|
|
326
|
+
expanded: boolean;
|
|
327
327
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
328
328
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
329
329
|
name: {
|
|
@@ -373,10 +373,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
373
373
|
default: boolean;
|
|
374
374
|
};
|
|
375
375
|
}>> & Readonly<{}>, {
|
|
376
|
-
disabled: boolean;
|
|
377
376
|
color: NeonFunctionalColor;
|
|
378
377
|
id: string;
|
|
379
378
|
inverse: boolean;
|
|
379
|
+
disabled: boolean;
|
|
380
380
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
381
381
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
382
382
|
href: {
|
|
@@ -482,10 +482,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
482
482
|
default: boolean;
|
|
483
483
|
};
|
|
484
484
|
}>> & Readonly<{}>, {
|
|
485
|
-
disabled: boolean;
|
|
486
485
|
color: NeonFunctionalColor;
|
|
487
486
|
id: string;
|
|
488
487
|
inverse: boolean;
|
|
488
|
+
disabled: boolean;
|
|
489
489
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
490
490
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
491
491
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -537,10 +537,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
537
537
|
default: boolean;
|
|
538
538
|
};
|
|
539
539
|
}>> & Readonly<{}>, {
|
|
540
|
-
disabled: boolean;
|
|
541
540
|
color: NeonFunctionalColor;
|
|
542
541
|
id: string;
|
|
543
542
|
inverse: boolean;
|
|
543
|
+
disabled: boolean;
|
|
544
544
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
545
545
|
NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
546
546
|
gap: {
|
|
@@ -47,8 +47,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
47
47
|
default: null;
|
|
48
48
|
};
|
|
49
49
|
}>> & Readonly<{}>, {
|
|
50
|
-
count: number;
|
|
51
50
|
color: NeonFunctionalColor;
|
|
52
51
|
active: boolean;
|
|
52
|
+
count: number;
|
|
53
53
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
54
54
|
export default _default;
|
|
@@ -66,8 +66,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
66
66
|
default: boolean;
|
|
67
67
|
};
|
|
68
68
|
}>> & Readonly<{}>, {
|
|
69
|
-
size: NeonSplashLoaderSize;
|
|
70
69
|
color: NeonFunctionalColor;
|
|
70
|
+
size: NeonSplashLoaderSize;
|
|
71
71
|
overlay: boolean;
|
|
72
72
|
fullscreen: boolean;
|
|
73
73
|
}, {}, {
|
|
@@ -119,10 +119,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
119
119
|
default: boolean;
|
|
120
120
|
};
|
|
121
121
|
}>> & Readonly<{}>, {
|
|
122
|
-
disabled: boolean;
|
|
123
122
|
color: NeonFunctionalColor;
|
|
124
123
|
id: string;
|
|
125
124
|
inverse: boolean;
|
|
125
|
+
disabled: boolean;
|
|
126
126
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
127
127
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
128
128
|
export default _default;
|
|
@@ -108,10 +108,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
108
108
|
default: null;
|
|
109
109
|
};
|
|
110
110
|
}>> & Readonly<{}>, {
|
|
111
|
-
placement: NeonPosition;
|
|
112
|
-
placementContainer: HTMLElement;
|
|
113
111
|
id: string;
|
|
114
112
|
outlineStyle: NeonOutlineStyle;
|
|
113
|
+
placement: NeonPosition;
|
|
114
|
+
placementContainer: HTMLElement;
|
|
115
115
|
tooltipStyle: NeonTooltipStyle;
|
|
116
116
|
outlineColor: NeonFunctionalColor;
|
|
117
117
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -122,9 +122,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
122
122
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
123
123
|
"onShow-more"?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
}>, {
|
|
125
|
-
total: number;
|
|
126
125
|
color: NeonFunctionalColor;
|
|
127
126
|
clickable: boolean;
|
|
127
|
+
total: number;
|
|
128
128
|
ofLabel: string;
|
|
129
129
|
showMoreLabel: string;
|
|
130
130
|
endOfResultsLabel: string;
|
|
@@ -313,14 +313,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
313
313
|
}>> & Readonly<{
|
|
314
314
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
315
315
|
}>, {
|
|
316
|
-
|
|
317
|
-
|
|
316
|
+
color: NeonFunctionalColor;
|
|
317
|
+
icon: string;
|
|
318
318
|
label: string;
|
|
319
|
+
inverse: boolean;
|
|
320
|
+
disabled: boolean;
|
|
319
321
|
href: string;
|
|
320
|
-
icon: string;
|
|
321
322
|
size: import("../../../neon").NeonButtonSize;
|
|
322
|
-
|
|
323
|
-
inverse: boolean;
|
|
323
|
+
outline: boolean;
|
|
324
324
|
alternateColor: NeonFunctionalColor;
|
|
325
325
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
326
326
|
buttonStyle: NeonButtonStyle;
|
|
@@ -367,10 +367,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
367
367
|
default: null;
|
|
368
368
|
};
|
|
369
369
|
}>> & Readonly<{}>, {
|
|
370
|
-
disabled: boolean;
|
|
371
|
-
expanded: boolean;
|
|
372
370
|
color: NeonFunctionalColor;
|
|
373
371
|
inverse: boolean;
|
|
372
|
+
disabled: boolean;
|
|
373
|
+
expanded: boolean;
|
|
374
374
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
375
375
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
376
376
|
name: {
|
|
@@ -424,10 +424,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
424
424
|
default: boolean;
|
|
425
425
|
};
|
|
426
426
|
}>> & Readonly<{}>, {
|
|
427
|
-
disabled: boolean;
|
|
428
427
|
color: NeonFunctionalColor;
|
|
429
428
|
id: string;
|
|
430
429
|
inverse: boolean;
|
|
430
|
+
disabled: boolean;
|
|
431
431
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
432
432
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
433
433
|
href: {
|
|
@@ -536,10 +536,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
536
536
|
default: boolean;
|
|
537
537
|
};
|
|
538
538
|
}>> & Readonly<{}>, {
|
|
539
|
-
disabled: boolean;
|
|
540
539
|
color: NeonFunctionalColor;
|
|
541
540
|
id: string;
|
|
542
541
|
inverse: boolean;
|
|
542
|
+
disabled: boolean;
|
|
543
543
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
544
544
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
545
545
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -575,8 +575,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
575
575
|
}>> & Readonly<{
|
|
576
576
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
577
577
|
}>, {
|
|
578
|
-
disabled: boolean;
|
|
579
578
|
color: NeonFunctionalColor;
|
|
579
|
+
disabled: boolean;
|
|
580
580
|
clickable: boolean;
|
|
581
581
|
}, {}, {
|
|
582
582
|
NeonCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -773,10 +773,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
773
773
|
default: boolean;
|
|
774
774
|
};
|
|
775
775
|
}>> & Readonly<{}>, {
|
|
776
|
-
disabled: boolean;
|
|
777
776
|
color: NeonFunctionalColor;
|
|
778
777
|
id: string;
|
|
779
778
|
inverse: boolean;
|
|
779
|
+
disabled: boolean;
|
|
780
780
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
781
781
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
782
782
|
NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -54,8 +54,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
54
54
|
}>> & Readonly<{
|
|
55
55
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
56
56
|
}>, {
|
|
57
|
-
disabled: boolean;
|
|
58
57
|
color: NeonFunctionalColor;
|
|
58
|
+
disabled: boolean;
|
|
59
59
|
clickable: boolean;
|
|
60
60
|
}, {}, {
|
|
61
61
|
NeonCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -277,14 +277,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
277
277
|
}>> & Readonly<{
|
|
278
278
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
279
279
|
}>, {
|
|
280
|
-
|
|
281
|
-
|
|
280
|
+
color: import("../../../neon").NeonFunctionalColor;
|
|
281
|
+
icon: string;
|
|
282
282
|
label: string;
|
|
283
|
+
inverse: boolean;
|
|
284
|
+
disabled: boolean;
|
|
283
285
|
href: string;
|
|
284
|
-
icon: string;
|
|
285
286
|
size: import("../../../neon").NeonButtonSize;
|
|
286
|
-
|
|
287
|
-
inverse: boolean;
|
|
287
|
+
outline: boolean;
|
|
288
288
|
alternateColor: import("../../../neon").NeonFunctionalColor;
|
|
289
289
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
290
290
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
@@ -331,10 +331,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
331
331
|
default: null;
|
|
332
332
|
};
|
|
333
333
|
}>> & Readonly<{}>, {
|
|
334
|
-
disabled: boolean;
|
|
335
|
-
expanded: boolean;
|
|
336
334
|
color: import("../../../neon").NeonFunctionalColor;
|
|
337
335
|
inverse: boolean;
|
|
336
|
+
disabled: boolean;
|
|
337
|
+
expanded: boolean;
|
|
338
338
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
339
339
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
340
340
|
name: {
|
|
@@ -384,10 +384,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
384
384
|
default: boolean;
|
|
385
385
|
};
|
|
386
386
|
}>> & Readonly<{}>, {
|
|
387
|
-
disabled: boolean;
|
|
388
387
|
color: import("../../../neon").NeonFunctionalColor;
|
|
389
388
|
id: string;
|
|
390
389
|
inverse: boolean;
|
|
390
|
+
disabled: boolean;
|
|
391
391
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
392
392
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
393
393
|
href: {
|
|
@@ -489,10 +489,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
489
489
|
default: boolean;
|
|
490
490
|
};
|
|
491
491
|
}>> & Readonly<{}>, {
|
|
492
|
-
disabled: boolean;
|
|
493
492
|
color: import("../../../neon").NeonFunctionalColor;
|
|
494
493
|
id: string;
|
|
495
494
|
inverse: boolean;
|
|
495
|
+
disabled: boolean;
|
|
496
496
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
497
497
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
498
498
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|