@aotearoan/neon 28.0.2 → 28.1.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/components/feedback/alert/NeonAlert.cjs.js +1 -1
- package/dist/components/feedback/alert/NeonAlert.cjs.js.map +1 -1
- package/dist/components/feedback/alert/NeonAlert.es.js +58 -45
- package/dist/components/feedback/alert/NeonAlert.es.js.map +1 -1
- package/dist/components/feedback/alert/NeonAlert.vue.cjs.js +1 -1
- package/dist/components/feedback/alert/NeonAlert.vue.cjs.js.map +1 -1
- package/dist/components/feedback/alert/NeonAlert.vue.es.js +23 -19
- package/dist/components/feedback/alert/NeonAlert.vue.es.js.map +1 -1
- package/dist/components/feedback/alert/container/NeonDialogContainer.cjs.js +2 -0
- package/dist/components/feedback/alert/container/NeonDialogContainer.cjs.js.map +1 -0
- package/dist/components/feedback/alert/container/NeonDialogContainer.cjs2.js +2 -0
- package/dist/components/feedback/alert/container/NeonDialogContainer.cjs2.js.map +1 -0
- package/dist/components/feedback/alert/container/NeonDialogContainer.es.js +25 -0
- package/dist/components/feedback/alert/container/NeonDialogContainer.es.js.map +1 -0
- package/dist/components/feedback/alert/container/NeonDialogContainer.es2.js +25 -0
- package/dist/components/feedback/alert/container/NeonDialogContainer.es2.js.map +1 -0
- package/dist/components/feedback/alert/container/NeonDialogContainer.vue.cjs.js +2 -0
- package/dist/components/feedback/alert/container/NeonDialogContainer.vue.cjs.js.map +1 -0
- package/dist/components/feedback/alert/container/NeonDialogContainer.vue.es.js +18 -0
- package/dist/components/feedback/alert/container/NeonDialogContainer.vue.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 +20 -20
- package/dist/components/navigation/link/NeonLink.es.js.map +1 -1
- package/dist/components/navigation/tree-menu/NeonTreeMenu.cjs.js +1 -1
- package/dist/components/navigation/tree-menu/NeonTreeMenu.cjs.js.map +1 -1
- package/dist/components/navigation/tree-menu/NeonTreeMenu.es.js +19 -15
- package/dist/components/navigation/tree-menu/NeonTreeMenu.es.js.map +1 -1
- package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.cjs.js +1 -1
- package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.cjs.js.map +1 -1
- package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.es.js +44 -39
- package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.es.js.map +1 -1
- package/dist/neon.cjs.js +1 -1
- package/dist/neon.es.js +217 -213
- package/dist/neon.es.js.map +1 -1
- package/dist/src/components/feedback/alert/NeonAlert.d.ts +1040 -2
- package/dist/src/components/feedback/alert/container/NeonAlertContainer.d.ts +2 -2
- package/dist/src/components/feedback/alert/container/NeonDialogContainer.d.ts +1021 -0
- package/dist/src/components/feedback/alert/container/NeonDialogContainer.vue.d.ts +2 -0
- package/dist/src/components/feedback/banner/NeonBanner.d.ts +6 -6
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +10 -10
- package/dist/src/components/feedback/note/NeonNote.d.ts +3 -3
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +11 -17
- package/dist/src/components/layout/drawer/NeonDrawer.d.ts +1 -1
- package/dist/src/components/layout/modal/NeonModal.d.ts +5 -5
- package/dist/src/components/layout/page/NeonPage.d.ts +1051 -8
- package/dist/src/components/layout/swiper/NeonSwiper.d.ts +1 -1
- package/dist/src/components/navigation/action-menu/NeonActionMenu.d.ts +2 -2
- package/dist/src/components/navigation/breadcrumbs/NeonBreadcrumbs.d.ts +3 -3
- package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +32 -32
- package/dist/src/components/navigation/link/NeonLink.d.ts +2 -2
- package/dist/src/components/navigation/menu/NeonMenu.d.ts +34 -34
- package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +34 -34
- package/dist/src/components/navigation/pagination/NeonPagination.d.ts +3 -3
- package/dist/src/components/navigation/tree-menu/NeonTreeMenu.d.ts +17 -2
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +8 -12
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +10 -10
- package/dist/src/components/presentation/header/NeonHeader.d.ts +3 -3
- package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +5 -5
- package/dist/src/components/presentation/tabs/NeonTabs.d.ts +7 -7
- package/dist/src/components/user-input/button/NeonButton.d.ts +4 -6
- package/dist/src/components/user-input/color/NeonColor.d.ts +1 -1
- package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +23 -17
- package/dist/src/components/user-input/file/NeonFile.d.ts +6 -6
- package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +2 -2
- package/dist/src/components/user-input/input/NeonInput.d.ts +1 -1
- package/dist/src/components/user-input/number/NeonNumber.d.ts +4 -4
- package/dist/src/components/user-input/password/NeonPassword.d.ts +1 -1
- package/dist/src/components/user-input/search/NeonSearch.d.ts +51 -33
- package/dist/src/components/user-input/select/NeonSelect.d.ts +66 -42
- package/dist/src/model/feedback/dialog/NeonDialogMessage.d.ts +38 -0
- package/dist/src/model/navigation/tree-menu/NeonTreeMenuItemModel.d.ts +2 -0
- package/dist/src/neon.d.ts +3 -0
- package/dist/src/utils/feedback/dialog/NeonDialogService.d.ts +27 -0
- package/dist/utils/feedback/dialog/NeonDialogService.cjs.js +2 -0
- package/dist/utils/feedback/dialog/NeonDialogService.cjs.js.map +1 -0
- package/dist/utils/feedback/dialog/NeonDialogService.es.js +48 -0
- package/dist/utils/feedback/dialog/NeonDialogService.es.js.map +1 -0
- package/package.json +1 -1
- package/src/sass/components/_tree-menu.scss +39 -3
- package/src/sass/includes/_dependencies.scss +8 -1
|
@@ -580,8 +580,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
580
580
|
disabled: boolean;
|
|
581
581
|
href: string;
|
|
582
582
|
size: import("../../../neon").NeonButtonSize;
|
|
583
|
-
outline: boolean;
|
|
584
583
|
alternateColor: NeonFunctionalColor;
|
|
584
|
+
outline: boolean;
|
|
585
585
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
586
586
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
587
587
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -712,9 +712,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
712
712
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
713
713
|
[x: string]: unknown;
|
|
714
714
|
}>;
|
|
715
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
716
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
717
|
-
onClick: () => void;
|
|
715
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
716
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
717
|
+
onClick: () => void; /**
|
|
718
|
+
* Maximum allowed date value in the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
719
|
+
*/
|
|
718
720
|
onSpace: () => Promise<void>;
|
|
719
721
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
720
722
|
href: {
|
|
@@ -886,7 +888,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
886
888
|
toggleOpen: () => void;
|
|
887
889
|
onBlur: () => void;
|
|
888
890
|
onFocus: () => void;
|
|
889
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
891
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "dropdown-placement")[], "update:modelValue" | "blur" | "focus" | "dropdown-placement", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
890
892
|
id: {
|
|
891
893
|
type: StringConstructor;
|
|
892
894
|
};
|
|
@@ -1267,7 +1269,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1267
1269
|
iconClicked: ($event: Event) => void;
|
|
1268
1270
|
changeValue: (event: InputEvent) => void;
|
|
1269
1271
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1270
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
1272
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
1271
1273
|
color: NeonFunctionalColor;
|
|
1272
1274
|
icon: string;
|
|
1273
1275
|
type: import("../../../neon").NeonInputType;
|
|
@@ -1582,7 +1584,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1582
1584
|
iconClicked: ($event: Event) => void;
|
|
1583
1585
|
changeValue: (event: InputEvent) => void;
|
|
1584
1586
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1585
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
1587
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
1586
1588
|
color: NeonFunctionalColor;
|
|
1587
1589
|
icon: string;
|
|
1588
1590
|
type: import("../../../neon").NeonInputType;
|
|
@@ -2087,8 +2089,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2087
2089
|
disabled: boolean;
|
|
2088
2090
|
href: string;
|
|
2089
2091
|
size: import("../../../neon").NeonButtonSize;
|
|
2090
|
-
outline: boolean;
|
|
2091
2092
|
alternateColor: NeonFunctionalColor;
|
|
2093
|
+
outline: boolean;
|
|
2092
2094
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
2093
2095
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
2094
2096
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -2219,9 +2221,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2219
2221
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2220
2222
|
[x: string]: unknown;
|
|
2221
2223
|
}>;
|
|
2222
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
2223
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
2224
|
-
onClick: () => void;
|
|
2224
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2225
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2226
|
+
onClick: () => void; /**
|
|
2227
|
+
* Maximum allowed date value in the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
2228
|
+
*/
|
|
2225
2229
|
onSpace: () => Promise<void>;
|
|
2226
2230
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2227
2231
|
href: {
|
|
@@ -2406,7 +2410,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2406
2410
|
iconClicked: ($event: Event) => void;
|
|
2407
2411
|
changeValue: (event: InputEvent) => void;
|
|
2408
2412
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2409
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
2413
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2410
2414
|
id: {
|
|
2411
2415
|
type: StringConstructor;
|
|
2412
2416
|
default: null;
|
|
@@ -2929,8 +2933,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2929
2933
|
disabled: boolean;
|
|
2930
2934
|
href: string;
|
|
2931
2935
|
size: import("../../../neon").NeonButtonSize;
|
|
2932
|
-
outline: boolean;
|
|
2933
2936
|
alternateColor: NeonFunctionalColor;
|
|
2937
|
+
outline: boolean;
|
|
2934
2938
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
2935
2939
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
2936
2940
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -3061,9 +3065,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3061
3065
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3062
3066
|
[x: string]: unknown;
|
|
3063
3067
|
}>;
|
|
3064
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
3065
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
3066
|
-
onClick: () => void;
|
|
3068
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
3069
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
3070
|
+
onClick: () => void; /**
|
|
3071
|
+
* Maximum allowed date value in the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
3072
|
+
*/
|
|
3067
3073
|
onSpace: () => Promise<void>;
|
|
3068
3074
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3069
3075
|
href: {
|
|
@@ -3289,7 +3295,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3289
3295
|
iconClicked: ($event: Event) => void;
|
|
3290
3296
|
changeValue: (event: InputEvent) => void;
|
|
3291
3297
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3292
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
3298
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3293
3299
|
id: {
|
|
3294
3300
|
type: StringConstructor;
|
|
3295
3301
|
default: null;
|
|
@@ -213,7 +213,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
213
|
iconClicked: ($event: Event) => void;
|
|
214
214
|
changeValue: (event: InputEvent) => void;
|
|
215
215
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
216
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
216
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
217
217
|
color: NeonFunctionalColor;
|
|
218
218
|
icon: string;
|
|
219
219
|
type: import("../../../neon").NeonInputType;
|
|
@@ -550,7 +550,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
550
550
|
iconClicked: ($event: Event) => void;
|
|
551
551
|
changeValue: (event: InputEvent) => void;
|
|
552
552
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
553
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
553
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
554
554
|
color: NeonFunctionalColor;
|
|
555
555
|
icon: string;
|
|
556
556
|
type: import("../../../neon").NeonInputType;
|
|
@@ -1102,8 +1102,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1102
1102
|
disabled: boolean;
|
|
1103
1103
|
href: string;
|
|
1104
1104
|
size: import("../../../neon").NeonButtonSize;
|
|
1105
|
-
outline: boolean;
|
|
1106
1105
|
alternateColor: NeonFunctionalColor;
|
|
1106
|
+
outline: boolean;
|
|
1107
1107
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
1108
1108
|
buttonStyle: NeonButtonStyle;
|
|
1109
1109
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -1244,8 +1244,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1244
1244
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1245
1245
|
[x: string]: unknown;
|
|
1246
1246
|
}>;
|
|
1247
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
1248
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
1247
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1248
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1249
1249
|
onClick: () => void;
|
|
1250
1250
|
onSpace: () => Promise<void>;
|
|
1251
1251
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1445,7 +1445,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1445
1445
|
iconClicked: ($event: Event) => void;
|
|
1446
1446
|
changeValue: (event: InputEvent) => void;
|
|
1447
1447
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1448
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
1448
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1449
1449
|
id: {
|
|
1450
1450
|
type: StringConstructor;
|
|
1451
1451
|
default: null;
|
|
@@ -232,8 +232,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
232
232
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
233
233
|
[x: string]: unknown;
|
|
234
234
|
}>;
|
|
235
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
236
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
235
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
236
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
237
237
|
onClick: () => void;
|
|
238
238
|
onSpace: () => Promise<void>;
|
|
239
239
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -171,7 +171,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
171
171
|
iconClicked: ($event: Event) => void;
|
|
172
172
|
changeValue: (event: InputEvent) => void;
|
|
173
173
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
174
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
174
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
175
175
|
/**
|
|
176
176
|
* The id the input
|
|
177
177
|
*/
|
|
@@ -492,8 +492,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
492
492
|
disabled: boolean;
|
|
493
493
|
href: string;
|
|
494
494
|
size: import("../../../neon").NeonButtonSize;
|
|
495
|
-
outline: boolean;
|
|
496
495
|
alternateColor: NeonFunctionalColor;
|
|
496
|
+
outline: boolean;
|
|
497
497
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
498
498
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
499
499
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -624,8 +624,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
624
624
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
625
625
|
[x: string]: unknown;
|
|
626
626
|
}>;
|
|
627
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
628
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
627
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
628
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
629
629
|
onClick: () => void;
|
|
630
630
|
onSpace: () => Promise<void>;
|
|
631
631
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -848,7 +848,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
848
848
|
iconClicked: ($event: Event) => void;
|
|
849
849
|
changeValue: (event: InputEvent) => void;
|
|
850
850
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
851
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
851
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
852
852
|
id: {
|
|
853
853
|
type: StringConstructor;
|
|
854
854
|
default: null;
|
|
@@ -113,7 +113,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
113
113
|
iconClicked: ($event: Event) => void;
|
|
114
114
|
changeValue: (event: InputEvent) => void;
|
|
115
115
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
116
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
116
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
117
117
|
id: {
|
|
118
118
|
type: StringConstructor;
|
|
119
119
|
default: null;
|
|
@@ -183,7 +183,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
183
183
|
toggleOpen: () => void;
|
|
184
184
|
onBlur: () => void;
|
|
185
185
|
onFocus: () => void;
|
|
186
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
186
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "dropdown-placement")[], import("vue").PublicProps, {
|
|
187
187
|
color: NeonFunctionalColor;
|
|
188
188
|
icon: string;
|
|
189
189
|
label: string;
|
|
@@ -485,7 +485,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
485
485
|
iconClicked: ($event: Event) => void;
|
|
486
486
|
changeValue: (event: InputEvent) => void;
|
|
487
487
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
488
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
488
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
489
489
|
color: NeonFunctionalColor;
|
|
490
490
|
icon: string;
|
|
491
491
|
type: import("../../../neon").NeonInputType;
|
|
@@ -802,7 +802,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
802
802
|
iconClicked: ($event: Event) => void;
|
|
803
803
|
changeValue: (event: InputEvent) => void;
|
|
804
804
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
805
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
805
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
806
806
|
color: NeonFunctionalColor;
|
|
807
807
|
icon: string;
|
|
808
808
|
type: import("../../../neon").NeonInputType;
|
|
@@ -1318,8 +1318,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1318
1318
|
disabled: boolean;
|
|
1319
1319
|
href: string;
|
|
1320
1320
|
size: import("../../../neon").NeonButtonSize;
|
|
1321
|
-
outline: boolean;
|
|
1322
1321
|
alternateColor: NeonFunctionalColor;
|
|
1322
|
+
outline: boolean;
|
|
1323
1323
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
1324
1324
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
1325
1325
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -1454,8 +1454,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1454
1454
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1455
1455
|
[x: string]: unknown;
|
|
1456
1456
|
}>;
|
|
1457
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
1458
|
-
|
|
1457
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>; /**
|
|
1458
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
1459
|
+
* 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.
|
|
1460
|
+
*/
|
|
1461
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1459
1462
|
onClick: () => void;
|
|
1460
1463
|
onSpace: () => Promise<void>;
|
|
1461
1464
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1648,7 +1651,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1648
1651
|
iconClicked: ($event: Event) => void;
|
|
1649
1652
|
changeValue: (event: InputEvent) => void;
|
|
1650
1653
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1651
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
1654
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1652
1655
|
id: {
|
|
1653
1656
|
type: StringConstructor;
|
|
1654
1657
|
default: null;
|
|
@@ -2171,8 +2174,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2171
2174
|
disabled: boolean;
|
|
2172
2175
|
href: string;
|
|
2173
2176
|
size: import("../../../neon").NeonButtonSize;
|
|
2174
|
-
outline: boolean;
|
|
2175
2177
|
alternateColor: NeonFunctionalColor;
|
|
2178
|
+
outline: boolean;
|
|
2176
2179
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
2177
2180
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
2178
2181
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -2307,8 +2310,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2307
2310
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2308
2311
|
[x: string]: unknown;
|
|
2309
2312
|
}>;
|
|
2310
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
2311
|
-
|
|
2313
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>; /**
|
|
2314
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
2315
|
+
* 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.
|
|
2316
|
+
*/
|
|
2317
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2312
2318
|
onClick: () => void;
|
|
2313
2319
|
onSpace: () => Promise<void>;
|
|
2314
2320
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2654,7 +2660,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2654
2660
|
toggleOpen: () => void;
|
|
2655
2661
|
onBlur: () => void;
|
|
2656
2662
|
onFocus: () => void;
|
|
2657
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
2663
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "dropdown-placement")[], import("vue").PublicProps, {
|
|
2658
2664
|
color: NeonFunctionalColor;
|
|
2659
2665
|
icon: string;
|
|
2660
2666
|
label: string;
|
|
@@ -2956,7 +2962,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2956
2962
|
iconClicked: ($event: Event) => void;
|
|
2957
2963
|
changeValue: (event: InputEvent) => void;
|
|
2958
2964
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2959
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
2965
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
2960
2966
|
color: NeonFunctionalColor;
|
|
2961
2967
|
icon: string;
|
|
2962
2968
|
type: import("../../../neon").NeonInputType;
|
|
@@ -3273,7 +3279,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3273
3279
|
iconClicked: ($event: Event) => void;
|
|
3274
3280
|
changeValue: (event: InputEvent) => void;
|
|
3275
3281
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3276
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
3282
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
3277
3283
|
color: NeonFunctionalColor;
|
|
3278
3284
|
icon: string;
|
|
3279
3285
|
type: import("../../../neon").NeonInputType;
|
|
@@ -3789,8 +3795,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3789
3795
|
disabled: boolean;
|
|
3790
3796
|
href: string;
|
|
3791
3797
|
size: import("../../../neon").NeonButtonSize;
|
|
3792
|
-
outline: boolean;
|
|
3793
3798
|
alternateColor: NeonFunctionalColor;
|
|
3799
|
+
outline: boolean;
|
|
3794
3800
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
3795
3801
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
3796
3802
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -3925,8 +3931,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3925
3931
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3926
3932
|
[x: string]: unknown;
|
|
3927
3933
|
}>;
|
|
3928
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
3929
|
-
|
|
3934
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>; /**
|
|
3935
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
3936
|
+
* 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.
|
|
3937
|
+
*/
|
|
3938
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
3930
3939
|
onClick: () => void;
|
|
3931
3940
|
onSpace: () => Promise<void>;
|
|
3932
3941
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4119,7 +4128,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4119
4128
|
iconClicked: ($event: Event) => void;
|
|
4120
4129
|
changeValue: (event: InputEvent) => void;
|
|
4121
4130
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
4122
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
4131
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4123
4132
|
id: {
|
|
4124
4133
|
type: StringConstructor;
|
|
4125
4134
|
default: null;
|
|
@@ -4642,8 +4651,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4642
4651
|
disabled: boolean;
|
|
4643
4652
|
href: string;
|
|
4644
4653
|
size: import("../../../neon").NeonButtonSize;
|
|
4645
|
-
outline: boolean;
|
|
4646
4654
|
alternateColor: NeonFunctionalColor;
|
|
4655
|
+
outline: boolean;
|
|
4647
4656
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
4648
4657
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
4649
4658
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -4778,8 +4787,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4778
4787
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4779
4788
|
[x: string]: unknown;
|
|
4780
4789
|
}>;
|
|
4781
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
4782
|
-
|
|
4790
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>; /**
|
|
4791
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
4792
|
+
* 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.
|
|
4793
|
+
*/
|
|
4794
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
4783
4795
|
onClick: () => void;
|
|
4784
4796
|
onSpace: () => Promise<void>;
|
|
4785
4797
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5136,7 +5148,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5136
5148
|
iconClicked: ($event: Event) => void;
|
|
5137
5149
|
changeValue: (event: InputEvent) => void;
|
|
5138
5150
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5139
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
5151
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
5140
5152
|
color: NeonFunctionalColor;
|
|
5141
5153
|
icon: string;
|
|
5142
5154
|
type: import("../../../neon").NeonInputType;
|
|
@@ -5453,7 +5465,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5453
5465
|
iconClicked: ($event: Event) => void;
|
|
5454
5466
|
changeValue: (event: InputEvent) => void;
|
|
5455
5467
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5456
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
5468
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
5457
5469
|
color: NeonFunctionalColor;
|
|
5458
5470
|
icon: string;
|
|
5459
5471
|
type: import("../../../neon").NeonInputType;
|
|
@@ -5998,7 +6010,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5998
6010
|
toggleOpen: () => void;
|
|
5999
6011
|
onBlur: () => void;
|
|
6000
6012
|
onFocus: () => void;
|
|
6001
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
6013
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "dropdown-placement")[], "update:modelValue" | "blur" | "focus" | "dropdown-placement", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6002
6014
|
id: {
|
|
6003
6015
|
type: StringConstructor;
|
|
6004
6016
|
};
|
|
@@ -6376,7 +6388,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6376
6388
|
iconClicked: ($event: Event) => void;
|
|
6377
6389
|
changeValue: (event: InputEvent) => void;
|
|
6378
6390
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
6379
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
6391
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
6380
6392
|
color: NeonFunctionalColor;
|
|
6381
6393
|
icon: string;
|
|
6382
6394
|
type: import("../../../neon").NeonInputType;
|
|
@@ -6693,7 +6705,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6693
6705
|
iconClicked: ($event: Event) => void;
|
|
6694
6706
|
changeValue: (event: InputEvent) => void;
|
|
6695
6707
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
6696
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
6708
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
6697
6709
|
color: NeonFunctionalColor;
|
|
6698
6710
|
icon: string;
|
|
6699
6711
|
type: import("../../../neon").NeonInputType;
|
|
@@ -7209,8 +7221,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7209
7221
|
disabled: boolean;
|
|
7210
7222
|
href: string;
|
|
7211
7223
|
size: import("../../../neon").NeonButtonSize;
|
|
7212
|
-
outline: boolean;
|
|
7213
7224
|
alternateColor: NeonFunctionalColor;
|
|
7225
|
+
outline: boolean;
|
|
7214
7226
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
7215
7227
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
7216
7228
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -7345,8 +7357,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7345
7357
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7346
7358
|
[x: string]: unknown;
|
|
7347
7359
|
}>;
|
|
7348
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
7349
|
-
|
|
7360
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>; /**
|
|
7361
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
7362
|
+
* 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.
|
|
7363
|
+
*/
|
|
7364
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
7350
7365
|
onClick: () => void;
|
|
7351
7366
|
onSpace: () => Promise<void>;
|
|
7352
7367
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -7539,7 +7554,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7539
7554
|
iconClicked: ($event: Event) => void;
|
|
7540
7555
|
changeValue: (event: InputEvent) => void;
|
|
7541
7556
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
7542
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
7557
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7543
7558
|
id: {
|
|
7544
7559
|
type: StringConstructor;
|
|
7545
7560
|
default: null;
|
|
@@ -8062,8 +8077,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8062
8077
|
disabled: boolean;
|
|
8063
8078
|
href: string;
|
|
8064
8079
|
size: import("../../../neon").NeonButtonSize;
|
|
8065
|
-
outline: boolean;
|
|
8066
8080
|
alternateColor: NeonFunctionalColor;
|
|
8081
|
+
outline: boolean;
|
|
8067
8082
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
8068
8083
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
8069
8084
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -8198,8 +8213,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8198
8213
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
8199
8214
|
[x: string]: unknown;
|
|
8200
8215
|
}>;
|
|
8201
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
8202
|
-
|
|
8216
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>; /**
|
|
8217
|
+
* The HTML autocomplete mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values">here</a>.
|
|
8218
|
+
* 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.
|
|
8219
|
+
*/
|
|
8220
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
8203
8221
|
onClick: () => void;
|
|
8204
8222
|
onSpace: () => Promise<void>;
|
|
8205
8223
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8486,7 +8504,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8486
8504
|
iconClicked: ($event: Event) => void;
|
|
8487
8505
|
changeValue: (event: InputEvent) => void;
|
|
8488
8506
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
8489
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
8507
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], "update:modelValue" | "blur" | "focus" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8490
8508
|
id: {
|
|
8491
8509
|
type: StringConstructor;
|
|
8492
8510
|
default: null;
|