web: update dist
This commit is contained in:
parent
a9575cf67f
commit
63398a47f1
12
doric-web/dist/index.js
vendored
12
doric-web/dist/index.js
vendored
@ -3555,6 +3555,18 @@ __decorate$a([
|
|||||||
Property,
|
Property,
|
||||||
__metadata$a("design:type", Boolean)
|
__metadata$a("design:type", Boolean)
|
||||||
], List.prototype, "bounces", void 0);
|
], List.prototype, "bounces", void 0);
|
||||||
|
__decorate$a([
|
||||||
|
Property,
|
||||||
|
__metadata$a("design:type", Boolean)
|
||||||
|
], List.prototype, "canDrag", void 0);
|
||||||
|
__decorate$a([
|
||||||
|
Property,
|
||||||
|
__metadata$a("design:type", Function)
|
||||||
|
], List.prototype, "onDragging", void 0);
|
||||||
|
__decorate$a([
|
||||||
|
Property,
|
||||||
|
__metadata$a("design:type", Function)
|
||||||
|
], List.prototype, "onDragged", void 0);
|
||||||
function list(config) {
|
function list(config) {
|
||||||
const ret = new List;
|
const ret = new List;
|
||||||
ret.apply(config);
|
ret.apply(config);
|
||||||
|
2
doric-web/dist/index.js.map
vendored
2
doric-web/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user