mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-12 22:47:30 +08:00
Rename SelectableDraggableTemplate file
This commit is contained in:
2
dist/ueblueprint.js
vendored
2
dist/ueblueprint.js
vendored
@@ -2858,7 +2858,7 @@ class IDraggableElement extends IElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {import("../template/SelectableDraggableTemplate").default} ISelectableDraggableTemplate
|
* @typedef {import("../template/ISelectableDraggableTemplate").default} ISelectableDraggableTemplate
|
||||||
* @typedef {import("../entity/IEntity").default} IEntity
|
* @typedef {import("../entity/IEntity").default} IEntity
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import Utility from "../Utility"
|
|||||||
import IDraggableElement from "./IDraggableElement"
|
import IDraggableElement from "./IDraggableElement"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {import("../template/SelectableDraggableTemplate").default} ISelectableDraggableTemplate
|
* @typedef {import("../template/ISelectableDraggableTemplate").default} ISelectableDraggableTemplate
|
||||||
* @typedef {import("../entity/IEntity").default} IEntity
|
* @typedef {import("../entity/IEntity").default} IEntity
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { html, nothing } from "lit"
|
import { html, nothing } from "lit"
|
||||||
import PinElement from "../element/PinElement"
|
import PinElement from "../element/PinElement"
|
||||||
import ISelectableDraggableTemplate from "./SelectableDraggableTemplate"
|
import ISelectableDraggableTemplate from "./ISelectableDraggableTemplate"
|
||||||
|
|
||||||
/** @typedef {import("../element/NodeElement").default} NodeElement */
|
/** @typedef {import("../element/NodeElement").default} NodeElement */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user