@acorex/components 21.0.0-next.1 → 21.0.0-next.11
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/code-editor/README.md +291 -1
 - package/code-editor/index.d.ts +260 -12
 - package/drawer/README.md +2 -2
 - package/drawer/index.d.ts +32 -57
 - package/drawer-legacy/README.md +3 -0
 - package/drawer-legacy/index.d.ts +86 -0
 - package/editor/README.md +3 -0
 - package/editor/index.d.ts +41 -0
 - package/fesm2022/acorex-components-accordion.mjs +12 -12
 - package/fesm2022/acorex-components-accordion.mjs.map +1 -1
 - package/fesm2022/acorex-components-action-sheet.mjs +10 -10
 - package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
 - package/fesm2022/acorex-components-alert.mjs +8 -8
 - package/fesm2022/acorex-components-alert.mjs.map +1 -1
 - package/fesm2022/acorex-components-aspect-ratio.mjs +4 -4
 - package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -1
 - package/fesm2022/acorex-components-audio-wave.mjs +8 -8
 - package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
 - package/fesm2022/acorex-components-autocomplete.mjs +8 -8
 - package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
 - package/fesm2022/acorex-components-avatar.mjs +11 -11
 - package/fesm2022/acorex-components-avatar.mjs.map +1 -1
 - package/fesm2022/acorex-components-badge.mjs +8 -8
 - package/fesm2022/acorex-components-badge.mjs.map +1 -1
 - package/fesm2022/acorex-components-bottom-navigation.mjs +11 -11
 - package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
 - package/fesm2022/acorex-components-breadcrumbs.mjs +11 -11
 - package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
 - package/fesm2022/acorex-components-button-group.mjs +13 -13
 - package/fesm2022/acorex-components-button-group.mjs.map +1 -1
 - package/fesm2022/acorex-components-button.mjs +15 -15
 - package/fesm2022/acorex-components-button.mjs.map +1 -1
 - package/fesm2022/acorex-components-calendar.mjs +14 -14
 - package/fesm2022/acorex-components-calendar.mjs.map +1 -1
 - package/fesm2022/acorex-components-check-box.mjs +8 -8
 - package/fesm2022/acorex-components-check-box.mjs.map +1 -1
 - package/fesm2022/acorex-components-chips.mjs +8 -8
 - package/fesm2022/acorex-components-chips.mjs.map +1 -1
 - package/fesm2022/acorex-components-circular-progress.mjs +8 -8
 - package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
 - package/fesm2022/acorex-components-code-editor.mjs +494 -162
 - package/fesm2022/acorex-components-code-editor.mjs.map +1 -1
 - package/fesm2022/acorex-components-collapse.mjs +11 -26
 - package/fesm2022/acorex-components-collapse.mjs.map +1 -1
 - package/fesm2022/acorex-components-color-box.mjs +9 -9
 - package/fesm2022/acorex-components-color-box.mjs.map +1 -1
 - package/fesm2022/acorex-components-color-palette.mjs +30 -30
 - package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
 - package/fesm2022/acorex-components-command.mjs +10 -10
 - package/fesm2022/acorex-components-command.mjs.map +1 -1
 - package/fesm2022/acorex-components-comment.mjs +30 -30
 - package/fesm2022/acorex-components-comment.mjs.map +1 -1
 - package/fesm2022/acorex-components-conversation.mjs +54 -63
 - package/fesm2022/acorex-components-conversation.mjs.map +1 -1
 - package/fesm2022/acorex-components-cron-job.mjs +53 -53
 - package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
 - package/fesm2022/acorex-components-data-list.mjs +5 -5
 - package/fesm2022/acorex-components-data-list.mjs.map +1 -1
 - package/fesm2022/acorex-components-data-pager.mjs +50 -38
 - package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
 - package/fesm2022/acorex-components-data-table.mjs +39 -37
 - package/fesm2022/acorex-components-data-table.mjs.map +1 -1
 - package/fesm2022/acorex-components-datetime-box.mjs +8 -8
 - package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
 - package/fesm2022/acorex-components-datetime-input.mjs +8 -8
 - package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
 - package/fesm2022/acorex-components-datetime-picker.mjs +9 -9
 - package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
 - package/fesm2022/acorex-components-decorators.mjs +83 -41
 - package/fesm2022/acorex-components-decorators.mjs.map +1 -1
 - package/fesm2022/acorex-components-dialog.mjs +10 -10
 - package/fesm2022/acorex-components-dialog.mjs.map +1 -1
 - package/fesm2022/acorex-components-drawer-legacy.mjs +218 -0
 - package/fesm2022/acorex-components-drawer-legacy.mjs.map +1 -0
 - package/fesm2022/acorex-components-drawer.mjs +64 -149
 - package/fesm2022/acorex-components-drawer.mjs.map +1 -1
 - package/fesm2022/acorex-components-dropdown-button.mjs +9 -9
 - package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
 - package/fesm2022/acorex-components-dropdown.mjs +15 -15
 - package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
 - package/fesm2022/acorex-components-editor.mjs +180 -0
 - package/fesm2022/acorex-components-editor.mjs.map +1 -0
 - package/fesm2022/acorex-components-file-explorer.mjs +28 -28
 - package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
 - package/fesm2022/acorex-components-flow-chart.mjs +18 -18
 - package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
 - package/fesm2022/acorex-components-form.mjs +22 -28
 - package/fesm2022/acorex-components-form.mjs.map +1 -1
 - package/fesm2022/acorex-components-grid-layout-builder.mjs +12 -12
 - package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
 - package/fesm2022/acorex-components-image-editor.mjs +38 -38
 - package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
 - package/fesm2022/acorex-components-image.mjs +8 -8
 - package/fesm2022/acorex-components-image.mjs.map +1 -1
 - package/fesm2022/acorex-components-json-viewer.mjs +8 -8
 - package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
 - package/fesm2022/acorex-components-kanban.mjs +4 -4
 - package/fesm2022/acorex-components-kanban.mjs.map +1 -1
 - package/fesm2022/acorex-components-kbd.mjs +7 -7
 - package/fesm2022/acorex-components-kbd.mjs.map +1 -1
 - package/fesm2022/acorex-components-label.mjs +7 -7
 - package/fesm2022/acorex-components-label.mjs.map +1 -1
 - package/fesm2022/acorex-components-list.mjs +8 -8
 - package/fesm2022/acorex-components-list.mjs.map +1 -1
 - package/fesm2022/acorex-components-loading-dialog.mjs +10 -10
 - package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
 - package/fesm2022/acorex-components-loading.mjs +16 -16
 - package/fesm2022/acorex-components-loading.mjs.map +1 -1
 - package/fesm2022/acorex-components-map.mjs +15 -14
 - package/fesm2022/acorex-components-map.mjs.map +1 -1
 - package/fesm2022/acorex-components-media-viewer.mjs +61 -87
 - package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
 - package/fesm2022/acorex-components-menu.mjs +19 -19
 - package/fesm2022/acorex-components-menu.mjs.map +1 -1
 - package/fesm2022/{acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs → acorex-components-modal-acorex-components-modal-ClSGRCam.mjs} +23 -23
 - package/fesm2022/acorex-components-modal-acorex-components-modal-ClSGRCam.mjs.map +1 -0
 - package/fesm2022/{acorex-components-modal-modal-content.component-B6tyMLdU.mjs → acorex-components-modal-modal-content.component-BC-z7O0z.mjs} +7 -30
 - package/fesm2022/acorex-components-modal-modal-content.component-BC-z7O0z.mjs.map +1 -0
 - package/fesm2022/acorex-components-modal.mjs +1 -1
 - package/fesm2022/acorex-components-navbar.mjs +7 -7
 - package/fesm2022/acorex-components-navbar.mjs.map +1 -1
 - package/fesm2022/acorex-components-notification.mjs +10 -10
 - package/fesm2022/acorex-components-notification.mjs.map +1 -1
 - package/fesm2022/acorex-components-number-box-legacy.mjs +412 -0
 - package/fesm2022/acorex-components-number-box-legacy.mjs.map +1 -0
 - package/fesm2022/acorex-components-number-box.mjs +100 -331
 - package/fesm2022/acorex-components-number-box.mjs.map +1 -1
 - package/fesm2022/acorex-components-otp.mjs +8 -8
 - package/fesm2022/acorex-components-otp.mjs.map +1 -1
 - package/fesm2022/acorex-components-page.mjs +10 -10
 - package/fesm2022/acorex-components-page.mjs.map +1 -1
 - package/fesm2022/acorex-components-paint.mjs +27 -27
 - package/fesm2022/acorex-components-paint.mjs.map +1 -1
 - package/fesm2022/acorex-components-password-box.mjs +11 -11
 - package/fesm2022/acorex-components-password-box.mjs.map +1 -1
 - package/fesm2022/acorex-components-pdf-reader.mjs +8 -8
 - package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
 - package/fesm2022/acorex-components-phone-box.mjs +8 -8
 - package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
 - package/fesm2022/acorex-components-picker.mjs +15 -15
 - package/fesm2022/acorex-components-picker.mjs.map +1 -1
 - package/fesm2022/acorex-components-popover.mjs +8 -8
 - package/fesm2022/acorex-components-popover.mjs.map +1 -1
 - package/fesm2022/acorex-components-popup.mjs +10 -10
 - package/fesm2022/acorex-components-popup.mjs.map +1 -1
 - package/fesm2022/acorex-components-progress-bar.mjs +7 -7
 - package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
 - package/fesm2022/acorex-components-qrcode.mjs +8 -8
 - package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
 - package/fesm2022/acorex-components-query-builder.mjs +8 -8
 - package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
 - package/fesm2022/acorex-components-radio.mjs +7 -7
 - package/fesm2022/acorex-components-radio.mjs.map +1 -1
 - package/fesm2022/acorex-components-rail-navigation.mjs +15 -15
 - package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
 - package/fesm2022/acorex-components-range-slider.mjs +8 -8
 - package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
 - package/fesm2022/acorex-components-rate-picker.mjs +8 -8
 - package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
 - package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
 - package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
 - package/fesm2022/acorex-components-result.mjs +7 -7
 - package/fesm2022/acorex-components-result.mjs.map +1 -1
 - package/fesm2022/acorex-components-routing-progress.mjs +7 -7
 - package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
 - package/fesm2022/acorex-components-rrule.mjs +110 -15
 - package/fesm2022/acorex-components-rrule.mjs.map +1 -1
 - package/fesm2022/acorex-components-scheduler.mjs +43 -43
 - package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
 - package/fesm2022/acorex-components-scss.mjs +4 -4
 - package/fesm2022/acorex-components-scss.mjs.map +1 -1
 - package/fesm2022/acorex-components-search-box.mjs +8 -8
 - package/fesm2022/acorex-components-search-box.mjs.map +1 -1
 - package/fesm2022/acorex-components-select-box.mjs +20 -13
 - package/fesm2022/acorex-components-select-box.mjs.map +1 -1
 - package/fesm2022/acorex-components-selection-list-2.mjs +8 -8
 - package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
 - package/fesm2022/acorex-components-selection-list.mjs +8 -8
 - package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
 - package/fesm2022/acorex-components-side-menu.mjs +31 -38
 - package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
 - package/fesm2022/acorex-components-skeleton.mjs +7 -7
 - package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
 - package/fesm2022/acorex-components-slider.mjs +8 -8
 - package/fesm2022/acorex-components-slider.mjs.map +1 -1
 - package/fesm2022/acorex-components-sliding-item.mjs +16 -16
 - package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
 - package/fesm2022/acorex-components-step-wizard.mjs +15 -15
 - package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
 - package/fesm2022/acorex-components-switch.mjs +10 -10
 - package/fesm2022/acorex-components-switch.mjs.map +1 -1
 - package/fesm2022/acorex-components-tabs.mjs +15 -15
 - package/fesm2022/acorex-components-tabs.mjs.map +1 -1
 - package/fesm2022/acorex-components-tag-box.mjs +8 -8
 - package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
 - package/fesm2022/acorex-components-tag.mjs +7 -7
 - package/fesm2022/acorex-components-tag.mjs.map +1 -1
 - package/fesm2022/acorex-components-text-area.mjs +7 -7
 - package/fesm2022/acorex-components-text-area.mjs.map +1 -1
 - package/fesm2022/acorex-components-text-box.mjs +11 -11
 - package/fesm2022/acorex-components-text-box.mjs.map +1 -1
 - package/fesm2022/acorex-components-time-duration.mjs +54 -14
 - package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
 - package/fesm2022/acorex-components-time-line.mjs +13 -28
 - package/fesm2022/acorex-components-time-line.mjs.map +1 -1
 - package/fesm2022/acorex-components-toast.mjs +10 -10
 - package/fesm2022/acorex-components-toast.mjs.map +1 -1
 - package/fesm2022/acorex-components-toolbar.mjs +8 -8
 - package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
 - package/fesm2022/acorex-components-tooltip.mjs +11 -11
 - package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
 - package/fesm2022/acorex-components-tree-view.mjs +16 -45
 - package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
 - package/fesm2022/acorex-components-uploader.mjs +24 -39
 - package/fesm2022/acorex-components-uploader.mjs.map +1 -1
 - package/fesm2022/acorex-components-video-player.mjs +8 -8
 - package/fesm2022/acorex-components-video-player.mjs.map +1 -1
 - package/fesm2022/acorex-components-wysiwyg.mjs +207 -458
 - package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
 - package/media-viewer/index.d.ts +1 -0
 - package/number-box/README.md +2 -2
 - package/number-box/index.d.ts +31 -171
 - package/number-box-legacy/README.md +3 -0
 - package/number-box-legacy/index.d.ts +191 -0
 - package/package.json +29 -14
 - package/phone-box/index.d.ts +4 -4
 - package/rrule/index.d.ts +96 -1
 - package/select-box/index.d.ts +1 -0
 - package/side-menu/index.d.ts +3 -2
 - package/time-duration/index.d.ts +19 -3
 - package/wysiwyg/index.d.ts +56 -159
 - package/drawer-2/README.md +0 -3
 - package/drawer-2/index.d.ts +0 -62
 - package/fesm2022/acorex-components-drawer-2.mjs +0 -134
 - package/fesm2022/acorex-components-drawer-2.mjs.map +0 -1
 - package/fesm2022/acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map +0 -1
 - package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +0 -1
 - package/fesm2022/acorex-components-number-box-2.mjs +0 -183
 - package/fesm2022/acorex-components-number-box-2.mjs.map +0 -1
 - package/number-box-2/README.md +0 -3
 - package/number-box-2/index.d.ts +0 -41
 
