@roadtrip/components 3.35.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index-bf8a763e.js.map +1 -1
- package/dist/collection/components/icon/svg/baby-seat-outline.svg +1 -0
- package/dist/collection/components/icon/svg/flag-luxembourg-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-cover-outline.svg +1 -0
- package/dist/esm/index-f1358629.js.map +1 -1
- package/dist/icons/icons.svg +1 -1
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.js +2 -0
- package/dist/roadtrip/p-db82e012.js.map +1 -1
- package/dist/roadtrip/roadtrip.css +1 -1
- package/dist/roadtrip/svg/baby-seat-outline.svg +1 -0
- package/dist/roadtrip/svg/flag-luxembourg-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-cover-outline.svg +1 -0
- package/hydrate/index.js +100 -100
- package/hydrate/index.mjs +100 -100
- package/icons/icons.svg +1 -1
- package/icons/index.d.ts +2 -0
- package/icons/index.js +2 -0
- package/package.json +1 -1
package/hydrate/index.mjs
CHANGED
|
@@ -3200,7 +3200,7 @@ class Accordion {
|
|
|
3200
3200
|
const accordionLightContent = this.isLight ? 'accordion-content accordion-light-content' : 'accordion-content';
|
|
3201
3201
|
const accordionLightSeparator = this.isLightSeparator ? 'accordion accordion-light accordion-light--border' : 'accordion';
|
|
3202
3202
|
const accordionSmall = this.isSmall ? 'accordion accordion-light accordion-light--small' : 'accordion';
|
|
3203
|
-
return (hAsync("details", { key: '
|
|
3203
|
+
return (hAsync("details", { key: 'a3469eb6d8aef3b880677284c59e69eb62f205e8', class: `${accordionLight} ${accordionSmall} ${accordionLightSeparator}`, open: this.isOpen }, hAsync("summary", { key: 'b0c18225580028ad00098aa494a29b2c956b7561', class: "accordion-trigger", "aria-expanded": `${this.isOpen}`, tabindex: "0", role: "button", onClick: this.onClick }, hAsync("div", { key: 'a066d273354e022c095978edeae2040eddb75804', class: accordionLightHeader }, hAsync("slot", { key: '13056e6babf83f00ebfd538aa79a9fae24ab344f', name: "icon-left" }), hAsync("slot", { key: '7f54051ce9e12dc9ef8e30f7262096a1248d19bb', name: "header" }), hAsync("road-icon", { key: '4161743fdea3953e151525481a338c7a87edd159', class: "accordion-arrow", icon: navigationChevron }))), hAsync("div", { key: '42f14c07ceabf357f4042207e35f828e782aefbc', class: accordionLightContent }, hAsync("slot", { key: 'c0e67f0215366eb9e129b341f02ff88a5c019b43' }))));
|
|
3204
3204
|
}
|
|
3205
3205
|
static get style() { return RoadAccordionStyle0; }
|
|
3206
3206
|
static get cmpMeta() { return {
|
|
@@ -3235,7 +3235,7 @@ class Alert {
|
|
|
3235
3235
|
}
|
|
3236
3236
|
render() {
|
|
3237
3237
|
const colorClass = this.color !== undefined ? `alert-${this.color}` : '';
|
|
3238
|
-
return (hAsync(Host, { key: '
|
|
3238
|
+
return (hAsync(Host, { key: 'b654cd8f516e47f8a6c0e7a1a4bfd9cae09076e0', class: colorClass, role: "alert" }, hAsync("div", { key: '280b009d269a3dd510bcfabf8f4d7e5eb61cda80', class: "alert-icon" }, hAsync("slot", { key: '17d81df60b117ab8b246d9b73c832954ec7296d1', name: "icon" })), hAsync("div", { key: '46f8799b8b2ef9e525a4d7f00b5c53ddd98fe4d1' }, this.label && hAsync("span", { key: '900b5b9f095356d008fb2bae5c03cc28eb828a8a', class: "alert-title d-block" }, this.label), hAsync("p", { key: 'c65304f2cb7c7109350f3265a88a507ff84bb0c8', class: "alert-description" }, hAsync("slot", { key: '3f34a35e3bbfd3a2fe96531e9d7a0cfd00df7b74' }), this.link && hAsync("a", { key: '4149db714ea2fc13148d1e44d6e0dd9cc73dee45', href: this.url, class: "alert-link link link-default" }, this.link)))));
|
|
3239
3239
|
}
|
|
3240
3240
|
static get style() { return RoadAlertStyle0; }
|
|
3241
3241
|
static get cmpMeta() { return {
|
|
@@ -3334,7 +3334,7 @@ class Asset {
|
|
|
3334
3334
|
}
|
|
3335
3335
|
}
|
|
3336
3336
|
render() {
|
|
3337
|
-
return (hAsync(Host, { key: '
|
|
3337
|
+
return (hAsync(Host, { key: '64331c0cd4f5a805be16cd746dfe78d7eeea118e', "aria-hidden": "true", role: "img" }, ((this.assetSvgContent !== '')
|
|
3338
3338
|
? hAsync("div", { class: "icon-inner", innerHTML: this.assetSvgContent })
|
|
3339
3339
|
: hAsync("div", { class: "icon-inner" }))));
|
|
3340
3340
|
}
|
|
@@ -3404,8 +3404,8 @@ class Autocomplete {
|
|
|
3404
3404
|
}
|
|
3405
3405
|
}
|
|
3406
3406
|
render() {
|
|
3407
|
-
return (hAsync(Host, { key: '
|
|
3408
|
-
hAsync("ul", { key: '
|
|
3407
|
+
return (hAsync(Host, { key: '46eeec7665a075a37025173b3a86f42e9263c835' }, hAsync("slot", { key: 'f3513033a2e4a3e22d30218c47e1eed0e2e7bc94' }), this.visible && this.options.length > 0 &&
|
|
3408
|
+
hAsync("ul", { key: '1527ef97b9885082769751a9b5aaf254df54d94b', class: "autocomplete-list" }, this.options && this.options.map(option => (hAsync("li", { class: "autocomplete-item", role: "menuitem", onClick: () => this.onClick(option.value, option.label), tabindex: "0" }, option.label))))));
|
|
3409
3409
|
}
|
|
3410
3410
|
get el() { return getElement(this); }
|
|
3411
3411
|
static get style() { return RoadAutocompleteStyle0; }
|
|
@@ -3438,7 +3438,7 @@ class Avatar {
|
|
|
3438
3438
|
}
|
|
3439
3439
|
render() {
|
|
3440
3440
|
const sizeClass = this.size !== undefined ? `avatar-${this.size}` : '';
|
|
3441
|
-
return (hAsync(Host, { key: '
|
|
3441
|
+
return (hAsync(Host, { key: '6f57ba54014a8220d4262e0fd61dd807ed09f5e2', class: `${sizeClass}` }, hAsync("slot", { key: '3152a4be46b7d1d68df32861f690ae7bf5cf1c37' })));
|
|
3442
3442
|
}
|
|
3443
3443
|
static get style() { return RoadAvatarStyle0; }
|
|
3444
3444
|
static get cmpMeta() { return {
|
|
@@ -3474,7 +3474,7 @@ class Badge {
|
|
|
3474
3474
|
render() {
|
|
3475
3475
|
const colorClass = this.color !== undefined ? `badge-${this.color}` : '';
|
|
3476
3476
|
const bubbleClass = this.bubble ? 'badge-bubble' : '';
|
|
3477
|
-
return (hAsync(Host, { key: '
|
|
3477
|
+
return (hAsync(Host, { key: '16742c39b5260aadf2da3067ce5a2812fe4c462f', class: `${colorClass} ${bubbleClass}` }, hAsync("slot", { key: 'd989a2f2bcdd588fc483b71e8d630387997deb95' })));
|
|
3478
3478
|
}
|
|
3479
3479
|
static get style() { return RoadBadgeStyle0; }
|
|
3480
3480
|
static get cmpMeta() { return {
|
|
@@ -3523,7 +3523,7 @@ class Banner {
|
|
|
3523
3523
|
}
|
|
3524
3524
|
render() {
|
|
3525
3525
|
const bannerIsOpenClass = this.isOpen ? 'banner-open' : '';
|
|
3526
|
-
return (hAsync(Host, { key: '
|
|
3526
|
+
return (hAsync(Host, { key: '3b26ce08382bc4c226be95bce24f45f10727bc3a', class: bannerIsOpenClass }, hAsync("div", { key: '30438032a71d86cc054ed048c4362f891dd958f5' }, hAsync("span", { key: 'be69b7116ff47b43490534d86428f1c38f98259b', class: "banner-open-label" }, this.label), this.link && hAsync("a", { key: 'b8ff1de1d13dbc06f64a7378b1d959d2c80546c5', href: this.url, class: "banner-open-link" }, this.link), hAsync("button", { key: '35a63144540b01d7eb148970d1cb872cc3c499af', type: "button", class: "banner-close", onClick: this.onClick, "aria-label": "closed" }, hAsync("road-icon", { key: '89043091f5e7503601584b59403f0addb8287eb9', icon: navigationClose, size: "md" })))));
|
|
3527
3527
|
}
|
|
3528
3528
|
static get style() { return RoadBannerStyle0; }
|
|
3529
3529
|
static get cmpMeta() { return {
|
|
@@ -3629,7 +3629,7 @@ class Button$1 {
|
|
|
3629
3629
|
const sizeClass = this.size !== undefined ? `btn-${this.size}` : '';
|
|
3630
3630
|
const expandClass = this.expand ? 'btn-block' : '';
|
|
3631
3631
|
const iconOnlyClass = this.iconOnly ? 'btn-icon' : '';
|
|
3632
|
-
return (hAsync(Host, { key: '
|
|
3632
|
+
return (hAsync(Host, { key: '57327cf5e013e564975f2d89f0e58b8b616e714b', class: [colorClass, sizeClass, expandClass, iconOnlyClass].filter(Boolean).join(' '), onClick: this.onClick, "aria-disabled": disabled ? 'true' : null }, hAsync(TagType, Object.assign({ key: '58e517e5e47714f0de398ab5fb98b7499b1da2d3' }, attrs, { class: "button-native", part: "native", disabled: disabled, onFocus: this.onFocus, onBlur: this.onBlur }), hAsync("slot", { key: '06e5d39c87cd40a4cb419125bb486f8d54afaf9f', name: "start" }), hAsync("slot", { key: 'cf7b775a0a57bfb3f6bba1128a6462e2c7d02c07' }), hAsync("slot", { key: 'd04aa7d04dc9d3d22d912aed80ea163be3fa3a3f', name: "end" }))));
|
|
3633
3633
|
}
|
|
3634
3634
|
get el() { return getElement(this); }
|
|
3635
3635
|
static get style() { return RoadButtonStyle0; }
|
|
@@ -3714,7 +3714,7 @@ class Button {
|
|
|
3714
3714
|
render() {
|
|
3715
3715
|
const TagType = this.href === undefined ? 'button' : 'a';
|
|
3716
3716
|
const positionClass = this.position !== undefined ? `position-${this.position}` : '';
|
|
3717
|
-
return (hAsync(Host, { key: '
|
|
3717
|
+
return (hAsync(Host, { key: 'ffb60871f5d27b54ec48f9ba8e699960e5edf16d', onClick: this.onClick, class: `${positionClass}` }, hAsync(TagType, { key: 'd62ca1111a2bce02e942e91fd867470974269cee', class: "button-native", part: "native", onFocus: this.onFocus, onBlur: this.onBlur }, hAsync("slot", { key: 'd0b29a5717d1386f8dc145b945b79994e36e039e', name: "start" }), hAsync("slot", { key: '9db183b8b6533b7bc091364033f167b2d0b7004b' }))));
|
|
3718
3718
|
}
|
|
3719
3719
|
get el() { return getElement(this); }
|
|
3720
3720
|
static get style() { return RoadButtonFloatingStyle0; }
|
|
@@ -3759,7 +3759,7 @@ class ButtonBar {
|
|
|
3759
3759
|
this.selectedTabChanged();
|
|
3760
3760
|
}
|
|
3761
3761
|
render() {
|
|
3762
|
-
return (hAsync(Host, { key: '
|
|
3762
|
+
return (hAsync(Host, { key: 'afd642615f117aadf941aa07e1006b87bc7af6ee', role: "tablist" }, hAsync("slot", { key: '331b574bb64568dc247cd9789232d4dffebec937' })));
|
|
3763
3763
|
}
|
|
3764
3764
|
get el() { return getElement(this); }
|
|
3765
3765
|
static get watchers() { return {
|
|
@@ -3842,7 +3842,7 @@ class Card {
|
|
|
3842
3842
|
render() {
|
|
3843
3843
|
const { elevation } = this;
|
|
3844
3844
|
const elevationClass = this.elevation ? `card-elevation-${elevation}` : ``;
|
|
3845
|
-
return (hAsync(Host, { key: '
|
|
3845
|
+
return (hAsync(Host, { key: '4b33b971a83bdc61a6f263d0d875fc4ce001b1e2', class: `${elevationClass}` }, this.renderCard()));
|
|
3846
3846
|
}
|
|
3847
3847
|
get el() { return getElement(this); }
|
|
3848
3848
|
static get style() { return RoadCardStyle0; }
|
|
@@ -10589,7 +10589,7 @@ class Carousel {
|
|
|
10589
10589
|
});
|
|
10590
10590
|
}
|
|
10591
10591
|
render() {
|
|
10592
|
-
return (hAsync(Host, { key: '
|
|
10592
|
+
return (hAsync(Host, { key: 'bd56a3d4295733f9ccd9d44178b71fdf8d6faf80', class: "swiper-container", tabindex: "0" }, hAsync("div", { key: 'c0f8061060089cce5cfd4e1a73dc6d139ca5882f', class: "swiper-wrapper" }, hAsync("slot", { key: 'b21ada18d0c456767d540ccd59e5c1cce00e9fa2' })), this.pager && hAsync("div", { key: 'ed3e6e57cb5ff73b4ab3990d3e6ad307f8487451', class: "swiper-pagination", ref: el => this.paginationEl = el }), this.arrows && (hAsync("div", { key: '891f70fa003492b46bf2426b772a2a6c4a72cf45', role: "button", class: "swiper-button-prev", tabindex: "0", "aria-label": "Previous slide", onClick: () => this.slidePrev() }, hAsync("road-icon", { key: 'd6dc350a2f30a0bb74152755d410edf19f3dc87c', icon: navigationChevron, rotate: "180" }))), this.arrows && (hAsync("div", { key: '6248c621551d1a972b6448135b98353b493f7b50', role: "button", class: "swiper-button-next", tabindex: "0", "aria-label": "Next slide", onClick: () => this.slideNext() }, hAsync("road-icon", { key: '20d0af76b9d2486f122835ad5bd125edc06777ae', icon: navigationChevron })))));
|
|
10593
10593
|
}
|
|
10594
10594
|
get el() { return getElement(this); }
|
|
10595
10595
|
static get watchers() { return {
|
|
@@ -10640,10 +10640,10 @@ class CarouselItem {
|
|
|
10640
10640
|
registerInstance(this, hostRef);
|
|
10641
10641
|
}
|
|
10642
10642
|
render() {
|
|
10643
|
-
return (hAsync(Host, { key: '
|
|
10643
|
+
return (hAsync(Host, { key: 'ad1fcbb1419b1ca05ddfbd0d398c5fc2a7b4e55c', class: {
|
|
10644
10644
|
'swiper-slide': true,
|
|
10645
10645
|
'swiper-zoom-container': true,
|
|
10646
|
-
} }, hAsync("slot", { key: '
|
|
10646
|
+
} }, hAsync("slot", { key: 'e38a514a6965db10c79e5ece9ef7bbc273a32fe7' })));
|
|
10647
10647
|
}
|
|
10648
10648
|
static get style() { return RoadCarouselItemStyle0; }
|
|
10649
10649
|
static get cmpMeta() { return {
|
|
@@ -10734,7 +10734,7 @@ class Checkbox {
|
|
|
10734
10734
|
const labelId = this.checkboxId + '-label';
|
|
10735
10735
|
const inverseClass = this.inverse && 'form-checkbox-inverse';
|
|
10736
10736
|
const isInvalidClass = this.error !== undefined && !this.checked && this.error !== '' ? 'is-invalid' : '';
|
|
10737
|
-
return (hAsync(Host, { key: '
|
|
10737
|
+
return (hAsync(Host, { key: 'f16e29d51017bee1efb9600331cf9ecadc81b8ef' }, hAsync("input", { key: 'b0323e72a41252b61165cef98ec0d4018e05c0c6', class: `form-check-input ${isInvalidClass}`, type: "checkbox", id: this.checkboxId, name: this.name, required: this.required, disabled: this.disabled, indeterminate: this.indeterminate, checked: this.checked, value: this.value, "aria-checked": `${this.checked}`, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }), hAsync("label", { key: 'f707e5f80448890998b3f17024dcdaa8440f1676', class: `form-check-label ${inverseClass}`, id: labelId, htmlFor: this.checkboxId }, hAsync("div", { key: 'd114ab8b878a19b3abbf81a09b2e5d5d8b42a74d' }, this.label, " ", hAsync("span", { key: '6999e86aa34752d5a583143ca797c4fcde6ec123', class: "form-check-label-span" }, this.secondaryLabel), hAsync("slot", { key: '4a3e284226fd18ecc87f2f3a749de8caf31a5da1' })), this.checked && !this.indeterminate && hAsync("road-icon", { key: '2bb4df593e57edba39acbb171dd807bde34ab286', class: "form-check-icon", icon: checkWide }), this.indeterminate && hAsync("road-icon", { key: '48f0661a7810dfe8e3f32d4fefe2eafac0c294ec', class: "form-check-icon", icon: navigationAddLess })), this.error && this.error !== '' && hAsync("p", { key: '9ee03128a2f23fd6bebcc60e9ae73f2035bd9b25', class: "invalid-feedback" }, this.error), this.helper && this.helper !== '' && hAsync("p", { key: '0a4d6d19679549b2fa006129a9319c1106ac7d85', class: "helper" }, this.helper)));
|
|
10738
10738
|
}
|
|
10739
10739
|
static get watchers() { return {
|
|
10740
10740
|
"checked": ["checkedChanged"]
|
|
@@ -10792,7 +10792,7 @@ class Chip {
|
|
|
10792
10792
|
}
|
|
10793
10793
|
render() {
|
|
10794
10794
|
const outlineClass = this.outline ? 'chip-outline' : '';
|
|
10795
|
-
return (hAsync(Host, { key: '
|
|
10795
|
+
return (hAsync(Host, { key: '6984fe20341a84195a6e855b242f9d4b52a90448', class: `${outlineClass} chip-${this.color} chip-${this.size}`, tabindex: "0" }, hAsync("div", { key: '27080c8b8a87a10b8943aea1563da0174a0405aa', class: "chip-description" }, hAsync("slot", { key: 'dc915b09d73c31b40447a25e99c9c8e2cb490932' })), this.hasCloseIcon && hAsync("road-icon", { key: 'fb6e297f93e7d2a71f34e51c77eafc57391080e2', class: "chip-close", icon: navigationClose })));
|
|
10796
10796
|
}
|
|
10797
10797
|
static get style() { return RoadChipStyle0; }
|
|
10798
10798
|
static get cmpMeta() { return {
|
|
@@ -10821,7 +10821,7 @@ class Col {
|
|
|
10821
10821
|
registerInstance(this, hostRef);
|
|
10822
10822
|
}
|
|
10823
10823
|
render() {
|
|
10824
|
-
return (hAsync("slot", { key: '
|
|
10824
|
+
return (hAsync("slot", { key: '31d1c2466605d958b1e09d2a3560df534e27fcfb' }));
|
|
10825
10825
|
}
|
|
10826
10826
|
static get style() { return RoadColStyle0; }
|
|
10827
10827
|
static get cmpMeta() { return {
|
|
@@ -10871,7 +10871,7 @@ class Collapse {
|
|
|
10871
10871
|
const isOpenClass = this.isOpen ? 'collapse-open' : '';
|
|
10872
10872
|
const buttonText = this.isOpen ? this.showLess : this.showMore;
|
|
10873
10873
|
const centerClass = this.centered ? 'collapse-btn-centered' : '';
|
|
10874
|
-
return (hAsync(Host, { key: '
|
|
10874
|
+
return (hAsync(Host, { key: '6e386b6d38d82a531552aa51a75c1936aa648086' }, hAsync("slot", { key: '4f2a6c4da34fb988a2502c42e84cf04e2ff8b3d9' }), hAsync("div", { key: 'd526b164e59b383060181b421348bf841ebfc87b', class: `collapsed-content ${isOpenClass}` }, hAsync("slot", { key: 'b9f02396aa6b7599bda288ef90eaf86bf6840be4', name: "collapsed-content" })), hAsync("div", { key: 'f8295bbd155c7516b0fdd3e2a58ccd4b5188844b', class: `collapse-btn-wrapper ${centerClass}` }, hAsync("road-button", { key: 'e93ff7cbb3038bf93fc47467708485edec2c9a13', onClick: this.onClick, class: "collapse-btn btn-link" }, buttonText))));
|
|
10875
10875
|
}
|
|
10876
10876
|
static get style() { return RoadCollapseStyle0; }
|
|
10877
10877
|
static get cmpMeta() { return {
|
|
@@ -10908,7 +10908,7 @@ class ContentCard {
|
|
|
10908
10908
|
}
|
|
10909
10909
|
render() {
|
|
10910
10910
|
const insetImageClass = this.insetImage ? '' : 'content-card-image';
|
|
10911
|
-
return (hAsync(Host, { key: '
|
|
10911
|
+
return (hAsync(Host, { key: 'e053ef7978db53d7fecd4628ccc4e5708e128e93' }, hAsync("road-img", { key: 'bb7b363f08ada6385b0744da1b145d8c190ef309', src: "https://s1.medias-norauto.fr/visuals/desktop/fr/banners/blog_loimontagne.png", alt: "loi montagne", class: insetImageClass }), hAsync("div", { key: '70143643e05373e3230aab8a151d7f6986a2c6ef', class: "content-card-description" }, hAsync("road-label", { key: '4dbf374d7fee075b782af68e3627a6fedaf69cb2', class: "content-card-description-title" }, hAsync("slot", { key: '1f70c536151777a0ce5a002c2054306123bcf2ec', name: "label" })), hAsync("p", { key: 'e62f439d92a7ca6a406ab2fcdc5501488613872c', class: "content-card-description-text" }, hAsync("slot", { key: '42bbeb6043724fa897ae49c453f5339ea893fcfc', name: "description" })), hAsync("div", { key: '971bad2a897bce4a4180db88d8a7f0abacd23aee', class: "content-card-description-buttons" }, hAsync("slot", { key: '7c33368ae9c3a748d52b03dbf52fe40e7c738562' })))));
|
|
10912
10912
|
}
|
|
10913
10913
|
static get style() { return RoadContentCardStyle0; }
|
|
10914
10914
|
static get cmpMeta() { return {
|
|
@@ -11084,7 +11084,7 @@ class Counter {
|
|
|
11084
11084
|
}
|
|
11085
11085
|
render() {
|
|
11086
11086
|
const dataCi = this.isDustbinVisible ? "road-dustbin" : "";
|
|
11087
|
-
return (hAsync("road-input-group", { key: '
|
|
11087
|
+
return (hAsync("road-input-group", { key: '0f8b1b0a35803e52ba57c371654f65069ee24eb1', class: this.size && `counter-${this.size}` }, hAsync("road-button", { key: '769528d0e5b027e1b28cb9ef04b3c8f8c26f34d5', slot: "prepend", size: this.size, onClick: this.decrease, class: this.leftIconClasses, "data-cy": "road-decrease" }, hAsync("road-icon", { key: 'fe666f6455a7dfd2f944df71fdac8fb858dc9d56', name: this.isDustbinVisible ? "delete-forever" : "navigation-add-less", ref: (el) => this.iconCounterLess = el, size: this.size, "data-cy": dataCi, role: "button" })), hAsync("road-input", { key: '315b93bf129f7ae04138f584f060b1c9d5eac6c9', ref: (el) => this.inputElement = el, type: "number", min: this.min.toString(), max: (this.max && this.max.toString()), step: this.step, value: this.value, onRoadChange: this.onRoadChange, onKeyUp: this.checkValue, "data-cy": "road-input-counter", readonly: this.readonly, label: "Quantit\u00E9" }), hAsync("road-button", { key: 'e17851794c015e99c34c8d04bccce046b57bad05', slot: "append", size: this.size, onClick: this.increase, class: this.rightIconClasses, "data-cy": "road-increase" }, hAsync("road-icon", { key: 'e0b4898bdb9bab9f48acf38a4a6a2b31520c955d', name: "navigation-add-more", size: this.size, role: "button" }))));
|
|
11088
11088
|
}
|
|
11089
11089
|
get el() { return getElement(this); }
|
|
11090
11090
|
static get watchers() { return {
|
|
@@ -11200,11 +11200,11 @@ class Dialog {
|
|
|
11200
11200
|
break;
|
|
11201
11201
|
}
|
|
11202
11202
|
}
|
|
11203
|
-
return (hAsync(Host, { key: '
|
|
11203
|
+
return (hAsync(Host, { key: '2c8db56b9961b0344f525d832351583ddcfbf3b2', class: `dialog ${modalIsOpenClass} ${modalhasClose}`, role: "alertdialog", "aria-modal": "true", tabindex: "-1", "aria-label": "dialogLabel" }, hAsync("div", { key: 'c931f46217f533acf46f70968fe04319f639f7ad', class: "dialog-overlay", onClick: this.hasCloseIcon === true ? this.onClick : undefined, tabindex: "-1" }), hAsync("div", { key: '0b141dde632d78b058263431af0f5d4470f267c5', class: "dialog-modal", role: "document", tabindex: "0" }, hAsync("div", { key: '78ed93fb9251f925bc0f33e43961bd4a656777ab', class: "dialog-content" }, hAsync("header", { key: '5e4bfdd20864ff18f8352536f918d801d338a9d5', class: "dialog-header" }, this.hasCloseIcon
|
|
11204
11204
|
? hAsync("button", { type: "button", class: "dialog-close", onClick: this.onClick, "aria-label": "Close" }, hAsync("road-icon", { icon: navigationClose, "aria-hidden": "true" }))
|
|
11205
|
-
: ''), hAsync("div", { key: '
|
|
11205
|
+
: ''), hAsync("div", { key: '787c2b4a2791f0098424159f1a1f1462973d7f88', class: "dialog-body" }, this.color !== undefined
|
|
11206
11206
|
? hAsync("road-icon", { class: "dialog-icon", part: "dialog-icon", color: this.color, icon: icon, "aria-hidden": "true" })
|
|
11207
|
-
: '', hAsync("h2", { key: '
|
|
11207
|
+
: '', hAsync("h2", { key: '3445750e2edadb33dc2219b72642ff0209b3c1c6', class: "dialog-title" }, this.label), hAsync("p", { key: 'db5324827d724d10a38cb7187dc717fa74a57cc7', class: "dialog-description", id: "dialogDesc" }, this.description)), hAsync("footer", { key: '59ba58e5ab179d493b21f6a2d42b8bc5e4bb04d3', class: "dialog-footer" }, hAsync("slot", { key: 'c4e5b3236e31f94bf0d08c00f4c21161b3d09969' }))))));
|
|
11208
11208
|
}
|
|
11209
11209
|
get el() { return getElement(this); }
|
|
11210
11210
|
static get style() { return RoadDialogStyle0; }
|
|
@@ -11372,7 +11372,7 @@ class Drawer {
|
|
|
11372
11372
|
const drawerWidthValue = this.position === 'bottom' ? '100%' : `${this.drawerWidth}px`;
|
|
11373
11373
|
const footerSlotElement = (_d = this.el.shadowRoot) === null || _d === void 0 ? void 0 : _d.querySelector('slot[name="footer"]');
|
|
11374
11374
|
const hasFooterContent = footerSlotElement instanceof HTMLSlotElement && footerSlotElement.assignedNodes().length > 0;
|
|
11375
|
-
return (hAsync(Host, { key: '
|
|
11375
|
+
return (hAsync(Host, { key: 'ba990bd447f7c8eb35e7cad402f7f4154a84a8d9', class: `${drawerIsOpenClass} drawer-${this.position}`, tabindex: "0", role: "dialog", "aria-label": ariaLabel }, hAsync("div", { key: 'f32e6d1a0924f48e0610df3d800ce5d6eba9a296', class: "drawer-overlay", onClick: this.onClick, tabindex: "-1" }), hAsync("div", { key: '41f2848256ecaf5563a33ce230a25a8c6b8e564a', class: "drawer-dialog", style: { maxWidth: drawerWidthValue }, role: "document", tabindex: "0" }, hAsync("div", { key: '342dae28d3322659f296027cda7efcc40efc96a4', class: "drawer-content" }, hAsync("header", { key: '018d2bd85e27456281fd94658bf264a45516c350', class: `drawer-header ${inverseHeaderClass} ${drawerDelimiterClass}` }, backIconElement, this.drawerTitle ? (hAsync("h2", { class: "drawer-title" }, this.drawerTitle)) : (hAsync("div", { class: "drawer-title" }, hAsync("slot", { name: "title" }))), closeIconElement), hAsync("div", { key: '93f188c1c870bef15804884d67d30d37ece4fe94', class: `drawer-body ${removePaddingClass}` }, hAsync("slot", { key: '6eea3bb0fcfba515561ec38d1a7602c06584e285' })), hAsync("footer", { key: 'a068ef915c86f1bb446a29b38e8cb30e77599d3f', class: `drawer-footer ${removePaddingClass}`, style: { display: hasFooterContent ? 'block' : 'none' } }, hAsync("slot", { key: '4983c11aedb830637585a978868680e30f7d8dc6', name: "footer" }))))));
|
|
11376
11376
|
}
|
|
11377
11377
|
get el() { return getElement(this); }
|
|
11378
11378
|
static get watchers() { return {
|
|
@@ -11433,7 +11433,7 @@ class Dropdown$1 {
|
|
|
11433
11433
|
const positionClass = this.position ? `position-${this.position}` : '';
|
|
11434
11434
|
const dropdownClass = this.position ? `dropdown-${this.position}` : '';
|
|
11435
11435
|
const directionClass = this.direction ? `direction-${this.direction}` : '';
|
|
11436
|
-
return (hAsync("details", { key: '
|
|
11436
|
+
return (hAsync("details", { key: '63664ef857943b6aeccfa742262132ccd0f0ea3d', class: "dropdown", open: this.isOpen }, hAsync("summary", { key: '5286cc9ed3f2d928350bafb6e8420faa34b25b33', "aria-expanded": this.isOpen.toString(), tabindex: "0", role: "button", onClick: this.onClick, "tab-index": "0" }, hAsync("div", { key: '5c8849bea5ed2a5bcee7432d5a59597c490b1bb2', class: `d-flex ${positionClass}` }, hAsync("div", { key: '0e5ca32d720b1230083469d39c0a032ae345abc3', class: `${isLightButtonDropDown} ${isMediumButtonDropDown}` }, hAsync("road-icon", { key: 'd65534d956a28d5238f38fdea121491ff7923900', name: "navigation-more", class: "dropdown-button-icon", "aria-hidden": "true" })))), hAsync("div", { key: '9e9a77d0c43b5770b443967c9e828d758d55dd3f', class: `dropdown-menu ${directionClass} ${dropdownClass}` }, hAsync("slot", { key: 'c5693e782f0a05dfd5f62a7d96eb2418e619e2f9', name: "list" }))));
|
|
11437
11437
|
}
|
|
11438
11438
|
get el() { return getElement(this); }
|
|
11439
11439
|
static get style() { return RoadDropdownStyle0; }
|
|
@@ -11489,7 +11489,7 @@ class Dropdown {
|
|
|
11489
11489
|
this.isOpen = false;
|
|
11490
11490
|
}
|
|
11491
11491
|
render() {
|
|
11492
|
-
return (hAsync("details", { key: '
|
|
11492
|
+
return (hAsync("details", { key: '43e4ae49c617fbacc94b8baa71e48f69fe476f1d', class: "dropdown", open: this.isOpen }, hAsync("summary", { key: '4b710e357a714a422988b653ae2cb8573935ff35', "aria-expanded": `${this.isOpen}`, tabindex: "0", role: "button", onClick: this.onClick }, hAsync("div", { key: '4f6e0a9bc88cfb776c1bb77e54db15b5083171b2', class: `d-flex` }, hAsync("div", { key: '47c2820abb6c77ec3058b1b2b5fbf724350caabd' }, hAsync("road-avatar", { key: '4cfa1004541f55168b831c6e8541c57c81df4630' }, hAsync("slot", { key: 'b71ee875ef37c645b7bd365ac57d7198b171f1f6', name: "avatar" }))))), hAsync("div", { key: '0722a1227a791a58fecd3f6e9e525656deb286d0', class: `dropdown-menu` }, hAsync("div", { key: '06a40cb955460d18e5b81daa33d97e6fba62c558', class: "profil-item" }, hAsync("road-avatar", { key: 'd7f3cbdb3c3556228f6751e16f48ea15989a40c1', size: "sm" }, hAsync("slot", { key: '18e9fbed6f749746247bd5cb32be190fbc137441', name: "avatarItem" })), hAsync("div", { key: '861ee72150789f798709bef31bc8cf2013b75e9e', class: "profil-item-info" }, hAsync("span", { key: 'a51ab011c1dbb74eb0110ac5ef9bbce140060456', class: "profil-item-info-name" }, hAsync("slot", { key: 'b96374ca1927d2af6428a773dfcf4b4c97656551', name: "name" })), hAsync("road-label", { key: '5c58f0aa250f9cb66ff5a04e5517fc5693c8f189' }, hAsync("slot", { key: 'aca0556fa9c641dffcafa231d72ada909c51adc8', name: "email" })))), hAsync("slot", { key: '5482d7055522cd952392d1f437b261497747a452', name: "list" }))));
|
|
11493
11493
|
}
|
|
11494
11494
|
get el() { return getElement(this); }
|
|
11495
11495
|
static get style() { return RoadProfilDropdownStyle0; }
|
|
@@ -11553,7 +11553,7 @@ class Duration {
|
|
|
11553
11553
|
this.isOpen = false;
|
|
11554
11554
|
}
|
|
11555
11555
|
render() {
|
|
11556
|
-
return (hAsync("road-drawer", { key: '
|
|
11556
|
+
return (hAsync("road-drawer", { key: '18883acabae49df9f9e957e673d118356011d28c', "is-open": this.isOpen, position: "bottom", "drawer-title": this.header }, hAsync("road-grid", { key: '7e0e1b64d1748880df6eb12b06dbd14a6eba8c70' }, hAsync("road-row", { key: '02e407a9f1a56f8c8fc8a48751d95848c7fc5c4f', class: "duration-values" }, Array(Math.floor((this.max - this.min) / this.step) + 1).fill(this.min).map(((item, index) => (item + index * this.step))).map(item => hAsync("road-col", { class: "col-3 col-md-2" }, hAsync("road-card", { button: true, value: item }, hAsync("road-label", null, Math.floor(item / 60).toLocaleString("en-GB", { minimumIntegerDigits: 2, useGrouping: false }), ":", (item % 60).toLocaleString("en-GB", { minimumIntegerDigits: 2, useGrouping: false })))))))));
|
|
11557
11557
|
}
|
|
11558
11558
|
get el() { return getElement(this); }
|
|
11559
11559
|
static get style() { return RoadDurationStyle0; }
|
|
@@ -11599,7 +11599,7 @@ class Flap {
|
|
|
11599
11599
|
}
|
|
11600
11600
|
render() {
|
|
11601
11601
|
const colorClass = this.filled ? `flap-${this.color}-filled` : `flap-${this.color}`;
|
|
11602
|
-
return (hAsync(Host, { key: '
|
|
11602
|
+
return (hAsync(Host, { key: '3070a00a39088bc22f27b1e97a4aa635bc27c34d', class: `${colorClass} flap-${this.size}` }, hAsync("slot", { key: 'd2c0af9309ce6200b5055a152f26cea71e3c859f' })));
|
|
11603
11603
|
}
|
|
11604
11604
|
static get style() { return RoadFlapStyle0; }
|
|
11605
11605
|
static get cmpMeta() { return {
|
|
@@ -11645,7 +11645,7 @@ class GlobalNavigation {
|
|
|
11645
11645
|
this.selectedTabChanged();
|
|
11646
11646
|
}
|
|
11647
11647
|
render() {
|
|
11648
|
-
return (hAsync(Host, { key: '
|
|
11648
|
+
return (hAsync(Host, { key: 'b9dc9e434336aac0badabc03361dee0536ca1382', role: "application" }, hAsync("slot", { key: 'b4d9e5ec254a413489b81b720bd20f5ce18d9da4' })));
|
|
11649
11649
|
}
|
|
11650
11650
|
static get watchers() { return {
|
|
11651
11651
|
"selectedTab": ["selectedTabChanged"]
|
|
@@ -11793,7 +11793,7 @@ class GlobalNavigationV2 {
|
|
|
11793
11793
|
this.selectedTabChanged();
|
|
11794
11794
|
}
|
|
11795
11795
|
render() {
|
|
11796
|
-
return (hAsync(Host, { key: '
|
|
11796
|
+
return (hAsync(Host, { key: 'c9d5417b5d92177482a620e7baa5879fa7d04731', role: "application" }, hAsync("slot", { key: '6d189aef035de7d1816328f150e3402582b97bd7' })));
|
|
11797
11797
|
}
|
|
11798
11798
|
get host() { return getElement(this); }
|
|
11799
11799
|
static get watchers() { return {
|
|
@@ -11823,7 +11823,7 @@ class Grid {
|
|
|
11823
11823
|
registerInstance(this, hostRef);
|
|
11824
11824
|
}
|
|
11825
11825
|
render() {
|
|
11826
|
-
return (hAsync("slot", { key: '
|
|
11826
|
+
return (hAsync("slot", { key: 'afda2c7ec410ce0c1c06b12091a1416394a3b506' }));
|
|
11827
11827
|
}
|
|
11828
11828
|
static get style() { return RoadGridStyle0; }
|
|
11829
11829
|
static get cmpMeta() { return {
|
|
@@ -11926,7 +11926,7 @@ class Icon {
|
|
|
11926
11926
|
const rotateClass = this.rotate ? `icon-rotate-${this.rotate}` : '';
|
|
11927
11927
|
// Ajouter une classe "default" si aucune des valeurs n'est définie
|
|
11928
11928
|
const classes = [colorClass, sizeClass, rotateClass].filter(Boolean).join(' ');
|
|
11929
|
-
return (hAsync(Host, { key: '
|
|
11929
|
+
return (hAsync(Host, { key: '1da1702db901bcfb80638d9ae30a8c5cc4a2ac26', class: classes, "aria-hidden": "true" }, this.svgContent !== ''
|
|
11930
11930
|
? hAsync("div", { class: "icon-inner", innerHTML: this.svgContent })
|
|
11931
11931
|
: hAsync("div", { class: "icon-inner" })));
|
|
11932
11932
|
}
|
|
@@ -12048,7 +12048,7 @@ class Illustration {
|
|
|
12048
12048
|
render() {
|
|
12049
12049
|
const sizeClass = this.size !== undefined ? `illustration-${this.size}` : '';
|
|
12050
12050
|
const rotateClass = this.rotate !== undefined ? `illustration-rotate-${this.rotate}` : '';
|
|
12051
|
-
return (hAsync(Host, { key: '
|
|
12051
|
+
return (hAsync(Host, { key: '0c1d3f02b235f7f69dbdca9969fd3a637929e0bd', class: `${sizeClass} ${rotateClass}`, "aria-hidden": "true", role: "img" }, ((this.illustrationSvgContent !== '')
|
|
12052
12052
|
? hAsync("div", { class: "icon-inner", innerHTML: this.illustrationSvgContent })
|
|
12053
12053
|
: hAsync("div", { class: "icon-inner" }))));
|
|
12054
12054
|
}
|
|
@@ -12151,7 +12151,7 @@ class Img {
|
|
|
12151
12151
|
}
|
|
12152
12152
|
render() {
|
|
12153
12153
|
const placeholder = this.loadSrc !== undefined ? '' : 'placeholder';
|
|
12154
|
-
return (hAsync(Host, { key: '
|
|
12154
|
+
return (hAsync(Host, { key: 'f53be3ccdaadcae1091cab8e04678f1e709d30cd', class: placeholder }, hAsync("img", { key: '2e9b71fd42e3eff11402a195a93d2b93cc7446e6', class: "native-img", decoding: "async", src: this.loadSrc, alt: this.alt, onLoad: this.onLoad, onError: this.loadError, part: "image" })));
|
|
12155
12155
|
}
|
|
12156
12156
|
get el() { return getElement(this); }
|
|
12157
12157
|
static get watchers() { return {
|
|
@@ -29592,11 +29592,11 @@ class Input {
|
|
|
29592
29592
|
const hasValueClass = this.value !== '' && this.value !== null ? 'has-value' : '';
|
|
29593
29593
|
const lessLabelClass = this.label !== '' ? '' : 'less-label';
|
|
29594
29594
|
const isInvalidClass = this.error !== undefined && this.error !== '' ? 'is-invalid' : '';
|
|
29595
|
-
return (hAsync(Host, { key: '
|
|
29595
|
+
return (hAsync(Host, { key: '1dc5be8cca2464709ea4661a875c35feaec6d7b3', "aria-disabled": this.disabled ? 'true' : null, class: this.sizes && `input-${this.sizes}`, value: value, blockdecimal: this.blockdecimal }, hAsync("input", { key: '57575b6d01b4bf45703e76e0ac4b7e75aa7177ae', class: `form-control ${hasValueClass} ${isInvalidClass} ${lessLabelClass}`, id: this.inputId, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, enterKeyHint: this.enterkeyhint, autoFocus: this.autofocus, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, step: this.step, size: this.size, type: this.type, value: value, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.type === 'number' ? (event) => this.handleKeyDown(event) : undefined, "data-cy": 'road-input' }), hAsync("label", { key: '90ab2cc491c203f18e37654e361a03bf31f6e908', class: "form-label", id: labelId, htmlFor: this.inputId }, this.label), this.error && this.error !== '' && (Array.isArray(this.error)
|
|
29596
29596
|
? // Si error est un tableau, on itère et génère un <p> pour chaque élément
|
|
29597
29597
|
this.error.map((err, index) => (hAsync("p", { key: index, class: "invalid-feedback" }, hAsync("road-icon", { slot: "start", name: "alert-error-solid", "aria-hidden": "true", size: "sm" }), err.trim(), " ")))
|
|
29598
29598
|
: // Si error est une chaîne, on la divise avec split et génère un <p> pour chaque élément
|
|
29599
|
-
this.error.split(',').map((err, index) => (hAsync("p", { key: index, class: "invalid-feedback" }, hAsync("road-icon", { slot: "start", name: "alert-error-solid", "aria-hidden": "true", size: "sm" }), err.trim(), " ")))), this.helper && this.helper !== '' && hAsync("p", { key: '
|
|
29599
|
+
this.error.split(',').map((err, index) => (hAsync("p", { key: index, class: "invalid-feedback" }, hAsync("road-icon", { slot: "start", name: "alert-error-solid", "aria-hidden": "true", size: "sm" }), err.trim(), " ")))), this.helper && this.helper !== '' && hAsync("p", { key: 'ac10569a3eacf0e85142238d18139bb4b95c24e3', class: "helper" }, this.helper), this.type && this.type == 'password' && hAsync("slot", { key: '17e2a2ea624850955a29167e0475cff88960cc49', name: "checklistPassword" })));
|
|
29600
29600
|
}
|
|
29601
29601
|
static get watchers() { return {
|
|
29602
29602
|
"debounce": ["debounceChanged"],
|
|
@@ -29707,7 +29707,7 @@ class InputGroup {
|
|
|
29707
29707
|
? `size-${this.el.querySelector('road-input').sizes}`
|
|
29708
29708
|
: '';
|
|
29709
29709
|
const disabledClass = this.disabled ? 'is-disabled' : '';
|
|
29710
|
-
return (hAsync("div", { key: '
|
|
29710
|
+
return (hAsync("div", { key: '54938b0939fc88368a47099bd3263a4eaaa273fc', class: `input-group ${errorClass} ${disabledClass} ${sizeClass}` }, hAsync("div", { key: '3039896e2e22c633d4b298899488b16dc2d34018', class: "input-group-prepend" }, hAsync("slot", { key: 'ad675a53558b83d6dd5b0ae044db538245da0316', name: "prepend" })), hAsync("slot", { key: '1283ee327bbe9755e107a80cf700293c685429bf' }), hAsync("div", { key: '677da10746507b1171498461da76d7e8e7d6056a', class: "input-group-append" }, hAsync("slot", { key: '2bbf8d38a2343e362ee20bc8c3d54f88fd992eed', name: "append" }))));
|
|
29711
29711
|
}
|
|
29712
29712
|
get el() { return getElement(this); }
|
|
29713
29713
|
static get watchers() { return {
|
|
@@ -29787,13 +29787,13 @@ class Item {
|
|
|
29787
29787
|
target,
|
|
29788
29788
|
};
|
|
29789
29789
|
const showDetail = detail !== undefined && detail;
|
|
29790
|
-
return (hAsync(Host, { key: '
|
|
29790
|
+
return (hAsync(Host, { key: '9b71788b470f7fc686c9953868c59515607d5b01', "aria-disabled": disabled ? 'true' : null, class: {
|
|
29791
29791
|
[`item-lines-${lines}`]: lines !== undefined,
|
|
29792
|
-
} }, hAsync(TagType, Object.assign({ key: '
|
|
29792
|
+
} }, hAsync(TagType, Object.assign({ key: 'd05ff0c98f1a0713e935954b995e0f6476069414' }, attrs, { class: {
|
|
29793
29793
|
'item-native': true,
|
|
29794
29794
|
'item-active': this.active,
|
|
29795
29795
|
[`layout-${layout}`]: layout !== undefined,
|
|
29796
|
-
}, part: "native", disabled: disabled }), hAsync("slot", { key: '
|
|
29796
|
+
}, part: "native", disabled: disabled }), hAsync("slot", { key: '4287ffe1ac1fc6471bef8cc1c060637bd6889ef4', name: "start" }), hAsync("div", { key: '70dff3ab1b88fc4e51e83280504c85cfdbef6e75', class: "item-inner" }, hAsync("div", { key: '872a6387bceac2c8ef76d8ebd5ecc47cb6f93aa7', class: "input-wrapper" }, hAsync("slot", { key: 'c0e117161a86fb92ed121ab1fdc71de76a9d1aae' }), hAsync("div", { key: '23f4c082e69b0584cecadaf62c3cda21073068d6', class: "input-wrapper-info" }, hAsync("road-label", { key: '7af0a0698d00c0681181038163b8f5c15ef82e9a', class: "input-wrapper-info-title" }, this.titleItem), hAsync("p", { key: '87653ef8324a8e8b82270d697e657e242e9494be', class: "input-wrapper-info-text" }, this.text))), hAsync("slot", { key: '4d58e9d7d5f808b3a7f6bc2dee4912015070a495', name: "end" }), showDetail && hAsync("road-icon", { key: '6422e581f75db848cc4e788d7fd9f48709bd7588', icon: detailIcon, lazy: false, class: "item-detail-icon" })))));
|
|
29797
29797
|
}
|
|
29798
29798
|
get el() { return getElement(this); }
|
|
29799
29799
|
static get style() { return RoadItemStyle0; }
|
|
@@ -29834,7 +29834,7 @@ class Label {
|
|
|
29834
29834
|
registerInstance(this, hostRef);
|
|
29835
29835
|
}
|
|
29836
29836
|
render() {
|
|
29837
|
-
return (hAsync("slot", { key: '
|
|
29837
|
+
return (hAsync("slot", { key: 'e6b8246e6673eeaa1d33517a58de2df43091c4dc' }));
|
|
29838
29838
|
}
|
|
29839
29839
|
static get style() { return RoadLabelStyle0; }
|
|
29840
29840
|
static get cmpMeta() { return {
|
|
@@ -29859,9 +29859,9 @@ class List {
|
|
|
29859
29859
|
}
|
|
29860
29860
|
render() {
|
|
29861
29861
|
const { lines } = this;
|
|
29862
|
-
return (hAsync(Host, { key: '
|
|
29862
|
+
return (hAsync(Host, { key: 'a830b17499a394ad9bccaaed0aa2056ae538929b', class: {
|
|
29863
29863
|
[`list-lines-${lines}`]: lines !== undefined,
|
|
29864
|
-
} }, hAsync("slot", { key: '
|
|
29864
|
+
} }, hAsync("slot", { key: '1010f8f4a4376db24412ea8e5f407f3951ac8333' })));
|
|
29865
29865
|
}
|
|
29866
29866
|
static get style() { return RoadListStyle0; }
|
|
29867
29867
|
static get cmpMeta() { return {
|
|
@@ -29946,7 +29946,7 @@ class Modal {
|
|
|
29946
29946
|
const modalIsOpenClass = this.isOpen ? 'modal-open' : '';
|
|
29947
29947
|
const inverseHeaderClass = this.hasInverseHeader ? 'modal-header-inverse' : '';
|
|
29948
29948
|
const closeIconElement = this.hasCloseIcon ? hAsync("button", { type: "button", class: "modal-close", onClick: this.onClick, "aria-label": "Close" }, hAsync("road-icon", { icon: navigationClose, "aria-hidden": "true" })) : '';
|
|
29949
|
-
return (hAsync(Host, { key: '
|
|
29949
|
+
return (hAsync(Host, { key: 'dea7d12a7d711034e4bfbb57bd5ab17d0d2d0c64', class: `modal ${modalIsOpenClass}`, tabindex: "-1", role: "dialog", "aria-label": "modal" }, hAsync("div", { key: 'e3be54a36318d4a7942ac56477dccbc089b62d95', class: "modal-overlay", onClick: this.onClick, tabindex: "-1" }), hAsync("div", { key: '34576fcfbe6ca5da7cb655969ac011d627c4a450', class: "modal-dialog", style: { maxWidth: `${this.maxWidth}px` }, role: "document", tabindex: "0" }, hAsync("div", { key: '997ebcf1495edc6427595303fc87f77b31fa69c8', class: "modal-content" }, hAsync("header", { key: '0724f16b5f0deeeada144df5e0f5df9e61f1e94f', class: `modal-header ${inverseHeaderClass}` }, hAsync("h2", { key: '4ca7c0df3c5f39fcb4d0c18ef0d286d8131c75d2', class: "modal-title" }, this.modalTitle), closeIconElement), hAsync("div", { key: '86a30cd070f946728373100e30e86914c9952699', class: "modal-body" }, hAsync("slot", { key: '2a80c579ec2784e0baee03e0d65d55ff626e541a' }))))));
|
|
29950
29950
|
}
|
|
29951
29951
|
get el() { return getElement(this); }
|
|
29952
29952
|
static get style() { return RoadModalStyle0; }
|
|
@@ -29997,7 +29997,7 @@ class Navbar {
|
|
|
29997
29997
|
this.selectedTabChanged();
|
|
29998
29998
|
}
|
|
29999
29999
|
render() {
|
|
30000
|
-
return (hAsync(Host, { key: '
|
|
30000
|
+
return (hAsync(Host, { key: '188151d4f107e38799301e254fef5cb36b77f427', role: "menubar" }, hAsync("slot", { key: '7ed62f55bd9828c04a28f4090b6563dbc7cbd741' })));
|
|
30001
30001
|
}
|
|
30002
30002
|
static get watchers() { return {
|
|
30003
30003
|
"selectedTab": ["selectedTabChanged"]
|
|
@@ -30083,11 +30083,11 @@ class NavbarItem$1 {
|
|
|
30083
30083
|
rel,
|
|
30084
30084
|
target,
|
|
30085
30085
|
};
|
|
30086
|
-
return (hAsync(Host, { key: '
|
|
30086
|
+
return (hAsync(Host, { key: 'acbf239caf20ec5fdad46f4af576243eab63c2f9', onClick: this.onClick, onKeyup: this.onKeyUp, role: "menuitem", tabindex: "0", "aria-selected": selected ? 'true' : null, id: tab !== undefined ? `navbar-item-${tab}` : null, disabled: disabled, class: {
|
|
30087
30087
|
'navbar-item': true,
|
|
30088
30088
|
'tab-selected': selected,
|
|
30089
30089
|
'tab-disabled': disabled,
|
|
30090
|
-
} }, hAsync("a", Object.assign({ key: '
|
|
30090
|
+
} }, hAsync("a", Object.assign({ key: 'ba6ba2a86abdc210604b52e77ab44362ddeda18d' }, attrs, { tabIndex: -1, class: "button-native", part: "native" }), hAsync("span", { key: '189d158e062896460568593a287e52708eb13d4c', class: "button-inner" }, hAsync("slot", { key: 'e690abfecff3881e688020a4f8c173c73674b050' })))));
|
|
30091
30091
|
}
|
|
30092
30092
|
get el() { return getElement(this); }
|
|
30093
30093
|
static get watchers() { return {
|
|
@@ -30180,11 +30180,11 @@ class NavbarItem {
|
|
|
30180
30180
|
rel,
|
|
30181
30181
|
target,
|
|
30182
30182
|
};
|
|
30183
|
-
return (hAsync(Host, { key: '
|
|
30183
|
+
return (hAsync(Host, { key: 'd3962edd95606e908423aef6bcac10e9900f5cac', onClick: this.onClick, onKeyup: this.onKeyUp, role: "menuitem", tabindex: "0", "aria-selected": selected ? 'true' : null, id: tab !== undefined ? `navbar-item-${tab}` : null, disabled: disabled, class: {
|
|
30184
30184
|
'navbar-item': true,
|
|
30185
30185
|
'tab-selected': selected,
|
|
30186
30186
|
'tab-disabled': disabled,
|
|
30187
|
-
} }, hAsync("a", Object.assign({ key: '
|
|
30187
|
+
} }, hAsync("a", Object.assign({ key: '2f2f9d568a06d666ddcded0a3bbf18b9145dc6ec' }, attrs, { tabIndex: -1, class: "button-native", part: "native" }), hAsync("span", { key: '49e8a3698a19ed7b591531bda1baa3ddc0c0925f', class: "button-inner" }, hAsync("slot", { key: '3b9a1513ead6236942ad77fb19b099f26332b31c' })))));
|
|
30188
30188
|
}
|
|
30189
30189
|
get el() { return getElement(this); }
|
|
30190
30190
|
static get watchers() { return {
|
|
@@ -30243,7 +30243,7 @@ class NavbarV2 {
|
|
|
30243
30243
|
}
|
|
30244
30244
|
render() {
|
|
30245
30245
|
const compactClass = this.compact ? 'compact' : '';
|
|
30246
|
-
return (hAsync(Host, { key: '
|
|
30246
|
+
return (hAsync(Host, { key: '666a88c32c86b9e81a4f7fa244385f43ae44d72f', role: "menubar", class: `${compactClass}` }, hAsync("slot", { key: '2b65539c449d50ca60a93e96ff65b0ea28fca173' })));
|
|
30247
30247
|
}
|
|
30248
30248
|
static get watchers() { return {
|
|
30249
30249
|
"selectedTab": ["selectedTabChanged"]
|
|
@@ -30366,10 +30366,10 @@ class PlateNumber {
|
|
|
30366
30366
|
render() {
|
|
30367
30367
|
const value = this.getValue();
|
|
30368
30368
|
const motorbikeClass = this.motorbike ? 'motorbike-plate' : '';
|
|
30369
|
-
return (hAsync("road-input-group", { key: '
|
|
30369
|
+
return (hAsync("road-input-group", { key: '28c30b625e2af365c0249677e44c7d0429763631', class: `plate-number plate-number-${this.country.toLowerCase()} ${motorbikeClass}` }, hAsync("label", { key: '70107849b6839becadfb8b5ef92a6111295bdb08', slot: "prepend", class: "input-group-prepend" }, hAsync("div", { key: '31ee9cd44c6fa9e0df1b610f342e4c7409ec10a0', class: "plate-number-start" }, hAsync("road-icon", { key: '0b9a9f14ebbae17cba9cd3dd2541ec0ea80c9108', class: "plate-number-icon", icon: licensePlateStarEu }), hAsync("div", { key: '6ee7f8b160a21b6c9ae549f1979598f5bc3d5eb1', class: "plate-number-location", "aria-label": this.country, role: "img" }, this.countries
|
|
30370
30370
|
.filter(item => item.country === this.country)[0].letter))), this.motorbike
|
|
30371
30371
|
? (hAsync("textarea", { class: "form-control plate-number-input mb-0", disabled: this.disabled, placeholder: this.placeholder != null ? this.placeholder : this.countries.filter(item => item.country === this.country)[0].placeholder, readOnly: this.readonly, maxlength: "9", rows: 2, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus }))
|
|
30372
|
-
: (hAsync("input", { class: "plate-number-input mb-0", disabled: this.disabled, placeholder: this.placeholder != null ? this.placeholder : this.countries.filter(item => item.country === this.country)[0].placeholder, readOnly: this.readonly, value: value, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus })), hAsync("label", { key: '
|
|
30372
|
+
: (hAsync("input", { class: "plate-number-input mb-0", disabled: this.disabled, placeholder: this.placeholder != null ? this.placeholder : this.countries.filter(item => item.country === this.country)[0].placeholder, readOnly: this.readonly, value: value, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus })), hAsync("label", { key: '30b0898365b95e47c58b1ce349a224574f9b6939', slot: "append", class: "input-group-append" }, hAsync("div", { key: '022809f30f9dea2d7e2e5d18067f3c8cb5c7a72d', class: "plate-number-end" }))));
|
|
30373
30373
|
}
|
|
30374
30374
|
static get watchers() { return {
|
|
30375
30375
|
"value": ["valueChanged"]
|
|
@@ -30437,7 +30437,7 @@ class ProgressBar {
|
|
|
30437
30437
|
const fullwidth = this.fullwidth ? 'progress-element-info-full-width' : 'progress-element-info';
|
|
30438
30438
|
const light = this.light ? 'progress progress-light' : 'progress';
|
|
30439
30439
|
const animation = this.animation ? 'animation' : '';
|
|
30440
|
-
return (hAsync(Host, { key: '
|
|
30440
|
+
return (hAsync(Host, { key: '029ef77c8c30790505626a065e0382fd96de48f3', class: "progress-element" }, hAsync("div", { key: '6abaec562d06e1550cc4a81708625a298b701a58', class: `${light} progress-${this.color} ${animation}` }, hAsync("div", { key: '155e66309824c5cf5af2bab1b8c5984d7ad69e24', class: "progress-bar", role: "progressbar", style: { width: `${this.value}%` }, "aria-valuenow": this.value, "aria-valuemin": "0", "aria-valuemax": "100", "aria-label": "progress bar" })), hAsync("div", { key: '6054fb408c776fb258c7889bab50b8d0c4cb158f', class: `${fullwidth}` }, hAsync("span", { key: '90dc79f84351f7845dd17a8c2024d42f12ca6585', class: "progress-element-label" }, this.label), this.showstep && hAsync("span", { key: 'd316a662a44d0c44250c26a1ae81d106f8914d43', class: "progress-element-step" }, valueRound, "/", this.numbersteps))));
|
|
30441
30441
|
}
|
|
30442
30442
|
static get style() { return RoadProgressStyle0; }
|
|
30443
30443
|
static get cmpMeta() { return {
|
|
@@ -30478,7 +30478,7 @@ class ProgressIndicatorVertical {
|
|
|
30478
30478
|
registerInstance(this, hostRef);
|
|
30479
30479
|
}
|
|
30480
30480
|
render() {
|
|
30481
|
-
return (hAsync(Host, { key: '
|
|
30481
|
+
return (hAsync(Host, { key: '5dd7b6e9f50befbfda7194c326ff263015b798b8' }, hAsync("nav", { key: '4410e7821c405e9e1cb1fff7ff6360a71dcc793f' }, hAsync("ul", { key: '52179d2713e247e6c8b587816f032b432883b844' }, hAsync("li", { key: 'a2e1151dba8017dc7ba50d8cbac7cce4dd707d5a' }, hAsync("slot", { key: '67225f4646a498b1c84070b18406c0073eff173c' }))))));
|
|
30482
30482
|
}
|
|
30483
30483
|
static get style() { return RoadProgressIndicatorVerticalStyle0; }
|
|
30484
30484
|
static get cmpMeta() { return {
|
|
@@ -30502,7 +30502,7 @@ class ProgressIndicatorVerticalItem {
|
|
|
30502
30502
|
registerInstance(this, hostRef);
|
|
30503
30503
|
}
|
|
30504
30504
|
render() {
|
|
30505
|
-
return (hAsync(Host, { key: '
|
|
30505
|
+
return (hAsync(Host, { key: '681a6c70caee4d2b12dfe5cb85faa3240da79261' }, hAsync("slot", { key: 'edbc178bba91172a49760d40b55e55b56634dea1' })));
|
|
30506
30506
|
}
|
|
30507
30507
|
static get style() { return RoadProgressIndicatorVerticalItemStyle0; }
|
|
30508
30508
|
static get cmpMeta() { return {
|
|
@@ -30531,7 +30531,7 @@ class ProgressTracker {
|
|
|
30531
30531
|
registerInstance(this, hostRef);
|
|
30532
30532
|
}
|
|
30533
30533
|
render() {
|
|
30534
|
-
return (hAsync(Host, { key: '
|
|
30534
|
+
return (hAsync(Host, { key: '3056137a4ac9e08c6875527ec6fc206291e502ff' }, hAsync("nav", { key: 'ecccabc164e4f6a0438523746613ee3255a02f2c' }, hAsync("ul", { key: 'a4c6c472aac39a85db1fbce327244dcf235417fe' }, hAsync("li", { key: '7c6a8b6c278e362bc409007aadd0c5bb4ec8966e' }, hAsync("slot", { key: 'fa4a84917302767f34ec63441d65e797832d0e12' }))))));
|
|
30535
30535
|
}
|
|
30536
30536
|
static get style() { return RoadProgressTrackerStyle0; }
|
|
30537
30537
|
static get cmpMeta() { return {
|
|
@@ -30563,7 +30563,7 @@ class ProgressTrackerItem {
|
|
|
30563
30563
|
registerInstance(this, hostRef);
|
|
30564
30564
|
}
|
|
30565
30565
|
render() {
|
|
30566
|
-
return (hAsync(Host, { key: '
|
|
30566
|
+
return (hAsync(Host, { key: '9912365dc36705af52ede8cdb4ecf963a5a11d83' }, hAsync("slot", { key: '38a27cd97a75a0621926a32ecbcef7f78cc38330' })));
|
|
30567
30567
|
}
|
|
30568
30568
|
static get style() { return RoadProgressTrackerItemStyle0; }
|
|
30569
30569
|
static get cmpMeta() { return {
|
|
@@ -30656,7 +30656,7 @@ class Radio {
|
|
|
30656
30656
|
const inverseClass = this.inverse && 'form-radio-inverse';
|
|
30657
30657
|
const isInvalidClass = this.error ? 'is-invalid' : '';
|
|
30658
30658
|
const inlineClass = this.inline ? 'form-radio-inline' : '';
|
|
30659
|
-
return (hAsync(Host, { key: '
|
|
30659
|
+
return (hAsync(Host, { key: '6543b37f5327ae2665e1fca3c9d91412e2581ef9', class: `form-radio ${inlineClass}` }, hAsync("input", { key: '669e121aec0cfc722419d051204d350450d6d4e5', class: `form-radio-input ${isInvalidClass}`, type: "radio", id: this.radioId, name: this.name, required: this.required, disabled: this.disabled, "aria-disabled": this.disabled ? 'true' : null, checked: this.checked, "aria-checked": `${this.checked}`, "aria-labelledby": labelId, value: this.value, onFocus: this.onFocus, onBlur: this.onBlur }), hAsync("label", { key: 'd3056e531cc3826a3291af9a95585c6620b86745', class: `form-radio-label ${inverseClass}`, id: labelId, htmlFor: this.radioId }, this.label, " ", hAsync("span", { key: '4d1242c623b26517d9f88c6962335ea6ce364abf', class: "form-radio-label-span" }, this.secondaryLabel))));
|
|
30660
30660
|
}
|
|
30661
30661
|
get el() { return getElement(this); }
|
|
30662
30662
|
static get style() { return RoadRadioStyle0; }
|
|
@@ -30740,7 +30740,7 @@ class RadioCard {
|
|
|
30740
30740
|
const inlineClass = this.inline ? 'form-radio-inline' : '';
|
|
30741
30741
|
const selectedClass = this.isSelected || this.selected ? 'radio-card-selected' : '';
|
|
30742
30742
|
const disabledClass = this.disabled ? 'radio-card-disabled' : '';
|
|
30743
|
-
return (hAsync(Host, { key: '
|
|
30743
|
+
return (hAsync(Host, { key: '92d10e0e857fa618b651d09d684760345ebcab09', class: `form-radio ${inlineClass}` }, hAsync("div", { key: 'fcdabc5a9f337d8bd1e8a1bf7f3918bd65fa3b61', class: `radio-card ${selectedClass} ${disabledClass}`, onClick: this.onClick }, hAsync("input", { key: 'cab960932990c7b41e248fd45e11f05f0ba946ad', ref: el => this.inputEl = el, class: "form-radio-input", type: "radio", id: this.radioId, name: this.name, disabled: this.disabled, "aria-disabled": this.disabled ? 'true' : undefined, checked: this.isSelected || this.selected, "aria-labelledby": labelId, value: this.value, onFocus: this.onFocus, onBlur: this.onBlur, onChange: () => { } }), hAsync("label", { key: '9fbd563bb0d0ceb76374f8fdd961a0ae945cfd3b', class: "form-radio-label", htmlFor: this.radioId, id: labelId }, hAsync("div", { key: 'a66f46c0b7d566492eb791a14a1dc5f37fe1d98c', class: "slot-wrapper" }, hAsync("slot", { key: '2571e75dc92853a6f14ddb8c7c829ce4d3537ae5' }))))));
|
|
30744
30744
|
}
|
|
30745
30745
|
get el() { return getElement(this); }
|
|
30746
30746
|
static get style() { return RoadRadioCardStyle0; }
|
|
@@ -30837,7 +30837,7 @@ class RadioGroup {
|
|
|
30837
30837
|
render() {
|
|
30838
30838
|
const labelId = `${this.radioGroupId}-label`;
|
|
30839
30839
|
const isInvalidClass = this.error !== undefined && this.error !== '' ? 'is-invalid' : '';
|
|
30840
|
-
return (hAsync(Host, { key: '
|
|
30840
|
+
return (hAsync(Host, { key: 'c0b1fc909fda6bc68c01adf993b30807f18a0486', role: "radiogroup", class: `form-group ${isInvalidClass}`, "aria-label": this.ariaLabel, onClick: this.onClick }, this.label && hAsync("p", { key: 'f23d2998fd001549361d2540a9af9fac62e0754e', class: "text-content", id: labelId }, this.label, " ", this.asterisk && hAsync("span", { key: '299ccd95c783db7768589f92db60ba14b3c1026e', class: "asterisk" }, "*")), hAsync("slot", { key: '8ab9f52912fab8c99c610b4ffb2f7f316d9c8e21' }), this.error && this.error !== '' && hAsync("p", { key: '9ff0060878567d4b45487f5986e46d57a11c2876', class: "invalid-feedback" }, this.error), this.helper && this.helper !== '' && hAsync("p", { key: 'd081883688e4279ec03663cf595a555f7e9e8304', class: "helper" }, this.helper)));
|
|
30841
30841
|
}
|
|
30842
30842
|
get el() { return getElement(this); }
|
|
30843
30843
|
static get watchers() { return {
|
|
@@ -30967,14 +30967,14 @@ class Range {
|
|
|
30967
30967
|
render() {
|
|
30968
30968
|
const value = this.getValue();
|
|
30969
30969
|
const datalist = this.showLabels !== undefined ? `tickmarks` : "";
|
|
30970
|
-
return (hAsync(Host, { key: '
|
|
30970
|
+
return (hAsync(Host, { key: 'f1486d106b3d7013b3e6b1d99d646c70127dbbdd', tabindex: "0", class: { disabled: this.disabled } }, hAsync("div", { key: 'fd44d0ce903ba469fc2142a19b049676fddd2005', class: "form-group d-flex align-items-end" }, this.showTick && (hAsync("road-icon", { key: '723c5da5321440524ffb5cf69ed2d71196996541', icon: navigationAddLessSolid, class: "mr-8", size: "sm" })), hAsync("div", { key: '4653394e0dcfa7d452236f57bd2052ac9928007f', class: "form-range", style: {
|
|
30971
30971
|
"--min": this.min,
|
|
30972
30972
|
"--max": this.max,
|
|
30973
30973
|
"--value": value,
|
|
30974
30974
|
"--background-color": this.disabled
|
|
30975
30975
|
? "var(--road-surface-disabled)"
|
|
30976
30976
|
: "initial",
|
|
30977
|
-
} }, this.showValue && hAsync("output", { key: '
|
|
30977
|
+
} }, this.showValue && hAsync("output", { key: '2d3504f149aeba0bca77b7a7d03ac3fb9f3267b1' }), this.showLabels && hAsync("slot", { key: '45c91307a659459919e67f022766bf98189a4511', name: "datalist" }), hAsync("input", { key: '0cc864289e5c44b2dac2521af90b00dfa1d0625c', type: "range", class: "form-range-input", id: this.rangeId, min: this.min, max: this.max, value: value, onInput: this.onInput, list: datalist, "aria-label": "Valeur", tabindex: "0", disabled: this.disabled }), hAsync("label", { key: '97c50d5a81be438d34f23223ef1e5acdafcbc1b2', class: "form-range-label" }, "Valeur"), hAsync("div", { key: '92568d77bdbb044f66f0f5557ba81673836bd433', class: "form-range-progress" })), this.showTick && (hAsync("road-icon", { key: '2587580ec2c19de6d2cf799e4a39bd02c555d19a', icon: navigationAddMoreSolid, class: "ml-8", size: "sm" })))));
|
|
30978
30978
|
}
|
|
30979
30979
|
get el() { return getElement(this); }
|
|
30980
30980
|
static get watchers() { return {
|
|
@@ -31043,7 +31043,7 @@ class Rating {
|
|
|
31043
31043
|
const sizeRatingStarsClass = this.size !== undefined ? `rating-stars rating-stars--${this.size}` : 'rating-stars';
|
|
31044
31044
|
const sizeRatingNumberClass = this.size !== undefined ? `rating-number rating-number--${this.size}` : 'rating-number';
|
|
31045
31045
|
const readOnly = this.readonly == true ? `readonly` : '';
|
|
31046
|
-
return (hAsync(Host, { key: '
|
|
31046
|
+
return (hAsync(Host, { key: '85efd8ef2ccfcecd3740e72a5ba7ce4760e0d9d6' }, hAsync("div", { key: 'eab49904c7777e7f760d8ea79d970a76f0e1e32d', class: `${sizeRatingStarsClass}` }, [...Array(rate)].map(() => hAsync("road-icon", { icon: star, size: "sm", color: "warning" })), [...Array(rateDecimale)].map(() => hAsync("road-icon", { icon: starHalfColor, size: "sm", class: "rating-star" })), [...Array(5 - rate - rateDecimale)].map(() => hAsync("road-icon", { icon: star, size: "sm", class: "rating-star" }))), this.readonly == false && this.showreviews && hAsync("a", { key: 'd63c93743802e7fd5cb49c972bc39802eb6ee586', class: `${sizeRatingNumberClass}`, href: this.url }, "(", this.reviews, this.reviewsText && ` ${this.reviewsText}`, ")"), this.readonly == true && this.showreviews && hAsync("road-label", { key: '57ca56a99dfa88b79b242a6b1ab92c08596bd0a8', class: `${sizeRatingNumberClass} ${readOnly}` }, "(", this.reviews, this.reviewsText && ` ${this.reviewsText}`, ")")));
|
|
31047
31047
|
}
|
|
31048
31048
|
static get style() { return RoadRatingStyle0; }
|
|
31049
31049
|
static get cmpMeta() { return {
|
|
@@ -31162,7 +31162,7 @@ class RoadAreaCode {
|
|
|
31162
31162
|
const labelId = this.selectId + '-label';
|
|
31163
31163
|
const valueId = this.selectId + '-value';
|
|
31164
31164
|
const isInvalidClass = this.error !== undefined && this.error !== '' ? 'is-invalid' : '';
|
|
31165
|
-
return (hAsync(Host, { key: '
|
|
31165
|
+
return (hAsync(Host, { key: '5284737f6b5095e033ea92a070f097c5f484228c', class: this.sizes && `select-${this.sizes}` }, hAsync("select", { key: '4dc67cb4f98cedadf7e9e37ac9ec21e7626e549e', class: `form-select-area has-value ${isInvalidClass}`, id: this.selectId, "aria-disabled": this.disabled ? 'true' : null, autoFocus: this.autofocus, disabled: this.disabled, name: this.name, required: this.required, size: this.size, onChange: this.onChange, onFocus: this.onFocus, onBlur: this.onBlur }, this.options && this.options.map(option => (hAsync("option", { value: option.value, selected: option.selected }, option.label)))), hAsync("label", { key: '91861b51dc10637ecf2a224209bd0b189fa50430', class: "form-select-area-label", id: labelId, htmlFor: this.selectId }, this.label), hAsync("label", { key: '426fa27d96b289f7197e533fc350e0fcfe6e6522', class: "form-select-area-value", id: valueId, htmlFor: this.selectId }, "+", this.selectedValue), this.error && this.error !== '' && hAsync("p", { key: 'c3d0eda1463b66ce02d6ae126454b27696283fbe', class: "invalid-feedback" }, this.error)));
|
|
31166
31166
|
}
|
|
31167
31167
|
static get watchers() { return {
|
|
31168
31168
|
"value": ["valueChanged"]
|
|
@@ -32543,9 +32543,9 @@ class RoadPhoneNumberInput {
|
|
|
32543
32543
|
const isErrorClass = this.errorMessage.length ? 'is-error' : '';
|
|
32544
32544
|
const hasValueClass = this.hasValue() ? 'has-value' : '';
|
|
32545
32545
|
const sizes = 'xl';
|
|
32546
|
-
return (hAsync(Host, { key: '
|
|
32546
|
+
return (hAsync(Host, { key: 'cecbc63d32eea08a7a110f9990df28aceb53c2a8' }, hAsync("div", { key: 'b2cbe43100fe14b762af1910139e3d746e983c7c', class: 'phone-number-inputs-container' }, hAsync("div", { key: '067b2ebb88dc0f3d98318d522dbf05c56adad91c', class: `road-phone-input-select ${isErrorClass} ${isInvalidClass}`, slot: "prepend" }, hAsync("select", { key: 'd654ca41d2f8a859c2a8ba40bc65f7ff57fa2b70', id: selectId, class: `form-select-area has-value`, "aria-disabled": this.disabled ? 'true' : null, disabled: this.disabled, onChange: (event) => this.handleSelect(event), "aria-label": this.codeLabel, tabIndex: this.disabled ? -1 : 0 }, this.countryOptions && this.countryOptions.map(option => (hAsync("option", { value: option.value, disabled: option.disabled, selected: option.selected }, option.label)))), hAsync("label", { key: 'fac2d9990c24757cc975f750a3eec44f173dfeca', class: "form-select-area-label", id: labelId, htmlFor: selectId }, this.codeLabel), hAsync("label", { key: 'b7449465cdf82627c8737b09c73bbf8c46104e41', class: "form-select-area-value", id: valueId, htmlFor: selectId }, "+", this.selectedCountryCode)), hAsync("input", { key: 'ea5d0a4808ab0117c3f9b163e5c9e2f2751a3908', type: 'tel', id: inputId, class: `input-${sizes} phone-number-input-field ${hasValueClass} ${isErrorClass}`, value: this.phoneValue, required: this.required, tabIndex: 0, onInput: (event) => this.handleInput(event) }), hAsync("label", { key: '5c0628f00c771e0b36a2d0d662634ed9a0924a62', class: "phone-number-input-label", id: labelId, htmlFor: inputId }, this.phoneLabel)), this.errorMessage
|
|
32547
32547
|
&& this.errorMessage !== ''
|
|
32548
|
-
&& hAsync("p", { key: '
|
|
32548
|
+
&& hAsync("p", { key: '70d8e2b0acc90afbd08607fbdd420e6c2b0ed25d', class: "invalid-feedback" }, hAsync("road-icon", { key: '490e8baafe7b9ef670f11227043e6552287131ec', slot: "start", color: 'danger', name: "alert-error-solid", "aria-hidden": "true", size: "sm" }), this.errorMessage)));
|
|
32549
32549
|
}
|
|
32550
32550
|
get el() { return getElement(this); }
|
|
32551
32551
|
static get style() { return RoadPhoneNumberInputStyle0; }
|
|
@@ -32585,7 +32585,7 @@ class Row {
|
|
|
32585
32585
|
registerInstance(this, hostRef);
|
|
32586
32586
|
}
|
|
32587
32587
|
render() {
|
|
32588
|
-
return (hAsync(Host, { key: '
|
|
32588
|
+
return (hAsync(Host, { key: '6ee0a00bc04c580a827d19c99ec3e818d6def582' }, hAsync("slot", { key: '6ad15bc804554c3e72dec334b40d7d28e277e92f' })));
|
|
32589
32589
|
}
|
|
32590
32590
|
static get style() { return RoadRowStyle0; }
|
|
32591
32591
|
static get cmpMeta() { return {
|
|
@@ -32657,10 +32657,10 @@ class SegmentedButton {
|
|
|
32657
32657
|
render() {
|
|
32658
32658
|
const { tabIndex, selected, tab } = this;
|
|
32659
32659
|
const sizeClass = this.size !== undefined ? `btn-${this.size}` : '';
|
|
32660
|
-
return (hAsync(Host, { key: '
|
|
32660
|
+
return (hAsync(Host, { key: '6433591d09a54719de64718201a2a51ad79ae28b', onClick: this.onClick, onKeyup: this.onKeyUp, role: "tab", tabindex: tabIndex, "aria-selected": selected ? 'true' : null, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
|
|
32661
32661
|
'tab-selected': selected,
|
|
32662
32662
|
[`${sizeClass}`]: true,
|
|
32663
|
-
} }, hAsync("span", { key: '
|
|
32663
|
+
} }, hAsync("span", { key: 'f3e0bf769c686b17171afe0130ac5e4736aa2ff4', tabIndex: -1, class: "button-native", part: "native", "aria-hidden": "true" }, hAsync("slot", { key: '496201687fa4e9138d1a817215c4c90255f7232c' }))));
|
|
32664
32664
|
}
|
|
32665
32665
|
get el() { return getElement(this); }
|
|
32666
32666
|
static get style() { return RoadSegmentedButtonStyle0; }
|
|
@@ -32781,7 +32781,7 @@ class Select {
|
|
|
32781
32781
|
const labelId = this.selectId + '-label';
|
|
32782
32782
|
const hasValueClass = this.value && this.value !== '' ? 'has-value' : '';
|
|
32783
32783
|
const isInvalidClass = this.error !== undefined && this.error !== '' ? 'is-invalid' : '';
|
|
32784
|
-
return (hAsync(Host, { key: '
|
|
32784
|
+
return (hAsync(Host, { key: 'f587a8414c05e32346f937765d28bce047615a39', class: this.sizes && `select-${this.sizes}` }, hAsync("select", { key: 'e7b292e72914e7dacf0291609a0cb1d65eb0a3fa', class: `form-select ${hasValueClass} ${isInvalidClass}`, id: this.selectId, "aria-disabled": this.disabled ? 'true' : null, autoFocus: this.autofocus, disabled: this.disabled, name: this.name, required: this.required, size: this.size, onChange: this.onChange, onFocus: this.onFocus, onBlur: this.onBlur }, hAsync("option", { key: '24d8ce15efedece915747955ae8a0842e5578e54', selected: !this.value, disabled: true, hidden: true, style: { display: 'none' }, value: "" }), this.options && this.options.map(option => (hAsync("option", { value: option.value, selected: this.value !== null && option.value == this.value }, option.label)))), hAsync("label", { key: '128f0f39050595aac1833f642b2742429a4c96cd', class: "form-select-label", id: labelId, htmlFor: this.selectId }, this.label), this.error && this.error !== '' && hAsync("p", { key: '94fffc12a2be58bf311b4588ead8fa0331e0c3ca', class: "invalid-feedback" }, this.error)));
|
|
32785
32785
|
}
|
|
32786
32786
|
static get watchers() { return {
|
|
32787
32787
|
"value": ["valueChanged"]
|
|
@@ -34702,8 +34702,8 @@ class SelectFilter {
|
|
|
34702
34702
|
const options = this.filteredOptions;
|
|
34703
34703
|
const isActive = this.isActive ? 'true' : 'false';
|
|
34704
34704
|
const notActive = this.isActive ? '' : 'not-active';
|
|
34705
|
-
return (hAsync(Host, { key: '
|
|
34706
|
-
hAsync("ul", { key: '
|
|
34705
|
+
return (hAsync(Host, { key: 'ff1cb375e4108fbfe44f307ad6d00be4fec03430', "is-active": isActive }, hAsync("slot", { key: '987d24b1f5ad17ef8a0e83e3165d1e137bf4d6e5' }), this.isOpen &&
|
|
34706
|
+
hAsync("ul", { key: '41e10aed226c8131e4313ea33da1ea6c79969b80', class: `${notActive} select-filter-list`, role: "listbox", onMouseLeave: this.handleMouseLeave }, options.map((option, idx) => (hAsync("li", { class: `select-filter-item ${this.activeIndex === idx ? 'active' : ''}`, role: "option", "aria-selected": this.activeIndex === idx ? 'true' : 'false', onClick: () => this.handleOptionClick(option.item.value, option.item.label.replace(/(<([^>]+)>)/gi, "")), onMouseOver: () => this.handleOptionMouseOver(idx), innerHTML: option.item.label, tabindex: this.activeIndex === idx ? 0 : -1 }))))));
|
|
34707
34707
|
}
|
|
34708
34708
|
get el() { return getElement(this); }
|
|
34709
34709
|
static get style() { return RoadSelectFilterStyle0; }
|
|
@@ -34733,7 +34733,7 @@ class Skeleton {
|
|
|
34733
34733
|
registerInstance(this, hostRef);
|
|
34734
34734
|
}
|
|
34735
34735
|
render() {
|
|
34736
|
-
return (hAsync("span", { key: '
|
|
34736
|
+
return (hAsync("span", { key: 'cf58a469e049fce0303bf49ec1c86233b1b4e305' }, "\u00A0"));
|
|
34737
34737
|
}
|
|
34738
34738
|
static get style() { return RoadSkeletonStyle0; }
|
|
34739
34739
|
static get cmpMeta() { return {
|
|
@@ -34764,7 +34764,7 @@ class Spinner {
|
|
|
34764
34764
|
render() {
|
|
34765
34765
|
const sizeClass = this.size !== undefined ? `spinner spinner--${this.size}` : 'spinner';
|
|
34766
34766
|
const colorClass = this.size !== undefined ? `spinner-circle spinner-circle--${this.color}` : 'spinner-circle';
|
|
34767
|
-
return (hAsync("svg", { key: '
|
|
34767
|
+
return (hAsync("svg", { key: '3e1e5094311da649229f7fa9b3bc7b12d5251cda', class: `${sizeClass}`, viewBox: "25 25 50 50" }, hAsync("circle", { key: '6257e336cdf32cfa80973f4466eb9adcbf7fa239', class: `${colorClass}`, cx: "50", cy: "50", r: "20" })));
|
|
34768
34768
|
}
|
|
34769
34769
|
static get style() { return RoadSpinnerStyle0; }
|
|
34770
34770
|
static get cmpMeta() { return {
|
|
@@ -34814,7 +34814,7 @@ class Stepper {
|
|
|
34814
34814
|
const urlStep1 = this.urlStep1 !== undefined ? `${this.urlStep1}` : '#';
|
|
34815
34815
|
const urlStep2 = this.urlStep2 !== undefined ? `${this.urlStep2}` : '#';
|
|
34816
34816
|
const urlStep3 = this.urlStep3 !== undefined ? `${this.urlStep3}` : '#';
|
|
34817
|
-
return (hAsync(Host, { key: '
|
|
34817
|
+
return (hAsync(Host, { key: '3a324a39e9084c89d10cb395ddc2d6259964fb3b' }, hAsync("nav", { key: 'cbbfb7023a1d6355e3a73673f1f12b729e7bf45a' }, hAsync("ul", { key: '13d66d84cca5817fffef3b145fec52d4051693df', class: `${colorClass}` }, hAsync("li", { key: 'a193befac4f459adb7fe2cf1b411a8ed3049e152', class: `${stateClass}` }, hAsync("a", { key: '0b947059548ae146a24edde30365b1b9bf2e2eec', class: "progress-indicator-horizontal-link", href: `${urlStep1}` }, hAsync("span", { key: '5f30e93a8dcdcfa10a3b9d25a79b9b8001fa5935', class: "progress-indicator-horizontal-icon" }, hAsync("slot", { key: 'dbe960eca33e08ab40348188010b8dd926d607fe', name: "progress-indicator-horizontal-icon" })), hAsync("span", { key: 'd3b1ac0ca97375278663599a284c908c745ecab3', class: "progress-indicator-horizontal-title" }, hAsync("slot", { key: '59019872b7db4a65b717ded6af8976b8bbbf97a3', name: "progress-indicator-horizontal-title" })))), hAsync("li", { key: 'ec083a98b0a64eca04c02b9cf7e9022bdea70485', class: `${stateSecondStepClass}` }, hAsync("a", { key: '6d0083729e39293509b45a869fa893d398e33f5b', class: "progress-indicator-horizontal-link", href: `${urlStep2}` }, hAsync("span", { key: '82a87245b2b01f71b2237c71310b05ffa77fd977', class: "progress-indicator-horizontal-icon" }, hAsync("slot", { key: 'bfaeebcee669e2370da7d7253180a8b9813dc399', name: "progress-indicator-horizontal-icon2" })), hAsync("span", { key: '449e13e3beaa66b16a7d1fc6def8796888b671a2', class: "progress-indicator-horizontal-title" }, hAsync("slot", { key: 'f9312792d7e400d0a044d00f251e621b3c23cc70', name: "progress-indicator-horizontal-title2" })))), this.numberStep == 3 && hAsync("li", { key: '5cce8b0fc91b8ec4a3d79362eb67e2290d3ce4c1', class: `${stateThirdStepClass}` }, hAsync("a", { key: '7501ccbc3c739689c687794ba3530d62fa9f5cc3', class: "progress-indicator-horizontal-link", href: `${urlStep3}` }, hAsync("span", { key: '896343b2c095ea44c4442dacbac62b36380de6d6', class: "progress-indicator-horizontal-icon" }, hAsync("slot", { key: '6b3581003a6eeee6c1c8ac96f3d86866588496ba', name: "progress-indicator-horizontal-icon3" })), hAsync("span", { key: '3a254af95b70e84e048597b8af5549c3966aa717', class: "progress-indicator-horizontal-title" }, hAsync("slot", { key: 'bdb1c23a6eb4e3d3e189b9855e91e955efaefd75', name: "progress-indicator-horizontal-title3" }))))))));
|
|
34818
34818
|
}
|
|
34819
34819
|
static get style() { return RoadProgressIndicatorHorizontalStyle0; }
|
|
34820
34820
|
static get cmpMeta() { return {
|
|
@@ -34916,11 +34916,11 @@ class Switch {
|
|
|
34916
34916
|
}
|
|
34917
34917
|
render() {
|
|
34918
34918
|
const labelId = this.switchId + '-label';
|
|
34919
|
-
const textLabel = hAsync("label", { key: '
|
|
34919
|
+
const textLabel = hAsync("label", { key: 'a94f02e2edb416513ef6285b89c221a8fe1d5884', class: "form-switch-label", id: labelId, htmlFor: this.switchId }, this.label);
|
|
34920
34920
|
const colorClass = this.color !== undefined ? 'form-switch-' + this.color : '';
|
|
34921
34921
|
const isSpacedClass = this.isSpaced && 'form-switch-spaced';
|
|
34922
34922
|
const rightSwitchClass = this.hasLeftLabel ? 'form-switch-right' : '';
|
|
34923
|
-
return (hAsync(Host, { key: '
|
|
34923
|
+
return (hAsync(Host, { key: '5f93e9f0cd857f38d2f70152774b2ae0239ed342' }, hAsync("input", { key: '42528718ca88666d428048a7477ac9ba611f12aa', class: "form-switch-input", type: "checkbox", id: this.switchId, name: this.name, checked: this.checked, disabled: this.disabled, value: this.value, "aria-checked": `${this.checked}`, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }), hAsync("label", { key: '0d5c0ef117c9235387e47b628c9036c3844cb9be', class: `form-switch-label ${isSpacedClass} ${colorClass}`, htmlFor: this.switchId }, this.hasLeftLabel && textLabel, hAsync("div", { key: '0d16ade7abfe28bae3f7d756b89799aa737dd653', class: `form-switch-lever ${rightSwitchClass}`, "data-off": this.off, "data-on": this.on }), this.hasLeftLabel ? '' : textLabel)));
|
|
34924
34924
|
}
|
|
34925
34925
|
static get watchers() { return {
|
|
34926
34926
|
"checked": ["checkedChanged"]
|
|
@@ -34975,9 +34975,9 @@ class Tab {
|
|
|
34975
34975
|
}
|
|
34976
34976
|
render() {
|
|
34977
34977
|
const { tab, active } = this;
|
|
34978
|
-
return (hAsync(Host, { key: '
|
|
34978
|
+
return (hAsync(Host, { key: '4559e255fa71417fe4fcd713b91c2186d55653c0', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
|
|
34979
34979
|
'tab-hidden': !active,
|
|
34980
|
-
} }, hAsync("slot", { key: '
|
|
34980
|
+
} }, hAsync("slot", { key: '3ec299696cf719bf911fe0c27befb34d8de3afcd' })));
|
|
34981
34981
|
}
|
|
34982
34982
|
get el() { return getElement(this); }
|
|
34983
34983
|
static get style() { return RoadTabStyle0; }
|
|
@@ -35037,11 +35037,11 @@ class TabBar {
|
|
|
35037
35037
|
}
|
|
35038
35038
|
render() {
|
|
35039
35039
|
const { expand, center, secondary } = this;
|
|
35040
|
-
return (hAsync(Host, { key: '
|
|
35040
|
+
return (hAsync(Host, { key: '793bbb41d74e6e4dd0a7a5ee67b418fd59f61c7c', role: "tablist", class: {
|
|
35041
35041
|
'tab-expand': expand,
|
|
35042
35042
|
'tab-center': center,
|
|
35043
35043
|
'tab-secondary': secondary,
|
|
35044
|
-
} }, hAsync("slot", { key: '
|
|
35044
|
+
} }, hAsync("slot", { key: '4e2713a1a01ed7fcd8503a8231223d2793e8f808' })));
|
|
35045
35045
|
}
|
|
35046
35046
|
get el() { return getElement(this); }
|
|
35047
35047
|
static get watchers() { return {
|
|
@@ -35141,7 +35141,7 @@ class TabButton {
|
|
|
35141
35141
|
rel,
|
|
35142
35142
|
target,
|
|
35143
35143
|
};
|
|
35144
|
-
return (hAsync(Host, { key: '
|
|
35144
|
+
return (hAsync(Host, { key: '4766bf5988d063443b6a7958fe1c18ab20b4392d', onClick: (ev) => !disabled && this.onClick(ev), onKeyup: (ev) => !disabled && this.onKeyUp(ev), role: "tab", tabindex: disabled ? -1 : tabIndex, "aria-selected": selected ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
|
|
35145
35145
|
'tab-selected': selected,
|
|
35146
35146
|
'tab-has-label': hasLabel,
|
|
35147
35147
|
'tab-has-icon': hasIcon,
|
|
@@ -35149,7 +35149,7 @@ class TabButton {
|
|
|
35149
35149
|
'tab-has-icon-only': hasIcon && !hasLabel,
|
|
35150
35150
|
[`tab-layout-${layout}`]: true,
|
|
35151
35151
|
'tab-disabled': disabled, // Classe CSS pour les styles désactivés
|
|
35152
|
-
} }, hAsync("a", Object.assign({ key: '
|
|
35152
|
+
} }, hAsync("a", Object.assign({ key: 'f11c00761d9057129770874f321f3afaa18a53e0' }, attrs, { tabIndex: -1, class: "button-native", part: "native" }), hAsync("span", { key: '51c886bf60aa0544124c0e2cb19b20d9e0bb720e', class: "button-inner" }, hAsync("slot", { key: '6f7d6d16789eb4db922fd3b49cbbe2df68fc71a1' })))));
|
|
35153
35153
|
}
|
|
35154
35154
|
get el() { return getElement(this); }
|
|
35155
35155
|
static get style() { return RoadTabButtonStyle0; }
|
|
@@ -35183,7 +35183,7 @@ class Table {
|
|
|
35183
35183
|
registerInstance(this, hostRef);
|
|
35184
35184
|
}
|
|
35185
35185
|
render() {
|
|
35186
|
-
return (hAsync("slot", { key: '
|
|
35186
|
+
return (hAsync("slot", { key: '82316326496fee8116dbdc08996a51aa46848cfe' }));
|
|
35187
35187
|
}
|
|
35188
35188
|
static get style() { return RoadTableStyle0; }
|
|
35189
35189
|
static get cmpMeta() { return {
|
|
@@ -35291,7 +35291,7 @@ class Tabs$1 {
|
|
|
35291
35291
|
return Array.from(this.el.querySelectorAll('road-tab'));
|
|
35292
35292
|
}
|
|
35293
35293
|
render() {
|
|
35294
|
-
return (hAsync(Host, { key: '
|
|
35294
|
+
return (hAsync(Host, { key: '0fe1c4ddf4b2d269ed66c456e411263d8de29c3f', onRoadSegmentedButtonClick: this.onTabClicked }, hAsync("slot", { key: 'da756417993e0157ed3a7a4dda96abcdfc3d6c05', name: "top" }), hAsync("slot", { key: '37678b31b482735d1a1cc5ed2c37f4a8d4d7ee4b' })));
|
|
35295
35295
|
}
|
|
35296
35296
|
get el() { return getElement(this); }
|
|
35297
35297
|
static get style() { return RoadSegmentedButtonsStyle0; }
|
|
@@ -35427,7 +35427,7 @@ class Tabs {
|
|
|
35427
35427
|
return Array.from(this.el.querySelectorAll('road-tab'));
|
|
35428
35428
|
}
|
|
35429
35429
|
render() {
|
|
35430
|
-
return (hAsync(Host, { key: '
|
|
35430
|
+
return (hAsync(Host, { key: '156304acaa7819f6a6420cc16ef1610e3ac3c729', onRoadTabButtonClick: this.onTabClicked }, hAsync("slot", { key: 'd955421ac3b039e41c557ca80f02e9dba4c8bae1', name: "top" }), hAsync("div", { key: 'a44620d8828baeeb94eee27d59a598de1ae6c723', class: "tabs-inner" }, hAsync("slot", { key: '493a7741ad834c244c4c01ac7875b94a0e698b20' }))));
|
|
35431
35431
|
}
|
|
35432
35432
|
get el() { return getElement(this); }
|
|
35433
35433
|
static get style() { return RoadTabsStyle0; }
|
|
@@ -35475,7 +35475,7 @@ class Tag {
|
|
|
35475
35475
|
}
|
|
35476
35476
|
render() {
|
|
35477
35477
|
const contrastClass = this.contrast ? `tag-${this.color} tag-${this.color}-contrast` : `tag-${this.color}`;
|
|
35478
|
-
return (hAsync(Host, { key: '
|
|
35478
|
+
return (hAsync(Host, { key: '03130dbfae36eca95f41b5a0024b7b4cd06c310a', class: `${contrastClass}` }, hAsync("slot", { key: '5adabe2b8a1ef7a17fca7dcd24fbaf0cf234ab6e' })));
|
|
35479
35479
|
}
|
|
35480
35480
|
static get style() { return RoadTagStyle0; }
|
|
35481
35481
|
static get cmpMeta() { return {
|
|
@@ -35507,7 +35507,7 @@ class Text {
|
|
|
35507
35507
|
}
|
|
35508
35508
|
render() {
|
|
35509
35509
|
const colorClass = this.color !== undefined ? `text-${this.color}` : '';
|
|
35510
|
-
return (hAsync(Host, { key: '
|
|
35510
|
+
return (hAsync(Host, { key: 'ce661d8700a5de9f45c8eadb585db40c170ab783', class: `${colorClass}` }, hAsync("slot", { key: '403d340719d454fb54288e5447beb06e0fa429ac' })));
|
|
35511
35511
|
}
|
|
35512
35512
|
static get style() { return RoadTextStyle0; }
|
|
35513
35513
|
static get cmpMeta() { return {
|
|
@@ -35617,7 +35617,7 @@ class Textarea {
|
|
|
35617
35617
|
const hasValueClass = this.value !== '' ? 'has-value' : '';
|
|
35618
35618
|
const noResizeClass = this.resize == false ? 'no-resize' : '';
|
|
35619
35619
|
const isInvalidClass = this.error !== undefined && this.error !== '' ? 'is-invalid' : '';
|
|
35620
|
-
return (hAsync(Host, { key: '
|
|
35620
|
+
return (hAsync(Host, { key: 'c975447632482840e56666485cecf4713d1c758b', "aria-disabled": this.disabled ? 'true' : null, class: this.sizes && `input-${this.sizes}` }, hAsync("textarea", { key: 'de0054b753bf6d54722ee04e31d320a71d3a7c2f', class: `form-control textarea-control ${hasValueClass} ${noResizeClass} ${isInvalidClass}`, id: this.textareaId, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, maxLength: this.maxlength, minLength: this.minlength, name: this.name, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, value: value, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus }), hAsync("label", { key: 'a9b5b3d50110501e54d55c65485b4cd71b18f0e3', class: "form-label", id: labelId, htmlFor: this.textareaId }, this.label), this.error && this.error !== '' && hAsync("p", { key: '98af05a2b982faa261cd6330a267870bd0011e71', class: "invalid-feedback" }, this.error), this.helper && this.helper !== '' && hAsync("p", { key: '5f37d2a87cb0f3c73e33efe9e301aab4a28b3041', class: "helper" }, this.helper)));
|
|
35621
35621
|
}
|
|
35622
35622
|
static get watchers() { return {
|
|
35623
35623
|
"value": ["valueChanged"]
|
|
@@ -35748,7 +35748,7 @@ class Toast {
|
|
|
35748
35748
|
if (this.color == 'danger') {
|
|
35749
35749
|
this.timeout = 0;
|
|
35750
35750
|
}
|
|
35751
|
-
return (hAsync(Host, { key: '
|
|
35751
|
+
return (hAsync(Host, { key: '351715fec925da6fd5e8e6a4472641ea72b4a6a9', class: `${toastIsOpenClass}`, role: "alert" }, hAsync("div", { key: '196d201202dbf45d927c2d7c39b8b0d30b9d29c6', class: `toast toast-${this.color}` }, hAsync("road-icon", { key: 'ad32e677786cad46be2183ca649fc680e43d3b93', class: "toast-icon", icon: icon, "aria-hidden": "true" }), hAsync("p", { key: '2146a9cde7ea10fdd61e8f6342dc8bb8c3de2c49', class: "toast-label" }, this.label), hAsync("button", { key: 'ce28e9b8eecc98e798349a92d71c7e5ba8873944', type: "button", class: "toast-close", "aria-label": "Close", onClick: this.onClick }, hAsync("road-icon", { key: 'b46a0b3dfd3d8c583b97acb4cf619f53f19f2bab', icon: navigationClose, size: "md" })), hAsync("slot", { key: '4905ebcf66402dc304218db52c3d2cb5cbc41139', name: "progress" }))));
|
|
35752
35752
|
}
|
|
35753
35753
|
static get watchers() { return {
|
|
35754
35754
|
"isOpen": ["isOpenChanged"]
|
|
@@ -35788,7 +35788,7 @@ class Toolbar {
|
|
|
35788
35788
|
}
|
|
35789
35789
|
render() {
|
|
35790
35790
|
const colorClass = this.color !== undefined ? `toolbar-${this.color}` : '';
|
|
35791
|
-
return (hAsync(Host, { key: '
|
|
35791
|
+
return (hAsync(Host, { key: 'e73328139400d6f013e7beecab915cf38df79a23', class: colorClass }, hAsync("div", { key: 'c83dfa77c85cca464db9fd21eed80efe21cc2573', class: "toolbar-container" }, hAsync("slot", { key: '776839dba2b309b5de820daf9c480b4e8b401c43', name: "start" }), hAsync("slot", { key: '5e81470ffc0f7d8d8cb47b7e4463d34d70d7f709', name: "primary" }), hAsync("div", { key: '772294cc4194faf593c95c8cac10490b44bd5605', class: "toolbar-content" }, hAsync("slot", { key: '1dd60892af9491f0f552f29d70f2f678481d5654' })), hAsync("slot", { key: '749502b121ed0c7b92bf7d21db885642d0f0fe2f', name: "secondary" }), hAsync("slot", { key: '5766725c5390520eee5a03bb2f8f41e1a64e84df', name: "end" }))));
|
|
35792
35792
|
}
|
|
35793
35793
|
static get style() { return RoadToolbarStyle0; }
|
|
35794
35794
|
static get cmpMeta() { return {
|
|
@@ -35814,7 +35814,7 @@ class ToolbarAppName {
|
|
|
35814
35814
|
registerInstance(this, hostRef);
|
|
35815
35815
|
}
|
|
35816
35816
|
render() {
|
|
35817
|
-
return (hAsync("div", { key: '
|
|
35817
|
+
return (hAsync("div", { key: 'd76c2100a700d99524ec69c76bf08e56ff7d0998', class: "toolbar-title-page" }, hAsync("slot", { key: '9f22898e163ba4e81ff054b46a3e5e640abf7a7b' })));
|
|
35818
35818
|
}
|
|
35819
35819
|
static get style() { return RoadToolbarTitlePageStyle0; }
|
|
35820
35820
|
static get cmpMeta() { return {
|
|
@@ -35838,7 +35838,7 @@ class ToolbarTitle {
|
|
|
35838
35838
|
registerInstance(this, hostRef);
|
|
35839
35839
|
}
|
|
35840
35840
|
render() {
|
|
35841
|
-
return (hAsync("div", { key: '
|
|
35841
|
+
return (hAsync("div", { key: '2bc8875e6f067415f19c944cc319a9457fa305df', class: "toolbar-title" }, hAsync("slot", { key: '7031e74b2fec0447701528d2a0c02795a038f281' })));
|
|
35842
35842
|
}
|
|
35843
35843
|
static get style() { return RoadToolbarTitleStyle0; }
|
|
35844
35844
|
static get cmpMeta() { return {
|
|
@@ -35867,7 +35867,7 @@ class ToolbarV2 {
|
|
|
35867
35867
|
registerInstance(this, hostRef);
|
|
35868
35868
|
}
|
|
35869
35869
|
render() {
|
|
35870
|
-
return (hAsync(Host, { key: '
|
|
35870
|
+
return (hAsync(Host, { key: 'c2aa891f0a092a2ad818049cd7bd8216921085d6', class: "toolbar" }, hAsync("div", { key: '0c8154579c5c164907b6a9f8e28c65e85a9383c8', class: "toolbar-container" }, hAsync("div", { key: '5b7b972cf8e9d8728438e6beef791753c9ed8122', class: "toolbar-container-content-left" }, hAsync("slot", { key: 'a388f0d9cc1aa4624fd456ab5fd6adc978adeb79', name: "start" }), hAsync("slot", { key: '747be87afdac650da865f8b47ee63d8d228e4dc6', name: "primary" })), hAsync("div", { key: '8377a0ab5534f3979572dd2a06cc39290ca6acdc', class: "toolbar-content" }, hAsync("slot", { key: '7a74325743d4eef911088f09a242c0a0fb740999' })), hAsync("div", { key: '03077029d30c10847b70b9b910cceedbd575fad0', class: "toolbar-container-content-right" }, hAsync("slot", { key: '00590e6e694304b4a78634905332d8450c5679ed', name: "secondary" }), hAsync("slot", { key: '3debaefb441cfb2a6bd5c1fa2555a500e3770bc8', name: "end" })))));
|
|
35871
35871
|
}
|
|
35872
35872
|
static get style() { return RoadToolbarV2Style0; }
|
|
35873
35873
|
static get cmpMeta() { return {
|
|
@@ -35980,12 +35980,12 @@ class Tooltip {
|
|
|
35980
35980
|
return triggers.includes(triggerType);
|
|
35981
35981
|
}
|
|
35982
35982
|
render() {
|
|
35983
|
-
return (hAsync(Host, { key: '
|
|
35983
|
+
return (hAsync(Host, { key: '2645780b6948b64ee79bebba713a1bc96bf3edc9', onMouseOver: this.onMouseOver, onMouseOut: this.onMouseOut, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur, tabindex: "0" // Makes the element focusable
|
|
35984
35984
|
,
|
|
35985
|
-
"data-tooltip-position": this.position }, hAsync("slot", { key: '
|
|
35985
|
+
"data-tooltip-position": this.position }, hAsync("slot", { key: '968912545c373f15578acfa6d251393f9713beea', "aria-describedby": this.tooltipId }), hAsync("div", { key: 'a64601f45c06e1087e0f955dc6dd958fcec40268', part: "tooltip", id: this.tooltipId, class: {
|
|
35986
35986
|
tooltip: true,
|
|
35987
35987
|
'tooltip-open': this.isOpen,
|
|
35988
|
-
}, role: "tooltip", "aria-hidden": !this.isOpen ? 'true' : 'false' }, this.content, hAsync("slot", { key: '
|
|
35988
|
+
}, role: "tooltip", "aria-hidden": !this.isOpen ? 'true' : 'false' }, this.content, hAsync("slot", { key: 'a0cd1d74da1cd571bb847b04ae609dd3a3cc281d', name: "tooltip-content" }))));
|
|
35989
35989
|
}
|
|
35990
35990
|
get el() { return getElement(this); }
|
|
35991
35991
|
static get style() { return RoadTooltipStyle0; }
|
|
@@ -36085,11 +36085,11 @@ class toggle {
|
|
|
36085
36085
|
}
|
|
36086
36086
|
render() {
|
|
36087
36087
|
const labelId = this.toggleId + '-label';
|
|
36088
|
-
const textLabel = hAsync("label", { key: '
|
|
36088
|
+
const textLabel = hAsync("label", { key: 'a6f6e6a7afaeebdf6f72430ae0044299cbc4b272', class: "form-toggle-label", id: labelId, htmlFor: this.toggleId }, this.label);
|
|
36089
36089
|
const isSpacedClass = this.isSpaced && 'form-toggle-spaced';
|
|
36090
36090
|
const righttoggleClass = this.hasLeftLabel ? 'form-toggle-right' : '';
|
|
36091
36091
|
const disabledClass = this.disabled ? 'disabled' : '';
|
|
36092
|
-
return (hAsync(Host, { key: '
|
|
36092
|
+
return (hAsync(Host, { key: '6954fa13dc3f49af5c8d8b94f4436915b461843c' }, hAsync("input", { key: '3ee599b527d81fade1ecf752baa9647294de1286', class: "form-toggle-input", type: "checkbox", id: this.toggleId, name: this.name, checked: this.checked, disabled: this.disabled, value: this.value, "aria-checked": `${this.checked}`, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }), hAsync("label", { key: '7650fa09df528c9b4ac08d71336443707ee2648f', class: `form-toggle-label ${isSpacedClass} ${disabledClass}`, htmlFor: this.toggleId }, this.hasLeftLabel && textLabel, hAsync("div", { key: '69a1ad619c7f748d225f1a474813bfbc3ff79fe2', class: `form-toggle-lever ${righttoggleClass}`, "data-off": this.off, "data-on": this.on }), this.hasLeftLabel ? '' : textLabel)));
|
|
36093
36093
|
}
|
|
36094
36094
|
static get watchers() { return {
|
|
36095
36095
|
"checked": ["checkedChanged"]
|