r2-shared-js
Version:
Readium 2 'shared' for NodeJS (TypeScript)
22 lines • 956 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomAttributes = void 0;
const tslib_1 = require("tslib");
const xml_js_mapper_1 = require("r2-utils-js/dist/es8-es2017/src/_utils/xml-js-mapper");
const smil_custom_test_1 = require("./smil-custom-test");
let CustomAttributes = class CustomAttributes {
};
exports.CustomAttributes = CustomAttributes;
tslib_1.__decorate([
(0, xml_js_mapper_1.XmlXPathSelector)("customTest"),
(0, xml_js_mapper_1.XmlItemType)(smil_custom_test_1.CustomTest),
tslib_1.__metadata("design:type", Array)
], CustomAttributes.prototype, "CustomTest", void 0);
exports.CustomAttributes = CustomAttributes = 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/",
})
], CustomAttributes);
//# sourceMappingURL=smil-custom-attributes.js.map