| 
         @@ -1,31 +1,57 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import {  
     | 
| 
       2 
     | 
    
         
            -
            import {  
     | 
| 
       3 
     | 
    
         
            -
            import { AXSelectBoxComponent, AXSelectBoxModule } from '@acorex/components/select-box';
         
     | 
| 
      
 1 
     | 
    
         
            +
            import { AXComponent, MXInputBaseValueComponent, MXLookComponent, AXFocusableComponent, AXValuableComponent } from '@acorex/cdk/common';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import { isPlatformBrowser } from '@angular/common';
         
     | 
| 
       4 
3 
     | 
    
         
             
            import * as i0 from '@angular/core';
         
     | 
| 
       5 
     | 
    
         
            -
            import {  
     | 
| 
       6 
     | 
    
         
            -
            import * as i1 from '@angular/forms';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import { viewChild, ChangeDetectionStrategy, ViewEncapsulation, Component, signal, Injectable, input, inject, contentChild, PLATFORM_ID, afterNextRender, effect, forwardRef, HostBinding, NgModule } from '@angular/core';
         
     | 
| 
       7 
5 
     | 
    
         
             
            import { NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms';
         
     | 
| 
       8 
     | 
    
         
            -
            import { MXInputBaseValueComponent, MXLookComponent, AXComponent, AXFocusableComponent, AXValuableComponent } from '@acorex/cdk/common';
         
     | 
| 
       9 
     | 
    
         
            -
            import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
         
     | 
| 
       10 
     | 
    
         
            -
            import { isBrowser } from '@acorex/core/platform';
         
     | 
| 
       11 
6 
     | 
    
         
             
            import { classes } from 'polytype';
         
     | 
| 
       12 
     | 
    
         
            -
            import {  
     | 
| 
       13 
     | 
    
         
            -
            import {  
     | 
| 
       14 
     | 
    
         
            -
            import {  
     | 
| 
       15 
     | 
    
         
            -
            import {  
     | 
| 
      
 7 
     | 
    
         
            +
            import { AXDecoratorColorIndicatorComponent, AXDecoratorModule } from '@acorex/components/decorators';
         
     | 
| 
      
 8 
     | 
    
         
            +
            import { AXButtonModule } from '@acorex/components/button';
         
     | 
| 
      
 9 
     | 
    
         
            +
            import { AXColorPaletteModule } from '@acorex/components/color-palette';
         
     | 
| 
      
 10 
     | 
    
         
            +
            import { AXPopoverModule } from '@acorex/components/popover';
         
     | 
| 
      
 11 
     | 
    
         
            +
            import { AXSelectBoxModule } from '@acorex/components/select-box';
         
     | 
| 
      
 12 
     | 
    
         
            +
            import { AXTextBoxModule } from '@acorex/components/text-box';
         
     | 
| 
       16 
13 
     | 
    
         | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
      
 14 
     | 
    
         
            +
            /**
         
     | 
| 
      
 15 
     | 
    
         
            +
             * @category Components
         
     | 
| 
      
 16 
     | 
    
         
            +
             * A component for viewing WYSIWYG content.
         
     | 
| 
      
 17 
     | 
    
         
            +
             */
         
     | 
| 
      
 18 
     | 
    
         
            +
            class AXWysiwygToolbarComponent {
         
     | 
| 
       18 
19 
     | 
    
         
             
                constructor() {
         
     | 
| 
       19 
     | 
    
         
            -
                    this. 
     | 
| 
       20 
     | 
    
         
            -
                    this.isEditorClean = signal(true, ...(ngDevMode ? [{ debugName: "isEditorClean" }] : []));
         
     | 
| 
       21 
     | 
    
         
            -
                    this.currentSelectedElemArray = signal([], ...(ngDevMode ? [{ debugName: "currentSelectedElemArray" }] : []));
         
     | 
| 
       22 
     | 
    
         
            -
                    this.currentSelectedElemList = signal('', ...(ngDevMode ? [{ debugName: "currentSelectedElemList" }] : []));
         
     | 
| 
       23 
     | 
    
         
            -
                    this.currentSelectedElemAlign = signal('', ...(ngDevMode ? [{ debugName: "currentSelectedElemAlign" }] : []));
         
     | 
| 
      
 20 
     | 
    
         
            +
                    this.toolbar = viewChild('toolbar', ...(ngDevMode ? [{ debugName: "toolbar" }] : []));
         
     | 
| 
       24 
21 
     | 
    
         
             
                }
         
     | 
| 
       25 
     | 
    
         
            -
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3. 
     | 
| 
       26 
     | 
    
         
            -
                static { this.ɵ 
     | 
| 
      
 22 
     | 
    
         
            +
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygToolbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
      
 23 
     | 
    
         
            +
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.3.6", type: AXWysiwygToolbarComponent, isStandalone: true, selector: "ax-wysiwyg-toolbar", providers: [{ provide: AXComponent, useExisting: AXWysiwygToolbarComponent }], viewQueries: [{ propertyName: "toolbar", first: true, predicate: ["toolbar"], descendants: true, isSignal: true }], ngImport: i0, template: "<div #toolbar>\n  <ng-content select=\"ax-prefix\"></ng-content>\n  <ng-content select=\"ax-suffix\"></ng-content>\n</div>\n", styles: ["ax-wysiwyg-toolbar:not(:first-child) .ql-toolbar .ql-picker.ql-expanded .ql-picker-options{top:auto!important;bottom:100%!important}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
       27 
24 
     | 
    
         
             
            }
         
     | 
| 
       28 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3. 
     | 
| 
      
 25 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygToolbarComponent, decorators: [{
         
     | 
| 
      
 26 
     | 
    
         
            +
                        type: Component,
         
     | 
| 
      
 27 
     | 
    
         
            +
                        args: [{ selector: 'ax-wysiwyg-toolbar', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [{ provide: AXComponent, useExisting: AXWysiwygToolbarComponent }], template: "<div #toolbar>\n  <ng-content select=\"ax-prefix\"></ng-content>\n  <ng-content select=\"ax-suffix\"></ng-content>\n</div>\n", styles: ["ax-wysiwyg-toolbar:not(:first-child) .ql-toolbar .ql-picker.ql-expanded .ql-picker-options{top:auto!important;bottom:100%!important}\n"] }]
         
     | 
| 
      
 28 
     | 
    
         
            +
                    }], propDecorators: { toolbar: [{ type: i0.ViewChild, args: ['toolbar', { isSignal: true }] }] } });
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            /**
         
     | 
| 
      
 31 
     | 
    
         
            +
             * @category Components
         
     | 
| 
      
 32 
     | 
    
         
            +
             * A component for viewing WYSIWYG content.
         
     | 
| 
      
 33 
     | 
    
         
            +
             */
         
     | 
| 
      
 34 
     | 
    
         
            +
            class AXWysiwygViewComponent {
         
     | 
| 
      
 35 
     | 
    
         
            +
                constructor() {
         
     | 
| 
      
 36 
     | 
    
         
            +
                    this.editor = viewChild('editor', ...(ngDevMode ? [{ debugName: "editor" }] : []));
         
     | 
| 
      
 37 
     | 
    
         
            +
                }
         
     | 
| 
      
 38 
     | 
    
         
            +
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
      
 39 
     | 
    
         
            +
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.3.6", type: AXWysiwygViewComponent, isStandalone: true, selector: "ax-wysiwyg-view", providers: [{ provide: AXComponent, useExisting: AXWysiwygViewComponent }], viewQueries: [{ propertyName: "editor", first: true, predicate: ["editor"], descendants: true, isSignal: true }], ngImport: i0, template: "<div #editor></div>\n", styles: ["ax-wysiwyg-view{height:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
      
 40 
     | 
    
         
            +
            }
         
     | 
| 
      
 41 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygViewComponent, decorators: [{
         
     | 
| 
      
 42 
     | 
    
         
            +
                        type: Component,
         
     | 
| 
      
 43 
     | 
    
         
            +
                        args: [{ selector: 'ax-wysiwyg-view', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [{ provide: AXComponent, useExisting: AXWysiwygViewComponent }], template: "<div #editor></div>\n", styles: ["ax-wysiwyg-view{height:100%}\n"] }]
         
     | 
| 
      
 44 
     | 
    
         
            +
                    }], propDecorators: { editor: [{ type: i0.ViewChild, args: ['editor', { isSignal: true }] }] } });
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
            class WysiwygService {
         
     | 
| 
      
 47 
     | 
    
         
            +
                constructor() {
         
     | 
| 
      
 48 
     | 
    
         
            +
                    this.selectedColor = signal('', ...(ngDevMode ? [{ debugName: "selectedColor" }] : []));
         
     | 
| 
      
 49 
     | 
    
         
            +
                    this.selectedBackgroundColor = signal('', ...(ngDevMode ? [{ debugName: "selectedBackgroundColor" }] : []));
         
     | 
| 
      
 50 
     | 
    
         
            +
                }
         
     | 
| 
      
 51 
     | 
    
         
            +
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: WysiwygService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
         
     | 
| 
      
 52 
     | 
    
         
            +
                static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: WysiwygService }); }
         
     | 
| 
      
 53 
     | 
    
         
            +
            }
         
     | 
| 
      
 54 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: WysiwygService, decorators: [{
         
     | 
| 
       29 
55 
     | 
    
         
             
                        type: Injectable
         
     | 
| 
       30 
56 
     | 
    
         
             
                    }] });
         
     | 
| 
       31 
57 
     | 
    
         | 
| 
         @@ -36,33 +62,98 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor 
     | 
|
| 
       36 
62 
     | 
    
         
             
            class AXWysiwygContainerComponent extends classes((MXInputBaseValueComponent), MXLookComponent) {
         
     | 
| 
       37 
63 
     | 
    
         
             
                constructor() {
         
     | 
| 
       38 
64 
     | 
    
         
             
                    super(...arguments);
         
     | 
| 
       39 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       40 
     | 
    
         
            -
                    this.service = inject(AXWysiwygService);
         
     | 
| 
       41 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       42 
     | 
    
         
            -
                    this.zone = inject(NgZone);
         
     | 
| 
       43 
65 
     | 
    
         
             
                    /**
         
     | 
| 
       44 
66 
     | 
    
         
             
                     * Specifies the placeholder text.
         
     | 
| 
       45 
67 
     | 
    
         
             
                     *
         
     | 
| 
       46 
68 
     | 
    
         
             
                     */
         
     | 
| 
       47 
69 
     | 
    
         
             
                    this.placeHolder = input(...(ngDevMode ? [undefined, { debugName: "placeHolder" }] : []));
         
     | 
| 
      
 70 
     | 
    
         
            +
                    this.wysiwygService = inject(WysiwygService);
         
     | 
| 
       48 
71 
     | 
    
         
             
                    this.isQuillLoaded = signal(false, ...(ngDevMode ? [{ debugName: "isQuillLoaded" }] : []));
         
     | 
| 
       49 
     | 
    
         
            -
                    this 
     | 
| 
      
 72 
     | 
    
         
            +
                    this.isEditorClean = signal(true, ...(ngDevMode ? [{ debugName: "isEditorClean" }] : []));
         
     | 
| 
      
 73 
     | 
    
         
            +
                    this.wysiwyg = signal(null, ...(ngDevMode ? [{ debugName: "wysiwyg" }] : []));
         
     | 
| 
      
 74 
     | 
    
         
            +
                    this.container = contentChild(AXWysiwygViewComponent, ...(ngDevMode ? [{ debugName: "container" }] : []));
         
     | 
| 
      
 75 
     | 
    
         
            +
                    this.toolbar = contentChild(AXWysiwygToolbarComponent, ...(ngDevMode ? [{ debugName: "toolbar" }] : []));
         
     | 
| 
      
 76 
     | 
    
         
            +
                    this.platformId = inject(PLATFORM_ID);
         
     | 
| 
      
 77 
     | 
    
         
            +
                    this.#init = afterNextRender(async () => {
         
     | 
| 
      
 78 
     | 
    
         
            +
                        if (!isPlatformBrowser(this.platformId))
         
     | 
| 
      
 79 
     | 
    
         
            +
                            return;
         
     | 
| 
      
 80 
     | 
    
         
            +
                        const Quill = (await import('quill')).default;
         
     | 
| 
      
 81 
     | 
    
         
            +
                        const icons = Quill.import('ui/icons');
         
     | 
| 
      
 82 
     | 
    
         
            +
                        icons['bold'] = '<ax-icon class="ax-icon ax-icon-bold"></ax-icon>';
         
     | 
| 
      
 83 
     | 
    
         
            +
                        icons['italic'] = '<ax-icon class="ax-icon ax-icon-italic"></ax-icon>';
         
     | 
| 
      
 84 
     | 
    
         
            +
                        icons['underline'] = '<ax-icon class="ax-icon ax-icon-under-line"></ax-icon>';
         
     | 
| 
      
 85 
     | 
    
         
            +
                        icons['strike'] = '<ax-icon class="ax-icon ax-icon-strike"></ax-icon>';
         
     | 
| 
      
 86 
     | 
    
         
            +
                        icons['code-block'] = '<ax-icon class="ax-icon ax-icon-code"></ax-icon>';
         
     | 
| 
      
 87 
     | 
    
         
            +
                        icons['color'] = '<ax-icon class="ax-icon ax-icon-color-palette"></ax-icon>';
         
     | 
| 
      
 88 
     | 
    
         
            +
                        icons['background'] = '<ax-icon class="ax-icon ax-icon-highlight"></ax-icon>';
         
     | 
| 
      
 89 
     | 
    
         
            +
                        icons.list['ordered'] = '<ax-icon class="ax-icon ax-icon-order-list"></ax-icon>';
         
     | 
| 
      
 90 
     | 
    
         
            +
                        icons.list['bullet'] = '<ax-icon class="ax-icon ax-icon-un-order-list"></ax-icon>';
         
     | 
| 
      
 91 
     | 
    
         
            +
                        icons['image'] = ' <ax-icon class="ax-icon ax-icon-image"></ax-icon>';
         
     | 
| 
      
 92 
     | 
    
         
            +
                        icons['link'] = '<ax-icon class="ax-icon ax-icon-link"></ax-icon>';
         
     | 
| 
      
 93 
     | 
    
         
            +
                        icons['video'] = '<ax-icon class="ax-icon ax-icon-attach"></ax-icon>';
         
     | 
| 
      
 94 
     | 
    
         
            +
                        icons.direction[''] = '<ax-icon class="ax-icon ax-icon-paragraph"> </ax-icon>';
         
     | 
| 
      
 95 
     | 
    
         
            +
                        icons.direction['rtl'] = '';
         
     | 
| 
      
 96 
     | 
    
         
            +
                        icons.align[''] = '<ax-icon class="ax-icon ax-icon-align-left"></ax-icon>';
         
     | 
| 
      
 97 
     | 
    
         
            +
                        icons.align['center'] = '<ax-icon class="ax-icon ax-icon-align-center"></ax-icon>';
         
     | 
| 
      
 98 
     | 
    
         
            +
                        icons.align['justify'] = '<ax-icon class="ax-icon ax-icon-align-justify"></ax-icon>';
         
     | 
| 
      
 99 
     | 
    
         
            +
                        icons.align['right'] = '<ax-icon class="ax-icon ax-icon-align-right"></ax-icon>';
         
     | 
| 
      
 100 
     | 
    
         
            +
                        icons.undo = '<ax-icon class="ax-icon ax-icon-undo"></ax-icon>';
         
     | 
| 
      
 101 
     | 
    
         
            +
                        icons.redo = ' <ax-icon class="ax-icon ax-icon-redo"></ax-icon>';
         
     | 
| 
      
 102 
     | 
    
         
            +
                        await import('quill').then(async (e) => {
         
     | 
| 
      
 103 
     | 
    
         
            +
                            const hljs = (await import('highlight.js')).default;
         
     | 
| 
      
 104 
     | 
    
         
            +
                            const quill = new e.default(this.container().editor().nativeElement, {
         
     | 
| 
      
 105 
     | 
    
         
            +
                                modules: {
         
     | 
| 
      
 106 
     | 
    
         
            +
                                    syntax: { hljs },
         
     | 
| 
      
 107 
     | 
    
         
            +
                                    toolbar: {
         
     | 
| 
      
 108 
     | 
    
         
            +
                                        container: this.toolbar().toolbar().nativeElement,
         
     | 
| 
      
 109 
     | 
    
         
            +
                                        handlers: {
         
     | 
| 
      
 110 
     | 
    
         
            +
                                            undo() {
         
     | 
| 
      
 111 
     | 
    
         
            +
                                                quill.getModule('history').undo();
         
     | 
| 
      
 112 
     | 
    
         
            +
                                            },
         
     | 
| 
      
 113 
     | 
    
         
            +
                                            redo() {
         
     | 
| 
      
 114 
     | 
    
         
            +
                                                quill.getModule('history').redo();
         
     | 
| 
      
 115 
     | 
    
         
            +
                                            },
         
     | 
| 
      
 116 
     | 
    
         
            +
                                            color: (value) => {
         
     | 
| 
      
 117 
     | 
    
         
            +
                                                this.wysiwygService.selectedColor.set(value);
         
     | 
| 
      
 118 
     | 
    
         
            +
                                                if (value)
         
     | 
| 
      
 119 
     | 
    
         
            +
                                                    quill.format('color', value);
         
     | 
| 
      
 120 
     | 
    
         
            +
                                                else
         
     | 
| 
      
 121 
     | 
    
         
            +
                                                    quill.format('color', false);
         
     | 
| 
      
 122 
     | 
    
         
            +
                                            },
         
     | 
| 
      
 123 
     | 
    
         
            +
                                            background: (value) => {
         
     | 
| 
      
 124 
     | 
    
         
            +
                                                this.wysiwygService.selectedBackgroundColor.set(value);
         
     | 
| 
      
 125 
     | 
    
         
            +
                                                if (value)
         
     | 
| 
      
 126 
     | 
    
         
            +
                                                    quill.format('background', value);
         
     | 
| 
      
 127 
     | 
    
         
            +
                                                else
         
     | 
| 
      
 128 
     | 
    
         
            +
                                                    quill.format('background', false);
         
     | 
| 
      
 129 
     | 
    
         
            +
                                            },
         
     | 
| 
      
 130 
     | 
    
         
            +
                                        },
         
     | 
| 
      
 131 
     | 
    
         
            +
                                    },
         
     | 
| 
      
 132 
     | 
    
         
            +
                                    history: {
         
     | 
| 
      
 133 
     | 
    
         
            +
                                        delay: 500, // ms between stack snapshots
         
     | 
| 
      
 134 
     | 
    
         
            +
                                        maxStack: 200, // undo/redo depth
         
     | 
| 
      
 135 
     | 
    
         
            +
                                        userOnly: true, // only record user changes (not API changes)
         
     | 
| 
      
 136 
     | 
    
         
            +
                                    },
         
     | 
| 
      
 137 
     | 
    
         
            +
                                },
         
     | 
| 
      
 138 
     | 
    
         
            +
                                theme: 'snow',
         
     | 
| 
      
 139 
     | 
    
         
            +
                            });
         
     | 
| 
      
 140 
     | 
    
         
            +
                            this.wysiwyg.set(quill);
         
     | 
| 
      
 141 
     | 
    
         
            +
                            this.isQuillLoaded.set(true);
         
     | 
| 
      
 142 
     | 
    
         
            +
                        });
         
     | 
| 
       50 
143 
     | 
    
         
             
                        this.disabledChange.subscribe((disabled) => {
         
     | 
| 
       51 
144 
     | 
    
         
             
                            if (disabled) {
         
     | 
| 
       52 
     | 
    
         
            -
                                this. 
     | 
| 
      
 145 
     | 
    
         
            +
                                this.wysiwyg().disable();
         
     | 
| 
       53 
146 
     | 
    
         
             
                            }
         
     | 
| 
       54 
147 
     | 
    
         
             
                            else {
         
     | 
| 
       55 
     | 
    
         
            -
                                this. 
     | 
| 
      
 148 
     | 
    
         
            +
                                this.wysiwyg().enable();
         
     | 
| 
       56 
149 
     | 
    
         
             
                            }
         
     | 
| 
       57 
150 
     | 
    
         
             
                        });
         
     | 
| 
       58 
     | 
    
         
            -
                         
     | 
| 
       59 
     | 
    
         
            -
             
     | 
| 
       60 
     | 
    
         
            -
             
     | 
| 
       61 
     | 
    
         
            -
             
     | 
| 
       62 
     | 
    
         
            -
             
     | 
| 
       63 
     | 
    
         
            -
                                 
     | 
| 
       64 
     | 
    
         
            -
                                this.service.wysiwyg.set(newWysiwyg);
         
     | 
| 
       65 
     | 
    
         
            -
                                this.isQuillLoaded.set(true);
         
     | 
| 
      
 151 
     | 
    
         
            +
                        this.readonlyChange.subscribe((readonly) => {
         
     | 
| 
      
 152 
     | 
    
         
            +
                            if (readonly) {
         
     | 
| 
      
 153 
     | 
    
         
            +
                                this.wysiwyg().disable();
         
     | 
| 
      
 154 
     | 
    
         
            +
                            }
         
     | 
| 
      
 155 
     | 
    
         
            +
                            else {
         
     | 
| 
      
 156 
     | 
    
         
            +
                                this.wysiwyg().enable();
         
     | 
| 
       66 
157 
     | 
    
         
             
                            }
         
     | 
| 
       67 
158 
     | 
    
         
             
                        });
         
     | 
| 
       68 
159 
     | 
    
         
             
                    });
         
     | 
