@acorex/components 20.2.20 → 20.2.21
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/package.json +61 -53
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,9 +1,9 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@acorex/components",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "20.2. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "20.2.21",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "peerDependencies": {
         
     | 
| 
       5 
     | 
    
         
            -
                "@acorex/core": "20.2. 
     | 
| 
       6 
     | 
    
         
            -
                "@acorex/cdk": "20.2. 
     | 
| 
      
 5 
     | 
    
         
            +
                "@acorex/core": "20.2.21",
         
     | 
| 
      
 6 
     | 
    
         
            +
                "@acorex/cdk": "20.2.21",
         
     | 
| 
       7 
7 
     | 
    
         
             
                "@angular/common": "^20.0.0",
         
     | 
| 
       8 
8 
     | 
    
         
             
                "@angular/core": "^20.0.0",
         
     | 
| 
       9 
9 
     | 
    
         
             
                "@angular/cdk": "^20.0.0",
         
     | 
| 
         @@ -35,7 +35,15 @@ 
     | 
|
| 
       35 
35 
     | 
    
         
             
                "@codemirror/lang-sass": "^6.0.2",
         
     | 
| 
       36 
36 
     | 
    
         
             
                "@codemirror/theme-one-dark": "^6.1.0",
         
     | 
| 
       37 
37 
     | 
    
         
             
                "prettier": ">=3.0.0",
         
     | 
| 
       38 
     | 
    
         
            -
                "@editorjs/ 
     | 
| 
      
 38 
     | 
    
         
            +
                "@editorjs/code": "^2.9.3",
         
     | 
| 
      
 39 
     | 
    
         
            +
                "@editorjs/editorjs": "2.28.2",
         
     | 
| 
      
 40 
     | 
    
         
            +
                "@editorjs/header": "^2.8.8",
         
     | 
| 
      
 41 
     | 
    
         
            +
                "@editorjs/list": "^2.0.8",
         
     | 
| 
      
 42 
     | 
    
         
            +
                "@editorjs/quote": "^2.7.6",
         
     | 
| 
      
 43 
     | 
    
         
            +
                "@editorjs/raw": "^2.5.1",
         
     | 
| 
      
 44 
     | 
    
         
            +
                "@editorjs/simple-image": "^1.6.0",
         
     | 
| 
      
 45 
     | 
    
         
            +
                "@editorjs/underline": "^1.2.1",
         
     | 
| 
      
 46 
     | 
    
         
            +
                "editorjs-text-color-plugin": "^2.0.3"
         
     | 
| 
       39 
47 
     | 
    
         
             
              },
         
     | 
| 
       40 
