@bethinkpl/design-system 41.1.2 → 41.1.3
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/design-system.js.map +1 -1
- package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +2 -2
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +3 -3
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +6 -6
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +3 -3
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +3 -3
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +3 -3
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +6 -6
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +6 -6
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +3 -3
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +6 -6
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +6 -6
- package/dist/lib/js/components/Toast/Toast.vue.d.ts +3 -3
- package/lib/js/components/Buttons/Button/Button.vue +1 -1
- package/package.json +1 -1
|
@@ -13,7 +13,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
13
13
|
iconLeft?: IconItem | null;
|
|
14
14
|
iconRight?: IconItem | null;
|
|
15
15
|
elevation?: ButtonElevation | string;
|
|
16
|
-
as?: "button" | "a" | "span";
|
|
16
|
+
as?: "button" | "a" | "span" | "router-link" | "nuxt-link";
|
|
17
17
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
18
18
|
size?: ButtonSize | string;
|
|
19
19
|
type?: ButtonType | string;
|
|
@@ -23,7 +23,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
23
23
|
iconLeft?: IconItem | null;
|
|
24
24
|
iconRight?: IconItem | null;
|
|
25
25
|
elevation?: ButtonElevation | string;
|
|
26
|
-
as?: "button" | "a" | "span";
|
|
26
|
+
as?: "button" | "a" | "span" | "router-link" | "nuxt-link";
|
|
27
27
|
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
28
28
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
29
29
|
export default _default;
|
|
@@ -550,7 +550,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
550
550
|
type: import('vue').PropType<string>;
|
|
551
551
|
};
|
|
552
552
|
as: {
|
|
553
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
553
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
554
554
|
};
|
|
555
555
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
556
556
|
P: {};
|
|
@@ -581,7 +581,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
581
581
|
type: import('vue').PropType<string>;
|
|
582
582
|
};
|
|
583
583
|
as: {
|
|
584
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
584
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
585
585
|
};
|
|
586
586
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
587
587
|
__isFragment?: never;
|
|
@@ -609,7 +609,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
609
609
|
type: import('vue').PropType<string>;
|
|
610
610
|
};
|
|
611
611
|
as: {
|
|
612
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
612
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
613
613
|
};
|
|
614
614
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
615
615
|
$slots: {
|
|
@@ -471,7 +471,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
471
471
|
type: PropType<string>;
|
|
472
472
|
};
|
|
473
473
|
as: {
|
|
474
|
-
type: PropType<"a" | "button" | "span">;
|
|
474
|
+
type: PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
475
475
|
};
|
|
476
476
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
477
477
|
P: {};
|
|
@@ -502,7 +502,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
502
502
|
type: PropType<string>;
|
|
503
503
|
};
|
|
504
504
|
as: {
|
|
505
|
-
type: PropType<"a" | "button" | "span">;
|
|
505
|
+
type: PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
506
506
|
};
|
|
507
507
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
508
508
|
__isFragment?: never;
|
|
@@ -530,7 +530,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
530
530
|
type: PropType<string>;
|
|
531
531
|
};
|
|
532
532
|
as: {
|
|
533
|
-
type: PropType<"a" | "button" | "span">;
|
|
533
|
+
type: PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
534
534
|
};
|
|
535
535
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
536
536
|
$slots: {
|
|
@@ -1203,7 +1203,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1203
1203
|
type: PropType<string>;
|
|
1204
1204
|
};
|
|
1205
1205
|
as: {
|
|
1206
|
-
type: PropType<"a" | "button" | "span">;
|
|
1206
|
+
type: PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1207
1207
|
};
|
|
1208
1208
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1209
1209
|
P: {};
|
|
@@ -1234,7 +1234,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1234
1234
|
type: PropType<string>;
|
|
1235
1235
|
};
|
|
1236
1236
|
as: {
|
|
1237
|
-
type: PropType<"a" | "button" | "span">;
|
|
1237
|
+
type: PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1238
1238
|
};
|
|
1239
1239
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1240
1240
|
__isFragment?: never;
|
|
@@ -1262,7 +1262,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1262
1262
|
type: PropType<string>;
|
|
1263
1263
|
};
|
|
1264
1264
|
as: {
|
|
1265
|
-
type: PropType<"a" | "button" | "span">;
|
|
1265
|
+
type: PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1266
1266
|
};
|
|
1267
1267
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1268
1268
|
$slots: {
|
|
@@ -1549,7 +1549,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1549
1549
|
type: import('vue').PropType<string>;
|
|
1550
1550
|
};
|
|
1551
1551
|
as: {
|
|
1552
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1552
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1553
1553
|
};
|
|
1554
1554
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1555
1555
|
P: {};
|
|
@@ -1580,7 +1580,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1580
1580
|
type: import('vue').PropType<string>;
|
|
1581
1581
|
};
|
|
1582
1582
|
as: {
|
|
1583
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1583
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1584
1584
|
};
|
|
1585
1585
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1586
1586
|
__isFragment?: never;
|
|
@@ -1608,7 +1608,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1608
1608
|
type: import('vue').PropType<string>;
|
|
1609
1609
|
};
|
|
1610
1610
|
as: {
|
|
1611
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1611
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1612
1612
|
};
|
|
1613
1613
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1614
1614
|
$slots: {
|
|
@@ -981,7 +981,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
981
981
|
type: import('vue').PropType<string>;
|
|
982
982
|
};
|
|
983
983
|
as: {
|
|
984
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
984
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
985
985
|
};
|
|
986
986
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
987
987
|
P: {};
|
|
@@ -1012,7 +1012,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1012
1012
|
type: import('vue').PropType<string>;
|
|
1013
1013
|
};
|
|
1014
1014
|
as: {
|
|
1015
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1015
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1016
1016
|
};
|
|
1017
1017
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1018
1018
|
__isFragment?: never;
|
|
@@ -1040,7 +1040,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1040
1040
|
type: import('vue').PropType<string>;
|
|
1041
1041
|
};
|
|
1042
1042
|
as: {
|
|
1043
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1043
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1044
1044
|
};
|
|
1045
1045
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1046
1046
|
$slots: {
|
|
@@ -1103,7 +1103,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1103
1103
|
type: import('vue').PropType<string>;
|
|
1104
1104
|
};
|
|
1105
1105
|
as: {
|
|
1106
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1106
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1107
1107
|
};
|
|
1108
1108
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1109
1109
|
P: {};
|
|
@@ -1134,7 +1134,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1134
1134
|
type: import('vue').PropType<string>;
|
|
1135
1135
|
};
|
|
1136
1136
|
as: {
|
|
1137
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1137
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1138
1138
|
};
|
|
1139
1139
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1140
1140
|
__isFragment?: never;
|
|
@@ -1162,7 +1162,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1162
1162
|
type: import('vue').PropType<string>;
|
|
1163
1163
|
};
|
|
1164
1164
|
as: {
|
|
1165
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1165
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1166
1166
|
};
|
|
1167
1167
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1168
1168
|
$slots: {
|
|
@@ -620,7 +620,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
620
620
|
type: import('vue').PropType<string>;
|
|
621
621
|
};
|
|
622
622
|
as: {
|
|
623
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
623
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
624
624
|
};
|
|
625
625
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
626
626
|
P: {};
|
|
@@ -651,7 +651,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
651
651
|
type: import('vue').PropType<string>;
|
|
652
652
|
};
|
|
653
653
|
as: {
|
|
654
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
654
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
655
655
|
};
|
|
656
656
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
657
657
|
__isFragment?: never;
|
|
@@ -679,7 +679,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
679
679
|
type: import('vue').PropType<string>;
|
|
680
680
|
};
|
|
681
681
|
as: {
|
|
682
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
682
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
683
683
|
};
|
|
684
684
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
685
685
|
$slots: {
|
|
@@ -1234,7 +1234,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1234
1234
|
type: import('vue').PropType<string>;
|
|
1235
1235
|
};
|
|
1236
1236
|
as: {
|
|
1237
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1237
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1238
1238
|
};
|
|
1239
1239
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1240
1240
|
P: {};
|
|
@@ -1265,7 +1265,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1265
1265
|
type: import('vue').PropType<string>;
|
|
1266
1266
|
};
|
|
1267
1267
|
as: {
|
|
1268
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1268
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1269
1269
|
};
|
|
1270
1270
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1271
1271
|
__isFragment?: never;
|
|
@@ -1293,7 +1293,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1293
1293
|
type: import('vue').PropType<string>;
|
|
1294
1294
|
};
|
|
1295
1295
|
as: {
|
|
1296
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1296
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1297
1297
|
};
|
|
1298
1298
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1299
1299
|
$slots: {
|
|
@@ -755,7 +755,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
755
755
|
type: import('vue').PropType<string>;
|
|
756
756
|
};
|
|
757
757
|
as: {
|
|
758
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
758
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
759
759
|
};
|
|
760
760
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
761
761
|
P: {};
|
|
@@ -786,7 +786,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
786
786
|
type: import('vue').PropType<string>;
|
|
787
787
|
};
|
|
788
788
|
as: {
|
|
789
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
789
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
790
790
|
};
|
|
791
791
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
792
792
|
__isFragment?: never;
|
|
@@ -814,7 +814,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
814
814
|
type: import('vue').PropType<string>;
|
|
815
815
|
};
|
|
816
816
|
as: {
|
|
817
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
817
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
818
818
|
};
|
|
819
819
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
820
820
|
$slots: {
|
|
@@ -1369,7 +1369,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1369
1369
|
type: import('vue').PropType<string>;
|
|
1370
1370
|
};
|
|
1371
1371
|
as: {
|
|
1372
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1372
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1373
1373
|
};
|
|
1374
1374
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1375
1375
|
P: {};
|
|
@@ -1400,7 +1400,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1400
1400
|
type: import('vue').PropType<string>;
|
|
1401
1401
|
};
|
|
1402
1402
|
as: {
|
|
1403
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1403
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1404
1404
|
};
|
|
1405
1405
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1406
1406
|
__isFragment?: never;
|
|
@@ -1428,7 +1428,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1428
1428
|
type: import('vue').PropType<string>;
|
|
1429
1429
|
};
|
|
1430
1430
|
as: {
|
|
1431
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1431
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1432
1432
|
};
|
|
1433
1433
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1434
1434
|
$slots: {
|
|
@@ -954,7 +954,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
954
954
|
type: import('vue').PropType<string>;
|
|
955
955
|
};
|
|
956
956
|
as: {
|
|
957
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
957
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
958
958
|
};
|
|
959
959
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
960
960
|
P: {};
|
|
@@ -985,7 +985,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
985
985
|
type: import('vue').PropType<string>;
|
|
986
986
|
};
|
|
987
987
|
as: {
|
|
988
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
988
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
989
989
|
};
|
|
990
990
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
991
991
|
__isFragment?: never;
|
|
@@ -1013,7 +1013,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1013
1013
|
type: import('vue').PropType<string>;
|
|
1014
1014
|
};
|
|
1015
1015
|
as: {
|
|
1016
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1016
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1017
1017
|
};
|
|
1018
1018
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1019
1019
|
$slots: {
|
|
@@ -424,7 +424,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
424
424
|
type: import('vue').PropType<string>;
|
|
425
425
|
};
|
|
426
426
|
as: {
|
|
427
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
427
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
428
428
|
};
|
|
429
429
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
430
430
|
P: {};
|
|
@@ -455,7 +455,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
455
455
|
type: import('vue').PropType<string>;
|
|
456
456
|
};
|
|
457
457
|
as: {
|
|
458
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
458
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
459
459
|
};
|
|
460
460
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
461
461
|
__isFragment?: never;
|
|
@@ -483,7 +483,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
483
483
|
type: import('vue').PropType<string>;
|
|
484
484
|
};
|
|
485
485
|
as: {
|
|
486
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
486
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
487
487
|
};
|
|
488
488
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
489
489
|
$slots: {
|
|
@@ -1219,7 +1219,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1219
1219
|
type: import('vue').PropType<string>;
|
|
1220
1220
|
};
|
|
1221
1221
|
as: {
|
|
1222
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1222
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1223
1223
|
};
|
|
1224
1224
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1225
1225
|
P: {};
|
|
@@ -1250,7 +1250,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1250
1250
|
type: import('vue').PropType<string>;
|
|
1251
1251
|
};
|
|
1252
1252
|
as: {
|
|
1253
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1253
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1254
1254
|
};
|
|
1255
1255
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1256
1256
|
__isFragment?: never;
|
|
@@ -1278,7 +1278,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1278
1278
|
type: import('vue').PropType<string>;
|
|
1279
1279
|
};
|
|
1280
1280
|
as: {
|
|
1281
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1281
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1282
1282
|
};
|
|
1283
1283
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1284
1284
|
$slots: {
|
package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts
CHANGED
|
@@ -1191,7 +1191,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1191
1191
|
type: import('vue').PropType<string>;
|
|
1192
1192
|
};
|
|
1193
1193
|
as: {
|
|
1194
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1194
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1195
1195
|
};
|
|
1196
1196
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1197
1197
|
P: {};
|
|
@@ -1222,7 +1222,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1222
1222
|
type: import('vue').PropType<string>;
|
|
1223
1223
|
};
|
|
1224
1224
|
as: {
|
|
1225
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1225
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1226
1226
|
};
|
|
1227
1227
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1228
1228
|
__isFragment?: never;
|
|
@@ -1250,7 +1250,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1250
1250
|
type: import('vue').PropType<string>;
|
|
1251
1251
|
};
|
|
1252
1252
|
as: {
|
|
1253
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1253
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1254
1254
|
};
|
|
1255
1255
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1256
1256
|
$slots: {
|
|
@@ -1847,7 +1847,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1847
1847
|
type: import('vue').PropType<string>;
|
|
1848
1848
|
};
|
|
1849
1849
|
as: {
|
|
1850
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1850
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1851
1851
|
};
|
|
1852
1852
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1853
1853
|
P: {};
|
|
@@ -1878,7 +1878,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1878
1878
|
type: import('vue').PropType<string>;
|
|
1879
1879
|
};
|
|
1880
1880
|
as: {
|
|
1881
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1881
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1882
1882
|
};
|
|
1883
1883
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1884
1884
|
__isFragment?: never;
|
|
@@ -1906,7 +1906,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1906
1906
|
type: import('vue').PropType<string>;
|
|
1907
1907
|
};
|
|
1908
1908
|
as: {
|
|
1909
|
-
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1909
|
+
type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
1910
1910
|
};
|
|
1911
1911
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1912
1912
|
$slots: {
|
|
@@ -170,7 +170,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
170
170
|
type: PropType<string>;
|
|
171
171
|
};
|
|
172
172
|
as: {
|
|
173
|
-
type: PropType<"a" | "button" | "span">;
|
|
173
|
+
type: PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
174
174
|
};
|
|
175
175
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
176
176
|
P: {};
|
|
@@ -201,7 +201,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
201
201
|
type: PropType<string>;
|
|
202
202
|
};
|
|
203
203
|
as: {
|
|
204
|
-
type: PropType<"a" | "button" | "span">;
|
|
204
|
+
type: PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
205
205
|
};
|
|
206
206
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
207
207
|
__isFragment?: never;
|
|
@@ -229,7 +229,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
229
229
|
type: PropType<string>;
|
|
230
230
|
};
|
|
231
231
|
as: {
|
|
232
|
-
type: PropType<"a" | "button" | "span">;
|
|
232
|
+
type: PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
|
|
233
233
|
};
|
|
234
234
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
235
235
|
$slots: {
|
|
@@ -102,7 +102,7 @@ const {
|
|
|
102
102
|
iconLeft?: IconItem | null;
|
|
103
103
|
iconRight?: IconItem | null;
|
|
104
104
|
elevation?: ButtonElevation | string;
|
|
105
|
-
as?: 'button' | 'a' | 'span';
|
|
105
|
+
as?: 'button' | 'a' | 'span' | 'router-link' | 'nuxt-link';
|
|
106
106
|
}>();
|
|
107
107
|
|
|
108
108
|
const iconSize = computed((): IconSize => {
|