| 
         @@ -70,35 +161,36 @@ class AXWysiwygContainerComponent extends classes((MXInputBaseValueComponent), M 
     | 
|
| 
       70 
161 
     | 
    
         
             
                        if (!this.isQuillLoaded())
         
     | 
| 
       71 
162 
     | 
    
         
             
                            return;
         
     | 
| 
       72 
163 
     | 
    
         
             
                        if (this.placeHolder()) {
         
     | 
| 
       73 
     | 
    
         
            -
                            this. 
     | 
| 
      
 164 
     | 
    
         
            +
                            this.wysiwyg().root.setAttribute('data-placeholder', this.placeHolder());
         
     | 
| 
       74 
165 
     | 
    
         
             
                        }
         
     | 
| 
       75 
166 
     | 
    
         
             
                        else {
         
     | 
| 
       76 
     | 
    
         
            -
                            this. 
     | 
| 
      
 167 
     | 
    
         
            +
                            this.wysiwyg().root.setAttribute('data-placeholder', 'Write Your Message ...');
         
     | 
| 
       77 
168 
     | 
    
         
             
                        }
         
     | 
| 
       78 
169 
     | 
    
         
             
                    }, ...(ngDevMode ? [{ debugName: "#effect1" }] : []));
         
     | 
| 
       79 
170 
     | 
    
         
             
                    this.#effect2 = effect(() => {
         
     | 
| 
       80 
171 
     | 
    
         
             
                        if (this.isQuillLoaded() && this.value) {
         
     | 
| 
       81 
     | 
    
         
            -
                            const quill = this. 
     | 
| 
      
 172 
     | 
    
         
            +
                            const quill = this.wysiwyg();
         
     | 
| 
       82 
173 
     | 
    
         
             
                            const delta = quill.clipboard.convert({ html: this.value });
         
     | 
| 
       83 
174 
     | 
    
         
             
                            quill.setContents(delta);
         
     | 
| 
       84 
175 
     | 
    
         
             
                        }
         
     | 
| 
       85 
176 
     | 
    
         
             
                    }, ...(ngDevMode ? [{ debugName: "#effect2" }] : []));
         
     | 
| 
       86 
177 
     | 
    
         
             
                    this.#effect3 = effect(() => {
         
     | 
| 
       87 
178 
     | 
    
         
             
                        if (this.isQuillLoaded()) {
         
     | 
| 
       88 
     | 
    
         
            -
                            this. 
     | 
| 
       89 
     | 
    
         
            -
                            this. 
     | 
| 
       90 
     | 
    
         
            -
                                . 
     | 
| 
       91 
     | 
    
         
            -
             
     | 
| 
       92 
     | 
    
         
            -
                                .on('selection-change', (range, oldRange) => {
         
     | 
| 
      
 179 
     | 
    
         
            +
                            this.wysiwyg().on('text-change', this.changeHandler.bind(this));
         
     | 
| 
      
 180 
     | 
    
         
            +
                            this.wysiwyg().on('selection-change', (range, oldRange) => {
         
     | 
| 
      
 181 
     | 
    
         
            +
                                if (this.disabled)
         
     | 
| 
      
 182 
     | 
    
         
            +
                                    return;
         
     | 
| 
       93 
183 
     | 
    
         
             
                                if (range && !oldRange) {
         
     | 
| 
       94 
184 
     | 
    
         
             
                                    this.emitOnFocusEvent();
         
     | 
| 
       95 
185 
     | 
    
         
             
                                }
         
     | 
| 
       96 
186 
     | 
    
         
             
                                else if (!range && oldRange) {
         
     | 
| 
       97 
187 
     | 
    
         
             
                                    this.emitOnBlurEvent();
         
     | 
| 
       98 
188 
     | 
    
         
             
                                }
         
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
     | 
    
         
            -
             
     | 
| 
       101 
     | 
    
         
            -
             
     | 
| 
      
 189 
     | 
    
         
            +
                                if (range) {
         
     | 
| 
      
 190 
     | 
    
         
            +
                                    const format = this.wysiwyg().getFormat(range);
         
     | 
| 
      
 191 
     | 
    
         
            +
                                    this.wysiwygService.selectedColor.set(format['color']);
         
     | 
| 
      
 192 
     | 
    
         
            +
                                    this.wysiwygService.selectedBackgroundColor.set(format['background']);
         
     | 
| 
      
 193 
     | 
    
         
            +
                                }
         
     | 
| 
       102 
194 
     | 
    
         
             
                            });
         
     | 
| 
       103 
195 
     | 
    
         
             
                        }
         
     | 
| 
       104 
196 
     | 
    
         
             
                    }, ...(ngDevMode ? [{ debugName: "#effect3" }] : []));
         
     | 
