UNPKG

@morjs/runtime-web

Version:
23 lines 806 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.properties = exports.attributes = void 0; const index_1 = require("../../utils/index"); exports.attributes = { INDICATOR_DOTS: 'indicator-dots', INDICATOR_COLOR: 'indicator-color', INDICATOR_ACTIVE_COLOR: 'indicator-active-color', AUTOPLAY: 'autoplay', CURRENT: 'current', DURATION: 'duration', INTERVAL: 'interval', CIRCULAR: 'circular', VERTICAL: 'vertical', PREVIOUS_MARGIN: 'previous-margin', NEXT_MARGIN: 'next-margin', CLASS: 'class', DISABLE_TOUCH: 'disable-touch', TOUCH_ANGLE: 'touch-angle', SWIPE_RATIO: 'swipe-ratio' }; exports.properties = (0, index_1.getPropertiesByAttributes)(Object.keys(exports.attributes)); //# sourceMappingURL=property.js.map