mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Mobile first
This commit is contained in:
@@ -37,9 +37,9 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
|
||||
/* harmony import */
|
||||
|
||||
|
||||
var _index_44bf8136_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
||||
/*! ./index-44bf8136.js */
|
||||
"./node_modules/@ionic/core/dist/esm/index-44bf8136.js");
|
||||
var _index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
||||
/*! ./index-e806d1f6.js */
|
||||
"./node_modules/@ionic/core/dist/esm/index-e806d1f6.js");
|
||||
|
||||
var CELL_TYPE_ITEM = 'item';
|
||||
var CELL_TYPE_HEADER = 'header';
|
||||
@@ -376,7 +376,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
|
||||
|
||||
_classCallCheck(this, VirtualScroll);
|
||||
|
||||
Object(_index_44bf8136_js__WEBPACK_IMPORTED_MODULE_0__["r"])(this, hostRef);
|
||||
Object(_index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__["r"])(this, hostRef);
|
||||
this.range = {
|
||||
offset: 0,
|
||||
length: 0
|
||||
@@ -608,8 +608,8 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
|
||||
} // schedule DOM operations into the stencil queue
|
||||
|
||||
|
||||
Object(_index_44bf8136_js__WEBPACK_IMPORTED_MODULE_0__["f"])(this.readVS.bind(this));
|
||||
Object(_index_44bf8136_js__WEBPACK_IMPORTED_MODULE_0__["c"])(this.writeVS.bind(this));
|
||||
Object(_index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__["f"])(this.readVS.bind(this));
|
||||
Object(_index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__["c"])(this.writeVS.bind(this));
|
||||
}
|
||||
}, {
|
||||
key: "readVS",
|
||||
@@ -660,7 +660,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
|
||||
} else if (this.domRender) {
|
||||
this.domRender(this.virtualDom);
|
||||
} else if (this.renderItem) {
|
||||
Object(_index_44bf8136_js__WEBPACK_IMPORTED_MODULE_0__["j"])(this);
|
||||
Object(_index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__["j"])(this);
|
||||
}
|
||||
}
|
||||
}, {
|
||||
@@ -796,11 +796,11 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
|
||||
value: function render() {
|
||||
var _this5 = this;
|
||||
|
||||
return Object(_index_44bf8136_js__WEBPACK_IMPORTED_MODULE_0__["h"])(_index_44bf8136_js__WEBPACK_IMPORTED_MODULE_0__["H"], {
|
||||
return Object(_index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__["h"])(_index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__["H"], {
|
||||
style: {
|
||||
height: "".concat(this.totalHeight, "px")
|
||||
}
|
||||
}, this.renderItem && Object(_index_44bf8136_js__WEBPACK_IMPORTED_MODULE_0__["h"])(VirtualProxy, {
|
||||
}, this.renderItem && Object(_index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__["h"])(VirtualProxy, {
|
||||
dom: this.virtualDom
|
||||
}, this.virtualDom.map(function (node) {
|
||||
return _this5.renderVirtualNode(node);
|
||||
@@ -809,7 +809,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
|
||||
}, {
|
||||
key: "el",
|
||||
get: function get() {
|
||||
return Object(_index_44bf8136_js__WEBPACK_IMPORTED_MODULE_0__["i"])(this);
|
||||
return Object(_index_e806d1f6_js__WEBPACK_IMPORTED_MODULE_0__["i"])(this);
|
||||
}
|
||||
}], [{
|
||||
key: "watchers",
|
||||
|
||||
Reference in New Issue
Block a user