@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
 
    
        package/rrule/index.d.ts
    CHANGED
    
    | 
         @@ -21,16 +21,79 @@ type AXRRuleType = rrule.RRule; 
     | 
|
| 
       21 
21 
     | 
    
         
             
            declare const defaultOptions: AXROptionsType;
         
     | 
| 
       22 
22 
     | 
    
         
             
            declare const defaultRrule = "RRULE:FREQ=WEEKLY;INTERVAL=1;WKST=MO;COUNT=5";
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
      
 24 
     | 
    
         
            +
            /**
         
     | 
| 
      
 25 
     | 
    
         
            +
             * Service for working with RRule recurrence patterns.
         
     | 
| 
      
 26 
     | 
    
         
            +
             * Provides methods to create RRule instances from options or strings,
         
     | 
| 
      
 27 
     | 
    
         
            +
             * convert between formats, and query occurrences.
         
     | 
| 
      
 28 
     | 
    
         
            +
             */
         
     | 
| 
       24 
29 
     | 
    
         
             
            declare class AXRruleService {
         
     | 
| 
      
 30 
     | 
    
         
            +
                /**
         
     | 
| 
      
 31 
     | 
    
         
            +
                 * Creates an RRule instance from options object.
         
     | 
| 
      
 32 
     | 
    
         
            +
                 * @param options Partial RRule options to create the rule from
         
     | 
| 
      
 33 
     | 
    
         
            +
                 * @returns Promise resolving to the RRule instance
         
     | 
| 
      
 34 
     | 
    
         
            +
                 */
         
     | 
| 
       25 
35 
     | 
    
         
             
                rruleFromOptions(options: Partial<AXROptionsType>): Promise<AXRRuleType>;
         
     | 
| 
      
 36 
     | 
    
         
            +
                /**
         
     | 
| 
      
 37 
     | 
    
         
            +
                 * Creates an RRule instance from a RRULE string.
         
     | 
| 
      
 38 
     | 
    
         
            +
                 * @param ruleString Valid RRULE string (e.g., "RRULE:FREQ=WEEKLY;COUNT=5")
         
     | 
| 
      
 39 
     | 
    
         
            +
                 * @returns Promise resolving to the RRule instance
         
     | 
| 
      
 40 
     | 
    
         
            +
                 */
         
     | 
| 
       26 
41 
     | 
    
         
             
                rruleFromString(ruleString: string): Promise<AXRRuleType>;
         
     | 
| 
      
 42 
     | 
    
         
            +
                /**
         
     | 
| 
      
 43 
     | 
    
         
            +
                 * Creates an RRule instance from human-readable text.
         
     | 
| 
      
 44 
     | 
    
         
            +
                 * @param ruleText Human-readable text describing the recurrence (e.g., "every Monday for 5 weeks")
         
     | 
| 
      
 45 
     | 
    
         
            +
                 * @returns Promise resolving to the RRule instance
         
     | 
| 
      
 46 
     | 
    
         
            +
                 */
         
     | 
| 
       27 
47 
     | 
    
         
             
                rruleFromText(ruleText: string): Promise<AXRRuleType>;
         
     | 
| 
      
 48 
     | 
    
         
            +
                /**
         
     | 
| 
      
 49 
     | 
    
         
            +
                 * Extracts options from an RRule instance.
         
     | 
| 
      
 50 
     | 
    
         
            +
                 * @param rule RRule instance to extract options from
         
     | 
| 
      
 51 
     | 
    
         
            +
                 * @returns Parsed options with all required fields
         
     | 
| 
      
 52 
     | 
    
         
            +
                 */
         
     | 
| 
       28 
53 
     | 
    
         
             
                rruleToOptions(rule: AXRRuleType): AXParsedOptionsType;
         
     | 
| 
      
 54 
     | 
    
         
            +
                /**
         
     | 
| 
      
 55 
     | 
    
         
            +
                 * Converts an RRule instance to RRULE string format.
         
     | 
| 
      
 56 
     | 
    
         
            +
                 * @param rule RRule instance to convert
         
     | 
| 
      
 57 
     | 
    
         
            +
                 * @returns RRULE string representation
         
     | 
| 
      
 58 
     | 
    
         
            +
                 */
         
     | 
| 
       29 
59 
     | 
    
         
             
                rruleToString(rule: AXRRuleType): string;
         
     | 
| 
      
 60 
     | 
    
         
            +
                /**
         
     | 
| 
      
 61 
     | 
    
         
            +
                 * Converts an RRule instance to human-readable text.
         
     | 
| 
      
 62 
     | 
    
         
            +
                 * @param rule RRule instance to convert
         
     | 
| 
      
 63 
     | 
    
         
            +
                 * @returns Human-readable text description
         
     | 
| 
      
 64 
     | 
    
         
            +
                 */
         
     | 
| 
       30 
65 
     | 
    
         
             
                rruleToText(rule: AXRRuleType): string;
         
     | 
| 
      
 66 
     | 
    
         
            +
                /**
         
     | 
| 
      
 67 
     | 
    
         
            +
                 * Gets all occurrences of the rule up to a limit.
         
     | 
| 
      
 68 
     | 
    
         
            +
                 * @param rule RRule instance to query
         
     | 
| 
      
 69 
     | 
    
         
            +
                 * @param limit Maximum number of occurrences to return (default: 500)
         
     | 
| 
      
 70 
     | 
    
         
            +
                 * @returns Array of occurrence dates
         
     | 
| 
      
 71 
     | 
    
         
            +
                 */
         
     | 
| 
       31 
72 
     | 
    
         
             
                rruleGetAll(rule: AXRRuleType, limit?: number): Date[];
         
     | 
| 
      
 73 
     | 
    
         
            +
                /**
         
     | 
| 
      
 74 
     | 
    
         
            +
                 * Gets occurrences between two dates.
         
     | 
| 
      
 75 
     | 
    
         
            +
                 * @param rule RRule instance to query
         
     | 
| 
      
 76 
     | 
    
         
            +
                 * @param after Start date (exclusive by default)
         
     | 
| 
      
 77 
     | 
    
         
            +
                 * @param before End date (exclusive by default)
         
     | 
| 
      
 78 
     | 
    
         
            +
                 * @param inclusive Whether to include the boundary dates
         
     | 
| 
      
 79 
     | 
    
         
            +
                 * @returns Array of occurrence dates between the specified dates
         
     | 
| 
      
 80 
     | 
    
         
            +
                 */
         
     | 
| 
       32 
81 
     | 
    
         
             
                rruleGetBetween(rule: AXRRuleType, after: Date, before: Date, inclusive?: boolean): Date[];
         
     | 
| 
      
 82 
     | 
    
         
            +
                /**
         
     | 
| 
      
 83 
     | 
    
         
            +
                 * Gets the last occurrence before the specified date.
         
     | 
| 
      
 84 
     | 
    
         
            +
                 * @param rule RRule instance to query
         
     | 
| 
      
 85 
     | 
    
         
            +
                 * @param date Date to search before
         
     | 
| 
      
 86 
     | 
    
         
            +
                 * @param inclusive Whether to include the specified date
         
     | 
| 
      
 87 
     | 
    
         
            +
                 * @returns Last occurrence before the date, or null if none found
         
     | 
| 
      
 88 
     | 
    
         
            +
                 */
         
     | 
| 
       33 
89 
     | 
    
         
             
                rruleGetBefore(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
         
     | 
| 
      
 90 
     | 
    
         
            +
                /**
         
     | 
| 
      
 91 
     | 
    
         
            +
                 * Gets the first occurrence after the specified date.
         
     | 
| 
      
 92 
     | 
    
         
            +
                 * @param rule RRule instance to query
         
     | 
| 
      
 93 
     | 
    
         
            +
                 * @param date Date to search after
         
     | 
| 
      
 94 
     | 
    
         
            +
                 * @param inclusive Whether to include the specified date
         
     | 
| 
      
 95 
     | 
    
         
            +
                 * @returns First occurrence after the date, or null if none found
         
     | 
| 
      
 96 
     | 
    
         
            +
                 */
         
     | 
| 
       34 
97 
     | 
    
         
             
                rruleGetAfter(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
         
     | 
| 
       35 
98 
     | 
    
         
             
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleService, never>;
         
     | 
| 
       36 
99 
     | 
    
         
             
                static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRruleService>;
         
     | 
| 
         @@ -53,12 +116,36 @@ declare class AXRrulePreviewComponent implements OnInit { 
     | 
|
| 
       53 
116 
     | 
    
         
             
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRrulePreviewComponent, "ax-rrule-preview", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "repeat": { "alias": "repeat"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
         
     | 
| 
       54 
117 
     | 
    
         
             
            }
         
     | 
| 
       55 
118 
     | 
    
         | 
| 
      
 119 
     | 
    
         
            +
            /**
         
     | 
| 
      
 120 
     | 
    
         
            +
             * RRule component provides a user-friendly interface for creating and managing recurrence rules.
         
     | 
| 
      
 121 
     | 
    
         
            +
             * Supports various frequencies, intervals, and date constraints with real-time preview and validation.
         
     | 
| 
      
 122 
     | 
    
         
            +
             */
         
     | 
| 
       56 
123 
     | 
    
         
             
            declare class AXRruleComponent {
         
     | 
| 
       57 
124 
     | 
    
         
             
                #private;
         
     | 
| 
      
 125 
     | 
    
         
            +
                /**
         
     | 
| 
      
 126 
     | 
    
         
            +
                 * Current recurrence rule model value (options object or RRULE string).
         
     | 
| 
      
 127 
     | 
    
         
            +
                 * @default null
         
     | 
| 
      
 128 
     | 
    
         
            +
                 */
         
     | 
| 
       58 
129 
     | 
    
         
             
                value: _angular_core.ModelSignal<string | rrule.Options>;
         
     | 
| 
      
 130 
     | 
    
         
            +
                /**
         
     | 
| 
      
 131 
     | 
    
         
            +
                 * Emitted when the model value changes.
         
     | 
| 
      
 132 
     | 
    
         
            +
                 */
         
     | 
| 
      
 133 
     | 
    
         
            +
                valueChange: _angular_core.OutputEmitterRef<string | rrule.Options>;
         
     | 
| 
      
 134 
     | 
    
         
            +
                /**
         
     | 
| 
      
 135 
     | 
    
         
            +
                 * Emitted with the computed RRule instance when updated.
         
     | 
| 
      
 136 
     | 
    
         
            +
                 */
         
     | 
| 
       59 
137 
     | 
    
         
             
                rruleChange: _angular_core.OutputEmitterRef<rrule.RRule>;
         
     | 
| 
      
 138 
     | 
    
         
            +
                /**
         
     | 
| 
      
 139 
     | 
    
         
            +
                 * Emitted with the normalized options whenever they change.
         
     | 
| 
      
 140 
     | 
    
         
            +
                 */
         
     | 
| 
       60 
141 
     | 
    
         
             
                optionsChange: _angular_core.OutputEmitterRef<rrule.Options>;
         
     | 
| 
      
 142 
     | 
    
         
            +
                /**
         
     | 
| 
      
 143 
     | 
    
         
            +
                 * Emitted with the RRULE string representation.
         
     | 
| 
      
 144 
     | 
    
         
            +
                 */
         
     | 
| 
       61 
145 
     | 
    
         
             
                stringChange: _angular_core.OutputEmitterRef<string>;
         
     | 
| 
      
 146 
     | 
    
         
            +
                /**
         
     | 
| 
      
 147 
     | 
    
         
            +
                 * Emitted with the human-readable text of the rule.
         
     | 
| 
      
 148 
     | 
    
         
            +
                 */
         
     | 
| 
       62 
149 
     | 
    
         
             
                textChange: _angular_core.OutputEmitterRef<string>;
         
     | 
| 
       63 
150 
     | 
    
         
             
                protected freqs: {
         
     | 
| 
       64 
151 
     | 
    
         
             
                    text: string;
         
     | 
| 
         @@ -93,10 +180,18 @@ declare class AXRruleComponent { 
     | 
|
| 
       93 
180 
     | 
    
         
             
                private _emitAll;
         
     | 
| 
       94 
181 
     | 
    
         
             
                private _areOptionValuesEqual;
         
     | 
| 
       95 
182 
     | 
    
         
             
                private _clearOptions;
         
     | 
| 
      
 183 
     | 
    
         
            +
                /**
         
     | 
| 
      
 184 
     | 
    
         
            +
                 * Updates a single option and recomputes the rule.
         
     | 
| 
      
 185 
     | 
    
         
            +
                 * @param key The option key to update
         
     | 
| 
      
 186 
     | 
    
         
            +
                 * @param value The new value for the option
         
     | 
| 
      
 187 
     | 
    
         
            +
                 */
         
     | 
| 
       96 
188 
     | 
    
         
             
                updateOption<K extends keyof AXROptionsType>(key: K, value: AXROptionsType[K]): Promise<void>;
         
     | 
| 
      
 189 
     | 
    
         
            +
                /**
         
     | 
| 
      
 190 
     | 
    
         
            +
                 * Resets options to defaults and recomputes the rule.
         
     | 
| 
      
 191 
     | 
    
         
            +
                 */
         
     | 
| 
       97 
192 
     | 
    
         
             
                resetOptions(): Promise<void>;
         
     | 
| 
       98 
193 
     | 
    
         
             
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleComponent, never>;
         
     | 
| 
       99 
     | 
    
         
            -
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRruleComponent, "ax-rrule", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "rruleChange": "rruleChange"; "optionsChange": "optionsChange"; "stringChange": "stringChange"; "textChange": "textChange"; }, never, never, true, never>;
         
     | 
| 
      
 194 
     | 
    
         
            +
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRruleComponent, "ax-rrule", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "valueChange": "valueChange"; "rruleChange": "rruleChange"; "optionsChange": "optionsChange"; "stringChange": "stringChange"; "textChange": "textChange"; }, never, never, true, never>;
         
     | 
| 
       100 
195 
     | 
    
         
             
            }
         
     | 
| 
       101 
196 
     | 
    
         | 
| 
       102 
197 
     | 
    
         
             
            export { AXRruleComponent, AXRrulePreviewComponent, AXRruleService, defaultOptions, defaultRrule };
         
     | 
    
        package/select-box/index.d.ts
    CHANGED
    
    | 
         @@ -26,6 +26,7 @@ declare const AXSelectBoxComponent_base: polytype.Polytype.ClusteredConstructor< 
     | 
|
| 
       26 
26 
     | 
    
         
             
             * @category
         
     | 
| 
       27 
27 
     | 
    
         
             
             */
         
     | 
| 
       28 
28 
     | 
    
         
             
            declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements OnDestroy {
         
     | 
| 
      
 29 
     | 
    
         
            +
                #private;
         
     | 
| 
       29 
30 
     | 
    
         
             
                /**
         
     | 
| 
       30 
31 
     | 
    
         
             
                 * Determines if an item is truncated.
         
     | 
| 
       31 
32 
     | 
    
         
             
                 *
         
     | 
    
        package/side-menu/index.d.ts
    CHANGED
    
    | 
         @@ -12,12 +12,13 @@ declare class AXSideMenuItemClickEvent extends AXClickEvent { 
     | 
|
| 
       12 
12 
     | 
    
         
             
                handled: boolean;
         
     | 
| 
       13 
13 
     | 
    
         
             
            }
         
     | 
| 
       14 
14 
     | 
    
         
             
            declare class AXSideMenuItemComponent extends MXInteractiveComponent {
         
     | 
| 
       15 
     | 
    
         
            -
                private 
     | 
| 
      
 15 
     | 
    
         
            +
                #private;
         
     | 
| 
       16 
16 
     | 
    
         
             
                text: _angular_core.ModelSignal<string>;
         
     | 
| 
       17 
17 
     | 
    
         
             
                active: _angular_core.ModelSignal<boolean>;
         
     | 
| 
       18 
18 
     | 
    
         
             
                isLoading: _angular_core.ModelSignal<boolean>;
         
     | 
| 
       19 
19 
     | 
    
         
             
                isCollapsed: _angular_core.ModelSignal<boolean>;
         
     | 
| 
       20 
20 
     | 
    
         
             
                onClick: _angular_core.OutputEmitterRef<AXSideMenuItemClickEvent>;
         
     | 
| 
      
 21 
     | 
    
         
            +
                private elem;
         
     | 
| 
       21 
22 
     | 
    
         
             
                readonly toggleOnClick: _angular_core.InputSignal<boolean>;
         
     | 
| 
       22 
23 
     | 
    
         
             
                readonly href: _angular_core.InputSignal<string>;
         
     | 
| 
       23 
24 
     | 
    
         
             
                readonly routerLink: _angular_core.InputSignal<string | any[] | UrlTree>;
         
     | 
| 
         @@ -27,7 +28,7 @@ declare class AXSideMenuItemComponent extends MXInteractiveComponent { 
     | 
|
| 
       27 
28 
     | 
    
         
             
                } | IsActiveMatchOptions>;
         
     | 
| 
       28 
29 
     | 
    
         
             
                readonly target: _angular_core.InputSignal<"_blank" | "_self" | "_parent" | "_top">;
         
     | 
| 
       29 
30 
     | 
    
         
             
                protected hasChild: _angular_core.WritableSignal<boolean>;
         
     | 
| 
       30 
     | 
    
         
            -
                 
     | 
| 
      
 31 
     | 
    
         
            +
                private checkForChildren;
         
     | 
| 
       31 
32 
     | 
    
         
             
                protected _handleClickEvent(e: MouseEvent): void;
         
     | 
| 
       32 
33 
     | 
    
         
             
                toggle(): void;
         
     | 
| 
       33 
34 
     | 
    
         
             
                open(): void;
         
     | 
    
        package/time-duration/index.d.ts
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            import * as polytype from 'polytype';
         
     | 
| 
       2 
2 
     | 
    
         
             
            import * as _angular_core from '@angular/core';
         
     | 
| 
       3 
     | 
    
         
            -
            import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/cdk/common';
         
     | 
| 
      
 3 
     | 
    
         
            +
            import { MXInputBaseValueComponent, MXLookComponent, AXFocusEvent } from '@acorex/cdk/common';
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
       5 
5 
     | 
    
         
             
            type AXTimeDurationUnit = 'YEAR' | 'MONTH' | 'WEEK' | 'DAY' | 'HOUR' | 'MINUTE' | 'SECOND' | 'MILLISECOND';
         
     | 
| 
       6 
6 
     | 
    
         | 
| 
         @@ -16,9 +16,12 @@ declare class AXTimeDurationComponent extends AXTimeDurationComponent_base { 
     | 
|
| 
       16 
16 
     | 
    
         
             
                readonly valueEnd: _angular_core.InputSignal<AXTimeDurationUnit>;
         
     | 
| 
       17 
17 
     | 
    
         
             
                readonly label: _angular_core.InputSignal<boolean>;
         
     | 
| 
       18 
18 
     | 
    
         
             
                readonly maskDigits: _angular_core.InputSignal<string>;
         
     | 
| 
      
 19 
     | 
    
         
            +
                readonly minValue: _angular_core.InputSignal<number>;
         
     | 
| 
      
 20 
     | 
    
         
            +
                readonly maxValue: _angular_core.InputSignal<number>;
         
     | 
| 
       19 
21 
     | 
    
         
             
                protected maskOptions: _angular_core.WritableSignal<any>;
         
     | 
| 
       20 
22 
     | 
    
         
             
                private translationService;
         
     | 
| 
       21 
23 
     | 
    
         
             
                private timeDurationFormatter;
         
     | 
| 
      
 24 
     | 
    
         
            +
                private translation;
         
     | 
| 
       22 
25 
     | 
    
         
             
                private onInputFire;
         
     | 
| 
       23 
26 
     | 
    
         
             
                private onInternalValueChangedFire;
         
     | 
| 
       24 
27 
     | 
    
         
             
                private YEAR;
         
     | 
| 
         @@ -31,14 +34,27 @@ declare class AXTimeDurationComponent extends AXTimeDurationComponent_base { 
     | 
|
| 
       31 
34 
     | 
    
         
             
                private MILLISECOND;
         
     | 
| 
       32 
35 
     | 
    
         
             
                private isTranslationInit;
         
     | 
| 
       33 
36 
     | 
    
         
             
                initTranslation(): Promise<void>;
         
     | 
| 
       34 
     | 
    
         
            -
                protected onInput(event: any): void 
     | 
| 
      
 37 
     | 
    
         
            +
                protected onInput(event: any): Promise<void>;
         
     | 
| 
       35 
38 
     | 
    
         
             
                protected internalValueChanged(value: number): Promise<void>;
         
     | 
| 
       36 
39 
     | 
    
         
             
                private replacePersianLabels;
         
     | 
| 
       37 
40 
     | 
    
         
             
                private maskToMilliseconds;
         
     | 
| 
       38 
41 
     | 
    
         
             
                private updateMask;
         
     | 
| 
      
 42 
     | 
    
         
            +
                protected focusHandler(e: AXFocusEvent): void;
         
     | 
| 
      
 43 
     | 
    
         
            +
                protected blurHandler(e: AXFocusEvent): void;
         
     | 
| 
      
 44 
     | 
    
         
            +
                protected validateFn: (val: number) => Promise<{
         
     | 
| 
      
 45 
     | 
    
         
            +
                    rule: string;
         
     | 
| 
      
 46 
     | 
    
         
            +
                    result: boolean;
         
     | 
| 
      
 47 
     | 
    
         
            +
                    message: string;
         
     | 
| 
      
 48 
     | 
    
         
            +
                    value: number;
         
     | 
| 
      
 49 
     | 
    
         
            +
                } | {
         
     | 
| 
      
 50 
     | 
    
         
            +
                    rule: string;
         
     | 
| 
      
 51 
     | 
    
         
            +
                    result: boolean;
         
     | 
| 
      
 52 
     | 
    
         
            +
                    value: number;
         
     | 
| 
      
 53 
     | 
    
         
            +
                    message?: undefined;
         
     | 
| 
      
 54 
     | 
    
         
            +
                }>;
         
     | 
| 
       39 
55 
     | 
    
         
             
                private get __hostName();
         
     | 
| 
       40 
56 
     | 
    
         
             
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXTimeDurationComponent, never>;
         
     | 
| 
       41 
     | 
    
         
            -
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXTimeDurationComponent, "ax-time-duration", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "look": { "alias": "look"; "required": false; }; "valueStart": { "alias": "valueStart"; "required": false; "isSignal": true; }; "valueEnd": { "alias": "valueEnd"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "maskDigits": { "alias": "maskDigits"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, never,  
     | 
| 
      
 57 
     | 
    
         
            +
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXTimeDurationComponent, "ax-time-duration", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "look": { "alias": "look"; "required": false; }; "valueStart": { "alias": "valueStart"; "required": false; "isSignal": true; }; "valueEnd": { "alias": "valueEnd"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "maskDigits": { "alias": "maskDigits"; "required": false; "isSignal": true; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, never, never, true, never>;
         
     | 
| 
       42 
58 
     | 
    
         
             
            }
         
     | 
| 
       43 
59 
     | 
    
         | 
| 
       44 
60 
     | 
    
         
             
            declare class AXTimeDurationModule {
         
     | 
    
        package/wysiwyg/index.d.ts
    CHANGED
    
    | 
         @@ -1,31 +1,19 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import * as  
     | 
| 
       2 
     | 
    
         
            -
            import  
     | 
| 
      
 1 
     | 
    
         
            +
            import * as polytype from 'polytype';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import * as i0 from '@angular/core';
         
     | 
| 
      
 3 
     | 
    
         
            +
            import { OnDestroy, ElementRef } from '@angular/core';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/cdk/common';
         
     | 
| 
       3 
5 
     | 
    
         
             
            import * as i1 from '@acorex/components/button';
         
     | 
| 
       4 
6 
     | 
    
         
             
            import * as i2 from '@acorex/components/decorators';
         
     | 
| 
       5 
7 
     | 
    
         
             
            import * as i3 from '@acorex/components/select-box';
         
     | 
| 
       6 
8 
     | 
    
         
             
            import * as i4 from '@angular/forms';
         
     | 
| 
       7 
9 
     | 
    
         
             
            import * as i5 from '@acorex/components/color-palette';
         
     | 
| 
       8 
10 
     | 
    
         
             
            import * as i6 from '@acorex/components/popover';
         
     | 
| 
       9 
     | 
    
         
            -
            import { AXPopoverOpenTrigger, AXPopoverCloseTrigger } from '@acorex/components/popover';
         
     | 
| 
       10 
11 
     | 
    
         
             
            import * as i7 from '@acorex/components/text-box';
         
     | 
| 
       11 
     | 
    
         
            -
            import * as polytype from 'polytype';
         
     | 
| 
       12 
     | 
    
         
            -
            import { MXInputBaseValueComponent, MXLookComponent, AXPlacement } from '@acorex/cdk/common';
         
     | 
| 
       13 
     | 
    
         
            -
            import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
         
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
            declare class AXWysiwygService {
         
     | 
| 
       16 
     | 
    
         
            -
                wysiwyg: _angular_core.WritableSignal<AXWysiwyg>;
         
     | 
| 
       17 
     | 
    
         
            -
                isEditorClean: _angular_core.WritableSignal<boolean>;
         
     | 
| 
       18 
     | 
    
         
            -
                currentSelectedElemArray: _angular_core.WritableSignal<string[]>;
         
     | 
| 
       19 
     | 
    
         
            -
                currentSelectedElemList: _angular_core.WritableSignal<string>;
         
     | 
| 
       20 
     | 
    
         
            -
                currentSelectedElemAlign: _angular_core.WritableSignal<string>;
         
     | 
| 
       21 
     | 
    
         
            -
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXWysiwygService, never>;
         
     | 
| 
       22 
     | 
    
         
            -
                static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXWysiwygService>;
         
     | 
| 
       23 
     | 
    
         
            -
            }
         
     | 
| 
       24 
12 
     | 
    
         | 
| 
       25 
13 
     | 
    
         
             
            declare const AXWysiwygContainerComponent_base: polytype.Polytype.ClusteredConstructor<[{
         
     | 
| 
       26 
14 
     | 
    
         
             
                new (): MXInputBaseValueComponent<string>;
         
     | 
| 
       27 
     | 
    
         
            -
                ɵfac:  
     | 
| 
       28 
     | 
    
         
            -
                ɵprov:  
     | 
| 
      
 15 
     | 
    
         
            +
                ɵfac: i0.ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
         
     | 
| 
      
 16 
     | 
    
         
            +
                ɵprov: i0.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
         
     | 
| 
       29 
17 
     | 
    
         
             
            }, typeof MXLookComponent]>;
         
     | 
| 
       30 
18 
     | 
    
         
             
            /**
         
     | 
| 
       31 
19 
     | 
    
         
             
             * A container component for WYSIWYG (What You See Is What You Get) editor functionality.
         
     | 
| 
         @@ -33,18 +21,20 @@ declare const AXWysiwygContainerComponent_base: polytype.Polytype.ClusteredConst 
     | 
|
| 
       33 
21 
     | 
    
         
             
             */
         
     | 
| 
       34 
22 
     | 
    
         
             
            declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_base implements OnDestroy {
         
     | 
| 
       35 
23 
     | 
    
         
             
                #private;
         
     | 
| 
       36 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       37 
     | 
    
         
            -
                protected service: AXWysiwygService;
         
     | 
| 
       38 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       39 
     | 
    
         
            -
                private zone;
         
     | 
| 
       40 
24 
     | 
    
         
             
                /**
         
     | 
| 
       41 
25 
     | 
    
         
             
                 * Specifies the placeholder text.
         
     | 
| 
       42 
26 
     | 
    
         
             
                 *
         
     | 
| 
       43 
27 
     | 
    
         
             
                 */
         
     | 
| 
       44 
     | 
    
         
            -
                placeHolder:  
     | 
| 
       45 
     | 
    
         
            -
                 
     | 
| 
      
 28 
     | 
    
         
            +
                placeHolder: i0.InputSignal<string>;
         
     | 
| 
      
 29 
     | 
    
         
            +
                private wysiwygService;
         
     | 
| 
      
 30 
     | 
    
         
            +
                protected isQuillLoaded: i0.WritableSignal<boolean>;
         
     | 
| 
      
 31 
     | 
    
         
            +
                private isEditorClean;
         
     | 
| 
      
 32 
     | 
    
         
            +
                private wysiwyg;
         
     | 
| 
      
 33 
     | 
    
         
            +
                private container;
         
     | 
| 
      
 34 
     | 
    
         
            +
                private toolbar;
         
     | 
| 
      
 35 
     | 
    
         
            +
                private platformId;
         
     | 
| 
       46 
36 
     | 
    
         
             
                /** @ignore */
         
     | 
| 
       47 
     | 
    
         
            -
                protected changeHandler(): void 
     | 
| 
      
 37 
     | 
    
         
            +
                protected changeHandler(): Promise<void>;
         
     | 
| 
       48 
38 
     | 
    
         
             
                /** @ignore */
         
     | 
| 
       49 
39 
     | 
    
         
             
                ngOnDestroy(): void;
         
     | 
| 
       50 
40 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -73,23 +63,19 @@ declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_ba 
     | 
|
| 
       73 
63 
     | 
    
         
             
                 */
         
     | 
| 
       74 
64 
     | 
    
         
             
                setDisabledState(isDisabled: boolean): void;
         
     | 
| 
       75 
65 
     | 
    
         
             
                private get __hostName();
         
     | 
| 
       76 
     | 
    
         
            -
                 
     | 
| 
       77 
     | 
    
         
            -
                static  
     | 
| 
      
 66 
     | 
    
         
            +
                get __hostClass(): string;
         
     | 
| 
      
 67 
     | 
    
         
            +
                static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygContainerComponent, never>;
         
     | 
| 
      
 68 
     | 
    
         
            +
                static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygContainerComponent, "ax-wysiwyg-container", never, { "look": { "alias": "look"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeHolder": { "alias": "placeHolder"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, ["container", "toolbar"], ["*", "ax-validation-rule"], true, never>;
         
     | 
| 
       78 
69 
     | 
    
         
             
            }
         
     | 
| 
       79 
70 
     | 
    
         | 
| 
       80 
71 
     | 
    
         
             
            /**
         
     | 
| 
       81 
72 
     | 
    
         
             
             * @category Components
         
     | 
| 
       82 
73 
     | 
    
         
             
             * A component for viewing WYSIWYG content.
         
     | 
| 
       83 
74 
     | 
    
         
             
             */
         
     | 
| 
       84 
     | 
    
         
            -
            declare class  
     | 
| 
       85 
     | 
    
         
            -
                 
     | 
| 
       86 
     | 
    
         
            -
                 
     | 
| 
       87 
     | 
    
         
            -
                 
     | 
| 
       88 
     | 
    
         
            -
                get __hostClass(): string;
         
     | 
| 
       89 
     | 
    
         
            -
                protected onKeydownHandler(e: any): void;
         
     | 
| 
       90 
     | 
    
         
            -
                protected editorStateHandler(e: any): void;
         
     | 
| 
       91 
     | 
    
         
            -
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXWysiwygViewComponent, never>;
         
     | 
| 
       92 
     | 
    
         
            -
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXWysiwygViewComponent, "ax-wysiwyg-view", never, { "classes": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
         
     | 
| 
      
 75 
     | 
    
         
            +
            declare class AXWysiwygToolbarComponent {
         
     | 
| 
      
 76 
     | 
    
         
            +
                toolbar: i0.Signal<ElementRef<HTMLDivElement>>;
         
     | 
| 
      
 77 
     | 
    
         
            +
                static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygToolbarComponent, never>;
         
     | 
| 
      
 78 
     | 
    
         
            +
                static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygToolbarComponent, "ax-wysiwyg-toolbar", never, {}, {}, never, ["ax-prefix", "ax-suffix"], true, never>;
         
     | 
| 
       93 
79 
     | 
    
         
             
            }
         
     | 
| 
       94 
80 
     | 
    
         | 
| 
       95 
81 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -97,24 +83,15 @@ declare class AXWysiwygViewComponent { 
     | 
|
| 
       97 
83 
     | 
    
         
             
             * @category Components
         
     | 
| 
       98 
84 
     | 
    
         
             
             */
         
     | 
| 
       99 
85 
     | 
    
         
             
            declare class AXWysiwygAlignmentComponent {
         
     | 
| 
       100 
     | 
    
         
            -
                 
     | 
| 
       101 
     | 
    
         
            -
                 
     | 
| 
       102 
     | 
    
         
            -
             
     | 
| 
       103 
     | 
    
         
            -
             
     | 
| 
       104 
     | 
    
         
            -
             
     | 
| 
       105 
     | 
    
         
            -
                 
     | 
| 
       106 
     | 
    
         
            -
             
     | 
| 
       107 
     | 
    
         
            -
             
     | 
| 
       108 
     | 
    
         
            -
             
     | 
| 
       109 
     | 
    
         
            -
                    offsetX: number;
         
     | 
| 
       110 
     | 
    
         
            -
                    offsetY: number;
         
     | 
| 
       111 
     | 
    
         
            -
                };
         
     | 
| 
       112 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       113 
     | 
    
         
            -
                constructor();
         
     | 
| 
       114 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       115 
     | 
    
         
            -
                protected alignStateHandler(e: any): void;
         
     | 
| 
       116 
     | 
    
         
            -
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXWysiwygAlignmentComponent, never>;
         
     | 
| 
       117 
     | 
    
         
            -
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXWysiwygAlignmentComponent, "ax-wysiwyg-alignment", never, {}, {}, never, never, true, never>;
         
     | 
| 
      
 86 
     | 
    
         
            +
                static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygAlignmentComponent, never>;
         
     | 
| 
      
 87 
     | 
    
         
            +
                static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygAlignmentComponent, "ax-wysiwyg-alignment", never, {}, {}, never, never, true, never>;
         
     | 
| 
      
 88 
     | 
    
         
            +
            }
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
            declare class WysiwygService {
         
     | 
| 
      
 91 
     | 
    
         
            +
                selectedColor: i0.WritableSignal<string>;
         
     | 
| 
      
 92 
     | 
    
         
            +
                selectedBackgroundColor: i0.WritableSignal<string>;
         
     | 
| 
      
 93 
     | 
    
         
            +
                static ɵfac: i0.ɵɵFactoryDeclaration<WysiwygService, never>;
         
     | 
| 
      
 94 
     | 
    
         
            +
                static ɵprov: i0.ɵɵInjectableDeclaration<WysiwygService>;
         
     | 
| 
       118 
95 
     | 
    
         
             
            }
         
     | 
| 
       119 
96 
     | 
    
         | 
| 
       120 
97 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -122,36 +99,9 @@ declare class AXWysiwygAlignmentComponent { 
     | 
|
| 
       122 
99 
     | 
    
         
             
             * @category Components
         
     | 
| 
       123 
100 
     | 
    
         
             
             */
         
     | 
| 
       124 
101 
     | 
    
         
             
            declare class AXWysiwygColorsComponent {
         
     | 
| 
       125 
     | 
    
         
            -
                 
     | 
| 
       126 
     | 
    
         
            -
                 
     | 
| 
       127 
     | 
    
         
            -
                 
     | 
| 
       128 
     | 
    
         
            -
                protected selectedColor: _angular_core.WritableSignal<string>;
         
     | 
| 
       129 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       130 
     | 
    
         
            -
                protected selectedHighlightColor: _angular_core.WritableSignal<string>;
         
     | 
| 
       131 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       132 
     | 
    
         
            -
                protected userInteractColor: _angular_core.WritableSignal<boolean>;
         
     | 
| 
       133 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       134 
     | 
    
         
            -
                protected userInteractHighligh: _angular_core.WritableSignal<boolean>;
         
     | 
| 
       135 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       136 
     | 
    
         
            -
                protected popoverOption: {
         
     | 
| 
       137 
     | 
    
         
            -
                    openOn: AXPopoverOpenTrigger;
         
     | 
| 
       138 
     | 
    
         
            -
                    closeOn: AXPopoverCloseTrigger;
         
     | 
| 
       139 
     | 
    
         
            -
                    placement: AXPlacement;
         
     | 
| 
       140 
     | 
    
         
            -
                    offsetX: number;
         
     | 
| 
       141 
     | 
    
         
            -
                    offsetY: number;
         
     | 
| 
       142 
     | 
    
         
            -
                };
         
     | 
| 
       143 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       144 
     | 
    
         
            -
                constructor();
         
     | 
| 
       145 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       146 
     | 
    
         
            -
                protected changeColorHandler(e: string): void;
         
     | 
| 
       147 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       148 
     | 
    
         
            -
                protected changeHighlightColorHandler(e: string): void;
         
     | 
| 
       149 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       150 
     | 
    
         
            -
                protected initialHighlightHandler(): void;
         
     | 
| 
       151 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       152 
     | 
    
         
            -
                protected initialColorHandler(): void;
         
     | 
| 
       153 
     | 
    
         
            -
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXWysiwygColorsComponent, never>;
         
     | 
| 
       154 
     | 
    
         
            -
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXWysiwygColorsComponent, "ax-wysiwyg-colors", never, {}, {}, never, never, true, never>;
         
     | 
| 
      
 102 
     | 
    
         
            +
                protected wysiwygService: WysiwygService;
         
     | 
| 
      
 103 
     | 
    
         
            +
                static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygColorsComponent, never>;
         
     | 
| 
      
 104 
     | 
    
         
            +
                static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygColorsComponent, "ax-wysiwyg-colors", never, {}, {}, never, never, true, never>;
         
     | 
| 
       155 
105 
     | 
    
         
             
            }
         
     | 
| 
       156 
106 
     | 
    
         | 
| 
       157 
107 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -159,34 +109,8 @@ declare class AXWysiwygColorsComponent { 
     | 
|
| 
       159 
109 
     | 
    
         
             
             * @category Components
         
     | 
| 
       160 
110 
     | 
    
         
             
             */
         
     | 
| 
       161 
111 
     | 
    
         
             
            declare class AXWysiwygFontStyleComponent {
         
     | 
| 
       162 
     | 
    
         
            -
                 
     | 
| 
       163 
     | 
    
         
            -
                 
     | 
| 
       164 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       165 
     | 
    
         
            -
                protected boldState: _angular_core.WritableSignal<boolean>;
         
     | 
| 
       166 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       167 
     | 
    
         
            -
                protected italicState: _angular_core.WritableSignal<boolean>;
         
     | 
| 
       168 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       169 
     | 
    
         
            -
                protected underLineState: _angular_core.WritableSignal<boolean>;
         
     | 
| 
       170 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       171 
     | 
    
         
            -
                protected strikeLineState: _angular_core.WritableSignal<boolean>;
         
     | 
| 
       172 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       173 
     | 
    
         
            -
                protected selectedFont: _angular_core.WritableSignal<string>;
         
     | 
| 
       174 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       175 
     | 
    
         
            -
                service: AXWysiwygService;
         
     | 
| 
       176 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       177 
     | 
    
         
            -
                constructor();
         
     | 
| 
       178 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       179 
     | 
    
         
            -
                protected bold(): void;
         
     | 
| 
       180 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       181 
     | 
    
         
            -
                protected italic(): void;
         
     | 
| 
       182 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       183 
     | 
    
         
            -
                protected underLine(): void;
         
     | 
| 
       184 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       185 
     | 
    
         
            -
                protected strike(): void;
         
     | 
| 
       186 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       187 
     | 
    
         
            -
                protected fontSizeHandler(e: 'medium' | 'small' | 'large' | 'huge'): void;
         
     | 
| 
       188 
     | 
    
         
            -
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXWysiwygFontStyleComponent, never>;
         
     | 
| 
       189 
     | 
    
         
            -
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXWysiwygFontStyleComponent, "ax-wysiwyg-font-style", never, {}, {}, never, never, true, never>;
         
     | 
| 
      
 112 
     | 
    
         
            +
                static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygFontStyleComponent, never>;
         
     | 
| 
      
 113 
     | 
    
         
            +
                static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygFontStyleComponent, "ax-wysiwyg-font-style", never, {}, {}, never, never, true, never>;
         
     | 
| 
       190 
114 
     | 
    
         
             
            }
         
     | 
| 
       191 
115 
     | 
    
         | 
| 
       192 
116 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -194,14 +118,8 @@ declare class AXWysiwygFontStyleComponent { 
     | 
|
| 
       194 
118 
     | 
    
         
             
             * @category Components
         
     | 
| 
       195 
119 
     | 
    
         
             
             */
         
     | 
| 
       196 
120 
     | 
    
         
             
            declare class AXWysiwygHistoryComponent {
         
     | 
| 
       197 
     | 
    
         
            -
                 
     | 
| 
       198 
     | 
    
         
            -
                 
     | 
| 
       199 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       200 
     | 
    
         
            -
                protected undo(): void;
         
     | 
| 
       201 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       202 
     | 
    
         
            -
                protected redo(): void;
         
     | 
| 
       203 
     | 
    
         
            -
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXWysiwygHistoryComponent, never>;
         
     | 
| 
       204 
     | 
    
         
            -
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXWysiwygHistoryComponent, "ax-wysiwyg-history", never, {}, {}, never, never, true, never>;
         
     | 
| 
      
 121 
     | 
    
         
            +
                static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygHistoryComponent, never>;
         
     | 
| 
      
 122 
     | 
    
         
            +
                static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygHistoryComponent, "ax-wysiwyg-history", never, {}, {}, never, never, true, never>;
         
     | 
| 
       205 
123 
     | 
    
         
             
            }
         
     | 
| 
       206 
124 
     | 
    
         | 
| 
       207 
125 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -209,29 +127,8 @@ declare class AXWysiwygHistoryComponent { 
     | 
|
| 
       209 
127 
     | 
    
         
             
             * @category Components
         
     | 
| 
       210 
128 
     | 
    
         
             
             */
         
     | 
| 
       211 
129 
     | 
    
         
             
            declare class AXWysiwygInsertComponent {
         
     | 
| 
       212 
     | 
    
         
            -
                 
     | 
| 
       213 
     | 
    
         
            -
                 
     | 
| 
       214 
     | 
    
         
            -
                service: AXWysiwygService;
         
     | 
| 
       215 
     | 
    
         
            -
                protected isCodeActive: _angular_core.WritableSignal<boolean>;
         
     | 
| 
       216 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       217 
     | 
    
         
            -
                textBoxOptions: {
         
     | 
| 
       218 
     | 
    
         
            -
                    text: string;
         
     | 
| 
       219 
     | 
    
         
            -
                    placeholder: string;
         
     | 
| 
       220 
     | 
    
         
            -
                    size: string;
         
     | 
| 
       221 
     | 
    
         
            -
                };
         
     | 
| 
       222 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       223 
     | 
    
         
            -
                protected popoverOption: {
         
     | 
| 
       224 
     | 
    
         
            -
                    openOn: AXPopoverOpenTrigger;
         
     | 
| 
       225 
     | 
    
         
            -
                    closeOn: AXPopoverCloseTrigger;
         
     | 
| 
       226 
     | 
    
         
            -
                    placement: AXPlacement;
         
     | 
| 
       227 
     | 
    
         
            -
                    offsetX: number;
         
     | 
| 
       228 
     | 
    
         
            -
                    offsetY: number;
         
     | 
| 
       229 
     | 
    
         
            -
                };
         
     | 
| 
       230 
     | 
    
         
            -
                /** @ignore */
         
     | 
| 
       231 
     | 
    
         
            -
                protected submitLink(): void;
         
     | 
| 
       232 
     | 
    
         
            -
                protected codeBlock(): void;
         
     | 
| 
       233 
     | 
    
         
            -
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXWysiwygInsertComponent, never>;
         
     | 
| 
       234 
     | 
    
         
            -
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXWysiwygInsertComponent, "ax-wysiwyg-insert", never, {}, {}, never, never, true, never>;
         
     | 
| 
      
 130 
     | 
    
         
            +
                static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygInsertComponent, never>;
         
     | 
| 
      
 131 
     | 
    
         
            +
                static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygInsertComponent, "ax-wysiwyg-insert", never, {}, {}, never, never, true, never>;
         
     | 
| 
       235 
132 
     | 
    
         
             
            }
         
     | 
| 
       236 
133 
     | 
    
         | 
| 
       237 
134 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -239,24 +136,24 @@ declare class AXWysiwygInsertComponent { 
     | 
|
| 
       239 
136 
     | 
    
         
             
             * @category Components
         
     | 
| 
       240 
137 
     | 
    
         
             
             */
         
     | 
| 
       241 
138 
     | 
    
         
             
            declare class AXWysiwygListComponent {
         
     | 
| 
       242 
     | 
    
         
            -
                 
     | 
| 
       243 
     | 
    
         
            -
                 
     | 
| 
       244 
     | 
    
         
            -
             
     | 
| 
       245 
     | 
    
         
            -
             
     | 
| 
       246 
     | 
    
         
            -
             
     | 
| 
       247 
     | 
    
         
            -
             
     | 
| 
       248 
     | 
    
         
            -
             
     | 
| 
       249 
     | 
    
         
            -
             
     | 
| 
       250 
     | 
    
         
            -
             
     | 
| 
       251 
     | 
    
         
            -
                 
     | 
| 
       252 
     | 
    
         
            -
                static ɵfac:  
     | 
| 
       253 
     | 
    
         
            -
                static ɵcmp:  
     | 
| 
      
 139 
     | 
    
         
            +
                static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygListComponent, never>;
         
     | 
| 
      
 140 
     | 
    
         
            +
                static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygListComponent, "ax-wysiwyg-list", never, {}, {}, never, never, true, never>;
         
     | 
| 
      
 141 
     | 
    
         
            +
            }
         
     | 
| 
      
 142 
     | 
    
         
            +
             
     | 
| 
      
 143 
     | 
    
         
            +
            /**
         
     | 
| 
      
 144 
     | 
    
         
            +
             * @category Components
         
     | 
| 
      
 145 
     | 
    
         
            +
             * A component for viewing WYSIWYG content.
         
     | 
| 
      
 146 
     | 
    
         
            +
             */
         
     | 
| 
      
 147 
     | 
    
         
            +
            declare class AXWysiwygViewComponent {
         
     | 
| 
      
 148 
     | 
    
         
            +
                editor: i0.Signal<ElementRef<HTMLDivElement>>;
         
     | 
| 
      
 149 
     | 
    
         
            +
                static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygViewComponent, never>;
         
     | 
| 
      
 150 
     | 
    
         
            +
                static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygViewComponent, "ax-wysiwyg-view", never, {}, {}, never, never, true, never>;
         
     | 
| 
       254 
151 
     | 
    
         
             
            }
         
     | 
| 
       255 
152 
     | 
    
         | 
| 
       256 
153 
     | 
    
         
             
            declare class AXWysiwygModule {
         
     | 
| 
       257 
     | 
    
         
            -
                static ɵfac:  
     | 
| 
       258 
     | 
    
         
            -
                static ɵmod:  
     | 
| 
       259 
     | 
    
         
            -
                static ɵinj:  
     | 
| 
      
 154 
     | 
    
         
            +
                static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygModule, never>;
         
     | 
| 
      
 155 
     | 
    
         
            +
                static ɵmod: i0.ɵɵNgModuleDeclaration<AXWysiwygModule, never, [typeof i1.AXButtonModule, typeof i2.AXDecoratorModule, typeof i3.AXSelectBoxModule, typeof i4.FormsModule, typeof i5.AXColorPaletteModule, typeof i6.AXPopoverModule, typeof i7.AXTextBoxModule, typeof AXWysiwygContainerComponent, typeof AXWysiwygViewComponent, typeof AXWysiwygAlignmentComponent, typeof AXWysiwygColorsComponent, typeof AXWysiwygFontStyleComponent, typeof AXWysiwygHistoryComponent, typeof AXWysiwygInsertComponent, typeof AXWysiwygListComponent, typeof AXWysiwygToolbarComponent], [typeof AXWysiwygContainerComponent, typeof AXWysiwygViewComponent, typeof AXWysiwygAlignmentComponent, typeof AXWysiwygColorsComponent, typeof AXWysiwygFontStyleComponent, typeof AXWysiwygHistoryComponent, typeof AXWysiwygInsertComponent, typeof AXWysiwygListComponent, typeof AXWysiwygToolbarComponent]>;
         
     | 
| 
      
 156 
     | 
    
         
            +
                static ɵinj: i0.ɵɵInjectorDeclaration<AXWysiwygModule>;
         
     | 
| 
       260 
157 
     | 
    
         
             
            }
         
     | 
| 
       261 
158 
     | 
    
         | 
| 
       262 
     | 
    
         
            -
            export { AXWysiwygAlignmentComponent, AXWysiwygColorsComponent, AXWysiwygContainerComponent, AXWysiwygFontStyleComponent, AXWysiwygHistoryComponent, AXWysiwygInsertComponent, AXWysiwygListComponent, AXWysiwygModule, AXWysiwygViewComponent };
         
     | 
| 
      
 159 
     | 
    
         
            +
            export { AXWysiwygAlignmentComponent, AXWysiwygColorsComponent, AXWysiwygContainerComponent, AXWysiwygFontStyleComponent, AXWysiwygHistoryComponent, AXWysiwygInsertComponent, AXWysiwygListComponent, AXWysiwygModule, AXWysiwygToolbarComponent, AXWysiwygViewComponent };
         
     | 
    
        package/drawer-2/README.md
    DELETED
    
    
    
        package/drawer-2/index.d.ts
    DELETED
    
    | 
         @@ -1,62 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import { MXBaseComponent, AXClickEvent } from '@acorex/cdk/common';
         
     | 
| 
       2 
     | 
    
         
            -
            import * as _angular_core from '@angular/core';
         
     | 
| 
       3 
     | 
    
         
            -
            import * as i1 from '@acorex/cdk/drawer';
         
     | 
| 
       4 
     | 
    
         
            -
            import { AXDrawerLocation, AXDrawerMode } from '@acorex/cdk/drawer';
         
     | 
| 
       5 
     | 
    
         
            -
            import * as i1$1 from '@angular/common';
         
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
            /**
         
     | 
| 
       8 
     | 
    
         
            -
             * A container component that organizes and positions drawer components.
         
     | 
| 
       9 
     | 
    
         
            -
             * @category component
         
     | 
| 
       10 
     | 
    
         
            -
             */
         
     | 
| 
       11 
     | 
    
         
            -
            declare class AXDrawer2ContainerComponent extends MXBaseComponent {
         
     | 
| 
       12 
     | 
    
         
            -
                #private;
         
     | 
| 
       13 
     | 
    
         
            -
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDrawer2ContainerComponent, never>;
         
     | 
| 
       14 
     | 
    
         
            -
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDrawer2ContainerComponent, "ax-drawer2-container", never, {}, {}, never, ["ax-drawer2", "ax-content"], true, [{ directive: typeof i1.AXDrawerContainerDirective; inputs: {}; outputs: {}; }]>;
         
     | 
| 
       15 
     | 
    
         
            -
            }
         
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
            /**
         
     | 
| 
       18 
     | 
    
         
            -
             * A component that represents a drawer with header and content sections.
         
     | 
| 
       19 
     | 
    
         
            -
             *
         
     | 
| 
       20 
     | 
    
         
            -
             * @category Components
         
     | 
| 
       21 
     | 
    
         
            -
             */
         
     | 
| 
       22 
     | 
    
         
            -
            declare class AXDrawer2Component extends MXBaseComponent {
         
     | 
| 
       23 
     | 
    
         
            -
                #private;
         
     | 
| 
       24 
     | 
    
         
            -
                readonly location: _angular_core.InputSignal<AXDrawerLocation>;
         
     | 
| 
       25 
     | 
    
         
            -
                readonly showBackdrop: _angular_core.InputSignal<boolean>;
         
     | 
| 
       26 
     | 
    
         
            -
                readonly mode: _angular_core.InputSignal<AXDrawerMode>;
         
     | 
| 
       27 
     | 
    
         
            -
                readonly transition: _angular_core.InputSignal<number>;
         
     | 
| 
       28 
     | 
    
         
            -
                readonly closeOnBackdropClick: _angular_core.InputSignal<boolean>;
         
     | 
| 
       29 
     | 
    
         
            -
                readonly backdropClass: _angular_core.InputSignal<string>;
         
     | 
| 
       30 
     | 
    
         
            -
                readonly collapsed: _angular_core.InputSignal<boolean>;
         
     | 
| 
       31 
     | 
    
         
            -
                onBackdropClick: _angular_core.OutputEmitterRef<AXClickEvent>;
         
     | 
| 
       32 
     | 
    
         
            -
                collapsedStateChanged: _angular_core.OutputEmitterRef<boolean>;
         
     | 
| 
       33 
     | 
    
         
            -
                private drawerItem;
         
     | 
| 
       34 
     | 
    
         
            -
                /**
         
     | 
| 
       35 
     | 
    
         
            -
                 * Toggles the drawer state between open and closed.
         
     | 
| 
       36 
     | 
    
         
            -
                 *
         
     | 
| 
       37 
     | 
    
         
            -
                 * @returns void - No return value. The drawer state is toggled.
         
     | 
| 
       38 
     | 
    
         
            -
                 */
         
     | 
| 
       39 
     | 
    
         
            -
                toggle(): void;
         
     | 
| 
       40 
     | 
    
         
            -
                /**
         
     | 
| 
       41 
     | 
    
         
            -
                 * Closes the drawer.
         
     | 
| 
       42 
     | 
    
         
            -
                 *
         
     | 
| 
       43 
     | 
    
         
            -
                 * @returns void - No return value. The drawer is collapsed.
         
     | 
| 
       44 
     | 
    
         
            -
                 */
         
     | 
| 
       45 
     | 
    
         
            -
                close(): void;
         
     | 
| 
       46 
     | 
    
         
            -
                /**
         
     | 
| 
       47 
     | 
    
         
            -
                 * Opens the drawer.
         
     | 
| 
       48 
     | 
    
         
            -
                 *
         
     | 
| 
       49 
     | 
    
         
            -
                 * @returns void - No return value. The drawer is expanded.
         
     | 
| 
       50 
     | 
    
         
            -
                 */
         
     | 
| 
       51 
     | 
    
         
            -
                open(): void;
         
     | 
| 
       52 
     | 
    
         
            -
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDrawer2Component, never>;
         
     | 
| 
       53 
     | 
    
         
            -
                static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDrawer2Component, "ax-drawer2", never, { "location": { "alias": "location"; "required": false; "isSignal": true; }; "showBackdrop": { "alias": "showBackdrop"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "transition": { "alias": "transition"; "required": false; "isSignal": true; }; "closeOnBackdropClick": { "alias": "closeOnBackdropClick"; "required": false; "isSignal": true; }; "backdropClass": { "alias": "backdropClass"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; }, { "onBackdropClick": "onBackdropClick"; "collapsedStateChanged": "collapsedStateChanged"; }, never, ["ax-header", "ax-content"], true, [{ directive: typeof i1.AXDrawerItemDirective; inputs: {}; outputs: {}; }]>;
         
     | 
| 
       54 
     | 
    
         
            -
            }
         
     | 
| 
       55 
     | 
    
         
            -
             
     | 
| 
       56 
     | 
    
         
            -
            declare class AXDrawer2Module {
         
     | 
| 
       57 
     | 
    
         
            -
                static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDrawer2Module, never>;
         
     | 
| 
       58 
     | 
    
         
            -
                static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXDrawer2Module, never, [typeof i1$1.CommonModule, typeof AXDrawer2Component, typeof AXDrawer2ContainerComponent], [typeof AXDrawer2Component, typeof AXDrawer2ContainerComponent]>;
         
     | 
| 
       59 
     | 
    
         
            -
                static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXDrawer2Module>;
         
     | 
| 
       60 
     | 
    
         
            -
            }
         
     | 
| 
       61 
     | 
    
         
            -
             
     | 
| 
       62 
     | 
    
         
            -
            export { AXDrawer2Component, AXDrawer2ContainerComponent, AXDrawer2Module };
         
     |