@yoobic/yobi 8.2.0-26 → 8.2.0-29

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.
Files changed (71) hide show
  1. package/dist/cjs/design-system.cjs.js +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/yoo-audio-player.cjs.entry.js +23 -12
  4. package/dist/cjs/yoo-flip-card.cjs.entry.js +3 -0
  5. package/dist/cjs/yoo-form-carousel.cjs.entry.js +1 -1
  6. package/dist/cjs/yoo-form-creator-block-expandable.cjs.entry.js +3 -3
  7. package/dist/cjs/yoo-form-date-time.cjs.entry.js +1 -1
  8. package/dist/cjs/yoo-form-dynamic.cjs.entry.js +6 -2
  9. package/dist/cjs/yoo-form-input-container.cjs.entry.js +1 -1
  10. package/dist/cjs/yoo-form-text-editor.cjs.entry.js +4 -0
  11. package/dist/cjs/yoo-kpi-external.cjs.entry.js +1 -1
  12. package/dist/cjs/yoo-range.cjs.entry.js +1 -1
  13. package/dist/cjs/yoo-reveal.cjs.entry.js +6 -1
  14. package/dist/cjs/yoo-text-sequence.cjs.entry.js +1 -4
  15. package/dist/cjs/yoo-truncated-line.cjs.entry.js +1 -1
  16. package/dist/cjs/yoo-videoplayer-videojs.cjs.entry.js +9 -7
  17. package/dist/collection/components/1.atoms/flip-card/flip-card.js +19 -0
  18. package/dist/collection/components/1.atoms/range/range.js +1 -1
  19. package/dist/collection/components/1.atoms/truncated-line/truncated-line.js +2 -2
  20. package/dist/collection/components/2.molecules/audio-player/audio-player.js +28 -15
  21. package/dist/collection/components/2.molecules/reveal/reveal.css +9 -1
  22. package/dist/collection/components/2.molecules/reveal/reveal.js +24 -0
  23. package/dist/collection/components/2.molecules/text-sequence/text-sequence.js +1 -4
  24. package/dist/collection/components/3.organisms/video-player/videoplayer-videojs/videoplayer-videojs.js +9 -7
  25. package/dist/collection/components/form/form-carousel/form-carousel.js +1 -1
  26. package/dist/collection/components/form/form-date-time/form-date-time.js +1 -1
  27. package/dist/collection/components/form/form-dynamic/form-dynamic.css +0 -2
  28. package/dist/collection/components/form/form-dynamic/form-dynamic.js +5 -1
  29. package/dist/collection/components/form/form-input-container/form-input-container.css +1 -1
  30. package/dist/collection/components/form/form-text-editor/form-text-editor.js +23 -0
  31. package/dist/collection/components/form-creator/form-creator-block-expandable/form-creator-block-expandable.js +3 -3
  32. package/dist/collection/feature-platform/insight/kpi-external/kpi-external.js +1 -1
  33. package/dist/design-system/design-system.esm.js +1 -1
  34. package/dist/design-system/yoo-audio-player.entry.js +23 -12
  35. package/dist/design-system/yoo-flip-card.entry.js +3 -0
  36. package/dist/design-system/yoo-form-carousel.entry.js +1 -1
  37. package/dist/design-system/yoo-form-creator-block-expandable.entry.js +3 -3
  38. package/dist/design-system/yoo-form-date-time.entry.js +1 -1
  39. package/dist/design-system/yoo-form-dynamic.entry.js +6 -2
  40. package/dist/design-system/yoo-form-input-container.entry.js +1 -1
  41. package/dist/design-system/yoo-form-text-editor.entry.js +4 -0
  42. package/dist/design-system/yoo-kpi-external.entry.js +1 -1
  43. package/dist/design-system/yoo-range.entry.js +1 -1
  44. package/dist/design-system/yoo-reveal.entry.js +6 -1
  45. package/dist/design-system/yoo-text-sequence.entry.js +1 -4
  46. package/dist/design-system/yoo-truncated-line.entry.js +2 -2
  47. package/dist/design-system/yoo-videoplayer-videojs.entry.js +9 -7
  48. package/dist/esm/design-system.js +1 -1
  49. package/dist/esm/loader.js +1 -1
  50. package/dist/esm/yoo-audio-player.entry.js +23 -12
  51. package/dist/esm/yoo-flip-card.entry.js +3 -0
  52. package/dist/esm/yoo-form-carousel.entry.js +1 -1
  53. package/dist/esm/yoo-form-creator-block-expandable.entry.js +3 -3
  54. package/dist/esm/yoo-form-date-time.entry.js +1 -1
  55. package/dist/esm/yoo-form-dynamic.entry.js +6 -2
  56. package/dist/esm/yoo-form-input-container.entry.js +1 -1
  57. package/dist/esm/yoo-form-text-editor.entry.js +4 -0
  58. package/dist/esm/yoo-kpi-external.entry.js +1 -1
  59. package/dist/esm/yoo-range.entry.js +1 -1
  60. package/dist/esm/yoo-reveal.entry.js +6 -1
  61. package/dist/esm/yoo-text-sequence.entry.js +1 -4
  62. package/dist/esm/yoo-truncated-line.entry.js +2 -2
  63. package/dist/esm/yoo-videoplayer-videojs.entry.js +9 -7
  64. package/dist/types/components/1.atoms/flip-card/flip-card.d.ts +1 -0
  65. package/dist/types/components/2.molecules/audio-player/audio-player.d.ts +7 -3
  66. package/dist/types/components/2.molecules/reveal/reveal.d.ts +2 -0
  67. package/dist/types/components/2.molecules/text-sequence/text-sequence.d.ts +0 -1
  68. package/dist/types/components/form/form-text-editor/form-text-editor.d.ts +1 -0
  69. package/dist/types/components.d.ts +4 -0
  70. package/dist/types/home/runner/work/yoobic-ng-6/yoobic-ng-6/design-system/stencil/.stencil/shared/interfaces/src/entities/mission/mission.interface.d.ts +1 -2
  71. package/package.json +1 -1
@@ -11,7 +11,7 @@ const commonHelpers = require('./common-helpers-70f1fa4b.js');
11
11
  const localForage = require('./localForage-23c6bdb9.js');
12
12
  require('./_commonjsHelpers-94df2ea7.js');
13
13
 
