@oiz/stzh-components-vue 4.0.0-beta → 4.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/dist/stencil-generated/proxies.d.ts +148 -147
- package/dist/stencil-generated/proxies.js +292 -31
- 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,17 +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
89
|
export const StzhAppNav = defineContainer('stzh-app-nav', undefined, [
|
|
75
90
|
'localization',
|
|
76
91
|
'items',
|
|
77
92
|
'appNavId',
|
|
78
93
|
'stzhAppNavItemClick'
|
|
94
|
+
], [
|
|
95
|
+
'stzhAppNavItemClick'
|
|
79
96
|
]);
|
|
80
97
|
export const StzhAppointments = defineContainer('stzh-appointments', undefined, [
|
|
81
98
|
'localization',
|
|
@@ -91,7 +108,9 @@ export const StzhAppointments = defineContainer('stzh-appointments', undefined,
|
|
|
91
108
|
'appointmentsTitle',
|
|
92
109
|
'dateAdapter',
|
|
93
110
|
'stzhChange'
|
|
94
|
-
]
|
|
111
|
+
], [
|
|
112
|
+
'stzhChange'
|
|
113
|
+
], 'value', 'stzhChange');
|
|
95
114
|
export const StzhArchivelist = defineContainer('stzh-archivelist', undefined, [
|
|
96
115
|
'localization',
|
|
97
116
|
'showItems',
|
|
@@ -100,6 +119,8 @@ export const StzhArchivelist = defineContainer('stzh-archivelist', undefined, [
|
|
|
100
119
|
'headingLevel',
|
|
101
120
|
'items',
|
|
102
121
|
'stzhItemClick'
|
|
122
|
+
], [
|
|
123
|
+
'stzhItemClick'
|
|
103
124
|
]);
|
|
104
125
|
export const StzhAudio = defineContainer('stzh-audio', undefined, [
|
|
105
126
|
'localization',
|
|
@@ -116,6 +137,14 @@ export const StzhAudio = defineContainer('stzh-audio', undefined, [
|
|
|
116
137
|
'stzhEnd',
|
|
117
138
|
'stzhEnded',
|
|
118
139
|
'stzhError'
|
|
140
|
+
], [
|
|
141
|
+
'stzhPlay',
|
|
142
|
+
'stzhPlaying',
|
|
143
|
+
'stzhPause',
|
|
144
|
+
'stzhReplay',
|
|
145
|
+
'stzhEnd',
|
|
146
|
+
'stzhEnded',
|
|
147
|
+
'stzhError'
|
|
119
148
|
]);
|
|
120
149
|
export const StzhBadge = defineContainer('stzh-badge', undefined, [
|
|
121
150
|
'label',
|
|
@@ -127,6 +156,9 @@ export const StzhBanner = defineContainer('stzh-banner', undefined, [
|
|
|
127
156
|
'localization',
|
|
128
157
|
'stzhOpen',
|
|
129
158
|
'stzhClose'
|
|
159
|
+
], [
|
|
160
|
+
'stzhOpen',
|
|
161
|
+
'stzhClose'
|
|
130
162
|
]);
|
|
131
163
|
export const StzhBathstatusItem = defineContainer('stzh-bathstatus-item', undefined, [
|
|
132
164
|
'localization',
|
|
@@ -144,6 +176,8 @@ export const StzhBreadcrumb = defineContainer('stzh-breadcrumb', undefined, [
|
|
|
144
176
|
'items',
|
|
145
177
|
'expanded',
|
|
146
178
|
'stzhItemClick'
|
|
179
|
+
], [
|
|
180
|
+
'stzhItemClick'
|
|
147
181
|
]);
|
|
148
182
|
export const StzhButton = defineContainer('stzh-button', undefined, [
|
|
149
183
|
'localization',
|
|
@@ -195,6 +229,11 @@ export const StzhButton = defineContainer('stzh-button', undefined, [
|
|
|
195
229
|
'stzhBlur',
|
|
196
230
|
'stzhChange',
|
|
197
231
|
'stzhClick'
|
|
232
|
+
], [
|
|
233
|
+
'stzhFocus',
|
|
234
|
+
'stzhBlur',
|
|
235
|
+
'stzhChange',
|
|
236
|
+
'stzhClick'
|
|
198
237
|
]);
|
|
199
238
|
export const StzhButtongroup = defineContainer('stzh-buttongroup', undefined);
|
|
200
239
|
export const StzhCalendar = defineContainer('stzh-calendar', undefined, [
|
|
@@ -207,6 +246,8 @@ export const StzhCalendar = defineContainer('stzh-calendar', undefined, [
|
|
|
207
246
|
'prevMonthAnalyticsId',
|
|
208
247
|
'nextMonthAnalyticsId',
|
|
209
248
|
'stzhChange'
|
|
249
|
+
], [
|
|
250
|
+
'stzhChange'
|
|
210
251
|
], 'value', 'stzhChange');
|
|
211
252
|
export const StzhCard = defineContainer('stzh-card', undefined, [
|
|
212
253
|
'localization',
|
|
@@ -239,6 +280,12 @@ export const StzhCard = defineContainer('stzh-card', undefined, [
|
|
|
239
280
|
'stzhSubtitleClick',
|
|
240
281
|
'stzhStarClick',
|
|
241
282
|
'stzhHeaderActionClick'
|
|
283
|
+
], [
|
|
284
|
+
'stzhClick',
|
|
285
|
+
'stzhCollapse',
|
|
286
|
+
'stzhSubtitleClick',
|
|
287
|
+
'stzhStarClick',
|
|
288
|
+
'stzhHeaderActionClick'
|
|
242
289
|
], 'checked', 'stzhChange');
|
|
243
290
|
export const StzhCardNavigation = defineContainer('stzh-card-navigation', undefined, [
|
|
244
291
|
'href',
|
|
@@ -249,6 +296,8 @@ export const StzhCardNavigation = defineContainer('stzh-card-navigation', undefi
|
|
|
249
296
|
'lead',
|
|
250
297
|
'hyphensEnabled',
|
|
251
298
|
'stzhClick'
|
|
299
|
+
], [
|
|
300
|
+
'stzhClick'
|
|
252
301
|
]);
|
|
253
302
|
export const StzhCardSearchresult = defineContainer('stzh-card-searchresult', undefined, [
|
|
254
303
|
'localization',
|
|
@@ -276,6 +325,8 @@ export const StzhCardSearchresult = defineContainer('stzh-card-searchresult', un
|
|
|
276
325
|
'dateAdapter',
|
|
277
326
|
'hyphensEnabled',
|
|
278
327
|
'stzhClick'
|
|
328
|
+
], [
|
|
329
|
+
'stzhClick'
|
|
279
330
|
]);
|
|
280
331
|
export const StzhCardSuperteaser = defineContainer('stzh-card-superteaser', undefined, [
|
|
281
332
|
'localization',
|
|
@@ -304,6 +355,8 @@ export const StzhCardSuperteaser = defineContainer('stzh-card-superteaser', unde
|
|
|
304
355
|
'dateAdapter',
|
|
305
356
|
'hyphensEnabled',
|
|
306
357
|
'stzhClick'
|
|
358
|
+
], [
|
|
359
|
+
'stzhClick'
|
|
307
360
|
]);
|
|
308
361
|
export const StzhCardlist = defineContainer('stzh-cardlist', undefined, [
|
|
309
362
|
'localization',
|
|
@@ -314,6 +367,8 @@ export const StzhCardlist = defineContainer('stzh-cardlist', undefined, [
|
|
|
314
367
|
'sortableDataIdAttribute',
|
|
315
368
|
'max3Columns',
|
|
316
369
|
'stzhCollapseAll'
|
|
370
|
+
], [
|
|
371
|
+
'stzhCollapseAll'
|
|
317
372
|
]);
|
|
318
373
|
export const StzhCarousel = defineContainer('stzh-carousel', undefined, [
|
|
319
374
|
'localization',
|
|
@@ -337,6 +392,10 @@ export const StzhCarousel = defineContainer('stzh-carousel', undefined, [
|
|
|
337
392
|
'stzhSlideStart',
|
|
338
393
|
'stzhSlidePassed',
|
|
339
394
|
'stzhSlideEnd'
|
|
395
|
+
], [
|
|
396
|
+
'stzhSlideStart',
|
|
397
|
+
'stzhSlidePassed',
|
|
398
|
+
'stzhSlideEnd'
|
|
340
399
|
]);
|
|
341
400
|
export const StzhCell = defineContainer('stzh-cell', undefined, [
|
|
342
401
|
'span',
|
|
@@ -370,6 +429,10 @@ export const StzhCheckbox = defineContainer('stzh-checkbox', undefined, [
|
|
|
370
429
|
'stzhChange',
|
|
371
430
|
'stzhFocus',
|
|
372
431
|
'stzhBlur'
|
|
432
|
+
], [
|
|
433
|
+
'stzhChange',
|
|
434
|
+
'stzhFocus',
|
|
435
|
+
'stzhBlur'
|
|
373
436
|
], 'checked', 'stzhChange');
|
|
374
437
|
export const StzhCheckboxgroup = defineContainer('stzh-checkboxgroup', undefined, [
|
|
375
438
|
'localization',
|
|
@@ -390,6 +453,8 @@ export const StzhCheckboxgroup = defineContainer('stzh-checkboxgroup', undefined
|
|
|
390
453
|
'checkedCheckbox',
|
|
391
454
|
'preventUpdateProperties',
|
|
392
455
|
'stzhChange'
|
|
456
|
+
], [
|
|
457
|
+
'stzhChange'
|
|
393
458
|
], 'value', 'stzhChange');
|
|
394
459
|
export const StzhChip = defineContainer('stzh-chip', undefined, [
|
|
395
460
|
'label',
|
|
@@ -419,6 +484,11 @@ export const StzhChip = defineContainer('stzh-chip', undefined, [
|
|
|
419
484
|
'stzhRemove',
|
|
420
485
|
'stzhFocus',
|
|
421
486
|
'stzhBlur'
|
|
487
|
+
], [
|
|
488
|
+
'stzhClick',
|
|
489
|
+
'stzhRemove',
|
|
490
|
+
'stzhFocus',
|
|
491
|
+
'stzhBlur'
|
|
422
492
|
]);
|
|
423
493
|
export const StzhChipgroup = defineContainer('stzh-chipgroup', undefined);
|
|
424
494
|
export const StzhChipselect = defineContainer('stzh-chipselect', undefined, [
|
|
@@ -440,6 +510,8 @@ export const StzhChipselect = defineContainer('stzh-chipselect', undefined, [
|
|
|
440
510
|
'hideOptional',
|
|
441
511
|
'a11yDescribedby',
|
|
442
512
|
'stzhChange'
|
|
513
|
+
], [
|
|
514
|
+
'stzhChange'
|
|
443
515
|
], 'value', 'stzhChange');
|
|
444
516
|
export const StzhClamp = defineContainer('stzh-clamp', undefined, [
|
|
445
517
|
'localization',
|
|
@@ -453,6 +525,9 @@ export const StzhClamp = defineContainer('stzh-clamp', undefined, [
|
|
|
453
525
|
'clamped',
|
|
454
526
|
'stzhClamp',
|
|
455
527
|
'stzhExpand'
|
|
528
|
+
], [
|
|
529
|
+
'stzhClamp',
|
|
530
|
+
'stzhExpand'
|
|
456
531
|
]);
|
|
457
532
|
export const StzhCompanyLogo = defineContainer('stzh-company-logo', undefined);
|
|
458
533
|
export const StzhContact = defineContainer('stzh-contact', undefined, [
|
|
@@ -508,6 +583,10 @@ export const StzhCta = defineContainer('stzh-cta', undefined, [
|
|
|
508
583
|
'stzhFocus',
|
|
509
584
|
'stzhBlur',
|
|
510
585
|
'stzhClick'
|
|
586
|
+
], [
|
|
587
|
+
'stzhFocus',
|
|
588
|
+
'stzhBlur',
|
|
589
|
+
'stzhClick'
|
|
511
590
|
]);
|
|
512
591
|
export const StzhDatalist = defineContainer('stzh-datalist', undefined, [
|
|
513
592
|
'variant',
|
|
@@ -526,6 +605,10 @@ export const StzhDatalist = defineContainer('stzh-datalist', undefined, [
|
|
|
526
605
|
'stzhVariantChange',
|
|
527
606
|
'stzhBigLabelChange',
|
|
528
607
|
'stzhDirectionChange'
|
|
608
|
+
], [
|
|
609
|
+
'stzhVariantChange',
|
|
610
|
+
'stzhBigLabelChange',
|
|
611
|
+
'stzhDirectionChange'
|
|
529
612
|
]);
|
|
530
613
|
export const StzhDatalistItem = defineContainer('stzh-datalist-item', undefined, [
|
|
531
614
|
'localization',
|
|
@@ -551,6 +634,9 @@ export const StzhDatalistItem = defineContainer('stzh-datalist-item', undefined,
|
|
|
551
634
|
'a11yControls',
|
|
552
635
|
'stzhItemActionClick',
|
|
553
636
|
'stzhClick'
|
|
637
|
+
], [
|
|
638
|
+
'stzhItemActionClick',
|
|
639
|
+
'stzhClick'
|
|
554
640
|
]);
|
|
555
641
|
export const StzhDatamessagelist = defineContainer('stzh-datamessagelist', undefined);
|
|
556
642
|
export const StzhDatamessagelistItem = defineContainer('stzh-datamessagelist-item', undefined, [
|
|
@@ -570,6 +656,9 @@ export const StzhDatamessagelistItem = defineContainer('stzh-datamessagelist-ite
|
|
|
570
656
|
'analyticsId',
|
|
571
657
|
'stzhClick',
|
|
572
658
|
'stzhActionClick'
|
|
659
|
+
], [
|
|
660
|
+
'stzhClick',
|
|
661
|
+
'stzhActionClick'
|
|
573
662
|
]);
|
|
574
663
|
export const StzhDatatable = defineContainer('stzh-datatable', undefined, [
|
|
575
664
|
'tableLayout',
|
|
@@ -597,6 +686,13 @@ export const StzhDatatable = defineContainer('stzh-datatable', undefined, [
|
|
|
597
686
|
'stzhSortClick',
|
|
598
687
|
'stzhSortByChange',
|
|
599
688
|
'stzhSortDirectionChange'
|
|
689
|
+
], [
|
|
690
|
+
'stzhRowClick',
|
|
691
|
+
'stzhCellClick',
|
|
692
|
+
'stzhHeadingCellClick',
|
|
693
|
+
'stzhSortClick',
|
|
694
|
+
'stzhSortByChange',
|
|
695
|
+
'stzhSortDirectionChange'
|
|
600
696
|
]);
|
|
601
697
|
export const StzhDatepicker = defineContainer('stzh-datepicker', undefined, [
|
|
602
698
|
'calendarMin',
|
|
@@ -621,6 +717,8 @@ export const StzhDatepicker = defineContainer('stzh-datepicker', undefined, [
|
|
|
621
717
|
'internalDateAdapter',
|
|
622
718
|
'localization',
|
|
623
719
|
'stzhChange'
|
|
720
|
+
], [
|
|
721
|
+
'stzhChange'
|
|
624
722
|
], 'value', 'stzhChange');
|
|
625
723
|
export const StzhDaterange = defineContainer('stzh-daterange', undefined, [
|
|
626
724
|
'localization',
|
|
@@ -633,6 +731,11 @@ export const StzhDetails = defineContainer('stzh-details', undefined, [
|
|
|
633
731
|
'stzhOpened',
|
|
634
732
|
'stzhClose',
|
|
635
733
|
'stzhClosed'
|
|
734
|
+
], [
|
|
735
|
+
'stzhOpen',
|
|
736
|
+
'stzhOpened',
|
|
737
|
+
'stzhClose',
|
|
738
|
+
'stzhClosed'
|
|
636
739
|
]);
|
|
637
740
|
export const StzhDialog = defineContainer('stzh-dialog', undefined, [
|
|
638
741
|
'localization',
|
|
@@ -647,6 +750,9 @@ export const StzhDialog = defineContainer('stzh-dialog', undefined, [
|
|
|
647
750
|
'closeAnalyticsId',
|
|
648
751
|
'stzhOpen',
|
|
649
752
|
'stzhClose'
|
|
753
|
+
], [
|
|
754
|
+
'stzhOpen',
|
|
755
|
+
'stzhClose'
|
|
650
756
|
]);
|
|
651
757
|
export const StzhDisturber = defineContainer('stzh-disturber', undefined, [
|
|
652
758
|
'localization',
|
|
@@ -659,6 +765,11 @@ export const StzhDisturber = defineContainer('stzh-disturber', undefined, [
|
|
|
659
765
|
'stzhOpened',
|
|
660
766
|
'stzhClose',
|
|
661
767
|
'stzhClosed'
|
|
768
|
+
], [
|
|
769
|
+
'stzhOpen',
|
|
770
|
+
'stzhOpened',
|
|
771
|
+
'stzhClose',
|
|
772
|
+
'stzhClosed'
|
|
662
773
|
]);
|
|
663
774
|
export const StzhDropdown = defineContainer('stzh-dropdown', undefined, [
|
|
664
775
|
'options',
|
|
@@ -724,6 +835,17 @@ export const StzhDropdown = defineContainer('stzh-dropdown', undefined, [
|
|
|
724
835
|
'stzhFocus',
|
|
725
836
|
'stzhBlur',
|
|
726
837
|
'stzhInit'
|
|
838
|
+
], [
|
|
839
|
+
'stzhChange',
|
|
840
|
+
'stzhItemAdd',
|
|
841
|
+
'stzhItemRemove',
|
|
842
|
+
'stzhOptionAdd',
|
|
843
|
+
'stzhOptionRemove',
|
|
844
|
+
'stzhOpen',
|
|
845
|
+
'stzhClose',
|
|
846
|
+
'stzhFocus',
|
|
847
|
+
'stzhBlur',
|
|
848
|
+
'stzhInit'
|
|
727
849
|
], 'value', 'stzhChange');
|
|
728
850
|
export const StzhEditor = defineContainer('stzh-editor', undefined, [
|
|
729
851
|
'localization',
|
|
@@ -813,6 +935,8 @@ export const StzhGeoRefData = defineContainer('stzh-geo-ref-data', undefined, [
|
|
|
813
935
|
'searchIndexFields',
|
|
814
936
|
'searchIndexIdField',
|
|
815
937
|
'stzhOverlayCloseClick'
|
|
938
|
+
], [
|
|
939
|
+
'stzhOverlayCloseClick'
|
|
816
940
|
]);
|
|
817
941
|
export const StzhGhettobox = defineContainer('stzh-ghettobox', undefined, [
|
|
818
942
|
'hiddenTitle',
|
|
@@ -822,6 +946,9 @@ export const StzhGhettobox = defineContainer('stzh-ghettobox', undefined, [
|
|
|
822
946
|
'localization',
|
|
823
947
|
'stzhOpen',
|
|
824
948
|
'stzhClose'
|
|
949
|
+
], [
|
|
950
|
+
'stzhOpen',
|
|
951
|
+
'stzhClose'
|
|
825
952
|
]);
|
|
826
953
|
export const StzhHeader = defineContainer('stzh-header', undefined, [
|
|
827
954
|
'localization',
|
|
@@ -856,6 +983,14 @@ export const StzhHeader = defineContainer('stzh-header', undefined, [
|
|
|
856
983
|
'stzhLanguageChange',
|
|
857
984
|
'stzhSearchChange',
|
|
858
985
|
'stzhSearchChanged'
|
|
986
|
+
], [
|
|
987
|
+
'stzhMetanavItemClick',
|
|
988
|
+
'stzhMetanavItemChildClick',
|
|
989
|
+
'stzhMetanavItemButtonClick',
|
|
990
|
+
'stzhMenuItemClick',
|
|
991
|
+
'stzhLanguageChange',
|
|
992
|
+
'stzhSearchChange',
|
|
993
|
+
'stzhSearchChanged'
|
|
859
994
|
]);
|
|
860
995
|
export const StzhHeading = defineContainer('stzh-heading', undefined, [
|
|
861
996
|
'level',
|
|
@@ -870,6 +1005,9 @@ export const StzhHomepageSearch = defineContainer('stzh-homepage-search', undefi
|
|
|
870
1005
|
'searchValue',
|
|
871
1006
|
'stzhSearchChange',
|
|
872
1007
|
'stzhSearchChanged'
|
|
1008
|
+
], [
|
|
1009
|
+
'stzhSearchChange',
|
|
1010
|
+
'stzhSearchChanged'
|
|
873
1011
|
]);
|
|
874
1012
|
export const StzhHomepageServiceHighlights = defineContainer('stzh-homepage-service-highlights', undefined, [
|
|
875
1013
|
'topnewsItems',
|
|
@@ -927,6 +1065,9 @@ export const StzhIframe = defineContainer('stzh-iframe', undefined, [
|
|
|
927
1065
|
'skipPreview',
|
|
928
1066
|
'stzhPreviewSkip',
|
|
929
1067
|
'stzhViewChange'
|
|
1068
|
+
], [
|
|
1069
|
+
'stzhPreviewSkip',
|
|
1070
|
+
'stzhViewChange'
|
|
930
1071
|
]);
|
|
931
1072
|
export const StzhImagecomparison = defineContainer('stzh-imagecomparison', undefined, [
|
|
932
1073
|
'localization',
|
|
@@ -936,6 +1077,8 @@ export const StzhImagecomparison = defineContainer('stzh-imagecomparison', undef
|
|
|
936
1077
|
'label',
|
|
937
1078
|
'a11yDescribedby',
|
|
938
1079
|
'stzhChange'
|
|
1080
|
+
], [
|
|
1081
|
+
'stzhChange'
|
|
939
1082
|
]);
|
|
940
1083
|
export const StzhInput = defineContainer('stzh-input', undefined, [
|
|
941
1084
|
'localization',
|
|
@@ -973,6 +1116,11 @@ export const StzhInput = defineContainer('stzh-input', undefined, [
|
|
|
973
1116
|
'stzhChanged',
|
|
974
1117
|
'stzhFocus',
|
|
975
1118
|
'stzhBlur'
|
|
1119
|
+
], [
|
|
1120
|
+
'stzhChange',
|
|
1121
|
+
'stzhChanged',
|
|
1122
|
+
'stzhFocus',
|
|
1123
|
+
'stzhBlur'
|
|
976
1124
|
], 'value', 'stzhChange');
|
|
977
1125
|
export const StzhInvert = defineContainer('stzh-invert', undefined);
|
|
978
1126
|
export const StzhLink = defineContainer('stzh-link', undefined, [
|
|
@@ -1014,6 +1162,10 @@ export const StzhLink = defineContainer('stzh-link', undefined, [
|
|
|
1014
1162
|
'stzhClick',
|
|
1015
1163
|
'stzhFocus',
|
|
1016
1164
|
'stzhBlur'
|
|
1165
|
+
], [
|
|
1166
|
+
'stzhClick',
|
|
1167
|
+
'stzhFocus',
|
|
1168
|
+
'stzhBlur'
|
|
1017
1169
|
]);
|
|
1018
1170
|
export const StzhList = defineContainer('stzh-list', undefined, [
|
|
1019
1171
|
'variant'
|
|
@@ -1048,6 +1200,10 @@ export const StzhMenuItem = defineContainer('stzh-menu-item', undefined, [
|
|
|
1048
1200
|
'stzhFocus',
|
|
1049
1201
|
'stzhBlur',
|
|
1050
1202
|
'stzhClick'
|
|
1203
|
+
], [
|
|
1204
|
+
'stzhFocus',
|
|
1205
|
+
'stzhBlur',
|
|
1206
|
+
'stzhClick'
|
|
1051
1207
|
]);
|
|
1052
1208
|
export const StzhMessage = defineContainer('stzh-message', undefined, [
|
|
1053
1209
|
'label',
|
|
@@ -1057,6 +1213,9 @@ export const StzhMessage = defineContainer('stzh-message', undefined, [
|
|
|
1057
1213
|
'localization',
|
|
1058
1214
|
'stzhOpen',
|
|
1059
1215
|
'stzhClose'
|
|
1216
|
+
], [
|
|
1217
|
+
'stzhOpen',
|
|
1218
|
+
'stzhClose'
|
|
1060
1219
|
]);
|
|
1061
1220
|
export const StzhMicrositeTeaserlist = defineContainer('stzh-microsite-teaserlist', undefined, [
|
|
1062
1221
|
'localization',
|
|
@@ -1098,6 +1257,8 @@ export const StzhMonthyearpicker = defineContainer('stzh-monthyearpicker', undef
|
|
|
1098
1257
|
'a11yDescribedbyYear',
|
|
1099
1258
|
'localization',
|
|
1100
1259
|
'stzhChange'
|
|
1260
|
+
], [
|
|
1261
|
+
'stzhChange'
|
|
1101
1262
|
], 'value', 'stzhChange');
|
|
1102
1263
|
export const StzhOfflineIndicator = defineContainer('stzh-offline-indicator', undefined, [
|
|
1103
1264
|
'localization'
|
|
@@ -1123,6 +1284,12 @@ export const StzhOlmap = defineContainer('stzh-olmap', undefined, [
|
|
|
1123
1284
|
'stzhMoveStart',
|
|
1124
1285
|
'stzhMoveEnd',
|
|
1125
1286
|
'stzhMovePanZoom'
|
|
1287
|
+
], [
|
|
1288
|
+
'stzhInitialized',
|
|
1289
|
+
'stzhPostRender',
|
|
1290
|
+
'stzhMoveStart',
|
|
1291
|
+
'stzhMoveEnd',
|
|
1292
|
+
'stzhMovePanZoom'
|
|
1126
1293
|
]);
|
|
1127
1294
|
export const StzhOverlay = defineContainer('stzh-overlay', undefined, [
|
|
1128
1295
|
'open',
|
|
@@ -1130,6 +1297,9 @@ export const StzhOverlay = defineContainer('stzh-overlay', undefined, [
|
|
|
1130
1297
|
'a11yLabel',
|
|
1131
1298
|
'stzhOpen',
|
|
1132
1299
|
'stzhClose'
|
|
1300
|
+
], [
|
|
1301
|
+
'stzhOpen',
|
|
1302
|
+
'stzhClose'
|
|
1133
1303
|
]);
|
|
1134
1304
|
export const StzhPageSkiplinks = defineContainer('stzh-page-skiplinks', undefined);
|
|
1135
1305
|
export const StzhPagebottom = defineContainer('stzh-pagebottom', undefined, [
|
|
@@ -1177,6 +1347,8 @@ export const StzhPagination = defineContainer('stzh-pagination', undefined, [
|
|
|
1177
1347
|
'a11yDescribedby',
|
|
1178
1348
|
'localization',
|
|
1179
1349
|
'stzhChange'
|
|
1350
|
+
], [
|
|
1351
|
+
'stzhChange'
|
|
1180
1352
|
], 'value', 'stzhChange');
|
|
1181
1353
|
export const StzhPanorama = defineContainer('stzh-panorama', undefined, [
|
|
1182
1354
|
'localization',
|
|
@@ -1195,6 +1367,12 @@ export const StzhPanorama = defineContainer('stzh-panorama', undefined, [
|
|
|
1195
1367
|
'stzhFullscreenChange',
|
|
1196
1368
|
'stzhSceneChange',
|
|
1197
1369
|
'stzhZoomChange'
|
|
1370
|
+
], [
|
|
1371
|
+
'stzhLoad',
|
|
1372
|
+
'stzhChange',
|
|
1373
|
+
'stzhFullscreenChange',
|
|
1374
|
+
'stzhSceneChange',
|
|
1375
|
+
'stzhZoomChange'
|
|
1198
1376
|
]);
|
|
1199
1377
|
export const StzhPoicard = defineContainer('stzh-poicard', undefined, [
|
|
1200
1378
|
'item'
|
|
@@ -1218,36 +1396,13 @@ export const StzhPopover = defineContainer('stzh-popover', undefined, [
|
|
|
1218
1396
|
'stzhOpened',
|
|
1219
1397
|
'stzhClose',
|
|
1220
1398
|
'stzhClosed'
|
|
1399
|
+
], [
|
|
1400
|
+
'stzhOpen',
|
|
1401
|
+
'stzhOpened',
|
|
1402
|
+
'stzhClose',
|
|
1403
|
+
'stzhClosed'
|
|
1221
1404
|
]);
|
|
1222
1405
|
export const StzhPrint = defineContainer('stzh-print', undefined);
|
|
1223
|
-
export const StzhProgressbar = defineContainer('stzh-progressbar', undefined, [
|
|
1224
|
-
'localization',
|
|
1225
|
-
'data',
|
|
1226
|
-
'index',
|
|
1227
|
-
'steps',
|
|
1228
|
-
'stepsSmall',
|
|
1229
|
-
'stepsMedium',
|
|
1230
|
-
'stepsLarge',
|
|
1231
|
-
'stepsUltra',
|
|
1232
|
-
'clickDisabled'
|
|
1233
|
-
]);
|
|
1234
|
-
export const StzhProgressbarItem = defineContainer('stzh-progressbar-item', undefined, [
|
|
1235
|
-
'label',
|
|
1236
|
-
'disabled',
|
|
1237
|
-
'first',
|
|
1238
|
-
'last',
|
|
1239
|
-
'passed',
|
|
1240
|
-
'incomplete',
|
|
1241
|
-
'current',
|
|
1242
|
-
'hide',
|
|
1243
|
-
'dotted',
|
|
1244
|
-
'step',
|
|
1245
|
-
'icon',
|
|
1246
|
-
'clickDisabled',
|
|
1247
|
-
'analyticsId',
|
|
1248
|
-
'stzhClick',
|
|
1249
|
-
'stzhDottedClick'
|
|
1250
|
-
]);
|
|
1251
1406
|
export const StzhQuote = defineContainer('stzh-quote', undefined, [
|
|
1252
1407
|
'text',
|
|
1253
1408
|
'author'
|
|
@@ -1271,6 +1426,10 @@ export const StzhRadio = defineContainer('stzh-radio', undefined, [
|
|
|
1271
1426
|
'stzhChange',
|
|
1272
1427
|
'stzhFocus',
|
|
1273
1428
|
'stzhBlur'
|
|
1429
|
+
], [
|
|
1430
|
+
'stzhChange',
|
|
1431
|
+
'stzhFocus',
|
|
1432
|
+
'stzhBlur'
|
|
1274
1433
|
], 'checked', 'stzhChange');
|
|
1275
1434
|
export const StzhRadiogroup = defineContainer('stzh-radiogroup', undefined, [
|
|
1276
1435
|
'localization',
|
|
@@ -1290,7 +1449,7 @@ export const StzhRadiogroup = defineContainer('stzh-radiogroup', undefined, [
|
|
|
1290
1449
|
'error',
|
|
1291
1450
|
'checkedRadio',
|
|
1292
1451
|
'preventUpdateProperties'
|
|
1293
|
-
], 'value', 'stzhChange');
|
|
1452
|
+
], [], 'value', 'stzhChange');
|
|
1294
1453
|
export const StzhRatio = defineContainer('stzh-ratio', undefined, [
|
|
1295
1454
|
'ratio',
|
|
1296
1455
|
'ratioSmall',
|
|
@@ -1329,6 +1488,8 @@ export const StzhSaptcha = defineContainer('stzh-saptcha', undefined, [
|
|
|
1329
1488
|
'invalid',
|
|
1330
1489
|
'disabled',
|
|
1331
1490
|
'stzhChange'
|
|
1491
|
+
], [
|
|
1492
|
+
'stzhChange'
|
|
1332
1493
|
], 'value', 'stzhChange');
|
|
1333
1494
|
export const StzhScrollup = defineContainer('stzh-scrollup', undefined);
|
|
1334
1495
|
export const StzhSearch = defineContainer('stzh-search', undefined, [
|
|
@@ -1359,6 +1520,8 @@ export const StzhSearch = defineContainer('stzh-search', undefined, [
|
|
|
1359
1520
|
'subscribePath',
|
|
1360
1521
|
'subscribeAdditionalQueryParameters',
|
|
1361
1522
|
'stzhOverlayCloseClick'
|
|
1523
|
+
], [
|
|
1524
|
+
'stzhOverlayCloseClick'
|
|
1362
1525
|
]);
|
|
1363
1526
|
export const StzhSection = defineContainer('stzh-section', undefined, [
|
|
1364
1527
|
'variant',
|
|
@@ -1399,6 +1562,9 @@ export const StzhSkiplink = defineContainer('stzh-skiplink', undefined, [
|
|
|
1399
1562
|
'analyticsId',
|
|
1400
1563
|
'stzhFocus',
|
|
1401
1564
|
'stzhBlur'
|
|
1565
|
+
], [
|
|
1566
|
+
'stzhFocus',
|
|
1567
|
+
'stzhBlur'
|
|
1402
1568
|
]);
|
|
1403
1569
|
export const StzhSocialmediastream = defineContainer('stzh-socialmediastream', undefined, [
|
|
1404
1570
|
'items',
|
|
@@ -1419,6 +1585,9 @@ export const StzhSortable = defineContainer('stzh-sortable', undefined, [
|
|
|
1419
1585
|
'filterElements',
|
|
1420
1586
|
'stzhUpdate',
|
|
1421
1587
|
'stzhDisable'
|
|
1588
|
+
], [
|
|
1589
|
+
'stzhUpdate',
|
|
1590
|
+
'stzhDisable'
|
|
1422
1591
|
]);
|
|
1423
1592
|
export const StzhSpace = defineContainer('stzh-space', undefined, [
|
|
1424
1593
|
'curve',
|
|
@@ -1438,6 +1607,42 @@ export const StzhStatus = defineContainer('stzh-status', undefined, [
|
|
|
1438
1607
|
'label',
|
|
1439
1608
|
'type'
|
|
1440
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
|
+
]);
|
|
1441
1646
|
export const StzhSticky = defineContainer('stzh-sticky', undefined, [
|
|
1442
1647
|
'variant',
|
|
1443
1648
|
'disableStickyTop',
|
|
@@ -1447,6 +1652,9 @@ export const StzhSticky = defineContainer('stzh-sticky', undefined, [
|
|
|
1447
1652
|
'position',
|
|
1448
1653
|
'stzhStuckTop',
|
|
1449
1654
|
'stzhStuckBottom'
|
|
1655
|
+
], [
|
|
1656
|
+
'stzhStuckTop',
|
|
1657
|
+
'stzhStuckBottom'
|
|
1450
1658
|
]);
|
|
1451
1659
|
export const StzhStickyActions = defineContainer('stzh-sticky-actions', undefined, [
|
|
1452
1660
|
'pagetitleQuery'
|
|
@@ -1472,6 +1680,10 @@ export const StzhTag = defineContainer('stzh-tag', undefined, [
|
|
|
1472
1680
|
'stzhClick',
|
|
1473
1681
|
'stzhFocus',
|
|
1474
1682
|
'stzhBlur'
|
|
1683
|
+
], [
|
|
1684
|
+
'stzhClick',
|
|
1685
|
+
'stzhFocus',
|
|
1686
|
+
'stzhBlur'
|
|
1475
1687
|
]);
|
|
1476
1688
|
export const StzhText = defineContainer('stzh-text', undefined, [
|
|
1477
1689
|
'font',
|
|
@@ -1493,6 +1705,8 @@ export const StzhTimeline = defineContainer('stzh-timeline', undefined, [
|
|
|
1493
1705
|
'collapsible',
|
|
1494
1706
|
'multiselectable',
|
|
1495
1707
|
'stzhFoldableChange'
|
|
1708
|
+
], [
|
|
1709
|
+
'stzhFoldableChange'
|
|
1496
1710
|
]);
|
|
1497
1711
|
export const StzhTimelineItem = defineContainer('stzh-timeline-item', undefined, [
|
|
1498
1712
|
'foldable',
|
|
@@ -1515,6 +1729,13 @@ export const StzhTimelineItem = defineContainer('stzh-timeline-item', undefined,
|
|
|
1515
1729
|
'stzhClosed',
|
|
1516
1730
|
'stzhFocus',
|
|
1517
1731
|
'stzhBlur'
|
|
1732
|
+
], [
|
|
1733
|
+
'stzhOpen',
|
|
1734
|
+
'stzhOpened',
|
|
1735
|
+
'stzhClose',
|
|
1736
|
+
'stzhClosed',
|
|
1737
|
+
'stzhFocus',
|
|
1738
|
+
'stzhBlur'
|
|
1518
1739
|
]);
|
|
1519
1740
|
export const StzhTimepicker = defineContainer('stzh-timepicker', undefined, [
|
|
1520
1741
|
'open',
|
|
@@ -1537,6 +1758,8 @@ export const StzhTimepicker = defineContainer('stzh-timepicker', undefined, [
|
|
|
1537
1758
|
'a11yDescribedby',
|
|
1538
1759
|
'localization',
|
|
1539
1760
|
'stzhChange'
|
|
1761
|
+
], [
|
|
1762
|
+
'stzhChange'
|
|
1540
1763
|
], 'value', 'stzhChange');
|
|
1541
1764
|
export const StzhToast = defineContainer('stzh-toast', undefined, [
|
|
1542
1765
|
'label',
|
|
@@ -1549,6 +1772,11 @@ export const StzhToast = defineContainer('stzh-toast', undefined, [
|
|
|
1549
1772
|
'stzhOpened',
|
|
1550
1773
|
'stzhClose',
|
|
1551
1774
|
'stzhClosed'
|
|
1775
|
+
], [
|
|
1776
|
+
'stzhOpen',
|
|
1777
|
+
'stzhOpened',
|
|
1778
|
+
'stzhClose',
|
|
1779
|
+
'stzhClosed'
|
|
1552
1780
|
]);
|
|
1553
1781
|
export const StzhToastbar = defineContainer('stzh-toastbar', undefined, [
|
|
1554
1782
|
'hideAfter',
|
|
@@ -1575,6 +1803,10 @@ export const StzhToggle = defineContainer('stzh-toggle', undefined, [
|
|
|
1575
1803
|
'stzhChange',
|
|
1576
1804
|
'stzhFocus',
|
|
1577
1805
|
'stzhBlur'
|
|
1806
|
+
], [
|
|
1807
|
+
'stzhChange',
|
|
1808
|
+
'stzhFocus',
|
|
1809
|
+
'stzhBlur'
|
|
1578
1810
|
], 'checked', 'stzhChange');
|
|
1579
1811
|
export const StzhTooltip = defineContainer('stzh-tooltip', undefined, [
|
|
1580
1812
|
'open',
|
|
@@ -1593,6 +1825,11 @@ export const StzhTooltip = defineContainer('stzh-tooltip', undefined, [
|
|
|
1593
1825
|
'stzhOpened',
|
|
1594
1826
|
'stzhClose',
|
|
1595
1827
|
'stzhClosed'
|
|
1828
|
+
], [
|
|
1829
|
+
'stzhOpen',
|
|
1830
|
+
'stzhOpened',
|
|
1831
|
+
'stzhClose',
|
|
1832
|
+
'stzhClosed'
|
|
1596
1833
|
]);
|
|
1597
1834
|
export const StzhTwocolumns = defineContainer('stzh-twocolumns', undefined);
|
|
1598
1835
|
export const StzhUpload = defineContainer('stzh-upload', undefined, [
|
|
@@ -1656,6 +1893,25 @@ export const StzhUpload = defineContainer('stzh-upload', undefined, [
|
|
|
1656
1893
|
'stzhCanceledMultiple',
|
|
1657
1894
|
'stzhComplete',
|
|
1658
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'
|
|
1659
1915
|
]);
|
|
1660
1916
|
export const StzhVbzCarousel = defineContainer('stzh-vbz-carousel', undefined, [
|
|
1661
1917
|
'autoplayTimeout'
|
|
@@ -1676,6 +1932,9 @@ export const StzhVbzLinechip = defineContainer('stzh-vbz-linechip', undefined, [
|
|
|
1676
1932
|
'analyticsId',
|
|
1677
1933
|
'stzhFocus',
|
|
1678
1934
|
'stzhBlur'
|
|
1935
|
+
], [
|
|
1936
|
+
'stzhFocus',
|
|
1937
|
+
'stzhBlur'
|
|
1679
1938
|
]);
|
|
1680
1939
|
export const StzhVbzMajorticker = defineContainer('stzh-vbz-majorticker', undefined, [
|
|
1681
1940
|
'api',
|
|
@@ -1685,6 +1944,8 @@ export const StzhVbzMajorticker = defineContainer('stzh-vbz-majorticker', undefi
|
|
|
1685
1944
|
'localization',
|
|
1686
1945
|
'showCloseKey',
|
|
1687
1946
|
'stzhDisturbanceFetched'
|
|
1947
|
+
], [
|
|
1948
|
+
'stzhDisturbanceFetched'
|
|
1688
1949
|
]);
|
|
1689
1950
|
export const StzhVbzTicker = defineContainer('stzh-vbz-ticker', undefined, [
|
|
1690
1951
|
'api',
|