@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.
@@ -1,6 +1,6 @@
1
1
  .the-conversion-hint {
2
2
  .thy-alert {
3
- width: 380px;
3
+ width: 450px;
4
4
  margin: 0;
5
5
  border: none;
6
6
 
@@ -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: 100%;
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: false, selector: "TheBaseElement", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
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 Now',
2681
- conversionHint: 'Markdown syntax detected in pasted content',
2679
+ conversion: 'Convert',
2680
+ conversionHint: 'Detected markdown syntax in pasted content.',
2682
2681
  search: 'Search',
2683
- noData: 'No Data',
2684
- searchResult: 'Search Results',
2685
- autoWrap: 'Auto Wrap',
2682
+ noData: 'No data available',
2683
+ searchResult: 'Search results',
2684
+ autoWrap: 'Auto wrap',
2686
2685
  copy: 'Copy',
2687
- copySuccess: 'Copied',
2688
- copyFailed: 'Copy Failed',
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: 'Please enter a valid link',
2698
- insertRow: 'Insert Row',
2699
- insertCol: 'Insert Column',
2700
- insertUpward: 'Insert Above',
2701
- insertDownward: 'Insert Below',
2702
- insertLeft: 'Insert Left',
2703
- insertRight: 'Insert Right',
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 Row',
2707
- titleCol: 'Header Column',
2708
- orderCol: 'Order Column',
2709
- cellBackground: 'Cell Background',
2710
- colEqualWidth: 'Equal Column Width',
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 Options',
2715
- mergeCells: 'Merge Cells',
2716
- splitCells: 'Split Cells',
2717
- deleteEntireRow: 'Delete Row',
2718
- deleteEntireCol: 'Delete Column',
2719
- deleteTable: 'Delete Table',
2720
- clearSelection: 'Clear Selection',
2721
- deleteTheRow: 'Delete Current Row',
2722
- deleteTheColumn: 'Delete Current Column',
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 Left',
2726
- alignCenter: 'Center',
2727
- alignRight: 'Align Right',
2728
- wrapLeft: 'Image Left',
2729
- wrapRight: 'Image Right',
2730
- verticalAlign: 'Vertical Align',
2731
- verticalAlignTop: 'Top',
2732
- verticalAlignMiddle: 'Middle',
2733
- verticalAlignBottom: 'Bottom',
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 Color',
2739
- backgroundColor: 'Background Color',
2740
- headingList: 'Normal Text',
2741
- paragraph: 'Normal Text',
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: 'Increase Indent',
2755
- decreaseIndent: 'Decrease Indent',
2756
- inlineCode: 'Inline Code',
2753
+ increaseIndent: 'Indent',
2754
+ decreaseIndent: 'Outdent',
2755
+ inlineCode: 'Inline code',
2757
2756
  linkDesc: 'Insert link',
2758
- orderedList: 'Ordered List',
2759
- orderedListDesc: 'Insert ordered list',
2760
- unorderedList: 'Unordered List',
2761
- unorderedListDesc: 'Insert unordered list',
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 Painter',
2769
- cleanFormat: 'Clear Format',
2770
- checkItem: 'Todo Item',
2771
- checkItemDesc: 'Insert todo item',
2767
+ paintFormat: 'Format painter',
2768
+ cleanFormat: 'Clear format',
2769
+ checkItem: 'Action item',
2770
+ checkItemDesc: 'Insert action item',
2772
2771
  more: 'More',
2773
- fontSize: 'Font Size'
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: false, selector: "ng-component", host: { listeners: { "click": "mousedownHandle($event)" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
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,