@worktile/theia 19.0.1 → 19.0.3
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/components/conversion-hint/conversion-hint.component.scss +1 -1
- package/components/toolbar-dropdown/toolbar-dropdown.component.scss +4 -1
- package/fesm2022/worktile-theia.mjs +57 -59
- package/fesm2022/worktile-theia.mjs.map +1 -1
- package/interfaces/view-base.d.ts +1 -1
- package/package.json +6 -6
- package/plugins/link/link.component.d.ts +1 -1
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
&.heading-list {
|
|
13
13
|
.show-text {
|
|
14
14
|
width: 38px;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
text-overflow: ellipsis;
|
|
17
|
+
white-space: nowrap;
|
|
15
18
|
}
|
|
16
19
|
}
|
|
17
20
|
&.font-size {
|
|
@@ -52,7 +55,7 @@
|
|
|
52
55
|
margin: auto 0;
|
|
53
56
|
color: variables.$gray-800;
|
|
54
57
|
font-weight: bold;
|
|
55
|
-
line-height:
|
|
58
|
+
line-height: inherit;
|
|
56
59
|
}
|
|
57
60
|
}
|
|
58
61
|
}
|
|
@@ -1928,14 +1928,13 @@ class TheBaseElement extends BaseElementComponent {
|
|
|
1928
1928
|
this.nativeElement.classList.add(`slate-element-${this.element.type}`, blockClass);
|
|
1929
1929
|
}
|
|
1930
1930
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TheBaseElement, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1931
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: TheBaseElement, isStandalone:
|
|
1931
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: TheBaseElement, isStandalone: true, selector: "TheBaseElement", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
1932
1932
|
}
|
|
1933
1933
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TheBaseElement, decorators: [{
|
|
1934
1934
|
type: Component,
|
|
1935
1935
|
args: [{
|
|
1936
1936
|
selector: 'TheBaseElement',
|
|
1937
|
-
template: ''
|
|
1938
|
-
standalone: false
|
|
1937
|
+
template: ''
|
|
1939
1938
|
}]
|
|
1940
1939
|
}] });
|
|
1941
1940
|
|
|
@@ -2677,15 +2676,15 @@ var enUsLocale = {
|
|
|
2677
2676
|
id: TheLocaleType.enUs,
|
|
2678
2677
|
translations: {
|
|
2679
2678
|
link: 'Link',
|
|
2680
|
-
conversion: 'Convert
|
|
2681
|
-
conversionHint: '
|
|
2679
|
+
conversion: 'Convert',
|
|
2680
|
+
conversionHint: 'Detected markdown syntax in pasted content.',
|
|
2682
2681
|
search: 'Search',
|
|
2683
|
-
noData: 'No
|
|
2684
|
-
searchResult: 'Search
|
|
2685
|
-
autoWrap: 'Auto
|
|
2682
|
+
noData: 'No data available',
|
|
2683
|
+
searchResult: 'Search results',
|
|
2684
|
+
autoWrap: 'Auto wrap',
|
|
2686
2685
|
copy: 'Copy',
|
|
2687
|
-
copySuccess: '
|
|
2688
|
-
copyFailed: 'Copy
|
|
2686
|
+
copySuccess: 'Copy succeeded',
|
|
2687
|
+
copyFailed: 'Copy failed',
|
|
2689
2688
|
delete: 'Delete',
|
|
2690
2689
|
text: 'Text',
|
|
2691
2690
|
enterText: 'Enter text',
|
|
@@ -2694,51 +2693,51 @@ var enUsLocale = {
|
|
|
2694
2693
|
apply: 'Apply',
|
|
2695
2694
|
cancel: 'Cancel',
|
|
2696
2695
|
linkRequired: 'Link is required',
|
|
2697
|
-
linkPattern: '
|
|
2698
|
-
insertRow: 'Insert
|
|
2699
|
-
insertCol: 'Insert
|
|
2700
|
-
insertUpward: 'Insert
|
|
2701
|
-
insertDownward: 'Insert
|
|
2702
|
-
insertLeft: 'Insert
|
|
2703
|
-
insertRight: 'Insert
|
|
2696
|
+
linkPattern: 'Enter a valid link',
|
|
2697
|
+
insertRow: 'Insert row',
|
|
2698
|
+
insertCol: 'Insert column',
|
|
2699
|
+
insertUpward: 'Insert above',
|
|
2700
|
+
insertDownward: 'Insert below',
|
|
2701
|
+
insertLeft: 'Insert left',
|
|
2702
|
+
insertRight: 'Insert right',
|
|
2704
2703
|
row: 'Row',
|
|
2705
2704
|
column: 'Column',
|
|
2706
|
-
titleRow: 'Header
|
|
2707
|
-
titleCol: 'Header
|
|
2708
|
-
orderCol: '
|
|
2709
|
-
cellBackground: 'Cell
|
|
2710
|
-
colEqualWidth: '
|
|
2705
|
+
titleRow: 'Header row',
|
|
2706
|
+
titleCol: 'Header column',
|
|
2707
|
+
orderCol: 'Numbered column',
|
|
2708
|
+
cellBackground: 'Cell background',
|
|
2709
|
+
colEqualWidth: 'Distribute columns',
|
|
2711
2710
|
fullscreen: 'Fullscreen',
|
|
2712
2711
|
table: 'Table',
|
|
2713
2712
|
tableDesc: 'Insert table',
|
|
2714
|
-
tableOptions: 'Table
|
|
2715
|
-
mergeCells: 'Merge
|
|
2716
|
-
splitCells: 'Split
|
|
2717
|
-
deleteEntireRow: 'Delete
|
|
2718
|
-
deleteEntireCol: 'Delete
|
|
2719
|
-
deleteTable: 'Delete
|
|
2720
|
-
clearSelection: 'Clear
|
|
2721
|
-
deleteTheRow: 'Delete
|
|
2722
|
-
deleteTheColumn: 'Delete
|
|
2713
|
+
tableOptions: 'Table options',
|
|
2714
|
+
mergeCells: 'Merge cells',
|
|
2715
|
+
splitCells: 'Split cells',
|
|
2716
|
+
deleteEntireRow: 'Delete row',
|
|
2717
|
+
deleteEntireCol: 'Delete column',
|
|
2718
|
+
deleteTable: 'Delete table',
|
|
2719
|
+
clearSelection: 'Clear selection',
|
|
2720
|
+
deleteTheRow: 'Delete current row',
|
|
2721
|
+
deleteTheColumn: 'Delete current column',
|
|
2723
2722
|
base: 'Basic',
|
|
2724
2723
|
alignment: 'Alignment',
|
|
2725
|
-
alignLeft: 'Align
|
|
2726
|
-
alignCenter: '
|
|
2727
|
-
alignRight: 'Align
|
|
2728
|
-
wrapLeft: '
|
|
2729
|
-
wrapRight: '
|
|
2730
|
-
verticalAlign: 'Vertical
|
|
2731
|
-
verticalAlignTop: '
|
|
2732
|
-
verticalAlignMiddle: '
|
|
2733
|
-
verticalAlignBottom: '
|
|
2724
|
+
alignLeft: 'Align left',
|
|
2725
|
+
alignCenter: 'Align center',
|
|
2726
|
+
alignRight: 'Align right',
|
|
2727
|
+
wrapLeft: 'Wrap left',
|
|
2728
|
+
wrapRight: 'Wrap right',
|
|
2729
|
+
verticalAlign: 'Vertical align',
|
|
2730
|
+
verticalAlignTop: 'Align top',
|
|
2731
|
+
verticalAlignMiddle: 'Align middle',
|
|
2732
|
+
verticalAlignBottom: 'Align bottom',
|
|
2734
2733
|
blockquote: 'Quote',
|
|
2735
2734
|
blockquoteDesc: 'Insert quote',
|
|
2736
2735
|
code: 'Code Block',
|
|
2737
2736
|
codeDesc: 'Insert code with syntax highlighting',
|
|
2738
|
-
fontColor: 'Font
|
|
2739
|
-
backgroundColor: '
|
|
2740
|
-
headingList: 'Normal
|
|
2741
|
-
paragraph: 'Normal
|
|
2737
|
+
fontColor: 'Font color',
|
|
2738
|
+
backgroundColor: 'Hignlight color',
|
|
2739
|
+
headingList: 'Normal',
|
|
2740
|
+
paragraph: 'Normal',
|
|
2742
2741
|
heading1: 'Heading 1',
|
|
2743
2742
|
heading1Desc: 'Insert heading 1',
|
|
2744
2743
|
heading2: 'Heading 2',
|
|
@@ -2751,26 +2750,26 @@ var enUsLocale = {
|
|
|
2751
2750
|
dividerDesc: 'Insert horizontal divider',
|
|
2752
2751
|
image: 'Image',
|
|
2753
2752
|
imageDesc: 'Supports jpg, jpeg and other image formats',
|
|
2754
|
-
increaseIndent: '
|
|
2755
|
-
decreaseIndent: '
|
|
2756
|
-
inlineCode: 'Inline
|
|
2753
|
+
increaseIndent: 'Indent',
|
|
2754
|
+
decreaseIndent: 'Outdent',
|
|
2755
|
+
inlineCode: 'Inline code',
|
|
2757
2756
|
linkDesc: 'Insert link',
|
|
2758
|
-
orderedList: '
|
|
2759
|
-
orderedListDesc: 'Insert
|
|
2760
|
-
unorderedList: '
|
|
2761
|
-
unorderedListDesc: 'Insert
|
|
2757
|
+
orderedList: 'Numbered list',
|
|
2758
|
+
orderedListDesc: 'Insert numbered list',
|
|
2759
|
+
unorderedList: 'Bullet list',
|
|
2760
|
+
unorderedListDesc: 'Insert bullet list',
|
|
2762
2761
|
bold: 'Bold',
|
|
2763
2762
|
italic: 'Italic',
|
|
2764
2763
|
strike: 'Strikethrough',
|
|
2765
2764
|
underline: 'Underline',
|
|
2766
2765
|
undo: 'Undo',
|
|
2767
2766
|
redo: 'Redo',
|
|
2768
|
-
paintFormat: 'Format
|
|
2769
|
-
cleanFormat: 'Clear
|
|
2770
|
-
checkItem: '
|
|
2771
|
-
checkItemDesc: 'Insert
|
|
2767
|
+
paintFormat: 'Format painter',
|
|
2768
|
+
cleanFormat: 'Clear format',
|
|
2769
|
+
checkItem: 'Action item',
|
|
2770
|
+
checkItemDesc: 'Insert action item',
|
|
2772
2771
|
more: 'More',
|
|
2773
|
-
fontSize: 'Font
|
|
2772
|
+
fontSize: 'Font size'
|
|
2774
2773
|
}
|
|
2775
2774
|
};
|
|
2776
2775
|
|
|
@@ -11798,13 +11797,12 @@ class TheBaseLink extends TheBaseElement {
|
|
|
11798
11797
|
this.close(LinkCloseTypes.destroy);
|
|
11799
11798
|
}
|
|
11800
11799
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TheBaseLink, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11801
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: TheBaseLink, isStandalone:
|
|
11800
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: TheBaseLink, isStandalone: true, selector: "ng-component", host: { listeners: { "click": "mousedownHandle($event)" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
11802
11801
|
}
|
|
11803
11802
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TheBaseLink, decorators: [{
|
|
11804
11803
|
type: Component,
|
|
11805
11804
|
args: [{
|
|
11806
|
-
template: ''
|
|
11807
|
-
standalone: false
|
|
11805
|
+
template: ''
|
|
11808
11806
|
}]
|
|
11809
11807
|
}], propDecorators: { mousedownHandle: [{
|
|
11810
11808
|
type: HostListener,
|