@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
|
@@ -159,7 +159,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
159
159
|
toggleOpen: () => void;
|
|
160
160
|
onBlur: () => void;
|
|
161
161
|
onFocus: () => void;
|
|
162
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
162
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "dropdown-placement")[], import("vue").PublicProps, {
|
|
163
163
|
color: NeonFunctionalColor;
|
|
164
164
|
icon: string;
|
|
165
165
|
label: string;
|
|
@@ -464,7 +464,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
464
464
|
iconClicked: ($event: Event) => void;
|
|
465
465
|
changeValue: (event: InputEvent) => void;
|
|
466
466
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
467
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
467
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
468
468
|
color: NeonFunctionalColor;
|
|
469
469
|
icon: string;
|
|
470
470
|
type: import("../../../neon").NeonInputType;
|
|
@@ -775,7 +775,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
775
775
|
iconClicked: ($event: Event) => void;
|
|
776
776
|
changeValue: (event: InputEvent) => void;
|
|
777
777
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
778
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
778
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
779
779
|
color: NeonFunctionalColor;
|
|
780
780
|
icon: string;
|
|
781
781
|
type: import("../../../neon").NeonInputType;
|
|
@@ -1274,8 +1274,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1274
1274
|
disabled: boolean;
|
|
1275
1275
|
href: string;
|
|
1276
1276
|
size: import("../../../neon").NeonButtonSize;
|
|
1277
|
-
outline: boolean;
|
|
1278
1277
|
alternateColor: NeonFunctionalColor;
|
|
1278
|
+
outline: boolean;
|
|
1279
1279
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
1280
1280
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
1281
1281
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -1402,8 +1402,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1402
1402
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1403
1403
|
[x: string]: unknown;
|
|
1404
1404
|
}>;
|
|
1405
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
1406
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
1405
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1406
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1407
1407
|
onClick: () => void;
|
|
1408
1408
|
onSpace: () => Promise<void>;
|
|
1409
1409
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1585,7 +1585,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1585
1585
|
iconClicked: ($event: Event) => void;
|
|
1586
1586
|
changeValue: (event: InputEvent) => void;
|
|
1587
1587
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1588
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
1588
|
+
}, {}, {}, {}, 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<{
|
|
1589
1589
|
id: {
|
|
1590
1590
|
type: StringConstructor;
|
|
1591
1591
|
default: null;
|
|
@@ -2089,8 +2089,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2089
2089
|
disabled: boolean;
|
|
2090
2090
|
href: string;
|
|
2091
2091
|
size: import("../../../neon").NeonButtonSize;
|
|
2092
|
-
outline: boolean;
|
|
2093
2092
|
alternateColor: NeonFunctionalColor;
|
|
2093
|
+
outline: boolean;
|
|
2094
2094
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
2095
2095
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
2096
2096
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -2217,8 +2217,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2217
2217
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2218
2218
|
[x: string]: unknown;
|
|
2219
2219
|
}>;
|
|
2220
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
2221
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
2220
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2221
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2222
2222
|
onClick: () => void;
|
|
2223
2223
|
onSpace: () => Promise<void>;
|
|
2224
2224
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2540,7 +2540,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2540
2540
|
toggleOpen: () => void;
|
|
2541
2541
|
onBlur: () => void;
|
|
2542
2542
|
onFocus: () => void;
|
|
2543
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
2543
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "dropdown-placement")[], import("vue").PublicProps, {
|
|
2544
2544
|
color: NeonFunctionalColor;
|
|
2545
2545
|
icon: string;
|
|
2546
2546
|
label: string;
|
|
@@ -2845,7 +2845,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2845
2845
|
iconClicked: ($event: Event) => void;
|
|
2846
2846
|
changeValue: (event: InputEvent) => void;
|
|
2847
2847
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2848
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
2848
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
2849
2849
|
color: NeonFunctionalColor;
|
|
2850
2850
|
icon: string;
|
|
2851
2851
|
type: import("../../../neon").NeonInputType;
|
|
@@ -3156,7 +3156,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3156
3156
|
iconClicked: ($event: Event) => void;
|
|
3157
3157
|
changeValue: (event: InputEvent) => void;
|
|
3158
3158
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3159
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
3159
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
3160
3160
|
color: NeonFunctionalColor;
|
|
3161
3161
|
icon: string;
|
|
3162
3162
|
type: import("../../../neon").NeonInputType;
|
|
@@ -3655,8 +3655,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3655
3655
|
disabled: boolean;
|
|
3656
3656
|
href: string;
|
|
3657
3657
|
size: import("../../../neon").NeonButtonSize;
|
|
3658
|
-
outline: boolean;
|
|
3659
3658
|
alternateColor: NeonFunctionalColor;
|
|
3659
|
+
outline: boolean;
|
|
3660
3660
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
3661
3661
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
3662
3662
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -3783,8 +3783,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3783
3783
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3784
3784
|
[x: string]: unknown;
|
|
3785
3785
|
}>;
|
|
3786
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
3787
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
3786
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
3787
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
3788
3788
|
onClick: () => void;
|
|
3789
3789
|
onSpace: () => Promise<void>;
|
|
3790
3790
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3966,7 +3966,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3966
3966
|
iconClicked: ($event: Event) => void;
|
|
3967
3967
|
changeValue: (event: InputEvent) => void;
|
|
3968
3968
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3969
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
3969
|
+
}, {}, {}, {}, 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<{
|
|
3970
3970
|
id: {
|
|
3971
3971
|
type: StringConstructor;
|
|
3972
3972
|
default: null;
|
|
@@ -4470,8 +4470,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4470
4470
|
disabled: boolean;
|
|
4471
4471
|
href: string;
|
|
4472
4472
|
size: import("../../../neon").NeonButtonSize;
|
|
4473
|
-
outline: boolean;
|
|
4474
4473
|
alternateColor: NeonFunctionalColor;
|
|
4474
|
+
outline: boolean;
|
|
4475
4475
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
4476
4476
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
4477
4477
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -4598,8 +4598,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4598
4598
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4599
4599
|
[x: string]: unknown;
|
|
4600
4600
|
}>;
|
|
4601
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
4602
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
4601
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
4602
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
4603
4603
|
onClick: () => void;
|
|
4604
4604
|
onSpace: () => Promise<void>;
|
|
4605
4605
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4967,7 +4967,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4967
4967
|
toggleOpen: () => void;
|
|
4968
4968
|
onBlur: () => void;
|
|
4969
4969
|
onFocus: () => void;
|
|
4970
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
4970
|
+
}, {}, {}, {}, 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<{
|
|
4971
4971
|
id: {
|
|
4972
4972
|
type: StringConstructor;
|
|
4973
4973
|
};
|
|
@@ -5340,7 +5340,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5340
5340
|
iconClicked: ($event: Event) => void;
|
|
5341
5341
|
changeValue: (event: InputEvent) => void;
|
|
5342
5342
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5343
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
5343
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
5344
5344
|
color: NeonFunctionalColor;
|
|
5345
5345
|
icon: string;
|
|
5346
5346
|
type: import("../../../neon").NeonInputType;
|
|
@@ -5651,7 +5651,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5651
5651
|
iconClicked: ($event: Event) => void;
|
|
5652
5652
|
changeValue: (event: InputEvent) => void;
|
|
5653
5653
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5654
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
5654
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
5655
5655
|
color: NeonFunctionalColor;
|
|
5656
5656
|
icon: string;
|
|
5657
5657
|
type: import("../../../neon").NeonInputType;
|
|
@@ -6150,8 +6150,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6150
6150
|
disabled: boolean;
|
|
6151
6151
|
href: string;
|
|
6152
6152
|
size: import("../../../neon").NeonButtonSize;
|
|
6153
|
-
outline: boolean;
|
|
6154
6153
|
alternateColor: NeonFunctionalColor;
|
|
6154
|
+
outline: boolean;
|
|
6155
6155
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
6156
6156
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
6157
6157
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -6278,8 +6278,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6278
6278
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6279
6279
|
[x: string]: unknown;
|
|
6280
6280
|
}>;
|
|
6281
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
6282
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
6281
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
6282
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
6283
6283
|
onClick: () => void;
|
|
6284
6284
|
onSpace: () => Promise<void>;
|
|
6285
6285
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6461,7 +6461,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6461
6461
|
iconClicked: ($event: Event) => void;
|
|
6462
6462
|
changeValue: (event: InputEvent) => void;
|
|
6463
6463
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
6464
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
6464
|
+
}, {}, {}, {}, 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<{
|
|
6465
6465
|
id: {
|
|
6466
6466
|
type: StringConstructor;
|
|
6467
6467
|
default: null;
|
|
@@ -6965,8 +6965,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6965
6965
|
disabled: boolean;
|
|
6966
6966
|
href: string;
|
|
6967
6967
|
size: import("../../../neon").NeonButtonSize;
|
|
6968
|
-
outline: boolean;
|
|
6969
6968
|
alternateColor: NeonFunctionalColor;
|
|
6969
|
+
outline: boolean;
|
|
6970
6970
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
6971
6971
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
6972
6972
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -7093,8 +7093,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7093
7093
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7094
7094
|
[x: string]: unknown;
|
|
7095
7095
|
}>;
|
|
7096
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
7097
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
7096
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
7097
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
7098
7098
|
onClick: () => void;
|
|
7099
7099
|
onSpace: () => Promise<void>;
|
|
7100
7100
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -7294,8 +7294,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7294
7294
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7295
7295
|
[x: string]: unknown;
|
|
7296
7296
|
}>;
|
|
7297
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
7298
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
7297
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
7298
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
7299
7299
|
onClick: () => void;
|
|
7300
7300
|
onSpace: () => Promise<void>;
|
|
7301
7301
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -7401,8 +7401,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7401
7401
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7402
7402
|
[x: string]: unknown;
|
|
7403
7403
|
}>;
|
|
7404
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
7405
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
7404
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
7405
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
7406
7406
|
onClick: () => void;
|
|
7407
7407
|
onSpace: () => Promise<void>;
|
|
7408
7408
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -292,8 +292,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
292
292
|
disabled: boolean;
|
|
293
293
|
href: string;
|
|
294
294
|
size: import("../../../neon").NeonButtonSize;
|
|
295
|
-
outline: boolean;
|
|
296
295
|
alternateColor: NeonFunctionalColor;
|
|
296
|
+
outline: boolean;
|
|
297
297
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
298
298
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
299
299
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -424,8 +424,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
424
424
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
425
425
|
[x: string]: unknown;
|
|
426
426
|
}>;
|
|
427
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
428
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
427
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
428
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
429
429
|
onClick: () => void;
|
|
430
430
|
onSpace: () => Promise<void>;
|
|
431
431
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -36,6 +36,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
36
|
type: BooleanConstructor;
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
|
+
/**
|
|
40
|
+
* Highlight menu items only if the route exactly matches a menu item. This is useful if every route is in the tree menu.
|
|
41
|
+
*/
|
|
42
|
+
exactHighlighting: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
39
46
|
}>, {
|
|
40
47
|
url: import("vue").Ref<string | null, string | null>;
|
|
41
48
|
emit: (event: "click" | "update:modelValue", ...args: any[]) => void;
|
|
@@ -73,12 +80,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
73
80
|
type: BooleanConstructor;
|
|
74
81
|
default: boolean;
|
|
75
82
|
};
|
|
83
|
+
/**
|
|
84
|
+
* Highlight menu items only if the route exactly matches a menu item. This is useful if every route is in the tree menu.
|
|
85
|
+
*/
|
|
86
|
+
exactHighlighting: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
76
90
|
}>> & Readonly<{
|
|
77
91
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
78
92
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
79
93
|
}>, {
|
|
80
94
|
color: NeonFunctionalColor;
|
|
81
95
|
expandAll: boolean;
|
|
96
|
+
exactHighlighting: boolean;
|
|
82
97
|
}, {}, {
|
|
83
98
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
84
99
|
name: {
|
|
@@ -156,8 +171,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
156
171
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
157
172
|
[x: string]: unknown;
|
|
158
173
|
}>;
|
|
159
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
160
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
174
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
175
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
161
176
|
onClick: () => void;
|
|
162
177
|
onSpace: () => Promise<void>;
|
|
163
178
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -373,7 +373,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
373
373
|
iconClicked: ($event: Event) => void;
|
|
374
374
|
changeValue: (event: InputEvent) => void;
|
|
375
375
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
376
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
376
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
377
377
|
color: NeonFunctionalColor;
|
|
378
378
|
icon: string;
|
|
379
379
|
type: import("../../../neon").NeonInputType;
|
|
@@ -696,7 +696,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
696
696
|
iconClicked: ($event: Event) => void;
|
|
697
697
|
changeValue: (event: InputEvent) => void;
|
|
698
698
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
699
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
699
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
700
700
|
color: NeonFunctionalColor;
|
|
701
701
|
icon: string;
|
|
702
702
|
type: import("../../../neon").NeonInputType;
|
|
@@ -1199,8 +1199,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1199
1199
|
disabled: boolean;
|
|
1200
1200
|
href: string;
|
|
1201
1201
|
size: import("../../../neon").NeonButtonSize;
|
|
1202
|
-
outline: boolean;
|
|
1203
1202
|
alternateColor: NeonFunctionalColor;
|
|
1203
|
+
outline: boolean;
|
|
1204
1204
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
1205
1205
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
1206
1206
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -1326,19 +1326,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1326
1326
|
default: boolean;
|
|
1327
1327
|
};
|
|
1328
1328
|
}>, {
|
|
1329
|
-
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
1330
|
-
* Display the badge in the disable style
|
|
1331
|
-
*/
|
|
1329
|
+
neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
|
|
1332
1330
|
routerUrl: import("vue").ComputedRef<string | undefined>;
|
|
1333
1331
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1334
1332
|
[x: string]: unknown;
|
|
1335
1333
|
}>;
|
|
1336
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
1337
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
1334
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1335
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1338
1336
|
onClick: () => void;
|
|
1339
|
-
onSpace: () => Promise<void>;
|
|
1340
|
-
* Apply the generated Jazzicon style based on the unique identified provided (e.g. a wallet address, name, etc)
|
|
1341
|
-
*/
|
|
1337
|
+
onSpace: () => Promise<void>;
|
|
1342
1338
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1343
1339
|
href: {
|
|
1344
1340
|
type: StringConstructor;
|
|
@@ -1526,7 +1522,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1526
1522
|
iconClicked: ($event: Event) => void;
|
|
1527
1523
|
changeValue: (event: InputEvent) => void;
|
|
1528
1524
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1529
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
1525
|
+
}, {}, {}, {}, 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<{
|
|
1530
1526
|
id: {
|
|
1531
1527
|
type: StringConstructor;
|
|
1532
1528
|
default: null;
|
|
@@ -144,7 +144,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
144
144
|
toggleOpen: () => void;
|
|
145
145
|
onBlur: () => void;
|
|
146
146
|
onFocus: () => void;
|
|
147
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
147
|
+
}, {}, {}, {}, 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<{
|
|
148
148
|
/**
|
|
149
149
|
* Id for the dropdown button.
|
|
150
150
|
*/
|
|
@@ -573,7 +573,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
573
573
|
iconClicked: ($event: Event) => void;
|
|
574
574
|
changeValue: (event: InputEvent) => void;
|
|
575
575
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
576
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
576
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
577
577
|
color: NeonFunctionalColor;
|
|
578
578
|
icon: string;
|
|
579
579
|
type: import("../../../neon").NeonInputType;
|
|
@@ -900,7 +900,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
900
900
|
iconClicked: ($event: Event) => void;
|
|
901
901
|
changeValue: (event: InputEvent) => void;
|
|
902
902
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
903
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
903
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "focus" | "icon-click")[], import("vue").PublicProps, {
|
|
904
904
|
color: NeonFunctionalColor;
|
|
905
905
|
icon: string;
|
|
906
906
|
type: import("../../../neon").NeonInputType;
|
|
@@ -1423,8 +1423,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1423
1423
|
disabled: boolean;
|
|
1424
1424
|
href: string;
|
|
1425
1425
|
size: import("../../../neon").NeonButtonSize;
|
|
1426
|
-
outline: boolean;
|
|
1427
1426
|
alternateColor: NeonFunctionalColor;
|
|
1427
|
+
outline: boolean;
|
|
1428
1428
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
1429
1429
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
1430
1430
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -1555,8 +1555,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1555
1555
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1556
1556
|
[x: string]: unknown;
|
|
1557
1557
|
}>;
|
|
1558
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
1559
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
1558
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1559
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
1560
1560
|
onClick: () => void;
|
|
1561
1561
|
onSpace: () => Promise<void>;
|
|
1562
1562
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1748,7 +1748,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1748
1748
|
iconClicked: ($event: Event) => void;
|
|
1749
1749
|
changeValue: (event: InputEvent) => void;
|
|
1750
1750
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1751
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
1751
|
+
}, {}, {}, {}, 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<{
|
|
1752
1752
|
id: {
|
|
1753
1753
|
type: StringConstructor;
|
|
1754
1754
|
default: null;
|
|
@@ -2291,8 +2291,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2291
2291
|
disabled: boolean;
|
|
2292
2292
|
href: string;
|
|
2293
2293
|
size: import("../../../neon").NeonButtonSize;
|
|
2294
|
-
outline: boolean;
|
|
2295
2294
|
alternateColor: NeonFunctionalColor;
|
|
2295
|
+
outline: boolean;
|
|
2296
2296
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
2297
2297
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
2298
2298
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -2423,8 +2423,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2423
2423
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2424
2424
|
[x: string]: unknown;
|
|
2425
2425
|
}>;
|
|
2426
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
2427
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
2426
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2427
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
2428
2428
|
onClick: () => void;
|
|
2429
2429
|
onSpace: () => Promise<void>;
|
|
2430
2430
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -210,8 +210,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
210
210
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
211
211
|
[x: string]: unknown;
|
|
212
212
|
}>;
|
|
213
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
214
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
213
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
214
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
215
215
|
onClick: () => void;
|
|
216
216
|
onSpace: () => Promise<void>;
|
|
217
217
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -333,8 +333,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
333
333
|
default: boolean;
|
|
334
334
|
};
|
|
335
335
|
}>> & Readonly<{}>, {
|
|
336
|
-
fade: boolean;
|
|
337
336
|
orientation: import("../../../neon").NeonOrientation;
|
|
337
|
+
fade: boolean;
|
|
338
338
|
hideFadeStart: boolean;
|
|
339
339
|
hideFadeEnd: boolean;
|
|
340
340
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -316,8 +316,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
316
316
|
disabled: boolean;
|
|
317
317
|
href: string;
|
|
318
318
|
size: import("../../../neon").NeonButtonSize;
|
|
319
|
-
outline: boolean;
|
|
320
319
|
alternateColor: import("../../../neon").NeonFunctionalColor;
|
|
320
|
+
outline: boolean;
|
|
321
321
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
322
322
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
323
323
|
buttonType: import("../../../neon").NeonButtonType;
|
|
@@ -448,8 +448,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
448
448
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
449
449
|
[x: string]: unknown;
|
|
450
450
|
}>;
|
|
451
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
452
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
451
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
452
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
453
453
|
onClick: () => void;
|
|
454
454
|
onSpace: () => Promise<void>;
|
|
455
455
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -559,8 +559,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
559
559
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
560
560
|
[x: string]: unknown;
|
|
561
561
|
}>;
|
|
562
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
563
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
562
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
563
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
564
564
|
onClick: () => void;
|
|
565
565
|
onSpace: () => Promise<void>;
|
|
566
566
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -72,8 +72,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
72
72
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
73
73
|
[x: string]: unknown;
|
|
74
74
|
}>;
|
|
75
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
76
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
75
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
76
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
77
77
|
onClick: () => void;
|
|
78
78
|
onSpace: () => Promise<void>;
|
|
79
79
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -183,8 +183,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
183
183
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
184
184
|
[x: string]: unknown;
|
|
185
185
|
}>;
|
|
186
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
187
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
186
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
187
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
188
188
|
onClick: () => void;
|
|
189
189
|
onSpace: () => Promise<void>;
|
|
190
190
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -405,8 +405,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
405
405
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
406
406
|
[x: string]: unknown;
|
|
407
407
|
}>;
|
|
408
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
409
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
408
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
409
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
410
410
|
onClick: () => void;
|
|
411
411
|
onSpace: () => Promise<void>;
|
|
412
412
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -534,8 +534,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
534
534
|
default: boolean;
|
|
535
535
|
};
|
|
536
536
|
}>> & Readonly<{}>, {
|
|
537
|
-
fade: boolean;
|
|
538
537
|
orientation: import("../../../neon").NeonOrientation;
|
|
538
|
+
fade: boolean;
|
|
539
539
|
hideFadeStart: boolean;
|
|
540
540
|
hideFadeEnd: boolean;
|
|
541
541
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -315,8 +315,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
315
315
|
disabled: boolean;
|
|
316
316
|
href: string;
|
|
317
317
|
size: NeonButtonSize;
|
|
318
|
-
outline: boolean;
|
|
319
318
|
alternateColor: NeonFunctionalColor;
|
|
319
|
+
outline: boolean;
|
|
320
320
|
iconPosition: NeonHorizontalPosition;
|
|
321
321
|
buttonStyle: NeonButtonStyle;
|
|
322
322
|
buttonType: NeonButtonType;
|
|
@@ -447,11 +447,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
447
447
|
sanitizedAttributes: import("vue").ComputedRef<{
|
|
448
448
|
[x: string]: unknown;
|
|
449
449
|
}>;
|
|
450
|
-
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
451
|
-
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
452
|
-
onClick: () => void;
|
|
453
|
-
* The type of button, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button">button</a>.
|
|
454
|
-
*/
|
|
450
|
+
activeRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
451
|
+
exactRoute: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
452
|
+
onClick: () => void;
|
|
455
453
|
onSpace: () => Promise<void>;
|
|
456
454
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
457
455
|
href: {
|
|
@@ -208,7 +208,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
208
208
|
iconClicked: ($event: Event) => void;
|
|
209
209
|
changeValue: (event: InputEvent) => void;
|
|
210
210
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
211
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
|
211
|
+
}, {}, {}, {}, 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<{
|
|
212
212
|
id: {
|
|
213
213
|
type: StringConstructor;
|
|
214
214
|
default: null;
|