@oiz/stzh-components-vue 3.8.2 → 4.0.0-beta2
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/stencil-generated/proxies.d.ts +148 -148
- package/dist/stencil-generated/proxies.js +296 -33
- package/dist/stencil-generated/proxies.js.map +1 -1
- package/package.json +5 -2
- package/dist/stencil-generated/vue-component-lib/utils.d.ts +0 -4
- package/dist/stencil-generated/vue-component-lib/utils.js +0 -116
- package/dist/stencil-generated/vue-component-lib/utils.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineContainer } from '
|
|
1
|
+
import { defineContainer } from '@stencil/vue-output-target/runtime';
|
|
2
2
|
import { defineCustomElements } from '@oiz/stzh-components/loader';
|
|
3
3
|
defineCustomElements();
|
|
4
4
|
export const StzhAccordion = defineContainer('stzh-accordion', undefined, [
|
|
@@ -7,6 +7,8 @@ export const StzhAccordion = defineContainer('stzh-accordion', undefined, [
|
|
|
7
7
|
'collapsible',
|
|
8
8
|
'multiselectable',
|
|
9
9
|
'stzhVariantChange'
|
|
10
|
+
], [
|
|
11
|
+
'stzhVariantChange'
|
|
10
12
|
]);
|
|
11
13
|
export const StzhAccordionItem = defineContainer('stzh-accordion-item', undefined, [
|
|
12
14
|
'variant',
|
|
@@ -28,6 +30,13 @@ export const StzhAccordionItem = defineContainer('stzh-accordion-item', undefine
|
|
|
28
30
|
'stzhClosed',
|
|
29
31
|
'stzhFocus',
|
|
30
32
|
'stzhBlur'
|
|
33
|
+
], [
|
|
34
|
+
'stzhOpen',
|
|
35
|
+
'stzhOpened',
|
|
36
|
+
'stzhClose',
|
|
37
|
+
'stzhClosed',
|
|
38
|
+
'stzhFocus',
|
|
39
|
+
'stzhBlur'
|
|
31
40
|
]);
|
|
32
41
|
export const StzhActions = defineContainer('stzh-actions', undefined, [
|
|
33
42
|
'variant',
|
|
@@ -41,6 +50,8 @@ export const StzhActionset = defineContainer('stzh-actionset', undefined, [
|
|
|
41
50
|
'popoverPlacement',
|
|
42
51
|
'actions',
|
|
43
52
|
'stzhActionClick'
|
|
53
|
+
], [
|
|
54
|
+
'stzhActionClick'
|
|
44
55
|
]);
|
|
45
56
|
export const StzhAmount = defineContainer('stzh-amount', undefined, [
|
|
46
57
|
'minValue',
|
|
@@ -65,18 +76,23 @@ export const StzhAmount = defineContainer('stzh-amount', undefined, [
|
|
|
65
76
|
'a11yDescribedby',
|
|
66
77
|
'localization',
|
|
67
78
|
'stzhChange'
|
|
79
|
+
], [
|
|
80
|
+
'stzhChange'
|
|
68
81
|
], 'value', 'stzhChange');
|
|
69
82
|
export const StzhAnchornav = defineContainer('stzh-anchornav', undefined, [
|
|
70
83
|
'localization',
|
|
71
84
|
'items',
|
|
72
85
|
'stzhItemClick'
|
|
86
|
+
], [
|
|
87
|
+
'stzhItemClick'
|
|
73
88
|
]);
|
|
74
|
-
export const StzhAppBar = defineContainer('stzh-app-bar', undefined);
|
|
75
89
|
export const StzhAppNav = defineContainer('stzh-app-nav', undefined, [
|
|
76
90
|
'localization',
|
|
77
91
|
'items',
|
|
78
92
|
'appNavId',
|
|
79
93
|
'stzhAppNavItemClick'
|
|
94
|
+
], [
|
|
95
|
+
'stzhAppNavItemClick'
|
|
80
96
|
]);
|
|
81
97
|
export const StzhAppointments = defineContainer('stzh-appointments', undefined, [
|
|
82
98
|
'localization',
|
|
@@ -92,6 +108,8 @@ export const StzhAppointments = defineContainer('stzh-appointments', undefined,
|
|
|
92
108
|
'appointmentsTitle',
|
|
93
109
|
'dateAdapter',
|
|
94
110
|
'stzhChange'
|
|
111
|
+
], [
|
|
112
|
+
'stzhChange'
|
|
95
113
|
]);
|
|
96
114
|
export const StzhArchivelist = defineContainer('stzh-archivelist', undefined, [
|
|
97
115
|
'localization',
|
|
@@ -101,6 +119,8 @@ export const StzhArchivelist = defineContainer('stzh-archivelist', undefined, [
|
|
|
101
119
|
'headingLevel',
|
|
102
120
|
'items',
|
|
103
121
|
'stzhItemClick'
|
|
122
|
+
], [
|
|
123
|
+
'stzhItemClick'
|
|
104
124
|
]);
|
|
105
125
|
export const StzhAudio = defineContainer('stzh-audio', undefined, [
|
|
106
126
|
'localization',
|
|
@@ -117,6 +137,14 @@ export const StzhAudio = defineContainer('stzh-audio', undefined, [
|
|
|
117
137
|
'stzhEnd',
|
|
118
138
|
'stzhEnded',
|
|
119
139
|
'stzhError'
|
|
140
|
+
], [
|
|
141
|
+
'stzhPlay',
|
|
142
|
+
'stzhPlaying',
|
|
143
|
+
'stzhPause',
|
|
144
|
+
'stzhReplay',
|
|
145
|
+
'stzhEnd',
|
|
146
|
+
'stzhEnded',
|
|
147
|
+
'stzhError'
|
|
120
148
|
]);
|
|
121
149
|
export const StzhBadge = defineContainer('stzh-badge', undefined, [
|
|
122
150
|
'label',
|
|
@@ -128,6 +156,9 @@ export const StzhBanner = defineContainer('stzh-banner', undefined, [
|
|
|
128
156
|
'localization',
|
|
129
157
|
'stzhOpen',
|
|
130
158
|
'stzhClose'
|
|
159
|
+
], [
|
|
160
|
+
'stzhOpen',
|
|
161
|
+
'stzhClose'
|
|
131
162
|
]);
|
|
132
163
|
export const StzhBathstatusItem = defineContainer('stzh-bathstatus-item', undefined, [
|
|
133
164
|
'localization',
|
|
@@ -145,6 +176,8 @@ export const StzhBreadcrumb = defineContainer('stzh-breadcrumb', undefined, [
|
|
|
145
176
|
'items',
|
|
146
177
|
'expanded',
|
|
147
178
|
'stzhItemClick'
|
|
179
|
+
], [
|
|
180
|
+
'stzhItemClick'
|
|
148
181
|
]);
|
|
149
182
|
export const StzhButton = defineContainer('stzh-button', undefined, [
|
|
150
183
|
'localization',
|
|
@@ -196,6 +229,11 @@ export const StzhButton = defineContainer('stzh-button', undefined, [
|
|
|
196
229
|
'stzhBlur',
|
|
197
230
|
'stzhChange',
|
|
198
231
|
'stzhClick'
|
|
232
|
+
], [
|
|
233
|
+
'stzhFocus',
|
|
234
|
+
'stzhBlur',
|
|
235
|
+
'stzhChange',
|
|
236
|
+
'stzhClick'
|
|
199
237
|
]);
|
|
200
238
|
export const StzhButtongroup = defineContainer('stzh-buttongroup', undefined);
|
|
201
239
|
export const StzhCalendar = defineContainer('stzh-calendar', undefined, [
|
|
@@ -208,6 +246,8 @@ export const StzhCalendar = defineContainer('stzh-calendar', undefined, [
|
|
|
208
246
|
'prevMonthAnalyticsId',
|
|
209
247
|
'nextMonthAnalyticsId',
|
|
210
248
|
'stzhChange'
|
|
249
|
+
], [
|
|
250
|
+
'stzhChange'
|
|
211
251
|
], 'value', 'stzhChange');
|
|
212
252
|
export const StzhCard = defineContainer('stzh-card', undefined, [
|
|
213
253
|
'localization',
|
|
@@ -240,6 +280,12 @@ export const StzhCard = defineContainer('stzh-card', undefined, [
|
|
|
240
280
|
'stzhSubtitleClick',
|
|
241
281
|
'stzhStarClick',
|
|
242
282
|
'stzhHeaderActionClick'
|
|
283
|
+
], [
|
|
284
|
+
'stzhClick',
|
|
285
|
+
'stzhCollapse',
|
|
286
|
+
'stzhSubtitleClick',
|
|
287
|
+
'stzhStarClick',
|
|
288
|
+
'stzhHeaderActionClick'
|
|
243
289
|
], 'checked', 'stzhChange');
|
|
244
290
|
export const StzhCardNavigation = defineContainer('stzh-card-navigation', undefined, [
|
|
245
291
|
'href',
|
|
@@ -250,6 +296,8 @@ export const StzhCardNavigation = defineContainer('stzh-card-navigation', undefi
|
|
|
250
296
|
'lead',
|
|
251
297
|
'hyphensEnabled',
|
|
252
298
|
'stzhClick'
|
|
299
|
+
], [
|
|
300
|
+
'stzhClick'
|
|
253
301
|
]);
|
|
254
302
|
export const StzhCardSearchresult = defineContainer('stzh-card-searchresult', undefined, [
|
|
255
303
|
'localization',
|
|
@@ -277,6 +325,8 @@ export const StzhCardSearchresult = defineContainer('stzh-card-searchresult', un
|
|
|
277
325
|
'dateAdapter',
|
|
278
326
|
'hyphensEnabled',
|
|
279
327
|
'stzhClick'
|
|
328
|
+
], [
|
|
329
|
+
'stzhClick'
|
|
280
330
|
]);
|
|
281
331
|
export const StzhCardSuperteaser = defineContainer('stzh-card-superteaser', undefined, [
|
|
282
332
|
'localization',
|
|
@@ -305,6 +355,8 @@ export const StzhCardSuperteaser = defineContainer('stzh-card-superteaser', unde
|
|
|
305
355
|
'dateAdapter',
|
|
306
356
|
'hyphensEnabled',
|
|
307
357
|
'stzhClick'
|
|
358
|
+
], [
|
|
359
|
+
'stzhClick'
|
|
308
360
|
]);
|
|
309
361
|
export const StzhCardlist = defineContainer('stzh-cardlist', undefined, [
|
|
310
362
|
'localization',
|
|
@@ -315,6 +367,8 @@ export const StzhCardlist = defineContainer('stzh-cardlist', undefined, [
|
|
|
315
367
|
'sortableDataIdAttribute',
|
|
316
368
|
'max3Columns',
|
|
317
369
|
'stzhCollapseAll'
|
|
370
|
+
], [
|
|
371
|
+
'stzhCollapseAll'
|
|
318
372
|
]);
|
|
319
373
|
export const StzhCarousel = defineContainer('stzh-carousel', undefined, [
|
|
320
374
|
'localization',
|
|
@@ -338,6 +392,10 @@ export const StzhCarousel = defineContainer('stzh-carousel', undefined, [
|
|
|
338
392
|
'stzhSlideStart',
|
|
339
393
|
'stzhSlidePassed',
|
|
340
394
|
'stzhSlideEnd'
|
|
395
|
+
], [
|
|
396
|
+
'stzhSlideStart',
|
|
397
|
+
'stzhSlidePassed',
|
|
398
|
+
'stzhSlideEnd'
|
|
341
399
|
]);
|
|
342
400
|
export const StzhCell = defineContainer('stzh-cell', undefined, [
|
|
343
401
|
'span',
|
|
@@ -371,6 +429,10 @@ export const StzhCheckbox = defineContainer('stzh-checkbox', undefined, [
|
|
|
371
429
|
'stzhChange',
|
|
372
430
|
'stzhFocus',
|
|
373
431
|
'stzhBlur'
|
|
432
|
+
], [
|
|
433
|
+
'stzhChange',
|
|
434
|
+
'stzhFocus',
|
|
435
|
+
'stzhBlur'
|
|
374
436
|
], 'checked', 'stzhChange');
|
|
375
437
|
export const StzhCheckboxgroup = defineContainer('stzh-checkboxgroup', undefined, [
|
|
376
438
|
'localization',
|
|
@@ -391,6 +453,8 @@ export const StzhCheckboxgroup = defineContainer('stzh-checkboxgroup', undefined
|
|
|
391
453
|
'checkedCheckbox',
|
|
392
454
|
'preventUpdateProperties',
|
|
393
455
|
'stzhChange'
|
|
456
|
+
], [
|
|
457
|
+
'stzhChange'
|
|
394
458
|
], 'value', 'stzhChange');
|
|
395
459
|
export const StzhChip = defineContainer('stzh-chip', undefined, [
|
|
396
460
|
'label',
|
|
@@ -420,6 +484,11 @@ export const StzhChip = defineContainer('stzh-chip', undefined, [
|
|
|
420
484
|
'stzhRemove',
|
|
421
485
|
'stzhFocus',
|
|
422
486
|
'stzhBlur'
|
|
487
|
+
], [
|
|
488
|
+
'stzhClick',
|
|
489
|
+
'stzhRemove',
|
|
490
|
+
'stzhFocus',
|
|
491
|
+
'stzhBlur'
|
|
423
492
|
]);
|
|
424
493
|
export const StzhChipgroup = defineContainer('stzh-chipgroup', undefined);
|
|
425
494
|
export const StzhChipselect = defineContainer('stzh-chipselect', undefined, [
|
|
@@ -441,6 +510,8 @@ export const StzhChipselect = defineContainer('stzh-chipselect', undefined, [
|
|
|
441
510
|
'hideOptional',
|
|
442
511
|
'a11yDescribedby',
|
|
443
512
|
'stzhChange'
|
|
513
|
+
], [
|
|
514
|
+
'stzhChange'
|
|
444
515
|
], 'value', 'stzhChange');
|
|
445
516
|
export const StzhClamp = defineContainer('stzh-clamp', undefined, [
|
|
446
517
|
'localization',
|
|
@@ -454,6 +525,9 @@ export const StzhClamp = defineContainer('stzh-clamp', undefined, [
|
|
|
454
525
|
'clamped',
|
|
455
526
|
'stzhClamp',
|
|
456
527
|
'stzhExpand'
|
|
528
|
+
], [
|
|
529
|
+
'stzhClamp',
|
|
530
|
+
'stzhExpand'
|
|
457
531
|
]);
|
|
458
532
|
export const StzhCompanyLogo = defineContainer('stzh-company-logo', undefined);
|
|
459
533
|
export const StzhContact = defineContainer('stzh-contact', undefined, [
|
|
@@ -509,6 +583,10 @@ export const StzhCta = defineContainer('stzh-cta', undefined, [
|
|
|
509
583
|
'stzhFocus',
|
|
510
584
|
'stzhBlur',
|
|
511
585
|
'stzhClick'
|
|
586
|
+
], [
|
|
587
|
+
'stzhFocus',
|
|
588
|
+
'stzhBlur',
|
|
589
|
+
'stzhClick'
|
|
512
590
|
]);
|
|
513
591
|
export const StzhDatalist = defineContainer('stzh-datalist', undefined, [
|
|
514
592
|
'variant',
|
|
@@ -527,6 +605,10 @@ export const StzhDatalist = defineContainer('stzh-datalist', undefined, [
|
|
|
527
605
|
'stzhVariantChange',
|
|
528
606
|
'stzhBigLabelChange',
|
|
529
607
|
'stzhDirectionChange'
|
|
608
|
+
], [
|
|
609
|
+
'stzhVariantChange',
|
|
610
|
+
'stzhBigLabelChange',
|
|
611
|
+
'stzhDirectionChange'
|
|
530
612
|
]);
|
|
531
613
|
export const StzhDatalistItem = defineContainer('stzh-datalist-item', undefined, [
|
|
532
614
|
'localization',
|
|
@@ -552,6 +634,9 @@ export const StzhDatalistItem = defineContainer('stzh-datalist-item', undefined,
|
|
|
552
634
|
'a11yControls',
|
|
553
635
|
'stzhItemActionClick',
|
|
554
636
|
'stzhClick'
|
|
637
|
+
], [
|
|
638
|
+
'stzhItemActionClick',
|
|
639
|
+
'stzhClick'
|
|
555
640
|
]);
|
|
556
641
|
export const StzhDatamessagelist = defineContainer('stzh-datamessagelist', undefined);
|
|
557
642
|
export const StzhDatamessagelistItem = defineContainer('stzh-datamessagelist-item', undefined, [
|
|
@@ -571,6 +656,9 @@ export const StzhDatamessagelistItem = defineContainer('stzh-datamessagelist-ite
|
|
|
571
656
|
'analyticsId',
|
|
572
657
|
'stzhClick',
|
|
573
658
|
'stzhActionClick'
|
|
659
|
+
], [
|
|
660
|
+
'stzhClick',
|
|
661
|
+
'stzhActionClick'
|
|
574
662
|
]);
|
|
575
663
|
export const StzhDatatable = defineContainer('stzh-datatable', undefined, [
|
|
576
664
|
'tableLayout',
|
|
@@ -598,6 +686,13 @@ export const StzhDatatable = defineContainer('stzh-datatable', undefined, [
|
|
|
598
686
|
'stzhSortClick',
|
|
599
687
|
'stzhSortByChange',
|
|
600
688
|
'stzhSortDirectionChange'
|
|
689
|
+
], [
|
|
690
|
+
'stzhRowClick',
|
|
691
|
+
'stzhCellClick',
|
|
692
|
+
'stzhHeadingCellClick',
|
|
693
|
+
'stzhSortClick',
|
|
694
|
+
'stzhSortByChange',
|
|
695
|
+
'stzhSortDirectionChange'
|
|
601
696
|
]);
|
|
602
697
|
export const StzhDatepicker = defineContainer('stzh-datepicker', undefined, [
|
|
603
698
|
'calendarMin',
|
|
@@ -622,6 +717,8 @@ export const StzhDatepicker = defineContainer('stzh-datepicker', undefined, [
|
|
|
622
717
|
'internalDateAdapter',
|
|
623
718
|
'localization',
|
|
624
719
|
'stzhChange'
|
|
720
|
+
], [
|
|
721
|
+
'stzhChange'
|
|
625
722
|
], 'value', 'stzhChange');
|
|
626
723
|
export const StzhDaterange = defineContainer('stzh-daterange', undefined, [
|
|
627
724
|
'localization',
|
|
@@ -634,6 +731,11 @@ export const StzhDetails = defineContainer('stzh-details', undefined, [
|
|
|
634
731
|
'stzhOpened',
|
|
635
732
|
'stzhClose',
|
|
636
733
|
'stzhClosed'
|
|
734
|
+
], [
|
|
735
|
+
'stzhOpen',
|
|
736
|
+
'stzhOpened',
|
|
737
|
+
'stzhClose',
|
|
738
|
+
'stzhClosed'
|
|
637
739
|
]);
|
|
638
740
|
export const StzhDialog = defineContainer('stzh-dialog', undefined, [
|
|
639
741
|
'localization',
|
|
@@ -645,10 +747,12 @@ export const StzhDialog = defineContainer('stzh-dialog', undefined, [
|
|
|
645
747
|
'hideClose',
|
|
646
748
|
'heading',
|
|
647
749
|
'a11yRole',
|
|
648
|
-
'a11yLabel',
|
|
649
750
|
'closeAnalyticsId',
|
|
650
751
|
'stzhOpen',
|
|
651
752
|
'stzhClose'
|
|
753
|
+
], [
|
|
754
|
+
'stzhOpen',
|
|
755
|
+
'stzhClose'
|
|
652
756
|
]);
|
|
653
757
|
export const StzhDisturber = defineContainer('stzh-disturber', undefined, [
|
|
654
758
|
'localization',
|
|
@@ -661,6 +765,11 @@ export const StzhDisturber = defineContainer('stzh-disturber', undefined, [
|
|
|
661
765
|
'stzhOpened',
|
|
662
766
|
'stzhClose',
|
|
663
767
|
'stzhClosed'
|
|
768
|
+
], [
|
|
769
|
+
'stzhOpen',
|
|
770
|
+
'stzhOpened',
|
|
771
|
+
'stzhClose',
|
|
772
|
+
'stzhClosed'
|
|
664
773
|
]);
|
|
665
774
|
export const StzhDropdown = defineContainer('stzh-dropdown', undefined, [
|
|
666
775
|
'options',
|
|
@@ -726,6 +835,17 @@ export const StzhDropdown = defineContainer('stzh-dropdown', undefined, [
|
|
|
726
835
|
'stzhFocus',
|
|
727
836
|
'stzhBlur',
|
|
728
837
|
'stzhInit'
|
|
838
|
+
], [
|
|
839
|
+
'stzhChange',
|
|
840
|
+
'stzhItemAdd',
|
|
841
|
+
'stzhItemRemove',
|
|
842
|
+
'stzhOptionAdd',
|
|
843
|
+
'stzhOptionRemove',
|
|
844
|
+
'stzhOpen',
|
|
845
|
+
'stzhClose',
|
|
846
|
+
'stzhFocus',
|
|
847
|
+
'stzhBlur',
|
|
848
|
+
'stzhInit'
|
|
729
849
|
], 'value', 'stzhChange');
|
|
730
850
|
export const StzhEditor = defineContainer('stzh-editor', undefined, [
|
|
731
851
|
'localization',
|
|
@@ -805,11 +925,18 @@ export const StzhGeoRefData = defineContainer('stzh-geo-ref-data', undefined, [
|
|
|
805
925
|
'mapDataUrl',
|
|
806
926
|
'poiDataUrl',
|
|
807
927
|
'baseUrlOverride',
|
|
928
|
+
'locationControl',
|
|
929
|
+
'centerMarker',
|
|
930
|
+
'zoom',
|
|
931
|
+
'zoomLocation',
|
|
932
|
+
'pinchRotateThreshold',
|
|
808
933
|
'availableTags',
|
|
809
934
|
'resetTag',
|
|
810
935
|
'searchIndexFields',
|
|
811
936
|
'searchIndexIdField',
|
|
812
937
|
'stzhOverlayCloseClick'
|
|
938
|
+
], [
|
|
939
|
+
'stzhOverlayCloseClick'
|
|
813
940
|
]);
|
|
814
941
|
export const StzhGhettobox = defineContainer('stzh-ghettobox', undefined, [
|
|
815
942
|
'hiddenTitle',
|
|
@@ -819,6 +946,9 @@ export const StzhGhettobox = defineContainer('stzh-ghettobox', undefined, [
|
|
|
819
946
|
'localization',
|
|
820
947
|
'stzhOpen',
|
|
821
948
|
'stzhClose'
|
|
949
|
+
], [
|
|
950
|
+
'stzhOpen',
|
|
951
|
+
'stzhClose'
|
|
822
952
|
]);
|
|
823
953
|
export const StzhHeader = defineContainer('stzh-header', undefined, [
|
|
824
954
|
'localization',
|
|
@@ -853,6 +983,14 @@ export const StzhHeader = defineContainer('stzh-header', undefined, [
|
|
|
853
983
|
'stzhLanguageChange',
|
|
854
984
|
'stzhSearchChange',
|
|
855
985
|
'stzhSearchChanged'
|
|
986
|
+
], [
|
|
987
|
+
'stzhMetanavItemClick',
|
|
988
|
+
'stzhMetanavItemChildClick',
|
|
989
|
+
'stzhMetanavItemButtonClick',
|
|
990
|
+
'stzhMenuItemClick',
|
|
991
|
+
'stzhLanguageChange',
|
|
992
|
+
'stzhSearchChange',
|
|
993
|
+
'stzhSearchChanged'
|
|
856
994
|
]);
|
|
857
995
|
export const StzhHeading = defineContainer('stzh-heading', undefined, [
|
|
858
996
|
'level',
|
|
@@ -867,6 +1005,9 @@ export const StzhHomepageSearch = defineContainer('stzh-homepage-search', undefi
|
|
|
867
1005
|
'searchValue',
|
|
868
1006
|
'stzhSearchChange',
|
|
869
1007
|
'stzhSearchChanged'
|
|
1008
|
+
], [
|
|
1009
|
+
'stzhSearchChange',
|
|
1010
|
+
'stzhSearchChanged'
|
|
870
1011
|
]);
|
|
871
1012
|
export const StzhHomepageServiceHighlights = defineContainer('stzh-homepage-service-highlights', undefined, [
|
|
872
1013
|
'topnewsItems',
|
|
@@ -924,6 +1065,9 @@ export const StzhIframe = defineContainer('stzh-iframe', undefined, [
|
|
|
924
1065
|
'skipPreview',
|
|
925
1066
|
'stzhPreviewSkip',
|
|
926
1067
|
'stzhViewChange'
|
|
1068
|
+
], [
|
|
1069
|
+
'stzhPreviewSkip',
|
|
1070
|
+
'stzhViewChange'
|
|
927
1071
|
]);
|
|
928
1072
|
export const StzhImagecomparison = defineContainer('stzh-imagecomparison', undefined, [
|
|
929
1073
|
'localization',
|
|
@@ -933,6 +1077,8 @@ export const StzhImagecomparison = defineContainer('stzh-imagecomparison', undef
|
|
|
933
1077
|
'label',
|
|
934
1078
|
'a11yDescribedby',
|
|
935
1079
|
'stzhChange'
|
|
1080
|
+
], [
|
|
1081
|
+
'stzhChange'
|
|
936
1082
|
]);
|
|
937
1083
|
export const StzhInput = defineContainer('stzh-input', undefined, [
|
|
938
1084
|
'localization',
|
|
@@ -970,6 +1116,11 @@ export const StzhInput = defineContainer('stzh-input', undefined, [
|
|
|
970
1116
|
'stzhChanged',
|
|
971
1117
|
'stzhFocus',
|
|
972
1118
|
'stzhBlur'
|
|
1119
|
+
], [
|
|
1120
|
+
'stzhChange',
|
|
1121
|
+
'stzhChanged',
|
|
1122
|
+
'stzhFocus',
|
|
1123
|
+
'stzhBlur'
|
|
973
1124
|
], 'value', 'stzhChange');
|
|
974
1125
|
export const StzhInvert = defineContainer('stzh-invert', undefined);
|
|
975
1126
|
export const StzhLink = defineContainer('stzh-link', undefined, [
|
|
@@ -1011,6 +1162,10 @@ export const StzhLink = defineContainer('stzh-link', undefined, [
|
|
|
1011
1162
|
'stzhClick',
|
|
1012
1163
|
'stzhFocus',
|
|
1013
1164
|
'stzhBlur'
|
|
1165
|
+
], [
|
|
1166
|
+
'stzhClick',
|
|
1167
|
+
'stzhFocus',
|
|
1168
|
+
'stzhBlur'
|
|
1014
1169
|
]);
|
|
1015
1170
|
export const StzhList = defineContainer('stzh-list', undefined, [
|
|
1016
1171
|
'variant'
|
|
@@ -1045,6 +1200,10 @@ export const StzhMenuItem = defineContainer('stzh-menu-item', undefined, [
|
|
|
1045
1200
|
'stzhFocus',
|
|
1046
1201
|
'stzhBlur',
|
|
1047
1202
|
'stzhClick'
|
|
1203
|
+
], [
|
|
1204
|
+
'stzhFocus',
|
|
1205
|
+
'stzhBlur',
|
|
1206
|
+
'stzhClick'
|
|
1048
1207
|
]);
|
|
1049
1208
|
export const StzhMessage = defineContainer('stzh-message', undefined, [
|
|
1050
1209
|
'label',
|
|
@@ -1054,6 +1213,9 @@ export const StzhMessage = defineContainer('stzh-message', undefined, [
|
|
|
1054
1213
|
'localization',
|
|
1055
1214
|
'stzhOpen',
|
|
1056
1215
|
'stzhClose'
|
|
1216
|
+
], [
|
|
1217
|
+
'stzhOpen',
|
|
1218
|
+
'stzhClose'
|
|
1057
1219
|
]);
|
|
1058
1220
|
export const StzhMicrositeTeaserlist = defineContainer('stzh-microsite-teaserlist', undefined, [
|
|
1059
1221
|
'localization',
|
|
@@ -1095,6 +1257,8 @@ export const StzhMonthyearpicker = defineContainer('stzh-monthyearpicker', undef
|
|
|
1095
1257
|
'a11yDescribedbyYear',
|
|
1096
1258
|
'localization',
|
|
1097
1259
|
'stzhChange'
|
|
1260
|
+
], [
|
|
1261
|
+
'stzhChange'
|
|
1098
1262
|
], 'value', 'stzhChange');
|
|
1099
1263
|
export const StzhOfflineIndicator = defineContainer('stzh-offline-indicator', undefined, [
|
|
1100
1264
|
'localization'
|
|
@@ -1120,6 +1284,12 @@ export const StzhOlmap = defineContainer('stzh-olmap', undefined, [
|
|
|
1120
1284
|
'stzhMoveStart',
|
|
1121
1285
|
'stzhMoveEnd',
|
|
1122
1286
|
'stzhMovePanZoom'
|
|
1287
|
+
], [
|
|
1288
|
+
'stzhInitialized',
|
|
1289
|
+
'stzhPostRender',
|
|
1290
|
+
'stzhMoveStart',
|
|
1291
|
+
'stzhMoveEnd',
|
|
1292
|
+
'stzhMovePanZoom'
|
|
1123
1293
|
]);
|
|
1124
1294
|
export const StzhOverlay = defineContainer('stzh-overlay', undefined, [
|
|
1125
1295
|
'open',
|
|
@@ -1127,6 +1297,9 @@ export const StzhOverlay = defineContainer('stzh-overlay', undefined, [
|
|
|
1127
1297
|
'a11yLabel',
|
|
1128
1298
|
'stzhOpen',
|
|
1129
1299
|
'stzhClose'
|
|
1300
|
+
], [
|
|
1301
|
+
'stzhOpen',
|
|
1302
|
+
'stzhClose'
|
|
1130
1303
|
]);
|
|
1131
1304
|
export const StzhPageSkiplinks = defineContainer('stzh-page-skiplinks', undefined);
|
|
1132
1305
|
export const StzhPagebottom = defineContainer('stzh-pagebottom', undefined, [
|
|
@@ -1171,10 +1344,11 @@ export const StzhPagination = defineContainer('stzh-pagination', undefined, [
|
|
|
1171
1344
|
'invalid',
|
|
1172
1345
|
'required',
|
|
1173
1346
|
'size',
|
|
1174
|
-
'width',
|
|
1175
1347
|
'a11yDescribedby',
|
|
1176
1348
|
'localization',
|
|
1177
1349
|
'stzhChange'
|
|
1350
|
+
], [
|
|
1351
|
+
'stzhChange'
|
|
1178
1352
|
], 'value', 'stzhChange');
|
|
1179
1353
|
export const StzhPanorama = defineContainer('stzh-panorama', undefined, [
|
|
1180
1354
|
'localization',
|
|
@@ -1193,6 +1367,12 @@ export const StzhPanorama = defineContainer('stzh-panorama', undefined, [
|
|
|
1193
1367
|
'stzhFullscreenChange',
|
|
1194
1368
|
'stzhSceneChange',
|
|
1195
1369
|
'stzhZoomChange'
|
|
1370
|
+
], [
|
|
1371
|
+
'stzhLoad',
|
|
1372
|
+
'stzhChange',
|
|
1373
|
+
'stzhFullscreenChange',
|
|
1374
|
+
'stzhSceneChange',
|
|
1375
|
+
'stzhZoomChange'
|
|
1196
1376
|
]);
|
|
1197
1377
|
export const StzhPoicard = defineContainer('stzh-poicard', undefined, [
|
|
1198
1378
|
'item'
|
|
@@ -1216,36 +1396,13 @@ export const StzhPopover = defineContainer('stzh-popover', undefined, [
|
|
|
1216
1396
|
'stzhOpened',
|
|
1217
1397
|
'stzhClose',
|
|
1218
1398
|
'stzhClosed'
|
|
1399
|
+
], [
|
|
1400
|
+
'stzhOpen',
|
|
1401
|
+
'stzhOpened',
|
|
1402
|
+
'stzhClose',
|
|
1403
|
+
'stzhClosed'
|
|
1219
1404
|
]);
|
|
1220
1405
|
export const StzhPrint = defineContainer('stzh-print', undefined);
|
|
1221
|
-
export const StzhProgressbar = defineContainer('stzh-progressbar', undefined, [
|
|
1222
|
-
'localization',
|
|
1223
|
-
'data',
|
|
1224
|
-
'index',
|
|
1225
|
-
'steps',
|
|
1226
|
-
'stepsSmall',
|
|
1227
|
-
'stepsMedium',
|
|
1228
|
-
'stepsLarge',
|
|
1229
|
-
'stepsUltra',
|
|
1230
|
-
'clickDisabled'
|
|
1231
|
-
]);
|
|
1232
|
-
export const StzhProgressbarItem = defineContainer('stzh-progressbar-item', undefined, [
|
|
1233
|
-
'label',
|
|
1234
|
-
'disabled',
|
|
1235
|
-
'first',
|
|
1236
|
-
'last',
|
|
1237
|
-
'passed',
|
|
1238
|
-
'incomplete',
|
|
1239
|
-
'current',
|
|
1240
|
-
'hide',
|
|
1241
|
-
'dotted',
|
|
1242
|
-
'step',
|
|
1243
|
-
'icon',
|
|
1244
|
-
'clickDisabled',
|
|
1245
|
-
'analyticsId',
|
|
1246
|
-
'stzhClick',
|
|
1247
|
-
'stzhDottedClick'
|
|
1248
|
-
]);
|
|
1249
1406
|
export const StzhQuote = defineContainer('stzh-quote', undefined, [
|
|
1250
1407
|
'text',
|
|
1251
1408
|
'author'
|
|
@@ -1269,6 +1426,10 @@ export const StzhRadio = defineContainer('stzh-radio', undefined, [
|
|
|
1269
1426
|
'stzhChange',
|
|
1270
1427
|
'stzhFocus',
|
|
1271
1428
|
'stzhBlur'
|
|
1429
|
+
], [
|
|
1430
|
+
'stzhChange',
|
|
1431
|
+
'stzhFocus',
|
|
1432
|
+
'stzhBlur'
|
|
1272
1433
|
], 'checked', 'stzhChange');
|
|
1273
1434
|
export const StzhRadiogroup = defineContainer('stzh-radiogroup', undefined, [
|
|
1274
1435
|
'localization',
|
|
@@ -1288,7 +1449,7 @@ export const StzhRadiogroup = defineContainer('stzh-radiogroup', undefined, [
|
|
|
1288
1449
|
'error',
|
|
1289
1450
|
'checkedRadio',
|
|
1290
1451
|
'preventUpdateProperties'
|
|
1291
|
-
], 'value', 'stzhChange');
|
|
1452
|
+
], [], 'value', 'stzhChange');
|
|
1292
1453
|
export const StzhRatio = defineContainer('stzh-ratio', undefined, [
|
|
1293
1454
|
'ratio',
|
|
1294
1455
|
'ratioSmall',
|
|
@@ -1327,6 +1488,8 @@ export const StzhSaptcha = defineContainer('stzh-saptcha', undefined, [
|
|
|
1327
1488
|
'invalid',
|
|
1328
1489
|
'disabled',
|
|
1329
1490
|
'stzhChange'
|
|
1491
|
+
], [
|
|
1492
|
+
'stzhChange'
|
|
1330
1493
|
], 'value', 'stzhChange');
|
|
1331
1494
|
export const StzhScrollup = defineContainer('stzh-scrollup', undefined);
|
|
1332
1495
|
export const StzhSearch = defineContainer('stzh-search', undefined, [
|
|
@@ -1357,6 +1520,8 @@ export const StzhSearch = defineContainer('stzh-search', undefined, [
|
|
|
1357
1520
|
'subscribePath',
|
|
1358
1521
|
'subscribeAdditionalQueryParameters',
|
|
1359
1522
|
'stzhOverlayCloseClick'
|
|
1523
|
+
], [
|
|
1524
|
+
'stzhOverlayCloseClick'
|
|
1360
1525
|
]);
|
|
1361
1526
|
export const StzhSection = defineContainer('stzh-section', undefined, [
|
|
1362
1527
|
'variant',
|
|
@@ -1397,6 +1562,9 @@ export const StzhSkiplink = defineContainer('stzh-skiplink', undefined, [
|
|
|
1397
1562
|
'analyticsId',
|
|
1398
1563
|
'stzhFocus',
|
|
1399
1564
|
'stzhBlur'
|
|
1565
|
+
], [
|
|
1566
|
+
'stzhFocus',
|
|
1567
|
+
'stzhBlur'
|
|
1400
1568
|
]);
|
|
1401
1569
|
export const StzhSocialmediastream = defineContainer('stzh-socialmediastream', undefined, [
|
|
1402
1570
|
'items',
|
|
@@ -1417,6 +1585,9 @@ export const StzhSortable = defineContainer('stzh-sortable', undefined, [
|
|
|
1417
1585
|
'filterElements',
|
|
1418
1586
|
'stzhUpdate',
|
|
1419
1587
|
'stzhDisable'
|
|
1588
|
+
], [
|
|
1589
|
+
'stzhUpdate',
|
|
1590
|
+
'stzhDisable'
|
|
1420
1591
|
]);
|
|
1421
1592
|
export const StzhSpace = defineContainer('stzh-space', undefined, [
|
|
1422
1593
|
'curve',
|
|
@@ -1436,6 +1607,42 @@ export const StzhStatus = defineContainer('stzh-status', undefined, [
|
|
|
1436
1607
|
'label',
|
|
1437
1608
|
'type'
|
|
1438
1609
|
]);
|
|
1610
|
+
export const StzhStepper = defineContainer('stzh-stepper', undefined, [
|
|
1611
|
+
'localization',
|
|
1612
|
+
'data',
|
|
1613
|
+
'index',
|
|
1614
|
+
'steps',
|
|
1615
|
+
'stepsSmall',
|
|
1616
|
+
'stepsMedium',
|
|
1617
|
+
'stepsLarge',
|
|
1618
|
+
'stepsUltra',
|
|
1619
|
+
'clickDisabled',
|
|
1620
|
+
'stzhClick',
|
|
1621
|
+
'stzhDottedClick'
|
|
1622
|
+
], [
|
|
1623
|
+
'stzhClick',
|
|
1624
|
+
'stzhDottedClick'
|
|
1625
|
+
]);
|
|
1626
|
+
export const StzhStepperItem = defineContainer('stzh-stepper-item', undefined, [
|
|
1627
|
+
'label',
|
|
1628
|
+
'disabled',
|
|
1629
|
+
'first',
|
|
1630
|
+
'last',
|
|
1631
|
+
'passed',
|
|
1632
|
+
'incomplete',
|
|
1633
|
+
'current',
|
|
1634
|
+
'hide',
|
|
1635
|
+
'dotted',
|
|
1636
|
+
'step',
|
|
1637
|
+
'icon',
|
|
1638
|
+
'clickDisabled',
|
|
1639
|
+
'analyticsId',
|
|
1640
|
+
'stzhClick',
|
|
1641
|
+
'stzhDottedClick'
|
|
1642
|
+
], [
|
|
1643
|
+
'stzhClick',
|
|
1644
|
+
'stzhDottedClick'
|
|
1645
|
+
]);
|
|
1439
1646
|
export const StzhSticky = defineContainer('stzh-sticky', undefined, [
|
|
1440
1647
|
'variant',
|
|
1441
1648
|
'disableStickyTop',
|
|
@@ -1445,6 +1652,9 @@ export const StzhSticky = defineContainer('stzh-sticky', undefined, [
|
|
|
1445
1652
|
'position',
|
|
1446
1653
|
'stzhStuckTop',
|
|
1447
1654
|
'stzhStuckBottom'
|
|
1655
|
+
], [
|
|
1656
|
+
'stzhStuckTop',
|
|
1657
|
+
'stzhStuckBottom'
|
|
1448
1658
|
]);
|
|
1449
1659
|
export const StzhStickyActions = defineContainer('stzh-sticky-actions', undefined, [
|
|
1450
1660
|
'pagetitleQuery'
|
|
@@ -1470,6 +1680,10 @@ export const StzhTag = defineContainer('stzh-tag', undefined, [
|
|
|
1470
1680
|
'stzhClick',
|
|
1471
1681
|
'stzhFocus',
|
|
1472
1682
|
'stzhBlur'
|
|
1683
|
+
], [
|
|
1684
|
+
'stzhClick',
|
|
1685
|
+
'stzhFocus',
|
|
1686
|
+
'stzhBlur'
|
|
1473
1687
|
]);
|
|
1474
1688
|
export const StzhText = defineContainer('stzh-text', undefined, [
|
|
1475
1689
|
'font',
|
|
@@ -1491,6 +1705,8 @@ export const StzhTimeline = defineContainer('stzh-timeline', undefined, [
|
|
|
1491
1705
|
'collapsible',
|
|
1492
1706
|
'multiselectable',
|
|
1493
1707
|
'stzhFoldableChange'
|
|
1708
|
+
], [
|
|
1709
|
+
'stzhFoldableChange'
|
|
1494
1710
|
]);
|
|
1495
1711
|
export const StzhTimelineItem = defineContainer('stzh-timeline-item', undefined, [
|
|
1496
1712
|
'foldable',
|
|
@@ -1513,6 +1729,13 @@ export const StzhTimelineItem = defineContainer('stzh-timeline-item', undefined,
|
|
|
1513
1729
|
'stzhClosed',
|
|
1514
1730
|
'stzhFocus',
|
|
1515
1731
|
'stzhBlur'
|
|
1732
|
+
], [
|
|
1733
|
+
'stzhOpen',
|
|
1734
|
+
'stzhOpened',
|
|
1735
|
+
'stzhClose',
|
|
1736
|
+
'stzhClosed',
|
|
1737
|
+
'stzhFocus',
|
|
1738
|
+
'stzhBlur'
|
|
1516
1739
|
]);
|
|
1517
1740
|
export const StzhTimepicker = defineContainer('stzh-timepicker', undefined, [
|
|
1518
1741
|
'open',
|
|
@@ -1535,6 +1758,8 @@ export const StzhTimepicker = defineContainer('stzh-timepicker', undefined, [
|
|
|
1535
1758
|
'a11yDescribedby',
|
|
1536
1759
|
'localization',
|
|
1537
1760
|
'stzhChange'
|
|
1761
|
+
], [
|
|
1762
|
+
'stzhChange'
|
|
1538
1763
|
], 'value', 'stzhChange');
|
|
1539
1764
|
export const StzhToast = defineContainer('stzh-toast', undefined, [
|
|
1540
1765
|
'label',
|
|
@@ -1547,6 +1772,11 @@ export const StzhToast = defineContainer('stzh-toast', undefined, [
|
|
|
1547
1772
|
'stzhOpened',
|
|
1548
1773
|
'stzhClose',
|
|
1549
1774
|
'stzhClosed'
|
|
1775
|
+
], [
|
|
1776
|
+
'stzhOpen',
|
|
1777
|
+
'stzhOpened',
|
|
1778
|
+
'stzhClose',
|
|
1779
|
+
'stzhClosed'
|
|
1550
1780
|
]);
|
|
1551
1781
|
export const StzhToastbar = defineContainer('stzh-toastbar', undefined, [
|
|
1552
1782
|
'hideAfter',
|
|
@@ -1573,6 +1803,10 @@ export const StzhToggle = defineContainer('stzh-toggle', undefined, [
|
|
|
1573
1803
|
'stzhChange',
|
|
1574
1804
|
'stzhFocus',
|
|
1575
1805
|
'stzhBlur'
|
|
1806
|
+
], [
|
|
1807
|
+
'stzhChange',
|
|
1808
|
+
'stzhFocus',
|
|
1809
|
+
'stzhBlur'
|
|
1576
1810
|
], 'checked', 'stzhChange');
|
|
1577
1811
|
export const StzhTooltip = defineContainer('stzh-tooltip', undefined, [
|
|
1578
1812
|
'open',
|
|
@@ -1591,6 +1825,11 @@ export const StzhTooltip = defineContainer('stzh-tooltip', undefined, [
|
|
|
1591
1825
|
'stzhOpened',
|
|
1592
1826
|
'stzhClose',
|
|
1593
1827
|
'stzhClosed'
|
|
1828
|
+
], [
|
|
1829
|
+
'stzhOpen',
|
|
1830
|
+
'stzhOpened',
|
|
1831
|
+
'stzhClose',
|
|
1832
|
+
'stzhClosed'
|
|
1594
1833
|
]);
|
|
1595
1834
|
export const StzhTwocolumns = defineContainer('stzh-twocolumns', undefined);
|
|
1596
1835
|
export const StzhUpload = defineContainer('stzh-upload', undefined, [
|
|
@@ -1654,6 +1893,25 @@ export const StzhUpload = defineContainer('stzh-upload', undefined, [
|
|
|
1654
1893
|
'stzhCanceledMultiple',
|
|
1655
1894
|
'stzhComplete',
|
|
1656
1895
|
'stzhCompleteMultiple'
|
|
1896
|
+
], [
|
|
1897
|
+
'stzhFileAdded',
|
|
1898
|
+
'stzhFilesAdded',
|
|
1899
|
+
'stzhFileRemove',
|
|
1900
|
+
'stzhFileRemoved',
|
|
1901
|
+
'stzhSending',
|
|
1902
|
+
'stzhSendingMultiple',
|
|
1903
|
+
'stzhProcessing',
|
|
1904
|
+
'stzhProcessingMultiple',
|
|
1905
|
+
'stzhProgress',
|
|
1906
|
+
'stzhProgressTotal',
|
|
1907
|
+
'stzhError',
|
|
1908
|
+
'stzhErrorMultiple',
|
|
1909
|
+
'stzhSuccess',
|
|
1910
|
+
'stzhSuccessMultiple',
|
|
1911
|
+
'stzhCanceled',
|
|
1912
|
+
'stzhCanceledMultiple',
|
|
1913
|
+
'stzhComplete',
|
|
1914
|
+
'stzhCompleteMultiple'
|
|
1657
1915
|
]);
|
|
1658
1916
|
export const StzhVbzCarousel = defineContainer('stzh-vbz-carousel', undefined, [
|
|
1659
1917
|
'autoplayTimeout'
|
|
@@ -1674,6 +1932,9 @@ export const StzhVbzLinechip = defineContainer('stzh-vbz-linechip', undefined, [
|
|
|
1674
1932
|
'analyticsId',
|
|
1675
1933
|
'stzhFocus',
|
|
1676
1934
|
'stzhBlur'
|
|
1935
|
+
], [
|
|
1936
|
+
'stzhFocus',
|
|
1937
|
+
'stzhBlur'
|
|
1677
1938
|
]);
|
|
1678
1939
|
export const StzhVbzMajorticker = defineContainer('stzh-vbz-majorticker', undefined, [
|
|
1679
1940
|
'api',
|
|
@@ -1683,6 +1944,8 @@ export const StzhVbzMajorticker = defineContainer('stzh-vbz-majorticker', undefi
|
|
|
1683
1944
|
'localization',
|
|
1684
1945
|
'showCloseKey',
|
|
1685
1946
|
'stzhDisturbanceFetched'
|
|
1947
|
+
], [
|
|
1948
|
+
'stzhDisturbanceFetched'
|
|
1686
1949
|
]);
|
|
1687
1950
|
export const StzhVbzTicker = defineContainer('stzh-vbz-ticker', undefined, [
|
|
1688
1951
|
'api',
|