@visitscotland/component-library 5.5.3 → 5.6.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/manifest.json +52 -10
- package/dist/client/scripts/0499029aa4f8467afa97.js +1 -0
- package/dist/client/scripts/{27ab6c3556b3564d9b2c.js → 5d73502702c4bb5edd7f.js} +1 -1
- package/dist/client/styles/0499029aa4f8467afa97.css +1 -0
- package/dist/components/components/index.d.ts +1 -0
- package/dist/components/components/section-header/SectionHeader.vue.d.ts +268 -0
- package/dist/components/components/section-header/index.d.ts +256 -0
- package/dist/components/style.css +1 -1
- package/dist/components/vs-component-library.js +37 -37
- package/dist/components/vs-component-library.mjs +2906 -2808
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{2c85ef55e2ed7ce5a414.css → 5c0c8814f9744cbe8b5e.css} +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
VsSectionHeader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
anchorId: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: any;
|
|
6
|
+
};
|
|
7
|
+
heading: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
anchorId: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: any;
|
|
15
|
+
};
|
|
16
|
+
heading: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {
|
|
21
|
+
anchorId: string;
|
|
22
|
+
}, {}, {
|
|
23
|
+
VsHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
24
|
+
level: {
|
|
25
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
26
|
+
default: string;
|
|
27
|
+
validator: (value: unknown) => any;
|
|
28
|
+
};
|
|
29
|
+
headingStyle: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
required: true;
|
|
32
|
+
validator: (value: unknown) => any;
|
|
33
|
+
};
|
|
34
|
+
id: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: any;
|
|
37
|
+
};
|
|
38
|
+
noMargins: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
}>, {}, {}, {
|
|
43
|
+
headingClasses(): string[];
|
|
44
|
+
type(): string;
|
|
45
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
46
|
+
level: {
|
|
47
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
48
|
+
default: string;
|
|
49
|
+
validator: (value: unknown) => any;
|
|
50
|
+
};
|
|
51
|
+
headingStyle: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
required: true;
|
|
54
|
+
validator: (value: unknown) => any;
|
|
55
|
+
};
|
|
56
|
+
id: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: any;
|
|
59
|
+
};
|
|
60
|
+
noMargins: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
}>> & Readonly<{}>, {
|
|
65
|
+
id: string;
|
|
66
|
+
level: string | number;
|
|
67
|
+
noMargins: boolean;
|
|
68
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
69
|
+
VsBody: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
70
|
+
variant: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
default: string;
|
|
73
|
+
validator: (value: unknown) => any;
|
|
74
|
+
};
|
|
75
|
+
noMargins: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
}>, {}, {}, {
|
|
80
|
+
bodyClasses(): string[];
|
|
81
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
82
|
+
variant: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
validator: (value: unknown) => any;
|
|
86
|
+
};
|
|
87
|
+
noMargins: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
}>> & Readonly<{}>, {
|
|
92
|
+
variant: string;
|
|
93
|
+
noMargins: boolean;
|
|
94
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
95
|
+
VsContainer: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
96
|
+
BContainer: {
|
|
97
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
98
|
+
tag: {
|
|
99
|
+
type: import('vue').PropType<string>;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
fluid: {
|
|
103
|
+
type: import('vue').PropType<boolean | import('bootstrap-vue-next').Breakpoint>;
|
|
104
|
+
default: boolean;
|
|
105
|
+
};
|
|
106
|
+
gutterX: {
|
|
107
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
108
|
+
default: undefined;
|
|
109
|
+
};
|
|
110
|
+
gutterY: {
|
|
111
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
112
|
+
default: undefined;
|
|
113
|
+
};
|
|
114
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
115
|
+
fluid: boolean | import('bootstrap-vue-next').Breakpoint;
|
|
116
|
+
gutterX: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
117
|
+
gutterY: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
118
|
+
tag: string;
|
|
119
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
120
|
+
P: {};
|
|
121
|
+
B: {};
|
|
122
|
+
D: {};
|
|
123
|
+
C: {};
|
|
124
|
+
M: {};
|
|
125
|
+
Defaults: {};
|
|
126
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
127
|
+
tag: {
|
|
128
|
+
type: import('vue').PropType<string>;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
fluid: {
|
|
132
|
+
type: import('vue').PropType<boolean | import('bootstrap-vue-next').Breakpoint>;
|
|
133
|
+
default: boolean;
|
|
134
|
+
};
|
|
135
|
+
gutterX: {
|
|
136
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
137
|
+
default: undefined;
|
|
138
|
+
};
|
|
139
|
+
gutterY: {
|
|
140
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
141
|
+
default: undefined;
|
|
142
|
+
};
|
|
143
|
+
}>>, {}, {}, {}, {}, {
|
|
144
|
+
fluid: boolean | import('bootstrap-vue-next').Breakpoint;
|
|
145
|
+
gutterX: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
146
|
+
gutterY: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
147
|
+
tag: string;
|
|
148
|
+
}>;
|
|
149
|
+
__isFragment?: never;
|
|
150
|
+
__isTeleport?: never;
|
|
151
|
+
__isSuspense?: never;
|
|
152
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
153
|
+
tag: {
|
|
154
|
+
type: import('vue').PropType<string>;
|
|
155
|
+
default: string;
|
|
156
|
+
};
|
|
157
|
+
fluid: {
|
|
158
|
+
type: import('vue').PropType<boolean | import('bootstrap-vue-next').Breakpoint>;
|
|
159
|
+
default: boolean;
|
|
160
|
+
};
|
|
161
|
+
gutterX: {
|
|
162
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
163
|
+
default: undefined;
|
|
164
|
+
};
|
|
165
|
+
gutterY: {
|
|
166
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
167
|
+
default: undefined;
|
|
168
|
+
};
|
|
169
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
170
|
+
fluid: boolean | import('bootstrap-vue-next').Breakpoint;
|
|
171
|
+
gutterX: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
172
|
+
gutterY: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
173
|
+
tag: string;
|
|
174
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
175
|
+
$slots: {
|
|
176
|
+
default?(_: {}): any;
|
|
177
|
+
};
|
|
178
|
+
});
|
|
179
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
180
|
+
VsRow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
181
|
+
VsCol: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
182
|
+
BCol: import('vue').DefineComponent<{
|
|
183
|
+
alignSelf: {
|
|
184
|
+
type: import('vue').PropType<import('bootstrap-vue-next').AlignmentVertical | "auto">;
|
|
185
|
+
default: null;
|
|
186
|
+
};
|
|
187
|
+
tag: {
|
|
188
|
+
type: StringConstructor;
|
|
189
|
+
default: string;
|
|
190
|
+
};
|
|
191
|
+
order: {
|
|
192
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
193
|
+
default: null;
|
|
194
|
+
};
|
|
195
|
+
offset: {
|
|
196
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
197
|
+
default: null;
|
|
198
|
+
};
|
|
199
|
+
col: {
|
|
200
|
+
type: BooleanConstructor;
|
|
201
|
+
default: boolean;
|
|
202
|
+
};
|
|
203
|
+
cols: {
|
|
204
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
205
|
+
default: null;
|
|
206
|
+
};
|
|
207
|
+
}, {
|
|
208
|
+
computedClasses: import('vue').ComputedRef<(string[] | {
|
|
209
|
+
[x: string]: boolean;
|
|
210
|
+
col: boolean;
|
|
211
|
+
})[]>;
|
|
212
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
213
|
+
alignSelf: {
|
|
214
|
+
type: import('vue').PropType<import('bootstrap-vue-next').AlignmentVertical | "auto">;
|
|
215
|
+
default: null;
|
|
216
|
+
};
|
|
217
|
+
tag: {
|
|
218
|
+
type: StringConstructor;
|
|
219
|
+
default: string;
|
|
220
|
+
};
|
|
221
|
+
order: {
|
|
222
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
223
|
+
default: null;
|
|
224
|
+
};
|
|
225
|
+
offset: {
|
|
226
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
227
|
+
default: null;
|
|
228
|
+
};
|
|
229
|
+
col: {
|
|
230
|
+
type: BooleanConstructor;
|
|
231
|
+
default: boolean;
|
|
232
|
+
};
|
|
233
|
+
cols: {
|
|
234
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
235
|
+
default: null;
|
|
236
|
+
};
|
|
237
|
+
}>>, {
|
|
238
|
+
tag: string;
|
|
239
|
+
cols: string | number;
|
|
240
|
+
col: boolean;
|
|
241
|
+
offset: string | number;
|
|
242
|
+
order: string | number;
|
|
243
|
+
alignSelf: import('bootstrap-vue-next').AlignmentVertical | "auto";
|
|
244
|
+
}, import('vue').SlotsType<{
|
|
245
|
+
default?: Record<string, never> | undefined;
|
|
246
|
+
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
247
|
+
}, {}, string, () => {
|
|
248
|
+
cols: unknown;
|
|
249
|
+
sm: unknown;
|
|
250
|
+
md: unknown;
|
|
251
|
+
lg: unknown;
|
|
252
|
+
xl: unknown;
|
|
253
|
+
}, true, {}, any>;
|
|
254
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
255
|
+
};
|
|
256
|
+
export default _default;
|