halo-fe 1.0.31 → 1.0.33
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/main.js +4753 -4504
- package/dist/style.css +1 -1
- package/esm/@types/CreateFeOptions.d.ts +5 -2
- package/esm/@types/FeOptions.d.ts +32 -0
- package/esm/@types/index.d.ts +1 -2
- package/esm/apps/AppConstant.d.ts +1 -2
- package/esm/apps/index.d.ts +1 -2
- package/esm/coms/@types/ColumnEmit.d.ts +3 -0
- package/esm/coms/@types/ColumnProps.d.ts +5 -0
- package/esm/coms/@types/PagerEmit.d.ts +1 -2
- package/esm/coms/@types/PagerProps.d.ts +1 -2
- package/esm/coms/@types/ScrollerProps.d.ts +1 -2
- package/esm/coms/@types/SocketProgressProps.d.ts +1 -2
- package/esm/coms/@types/TabProps.d.ts +1 -2
- package/esm/coms/@types/TableEmit.d.ts +1 -2
- package/esm/coms/@types/TableProps.d.ts +1 -2
- package/esm/coms/@types/index.d.ts +9 -8
- package/esm/coms/Empty.vue.d.ts +3 -2
- package/esm/coms/Fill.vue.d.ts +3 -2
- package/esm/coms/Scroller.vue.d.ts +4 -3
- package/esm/coms/Timer.vue.d.ts +3 -2
- package/esm/coms/cards/Index.vue.d.ts +3 -2
- package/esm/coms/conditions/@types/ConditionGroupProps.d.ts +2 -3
- package/esm/coms/conditions/@types/ConditionProps.d.ts +1 -2
- package/esm/coms/conditions/@types/index.d.ts +2 -3
- package/esm/coms/conditions/Condition.vue.d.ts +1 -1
- package/esm/coms/conditions/Index.vue.d.ts +1 -1
- package/esm/coms/controls/@types/CodeEmit.d.ts +1 -2
- package/esm/coms/controls/@types/CodeIntelli.d.ts +1 -2
- package/esm/coms/controls/@types/CodeProps.d.ts +3 -4
- package/esm/coms/controls/@types/Range.d.ts +1 -2
- package/esm/coms/controls/@types/RichTextOptions.d.ts +0 -1
- package/esm/coms/controls/@types/RichTextProps.d.ts +1 -2
- package/esm/coms/controls/@types/index.d.ts +5 -6
- package/esm/coms/controls/Code.vue.d.ts +1 -1
- package/esm/coms/controls/Compare.vue.d.ts +1 -1
- package/esm/coms/controls/Input.vue.d.ts +1 -1
- package/esm/coms/controls/Option.vue.d.ts +1 -1
- package/esm/coms/controls/RichText.vue.d.ts +4 -2
- package/esm/coms/controls/Select.vue.d.ts +1 -1
- package/esm/coms/layouts/@types/RowProps.d.ts +1 -2
- package/esm/coms/layouts/@types/index.d.ts +1 -2
- package/esm/coms/layouts/Col.vue.d.ts +3 -2
- package/esm/coms/layouts/Container.vue.d.ts +9 -4
- package/esm/coms/layouts/Desc.vue.d.ts +1 -1
- package/esm/coms/layouts/Row.vue.d.ts +3 -2
- package/esm/coms/pagers/Index.vue.d.ts +1 -1
- package/esm/coms/progresses/Circle.vue.d.ts +1 -1
- package/esm/coms/progresses/Index.vue.d.ts +2 -2
- package/esm/coms/progresses/SocketProgress.vue.d.ts +3 -2
- package/esm/coms/tables/Column.vue.d.ts +22 -0
- package/esm/coms/tables/Index.vue.d.ts +9 -8
- package/esm/coms/tabs/Tab.vue.d.ts +1 -1
- package/esm/coms/tags/@types/TagProps.d.ts +1 -2
- package/esm/coms/tags/@types/index.d.ts +1 -2
- package/esm/coms/tags/Index.vue.d.ts +3 -2
- package/esm/coms/texts/@types/DanceProps.d.ts +1 -2
- package/esm/coms/texts/@types/index.d.ts +1 -2
- package/esm/coms/texts/Dance.vue.d.ts +1 -1
- package/esm/drivers/@types/IDispose.d.ts +1 -2
- package/esm/drivers/@types/IDriver.d.ts +1 -2
- package/esm/drivers/@types/IOpen.d.ts +1 -2
- package/esm/drivers/@types/index.d.ts +3 -4
- package/esm/drivers/bridges/IBridge.d.ts +1 -2
- package/esm/drivers/builders/Builder.d.ts +2 -3
- package/esm/drivers/builders/BuilderFactory.d.ts +3 -4
- package/esm/drivers/builders/IBuilder.d.ts +1 -2
- package/esm/drivers/builders/entities/ProviderTable.d.ts +1 -2
- package/esm/drivers/builders/entities/index.d.ts +1 -2
- package/esm/drivers/builders/implement/JsonBuilder.d.ts +2 -3
- package/esm/drivers/builders/implement/MongoBuilder.d.ts +2 -3
- package/esm/drivers/builders/implement/MySqlBuilder.d.ts +2 -3
- package/esm/drivers/builders/implement/SqlBuilder.d.ts +2 -3
- package/esm/drivers/builders/implement/index.d.ts +4 -0
- package/esm/drivers/builders/index.d.ts +2 -3
- package/esm/drivers/cdns/Cdn.d.ts +3 -7
- package/esm/drivers/cdns/CdnFactory.d.ts +3 -4
- package/esm/drivers/cdns/ICdn.d.ts +5 -2
- package/esm/drivers/cdns/implements/LocalCdn.d.ts +2 -3
- package/esm/drivers/cdns/implements/ThirdCdn.d.ts +2 -3
- package/esm/drivers/cdns/implements/index.d.ts +2 -0
- package/esm/drivers/cdns/index.d.ts +3 -4
- package/esm/drivers/cryptors/Cryptor.d.ts +10 -0
- package/esm/drivers/cryptors/CryptorFactory.d.ts +12 -0
- package/esm/drivers/cryptors/ICryptor.d.ts +14 -0
- package/esm/drivers/cryptors/implements/AesCryptor.d.ts +9 -0
- package/esm/drivers/cryptors/implements/PoJunCryptor.d.ts +13 -0
- package/esm/drivers/cryptors/implements/index.d.ts +2 -0
- package/esm/drivers/cryptors/index.d.ts +2 -0
- package/esm/drivers/encoders/Encoder.d.ts +2 -3
- package/esm/drivers/encoders/EncoderFactory.d.ts +3 -4
- package/esm/drivers/encoders/IEncoder.d.ts +1 -2
- package/esm/drivers/encoders/implement/Base64Encoder.d.ts +2 -3
- package/esm/drivers/encoders/implement/UrlEncoder.d.ts +2 -3
- package/esm/drivers/encoders/implement/index.d.ts +2 -0
- package/esm/drivers/encoders/index.d.ts +2 -3
- package/esm/drivers/excels/Excel.d.ts +2 -3
- package/esm/drivers/excels/ExcelFactory.d.ts +3 -4
- package/esm/drivers/excels/IExcel.d.ts +1 -2
- package/esm/drivers/excels/implements/XlsxExcel.d.ts +2 -3
- package/esm/drivers/excels/implements/index.d.ts +1 -0
- package/esm/drivers/excels/index.d.ts +2 -3
- package/esm/drivers/explainers/Explainer.d.ts +2 -3
- package/esm/drivers/explainers/ExplainerFactory.d.ts +3 -4
- package/esm/drivers/explainers/IExplainer.d.ts +1 -2
- package/esm/drivers/explainers/implement/JsonExplainer.d.ts +2 -3
- package/esm/drivers/explainers/implement/index.d.ts +1 -0
- package/esm/drivers/explainers/index.d.ts +1 -2
- package/esm/drivers/features/Feature.d.ts +2 -3
- package/esm/drivers/features/FeatureFactory.d.ts +3 -4
- package/esm/drivers/features/IFeature.d.ts +1 -2
- package/esm/drivers/features/implements/ExpressionFeature.d.ts +2 -3
- package/esm/drivers/features/implements/I18NFeature.d.ts +2 -3
- package/esm/drivers/features/implements/SortFeature.d.ts +2 -3
- package/esm/drivers/features/implements/index.d.ts +3 -0
- package/esm/drivers/features/index.d.ts +2 -3
- package/esm/drivers/hashers/Hasher.d.ts +2 -3
- package/esm/drivers/hashers/HasherFactory.d.ts +3 -4
- package/esm/drivers/hashers/IHasher.d.ts +1 -2
- package/esm/drivers/hashers/implement/Md5Hasher.d.ts +2 -3
- package/esm/drivers/hashers/implement/Sha256Hasher.d.ts +2 -3
- package/esm/drivers/hashers/implement/index.d.ts +2 -0
- package/esm/drivers/hashers/index.d.ts +2 -3
- package/esm/drivers/https/Http.d.ts +3 -5
- package/esm/drivers/https/HttpFactory.d.ts +6 -6
- package/esm/drivers/https/IHttp.d.ts +3 -5
- package/esm/drivers/https/entities/HttpMessage.d.ts +3 -4
- package/esm/drivers/https/entities/HttpModel.d.ts +2 -3
- package/esm/drivers/https/entities/HttpProgress.d.ts +2 -3
- package/esm/drivers/https/entities/HttpRequest.d.ts +2 -3
- package/esm/drivers/https/entities/HttpResponse.d.ts +3 -4
- package/esm/drivers/https/entities/index.d.ts +4 -4
- package/esm/drivers/https/implements/DefaultHttp.d.ts +3 -5
- package/esm/drivers/https/implements/EiHttp.d.ts +13 -18
- package/esm/drivers/https/implements/FeiShuHttp.d.ts +2 -3
- package/esm/drivers/https/implements/HaloHttp.d.ts +4 -9
- package/esm/drivers/https/implements/MkHttp.d.ts +3 -4
- package/esm/drivers/https/implements/index.d.ts +5 -0
- package/esm/drivers/https/index.d.ts +3 -4
- package/esm/drivers/i18ns/I18n.d.ts +12 -13
- package/esm/drivers/i18ns/I18nFactory.d.ts +3 -4
- package/esm/drivers/i18ns/II18n.d.ts +11 -12
- package/esm/drivers/i18ns/implements/DefaultI18n.d.ts +3 -4
- package/esm/drivers/i18ns/implements/index.d.ts +1 -0
- package/esm/drivers/i18ns/index.d.ts +2 -3
- package/esm/drivers/identities/IIdentity.d.ts +15 -0
- package/esm/drivers/identities/Identity.d.ts +11 -0
- package/esm/drivers/identities/IdentityFactory.d.ts +8 -0
- package/esm/drivers/identities/entities/IdentityPayload.d.ts +5 -0
- package/esm/drivers/identities/entities/index.d.ts +1 -0
- package/esm/drivers/identities/implements/DefaultIdentity.d.ts +9 -0
- package/esm/drivers/identities/implements/EiIdentity.d.ts +15 -0
- package/esm/drivers/identities/implements/index.d.ts +2 -0
- package/esm/drivers/identities/index.d.ts +3 -0
- package/esm/drivers/index.d.ts +2 -51
- package/esm/drivers/messengers/IMessenger.d.ts +1 -2
- package/esm/drivers/messengers/Messenger.d.ts +2 -3
- package/esm/drivers/messengers/MessengerFactory.d.ts +5 -6
- package/esm/drivers/messengers/implement/ConsoleMessenger.d.ts +2 -3
- package/esm/drivers/messengers/implement/index.d.ts +1 -0
- package/esm/drivers/messengers/index.d.ts +3 -4
- package/esm/drivers/providers/IProvider.d.ts +2 -3
- package/esm/drivers/providers/Provider.d.ts +12 -13
- package/esm/drivers/providers/ProviderFactory.d.ts +6 -7
- package/esm/drivers/providers/helpers/SqlHelper.d.ts +1 -2
- package/esm/drivers/providers/helpers/index.d.ts +1 -2
- package/esm/drivers/providers/implements/CookieProvider.d.ts +9 -14
- package/esm/drivers/providers/implements/IndexedDbProvider.d.ts +12 -16
- package/esm/drivers/providers/implements/StorageProvider.d.ts +13 -14
- package/esm/drivers/providers/implements/index.d.ts +3 -0
- package/esm/drivers/providers/index.d.ts +2 -3
- package/esm/drivers/signers/ISigner.d.ts +10 -23
- package/esm/drivers/signers/Signer.d.ts +8 -11
- package/esm/drivers/signers/SignerFactory.d.ts +3 -4
- package/esm/drivers/signers/entities/SignerInfo.d.ts +13 -0
- package/esm/drivers/signers/entities/index.d.ts +1 -0
- package/esm/drivers/signers/implements/DefaultSigner.d.ts +11 -11
- package/esm/drivers/signers/implements/EiSigner.d.ts +21 -0
- package/esm/drivers/signers/implements/index.d.ts +2 -0
- package/esm/drivers/signers/index.d.ts +2 -3
- package/esm/drivers/sockets/@types/SubscribedWindow.d.ts +1 -2
- package/esm/drivers/sockets/@types/index.d.ts +1 -2
- package/esm/drivers/sockets/ISocket.d.ts +5 -6
- package/esm/drivers/sockets/Socket.d.ts +6 -7
- package/esm/drivers/sockets/SocketFactory.d.ts +6 -6
- package/esm/drivers/sockets/entities/SocketProgress.d.ts +1 -2
- package/esm/drivers/sockets/entities/SocketResponse.d.ts +1 -2
- package/esm/drivers/sockets/entities/index.d.ts +2 -3
- package/esm/drivers/sockets/implement/DefaultSocket.d.ts +30 -8
- package/esm/drivers/sockets/implement/index.d.ts +1 -0
- package/esm/drivers/sockets/index.d.ts +2 -3
- package/esm/drivers/ssos/ISso.d.ts +4 -12
- package/esm/drivers/ssos/Sso.d.ts +6 -10
- package/esm/drivers/ssos/SsoFactory.d.ts +3 -4
- package/esm/drivers/ssos/entities/SsoUser.d.ts +1 -2
- package/esm/drivers/ssos/entities/index.d.ts +1 -2
- package/esm/drivers/ssos/implements/AnonymousSso.d.ts +5 -10
- package/esm/drivers/ssos/implements/BearerSso.d.ts +4 -9
- package/esm/drivers/ssos/implements/NioSso.d.ts +4 -9
- package/esm/drivers/ssos/implements/SecretSso.d.ts +4 -9
- package/esm/drivers/ssos/implements/WeiXinSso.d.ts +3 -9
- package/esm/drivers/ssos/implements/index.d.ts +5 -0
- package/esm/drivers/ssos/index.d.ts +2 -3
- package/esm/drivers/tasks/ITask.d.ts +1 -2
- package/esm/drivers/tasks/Task.d.ts +2 -3
- package/esm/drivers/tasks/TaskFactory.d.ts +7 -4
- package/esm/drivers/tasks/implement/MemoryTask.d.ts +3 -4
- package/esm/drivers/tasks/implement/index.d.ts +1 -0
- package/esm/drivers/tasks/index.d.ts +2 -3
- package/esm/drivers/templates/ITemplate.d.ts +1 -2
- package/esm/drivers/templates/Template.d.ts +2 -3
- package/esm/drivers/templates/TemplateFactory.d.ts +7 -4
- package/esm/drivers/templates/implement/LiquidTemplate.d.ts +2 -3
- package/esm/drivers/templates/implement/index.d.ts +1 -0
- package/esm/drivers/templates/index.d.ts +2 -3
- package/esm/drivers/util/@types/JsonConfig.d.ts +1 -2
- package/esm/drivers/util/@types/TreeNodeProp.d.ts +1 -2
- package/esm/drivers/util/@types/index.d.ts +2 -3
- package/esm/drivers/util/IUtil.d.ts +1 -2
- package/esm/drivers/util/Util.d.ts +2 -3
- package/esm/drivers/util/UtilFactory.d.ts +4 -5
- package/esm/drivers/util/implements/ArrayUtil.d.ts +2 -3
- package/esm/drivers/util/implements/BrowserUtil.d.ts +2 -3
- package/esm/drivers/util/implements/ComponentUtil.d.ts +2 -3
- package/esm/drivers/util/implements/DictionaryUtil.d.ts +2 -3
- package/esm/drivers/util/implements/DomUtil.d.ts +2 -3
- package/esm/drivers/util/implements/EventUtil.d.ts +2 -3
- package/esm/drivers/util/implements/FileUtil.d.ts +2 -3
- package/esm/drivers/util/implements/HtmlUtil.d.ts +2 -3
- package/esm/drivers/util/implements/ImageUtil.d.ts +2 -3
- package/esm/drivers/util/implements/JsonUtil.d.ts +3 -4
- package/esm/drivers/util/implements/MathUtil.d.ts +2 -3
- package/esm/drivers/util/implements/MicroUtil.d.ts +2 -3
- package/esm/drivers/util/implements/MountUtil.d.ts +2 -3
- package/esm/drivers/util/implements/ObjectUtil.d.ts +2 -3
- package/esm/drivers/util/implements/ScrollUtil.d.ts +2 -3
- package/esm/drivers/util/implements/SignUtil.d.ts +2 -3
- package/esm/drivers/util/implements/StringUtil.d.ts +2 -3
- package/esm/drivers/util/implements/TaskUtil.d.ts +2 -3
- package/esm/drivers/util/implements/TimeUtil.d.ts +20 -21
- package/esm/drivers/util/implements/TreeUtil.d.ts +2 -3
- package/esm/drivers/util/implements/UrlUtil.d.ts +4 -5
- package/esm/drivers/util/implements/index.d.ts +21 -0
- package/esm/drivers/util/index.d.ts +2 -23
- package/esm/drivers/utilities/@types/DragEvent.d.ts +2 -3
- package/esm/drivers/utilities/@types/DragOptions.d.ts +3 -4
- package/esm/drivers/utilities/@types/Position.d.ts +1 -2
- package/esm/drivers/utilities/@types/Rect.d.ts +2 -3
- package/esm/drivers/utilities/@types/index.d.ts +4 -5
- package/esm/drivers/utilities/IUtility.d.ts +1 -2
- package/esm/drivers/utilities/Utility.d.ts +2 -3
- package/esm/drivers/utilities/UtilityFactory.d.ts +4 -11
- package/esm/drivers/utilities/implement/AffixUtility.d.ts +2 -3
- package/esm/drivers/utilities/implement/DeltaUtility.d.ts +2 -3
- package/esm/drivers/utilities/implement/EventUtility.d.ts +2 -3
- package/esm/drivers/utilities/implement/KeyboardUtility.d.ts +2 -3
- package/esm/drivers/utilities/implement/MouseUtility.d.ts +2 -3
- package/esm/drivers/utilities/implement/RandomUtility.d.ts +2 -3
- package/esm/drivers/utilities/implement/SaveUtility.d.ts +3 -8
- package/esm/drivers/utilities/implement/index.d.ts +7 -0
- package/esm/drivers/utilities/index.d.ts +2 -8
- package/esm/drivers/videos/IVideo.d.ts +1 -2
- package/esm/drivers/videos/VideoFactory.d.ts +3 -4
- package/esm/drivers/videos/index.d.ts +1 -2
- package/esm/drivers/voices/Voice.d.ts +1 -2
- package/esm/drivers/voices/VoiceFactory.d.ts +2 -3
- package/esm/drivers/voices/implement/DefaultVoice.d.ts +1 -2
- package/esm/drivers/voices/implement/TencentVoice.d.ts +1 -2
- package/esm/drivers/voices/implement/index.d.ts +2 -0
- package/esm/drivers/voices/index.d.ts +1 -2
- package/esm/factory/Drivers.d.ts +52 -0
- package/esm/factory/Factories.d.ts +8 -5
- package/esm/factory/Factory.d.ts +5 -6
- package/esm/factory/I18ns.d.ts +25 -0
- package/esm/factory/IFactory.d.ts +1 -2
- package/esm/factory/Repos.d.ts +22 -0
- package/esm/factory/Svcs.d.ts +85 -0
- package/esm/factory/Utils.d.ts +2 -3
- package/esm/factory/index.d.ts +7 -4
- package/esm/main.d.ts +3 -3
- package/esm/plugins/Ref.d.ts +1 -2
- package/esm/plugins/index.d.ts +1 -1
- package/esm/repos/IRepo.d.ts +1 -2
- package/esm/repos/Repo.d.ts +2 -3
- package/esm/repos/RepoFactory.d.ts +4 -7
- package/esm/repos/entities/KeyboardType.d.ts +1 -2
- package/esm/repos/entities/index.d.ts +1 -2
- package/esm/repos/implements/ModuleRepo.d.ts +11 -10
- package/esm/repos/implements/QueryRepo.d.ts +2 -3
- package/esm/repos/implements/SettingRepo.d.ts +1 -2
- package/esm/repos/implements/index.d.ts +3 -0
- package/esm/repos/index.d.ts +3 -12
- package/esm/svcs/ISvc.d.ts +1 -2
- package/esm/svcs/Svc.d.ts +2 -3
- package/esm/svcs/SvcFactory.d.ts +4 -5
- package/esm/svcs/entities/AppConfig.d.ts +1 -2
- package/esm/svcs/entities/SysConfig.d.ts +26 -5
- package/esm/svcs/entities/UserConfig.d.ts +1 -2
- package/esm/svcs/entities/index.d.ts +2 -4
- package/esm/svcs/implement/ConfigSvc.d.ts +5 -6
- package/esm/svcs/implement/DriverSvc.d.ts +2 -3
- package/esm/svcs/implement/EnvSvc.d.ts +1 -2
- package/esm/svcs/implement/LogSvc.d.ts +1 -2
- package/esm/svcs/implement/SettingSvc.d.ts +1 -2
- package/esm/svcs/implement/UserSvc.d.ts +1 -2
- package/esm/svcs/implement/index.d.ts +6 -1
- package/esm/svcs/index.d.ts +1 -51
- package/package.json +5 -5
@@ -0,0 +1,21 @@
|
|
1
|
+
export * from "./ArrayUtil";
|
2
|
+
export * from './ComponentUtil';
|
3
|
+
export * from "./DomUtil";
|
4
|
+
export * from "./DictionaryUtil";
|
5
|
+
export * from "./EventUtil";
|
6
|
+
export * from "./FileUtil";
|
7
|
+
export * from "./HtmlUtil";
|
8
|
+
export * from "./ImageUtil";
|
9
|
+
export * from "./MathUtil";
|
10
|
+
export * from "./MicroUtil";
|
11
|
+
export * from "./MountUtil";
|
12
|
+
export * from "./ObjectUtil";
|
13
|
+
export * from "./StringUtil";
|
14
|
+
export * from "./TaskUtil";
|
15
|
+
export * from "./TimeUtil";
|
16
|
+
export * from "./TreeUtil";
|
17
|
+
export * from "./ScrollUtil";
|
18
|
+
export * from "./JsonUtil";
|
19
|
+
export * from "./BrowserUtil";
|
20
|
+
export * from "./UrlUtil";
|
21
|
+
export * from "./SignUtil";
|
@@ -1,23 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
import ComponentUtil from './implements/ComponentUtil';
|
4
|
-
import DomUtil from "./implements/DomUtil";
|
5
|
-
import DictionaryUtil from "./implements/DictionaryUtil";
|
6
|
-
import EventUtil from "./implements/EventUtil";
|
7
|
-
import FileUtil from "./implements/FileUtil";
|
8
|
-
import HtmlUtil from "./implements/HtmlUtil";
|
9
|
-
import ImageUtil from "./implements/ImageUtil";
|
10
|
-
import MathUtil from "./implements/MathUtil";
|
11
|
-
import MicroUtil from "./implements/MicroUtil";
|
12
|
-
import MountUtil from "./implements/MountUtil";
|
13
|
-
import ObjectUtil from "./implements/ObjectUtil";
|
14
|
-
import StringUtil from "./implements/StringUtil";
|
15
|
-
import TaskUtil from "./implements/TaskUtil";
|
16
|
-
import TimeUtil from "./implements/TimeUtil";
|
17
|
-
import TreeUtil from "./implements/TreeUtil";
|
18
|
-
import ScrollUtil from "./implements/ScrollUtil";
|
19
|
-
import JsonUtil from "./implements/JsonUtil";
|
20
|
-
import BrowserUtil from "./implements/BrowserUtil";
|
21
|
-
import UrlUtil from "./implements/UrlUtil";
|
22
|
-
import SignUtil from "./implements/SignUtil";
|
23
|
-
export { UtilFactory, ArrayUtil, ComponentUtil, DomUtil, DictionaryUtil, EventUtil, FileUtil, HtmlUtil, ImageUtil, MathUtil, MountUtil, ObjectUtil, MicroUtil, StringUtil, TaskUtil, TimeUtil, TreeUtil, ScrollUtil, JsonUtil, BrowserUtil, UrlUtil, SignUtil };
|
1
|
+
export * from "./UtilFactory";
|
2
|
+
export * from "./implements";
|
@@ -1,11 +1,10 @@
|
|
1
|
-
import Position from "./Position";
|
1
|
+
import { Position } from "./Position";
|
2
2
|
/**
|
3
3
|
* 自定义拖拽事件
|
4
4
|
*/
|
5
|
-
declare class DragEvent extends Position {
|
5
|
+
export declare class DragEvent extends Position {
|
6
6
|
/**
|
7
7
|
* 吸附的方向
|
8
8
|
*/
|
9
9
|
affix?: string;
|
10
10
|
}
|
11
|
-
export default DragEvent;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import Rect from "./Rect";
|
2
|
-
import DragEvent from "./DragEvent";
|
1
|
+
import { Rect } from "./Rect";
|
2
|
+
import { DragEvent } from "./DragEvent";
|
3
3
|
/**
|
4
4
|
* 拖拽选项
|
5
5
|
*/
|
6
|
-
interface DragOptions {
|
6
|
+
export interface DragOptions {
|
7
7
|
/**
|
8
8
|
* 拖拽初始化
|
9
9
|
*/
|
@@ -25,4 +25,3 @@ interface DragOptions {
|
|
25
25
|
*/
|
26
26
|
affix?: number;
|
27
27
|
}
|
28
|
-
export default DragOptions;
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import Position from "./Position";
|
1
|
+
import { Position } from "./Position";
|
2
2
|
/**
|
3
3
|
* 区域类
|
4
4
|
*/
|
5
|
-
declare class Rect extends Position {
|
5
|
+
export declare class Rect extends Position {
|
6
6
|
width: number;
|
7
7
|
height: number;
|
8
8
|
constructor(x: number, y: number, width: number, height: number);
|
9
9
|
}
|
10
|
-
export default Rect;
|
@@ -1,5 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
export { type DragOptions, DragEvent, Position, Rect };
|
1
|
+
export * from "./DragOptions";
|
2
|
+
export * from "./DragEvent";
|
3
|
+
export * from "./Position";
|
4
|
+
export * from "./Rect";
|
@@ -1,16 +1,10 @@
|
|
1
|
-
import Factory from "../../factory
|
2
|
-
import IUtility from "./IUtility";
|
3
|
-
import AffixUtility from "./implement
|
4
|
-
import DeltaUtility from "./implement/DeltaUtility";
|
5
|
-
import EventUtility from "./implement/EventUtility";
|
6
|
-
import KeyboardUtility from "./implement/KeyboardUtility";
|
7
|
-
import RandomUtility from "./implement/RandomUtility";
|
8
|
-
import SaveUtility from "./implement/SaveUtility";
|
9
|
-
import MouseUtility from "./implement/MouseUtility";
|
1
|
+
import { Factory } from "../../factory";
|
2
|
+
import { IUtility } from "./IUtility";
|
3
|
+
import { AffixUtility, DeltaUtility, EventUtility, KeyboardUtility, RandomUtility, SaveUtility, MouseUtility } from "./implement";
|
10
4
|
/**
|
11
5
|
* 工具类工厂
|
12
6
|
*/
|
13
|
-
declare class UtilityFactory extends Factory<IUtility> {
|
7
|
+
export declare class UtilityFactory extends Factory<IUtility> {
|
14
8
|
type: string;
|
15
9
|
/**
|
16
10
|
* 创建固定工具
|
@@ -41,4 +35,3 @@ declare class UtilityFactory extends Factory<IUtility> {
|
|
41
35
|
*/
|
42
36
|
save(): SaveUtility;
|
43
37
|
}
|
44
|
-
export default UtilityFactory;
|
@@ -1,11 +1,10 @@
|
|
1
|
-
import Utility from "../Utility";
|
1
|
+
import { Utility } from "../Utility";
|
2
2
|
/**
|
3
3
|
* 固定元素位置
|
4
4
|
*/
|
5
|
-
declare class AffixUtility extends Utility {
|
5
|
+
export declare class AffixUtility extends Utility {
|
6
6
|
/**
|
7
7
|
* 初始化
|
8
8
|
*/
|
9
9
|
constructor(ele: Element, parent: Element);
|
10
10
|
}
|
11
|
-
export default AffixUtility;
|
@@ -1,11 +1,10 @@
|
|
1
|
-
import Utility from "../Utility";
|
1
|
+
import { Utility } from "../Utility";
|
2
2
|
/**
|
3
3
|
* 列表数据变动对比
|
4
4
|
*/
|
5
|
-
declare class DeltaUtility extends Utility {
|
5
|
+
export declare class DeltaUtility extends Utility {
|
6
6
|
/**
|
7
7
|
* 对比数据变动
|
8
8
|
*/
|
9
9
|
delta<T>(oldEntities: T[], newEntities: T[], keys: string[], props: []): void;
|
10
10
|
}
|
11
|
-
export default DeltaUtility;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { DragOptions } from "../@types";
|
2
2
|
import { ITask } from "../../tasks";
|
3
|
-
import Utility from "../Utility";
|
3
|
+
import { Utility } from "../Utility";
|
4
4
|
/**
|
5
5
|
* 事件工具类
|
6
6
|
*/
|
7
|
-
declare class EventUtility extends Utility {
|
7
|
+
export declare class EventUtility extends Utility {
|
8
8
|
constructor();
|
9
9
|
resizeTask: ITask;
|
10
10
|
resizeObserver: ResizeObserver;
|
@@ -67,4 +67,3 @@ declare class EventUtility extends Utility {
|
|
67
67
|
*/
|
68
68
|
dispose: () => void;
|
69
69
|
}
|
70
|
-
export default EventUtility;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import Utility from "../Utility";
|
1
|
+
import { Utility } from "../Utility";
|
2
2
|
/**
|
3
3
|
* 键盘帮助类
|
4
4
|
*/
|
5
|
-
declare class KeyboardUtility extends Utility {
|
5
|
+
export declare class KeyboardUtility extends Utility {
|
6
6
|
events: Object;
|
7
7
|
/**
|
8
8
|
* 注册事件
|
@@ -71,4 +71,3 @@ declare class KeyboardUtility extends Utility {
|
|
71
71
|
touch: (element: any, cb: Function) => void;
|
72
72
|
removeTouch: (element: any) => void;
|
73
73
|
}
|
74
|
-
export default KeyboardUtility;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import Utility from "../Utility";
|
1
|
+
import { Utility } from "../Utility";
|
2
2
|
/**
|
3
3
|
* 鼠标工具类
|
4
4
|
*/
|
5
|
-
declare class MouseUtility extends Utility {
|
5
|
+
export declare class MouseUtility extends Utility {
|
6
6
|
container: HTMLElement;
|
7
7
|
closeTriggers: HTMLElement[];
|
8
8
|
/**
|
@@ -22,4 +22,3 @@ declare class MouseUtility extends Utility {
|
|
22
22
|
*/
|
23
23
|
dispose: () => void;
|
24
24
|
}
|
25
|
-
export default MouseUtility;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import Utility from "../Utility";
|
1
|
+
import { Utility } from "../Utility";
|
2
2
|
/**
|
3
3
|
* 随机数工具类
|
4
4
|
* 带状态,如随机数记录了已经使用过的随机数
|
5
5
|
*/
|
6
|
-
declare class RandomUtility extends Utility {
|
6
|
+
export declare class RandomUtility extends Utility {
|
7
7
|
/**
|
8
8
|
* 随机数总长度
|
9
9
|
*/
|
@@ -38,4 +38,3 @@ declare class RandomUtility extends Utility {
|
|
38
38
|
*/
|
39
39
|
next(): number;
|
40
40
|
}
|
41
|
-
export default RandomUtility;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import Utility from "../Utility";
|
1
|
+
import { Utility } from "../Utility";
|
2
2
|
import { ITask } from "../../tasks";
|
3
3
|
import { IProvider } from "../../providers";
|
4
4
|
/**
|
5
5
|
* 自动保存工具
|
6
6
|
* 函数式编程,从而可以让方法被多处使用
|
7
7
|
*/
|
8
|
-
declare class SaveUtility extends Utility {
|
8
|
+
export declare class SaveUtility extends Utility {
|
9
9
|
/**
|
10
10
|
* 已开启窗口
|
11
11
|
* 使用静态对象记录各自工具类开启的窗口,保证同一个kind工具类,被窗口多开时,能够杜绝异步方法导致的变量不一致问题
|
@@ -38,17 +38,13 @@ declare class SaveUtility extends Utility {
|
|
38
38
|
*/
|
39
39
|
oldKey: string;
|
40
40
|
/**
|
41
|
-
*
|
41
|
+
* 内容变动监听程序
|
42
42
|
*/
|
43
43
|
handler: (val: any, oldVal: any) => Promise<void>;
|
44
44
|
/**
|
45
45
|
* 开启表单监控
|
46
46
|
*/
|
47
47
|
openAsync(kind: string, key: string, form: any): Promise<IProvider>;
|
48
|
-
/**
|
49
|
-
* 内容变动监听程序
|
50
|
-
*/
|
51
|
-
set changeHandler<T>(value: (val: T, oldVal: T) => Promise<void>);
|
52
48
|
/**
|
53
49
|
* 手动保存
|
54
50
|
*/
|
@@ -58,4 +54,3 @@ declare class SaveUtility extends Utility {
|
|
58
54
|
*/
|
59
55
|
dispose(dispose?: boolean): Promise<void>;
|
60
56
|
}
|
61
|
-
export default SaveUtility;
|
@@ -1,9 +1,3 @@
|
|
1
|
-
import EventUtility from "./implement/EventUtility";
|
2
|
-
import KeyboardUtility from "./implement/KeyboardUtility";
|
3
|
-
import DeltaUtility from "./implement/DeltaUtility";
|
4
|
-
import MouseUtility from "./implement/MouseUtility";
|
5
|
-
import RandomUtility from "./implement/RandomUtility";
|
6
|
-
import SaveUtility from "./implement/SaveUtility";
|
7
|
-
import UtilityFactory from "./UtilityFactory";
|
8
1
|
export * from "./@types";
|
9
|
-
export
|
2
|
+
export * from "./implement";
|
3
|
+
export * from "./UtilityFactory";
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import Factory from "../../factory
|
2
|
-
import IVideo from "./IVideo";
|
3
|
-
declare class VideoFactory extends Factory<IVideo> {
|
1
|
+
import { Factory } from "../../factory";
|
2
|
+
import { IVideo } from "./IVideo";
|
3
|
+
export declare class VideoFactory extends Factory<IVideo> {
|
4
4
|
type: string;
|
5
5
|
open(): void;
|
6
6
|
}
|
7
|
-
export default VideoFactory;
|
@@ -1,2 +1 @@
|
|
1
|
-
|
2
|
-
export { VideoFactory };
|
1
|
+
export * from "./VideoFactory";
|
@@ -2,10 +2,9 @@ import { IVoice } from "./IVoice";
|
|
2
2
|
/**
|
3
3
|
* 声音处理基类
|
4
4
|
*/
|
5
|
-
declare abstract class Voice implements IVoice {
|
5
|
+
export declare abstract class Voice implements IVoice {
|
6
6
|
type: string;
|
7
7
|
abstract startRecord(): string;
|
8
8
|
abstract download(): void;
|
9
9
|
abstract endRecord(): string;
|
10
10
|
}
|
11
|
-
export default Voice;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import Factory from "../../factory
|
1
|
+
import { Factory } from "../../factory";
|
2
2
|
import { IVoice } from "./IVoice";
|
3
|
-
declare class VoiceFactory extends Factory<IVoice> {
|
3
|
+
export declare class VoiceFactory extends Factory<IVoice> {
|
4
4
|
type: string;
|
5
5
|
open(): void;
|
6
6
|
}
|
7
|
-
export default VoiceFactory;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import Voice from "../Voice";
|
1
|
+
import { Voice } from "../Voice";
|
2
2
|
/**
|
3
3
|
* 文档:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html#23
|
4
4
|
*/
|
@@ -8,4 +8,3 @@ export declare class TencentVoice extends Voice {
|
|
8
8
|
endRecord(): string;
|
9
9
|
startRecord(): string;
|
10
10
|
}
|
11
|
-
export default TencentVoice;
|
@@ -1,2 +1 @@
|
|
1
|
-
|
2
|
-
export { VoiceFactory };
|
1
|
+
export * from "./VoiceFactory";
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { ICdn, IEncoder, IHasher, IHttp, II18n, IMessenger, ISocket, ITemplate, SsoUser } from "../drivers";
|
2
|
+
import { FeOptions } from "../@types";
|
3
|
+
/**
|
4
|
+
* 驱动常用实例集合,封装后方便修改引用
|
5
|
+
*/
|
6
|
+
export declare class Drivers {
|
7
|
+
/**
|
8
|
+
* 默认base64编码
|
9
|
+
*/
|
10
|
+
static base64: IEncoder;
|
11
|
+
/**
|
12
|
+
* CDN加载器
|
13
|
+
*/
|
14
|
+
static cdn: ICdn;
|
15
|
+
/**
|
16
|
+
* 默认Http请求对象
|
17
|
+
*/
|
18
|
+
static http: IHttp;
|
19
|
+
/**
|
20
|
+
* 多语言翻译对象
|
21
|
+
*/
|
22
|
+
static i18n: II18n;
|
23
|
+
/**
|
24
|
+
* MD5 hash计算
|
25
|
+
*/
|
26
|
+
static md5: IHasher;
|
27
|
+
/**
|
28
|
+
* Socket通信
|
29
|
+
*/
|
30
|
+
static socket: ISocket;
|
31
|
+
/**
|
32
|
+
* 默认模板引擎
|
33
|
+
*/
|
34
|
+
static template: ITemplate;
|
35
|
+
/**
|
36
|
+
* 初始化消息对象,保证后续更新能够被同步更新
|
37
|
+
*/
|
38
|
+
static messenger: IMessenger;
|
39
|
+
}
|
40
|
+
/**
|
41
|
+
* 初始化默认配置选项
|
42
|
+
*/
|
43
|
+
export declare function initOptionsAsync(options?: FeOptions): Promise<FeOptions>;
|
44
|
+
/**
|
45
|
+
* 初始化默认驱动实例
|
46
|
+
*/
|
47
|
+
export declare function initDriverAsync(options: FeOptions): Promise<void>;
|
48
|
+
/**
|
49
|
+
* 重新创建通信协议
|
50
|
+
* 用于:重新登录时,开启Http和Socket工具
|
51
|
+
*/
|
52
|
+
export declare function reopenProtocolAsync(user: SsoUser): Promise<void>;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { BuilderFactory, CdnFactory, EncoderFactory,
|
1
|
+
import { BuilderFactory, CdnFactory, EncoderFactory, CryptorFactory, ExcelFactory, ExplainerFactory, FeatureFactory, HasherFactory, UtilFactory, I18nFactory, IdentityFactory, HttpFactory, MessengerFactory, ProviderFactory, SignerFactory, SocketFactory, SsoFactory, TaskFactory, TemplateFactory, UtilityFactory } from "../drivers";
|
2
2
|
import { RepoFactory } from "../repos";
|
3
3
|
import { SvcFactory } from "../svcs";
|
4
4
|
/**
|
5
|
-
*
|
5
|
+
* 工厂集合
|
6
6
|
*/
|
7
|
-
declare class Factories {
|
7
|
+
export declare class Factories {
|
8
8
|
/**
|
9
9
|
* 工厂缓存
|
10
10
|
*/
|
@@ -26,7 +26,7 @@ declare class Factories {
|
|
26
26
|
/**
|
27
27
|
* 加解密工厂
|
28
28
|
*/
|
29
|
-
static get
|
29
|
+
static get cryptor(): CryptorFactory;
|
30
30
|
/**
|
31
31
|
* Excel工厂
|
32
32
|
*/
|
@@ -51,6 +51,10 @@ declare class Factories {
|
|
51
51
|
* 多语言工厂
|
52
52
|
*/
|
53
53
|
static get i18n(): I18nFactory;
|
54
|
+
/**
|
55
|
+
* 身份认证工厂
|
56
|
+
*/
|
57
|
+
static get identity(): IdentityFactory;
|
54
58
|
/**
|
55
59
|
* 消息提示请求工厂
|
56
60
|
*/
|
@@ -100,4 +104,3 @@ declare class Factories {
|
|
100
104
|
*/
|
101
105
|
static create<T>(type: any): T;
|
102
106
|
}
|
103
|
-
export default Factories;
|
package/esm/factory/Factory.d.ts
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
import IFactory from "./IFactory";
|
1
|
+
import { IFactory } from "./IFactory";
|
2
2
|
import { IDriver } from "../drivers";
|
3
3
|
import { Ref } from "../plugins";
|
4
4
|
/**
|
5
5
|
* 工厂基类
|
6
6
|
*/
|
7
|
-
declare abstract class Factory<T extends IDriver> implements IFactory<T> {
|
7
|
+
export declare abstract class Factory<T extends IDriver> implements IFactory<T> {
|
8
8
|
/**
|
9
9
|
* 工厂类型,可用于异常提示
|
10
10
|
*/
|
@@ -28,11 +28,11 @@ declare abstract class Factory<T extends IDriver> implements IFactory<T> {
|
|
28
28
|
* 根据主键创建并开启驱动,并返回加载后的驱动信息
|
29
29
|
*/
|
30
30
|
createByIdAsync: (id: number, driverRef?: Ref<any>) => Promise<T>;
|
31
|
-
createWithCache(type: string, name?: string, open?: (
|
31
|
+
createWithCache(type: string, name?: string, open?: (instance: T) => void): T;
|
32
32
|
/**
|
33
33
|
* 从缓存中获取指定名称的驱动,不存在则创建并执行初始化
|
34
34
|
*/
|
35
|
-
createWithCacheAsync(type?: string, open?: (
|
35
|
+
createWithCacheAsync(type?: string, open?: (instance: T) => Promise<void>): Promise<T>;
|
36
36
|
/**
|
37
37
|
* 异步创建指定类型驱动
|
38
38
|
*/
|
@@ -42,8 +42,7 @@ declare abstract class Factory<T extends IDriver> implements IFactory<T> {
|
|
42
42
|
*/
|
43
43
|
create(type: string): T;
|
44
44
|
/**
|
45
|
-
*
|
45
|
+
* 加载驱动详情
|
46
46
|
*/
|
47
47
|
loadDriverAsync(id: number): Promise<any>;
|
48
48
|
}
|
49
|
-
export default Factory;
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { Drivers } from "./Drivers";
|
2
|
+
import { FeOptions } from "../@types";
|
3
|
+
/**
|
4
|
+
* 多语言翻译功能集合
|
5
|
+
*/
|
6
|
+
export declare class I18ns {
|
7
|
+
/**
|
8
|
+
* 提取可导出的翻译方法,当i18n实例变化后,导出的方案会跟着变化?
|
9
|
+
*/
|
10
|
+
static t: typeof Drivers.i18n.t;
|
11
|
+
static exists: typeof Drivers.i18n.exists;
|
12
|
+
static sys: typeof Drivers.i18n.sys;
|
13
|
+
static enum: typeof Drivers.i18n.enum;
|
14
|
+
static field: typeof Drivers.i18n.field;
|
15
|
+
static field_choose_placeholder: typeof Drivers.i18n.field_choose_placeholder;
|
16
|
+
static field_placeholder: typeof Drivers.i18n.field_placeholder;
|
17
|
+
static table: typeof Drivers.i18n.table;
|
18
|
+
static module: typeof Drivers.i18n.module;
|
19
|
+
static menu: typeof Drivers.i18n.menu;
|
20
|
+
static setTitle: typeof Drivers.i18n.setTitle;
|
21
|
+
}
|
22
|
+
/**
|
23
|
+
* 初始化多语言
|
24
|
+
*/
|
25
|
+
export declare function initI18nsAsync(options: FeOptions): Promise<void>;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { ModuleRepo, QueryRepo, SettingRepo } from "../repos";
|
2
|
+
/**
|
3
|
+
* 仓储集合
|
4
|
+
*/
|
5
|
+
export declare class Repos {
|
6
|
+
/**
|
7
|
+
* 模块仓储
|
8
|
+
*/
|
9
|
+
static module: ModuleRepo;
|
10
|
+
/**
|
11
|
+
* 查询仓储
|
12
|
+
*/
|
13
|
+
static query: QueryRepo;
|
14
|
+
/**
|
15
|
+
* 设置仓储
|
16
|
+
*/
|
17
|
+
static setting: SettingRepo;
|
18
|
+
}
|
19
|
+
/**
|
20
|
+
* 初始化全局仓储对象
|
21
|
+
*/
|
22
|
+
export declare function initRepoAsync(): Promise<void>;
|