@visitscotland/component-library 4.18.1 → 4.19.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/client/fonts/custom-icons.ttf +0 -0
- package/dist/client/fonts/custom-icons.woff2 +0 -0
- package/dist/client/manifest.json +52 -4
- package/dist/client/scripts/d0a677bb18f0b5f5da26.js +1 -0
- package/dist/client/scripts/d996109dbd06419cb989.js +1 -0
- package/dist/client/scripts/f7fe8b808ea7bf6e46ed.js +1 -0
- package/dist/client/styles/{663b20021e4b8ae58e19.css → b48505dcb11be2be4f4d.css} +1 -1
- package/dist/client/styles/d996109dbd06419cb989.css +1 -0
- package/dist/client/styles/f7fe8b808ea7bf6e46ed.css +1 -0
- package/dist/client/styles/third-party/_font-awesome.css +1 -1
- package/dist/components/components/hero-section/HeroSection.vue.d.ts +722 -4
- package/dist/components/components/hero-section/components/HeroSectionVideoControl.vue.d.ts +704 -0
- package/dist/components/icons.css +1 -1
- package/dist/components/vs-component-library.css +1 -1
- package/dist/components/vs-component-library.js +8 -8
- package/dist/components/vs-component-library.mjs +606 -542
- package/dist/ssr/fonts/custom-icons.ttf +0 -0
- package/dist/ssr/fonts/custom-icons.woff2 +0 -0
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{a8a242c872a2fdcba180.css → 30b6b0dd73515b7a7878.css} +3 -2
- package/package.json +1 -1
- package/dist/client/scripts/dd2ae894df3875d1ffab.js +0 -1
- package/dist/client/styles/dd2ae894df3875d1ffab.css +0 -1
- /package/dist/client/scripts/{663b20021e4b8ae58e19.js → b48505dcb11be2be4f4d.js} +0 -0
|
@@ -64,6 +64,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
64
|
type: StringConstructor;
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
|
+
/**
|
|
68
|
+
* The visually hidden text to display
|
|
69
|
+
*/
|
|
70
|
+
videoBtnText: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
67
74
|
}>, {}, {}, {
|
|
68
75
|
imageClasses(): {
|
|
69
76
|
'vs-hero-section__image--inset': boolean;
|
|
@@ -71,7 +78,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
71
78
|
textContainerClasses(): (string | {
|
|
72
79
|
'vs-hero-section__text-container--video': string;
|
|
73
80
|
})[];
|
|
74
|
-
}, {
|
|
81
|
+
}, {
|
|
82
|
+
/**
|
|
83
|
+
* Play/pause the video
|
|
84
|
+
*/
|
|
85
|
+
onToggleVideo(isPlaying: any): void;
|
|
86
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
75
87
|
/**
|
|
76
88
|
* The text for the heading
|
|
77
89
|
*/
|
|
@@ -137,11 +149,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
137
149
|
type: StringConstructor;
|
|
138
150
|
default: string;
|
|
139
151
|
};
|
|
152
|
+
/**
|
|
153
|
+
* The visually hidden text to display
|
|
154
|
+
*/
|
|
155
|
+
videoBtnText: {
|
|
156
|
+
type: StringConstructor;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
140
159
|
}>> & Readonly<{}>, {
|
|
141
160
|
split: boolean;
|
|
142
161
|
imgAlt: string;
|
|
143
162
|
src: string;
|
|
144
163
|
heading: string;
|
|
164
|
+
videoBtnText: string;
|
|
145
165
|
imgCaption: string;
|
|
146
166
|
imgCredit: string;
|
|
147
167
|
lede: string;
|
|
@@ -966,9 +986,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
966
986
|
height: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
967
987
|
lazy: boolean;
|
|
968
988
|
block: boolean;
|
|
969
|
-
rounded: boolean | import('bootstrap-vue-next'
|
|
970
|
-
* Whether the image should sit in a container or not
|
|
971
|
-
*/).RadiusElement;
|
|
989
|
+
rounded: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
972
990
|
roundedTop: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
973
991
|
roundedBottom: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
974
992
|
roundedStart: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
@@ -1066,5 +1084,705 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1066
1084
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1067
1085
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1068
1086
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1087
|
+
VsHeroSectionVideoControl: import('vue').DefineComponent<{}, {}, {
|
|
1088
|
+
isPlaying: boolean;
|
|
1089
|
+
}, {}, {
|
|
1090
|
+
toggleVideo(): void;
|
|
1091
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "videoToggled"[], "videoToggled", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
1092
|
+
onVideoToggled?: (...args: any[]) => any;
|
|
1093
|
+
}>, {}, {}, {
|
|
1094
|
+
VsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1095
|
+
href: {
|
|
1096
|
+
type: StringConstructor;
|
|
1097
|
+
default: any;
|
|
1098
|
+
};
|
|
1099
|
+
tabindex: {
|
|
1100
|
+
type: StringConstructor;
|
|
1101
|
+
default: any;
|
|
1102
|
+
};
|
|
1103
|
+
variant: {
|
|
1104
|
+
type: StringConstructor;
|
|
1105
|
+
default: string;
|
|
1106
|
+
validator: (value: unknown) => any;
|
|
1107
|
+
};
|
|
1108
|
+
size: {
|
|
1109
|
+
type: StringConstructor;
|
|
1110
|
+
default: string;
|
|
1111
|
+
validator: (value: unknown) => any;
|
|
1112
|
+
};
|
|
1113
|
+
animate: {
|
|
1114
|
+
type: BooleanConstructor;
|
|
1115
|
+
default: boolean;
|
|
1116
|
+
};
|
|
1117
|
+
rounded: {
|
|
1118
|
+
type: BooleanConstructor;
|
|
1119
|
+
default: boolean;
|
|
1120
|
+
};
|
|
1121
|
+
icon: {
|
|
1122
|
+
type: StringConstructor;
|
|
1123
|
+
default: string;
|
|
1124
|
+
};
|
|
1125
|
+
iconOnly: {
|
|
1126
|
+
type: BooleanConstructor;
|
|
1127
|
+
default: boolean;
|
|
1128
|
+
};
|
|
1129
|
+
iconPosition: {
|
|
1130
|
+
type: StringConstructor;
|
|
1131
|
+
default: string;
|
|
1132
|
+
validator: (value: unknown) => any;
|
|
1133
|
+
};
|
|
1134
|
+
}>, {}, {
|
|
1135
|
+
isAnimating: boolean;
|
|
1136
|
+
}, {
|
|
1137
|
+
buttonClasses(): {
|
|
1138
|
+
'vs-button--animated': boolean;
|
|
1139
|
+
'vs-button--is-animating': boolean;
|
|
1140
|
+
'vs-button--rounded': boolean;
|
|
1141
|
+
'vs-button--icon-only': boolean;
|
|
1142
|
+
'button-flex': boolean;
|
|
1143
|
+
'vs-button--flex-reverse': boolean;
|
|
1144
|
+
}[];
|
|
1145
|
+
iconClasses(): {
|
|
1146
|
+
'vs-icon--right': boolean;
|
|
1147
|
+
'vs-icon--left': boolean;
|
|
1148
|
+
}[];
|
|
1149
|
+
}, {
|
|
1150
|
+
animateHandler(event: any): void;
|
|
1151
|
+
tabbedIn(event: any): void;
|
|
1152
|
+
trackLink(event: any): void;
|
|
1153
|
+
}, {
|
|
1154
|
+
computed: {
|
|
1155
|
+
pageUrl: () => string;
|
|
1156
|
+
};
|
|
1157
|
+
data(): {
|
|
1158
|
+
dataLayerLoadConfirmed: boolean;
|
|
1159
|
+
dataLayerStore: any;
|
|
1160
|
+
};
|
|
1161
|
+
mounted(): void;
|
|
1162
|
+
methods: {
|
|
1163
|
+
templateFiller(template: any, values: any): {};
|
|
1164
|
+
createDataLayerObject(type: any, event: any, href: any): void;
|
|
1165
|
+
returnIsoDate(): string;
|
|
1166
|
+
pushToDataLayer(object: any): void;
|
|
1167
|
+
compileFullTemplate(templateValues: any): any;
|
|
1168
|
+
targetText(event: any): any;
|
|
1169
|
+
};
|
|
1170
|
+
}, import('vue').ComponentOptionsMixin, "btnFocus"[], "btnFocus", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1171
|
+
href: {
|
|
1172
|
+
type: StringConstructor;
|
|
1173
|
+
default: any;
|
|
1174
|
+
};
|
|
1175
|
+
tabindex: {
|
|
1176
|
+
type: StringConstructor;
|
|
1177
|
+
default: any;
|
|
1178
|
+
};
|
|
1179
|
+
variant: {
|
|
1180
|
+
type: StringConstructor;
|
|
1181
|
+
default: string;
|
|
1182
|
+
validator: (value: unknown) => any;
|
|
1183
|
+
};
|
|
1184
|
+
size: {
|
|
1185
|
+
type: StringConstructor;
|
|
1186
|
+
default: string;
|
|
1187
|
+
validator: (value: unknown) => any;
|
|
1188
|
+
};
|
|
1189
|
+
animate: {
|
|
1190
|
+
type: BooleanConstructor;
|
|
1191
|
+
default: boolean;
|
|
1192
|
+
};
|
|
1193
|
+
rounded: {
|
|
1194
|
+
type: BooleanConstructor;
|
|
1195
|
+
default: boolean;
|
|
1196
|
+
};
|
|
1197
|
+
icon: {
|
|
1198
|
+
type: StringConstructor;
|
|
1199
|
+
default: string;
|
|
1200
|
+
};
|
|
1201
|
+
iconOnly: {
|
|
1202
|
+
type: BooleanConstructor;
|
|
1203
|
+
default: boolean;
|
|
1204
|
+
};
|
|
1205
|
+
iconPosition: {
|
|
1206
|
+
type: StringConstructor;
|
|
1207
|
+
default: string;
|
|
1208
|
+
validator: (value: unknown) => any;
|
|
1209
|
+
};
|
|
1210
|
+
}>> & Readonly<{
|
|
1211
|
+
onBtnFocus?: (...args: any[]) => any;
|
|
1212
|
+
}>, {
|
|
1213
|
+
variant: string;
|
|
1214
|
+
size: string;
|
|
1215
|
+
icon: string;
|
|
1216
|
+
href: string;
|
|
1217
|
+
tabindex: string;
|
|
1218
|
+
animate: boolean;
|
|
1219
|
+
rounded: boolean;
|
|
1220
|
+
iconOnly: boolean;
|
|
1221
|
+
iconPosition: string;
|
|
1222
|
+
}, {}, {
|
|
1223
|
+
BButton: {
|
|
1224
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
1225
|
+
pressed: import('vue').PropType<boolean | undefined>;
|
|
1226
|
+
tag: {
|
|
1227
|
+
type: import('vue').PropType<string>;
|
|
1228
|
+
default: string;
|
|
1229
|
+
};
|
|
1230
|
+
type: {
|
|
1231
|
+
type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
|
|
1232
|
+
default: string;
|
|
1233
|
+
};
|
|
1234
|
+
replace: {
|
|
1235
|
+
type: import('vue').PropType<boolean>;
|
|
1236
|
+
default: undefined;
|
|
1237
|
+
};
|
|
1238
|
+
target: {
|
|
1239
|
+
type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
|
|
1240
|
+
default: undefined;
|
|
1241
|
+
};
|
|
1242
|
+
to: {
|
|
1243
|
+
type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
|
|
1244
|
+
default: undefined;
|
|
1245
|
+
};
|
|
1246
|
+
append: {
|
|
1247
|
+
type: import('vue').PropType<boolean>;
|
|
1248
|
+
default: undefined;
|
|
1249
|
+
};
|
|
1250
|
+
disabled: {
|
|
1251
|
+
type: import('vue').PropType<boolean>;
|
|
1252
|
+
default: undefined;
|
|
1253
|
+
};
|
|
1254
|
+
href: {
|
|
1255
|
+
type: import('vue').PropType<string>;
|
|
1256
|
+
default: undefined;
|
|
1257
|
+
};
|
|
1258
|
+
rel: {
|
|
1259
|
+
type: import('vue').PropType<string>;
|
|
1260
|
+
default: undefined;
|
|
1261
|
+
};
|
|
1262
|
+
size: {
|
|
1263
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
|
|
1264
|
+
default: string;
|
|
1265
|
+
};
|
|
1266
|
+
active: {
|
|
1267
|
+
type: import('vue').PropType<boolean>;
|
|
1268
|
+
default: boolean;
|
|
1269
|
+
};
|
|
1270
|
+
activeClass: {
|
|
1271
|
+
type: import('vue').PropType<string>;
|
|
1272
|
+
default: undefined;
|
|
1273
|
+
};
|
|
1274
|
+
routerComponentName: {
|
|
1275
|
+
type: import('vue').PropType<string>;
|
|
1276
|
+
default: undefined;
|
|
1277
|
+
};
|
|
1278
|
+
variant: {
|
|
1279
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
|
|
1280
|
+
default: string;
|
|
1281
|
+
};
|
|
1282
|
+
opacity: {
|
|
1283
|
+
type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1284
|
+
default: undefined;
|
|
1285
|
+
};
|
|
1286
|
+
opacityHover: {
|
|
1287
|
+
type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1288
|
+
default: undefined;
|
|
1289
|
+
};
|
|
1290
|
+
underlineVariant: {
|
|
1291
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
|
|
1292
|
+
default: undefined;
|
|
1293
|
+
};
|
|
1294
|
+
underlineOffset: {
|
|
1295
|
+
type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
|
|
1296
|
+
default: undefined;
|
|
1297
|
+
};
|
|
1298
|
+
underlineOffsetHover: {
|
|
1299
|
+
type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
|
|
1300
|
+
default: undefined;
|
|
1301
|
+
};
|
|
1302
|
+
underlineOpacity: {
|
|
1303
|
+
type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1304
|
+
default: undefined;
|
|
1305
|
+
};
|
|
1306
|
+
underlineOpacityHover: {
|
|
1307
|
+
type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1308
|
+
default: undefined;
|
|
1309
|
+
};
|
|
1310
|
+
pill: {
|
|
1311
|
+
type: import('vue').PropType<boolean>;
|
|
1312
|
+
default: boolean;
|
|
1313
|
+
};
|
|
1314
|
+
icon: {
|
|
1315
|
+
type: import('vue').PropType<boolean>;
|
|
1316
|
+
default: undefined;
|
|
1317
|
+
};
|
|
1318
|
+
routerTag: {
|
|
1319
|
+
type: import('vue').PropType<string>;
|
|
1320
|
+
default: undefined;
|
|
1321
|
+
};
|
|
1322
|
+
exactActiveClass: {
|
|
1323
|
+
type: import('vue').PropType<string>;
|
|
1324
|
+
default: undefined;
|
|
1325
|
+
};
|
|
1326
|
+
loading: {
|
|
1327
|
+
type: import('vue').PropType<boolean>;
|
|
1328
|
+
default: boolean;
|
|
1329
|
+
};
|
|
1330
|
+
loadingFill: {
|
|
1331
|
+
type: import('vue').PropType<boolean>;
|
|
1332
|
+
default: boolean;
|
|
1333
|
+
};
|
|
1334
|
+
loadingText: {
|
|
1335
|
+
type: import('vue').PropType<string>;
|
|
1336
|
+
default: string;
|
|
1337
|
+
};
|
|
1338
|
+
squared: {
|
|
1339
|
+
type: import('vue').PropType<boolean>;
|
|
1340
|
+
default: boolean;
|
|
1341
|
+
};
|
|
1342
|
+
}>> & {
|
|
1343
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1344
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1345
|
+
click: (value: MouseEvent) => void;
|
|
1346
|
+
}, import('vue').PublicProps, {
|
|
1347
|
+
tag: string;
|
|
1348
|
+
type: import('bootstrap-vue-next').ButtonType;
|
|
1349
|
+
replace: boolean;
|
|
1350
|
+
target: import('bootstrap-vue-next').LinkTarget;
|
|
1351
|
+
to: import('vue-router').RouteLocationRaw;
|
|
1352
|
+
append: boolean;
|
|
1353
|
+
disabled: boolean;
|
|
1354
|
+
href: string;
|
|
1355
|
+
rel: string;
|
|
1356
|
+
size: keyof import('bootstrap-vue-next').BaseSize;
|
|
1357
|
+
active: boolean;
|
|
1358
|
+
activeClass: string;
|
|
1359
|
+
routerComponentName: string;
|
|
1360
|
+
variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
|
|
1361
|
+
opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1362
|
+
opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1363
|
+
underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
|
|
1364
|
+
underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
|
|
1365
|
+
underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
|
|
1366
|
+
underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1367
|
+
underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1368
|
+
pill: boolean;
|
|
1369
|
+
icon: boolean;
|
|
1370
|
+
routerTag: string;
|
|
1371
|
+
exactActiveClass: string;
|
|
1372
|
+
loading: boolean;
|
|
1373
|
+
loadingFill: boolean;
|
|
1374
|
+
loadingText: string;
|
|
1375
|
+
squared: boolean;
|
|
1376
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1377
|
+
P: {};
|
|
1378
|
+
B: {};
|
|
1379
|
+
D: {};
|
|
1380
|
+
C: {};
|
|
1381
|
+
M: {};
|
|
1382
|
+
Defaults: {};
|
|
1383
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1384
|
+
pressed: import('vue').PropType<boolean | undefined>;
|
|
1385
|
+
tag: {
|
|
1386
|
+
type: import('vue').PropType<string>;
|
|
1387
|
+
default: string;
|
|
1388
|
+
};
|
|
1389
|
+
type: {
|
|
1390
|
+
type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
|
|
1391
|
+
default: string;
|
|
1392
|
+
};
|
|
1393
|
+
replace: {
|
|
1394
|
+
type: import('vue').PropType<boolean>;
|
|
1395
|
+
default: undefined;
|
|
1396
|
+
};
|
|
1397
|
+
target: {
|
|
1398
|
+
type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
|
|
1399
|
+
default: undefined;
|
|
1400
|
+
};
|
|
1401
|
+
to: {
|
|
1402
|
+
type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
|
|
1403
|
+
default: undefined;
|
|
1404
|
+
};
|
|
1405
|
+
append: {
|
|
1406
|
+
type: import('vue').PropType<boolean>;
|
|
1407
|
+
default: undefined;
|
|
1408
|
+
};
|
|
1409
|
+
disabled: {
|
|
1410
|
+
type: import('vue').PropType<boolean>;
|
|
1411
|
+
default: undefined;
|
|
1412
|
+
};
|
|
1413
|
+
href: {
|
|
1414
|
+
type: import('vue').PropType<string>;
|
|
1415
|
+
default: undefined;
|
|
1416
|
+
};
|
|
1417
|
+
rel: {
|
|
1418
|
+
type: import('vue').PropType<string>;
|
|
1419
|
+
default: undefined;
|
|
1420
|
+
};
|
|
1421
|
+
size: {
|
|
1422
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
|
|
1423
|
+
default: string;
|
|
1424
|
+
};
|
|
1425
|
+
active: {
|
|
1426
|
+
type: import('vue').PropType<boolean>;
|
|
1427
|
+
default: boolean;
|
|
1428
|
+
};
|
|
1429
|
+
activeClass: {
|
|
1430
|
+
type: import('vue').PropType<string>;
|
|
1431
|
+
default: undefined;
|
|
1432
|
+
};
|
|
1433
|
+
routerComponentName: {
|
|
1434
|
+
type: import('vue').PropType<string>;
|
|
1435
|
+
default: undefined;
|
|
1436
|
+
};
|
|
1437
|
+
variant: {
|
|
1438
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
|
|
1439
|
+
default: string;
|
|
1440
|
+
};
|
|
1441
|
+
opacity: {
|
|
1442
|
+
type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1443
|
+
default: undefined;
|
|
1444
|
+
};
|
|
1445
|
+
opacityHover: {
|
|
1446
|
+
type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1447
|
+
default: undefined;
|
|
1448
|
+
};
|
|
1449
|
+
underlineVariant: {
|
|
1450
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
|
|
1451
|
+
default: undefined;
|
|
1452
|
+
};
|
|
1453
|
+
underlineOffset: {
|
|
1454
|
+
type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
|
|
1455
|
+
default: undefined;
|
|
1456
|
+
};
|
|
1457
|
+
underlineOffsetHover: {
|
|
1458
|
+
type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
|
|
1459
|
+
default: undefined;
|
|
1460
|
+
};
|
|
1461
|
+
underlineOpacity: {
|
|
1462
|
+
type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1463
|
+
default: undefined;
|
|
1464
|
+
};
|
|
1465
|
+
underlineOpacityHover: {
|
|
1466
|
+
type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1467
|
+
default: undefined;
|
|
1468
|
+
};
|
|
1469
|
+
pill: {
|
|
1470
|
+
type: import('vue').PropType<boolean>;
|
|
1471
|
+
default: boolean;
|
|
1472
|
+
};
|
|
1473
|
+
icon: {
|
|
1474
|
+
type: import('vue').PropType<boolean>;
|
|
1475
|
+
default: undefined;
|
|
1476
|
+
};
|
|
1477
|
+
routerTag: {
|
|
1478
|
+
type: import('vue').PropType<string>;
|
|
1479
|
+
default: undefined;
|
|
1480
|
+
};
|
|
1481
|
+
exactActiveClass: {
|
|
1482
|
+
type: import('vue').PropType<string>;
|
|
1483
|
+
default: undefined;
|
|
1484
|
+
};
|
|
1485
|
+
loading: {
|
|
1486
|
+
type: import('vue').PropType<boolean>;
|
|
1487
|
+
default: boolean;
|
|
1488
|
+
};
|
|
1489
|
+
loadingFill: {
|
|
1490
|
+
type: import('vue').PropType<boolean>;
|
|
1491
|
+
default: boolean;
|
|
1492
|
+
};
|
|
1493
|
+
loadingText: {
|
|
1494
|
+
type: import('vue').PropType<string>;
|
|
1495
|
+
default: string;
|
|
1496
|
+
};
|
|
1497
|
+
squared: {
|
|
1498
|
+
type: import('vue').PropType<boolean>;
|
|
1499
|
+
default: boolean;
|
|
1500
|
+
};
|
|
1501
|
+
}>> & {
|
|
1502
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1503
|
+
}, {}, {}, {}, {}, {
|
|
1504
|
+
tag: string;
|
|
1505
|
+
type: import('bootstrap-vue-next').ButtonType;
|
|
1506
|
+
replace: boolean;
|
|
1507
|
+
target: import('bootstrap-vue-next').LinkTarget;
|
|
1508
|
+
to: import('vue-router').RouteLocationRaw;
|
|
1509
|
+
append: boolean;
|
|
1510
|
+
disabled: boolean;
|
|
1511
|
+
href: string;
|
|
1512
|
+
rel: string;
|
|
1513
|
+
size: keyof import('bootstrap-vue-next').BaseSize;
|
|
1514
|
+
active: boolean;
|
|
1515
|
+
activeClass: string;
|
|
1516
|
+
routerComponentName: string;
|
|
1517
|
+
variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
|
|
1518
|
+
opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1519
|
+
opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1520
|
+
underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
|
|
1521
|
+
underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
|
|
1522
|
+
underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
|
|
1523
|
+
underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1524
|
+
underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1525
|
+
pill: boolean;
|
|
1526
|
+
icon: boolean;
|
|
1527
|
+
routerTag: string;
|
|
1528
|
+
exactActiveClass: string;
|
|
1529
|
+
loading: boolean;
|
|
1530
|
+
loadingFill: boolean;
|
|
1531
|
+
loadingText: string;
|
|
1532
|
+
squared: boolean;
|
|
1533
|
+
}>;
|
|
1534
|
+
__isFragment?: never;
|
|
1535
|
+
__isTeleport?: never;
|
|
1536
|
+
__isSuspense?: never;
|
|
1537
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1538
|
+
pressed: import('vue').PropType<boolean | undefined>;
|
|
1539
|
+
tag: {
|
|
1540
|
+
type: import('vue').PropType<string>;
|
|
1541
|
+
default: string;
|
|
1542
|
+
};
|
|
1543
|
+
type: {
|
|
1544
|
+
type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
|
|
1545
|
+
default: string;
|
|
1546
|
+
};
|
|
1547
|
+
replace: {
|
|
1548
|
+
type: import('vue').PropType<boolean>;
|
|
1549
|
+
default: undefined;
|
|
1550
|
+
};
|
|
1551
|
+
target: {
|
|
1552
|
+
type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
|
|
1553
|
+
default: undefined;
|
|
1554
|
+
};
|
|
1555
|
+
to: {
|
|
1556
|
+
type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
|
|
1557
|
+
default: undefined;
|
|
1558
|
+
};
|
|
1559
|
+
append: {
|
|
1560
|
+
type: import('vue').PropType<boolean>;
|
|
1561
|
+
default: undefined;
|
|
1562
|
+
};
|
|
1563
|
+
disabled: {
|
|
1564
|
+
type: import('vue').PropType<boolean>;
|
|
1565
|
+
default: undefined;
|
|
1566
|
+
};
|
|
1567
|
+
href: {
|
|
1568
|
+
type: import('vue').PropType<string>;
|
|
1569
|
+
default: undefined;
|
|
1570
|
+
};
|
|
1571
|
+
rel: {
|
|
1572
|
+
type: import('vue').PropType<string>;
|
|
1573
|
+
default: undefined;
|
|
1574
|
+
};
|
|
1575
|
+
size: {
|
|
1576
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
|
|
1577
|
+
default: string;
|
|
1578
|
+
};
|
|
1579
|
+
active: {
|
|
1580
|
+
type: import('vue').PropType<boolean>;
|
|
1581
|
+
default: boolean;
|
|
1582
|
+
};
|
|
1583
|
+
activeClass: {
|
|
1584
|
+
type: import('vue').PropType<string>;
|
|
1585
|
+
default: undefined;
|
|
1586
|
+
};
|
|
1587
|
+
routerComponentName: {
|
|
1588
|
+
type: import('vue').PropType<string>;
|
|
1589
|
+
default: undefined;
|
|
1590
|
+
};
|
|
1591
|
+
variant: {
|
|
1592
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
|
|
1593
|
+
default: string;
|
|
1594
|
+
};
|
|
1595
|
+
opacity: {
|
|
1596
|
+
type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1597
|
+
default: undefined;
|
|
1598
|
+
};
|
|
1599
|
+
opacityHover: {
|
|
1600
|
+
type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1601
|
+
default: undefined;
|
|
1602
|
+
};
|
|
1603
|
+
underlineVariant: {
|
|
1604
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
|
|
1605
|
+
default: undefined;
|
|
1606
|
+
};
|
|
1607
|
+
underlineOffset: {
|
|
1608
|
+
type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
|
|
1609
|
+
default: undefined;
|
|
1610
|
+
};
|
|
1611
|
+
underlineOffsetHover: {
|
|
1612
|
+
type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
|
|
1613
|
+
default: undefined;
|
|
1614
|
+
};
|
|
1615
|
+
underlineOpacity: {
|
|
1616
|
+
type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1617
|
+
default: undefined;
|
|
1618
|
+
};
|
|
1619
|
+
underlineOpacityHover: {
|
|
1620
|
+
type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
|
|
1621
|
+
default: undefined;
|
|
1622
|
+
};
|
|
1623
|
+
pill: {
|
|
1624
|
+
type: import('vue').PropType<boolean>;
|
|
1625
|
+
default: boolean;
|
|
1626
|
+
};
|
|
1627
|
+
icon: {
|
|
1628
|
+
type: import('vue').PropType<boolean>;
|
|
1629
|
+
default: undefined;
|
|
1630
|
+
};
|
|
1631
|
+
routerTag: {
|
|
1632
|
+
type: import('vue').PropType<string>;
|
|
1633
|
+
default: undefined;
|
|
1634
|
+
};
|
|
1635
|
+
exactActiveClass: {
|
|
1636
|
+
type: import('vue').PropType<string>;
|
|
1637
|
+
default: undefined;
|
|
1638
|
+
};
|
|
1639
|
+
loading: {
|
|
1640
|
+
type: import('vue').PropType<boolean>;
|
|
1641
|
+
default: boolean;
|
|
1642
|
+
};
|
|
1643
|
+
loadingFill: {
|
|
1644
|
+
type: import('vue').PropType<boolean>;
|
|
1645
|
+
default: boolean;
|
|
1646
|
+
};
|
|
1647
|
+
loadingText: {
|
|
1648
|
+
type: import('vue').PropType<string>;
|
|
1649
|
+
default: string;
|
|
1650
|
+
};
|
|
1651
|
+
squared: {
|
|
1652
|
+
type: import('vue').PropType<boolean>;
|
|
1653
|
+
default: boolean;
|
|
1654
|
+
};
|
|
1655
|
+
}>> & {
|
|
1656
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1657
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1658
|
+
click: (value: MouseEvent) => void;
|
|
1659
|
+
}, string, {
|
|
1660
|
+
tag: string;
|
|
1661
|
+
type: import('bootstrap-vue-next').ButtonType;
|
|
1662
|
+
replace: boolean;
|
|
1663
|
+
target: import('bootstrap-vue-next').LinkTarget;
|
|
1664
|
+
to: import('vue-router').RouteLocationRaw;
|
|
1665
|
+
append: boolean;
|
|
1666
|
+
disabled: boolean;
|
|
1667
|
+
href: string;
|
|
1668
|
+
rel: string;
|
|
1669
|
+
size: keyof import('bootstrap-vue-next').BaseSize;
|
|
1670
|
+
active: boolean;
|
|
1671
|
+
activeClass: string;
|
|
1672
|
+
routerComponentName: string;
|
|
1673
|
+
variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
|
|
1674
|
+
opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1675
|
+
opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1676
|
+
underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
|
|
1677
|
+
underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
|
|
1678
|
+
underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
|
|
1679
|
+
underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1680
|
+
underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
|
|
1681
|
+
pill: boolean;
|
|
1682
|
+
icon: boolean;
|
|
1683
|
+
routerTag: string;
|
|
1684
|
+
exactActiveClass: string;
|
|
1685
|
+
loading: boolean;
|
|
1686
|
+
loadingFill: boolean;
|
|
1687
|
+
loadingText: string;
|
|
1688
|
+
squared: boolean;
|
|
1689
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1690
|
+
$slots: Readonly<{
|
|
1691
|
+
default?: ((props: Record<string, never>) => any) | undefined;
|
|
1692
|
+
loading?: ((props: Record<string, never>) => any) | undefined;
|
|
1693
|
+
'loading-spinner'?: ((props: Record<string, never>) => any) | undefined;
|
|
1694
|
+
}> & {
|
|
1695
|
+
default?: ((props: Record<string, never>) => any) | undefined;
|
|
1696
|
+
loading?: ((props: Record<string, never>) => any) | undefined;
|
|
1697
|
+
'loading-spinner'?: ((props: Record<string, never>) => any) | undefined;
|
|
1698
|
+
};
|
|
1699
|
+
});
|
|
1700
|
+
VsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1701
|
+
name: {
|
|
1702
|
+
type: StringConstructor;
|
|
1703
|
+
required: true;
|
|
1704
|
+
default: string;
|
|
1705
|
+
};
|
|
1706
|
+
variant: {
|
|
1707
|
+
type: StringConstructor;
|
|
1708
|
+
default: string;
|
|
1709
|
+
validator: (value: unknown) => any;
|
|
1710
|
+
};
|
|
1711
|
+
customColour: {
|
|
1712
|
+
type: StringConstructor;
|
|
1713
|
+
default: any;
|
|
1714
|
+
};
|
|
1715
|
+
orientation: {
|
|
1716
|
+
type: StringConstructor;
|
|
1717
|
+
default: any;
|
|
1718
|
+
validator: (value: unknown) => any;
|
|
1719
|
+
};
|
|
1720
|
+
size: {
|
|
1721
|
+
type: StringConstructor;
|
|
1722
|
+
default: string;
|
|
1723
|
+
validator: (value: unknown) => any;
|
|
1724
|
+
};
|
|
1725
|
+
smallSize: {
|
|
1726
|
+
type: StringConstructor;
|
|
1727
|
+
default: any;
|
|
1728
|
+
validator: (value: unknown) => any;
|
|
1729
|
+
};
|
|
1730
|
+
duotone: {
|
|
1731
|
+
type: BooleanConstructor;
|
|
1732
|
+
default: boolean;
|
|
1733
|
+
};
|
|
1734
|
+
}>, {}, {
|
|
1735
|
+
iconLookup: {
|
|
1736
|
+
key: string;
|
|
1737
|
+
value: string;
|
|
1738
|
+
}[];
|
|
1739
|
+
}, {
|
|
1740
|
+
icon(): string;
|
|
1741
|
+
formattedName(): string;
|
|
1742
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1743
|
+
name: {
|
|
1744
|
+
type: StringConstructor;
|
|
1745
|
+
required: true;
|
|
1746
|
+
default: string;
|
|
1747
|
+
};
|
|
1748
|
+
variant: {
|
|
1749
|
+
type: StringConstructor;
|
|
1750
|
+
default: string;
|
|
1751
|
+
validator: (value: unknown) => any;
|
|
1752
|
+
};
|
|
1753
|
+
customColour: {
|
|
1754
|
+
type: StringConstructor;
|
|
1755
|
+
default: any;
|
|
1756
|
+
};
|
|
1757
|
+
orientation: {
|
|
1758
|
+
type: StringConstructor;
|
|
1759
|
+
default: any;
|
|
1760
|
+
validator: (value: unknown) => any;
|
|
1761
|
+
};
|
|
1762
|
+
size: {
|
|
1763
|
+
type: StringConstructor;
|
|
1764
|
+
default: string;
|
|
1765
|
+
validator: (value: unknown) => any;
|
|
1766
|
+
};
|
|
1767
|
+
smallSize: {
|
|
1768
|
+
type: StringConstructor;
|
|
1769
|
+
default: any;
|
|
1770
|
+
validator: (value: unknown) => any;
|
|
1771
|
+
};
|
|
1772
|
+
duotone: {
|
|
1773
|
+
type: BooleanConstructor;
|
|
1774
|
+
default: boolean;
|
|
1775
|
+
};
|
|
1776
|
+
}>> & Readonly<{}>, {
|
|
1777
|
+
name: string;
|
|
1778
|
+
variant: string;
|
|
1779
|
+
customColour: string;
|
|
1780
|
+
orientation: string;
|
|
1781
|
+
size: string;
|
|
1782
|
+
smallSize: string;
|
|
1783
|
+
duotone: boolean;
|
|
1784
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1785
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1786
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1069
1787
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1070
1788
|
export default _default;
|