UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

31 lines 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SMIL = void 0; const tslib_1 = require("tslib"); const xml_js_mapper_1 = require("r2-utils-js/dist/es7-es2016/src/_utils/xml-js-mapper"); const smil_body_1 = require("./smil-body"); const smil_head_1 = require("./smil-head"); const smil_par_1 = require("./smil-par"); let SMIL = class SMIL { }; exports.SMIL = SMIL; tslib_1.__decorate([ (0, xml_js_mapper_1.XmlXPathSelector)("head"), tslib_1.__metadata("design:type", smil_head_1.Head) ], SMIL.prototype, "Head", void 0); tslib_1.__decorate([ (0, xml_js_mapper_1.XmlXPathSelector)("body"), tslib_1.__metadata("design:type", smil_body_1.Body) ], SMIL.prototype, "Body", void 0); tslib_1.__decorate([ (0, xml_js_mapper_1.XmlXPathSelector)("dummy"), tslib_1.__metadata("design:type", smil_par_1.Par) ], SMIL.prototype, "Par", void 0); exports.SMIL = SMIL = tslib_1.__decorate([ (0, xml_js_mapper_1.XmlObject)({ epub: "http://www.idpf.org/2007/ops", smil: "http://www.w3.org/ns/SMIL", smil2: "http://www.w3.org/2001/SMIL20/", }) ], SMIL); //# sourceMappingURL=smil.js.map