| 1 |
(function() { |
| 2 |
|
| 3 |
//#region \0rolldown/runtime.js |
| 4 |
var __create = Object.create; |
| 5 |
var __defProp = Object.defineProperty; |
| 6 |
var __name = (target, value) => __defProp(target, "name", { |
| 7 |
value, |
| 8 |
configurable: true |
| 9 |
}); |
| 10 |
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; |
| 11 |
var __getOwnPropNames = Object.getOwnPropertyNames; |
| 12 |
var __getProtoOf = Object.getPrototypeOf; |
| 13 |
var __hasOwnProp = Object.prototype.hasOwnProperty; |
| 14 |
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports); |
| 15 |
var __copyProps = (to, from, except, desc) => { |
| 16 |
if (from && typeof from === "object" || typeof from === "function") { |
| 17 |
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) { |
| 18 |
key = keys[i]; |
| 19 |
if (!__hasOwnProp.call(to, key) && key !== except) { |
| 20 |
__defProp(to, key, { |
| 21 |
get: ((k) => from[k]).bind(null, key), |
| 22 |
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable |
| 23 |
}); |
| 24 |
} |
| 25 |
} |
| 26 |
} |
| 27 |
return to; |
| 28 |
}; |
| 29 |
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { |
| 30 |
value: mod, |
| 31 |
enumerable: true |
| 32 |
}) : target, mod)); |
| 33 |
|
| 34 |
//#endregion |
| 35 |
|
| 36 |
//#region assets/dev/js/frontend/handlers/section/stretched-section.js |
| 37 |
var require_stretched_section = /* @__PURE__ */ __commonJSMin(((exports) => { |
| 38 |
Object.defineProperty(exports, "__esModule", { value: true }); |
| 39 |
exports.default = void 0; |
| 40 |
var StretchedSection = class extends elementorModules.frontend.handlers.StretchedElement { |
| 41 |
getStretchedClass() { |
| 42 |
return "elementor-section-stretched"; |
| 43 |
} |
| 44 |
getStretchSettingName() { |
| 45 |
return "stretch_section"; |
| 46 |
} |
| 47 |
getStretchActiveValue() { |
| 48 |
return "section-stretched"; |
| 49 |
} |
| 50 |
}; |
| 51 |
exports.default = StretchedSection; |
| 52 |
})); |
| 53 |
|
| 54 |
//#endregion |
| 55 |
//#region \0elementor-chunk-entry |
| 56 |
var import_stretched_section = /* @__PURE__ */ __toESM(require_stretched_section()); |
| 57 |
(window.__elementorChunks = window.__elementorChunks || {})["section-stretched-section"] = import_stretched_section; |
| 58 |
|
| 59 |
//#endregion |
| 60 |
})(); |
| 61 |
//# sourceMappingURL=section-stretched-section.js.map |