web: update dist
This commit is contained in:
parent
be6a0cd64c
commit
8f986a4a7e
16
doric-web/dist/index.js
vendored
16
doric-web/dist/index.js
vendored
@ -4108,6 +4108,22 @@ __decorate$7([
|
|||||||
Property,
|
Property,
|
||||||
__metadata$7("design:type", Boolean)
|
__metadata$7("design:type", Boolean)
|
||||||
], FlowLayout.prototype, "bounces", void 0);
|
], FlowLayout.prototype, "bounces", void 0);
|
||||||
|
__decorate$7([
|
||||||
|
Property,
|
||||||
|
__metadata$7("design:type", Boolean)
|
||||||
|
], FlowLayout.prototype, "canDrag", void 0);
|
||||||
|
__decorate$7([
|
||||||
|
Property,
|
||||||
|
__metadata$7("design:type", Function)
|
||||||
|
], FlowLayout.prototype, "beforeDragging", void 0);
|
||||||
|
__decorate$7([
|
||||||
|
Property,
|
||||||
|
__metadata$7("design:type", Function)
|
||||||
|
], FlowLayout.prototype, "onDragging", void 0);
|
||||||
|
__decorate$7([
|
||||||
|
Property,
|
||||||
|
__metadata$7("design:type", Function)
|
||||||
|
], FlowLayout.prototype, "onDragged", void 0);
|
||||||
function flowlayout(config) {
|
function flowlayout(config) {
|
||||||
const ret = new FlowLayout;
|
const ret = new FlowLayout;
|
||||||
for (let key in config) {
|
for (let key in 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