| 
         @@ -108,30 +200,33 @@ class AXWysiwygContainerComponent extends classes((MXInputBaseValueComponent), M 
     | 
|
| 
       108 
200 
     | 
    
         
             
                #effect2;
         
     | 
| 
       109 
201 
     | 
    
         
             
                #effect3;
         
     | 
| 
       110 
202 
     | 
    
         
             
                /** @ignore */
         
     | 
| 
       111 
     | 
    
         
            -
                changeHandler() {
         
     | 
| 
       112 
     | 
    
         
            -
                     
     | 
| 
      
 203 
     | 
    
         
            +
                async changeHandler() {
         
     | 
| 
      
 204 
     | 
    
         
            +
                    if (this.disabled)
         
     | 
| 
      
 205 
     | 
    
         
            +
                        return;
         
     | 
| 
      
 206 
     | 
    
         
            +
                    const value = this.wysiwyg()?.root.innerHTML;
         
     | 
| 
       113 
207 
     | 
    
         
             
                    if (value === '<p><br></p>' || !value) {
         
     | 
| 
       114 
208 
     | 
    
         
             
                        this.commitValue(null);
         
     | 
| 
       115 
     | 
    
         
            -
                        if (this. 
     | 
| 
      
 209 
     | 
    
         
            +
                        if (this.isEditorClean())
         
     | 
| 
       116 
210 
     | 
    
         
             
                            return;
         
     | 
| 
       117 
     | 
    
         
            -
                        this. 
     | 
| 
      
 211 
     | 
    
         
            +
                        this.isEditorClean.set(true);
         
     | 
| 
       118 
212 
     | 
    
         
             
                    }
         
     | 
| 
       119 
213 
     | 
    
         
             
                    else {
         
     | 
| 
       120 
     | 
    
         
            -
                        const delta = this. 
     | 
| 
      
 214 
     | 
    
         
            +
                        const delta = this.wysiwyg()?.getContents().ops;
         
     | 
| 
      
 215 
     | 
    
         
            +
                        const { QuillDeltaToHtmlConverter } = await import('quill-delta-to-html');
         
     | 
| 
       121 
216 
     | 
    
         
             
                        const converter = new QuillDeltaToHtmlConverter(delta, {
         
     | 
| 
       122 
217 
     | 
    
         
             
                            inlineStyles: true,
         
     | 
| 
       123 
218 
     | 
    
         
             
                            allowBackgroundClasses: true,
         
     | 
| 
       124 
219 
     | 
    
         
             
                        });
         
     | 
| 
       125 
220 
     | 
    
         
             
                        const html = converter.convert();
         
     | 
| 
       126 
221 
     | 
    
         
             
                        this.commitValue(html, true);
         
     | 
| 
       127 
     | 
    
         
            -
                        if (!this. 
     | 
| 
      
 222 
     | 
    
         
            +
                        if (!this.isEditorClean())
         
     | 
| 
       128 
223 
     | 
    
         
             
                            return;
         
     | 
| 
       129 
     | 
    
         
            -
                        this. 
     | 
| 
      
 224 
     | 
    
         
            +
                        this.isEditorClean.set(false);
         
     | 
| 
       130 
225 
     | 
    
         
             
                    }
         
     | 
| 
       131 
226 
     | 
    
         
             
                }
         
     | 
| 
       132 
227 
     | 
    
         
             
                /** @ignore */
         
     | 
| 
       133 
228 
     | 
    
         
             
                ngOnDestroy() {
         
     | 
| 
       134 
     | 
    
         
            -
                    this. 
     | 
| 
      
 229 
     | 
    
         
            +
                    this.wysiwyg()?.off('text-change', this.changeHandler);
         
     | 
| 
       135 
230 
     | 
    
         
             
                    this.disabledChange.unsubscribe();
         
     | 
| 
       136 
231 
     | 
    
         
             
                }
         
     | 
| 
       137 
232 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -140,7 +235,7 @@ class AXWysiwygContainerComponent extends classes((MXInputBaseValueComponent), M 
     | 
|
| 
       140 
235 
     | 
    
         
             
                 * @returns void - No return value. The component gains focus.
         
     | 
| 
       141 
236 
     | 
    
         
             
                 */
         
     | 
| 
       142 
237 
     | 
    
         
             
                focus() {
         
     | 
| 
       143 
     | 
    
         
            -
                    this. 
     | 
| 
      
 238 
     | 
    
         
            +
                    this.wysiwyg().focus();
         
     | 
| 
       144 
239 
     | 
    
         
             
                }
         
     | 
| 
       145 
240 
     | 
    
         
             
                /**
         
     | 
| 
       146 
241 
     | 
    
         
             
                 * Removes focus from the component.
         
     | 
| 
         @@ -148,7 +243,7 @@ class AXWysiwygContainerComponent extends classes((MXInputBaseValueComponent), M 
     | 
|
| 
       148 
243 
     | 
    
         
             
                 * @returns void - No return value. The component loses focus.
         
     | 
| 
       149 
244 
     | 
    
         
             
                 */
         
     | 
| 
       150 
245 
     | 
    
         
             
                blur() {
         
     | 
| 
       151 
     | 
    
         
            -
                    this. 
     | 
| 
      
 246 
     | 
    
         
            +
                    this.wysiwyg().blur();
         
     | 
| 
       152 
247 
     | 
    
         
             
                }
         
     | 
| 
       153 
248 
     | 
    
         
             
                /**
         
     | 
| 
       154 
249 
     | 
    
         
             
                 * Checks if the component is focused or has any focused element.
         
     | 
| 
         @@ -170,9 +265,13 @@ class AXWysiwygContainerComponent extends classes((MXInputBaseValueComponent), M 
     | 
|
| 
       170 
265 
     | 
    
         
             
                get __hostName() {
         
     | 
| 
       171 
266 
     | 
    
         
             
                    return this.name;
         
     | 
| 
       172 
267 
     | 
    
         
             
                }
         
     | 
| 
       173 
     | 
    
         
            -
                 
     | 
| 
       174 
     | 
    
         
            -
             
     | 
| 
       175 
     | 
    
         
            -
             
     | 
| 
      
 268 
     | 
    
         
            +
                get __hostClass() {
         
     | 
| 
      
 269 
     | 
    
         
            +
                    const style = this.disabled ? 'ax-disable' : '';
         
     | 
| 
      
 270 
     | 
    
         
            +
                    return style;
         
     | 
| 
      
 271 
     | 
    
         
            +
                }
         
     | 
| 
      
 272 
     | 
    
         
            +
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygContainerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
      
 273 
     | 
    
         
            +
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.3.6", type: AXWysiwygContainerComponent, isStandalone: true, selector: "ax-wysiwyg-container", inputs: { look: { classPropertyName: "look", publicName: "look", isSignal: false, isRequired: false, transformFunction: null }, readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: false, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: false, isRequired: false, transformFunction: null }, placeHolder: { classPropertyName: "placeHolder", publicName: "placeHolder", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onValueChanged: "onValueChanged" }, host: { properties: { "attr.name": "this.__hostName", "class": "this.__hostClass" } }, providers: [
         
     | 
| 
      
 274 
     | 
    
         
            +
                        WysiwygService,
         
     | 
| 
       176 
275 
     | 
    
         
             
                        { provide: AXComponent, useExisting: AXWysiwygContainerComponent },
         
     | 
| 
       177 
276 
     | 
    
         
             
                        { provide: AXFocusableComponent, useExisting: AXWysiwygContainerComponent },
         
     | 
| 
       178 
277 
     | 
    
         
             
                        { provide: AXValuableComponent, useExisting: AXWysiwygContainerComponent },
         
     | 
| 
         @@ -181,12 +280,12 @@ class AXWysiwygContainerComponent extends classes((MXInputBaseValueComponent), M 
     | 
|
| 
       181 
280 
     | 
    
         
             
                            useExisting: forwardRef(() => AXWysiwygContainerComponent),
         
     | 
| 
       182 
281 
     | 
    
         
             
                            multi: true,
         
     | 
| 
       183 
282 
     | 
    
         
             
                        },
         
     | 
| 
       184 
     | 
    
         
            -
                    ], usesInheritance: true, ngImport: i0, template: "<div class=\"ax-editor-container ax-{{ look }}\">\n  <ng-content></ng-content>\n  <ng-content select=\"ax-validation-rule\"> </ng-content>\n</div>\n<div class=\"ax-error-container\"></div>\n", styles: [".ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:\"\\2022\"}.ql-editor li[data-list=checked]>.ql-ui:before{content:\"\\2611\"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:\"\\2610\"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) \". \"}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) \". \"}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}ax-wysiwyg-container{width:100%;display:block}ax-wysiwyg-container>.ax-editor-container{display:block;height:100%!important;--ax-comp-editor-space-start-size: 0;--ax-comp-editor-space-end-size: 0}\n/*! Bundled license information:\n\nquill/dist/quill.core.css:\n  (*!\n   * Quill Editor v2.0.3\n   * https://quilljs.com\n   * Copyright (c) 2017-2024, Slab\n   * Copyright (c) 2014, Jason Chen\n   * Copyright (c) 2013, salesforce.com\n   *)\n*/\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
      
 283 
     | 
    
         
            +
                    ], queries: [{ propertyName: "container", first: true, predicate: AXWysiwygViewComponent, descendants: true, isSignal: true }, { propertyName: "toolbar", first: true, predicate: AXWysiwygToolbarComponent, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"ax-editor-container ax-{{ look }}\">\n  <div class=\"ax-quill-container\">\n    <ng-content></ng-content>\n  </div>\n  <ng-content select=\"ax-validation-rule\"> </ng-content>\n</div>\n<div class=\"ax-error-container\"></div>\n", styles: [".ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:\"\\2022\"}.ql-editor li[data-list=checked]>.ql-ui:before{content:\"\\2611\"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:\"\\2610\"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) \". \"}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) \". \"}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:\"\";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:\"\";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=\"\"]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=\"\"]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=\"\"]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=\"\"]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=\"\"]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=\"\"]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:\"Normal\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"1\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"1\"]:before{content:\"Heading 1\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"2\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"2\"]:before{content:\"Heading 2\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"3\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"3\"]:before{content:\"Heading 3\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"4\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"4\"]:before{content:\"Heading 4\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"5\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"5\"]:before{content:\"Heading 5\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"6\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"6\"]:before{content:\"Heading 6\"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"1\"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"2\"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"3\"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"4\"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"5\"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"6\"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:\"Sans Serif\"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:\"Serif\"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:\"Monospace\"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:\"Normal\"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:\"Small\"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:\"Large\"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:\"Huge\"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:\"Visit URL:\";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:\"Edit\";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:\"Remove\";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:\"Save\";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:\"Enter link:\"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:\"Enter formula:\"}.ql-snow .ql-tooltip[data-mode=video]:before{content:\"Enter video:\"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}ax-wysiwyg-container{display:block;width:100%;height:100%}ax-wysiwyg-container.ax-disable{opacity:.5;cursor:not-allowed}ax-wysiwyg-container>.ax-editor-container{display:block;height:100%!important;--ax-comp-editor-space-start-size: 0;--ax-comp-editor-space-end-size: 0;overflow:visible;position:relative}ax-wysiwyg-container .ax-quill-container{display:flex;flex-direction:column;height:100%}ax-wysiwyg-container .ql-snow.ql-toolbar button,ax-wysiwyg-container .ql-snow .ql-toolbar button{padding:0}ax-wysiwyg-container .ql-container.ql-snow{border:0}ax-wysiwyg-container .ql-tooltip{left:0!important}ax-wysiwyg-container .ql-toolbar.ql-snow{border:0}ax-wysiwyg-container ax-wysiwyg-view:not(:first-child){border-top:1px solid #e5e7eb}ax-wysiwyg-container ax-wysiwyg-view:not(:last-child){border-bottom:1px solid #e5e7eb}ax-wysiwyg-container .ql-ui{color:rgba(var(--ax-sys-color-dark));background-color:rgba(var(--ax-sys-color-light))}ax-wysiwyg-container .ql-snow .ql-editor .ql-code-block-container{background-color:rgba(var(--ax-sys-color-dark))}ax-wysiwyg-container .ql-editor[data-placeholder]:before{color:rgba(var(ax-sys-color-neutral))}ax-wysiwyg-container .ql-editor{text-align:start}ax-wysiwyg-container .ql-toolbar.ql-snow .ql-formats{margin-right:5px}ax-wysiwyg-container .ql-snow .ql-picker-label{padding-inline-start:1.25rem}ax-wysiwyg-container .ql-snow .ql-picker{color:inherit}ax-wysiwyg-container .ql-toolbar.ql-snow .ql-picker-options{background-color:rgba(var(--ax-sys-color-light))}ax-wysiwyg-container ax-button button{height:auto!important;width:auto!important}.ax-dark ax-wysiwyg-container .ql-ui{background-color:rgba(var(--ax-sys-color-dark));color:rgba(var(--ax-sys-color-light))}.ax-dark ax-wysiwyg-container .ql-toolbar.ql-snow .ql-picker-options{background-color:rgba(var(--ax-sys-color-dark))}.ax-dark ax-wysiwyg-container .ql-snow .ql-editor .ql-code-block-container{background-color:rgba(var(--ax-sys-color-light));color:rgba(var(--ax-sys-color-dark))}.ax-dark ax-wysiwyg-container .ql-editor[data-placeholder]:before{color:rgba(var(--ax-sys-color-light))}\n/*!\n  Theme: GitHub Dark\n  Description: Dark theme as seen on github.com\n  Author: github.com\n  Maintainer: @Hirse\n  Updated: 2021-05-15\n\n  Outdated base version: https://github.com/primer/github-syntax-dark\n  Current colors taken from GitHub's CSS\n*/\n/*! Bundled license information:\n\nquill/dist/quill.snow.css:\n  (*!\n   * Quill Editor v2.0.3\n   * https://quilljs.com\n   * Copyright (c) 2017-2024, Slab\n   * Copyright (c) 2014, Jason Chen\n   * Copyright (c) 2013, salesforce.com\n   *)\n*/\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
       185 
284 
     | 
    
         
             
            }
         
     | 
| 
       186 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3. 
     | 
| 
      
 285 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygContainerComponent, decorators: [{
         
     | 
| 
       187 
286 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       188 
     | 
    
         
            -
                        args: [{ selector: 'ax-wysiwyg-container', inputs: ['look'], outputs: ['onValueChanged'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
         
     | 
| 
       189 
     | 
    
         
            -
                                     
     | 
| 
      
 287 
     | 
    
         
            +
                        args: [{ selector: 'ax-wysiwyg-container', inputs: ['look', 'readonly', 'disabled'], outputs: ['onValueChanged'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
         
     | 
| 
      
 288 
     | 
    
         
            +
                                    WysiwygService,
         
     | 
| 
       190 
289 
     | 
    
         
             
                                    { provide: AXComponent, useExisting: AXWysiwygContainerComponent },
         
     | 
| 
       191 
290 
     | 
    
         
             
                                    { provide: AXFocusableComponent, useExisting: AXWysiwygContainerComponent },
         
     | 
| 
       192 
291 
     | 
    
         
             
                                    { provide: AXValuableComponent, useExisting: AXWysiwygContainerComponent },
         
     | 
| 
         @@ -195,10 +294,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor 
     | 
|
| 
       195 
294 
     | 
    
         
             
                                        useExisting: forwardRef(() => AXWysiwygContainerComponent),
         
     | 
| 
       196 
295 
     | 
    
         
             
                                        multi: true,
         
     | 
| 
       197 
296 
     | 
    
         
             
                                    },
         
     | 
| 
       198 
     | 
    
         
            -
                                ], template: "<div class=\"ax-editor-container ax-{{ look }}\">\n  <ng-content></ng-content>\n  <ng-content select=\"ax-validation-rule\"> </ng-content>\n</div>\n<div class=\"ax-error-container\"></div>\n", styles: [".ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:\"\\2022\"}.ql-editor li[data-list=checked]>.ql-ui:before{content:\"\\2611\"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:\"\\2610\"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) \". \"}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) \". \"}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}ax-wysiwyg-container{width:100%;display:block}ax-wysiwyg-container>.ax-editor-container{display:block;height:100%!important;--ax-comp-editor-space-start-size: 0;--ax-comp-editor-space-end-size: 0}\n/*! Bundled license information:\n\nquill/dist/quill.core.css:\n  (*!\n   * Quill Editor v2.0.3\n   * https://quilljs.com\n   * Copyright (c) 2017-2024, Slab\n   * Copyright (c) 2014, Jason Chen\n   * Copyright (c) 2013, salesforce.com\n   *)\n*/\n"] }]
         
     | 
| 
       199 
     | 
    
         
            -
                    }], propDecorators: { __hostName: [{
         
     | 
| 
      
 297 
     | 
    
         
            +
                                ], template: "<div class=\"ax-editor-container ax-{{ look }}\">\n  <div class=\"ax-quill-container\">\n    <ng-content></ng-content>\n  </div>\n  <ng-content select=\"ax-validation-rule\"> </ng-content>\n</div>\n<div class=\"ax-error-container\"></div>\n", styles: [".ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:\"\\2022\"}.ql-editor li[data-list=checked]>.ql-ui:before{content:\"\\2611\"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:\"\\2610\"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) \". \"}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) \". \"}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) \". \"}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:\"\";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:\"\";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=\"\"]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=\"\"]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=\"\"]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=\"\"]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=\"\"]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=\"\"]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:\"Normal\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"1\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"1\"]:before{content:\"Heading 1\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"2\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"2\"]:before{content:\"Heading 2\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"3\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"3\"]:before{content:\"Heading 3\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"4\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"4\"]:before{content:\"Heading 4\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"5\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"5\"]:before{content:\"Heading 5\"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value=\"6\"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"6\"]:before{content:\"Heading 6\"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"1\"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"2\"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"3\"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"4\"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"5\"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value=\"6\"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:\"Sans Serif\"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:\"Serif\"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:\"Monospace\"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:\"Normal\"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:\"Small\"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:\"Large\"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:\"Huge\"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:\"Visit URL:\";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:\"Edit\";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:\"Remove\";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:\"Save\";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:\"Enter link:\"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:\"Enter formula:\"}.ql-snow .ql-tooltip[data-mode=video]:before{content:\"Enter video:\"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}ax-wysiwyg-container{display:block;width:100%;height:100%}ax-wysiwyg-container.ax-disable{opacity:.5;cursor:not-allowed}ax-wysiwyg-container>.ax-editor-container{display:block;height:100%!important;--ax-comp-editor-space-start-size: 0;--ax-comp-editor-space-end-size: 0;overflow:visible;position:relative}ax-wysiwyg-container .ax-quill-container{display:flex;flex-direction:column;height:100%}ax-wysiwyg-container .ql-snow.ql-toolbar button,ax-wysiwyg-container .ql-snow .ql-toolbar button{padding:0}ax-wysiwyg-container .ql-container.ql-snow{border:0}ax-wysiwyg-container .ql-tooltip{left:0!important}ax-wysiwyg-container .ql-toolbar.ql-snow{border:0}ax-wysiwyg-container ax-wysiwyg-view:not(:first-child){border-top:1px solid #e5e7eb}ax-wysiwyg-container ax-wysiwyg-view:not(:last-child){border-bottom:1px solid #e5e7eb}ax-wysiwyg-container .ql-ui{color:rgba(var(--ax-sys-color-dark));background-color:rgba(var(--ax-sys-color-light))}ax-wysiwyg-container .ql-snow .ql-editor .ql-code-block-container{background-color:rgba(var(--ax-sys-color-dark))}ax-wysiwyg-container .ql-editor[data-placeholder]:before{color:rgba(var(ax-sys-color-neutral))}ax-wysiwyg-container .ql-editor{text-align:start}ax-wysiwyg-container .ql-toolbar.ql-snow .ql-formats{margin-right:5px}ax-wysiwyg-container .ql-snow .ql-picker-label{padding-inline-start:1.25rem}ax-wysiwyg-container .ql-snow .ql-picker{color:inherit}ax-wysiwyg-container .ql-toolbar.ql-snow .ql-picker-options{background-color:rgba(var(--ax-sys-color-light))}ax-wysiwyg-container ax-button button{height:auto!important;width:auto!important}.ax-dark ax-wysiwyg-container .ql-ui{background-color:rgba(var(--ax-sys-color-dark));color:rgba(var(--ax-sys-color-light))}.ax-dark ax-wysiwyg-container .ql-toolbar.ql-snow .ql-picker-options{background-color:rgba(var(--ax-sys-color-dark))}.ax-dark ax-wysiwyg-container .ql-snow .ql-editor .ql-code-block-container{background-color:rgba(var(--ax-sys-color-light));color:rgba(var(--ax-sys-color-dark))}.ax-dark ax-wysiwyg-container .ql-editor[data-placeholder]:before{color:rgba(var(--ax-sys-color-light))}\n/*!\n  Theme: GitHub Dark\n  Description: Dark theme as seen on github.com\n  Author: github.com\n  Maintainer: @Hirse\n  Updated: 2021-05-15\n\n  Outdated base version: https://github.com/primer/github-syntax-dark\n  Current colors taken from GitHub's CSS\n*/\n/*! Bundled license information:\n\nquill/dist/quill.snow.css:\n  (*!\n   * Quill Editor v2.0.3\n   * https://quilljs.com\n   * Copyright (c) 2017-2024, Slab\n   * Copyright (c) 2014, Jason Chen\n   * Copyright (c) 2013, salesforce.com\n   *)\n*/\n"] }]
         
     | 
| 
      
 298 
     | 
    
         
            +
                    }], propDecorators: { placeHolder: [{ type: i0.Input, args: [{ isSignal: true, alias: "placeHolder", required: false }] }], container: [{ type: i0.ContentChild, args: [i0.forwardRef(() => AXWysiwygViewComponent), { isSignal: true }] }], toolbar: [{ type: i0.ContentChild, args: [i0.forwardRef(() => AXWysiwygToolbarComponent), { isSignal: true }] }], __hostName: [{
         
     | 
| 
       200 
299 
     | 
    
         
             
                            type: HostBinding,
         
     | 
| 
       201 
300 
     | 
    
         
             
                            args: ['attr.name']
         
     | 
| 
      
 301 
     | 
    
         
            +
                        }], __hostClass: [{
         
     | 
| 
      
 302 
     | 
    
         
            +
                            type: HostBinding,
         
     | 
| 
      
 303 
     | 
    
         
            +
                            args: ['class']
         
     | 
| 
       202 
304 
     | 
    
         
             
                        }] } });
         
     | 
| 
       203 
305 
     | 
    
         | 
| 
       204 
306 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -206,273 +308,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor 
     | 
|
| 
       206 
308 
     | 
    
         
             
             * @category Components
         
     | 
| 
       207 
309 
     | 
    
         
             
             */
         
     | 
| 
       208 
310 
     | 
    
         
             
            class AXWysiwygAlignmentComponent {
         
     | 
| 
       209 
     | 
    
         
            -
                 
     | 
| 
       210 
     | 
    
         
            -
                 
     | 
| 
       211 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       212 
     | 
    
         
            -
                    this.service = inject(AXWysiwygService);
         
     | 
| 
       213 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       214 
     | 
    
         
            -
                    this.alignState = signal('', ...(ngDevMode ? [{ debugName: "alignState" }] : []));
         
     | 
| 
       215 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       216 
     | 
    
         
            -
                    this.popoverOption = {
         
     | 
| 
       217 
     | 
    
         
            -
                        openOn: 'click',
         
     | 
| 
       218 
     | 
    
         
            -
                        closeOn: 'clickOut',
         
     | 
| 
       219 
     | 
    
         
            -
                        placement: 'top',
         
     | 
| 
       220 
     | 
    
         
            -
                        offsetX: 0,
         
     | 
| 
       221 
     | 
    
         
            -
                        offsetY: 0,
         
     | 
| 
       222 
     | 
    
         
            -
                    };
         
     | 
| 
       223 
     | 
    
         
            -
                    effect(() => {
         
     | 
| 
       224 
     | 
    
         
            -
                        if (!this.service.wysiwyg())
         
     | 
| 
       225 
     | 
    
         
            -
                            return;
         
     | 
| 
       226 
     | 
    
         
            -
                        switch (this.service.currentSelectedElemAlign()) {
         
     | 
| 
       227 
     | 
    
         
            -
                            case 'ql-align-center':
         
     | 
| 
       228 
     | 
    
         
            -
                                this.alignState.set('center');
         
     | 
| 
       229 
     | 
    
         
            -
                                this.service.wysiwyg().align('center');
         
     | 
| 
       230 
     | 
    
         
            -
                                break;
         
     | 
| 
       231 
     | 
    
         
            -
                            case 'ql-align-right':
         
     | 
| 
       232 
     | 
    
         
            -
                                this.alignState.set('right');
         
     | 
| 
       233 
     | 
    
         
            -
                                this.service.wysiwyg().align('right');
         
     | 
| 
       234 
     | 
    
         
            -
                                break;
         
     | 
| 
       235 
     | 
    
         
            -
                            default:
         
     | 
| 
       236 
     | 
    
         
            -
                                this.alignState.set('left');
         
     | 
| 
       237 
     | 
    
         
            -
                                this.service.wysiwyg().align('left');
         
     | 
| 
       238 
     | 
    
         
            -
                        }
         
     | 
| 
       239 
     | 
    
         
            -
                    });
         
     | 
| 
       240 
     | 
    
         
            -
                }
         
     | 
| 
       241 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       242 
     | 
    
         
            -
                alignStateHandler(e) {
         
     | 
| 
       243 
     | 
    
         
            -
                    this.alignState.set(e);
         
     | 
| 
       244 
     | 
    
         
            -
                    this.service.wysiwyg().align(e);
         
     | 
| 
       245 
     | 
    
         
            -
                }
         
     | 
| 
       246 
     | 
    
         
            -
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXWysiwygAlignmentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
       247 
     | 
    
         
            -
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.3", type: AXWysiwygAlignmentComponent, isStandalone: true, selector: "ax-wysiwyg-alignment", providers: [{ provide: AXComponent, useExisting: AXWysiwygAlignmentComponent }], ngImport: i0, template: "<ax-button look=\"blank\" #alignPop>\n  <ax-icon class=\"ax-icon ax-icon-align-left\"></ax-icon>\n</ax-button>\n<ax-popover\n  [adaptivityEnabled]=\"true\"\n  [openOn]=\"popoverOption.openOn\"\n  [closeOn]=\"popoverOption.closeOn\"\n  [target]=\"alignPop\"\n  [placement]=\"popoverOption.placement\"\n>\n  <div class=\"ax-overlay-pane ax-alignment-container\">\n    <ax-button (click)=\"alignStateHandler('left')\" look=\"blank\" [selected]=\"alignState() === 'left' ? true : false\">\n      <ax-icon class=\"ax-icon ax-icon-align-left\"></ax-icon>\n    </ax-button>\n\n    <ax-button (click)=\"alignStateHandler('center')\" look=\"blank\" [selected]=\"alignState() === 'center' ? true : false\">\n      <ax-icon class=\"ax-icon ax-icon-align-center\"></ax-icon>\n    </ax-button>\n\n    <ax-button (click)=\"alignStateHandler('right')\" look=\"blank\" [selected]=\"alignState() === 'right' ? true : false\">\n      <ax-icon class=\"ax-icon ax-icon-align-right\"></ax-icon>\n    </ax-button>\n  </div>\n</ax-popover>\n", styles: [".ax-alignment-container{padding:.5rem}\n"], dependencies: [{ kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: AXPopoverComponent, selector: "ax-popover", inputs: ["width", "disabled", "offsetX", "offsetY", "target", "placement", "content", "openOn", "closeOn", "hasBackdrop", "openAfter", "closeAfter", "backdropClass", "panelClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }] }); }
         
     | 
| 
      
 311 
     | 
    
         
            +
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygAlignmentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
      
 312 
     | 
    
         
            +
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.6", type: AXWysiwygAlignmentComponent, isStandalone: true, selector: "ax-wysiwyg-alignment", providers: [{ provide: AXComponent, useExisting: AXWysiwygAlignmentComponent }], ngImport: i0, template: "<span class=\"ql-formats\">\n  <select class=\"ql-align\"></select>\n</span>\n" }); }
         
     | 
| 
       248 
313 
     | 
    
         
             
            }
         
     | 
| 
       249 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3. 
     | 
| 
      
 314 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygAlignmentComponent, decorators: [{
         
     | 
| 
       250 
315 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       251 
     | 
    
         
            -
                        args: [{ selector: 'ax-wysiwyg-alignment', imports: [ 
     | 
| 
       252 
     | 
    
         
            -
                    }] 
     | 
| 
      
 316 
     | 
    
         
            +
                        args: [{ selector: 'ax-wysiwyg-alignment', imports: [], providers: [{ provide: AXComponent, useExisting: AXWysiwygAlignmentComponent }], template: "<span class=\"ql-formats\">\n  <select class=\"ql-align\"></select>\n</span>\n" }]
         
     | 
| 
      
 317 
     | 
    
         
            +
                    }] });
         
     | 
| 
       253 
318 
     | 
    
         | 
| 
       254 
319 
     | 
    
         
             
            /**
         
     | 
| 
       255 
320 
     | 
    
         
             
             * A container component for WYSIWYG (What You See Is What You Get) editor functionality.
         
     | 
| 
       256 
321 
     | 
    
         
             
             * @category Components
         
     | 
| 
       257 
322 
     | 
    
         
             
             */
         
     | 
| 
       258 
323 
     | 
    
         
             
            class AXWysiwygColorsComponent {
         
     | 
| 
       259 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       260 
324 
     | 
    
         
             
                constructor() {
         
     | 
| 
       261 
     | 
    
         
            -
                     
     | 
| 
       262 
     | 
    
         
            -
                    this.service = inject(AXWysiwygService);
         
     | 
| 
       263 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       264 
     | 
    
         
            -
                    this.selectedColor = signal('rgb(151, 148, 148)', ...(ngDevMode ? [{ debugName: "selectedColor" }] : []));
         
     | 
| 
       265 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       266 
     | 
    
         
            -
                    this.selectedHighlightColor = signal('rgba(223, 223, 24)', ...(ngDevMode ? [{ debugName: "selectedHighlightColor" }] : []));
         
     | 
| 
       267 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       268 
     | 
    
         
            -
                    this.userInteractColor = signal(false, ...(ngDevMode ? [{ debugName: "userInteractColor" }] : []));
         
     | 
| 
       269 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       270 
     | 
    
         
            -
                    this.userInteractHighligh = signal(false, ...(ngDevMode ? [{ debugName: "userInteractHighligh" }] : []));
         
     | 
| 
       271 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       272 
     | 
    
         
            -
                    this.popoverOption = {
         
     | 
| 
       273 
     | 
    
         
            -
                        openOn: 'click',
         
     | 
| 
       274 
     | 
    
         
            -
                        closeOn: 'clickOut',
         
     | 
| 
       275 
     | 
    
         
            -
                        placement: 'top',
         
     | 
| 
       276 
     | 
    
         
            -
                        offsetX: 0,
         
     | 
| 
       277 
     | 
    
         
            -
                        offsetY: 0,
         
     | 
| 
       278 
     | 
    
         
            -
                    };
         
     | 
| 
       279 
     | 
    
         
            -
                    effect(() => {
         
     | 
| 
       280 
     | 
    
         
            -
                        if (this.service.isEditorClean()) {
         
     | 
| 
       281 
     | 
    
         
            -
                            this.selectedHighlightColor.set('rgba(223, 223, 24)');
         
     | 
| 
       282 
     | 
    
         
            -
                            this.selectedColor.set('rgb(151, 148, 148)');
         
     | 
| 
       283 
     | 
    
         
            -
                        }
         
     | 
| 
       284 
     | 
    
         
            -
                    });
         
     | 
| 
       285 
     | 
    
         
            -
                }
         
     | 
| 
       286 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       287 
     | 
    
         
            -
                changeColorHandler(e) {
         
     | 
| 
       288 
     | 
    
         
            -
                    if (!this.userInteractColor())
         
     | 
| 
       289 
     | 
    
         
            -
                        return;
         
     | 
| 
       290 
     | 
    
         
            -
                    this.selectedColor.set(e);
         
     | 
| 
       291 
     | 
    
         
            -
                    this.service.wysiwyg().color(e);
         
     | 
| 
      
 325 
     | 
    
         
            +
                    this.wysiwygService = inject(WysiwygService);
         
     | 
| 
       292 
326 
     | 
    
         
             
                }
         
     | 
| 
       293 
     | 
    
         
            -
                 
     | 
| 
       294 
     | 
    
         
            -
                 
     | 
| 
       295 
     | 
    
         
            -
                    if (!this.userInteractHighligh())
         
     | 
| 
       296 
     | 
    
         
            -
                        return;
         
     | 
| 
       297 
     | 
    
         
            -
                    this.selectedHighlightColor.set(e);
         
     | 
| 
       298 
     | 
    
         
            -
                    this.service.wysiwyg().background(e);
         
     | 
| 
       299 
     | 
    
         
            -
                }
         
     | 
| 
       300 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       301 
     | 
    
         
            -
                initialHighlightHandler() {
         
     | 
| 
       302 
     | 
    
         
            -
                    if (this.userInteractHighligh())
         
     | 
| 
       303 
     | 
    
         
            -
                        return;
         
     | 
| 
       304 
     | 
    
         
            -
                    this.userInteractHighligh.set(true);
         
     | 
| 
       305 
     | 
    
         
            -
                    this.service.wysiwyg().background('rgba(223, 223, 24)');
         
     | 
| 
       306 
     | 
    
         
            -
                }
         
     | 
| 
       307 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       308 
     | 
    
         
            -
                initialColorHandler() {
         
     | 
| 
       309 
     | 
    
         
            -
                    if (this.userInteractColor())
         
     | 
| 
       310 
     | 
    
         
            -
                        return;
         
     | 
| 
       311 
     | 
    
         
            -
                    this.userInteractColor.set(true);
         
     | 
| 
       312 
     | 
    
         
            -
                    this.service.wysiwyg().color('rgb(151, 148, 148)');
         
     | 
| 
       313 
     | 
    
         
            -
                }
         
     | 
| 
       314 
     | 
    
         
            -
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXWysiwygColorsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
       315 
     | 
    
         
            -
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.3", type: AXWysiwygColorsComponent, isStandalone: true, selector: "ax-wysiwyg-colors", providers: [{ provide: AXComponent, useExisting: AXWysiwygColorsComponent }], ngImport: i0, template: "<div class=\"ax-color-picker-wysiwyg-container\">\n  <div (click)=\"initialColorHandler()\">\n    <ax-button #colorBtn look=\"blank\">\n      <ax-icon class=\"ax-icon ax-icon-color-palette\"></ax-icon>\n    </ax-button>\n    <ax-color-indicator [previewColor]=\"selectedColor()\"></ax-color-indicator>\n  </div>\n\n  <div (click)=\"initialHighlightHandler()\">\n    <ax-button #highlightBtn look=\"blank\">\n      <ax-icon class=\"ax-icon ax-icon-highlight\"></ax-icon>\n    </ax-button>\n    <ax-color-indicator [previewColor]=\"selectedHighlightColor()\"></ax-color-indicator>\n  </div>\n</div>\n\n<ax-popover\n  [adaptivityEnabled]=\"true\"\n  [openOn]=\"popoverOption.openOn\"\n  [closeOn]=\"popoverOption.closeOn\"\n  [target]=\"colorBtn\"\n  [placement]=\"popoverOption.placement\"\n>\n  <div class=\"ax-overlay-pane\">\n    <ax-color-palette (ngModelChange)=\"changeColorHandler($event)\" [ngModel]=\"selectedColor()\">\n      <ax-color-palette-preview></ax-color-palette-preview>\n      <ax-color-palette-picker></ax-color-palette-picker>\n      <ax-color-palette-input></ax-color-palette-input>\n    </ax-color-palette>\n  </div>\n</ax-popover>\n\n<ax-popover\n  [adaptivityEnabled]=\"true\"\n  [openOn]=\"popoverOption.openOn\"\n  [closeOn]=\"popoverOption.closeOn\"\n  [target]=\"highlightBtn\"\n  [placement]=\"popoverOption.placement\"\n>\n  <div class=\"ax-overlay-pane\">\n    <ax-color-palette (ngModelChange)=\"changeHighlightColorHandler($event)\" [ngModel]=\"selectedHighlightColor()\">\n      <ax-color-palette-preview></ax-color-palette-preview>\n      <ax-color-palette-picker></ax-color-palette-picker>\n      <ax-color-palette-input></ax-color-palette-input>\n    </ax-color-palette>\n  </div>\n</ax-popover>\n", styles: [".ax-color-picker-wysiwyg-container{display:flex;align-items:center}.ax-color-picker-wysiwyg-container ax-prefix{padding:0}\n"], dependencies: [{ kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: AXDecoratorColorIndicatorComponent, selector: "ax-color-indicator", inputs: ["previewColor"] }, { kind: "component", type: AXPopoverComponent, selector: "ax-popover", inputs: ["width", "disabled", "offsetX", "offsetY", "target", "placement", "content", "openOn", "closeOn", "hasBackdrop", "openAfter", "closeAfter", "backdropClass", "panelClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "component", type: AXColorPaletteComponent, selector: "ax-color-palette", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: AXColorPalettePreviewComponent, selector: "ax-color-palette-preview" }, { kind: "component", type: AXColorPalettePickerComponent, selector: "ax-color-palette-picker" }, { kind: "component", type: AXColorPaletteInputComponent, selector: "ax-color-palette-input" }], encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
      
 327 
     | 
    
         
            +
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygColorsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
      
 328 
     | 
    
         
            +
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.6", type: AXWysiwygColorsComponent, isStandalone: true, selector: "ax-wysiwyg-colors", providers: [{ provide: AXComponent, useExisting: AXWysiwygColorsComponent }], ngImport: i0, template: "<div class=\"ql-formats ax-m-0\">\n  <ax-color-indicator [previewColor]=\"wysiwygService.selectedColor()\"></ax-color-indicator>\n  <select class=\"ql-color\"></select>\n</div>\n<div class=\"ql-formats\">\n  <ax-color-indicator [previewColor]=\"wysiwygService.selectedBackgroundColor()\"></ax-color-indicator>\n  <select class=\"ql-background\"></select>\n</div>\n", dependencies: [{ kind: "component", type: AXDecoratorColorIndicatorComponent, selector: "ax-color-indicator", inputs: ["previewColor"] }], encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
       316 
329 
     | 
    
         
             
            }
         
     | 
| 
       317 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3. 
     | 
| 
      
 330 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygColorsComponent, decorators: [{
         
     | 
| 
       318 
331 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       319 
     | 
    
         
            -
                        args: [{ selector: 'ax-wysiwyg-colors', encapsulation: ViewEncapsulation.None, imports: [
         
     | 
| 
       320 
     | 
    
         
            -
             
     | 
| 
       321 
     | 
    
         
            -
                                    AXDecoratorIconComponent,
         
     | 
| 
       322 
     | 
    
         
            -
                                    AXDecoratorColorIndicatorComponent,
         
     | 
| 
       323 
     | 
    
         
            -
                                    AXPopoverComponent,
         
     | 
| 
       324 
     | 
    
         
            -
                                    AXColorPaletteComponent,
         
     | 
| 
       325 
     | 
    
         
            -
                                    FormsModule,
         
     | 
| 
       326 
     | 
    
         
            -
                                    AXColorPalettePreviewComponent,
         
     | 
| 
       327 
     | 
    
         
            -
                                    AXColorPalettePickerComponent,
         
     | 
| 
       328 
     | 
    
         
            -
                                    AXColorPaletteInputComponent,
         
     | 
| 
       329 
     | 
    
         
            -
                                ], providers: [{ provide: AXComponent, useExisting: AXWysiwygColorsComponent }], template: "<div class=\"ax-color-picker-wysiwyg-container\">\n  <div (click)=\"initialColorHandler()\">\n    <ax-button #colorBtn look=\"blank\">\n      <ax-icon class=\"ax-icon ax-icon-color-palette\"></ax-icon>\n    </ax-button>\n    <ax-color-indicator [previewColor]=\"selectedColor()\"></ax-color-indicator>\n  </div>\n\n  <div (click)=\"initialHighlightHandler()\">\n    <ax-button #highlightBtn look=\"blank\">\n      <ax-icon class=\"ax-icon ax-icon-highlight\"></ax-icon>\n    </ax-button>\n    <ax-color-indicator [previewColor]=\"selectedHighlightColor()\"></ax-color-indicator>\n  </div>\n</div>\n\n<ax-popover\n  [adaptivityEnabled]=\"true\"\n  [openOn]=\"popoverOption.openOn\"\n  [closeOn]=\"popoverOption.closeOn\"\n  [target]=\"colorBtn\"\n  [placement]=\"popoverOption.placement\"\n>\n  <div class=\"ax-overlay-pane\">\n    <ax-color-palette (ngModelChange)=\"changeColorHandler($event)\" [ngModel]=\"selectedColor()\">\n      <ax-color-palette-preview></ax-color-palette-preview>\n      <ax-color-palette-picker></ax-color-palette-picker>\n      <ax-color-palette-input></ax-color-palette-input>\n    </ax-color-palette>\n  </div>\n</ax-popover>\n\n<ax-popover\n  [adaptivityEnabled]=\"true\"\n  [openOn]=\"popoverOption.openOn\"\n  [closeOn]=\"popoverOption.closeOn\"\n  [target]=\"highlightBtn\"\n  [placement]=\"popoverOption.placement\"\n>\n  <div class=\"ax-overlay-pane\">\n    <ax-color-palette (ngModelChange)=\"changeHighlightColorHandler($event)\" [ngModel]=\"selectedHighlightColor()\">\n      <ax-color-palette-preview></ax-color-palette-preview>\n      <ax-color-palette-picker></ax-color-palette-picker>\n      <ax-color-palette-input></ax-color-palette-input>\n    </ax-color-palette>\n  </div>\n</ax-popover>\n", styles: [".ax-color-picker-wysiwyg-container{display:flex;align-items:center}.ax-color-picker-wysiwyg-container ax-prefix{padding:0}\n"] }]
         
     | 
| 
       330 
     | 
    
         
            -
                    }], ctorParameters: () => [] });
         
     | 
| 
      
 332 
     | 
    
         
            +
                        args: [{ selector: 'ax-wysiwyg-colors', encapsulation: ViewEncapsulation.None, imports: [AXDecoratorColorIndicatorComponent], providers: [{ provide: AXComponent, useExisting: AXWysiwygColorsComponent }], template: "<div class=\"ql-formats ax-m-0\">\n  <ax-color-indicator [previewColor]=\"wysiwygService.selectedColor()\"></ax-color-indicator>\n  <select class=\"ql-color\"></select>\n</div>\n<div class=\"ql-formats\">\n  <ax-color-indicator [previewColor]=\"wysiwygService.selectedBackgroundColor()\"></ax-color-indicator>\n  <select class=\"ql-background\"></select>\n</div>\n" }]
         
     | 
| 
      
 333 
     | 
    
         
            +
                    }] });
         
     | 
