@oiz/stzh-components-vue 3.0.0-beta3
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/README.md +5 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/dist/plugin.d.ts +2 -0
- package/dist/plugin.js +9 -0
- package/dist/plugin.js.map +1 -0
- package/dist/stencil-generated/proxies.d.ts +125 -0
- package/dist/stencil-generated/proxies.js +1475 -0
- package/dist/stencil-generated/proxies.js.map +1 -0
- package/dist/stencil-generated/vue-component-lib/utils.d.ts +4 -0
- package/dist/stencil-generated/vue-component-lib/utils.js +110 -0
- package/dist/stencil-generated/vue-component-lib/utils.js.map +1 -0
- package/lib/index.ts +2 -0
- package/lib/plugin.ts +10 -0
- package/package.json +33 -0
- package/tsconfig.json +19 -0
|
@@ -0,0 +1,1475 @@
|
|
|
1
|
+
import { defineContainer } from './vue-component-lib/utils';
|
|
2
|
+
import { defineCustomElements } from '@oiz/stzh-components/loader';
|
|
3
|
+
defineCustomElements();
|
|
4
|
+
export const StzhAccordion = defineContainer('stzh-accordion', undefined, [
|
|
5
|
+
'variant',
|
|
6
|
+
'collapsible',
|
|
7
|
+
'multiselectable',
|
|
8
|
+
'stzhVariantChange'
|
|
9
|
+
]);
|
|
10
|
+
export const StzhAccordionItem = defineContainer('stzh-accordion-item', undefined, [
|
|
11
|
+
'variant',
|
|
12
|
+
'collapsible',
|
|
13
|
+
'open',
|
|
14
|
+
'disabled',
|
|
15
|
+
'heading',
|
|
16
|
+
'subtitle',
|
|
17
|
+
'description',
|
|
18
|
+
'icon',
|
|
19
|
+
'badge',
|
|
20
|
+
'badgeEmpty',
|
|
21
|
+
'badgeType',
|
|
22
|
+
'headingLevel',
|
|
23
|
+
'analyticsId',
|
|
24
|
+
'stzhOpen',
|
|
25
|
+
'stzhOpened',
|
|
26
|
+
'stzhClose',
|
|
27
|
+
'stzhClosed',
|
|
28
|
+
'stzhFocus',
|
|
29
|
+
'stzhBlur'
|
|
30
|
+
]);
|
|
31
|
+
export const StzhActions = defineContainer('stzh-actions', undefined, [
|
|
32
|
+
'variant'
|
|
33
|
+
]);
|
|
34
|
+
export const StzhActionset = defineContainer('stzh-actionset', undefined, [
|
|
35
|
+
'localization',
|
|
36
|
+
'variant',
|
|
37
|
+
'popoverButtonVariant',
|
|
38
|
+
'popoverButtonSize',
|
|
39
|
+
'popoverPlacement',
|
|
40
|
+
'actions',
|
|
41
|
+
'stzhActionClick'
|
|
42
|
+
]);
|
|
43
|
+
export const StzhAmount = defineContainer('stzh-amount', undefined, [
|
|
44
|
+
'minValue',
|
|
45
|
+
'maxValue',
|
|
46
|
+
'minValueDropdown',
|
|
47
|
+
'maxValueDropdown',
|
|
48
|
+
'value',
|
|
49
|
+
'step',
|
|
50
|
+
'name',
|
|
51
|
+
'size',
|
|
52
|
+
'disabled',
|
|
53
|
+
'popoverPlacement',
|
|
54
|
+
'label',
|
|
55
|
+
'labelHidden',
|
|
56
|
+
'invalid',
|
|
57
|
+
'required',
|
|
58
|
+
'clearable',
|
|
59
|
+
'hideOptional',
|
|
60
|
+
'description',
|
|
61
|
+
'descriptionLong',
|
|
62
|
+
'error',
|
|
63
|
+
'a11yDescribedby',
|
|
64
|
+
'localization',
|
|
65
|
+
'stzhChange'
|
|
66
|
+
], 'value', 'stzhChange');
|
|
67
|
+
export const StzhAnchornav = defineContainer('stzh-anchornav', undefined, [
|
|
68
|
+
'localization',
|
|
69
|
+
'items',
|
|
70
|
+
'stzhItemClick'
|
|
71
|
+
]);
|
|
72
|
+
export const StzhAppointments = defineContainer('stzh-appointments', undefined, [
|
|
73
|
+
'localization',
|
|
74
|
+
'sortBy',
|
|
75
|
+
'appointments',
|
|
76
|
+
'currentDate',
|
|
77
|
+
'value',
|
|
78
|
+
'name',
|
|
79
|
+
'showItems',
|
|
80
|
+
'stepItems',
|
|
81
|
+
'calendarTitle',
|
|
82
|
+
'appointmentsTitle',
|
|
83
|
+
'dateAdapter',
|
|
84
|
+
'stzhChange'
|
|
85
|
+
]);
|
|
86
|
+
export const StzhArchivelist = defineContainer('stzh-archivelist', undefined, [
|
|
87
|
+
'localization',
|
|
88
|
+
'showItems',
|
|
89
|
+
'stepItems',
|
|
90
|
+
'items',
|
|
91
|
+
'stzhItemClick'
|
|
92
|
+
]);
|
|
93
|
+
export const StzhAudio = defineContainer('stzh-audio', undefined, [
|
|
94
|
+
'localization',
|
|
95
|
+
'src',
|
|
96
|
+
'preload',
|
|
97
|
+
'transcript',
|
|
98
|
+
'transcriptShown',
|
|
99
|
+
'downloadAnalyticsId',
|
|
100
|
+
'transcriptAnalyticsId',
|
|
101
|
+
'stzhPlay',
|
|
102
|
+
'stzhPlaying',
|
|
103
|
+
'stzhPause',
|
|
104
|
+
'stzhReplay',
|
|
105
|
+
'stzhEnd',
|
|
106
|
+
'stzhEnded',
|
|
107
|
+
'stzhError'
|
|
108
|
+
]);
|
|
109
|
+
export const StzhBadge = defineContainer('stzh-badge', undefined, [
|
|
110
|
+
'label',
|
|
111
|
+
'type'
|
|
112
|
+
]);
|
|
113
|
+
export const StzhBanner = defineContainer('stzh-banner', undefined, [
|
|
114
|
+
'label',
|
|
115
|
+
'hideClose',
|
|
116
|
+
'localization',
|
|
117
|
+
'stzhOpen',
|
|
118
|
+
'stzhClose'
|
|
119
|
+
]);
|
|
120
|
+
export const StzhBreadcrumb = defineContainer('stzh-breadcrumb', undefined, [
|
|
121
|
+
'localization',
|
|
122
|
+
'variant',
|
|
123
|
+
'items',
|
|
124
|
+
'expanded'
|
|
125
|
+
]);
|
|
126
|
+
export const StzhButton = defineContainer('stzh-button', undefined, [
|
|
127
|
+
'localization',
|
|
128
|
+
'badge',
|
|
129
|
+
'badgeType',
|
|
130
|
+
'badgePosition',
|
|
131
|
+
'badgeEmpty',
|
|
132
|
+
'fullwidth',
|
|
133
|
+
'rounded',
|
|
134
|
+
'size',
|
|
135
|
+
'sizeSmall',
|
|
136
|
+
'sizeMedium',
|
|
137
|
+
'sizeLarge',
|
|
138
|
+
'sizeUltra',
|
|
139
|
+
'textAlign',
|
|
140
|
+
'variant',
|
|
141
|
+
'icon',
|
|
142
|
+
'iconPosition',
|
|
143
|
+
'checked',
|
|
144
|
+
'defaultChecked',
|
|
145
|
+
'name',
|
|
146
|
+
'value',
|
|
147
|
+
'href',
|
|
148
|
+
'rel',
|
|
149
|
+
'target',
|
|
150
|
+
'download',
|
|
151
|
+
'type',
|
|
152
|
+
'disabled',
|
|
153
|
+
'active',
|
|
154
|
+
'label',
|
|
155
|
+
'effect',
|
|
156
|
+
'iconOnly',
|
|
157
|
+
'noPaddingLeft',
|
|
158
|
+
'noPaddingRight',
|
|
159
|
+
'buttonAccesskey',
|
|
160
|
+
'buttonId',
|
|
161
|
+
'showToggleIcon',
|
|
162
|
+
'a11yLabel',
|
|
163
|
+
'a11yDescribedby',
|
|
164
|
+
'a11yExpanded',
|
|
165
|
+
'a11yDisabled',
|
|
166
|
+
'a11yControls',
|
|
167
|
+
'a11yCurrent',
|
|
168
|
+
'a11yTabindex',
|
|
169
|
+
'analyticsId',
|
|
170
|
+
'stzhFocus',
|
|
171
|
+
'stzhBlur',
|
|
172
|
+
'stzhChange'
|
|
173
|
+
]);
|
|
174
|
+
export const StzhButtongroup = defineContainer('stzh-buttongroup', undefined);
|
|
175
|
+
export const StzhCalendar = defineContainer('stzh-calendar', undefined, [
|
|
176
|
+
'value',
|
|
177
|
+
'min',
|
|
178
|
+
'max',
|
|
179
|
+
'firstDayOfWeek',
|
|
180
|
+
'localization',
|
|
181
|
+
'isDateDisabled',
|
|
182
|
+
'prevMonthAnalyticsId',
|
|
183
|
+
'nextMonthAnalyticsId',
|
|
184
|
+
'stzhChange'
|
|
185
|
+
], 'value', 'stzhChange');
|
|
186
|
+
export const StzhCard = defineContainer('stzh-card', undefined, [
|
|
187
|
+
'localization',
|
|
188
|
+
'variant',
|
|
189
|
+
'collapsed',
|
|
190
|
+
'starred',
|
|
191
|
+
'starrable',
|
|
192
|
+
'selectable',
|
|
193
|
+
'checked',
|
|
194
|
+
'name',
|
|
195
|
+
'href',
|
|
196
|
+
'target',
|
|
197
|
+
'value',
|
|
198
|
+
'disabled',
|
|
199
|
+
'heading',
|
|
200
|
+
'headingLevel',
|
|
201
|
+
'subtitle',
|
|
202
|
+
'author',
|
|
203
|
+
'date',
|
|
204
|
+
'dateAdapter',
|
|
205
|
+
'tag',
|
|
206
|
+
'headerActions',
|
|
207
|
+
'headerActionsBadge',
|
|
208
|
+
'headerActionsBadgeType',
|
|
209
|
+
'footerActions',
|
|
210
|
+
'subtitleInteractive',
|
|
211
|
+
'sortableDisabled',
|
|
212
|
+
'collapsible',
|
|
213
|
+
'hideMovementActions',
|
|
214
|
+
'analyticsId',
|
|
215
|
+
'stzhClick',
|
|
216
|
+
'stzhCollapse',
|
|
217
|
+
'stzhSubtitleClick',
|
|
218
|
+
'stzhStarClick',
|
|
219
|
+
'stzhHeaderActionClick'
|
|
220
|
+
], 'checked', 'stzhChange');
|
|
221
|
+
export const StzhCardNavigation = defineContainer('stzh-card-navigation', undefined, [
|
|
222
|
+
'href',
|
|
223
|
+
'target',
|
|
224
|
+
'analyticsId',
|
|
225
|
+
'heading',
|
|
226
|
+
'headingLevel',
|
|
227
|
+
'lead',
|
|
228
|
+
'stzhClick'
|
|
229
|
+
]);
|
|
230
|
+
export const StzhCardSearchresult = defineContainer('stzh-card-searchresult', undefined, [
|
|
231
|
+
'localization',
|
|
232
|
+
'href',
|
|
233
|
+
'target',
|
|
234
|
+
'download',
|
|
235
|
+
'analyticsId',
|
|
236
|
+
'heading',
|
|
237
|
+
'headingLevel',
|
|
238
|
+
'description',
|
|
239
|
+
'tagLeft',
|
|
240
|
+
'tagRight',
|
|
241
|
+
'dateline',
|
|
242
|
+
'meta',
|
|
243
|
+
'breadcrumbItems',
|
|
244
|
+
'eventDateStart',
|
|
245
|
+
'eventDateEnd',
|
|
246
|
+
'eventLocation',
|
|
247
|
+
'imagePosition',
|
|
248
|
+
'downloadHeading',
|
|
249
|
+
'downloadMeta',
|
|
250
|
+
'dateAdapter',
|
|
251
|
+
'stzhClick'
|
|
252
|
+
]);
|
|
253
|
+
export const StzhCardlist = defineContainer('stzh-cardlist', undefined, [
|
|
254
|
+
'localization',
|
|
255
|
+
'layout',
|
|
256
|
+
'description',
|
|
257
|
+
'showToggleLink',
|
|
258
|
+
'sortableEnabled',
|
|
259
|
+
'sortableDataIdAttribute',
|
|
260
|
+
'stzhCollapseAll'
|
|
261
|
+
]);
|
|
262
|
+
export const StzhCarousel = defineContainer('stzh-carousel', undefined, [
|
|
263
|
+
'localization',
|
|
264
|
+
'variant',
|
|
265
|
+
'disabled',
|
|
266
|
+
'noPeek',
|
|
267
|
+
'slides',
|
|
268
|
+
'slidesSmall',
|
|
269
|
+
'slidesMedium',
|
|
270
|
+
'slidesLarge',
|
|
271
|
+
'slidesUltra',
|
|
272
|
+
'slide',
|
|
273
|
+
'autoplay',
|
|
274
|
+
'autoplayTimeout',
|
|
275
|
+
'nonInteractive',
|
|
276
|
+
'preventMouseDrag',
|
|
277
|
+
'preventAutoplayPause',
|
|
278
|
+
'preventAutoplayStop',
|
|
279
|
+
'tabThrough',
|
|
280
|
+
'withTrack',
|
|
281
|
+
'stzhSlideStart',
|
|
282
|
+
'stzhSlidePassed',
|
|
283
|
+
'stzhSlideEnd'
|
|
284
|
+
]);
|
|
285
|
+
export const StzhCell = defineContainer('stzh-cell', undefined, [
|
|
286
|
+
'span',
|
|
287
|
+
'spanSmall',
|
|
288
|
+
'spanMedium',
|
|
289
|
+
'spanLarge',
|
|
290
|
+
'spanUltra',
|
|
291
|
+
'align',
|
|
292
|
+
'alignSelf'
|
|
293
|
+
]);
|
|
294
|
+
export const StzhChart = defineContainer('stzh-chart', undefined, [
|
|
295
|
+
'chartId',
|
|
296
|
+
'create'
|
|
297
|
+
]);
|
|
298
|
+
export const StzhCheckbox = defineContainer('stzh-checkbox', undefined, [
|
|
299
|
+
'localization',
|
|
300
|
+
'disabled',
|
|
301
|
+
'name',
|
|
302
|
+
'value',
|
|
303
|
+
'invalid',
|
|
304
|
+
'required',
|
|
305
|
+
'checked',
|
|
306
|
+
'defaultChecked',
|
|
307
|
+
'label',
|
|
308
|
+
'description',
|
|
309
|
+
'descriptionLong',
|
|
310
|
+
'descriptionLongTitle',
|
|
311
|
+
'hideOptional',
|
|
312
|
+
'error',
|
|
313
|
+
'a11yDescribedby',
|
|
314
|
+
'stzhChange',
|
|
315
|
+
'stzhFocus',
|
|
316
|
+
'stzhBlur'
|
|
317
|
+
], 'checked', 'stzhChange');
|
|
318
|
+
export const StzhCheckboxgroup = defineContainer('stzh-checkboxgroup', undefined, [
|
|
319
|
+
'localization',
|
|
320
|
+
'disabled',
|
|
321
|
+
'name',
|
|
322
|
+
'legend',
|
|
323
|
+
'hideLegend',
|
|
324
|
+
'invalid',
|
|
325
|
+
'hideOptional',
|
|
326
|
+
'value',
|
|
327
|
+
'defaultValue',
|
|
328
|
+
'direction',
|
|
329
|
+
'description',
|
|
330
|
+
'descriptionLong',
|
|
331
|
+
'descriptionLongTitle',
|
|
332
|
+
'error',
|
|
333
|
+
'checkedCheckbox',
|
|
334
|
+
'preventUpdateProperties',
|
|
335
|
+
'stzhChange'
|
|
336
|
+
], 'value', 'stzhChange');
|
|
337
|
+
export const StzhChip = defineContainer('stzh-chip', undefined, [
|
|
338
|
+
'label',
|
|
339
|
+
'icon',
|
|
340
|
+
'href',
|
|
341
|
+
'target',
|
|
342
|
+
'nonInteractive',
|
|
343
|
+
'removable',
|
|
344
|
+
'inverted',
|
|
345
|
+
'variant',
|
|
346
|
+
'size',
|
|
347
|
+
'type',
|
|
348
|
+
'counter',
|
|
349
|
+
'removeLabel',
|
|
350
|
+
'active',
|
|
351
|
+
'disabled',
|
|
352
|
+
'a11yTabindex',
|
|
353
|
+
'a11yLabel',
|
|
354
|
+
'a11yDescribedby',
|
|
355
|
+
'analyticsId',
|
|
356
|
+
'removeAnalyticsId',
|
|
357
|
+
'stzhClick',
|
|
358
|
+
'stzhRemove',
|
|
359
|
+
'stzhFocus',
|
|
360
|
+
'stzhBlur'
|
|
361
|
+
]);
|
|
362
|
+
export const StzhChipgroup = defineContainer('stzh-chipgroup', undefined);
|
|
363
|
+
export const StzhChipselect = defineContainer('stzh-chipselect', undefined, [
|
|
364
|
+
'localization',
|
|
365
|
+
'data',
|
|
366
|
+
'name',
|
|
367
|
+
'label',
|
|
368
|
+
'value',
|
|
369
|
+
'defaultValue',
|
|
370
|
+
'description',
|
|
371
|
+
'descriptionLong',
|
|
372
|
+
'descriptionLongTitle',
|
|
373
|
+
'error',
|
|
374
|
+
'invalid',
|
|
375
|
+
'required',
|
|
376
|
+
'disabled',
|
|
377
|
+
'hideOptional',
|
|
378
|
+
'a11yDescribedby',
|
|
379
|
+
'stzhChange'
|
|
380
|
+
]);
|
|
381
|
+
export const StzhClamp = defineContainer('stzh-clamp', undefined, [
|
|
382
|
+
'localization',
|
|
383
|
+
'lines',
|
|
384
|
+
'linesSmall',
|
|
385
|
+
'linesMedium',
|
|
386
|
+
'linesLarge',
|
|
387
|
+
'linesUltra',
|
|
388
|
+
'showExpandLink',
|
|
389
|
+
'expanded',
|
|
390
|
+
'clamped',
|
|
391
|
+
'stzhClamp',
|
|
392
|
+
'stzhExpand'
|
|
393
|
+
]);
|
|
394
|
+
export const StzhContact = defineContainer('stzh-contact', undefined, [
|
|
395
|
+
'type',
|
|
396
|
+
'mainHeading',
|
|
397
|
+
'mainHeadingLevel',
|
|
398
|
+
'heading',
|
|
399
|
+
'headingLevel',
|
|
400
|
+
'name',
|
|
401
|
+
'address',
|
|
402
|
+
'street',
|
|
403
|
+
'streetInfo',
|
|
404
|
+
'postalCode',
|
|
405
|
+
'location',
|
|
406
|
+
'numbers',
|
|
407
|
+
'emails',
|
|
408
|
+
'pobox',
|
|
409
|
+
'poboxHeading',
|
|
410
|
+
'poboxTitle',
|
|
411
|
+
'poboxPostalCode',
|
|
412
|
+
'poboxLocation',
|
|
413
|
+
'availabilityTitle',
|
|
414
|
+
'availabilityTitleLevel',
|
|
415
|
+
'availability'
|
|
416
|
+
]);
|
|
417
|
+
export const StzhContainer = defineContainer('stzh-container', undefined, [
|
|
418
|
+
'noMargin'
|
|
419
|
+
]);
|
|
420
|
+
export const StzhContent = defineContainer('stzh-content', undefined, [
|
|
421
|
+
'variant',
|
|
422
|
+
'preventElementLayout'
|
|
423
|
+
]);
|
|
424
|
+
export const StzhCspace = defineContainer('stzh-cspace', undefined, [
|
|
425
|
+
'removeFirstMargin',
|
|
426
|
+
'removeLastMargin',
|
|
427
|
+
'preventRemoveNested'
|
|
428
|
+
]);
|
|
429
|
+
export const StzhCta = defineContainer('stzh-cta', undefined, [
|
|
430
|
+
'heading',
|
|
431
|
+
'lead',
|
|
432
|
+
'label',
|
|
433
|
+
'href',
|
|
434
|
+
'stickyDisabled',
|
|
435
|
+
'stzhFocus',
|
|
436
|
+
'stzhBlur'
|
|
437
|
+
]);
|
|
438
|
+
export const StzhDatalist = defineContainer('stzh-datalist', undefined, [
|
|
439
|
+
'variant',
|
|
440
|
+
'columns',
|
|
441
|
+
'columnsSmall',
|
|
442
|
+
'columnsMedium',
|
|
443
|
+
'columnsLarge',
|
|
444
|
+
'columnsUltra',
|
|
445
|
+
'direction',
|
|
446
|
+
'directionSmall',
|
|
447
|
+
'directionMedium',
|
|
448
|
+
'directionLarge',
|
|
449
|
+
'directionUltra',
|
|
450
|
+
'items',
|
|
451
|
+
'stzhVariantChange',
|
|
452
|
+
'stzhDirectionChange'
|
|
453
|
+
]);
|
|
454
|
+
export const StzhDatalistItem = defineContainer('stzh-datalist-item', undefined, [
|
|
455
|
+
'localization',
|
|
456
|
+
'href',
|
|
457
|
+
'rel',
|
|
458
|
+
'target',
|
|
459
|
+
'download',
|
|
460
|
+
'leadingIcon',
|
|
461
|
+
'icon',
|
|
462
|
+
'iconLabel',
|
|
463
|
+
'iconTooltip',
|
|
464
|
+
'iconHref',
|
|
465
|
+
'label',
|
|
466
|
+
'value',
|
|
467
|
+
'meta',
|
|
468
|
+
'statusLabel',
|
|
469
|
+
'statusType',
|
|
470
|
+
'a11yExpanded',
|
|
471
|
+
'a11yControls',
|
|
472
|
+
'stzhItemActionClick'
|
|
473
|
+
]);
|
|
474
|
+
export const StzhDatamessagelist = defineContainer('stzh-datamessagelist', undefined);
|
|
475
|
+
export const StzhDatamessagelistItem = defineContainer('stzh-datamessagelist-item', undefined, [
|
|
476
|
+
'localization',
|
|
477
|
+
'heading',
|
|
478
|
+
'unread',
|
|
479
|
+
'href',
|
|
480
|
+
'rel',
|
|
481
|
+
'target',
|
|
482
|
+
'description',
|
|
483
|
+
'icon',
|
|
484
|
+
'loadingStatus',
|
|
485
|
+
'meta',
|
|
486
|
+
'actions',
|
|
487
|
+
'tags',
|
|
488
|
+
'analyticsId',
|
|
489
|
+
'stzhClick',
|
|
490
|
+
'stzhActionClick'
|
|
491
|
+
]);
|
|
492
|
+
export const StzhDatatable = defineContainer('stzh-datatable', undefined, [
|
|
493
|
+
'tableLayout',
|
|
494
|
+
'localization',
|
|
495
|
+
'label',
|
|
496
|
+
'sortBy',
|
|
497
|
+
'sortDirection',
|
|
498
|
+
'idField',
|
|
499
|
+
'rowHeaderField',
|
|
500
|
+
'hideSearch',
|
|
501
|
+
'hideColumnHeadings',
|
|
502
|
+
'showList',
|
|
503
|
+
'page',
|
|
504
|
+
'pageSize',
|
|
505
|
+
'csvUrl',
|
|
506
|
+
'csvHeader',
|
|
507
|
+
'csvDynamicTyping',
|
|
508
|
+
'disableMinWidth',
|
|
509
|
+
'rows',
|
|
510
|
+
'columns',
|
|
511
|
+
'stzhRowClick',
|
|
512
|
+
'stzhCellClick',
|
|
513
|
+
'stzhHeadingCellClick',
|
|
514
|
+
'stzhSortClick',
|
|
515
|
+
'stzhSortByChange',
|
|
516
|
+
'stzhSortDirectionChange'
|
|
517
|
+
]);
|
|
518
|
+
export const StzhDatepicker = defineContainer('stzh-datepicker', undefined, [
|
|
519
|
+
'calendarMin',
|
|
520
|
+
'calendarMax',
|
|
521
|
+
'calendarIsDateDisabled',
|
|
522
|
+
'name',
|
|
523
|
+
'value',
|
|
524
|
+
'defaultValue',
|
|
525
|
+
'label',
|
|
526
|
+
'labelHidden',
|
|
527
|
+
'readonly',
|
|
528
|
+
'disabled',
|
|
529
|
+
'description',
|
|
530
|
+
'descriptionLong',
|
|
531
|
+
'error',
|
|
532
|
+
'invalid',
|
|
533
|
+
'required',
|
|
534
|
+
'hideOptional',
|
|
535
|
+
'size',
|
|
536
|
+
'inline',
|
|
537
|
+
'dateAdapter',
|
|
538
|
+
'internalDateAdapter',
|
|
539
|
+
'localization',
|
|
540
|
+
'stzhChange'
|
|
541
|
+
], 'value', 'stzhChange');
|
|
542
|
+
export const StzhDetails = defineContainer('stzh-details', undefined, [
|
|
543
|
+
'open',
|
|
544
|
+
'stzhOpen',
|
|
545
|
+
'stzhOpened',
|
|
546
|
+
'stzhClose',
|
|
547
|
+
'stzhClosed'
|
|
548
|
+
]);
|
|
549
|
+
export const StzhDialog = defineContainer('stzh-dialog', undefined, [
|
|
550
|
+
'localization',
|
|
551
|
+
'closeOnEscapeKey',
|
|
552
|
+
'closeOnBackdropClick',
|
|
553
|
+
'open',
|
|
554
|
+
'stay',
|
|
555
|
+
'size',
|
|
556
|
+
'hideClose',
|
|
557
|
+
'heading',
|
|
558
|
+
'a11yRole',
|
|
559
|
+
'a11yLabel',
|
|
560
|
+
'closeAnalyticsId',
|
|
561
|
+
'stzhOpen',
|
|
562
|
+
'stzhClose'
|
|
563
|
+
]);
|
|
564
|
+
export const StzhDisturber = defineContainer('stzh-disturber', undefined, [
|
|
565
|
+
'localization',
|
|
566
|
+
'label',
|
|
567
|
+
'hideClose',
|
|
568
|
+
'open',
|
|
569
|
+
'initialOpenAnimation',
|
|
570
|
+
'closeKey',
|
|
571
|
+
'stzhOpen',
|
|
572
|
+
'stzhOpened',
|
|
573
|
+
'stzhClose',
|
|
574
|
+
'stzhClosed'
|
|
575
|
+
]);
|
|
576
|
+
export const StzhDropdown = defineContainer('stzh-dropdown', undefined, [
|
|
577
|
+
'options',
|
|
578
|
+
'optgroups',
|
|
579
|
+
'items',
|
|
580
|
+
'defaultItems',
|
|
581
|
+
'searchField',
|
|
582
|
+
'multiple',
|
|
583
|
+
'inline',
|
|
584
|
+
'maxOptions',
|
|
585
|
+
'searchConjunction',
|
|
586
|
+
'transformLoadQuery',
|
|
587
|
+
'allowEmptyOption',
|
|
588
|
+
'openOnFocus',
|
|
589
|
+
'closeAfterSelect',
|
|
590
|
+
'load',
|
|
591
|
+
'minCharacters',
|
|
592
|
+
'loadThrottle',
|
|
593
|
+
'preload',
|
|
594
|
+
'labelField',
|
|
595
|
+
'valueField',
|
|
596
|
+
'value',
|
|
597
|
+
'optgroupField',
|
|
598
|
+
'optgroupLabelField',
|
|
599
|
+
'optgroupValueField',
|
|
600
|
+
'lockOptgroupOrder',
|
|
601
|
+
'name',
|
|
602
|
+
'open',
|
|
603
|
+
'isOpen',
|
|
604
|
+
'variant',
|
|
605
|
+
'size',
|
|
606
|
+
'disabled',
|
|
607
|
+
'popoverPlacement',
|
|
608
|
+
'popoverFullwidth',
|
|
609
|
+
'label',
|
|
610
|
+
'labelHidden',
|
|
611
|
+
'icon',
|
|
612
|
+
'iconAngle',
|
|
613
|
+
'noSearch',
|
|
614
|
+
'noBackspaceDelete',
|
|
615
|
+
'invalid',
|
|
616
|
+
'required',
|
|
617
|
+
'hideOptional',
|
|
618
|
+
'description',
|
|
619
|
+
'descriptionLong',
|
|
620
|
+
'descriptionLongTitle',
|
|
621
|
+
'error',
|
|
622
|
+
'localization',
|
|
623
|
+
'a11yDescribedby',
|
|
624
|
+
'stzhChange',
|
|
625
|
+
'stzhItemAdd',
|
|
626
|
+
'stzhItemRemove',
|
|
627
|
+
'stzhOptionAdd',
|
|
628
|
+
'stzhOptionRemove',
|
|
629
|
+
'stzhOpen',
|
|
630
|
+
'stzhClose',
|
|
631
|
+
'stzhFocus',
|
|
632
|
+
'stzhBlur',
|
|
633
|
+
'stzhInit'
|
|
634
|
+
], 'value', 'stzhChange');
|
|
635
|
+
export const StzhEditor = defineContainer('stzh-editor', undefined, [
|
|
636
|
+
'localization',
|
|
637
|
+
'heading',
|
|
638
|
+
'items'
|
|
639
|
+
]);
|
|
640
|
+
export const StzhEventinfo = defineContainer('stzh-eventinfo', undefined, [
|
|
641
|
+
'localization',
|
|
642
|
+
'monthHeadingLevel',
|
|
643
|
+
'items',
|
|
644
|
+
'dateAdapter'
|
|
645
|
+
]);
|
|
646
|
+
export const StzhFieldset = defineContainer('stzh-fieldset', undefined, [
|
|
647
|
+
'legend',
|
|
648
|
+
'hideLegend',
|
|
649
|
+
'legendLevel',
|
|
650
|
+
'legendCurve'
|
|
651
|
+
]);
|
|
652
|
+
export const StzhFigure = defineContainer('stzh-figure', undefined, [
|
|
653
|
+
'caption',
|
|
654
|
+
'copyright',
|
|
655
|
+
'counter',
|
|
656
|
+
'heading',
|
|
657
|
+
'fullwidth'
|
|
658
|
+
]);
|
|
659
|
+
export const StzhFlyingfocus = defineContainer('stzh-flyingfocus', undefined, [
|
|
660
|
+
'minimalEdgeSpace'
|
|
661
|
+
]);
|
|
662
|
+
export const StzhFooter = defineContainer('stzh-footer', undefined, [
|
|
663
|
+
'localization',
|
|
664
|
+
'copyright',
|
|
665
|
+
'variant',
|
|
666
|
+
'mainUrl'
|
|
667
|
+
]);
|
|
668
|
+
export const StzhGallery = defineContainer('stzh-gallery', undefined, [
|
|
669
|
+
'localization',
|
|
670
|
+
'ratio',
|
|
671
|
+
'ratioSmall',
|
|
672
|
+
'ratioMedium',
|
|
673
|
+
'ratioLarge',
|
|
674
|
+
'ratioUltra',
|
|
675
|
+
'showItems',
|
|
676
|
+
'carouselWithTrack',
|
|
677
|
+
'stepItems',
|
|
678
|
+
'images',
|
|
679
|
+
'variant',
|
|
680
|
+
'itemElement',
|
|
681
|
+
'carouselDisabled',
|
|
682
|
+
'carouselAutoplay',
|
|
683
|
+
'carouselAutoplayTimeout',
|
|
684
|
+
'excludeFirstImage'
|
|
685
|
+
]);
|
|
686
|
+
export const StzhGhettobox = defineContainer('stzh-ghettobox', undefined, [
|
|
687
|
+
'hiddenTitle',
|
|
688
|
+
'mainTitle',
|
|
689
|
+
'description',
|
|
690
|
+
'hideClose',
|
|
691
|
+
'localization',
|
|
692
|
+
'stzhOpen',
|
|
693
|
+
'stzhClose'
|
|
694
|
+
]);
|
|
695
|
+
export const StzhHeader = defineContainer('stzh-header', undefined, [
|
|
696
|
+
'localization',
|
|
697
|
+
'href',
|
|
698
|
+
'menuId',
|
|
699
|
+
'searchId',
|
|
700
|
+
'metanavId',
|
|
701
|
+
'languageId',
|
|
702
|
+
'logoType',
|
|
703
|
+
'menuItems',
|
|
704
|
+
'menuBackLabel',
|
|
705
|
+
'metanavItems',
|
|
706
|
+
'languageActive',
|
|
707
|
+
'languages',
|
|
708
|
+
'languagePreventUrlchange',
|
|
709
|
+
'languageStay',
|
|
710
|
+
'searchAction',
|
|
711
|
+
'searchFieldName',
|
|
712
|
+
'searchValue',
|
|
713
|
+
'sticky',
|
|
714
|
+
'logoAnalyticsId',
|
|
715
|
+
'stzhMetanavItemClick',
|
|
716
|
+
'stzhLanguageChange',
|
|
717
|
+
'stzhSearchChange',
|
|
718
|
+
'stzhSearchChanged'
|
|
719
|
+
]);
|
|
720
|
+
export const StzhHeading = defineContainer('stzh-heading', undefined, [
|
|
721
|
+
'level',
|
|
722
|
+
'curve'
|
|
723
|
+
]);
|
|
724
|
+
export const StzhHr = defineContainer('stzh-hr', undefined);
|
|
725
|
+
export const StzhHspace = defineContainer('stzh-hspace', undefined, [
|
|
726
|
+
'curve',
|
|
727
|
+
'size',
|
|
728
|
+
'sizeSmall',
|
|
729
|
+
'sizeMedium',
|
|
730
|
+
'sizeLarge',
|
|
731
|
+
'sizeUltra',
|
|
732
|
+
'justify',
|
|
733
|
+
'items',
|
|
734
|
+
'around',
|
|
735
|
+
'aroundLeft',
|
|
736
|
+
'aroundRight',
|
|
737
|
+
'border'
|
|
738
|
+
]);
|
|
739
|
+
export const StzhIcon = defineContainer('stzh-icon', undefined, [
|
|
740
|
+
'name',
|
|
741
|
+
'a11yTitle'
|
|
742
|
+
]);
|
|
743
|
+
export const StzhIframe = defineContainer('stzh-iframe', undefined, [
|
|
744
|
+
'localization',
|
|
745
|
+
'src',
|
|
746
|
+
'cookie',
|
|
747
|
+
'cookieExpires',
|
|
748
|
+
'cookieConfirmIcon',
|
|
749
|
+
'cookieConfirmLabel',
|
|
750
|
+
'cookieConfirmText',
|
|
751
|
+
'previewLabel',
|
|
752
|
+
'previewIcon',
|
|
753
|
+
'skipPreviewIfCookieAccepted',
|
|
754
|
+
'skipPreview',
|
|
755
|
+
'stzhPreviewSkip',
|
|
756
|
+
'stzhViewChange'
|
|
757
|
+
]);
|
|
758
|
+
export const StzhImagecomparison = defineContainer('stzh-imagecomparison', undefined, [
|
|
759
|
+
'localization',
|
|
760
|
+
'hintLeft',
|
|
761
|
+
'hintRight',
|
|
762
|
+
'value',
|
|
763
|
+
'label',
|
|
764
|
+
'a11yDescribedby',
|
|
765
|
+
'stzhChange'
|
|
766
|
+
]);
|
|
767
|
+
export const StzhInput = defineContainer('stzh-input', undefined, [
|
|
768
|
+
'localization',
|
|
769
|
+
'multiline',
|
|
770
|
+
'rows',
|
|
771
|
+
'type',
|
|
772
|
+
'step',
|
|
773
|
+
'min',
|
|
774
|
+
'max',
|
|
775
|
+
'showSpin',
|
|
776
|
+
'readonly',
|
|
777
|
+
'disabled',
|
|
778
|
+
'clearable',
|
|
779
|
+
'hideOptional',
|
|
780
|
+
'minlength',
|
|
781
|
+
'maxlength',
|
|
782
|
+
'name',
|
|
783
|
+
'value',
|
|
784
|
+
'defaultValue',
|
|
785
|
+
'description',
|
|
786
|
+
'descriptionLong',
|
|
787
|
+
'descriptionLongTitle',
|
|
788
|
+
'error',
|
|
789
|
+
'invalid',
|
|
790
|
+
'required',
|
|
791
|
+
'inputmode',
|
|
792
|
+
'autocomplete',
|
|
793
|
+
'noAutocomplete',
|
|
794
|
+
'label',
|
|
795
|
+
'labelHidden',
|
|
796
|
+
'size',
|
|
797
|
+
'a11yDescribedby',
|
|
798
|
+
'stzhChange',
|
|
799
|
+
'stzhChanged',
|
|
800
|
+
'stzhFocus',
|
|
801
|
+
'stzhBlur'
|
|
802
|
+
], 'value', 'stzhChange');
|
|
803
|
+
export const StzhInvert = defineContainer('stzh-invert', undefined);
|
|
804
|
+
export const StzhLink = defineContainer('stzh-link', undefined, [
|
|
805
|
+
'localization',
|
|
806
|
+
'icon',
|
|
807
|
+
'iconPosition',
|
|
808
|
+
'size',
|
|
809
|
+
'height',
|
|
810
|
+
'sizeSmall',
|
|
811
|
+
'sizeMedium',
|
|
812
|
+
'sizeLarge',
|
|
813
|
+
'sizeUltra',
|
|
814
|
+
'href',
|
|
815
|
+
'rel',
|
|
816
|
+
'target',
|
|
817
|
+
'download',
|
|
818
|
+
'type',
|
|
819
|
+
'variant',
|
|
820
|
+
'fullwidth',
|
|
821
|
+
'textAlign',
|
|
822
|
+
'badge',
|
|
823
|
+
'badgeType',
|
|
824
|
+
'badgeEmpty',
|
|
825
|
+
'badgePosition',
|
|
826
|
+
'disabled',
|
|
827
|
+
'active',
|
|
828
|
+
'iconOnly',
|
|
829
|
+
'label',
|
|
830
|
+
'linkAccesskey',
|
|
831
|
+
'linkId',
|
|
832
|
+
'a11yLabel',
|
|
833
|
+
'a11yDescribedby',
|
|
834
|
+
'a11yExpanded',
|
|
835
|
+
'a11yDisabled',
|
|
836
|
+
'a11yControls',
|
|
837
|
+
'a11yTabindex',
|
|
838
|
+
'a11yCurrent',
|
|
839
|
+
'analyticsId',
|
|
840
|
+
'stzhFocus',
|
|
841
|
+
'stzhBlur'
|
|
842
|
+
]);
|
|
843
|
+
export const StzhList = defineContainer('stzh-list', undefined, [
|
|
844
|
+
'variant'
|
|
845
|
+
]);
|
|
846
|
+
export const StzhListItem = defineContainer('stzh-list-item', undefined);
|
|
847
|
+
export const StzhLoader = defineContainer('stzh-loader', undefined, [
|
|
848
|
+
'size',
|
|
849
|
+
'label',
|
|
850
|
+
'hideLabel'
|
|
851
|
+
]);
|
|
852
|
+
export const StzhLoadingbar = defineContainer('stzh-loadingbar', undefined, [
|
|
853
|
+
'percent',
|
|
854
|
+
'hidePercent',
|
|
855
|
+
'label'
|
|
856
|
+
]);
|
|
857
|
+
export const StzhMenu = defineContainer('stzh-menu', undefined);
|
|
858
|
+
export const StzhMenuItem = defineContainer('stzh-menu-item', undefined, [
|
|
859
|
+
'variant',
|
|
860
|
+
'size',
|
|
861
|
+
'counter',
|
|
862
|
+
'badge',
|
|
863
|
+
'badgeType',
|
|
864
|
+
'badgeEmpty',
|
|
865
|
+
'disabled',
|
|
866
|
+
'active',
|
|
867
|
+
'icon',
|
|
868
|
+
'label',
|
|
869
|
+
'href',
|
|
870
|
+
'target',
|
|
871
|
+
'a11yLabel',
|
|
872
|
+
'analyticsId',
|
|
873
|
+
'stzhFocus',
|
|
874
|
+
'stzhBlur'
|
|
875
|
+
]);
|
|
876
|
+
export const StzhMessage = defineContainer('stzh-message', undefined, [
|
|
877
|
+
'label',
|
|
878
|
+
'description',
|
|
879
|
+
'type',
|
|
880
|
+
'hideClose',
|
|
881
|
+
'localization',
|
|
882
|
+
'stzhOpen',
|
|
883
|
+
'stzhClose'
|
|
884
|
+
]);
|
|
885
|
+
export const StzhMicrositeTeaserlist = defineContainer('stzh-microsite-teaserlist', undefined, [
|
|
886
|
+
'localization',
|
|
887
|
+
'api',
|
|
888
|
+
'tags',
|
|
889
|
+
'showItems',
|
|
890
|
+
'stepItems'
|
|
891
|
+
]);
|
|
892
|
+
export const StzhMonthyearpicker = defineContainer('stzh-monthyearpicker', undefined, [
|
|
893
|
+
'monthOpen',
|
|
894
|
+
'yearOpen',
|
|
895
|
+
'months',
|
|
896
|
+
'years',
|
|
897
|
+
'min',
|
|
898
|
+
'max',
|
|
899
|
+
'minYear',
|
|
900
|
+
'maxYear',
|
|
901
|
+
'format',
|
|
902
|
+
'name',
|
|
903
|
+
'value',
|
|
904
|
+
'popoverPlacement',
|
|
905
|
+
'monthLabel',
|
|
906
|
+
'yearLabel',
|
|
907
|
+
'readonly',
|
|
908
|
+
'disabled',
|
|
909
|
+
'required',
|
|
910
|
+
'hideOptional',
|
|
911
|
+
'size',
|
|
912
|
+
'descriptionMonth',
|
|
913
|
+
'descriptionYear',
|
|
914
|
+
'descriptionLongMonth',
|
|
915
|
+
'descriptionLongYear',
|
|
916
|
+
'errorMonth',
|
|
917
|
+
'errorYear',
|
|
918
|
+
'invalidMonth',
|
|
919
|
+
'invalidYear',
|
|
920
|
+
'a11yDescribedbyMonth',
|
|
921
|
+
'a11yDescribedbyYear',
|
|
922
|
+
'localization',
|
|
923
|
+
'stzhChange'
|
|
924
|
+
], 'value', 'stzhChange');
|
|
925
|
+
export const StzhOlmap = defineContainer('stzh-olmap', undefined, [
|
|
926
|
+
'localization',
|
|
927
|
+
'hostname',
|
|
928
|
+
'scaleControl',
|
|
929
|
+
'layerControl',
|
|
930
|
+
'printControl',
|
|
931
|
+
'locationControl',
|
|
932
|
+
'layer',
|
|
933
|
+
'zoom',
|
|
934
|
+
'zoomLocation',
|
|
935
|
+
'center',
|
|
936
|
+
'centerMarker',
|
|
937
|
+
'pinchRotateThreshold',
|
|
938
|
+
'resolutions',
|
|
939
|
+
'layers',
|
|
940
|
+
'stzhInitialized',
|
|
941
|
+
'stzhPostRender',
|
|
942
|
+
'stzhMoveStart',
|
|
943
|
+
'stzhMoveEnd'
|
|
944
|
+
]);
|
|
945
|
+
export const StzhOverlay = defineContainer('stzh-overlay', undefined, [
|
|
946
|
+
'open',
|
|
947
|
+
'stay',
|
|
948
|
+
'a11yLabel',
|
|
949
|
+
'stzhOpen',
|
|
950
|
+
'stzhClose'
|
|
951
|
+
]);
|
|
952
|
+
export const StzhPageSkiplinks = defineContainer('stzh-page-skiplinks', undefined);
|
|
953
|
+
export const StzhPagebottom = defineContainer('stzh-pagebottom', undefined, [
|
|
954
|
+
'localization',
|
|
955
|
+
'shareTitle',
|
|
956
|
+
'shareUrl',
|
|
957
|
+
'shareServices',
|
|
958
|
+
'shareDisabled',
|
|
959
|
+
'shareMailSubject',
|
|
960
|
+
'shareMailBody',
|
|
961
|
+
'logoHref',
|
|
962
|
+
'withPrint',
|
|
963
|
+
'printAnalyticsId'
|
|
964
|
+
]);
|
|
965
|
+
export const StzhPagecontent = defineContainer('stzh-pagecontent', undefined);
|
|
966
|
+
export const StzhPagetitle = defineContainer('stzh-pagetitle', undefined, [
|
|
967
|
+
'background',
|
|
968
|
+
'dateline'
|
|
969
|
+
]);
|
|
970
|
+
export const StzhPagetitleHero = defineContainer('stzh-pagetitle-hero', undefined, [
|
|
971
|
+
'heading',
|
|
972
|
+
'headingId',
|
|
973
|
+
'leadAuthor',
|
|
974
|
+
'subtitle'
|
|
975
|
+
]);
|
|
976
|
+
export const StzhPagination = defineContainer('stzh-pagination', undefined, [
|
|
977
|
+
'total',
|
|
978
|
+
'name',
|
|
979
|
+
'value',
|
|
980
|
+
'label',
|
|
981
|
+
'labelHidden',
|
|
982
|
+
'readonly',
|
|
983
|
+
'disabled',
|
|
984
|
+
'description',
|
|
985
|
+
'descriptionLong',
|
|
986
|
+
'error',
|
|
987
|
+
'invalid',
|
|
988
|
+
'required',
|
|
989
|
+
'size',
|
|
990
|
+
'a11yDescribedby',
|
|
991
|
+
'localization',
|
|
992
|
+
'stzhChange'
|
|
993
|
+
], 'value', 'stzhChange');
|
|
994
|
+
export const StzhPanorama = defineContainer('stzh-panorama', undefined, [
|
|
995
|
+
'localization',
|
|
996
|
+
'caption',
|
|
997
|
+
'copyright',
|
|
998
|
+
'scene',
|
|
999
|
+
'sceneFadeDuration',
|
|
1000
|
+
'autoload',
|
|
1001
|
+
'orientationOnByDefault',
|
|
1002
|
+
'scenes',
|
|
1003
|
+
'stzhLoad',
|
|
1004
|
+
'stzhChange',
|
|
1005
|
+
'stzhFullscreenChange',
|
|
1006
|
+
'stzhSceneChange',
|
|
1007
|
+
'stzhZoomChange'
|
|
1008
|
+
]);
|
|
1009
|
+
export const StzhPopover = defineContainer('stzh-popover', undefined, [
|
|
1010
|
+
'open',
|
|
1011
|
+
'placement',
|
|
1012
|
+
'fullwidth',
|
|
1013
|
+
'variant',
|
|
1014
|
+
'size',
|
|
1015
|
+
'skidding',
|
|
1016
|
+
'distance',
|
|
1017
|
+
'label',
|
|
1018
|
+
'strategy',
|
|
1019
|
+
'localization',
|
|
1020
|
+
'stzhOpen',
|
|
1021
|
+
'stzhOpened',
|
|
1022
|
+
'stzhClose',
|
|
1023
|
+
'stzhClosed'
|
|
1024
|
+
]);
|
|
1025
|
+
export const StzhPrint = defineContainer('stzh-print', undefined);
|
|
1026
|
+
export const StzhProgressbar = defineContainer('stzh-progressbar', undefined, [
|
|
1027
|
+
'localization',
|
|
1028
|
+
'data',
|
|
1029
|
+
'index',
|
|
1030
|
+
'steps',
|
|
1031
|
+
'stepsSmall',
|
|
1032
|
+
'stepsMedium',
|
|
1033
|
+
'stepsLarge',
|
|
1034
|
+
'stepsUltra'
|
|
1035
|
+
]);
|
|
1036
|
+
export const StzhProgressbarItem = defineContainer('stzh-progressbar-item', undefined, [
|
|
1037
|
+
'label',
|
|
1038
|
+
'disabled',
|
|
1039
|
+
'first',
|
|
1040
|
+
'last',
|
|
1041
|
+
'passed',
|
|
1042
|
+
'current',
|
|
1043
|
+
'hide',
|
|
1044
|
+
'dotted',
|
|
1045
|
+
'step',
|
|
1046
|
+
'icon',
|
|
1047
|
+
'analyticsId',
|
|
1048
|
+
'stzhClick',
|
|
1049
|
+
'stzhDottedClick'
|
|
1050
|
+
]);
|
|
1051
|
+
export const StzhRadio = defineContainer('stzh-radio', undefined, [
|
|
1052
|
+
'localization',
|
|
1053
|
+
'disabled',
|
|
1054
|
+
'name',
|
|
1055
|
+
'value',
|
|
1056
|
+
'invalid',
|
|
1057
|
+
'required',
|
|
1058
|
+
'hideOptional',
|
|
1059
|
+
'checked',
|
|
1060
|
+
'defaultChecked',
|
|
1061
|
+
'label',
|
|
1062
|
+
'description',
|
|
1063
|
+
'descriptionLong',
|
|
1064
|
+
'descriptionLongTitle',
|
|
1065
|
+
'error',
|
|
1066
|
+
'a11yDescribedby',
|
|
1067
|
+
'stzhChange',
|
|
1068
|
+
'stzhFocus',
|
|
1069
|
+
'stzhBlur'
|
|
1070
|
+
], 'checked', 'stzhChange');
|
|
1071
|
+
export const StzhRadiogroup = defineContainer('stzh-radiogroup', undefined, [
|
|
1072
|
+
'localization',
|
|
1073
|
+
'disabled',
|
|
1074
|
+
'name',
|
|
1075
|
+
'legend',
|
|
1076
|
+
'hideLegend',
|
|
1077
|
+
'invalid',
|
|
1078
|
+
'required',
|
|
1079
|
+
'hideOptional',
|
|
1080
|
+
'value',
|
|
1081
|
+
'defaultValue',
|
|
1082
|
+
'direction',
|
|
1083
|
+
'description',
|
|
1084
|
+
'descriptionLong',
|
|
1085
|
+
'descriptionLongTitle',
|
|
1086
|
+
'error',
|
|
1087
|
+
'checkedRadio',
|
|
1088
|
+
'preventUpdateProperties'
|
|
1089
|
+
], 'value', 'stzhChange');
|
|
1090
|
+
export const StzhRatio = defineContainer('stzh-ratio', undefined, [
|
|
1091
|
+
'ratio',
|
|
1092
|
+
'ratioSmall',
|
|
1093
|
+
'ratioMedium',
|
|
1094
|
+
'ratioLarge',
|
|
1095
|
+
'ratioUltra',
|
|
1096
|
+
'portrait',
|
|
1097
|
+
'fit'
|
|
1098
|
+
]);
|
|
1099
|
+
export const StzhReadspeaker = defineContainer('stzh-readspeaker', undefined, [
|
|
1100
|
+
'href'
|
|
1101
|
+
]);
|
|
1102
|
+
export const StzhRichtext = defineContainer('stzh-richtext', undefined, [
|
|
1103
|
+
'localization',
|
|
1104
|
+
'removeFirstMargin',
|
|
1105
|
+
'removeLastMargin',
|
|
1106
|
+
'externalLinkSelector',
|
|
1107
|
+
'externalLinkIcon'
|
|
1108
|
+
]);
|
|
1109
|
+
export const StzhRow = defineContainer('stzh-row', undefined, [
|
|
1110
|
+
'span',
|
|
1111
|
+
'spanSmall',
|
|
1112
|
+
'spanMedium',
|
|
1113
|
+
'spanLarge',
|
|
1114
|
+
'spanUltra',
|
|
1115
|
+
'justify',
|
|
1116
|
+
'items',
|
|
1117
|
+
'content'
|
|
1118
|
+
]);
|
|
1119
|
+
export const StzhSaptcha = defineContainer('stzh-saptcha', undefined, [
|
|
1120
|
+
'localization',
|
|
1121
|
+
'numbers',
|
|
1122
|
+
'value',
|
|
1123
|
+
'name',
|
|
1124
|
+
'error',
|
|
1125
|
+
'invalid',
|
|
1126
|
+
'disabled'
|
|
1127
|
+
], 'value', 'stzhChange');
|
|
1128
|
+
export const StzhScrollup = defineContainer('stzh-scrollup', undefined);
|
|
1129
|
+
export const StzhSearch = defineContainer('stzh-search', undefined, [
|
|
1130
|
+
'localization',
|
|
1131
|
+
'variant',
|
|
1132
|
+
'autofetchMainFilters',
|
|
1133
|
+
'autofetchAsideFilters',
|
|
1134
|
+
'api',
|
|
1135
|
+
'debounceTime',
|
|
1136
|
+
'limit',
|
|
1137
|
+
'initialFetch',
|
|
1138
|
+
'preventUpdateUrl',
|
|
1139
|
+
'templateResult',
|
|
1140
|
+
'templateResultWrapperElement',
|
|
1141
|
+
'templateResultWrapperProps',
|
|
1142
|
+
'resultHeadingLevel'
|
|
1143
|
+
]);
|
|
1144
|
+
export const StzhSection = defineContainer('stzh-section', undefined, [
|
|
1145
|
+
'variant',
|
|
1146
|
+
'background',
|
|
1147
|
+
'marginTop',
|
|
1148
|
+
'marginBottom',
|
|
1149
|
+
'paddingTop',
|
|
1150
|
+
'paddingBottom',
|
|
1151
|
+
'breakout'
|
|
1152
|
+
]);
|
|
1153
|
+
export const StzhShare = defineContainer('stzh-share', undefined, [
|
|
1154
|
+
'localization',
|
|
1155
|
+
'url',
|
|
1156
|
+
'mailSubject',
|
|
1157
|
+
'mailBody',
|
|
1158
|
+
'services'
|
|
1159
|
+
]);
|
|
1160
|
+
export const StzhShow = defineContainer('stzh-show', undefined, [
|
|
1161
|
+
'mikro',
|
|
1162
|
+
'small',
|
|
1163
|
+
'medium',
|
|
1164
|
+
'large',
|
|
1165
|
+
'ultra',
|
|
1166
|
+
'showFromDate',
|
|
1167
|
+
'hideFromDate',
|
|
1168
|
+
'closeKey'
|
|
1169
|
+
]);
|
|
1170
|
+
export const StzhSitemap = defineContainer('stzh-sitemap', undefined, [
|
|
1171
|
+
'items'
|
|
1172
|
+
]);
|
|
1173
|
+
export const StzhSkinPortalMitwirken = defineContainer('stzh-skin-portal-mitwirken', undefined);
|
|
1174
|
+
export const StzhSkinStorybookPreview = defineContainer('stzh-skin-storybook-preview', undefined);
|
|
1175
|
+
export const StzhSkiplink = defineContainer('stzh-skiplink', undefined, [
|
|
1176
|
+
'label',
|
|
1177
|
+
'href',
|
|
1178
|
+
'linkAccesskey',
|
|
1179
|
+
'linkTitle',
|
|
1180
|
+
'analyticsId',
|
|
1181
|
+
'stzhFocus',
|
|
1182
|
+
'stzhBlur'
|
|
1183
|
+
]);
|
|
1184
|
+
export const StzhSortable = defineContainer('stzh-sortable', undefined, [
|
|
1185
|
+
'localization',
|
|
1186
|
+
'disabled',
|
|
1187
|
+
'dataIdAttribute',
|
|
1188
|
+
'container',
|
|
1189
|
+
'ghostClone',
|
|
1190
|
+
'filterElements',
|
|
1191
|
+
'stzhUpdate',
|
|
1192
|
+
'stzhDisable'
|
|
1193
|
+
]);
|
|
1194
|
+
export const StzhSpace = defineContainer('stzh-space', undefined, [
|
|
1195
|
+
'curve',
|
|
1196
|
+
'size',
|
|
1197
|
+
'sizeSmall',
|
|
1198
|
+
'sizeMedium',
|
|
1199
|
+
'sizeLarge',
|
|
1200
|
+
'sizeUltra',
|
|
1201
|
+
'justify',
|
|
1202
|
+
'items',
|
|
1203
|
+
'around',
|
|
1204
|
+
'border'
|
|
1205
|
+
]);
|
|
1206
|
+
export const StzhStatus = defineContainer('stzh-status', undefined, [
|
|
1207
|
+
'percent',
|
|
1208
|
+
'withLoadingbar',
|
|
1209
|
+
'label',
|
|
1210
|
+
'type'
|
|
1211
|
+
]);
|
|
1212
|
+
export const StzhSticky = defineContainer('stzh-sticky', undefined, [
|
|
1213
|
+
'variant',
|
|
1214
|
+
'disableStickyTop',
|
|
1215
|
+
'disableStickyBottom',
|
|
1216
|
+
'bleeding',
|
|
1217
|
+
'name',
|
|
1218
|
+
'position',
|
|
1219
|
+
'stzhStuckTop',
|
|
1220
|
+
'stzhStuckBottom'
|
|
1221
|
+
]);
|
|
1222
|
+
export const StzhStickyActions = defineContainer('stzh-sticky-actions', undefined, [
|
|
1223
|
+
'pagetitleQuery'
|
|
1224
|
+
]);
|
|
1225
|
+
export const StzhTable = defineContainer('stzh-table', undefined, [
|
|
1226
|
+
'fixedLeft',
|
|
1227
|
+
'fixedRight',
|
|
1228
|
+
'disableMinWidth'
|
|
1229
|
+
]);
|
|
1230
|
+
export const StzhTag = defineContainer('stzh-tag', undefined, [
|
|
1231
|
+
'label',
|
|
1232
|
+
'href',
|
|
1233
|
+
'target',
|
|
1234
|
+
'nonInteractive',
|
|
1235
|
+
'type',
|
|
1236
|
+
'size',
|
|
1237
|
+
'disabled',
|
|
1238
|
+
'a11yTabindex',
|
|
1239
|
+
'a11yLabel',
|
|
1240
|
+
'a11yDescribedby',
|
|
1241
|
+
'analyticsId',
|
|
1242
|
+
'removeAnalyticsId',
|
|
1243
|
+
'stzhClick',
|
|
1244
|
+
'stzhFocus',
|
|
1245
|
+
'stzhBlur'
|
|
1246
|
+
]);
|
|
1247
|
+
export const StzhText = defineContainer('stzh-text', undefined, [
|
|
1248
|
+
'font',
|
|
1249
|
+
'curve',
|
|
1250
|
+
'lead',
|
|
1251
|
+
'color',
|
|
1252
|
+
'size',
|
|
1253
|
+
'sizeSmall',
|
|
1254
|
+
'sizeMedium',
|
|
1255
|
+
'sizeLarge',
|
|
1256
|
+
'sizeUltra'
|
|
1257
|
+
]);
|
|
1258
|
+
export const StzhTextandimage = defineContainer('stzh-textandimage', undefined, [
|
|
1259
|
+
'size'
|
|
1260
|
+
]);
|
|
1261
|
+
export const StzhTimeline = defineContainer('stzh-timeline', undefined, [
|
|
1262
|
+
'foldable',
|
|
1263
|
+
'collapsible',
|
|
1264
|
+
'multiselectable',
|
|
1265
|
+
'stzhFoldableChange'
|
|
1266
|
+
]);
|
|
1267
|
+
export const StzhTimelineItem = defineContainer('stzh-timeline-item', undefined, [
|
|
1268
|
+
'foldable',
|
|
1269
|
+
'collapsible',
|
|
1270
|
+
'open',
|
|
1271
|
+
'disabled',
|
|
1272
|
+
'completed',
|
|
1273
|
+
'heading',
|
|
1274
|
+
'description',
|
|
1275
|
+
'step',
|
|
1276
|
+
'icon',
|
|
1277
|
+
'badge',
|
|
1278
|
+
'badgeEmpty',
|
|
1279
|
+
'badgeType',
|
|
1280
|
+
'headingLevel',
|
|
1281
|
+
'analyticsId',
|
|
1282
|
+
'stzhOpen',
|
|
1283
|
+
'stzhOpened',
|
|
1284
|
+
'stzhClose',
|
|
1285
|
+
'stzhClosed',
|
|
1286
|
+
'stzhFocus',
|
|
1287
|
+
'stzhBlur'
|
|
1288
|
+
]);
|
|
1289
|
+
export const StzhTimepicker = defineContainer('stzh-timepicker', undefined, [
|
|
1290
|
+
'open',
|
|
1291
|
+
'min',
|
|
1292
|
+
'max',
|
|
1293
|
+
'step',
|
|
1294
|
+
'name',
|
|
1295
|
+
'value',
|
|
1296
|
+
'popoverPlacement',
|
|
1297
|
+
'label',
|
|
1298
|
+
'readonly',
|
|
1299
|
+
'disabled',
|
|
1300
|
+
'description',
|
|
1301
|
+
'descriptionLong',
|
|
1302
|
+
'error',
|
|
1303
|
+
'invalid',
|
|
1304
|
+
'required',
|
|
1305
|
+
'hideOptional',
|
|
1306
|
+
'size',
|
|
1307
|
+
'a11yDescribedby',
|
|
1308
|
+
'localization',
|
|
1309
|
+
'stzhChange'
|
|
1310
|
+
], 'value', 'stzhChange');
|
|
1311
|
+
export const StzhToast = defineContainer('stzh-toast', undefined, [
|
|
1312
|
+
'label',
|
|
1313
|
+
'type',
|
|
1314
|
+
'hideClose',
|
|
1315
|
+
'open',
|
|
1316
|
+
'initialOpenAnimation',
|
|
1317
|
+
'localization',
|
|
1318
|
+
'stzhOpen',
|
|
1319
|
+
'stzhOpened',
|
|
1320
|
+
'stzhClose',
|
|
1321
|
+
'stzhClosed'
|
|
1322
|
+
]);
|
|
1323
|
+
export const StzhToastbar = defineContainer('stzh-toastbar', undefined, [
|
|
1324
|
+
'hideAfter',
|
|
1325
|
+
'max',
|
|
1326
|
+
'initialToasts'
|
|
1327
|
+
]);
|
|
1328
|
+
export const StzhToggle = defineContainer('stzh-toggle', undefined, [
|
|
1329
|
+
'localization',
|
|
1330
|
+
'disabled',
|
|
1331
|
+
'name',
|
|
1332
|
+
'value',
|
|
1333
|
+
'invalid',
|
|
1334
|
+
'required',
|
|
1335
|
+
'hideOptional',
|
|
1336
|
+
'checked',
|
|
1337
|
+
'defaultChecked',
|
|
1338
|
+
'label',
|
|
1339
|
+
'labelPosition',
|
|
1340
|
+
'description',
|
|
1341
|
+
'descriptionLong',
|
|
1342
|
+
'descriptionLongTitle',
|
|
1343
|
+
'error',
|
|
1344
|
+
'a11yDescribedby',
|
|
1345
|
+
'stzhChange',
|
|
1346
|
+
'stzhFocus',
|
|
1347
|
+
'stzhBlur'
|
|
1348
|
+
], 'checked', 'stzhChange');
|
|
1349
|
+
export const StzhTooltip = defineContainer('stzh-tooltip', undefined, [
|
|
1350
|
+
'open',
|
|
1351
|
+
'label',
|
|
1352
|
+
'content',
|
|
1353
|
+
'placement',
|
|
1354
|
+
'strategy',
|
|
1355
|
+
'size',
|
|
1356
|
+
'skidding',
|
|
1357
|
+
'distance',
|
|
1358
|
+
'interactive',
|
|
1359
|
+
'trigger',
|
|
1360
|
+
'localization',
|
|
1361
|
+
'stzhOpen',
|
|
1362
|
+
'stzhOpened',
|
|
1363
|
+
'stzhClose',
|
|
1364
|
+
'stzhClosed'
|
|
1365
|
+
]);
|
|
1366
|
+
export const StzhTwocolumns = defineContainer('stzh-twocolumns', undefined);
|
|
1367
|
+
export const StzhUpload = defineContainer('stzh-upload', undefined, [
|
|
1368
|
+
'existingFiles',
|
|
1369
|
+
'name',
|
|
1370
|
+
'label',
|
|
1371
|
+
'heading',
|
|
1372
|
+
'description',
|
|
1373
|
+
'button',
|
|
1374
|
+
'url',
|
|
1375
|
+
'method',
|
|
1376
|
+
'withCredentials',
|
|
1377
|
+
'disabled',
|
|
1378
|
+
'invalid',
|
|
1379
|
+
'downloadDisabled',
|
|
1380
|
+
'downloadDisabledWhileProcessing',
|
|
1381
|
+
'error',
|
|
1382
|
+
'acceptedFiles',
|
|
1383
|
+
'autoProcessQueue',
|
|
1384
|
+
'hideProgress',
|
|
1385
|
+
'hideProgressWhileIdle',
|
|
1386
|
+
'maxFiles',
|
|
1387
|
+
'maxFilesize',
|
|
1388
|
+
'parallelUploads',
|
|
1389
|
+
'uploadMultiple',
|
|
1390
|
+
'chunking',
|
|
1391
|
+
'forceChunking',
|
|
1392
|
+
'chunkSize',
|
|
1393
|
+
'parallelChunkUploads',
|
|
1394
|
+
'retryChunks',
|
|
1395
|
+
'retryChunksLimit',
|
|
1396
|
+
'filesizeBase',
|
|
1397
|
+
'headers',
|
|
1398
|
+
'defaultHeaders',
|
|
1399
|
+
'accept',
|
|
1400
|
+
'chunksUploaded',
|
|
1401
|
+
'hiddenInputContainer',
|
|
1402
|
+
'preventHiddenInputClear',
|
|
1403
|
+
'localization',
|
|
1404
|
+
'stzhFileAdded',
|
|
1405
|
+
'stzhFilesAdded',
|
|
1406
|
+
'stzhFileRemove',
|
|
1407
|
+
'stzhFileRemoved',
|
|
1408
|
+
'stzhSending',
|
|
1409
|
+
'stzhSendingMultiple',
|
|
1410
|
+
'stzhProcessing',
|
|
1411
|
+
'stzhProcessingMultiple',
|
|
1412
|
+
'stzhProgress',
|
|
1413
|
+
'stzhProgressTotal',
|
|
1414
|
+
'stzhError',
|
|
1415
|
+
'stzhErrorMultiple',
|
|
1416
|
+
'stzhSuccess',
|
|
1417
|
+
'stzhSuccessMultiple',
|
|
1418
|
+
'stzhCanceled',
|
|
1419
|
+
'stzhCanceledMultiple',
|
|
1420
|
+
'stzhComplete',
|
|
1421
|
+
'stzhCompleteMultiple'
|
|
1422
|
+
]);
|
|
1423
|
+
export const StzhVbzCarousel = defineContainer('stzh-vbz-carousel', undefined, [
|
|
1424
|
+
'autoplayTimeout'
|
|
1425
|
+
]);
|
|
1426
|
+
export const StzhVbzLinechip = defineContainer('stzh-vbz-linechip', undefined, [
|
|
1427
|
+
'line',
|
|
1428
|
+
'active',
|
|
1429
|
+
'alert',
|
|
1430
|
+
'global',
|
|
1431
|
+
'disabled',
|
|
1432
|
+
'analyticsId',
|
|
1433
|
+
'stzhFocus',
|
|
1434
|
+
'stzhBlur'
|
|
1435
|
+
]);
|
|
1436
|
+
export const StzhVbzMajorticker = defineContainer('stzh-vbz-majorticker', undefined, [
|
|
1437
|
+
'api',
|
|
1438
|
+
'data',
|
|
1439
|
+
'moreInfoLink',
|
|
1440
|
+
'dateAdapter',
|
|
1441
|
+
'localization',
|
|
1442
|
+
'showCloseKey',
|
|
1443
|
+
'stzhDisturbanceFetched'
|
|
1444
|
+
]);
|
|
1445
|
+
export const StzhVbzTicker = defineContainer('stzh-vbz-ticker', undefined, [
|
|
1446
|
+
'api',
|
|
1447
|
+
'data',
|
|
1448
|
+
'moreInfoLink',
|
|
1449
|
+
'dateAdapter',
|
|
1450
|
+
'localization'
|
|
1451
|
+
]);
|
|
1452
|
+
export const StzhVisuallyhidden = defineContainer('stzh-visuallyhidden', undefined);
|
|
1453
|
+
export const StzhVspace = defineContainer('stzh-vspace', undefined, [
|
|
1454
|
+
'curve',
|
|
1455
|
+
'size',
|
|
1456
|
+
'sizeSmall',
|
|
1457
|
+
'sizeMedium',
|
|
1458
|
+
'sizeLarge',
|
|
1459
|
+
'sizeUltra',
|
|
1460
|
+
'justify',
|
|
1461
|
+
'items',
|
|
1462
|
+
'around',
|
|
1463
|
+
'aroundTop',
|
|
1464
|
+
'aroundBottom',
|
|
1465
|
+
'border'
|
|
1466
|
+
]);
|
|
1467
|
+
export const StzhYoutube = defineContainer('stzh-youtube', undefined, [
|
|
1468
|
+
'localization',
|
|
1469
|
+
'url',
|
|
1470
|
+
'cookie',
|
|
1471
|
+
'cookieExpires',
|
|
1472
|
+
'skipPreviewIfCookieAccepted',
|
|
1473
|
+
'skipPreview'
|
|
1474
|
+
]);
|
|
1475
|
+
//# sourceMappingURL=proxies.js.map
|