@worktile/theia 3.0.6 → 3.0.7
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/bundles/worktile-theia.umd.js +14 -0
- package/bundles/worktile-theia.umd.js.map +1 -1
- package/esm2015/components/toolbar-dropdown/toolbar-dropdown.component.js +2 -1
- package/esm2015/components/toolbar-group/toolbar-group.component.js +2 -1
- package/esm2015/plugins/color/toolbar-item.component.js +2 -1
- package/esm2015/plugins/deserializers/deserialize-md.plugin.js +2 -1
- package/esm2015/plugins/image/image.component.js +2 -1
- package/esm2015/plugins/link/link.component.js +3 -1
- package/esm2015/plugins/quick-insert/quick-insert.editor.js +2 -1
- package/esm2015/plugins/table/components/toolbar/table-toolbar.component.js +2 -1
- package/esm2015/plugins/table/table.service.js +2 -1
- package/esm2015/plugins/table/toolbar-item.component.js +2 -1
- package/esm2015/plugins/vertical-align/toolbar-item.component.js +2 -1
- package/esm2015/services/color-select.service.js +2 -1
- package/esm2015/services/table-contextmenu.service.js +2 -1
- package/fesm2015/worktile-theia.js +14 -0
- package/fesm2015/worktile-theia.js.map +1 -1
- package/package.json +1 -1
|
@@ -1092,6 +1092,7 @@
|
|
|
1092
1092
|
option: option
|
|
1093
1093
|
},
|
|
1094
1094
|
origin: origin,
|
|
1095
|
+
minWidth: 0,
|
|
1095
1096
|
backdropClosable: this.backdropClosable,
|
|
1096
1097
|
placement: placement || this.placement,
|
|
1097
1098
|
offset: offset !== null ? offset : this.offset,
|
|
@@ -2884,6 +2885,7 @@
|
|
|
2884
2885
|
viewContainerRef: viewContainerRef,
|
|
2885
2886
|
placement: placement,
|
|
2886
2887
|
offset: -100,
|
|
2888
|
+
minWidth: 0,
|
|
2887
2889
|
hasBackdrop: false,
|
|
2888
2890
|
backdropClosable: false,
|
|
2889
2891
|
closeOnNavigation: false,
|
|
@@ -3482,6 +3484,7 @@
|
|
|
3482
3484
|
backdropClosable: true,
|
|
3483
3485
|
hasBackdrop: false,
|
|
3484
3486
|
offset: 10,
|
|
3487
|
+
minWidth: 0,
|
|
3485
3488
|
viewContainerRef: this.viewContainerRef,
|
|
3486
3489
|
scrollStrategy: this.overlay.scrollStrategies.reposition()
|
|
3487
3490
|
});
|
|
@@ -7605,6 +7608,7 @@
|
|
|
7605
7608
|
backdropClosable: true,
|
|
7606
7609
|
hasBackdrop: false,
|
|
7607
7610
|
offset: 10,
|
|
7611
|
+
minWidth: 0,
|
|
7608
7612
|
viewContainerRef: this.viewContainerRef,
|
|
7609
7613
|
scrollStrategy: this.overlay.scrollStrategies.reposition()
|
|
7610
7614
|
});
|
|
@@ -8248,6 +8252,7 @@
|
|
|
8248
8252
|
origin: dom,
|
|
8249
8253
|
placement: 'bottomLeft',
|
|
8250
8254
|
offset: 8,
|
|
8255
|
+
minWidth: 0,
|
|
8251
8256
|
hasBackdrop: false,
|
|
8252
8257
|
outsideClosable: true,
|
|
8253
8258
|
viewContainerRef: this.viewContainerRef,
|
|
@@ -8267,6 +8272,7 @@
|
|
|
8267
8272
|
link: link,
|
|
8268
8273
|
originSelection: this.editor.selection
|
|
8269
8274
|
},
|
|
8275
|
+
minWidth: 0,
|
|
8270
8276
|
origin: this.elementRef.nativeElement,
|
|
8271
8277
|
backdropClosable: true,
|
|
8272
8278
|
placement: 'bottomLeft',
|
|
@@ -9396,6 +9402,7 @@
|
|
|
9396
9402
|
tableStore: this.tableStore,
|
|
9397
9403
|
editor: this.editor
|
|
9398
9404
|
},
|
|
9405
|
+
minWidth: 0,
|
|
9399
9406
|
insideClosable: false,
|
|
9400
9407
|
hasBackdrop: false,
|
|
9401
9408
|
placement: 'bottomLeft',
|
|
@@ -9664,6 +9671,7 @@
|
|
|
9664
9671
|
y: event.y
|
|
9665
9672
|
},
|
|
9666
9673
|
hasBackdrop: false,
|
|
9674
|
+
minWidth: 0,
|
|
9667
9675
|
placement: 'bottomLeft',
|
|
9668
9676
|
viewContainerRef: _this.theContextService.getOptions().viewContainerRef,
|
|
9669
9677
|
manualClosure: true,
|
|
@@ -9730,6 +9738,7 @@
|
|
|
9730
9738
|
offset: this.offset,
|
|
9731
9739
|
hasBackdrop: this.hasBackdrop,
|
|
9732
9740
|
insideClosable: this.insideClosable,
|
|
9741
|
+
minWidth: 0,
|
|
9733
9742
|
panelClass: 'the-temp-table-toolbar-wrap',
|
|
9734
9743
|
scrollStrategy: this.overlay.scrollStrategies.reposition(),
|
|
9735
9744
|
manualClosure: true
|
|
@@ -11764,6 +11773,7 @@
|
|
|
11764
11773
|
editor: this.editor,
|
|
11765
11774
|
optionsParam: optionsParam
|
|
11766
11775
|
},
|
|
11776
|
+
minWidth: 0,
|
|
11767
11777
|
backdropClosable: false,
|
|
11768
11778
|
hasBackdrop: false,
|
|
11769
11779
|
insideClosable: false,
|
|
@@ -12416,6 +12426,7 @@
|
|
|
12416
12426
|
offset: 4,
|
|
12417
12427
|
hasBackdrop: false,
|
|
12418
12428
|
insideClosable: true,
|
|
12429
|
+
minWidth: 0,
|
|
12419
12430
|
panelClass: 'the-quick-toolbar-container',
|
|
12420
12431
|
scrollStrategy: overlay.scrollStrategies.reposition(),
|
|
12421
12432
|
manualClosure: true
|
|
@@ -12933,6 +12944,7 @@
|
|
|
12933
12944
|
panelClass: ['the-toolbar-dropdown-popover', (_a = this.toolbarItem) === null || _a === void 0 ? void 0 : _a.key],
|
|
12934
12945
|
placement: 'bottomLeft',
|
|
12935
12946
|
offset: 10,
|
|
12947
|
+
minWidth: 0,
|
|
12936
12948
|
viewContainerRef: this.viewContainerRef,
|
|
12937
12949
|
insideClosable: false,
|
|
12938
12950
|
backdropClosable: false,
|
|
@@ -13237,6 +13249,7 @@
|
|
|
13237
13249
|
backdropClosable: false,
|
|
13238
13250
|
placement: 'bottomLeft',
|
|
13239
13251
|
offset: 10,
|
|
13252
|
+
minWidth: 0,
|
|
13240
13253
|
hasBackdrop: false,
|
|
13241
13254
|
insideClosable: false,
|
|
13242
13255
|
panelClass: 'color-select-container'
|
|
@@ -14509,6 +14522,7 @@
|
|
|
14509
14522
|
this.groupPopoverRef = this.thyPopover.open(this.groupTemplate, {
|
|
14510
14523
|
panelClass: 'the-toolbar-group-container',
|
|
14511
14524
|
offset: 10,
|
|
14525
|
+
minWidth: 0,
|
|
14512
14526
|
placement: 'bottomRight',
|
|
14513
14527
|
origin: event.currentTarget,
|
|
14514
14528
|
viewContainerRef: this.viewContainerRef,
|