14
- const formInputContainerCss = "/*!\n * froala_editor v4.0.11 (https://www.froala.com/wysiwyg-editor)\n * License https://froala.com/wysiwyg-editor/terms/\n * Copyright 2014-2022 Froala Labs\n */.fr-clearfix::after{clear:both;display:block;content:\"\";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-view img.fr-rounded,.fr-view .fr-img-caption.fr-rounded img{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view img.fr-shadow,.fr-view .fr-img-caption.fr-shadow img{-webkit-box-shadow:10px 10px 5px 0px #cccccc;-moz-box-shadow:10px 10px 5px 0px #cccccc;box-shadow:10px 10px 5px 0px #cccccc}.fr-view img.fr-bordered,.fr-view .fr-img-caption.fr-bordered img{border:solid 5px #CCC}.fr-view img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-view .fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-view{word-wrap:break-word}.fr-view span[style~=\"color:\"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table[border='0'] td:not([class]),.fr-view table[border='0'] th:not([class]),.fr-view table[border='0'] td[class=\"\"],.fr-view table[border='0'] th[class=\"\"]{border-width:0px}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:whitesmoke}.fr-view table td,.fr-view table th{border:1px solid #DDD}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#ececec}.fr-view table tfoot td{background:#ececec}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-column-break-after:always;-moz-column-break-after:always;break-after:always;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file::after{position:relative;content:\"\\1F4CE\";font-weight:normal}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir=\"rtl\"] blockquote{border-left:none;border-right:solid 2px #5E35B1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir=\"rtl\"] blockquote blockquote{border-color:#00BCD4}.fr-view[dir=\"rtl\"] blockquote blockquote blockquote{border-color:#43A047}.fr-view blockquote{border-left:solid 2px #5E35B1;margin-left:0;padding-left:5px;color:#5E35B1}.fr-view blockquote blockquote{border-color:#00BCD4;color:#00BCD4}.fr-view blockquote blockquote blockquote{border-color:#43A047;color:#43A047}.fr-view span.fr-emoticon{font-weight:normal;font-family:\"Apple Color Emoji\",\"Segoe UI Emoji\",\"NotoColorEmoji\",\"Segoe UI Symbol\",\"Android Emoji\",\"EmojiSymbols\";display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat !important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#AAA !important}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ffff00}.fr-view .fr-class-code{border-color:#cccccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:\"Courier New\", Courier, monospace}.fr-view .fr-class-transparency{opacity:0.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv embed{position:absolute !important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap a{display:block}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:0.9;-moz-opacity:0.9;opacity:0.9;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}:host(.mission){background:var(--stable-10, rgba(173, 173, 173, 0.1))}:host(.mission.invalid),:host(.mission.invalid.readonly){background:var(--danger-10, rgba(212, 67, 51, 0.1))}:host(.mission.readonly){margin-top:var(--spacing-08, 0.5rem);margin-bottom:var(--spacing-08, 0.5rem);padding:var(--spacing-08, 0.5rem);border-radius:var(--spacing-08, 0.5rem)}:host(.mission.readonly) .top-container .label .field-title-name,:host(.mission.readonly) .top-container .label .field-description,:host(.mission.readonly) .top-container .description .field-title-name,:host(.mission.readonly) .top-container .description .field-description{font-weight:bold;text-transform:uppercase}:host{--content-padding-top:var(--spacing-08, 0.5rem);--content-padding-bottom:initial;--field-title-color:var(--dark, #000000);--font-size-description:var(--font-size-28, 1.75rem);--field-title-font-weight:var(--font-weight-400, 400);--field-title-text-transform:unset;--sub-description-text-color:var(--text-color, #807f83);--sub-description-font-size:var(--font-size-16, 1rem);--right-side-margin:auto;display:block}:host yoo-tag.original-invalid,:host yoo-tag.original-modified,:host yoo-tag.not-compliant{--padding:var(--spacing-04, 0.25rem);margin-bottom:var(--spacing-08, 0.5rem);font-weight:normal;border-radius:var(--border-radius-04, 0.25rem)}:host .optional{margin-left:var(--spacing-08, 0.5rem) !important;color:var(--stable, #adadad);white-space:nowrap}:host .full-width{width:100%}:host .user{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:var(--spacing-04, 0.25rem);-ms-flex-align:start;align-items:flex-start;width:100%}:host .user .label{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}:host .slide-title{width:100%;margin-top:var(--spacing-08, 0.5rem);margin-bottom:var(--spacing-08, 0.5rem);font-weight:bold;text-align:left}:host .description .label,:host .description .optional,:host .top-container .label,:host .top-container .optional{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;font-weight:var(--font-weight-400, 400);line-height:1.5;text-align:left;word-break:break-word;overflow-wrap:break-word}:host .description .label .required,:host .description .optional .required,:host .top-container .label .required,:host .top-container .optional .required{height:22px;margin-right:0.25rem;color:var(--danger, #d44333);font-weight:var(--font-weight-700, 700);font-size:var(--icon-size-02, 1.5rem);font-variant-caps:normal}:host .description .label .label-required,:host .description .optional .label-required,:host .top-container .label .label-required,:host .top-container .optional .label-required{margin-left:0.25rem;color:var(--danger, #d44333)}:host .description .label .right-side,:host .description .optional .right-side,:host .top-container .label .right-side,:host .top-container .optional .right-side{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:var(--right-side-margin);color:var(--stable, #adadad)}:host .description .label .right-side yoo-icon.recent,:host .description .optional .right-side yoo-icon.recent,:host .top-container .label .right-side yoo-icon.recent,:host .top-container .optional .right-side yoo-icon.recent{fill:var(--text-color, #807f83)}:host .description .label.readonly,:host .description .optional.readonly,:host .top-container .label.readonly,:host .top-container .optional.readonly{color:var(--text-color, #807f83);letter-spacing:0;text-transform:initial;font-variant-caps:initial}:host .description .label.invalid .field-title-name,:host .description .optional.invalid .field-title-name,:host .top-container .label.invalid .field-title-name,:host .top-container .optional.invalid .field-title-name{color:var(--danger, #d44333)}:host .description .label.center,:host .description .optional.center,:host .top-container .label.center,:host .top-container .optional.center{text-align:center}:host .description .label.center span,:host .description .optional.center span,:host .top-container .label.center span,:host .top-container .optional.center span{margin:auto}:host .description .field-heading:not(.center),:host .top-container .field-heading:not(.center){font-size:var(--font-size-14, 0.875rem)}:host .description .field-heading:not(.center) .field-title-name,:host .top-container .field-heading:not(.center) .field-title-name{color:var(--field-title-color)}:host .description .field-heading:not(.center).password-title .field-title-name,:host .top-container .field-heading:not(.center).password-title .field-title-name{font-weight:var(--font-weight-400, 400)}:host .description .description,:host .top-container .description{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;font-size:var(--font-size-16, 1rem)}:host .description .description span p,:host .top-container .description span p{margin-top:0;margin-bottom:var(--spacing-08, 0.5rem)}:host .description .description.invalid,:host .top-container .description.invalid{color:var(--danger, #d44333)}:host .description .description.slotted,:host .top-container .description.slotted{padding-right:var(--spacing-04, 0.25rem)}:host .description .description .required,:host .top-container .description .required{height:22px;height:var(--icon-size-02, 1.5rem);margin-right:0.25rem;color:var(--danger, #d44333);font-weight:var(--font-weight-700, 700);font-size:var(--icon-size-02, 1.5rem);font-variant-caps:normal}:host .description .description.sub-description,:host .top-container .description.sub-description{color:var(--sub-description-text-color);font-size:var(--sub-description-font-size);text-transform:var(--field-title-text-transform)}:host .description .media-description,:host .top-container .media-description{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}:host .description .media-description>span:not(.optional),:host .top-container .media-description>span:not(.optional){width:100%}:host .description .media-description .extra-options-container,:host .top-container .media-description .extra-options-container{display:-ms-flexbox;display:flex}:host .description .media-description .extra-options-container yoo-icon.more,:host .top-container .media-description .extra-options-container yoo-icon.more{margin-left:auto}:host .description .media-description .more,:host .top-container .media-description .more{padding-left:var(--spacing-16, 1rem)}:host .description .field-title-name,:host .top-container .field-title-name{color:var(--field-title-color);font-weight:var(--field-title-font-weight);text-transform:var(--field-title-text-transform)}:host .hint-container{margin-top:0.25rem;margin-bottom:0.25rem;color:var(--text-color, #807f83);font-size:var(--font-size-14, 0.875rem);line-height:1.33;text-align:left}:host .footer-container{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:var(--spacing-08, 0.5rem);padding-top:var(--spacing-16, 1rem);padding-bottom:0;padding-left:0.0625rem;color:var(--text-color, #807f83);font-size:var(--font-size-14, 0.875rem)}:host .footer-container.validation{margin-top:var(--spacing-08, 0.5rem);border-top:var(--border-width-01, 0.0625rem) solid var(--stable-alt, #d0d0d0)}:host .footer-container.validation.mobile{-ms-flex-direction:column;flex-direction:column;grid-gap:var(--spacing-16, 1rem);-ms-flex-align:start;align-items:flex-start}:host .footer-container.validation.mobile yoo-form-input-comments{width:100%}:host .footer-container .comment-container,:host .footer-container .feed-container,:host .footer-container .newtask{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:22px}:host .footer-container yoo-form-task{padding-left:var(--spacing-08, 0.5rem)}:host .footer-container yoo-icon{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;margin-right:var(--spacing-08, 0.5rem)}:host .footer-container .newtask{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:row;flex-direction:row;font-size:var(--font-size-16, 1rem)}:host .footer-container .newtask .icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-right:0.125rem}:host .footer-container .newtask .icon yoo-icon{margin-right:var(--spacing-08, 0.5rem)}:host .content-container{position:relative;max-width:var(--content-max-width);padding-top:var(--content-padding-top);padding-bottom:var(--content-padding-bottom)}:host .content-container.sc-yoo-form-input-container{min-height:45px}:host .content-container.readonly{padding:0;overflow:hidden}:host .content-container yoo-form-toggle:not(.line){position:absolute;top:auto;right:0;bottom:0.25rem;left:auto}:host .content-container yoo-form-checkbox:not(.line){position:absolute;top:auto;right:0;bottom:0.25rem;left:auto}:host .content-container yoo-form-checkbox[type=normal]{position:absolute;top:-1.3rem;right:0;bottom:auto;left:auto}:host .content-container yoo-form-toggle[type=normal]{position:absolute;top:-1rem;right:0;bottom:auto;left:auto}:host .content-container .removable{position:absolute;top:0.3rem;right:1.5rem;display:none;color:var(--danger, #d44333)}:host .content-container:hover .removable{display:block}:host yoo-form-input-comments.readonly{margin-top:var(--spacing-16, 1rem)}:host yoo-form-input-comments.readonly.with-border-bottom{padding-bottom:var(--spacing-16, 1rem);border-bottom:var(--border-width-01, 0.0625rem) solid var(--stable-alt-40, rgba(208, 208, 208, 0.4))}:host .instructions{display:block;color:var(--stable, #adadad);font-size:var(--font-size-16, 1rem);letter-spacing:normal}:host .instructions.under-title{margin:0 auto var(--spacing-32, 2rem)}:host .instructions.success{color:var(--success, #3aa76d)}:host .instructions.app-color{color:var(--app-color, #5a30f4)}:host .comment-container{margin-right:var(--spacing-16, 1rem)}:host(.line){display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:var(--spacing-08, 0.5rem);border-bottom:var(--border-width-01, 0.0625rem) solid var(--stable-alt, #d0d0d0)}:host(.line) .top-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}:host(.line) .top-container .label,:host(.line) .top-container .description{-ms-flex:1;flex:1;-ms-flex-item-align:center;align-self:center;margin-left:var(--spacing-08, 0.5rem)}:host(.line) .top-container .label{color:inherit;font-variant-caps:normal}:host(.line) .top-container .content-container{-ms-flex:0;flex:0;padding-top:0}:host(.line) .top-container .content-container yoo-form-checkbox{--margin-top-container:-0.5rem}:host(.line) .top-container .content-container.full-width{-ms-flex:1;flex:1}:host(.line) .top-container slot{-ms-flex:1;flex:1}:host(.no-padding-top) .content-container{padding-top:0 !important}:host(.line.reversed) .top-container{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.line.noborder){border-bottom:none}:host(.readonly){border:none}:host(.readonly) .top-container .field-title-name{color:var(--field-title-color)}:host(.readonly) .top-container.column{-ms-flex-direction:column;flex-direction:column}:host(.readonly) .top-container.column .description{-ms-flex-item-align:start;align-self:flex-start;margin-bottom:var(--spacing-16, 1rem);margin-left:0;color:var(--text-color, #807f83)}:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-input),:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-image-tagging),:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-ranking),:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-autocomplete){display:block;margin-top:var(--spacing-08, 0.5rem)}:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-input).inline,:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-image-tagging).inline,:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-ranking).inline,:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-autocomplete).inline{margin-top:0}:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-categorize-words),:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-connect),:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-swipe-cards){display:block;margin-top:var(--spacing-16, 1rem)}:host(.readonly.custom-width.inline-row:not(.label-top-aligned)) .top-container{-ms-flex-pack:center;justify-content:center}:host(.readonly.inline-row:not(.label-top-aligned)) ::slotted(yoo-form-autocomplete){margin-top:0}:host(:not(.lesson).readonly){--field-title-font-weight:var(--font-weight-700, 700)}:host(:not(.lesson).readonly) .top-container .label.readonly{color:var(--dark, #000000);font-weight:var(--font-weight-700, 700)}:host(.form-readonly){padding:var(--spacing-08, 0.5rem) 0}:host(.form-readonly.quickview) .description .label .right-side,:host(.form-readonly.quickview) .description .optional .right-side,:host(.form-readonly.quickview) .top-container .label .right-side,:host(.form-readonly.quickview) .top-container .optional .right-side{color:var(--dark, #000000)}:host(.form-readonly.quickview) .description .label .right-side yoo-icon.recent,:host(.form-readonly.quickview) .description .optional .right-side yoo-icon.recent,:host(.form-readonly.quickview) .top-container .label .right-side yoo-icon.recent,:host(.form-readonly.quickview) .top-container .optional .right-side yoo-icon.recent{fill:var(--dark, #000000)}:host(.form-readonly.quickview) .description .label.readonly,:host(.form-readonly.quickview) .description .optional.readonly,:host(.form-readonly.quickview) .top-container .label.readonly,:host(.form-readonly.quickview) .top-container .optional.readonly{color:var(--dark, #000000)}:host(.form-readonly.quickview) .description .field-heading:not(.center) .field-title-name,:host(.form-readonly.quickview) .top-container .field-heading:not(.center) .field-title-name{color:var(--field-title-color)}:host(.form-readonly.quickview) .description .field-title-name,:host(.form-readonly.quickview) .top-container .field-title-name{color:var(--field-title-color)}:host(:not(.lesson)) .description span p{margin-bottom:0}:host(:not(.lesson)) p{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0}:host(.lesson){--font-size-title-name:var(--font-size-28, 1.75rem);--font-weight-title-name:var(--font-weight-700, 700);--text-tranform-title-name:none}:host(.lesson) .top-container .label{margin-bottom:var(--spacing-08, 0.5rem)}:host(.lesson) .top-container .content-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0}:host(.lesson) .top-container .description{margin-bottom:var(--spacing-08, 0.5rem);font-size:var(--font-size-description)}:host(.lesson) .top-container .media-description{font-size:var(--font-size-16, 1rem)}:host(.lesson) .title.within-chat,:host(.lesson) .field-title-name{color:var(--field-title-color);font-weight:var(--font-weight-title-name);font-size:var(--font-size-title-name);text-transform:var(--text-tranform-title-name)}:host(.textsequence) .top-container{height:100%}:host(.textsequence) .top-container .content-container{height:100%}:host(.textsequence) .top-container .content-container ::slotted(yoo-text-sequence){max-width:40rem;height:100%;margin:0 auto}:host(.mobile) .content-container .removable{display:block}:host(.web.lesson:not(.lesson-live-preview)){display:-ms-flexbox;display:flex;padding:0 !important}:host(.web.lesson:not(.lesson-live-preview)) .top-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--spacing-08, 0.5rem);-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(100% - 2rem);margin:0 auto;padding:var(--spacing-32, 2rem) !important;padding-top:var(--spacing-16, 1rem) !important;overflow:auto;background-color:var(--light, #ffffff);border-radius:var(--border-radius-08, 0.5rem);-webkit-box-shadow:var(--shadow-02, 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1));box-shadow:var(--shadow-02, 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1));-webkit-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s}@media print{:host .top-container hr,:host .top-container .description,:host .top-container .label{page-break-after:avoid !important}:host .top-container .content-container{page-break-before:avoid !important}}:host(.accent) .hint-container{color:var(--accent-20, rgba(39, 110, 241, 0.2))}:host(.accent) .description{color:var(--accent, #276ef1)}:host(.dark) .hint-container{color:var(--stable-alt, #d0d0d0)}:host(.dark) .description{color:var(--dark, #000000)}:host(.danger) .hint-container{color:var(--danger-20, rgba(212, 67, 51, 0.2))}:host(.danger) .description{color:var(--danger, #d44333)}:host(.success) .hint-container{color:var(--success-20, rgba(58, 167, 109, 0.2))}:host(.success) .description{color:var(--success, #3aa76d)}:host(.app-color) .hint-container{color:var(--app-color-20, rgba(90, 48, 244, 0.2))}:host(.app-color) .description{color:var(--app-color, #5a30f4)}:host(.warning) .hint-container{color:var(--warning-20, rgba(237, 110, 51, 0.2))}:host(.warning) .description{color:var(--warning, #ed6e33)}:host(.info) .hint-container{color:var(--info-20, rgba(216, 76, 150, 0.2))}:host(.info) .description{color:var(--info, #d84c96)}:host(.stable) .hint-container{color:var(--stable, #adadad)}:host(.stable) .description{color:var(--stable, #adadad)}:host(.readonly.web:not(.preview)) .top-container .label>span.field-title-name{white-space:normal}:host(.web:not(.preview)){--label-padding-top:var(--spacing-08, 0.5rem)}:host(.web:not(.preview)) .top-container .label{padding-top:var(--label-padding-top)}:host(.web.operator){display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:2rem;padding:0}:host(.web.operator) .top-container .content-container{padding:0 0 var(--spacing-04, 0.25rem) 0}.fr-view h1,.fr-view h2,.fr-view h3,.fr-view h4,.fr-view h5,.fr-view h6{margin:0;padding:0;border:0}:host(.grid),:host(.audience){position:relative;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1}:host(.grid) .top-container,:host(.audience) .top-container{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;overflow:hidden}:host(.grid) .top-container .content-container,:host(.audience) .top-container .content-container{-ms-flex:1;flex:1;margin:0;margin-right:var(--spacing-04, 0.25rem);margin-left:var(--spacing-04, 0.25rem)}:host(.openinghours) .content-container.readonly{overflow:visible}:host(.lesson-detail.readonly) .top-container .label.readonly{padding-top:unset;font-size:var(--font-size-16, 1rem);text-transform:unset}:host([animated].number.lesson) .description,:host([animated].number.lesson) .label,:host([animated].number.lesson) .instructions,:host([animated].number.lesson) .content-container{-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-timing-function:var(--ease-out-quad);animation-timing-function:var(--ease-out-quad);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}:host([animated].number.lesson) .description,:host([animated].number.lesson) .label{-webkit-transform:translateX(var(--container-width-reverse));transform:translateX(var(--container-width-reverse))}:host([animated].number.lesson) .instructions{-webkit-transform:translateX(var(--container-width-reverse));transform:translateX(var(--container-width-reverse));-webkit-animation-delay:200ms;animation-delay:200ms}:host([animated].number.lesson) .content-container{-webkit-transform:translateX(var(--container-width));transform:translateX(var(--container-width));-webkit-animation-delay:500ms;animation-delay:500ms}:host([animated].mobile.number.lesson) .description,:host([animated].mobile.number.lesson) .label{-webkit-animation-delay:200ms;animation-delay:200ms}:host([animated].mobile.number.lesson) .instructions{-webkit-animation-delay:400ms;animation-delay:400ms}:host([animated].mobile.number.lesson) .content-container{-webkit-animation-delay:700ms;animation-delay:700ms}:host([animated].selectimage.lesson) .description,:host([animated].selectimage.lesson) .label{-webkit-transform:translateX(var(--container-width-reverse));transform:translateX(var(--container-width-reverse));-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-timing-function:var(--ease-out-quad);animation-timing-function:var(--ease-out-quad);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes sliding-from-left{from{-webkit-transform:translateX(var(--container-width-reverse));transform:translateX(var(--container-width-reverse))}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes sliding-from-left{from{-webkit-transform:translateX(var(--container-width-reverse));transform:translateX(var(--container-width-reverse))}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes sliding-from-right{from{-webkit-transform:translateX(var(--container-width));transform:translateX(var(--container-width))}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes sliding-from-right{from{-webkit-transform:translateX(var(--container-width));transform:translateX(var(--container-width))}to{-webkit-transform:translateX(0);transform:translateX(0)}}:host(.inline-row:not(.label-top-aligned)) .top-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host(.inline-row:not(.label-top-aligned)) .top-container .label{width:auto;min-width:5rem;margin-right:var(--spacing-08, 0.5rem)}:host(.inline-row:not(.label-top-aligned)) .top-container .label.readonly{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding-top:0}:host(.inline-row:not(.label-top-aligned)) .top-container .content-container{width:100%}:host(.inline-row:not(.label-top-aligned)) .top-container .content-container.readonly{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}:host(.inline-row.label-right-aligned) .top-container .label>span{width:100%;padding-right:var(--spacing-08, 0.5rem);text-align:right}:host(.fast-scoring) .top-container{padding-top:var(--spacing-16, 1rem)}:host([hidden]){display:none}:host(.hotzonecreator) .label,:host(.imagemapcreator) .label{display:none}:host(.confidence) .top-container{height:100%}:host(.confidence) .top-container .label{display:none}:host(.confidence) .top-container .content-container{height:100%;background-color:var(--dark-60, rgba(0, 0, 0, 0.6)) !important;border-radius:var(--border-radius-08, 0.5rem);-webkit-box-shadow:var(--shadow-02, 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1));box-shadow:var(--shadow-02, 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1))}:host(.web.lesson:not(.lesson-live-preview).confidence) .top-container{padding:0 !important}:host(.mission-validation) .top-container .label{font-size:var(--font-size-12, 0.75rem);text-transform:uppercase}";
14
+ const formInputContainerCss = "/*!\n * froala_editor v4.0.11 (https://www.froala.com/wysiwyg-editor)\n * License https://froala.com/wysiwyg-editor/terms/\n * Copyright 2014-2022 Froala Labs\n */.fr-clearfix::after{clear:both;display:block;content:\"\";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-view img.fr-rounded,.fr-view .fr-img-caption.fr-rounded img{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view img.fr-shadow,.fr-view .fr-img-caption.fr-shadow img{-webkit-box-shadow:10px 10px 5px 0px #cccccc;-moz-box-shadow:10px 10px 5px 0px #cccccc;box-shadow:10px 10px 5px 0px #cccccc}.fr-view img.fr-bordered,.fr-view .fr-img-caption.fr-bordered img{border:solid 5px #CCC}.fr-view img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-view .fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-view{word-wrap:break-word}.fr-view span[style~=\"color:\"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table[border='0'] td:not([class]),.fr-view table[border='0'] th:not([class]),.fr-view table[border='0'] td[class=\"\"],.fr-view table[border='0'] th[class=\"\"]{border-width:0px}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:whitesmoke}.fr-view table td,.fr-view table th{border:1px solid #DDD}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#ececec}.fr-view table tfoot td{background:#ececec}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-column-break-after:always;-moz-column-break-after:always;break-after:always;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file::after{position:relative;content:\"\\1F4CE\";font-weight:normal}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir=\"rtl\"] blockquote{border-left:none;border-right:solid 2px #5E35B1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir=\"rtl\"] blockquote blockquote{border-color:#00BCD4}.fr-view[dir=\"rtl\"] blockquote blockquote blockquote{border-color:#43A047}.fr-view blockquote{border-left:solid 2px #5E35B1;margin-left:0;padding-left:5px;color:#5E35B1}.fr-view blockquote blockquote{border-color:#00BCD4;color:#00BCD4}.fr-view blockquote blockquote blockquote{border-color:#43A047;color:#43A047}.fr-view span.fr-emoticon{font-weight:normal;font-family:\"Apple Color Emoji\",\"Segoe UI Emoji\",\"NotoColorEmoji\",\"Segoe UI Symbol\",\"Android Emoji\",\"EmojiSymbols\";display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat !important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#AAA !important}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ffff00}.fr-view .fr-class-code{border-color:#cccccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:\"Courier New\", Courier, monospace}.fr-view .fr-class-transparency{opacity:0.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv embed{position:absolute !important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap a{display:block}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:0.9;-moz-opacity:0.9;opacity:0.9;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}:host(.mission){background:var(--stable-10, rgba(173, 173, 173, 0.1))}:host(.mission.invalid),:host(.mission.invalid.readonly){background:var(--danger-10, rgba(212, 67, 51, 0.1))}:host(.mission.readonly){margin-top:var(--spacing-08, 0.5rem);margin-bottom:var(--spacing-08, 0.5rem);padding:var(--spacing-08, 0.5rem);border-radius:var(--spacing-08, 0.5rem)}:host(.mission.readonly) .top-container .label .field-title-name,:host(.mission.readonly) .top-container .label .field-description,:host(.mission.readonly) .top-container .description .field-title-name,:host(.mission.readonly) .top-container .description .field-description{font-weight:bold;text-transform:uppercase}:host{--content-padding-top:var(--spacing-08, 0.5rem);--content-padding-bottom:initial;--field-title-color:var(--dark, #000000);--font-size-description:var(--font-size-28, 1.75rem);--field-title-font-weight:var(--font-weight-400, 400);--field-title-text-transform:unset;--sub-description-text-color:var(--text-color, #807f83);--sub-description-font-size:var(--font-size-16, 1rem);--right-side-margin:auto;display:block}:host yoo-tag.original-invalid,:host yoo-tag.original-modified,:host yoo-tag.not-compliant{--padding:var(--spacing-04, 0.25rem);margin-bottom:var(--spacing-08, 0.5rem);font-weight:normal;border-radius:var(--border-radius-04, 0.25rem)}:host .optional{margin-left:var(--spacing-08, 0.5rem) !important;color:var(--stable, #adadad);white-space:nowrap}:host .full-width{width:100%}:host .user{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:var(--spacing-04, 0.25rem);-ms-flex-align:start;align-items:flex-start;width:100%}:host .user .label{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}:host .slide-title{width:100%;margin-top:var(--spacing-08, 0.5rem);margin-bottom:var(--spacing-08, 0.5rem);font-weight:bold;text-align:left}:host .description .label,:host .description .optional,:host .top-container .label,:host .top-container .optional{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;font-weight:var(--font-weight-400, 400);line-height:1.5;text-align:left;word-break:break-word;overflow-wrap:break-word}:host .description .label .required,:host .description .optional .required,:host .top-container .label .required,:host .top-container .optional .required{height:22px;margin-right:0.25rem;color:var(--danger, #d44333);font-weight:var(--font-weight-700, 700);font-size:var(--icon-size-02, 1.5rem);font-variant-caps:normal}:host .description .label .label-required,:host .description .optional .label-required,:host .top-container .label .label-required,:host .top-container .optional .label-required{margin-left:0.25rem;color:var(--danger, #d44333)}:host .description .label .right-side,:host .description .optional .right-side,:host .top-container .label .right-side,:host .top-container .optional .right-side{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:var(--right-side-margin);color:var(--stable, #adadad)}:host .description .label .right-side yoo-icon.recent,:host .description .optional .right-side yoo-icon.recent,:host .top-container .label .right-side yoo-icon.recent,:host .top-container .optional .right-side yoo-icon.recent{fill:var(--text-color, #807f83)}:host .description .label.readonly,:host .description .optional.readonly,:host .top-container .label.readonly,:host .top-container .optional.readonly{color:var(--text-color, #807f83);letter-spacing:0;text-transform:initial;font-variant-caps:initial}:host .description .label.invalid .field-title-name,:host .description .optional.invalid .field-title-name,:host .top-container .label.invalid .field-title-name,:host .top-container .optional.invalid .field-title-name{color:var(--danger, #d44333)}:host .description .label.center,:host .description .optional.center,:host .top-container .label.center,:host .top-container .optional.center{text-align:center}:host .description .label.center span,:host .description .optional.center span,:host .top-container .label.center span,:host .top-container .optional.center span{margin:auto}:host .description .field-heading:not(.center),:host .top-container .field-heading:not(.center){font-size:var(--font-size-14, 0.875rem)}:host .description .field-heading:not(.center) .field-title-name,:host .top-container .field-heading:not(.center) .field-title-name{color:var(--field-title-color)}:host .description .field-heading:not(.center).password-title .field-title-name,:host .top-container .field-heading:not(.center).password-title .field-title-name{font-weight:var(--font-weight-400, 400)}:host .description .description,:host .top-container .description{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;font-size:var(--font-size-16, 1rem)}:host .description .description span p,:host .top-container .description span p{margin-top:0;margin-bottom:var(--spacing-08, 0.5rem)}:host .description .description.invalid,:host .top-container .description.invalid{color:var(--danger, #d44333)}:host .description .description.slotted,:host .top-container .description.slotted{padding-right:var(--spacing-04, 0.25rem)}:host .description .description .required,:host .top-container .description .required{height:22px;height:var(--icon-size-02, 1.5rem);margin-right:0.25rem;color:var(--danger, #d44333);font-weight:var(--font-weight-700, 700);font-size:var(--icon-size-02, 1.5rem);font-variant-caps:normal}:host .description .description.sub-description,:host .top-container .description.sub-description{color:var(--sub-description-text-color);font-size:var(--sub-description-font-size);text-transform:var(--field-title-text-transform)}:host .description .media-description,:host .top-container .media-description{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}:host .description .media-description>span:not(.optional),:host .top-container .media-description>span:not(.optional){width:100%}:host .description .media-description .extra-options-container,:host .top-container .media-description .extra-options-container{display:-ms-flexbox;display:flex}:host .description .media-description .extra-options-container yoo-icon.more,:host .top-container .media-description .extra-options-container yoo-icon.more{margin-left:auto}:host .description .media-description .more,:host .top-container .media-description .more{padding-left:var(--spacing-16, 1rem)}:host .description .field-title-name,:host .top-container .field-title-name{color:var(--field-title-color);font-weight:var(--field-title-font-weight);text-transform:var(--field-title-text-transform)}:host .hint-container{margin-top:0.25rem;margin-bottom:0.25rem;color:var(--text-color, #807f83);font-size:var(--font-size-14, 0.875rem);line-height:1.33;text-align:left}:host .footer-container{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:var(--spacing-08, 0.5rem);padding-top:var(--spacing-16, 1rem);padding-bottom:0;padding-left:0.0625rem;color:var(--text-color, #807f83);font-size:var(--font-size-14, 0.875rem)}:host .footer-container.validation{margin-top:var(--spacing-08, 0.5rem);border-top:var(--border-width-01, 0.0625rem) solid var(--stable-alt, #d0d0d0)}:host .footer-container.validation.mobile{-ms-flex-direction:column;flex-direction:column;grid-gap:var(--spacing-16, 1rem);-ms-flex-align:start;align-items:flex-start}:host .footer-container.validation.mobile yoo-form-input-comments{width:100%}:host .footer-container .comment-container,:host .footer-container .feed-container,:host .footer-container .newtask{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:22px}:host .footer-container yoo-form-task{padding-left:var(--spacing-08, 0.5rem)}:host .footer-container yoo-icon{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;margin-right:var(--spacing-08, 0.5rem)}:host .footer-container .newtask{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:row;flex-direction:row;font-size:var(--font-size-16, 1rem)}:host .footer-container .newtask .icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-right:0.125rem}:host .footer-container .newtask .icon yoo-icon{margin-right:var(--spacing-08, 0.5rem)}:host .content-container{position:relative;max-width:var(--content-max-width);padding-top:var(--content-padding-top);padding-bottom:var(--content-padding-bottom)}:host .content-container.sc-yoo-form-input-container{min-height:45px}:host .content-container.readonly{padding:0;overflow:hidden}:host .content-container yoo-form-toggle:not(.line){position:absolute;top:auto;right:0;bottom:0.25rem;left:auto}:host .content-container yoo-form-checkbox:not(.line){position:absolute;top:auto;right:0;bottom:0.25rem;left:auto}:host .content-container yoo-form-checkbox[type=normal]{position:absolute;top:-1.3rem;right:0;bottom:auto;left:auto}:host .content-container yoo-form-toggle[type=normal]{position:absolute;top:-1rem;right:0;bottom:auto;left:auto}:host .content-container .removable{position:absolute;top:0.3rem;right:1.5rem;display:none;color:var(--danger, #d44333)}:host .content-container:hover .removable{display:block}:host yoo-form-input-comments.readonly{margin-top:var(--spacing-16, 1rem)}:host yoo-form-input-comments.readonly.with-border-bottom{padding-bottom:var(--spacing-16, 1rem);border-bottom:var(--border-width-01, 0.0625rem) solid var(--stable-alt-40, rgba(208, 208, 208, 0.4))}:host .instructions{display:block;color:var(--stable, #adadad);font-size:var(--font-size-16, 1rem);letter-spacing:normal}:host .instructions.under-title{margin:0 auto var(--spacing-32, 2rem)}:host .instructions.success{color:var(--success, #3aa76d)}:host .instructions.app-color{color:var(--app-color, #5a30f4)}:host .comment-container{margin-right:var(--spacing-16, 1rem)}:host(.line){display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:var(--spacing-08, 0.5rem);border-bottom:var(--border-width-01, 0.0625rem) solid var(--stable-alt, #d0d0d0)}:host(.line) .top-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}:host(.line) .top-container .label,:host(.line) .top-container .description{-ms-flex:1;flex:1;-ms-flex-item-align:center;align-self:center;margin-left:var(--spacing-08, 0.5rem)}:host(.line) .top-container .label{color:inherit;font-variant-caps:normal}:host(.line) .top-container .content-container{-ms-flex:0;flex:0;padding-top:0}:host(.line) .top-container .content-container yoo-form-checkbox{--margin-top-container:-0.5rem}:host(.line) .top-container .content-container.full-width{-ms-flex:1;flex:1}:host(.line) .top-container slot{-ms-flex:1;flex:1}:host(.no-padding-top) .content-container{padding-top:0 !important}:host(.line.reversed) .top-container{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.line.noborder){border-bottom:none}:host(.readonly){border:none}:host(.readonly) .top-container .field-title-name{color:var(--field-title-color)}:host(.readonly) .top-container.column{-ms-flex-direction:column;flex-direction:column}:host(.readonly) .top-container.column .description{-ms-flex-item-align:start;align-self:flex-start;margin-bottom:var(--spacing-16, 1rem);margin-left:0;color:var(--text-color, #807f83)}:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-input),:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-image-tagging),:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-ranking),:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-autocomplete){display:block;margin-top:var(--spacing-08, 0.5rem)}:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-input).inline,:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-image-tagging).inline,:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-ranking).inline,:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-autocomplete).inline{margin-top:0}:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-categorize-words),:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-connect),:host(.readonly:not(.forcedhistory):not(.custom-width)) ::slotted(yoo-form-swipe-cards){display:block;margin-top:var(--spacing-16, 1rem)}:host(.readonly.custom-width.inline-row:not(.label-top-aligned)) .top-container{-ms-flex-pack:center;justify-content:center}:host(.readonly.inline-row:not(.label-top-aligned)) ::slotted(yoo-form-autocomplete){margin-top:0}:host(:not(.lesson).readonly){--field-title-font-weight:var(--font-weight-700, 700)}:host(:not(.lesson).readonly) .top-container .label.readonly{color:var(--dark, #000000);font-weight:var(--font-weight-700, 700)}:host(.form-readonly){padding:var(--spacing-08, 0.5rem) 0}:host(.form-readonly.quickview) .description .label .right-side,:host(.form-readonly.quickview) .description .optional .right-side,:host(.form-readonly.quickview) .top-container .label .right-side,:host(.form-readonly.quickview) .top-container .optional .right-side{color:var(--dark, #000000)}:host(.form-readonly.quickview) .description .label .right-side yoo-icon.recent,:host(.form-readonly.quickview) .description .optional .right-side yoo-icon.recent,:host(.form-readonly.quickview) .top-container .label .right-side yoo-icon.recent,:host(.form-readonly.quickview) .top-container .optional .right-side yoo-icon.recent{fill:var(--dark, #000000)}:host(.form-readonly.quickview) .description .label.readonly,:host(.form-readonly.quickview) .description .optional.readonly,:host(.form-readonly.quickview) .top-container .label.readonly,:host(.form-readonly.quickview) .top-container .optional.readonly{color:var(--dark, #000000)}:host(.form-readonly.quickview) .description .field-heading:not(.center) .field-title-name,:host(.form-readonly.quickview) .top-container .field-heading:not(.center) .field-title-name{color:var(--field-title-color)}:host(.form-readonly.quickview) .description .field-title-name,:host(.form-readonly.quickview) .top-container .field-title-name{color:var(--field-title-color)}:host(:not(.lesson)) .description span p{margin-bottom:0}:host(:not(.lesson)) p{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0}:host(.lesson){--content-padding-bottom:var(--spacing-16, 1rem);--font-size-title-name:var(--font-size-28, 1.75rem);--font-weight-title-name:var(--font-weight-700, 700);--text-tranform-title-name:none}:host(.lesson) .top-container .label{margin-bottom:var(--spacing-08, 0.5rem)}:host(.lesson) .top-container .content-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}:host(.lesson) .top-container .description{margin-bottom:var(--spacing-08, 0.5rem);font-size:var(--font-size-description)}:host(.lesson) .top-container .media-description{font-size:var(--font-size-16, 1rem)}:host(.lesson) .title.within-chat,:host(.lesson) .field-title-name{color:var(--field-title-color);font-weight:var(--font-weight-title-name);font-size:var(--font-size-title-name);text-transform:var(--text-tranform-title-name)}:host(.textsequence) .top-container{height:100%}:host(.textsequence) .top-container .content-container{height:100%}:host(.textsequence) .top-container .content-container ::slotted(yoo-text-sequence){max-width:40rem;height:100%;margin:0 auto}:host(.mobile) .content-container .removable{display:block}:host(.web.lesson:not(.lesson-live-preview)){display:-ms-flexbox;display:flex;padding:0 !important}:host(.web.lesson:not(.lesson-live-preview)) .top-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--spacing-08, 0.5rem);-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(100% - 2rem);margin:0 auto;padding:var(--spacing-32, 2rem) !important;padding-top:var(--spacing-16, 1rem) !important;overflow:auto;background-color:var(--light, #ffffff);border-radius:var(--border-radius-08, 0.5rem);-webkit-box-shadow:var(--shadow-02, 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1));box-shadow:var(--shadow-02, 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1));-webkit-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s}@media print{:host .top-container hr,:host .top-container .description,:host .top-container .label{page-break-after:avoid !important}:host .top-container .content-container{page-break-before:avoid !important}}:host(.accent) .hint-container{color:var(--accent-20, rgba(39, 110, 241, 0.2))}:host(.accent) .description{color:var(--accent, #276ef1)}:host(.dark) .hint-container{color:var(--stable-alt, #d0d0d0)}:host(.dark) .description{color:var(--dark, #000000)}:host(.danger) .hint-container{color:var(--danger-20, rgba(212, 67, 51, 0.2))}:host(.danger) .description{color:var(--danger, #d44333)}:host(.success) .hint-container{color:var(--success-20, rgba(58, 167, 109, 0.2))}:host(.success) .description{color:var(--success, #3aa76d)}:host(.app-color) .hint-container{color:var(--app-color-20, rgba(90, 48, 244, 0.2))}:host(.app-color) .description{color:var(--app-color, #5a30f4)}:host(.warning) .hint-container{color:var(--warning-20, rgba(237, 110, 51, 0.2))}:host(.warning) .description{color:var(--warning, #ed6e33)}:host(.info) .hint-container{color:var(--info-20, rgba(216, 76, 150, 0.2))}:host(.info) .description{color:var(--info, #d84c96)}:host(.stable) .hint-container{color:var(--stable, #adadad)}:host(.stable) .description{color:var(--stable, #adadad)}:host(.readonly.web:not(.preview)) .top-container .label>span.field-title-name{white-space:normal}:host(.web:not(.preview)){--label-padding-top:var(--spacing-08, 0.5rem)}:host(.web:not(.preview)) .top-container .label{padding-top:var(--label-padding-top)}:host(.web.operator){display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:2rem;padding:0}:host(.web.operator) .top-container .content-container{padding:0 0 var(--spacing-04, 0.25rem) 0}.fr-view h1,.fr-view h2,.fr-view h3,.fr-view h4,.fr-view h5,.fr-view h6{margin:0;padding:0;border:0}:host(.grid),:host(.audience){position:relative;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1}:host(.grid) .top-container,:host(.audience) .top-container{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;overflow:hidden}:host(.grid) .top-container .content-container,:host(.audience) .top-container .content-container{-ms-flex:1;flex:1;margin:0;margin-right:var(--spacing-04, 0.25rem);margin-left:var(--spacing-04, 0.25rem)}:host(.openinghours) .content-container.readonly{overflow:visible}:host(.lesson-detail.readonly) .top-container .label.readonly{padding-top:unset;font-size:var(--font-size-16, 1rem);text-transform:unset}:host([animated].number.lesson) .description,:host([animated].number.lesson) .label,:host([animated].number.lesson) .instructions,:host([animated].number.lesson) .content-container{-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-timing-function:var(--ease-out-quad);animation-timing-function:var(--ease-out-quad);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}:host([animated].number.lesson) .description,:host([animated].number.lesson) .label{-webkit-transform:translateX(var(--container-width-reverse));transform:translateX(var(--container-width-reverse))}:host([animated].number.lesson) .instructions{-webkit-transform:translateX(var(--container-width-reverse));transform:translateX(var(--container-width-reverse));-webkit-animation-delay:200ms;animation-delay:200ms}:host([animated].number.lesson) .content-container{-webkit-transform:translateX(var(--container-width));transform:translateX(var(--container-width));-webkit-animation-delay:500ms;animation-delay:500ms}:host([animated].mobile.number.lesson) .description,:host([animated].mobile.number.lesson) .label{-webkit-animation-delay:200ms;animation-delay:200ms}:host([animated].mobile.number.lesson) .instructions{-webkit-animation-delay:400ms;animation-delay:400ms}:host([animated].mobile.number.lesson) .content-container{-webkit-animation-delay:700ms;animation-delay:700ms}:host([animated].selectimage.lesson) .description,:host([animated].selectimage.lesson) .label{-webkit-transform:translateX(var(--container-width-reverse));transform:translateX(var(--container-width-reverse));-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-timing-function:var(--ease-out-quad);animation-timing-function:var(--ease-out-quad);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes sliding-from-left{from{-webkit-transform:translateX(var(--container-width-reverse));transform:translateX(var(--container-width-reverse))}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes sliding-from-left{from{-webkit-transform:translateX(var(--container-width-reverse));transform:translateX(var(--container-width-reverse))}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes sliding-from-right{from{-webkit-transform:translateX(var(--container-width));transform:translateX(var(--container-width))}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes sliding-from-right{from{-webkit-transform:translateX(var(--container-width));transform:translateX(var(--container-width))}to{-webkit-transform:translateX(0);transform:translateX(0)}}:host(.inline-row:not(.label-top-aligned)) .top-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host(.inline-row:not(.label-top-aligned)) .top-container .label{width:auto;min-width:5rem;margin-right:var(--spacing-08, 0.5rem)}:host(.inline-row:not(.label-top-aligned)) .top-container .label.readonly{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding-top:0}:host(.inline-row:not(.label-top-aligned)) .top-container .content-container{width:100%}:host(.inline-row:not(.label-top-aligned)) .top-container .content-container.readonly{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}:host(.inline-row.label-right-aligned) .top-container .label>span{width:100%;padding-right:var(--spacing-08, 0.5rem);text-align:right}:host(.fast-scoring) .top-container{padding-top:var(--spacing-16, 1rem)}:host([hidden]){display:none}:host(.hotzonecreator) .label,:host(.imagemapcreator) .label{display:none}:host(.confidence) .top-container{height:100%}:host(.confidence) .top-container .label{display:none}:host(.confidence) .top-container .content-container{height:100%;background-color:var(--dark-60, rgba(0, 0, 0, 0.6)) !important;border-radius:var(--border-radius-08, 0.5rem);-webkit-box-shadow:var(--shadow-02, 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1));box-shadow:var(--shadow-02, 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1))}:host(.web.lesson:not(.lesson-live-preview).confidence) .top-container{padding:0 !important}:host(.mission-validation) .top-container .label{font-size:var(--font-size-12, 0.75rem);text-transform:uppercase}";
15
15
 
