@hmcts/ccd-case-ui-toolkit 7.3.95-exui-5153-rc2 → 7.3.96
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/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +131 -293
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/index.d.ts +2 -13
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -25958,11 +25958,11 @@ class ReadRichTextAreaFieldComponent extends AbstractFieldReadComponent {
|
|
|
25958
25958
|
i0.ɵɵelement(0, "div", 0);
|
|
25959
25959
|
} if (rf & 2) {
|
|
25960
25960
|
i0.ɵɵproperty("innerHTML", ctx.sanitisedValue(), i0.ɵɵsanitizeHtml);
|
|
25961
|
-
} }, styles: ["@charset \"UTF-8\";.ccd-rich-text-area-read{
|
|
25961
|
+
} }, styles: ["@charset \"UTF-8\";.ccd-rich-text-area-read{overflow-wrap:anywhere;white-space:pre-wrap;word-break:normal}.ccd-rich-text-area-read strong,.ccd-rich-text-area-read strong *,.ccd-rich-text-area-read b,.ccd-rich-text-area-read b *{font-weight:700}.ccd-rich-text-area-read strong u,.ccd-rich-text-area-read u strong,.ccd-rich-text-area-read b u,.ccd-rich-text-area-read u b{font-weight:700!important;text-decoration:underline}.ccd-rich-text-area-read p,.ccd-rich-text-area-read ul,.ccd-rich-text-area-read ol{margin-top:0;overflow-wrap:anywhere;word-break:normal}.ccd-rich-text-area-read p:empty:before{content:\"\\a0\"}.ccd-rich-text-area-read ul{list-style:disc outside;padding-left:25px}.ccd-rich-text-area-read ol{list-style:decimal outside;padding-left:25px}.ccd-rich-text-area-read ol[type=a]{list-style-type:lower-alpha}.ccd-rich-text-area-read ol[type=i]{list-style-type:lower-roman}.ccd-rich-text-area-read ol[type=i]>li::marker{content:\"(\" counter(list-item,lower-roman) \") \"}.ccd-rich-text-area-read li{display:list-item;margin-bottom:5px}.ccd-rich-text-area-read li>p{margin:0}.ccd-rich-text-area-read li>ul,.ccd-rich-text-area-read li>ol{margin-top:5px}.ccd-rich-text-area-read h1{font-size:20px;font-weight:700}.ccd-rich-text-area-read .ccd-rich-text-indent-1{margin-left:40px}.ccd-rich-text-area-read .ccd-rich-text-indent-2{margin-left:80px}.ccd-rich-text-area-read .ccd-rich-text-indent-3{margin-left:120px}.ccd-rich-text-area-read .ccd-rich-text-indent-4{margin-left:160px}.ccd-rich-text-area-read .ccd-rich-text-indent-5{margin-left:200px}.ccd-rich-text-area-read .ccd-rich-text-indent-6{margin-left:240px}\n"], encapsulation: 2 });
|
|
25962
25962
|
}
|
|
25963
25963
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadRichTextAreaFieldComponent, [{
|
|
25964
25964
|
type: Component,
|
|
25965
|
-
args: [{ selector: 'ccd-read-rich-text-area-field', template: `<div class="ccd-rich-text-area-read" [innerHTML]="sanitisedValue()"></div>`, encapsulation: ViewEncapsulation.None, standalone: false, styles: ["@charset \"UTF-8\";.ccd-rich-text-area-read{
|
|
25965
|
+
args: [{ selector: 'ccd-read-rich-text-area-field', template: `<div class="ccd-rich-text-area-read" [innerHTML]="sanitisedValue()"></div>`, encapsulation: ViewEncapsulation.None, standalone: false, styles: ["@charset \"UTF-8\";.ccd-rich-text-area-read{overflow-wrap:anywhere;white-space:pre-wrap;word-break:normal}.ccd-rich-text-area-read strong,.ccd-rich-text-area-read strong *,.ccd-rich-text-area-read b,.ccd-rich-text-area-read b *{font-weight:700}.ccd-rich-text-area-read strong u,.ccd-rich-text-area-read u strong,.ccd-rich-text-area-read b u,.ccd-rich-text-area-read u b{font-weight:700!important;text-decoration:underline}.ccd-rich-text-area-read p,.ccd-rich-text-area-read ul,.ccd-rich-text-area-read ol{margin-top:0;overflow-wrap:anywhere;word-break:normal}.ccd-rich-text-area-read p:empty:before{content:\"\\a0\"}.ccd-rich-text-area-read ul{list-style:disc outside;padding-left:25px}.ccd-rich-text-area-read ol{list-style:decimal outside;padding-left:25px}.ccd-rich-text-area-read ol[type=a]{list-style-type:lower-alpha}.ccd-rich-text-area-read ol[type=i]{list-style-type:lower-roman}.ccd-rich-text-area-read ol[type=i]>li::marker{content:\"(\" counter(list-item,lower-roman) \") \"}.ccd-rich-text-area-read li{display:list-item;margin-bottom:5px}.ccd-rich-text-area-read li>p{margin:0}.ccd-rich-text-area-read li>ul,.ccd-rich-text-area-read li>ol{margin-top:5px}.ccd-rich-text-area-read h1{font-size:20px;font-weight:700}.ccd-rich-text-area-read .ccd-rich-text-indent-1{margin-left:40px}.ccd-rich-text-area-read .ccd-rich-text-indent-2{margin-left:80px}.ccd-rich-text-area-read .ccd-rich-text-indent-3{margin-left:120px}.ccd-rich-text-area-read .ccd-rich-text-indent-4{margin-left:160px}.ccd-rich-text-area-read .ccd-rich-text-indent-5{margin-left:200px}.ccd-rich-text-area-read .ccd-rich-text-indent-6{margin-left:240px}\n"] }]
|
|
25966
25966
|
}], () => [{ type: i1$5.DomSanitizer }], null); })();
|
|
25967
25967
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ReadRichTextAreaFieldComponent, { className: "ReadRichTextAreaFieldComponent", filePath: "lib/shared/components/palette/rich-text-area/read-rich-text-area-field.component.ts", lineNumber: 13 }); })();
|
|
25968
25968
|
|
|
@@ -25971,7 +25971,7 @@ const _c1$e = a0 => ({ "form-group-error": a0 });
|
|
|
25971
25971
|
const _c2$3 = a0 => ({ "ccd-rich-text-area__editor--error": a0 });
|
|
25972
25972
|
const _c3 = a0 => ({ "ccd-rich-text-area__toolbar-button--active": a0 });
|
|
25973
25973
|
function WriteRichTextAreaFieldComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
25974
|
-
i0.ɵɵelementStart(0, "span",
|
|
25974
|
+
i0.ɵɵelementStart(0, "span", 41);
|
|
25975
25975
|
i0.ɵɵtext(1);
|
|
25976
25976
|
i0.ɵɵpipe(2, "ccdFieldLabel");
|
|
25977
25977
|
i0.ɵɵelementEnd();
|
|
@@ -25981,7 +25981,7 @@ function WriteRichTextAreaFieldComponent_span_2_Template(rf, ctx) { if (rf & 1)
|
|
|
25981
25981
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r1.caseField));
|
|
25982
25982
|
} }
|
|
25983
25983
|
function WriteRichTextAreaFieldComponent_span_3_Template(rf, ctx) { if (rf & 1) {
|
|
25984
|
-
i0.ɵɵelementStart(0, "span",
|
|
25984
|
+
i0.ɵɵelementStart(0, "span", 42);
|
|
25985
25985
|
i0.ɵɵtext(1);
|
|
25986
25986
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
25987
25987
|
i0.ɵɵelementEnd();
|
|
@@ -25991,8 +25991,8 @@ function WriteRichTextAreaFieldComponent_span_3_Template(rf, ctx) { if (rf & 1)
|
|
|
25991
25991
|
i0.ɵɵadvance();
|
|
25992
25992
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 2, ctx_r1.caseField.hint_text));
|
|
25993
25993
|
} }
|
|
25994
|
-
function
|
|
25995
|
-
i0.ɵɵelementStart(0, "span",
|
|
25994
|
+
function WriteRichTextAreaFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
25995
|
+
i0.ɵɵelementStart(0, "span", 43);
|
|
25996
25996
|
i0.ɵɵtext(1);
|
|
25997
25997
|
i0.ɵɵpipe(2, "ccdFirstError");
|
|
25998
25998
|
i0.ɵɵelementEnd();
|
|
@@ -26002,31 +26002,8 @@ function WriteRichTextAreaFieldComponent_span_6_Template(rf, ctx) { if (rf & 1)
|
|
|
26002
26002
|
i0.ɵɵadvance();
|
|
26003
26003
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(2, 2, ctx_r1.richTextAreaControl.errors, ctx_r1.caseField.label), " ");
|
|
26004
26004
|
} }
|
|
26005
|
-
function
|
|
26006
|
-
|
|
26007
|
-
i0.ɵɵelementStart(0, "div", 51)(1, "label", 52);
|
|
26008
|
-
i0.ɵɵtext(2, "Heading level");
|
|
26009
|
-
i0.ɵɵelementEnd();
|
|
26010
|
-
i0.ɵɵelementStart(3, "select", 53);
|
|
26011
|
-
i0.ɵɵlistener("change", function WriteRichTextAreaFieldComponent_div_35_Template_select_change_3_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onHeadingLevelChange($event)); });
|
|
26012
|
-
i0.ɵɵelementStart(4, "option", 54);
|
|
26013
|
-
i0.ɵɵtext(5, "Heading 1");
|
|
26014
|
-
i0.ɵɵelementEnd();
|
|
26015
|
-
i0.ɵɵelementStart(6, "option", 55);
|
|
26016
|
-
i0.ɵɵtext(7, "Heading 2");
|
|
26017
|
-
i0.ɵɵelementEnd();
|
|
26018
|
-
i0.ɵɵelementStart(8, "option", 56);
|
|
26019
|
-
i0.ɵɵtext(9, "Heading 3");
|
|
26020
|
-
i0.ɵɵelementEnd()()();
|
|
26021
|
-
} if (rf & 2) {
|
|
26022
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
26023
|
-
i0.ɵɵadvance();
|
|
26024
|
-
i0.ɵɵproperty("for", ctx_r1.headingLevelId());
|
|
26025
|
-
i0.ɵɵadvance(2);
|
|
26026
|
-
i0.ɵɵproperty("id", ctx_r1.headingLevelId())("value", ctx_r1.selectedHeadingLevel);
|
|
26027
|
-
} }
|
|
26028
|
-
function WriteRichTextAreaFieldComponent_option_48_Template(rf, ctx) { if (rf & 1) {
|
|
26029
|
-
i0.ɵɵelementStart(0, "option", 57);
|
|
26005
|
+
function WriteRichTextAreaFieldComponent_option_41_Template(rf, ctx) { if (rf & 1) {
|
|
26006
|
+
i0.ɵɵelementStart(0, "option", 44);
|
|
26030
26007
|
i0.ɵɵtext(1, "No list");
|
|
26031
26008
|
i0.ɵɵelementEnd();
|
|
26032
26009
|
} }
|
|
@@ -26050,7 +26027,6 @@ function orderedListTypeForStyle(style) {
|
|
|
26050
26027
|
}
|
|
26051
26028
|
const WORD_COLUMN_SPACING = 12;
|
|
26052
26029
|
const MAX_INDENT = 6;
|
|
26053
|
-
const DEFAULT_HEADING_LEVEL = 3;
|
|
26054
26030
|
const CSS_LENGTH_UNITS = ['rem', 'px', 'pt', 'in', 'cm', 'mm', 'em'];
|
|
26055
26031
|
const BLOCK_NODE_NAMES = new Set([
|
|
26056
26032
|
'address', 'article', 'aside', 'blockquote', 'div', 'dl', 'fieldset', 'figcaption', 'figure', 'footer', 'form',
|
|
@@ -26058,13 +26034,6 @@ const BLOCK_NODE_NAMES = new Set([
|
|
|
26058
26034
|
]);
|
|
26059
26035
|
const richTextNodes = {
|
|
26060
26036
|
...nodes,
|
|
26061
|
-
heading: {
|
|
26062
|
-
...nodes.heading,
|
|
26063
|
-
attrs: {
|
|
26064
|
-
...nodes.heading.attrs,
|
|
26065
|
-
level: { default: DEFAULT_HEADING_LEVEL }
|
|
26066
|
-
}
|
|
26067
|
-
},
|
|
26068
26037
|
list_item: {
|
|
26069
26038
|
...nodes.list_item,
|
|
26070
26039
|
content: '(paragraph | heading) block*'
|
|
@@ -26119,12 +26088,10 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
26119
26088
|
editor;
|
|
26120
26089
|
richTextAreaControl;
|
|
26121
26090
|
activeToolbarCommands = {};
|
|
26122
|
-
selectedHeadingLevel = DEFAULT_HEADING_LEVEL;
|
|
26123
26091
|
editorUpdateSubscription;
|
|
26124
26092
|
isNormalisingValue = false;
|
|
26125
26093
|
paragraphCommandApplied = false;
|
|
26126
26094
|
statusChangesSubscription;
|
|
26127
|
-
toolbarPointerInteraction = false;
|
|
26128
26095
|
valueChangesSubscription;
|
|
26129
26096
|
ngOnInit() {
|
|
26130
26097
|
this.editor = new Editor({
|
|
@@ -26188,15 +26155,9 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
26188
26155
|
errorId() {
|
|
26189
26156
|
return `${this.id()}_error`;
|
|
26190
26157
|
}
|
|
26191
|
-
keyboardInstructionsId() {
|
|
26192
|
-
return `${this.id()}_keyboard_instructions`;
|
|
26193
|
-
}
|
|
26194
26158
|
listStyleId() {
|
|
26195
26159
|
return `${this.id()}_list_style`;
|
|
26196
26160
|
}
|
|
26197
|
-
headingLevelId() {
|
|
26198
|
-
return `${this.id()}_heading_level`;
|
|
26199
|
-
}
|
|
26200
26161
|
toolbarLabel() {
|
|
26201
26162
|
return `${this.caseField.label || this.caseField.id} formatting options`;
|
|
26202
26163
|
}
|
|
@@ -26207,70 +26168,10 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
26207
26168
|
this.richTextAreaControl.markAsTouched();
|
|
26208
26169
|
this.syncAccessibilityLater();
|
|
26209
26170
|
}
|
|
26210
|
-
onEditorClick() {
|
|
26211
|
-
this.syncAccessibilityLater();
|
|
26212
|
-
}
|
|
26213
26171
|
onToolbarButtonMouseDown(event) {
|
|
26214
|
-
this.toolbarPointerInteraction = true;
|
|
26215
|
-
this.setToolbarTabStop(event.currentTarget);
|
|
26216
26172
|
event.preventDefault();
|
|
26217
26173
|
}
|
|
26218
|
-
onToolbarFocusIn(event) {
|
|
26219
|
-
const control = event.target;
|
|
26220
|
-
if (control?.matches('button, select')) {
|
|
26221
|
-
this.setToolbarTabStop(control);
|
|
26222
|
-
}
|
|
26223
|
-
}
|
|
26224
|
-
onToolbarKeyDown(event) {
|
|
26225
|
-
if (event.altKey || event.ctrlKey || event.metaKey || event.shiftKey) {
|
|
26226
|
-
return;
|
|
26227
|
-
}
|
|
26228
|
-
const control = event.target;
|
|
26229
|
-
if (!control?.matches('button, select')) {
|
|
26230
|
-
return;
|
|
26231
|
-
}
|
|
26232
|
-
const isSelect = control.tagName === 'SELECT';
|
|
26233
|
-
const isPrevious = event.key === 'ArrowLeft';
|
|
26234
|
-
const isNext = event.key === 'ArrowRight';
|
|
26235
|
-
const isFirst = event.key === 'Home' && !isSelect;
|
|
26236
|
-
const isLast = event.key === 'End' && !isSelect;
|
|
26237
|
-
if (!isPrevious && !isNext && !isFirst && !isLast) {
|
|
26238
|
-
return;
|
|
26239
|
-
}
|
|
26240
|
-
const controls = this.toolbarControls();
|
|
26241
|
-
const currentIndex = controls.indexOf(control);
|
|
26242
|
-
if (currentIndex === -1 || controls.length === 0) {
|
|
26243
|
-
return;
|
|
26244
|
-
}
|
|
26245
|
-
event.preventDefault();
|
|
26246
|
-
event.stopPropagation();
|
|
26247
|
-
let nextIndex;
|
|
26248
|
-
if (isFirst) {
|
|
26249
|
-
nextIndex = 0;
|
|
26250
|
-
}
|
|
26251
|
-
else if (isLast) {
|
|
26252
|
-
nextIndex = controls.length - 1;
|
|
26253
|
-
}
|
|
26254
|
-
else {
|
|
26255
|
-
const direction = isPrevious ? -1 : 1;
|
|
26256
|
-
nextIndex = (currentIndex + direction + controls.length) % controls.length;
|
|
26257
|
-
}
|
|
26258
|
-
const nextControl = controls[nextIndex];
|
|
26259
|
-
this.setToolbarTabStop(nextControl);
|
|
26260
|
-
nextControl.focus();
|
|
26261
|
-
}
|
|
26262
26174
|
handleEditorKeyDown(event) {
|
|
26263
|
-
if (event.key === 'Escape') {
|
|
26264
|
-
event.preventDefault();
|
|
26265
|
-
event.stopPropagation();
|
|
26266
|
-
const controls = this.toolbarControls();
|
|
26267
|
-
const toolbarControl = controls.find((control) => control.tabIndex === 0) || controls[0];
|
|
26268
|
-
if (toolbarControl) {
|
|
26269
|
-
this.setToolbarTabStop(toolbarControl);
|
|
26270
|
-
toolbarControl.focus();
|
|
26271
|
-
}
|
|
26272
|
-
return true;
|
|
26273
|
-
}
|
|
26274
26175
|
const isUnmodifiedEnter = event.key === 'Enter' &&
|
|
26275
26176
|
!event.shiftKey &&
|
|
26276
26177
|
!event.altKey &&
|
|
@@ -26281,24 +26182,10 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
26281
26182
|
event.stopPropagation();
|
|
26282
26183
|
return true;
|
|
26283
26184
|
}
|
|
26284
|
-
if (event.key !== 'Tab') {
|
|
26185
|
+
if (event.key !== 'Tab' || !this.isNodeActive('list_item')) {
|
|
26285
26186
|
return false;
|
|
26286
26187
|
}
|
|
26287
|
-
|
|
26288
|
-
return false;
|
|
26289
|
-
}
|
|
26290
|
-
if (!this.isNodeActive('list_item')) {
|
|
26291
|
-
return false;
|
|
26292
|
-
}
|
|
26293
|
-
const indentChanged = this.changeIndent(!event.shiftKey);
|
|
26294
|
-
if (!indentChanged) {
|
|
26295
|
-
return false;
|
|
26296
|
-
}
|
|
26297
|
-
event.preventDefault();
|
|
26298
|
-
event.stopPropagation();
|
|
26299
|
-
this.richTextAreaControl.markAsDirty();
|
|
26300
|
-
this.updateToolbarState();
|
|
26301
|
-
this.syncAccessibilityLater();
|
|
26188
|
+
this.executeToolbarCommand(event, event.shiftKey ? 'outdent' : 'indent');
|
|
26302
26189
|
return true;
|
|
26303
26190
|
}
|
|
26304
26191
|
splitListContinuationParagraph() {
|
|
@@ -26373,33 +26260,13 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
26373
26260
|
break;
|
|
26374
26261
|
}
|
|
26375
26262
|
this.richTextAreaControl.markAsDirty();
|
|
26376
|
-
|
|
26377
|
-
const keepToolbarFocus = eventTarget?.matches('button, select') && !this.toolbarPointerInteraction;
|
|
26378
|
-
if (keepToolbarFocus) {
|
|
26379
|
-
this.setToolbarTabStop(eventTarget);
|
|
26380
|
-
eventTarget.focus();
|
|
26381
|
-
}
|
|
26382
|
-
else {
|
|
26383
|
-
this.editor.view.focus();
|
|
26384
|
-
}
|
|
26385
|
-
this.toolbarPointerInteraction = false;
|
|
26263
|
+
this.editor.view.focus();
|
|
26386
26264
|
this.updateToolbarState();
|
|
26387
26265
|
this.syncAccessibilityLater();
|
|
26388
26266
|
}
|
|
26389
26267
|
isToolbarCommandActive(command) {
|
|
26390
26268
|
return !!this.activeToolbarCommands[command];
|
|
26391
26269
|
}
|
|
26392
|
-
onHeadingLevelChange(event) {
|
|
26393
|
-
const level = Number(event.target.value);
|
|
26394
|
-
if (level !== 1 && level !== 2 && level !== 3) {
|
|
26395
|
-
return;
|
|
26396
|
-
}
|
|
26397
|
-
this.selectedHeadingLevel = level;
|
|
26398
|
-
this.applyHeadingLevel(level);
|
|
26399
|
-
this.richTextAreaControl.markAsDirty();
|
|
26400
|
-
this.updateToolbarState();
|
|
26401
|
-
this.syncAccessibilityLater();
|
|
26402
|
-
}
|
|
26403
26270
|
currentListStyle() {
|
|
26404
26271
|
const activeList = this.activeListNode();
|
|
26405
26272
|
if (activeList?.type.name === 'ordered_list') {
|
|
@@ -26433,6 +26300,7 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
26433
26300
|
}
|
|
26434
26301
|
this.applyListStyleSelection(listStyle);
|
|
26435
26302
|
this.richTextAreaControl.markAsDirty();
|
|
26303
|
+
this.editor.view.focus();
|
|
26436
26304
|
this.updateToolbarState();
|
|
26437
26305
|
this.syncAccessibilityLater();
|
|
26438
26306
|
}
|
|
@@ -26945,7 +26813,6 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
26945
26813
|
if (this.caseField.hint_text) {
|
|
26946
26814
|
ids.push(this.hintId());
|
|
26947
26815
|
}
|
|
26948
|
-
ids.push(this.keyboardInstructionsId());
|
|
26949
26816
|
if (this.isInvalid()) {
|
|
26950
26817
|
ids.push(this.errorId());
|
|
26951
26818
|
}
|
|
@@ -26967,7 +26834,7 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
26967
26834
|
Italic: 'italic',
|
|
26968
26835
|
Underline: 'underline',
|
|
26969
26836
|
Paragraph: 'paragraph',
|
|
26970
|
-
Heading: 'heading',
|
|
26837
|
+
'Heading level 1': 'heading',
|
|
26971
26838
|
'Bullet List': 'bullet_list',
|
|
26972
26839
|
'Numbered List': 'ordered_list'
|
|
26973
26840
|
};
|
|
@@ -26984,21 +26851,6 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
26984
26851
|
button.setAttribute('aria-pressed', `${isActive}`);
|
|
26985
26852
|
}
|
|
26986
26853
|
});
|
|
26987
|
-
const controls = this.toolbarControls();
|
|
26988
|
-
if (controls.length && !controls.some((control) => control.tabIndex === 0)) {
|
|
26989
|
-
this.setToolbarTabStop(controls[0]);
|
|
26990
|
-
}
|
|
26991
|
-
}
|
|
26992
|
-
toolbarControls() {
|
|
26993
|
-
if (!this.editorHost) {
|
|
26994
|
-
return [];
|
|
26995
|
-
}
|
|
26996
|
-
return Array.prototype.slice.call(this.editorHost.nativeElement.querySelectorAll('.ccd-rich-text-area__toolbar button:not([disabled]), .ccd-rich-text-area__toolbar select:not([disabled])'));
|
|
26997
|
-
}
|
|
26998
|
-
setToolbarTabStop(activeControl) {
|
|
26999
|
-
this.toolbarControls().forEach((control) => {
|
|
27000
|
-
control.tabIndex = control === activeControl ? 0 : -1;
|
|
27001
|
-
});
|
|
27002
26854
|
}
|
|
27003
26855
|
getEditableElement() {
|
|
27004
26856
|
if (!this.editorHost) {
|
|
@@ -27075,9 +26927,7 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
27075
26927
|
if (headingLevel) {
|
|
27076
26928
|
element.dataset.wordHeadingLevel = headingLevel.toString();
|
|
27077
26929
|
}
|
|
27078
|
-
|
|
27079
|
-
// element. Only retain a strong mark for independently bold text.
|
|
27080
|
-
if (hasBoldStyle && !headingLevel) {
|
|
26930
|
+
if (hasBoldStyle) {
|
|
27081
26931
|
this.wrapBoldInlineContents(documentElement, element);
|
|
27082
26932
|
}
|
|
27083
26933
|
});
|
|
@@ -27190,21 +27040,30 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
27190
27040
|
normaliseWordSemanticBlocks(documentElement) {
|
|
27191
27041
|
const blocks = Array.prototype.slice.call(documentElement.body.querySelectorAll('p, h1, h2, h3, h4, h5, h6'));
|
|
27192
27042
|
blocks.forEach((block) => {
|
|
27043
|
+
const namedHeadingLevel = this.namedWordHeadingLevel(block);
|
|
27193
27044
|
const existingHeadingLevel = /^h([1-6])$/i.exec(block.tagName)?.[1];
|
|
27194
27045
|
if (existingHeadingLevel) {
|
|
27195
|
-
const
|
|
27196
|
-
|
|
27197
|
-
|
|
27198
|
-
|
|
27046
|
+
const heading = existingHeadingLevel === '1'
|
|
27047
|
+
? block
|
|
27048
|
+
: this.replaceElementTag(documentElement, block, 'h1');
|
|
27049
|
+
if (namedHeadingLevel) {
|
|
27050
|
+
this.removeRedundantHeadingBold(heading);
|
|
27199
27051
|
}
|
|
27200
27052
|
return;
|
|
27201
27053
|
}
|
|
27202
27054
|
const headingLevel = this.wordHeadingLevel(block);
|
|
27203
27055
|
if (headingLevel) {
|
|
27204
|
-
this.replaceElementTag(documentElement, block,
|
|
27056
|
+
const heading = this.replaceElementTag(documentElement, block, 'h1');
|
|
27057
|
+
if (namedHeadingLevel) {
|
|
27058
|
+
this.removeRedundantHeadingBold(heading);
|
|
27059
|
+
}
|
|
27205
27060
|
}
|
|
27206
27061
|
});
|
|
27207
27062
|
}
|
|
27063
|
+
removeRedundantHeadingBold(heading) {
|
|
27064
|
+
const boldElements = Array.prototype.slice.call(heading.querySelectorAll('strong, b'));
|
|
27065
|
+
boldElements.reverse().forEach((element) => this.unwrapElement(element));
|
|
27066
|
+
}
|
|
27208
27067
|
wordHeadingLevel(element) {
|
|
27209
27068
|
const namedHeadingLevel = this.namedWordHeadingLevel(element);
|
|
27210
27069
|
if (namedHeadingLevel) {
|
|
@@ -27335,10 +27194,7 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
27335
27194
|
if (!style || this.isWordLayoutContainer(htmlElement)) {
|
|
27336
27195
|
return;
|
|
27337
27196
|
}
|
|
27338
|
-
|
|
27339
|
-
// semantic heading weight into an independently selected Bold mark.
|
|
27340
|
-
const isHeading = /^h[1-3]$/i.test(htmlElement.tagName);
|
|
27341
|
-
if (this.hasBoldStyle(style) && !isHeading) {
|
|
27197
|
+
if (this.hasBoldStyle(style)) {
|
|
27342
27198
|
this.wrapBoldInlineContents(documentElement, htmlElement);
|
|
27343
27199
|
}
|
|
27344
27200
|
if (this.hasItalicStyle(style)) {
|
|
@@ -27906,16 +27762,12 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
27906
27762
|
return;
|
|
27907
27763
|
}
|
|
27908
27764
|
const activeListType = this.activeListNode()?.type.name;
|
|
27909
|
-
const activeHeadingLevel = this.activeHeadingLevel();
|
|
27910
|
-
if (activeHeadingLevel === 1 || activeHeadingLevel === 2 || activeHeadingLevel === 3) {
|
|
27911
|
-
this.selectedHeadingLevel = activeHeadingLevel;
|
|
27912
|
-
}
|
|
27913
27765
|
this.activeToolbarCommands = {
|
|
27914
27766
|
bold: this.isMarkActive('strong'),
|
|
27915
27767
|
italic: this.isMarkActive('em'),
|
|
27916
27768
|
underline: this.isMarkActive('u'),
|
|
27917
27769
|
paragraph: this.paragraphCommandApplied && this.isPlainParagraphActive(),
|
|
27918
|
-
heading:
|
|
27770
|
+
heading: this.isHeadingOneActive(),
|
|
27919
27771
|
ordered_list: activeListType === 'ordered_list',
|
|
27920
27772
|
bullet_list: activeListType === 'bullet_list'
|
|
27921
27773
|
};
|
|
@@ -28213,21 +28065,23 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
28213
28065
|
const listItemType = state.schema.nodes.list_item;
|
|
28214
28066
|
if (listItemType && this.isNodeActive('list_item')) {
|
|
28215
28067
|
if (!increase && this.changeListIndent(false, state, dispatch)) {
|
|
28216
|
-
return
|
|
28068
|
+
return;
|
|
28217
28069
|
}
|
|
28218
28070
|
const listCommand = increase ? sinkListItem(listItemType) : liftListItem(listItemType);
|
|
28219
28071
|
if (listCommand(state, dispatch)) {
|
|
28220
28072
|
this.applyOrderedListStyleForCurrentDepth();
|
|
28221
|
-
return
|
|
28073
|
+
return;
|
|
28222
28074
|
}
|
|
28223
28075
|
if (increase && this.changeListIndent(true, state, dispatch)) {
|
|
28224
|
-
return
|
|
28076
|
+
return;
|
|
28225
28077
|
}
|
|
28226
28078
|
}
|
|
28227
28079
|
if (increase) {
|
|
28228
|
-
|
|
28080
|
+
this.editor.commands.indent().exec();
|
|
28081
|
+
}
|
|
28082
|
+
else {
|
|
28083
|
+
this.editor.commands.outdent().exec();
|
|
28229
28084
|
}
|
|
28230
|
-
return this.editor.commands.outdent().exec();
|
|
28231
28085
|
}
|
|
28232
28086
|
applyOrderedListStyleForCurrentDepth() {
|
|
28233
28087
|
const { state, dispatch } = this.editor.view;
|
|
@@ -28287,7 +28141,7 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
28287
28141
|
this.paragraphCommandApplied = true;
|
|
28288
28142
|
}
|
|
28289
28143
|
toggleHeading() {
|
|
28290
|
-
if (this.
|
|
28144
|
+
if (this.isHeadingOneActive()) {
|
|
28291
28145
|
const paragraphType = this.editor.view.state.schema.nodes.paragraph;
|
|
28292
28146
|
if (paragraphType) {
|
|
28293
28147
|
setBlockType(paragraphType)(this.editor.view.state, this.editor.view.dispatch);
|
|
@@ -28295,38 +28149,34 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
28295
28149
|
this.paragraphCommandApplied = false;
|
|
28296
28150
|
return;
|
|
28297
28151
|
}
|
|
28298
|
-
this.applyHeadingLevel(this.selectedHeadingLevel);
|
|
28299
|
-
this.paragraphCommandApplied = false;
|
|
28300
|
-
}
|
|
28301
|
-
applyHeadingLevel(level) {
|
|
28302
28152
|
const headingType = this.editor.view.state.schema.nodes.heading;
|
|
28303
28153
|
if (headingType) {
|
|
28304
|
-
setBlockType(headingType, { level })(this.editor.view.state, this.editor.view.dispatch);
|
|
28154
|
+
setBlockType(headingType, { level: 1 })(this.editor.view.state, this.editor.view.dispatch);
|
|
28305
28155
|
}
|
|
28306
28156
|
this.paragraphCommandApplied = false;
|
|
28307
28157
|
}
|
|
28308
|
-
|
|
28158
|
+
isHeadingOneActive() {
|
|
28309
28159
|
const state = this.editor.view.state;
|
|
28310
28160
|
const headingType = state.schema.nodes.heading;
|
|
28311
28161
|
if (!headingType) {
|
|
28312
|
-
return
|
|
28162
|
+
return false;
|
|
28313
28163
|
}
|
|
28314
28164
|
const { $from, from, to } = state.selection;
|
|
28315
28165
|
for (let depth = $from.depth; depth > 0; depth--) {
|
|
28316
28166
|
const node = $from.node(depth);
|
|
28317
|
-
if (node.type === headingType) {
|
|
28318
|
-
return
|
|
28167
|
+
if (node.type === headingType && node.attrs.level === 1) {
|
|
28168
|
+
return true;
|
|
28319
28169
|
}
|
|
28320
28170
|
}
|
|
28321
|
-
let
|
|
28171
|
+
let isActive = false;
|
|
28322
28172
|
state.doc.nodesBetween(from, to, (node) => {
|
|
28323
|
-
if (node.type === headingType) {
|
|
28324
|
-
|
|
28173
|
+
if (node.type === headingType && node.attrs.level === 1) {
|
|
28174
|
+
isActive = true;
|
|
28325
28175
|
return false;
|
|
28326
28176
|
}
|
|
28327
28177
|
return true;
|
|
28328
28178
|
});
|
|
28329
|
-
return
|
|
28179
|
+
return isActive;
|
|
28330
28180
|
}
|
|
28331
28181
|
isPlainParagraphActive() {
|
|
28332
28182
|
return this.isNodeActive('paragraph') &&
|
|
@@ -28401,118 +28251,110 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
28401
28251
|
} if (rf & 2) {
|
|
28402
28252
|
let _t;
|
|
28403
28253
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.editorHost = _t.first);
|
|
28404
|
-
} }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
28254
|
+
} }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 57, vars: 45, consts: [["editorHost", ""], [1, "form-group", "ccd-rich-text-area", 3, "ngClass"], [3, "id"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 3, "id", 4, "ngIf"], ["class", "error-message", 3, "id", 4, "ngIf"], [1, "ccd-rich-text-area__editor", 3, "click", "keydown", "keyup", "paste", "ngClass"], ["role", "toolbar", 1, "ccd-rich-text-area__toolbar"], ["type", "button", "aria-label", "Undo", "title", "Undo", "aria-keyshortcuts", "Control+Z", 1, "ccd-rich-text-area__toolbar-button", 3, "mousedown", "click"], ["viewBox", "0 0 24 24", "aria-hidden", "true", "focusable", "false", 1, "ccd-rich-text-area__toolbar-icon"], ["d", "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"], ["type", "button", "aria-label", "Redo", "title", "Redo", "aria-keyshortcuts", "Control+Y", 1, "ccd-rich-text-area__toolbar-button", 3, "mousedown", "click"], ["d", "M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z"], ["aria-hidden", "true", 1, "ccd-rich-text-area__toolbar-separator"], ["type", "button", "aria-label", "Bold", "title", "Bold", "aria-keyshortcuts", "Control+B", 1, "ccd-rich-text-area__toolbar-button", "ccd-rich-text-area__toolbar-button--bold", 3, "mousedown", "click", "ngClass"], ["d", "M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42zM10 6.5h3c.83 0 1.5.67 1.5 1.5S13.83 9.5 13 9.5h-3v-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z"], ["type", "button", "aria-label", "Italic", "title", "Italic", "aria-keyshortcuts", "Control+I", 1, "ccd-rich-text-area__toolbar-button", "ccd-rich-text-area__toolbar-button--italic", 3, "mousedown", "click", "ngClass"], ["d", "M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z"], ["type", "button", "aria-label", "Underline", "title", "Underline", "aria-keyshortcuts", "Control+U", 1, "ccd-rich-text-area__toolbar-button", "ccd-rich-text-area__toolbar-button--underline", 3, "mousedown", "click", "ngClass"], ["d", "M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6zm-7 2v2h14v-2H5z"], ["type", "button", "aria-label", "Paragraph", "title", "Paragraph", 1, "ccd-rich-text-area__toolbar-button", "ccd-rich-text-area__toolbar-button--paragraph", 3, "mousedown", "click", "ngClass"], ["aria-hidden", "true", 1, "ccd-rich-text-area__toolbar-icon", "ccd-rich-text-area__toolbar-icon--paragraph"], ["type", "button", "aria-label", "Heading level 1", "title", "Heading level 1", 1, "ccd-rich-text-area__toolbar-button", "ccd-rich-text-area__toolbar-button--heading", 3, "mousedown", "click", "ngClass"], ["aria-hidden", "true", 1, "ccd-rich-text-area__toolbar-icon", "ccd-rich-text-area__toolbar-icon--heading"], ["type", "button", "aria-label", "Bullet List", "title", "Bullet List", 1, "ccd-rich-text-area__toolbar-button", 3, "mousedown", "click", "ngClass"], ["d", "M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6C3.17 4.5 2.5 5.17 2.5 6S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zM7 13h14v-2H7v2zm0 6h14v-2H7v2zM7 5v2h14V5H7z"], ["type", "button", "aria-label", "Numbered List", "title", "Numbered List", 1, "ccd-rich-text-area__toolbar-button", 3, "mousedown", "click", "ngClass"], ["d", "M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1V14h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z"], [1, "ccd-rich-text-area__list-style"], [1, "ccd-rich-text-area__list-style-label", 3, "for"], [1, "ccd-rich-text-area__list-style-select", 3, "change", "id", "value"], ["value", "", 4, "ngIf"], ["value", "ordered_list"], ["value", "ordered_alpha"], ["value", "ordered_roman"], ["type", "button", "aria-label", "Decrease Indent", "title", "Decrease Indent", 1, "ccd-rich-text-area__toolbar-button", 3, "mousedown", "click"], ["d", "M11 17h10v-2H11v2zm-8-5 4 4V8l-4 4zm0 9h18v-2H3v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z"], ["type", "button", "aria-label", "Increase Indent", "title", "Increase Indent", 1, "ccd-rich-text-area__toolbar-button", 3, "mousedown", "click"], ["d", "M3 21h18v-2H3v2zM3 8v8l4-4-4-4zm8 9h10v-2H11v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z"], [1, "NgxEditor__Wrapper"], ["outputFormat", "html", 3, "focusIn", "focusOut", "editor", "formControl"], [1, "form-label"], [1, "form-hint", 3, "id"], [1, "error-message", 3, "id"], ["value", ""]], template: function WriteRichTextAreaFieldComponent_Template(rf, ctx) { if (rf & 1) {
|
|
28405
28255
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
28406
28256
|
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
|
|
28407
28257
|
i0.ɵɵtemplate(2, WriteRichTextAreaFieldComponent_span_2_Template, 3, 3, "span", 3);
|
|
28408
28258
|
i0.ɵɵelementEnd();
|
|
28409
|
-
i0.ɵɵtemplate(3, WriteRichTextAreaFieldComponent_span_3_Template, 3, 4, "span", 4);
|
|
28410
|
-
i0.ɵɵelementStart(
|
|
28411
|
-
i0.ɵɵ
|
|
28412
|
-
i0.ɵɵ
|
|
28413
|
-
i0.ɵɵ
|
|
28414
|
-
i0.ɵɵelementStart(7, "div", 7, 0);
|
|
28415
|
-
i0.ɵɵlistener("click", function WriteRichTextAreaFieldComponent_Template_div_click_7_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onEditorClick()); })("keydown", function WriteRichTextAreaFieldComponent_Template_div_keydown_7_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onEditorKeyDown($event)); })("keyup", function WriteRichTextAreaFieldComponent_Template_div_keyup_7_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.syncAccessibilityLater()); })("paste", function WriteRichTextAreaFieldComponent_Template_div_paste_7_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onPaste($event)); });
|
|
28416
|
-
i0.ɵɵelementStart(9, "div", 8);
|
|
28417
|
-
i0.ɵɵlistener("focusin", function WriteRichTextAreaFieldComponent_Template_div_focusin_9_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarFocusIn($event)); })("keydown", function WriteRichTextAreaFieldComponent_Template_div_keydown_9_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarKeyDown($event)); });
|
|
28418
|
-
i0.ɵɵelementStart(10, "div", 9)(11, "button", 10);
|
|
28419
|
-
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_11_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_11_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "undo")); });
|
|
28259
|
+
i0.ɵɵtemplate(3, WriteRichTextAreaFieldComponent_span_3_Template, 3, 4, "span", 4)(4, WriteRichTextAreaFieldComponent_span_4_Template, 3, 5, "span", 5);
|
|
28260
|
+
i0.ɵɵelementStart(5, "div", 6, 0);
|
|
28261
|
+
i0.ɵɵlistener("click", function WriteRichTextAreaFieldComponent_Template_div_click_5_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.syncAccessibilityLater()); })("keydown", function WriteRichTextAreaFieldComponent_Template_div_keydown_5_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onEditorKeyDown($event)); })("keyup", function WriteRichTextAreaFieldComponent_Template_div_keyup_5_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.syncAccessibilityLater()); })("paste", function WriteRichTextAreaFieldComponent_Template_div_paste_5_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onPaste($event)); });
|
|
28262
|
+
i0.ɵɵelementStart(7, "div", 7)(8, "button", 8);
|
|
28263
|
+
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_8_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_8_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "undo")); });
|
|
28420
28264
|
i0.ɵɵnamespaceSVG();
|
|
28421
|
-
i0.ɵɵelementStart(
|
|
28422
|
-
i0.ɵɵelement(
|
|
28265
|
+
i0.ɵɵelementStart(9, "svg", 9);
|
|
28266
|
+
i0.ɵɵelement(10, "path", 10);
|
|
28423
28267
|
i0.ɵɵelementEnd()();
|
|
28424
28268
|
i0.ɵɵnamespaceHTML();
|
|
28425
|
-
i0.ɵɵelementStart(
|
|
28426
|
-
i0.ɵɵlistener("mousedown", function
|
|
28269
|
+
i0.ɵɵelementStart(11, "button", 11);
|
|
28270
|
+
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_11_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_11_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "redo")); });
|
|
28427
28271
|
i0.ɵɵnamespaceSVG();
|
|
28428
|
-
i0.ɵɵelementStart(
|
|
28429
|
-
i0.ɵɵelement(
|
|
28430
|
-
i0.ɵɵelementEnd()()
|
|
28272
|
+
i0.ɵɵelementStart(12, "svg", 9);
|
|
28273
|
+
i0.ɵɵelement(13, "path", 12);
|
|
28274
|
+
i0.ɵɵelementEnd()();
|
|
28431
28275
|
i0.ɵɵnamespaceHTML();
|
|
28432
|
-
i0.ɵɵelement(
|
|
28433
|
-
i0.ɵɵelementStart(
|
|
28434
|
-
i0.ɵɵlistener("mousedown", function
|
|
28276
|
+
i0.ɵɵelement(14, "span", 13);
|
|
28277
|
+
i0.ɵɵelementStart(15, "button", 14);
|
|
28278
|
+
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_15_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_15_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "bold")); });
|
|
28435
28279
|
i0.ɵɵnamespaceSVG();
|
|
28436
|
-
i0.ɵɵelementStart(
|
|
28437
|
-
i0.ɵɵelement(
|
|
28280
|
+
i0.ɵɵelementStart(16, "svg", 9);
|
|
28281
|
+
i0.ɵɵelement(17, "path", 15);
|
|
28438
28282
|
i0.ɵɵelementEnd()();
|
|
28439
28283
|
i0.ɵɵnamespaceHTML();
|
|
28440
|
-
i0.ɵɵelementStart(
|
|
28441
|
-
i0.ɵɵlistener("mousedown", function
|
|
28284
|
+
i0.ɵɵelementStart(18, "button", 16);
|
|
28285
|
+
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_18_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_18_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "italic")); });
|
|
28442
28286
|
i0.ɵɵnamespaceSVG();
|
|
28443
|
-
i0.ɵɵelementStart(
|
|
28444
|
-
i0.ɵɵelement(
|
|
28287
|
+
i0.ɵɵelementStart(19, "svg", 9);
|
|
28288
|
+
i0.ɵɵelement(20, "path", 17);
|
|
28445
28289
|
i0.ɵɵelementEnd()();
|
|
28446
28290
|
i0.ɵɵnamespaceHTML();
|
|
28447
|
-
i0.ɵɵelementStart(
|
|
28448
|
-
i0.ɵɵlistener("mousedown", function
|
|
28291
|
+
i0.ɵɵelementStart(21, "button", 18);
|
|
28292
|
+
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_21_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_21_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "underline")); });
|
|
28449
28293
|
i0.ɵɵnamespaceSVG();
|
|
28450
|
-
i0.ɵɵelementStart(
|
|
28451
|
-
i0.ɵɵelement(
|
|
28452
|
-
i0.ɵɵelementEnd()()
|
|
28294
|
+
i0.ɵɵelementStart(22, "svg", 9);
|
|
28295
|
+
i0.ɵɵelement(23, "path", 19);
|
|
28296
|
+
i0.ɵɵelementEnd()();
|
|
28453
28297
|
i0.ɵɵnamespaceHTML();
|
|
28454
|
-
i0.ɵɵelementStart(
|
|
28455
|
-
i0.ɵɵlistener("mousedown", function
|
|
28456
|
-
i0.ɵɵelementStart(
|
|
28457
|
-
i0.ɵɵtext(
|
|
28298
|
+
i0.ɵɵelementStart(24, "button", 20);
|
|
28299
|
+
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_24_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_24_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "paragraph")); });
|
|
28300
|
+
i0.ɵɵelementStart(25, "span", 21);
|
|
28301
|
+
i0.ɵɵtext(26, "P");
|
|
28458
28302
|
i0.ɵɵelementEnd()();
|
|
28459
|
-
i0.ɵɵelementStart(
|
|
28460
|
-
i0.ɵɵlistener("mousedown", function
|
|
28461
|
-
i0.ɵɵelementStart(
|
|
28462
|
-
i0.ɵɵtext(
|
|
28303
|
+
i0.ɵɵelementStart(27, "button", 22);
|
|
28304
|
+
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_27_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_27_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "heading")); });
|
|
28305
|
+
i0.ɵɵelementStart(28, "span", 23);
|
|
28306
|
+
i0.ɵɵtext(29, "H");
|
|
28463
28307
|
i0.ɵɵelementEnd()();
|
|
28464
|
-
i0.ɵɵ
|
|
28465
|
-
i0.ɵɵ
|
|
28466
|
-
i0.ɵɵ
|
|
28467
|
-
i0.ɵɵelementStart(37, "div", 29)(38, "button", 30);
|
|
28468
|
-
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_38_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_38_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "bullet_list")); });
|
|
28308
|
+
i0.ɵɵelement(30, "span", 13);
|
|
28309
|
+
i0.ɵɵelementStart(31, "button", 24);
|
|
28310
|
+
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_31_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_31_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "bullet_list")); });
|
|
28469
28311
|
i0.ɵɵnamespaceSVG();
|
|
28470
|
-
i0.ɵɵelementStart(
|
|
28471
|
-
i0.ɵɵelement(
|
|
28312
|
+
i0.ɵɵelementStart(32, "svg", 9);
|
|
28313
|
+
i0.ɵɵelement(33, "path", 25);
|
|
28472
28314
|
i0.ɵɵelementEnd()();
|
|
28473
28315
|
i0.ɵɵnamespaceHTML();
|
|
28474
|
-
i0.ɵɵelementStart(
|
|
28475
|
-
i0.ɵɵlistener("mousedown", function
|
|
28316
|
+
i0.ɵɵelementStart(34, "button", 26);
|
|
28317
|
+
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_34_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_34_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "ordered_list")); });
|
|
28476
28318
|
i0.ɵɵnamespaceSVG();
|
|
28477
|
-
i0.ɵɵelementStart(
|
|
28478
|
-
i0.ɵɵelement(
|
|
28319
|
+
i0.ɵɵelementStart(35, "svg", 9);
|
|
28320
|
+
i0.ɵɵelement(36, "path", 27);
|
|
28479
28321
|
i0.ɵɵelementEnd()();
|
|
28480
28322
|
i0.ɵɵnamespaceHTML();
|
|
28481
|
-
i0.ɵɵelementStart(
|
|
28482
|
-
i0.ɵɵtext(
|
|
28323
|
+
i0.ɵɵelementStart(37, "div", 28)(38, "label", 29);
|
|
28324
|
+
i0.ɵɵtext(39, "List style");
|
|
28483
28325
|
i0.ɵɵelementEnd();
|
|
28484
|
-
i0.ɵɵelementStart(
|
|
28485
|
-
i0.ɵɵlistener("change", function
|
|
28486
|
-
i0.ɵɵtemplate(
|
|
28487
|
-
i0.ɵɵelementStart(
|
|
28488
|
-
i0.ɵɵtext(
|
|
28326
|
+
i0.ɵɵelementStart(40, "select", 30);
|
|
28327
|
+
i0.ɵɵlistener("change", function WriteRichTextAreaFieldComponent_Template_select_change_40_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListStyleChange($event)); });
|
|
28328
|
+
i0.ɵɵtemplate(41, WriteRichTextAreaFieldComponent_option_41_Template, 2, 0, "option", 31);
|
|
28329
|
+
i0.ɵɵelementStart(42, "option", 32);
|
|
28330
|
+
i0.ɵɵtext(43, "Numbers (1, 2, 3)");
|
|
28489
28331
|
i0.ɵɵelementEnd();
|
|
28490
|
-
i0.ɵɵelementStart(
|
|
28491
|
-
i0.ɵɵtext(
|
|
28332
|
+
i0.ɵɵelementStart(44, "option", 33);
|
|
28333
|
+
i0.ɵɵtext(45, "Letters (a, b, c)");
|
|
28492
28334
|
i0.ɵɵelementEnd();
|
|
28493
|
-
i0.ɵɵelementStart(
|
|
28494
|
-
i0.ɵɵtext(
|
|
28495
|
-
i0.ɵɵelementEnd()()()
|
|
28496
|
-
i0.ɵɵelement(
|
|
28497
|
-
i0.ɵɵelementStart(
|
|
28498
|
-
i0.ɵɵlistener("mousedown", function
|
|
28335
|
+
i0.ɵɵelementStart(46, "option", 34);
|
|
28336
|
+
i0.ɵɵtext(47, "Roman numerals (i), (ii), (iii)");
|
|
28337
|
+
i0.ɵɵelementEnd()()();
|
|
28338
|
+
i0.ɵɵelement(48, "span", 13);
|
|
28339
|
+
i0.ɵɵelementStart(49, "button", 35);
|
|
28340
|
+
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_49_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_49_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "outdent")); });
|
|
28499
28341
|
i0.ɵɵnamespaceSVG();
|
|
28500
|
-
i0.ɵɵelementStart(
|
|
28501
|
-
i0.ɵɵelement(
|
|
28342
|
+
i0.ɵɵelementStart(50, "svg", 9);
|
|
28343
|
+
i0.ɵɵelement(51, "path", 36);
|
|
28502
28344
|
i0.ɵɵelementEnd()();
|
|
28503
28345
|
i0.ɵɵnamespaceHTML();
|
|
28504
|
-
i0.ɵɵelementStart(
|
|
28505
|
-
i0.ɵɵlistener("mousedown", function
|
|
28346
|
+
i0.ɵɵelementStart(52, "button", 37);
|
|
28347
|
+
i0.ɵɵlistener("mousedown", function WriteRichTextAreaFieldComponent_Template_button_mousedown_52_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToolbarButtonMouseDown($event)); })("click", function WriteRichTextAreaFieldComponent_Template_button_click_52_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.executeToolbarCommand($event, "indent")); });
|
|
28506
28348
|
i0.ɵɵnamespaceSVG();
|
|
28507
|
-
i0.ɵɵelementStart(
|
|
28508
|
-
i0.ɵɵelement(
|
|
28509
|
-
i0.ɵɵelementEnd()()()
|
|
28349
|
+
i0.ɵɵelementStart(53, "svg", 9);
|
|
28350
|
+
i0.ɵɵelement(54, "path", 38);
|
|
28351
|
+
i0.ɵɵelementEnd()()();
|
|
28510
28352
|
i0.ɵɵnamespaceHTML();
|
|
28511
|
-
i0.ɵɵelementStart(
|
|
28512
|
-
i0.ɵɵlistener("focusIn", function
|
|
28353
|
+
i0.ɵɵelementStart(55, "div", 39)(56, "ngx-editor", 40);
|
|
28354
|
+
i0.ɵɵlistener("focusIn", function WriteRichTextAreaFieldComponent_Template_ngx_editor_focusIn_56_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.syncAccessibilityLater()); })("focusOut", function WriteRichTextAreaFieldComponent_Template_ngx_editor_focusOut_56_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onEditorFocusOut()); });
|
|
28513
28355
|
i0.ɵɵelementEnd()()()();
|
|
28514
28356
|
} if (rf & 2) {
|
|
28515
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
28357
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(27, _c1$e, !ctx.richTextAreaControl.valid && ctx.richTextAreaControl.dirty));
|
|
28516
28358
|
i0.ɵɵadvance();
|
|
28517
28359
|
i0.ɵɵproperty("id", ctx.labelId());
|
|
28518
28360
|
i0.ɵɵadvance();
|
|
@@ -28520,35 +28362,31 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
28520
28362
|
i0.ɵɵadvance();
|
|
28521
28363
|
i0.ɵɵproperty("ngIf", ctx.caseField.hint_text);
|
|
28522
28364
|
i0.ɵɵadvance();
|
|
28523
|
-
i0.ɵɵproperty("id", ctx.keyboardInstructionsId());
|
|
28524
|
-
i0.ɵɵadvance(2);
|
|
28525
28365
|
i0.ɵɵproperty("ngIf", ctx.isInvalid());
|
|
28526
28366
|
i0.ɵɵadvance();
|
|
28527
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
28367
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(29, _c2$3, ctx.isInvalid()));
|
|
28528
28368
|
i0.ɵɵadvance(2);
|
|
28529
28369
|
i0.ɵɵattribute("aria-label", ctx.toolbarLabel());
|
|
28530
|
-
i0.ɵɵadvance(
|
|
28531
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
28370
|
+
i0.ɵɵadvance(8);
|
|
28371
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(31, _c3, ctx.isToolbarCommandActive("bold")));
|
|
28532
28372
|
i0.ɵɵattribute("aria-pressed", ctx.isToolbarCommandActive("bold"));
|
|
28533
28373
|
i0.ɵɵadvance(3);
|
|
28534
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
28374
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(33, _c3, ctx.isToolbarCommandActive("italic")));
|
|
28535
28375
|
i0.ɵɵattribute("aria-pressed", ctx.isToolbarCommandActive("italic"));
|
|
28536
28376
|
i0.ɵɵadvance(3);
|
|
28537
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
28377
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(35, _c3, ctx.isToolbarCommandActive("underline")));
|
|
28538
28378
|
i0.ɵɵattribute("aria-pressed", ctx.isToolbarCommandActive("underline"));
|
|
28539
|
-
i0.ɵɵadvance(
|
|
28540
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
28379
|
+
i0.ɵɵadvance(3);
|
|
28380
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(37, _c3, ctx.isToolbarCommandActive("paragraph")));
|
|
28541
28381
|
i0.ɵɵattribute("aria-pressed", ctx.isToolbarCommandActive("paragraph"));
|
|
28542
28382
|
i0.ɵɵadvance(3);
|
|
28543
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
28383
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(39, _c3, ctx.isToolbarCommandActive("heading")));
|
|
28544
28384
|
i0.ɵɵattribute("aria-pressed", ctx.isToolbarCommandActive("heading"));
|
|
28545
|
-
i0.ɵɵadvance(
|
|
28546
|
-
i0.ɵɵproperty("
|
|
28547
|
-
i0.ɵɵadvance(3);
|
|
28548
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(43, _c3, ctx.isToolbarCommandActive("bullet_list")));
|
|
28385
|
+
i0.ɵɵadvance(4);
|
|
28386
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(41, _c3, ctx.isToolbarCommandActive("bullet_list")));
|
|
28549
28387
|
i0.ɵɵattribute("aria-pressed", ctx.isToolbarCommandActive("bullet_list"));
|
|
28550
28388
|
i0.ɵɵadvance(3);
|
|
28551
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
28389
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(43, _c3, ctx.isOrderedListActive()));
|
|
28552
28390
|
i0.ɵɵattribute("aria-pressed", ctx.isOrderedListActive());
|
|
28553
28391
|
i0.ɵɵadvance(4);
|
|
28554
28392
|
i0.ɵɵproperty("for", ctx.listStyleId());
|
|
@@ -28556,18 +28394,18 @@ class WriteRichTextAreaFieldComponent extends AbstractFieldWriteComponent {
|
|
|
28556
28394
|
i0.ɵɵproperty("id", ctx.listStyleId())("value", ctx.currentListSelectValue());
|
|
28557
28395
|
i0.ɵɵadvance();
|
|
28558
28396
|
i0.ɵɵproperty("ngIf", !ctx.isOrderedListActive());
|
|
28559
|
-
i0.ɵɵadvance(
|
|
28397
|
+
i0.ɵɵadvance(15);
|
|
28560
28398
|
i0.ɵɵproperty("editor", ctx.editor)("formControl", ctx.richTextAreaControl);
|
|
28561
|
-
} }, dependencies: [i5.NgClass, i5.NgIf, i4.NgSelectOption, i4.ɵNgSelectMultipleOption, i4.NgControlStatus, i4.FormControlDirective, i3$1.NgxEditorComponent, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], styles: [".ccd-rich-text-area{margin-bottom:30px}.ccd-rich-text-area__editor{max-width:100%}.ccd-rich-text-
|
|
28399
|
+
} }, dependencies: [i5.NgClass, i5.NgIf, i4.NgSelectOption, i4.ɵNgSelectMultipleOption, i4.NgControlStatus, i4.FormControlDirective, i3$1.NgxEditorComponent, FieldLabelPipe, FirstErrorPipe, i1.RpxTranslatePipe], styles: [".ccd-rich-text-area{margin-bottom:30px}.ccd-rich-text-area__editor{max-width:100%}.ccd-rich-text-area__toolbar{align-items:center;background:#fff;border:1px solid #d8dde0;border-radius:6px;display:flex;flex-wrap:wrap;gap:2px;margin-bottom:10px;padding:6px 8px;width:fit-content}.ccd-rich-text-area .NgxEditor__Wrapper{border:1px solid #000;border-radius:0;box-sizing:border-box;height:255px;max-width:100%;min-height:255px;min-width:200px;overflow:hidden;resize:both;width:100%}.ccd-rich-text-area .NgxEditor__Wrapper:focus-within{outline:3px solid #ffdd00;outline-offset:0}.ccd-rich-text-area__toolbar-button{background:#fff;align-items:center;border:0;border-radius:2px;color:#0b0c0c;display:inline-flex;font-family:inherit;font-size:18px;font-weight:700;height:28px;justify-content:center;min-width:28px;padding:4px;width:28px}.ccd-rich-text-area__toolbar-button:hover{background:#f3f2f1}.ccd-rich-text-area__toolbar-button:focus{background:#fd0;box-shadow:0 0 0 2px #0b0c0c;outline:2px solid #ffdd00;outline-offset:0}.ccd-rich-text-area__toolbar-button--active,.ccd-rich-text-area__toolbar-button--active:hover{background:#1d70b8;color:#fff}.ccd-rich-text-area__toolbar-button--italic{font-style:italic}.ccd-rich-text-area__toolbar-button--underline{text-decoration:underline}.ccd-rich-text-area__toolbar-separator{border-left:1px solid #b1b4b6;height:24px;margin:0 5px 0 3px}.ccd-rich-text-area__list-style{align-items:center;display:inline-flex;gap:8px;margin:0 4px}.ccd-rich-text-area__list-style-label{font-weight:700;white-space:nowrap}.ccd-rich-text-area__list-style-select{background-color:#fff;border:1px solid #0b0c0c;border-radius:0;color:#0b0c0c;font-family:inherit;font-size:16px;height:32px;min-width:190px;padding:2px 28px 2px 8px}.ccd-rich-text-area__list-style-select:focus{box-shadow:0 0 0 2px #0b0c0c;outline:3px solid #ffdd00;outline-offset:0}.ccd-rich-text-area__toolbar-icon{display:block;fill:currentColor;height:20px;width:20px}.ccd-rich-text-area__toolbar-icon--paragraph{display:inline-flex;font-size:18px;line-height:1;width:auto}.ccd-rich-text-area__toolbar-icon--heading{display:inline-flex;font-size:18px;font-weight:700;line-height:1;width:auto}.ccd-rich-text-area .ProseMirror h1{font-size:20px;font-weight:700}.ccd-rich-text-area .NgxEditor__Wrapper .NgxEditor{border:0;border-radius:0;height:100%;min-height:0;overflow:hidden;width:100%}.ccd-rich-text-area__editor--error .NgxEditor__Wrapper{border-color:#d4351c}.ccd-rich-text-area .NgxEditor__Content{box-sizing:border-box;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;padding:12px 14px}.ccd-rich-text-area .ProseMirror{min-height:231px;outline:0;overflow-wrap:anywhere;white-space:pre-wrap;word-break:normal}.ccd-rich-text-area .ProseMirror [data-indent=\"1\"]{margin-left:40px}.ccd-rich-text-area .ProseMirror [data-indent=\"2\"]{margin-left:80px}.ccd-rich-text-area .ProseMirror [data-indent=\"3\"]{margin-left:120px}.ccd-rich-text-area .ProseMirror [data-indent=\"4\"]{margin-left:160px}.ccd-rich-text-area .ProseMirror [data-indent=\"5\"]{margin-left:200px}.ccd-rich-text-area .ProseMirror [data-indent=\"6\"]{margin-left:240px}.ccd-rich-text-area .ProseMirror strong,.ccd-rich-text-area .ProseMirror strong *,.ccd-rich-text-area .ProseMirror b,.ccd-rich-text-area .ProseMirror b *{font-weight:700}.ccd-rich-text-area .ProseMirror strong u,.ccd-rich-text-area .ProseMirror u strong,.ccd-rich-text-area .ProseMirror b u,.ccd-rich-text-area .ProseMirror u b{font-weight:700!important;text-decoration:underline}.ccd-rich-text-area .ProseMirror:focus{box-shadow:none;outline:0}.ccd-rich-text-area .ProseMirror p,.ccd-rich-text-area .ProseMirror ul,.ccd-rich-text-area .ProseMirror ol{margin-top:0;overflow-wrap:anywhere;word-break:normal}.ccd-rich-text-area .ProseMirror p{margin-bottom:5px}.ccd-rich-text-area .ProseMirror ul{list-style:disc outside;padding-left:25px}.ccd-rich-text-area .ProseMirror ol{list-style:decimal outside;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"1\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"1\"]{margin-left:40px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"2\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"2\"]{margin-left:80px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"3\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"3\"]{margin-left:120px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"4\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"4\"]{margin-left:160px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"5\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"5\"]{margin-left:200px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"6\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"6\"]{margin-left:240px;padding-left:25px}.ccd-rich-text-area .ProseMirror ol[type=a]{list-style-type:lower-alpha}.ccd-rich-text-area .ProseMirror ol[type=i]{list-style-type:lower-roman}.ccd-rich-text-area .ProseMirror ol[type=i]>li::marker{content:\"(\" counter(list-item,lower-roman) \") \"}.ccd-rich-text-area .ProseMirror li{display:list-item;margin-bottom:5px}.ccd-rich-text-area .ProseMirror li>p{margin:0}.ccd-rich-text-area .ProseMirror li>ul,.ccd-rich-text-area .ProseMirror li>ol{margin-top:5px}\n"], encapsulation: 2 });
|
|
28562
28400
|
}
|
|
28563
28401
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteRichTextAreaFieldComponent, [{
|
|
28564
28402
|
type: Component,
|
|
28565
|
-
args: [{ selector: 'ccd-write-rich-text-area-field', encapsulation: ViewEncapsulation.None, standalone: false, template: "<div class=\"form-group ccd-rich-text-area\" [ngClass]=\"{'form-group-error': !richTextAreaControl.valid && richTextAreaControl.dirty}\">\n <div [id]=\"labelId()\">\n <span class=\"form-label\" *ngIf=\"caseField.label\">{{caseField | ccdFieldLabel}}</span>\n </div>\n <span [id]=\"hintId()\" class=\"form-hint\" *ngIf=\"caseField.hint_text\">{{caseField.hint_text | rpxTranslate}}</span>\n <span [id]=\"keyboardInstructionsId()\" class=\"ccd-rich-text-area__keyboard-instructions\">\n Press Escape to move from the editor to the formatting toolbar.\n </span>\n <span [id]=\"errorId()\" class=\"error-message\" *ngIf=\"isInvalid()\">\n {{richTextAreaControl.errors | ccdFirstError:caseField.label}}\n </span>\n\n <div\n #editorHost\n class=\"ccd-rich-text-area__editor\"\n [ngClass]=\"{'ccd-rich-text-area__editor--error': isInvalid()}\"\n (click)=\"onEditorClick()\"\n (keydown)=\"onEditorKeyDown($event)\"\n (keyup)=\"syncAccessibilityLater()\"\n (paste)=\"onPaste($event)\">\n <div\n class=\"ccd-rich-text-area__toolbar\"\n role=\"toolbar\"\n aria-orientation=\"horizontal\"\n [attr.aria-label]=\"toolbarLabel()\"\n (focusin)=\"onToolbarFocusIn($event)\"\n (keydown)=\"onToolbarKeyDown($event)\">\n <div class=\"ccd-rich-text-area__toolbar-group\" role=\"group\" aria-label=\"History\">\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n tabindex=\"0\"\n aria-label=\"Undo\"\n title=\"Undo\"\n aria-keyshortcuts=\"Control+Z\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'undo')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z\"></path>\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n tabindex=\"-1\"\n aria-label=\"Redo\"\n title=\"Redo\"\n aria-keyshortcuts=\"Control+Y\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'redo')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z\"></path>\n </svg>\n </button>\n </div>\n <span class=\"ccd-rich-text-area__toolbar-separator\" aria-hidden=\"true\"></span>\n <div class=\"ccd-rich-text-area__toolbar-group\" role=\"group\" aria-label=\"Text formatting\">\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button ccd-rich-text-area__toolbar-button--bold\"\n tabindex=\"-1\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('bold')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('bold')\"\n aria-label=\"Bold\"\n title=\"Bold\"\n aria-keyshortcuts=\"Control+B\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'bold')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42zM10 6.5h3c.83 0 1.5.67 1.5 1.5S13.83 9.5 13 9.5h-3v-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z\"></path>\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button ccd-rich-text-area__toolbar-button--italic\"\n tabindex=\"-1\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('italic')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('italic')\"\n aria-label=\"Italic\"\n title=\"Italic\"\n aria-keyshortcuts=\"Control+I\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'italic')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z\"></path>\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button ccd-rich-text-area__toolbar-button--underline\"\n tabindex=\"-1\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('underline')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('underline')\"\n aria-label=\"Underline\"\n title=\"Underline\"\n aria-keyshortcuts=\"Control+U\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'underline')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6zm-7 2v2h14v-2H5z\"></path>\n </svg>\n </button>\n </div>\n <div class=\"ccd-rich-text-area__toolbar-group\" role=\"group\" aria-label=\"Paragraph and heading formatting\">\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button ccd-rich-text-area__toolbar-button--paragraph\"\n tabindex=\"-1\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('paragraph')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('paragraph')\"\n aria-label=\"Paragraph\"\n title=\"Paragraph\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'paragraph')\">\n <span class=\"ccd-rich-text-area__toolbar-icon ccd-rich-text-area__toolbar-icon--paragraph\" aria-hidden=\"true\">P</span>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button ccd-rich-text-area__toolbar-button--heading\"\n tabindex=\"-1\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('heading')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('heading')\"\n aria-label=\"Heading\"\n title=\"Heading\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'heading')\">\n <span class=\"ccd-rich-text-area__toolbar-icon ccd-rich-text-area__toolbar-icon--heading\" aria-hidden=\"true\">H</span>\n </button>\n <div\n *ngIf=\"isToolbarCommandActive('heading')\"\n class=\"ccd-rich-text-area__heading-level\">\n <label class=\"ccd-rich-text-area__heading-level-label\" [for]=\"headingLevelId()\">Heading level</label>\n <select\n class=\"ccd-rich-text-area__heading-level-select\"\n tabindex=\"-1\"\n [id]=\"headingLevelId()\"\n [value]=\"selectedHeadingLevel\"\n (change)=\"onHeadingLevelChange($event)\">\n <option value=\"1\">Heading 1</option>\n <option value=\"2\">Heading 2</option>\n <option value=\"3\">Heading 3</option>\n </select>\n </div>\n </div>\n <span class=\"ccd-rich-text-area__toolbar-separator\" aria-hidden=\"true\"></span>\n <div\n class=\"ccd-rich-text-area__toolbar-group ccd-rich-text-area__toolbar-group--list\"\n role=\"group\"\n aria-label=\"List formatting\">\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n tabindex=\"-1\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('bullet_list')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('bullet_list')\"\n aria-label=\"Bullet List\"\n title=\"Bullet List\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'bullet_list')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6C3.17 4.5 2.5 5.17 2.5 6S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zM7 13h14v-2H7v2zm0 6h14v-2H7v2zM7 5v2h14V5H7z\"></path>\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n tabindex=\"-1\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isOrderedListActive()}\"\n [attr.aria-pressed]=\"isOrderedListActive()\"\n aria-label=\"Numbered List\"\n title=\"Numbered List\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'ordered_list')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1V14h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z\"></path>\n </svg>\n </button>\n <div class=\"ccd-rich-text-area__list-style\">\n <label class=\"ccd-rich-text-area__list-style-label\" [for]=\"listStyleId()\">List style</label>\n <select\n class=\"ccd-rich-text-area__list-style-select\"\n tabindex=\"-1\"\n [id]=\"listStyleId()\"\n [value]=\"currentListSelectValue()\"\n (change)=\"onListStyleChange($event)\">\n <option *ngIf=\"!isOrderedListActive()\" value=\"\">No list</option>\n <option value=\"ordered_list\">Numbers (1, 2, 3)</option>\n <option value=\"ordered_alpha\">Letters (a, b, c)</option>\n <option value=\"ordered_roman\">Roman numerals (i), (ii), (iii)</option>\n </select>\n </div>\n </div>\n <span class=\"ccd-rich-text-area__toolbar-separator\" aria-hidden=\"true\"></span>\n <div class=\"ccd-rich-text-area__toolbar-group\" role=\"group\" aria-label=\"Indentation\">\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n tabindex=\"-1\"\n aria-label=\"Decrease Indent\"\n title=\"Decrease Indent\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'outdent')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M11 17h10v-2H11v2zm-8-5 4 4V8l-4 4zm0 9h18v-2H3v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z\"></path>\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n tabindex=\"-1\"\n aria-label=\"Increase Indent\"\n title=\"Increase Indent\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'indent')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M3 21h18v-2H3v2zM3 8v8l4-4-4-4zm8 9h10v-2H11v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z\"></path>\n </svg>\n </button>\n </div>\n </div>\n\n <div class=\"NgxEditor__Wrapper\">\n <ngx-editor\n [editor]=\"editor\"\n [formControl]=\"richTextAreaControl\"\n outputFormat=\"html\"\n (focusIn)=\"syncAccessibilityLater()\"\n (focusOut)=\"onEditorFocusOut()\">\n </ngx-editor>\n </div>\n </div>\n</div>\n", styles: [".ccd-rich-text-area{margin-bottom:30px}.ccd-rich-text-area__editor{max-width:100%}.ccd-rich-text-area__keyboard-instructions{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ccd-rich-text-area__toolbar{align-items:center;background:#fff;border:1px solid #d8dde0;border-radius:6px;box-sizing:border-box;display:flex;flex-wrap:wrap;column-gap:2px;margin-bottom:10px;max-width:100%;padding:6px 8px;row-gap:6px;width:fit-content}.ccd-rich-text-area__toolbar-group{align-items:center;display:inline-flex;flex:0 0 auto;gap:2px}.ccd-rich-text-area__toolbar-group--list{max-width:100%}.ccd-rich-text-area .NgxEditor__Wrapper{border:1px solid #000;border-radius:0;box-sizing:border-box;height:255px;max-width:100%;min-height:255px;min-width:200px;overflow:hidden;resize:both;width:100%}.ccd-rich-text-area .NgxEditor__Wrapper:focus-within{outline:3px solid #ffdd00;outline-offset:0}.ccd-rich-text-area__toolbar-button{background:#fff;align-items:center;border:0;border-radius:2px;color:#0b0c0c;display:inline-flex;font-family:inherit;font-size:18px;font-weight:700;height:28px;justify-content:center;min-width:28px;padding:4px;width:28px}.ccd-rich-text-area__toolbar-button:hover{background:#f3f2f1}.ccd-rich-text-area__toolbar-button:focus{background:#fd0;box-shadow:0 0 0 2px #0b0c0c;outline:2px solid #ffdd00;outline-offset:0}.ccd-rich-text-area__toolbar-button--active,.ccd-rich-text-area__toolbar-button--active:hover{background:#1d70b8;color:#fff}.ccd-rich-text-area__toolbar-button--italic{font-style:italic}.ccd-rich-text-area__toolbar-button--underline{text-decoration:underline}.ccd-rich-text-area__toolbar-separator{border-left:1px solid #b1b4b6;height:24px;margin:0 5px 0 3px}.ccd-rich-text-area__heading-level{display:inline-flex;margin-right:3px}.ccd-rich-text-area__heading-level-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ccd-rich-text-area__heading-level-select{background-color:#fff;border:1px solid #0b0c0c;border-radius:0;color:#0b0c0c;font-family:inherit;font-size:16px;height:32px;min-width:108px;padding:2px 24px 2px 6px;width:150px}.ccd-rich-text-area__heading-level-select:focus{box-shadow:0 0 0 2px #0b0c0c;outline:3px solid #ffdd00;outline-offset:0}.ccd-rich-text-area__list-style{align-items:center;display:inline-flex;gap:8px;margin:0 4px;min-width:0}.ccd-rich-text-area__list-style-label{font-weight:700;white-space:nowrap}.ccd-rich-text-area__list-style-select{background-color:#fff;border:1px solid #0b0c0c;border-radius:0;color:#0b0c0c;font-family:inherit;font-size:16px;height:32px;max-width:100%;min-width:0;padding:2px 28px 2px 8px;width:260px}.ccd-rich-text-area__list-style-select:focus{box-shadow:0 0 0 2px #0b0c0c;outline:3px solid #ffdd00;outline-offset:0}@media(max-width:480px){.ccd-rich-text-area__toolbar-group--list{flex-wrap:wrap}.ccd-rich-text-area__list-style{flex:1 1 100%;margin-left:0}.ccd-rich-text-area__list-style-select{flex:1 1 auto;width:auto}}.ccd-rich-text-area__toolbar-icon{display:block;fill:currentColor;height:20px;width:20px}.ccd-rich-text-area__toolbar-icon--paragraph{display:inline-flex;font-size:18px;line-height:1;width:auto}.ccd-rich-text-area__toolbar-icon--heading{display:inline-flex;font-size:18px;font-weight:700;line-height:1;width:auto}.ccd-rich-text-area .ProseMirror h1{font-size:20px;font-weight:700}.ccd-rich-text-area .ProseMirror h2{font-size:18px;font-weight:700}.ccd-rich-text-area .ProseMirror h3{font-size:16px;font-weight:700}.ccd-rich-text-area .NgxEditor__Wrapper .NgxEditor{border:0;border-radius:0;height:100%;min-height:0;overflow:hidden;width:100%}.ccd-rich-text-area__editor--error .NgxEditor__Wrapper{border-color:#d4351c}.ccd-rich-text-area .NgxEditor__Content{box-sizing:border-box;font-size:14px;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;padding:12px 14px}.ccd-rich-text-area .ProseMirror{font-size:14px;min-height:231px;outline:0;overflow-wrap:anywhere;white-space:pre-wrap;word-break:normal}.ccd-rich-text-area .ProseMirror [data-indent=\"1\"]{margin-left:40px}.ccd-rich-text-area .ProseMirror [data-indent=\"2\"]{margin-left:80px}.ccd-rich-text-area .ProseMirror [data-indent=\"3\"]{margin-left:120px}.ccd-rich-text-area .ProseMirror [data-indent=\"4\"]{margin-left:160px}.ccd-rich-text-area .ProseMirror [data-indent=\"5\"]{margin-left:200px}.ccd-rich-text-area .ProseMirror [data-indent=\"6\"]{margin-left:240px}.ccd-rich-text-area .ProseMirror strong,.ccd-rich-text-area .ProseMirror strong *,.ccd-rich-text-area .ProseMirror b,.ccd-rich-text-area .ProseMirror b *{font-weight:700}.ccd-rich-text-area .ProseMirror strong u,.ccd-rich-text-area .ProseMirror u strong,.ccd-rich-text-area .ProseMirror b u,.ccd-rich-text-area .ProseMirror u b{font-weight:700!important;text-decoration:underline}.ccd-rich-text-area .ProseMirror:focus{box-shadow:none;outline:0}.ccd-rich-text-area .ProseMirror p,.ccd-rich-text-area .ProseMirror ul,.ccd-rich-text-area .ProseMirror ol,.ccd-rich-text-area .ProseMirror li{font-size:14px;margin-top:0;overflow-wrap:anywhere;word-break:normal}.ccd-rich-text-area .ProseMirror p{margin-bottom:5px}.ccd-rich-text-area .ProseMirror ul{list-style:disc outside;padding-left:25px}.ccd-rich-text-area .ProseMirror ol{list-style:decimal outside;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"1\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"1\"]{margin-left:40px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"2\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"2\"]{margin-left:80px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"3\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"3\"]{margin-left:120px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"4\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"4\"]{margin-left:160px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"5\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"5\"]{margin-left:200px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"6\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"6\"]{margin-left:240px;padding-left:25px}.ccd-rich-text-area .ProseMirror ol[type=a]{list-style-type:lower-alpha}.ccd-rich-text-area .ProseMirror ol[type=i]{list-style-type:lower-roman}.ccd-rich-text-area .ProseMirror ol[type=i]>li::marker{content:\"(\" counter(list-item,lower-roman) \") \"}.ccd-rich-text-area .ProseMirror li{display:list-item;margin-bottom:5px}.ccd-rich-text-area .ProseMirror li>p{margin:0}.ccd-rich-text-area .ProseMirror li>ul,.ccd-rich-text-area .ProseMirror li>ol{margin-top:5px}\n"] }]
|
|
28403
|
+
args: [{ selector: 'ccd-write-rich-text-area-field', encapsulation: ViewEncapsulation.None, standalone: false, template: "<div class=\"form-group ccd-rich-text-area\" [ngClass]=\"{'form-group-error': !richTextAreaControl.valid && richTextAreaControl.dirty}\">\n <div [id]=\"labelId()\">\n <span class=\"form-label\" *ngIf=\"caseField.label\">{{caseField | ccdFieldLabel}}</span>\n </div>\n <span [id]=\"hintId()\" class=\"form-hint\" *ngIf=\"caseField.hint_text\">{{caseField.hint_text | rpxTranslate}}</span>\n <span [id]=\"errorId()\" class=\"error-message\" *ngIf=\"isInvalid()\">\n {{richTextAreaControl.errors | ccdFirstError:caseField.label}}\n </span>\n\n <div\n #editorHost\n class=\"ccd-rich-text-area__editor\"\n [ngClass]=\"{'ccd-rich-text-area__editor--error': isInvalid()}\"\n (click)=\"syncAccessibilityLater()\"\n (keydown)=\"onEditorKeyDown($event)\"\n (keyup)=\"syncAccessibilityLater()\"\n (paste)=\"onPaste($event)\">\n <div\n class=\"ccd-rich-text-area__toolbar\"\n role=\"toolbar\"\n [attr.aria-label]=\"toolbarLabel()\">\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n aria-label=\"Undo\"\n title=\"Undo\"\n aria-keyshortcuts=\"Control+Z\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'undo')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z\"></path>\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n aria-label=\"Redo\"\n title=\"Redo\"\n aria-keyshortcuts=\"Control+Y\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'redo')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z\"></path>\n </svg>\n </button>\n <span class=\"ccd-rich-text-area__toolbar-separator\" aria-hidden=\"true\"></span>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button ccd-rich-text-area__toolbar-button--bold\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('bold')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('bold')\"\n aria-label=\"Bold\"\n title=\"Bold\"\n aria-keyshortcuts=\"Control+B\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'bold')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42zM10 6.5h3c.83 0 1.5.67 1.5 1.5S13.83 9.5 13 9.5h-3v-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z\"></path>\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button ccd-rich-text-area__toolbar-button--italic\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('italic')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('italic')\"\n aria-label=\"Italic\"\n title=\"Italic\"\n aria-keyshortcuts=\"Control+I\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'italic')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z\"></path>\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button ccd-rich-text-area__toolbar-button--underline\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('underline')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('underline')\"\n aria-label=\"Underline\"\n title=\"Underline\"\n aria-keyshortcuts=\"Control+U\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'underline')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6zm-7 2v2h14v-2H5z\"></path>\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button ccd-rich-text-area__toolbar-button--paragraph\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('paragraph')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('paragraph')\"\n aria-label=\"Paragraph\"\n title=\"Paragraph\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'paragraph')\">\n <span class=\"ccd-rich-text-area__toolbar-icon ccd-rich-text-area__toolbar-icon--paragraph\" aria-hidden=\"true\">P</span>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button ccd-rich-text-area__toolbar-button--heading\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('heading')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('heading')\"\n aria-label=\"Heading level 1\"\n title=\"Heading level 1\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'heading')\">\n <span class=\"ccd-rich-text-area__toolbar-icon ccd-rich-text-area__toolbar-icon--heading\" aria-hidden=\"true\">H</span>\n </button>\n <span class=\"ccd-rich-text-area__toolbar-separator\" aria-hidden=\"true\"></span>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isToolbarCommandActive('bullet_list')}\"\n [attr.aria-pressed]=\"isToolbarCommandActive('bullet_list')\"\n aria-label=\"Bullet List\"\n title=\"Bullet List\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'bullet_list')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6C3.17 4.5 2.5 5.17 2.5 6S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zM7 13h14v-2H7v2zm0 6h14v-2H7v2zM7 5v2h14V5H7z\"></path>\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n [ngClass]=\"{'ccd-rich-text-area__toolbar-button--active': isOrderedListActive()}\"\n [attr.aria-pressed]=\"isOrderedListActive()\"\n aria-label=\"Numbered List\"\n title=\"Numbered List\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'ordered_list')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1V14h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z\"></path>\n </svg>\n </button>\n <div class=\"ccd-rich-text-area__list-style\">\n <label class=\"ccd-rich-text-area__list-style-label\" [for]=\"listStyleId()\">List style</label>\n <select\n class=\"ccd-rich-text-area__list-style-select\"\n [id]=\"listStyleId()\"\n [value]=\"currentListSelectValue()\"\n (change)=\"onListStyleChange($event)\">\n <option *ngIf=\"!isOrderedListActive()\" value=\"\">No list</option>\n <option value=\"ordered_list\">Numbers (1, 2, 3)</option>\n <option value=\"ordered_alpha\">Letters (a, b, c)</option>\n <option value=\"ordered_roman\">Roman numerals (i), (ii), (iii)</option>\n </select>\n </div>\n <span class=\"ccd-rich-text-area__toolbar-separator\" aria-hidden=\"true\"></span>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n aria-label=\"Decrease Indent\"\n title=\"Decrease Indent\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'outdent')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M11 17h10v-2H11v2zm-8-5 4 4V8l-4 4zm0 9h18v-2H3v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z\"></path>\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"ccd-rich-text-area__toolbar-button\"\n aria-label=\"Increase Indent\"\n title=\"Increase Indent\"\n (mousedown)=\"onToolbarButtonMouseDown($event)\"\n (click)=\"executeToolbarCommand($event, 'indent')\">\n <svg class=\"ccd-rich-text-area__toolbar-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n <path d=\"M3 21h18v-2H3v2zM3 8v8l4-4-4-4zm8 9h10v-2H11v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z\"></path>\n </svg>\n </button>\n </div>\n\n <div class=\"NgxEditor__Wrapper\">\n <ngx-editor\n [editor]=\"editor\"\n [formControl]=\"richTextAreaControl\"\n outputFormat=\"html\"\n (focusIn)=\"syncAccessibilityLater()\"\n (focusOut)=\"onEditorFocusOut()\">\n </ngx-editor>\n </div>\n </div>\n</div>\n", styles: [".ccd-rich-text-area{margin-bottom:30px}.ccd-rich-text-area__editor{max-width:100%}.ccd-rich-text-area__toolbar{align-items:center;background:#fff;border:1px solid #d8dde0;border-radius:6px;display:flex;flex-wrap:wrap;gap:2px;margin-bottom:10px;padding:6px 8px;width:fit-content}.ccd-rich-text-area .NgxEditor__Wrapper{border:1px solid #000;border-radius:0;box-sizing:border-box;height:255px;max-width:100%;min-height:255px;min-width:200px;overflow:hidden;resize:both;width:100%}.ccd-rich-text-area .NgxEditor__Wrapper:focus-within{outline:3px solid #ffdd00;outline-offset:0}.ccd-rich-text-area__toolbar-button{background:#fff;align-items:center;border:0;border-radius:2px;color:#0b0c0c;display:inline-flex;font-family:inherit;font-size:18px;font-weight:700;height:28px;justify-content:center;min-width:28px;padding:4px;width:28px}.ccd-rich-text-area__toolbar-button:hover{background:#f3f2f1}.ccd-rich-text-area__toolbar-button:focus{background:#fd0;box-shadow:0 0 0 2px #0b0c0c;outline:2px solid #ffdd00;outline-offset:0}.ccd-rich-text-area__toolbar-button--active,.ccd-rich-text-area__toolbar-button--active:hover{background:#1d70b8;color:#fff}.ccd-rich-text-area__toolbar-button--italic{font-style:italic}.ccd-rich-text-area__toolbar-button--underline{text-decoration:underline}.ccd-rich-text-area__toolbar-separator{border-left:1px solid #b1b4b6;height:24px;margin:0 5px 0 3px}.ccd-rich-text-area__list-style{align-items:center;display:inline-flex;gap:8px;margin:0 4px}.ccd-rich-text-area__list-style-label{font-weight:700;white-space:nowrap}.ccd-rich-text-area__list-style-select{background-color:#fff;border:1px solid #0b0c0c;border-radius:0;color:#0b0c0c;font-family:inherit;font-size:16px;height:32px;min-width:190px;padding:2px 28px 2px 8px}.ccd-rich-text-area__list-style-select:focus{box-shadow:0 0 0 2px #0b0c0c;outline:3px solid #ffdd00;outline-offset:0}.ccd-rich-text-area__toolbar-icon{display:block;fill:currentColor;height:20px;width:20px}.ccd-rich-text-area__toolbar-icon--paragraph{display:inline-flex;font-size:18px;line-height:1;width:auto}.ccd-rich-text-area__toolbar-icon--heading{display:inline-flex;font-size:18px;font-weight:700;line-height:1;width:auto}.ccd-rich-text-area .ProseMirror h1{font-size:20px;font-weight:700}.ccd-rich-text-area .NgxEditor__Wrapper .NgxEditor{border:0;border-radius:0;height:100%;min-height:0;overflow:hidden;width:100%}.ccd-rich-text-area__editor--error .NgxEditor__Wrapper{border-color:#d4351c}.ccd-rich-text-area .NgxEditor__Content{box-sizing:border-box;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;padding:12px 14px}.ccd-rich-text-area .ProseMirror{min-height:231px;outline:0;overflow-wrap:anywhere;white-space:pre-wrap;word-break:normal}.ccd-rich-text-area .ProseMirror [data-indent=\"1\"]{margin-left:40px}.ccd-rich-text-area .ProseMirror [data-indent=\"2\"]{margin-left:80px}.ccd-rich-text-area .ProseMirror [data-indent=\"3\"]{margin-left:120px}.ccd-rich-text-area .ProseMirror [data-indent=\"4\"]{margin-left:160px}.ccd-rich-text-area .ProseMirror [data-indent=\"5\"]{margin-left:200px}.ccd-rich-text-area .ProseMirror [data-indent=\"6\"]{margin-left:240px}.ccd-rich-text-area .ProseMirror strong,.ccd-rich-text-area .ProseMirror strong *,.ccd-rich-text-area .ProseMirror b,.ccd-rich-text-area .ProseMirror b *{font-weight:700}.ccd-rich-text-area .ProseMirror strong u,.ccd-rich-text-area .ProseMirror u strong,.ccd-rich-text-area .ProseMirror b u,.ccd-rich-text-area .ProseMirror u b{font-weight:700!important;text-decoration:underline}.ccd-rich-text-area .ProseMirror:focus{box-shadow:none;outline:0}.ccd-rich-text-area .ProseMirror p,.ccd-rich-text-area .ProseMirror ul,.ccd-rich-text-area .ProseMirror ol{margin-top:0;overflow-wrap:anywhere;word-break:normal}.ccd-rich-text-area .ProseMirror p{margin-bottom:5px}.ccd-rich-text-area .ProseMirror ul{list-style:disc outside;padding-left:25px}.ccd-rich-text-area .ProseMirror ol{list-style:decimal outside;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"1\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"1\"]{margin-left:40px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"2\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"2\"]{margin-left:80px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"3\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"3\"]{margin-left:120px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"4\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"4\"]{margin-left:160px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"5\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"5\"]{margin-left:200px;padding-left:25px}.ccd-rich-text-area .ProseMirror ul[data-indent=\"6\"],.ccd-rich-text-area .ProseMirror ol[data-indent=\"6\"]{margin-left:240px;padding-left:25px}.ccd-rich-text-area .ProseMirror ol[type=a]{list-style-type:lower-alpha}.ccd-rich-text-area .ProseMirror ol[type=i]{list-style-type:lower-roman}.ccd-rich-text-area .ProseMirror ol[type=i]>li::marker{content:\"(\" counter(list-item,lower-roman) \") \"}.ccd-rich-text-area .ProseMirror li{display:list-item;margin-bottom:5px}.ccd-rich-text-area .ProseMirror li>p{margin:0}.ccd-rich-text-area .ProseMirror li>ul,.ccd-rich-text-area .ProseMirror li>ol{margin-top:5px}\n"] }]
|
|
28566
28404
|
}], null, { editorHost: [{
|
|
28567
28405
|
type: ViewChild,
|
|
28568
28406
|
args: ['editorHost']
|
|
28569
28407
|
}] }); })();
|
|
28570
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteRichTextAreaFieldComponent, { className: "WriteRichTextAreaFieldComponent", filePath: "lib/shared/components/palette/rich-text-area/write-rich-text-area-field.component.ts", lineNumber:
|
|
28408
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteRichTextAreaFieldComponent, { className: "WriteRichTextAreaFieldComponent", filePath: "lib/shared/components/palette/rich-text-area/write-rich-text-area-field.component.ts", lineNumber: 128 }); })();
|
|
28571
28409
|
|
|
28572
28410
|
class ReadTextFieldComponent extends AbstractFieldReadComponent {
|
|
28573
28411
|
static ɵfac = /*@__PURE__*/ (() => { let ɵReadTextFieldComponent_BaseFactory; return function ReadTextFieldComponent_Factory(__ngFactoryType__) { return (ɵReadTextFieldComponent_BaseFactory || (ɵReadTextFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadTextFieldComponent)))(__ngFactoryType__ || ReadTextFieldComponent); }; })();
|