@zhongguo168a/yxeditor-common 0.0.58 → 0.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -17
- package/dist/index.esm.js +545 -548
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1690,22 +1690,6 @@ declare class IdentUtil {
|
|
|
1690
1690
|
}
|
|
1691
1691
|
declare const identutil: IdentUtil;
|
|
1692
1692
|
|
|
1693
|
-
declare class MapObject extends Dictionary<string, MapValue> {
|
|
1694
|
-
object: {};
|
|
1695
|
-
constructor(object: {});
|
|
1696
|
-
getValue(key: string): MapValue;
|
|
1697
|
-
}
|
|
1698
|
-
declare class MapValue {
|
|
1699
|
-
obj: {};
|
|
1700
|
-
key: any;
|
|
1701
|
-
constructor(obj: {}, key: any);
|
|
1702
|
-
set(value: any): void;
|
|
1703
|
-
isUndefined(): boolean;
|
|
1704
|
-
toNumber(): number;
|
|
1705
|
-
toString(): string;
|
|
1706
|
-
toBoolean(): boolean;
|
|
1707
|
-
toAny(): any;
|
|
1708
|
-
}
|
|
1709
1693
|
declare class MapUtil {
|
|
1710
1694
|
/**
|
|
1711
1695
|
* 获取所欲的值
|
|
@@ -2063,5 +2047,5 @@ declare class WidgetUtil {
|
|
|
2063
2047
|
}
|
|
2064
2048
|
declare var widgetutil: WidgetUtil;
|
|
2065
2049
|
|
|
2066
|
-
export { ArrayUtil, AssetLoader, AssetURI, BitUtil, CallbackList, CameraUtil, CanvasUtil, Controller, ControllerDict, ControllerRepo, ConvertUtil, DictIterator, DictNode, DictSource, Dictionary, Dispatcher, DocUtil, ErrorUtil, EventDispatcher, EventItem, EventUtil, Factory, FloatUtil, GeometryUtil, IdentUtil, LOGGER_EVENT, LinkError, List, ListIterator, ListNode, ListSource, Listener, LogLevel, LogManager, Logger,
|
|
2050
|
+
export { ArrayUtil, AssetLoader, AssetURI, BitUtil, CallbackList, CameraUtil, CanvasUtil, Controller, ControllerDict, ControllerRepo, ConvertUtil, DictIterator, DictNode, DictSource, Dictionary, Dispatcher, DocUtil, ErrorUtil, EventDispatcher, EventItem, EventUtil, Factory, FloatUtil, GeometryUtil, IdentUtil, LOGGER_EVENT, LinkError, List, ListIterator, ListNode, ListSource, Listener, LogLevel, LogManager, Logger, MapUtil, MathUtil, Model, NetUtil, PathUtil, Pool, RandUtil, Route, RouteController, RouteList, RouteView, SampleCallbackList, SamplePool, SamplePoolSet, ScaleUtil, SimpleModel, StringUtil, TimeUtil, Timer, TreeIterator, TreeNode, TreeNodePlugin, TreeRoot, TreeRootPlugin, TreeUtil, UIManager, UIObjectRepo, UIPoolConfig, UISingleConfig, UIUtil, ViewDict, ViewEvent, ViewHistory, ViewList, ViewRepo, ViewState, WidgetAlign, WidgetUtil, XAssetManager, XEvent, arrayutil, assetx, bitutil, camerautil, canvasutil, convertutil, ctrlrepo, docutil, errorutil, eventmgr, eventutil, floatutil, formatutil, geoutil, identutil, loadAtlas, logmgr, maputil, mathutil, netutil, parseAtlas, parsePlist, pathutil, randutil, resutil, scaleutil, stringutil, timer, timeutil, treeutil, uimgr, uirepo, uiutil, viewhistorys, viewrepo, widgetutil };
|
|
2067
2051
|
export type { CreatorFunction, DisposeFunction, IController, IError, IEventDispatcher, IExtend, IListItem, IModel, IModule, ITreeListItem, RecycleFunction };
|