| 
       331 
334 
     | 
    
         | 
| 
       332 
335 
     | 
    
         
             
            /**
         
     | 
| 
       333 
336 
     | 
    
         
             
             * A container component for WYSIWYG (What You See Is What You Get) editor functionality.
         
     | 
| 
       334 
337 
     | 
    
         
             
             * @category Components
         
     | 
| 
       335 
338 
     | 
    
         
             
             */
         
     | 
| 
       336 
339 
     | 
    
         
             
            class AXWysiwygFontStyleComponent {
         
     | 
| 
       337 
     | 
    
         
            -
                 
     | 
| 
       338 
     | 
    
         
            -
                 
     | 
| 
       339 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       340 
     | 
    
         
            -
                    this.parent = inject(AXWysiwygContainerComponent);
         
     | 
| 
       341 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       342 
     | 
    
         
            -
                    this.boldState = signal(false, ...(ngDevMode ? [{ debugName: "boldState" }] : []));
         
     | 
| 
       343 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       344 
     | 
    
         
            -
                    this.italicState = signal(false, ...(ngDevMode ? [{ debugName: "italicState" }] : []));
         
     | 
| 
       345 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       346 
     | 
    
         
            -
                    this.underLineState = signal(false, ...(ngDevMode ? [{ debugName: "underLineState" }] : []));
         
     | 
| 
       347 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       348 
     | 
    
         
            -
                    this.strikeLineState = signal(false, ...(ngDevMode ? [{ debugName: "strikeLineState" }] : []));
         
     | 
| 
       349 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       350 
     | 
    
         
            -
                    this.selectedFont = signal('medium', ...(ngDevMode ? [{ debugName: "selectedFont" }] : []));
         
     | 
| 
       351 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       352 
     | 
    
         
            -
                    this.service = inject(AXWysiwygService);
         
     | 
| 
       353 
     | 
    
         
            -
                    effect(() => {
         
     | 
| 
       354 
     | 
    
         
            -
                        if (!this.service.wysiwyg())
         
     | 
| 
       355 
     | 
    
         
            -
                            return;
         
     | 
| 
       356 
     | 
    
         
            -
                        this.service.currentSelectedElemArray().forEach((item) => {
         
     | 
| 
       357 
     | 
    
         
            -
                            switch (item) {
         
     | 
| 
       358 
     | 
    
         
            -
                                case 'U':
         
     | 
| 
       359 
     | 
    
         
            -
                                    this.service.wysiwyg().underLine(true);
         
     | 
| 
       360 
     | 
    
         
            -
                                    this.underLineState.set(true);
         
     | 
| 
       361 
     | 
    
         
            -
                                    break;
         
     | 
| 
       362 
     | 
    
         
            -
                                case 'S':
         
     | 
| 
       363 
     | 
    
         
            -
                                    this.service.wysiwyg().strike(true);
         
     | 
| 
       364 
     | 
    
         
            -
                                    this.strikeLineState.set(true);
         
     | 
| 
       365 
     | 
    
         
            -
                                    break;
         
     | 
| 
       366 
     | 
    
         
            -
                                case 'EM':
         
     | 
| 
       367 
     | 
    
         
            -
                                    this.service.wysiwyg().italic(true);
         
     | 
| 
       368 
     | 
    
         
            -
                                    this.italicState.set(true);
         
     | 
| 
       369 
     | 
    
         
            -
                                    break;
         
     | 
| 
       370 
     | 
    
         
            -
                                case 'STRONG':
         
     | 
| 
       371 
     | 
    
         
            -
                                    this.service.wysiwyg().bold(true);
         
     | 
| 
       372 
     | 
    
         
            -
                                    this.boldState.set(true);
         
     | 
| 
       373 
     | 
    
         
            -
                                    break;
         
     | 
| 
       374 
     | 
    
         
            -
                                default:
         
     | 
| 
       375 
     | 
    
         
            -
                                    if (this.boldState())
         
     | 
| 
       376 
     | 
    
         
            -
                                        this.service.wysiwyg().bold(true);
         
     | 
| 
       377 
     | 
    
         
            -
                                    if (this.italicState())
         
     | 
| 
       378 
     | 
    
         
            -
                                        this.service.wysiwyg().italic(true);
         
     | 
| 
       379 
     | 
    
         
            -
                                    if (this.strikeLineState())
         
     | 
| 
       380 
     | 
    
         
            -
                                        this.service.wysiwyg().strike(true);
         
     | 
| 
       381 
     | 
    
         
            -
                                    if (this.underLineState())
         
     | 
| 
       382 
     | 
    
         
            -
                                        this.service.wysiwyg().underLine(true);
         
     | 
| 
       383 
     | 
    
         
            -
                            }
         
     | 
| 
       384 
     | 
    
         
            -
                        });
         
     | 
| 
       385 
     | 
    
         
            -
                    });
         
     | 
| 
       386 
     | 
    
         
            -
                }
         
     | 