16
16
  const YooFormInputContainerComponent = class {
17
17
  constructor(hostRef) {
@@ -21165,6 +21165,10 @@ const YooFormTextEditorComponent = class {
21165
21165
  onTranslationsChange() {
21166
21166
  this.setLocalValue(true);
21167
21167
  }
21168
+ async forceUpdateValue(value) {
21169
+ formInputHelpers.setValueAndValidateInput(value, this.host);
21170
+ this.editor.html.set(value);
21171
+ }
21168
21172
  async updateSizing() {
21169
21173
  var _a;
21170
21174
  if ((_a = this === null || this === void 0 ? void 0 : this.editor) === null || _a === void 0 ? void 0 : _a.size) {
@@ -73,7 +73,7 @@ const YooKpiExternalComponent = class {
73
73
  const props = {
74
74
  // sandboxed iframes without allow-top-navigation, allow-top-navigation-by-user-activation or allow-popups flags
75
75
  // will prevent them to navigate away from main webview
76
- sandbox: `allow-scripts allow-same-origin allow-forms ${index$1.isWeb(this.host) ? 'allow-top-navigation-by-user-activation allow-downloads' : ''}`,
76
+ sandbox: `allow-scripts allow-same-origin allow-forms ${index$1.isWeb(this.host) ? 'allow-top-navigation-by-user-activation allow-downloads allow-popups' : ''}`,
77
77
  ...(isProviderTableau ? { srcDoc } : { src: this.config.url }),
78
78
  frameBorder: 0
79
79
  };
@@ -257,7 +257,7 @@ const YooRangeComponent = class {
257
257
  const values = Array.from({ length: this.max - this.min + 1 }, (_, i) => this.min + i).filter(v => !(v % this.step));
258
258
  return (this.ticks || this.ticksLabels) && values.map(v => {
259
259
  const showTickLabel = filterPattern(v);
260
- return (this.ticks || showTickLabel) && index.h("div", { class: { 'tick': true, 'hidden': !this.ticks }, style: { [start]: `${this.valueToRatio(v) * 100}%` }, ...(this.ticksLabels && showTickLabel && { i: v }) });
260
+ return (this.ticks || showTickLabel) && index.h("div", { class: { tick: true, hidden: !this.ticks }, style: { [start]: `${this.valueToRatio(v) * 100}%` }, ...(this.ticksLabels && showTickLabel && { i: v }) });
261
261
  });
262
262
  }
263
263
  renderBar(start, end) {
@@ -8,7 +8,7 @@ require('./lodash-597bda6d.js');
8
8
  require('./_commonjsHelpers-94df2ea7.js');
9
9
  require('./index-ea29129a.js');
10
10
 
11
- const revealCss = ":host{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--spacing-16, 1rem);padding:var(--spacing-16, 1rem);background-color:var(--stable-light, #f1f1f1)}";
11
+ const revealCss = ":host{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--spacing-16, 1rem);background-color:var(--stable-light, #f1f1f1)}:host yoo-flip-card{margin:0 var(--spacing-16, 1rem)}:host yoo-flip-card:first-of-type{padding-top:var(--spacing-16, 1rem)}:host yoo-flip-card:last-of-type{padding-bottom:var(--spacing-16, 1rem)}";
12
12
 
13
13
  const YooRevealComponent = class {
14
14
  constructor(hostRef) {
@@ -17,6 +17,10 @@ const YooRevealComponent = class {
17
17
  this.validity = false;
18
18
  this.cardElements = [];
19
19
  }
20
+ onVisibleChanged() {
21
+ var _a;
22
+ this.isVisible && ((_a = this.cardElements) === null || _a === void 0 ? void 0 : _a.forEach(e => e === null || e === void 0 ? void 0 : e.loadCard()));
23
+ }
20
24
  onValidityChanged() {
21
25
  this.validityChanged.emit(this.validity);
22
26
  }
@@ -40,6 +44,7 @@ const YooRevealComponent = class {
40
44
  }
41
45
  get host() { return index.getElement(this); }
42
46
  static get watchers() { return {
47
+ "isVisible": ["onVisibleChanged"],
43
48
  "validity": ["onValidityChanged"]
44
49
  }; }
45
50
  };
@@ -54,9 +54,6 @@ const YooTextSequence = class {
54
54
  componentDidLoad() {
55
55
  this.initSequenceHeight();
56
56
  }
57
- componentDidRender() {
58
- this.initSequenceHeight();
59
- }
60
57
  initSequenceHeight() {
61
58
  var _a;
62
59
  if (((_a = this.sequenceElements) === null || _a === void 0 ? void 0 : _a.length) && this.maxSequenceHeight) {
@@ -82,7 +79,7 @@ const YooTextSequence = class {
82
79
  const textsHeight = this.sequenceElements.map((e, i) => Math.round(e.offsetHeight * (i <= this.currentIndex ? 1 : .9)));
83
80
  this.host.style.setProperty('--max-sequence-height', `${this.maxSequenceHeight}px`);
84
81
  this.translateY = 0 - ((textsHeight.slice(0, this.currentIndex).reduce((acc, a) => acc + a, 0) + GAP_INTER_SEQUENCES * this.currentIndex));
85
- this.initSequenceHeight();
82
+ this.validity = this.currentIndex === this.sequenceElements.length - 1;
86
83
  }
87
84
  };
88
85
  return index.h("yoo-button", { size: "large", ...{ placement }, hidden: (isUp && !this.currentIndex) || (!isUp && this.currentIndex === ((_a = this.sequenceValues) === null || _a === void 0 ? void 0 : _a.length) - 1), onClick: () => clickArrow() }, index.h("yoo-icon", { name: `big-arrow-${isUp ? 'up' : 'down'}` }));
@@ -23,7 +23,7 @@ const YooTruncatedLineComponent = class {
23
23
  return (index.h("yoo-tooltip", { ref: (el) => this.tooltipElement = el, content: this.content, placement: this.tooltipPlacement }, this.renderContent()));
24
24
  };
25
25
  this.renderContent = () => {
26
- return (index.h("div", { class: "content", ref: (el) => this.contentElement = el }, this.content, index.h("slot", null)));
26
+ return (index.h("div", { class: "content", ref: (el) => this.contentElement = el }, index$1.translateMulti(this.content), index.h("slot", null)));
27
27
  };
28
28
  this.toggleTooltip = (isEnabled) => {
29
29
  if (this.tooltipElement) {
@@ -67784,13 +67784,15 @@ const YooVideoPlayerVideojsComponent = class {
67784
67784
  }, 100);
67785
67785
  }
67786
67786
  onCustomizeFullscreenButton() {
67787
- const Button = videojs.getComponent('Button');
67788
- const fullscreenToggle = new Button(this.player);
67789
- fullscreenToggle.el().classList.add('vjs-fullscreen-control');
67790
- fullscreenToggle.el().classList.add('custom');
67791
- fullscreenToggle.el().addEventListener('click', () => this.onTriggerFullscreen());
67792
- fullscreenToggle.el().addEventListener('touchend', () => this.onTriggerFullscreen());
67793
- this.player.controlBar.addChild(fullscreenToggle);
67787
+ if (this.player) {
67788
+ const Button = videojs.getComponent('Button');
67789
+ const fullscreenToggle = new Button(this.player);
67790
+ fullscreenToggle.el().classList.add('vjs-fullscreen-control');
67791
+ fullscreenToggle.el().classList.add('custom');
67792
+ fullscreenToggle.el().addEventListener('click', () => this.onTriggerFullscreen());
67793
+ fullscreenToggle.el().addEventListener('touchend', () => this.onTriggerFullscreen());
67794
+ this.player.controlBar.addChild(fullscreenToggle);
67795
+ }
67794
67796
  }
67795
67797
  renderVideoElement() {
67796
67798
  var _a;
@@ -19,6 +19,9 @@ export class YooFlipCardComponent {
19
19
  !isCardLayout && Object.assign(cardInnerElement.style, { width: `${slotContents[0].clientWidth}px` });
20
20
  }
21
21
  }
22
+ async loadCard() {
23
+ this.cardLoaded = true;
24
+ }
22
25
  componentDidLoad() {
23
26
  this.initCardSize();
24
27
  }
@@ -138,6 +141,22 @@ export class YooFlipCardComponent {
138
141
  "text": "",
139
142
  "tags": []
140
143
  }
144
+ },
145
+ "loadCard": {
146
+ "complexType": {
147
+ "signature": "() => Promise<void>",
148
+ "parameters": [],
149
+ "references": {
150
+ "Promise": {
151
+ "location": "global"
152
+ }
153
+ },
154
+ "return": "Promise<void>"
155
+ },
156
+ "docs": {
157
+ "text": "",
158
+ "tags": []
159
+ }
141
160
  }
142
161
  }; }
143
162
  static get elementRef() { return "host"; }
@@ -240,7 +240,7 @@ export class YooRangeComponent {
240
240
  const values = Array.from({ length: this.max - this.min + 1 }, (_, i) => this.min + i).filter(v => !(v % this.step));
241
241
  return (this.ticks || this.ticksLabels) && values.map(v => {
242
242
  const showTickLabel = filterPattern(v);
243
- return (this.ticks || showTickLabel) && h("div", { class: { 'tick': true, 'hidden': !this.ticks }, style: { [start]: `${this.valueToRatio(v) * 100}%` }, ...(this.ticksLabels && showTickLabel && { i: v }) });
243
+ return (this.ticks || showTickLabel) && h("div", { class: { tick: true, hidden: !this.ticks }, style: { [start]: `${this.valueToRatio(v) * 100}%` }, ...(this.ticksLabels && showTickLabel && { i: v }) });
244
244
  });
245
245
  }
246
246
  renderBar(start, end) {
@@ -1,4 +1,4 @@
1
- import { isTruncated } from '@shared/utils';
1
+ import { isTruncated, translateMulti } from '@shared/utils';
2
2
  import { Component, Element, h, Host, Prop } from '@stencil/core';
3
3
  //! Things to note:
4
4
  //* - This component is for single line ONLY
@@ -18,7 +18,7 @@ export class YooTruncatedLineComponent {
18
18
  };
19
19
  this.renderContent = () => {
20
20
  return (h("div", { class: "content", ref: (el) => this.contentElement = el },
21
- this.content,
21
+ translateMulti(this.content),
22
22
  h("slot", null)));
23
23
  };
24
24
  this.toggleTooltip = (isEnabled) => {
@@ -22,12 +22,12 @@ export class YooAudioPlayerComponent {
22
22
  this.currentTime = 0;
23
23
  this.currentTimeDisplay = '00:00';
24
24
  }
25
- onSrcChanged() {
26
- return this.initPlayer(true);
27
- }
28
25
  onVisibilityChanged() {
29
26
  this.pause();
30
27
  }
28
+ onSrcChanged() {
29
+ return this.initPlayer(true);
30
+ }
31
31
  async getAudio() {
32
32
  return this.audio;
33
33
  }
@@ -36,7 +36,7 @@ export class YooAudioPlayerComponent {
36
36
  return (_a = this.audio) === null || _a === void 0 ? void 0 : _a.pause();
37
37
  }
38
38
  async componentWillLoad() {
39
- return await this.initPlayer();
39
+ await this.initPlayer();
40
40
  }
41
41
  disconnectedCallback() {
42
42
  this.pause();
@@ -94,7 +94,7 @@ export class YooAudioPlayerComponent {
94
94
  .map((v) => v.toString().padStart(2, '0'))
95
95
  .join(':');
96
96
  }
97
- async togglePlay(ev) {
97
+ togglePlay(ev) {
98
98
  if (ev && this.audio) {
99
99
  ev.stopPropagation();
100
100
  const { paused, ended, currentTime } = this.audio;
@@ -108,7 +108,11 @@ export class YooAudioPlayerComponent {
108
108
  }
109
109
  }
110
110
  }
111
- render() {
111
+ renderPlayButton() {
112
+ return h("yoo-button", { disabled: this.disabled, animated: isWeb(this.host), shape: "circular", fill: "transparent", onClick: (ev) => this.togglePlay(ev) },
113
+ h("yoo-icon", { name: `${this.audio.paused ? 'play' : 'pause'}-audio`, size: "large" }));
114
+ }
115
+ renderRange() {
112
116
  const pausePlay = (ev) => {
113
117
  this.isDragging = !ev;
114
118
  this.pause();
@@ -118,12 +122,21 @@ export class YooAudioPlayerComponent {
118
122
  this.currentTime = this.audio.currentTime = value !== null && value !== void 0 ? value : 0;
119
123
  this.audio.play();
120
124
  };
121
- return (h(Host, null, [
122
- h("yoo-button", { disabled: this.disabled, animated: isWeb(this.host), shape: "circular", fill: "transparent", onClick: (ev) => this.togglePlay(ev) },
123
- h("yoo-icon", { name: `${this.audio.paused ? 'play' : 'pause'}-audio`, size: "large" })),
124
- h("yoo-range", { max: this.duration, value: this.currentTime, disabled: this.disabled, onValueChanged: (ev) => this.currentTimeDisplay = this.formateTime(ev === null || ev === void 0 ? void 0 : ev.detail), onKnobPressed: () => pausePlay(), onMouseDown: (ev) => pausePlay(ev), onKnobReleased: (ev) => resumePlay(ev === null || ev === void 0 ? void 0 : ev.detail) }),
125
- h("div", { class: { 'audio-info': true, 'only-time': this.displayTimeOnly } }, [!this.displayTimeOnly && h("span", null, translate('AUDIO')), h("span", null, this.currentTimeDisplay)])
126
- ]));
125
+ return h("yoo-range", { max: this.duration, value: this.currentTime, disabled: this.disabled, onValueChanged: ({ detail }) => this.currentTimeDisplay = this.formateTime(detail), onKnobPressed: () => pausePlay(), onKnobReleased: ({ detail }) => resumePlay(detail) });
126
+ }
127
+ renderInfo() {
128
+ return h("div", { class: { 'audio-info': true, 'only-time': this.displayTimeOnly } }, [!this.displayTimeOnly &&
129
+ h("span", null, translate('AUDIO')), h("span", null, this.currentTimeDisplay)
130
+ ]);
131
+ }
132
+ render() {
133
+ return (h(Host, null,
134
+ " ",
135
+ [
136
+ this.renderPlayButton(),
137
+ this.renderRange(),
138
+ this.renderInfo()
139
+ ]));
127
140
  }
128
141
  static get is() { return "yoo-audio-player"; }
129
142
  static get encapsulation() { return "shadow"; }
@@ -316,10 +329,10 @@ export class YooAudioPlayerComponent {
316
329
  }; }
317
330
  static get elementRef() { return "host"; }
318
331
  static get watchers() { return [{
319
- "propName": "src",
320
- "methodName": "onSrcChanged"
321
- }, {
322
332
  "propName": "isVisible",
323
333
  "methodName": "onVisibilityChanged"
334
+ }, {
335
+ "propName": "src",
336
+ "methodName": "onSrcChanged"
324
337
  }]; }
325
338
  }
@@ -205,6 +205,14 @@ null: CSS defaults to use the ltr css, and adds [dir=rtl] selectors to override
205
205
  display: flex;
206
206
  flex-direction: column;
207
207
  gap: var(--spacing-16, 1rem);
208
- padding: var(--spacing-16, 1rem);
209
208
  background-color: var(--stable-light, #f1f1f1);
209
+ }
210
+ :host yoo-flip-card {
211
+ margin: 0 var(--spacing-16, 1rem);
212
+ }
213
+ :host yoo-flip-card:first-of-type {
214
+ padding-top: var(--spacing-16, 1rem);
215
+ }
216
+ :host yoo-flip-card:last-of-type {
217
+ padding-bottom: var(--spacing-16, 1rem);
210
218
  }
@@ -5,6 +5,10 @@ export class YooRevealComponent {
5
5
  this.validity = false;
6
6
  this.cardElements = [];
7
7
  }
8
+ onVisibleChanged() {
9
+ var _a;
10
+ this.isVisible && ((_a = this.cardElements) === null || _a === void 0 ? void 0 : _a.forEach(e => e === null || e === void 0 ? void 0 : e.loadCard()));
11
+ }
8
12
  onValidityChanged() {
9
13
  this.validityChanged.emit(this.validity);
10
14
  }
@@ -57,6 +61,23 @@ export class YooRevealComponent {
57
61
  "text": ""
58
62
  }
59
63
  },
64
+ "isVisible": {
65
+ "type": "boolean",
66
+ "mutable": false,
67
+ "complexType": {
68
+ "original": "boolean",
69
+ "resolved": "boolean",
70
+ "references": {}
71
+ },
72
+ "required": false,
73
+ "optional": true,
74
+ "docs": {
75
+ "tags": [],
76
+ "text": ""
77
+ },
78
+ "attribute": "is-visible",
79
+ "reflect": false
80
+ },
60
81
  "validity": {
61
82
  "type": "boolean",
62
83
  "mutable": true,
@@ -94,6 +115,9 @@ export class YooRevealComponent {
94
115
  }]; }
95
116
  static get elementRef() { return "host"; }
96
117
  static get watchers() { return [{
118
+ "propName": "isVisible",
119
+ "methodName": "onVisibleChanged"
120
+ }, {
97
121
  "propName": "validity",
98
122
  "methodName": "onValidityChanged"
99
123
  }]; }
@@ -43,9 +43,6 @@ export class YooTextSequence {
43
43
  componentDidLoad() {
44
44
  this.initSequenceHeight();
45
45
  }
46
- componentDidRender() {
47
- this.initSequenceHeight();
48
- }
49
46
  initSequenceHeight() {
50
47
  var _a;
51
48
  if (((_a = this.sequenceElements) === null || _a === void 0 ? void 0 : _a.length) && this.maxSequenceHeight) {
@@ -72,7 +69,7 @@ export class YooTextSequence {
72
69
  const textsHeight = this.sequenceElements.map((e, i) => Math.round(e.offsetHeight * (i <= this.currentIndex ? 1 : .9)));
73
70
  this.host.style.setProperty('--max-sequence-height', `${this.maxSequenceHeight}px`);
74
71
  this.translateY = 0 - ((textsHeight.slice(0, this.currentIndex).reduce((acc, a) => acc + a, 0) + GAP_INTER_SEQUENCES * this.currentIndex));
75
- this.initSequenceHeight();
72
+ this.validity = this.currentIndex === this.sequenceElements.length - 1;
76
73
  }
77
74
  };
78
75
  return h("yoo-button", { size: "large", ...{ placement }, hidden: (isUp && !this.currentIndex) || (!isUp && this.currentIndex === ((_a = this.sequenceValues) === null || _a === void 0 ? void 0 : _a.length) - 1), onClick: () => clickArrow() },
@@ -423,13 +423,15 @@ export class YooVideoPlayerVideojsComponent {
423
423
  }, 100);
424
424
  }
425
425
  onCustomizeFullscreenButton() {
426
- const Button = videojs.getComponent('Button');
427
- const fullscreenToggle = new Button(this.player);
428
- fullscreenToggle.el().classList.add('vjs-fullscreen-control');
429
- fullscreenToggle.el().classList.add('custom');
430
- fullscreenToggle.el().addEventListener('click', () => this.onTriggerFullscreen());
431
- fullscreenToggle.el().addEventListener('touchend', () => this.onTriggerFullscreen());
432
- this.player.controlBar.addChild(fullscreenToggle);
426
+ if (this.player) {
427
+ const Button = videojs.getComponent('Button');
428
+ const fullscreenToggle = new Button(this.player);
429
+ fullscreenToggle.el().classList.add('vjs-fullscreen-control');
430
+ fullscreenToggle.el().classList.add('custom');
431
+ fullscreenToggle.el().addEventListener('click', () => this.onTriggerFullscreen());
432
+ fullscreenToggle.el().addEventListener('touchend', () => this.onTriggerFullscreen());
433
+ this.player.controlBar.addChild(fullscreenToggle);
434
+ }
433
435
  }
434
436
  renderVideoElement() {
435
437
  var _a;
@@ -229,7 +229,7 @@ export class YooFormCarouselComponent {
229
229
  return this.renderVideo(src, index);
230
230
  }
231
231
  else if (type === 'audio') {
232
- return h("yoo-audio-player", { class: "audio-player", src: src });
232
+ return h("yoo-audio-player", { onClick: ev => ev === null || ev === void 0 ? void 0 : ev.stopPropagation(), class: "audio-player", src: src });
233
233
  }
234
234
  else if (type === 'document') {
235
235
  return h("yoo-form-document", { class: "expanded", isPdf: this.isPdf, extraClass: "feed", showDialog: true, showActionSheet: isNativeMobile() && isPdf(src), document: src });
@@ -158,7 +158,7 @@ export class YooFormDateTimeComponent {
158
158
  if (newMinutes === 0 && prevMinutes !== newMinutes) {
159
159
  defaultValue.setHours(defaultValue.getHours() + 1);
160
160
  }
161
- this.value = this.value || defaultValue;
161
+ this.value = this.value || (this.isRange ? [defaultValue] : defaultValue);
162
162
  this.onToggle(ev);
163
163
  }
164
164
  onClearClicked(event) {
@@ -1061,8 +1061,6 @@ span.fr-img-caption.fr-view {
1061
1061
  :host .slide-container.no-shadow yoo-ion-scroll {
1062
1062
  margin-bottom: 0;
1063
1063
  padding: 0;
1064
- padding-top: 0rem;
1065
- padding-bottom: 2rem;
1066
1064
  border-radius: 0;
1067
1065
  box-shadow: none;
1068
1066
  }
@@ -541,6 +541,9 @@ export class YooFormDynamicComponent {
541
541
  if (field.updateValidation) {
542
542
  field.updateValidation(value);
543
543
  }
544
+ else if (field.forceUpdateValue) {
545
+ field.forceUpdateValue(value);
546
+ }
544
547
  else if (resetValidity) {
545
548
  setValueAndResetInputValidity(value, field);
546
549
  }
@@ -4387,7 +4390,8 @@ export class YooFormDynamicComponent {
4387
4390
  case FormFieldType.reveal:
4388
4391
  TagType = 'yoo-reveal';
4389
4392
  extraAttrs = {
4390
- values: field.values
4393
+ values: field.values,
4394
+ isVisible: slideIndex === this.activeIndex
4391
4395
  };
4392
4396
  break;
4393
4397
  case FormFieldType.imagecollection:
@@ -1065,6 +1065,7 @@ span.fr-img-caption.fr-view {
1065
1065
  }
1066
1066
 
1067
1067
  :host(.lesson) {
1068
+ --content-padding-bottom: var(--spacing-16, 1rem);
1068
1069
  --font-size-title-name: var(--font-size-28, 1.75rem);
1069
1070
  --font-weight-title-name: var(--font-weight-700, 700);
1070
1071
  --text-tranform-title-name: none;
@@ -1074,7 +1075,6 @@ span.fr-img-caption.fr-view {
1074
1075
  }
1075
1076
  :host(.lesson) .top-container .content-container {
1076
1077
  height: fit-content;
1077
- padding: 0;
1078
1078
  }
1079
1079
  :host(.lesson) .top-container .description {
1080
1080
  margin-bottom: var(--spacing-08, 0.5rem);
@@ -109,6 +109,10 @@ export class YooFormTextEditorComponent {
109
109
  onTranslationsChange() {
110
110
  this.setLocalValue(true);
111
111
  }
112
+ async forceUpdateValue(value) {
113
+ setValueAndValidateInput(value, this.host);
114
+ this.editor.html.set(value);
115
+ }
112
116
  async updateSizing() {
113
117
  var _a;
114
118
  if ((_a = this === null || this === void 0 ? void 0 : this.editor) === null || _a === void 0 ? void 0 : _a.size) {
@@ -1260,6 +1264,25 @@ export class YooFormTextEditorComponent {
1260
1264
  }
1261
1265
  }]; }
1262
1266
  static get methods() { return {
1267
+ "forceUpdateValue": {
1268
+ "complexType": {
1269
+ "signature": "(value: string) => Promise<void>",
1270
+ "parameters": [{
1271
+ "tags": [],
1272
+ "text": ""
1273
+ }],
1274
+ "references": {
1275
+ "Promise": {
1276
+ "location": "global"
1277
+ }
1278
+ },
1279
+ "return": "Promise<void>"
1280
+ },
1281
+ "docs": {
1282
+ "text": "",
1283
+ "tags": []
1284
+ }
1285
+ },
1263
1286
  "updateSizing": {
1264
1287
  "complexType": {
1265
1288
  "signature": "() => Promise<void>",