@eui/components 17.0.2-snapshot-1702478232432 → 17.0.2-snapshot-1702481826405
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/docs/components/EuiEditorComponent.html +26 -2
- package/docs/components/QuillEditorComponent.html +13 -1
- package/docs/dependencies.html +2 -2
- package/docs/index.html +2 -2
- package/docs/injectables/LoaderService.html +273 -0
- package/docs/interfaces/QuillDynamicConfig.html +272 -0
- package/docs/js/menu-wc.js +16 -10
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +50 -3
- package/docs/modules/QuillModule.html +9 -1
- package/esm2022/externals/eui-editor/eui-editor.component.mjs +67 -58
- package/esm2022/externals/eui-editor/eui-editor.module.mjs +9 -5
- package/esm2022/externals/eui-editor/json-view/eui-editor-json-view.component.mjs +3 -2
- package/esm2022/externals/quill/index.mjs +2 -1
- package/esm2022/externals/quill/loader.service.mjs +128 -0
- package/esm2022/externals/quill/quill-editor.component.mjs +134 -112
- package/esm2022/externals/quill/quill-editor.interfaces.mjs +2 -1
- package/esm2022/externals/quill/quill.module.mjs +10 -4
- package/externals/eui-editor/eui-editor.component.d.ts +6 -3
- package/externals/eui-editor/eui-editor.component.d.ts.map +1 -1
- package/externals/eui-editor/eui-editor.module.d.ts.map +1 -1
- package/externals/eui-editor/json-view/eui-editor-json-view.component.d.ts.map +1 -1
- package/externals/quill/index.d.ts +1 -0
- package/externals/quill/index.d.ts.map +1 -1
- package/externals/quill/loader.service.d.ts +18 -0
- package/externals/quill/loader.service.d.ts.map +1 -0
- package/externals/quill/quill-editor.component.d.ts +4 -1
- package/externals/quill/quill-editor.component.d.ts.map +1 -1
- package/externals/quill/quill-editor.interfaces.d.ts +5 -0
- package/externals/quill/quill-editor.interfaces.d.ts.map +1 -1
- package/externals/quill/quill.module.d.ts +5 -1
- package/externals/quill/quill.module.d.ts.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +81 -67
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-externals-quill.mjs +268 -116
- package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
- package/package.json +53 -53
@@ -287,6 +287,9 @@
|
|
287
287
|
<li>
|
288
288
|
<a href="#QUILL_CONFIG_TOKEN" title="packages/eui/packages/components/externals/quill/quill-editor.interfaces.ts" ><b>QUILL_CONFIG_TOKEN</b> (packages/.../quill-editor.interfaces.ts)</a>
|
289
289
|
</li>
|
290
|
+
<li>
|
291
|
+
<a href="#QUILL_DYNAMIC_CONFIG_TOKEN" title="packages/eui/packages/components/externals/quill/quill-editor.interfaces.ts" ><b>QUILL_DYNAMIC_CONFIG_TOKEN</b> (packages/.../quill-editor.interfaces.ts)</a>
|
292
|
+
</li>
|
290
293
|
<li>
|
291
294
|
<a href="#QuillBetterTable" title="packages/eui/packages/components/externals/eui-editor/eui-editor.component.ts" ><b>QuillBetterTable</b> (packages/.../eui-editor.component.ts)</a>
|
292
295
|
</li>
|
@@ -335,6 +338,9 @@
|
|
335
338
|
<li>
|
336
339
|
<a href="#validateFileMimeType" title="packages/eui/packages/components/eui-file-upload/utils/eui-file-upload.validators.ts" ><b>validateFileMimeType</b> (packages/.../eui-file-upload.validators.ts)</a>
|
337
340
|
</li>
|
341
|
+
<li>
|
342
|
+
<a href="#window" title="packages/eui/packages/components/externals/quill/loader.service.ts" ><b>window</b> (packages/.../loader.service.ts)</a>
|
343
|
+
</li>
|
338
344
|
<li>
|
339
345
|
<a href="#YEAR_FORMAT" title="packages/eui/packages/components/eui-datepicker/eui-datepicker.component.ts" ><b>YEAR_FORMAT</b> (packages/.../eui-datepicker.component.ts)</a>
|
340
346
|
</li>
|
@@ -2616,6 +2622,26 @@
|
|
2616
2622
|
</tr>
|
2617
2623
|
|
2618
2624
|
|
2625
|
+
</tbody>
|
2626
|
+
</table>
|
2627
|
+
<table class="table table-sm table-bordered">
|
2628
|
+
<tbody>
|
2629
|
+
<tr>
|
2630
|
+
<td class="col-md-4">
|
2631
|
+
<a name="QUILL_DYNAMIC_CONFIG_TOKEN"></a>
|
2632
|
+
<span class="name">
|
2633
|
+
<span ><b>QUILL_DYNAMIC_CONFIG_TOKEN</b></span>
|
2634
|
+
<a href="#QUILL_DYNAMIC_CONFIG_TOKEN"><span class="icon ion-ios-link"></span></a>
|
2635
|
+
</span>
|
2636
|
+
</td>
|
2637
|
+
</tr>
|
2638
|
+
<tr>
|
2639
|
+
<td class="col-md-4">
|
2640
|
+
<i>Default value : </i><code>new InjectionToken<QuillDynamicConfig>('Dynamic loading config')</code>
|
2641
|
+
</td>
|
2642
|
+
</tr>
|
2643
|
+
|
2644
|
+
|
2619
2645
|
</tbody>
|
2620
2646
|
</table>
|
2621
2647
|
</section>
|
@@ -2761,9 +2787,6 @@
|
|
2761
2787
|
},
|
2762
2788
|
},
|
2763
2789
|
},
|
2764
|
-
keyboard: {
|
2765
|
-
bindings: QuillBetterTable.keyboardBindings,
|
2766
|
-
},
|
2767
2790
|
},
|
2768
2791
|
}</code>
|
2769
2792
|
</td>
|
@@ -2950,6 +2973,30 @@
|
|
2950
2973
|
</tr>
|
2951
2974
|
|
2952
2975
|
|
2976
|
+
</tbody>
|
2977
|
+
</table>
|
2978
|
+
</section>
|
2979
|
+
<h3>packages/eui/packages/components/externals/quill/loader.service.ts</h3>
|
2980
|
+
<section data-compodoc="block-properties">
|
2981
|
+
<h3></h3> <table class="table table-sm table-bordered">
|
2982
|
+
<tbody>
|
2983
|
+
<tr>
|
2984
|
+
<td class="col-md-4">
|
2985
|
+
<a name="window"></a>
|
2986
|
+
<span class="name">
|
2987
|
+
<span ><b>window</b></span>
|
2988
|
+
<a href="#window"><span class="icon ion-ios-link"></span></a>
|
2989
|
+
</span>
|
2990
|
+
</td>
|
2991
|
+
</tr>
|
2992
|
+
<tr>
|
2993
|
+
<td class="col-md-4">
|
2994
|
+
<i>Type : </i> <code>literal type</code>
|
2995
|
+
|
2996
|
+
</td>
|
2997
|
+
</tr>
|
2998
|
+
|
2999
|
+
|
2953
3000
|
</tbody>
|
2954
3001
|
</table>
|
2955
3002
|
</section>
|
@@ -94,7 +94,9 @@
|
|
94
94
|
|
95
95
|
<ol class="breadcrumb">
|
96
96
|
<li class="breadcrumb-item">Modules</li>
|
97
|
-
<li class="breadcrumb-item"
|
97
|
+
<li class="breadcrumb-item"
|
98
|
+
class="breadcrumb-item deprecated-name"
|
99
|
+
>QuillModule</li>
|
98
100
|
</ol>
|
99
101
|
|
100
102
|
|
@@ -118,6 +120,12 @@
|
|
118
120
|
</p>
|
119
121
|
|
120
122
|
|
123
|
+
<p class="comment">
|
124
|
+
<h3 class="deprecated">Deprecated</h3>
|
125
|
+
</p>
|
126
|
+
<p class="comment">
|
127
|
+
please don't use it. It will be removed
|
128
|
+
</p>
|
121
129
|
|
122
130
|
|
123
131
|
|