| 
       387 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       388 
     | 
    
         
            -
                bold() {
         
     | 
| 
       389 
     | 
    
         
            -
                    if (this.boldState()) {
         
     | 
| 
       390 
     | 
    
         
            -
                        this.service.wysiwyg().bold(false);
         
     | 
| 
       391 
     | 
    
         
            -
                        this.boldState.set(false);
         
     | 
| 
       392 
     | 
    
         
            -
                    }
         
     | 
| 
       393 
     | 
    
         
            -
                    else {
         
     | 
| 
       394 
     | 
    
         
            -
                        this.service.wysiwyg().bold(true);
         
     | 
| 
       395 
     | 
    
         
            -
                        this.boldState.set(true);
         
     | 
| 
       396 
     | 
    
         
            -
                    }
         
     | 
| 
       397 
     | 
    
         
            -
                }
         
     | 
| 
       398 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       399 
     | 
    
         
            -
                italic() {
         
     | 
| 
       400 
     | 
    
         
            -
                    if (this.italicState()) {
         
     | 
| 
       401 
     | 
    
         
            -
                        this.service.wysiwyg().italic(false);
         
     | 
| 
       402 
     | 
    
         
            -
                        this.italicState.set(false);
         
     | 
| 
       403 
     | 
    
         
            -
                    }
         
     | 
| 
       404 
     | 
    
         
            -
                    else {
         
     | 
| 
       405 
     | 
    
         
            -
                        this.service.wysiwyg().italic(true);
         
     | 
| 
       406 
     | 
    
         
            -
                        this.italicState.set(true);
         
     | 
| 
       407 
     | 
    
         
            -
                    }
         
     | 
| 
       408 
     | 
    
         
            -
                }
         
     | 
| 
       409 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       410 
     | 
    
         
            -
                underLine() {
         
     | 
| 
       411 
     | 
    
         
            -
                    if (this.underLineState()) {
         
     | 
| 
       412 
     | 
    
         
            -
                        this.service.wysiwyg().underLine(false);
         
     | 
| 
       413 
     | 
    
         
            -
                        this.underLineState.set(false);
         
     | 
| 
       414 
     | 
    
         
            -
                    }
         
     | 
| 
       415 
     | 
    
         
            -
                    else {
         
     | 
| 
       416 
     | 
    
         
            -
                        this.service.wysiwyg().underLine(true);
         
     | 
| 
       417 
     | 
    
         
            -
                        this.underLineState.set(true);
         
     | 
| 
       418 
     | 
    
         
            -
                    }
         
     | 
| 
       419 
     | 
    
         
            -
                }
         
     | 
| 
       420 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       421 
     | 
    
         
            -
                strike() {
         
     | 
| 
       422 
     | 
    
         
            -
                    if (this.strikeLineState()) {
         
     | 
| 
       423 
     | 
    
         
            -
                        this.service.wysiwyg().strike(false);
         
     | 
| 
       424 
     | 
    
         
            -
                        this.strikeLineState.set(false);
         
     | 
| 
       425 
     | 
    
         
            -
                    }
         
     | 
| 
       426 
     | 
    
         
            -
                    else {
         
     | 
| 
       427 
     | 
    
         
            -
                        this.service.wysiwyg().strike(true);
         
     | 
| 
       428 
     | 
    
         
            -
                        this.strikeLineState.set(true);
         
     | 
| 
       429 
     | 
    
         
            -
                    }
         
     | 
| 
       430 
     | 
    
         
            -
                }
         
     | 
| 
       431 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       432 
     | 
    
         
            -
                fontSizeHandler(e) {
         
     | 
| 
       433 
     | 
    
         
            -
                    const range = this.service.wysiwyg()?.quillObj().getSelection();
         
     | 
| 
       434 
     | 
    
         
            -
                    if (!range?.length)
         
     | 
| 
       435 
     | 
    
         
            -
                        return;
         
     | 
| 
       436 
     | 
    
         
            -
                    if (e === 'medium') {
         
     | 
| 
       437 
     | 
    
         
            -
                        this.service.wysiwyg().fontSize(false, range);
         
     | 
| 
       438 
     | 
    
         
            -
                        this.selectedFont.set('medium');
         
     | 
| 
       439 
     | 
    
         
            -
                    }
         
     | 
| 
       440 
     | 
    
         
            -
                    else {
         
     | 
| 
       441 
     | 
    
         
            -
                        this.service.wysiwyg().fontSize(e, range);
         
     | 
| 
       442 
     | 
    
         
            -
                        this.selectedFont.set(e);
         
     | 
| 
       443 
     | 
    
         
            -
                    }
         
     | 
| 
       444 
     | 
    
         
            -
                }
         
     | 
| 
       445 
     | 
    
         
            -
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXWysiwygFontStyleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
       446 
     | 
    
         
            -
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.3", type: AXWysiwygFontStyleComponent, isStandalone: true, selector: "ax-wysiwyg-font-style", providers: [{ provide: AXComponent, useExisting: AXWysiwygFontStyleComponent }], ngImport: i0, template: "<div class=\"ax-wysiwyg-font-style-container\">\n  <ax-button (click)=\"bold()\" look=\"blank\" [selected]=\"boldState() ? true : false\">\n    <ax-icon class=\"ax-icon ax-icon-bold\"></ax-icon>\n  </ax-button>\n\n  <ax-button (click)=\"italic()\" look=\"blank\" [selected]=\"italicState() ? true : false\">\n    <ax-icon class=\"ax-icon ax-icon-italic\"></ax-icon>\n  </ax-button>\n\n  <ax-button (click)=\"underLine()\" look=\"blank\" [selected]=\"underLineState() ? true : false\">\n    <ax-icon class=\"ax-icon ax-icon-under-line\"></ax-icon>\n  </ax-button>\n\n  <ax-button (click)=\"strike()\" look=\"blank\" [selected]=\"strikeLineState() ? true : false\">\n    <ax-icon class=\"ax-icon ax-icon-strike\"></ax-icon>\n  </ax-button>\n\n  <ax-select-box\n    [look]=\"this.parent.look\"\n    (ngModelChange)=\"fontSizeHandler($event)\"\n    [ngModel]=\"selectedFont()\"\n    [dataSource]=\"['small', 'medium', 'large', 'huge']\"\n    placeholder=\"Choose...\"\n  >\n  </ax-select-box>\n</div>\n", styles: [".ax-wysiwyg-font-style-container{display:flex;justify-content:flex-start;align-items:center}\n"], dependencies: [{ kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "disabledField", "textTemplate", "selectedItems", "isItemTruncated", "showItemTooltip", "dataSource", "minRecordsForSearch", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth", "searchBoxAutoFocus"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed", "onItemSelected", "onItemClick"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] }); }
         
     | 
| 
      
 340 
     | 
    
         
            +
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygFontStyleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
      
 341 
     | 
    
         
            +
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.6", type: AXWysiwygFontStyleComponent, isStandalone: true, selector: "ax-wysiwyg-font-style", providers: [{ provide: AXComponent, useExisting: AXWysiwygFontStyleComponent }], ngImport: i0, template: "<span class=\"ql-formats\">\n  <button class=\"ql-bold\" title=\"Bold\"></button>\n  <button class=\"ql-italic\" title=\"Italic\"></button>\n  <button class=\"ql-underline\" title=\"Underline\"></button>\n  <button class=\"ql-strike\" title=\"Strikethrough\"></button>\n  <button class=\"ql-code-block\" title=\"Code block\"></button>\n</span>\n\n<span class=\"ql-formats\">\n  <select class=\"ql-size\">\n    <option value=\"small\"></option>\n    <option selected></option>\n    <option value=\"large\"></option>\n    <option value=\"huge\"></option>\n  </select>\n</span>\n\n<span class=\"ql-formats\">\n  <select class=\"ql-header\">\n    <option value=\"1\">H1</option>\n    <option value=\"2\">H2</option>\n    <option value=\"3\">H3</option>\n    <option value=\"4\">H4</option>\n    <option value=\"5\">H5</option>\n    <option value=\"6\">H6</option>\n    <option selected></option>\n  </select>\n</span>\n" }); }
         
     | 
