@eui/components 17.0.2-snapshot-1702478232432 → 17.0.2-snapshot-1702484869277
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 +198 -171
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +62 -15
- package/docs/modules/EuiAlertModule.html +28 -4
- package/docs/modules/EuiAppSidebarModule.html +28 -4
- package/docs/modules/EuiAppToolbarModule.html +28 -4
- package/docs/modules/EuiAvatarModule.html +28 -4
- package/docs/modules/EuiChartsModule.html +28 -4
- package/docs/modules/EuiHeaderModule.html +28 -4
- package/docs/modules/EuiPageModule.html +28 -4
- package/docs/modules/EuiSidebarMenuModule.html +28 -4
- package/docs/modules/EuiSkeletonModule.html +28 -4
- package/docs/modules/EuiToolbarModule.html +28 -4
- package/docs/modules/EuiUserProfileModule.html +28 -4
- 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
@@ -495,7 +495,7 @@
|
|
495
495
|
<tbody>
|
496
496
|
<tr>
|
497
497
|
<td class="col-md-4">
|
498
|
-
<code>constructor(euiDialogService: <a href="../injectables/EuiDialogService.html" target="_self">EuiDialogService</a>, ngControl: NgControl)</code>
|
498
|
+
<code>constructor(euiDialogService: <a href="../injectables/EuiDialogService.html" target="_self">EuiDialogService</a>, cdr: ChangeDetectorRef, ngControl: NgControl, loader: <a href="../injectables/LoaderService.html" target="_self">LoaderService</a>)</code>
|
499
499
|
</td>
|
500
500
|
</tr>
|
501
501
|
|
@@ -523,6 +523,18 @@
|
|
523
523
|
No
|
524
524
|
</td>
|
525
525
|
|
526
|
+
</tr>
|
527
|
+
<tr>
|
528
|
+
<td>cdr</td>
|
529
|
+
|
530
|
+
<td>
|
531
|
+
<code>ChangeDetectorRef</code>
|
532
|
+
</td>
|
533
|
+
|
534
|
+
<td>
|
535
|
+
No
|
536
|
+
</td>
|
537
|
+
|
526
538
|
</tr>
|
527
539
|
<tr>
|
528
540
|
<td>ngControl</td>
|
@@ -536,6 +548,18 @@
|
|
536
548
|
</td>
|
537
549
|
|
538
550
|
</tr>
|
551
|
+
<tr>
|
552
|
+
<td>loader</td>
|
553
|
+
|
554
|
+
<td>
|
555
|
+
<code><a href="../injectables/LoaderService.html" target="_self" >LoaderService</a></code>
|
556
|
+
</td>
|
557
|
+
|
558
|
+
<td>
|
559
|
+
No
|
560
|
+
</td>
|
561
|
+
|
562
|
+
</tr>
|
539
563
|
</tbody>
|
540
564
|
</table>
|
541
565
|
</div>
|
@@ -2528,7 +2552,7 @@
|
|
2528
2552
|
<script src="../js/libs/htmlparser.js"></script>
|
2529
2553
|
<script src="../js/libs/deep-iterator.js"></script>
|
2530
2554
|
<script>
|
2531
|
-
var COMPONENT_TEMPLATE = '<div><div [hidden]="isReadOnly" class="eui-editor-wrapper" [style.height]="height + \'px\'"> <quill-editor [id]="generatedId" class="eui-editor {{ styleClass }}" [class.eui-editor--focused]="isFocused" [format]="format" [formats]="formats" [sanitize]="true" [modules]="modules" [theme]="theme" [placeholder]="placeholder" [customToolbarPosition]="customToolbarPosition" [formControl]="formControl" [debug]="debug" [tabindex]="tabindex" [preserveWhitespace]="true" [hasImageFeature]="hasImageFeature" (onEditorCreated)="_onEditorCreated($event)" (onEditorChanged)="_onEditorChanged($event)" (onContentChanged)="_onContentChanged($event)" (onSelectionChanged)="_onSelectionChanged($event)" (onFocus)="_onFocus($event)" (onBlur)="_onBlur($event)"> <div *ngIf="!euiEditorCustomToolbar" quill-editor-toolbar> <div *ngIf="toolbarConfig.headings" class="ql-formats" role="application" aria-label="Select headings style" euiTooltip="{{ toolbarConfig.headings.label }}"> <select class="ql-header" [attr.aria-label]="toolbarConfig.headings.label"> <option value="{{ value }}" *ngFor="let value of toolbarConfig.headings.options">Heading {{ value }}</option> <option selected>Normal</option> </select> </div> <div *ngIf="toolbarConfig.font" class="ql-formats" role="application" aria-label="Select font style" euiTooltip="{{ toolbarConfig.font.label }}"> <select class="ql-font" [attr.aria-label]="toolbarConfig.font.label"> <option selected>Sans Serif</option> <option value="serif">Serif</option> <option value="monospace">Monospace</option> </select> </div> <div *ngIf="toolbarConfig.bold || toolbarConfig.italic || toolbarConfig.underline || toolbarConfig.strike" class="ql-formats"> <button *ngIf="toolbarConfig.bold" class="ql-bold" type="button" [attr.aria-label]="toolbarConfig.bold.label" euiTooltip="{{ toolbarConfig.bold.label }}"> </button> <button *ngIf="toolbarConfig.italic" class="ql-italic" type="button" [attr.aria-label]="toolbarConfig.italic.label" euiTooltip="{{ toolbarConfig.italic.label }}"> </button> <button *ngIf="toolbarConfig.underline" class="ql-underline" type="button" [attr.aria-label]="toolbarConfig.underline.label" euiTooltip="{{ toolbarConfig.underline.label }}"> </button> <button *ngIf="toolbarConfig.strike" class="ql-strike" type="button" [attr.aria-label]="toolbarConfig.strike.label" euiTooltip="{{ toolbarConfig.strike.label }}"> </button> </div> <div *ngIf="toolbarConfig.fontColor || toolbarConfig.fontBackground" class="ql-formats"> <span *ngIf="toolbarConfig.fontColor" euiTooltip="{{ toolbarConfig.fontColor.label }}"> <select class="ql-color" [attr.aria-label]="toolbarConfig.fontColor.label"></select> </span> <span *ngIf="toolbarConfig.fontBackground" euiTooltip="{{ toolbarConfig.fontBackground.label }}"> <select class="ql-background" [attr.aria-label]="toolbarConfig.fontBackground.label"></select> </span> </div> <div *ngIf="toolbarConfig.subscript || toolbarConfig.superscript" class="ql-formats"> <button *ngIf="toolbarConfig.subscript" class="ql-script" value="sub" type="button" [attr.aria-label]="toolbarConfig.subscript.label" euiTooltip="{{ toolbarConfig.subscript.label }}"> </button> <button *ngIf="toolbarConfig.superscript" class="ql-script" value="super" type="button" [attr.aria-label]="toolbarConfig.superscript.label" euiTooltip="{{ toolbarConfig.superscript.label }}"> </button> </div> <div *ngIf="toolbarConfig.textAlign" class="ql-formats"> <span euiTooltip="{{ toolbarConfig.textAlign.label }}"> <select class="ql-align" [attr.aria-label]="toolbarConfig.textAlign.label"> <option selected></option> <option value="center"></option> <option value="right"></option> <option value="justify"></option> </select> </span> </div> <div *ngIf="toolbarConfig.orderedList || toolbarConfig.bulletList || toolbarConfig.indentLess || toolbarConfig.indentMore" class="ql-formats"> <button *ngIf="toolbarConfig.orderedList" class="ql-list" value="ordered" type="button" [attr.aria-label]="toolbarConfig.orderedList.label" euiTooltip="{{ toolbarConfig.orderedList.label }}"> </button> <button *ngIf="toolbarConfig.bulletList" class="ql-list" value="bullet" type="button" [attr.aria-label]="toolbarConfig.bulletList.label" euiTooltip="{{ toolbarConfig.bulletList.label }}"> </button> <button type="button" *ngIf="toolbarConfig.indentLess" class="ql-indent" value="-1" [attr.aria-label]="toolbarConfig.indentLess.label" euiTooltip="{{ toolbarConfig.indentLess.label }}"> </button> <button type="button" *ngIf="toolbarConfig.indentMore" class="ql-indent" value="+1" [attr.aria-label]="toolbarConfig.indentMore.label" euiTooltip="{{ toolbarConfig.indentMore.label }}"> </button> </div> <div *ngIf=" toolbarConfig.blockquote || toolbarConfig.codeBlock || toolbarConfig.link || toolbarConfig.image || toolbarConfig.imageUrl || toolbarConfig.video || toolbarConfig.table " class="ql-formats"> <button *ngIf="toolbarConfig.blockquote" class="ql-blockquote" type="button" [attr.aria-label]="toolbarConfig.blockquote.label" euiTooltip="{{ toolbarConfig.blockquote.label }}"> </button> <button *ngIf="toolbarConfig.codeBlock" class="ql-code-block" type="button" [attr.aria-label]="toolbarConfig.codeBlock.label" euiTooltip="{{ toolbarConfig.codeBlock.label }}"> </button> <button *ngIf="toolbarConfig.link" class="ql-link" type="button" [attr.aria-label]="toolbarConfig.link.label" euiTooltip="{{ toolbarConfig.link.label }}"> </button> <button *ngIf="toolbarConfig.image" class="ql-image" type="button" [attr.aria-label]="toolbarConfig.image.label" euiTooltip="{{ toolbarConfig.image.label }}"> </button> <button type="button" *ngIf="toolbarConfig.imageUrl" [attr.aria-label]="toolbarConfig.imageUrl.label" euiTooltip="{{ toolbarConfig.imageUrl.label }}" (click)="imageUrlHandler()"> <eui-icon-svg icon="eui-image-add"></eui-icon-svg> </button> <button *ngIf="toolbarConfig.video" class="ql-video" type="button" [attr.aria-label]="toolbarConfig.video.label" euiTooltip="{{ toolbarConfig.video.label }}"> </button> <button type="button" *ngIf="toolbarConfig.table" [attr.aria-label]="toolbarConfig.table.label" euiTooltip="{{ toolbarConfig.table.label }}" (click)="insertTable()"> <eui-icon-svg icon="eui-ecl-spreadsheet"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.clean || toolbarConfig.delete" class="ql-formats"> <button *ngIf="toolbarConfig.clean" class="ql-clean" type="button" [attr.aria-label]="toolbarConfig.clean.label" euiTooltip="{{ toolbarConfig.clean.label }}"> </button> <button type="button" *ngIf="toolbarConfig.delete" [attr.aria-label]="toolbarConfig.delete.label" euiTooltip="{{ toolbarConfig.delete.label }}" (click)="editorDeleteContent()"> <eui-icon-svg icon="eui-delete-forever"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.undo || toolbarConfig.redo" class="ql-formats"> <button type="button" *ngIf="toolbarConfig.undo" [attr.aria-label]="toolbarConfig.undo.label" euiTooltip="{{ toolbarConfig.undo.label }}" (click)="editorUndo()"> <eui-icon-svg icon="eui-undo"></eui-icon-svg> </button> <button type="button" *ngIf="toolbarConfig.redo" [attr.aria-label]="toolbarConfig.redo.label" euiTooltip="{{ toolbarConfig.redo.label }}" (click)="editorRedo()"> <eui-icon-svg icon="eui-redo"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.counters" class="ql-formats"> <eui-editor-counters [hasCharactersCounter]="hasCharactersCounter" [charactersCounter]="charactersCount" [charactersLabel]="charactersCounterLabel" [hasWordsCounter]="hasWordsCounter" [wordsCounter]="wordsCount" [wordsLabel]="wordsCounterLabel" [attr.aria-label]="toolbarConfig.counters.label" role="button" euiTooltip="{{ toolbarConfig.counters.label }}"> </eui-editor-counters> </div> </div> <div *ngIf="euiEditorCustomToolbar" quill-editor-toolbar> <ng-content select="euiEditorCustomToolbar"></ng-content> </div> </quill-editor></div><!-- READONLY MODE --><div [hidden]="!isReadOnly" class="eui-editor eui-editor--readonly {{ styleClass }}" [class.eui-editor--empty]="!value" tabindex="{{ tabindex }}" (click)="enableEditorOnFocus()" (focusin)="enableEditorOnFocus()"> <eui-editor-html-view *ngIf="format === \'html\'" [content]="value" [theme]="theme"></eui-editor-html-view> <eui-editor-json-view *ngIf="format === \'json\'" [content]="jsonToHtmlContent" [theme]="theme"></eui-editor-json-view></div></div>'
|
2555
|
+
var COMPONENT_TEMPLATE = '<div><ng-container *ngIf="readyToRender"><div [hidden]="isReadOnly" class="eui-editor-wrapper" [style.height]="height + \'px\'"> <quill-editor [id]="generatedId" class="eui-editor {{ styleClass }}" [class.eui-editor--focused]="isFocused" [format]="format" [formats]="formats" [sanitize]="true" [modules]="modules" [theme]="theme" [placeholder]="placeholder" [customToolbarPosition]="customToolbarPosition" [formControl]="formControl" [debug]="debug" [tabindex]="tabindex" [preserveWhitespace]="true" [hasImageFeature]="hasImageFeature" (onEditorCreated)="_onEditorCreated($event)" (onEditorChanged)="_onEditorChanged($event)" (onContentChanged)="_onContentChanged($event)" (onSelectionChanged)="_onSelectionChanged($event)" (onFocus)="_onFocus($event)" (onBlur)="_onBlur($event)"> <div *ngIf="!euiEditorCustomToolbar" quill-editor-toolbar> <div *ngIf="toolbarConfig.headings" class="ql-formats" role="application" aria-label="Select headings style" euiTooltip="{{ toolbarConfig.headings.label }}"> <select class="ql-header" [attr.aria-label]="toolbarConfig.headings.label"> <option value="{{ value }}" *ngFor="let value of toolbarConfig.headings.options">Heading {{ value }}</option> <option selected>Normal</option> </select> </div> <div *ngIf="toolbarConfig.font" class="ql-formats" role="application" aria-label="Select font style" euiTooltip="{{ toolbarConfig.font.label }}"> <select class="ql-font" [attr.aria-label]="toolbarConfig.font.label"> <option selected>Sans Serif</option> <option value="serif">Serif</option> <option value="monospace">Monospace</option> </select> </div> <div *ngIf="toolbarConfig.bold || toolbarConfig.italic || toolbarConfig.underline || toolbarConfig.strike" class="ql-formats"> <button *ngIf="toolbarConfig.bold" class="ql-bold" type="button" [attr.aria-label]="toolbarConfig.bold.label" euiTooltip="{{ toolbarConfig.bold.label }}"> </button> <button *ngIf="toolbarConfig.italic" class="ql-italic" type="button" [attr.aria-label]="toolbarConfig.italic.label" euiTooltip="{{ toolbarConfig.italic.label }}"> </button> <button *ngIf="toolbarConfig.underline" class="ql-underline" type="button" [attr.aria-label]="toolbarConfig.underline.label" euiTooltip="{{ toolbarConfig.underline.label }}"> </button> <button *ngIf="toolbarConfig.strike" class="ql-strike" type="button" [attr.aria-label]="toolbarConfig.strike.label" euiTooltip="{{ toolbarConfig.strike.label }}"> </button> </div> <div *ngIf="toolbarConfig.fontColor || toolbarConfig.fontBackground" class="ql-formats"> <span *ngIf="toolbarConfig.fontColor" euiTooltip="{{ toolbarConfig.fontColor.label }}"> <select class="ql-color" [attr.aria-label]="toolbarConfig.fontColor.label"></select> </span> <span *ngIf="toolbarConfig.fontBackground" euiTooltip="{{ toolbarConfig.fontBackground.label }}"> <select class="ql-background" [attr.aria-label]="toolbarConfig.fontBackground.label"></select> </span> </div> <div *ngIf="toolbarConfig.subscript || toolbarConfig.superscript" class="ql-formats"> <button *ngIf="toolbarConfig.subscript" class="ql-script" value="sub" type="button" [attr.aria-label]="toolbarConfig.subscript.label" euiTooltip="{{ toolbarConfig.subscript.label }}"> </button> <button *ngIf="toolbarConfig.superscript" class="ql-script" value="super" type="button" [attr.aria-label]="toolbarConfig.superscript.label" euiTooltip="{{ toolbarConfig.superscript.label }}"> </button> </div> <div *ngIf="toolbarConfig.textAlign" class="ql-formats"> <span euiTooltip="{{ toolbarConfig.textAlign.label }}"> <select class="ql-align" [attr.aria-label]="toolbarConfig.textAlign.label"> <option selected></option> <option value="center"></option> <option value="right"></option> <option value="justify"></option> </select> </span> </div> <div *ngIf="toolbarConfig.orderedList || toolbarConfig.bulletList || toolbarConfig.indentLess || toolbarConfig.indentMore" class="ql-formats"> <button *ngIf="toolbarConfig.orderedList" class="ql-list" value="ordered" type="button" [attr.aria-label]="toolbarConfig.orderedList.label" euiTooltip="{{ toolbarConfig.orderedList.label }}"> </button> <button *ngIf="toolbarConfig.bulletList" class="ql-list" value="bullet" type="button" [attr.aria-label]="toolbarConfig.bulletList.label" euiTooltip="{{ toolbarConfig.bulletList.label }}"> </button> <button type="button" *ngIf="toolbarConfig.indentLess" class="ql-indent" value="-1" [attr.aria-label]="toolbarConfig.indentLess.label" euiTooltip="{{ toolbarConfig.indentLess.label }}"> </button> <button type="button" *ngIf="toolbarConfig.indentMore" class="ql-indent" value="+1" [attr.aria-label]="toolbarConfig.indentMore.label" euiTooltip="{{ toolbarConfig.indentMore.label }}"> </button> </div> <div *ngIf=" toolbarConfig.blockquote || toolbarConfig.codeBlock || toolbarConfig.link || toolbarConfig.image || toolbarConfig.imageUrl || toolbarConfig.video || toolbarConfig.table " class="ql-formats"> <button *ngIf="toolbarConfig.blockquote" class="ql-blockquote" type="button" [attr.aria-label]="toolbarConfig.blockquote.label" euiTooltip="{{ toolbarConfig.blockquote.label }}"> </button> <button *ngIf="toolbarConfig.codeBlock" class="ql-code-block" type="button" [attr.aria-label]="toolbarConfig.codeBlock.label" euiTooltip="{{ toolbarConfig.codeBlock.label }}"> </button> <button *ngIf="toolbarConfig.link" class="ql-link" type="button" [attr.aria-label]="toolbarConfig.link.label" euiTooltip="{{ toolbarConfig.link.label }}"> </button> <button *ngIf="toolbarConfig.image" class="ql-image" type="button" [attr.aria-label]="toolbarConfig.image.label" euiTooltip="{{ toolbarConfig.image.label }}"> </button> <button type="button" *ngIf="toolbarConfig.imageUrl" [attr.aria-label]="toolbarConfig.imageUrl.label" euiTooltip="{{ toolbarConfig.imageUrl.label }}" (click)="imageUrlHandler()"> <eui-icon-svg icon="eui-image-add"></eui-icon-svg> </button> <button *ngIf="toolbarConfig.video" class="ql-video" type="button" [attr.aria-label]="toolbarConfig.video.label" euiTooltip="{{ toolbarConfig.video.label }}"> </button> <button type="button" *ngIf="toolbarConfig.table" [attr.aria-label]="toolbarConfig.table.label" euiTooltip="{{ toolbarConfig.table.label }}" (click)="insertTable()"> <eui-icon-svg icon="eui-ecl-spreadsheet"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.clean || toolbarConfig.delete" class="ql-formats"> <button *ngIf="toolbarConfig.clean" class="ql-clean" type="button" [attr.aria-label]="toolbarConfig.clean.label" euiTooltip="{{ toolbarConfig.clean.label }}"> </button> <button type="button" *ngIf="toolbarConfig.delete" [attr.aria-label]="toolbarConfig.delete.label" euiTooltip="{{ toolbarConfig.delete.label }}" (click)="editorDeleteContent()"> <eui-icon-svg icon="eui-delete-forever"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.undo || toolbarConfig.redo" class="ql-formats"> <button type="button" *ngIf="toolbarConfig.undo" [attr.aria-label]="toolbarConfig.undo.label" euiTooltip="{{ toolbarConfig.undo.label }}" (click)="editorUndo()"> <eui-icon-svg icon="eui-undo"></eui-icon-svg> </button> <button type="button" *ngIf="toolbarConfig.redo" [attr.aria-label]="toolbarConfig.redo.label" euiTooltip="{{ toolbarConfig.redo.label }}" (click)="editorRedo()"> <eui-icon-svg icon="eui-redo"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.counters" class="ql-formats"> <eui-editor-counters [hasCharactersCounter]="hasCharactersCounter" [charactersCounter]="charactersCount" [charactersLabel]="charactersCounterLabel" [hasWordsCounter]="hasWordsCounter" [wordsCounter]="wordsCount" [wordsLabel]="wordsCounterLabel" [attr.aria-label]="toolbarConfig.counters.label" role="button" euiTooltip="{{ toolbarConfig.counters.label }}"> </eui-editor-counters> </div> </div> <div *ngIf="euiEditorCustomToolbar" quill-editor-toolbar> <ng-content select="euiEditorCustomToolbar"></ng-content> </div> </quill-editor></div><!-- READONLY MODE --><div [hidden]="!isReadOnly" class="eui-editor eui-editor--readonly {{ styleClass }}" [class.eui-editor--empty]="!value" tabindex="{{ tabindex }}" (click)="enableEditorOnFocus()" (focusin)="enableEditorOnFocus()"> <eui-editor-html-view *ngIf="format === \'html\'" [content]="value" [theme]="theme"></eui-editor-html-view> <eui-editor-json-view *ngIf="format === \'json\'" [content]="jsonToHtmlContent" [theme]="theme"></eui-editor-json-view></div></ng-container></div>'
|
2532
2556
|
var COMPONENTS = [{'name': 'ChartComponent', 'selector': 'eui-apex-chart'},{'name': 'CollapsedBreadcrumbComponent', 'selector': 'eui-collapsed-breadcrumb'},{'name': 'EuiAlertComponent', 'selector': 'div[euiAlert], eui-alert'},{'name': 'EuiAppBreadcrumbComponent', 'selector': 'eui-app-breadcrumb'},{'name': 'EuiAppComponent', 'selector': 'eui-app'},{'name': 'EuiAppFooterComponent', 'selector': 'eui-app-footer'},{'name': 'EuiAppHeaderComponent', 'selector': 'eui-app-header'},{'name': 'EuiAppSidebarBodyComponent', 'selector': 'eui-app-sidebar-body'},{'name': 'EuiAppSidebarComponent', 'selector': 'eui-app-sidebar'},{'name': 'EuiAppSidebarDrawerComponent', 'selector': 'eui-app-sidebar-drawer'},{'name': 'EuiAppSidebarFooterComponent', 'selector': 'eui-app-sidebar-footer'},{'name': 'EuiAppSidebarHeaderComponent', 'selector': 'eui-app-sidebar-header'},{'name': 'EuiAppSidebarHeaderUserProfileComponent', 'selector': 'eui-app-sidebar-header-user-profile'},{'name': 'EuiAppSidebarMenuComponent', 'selector': 'eui-app-sidebar-menu'},{'name': 'EuiAppToolbarComponent', 'selector': 'eui-app-toolbar'},{'name': 'EuiAppTopMessageComponent', 'selector': 'eui-app-top-message'},{'name': 'EuiAutocompleteAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteComponent', 'selector': 'eui-autocomplete, input[euiAutocomplete]'},{'name': 'EuiAutocompleteOptionComponent', 'selector': 'eui-autocomplete-option'},{'name': 'EuiAutocompleteOptionGroupComponent', 'selector': 'eui-autocomplete-option-group'},{'name': 'EuiAutocompleteTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAvatarBadgeComponent', 'selector': 'eui-avatar-badge'},{'name': 'EuiAvatarComponent', 'selector': 'div[euiAvatar], span[euiAvatar], eui-avatar'},{'name': 'EuiAvatarIconComponent', 'selector': 'eui-avatar-icon'},{'name': 'EuiAvatarImageComponent', 'selector': 'eui-avatar-image'},{'name': 'EuiAvatarListComponent', 'selector': 'eui-avatar-list'},{'name': 'EuiAvatarTextComponent', 'selector': 'eui-avatar-text'},{'name': 'EuiBadgeComponent', 'selector': 'div[euiBadge], span[euiBadge], eui-badge'},{'name': 'EuiBlockContentComponent', 'selector': 'eui-block-content'},{'name': 'EuiBlockDocumentComponent', 'selector': 'eui-block-document'},{'name': 'EuiBreadcrumbComponent', 'selector': 'eui-breadcrumb'},{'name': 'EuiBreadcrumbItemComponent', 'selector': 'eui-breadcrumb-item'},{'name': 'EuiButtonComponent', 'selector': 'button[euiButton], a[euiButton]'},{'name': 'EuiButtonGroupComponent', 'selector': 'eui-button-group'},{'name': 'EuiButtonsComponent', 'selector': 'eui-buttons'},{'name': 'EuiCardComponent', 'selector': 'eui-card'},{'name': 'EuiCardContentComponent', 'selector': 'eui-card-content'},{'name': 'EuiCardFooterActionButtonsComponent', 'selector': 'eui-card-footer-action-buttons'},{'name': 'EuiCardFooterActionIconsComponent', 'selector': 'eui-card-footer-action-icons'},{'name': 'EuiCardFooterComponent', 'selector': 'eui-card-footer'},{'name': 'EuiCardFooterMenuContentComponent', 'selector': 'eui-card-footer-menu-content'},{'name': 'EuiCardHeaderBodyComponent', 'selector': 'eui-card-header-body'},{'name': 'EuiCardHeaderComponent', 'selector': 'eui-card-header'},{'name': 'EuiCardHeaderLeftContentComponent', 'selector': 'eui-card-header-left-content'},{'name': 'EuiCardHeaderRightContentComponent', 'selector': 'eui-card-header-right-content'},{'name': 'EuiCardHeaderSubtitleComponent', 'selector': 'eui-card-header-subtitle'},{'name': 'EuiCardHeaderTitleComponent', 'selector': 'eui-card-header-title'},{'name': 'EuiCardMediaComponent', 'selector': 'eui-card-media'},{'name': 'EuiChipComponent', 'selector': 'eui-chip, span[euiChip], li[euiChip]'},{'name': 'EuiChipListComponent', 'selector': 'eui-chip-list, div[euiChipList], ul[euiChipList]'},{'name': 'EuiCommonHeaderComponent', 'selector': 'eui-common-header'},{'name': 'EuiDashboardButtonComponent', 'selector': 'eui-dashboard-button'},{'name': 'EuiDashboardCardComponent', 'selector': 'eui-dashboard-card'},{'name': 'EuiDatepickerComponent', 'selector': 'eui-datepicker'},{'name': 'EuiDateRangeSelectorComponent', 'selector': 'eui-date-range-selector'},{'name': 'EuiDialogComponent', 'selector': 'eui-dialog'},{'name': 'EuiDialogContainerComponent', 'selector': 'eui-dialog-container'},{'name': 'EuiDimmerComponent', 'selector': 'eui-dimmer'},{'name': 'EuiDisableContentComponent', 'selector': 'eui-disable-content'},{'name': 'EuiDiscussionThreadComponent', 'selector': 'eui-discussion-thread'},{'name': 'EuiDiscussionThreadItemComponent', 'selector': 'eui-discussion-thread-item'},{'name': 'EuiDropdownComponent', 'selector': 'eui-dropdown'},{'name': 'EuiDropdownItemComponent', 'selector': 'eui-dropdown-item, [euiDropdownItem]'},{'name': 'EuiEditorComponent', 'selector': 'eui-editor'},{'name': 'EuiEditorCountersComponent', 'selector': 'eui-editor-counters'},{'name': 'EuiEditorHtmlViewComponent', 'selector': 'eui-editor-html-view'},{'name': 'EuiEditorImageDialogComponent', 'selector': ''},{'name': 'EuiEditorJsonViewComponent', 'selector': 'eui-editor-json-view'},{'name': 'EuiExpandContentComponent', 'selector': 'eui-expand-content'},{'name': 'EuiFeedbackMessageComponent', 'selector': 'eui-feedback-message'},{'name': 'EuiFieldsetComponent', 'selector': 'eui-fieldset'},{'name': 'EuiFilePreviewComponent', 'selector': 'eui-file-preview'},{'name': 'EuiFileUploadComponent', 'selector': 'eui-file-upload'},{'name': 'EuiFileUploadProgressComponent', 'selector': 'eui-file-upload-progress'},{'name': 'EuiFooterComponent', 'selector': 'eui-footer'},{'name': 'EuiGrowlComponent', 'selector': 'eui-growl'},{'name': 'EuiHeaderAppComponent', 'selector': 'eui-header-app'},{'name': 'EuiHeaderAppNameComponent', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoComponent', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleComponent', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiHeaderComponent', 'selector': 'eui-header'},{'name': 'EuiHeaderEnvironmentComponent', 'selector': 'eui-header-environment'},{'name': 'EuiHeaderLogoComponent', 'selector': 'eui-header-logo'},{'name': 'EuiHeaderRightContentComponent', 'selector': 'eui-header-right-content'},{'name': 'EuiHeaderUserProfileComponent', 'selector': 'eui-header-user-profile'},{'name': 'EuiIconColorComponent', 'selector': 'eui-icon-colored, span[euiIconColored], [euiIconColored]'},{'name': 'EuiIconComponent', 'selector': 'div[euiIcon], span[euiIcon], i[euiIcon], eui-icon'},{'name': 'EuiIconSvgButtonComponent', 'selector': 'eui-icon-svg-button'},{'name': 'EuiIconSvgComponent', 'selector': 'eui-icon-svg, span[euiIconSvg], i[euiIconSvg]'},{'name': 'EuiIconToggleComponent', 'selector': 'eui-icon-toggle'},{'name': 'EuiInputCheckboxComponent', 'selector': 'input[euiInputCheckBox]'},{'name': 'EuiInputGroupComponent', 'selector': 'div[euiInputGroup]'},{'name': 'EuiInputNumberComponent', 'selector': 'input[euiInputNumber]'},{'name': 'EuiInputRadioComponent', 'selector': 'input[euiInputRadio]'},{'name': 'EuiInputTextComponent', 'selector': 'input[euiInputText]'},{'name': 'EuiLabelComponent', 'selector': 'label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label,
|
2533
2557
|
label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel'},{'name': 'EuiLanguageSelectorComponent', 'selector': 'eui-language-selector'},{'name': 'EuiListComponent', 'selector': '[euiList], eui-list'},{'name': 'EuiListItemComponent', 'selector': '[euiListItem], eui-list-item'},{'name': 'EuiMenuComponent', 'selector': 'eui-menu'},{'name': 'EuiMenuItemComponent', 'selector': 'eui-menu-item'},{'name': 'EuiMessageBoxComponent', 'selector': 'eui-message-box'},{'name': 'EuiModalSelectorComponent', 'selector': 'eui-modal-selector'},{'name': 'EuiNotificationItemComponent', 'selector': 'eui-notification-item'},{'name': 'EuiNotificationItemV2Component', 'selector': 'eui-notification-item-v2'},{'name': 'EuiNotificationsComponent', 'selector': 'eui-notifications'},{'name': 'EuiNotificationsV2Component', 'selector': 'eui-notifications-v2'},{'name': 'EuiOverlayBodyComponent', 'selector': 'eui-overlay-body'},{'name': 'EuiOverlayComponent', 'selector': 'eui-overlay'},{'name': 'EuiOverlayFooterComponent', 'selector': 'eui-overlay-footer'},{'name': 'EuiOverlayHeaderComponent', 'selector': 'eui-overlay-header'},{'name': 'EuiOverlayHeaderTitleComponent', 'selector': 'eui-overlay-header-title'},{'name': 'EuiPageBreadcrumbComponent', 'selector': 'eui-page-breadcrumb'},{'name': 'EuiPageColumnComponent', 'selector': 'eui-page-column'},{'name': 'EuiPageColumnsComponent', 'selector': 'eui-page-columns'},{'name': 'EuiPageComponent', 'selector': 'eui-page'},{'name': 'EuiPageContentComponent', 'selector': 'eui-page-content'},{'name': 'EuiPageFooterComponent', 'selector': 'eui-page-footer'},{'name': 'EuiPageHeaderComponent', 'selector': 'eui-page-header'},{'name': 'EuiPageHeroHeaderComponent', 'selector': 'eui-page-hero-header'},{'name': 'EuiPageTopContentComponent', 'selector': 'eui-page-top-content'},{'name': 'EuiPaginatorComponent', 'selector': 'eui-paginator'},{'name': 'EuiPopoverComponent', 'selector': 'eui-popover'},{'name': 'EuiProgressBarComponent', 'selector': 'eui-progress-bar'},{'name': 'EuiProgressCircleComponent', 'selector': 'eui-progress-circle'},{'name': 'EuiResizableComponent', 'selector': 'eui-resizable'},{'name': 'EuiSearchComponent', 'selector': 'eui-search'},{'name': 'EuiSelectComponent', 'selector': 'select[euiSelect]'},{'name': 'EuiSidebarMenuComponent', 'selector': 'eui-sidebar-menu'},{'name': 'EuiSidebarToggleComponent', 'selector': 'eui-sidebar-toggle'},{'name': 'EuiSkeletonComponent', 'selector': 'eui-skeleton'},{'name': 'EuiSlideToggleComponent', 'selector': 'eui-slide-toggle'},{'name': 'EuiSlideToggleTestComponent', 'selector': 'eui-slide-toggle-test-component'},{'name': 'EuiTabComponent', 'selector': 'eui-tab'},{'name': 'EuiTabContentComponent', 'selector': 'eui-tab-content, euiTabContent'},{'name': 'EuiTabLabelComponent', 'selector': 'eui-tab-label, euiTabLabel'},{'name': 'EuiTableComponent', 'selector': 'eui-table, table[euiTable]'},{'name': 'EuiTableExpandableRowComponent', 'selector': 'tr[euiTableExpandableRow]'},{'name': 'EuiTableFilterComponent', 'selector': 'eui-table-filter'},{'name': 'EuiTableSelectableHeaderComponent', 'selector': 'tr[isSelectableHeader]'},{'name': 'EuiTableSelectableRowComponent', 'selector': 'tr[isSelectable]'},{'name': 'EuiTableSortableColComponent', 'selector': 'th[sortable]'},{'name': 'EuiTabsComponent', 'selector': 'eui-tabs'},{'name': 'EuiTextareaComponent', 'selector': 'textarea[euiTextArea]'},{'name': 'EuiTimebarComponent', 'selector': 'eui-timebar'},{'name': 'EuiTimelineComponent', 'selector': 'eui-timeline'},{'name': 'EuiTimelineItemComponent', 'selector': 'eui-timeline-item'},{'name': 'EuiTimepickerComponent', 'selector': 'eui-timepicker'},{'name': 'EuiToolbarAppComponent', 'selector': 'eui-toolbar-app'},{'name': 'EuiToolbarCenterComponent', 'selector': 'eui-toolbar-center'},{'name': 'EuiToolbarComponent', 'selector': 'eui-toolbar'},{'name': 'EuiToolbarEnvironmentComponent', 'selector': 'eui-toolbar-environment'},{'name': 'EuiToolbarItemComponent', 'selector': 'eui-toolbar-item'},{'name': 'EuiToolbarItemsComponent', 'selector': 'eui-toolbar-items'},{'name': 'EuiToolbarLogoComponent', 'selector': 'eui-toolbar-logo'},{'name': 'EuiToolbarMenuComponent', 'selector': 'eui-toolbar-menu'},{'name': 'EuiTooltipContainerComponent', 'selector': 'eui-tooltip-container.component'},{'name': 'EuiTreeComponent', 'selector': 'eui-tree'},{'name': 'EuiTreeListComponent', 'selector': 'eui-tree-list'},{'name': 'EuiTreeListItemComponent', 'selector': 'eui-tree-list-item'},{'name': 'EuiTreeListItemContentComponent', 'selector': 'eui-tree-list-item-content'},{'name': 'EuiTreeListToolbarComponent', 'selector': 'eui-tree-list-toolbar'},{'name': 'EuiUserProfileCardComponent', 'selector': 'eui-user-profile-card'},{'name': 'EuiUserProfileComponent', 'selector': 'eui-user-profile'},{'name': 'EuiUserProfileMenuComponent', 'selector': 'eui-user-profile-menu'},{'name': 'EuiUserProfileMenuItemComponent', 'selector': 'eui-user-profile-menu-item'},{'name': 'EuiWizardComponent', 'selector': 'eui-wizard'},{'name': 'EuiWizardStepComponent', 'selector': 'eui-wizard-step'},{'name': 'QuillEditorComponent', 'selector': 'quill-editor'}];
|
2534
2558
|
var DIRECTIVES = [{'name': 'AutoResizeDirective', 'selector': 'textarea[autoResize]'},{'name': 'BaseDirective', 'selector': '[euiBase]'},{'name': 'BaseStatesDirective', 'selector': '[euiBase]'},{'name': 'CollapsedButtonDirective', 'selector': 'collapsed-button'},{'name': 'EuiActionButtonsDirective', 'selector': 'eui-action-buttons'},{'name': 'EuiAlertTitleDirective', 'selector': 'eui-alert-title'},{'name': 'EuiAppPageWrapperDirective', 'selector': 'eui-app-page-wrapper'},{'name': 'EuiButtonsActionsContentTagDirective', 'selector': 'euiButtonsActionsContent'},{'name': 'EuiButtonsLocalMenuContentTagDirective', 'selector': 'euiButtonsLocalMenuContent'},{'name': 'EuiChipListAppendContentDirective', 'selector': 'euiChipListAppendContent'},{'name': 'EuiClearableDirective', 'selector': 'input[euiClearable]'},{'name': 'EuiDashboardButtonIconDirective', 'selector': 'eui-dashboard-button-icon'},{'name': 'EuiDashboardButtonLabelDirective', 'selector': 'eui-dashboard-button-label'},{'name': 'EuiDialogFooterDirective', 'selector': 'eui-dialog-footer'},{'name': 'EuiDialogHeaderDirective', 'selector': 'eui-dialog-header'},{'name': 'EuiDropdownContentDirective', 'selector': 'eui-dropdown-content'},{'name': 'EuiDropdownTreeDirective', 'selector': 'eui-dropdown[euiDropdownTree]'},{'name': 'EuiEditorCustomToolbarTagDirective', 'selector': 'euiEditorCustomToolbar'},{'name': 'EuiEditorMaxlengthDirective', 'selector': '[formControlName][euiEditorMaxlength]'},{'name': 'EuiFieldsetLabelExtraContentTagDirective', 'selector': 'euiFieldsetLabelExtraContent'},{'name': 'EuiFieldsetLabelRightContentTagDirective', 'selector': 'euiFieldsetLabelRightContent'},{'name': 'EuiHasPermissionDirective', 'selector': '[euiHasPermission]'},{'name': 'EuiHeaderAppNameDirective', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoDirective', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleDirective', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiInputNumberDirective', 'selector': 'input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]'},{'name': 'EuiLetterFormatDirective', 'selector': '[euiLetterFormat]'},{'name': 'EuiLoadingDirective', 'selector': '[euiLoading]'},{'name': 'EuiMaxLengthDirective', 'selector': '
|
@@ -397,7 +397,7 @@
|
|
397
397
|
<tbody>
|
398
398
|
<tr>
|
399
399
|
<td class="col-md-4">
|
400
|
-
<code>constructor(elementRef: ElementRef, domSanitizer: DomSanitizer, doc: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>, platformId: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" target="_blank">Object</a>, renderer: Renderer2, zone: NgZone, config: <a href="../interfaces/QuillConfig.html" target="_self">QuillConfig</a>)</code>
|
400
|
+
<code>constructor(elementRef: ElementRef, domSanitizer: DomSanitizer, doc: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>, platformId: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" target="_blank">Object</a>, renderer: Renderer2, zone: NgZone, config: <a href="../interfaces/QuillConfig.html" target="_self">QuillConfig</a>, loader: <a href="../injectables/LoaderService.html" target="_self">LoaderService</a>)</code>
|
401
401
|
</td>
|
402
402
|
</tr>
|
403
403
|
|
@@ -498,6 +498,18 @@
|
|
498
498
|
</td>
|
499
499
|
|
500
500
|
</tr>
|
501
|
+
<tr>
|
502
|
+
<td>loader</td>
|
503
|
+
|
504
|
+
<td>
|
505
|
+
<code><a href="../injectables/LoaderService.html" target="_self" >LoaderService</a></code>
|
506
|
+
</td>
|
507
|
+
|
508
|
+
<td>
|
509
|
+
No
|
510
|
+
</td>
|
511
|
+
|
512
|
+
</tr>
|
501
513
|
</tbody>
|
502
514
|
</table>
|
503
515
|
</div>
|
package/docs/dependencies.html
CHANGED
@@ -309,9 +309,9 @@
|
|
309
309
|
<li>
|
310
310
|
<b>@stackblitz/sdk</b> : 1.9.0</li>
|
311
311
|
<li>
|
312
|
-
<b>@eui/styles-base</b> : 17.0.2-snapshot-
|
312
|
+
<b>@eui/styles-base</b> : 17.0.2-snapshot-1702481826405</li>
|
313
313
|
<li>
|
314
|
-
<b>@eui/ecl</b> : 17.0.2-snapshot-
|
314
|
+
<b>@eui/ecl</b> : 17.0.2-snapshot-1702481826405</li>
|
315
315
|
<li>
|
316
316
|
<b>@eui/tools</b> : ^6.0.0</li>
|
317
317
|
</ul>
|
package/docs/index.html
CHANGED
@@ -127,7 +127,7 @@
|
|
127
127
|
<div class="card text-center">
|
128
128
|
<div class="card-block">
|
129
129
|
<h4 class="card-title"><span class="icon ion-md-arrow-round-down"></span></h4>
|
130
|
-
<p class="card-text">
|
130
|
+
<p class="card-text">12 Injectables</p>
|
131
131
|
</div>
|
132
132
|
</div>
|
133
133
|
</div>
|
@@ -151,7 +151,7 @@
|
|
151
151
|
<div class="card text-center">
|
152
152
|
<div class="card-block">
|
153
153
|
<h4 class="card-title"><span class="icon ion-md-information-circle-outline"></span></h4>
|
154
|
-
<p class="card-text">
|
154
|
+
<p class="card-text">87 Interfaces</p>
|
155
155
|
</div>
|
156
156
|
</div>
|
157
157
|
</div>
|
@@ -0,0 +1,273 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<html class="no-js" lang="">
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
6
|
+
<title>csdr documentation</title>
|
7
|
+
<meta name="description" content="">
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9
|
+
|
10
|
+
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
11
|
+
<link rel="stylesheet" href="../styles/style.css">
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
13
|
+
<link rel="stylesheet" href="../styles/material.css">
|
14
|
+
</head>
|
15
|
+
<body>
|
16
|
+
<script>
|
17
|
+
// Blocking script to avaoid flickering dark mode
|
18
|
+
// Dark mode toggle button
|
19
|
+
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
20
|
+
var darkModeState = useDark.matches;
|
21
|
+
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
22
|
+
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
23
|
+
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
24
|
+
|
25
|
+
function checkToggle(check) {
|
26
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
27
|
+
$darkModeToggleSwitchers[i].checked = check;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
function toggleDarkMode(state) {
|
32
|
+
if (window.localStorage) {
|
33
|
+
localStorage.setItem('compodoc_darkmode-state', state);
|
34
|
+
}
|
35
|
+
|
36
|
+
checkToggle(state);
|
37
|
+
|
38
|
+
const hasClass = document.body.classList.contains('dark');
|
39
|
+
|
40
|
+
if (state) {
|
41
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
42
|
+
$darkModeToggles[i].classList.add('dark');
|
43
|
+
}
|
44
|
+
if (!hasClass) {
|
45
|
+
document.body.classList.add('dark');
|
46
|
+
}
|
47
|
+
} else {
|
48
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
49
|
+
$darkModeToggles[i].classList.remove('dark');
|
50
|
+
}
|
51
|
+
if (hasClass) {
|
52
|
+
document.body.classList.remove('dark');
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
|
57
|
+
useDark.addEventListener('change', function (evt) {
|
58
|
+
toggleDarkMode(evt.matches);
|
59
|
+
});
|
60
|
+
if (darkModeStateLocal) {
|
61
|
+
darkModeState = darkModeStateLocal === 'true';
|
62
|
+
}
|
63
|
+
toggleDarkMode(darkModeState);
|
64
|
+
|
65
|
+
if ($darkModeToggles.length > 0) {
|
66
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
67
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
68
|
+
darkModeState = !darkModeState;
|
69
|
+
toggleDarkMode(darkModeState);
|
70
|
+
});
|
71
|
+
}
|
72
|
+
}
|
73
|
+
</script>
|
74
|
+
|
75
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
76
|
+
<a href="../" class="navbar-brand">csdr documentation</a>
|
77
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
78
|
+
</div>
|
79
|
+
|
80
|
+
<div class="xs-menu menu" id="mobile-menu">
|
81
|
+
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
82
|
+
</div>
|
83
|
+
|
84
|
+
<div class="container-fluid main">
|
85
|
+
<div class="row main">
|
86
|
+
<div class="hidden-xs menu">
|
87
|
+
<compodoc-menu mode="normal"></compodoc-menu>
|
88
|
+
</div>
|
89
|
+
<!-- START CONTENT -->
|
90
|
+
<div class="content injectable">
|
91
|
+
<div class="content-data">
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
<ol class="breadcrumb">
|
101
|
+
<li class="breadcrumb-item">Injectables</li>
|
102
|
+
<li class="breadcrumb-item" >LoaderService</li>
|
103
|
+
</ol>
|
104
|
+
|
105
|
+
<ul class="nav nav-tabs" role="tablist">
|
106
|
+
<li class="nav-item">
|
107
|
+
<a href="#info"
|
108
|
+
class="nav-link"
|
109
|
+
class="nav-link active"
|
110
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
111
|
+
</li>
|
112
|
+
</ul>
|
113
|
+
|
114
|
+
<div class="tab-content">
|
115
|
+
<div class="tab-pane fade active in" id="info">
|
116
|
+
<p class="comment">
|
117
|
+
<h3>File</h3>
|
118
|
+
</p>
|
119
|
+
<p class="comment">
|
120
|
+
<code>packages/eui/packages/components/externals/quill/loader.service.ts</code>
|
121
|
+
</p>
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
<section data-compodoc="block-index">
|
128
|
+
<h3 id="index">Index</h3>
|
129
|
+
<table class="table table-sm table-bordered index-table">
|
130
|
+
<tbody>
|
131
|
+
|
132
|
+
<tr>
|
133
|
+
<td class="col-md-4">
|
134
|
+
<h6><b>Methods</b></h6>
|
135
|
+
</td>
|
136
|
+
</tr>
|
137
|
+
<tr>
|
138
|
+
<td class="col-md-4">
|
139
|
+
<ul class="index-list">
|
140
|
+
<li>
|
141
|
+
<a href="#load" >load</a>
|
142
|
+
</li>
|
143
|
+
</ul>
|
144
|
+
</td>
|
145
|
+
</tr>
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
</tbody>
|
152
|
+
</table>
|
153
|
+
</section>
|
154
|
+
|
155
|
+
|
156
|
+
<section data-compodoc="block-methods">
|
157
|
+
|
158
|
+
<h3 id="methods">
|
159
|
+
Methods
|
160
|
+
</h3>
|
161
|
+
<table class="table table-sm table-bordered">
|
162
|
+
<tbody>
|
163
|
+
<tr>
|
164
|
+
<td class="col-md-4">
|
165
|
+
<a name="load"></a>
|
166
|
+
<span class="name">
|
167
|
+
<span ><b>load</b></span>
|
168
|
+
<a href="#load"><span class="icon ion-ios-link"></span></a>
|
169
|
+
</span>
|
170
|
+
</td>
|
171
|
+
</tr>
|
172
|
+
<tr>
|
173
|
+
<td class="col-md-4">
|
174
|
+
<code>load()</code>
|
175
|
+
</td>
|
176
|
+
</tr>
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
<tr>
|
182
|
+
<td class="col-md-4">
|
183
|
+
<div class="io-description"><p>Load the Quill.js library</p>
|
184
|
+
<p>and "quillEditor.min.css" files and also the css ones.</p>
|
185
|
+
</div>
|
186
|
+
|
187
|
+
<div class="io-description">
|
188
|
+
<b>Returns : </b> <code>Observable<boolean></code>
|
189
|
+
|
190
|
+
</div>
|
191
|
+
</td>
|
192
|
+
</tr>
|
193
|
+
</tbody>
|
194
|
+
</table>
|
195
|
+
</section>
|
196
|
+
|
197
|
+
</div>
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
</div>
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
</div><div class="search-results">
|
216
|
+
<div class="has-results">
|
217
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
218
|
+
<ul class="search-results-list"></ul>
|
219
|
+
</div>
|
220
|
+
<div class="no-results">
|
221
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
222
|
+
</div>
|
223
|
+
</div>
|
224
|
+
</div>
|
225
|
+
<!-- END CONTENT -->
|
226
|
+
</div>
|
227
|
+
</div>
|
228
|
+
|
229
|
+
<label class="dark-mode-switch">
|
230
|
+
<input type="checkbox">
|
231
|
+
<span class="slider">
|
232
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
233
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
234
|
+
</svg>
|
235
|
+
</span>
|
236
|
+
</label>
|
237
|
+
|
238
|
+
<script>
|
239
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
240
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
241
|
+
var COMPODOC_CURRENT_PAGE_URL = 'LoaderService.html';
|
242
|
+
var MAX_SEARCH_RESULTS = 15;
|
243
|
+
</script>
|
244
|
+
|
245
|
+
<script src="../js/libs/custom-elements.min.js"></script>
|
246
|
+
<script src="../js/libs/lit-html.js"></script>
|
247
|
+
|
248
|
+
<script src="../js/menu-wc.js" defer></script>
|
249
|
+
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
250
|
+
|
251
|
+
<script src="../js/libs/bootstrap-native.js"></script>
|
252
|
+
|
253
|
+
<script src="../js/libs/es6-shim.min.js"></script>
|
254
|
+
<script src="../js/libs/EventDispatcher.js"></script>
|
255
|
+
<script src="../js/libs/promise.min.js"></script>
|
256
|
+
<script src="../js/libs/zepto.min.js"></script>
|
257
|
+
|
258
|
+
<script src="../js/compodoc.js"></script>
|
259
|
+
|
260
|
+
<script src="../js/tabs.js"></script>
|
261
|
+
<script src="../js/menu.js"></script>
|
262
|
+
<script src="../js/libs/clipboard.min.js"></script>
|
263
|
+
<script src="../js/libs/prism.js"></script>
|
264
|
+
<script src="../js/sourceCode.js"></script>
|
265
|
+
<script src="../js/search/search.js"></script>
|
266
|
+
<script src="../js/search/lunr.min.js"></script>
|
267
|
+
<script src="../js/search/search-lunr.js"></script>
|
268
|
+
<script src="../js/search/search_index.js"></script>
|
269
|
+
<script src="../js/lazy-load-graphs.js"></script>
|
270
|
+
|
271
|
+
|
272
|
+
</body>
|
273
|
+
</html>
|