Lines Matching refs:width

1027   inner.style.width = '100%';
1036 outer.style.width = '200px';
6254 style.width = '';
11904 this.textareaStyle.width = 0;
12058 var width = (0, _element.innerWidth)(this.TD) - 8;
12075 minWidth: Math.min(width, maxWidth),
15863 if (typeof settings.width !== 'undefined') {
15864 var width = settings.width;
15866 if ((0, _function.isFunction)(width)) {
15867 width = width();
15870 instance.rootElement.style.width = width + 'px';
16755 var width = cellProperties.width;
16757 if (width === void 0 || width === priv.settings.width) {
16758 width = cellProperties.colWidths;
16760 if (width !== void 0 && width !== null) {
16761 switch (typeof width === 'undefined' ? 'undefined' : _typeof(width)) {
16764 width = width[col];
16768 width = width(col);
16773 if (typeof width === 'string') {
16774 width = parseInt(width, 10);
16778 return width;
16792 var width = instance._getColWidthFromSettings(col);
16794 width = instance.runHooks('modifyColWidth', width, col);
16796 if (width === void 0) {
16797 width = _src.ViewportColumnsCalculator.DEFAULT_WIDTH;
16800 return width;
18144 col.style.width = this.hot.view.wt.wtTable.getStretchedColumnWidth(column) + 'px';
18177 table.style.width = 'auto';
19464 width: void 0,
23805 width: '5px',
23902 if (event.clientX > Math.ceil(bounds.left + bounds.width)) {
23944 …ings[position] && this.settings[position].width ? this.settings[position].width + 'px' : settings.…
23945 …style.width = this.settings[position] && this.settings[position].width ? this.settings[position].w…
23962 this.cornerStyle.width = this.cornerDefaultStyle.width;
23992 var width = 10;
24010 width: hitAreaWidth + 'px',
24023 height: width + 'px',
24024 width: width + 'px',
24025 'border-radius': parseInt(width / 1.5, 10) + 'px',
24054 value: function updateMultipleSelectionHandlesPosition(row, col, top, left, width, height) {
24055 var handleWidth = parseInt(this.selectionHandles.styles.topLeft.width, 10);
24056 var hitAreaWidth = parseInt(this.selectionHandles.styles.topLeftHitArea.width, 10);
24065 this.selectionHandles.styles.bottomRight.left = parseInt(left + width, 10) + 'px';
24068 …this.selectionHandles.styles.bottomRightHitArea.left = parseInt(left + width - hitAreaWidth / 4, 1…
24109 …romOffset, toOffset, containerOffset, top, minTop, left, minLeft, height, width, fromRow, fromColu…
24165 width = toOffset.left + (0, _element.outerWidth)(toTD) - minLeft;
24177 width = width > 0 ? width - 1 : 0;
24182 this.topStyle.width = width + 'px';
24190 var delta = Math.floor(this.settings.border.width / 2);
24194 this.bottomStyle.width = width + 'px';
24198 this.rightStyle.left = left + width - delta + 'px';
24206 this.cornerStyle.left = left + width - 4 + 'px';
24208 this.cornerStyle.width = this.cornerDefaultStyle.width;
24216 …tLeft + (0, _element.outerWidth)(toTD) + parseInt(this.cornerDefaultStyle.width, 10) / 2 >= (0, _e…
24219 …this.cornerStyle.left = Math.floor(left + width - 3 - parseInt(this.cornerDefaultStyle.width, 10) …
24237 this.updateMultipleSelectionHandlesPosition(fromRow, fromColumn, top, left, width, height);
24330 …umnWidthFn = arguments.length > 7 && arguments[7] !== undefined ? arguments[7] : function (width) {
24331 return width;
24591 var width = privatePool.get(this).columnWidthFn(column);
24593 if (width === void 0) {
24594 width = ViewportColumnsCalculator.DEFAULT_WIDTH;
24597 return width;
25668 width: null,
26352 var width = container.clientWidth;
26355 if (width !== this.spreaderLastSize.width || height !== this.spreaderLastSize.height) {
26356 this.spreaderLastSize.width = width;
26399 hiderStyle.width = headerRowSize + this.leftOverlay.sumCellSizes(0, totalColumns) + 'px';
26865 onBeforeStretchingColumnWidth: function onBeforeStretchingColumnWidth(width) {
26866 return width;
27192 this.holder.style.width = (0, _element.getStyle)(trimmingElement, 'width');
27639 var width = this.wot.wtSettings.settings.columnWidth;
27641 if (typeof width === 'function') {
27642 width = width(sourceColumn);
27643 } else if ((typeof width === 'undefined' ? 'undefined' : _typeof(width)) === 'object') {
27644 width = width[sourceColumn];
27647 return width || this.wot.wtSettings.settings.defaultColumnWidth;
27653 …var width = columnWidth == null ? this.instance.wtSettings.settings.defaultColumnWidth : columnWid…
27657 var stretchedWidth = calculator.getStretchedColumnWidth(sourceColumn, width);
27660 width = stretchedWidth;
27664 return width;
27696 value: function _correctRowHeaderWidth(width) {
27697 if (typeof width !== 'number') {
27698 width = this.wot.getSetting('defaultColumnWidth');
27701 width++;
27704 return width;
27863 …var width = Array.isArray(rowHeaderWidthSetting) ? rowHeaderWidthSetting[i] : rowHeaderWidthSettin…
27865 width = width == null ? defaultColumnWidth : width;
27867 this.COLGROUP.childNodes[i].style.width = width + 'px';
27875 … this.COLGROUP.childNodes[renderedIndex + this.rowHeaderCount].style.width = _width + 'px';
28164 …var width = Array.isArray(rowHeaderWidthSetting) ? rowHeaderWidthSetting[i] : rowHeaderWidthSettin…
28166 width = width == null ? defaultColumnWidth : width;
28168 this.COLGROUP.childNodes[i].style.width = width + 'px';
28175 … this.COLGROUP.childNodes[renderedColIndex + this.rowHeaderCount].style.width = _width2 + 'px';
28541 var width = void 0;
28554 width = Math.min(docOffsetWidth - this.getWorkspaceOffset().left, docOffsetWidth);
28556width = Math.min(this.getContainerFillWidth(), docOffsetWidth - this.getWorkspaceOffset().left, do…
28559 …ingContainer === window && totalColumns > 0 && this.sumColumnWidths(0, totalColumns - 1) > width) {
28573 return Math.max(width, trimmingContainer.clientWidth);
28579 return Math.max(width, (0, _element.outerWidth)(this.instance.wtTable.TABLE));
28583 return width;
28644 dummyElement.style.width = '100%';
28868 var width = this.getViewportWidth();
28884 width -= fixedColumnsWidth;
28887 width -= (0, _element.getScrollbarWidth)();
28890 …return new _viewportColumns2.default(width, pos, this.wot.getSetting('totalColumns'), function (so…
29117width: trimDropdown ? (0, _element.outerWidth)(this.TEXTAREA) + (0, _element.getScrollbarWidth)() …
29140 modifyColWidth: function modifyColWidth(width, col) {
29145 width = autoWidths[col];
29148 return trimDropdown ? width : width + 15;
29317 width: trimDropdown ? void 0 : currentDropdownWidth
30009 value: function setSize(width, height) {
30010 if ((0, _number.isNumeric)(width)) {
30011 this._element.style.width = width + UNIT;
30028 width: this._element.style.width ? parseInt(this._element.style.width, 10) : 0,
30227 value: function setSize(width, height) {
30228 if (width) {
30229 this._element.style.width = width + UNIT;
30246 width: this._element.style.width ? parseInt(this._element.style.width, 10) : 0,
31672 var width, scrollHeight;
31690 width = span.clientWidth + 2;
31695 if (defaults.minWidth > width) {
31696 el.style.width = defaults.minWidth + 'px';
31697 } else if (width > defaults.maxWidth) {
31698 el.style.width = defaults.maxWidth + 'px';
31700 el.style.width = width + 'px';
32070 overlayRootStyle.width = (tableWidth === 0 ? tableWidth : tableWidth + 4) + 'px';
32088 …this.clone.wtTable.holder.style.width = parseInt(this.clone.wtTable.holder.parentNode.style.width,…
32423 var width = this.wot.wtViewport.getWorkspaceWidth() - scrollbarWidth;
32425 width = Math.min(width, (0, _element.innerWidth)(this.wot.wtTable.wtRootElement));
32427 overlayRootStyle.width = width + 'px';
32429 overlayRootStyle.width = '';
32432 this.clone.wtTable.holder.style.width = overlayRootStyle.width;
32447 this.clone.wtTable.hider.style.width = this.hider.style.width;
32448 this.clone.wtTable.holder.style.width = this.clone.wtTable.holder.parentNode.style.width;
32750 overlayRoot.style.width = (tableWidth === 0 ? tableWidth : tableWidth + 4) + 'px';
35497 width: (0, _element.outerWidth)(this.cellPointer)
35502 width: (0, _element.outerWidth)(this.editorContainer)
35518 …e.left = parseInt(window.innerWidth / 2 - domDimensionsCache.editorContainer.width / 2, 10) + 'px';
35520 …h / 2 > parseInt(this.editorContainer.style.left, 10) + domDimensionsCache.editorContainer.width) {
35521 …s.editorContainer.style.left = window.innerWidth - domDimensionsCache.editorContainer.width + 'px';
35526 ….left = parseInt(selectedCellOffset.left - domDimensionsCache.cellPointer.width / 2 - (0, _element…
35751 this.textareaStyle.width = 0;
35931 var width = (0, _element.outerWidth)(this.TD) + 1,
35985 width -= 1;
35989 selectStyle.minWidth = width + 'px';
36737 this.addHook('modifyColWidth', function (width, col) {
36738 return _this2.getColumnWidth(col, width);
36807 this.ghostTable.getWidths(function (col, width) {
36808 _this3.widths[col] = width;
36954 var width = defaultWidth;
36956 if (width === void 0) {
36957 width = this.widths[col];
36959 if (keepMinimum && typeof width === 'number') {
36960 width = Math.max(width, _src.ViewportColumnsCalculator.DEFAULT_WIDTH);
36964 return width;
39316 cellWidth = object.width || 0;
40367 var currentHiderWidth = parseInt(hiderStyle.width, 10);
40373 holderStyle.width = currentHiderWidth + 22 + 'px';
42978 var width = 0;
42989 width += columnWidth;
42992 return width;
43096 var backlightElemWidth = this.backlight.getSize().width;
43323 var width = this.backlight.getSize().width;
43327 this.backlight.setPosition(width);
43792 this.addHook('modifyColWidth', function (width, col) {
43793 return _this2.onModifyColWidth(width, col);
43922 this.startWidth = parseInt(box.width, 10);
44248 value: function setManualSize(column, width) {
44249 width = Math.max(width, 20);
44257 this.manualColumnWidths[column] = width;
44259 return width;
44287 value: function onModifyColWidth(width, column) {
44296 return width;
44311 var width = this.manualColumnWidths[column];
44313 if (width === void 0) {
44314 width = stretchedWidth;
44317 return width;
45736 this.handle.style.width = headerWidth + 'px';
45766 this.guide.style.width = maximumVisibleElementWidth - handleWidth + 'px';
46884 width: selectedRange.getWidth(),
46897 width: selectedRange.getWidth(),
48181 width: 2,
48194 width: 1,
48212 width: 1,
50906 … var field, pEl, width, height, viewportWidth, viewportHeight, scrollTop, left, top, clientRect;
50914 width = this.el.offsetWidth;
50934 if ((this._o.reposition && left + width > viewportWidth) ||
50937 left - width + field.offsetWidth > 0
50940 left = left - width + field.offsetWidth;