| 
       447 
342 
     | 
    
         
             
            }
         
     | 
| 
       448 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3. 
     | 
| 
      
 343 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygFontStyleComponent, decorators: [{
         
     | 
| 
       449 
344 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       450 
     | 
    
         
            -
                        args: [{ selector: 'ax-wysiwyg-font-style', imports: [ 
     | 
| 
       451 
     | 
    
         
            -
                    }] 
     | 
| 
      
 345 
     | 
    
         
            +
                        args: [{ selector: 'ax-wysiwyg-font-style', imports: [], providers: [{ provide: AXComponent, useExisting: AXWysiwygFontStyleComponent }], template: "<span class=\"ql-formats\">\n  <button class=\"ql-bold\" title=\"Bold\"></button>\n  <button class=\"ql-italic\" title=\"Italic\"></button>\n  <button class=\"ql-underline\" title=\"Underline\"></button>\n  <button class=\"ql-strike\" title=\"Strikethrough\"></button>\n  <button class=\"ql-code-block\" title=\"Code block\"></button>\n</span>\n\n<span class=\"ql-formats\">\n  <select class=\"ql-size\">\n    <option value=\"small\"></option>\n    <option selected></option>\n    <option value=\"large\"></option>\n    <option value=\"huge\"></option>\n  </select>\n</span>\n\n<span class=\"ql-formats\">\n  <select class=\"ql-header\">\n    <option value=\"1\">H1</option>\n    <option value=\"2\">H2</option>\n    <option value=\"3\">H3</option>\n    <option value=\"4\">H4</option>\n    <option value=\"5\">H5</option>\n    <option value=\"6\">H6</option>\n    <option selected></option>\n  </select>\n</span>\n" }]
         
     | 
| 
      
 346 
     | 
    
         
            +
                    }] });
         
     | 
| 
       452 
347 
     | 
    
         | 
| 
       453 
348 
     | 
    
         
             
            /**
         
     | 
| 
       454 
349 
     | 
    
         
             
             * A container component for WYSIWYG (What You See Is What You Get) editor functionality.
         
     | 
| 
       455 
350 
     | 
    
         
             
             * @category Components
         
     | 
| 
       456 
351 
     | 
    
         
             
             */
         
     | 
| 
       457 
352 
     | 
    
         
             
            class AXWysiwygHistoryComponent {
         
     | 
| 
       458 
     | 
    
         
            -
                 
     | 
| 
       459 
     | 
    
         
            -
             
     | 
| 
       460 
     | 
    
         
            -
                    this.service = inject(AXWysiwygService);
         
     | 
| 
       461 
     | 
    
         
            -
                }
         
     | 
| 
       462 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       463 
     | 
    
         
            -
                undo() {
         
     | 
| 
       464 
     | 
    
         
            -
                    this.service.wysiwyg().undo();
         
     | 
| 
       465 
     | 
    
         
            -
                }
         
     | 
| 
       466 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       467 
     | 
    
         
            -
                redo() {
         
     | 
| 
       468 
     | 
    
         
            -
                    this.service.wysiwyg().redo();
         
     | 
| 
       469 
     | 
    
         
            -
                }
         
     | 
| 
       470 
     | 
    
         
            -
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXWysiwygHistoryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
       471 
     | 
    
         
            -
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.3", type: AXWysiwygHistoryComponent, isStandalone: true, selector: "ax-wysiwyg-history", providers: [{ provide: AXComponent, useExisting: AXWysiwygHistoryComponent }], ngImport: i0, template: "<ax-button (click)=\"undo()\" look=\"blank\">\n  <ax-icon class=\"ax-icon ax-icon-undo\"></ax-icon>\n</ax-button>\n\n<ax-button (click)=\"redo()\" look=\"blank\">\n  <ax-icon class=\"ax-icon ax-icon-redo\"></ax-icon>\n</ax-button>\n", styles: ["ax-wysiwyg-history{display:flex}\n"], dependencies: [{ kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
      
 353 
     | 
    
         
            +
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygHistoryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
      
 354 
     | 
    
         
            +
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.6", type: AXWysiwygHistoryComponent, isStandalone: true, selector: "ax-wysiwyg-history", providers: [{ provide: AXComponent, useExisting: AXWysiwygHistoryComponent }], ngImport: i0, template: "<span class=\"ql-formats\">\n  <button class=\"ql-undo\"></button>\n  <button class=\"ql-redo\"></button>\n</span>\n", encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
       472 
355 
     | 
    
         
             
            }
         
     | 
| 
       473 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3. 
     | 
| 
      
 356 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygHistoryComponent, decorators: [{
         
     | 
| 
       474 
357 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       475 
     | 
    
         
            -
                        args: [{ selector: 'ax-wysiwyg-history', encapsulation: ViewEncapsulation.None, imports: [ 
     | 
| 
      
 358 
     | 
    
         
            +
                        args: [{ selector: 'ax-wysiwyg-history', encapsulation: ViewEncapsulation.None, imports: [], providers: [{ provide: AXComponent, useExisting: AXWysiwygHistoryComponent }], template: "<span class=\"ql-formats\">\n  <button class=\"ql-undo\"></button>\n  <button class=\"ql-redo\"></button>\n</span>\n" }]
         
     | 
| 
       476 
359 
     | 
    
         
             
                    }] });
         
     | 
| 
       477 
360 
     | 
    
         | 
| 
       478 
361 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -480,52 +363,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor 
     | 
|
| 
       480 
363 
     | 
    
         
             
             * @category Components
         
     | 
| 
       481 
364 
     | 
    
         
             
             */
         
     | 
| 
       482 
365 
     | 
    
         
             
            class AXWysiwygInsertComponent {
         
     | 
| 
       483 
     | 
    
         
            -
                 
     | 
| 
       484 
     | 
    
         
            -
             
     | 
| 
       485 
     | 
    
         
            -
                    this.service = inject(AXWysiwygService);
         
     | 
| 
       486 
     | 
    
         
            -
                    this.isCodeActive = signal(false, ...(ngDevMode ? [{ debugName: "isCodeActive" }] : []));
         
     | 
| 
       487 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       488 
     | 
    
         
            -
                    this.textBoxOptions = {
         
     | 
| 
       489 
     | 
    
         
            -
                        text: '',
         
     | 
| 
       490 
     | 
    
         
            -
                        placeholder: 'Enter yor url ...',
         
     | 
| 
       491 
     | 
    
         
            -
                        size: 'ax-sm',
         
     | 
| 
       492 
     | 
    
         
            -
                    };
         
     | 
| 
       493 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       494 
     | 
    
         
            -
                    this.popoverOption = {
         
     | 
| 
       495 
     | 
    
         
            -
                        openOn: 'click',
         
     | 
| 
       496 
     | 
    
         
            -
                        closeOn: 'clickOut',
         
     | 
| 
       497 
     | 
    
         
            -
                        placement: 'top',
         
     | 
| 
       498 
     | 
    
         
            -
                        offsetX: 0,
         
     | 
| 
       499 
     | 
    
         
            -
                        offsetY: 0,
         
     | 
| 
       500 
     | 
    
         
            -
                    };
         
     | 
| 
       501 
     | 
    
         
            -
                    this.#eff = effect(() => {
         
     | 
| 
       502 
     | 
    
         
            -
                        if (!this.service.wysiwyg())
         
     | 
| 
       503 
     | 
    
         
            -
                            return;
         
     | 
| 
       504 
     | 
    
         
            -
                        const range = this.service.wysiwyg()?.quillObj().getSelection();
         
     | 
| 
       505 
     | 
    
         
            -
                        this.service.wysiwyg().codeBlock(range, this.isCodeActive());
         
     | 
| 
       506 
     | 
    
         
            -
                    }, ...(ngDevMode ? [{ debugName: "#eff" }] : []));
         
     | 
| 
       507 
     | 
    
         
            -
                }
         
     | 
| 
       508 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       509 
     | 
    
         
            -
                submitLink() {
         
     | 
| 
       510 
     | 
    
         
            -
                    this.service.wysiwyg().addImage(this.textBoxOptions.text);
         
     | 
| 
       511 
     | 
    
         
            -
                }
         
     | 
| 
       512 
     | 
    
         
            -
                codeBlock() {
         
     | 
| 
       513 
     | 
    
         
            -
                    this.isCodeActive.update((prev) => !prev);
         
     | 
| 
       514 
     | 
    
         
            -
                }
         
     | 
| 
       515 
     | 
    
         
            -
                #eff;
         
     | 
| 
       516 
     | 
    
         
            -
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXWysiwygInsertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
       517 
     | 
    
         
            -
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.3", type: AXWysiwygInsertComponent, isStandalone: true, selector: "ax-wysiwyg-insert", providers: [{ provide: AXComponent, useExisting: AXWysiwygInsertComponent }], ngImport: i0, template: "<ax-button #linkBtn look=\"blank\">\n  <ax-icon class=\"ax-icon ax-icon-image\"></ax-icon>\n</ax-button>\n\n<ax-button [selected]=\"isCodeActive()\" (onClick)=\"codeBlock()\" look=\"blank\">\n  <ax-icon class=\"ax-icon ax-icon-code\"></ax-icon>\n</ax-button>\n\n<ax-popover\n  [adaptivityEnabled]=\"true\"\n  [openOn]=\"popoverOption.openOn\"\n  [closeOn]=\"popoverOption.closeOn\"\n  [target]=\"linkBtn\"\n  [placement]=\"popoverOption.placement\"\n>\n  <div class=\"ax-overlay-pane ax-insert-container\">\n    <ax-text-box\n      class=\"{{ textBoxOptions.size }}\"\n      [(ngModel)]=\"textBoxOptions.text\"\n      [placeholder]=\"textBoxOptions.placeholder\"\n    >\n      <ax-suffix>\n        <ax-button (click)=\"submitLink()\" color=\"secondary\" text=\"Add\"> </ax-button>\n      </ax-suffix>\n    </ax-text-box>\n  </div>\n</ax-popover>\n", styles: [".ax-insert-container{display:flex;padding:.5rem}\n"], dependencies: [{ kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: AXPopoverComponent, selector: "ax-popover", inputs: ["width", "disabled", "offsetX", "offsetY", "target", "placement", "content", "openOn", "closeOn", "hasBackdrop", "openAfter", "closeAfter", "backdropClass", "panelClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "component", type: AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }], encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
      
 366 
     | 
    
         
            +
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygInsertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
      
 367 
     | 
    
         
            +
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.6", type: AXWysiwygInsertComponent, isStandalone: true, selector: "ax-wysiwyg-insert", providers: [{ provide: AXComponent, useExisting: AXWysiwygInsertComponent }], ngImport: i0, template: "<span class=\"ql-formats\">\n  <button class=\"ql-image\" title=\"Insert image\"></button>\n  <button class=\"ql-video\" title=\"Insert video\"></button>\n  <button class=\"ql-link\" title=\"Insert link\"></button>\n</span>\n", encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
       518 
368 
     | 
    
         
             
            }
         
     | 
| 
       519 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3. 
     | 
| 
      
 369 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygInsertComponent, decorators: [{
         
     | 
| 
       520 
370 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       521 
     | 
    
         
            -
                        args: [{ selector: 'ax-wysiwyg-insert', encapsulation: ViewEncapsulation.None, imports: [
         
     | 
| 
       522 
     | 
    
         
            -
                                    AXButtonComponent,
         
     | 
| 
       523 
     | 
    
         
            -
                                    AXDecoratorIconComponent,
         
     | 
| 
       524 
     | 
    
         
            -
                                    AXPopoverComponent,
         
     | 
| 
       525 
     | 
    
         
            -
                                    AXTextBoxComponent,
         
     | 
| 
       526 
     | 
    
         
            -
                                    FormsModule,
         
     | 
| 
       527 
     | 
    
         
            -
                                    AXDecoratorGenericComponent,
         
     | 
| 
       528 
     | 
    
         
            -
                                ], providers: [{ provide: AXComponent, useExisting: AXWysiwygInsertComponent }], template: "<ax-button #linkBtn look=\"blank\">\n  <ax-icon class=\"ax-icon ax-icon-image\"></ax-icon>\n</ax-button>\n\n<ax-button [selected]=\"isCodeActive()\" (onClick)=\"codeBlock()\" look=\"blank\">\n  <ax-icon class=\"ax-icon ax-icon-code\"></ax-icon>\n</ax-button>\n\n<ax-popover\n  [adaptivityEnabled]=\"true\"\n  [openOn]=\"popoverOption.openOn\"\n  [closeOn]=\"popoverOption.closeOn\"\n  [target]=\"linkBtn\"\n  [placement]=\"popoverOption.placement\"\n>\n  <div class=\"ax-overlay-pane ax-insert-container\">\n    <ax-text-box\n      class=\"{{ textBoxOptions.size }}\"\n      [(ngModel)]=\"textBoxOptions.text\"\n      [placeholder]=\"textBoxOptions.placeholder\"\n    >\n      <ax-suffix>\n        <ax-button (click)=\"submitLink()\" color=\"secondary\" text=\"Add\"> </ax-button>\n      </ax-suffix>\n    </ax-text-box>\n  </div>\n</ax-popover>\n", styles: [".ax-insert-container{display:flex;padding:.5rem}\n"] }]
         
     | 
| 
      
 371 
     | 
    
         
            +
                        args: [{ selector: 'ax-wysiwyg-insert', encapsulation: ViewEncapsulation.None, imports: [], providers: [{ provide: AXComponent, useExisting: AXWysiwygInsertComponent }], template: "<span class=\"ql-formats\">\n  <button class=\"ql-image\" title=\"Insert image\"></button>\n  <button class=\"ql-video\" title=\"Insert video\"></button>\n  <button class=\"ql-link\" title=\"Insert link\"></button>\n</span>\n" }]
         
     | 
| 
       529 
372 
     | 
    
         
             
                    }] });
         
     | 
| 
       530 
373 
     | 
    
         | 
| 
       531 
374 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -533,105 +376,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor 
     | 
|
| 
       533 
376 
     | 
    
         
             
             * @category Components
         
     | 
| 
       534 
377 
     | 
    
         
             
             */
         
     | 
| 
       535 
378 
     | 
    
         
             
            class AXWysiwygListComponent {
         
     | 
| 
       536 
     | 
    
         
            -
                 
     | 
| 
       537 
     | 
    
         
            -
                 
     | 
| 
       538 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       539 
     | 
    
         
            -
                    this.service = inject(AXWysiwygService);
         
     | 
| 
       540 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       541 
     | 
    
         
            -
                    this.listState = signal('', ...(ngDevMode ? [{ debugName: "listState" }] : []));
         
     | 
| 
       542 
     | 
    
         
            -
                    effect(() => {
         
     | 
| 
       543 
     | 
    
         
            -
                        if (!this.service.wysiwyg())
         
     | 
| 
       544 
     | 
    
         
            -
                            return;
         
     | 
| 
       545 
     | 
    
         
            -
                        switch (this.service.currentSelectedElemList()) {
         
     | 
| 
       546 
     | 
    
         
            -
                            case 'ordered':
         
     | 
| 
       547 
     | 
    
         
            -
                                this.service.wysiwyg().list('ordered');
         
     | 
| 
       548 
     | 
    
         
            -
                                this.listState.set('ordered');
         
     | 
| 
       549 
     | 
    
         
            -
                                break;
         
     | 
| 
       550 
     | 
    
         
            -
                            case 'bullet':
         
     | 
| 
       551 
     | 
    
         
            -
                                this.service.wysiwyg().list('bullet');
         
     | 
| 
       552 
     | 
    
         
            -
                                this.listState.set('bullet');
         
     | 
| 
       553 
     | 
    
         
            -
                                break;
         
     | 
| 
       554 
     | 
    
         
            -
                            default:
         
     | 
| 
       555 
     | 
    
         
            -
                                this.service.wysiwyg().list('');
         
     | 
| 
       556 
     | 
    
         
            -
                                this.listState.set('');
         
     | 
| 
       557 
     | 
    
         
            -
                        }
         
     | 
| 
       558 
     | 
    
         
            -
                    });
         
     | 
| 
       559 
     | 
    
         
            -
                }
         
     | 