48 
     | 
    
         
             
              "peerDependenciesMeta": {
         
     | 
| 
       41 
49 
     | 
    
         
             
                "prettier": {
         
     | 
| 
         @@ -60,6 +68,10 @@ 
     | 
|
| 
       60 
68 
     | 
    
         
             
                  "types": "./accordion/index.d.ts",
         
     | 
| 
       61 
69 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-accordion.mjs"
         
     | 
| 
       62 
70 
     | 
    
         
             
                },
         
     | 
| 
      
 71 
     | 
    
         
            +
                "./action-sheet": {
         
     | 
| 
      
 72 
     | 
    
         
            +
                  "types": "./action-sheet/index.d.ts",
         
     | 
| 
      
 73 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-action-sheet.mjs"
         
     | 
| 
      
 74 
     | 
    
         
            +
                },
         
     | 
| 
       63 
75 
     | 
    
         
             
                "./alert": {
         
     | 
| 
       64 
76 
     | 
    
         
             
                  "types": "./alert/index.d.ts",
         
     | 
| 
       65 
77 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-alert.mjs"
         
     | 
| 
         @@ -72,18 +84,14 @@ 
     | 
|
| 
       72 
84 
     | 
    
         
             
                  "types": "./audio-wave/index.d.ts",
         
     | 
| 
       73 
85 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-audio-wave.mjs"
         
     | 
| 
       74 
86 
     | 
    
         
             
                },
         
     | 
| 
       75 
     | 
    
         
            -
                "./ 
     | 
| 
       76 
     | 
    
         
            -
                  "types": "./ 
     | 
| 
       77 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components- 
     | 
| 
      
 87 
     | 
    
         
            +
                "./avatar": {
         
     | 
| 
      
 88 
     | 
    
         
            +
                  "types": "./avatar/index.d.ts",
         
     | 
| 
      
 89 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-avatar.mjs"
         
     | 
| 
       78 
90 
     | 
    
         
             
                },
         
     | 
| 
       79 
91 
     | 
    
         
             
                "./autocomplete": {
         
     | 
| 
       80 
92 
     | 
    
         
             
                  "types": "./autocomplete/index.d.ts",
         
     | 
| 
       81 
93 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-autocomplete.mjs"
         
     | 
| 
       82 
94 
     | 
    
         
             
                },
         
     | 
| 
       83 
     | 
    
         
            -
                "./avatar": {
         
     | 
| 
       84 
     | 
    
         
            -
                  "types": "./avatar/index.d.ts",
         
     | 
| 
       85 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components-avatar.mjs"
         
     | 
| 
       86 
     | 
    
         
            -
                },
         
     | 
| 
       87 
95 
     | 
    
         
             
                "./badge": {
         
     | 
| 
       88 
96 
     | 
    
         
             
                  "types": "./badge/index.d.ts",
         
     | 
| 
       89 
97 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-badge.mjs"
         
     | 
| 
         @@ -132,14 +140,14 @@ 
     | 
|
| 
       132 
140 
     | 
    
         
             
                  "types": "./color-box/index.d.ts",
         
     | 
| 
       133 
141 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-color-box.mjs"
         
     | 
| 
       134 
142 
     | 
    
         
             
                },
         
     | 
| 
       135 
     | 
    
         
            -
                "./color-palette": {
         
     | 
| 
       136 
     | 
    
         
            -
                  "types": "./color-palette/index.d.ts",
         
     | 
| 
       137 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components-color-palette.mjs"
         
     | 
| 
       138 
     | 
    
         
            -
                },
         
     | 
| 
       139 
143 
     | 
    
         
             
                "./command": {
         
     | 
| 
       140 
144 
     | 
    
         
             
                  "types": "./command/index.d.ts",
         
     | 
| 
       141 
145 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-command.mjs"
         
     | 
| 
       142 
146 
     | 
    
         
             
                },
         
     | 
| 
      
 147 
     | 
    
         
            +
                "./color-palette": {
         
     | 
| 
      
 148 
     | 
    
         
            +
                  "types": "./color-palette/index.d.ts",
         
     | 
| 
      
 149 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-color-palette.mjs"
         
     | 
| 
      
 150 
     | 
    
         
            +
                },
         
     | 
| 
       143 
151 
     | 
    
         
             
                "./comment": {
         
     | 
| 
       144 
152 
     | 
    
         
             
                  "types": "./comment/index.d.ts",
         
     | 
| 
       145 
153 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-comment.mjs"
         
     | 
| 
         @@ -160,14 +168,14 @@ 
     | 
|
| 
       160 
168 
     | 
    
         
             
                  "types": "./data-pager/index.d.ts",
         
     | 
| 
       161 
169 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-data-pager.mjs"
         
     | 
| 
       162 
170 
     | 
    
         
             
                },
         
     | 
| 
       163 
     | 
    
         
            -
                "./datetime-box": {
         
     | 
| 
       164 
     | 
    
         
            -
                  "types": "./datetime-box/index.d.ts",
         
     | 
| 
       165 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components-datetime-box.mjs"
         
     | 
| 
       166 
     | 
    
         
            -
                },
         
     | 
| 
       167 
171 
     | 
    
         
             
                "./data-table": {
         
     | 
| 
       168 
172 
     | 
    
         
             
                  "types": "./data-table/index.d.ts",
         
     | 
| 
       169 
173 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-data-table.mjs"
         
     | 
| 
       170 
174 
     | 
    
         
             
                },
         
     | 
| 
      
 175 
     | 
    
         
            +
                "./datetime-box": {
         
     | 
| 
      
 176 
     | 
    
         
            +
                  "types": "./datetime-box/index.d.ts",
         
     | 
| 
      
 177 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-datetime-box.mjs"
         
     | 
| 
      
 178 
     | 
    
         
            +
                },
         
     | 
| 
       171 
179 
     | 
    
         
             
                "./datetime-input": {
         
     | 
| 
       172 
180 
     | 
    
         
             
                  "types": "./datetime-input/index.d.ts",
         
     | 
| 
       173 
181 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-datetime-input.mjs"
         
     | 
| 
         @@ -256,14 +264,14 @@ 
     | 
|
| 
       256 
264 
     | 
    
         
             
                  "types": "./loading-dialog/index.d.ts",
         
     | 
| 
       257 
265 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-loading-dialog.mjs"
         
     | 
| 
       258 
266 
     | 
    
         
             
                },
         
     | 
| 
       259 
     | 
    
         
            -
                "./media-viewer": {
         
     | 
| 
       260 
     | 
    
         
            -
                  "types": "./media-viewer/index.d.ts",
         
     | 
| 
       261 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components-media-viewer.mjs"
         
     | 
| 
       262 
     | 
    
         
            -
                },
         
     | 
| 
       263 
267 
     | 
    
         
             
                "./map": {
         
     | 
| 
       264 
268 
     | 
    
         
             
                  "types": "./map/index.d.ts",
         
     | 
| 
       265 
269 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-map.mjs"
         
     | 
| 
       266 
270 
     | 
    
         
             
                },
         
     | 
| 
      
 271 
     | 
    
         
            +
                "./media-viewer": {
         
     | 
| 
      
 272 
     | 
    
         
            +
                  "types": "./media-viewer/index.d.ts",
         
     | 
| 
      
 273 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-media-viewer.mjs"
         
     | 
| 
      
 274 
     | 
    
         
            +
                },
         
     | 
| 
       267 
275 
     | 
    
         
             
                "./menu": {
         
     | 
| 
       268 
276 
     | 
    
         
             
                  "types": "./menu/index.d.ts",
         
     | 
| 
       269 
277 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-menu.mjs"
         
     | 
| 
         @@ -284,22 +292,22 @@ 
     | 
|
| 
       284 
292 
     | 
    
         
             
                  "types": "./number-box/index.d.ts",
         
     | 
| 
       285 
293 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-number-box.mjs"
         
     | 
| 
       286 
294 
     | 
    
         
             
                },
         
     | 
| 
       287 
     | 
    
         
            -
                "./otp": {
         
     | 
| 
       288 
     | 
    
         
            -
                  "types": "./otp/index.d.ts",
         
     | 
| 
       289 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components-otp.mjs"
         
     | 
| 
       290 
     | 
    
         
            -
                },
         
     | 
| 
       291 
295 
     | 
    
         
             
                "./number-box-2": {
         
     | 
| 
       292 
296 
     | 
    
         
             
                  "types": "./number-box-2/index.d.ts",
         
     | 
| 
       293 
297 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-number-box-2.mjs"
         
     | 
| 
       294 
298 
     | 
    
         
             
                },
         
     | 
| 
       295 
     | 
    
         
            -
                "./ 
     | 
| 
       296 
     | 
    
         
            -
                  "types": "./ 
     | 
| 
       297 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components- 
     | 
| 
      
 299 
     | 
    
         
            +
                "./otp": {
         
     | 
| 
      
 300 
     | 
    
         
            +
                  "types": "./otp/index.d.ts",
         
     | 
| 
      
 301 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-otp.mjs"
         
     | 
| 
       298 
302 
     | 
    
         
             
                },
         
     | 
| 
       299 
303 
     | 
    
         
             
                "./page": {
         
     | 
| 
       300 
304 
     | 
    
         
             
                  "types": "./page/index.d.ts",
         
     | 
| 
       301 
305 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-page.mjs"
         
     | 
| 
       302 
306 
     | 
    
         
             
                },
         
     | 
| 
      
 307 
     | 
    
         
            +
                "./paint": {
         
     | 
| 
      
 308 
     | 
    
         
            +
                  "types": "./paint/index.d.ts",
         
     | 
| 
      
 309 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-paint.mjs"
         
     | 
| 
      
 310 
     | 
    
         
            +
                },
         
     | 
| 
       303 
311 
     | 
    
         
             
                "./password-box": {
         
     | 
| 
       304 
312 
     | 
    
         
             
                  "types": "./password-box/index.d.ts",
         
     | 
| 
       305 
313 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-password-box.mjs"
         
     | 
| 
         @@ -308,14 +316,14 @@ 
     | 
|
| 
       308 
316 
     | 
    
         
             
                  "types": "./pdf-reader/index.d.ts",
         
     | 
| 
       309 
317 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-pdf-reader.mjs"
         
     | 
| 
       310 
318 
     | 
    
         
             
                },
         
     | 
| 
       311 
     | 
    
         
            -
                "./picker": {
         
     | 
| 
       312 
     | 
    
         
            -
                  "types": "./picker/index.d.ts",
         
     | 
| 
       313 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components-picker.mjs"
         
     | 
| 
       314 
     | 
    
         
            -
                },
         
     | 
| 
       315 
319 
     | 
    
         
             
                "./phone-box": {
         
     | 
| 
       316 
320 
     | 
    
         
             
                  "types": "./phone-box/index.d.ts",
         
     | 
| 
       317 
321 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-phone-box.mjs"
         
     | 
| 
       318 
322 
     | 
    
         
             
                },
         
     | 
| 
      
 323 
     | 
    
         
            +
                "./picker": {
         
     | 
| 
      
 324 
     | 
    
         
            +
                  "types": "./picker/index.d.ts",
         
     | 
| 
      
 325 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-picker.mjs"
         
     | 
| 
      
 326 
     | 
    
         
            +
                },
         
     | 
| 
       319 
327 
     | 
    
         
             
                "./popover": {
         
     | 
| 
       320 
328 
     | 
    
         
             
                  "types": "./popover/index.d.ts",
         
     | 
| 
       321 
329 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-popover.mjs"
         
     | 
| 
         @@ -352,22 +360,22 @@ 
     | 
|
| 
       352 
360 
     | 
    
         
             
                  "types": "./rate-picker/index.d.ts",
         
     | 
| 
       353 
361 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-rate-picker.mjs"
         
     | 
| 
       354 
362 
     | 
    
         
             
                },
         
     | 
| 
       355 
     | 
    
         
            -
                "./result": {
         
     | 
| 
       356 
     | 
    
         
            -
                  "types": "./result/index.d.ts",
         
     | 
| 
       357 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components-result.mjs"
         
     | 
| 
       358 
     | 
    
         
            -
                },
         
     | 
| 
       359 
363 
     | 
    
         
             
                "./rest-api-generator": {
         
     | 
| 
       360 
364 
     | 
    
         
             
                  "types": "./rest-api-generator/index.d.ts",
         
     | 
| 
       361 
365 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-rest-api-generator.mjs"
         
     | 
| 
       362 
366 
     | 
    
         
             
                },
         
     | 
| 
       363 
     | 
    
         
            -
                "./ 
     | 
| 
       364 
     | 
    
         
            -
                  "types": "./ 
     | 
| 
       365 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components- 
     | 
| 
      
 367 
     | 
    
         
            +
                "./result": {
         
     | 
| 
      
 368 
     | 
    
         
            +
                  "types": "./result/index.d.ts",
         
     | 
| 
      
 369 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-result.mjs"
         
     | 
| 
       366 
370 
     | 
    
         
             
                },
         
     | 
| 
       367 
371 
     | 
    
         
             
                "./routing-progress": {
         
     | 
| 
       368 
372 
     | 
    
         
             
                  "types": "./routing-progress/index.d.ts",
         
     | 
| 
       369 
373 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-routing-progress.mjs"
         
     | 
| 
       370 
374 
     | 
    
         
             
                },
         
     | 
| 
      
 375 
     | 
    
         
            +
                "./rrule": {
         
     | 
| 
      
 376 
     | 
    
         
            +
                  "types": "./rrule/index.d.ts",
         
     | 
| 
      
 377 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-rrule.mjs"
         
     | 
| 
      
 378 
     | 
    
         
            +
                },
         
     | 
| 
       371 
379 
     | 
    
         
             
                "./scheduler": {
         
     | 
| 
       372 
380 
     | 
    
         
             
                  "types": "./scheduler/index.d.ts",
         
     | 
| 
       373 
381 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-scheduler.mjs"
         
     | 
| 
         @@ -392,14 +400,14 @@ 
     | 
|
| 
       392 
400 
     | 
    
         
             
                  "types": "./selection-list-2/index.d.ts",
         
     | 
| 
       393 
401 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-selection-list-2.mjs"
         
     | 
| 
       394 
402 
     | 
    
         
             
                },
         
     | 
| 
       395 
     | 
    
         
            -
                "./skeleton": {
         
     | 
| 
       396 
     | 
    
         
            -
                  "types": "./skeleton/index.d.ts",
         
     | 
| 
       397 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components-skeleton.mjs"
         
     | 
| 
       398 
     | 
    
         
            -
                },
         
     | 
| 
       399 
403 
     | 
    
         
             
                "./side-menu": {
         
     | 
| 
       400 
404 
     | 
    
         
             
                  "types": "./side-menu/index.d.ts",
         
     | 
| 
       401 
405 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-side-menu.mjs"
         
     | 
| 
       402 
406 
     | 
    
         
             
                },
         
     | 
| 
      
 407 
     | 
    
         
            +
                "./skeleton": {
         
     | 
| 
      
 408 
     | 
    
         
            +
                  "types": "./skeleton/index.d.ts",
         
     | 
| 
      
 409 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-skeleton.mjs"
         
     | 
| 
      
 410 
     | 
    
         
            +
                },
         
     | 
| 
       403 
411 
     | 
    
         
             
                "./slider": {
         
     | 
| 
       404 
412 
     | 
    
         
             
                  "types": "./slider/index.d.ts",
         
     | 
| 
       405 
413 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-slider.mjs"
         
     | 
| 
         @@ -444,14 +452,14 @@ 
     | 
|
| 
       444 
452 
     | 
    
         
             
                  "types": "./time-line/index.d.ts",
         
     | 
| 
       445 
453 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-time-line.mjs"
         
     | 
| 
       446 
454 
     | 
    
         
             
                },
         
     | 
| 
       447 
     | 
    
         
            -
                "./toolbar": {
         
     | 
| 
       448 
     | 
    
         
            -
                  "types": "./toolbar/index.d.ts",
         
     | 
| 
       449 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components-toolbar.mjs"
         
     | 
| 
       450 
     | 
    
         
            -
                },
         
     | 
| 
       451 
455 
     | 
    
         
             
                "./toast": {
         
     | 
| 
       452 
456 
     | 
    
         
             
                  "types": "./toast/index.d.ts",
         
     | 
| 
       453 
457 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-toast.mjs"
         
     | 
| 
       454 
458 
     | 
    
         
             
                },
         
     | 
| 
      
 459 
     | 
    
         
            +
                "./toolbar": {
         
     | 
| 
      
 460 
     | 
    
         
            +
                  "types": "./toolbar/index.d.ts",
         
     | 
| 
      
 461 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-toolbar.mjs"
         
     | 
| 
      
 462 
     | 
    
         
            +
                },
         
     | 
| 
       455 
463 
     | 
    
         
             
                "./tooltip": {
         
     | 
| 
       456 
464 
     | 
    
         
             
                  "types": "./tooltip/index.d.ts",
         
     | 
| 
       457 
465 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-tooltip.mjs"
         
     | 
| 
         @@ -460,14 +468,14 @@ 
     | 
|
| 
       460 
468 
     | 
    
         
             
                  "types": "./tree-view/index.d.ts",
         
     | 
| 
       461 
469 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-tree-view.mjs"
         
     | 
| 
       462 
470 
     | 
    
         
             
                },
         
     | 
| 
       463 
     | 
    
         
            -
                "./video-player": {
         
     | 
| 
       464 
     | 
    
         
            -
                  "types": "./video-player/index.d.ts",
         
     | 
| 
       465 
     | 
    
         
            -
                  "default": "./fesm2022/acorex-components-video-player.mjs"
         
     | 
| 
       466 
     | 
    
         
            -
                },
         
     | 
| 
       467 
471 
     | 
    
         
             
                "./uploader": {
         
     | 
| 
       468 
472 
     | 
    
         
             
                  "types": "./uploader/index.d.ts",
         
     | 
| 
       469 
473 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-uploader.mjs"
         
     | 
| 
       470 
474 
     | 
    
         
             
                },
         
     | 
| 
      
 475 
     | 
    
         
            +
                "./video-player": {
         
     | 
| 
      
 476 
     | 
    
         
            +
                  "types": "./video-player/index.d.ts",
         
     | 
| 
      
 477 
     | 
    
         
            +
                  "default": "./fesm2022/acorex-components-video-player.mjs"
         
     | 
| 
      
 478 
     | 
    
         
            +
                },
         
     | 
| 
       471 
479 
     | 
    
         
             
                "./wysiwyg": {
         
     | 
| 
       472 
480 
     | 
    
         
             
                  "types": "./wysiwyg/index.d.ts",
         
     | 
| 
       473 
481 
     | 
    
         
             
                  "default": "./fesm2022/acorex-components-wysiwyg.mjs"
         
     |