| 
       560 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       561 
     | 
    
         
            -
                orderList() {
         
     | 
| 
       562 
     | 
    
         
            -
                    if (!this.listState() || this.listState() === 'bullet') {
         
     | 
| 
       563 
     | 
    
         
            -
                        this.service.wysiwyg().list('ordered');
         
     | 
| 
       564 
     | 
    
         
            -
                        this.listState.set('ordered');
         
     | 
| 
       565 
     | 
    
         
            -
                    }
         
     | 
| 
       566 
     | 
    
         
            -
                    else {
         
     | 
| 
       567 
     | 
    
         
            -
                        this.service.wysiwyg().list('');
         
     | 
| 
       568 
     | 
    
         
            -
                        this.listState.set('');
         
     | 
| 
       569 
     | 
    
         
            -
                    }
         
     | 
| 
       570 
     | 
    
         
            -
                }
         
     | 
| 
       571 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       572 
     | 
    
         
            -
                unOrderList() {
         
     | 
| 
       573 
     | 
    
         
            -
                    if (!this.listState() || this.listState() === 'ordered') {
         
     | 
| 
       574 
     | 
    
         
            -
                        this.service.wysiwyg().list('bullet');
         
     | 
| 
       575 
     | 
    
         
            -
                        this.listState.set('bullet');
         
     | 
| 
       576 
     | 
    
         
            -
                    }
         
     | 
| 
       577 
     | 
    
         
            -
                    else {
         
     | 
| 
       578 
     | 
    
         
            -
                        this.service.wysiwyg().list('');
         
     | 
| 
       579 
     | 
    
         
            -
                        this.listState.set('');
         
     | 
| 
       580 
     | 
    
         
            -
                    }
         
     | 
| 
       581 
     | 
    
         
            -
                }
         
     | 
| 
       582 
     | 
    
         
            -
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXWysiwygListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
       583 
     | 
    
         
            -
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.3", type: AXWysiwygListComponent, isStandalone: true, selector: "ax-wysiwyg-list", providers: [{ provide: AXComponent, useExisting: AXWysiwygListComponent }], ngImport: i0, template: "<ax-button (click)=\"orderList()\" look=\"blank\" [selected]=\"listState() === 'ordered' ? true : false\">\n  <ax-icon class=\"ax-icon ax-icon-order-list\"></ax-icon>\n</ax-button>\n\n<ax-button (click)=\"unOrderList()\" look=\"blank\" [selected]=\"listState() === 'bullet' ? true : false\">\n  <ax-icon class=\"ax-icon ax-icon-un-order-list\"></ax-icon>\n</ax-button>\n", styles: ["ax-wysiwyg-list{display:flex}\n"], dependencies: [{ kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
       584 
     | 
    
         
            -
            }
         
     | 
| 
       585 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXWysiwygListComponent, decorators: [{
         
     | 
| 
       586 
     | 
    
         
            -
                        type: Component,
         
     | 
| 
       587 
     | 
    
         
            -
                        args: [{ selector: 'ax-wysiwyg-list', encapsulation: ViewEncapsulation.None, imports: [AXButtonComponent, AXDecoratorIconComponent], providers: [{ provide: AXComponent, useExisting: AXWysiwygListComponent }], template: "<ax-button (click)=\"orderList()\" look=\"blank\" [selected]=\"listState() === 'ordered' ? true : false\">\n  <ax-icon class=\"ax-icon ax-icon-order-list\"></ax-icon>\n</ax-button>\n\n<ax-button (click)=\"unOrderList()\" look=\"blank\" [selected]=\"listState() === 'bullet' ? true : false\">\n  <ax-icon class=\"ax-icon ax-icon-un-order-list\"></ax-icon>\n</ax-button>\n", styles: ["ax-wysiwyg-list{display:flex}\n"] }]
         
     | 
| 
       588 
     | 
    
         
            -
                    }], ctorParameters: () => [] });
         
     | 
| 
       589 
     | 
    
         
            -
             
     | 
| 
       590 
     | 
    
         
            -
            /**
         
     | 
| 
       591 
     | 
    
         
            -
             * @category Components
         
     | 
| 
       592 
     | 
    
         
            -
             * A component for viewing WYSIWYG content.
         
     | 
| 
       593 
     | 
    
         
            -
             */
         
     | 
| 
       594 
     | 
    
         
            -
            class AXWysiwygViewComponent {
         
     | 
| 
       595 
     | 
    
         
            -
                constructor() {
         
     | 
| 
       596 
     | 
    
         
            -
                    this.classes = input('', ...(ngDevMode ? [{ debugName: "classes", alias: 'class' }] : [{ alias: 'class' }]));
         
     | 
| 
       597 
     | 
    
         
            -
                    /** @ignore */
         
     | 
| 
       598 
     | 
    
         
            -
                    this.wysiwygService = inject(AXWysiwygService);
         
     | 
| 
       599 
     | 
    
         
            -
                }
         
     | 
| 
       600 
     | 
    
         
            -
                get __hostClass() {
         
     | 
| 
       601 
     | 
    
         
            -
                    return `${this.classes()}`;
         
     | 
| 
       602 
     | 
    
         
            -
                }
         
     | 
| 
       603 
     | 
    
         
            -
                onKeydownHandler(e) {
         
     | 
| 
       604 
     | 
    
         
            -
                    if (e.target.firstChild.nodeName === 'P') {
         
     | 
| 
       605 
     | 
    
         
            -
                        this.wysiwygService.currentSelectedElemList.set('');
         
     | 
| 
       606 
     | 
    
         
            -
                    }
         
     | 
| 
       607 
     | 
    
         
            -
                }
         
     | 
| 
       608 
     | 
    
         
            -
                editorStateHandler(e) {
         
     | 
| 
       609 
     | 
    
         
            -
                    this.wysiwygService.currentSelectedElemAlign.set(e.target.classList.value);
         
     | 
| 
       610 
     | 
    
         
            -
                    this.wysiwygService.currentSelectedElemList.set(e.target.dataset.list);
         
     | 
| 
       611 
     | 
    
         
            -
                    this.wysiwygService.currentSelectedElemArray.set([
         
     | 
| 
       612 
     | 
    
         
            -
                        e.target.nodeName,
         
     | 
| 
       613 
     | 
    
         
            -
                        e.target.parentElement.nodeName,
         
     | 
| 
       614 
     | 
    
         
            -
                        e.target.parentElement.parentElement.nodeName,
         
     | 
| 
       615 
     | 
    
         
            -
                        e.target.parentElement.parentElement.parentElement.nodeName,
         
     | 
| 
       616 
     | 
    
         
            -
                        e.target.classList.value,
         
     | 
| 
       617 
     | 
    
         
            -
                    ]);
         
     | 
| 
       618 
     | 
    
         
            -
                }
         
     | 
| 
       619 
     | 
    
         
            -
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXWysiwygViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
       620 
     | 
    
         
            -
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.3", type: AXWysiwygViewComponent, isStandalone: true, selector: "ax-wysiwyg-view", inputs: { classes: { classPropertyName: "classes", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "keydown.Backspace": "onKeydownHandler($event)", "click": "editorStateHandler($event)" }, properties: { "class": "this.__hostClass" } }, providers: [{ provide: AXComponent, useExisting: AXWysiwygViewComponent }], ngImport: i0, template: "", styles: ["ax-wysiwyg-view{display:flex;flex-direction:column;width:100%;border-bottom:1px solid rgb(var(--ax-sys-color-border-lightest-surface))}.ql-container{flex-grow:1;height:0;font-family:inherit}.ql-editor.ql-blank:before{opacity:.5;font-weight:600;font-style:normal;color:rgba(var(--ax-sys-color-on-lightest-surface))}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
      
 379 
     | 
    
         
            +
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
         
     | 
| 
      
 380 
     | 
    
         
            +
                static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.6", type: AXWysiwygListComponent, isStandalone: true, selector: "ax-wysiwyg-list", providers: [{ provide: AXComponent, useExisting: AXWysiwygListComponent }], ngImport: i0, template: "<span class=\"ql-formats\">\n  <button class=\"ql-list\" value=\"ordered\" title=\"Ordered list\"></button>\n  <button class=\"ql-list\" value=\"bullet\" title=\"Bulleted list\"></button>\n  <button class=\"ql-direction\" value=\"rtl\" title=\"Right-to-left\"></button>\n</span>\n", encapsulation: i0.ViewEncapsulation.None }); }
         
     | 
| 
       621 
381 
     | 
    
         
             
            }
         
     | 
| 
       622 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3. 
     | 
| 
      
 382 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygListComponent, decorators: [{
         
     | 
| 
       623 
383 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       624 
     | 
    
         
            -
                        args: [{ selector: 'ax-wysiwyg- 
     | 
| 
       625 
     | 
    
         
            -
                    }] 
     | 
| 
       626 
     | 
    
         
            -
                            type: HostBinding,
         
     | 
| 
       627 
     | 
    
         
            -
                            args: ['class']
         
     | 
| 
       628 
     | 
    
         
            -
                        }], onKeydownHandler: [{
         
     | 
| 
       629 
     | 
    
         
            -
                            type: HostListener,
         
     | 
| 
       630 
     | 
    
         
            -
                            args: ['keydown.Backspace', ['$event']]
         
     | 
| 
       631 
     | 
    
         
            -
                        }], editorStateHandler: [{
         
     | 
| 
       632 
     | 
    
         
            -
                            type: HostListener,
         
     | 
| 
       633 
     | 
    
         
            -
                            args: ['click', ['$event']]
         
     | 
| 
       634 
     | 
    
         
            -
                        }] } });
         
     | 
| 
      
 384 
     | 
    
         
            +
                        args: [{ selector: 'ax-wysiwyg-list', encapsulation: ViewEncapsulation.None, imports: [], providers: [{ provide: AXComponent, useExisting: AXWysiwygListComponent }], template: "<span class=\"ql-formats\">\n  <button class=\"ql-list\" value=\"ordered\" title=\"Ordered list\"></button>\n  <button class=\"ql-list\" value=\"bullet\" title=\"Bulleted list\"></button>\n  <button class=\"ql-direction\" value=\"rtl\" title=\"Right-to-left\"></button>\n</span>\n" }]
         
     | 
| 
      
 385 
     | 
    
         
            +
                    }] });
         
     | 
| 
       635 
386 
     | 
    
         | 
| 
       636 
387 
     | 
    
         
             
            const COMPONENT = [
         
     | 
| 
       637 
388 
     | 
    
         
             
                AXWysiwygContainerComponent,
         
     | 
| 
         @@ -642,6 +393,7 @@ const COMPONENT = [ 
     | 
|
| 
       642 
393 
     | 
    
         
             
                AXWysiwygHistoryComponent,
         
     | 
| 
       643 
394 
     | 
    
         
             
                AXWysiwygInsertComponent,
         
     | 
| 
       644 
395 
     | 
    
         
             
                AXWysiwygListComponent,
         
     | 
| 
      
 396 
     | 
    
         
            +
                AXWysiwygToolbarComponent,
         
     | 
| 
       645 
397 
     | 
    
         
             
            ];
         
     | 
| 
       646 
398 
     | 
    
         
             
            const MODULES = [
         
     | 
| 
       647 
399 
     | 
    
         
             
                AXButtonModule,
         
     | 
| 
         @@ -653,8 +405,8 @@ const MODULES = [ 
     | 
|
| 
       653 
405 
     | 
    
         
             
                AXTextBoxModule,
         
     | 
| 
       654 
406 
     | 
    
         
             
            ];
         
     | 
| 
       655 
407 
     | 
    
         
             
            class AXWysiwygModule {
         
     | 
| 
       656 
     | 
    
         
            -
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3. 
     | 
| 
       657 
     | 
    
         
            -
                static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3. 
     | 
| 
      
 408 
     | 
    
         
            +
                static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
         
     | 
| 
      
 409 
     | 
    
         
            +
                static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygModule, imports: [AXButtonModule,
         
     | 
| 
       658 
410 
     | 
    
         
             
                        AXDecoratorModule,
         
     | 
| 
       659 
411 
     | 
    
         
             
                        AXSelectBoxModule,
         
     | 
| 
       660 
412 
     | 
    
         
             
                        FormsModule,
         
     | 
| 
         @@ -667,22 +419,19 @@ class AXWysiwygModule { 
     | 
|
| 
       667 
419 
     | 
    
         
             
                        AXWysiwygFontStyleComponent,
         
     | 
| 
       668 
420 
     | 
    
         
             
                        AXWysiwygHistoryComponent,
         
     | 
| 
       669 
421 
     | 
    
         
             
                        AXWysiwygInsertComponent,
         
     | 
| 
       670 
     | 
    
         
            -
                        AXWysiwygListComponent 
     | 
| 
      
 422 
     | 
    
         
            +
                        AXWysiwygListComponent,
         
     | 
| 
      
 423 
     | 
    
         
            +
                        AXWysiwygToolbarComponent], exports: [AXWysiwygContainerComponent,
         
     | 
| 
       671 
424 
     | 
    
         
             
                        AXWysiwygViewComponent,
         
     | 
| 
       672 
425 
     | 
    
         
             
                        AXWysiwygAlignmentComponent,
         
     | 
| 
       673 
426 
     | 
    
         
             
                        AXWysiwygColorsComponent,
         
     | 
| 
       674 
427 
     | 
    
         
             
                        AXWysiwygFontStyleComponent,
         
     | 
| 
       675 
428 
     | 
    
         
             
                        AXWysiwygHistoryComponent,
         
     | 
| 
       676 
429 
     | 
    
         
             
                        AXWysiwygInsertComponent,
         
     | 
| 
       677 
     | 
    
         
            -
                        AXWysiwygListComponent 
     | 
| 
       678 
     | 
    
         
            -
             
     | 
| 
       679 
     | 
    
         
            -
             
     | 
| 
       680 
     | 
    
         
            -
                        AXWysiwygFontStyleComponent,
         
     | 
| 
       681 
     | 
    
         
            -
                        AXWysiwygHistoryComponent,
         
     | 
| 
       682 
     | 
    
         
            -
                        AXWysiwygInsertComponent,
         
     | 
| 
       683 
     | 
    
         
            -
                        AXWysiwygListComponent] }); }
         
     | 
| 
      
 430 
     | 
    
         
            +
                        AXWysiwygListComponent,
         
     | 
| 
      
 431 
     | 
    
         
            +
                        AXWysiwygToolbarComponent] }); }
         
     | 
| 
      
 432 
     | 
    
         
            +
                static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygModule, imports: [MODULES, AXWysiwygColorsComponent] }); }
         
     | 
| 
       684 
433 
     | 
    
         
             
            }
         
     | 
| 
       685 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3. 
     | 
| 
      
 434 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: AXWysiwygModule, decorators: [{
         
     | 
| 
       686 
435 
     | 
    
         
             
                        type: NgModule,
         
     | 
| 
       687 
436 
     | 
    
         
             
                        args: [{
         
     | 
| 
       688 
437 
     | 
    
         
             
                                imports: [...MODULES, ...COMPONENT],
         
     | 
| 
         @@ -695,5 +444,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor 
     | 
|
| 
       695 
444 
     | 
    
         
             
             * Generated bundle index. Do not edit.
         
     | 
| 
       696 
445 
     | 
    
         
             
             */
         
     | 
| 
       697 
446 
     | 
    
         | 
| 
       698 
     | 
    
         
            -
            export { AXWysiwygAlignmentComponent, AXWysiwygColorsComponent, AXWysiwygContainerComponent, AXWysiwygFontStyleComponent, AXWysiwygHistoryComponent, AXWysiwygInsertComponent, AXWysiwygListComponent, AXWysiwygModule, AXWysiwygViewComponent };
         
     | 
| 
      
 447 
     | 
    
         
            +
            export { AXWysiwygAlignmentComponent, AXWysiwygColorsComponent, AXWysiwygContainerComponent, AXWysiwygFontStyleComponent, AXWysiwygHistoryComponent, AXWysiwygInsertComponent, AXWysiwygListComponent, AXWysiwygModule, AXWysiwygToolbarComponent, AXWysiwygViewComponent };
         
     | 
| 
       699 
448 
     | 
    
         
             
            //# sourceMappingURL=acorex-components-wysiwyg.mjs.map
         
     |