halo-fe 1.0.33 → 1.0.34
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/main.css +1 -0
- package/dist/main.js +6119 -2989
- package/dist/reset.css +68 -0
- package/dist/vendor/clone-BiNug-TV.js +141 -0
- package/dist/vendor/file-saver-LcQArykF.js +76 -0
- package/dist/vendor/liquidjs-DEqYMvhe.js +3351 -0
- package/dist/vendor/moment-CwOqp704.js +2589 -0
- package/dist/vendor/sprintf-js-CI46yikS.js +145 -0
- package/dist/vendor/underscore-DYMmD6H5.js +1073 -0
- package/dist/vendor/underscore.string-DzltYjQl.js +798 -0
- package/dist/vendor/util-deprecate-C5W9UHZW.js +33 -0
- package/esm/@type/FeOptions.d.ts +32 -0
- package/esm/comp/@type/CompProps.d.ts +10 -0
- package/esm/comp/@type/CompSize.d.ts +4 -0
- package/esm/comp/@type/index.d.ts +2 -0
- package/esm/comp/alert/@types/AlertProps.d.ts +3 -0
- package/esm/comp/alert/@types/index.d.ts +1 -0
- package/esm/comp/alert/Index.vue.d.ts +3 -0
- package/esm/comp/alert/index.d.ts +2 -0
- package/esm/comp/business/@types/TipsEmit.d.ts +3 -0
- package/esm/comp/business/@types/TipsProps.d.ts +2 -0
- package/esm/comp/business/@types/index.d.ts +2 -0
- package/esm/comp/business/Debugger.vue.d.ts +328 -0
- package/esm/comp/business/Tips.vue.d.ts +7 -0
- package/esm/comp/business/cruds/@types/CrudDrawer.d.ts +12 -0
- package/esm/comp/business/cruds/@types/CrudEmit.d.ts +17 -0
- package/esm/comp/business/cruds/@types/CrudExpose.d.ts +3 -0
- package/esm/comp/business/cruds/@types/CrudProps.d.ts +18 -0
- package/esm/comp/business/cruds/@types/index.d.ts +4 -0
- package/esm/comp/business/cruds/Index.vue.d.ts +592 -0
- package/esm/comp/business/cruds/index.d.ts +3 -0
- package/esm/comp/business/drivers/@types/DriverBaseProps.d.ts +17 -0
- package/esm/comp/business/drivers/@types/DriverEmit.d.ts +17 -0
- package/esm/comp/business/drivers/@types/DriverExpose.d.ts +22 -0
- package/esm/comp/business/drivers/@types/DriverFormProps.d.ts +14 -0
- package/esm/comp/business/drivers/@types/DriverPickerEmit.d.ts +13 -0
- package/esm/comp/business/drivers/@types/DriverPickerExpose.d.ts +17 -0
- package/esm/comp/business/drivers/@types/DriverPickerProps.d.ts +18 -0
- package/esm/comp/business/drivers/@types/DriverProps.d.ts +29 -0
- package/esm/comp/business/drivers/@types/KindFormProps.d.ts +16 -0
- package/esm/comp/business/drivers/@types/index.d.ts +6 -0
- package/esm/comp/business/drivers/Index.vue.d.ts +131 -0
- package/esm/comp/business/drivers/Picker.vue.d.ts +38 -0
- package/esm/comp/business/drivers/index.d.ts +4 -0
- package/esm/comp/business/index.d.ts +6 -0
- package/esm/comp/button/@types/ButtonEmit.d.ts +9 -0
- package/esm/comp/button/@types/ButtonProps.d.ts +22 -0
- package/esm/comp/button/@types/ButtonsEmit.d.ts +2 -0
- package/esm/comp/button/@types/ButtonsProps.d.ts +6 -0
- package/esm/comp/button/@types/index.d.ts +4 -0
- package/esm/comp/button/Button.vue.d.ts +29 -0
- package/esm/comp/button/Index.vue.d.ts +18 -0
- package/esm/comp/button/index.d.ts +3 -0
- package/esm/comp/calender/@types/CalendarProps.d.ts +5 -0
- package/esm/comp/calender/@types/index.d.ts +1 -0
- package/esm/comp/calender/Index.vue.d.ts +11 -0
- package/esm/comp/calender/index.d.ts +2 -0
- package/esm/comp/card/@types/index.d.ts +0 -0
- package/esm/comp/checkbox/@types/CheckboxEmit.d.ts +9 -0
- package/esm/comp/checkbox/@types/CheckboxProps.d.ts +6 -0
- package/esm/comp/checkbox/@types/CheckboxsEmit.d.ts +9 -0
- package/esm/comp/checkbox/@types/CheckboxsProps.d.ts +2 -0
- package/esm/comp/checkbox/@types/index.d.ts +4 -0
- package/esm/comp/checkbox/Checkbox.vue.d.ts +35 -0
- package/esm/comp/checkbox/Index.vue.d.ts +29 -0
- package/esm/comp/checkbox/index.d.ts +3 -0
- package/esm/comp/datetime/@types/DateEmit.d.ts +5 -0
- package/esm/comp/datetime/@types/DateProps.d.ts +5 -0
- package/esm/comp/datetime/@types/DateTimeEmit.d.ts +2 -0
- package/esm/comp/datetime/@types/DateTimeProps.d.ts +3 -0
- package/esm/comp/datetime/@types/index.d.ts +4 -0
- package/esm/comp/datetime/Date.vue.d.ts +235 -0
- package/esm/comp/datetime/Index.vue.d.ts +26 -0
- package/esm/comp/datetime/TimeRange.vue.d.ts +2 -0
- package/esm/comp/datetime/index.d.ts +4 -0
- package/esm/comp/dialog/@types/DialogDragData.d.ts +26 -0
- package/esm/comp/dialog/@types/DialogEmit.d.ts +39 -0
- package/esm/comp/dialog/@types/DialogExpose.d.ts +26 -0
- package/esm/comp/dialog/@types/DialogOptions.d.ts +27 -0
- package/esm/comp/dialog/@types/DialogProps.d.ts +48 -0
- package/esm/comp/dialog/@types/DialogState.d.ts +27 -0
- package/esm/comp/dialog/@types/DialogStatus.d.ts +5 -0
- package/esm/comp/dialog/@types/index.d.ts +7 -0
- package/esm/comp/dialog/Index.vue.d.ts +82 -0
- package/esm/comp/dialog/index.d.ts +3 -0
- package/esm/comp/drawer/@types/DrawerEmit.d.ts +9 -0
- package/esm/comp/drawer/@types/DrawerProps.d.ts +25 -0
- package/esm/comp/drawer/@types/index.d.ts +2 -0
- package/esm/comp/drawer/Index.vue.d.ts +27 -0
- package/esm/comp/drawer/index.d.ts +2 -0
- package/esm/comp/dropdown/@types/DropdownEmit.d.ts +13 -0
- package/esm/comp/dropdown/@types/DropdownExpose.d.ts +6 -0
- package/esm/comp/dropdown/@types/DropdownProps.d.ts +27 -0
- package/esm/comp/dropdown/@types/index.d.ts +3 -0
- package/esm/comp/dropdown/Index.vue.d.ts +433 -0
- package/esm/comp/dropdown/index.d.ts +3 -0
- package/esm/comp/empty/@types/EmptyProps.d.ts +2 -0
- package/esm/comp/empty/@types/index.d.ts +1 -0
- package/esm/comp/empty/Index.vue.d.ts +18 -0
- package/esm/comp/empty/index.d.ts +2 -0
- package/esm/comp/form/@types/FieldEmit.d.ts +5 -0
- package/esm/comp/form/@types/FieldProps.d.ts +14 -0
- package/esm/comp/form/@types/FormEmit.d.ts +5 -0
- package/esm/comp/form/@types/FormProps.d.ts +14 -0
- package/esm/comp/form/@types/index.d.ts +4 -0
- package/esm/comp/form/Field.vue.d.ts +19 -0
- package/esm/comp/form/Index.vue.d.ts +18 -0
- package/esm/comp/form/index.d.ts +3 -0
- package/esm/comp/icon/@types/ArrowDirection.d.ts +1 -0
- package/esm/comp/icon/@types/ArrowEmit.d.ts +10 -0
- package/esm/comp/icon/@types/ArrowProps.d.ts +11 -0
- package/esm/comp/icon/@types/IconEmit.d.ts +6 -0
- package/esm/comp/icon/@types/IconProps.d.ts +9 -0
- package/esm/comp/icon/@types/index.d.ts +5 -0
- package/esm/comp/icon/Arrow.vue.d.ts +7 -0
- package/esm/comp/icon/Index.vue.d.ts +11 -0
- package/esm/comp/icon/index.d.ts +4 -0
- package/esm/comp/index.d.ts +37 -0
- package/esm/comp/input/@types/CodeEmit.d.ts +22 -0
- package/esm/comp/input/@types/InputEmit.d.ts +25 -0
- package/esm/comp/input/@types/InputExpose.d.ts +10 -0
- package/esm/comp/input/@types/InputProps.d.ts +13 -0
- package/esm/comp/input/@types/RichTextEmit.d.ts +14 -0
- package/esm/comp/input/@types/RichTextProps.d.ts +13 -0
- package/esm/comp/input/@types/index.d.ts +8 -0
- package/esm/comp/input/Code.vue.d.ts +32 -0
- package/esm/comp/input/Compare.vue.d.ts +42 -0
- package/esm/comp/input/Index.vue.d.ts +45 -0
- package/esm/comp/input/RichText.vue.d.ts +84 -0
- package/esm/comp/input/index.d.ts +6 -0
- package/esm/comp/layout/@types/ColProps.d.ts +9 -0
- package/esm/comp/layout/@types/index.d.ts +2 -0
- package/esm/comp/layout/Col.vue.d.ts +18 -0
- package/esm/comp/layout/Container.vue.d.ts +35 -0
- package/esm/comp/layout/Fill.vue.d.ts +25 -0
- package/esm/comp/layout/Row.vue.d.ts +24 -0
- package/esm/comp/layout/index.d.ts +6 -0
- package/esm/comp/link/@types/LinkEmit.d.ts +6 -0
- package/esm/comp/link/@types/LinkProps.d.ts +6 -0
- package/esm/comp/link/@types/index.d.ts +2 -0
- package/esm/comp/link/Index.vue.d.ts +22 -0
- package/esm/comp/link/index.d.ts +2 -0
- package/esm/comp/loading/@types/LoadingProps.d.ts +2 -0
- package/esm/comp/loading/@types/index.d.ts +1 -0
- package/esm/comp/loading/Loading.vue.d.ts +3 -0
- package/esm/comp/loading/index.d.ts +2 -0
- package/esm/comp/menu/@types/MenuEmit.d.ts +6 -0
- package/esm/comp/menu/@types/MenuProps.d.ts +13 -0
- package/esm/comp/menu/@types/MenusEmit.d.ts +2 -0
- package/esm/comp/menu/@types/MenusProps.d.ts +9 -0
- package/esm/comp/menu/@types/index.d.ts +4 -0
- package/esm/comp/menu/Index.vue.d.ts +18 -0
- package/esm/comp/menu/Menu.vue.d.ts +22 -0
- package/esm/comp/menu/index.d.ts +3 -0
- package/esm/comp/number/@types/index.d.ts +0 -0
- package/esm/comp/number/Index.vue.d.ts +24 -0
- package/esm/comp/number/index.d.ts +2 -0
- package/esm/comp/overlay/@types/OverlayEmit.d.ts +13 -0
- package/esm/comp/overlay/@types/OverlayProps.d.ts +17 -0
- package/esm/comp/overlay/@types/index.d.ts +2 -0
- package/esm/comp/overlay/Index.vue.d.ts +24 -0
- package/esm/comp/overlay/index.d.ts +2 -0
- package/esm/comp/pager/@types/PagerEmit.d.ts +13 -0
- package/esm/comp/pager/@types/PagerProps.d.ts +9 -0
- package/esm/comp/pager/@types/index.d.ts +2 -0
- package/esm/comp/pager/Index.vue.d.ts +23 -0
- package/esm/comp/popover/@types/PopoverDirection.d.ts +4 -0
- package/esm/comp/popover/@types/PopoverEmit.d.ts +14 -0
- package/esm/comp/popover/@types/PopoverExpose.d.ts +25 -0
- package/esm/comp/popover/@types/PopoverPosition.d.ts +30 -0
- package/esm/comp/popover/@types/PopoverProps.d.ts +26 -0
- package/esm/comp/popover/@types/index.d.ts +5 -0
- package/esm/comp/popover/Index.vue.d.ts +162 -0
- package/esm/comp/popover/index.d.ts +3 -0
- package/esm/comp/progress/@types/SocketProgressProps.d.ts +38 -0
- package/esm/comp/progress/@types/index.d.ts +1 -0
- package/esm/comp/progress/Socket.vue.d.ts +18 -0
- package/esm/comp/progress/index.d.ts +5 -0
- package/esm/comp/radio/@types/RadioEmit.d.ts +6 -0
- package/esm/comp/radio/@types/RadioProps.d.ts +6 -0
- package/esm/comp/radio/@types/RadiosEmit.d.ts +2 -0
- package/esm/comp/radio/@types/RadiosProps.d.ts +5 -0
- package/esm/comp/radio/@types/index.d.ts +4 -0
- package/esm/comp/radio/Index.vue.d.ts +26 -0
- package/esm/comp/radio/Radio.vue.d.ts +22 -0
- package/esm/comp/radio/index.d.ts +3 -0
- package/esm/comp/resizer/@types/ResizerEmit.d.ts +13 -0
- package/esm/comp/resizer/@types/ResizerPosition.d.ts +4 -0
- package/esm/comp/resizer/@types/ResizerProps.d.ts +19 -0
- package/esm/comp/resizer/@types/ResizersData.d.ts +21 -0
- package/esm/comp/resizer/@types/ResizersEmit.d.ts +16 -0
- package/esm/comp/resizer/@types/ResizersProps.d.ts +16 -0
- package/esm/comp/resizer/@types/index.d.ts +6 -0
- package/esm/comp/resizer/Index.vue.d.ts +11 -0
- package/esm/comp/resizer/Resizers.vue.d.ts +9 -0
- package/esm/comp/resizer/index.d.ts +4 -0
- package/esm/comp/scroller/@types/ScrollerEmit.d.ts +10 -0
- package/esm/comp/scroller/@types/ScrollerEvent.d.ts +13 -0
- package/esm/comp/scroller/@types/ScrollerExpose.d.ts +13 -0
- package/esm/comp/scroller/@types/ScrollerProps.d.ts +13 -0
- package/esm/comp/scroller/@types/index.d.ts +4 -0
- package/esm/comp/scroller/Index.vue.d.ts +33 -0
- package/esm/comp/scroller/index.d.ts +3 -0
- package/esm/comp/select/@types/OptionProps.d.ts +17 -0
- package/esm/comp/select/@types/OptionRef.d.ts +18 -0
- package/esm/comp/select/@types/SelectEmit.d.ts +9 -0
- package/esm/comp/select/@types/SelectProps.d.ts +17 -0
- package/esm/comp/select/@types/index.d.ts +4 -0
- package/esm/comp/select/Index.vue.d.ts +479 -0
- package/esm/comp/select/Option.vue.d.ts +22 -0
- package/esm/comp/select/index.d.ts +3 -0
- package/esm/comp/tab/@types/TabEmit.d.ts +9 -0
- package/esm/comp/tab/@types/TabProps.d.ts +21 -0
- package/esm/comp/tab/@types/TabRef.d.ts +15 -0
- package/esm/comp/tab/@types/TabsEmit.d.ts +5 -0
- package/esm/comp/tab/@types/TabsProps.d.ts +29 -0
- package/esm/comp/tab/@types/index.d.ts +5 -0
- package/esm/comp/tab/Index.vue.d.ts +30 -0
- package/esm/comp/tab/Tab.vue.d.ts +19 -0
- package/esm/comp/tab/index.d.ts +4 -0
- package/esm/comp/table/@types/ColumnEmit.d.ts +6 -0
- package/esm/comp/table/@types/ColumnProps.d.ts +53 -0
- package/esm/comp/table/@types/RowExpose.d.ts +15 -0
- package/esm/comp/table/@types/SortEmit.d.ts +9 -0
- package/esm/comp/table/@types/TableEmit.d.ts +31 -0
- package/esm/comp/table/@types/TableExpose.d.ts +21 -0
- package/esm/comp/table/@types/TableProps.d.ts +71 -0
- package/esm/comp/table/@types/TableRowEmit.d.ts +14 -0
- package/esm/comp/table/@types/TableRowProps.d.ts +9 -0
- package/esm/comp/table/@types/index.d.ts +9 -0
- package/esm/comp/table/Column.vue.d.ts +165 -0
- package/esm/comp/table/Index.vue.d.ts +801 -0
- package/esm/comp/table/Row.vue.d.ts +29 -0
- package/esm/comp/table/Sort.vue.d.ts +12 -0
- package/esm/comp/table/index.d.ts +4 -0
- package/esm/comp/table/useColumn.d.ts +8 -0
- package/esm/comp/taskbar/@types/TaskbarEmit.d.ts +2 -0
- package/esm/comp/taskbar/@types/TaskbarProps.d.ts +9 -0
- package/esm/comp/taskbar/@types/TaskbarsEmit.d.ts +2 -0
- package/esm/comp/taskbar/@types/TaskbarsProps.d.ts +5 -0
- package/esm/comp/taskbar/@types/index.d.ts +4 -0
- package/esm/comp/taskbar/Index.vue.d.ts +27 -0
- package/esm/comp/taskbar/Taskbar.vue.d.ts +18 -0
- package/esm/comp/taskbar/index.d.ts +3 -0
- package/esm/comp/tooltip/@types/TooltipEmit.d.ts +9 -0
- package/esm/comp/tooltip/@types/TooltipExpose.d.ts +6 -0
- package/esm/comp/tooltip/@types/TooltipProps.d.ts +6 -0
- package/esm/comp/tooltip/@types/index.d.ts +3 -0
- package/esm/comp/tooltip/Index.vue.d.ts +304 -0
- package/esm/comp/tooltip/index.d.ts +3 -0
- package/esm/comp/tree/@types/TreeEmit.d.ts +9 -0
- package/esm/comp/tree/@types/TreeProps.d.ts +25 -0
- package/esm/comp/tree/@types/index.d.ts +2 -0
- package/esm/comp/tree/Index.vue.d.ts +24 -0
- package/esm/comp/tree/index.d.ts +2 -0
- package/esm/comp/upload/Index.vue.d.ts +17 -0
- package/esm/comp/upload/index.d.ts +2 -0
- package/esm/comp/window/@types/WindowEmit.d.ts +3 -0
- package/esm/comp/window/@types/WindowProps.d.ts +14 -0
- package/esm/comp/window/@types/WindowState.d.ts +15 -0
- package/esm/comp/window/@types/index.d.ts +3 -0
- package/esm/comp/window/Index.vue.d.ts +33 -0
- package/esm/comp/window/index.d.ts +2 -0
- package/esm/driver/bridge/IBridge.d.ts +6 -0
- package/esm/driver/builder/BaseBuilder.d.ts +10 -0
- package/esm/driver/builder/IBuilder.d.ts +15 -0
- package/esm/driver/builder/implement/JsonBuilder.d.ts +7 -0
- package/esm/driver/builder/implement/MongoBuilder.d.ts +10 -0
- package/esm/driver/builder/implement/MySqlBuilder.d.ts +7 -0
- package/esm/driver/builder/implement/SqlBuilder.d.ts +10 -0
- package/esm/driver/builder/index.d.ts +3 -0
- package/esm/driver/cdn/BaseCdn.d.ts +31 -0
- package/esm/driver/cdn/ICdn.d.ts +50 -0
- package/esm/driver/cdn/implement/LocalCdn.d.ts +16 -0
- package/esm/driver/cdn/implement/ThirdCdn.d.ts +28 -0
- package/esm/driver/cdn/index.d.ts +3 -0
- package/esm/driver/cryptor/BaseCryptor.d.ts +10 -0
- package/esm/driver/cryptor/ICryptor.d.ts +14 -0
- package/esm/driver/cryptor/implement/AesCryptor.d.ts +9 -0
- package/esm/driver/cryptor/implement/PoJunCryptor.d.ts +13 -0
- package/esm/driver/encoder/BaseEncoder.d.ts +15 -0
- package/esm/driver/encoder/IEncoder.d.ts +22 -0
- package/esm/driver/encoder/implement/Base64Encoder.d.ts +11 -0
- package/esm/driver/encoder/implement/UrlEncoder.d.ts +6 -0
- package/esm/driver/excel/BaseExcel.d.ts +9 -0
- package/esm/driver/excel/IExcel.d.ts +10 -0
- package/esm/driver/excel/implement/XlsxExcel.d.ts +10 -0
- package/esm/driver/explainer/BaseExplainer.d.ts +4 -0
- package/esm/driver/explainer/IExplainer.d.ts +3 -0
- package/esm/driver/explainer/implement/JsonExplainer.d.ts +6 -0
- package/esm/driver/feature/BaseFeature.d.ts +11 -0
- package/esm/driver/feature/IFeature.d.ts +18 -0
- package/esm/driver/feature/implement/ExpressionFeature.d.ts +10 -0
- package/esm/driver/feature/implement/I18NFeature.d.ts +10 -0
- package/esm/driver/feature/implement/SortFeature.d.ts +11 -0
- package/esm/driver/hasher/BaseHasher.d.ts +9 -0
- package/esm/driver/hasher/IHasher.d.ts +14 -0
- package/esm/driver/hasher/implement/Md5Hasher.d.ts +10 -0
- package/esm/driver/hasher/implement/Sha256Hasher.d.ts +9 -0
- package/esm/driver/http/BaseHttp.d.ts +47 -0
- package/esm/driver/http/HttpFactory.d.ts +19 -0
- package/esm/driver/http/IHttp.d.ts +47 -0
- package/esm/driver/http/entity/HttpProgress.d.ts +8 -0
- package/esm/driver/http/implement/DefaultHttp.d.ts +24 -0
- package/esm/driver/http/implement/EiHttp.d.ts +27 -0
- package/esm/driver/http/implement/FeiShuHttp.d.ts +7 -0
- package/esm/driver/http/implement/HaloHttp.d.ts +40 -0
- package/esm/driver/http/implement/MkHttp.d.ts +29 -0
- package/esm/driver/http/index.d.ts +4 -0
- package/esm/driver/i18n/BaseI18n.d.ts +41 -0
- package/esm/driver/i18n/II18n.d.ts +83 -0
- package/esm/driver/i18n/implement/DefaultI18n.d.ts +12 -0
- package/esm/driver/identity/BaseIdentity.d.ts +11 -0
- package/esm/driver/identity/IIdentity.d.ts +15 -0
- package/esm/driver/identity/IdentityFactory.d.ts +8 -0
- package/esm/driver/identity/implement/DefaultIdentity.d.ts +9 -0
- package/esm/driver/identity/implement/EiIdentity.d.ts +15 -0
- package/esm/driver/identity/index.d.ts +3 -0
- package/esm/driver/index.d.ts +24 -0
- package/esm/driver/messenger/BaseMessenger.d.ts +14 -0
- package/esm/driver/messenger/IMessenger.d.ts +34 -0
- package/esm/driver/messenger/implement/ConsoleMessenger.d.ts +14 -0
- package/esm/driver/messenger/index.d.ts +3 -0
- package/esm/driver/provider/BaseProvider.d.ts +20 -0
- package/esm/driver/provider/IProvider.d.ts +58 -0
- package/esm/driver/provider/implement/CookieProvider.d.ts +15 -0
- package/esm/driver/provider/implement/IndexedDbProvider.d.ts +63 -0
- package/esm/driver/provider/implement/StorageProvider.d.ts +27 -0
- package/esm/driver/provider/index.d.ts +3 -0
- package/esm/driver/signer/BaseSigner.d.ts +13 -0
- package/esm/driver/signer/ISigner.d.ts +20 -0
- package/esm/driver/signer/implement/DefaultSigner.d.ts +16 -0
- package/esm/driver/signer/implement/EiSigner.d.ts +21 -0
- package/esm/driver/socket/BaseSocket.d.ts +30 -0
- package/esm/driver/socket/ISocket.d.ts +38 -0
- package/esm/driver/socket/SocketFactory.d.ts +14 -0
- package/esm/driver/socket/implement/DefaultSocket.d.ts +60 -0
- package/esm/driver/socket/index.d.ts +3 -0
- package/esm/driver/sso/BaseSso.d.ts +14 -0
- package/esm/driver/sso/ISso.d.ts +27 -0
- package/esm/driver/sso/entity/SsoInfo.d.ts +21 -0
- package/esm/driver/sso/entity/index.d.ts +1 -0
- package/esm/driver/sso/implement/AnonymousSso.d.ts +15 -0
- package/esm/driver/sso/implement/BearerSso.d.ts +18 -0
- package/esm/driver/sso/implement/NioSso.d.ts +20 -0
- package/esm/driver/sso/implement/SecretSso.d.ts +15 -0
- package/esm/driver/sso/implement/WeiXinSso.d.ts +11 -0
- package/esm/driver/sso/index.d.ts +3 -0
- package/esm/driver/task/BaseTask.d.ts +14 -0
- package/esm/driver/task/ITask.d.ts +33 -0
- package/esm/driver/task/implement/MemoryTask.d.ts +29 -0
- package/esm/driver/template/BaseTemplate.d.ts +5 -0
- package/esm/driver/template/ITemplate.d.ts +10 -0
- package/esm/driver/template/implement/LiquidTemplate.d.ts +5 -0
- package/esm/driver/util/@type/DomBound.d.ts +21 -0
- package/esm/driver/util/@type/DomRect.d.ts +21 -0
- package/esm/driver/util/@type/Ref.d.ts +7 -0
- package/esm/driver/util/@type/index.d.ts +5 -0
- package/esm/driver/util/BaseUtil.d.ts +7 -0
- package/esm/driver/util/IUtil.d.ts +7 -0
- package/esm/driver/util/UtilFactory.d.ts +34 -0
- package/esm/driver/util/implement/ArrayUtil.d.ts +137 -0
- package/esm/driver/util/implement/BrowserUtil.d.ts +11 -0
- package/esm/driver/util/implement/ComponentUtil.d.ts +36 -0
- package/esm/driver/util/implement/DictionaryUtil.d.ts +39 -0
- package/esm/driver/util/implement/DomUtil.d.ts +171 -0
- package/esm/driver/util/implement/EventUtil.d.ts +31 -0
- package/esm/driver/util/implement/FileUtil.d.ts +23 -0
- package/esm/driver/util/implement/HtmlUtil.d.ts +15 -0
- package/esm/driver/util/implement/ImageUtil.d.ts +11 -0
- package/esm/driver/util/implement/JsonUtil.d.ts +62 -0
- package/esm/driver/util/implement/MathUtil.d.ts +70 -0
- package/esm/driver/util/implement/MicroUtil.d.ts +11 -0
- package/esm/driver/util/implement/MountUtil.d.ts +15 -0
- package/esm/driver/util/implement/ObjectUtil.d.ts +99 -0
- package/esm/driver/util/implement/ScrollUtil.d.ts +15 -0
- package/esm/driver/util/implement/SignUtil.d.ts +15 -0
- package/esm/driver/util/implement/StringUtil.d.ts +107 -0
- package/esm/driver/util/implement/TaskUtil.d.ts +27 -0
- package/esm/driver/util/implement/TimeUtil.d.ts +71 -0
- package/esm/driver/util/implement/TreeUtil.d.ts +55 -0
- package/esm/driver/util/implement/UrlUtil.d.ts +105 -0
- package/esm/driver/util/index.d.ts +3 -0
- package/esm/driver/utility/@type/index.d.ts +2 -0
- package/esm/driver/utility/BaseUtility.d.ts +7 -0
- package/esm/driver/utility/IUtility.d.ts +6 -0
- package/esm/driver/utility/implement/AffixUtility.d.ts +10 -0
- package/esm/driver/utility/implement/DeltaUtility.d.ts +10 -0
- package/esm/driver/utility/implement/EventUtility.d.ts +61 -0
- package/esm/driver/utility/implement/KeyboardUtility.d.ts +77 -0
- package/esm/driver/utility/implement/MouseUtility.d.ts +24 -0
- package/esm/driver/utility/implement/RandomUtility.d.ts +40 -0
- package/esm/driver/utility/implement/SaveUtility.d.ts +66 -0
- package/esm/driver/utility/index.d.ts +3 -0
- package/esm/driver/video/IVideo.d.ts +3 -0
- package/esm/driver/voice/BaseVoice.d.ts +10 -0
- package/esm/driver/voice/IVoice.d.ts +15 -0
- package/esm/driver/voice/implement/DefaultVoice.d.ts +7 -0
- package/esm/driver/voice/implement/TencentVoice.d.ts +10 -0
- package/esm/factory/Drivers.d.ts +3 -3
- package/esm/factory/Factories.d.ts +3 -3
- package/esm/factory/Factory.d.ts +1 -2
- package/esm/factory/I18ns.d.ts +32 -1
- package/esm/factory/IFactory.d.ts +1 -1
- package/esm/factory/Repos.d.ts +1 -1
- package/esm/factory/Svcs.d.ts +35 -30
- package/esm/factory/Utilities.d.ts +33 -0
- package/esm/factory/Utils.d.ts +64 -1
- package/esm/factory/index.d.ts +1 -0
- package/esm/main.d.ts +11 -8
- package/esm/plugin/index.d.ts +3 -0
- package/esm/repo/BaseRepo.d.ts +7 -0
- package/esm/repo/IRepo.d.ts +3 -0
- package/esm/repo/RepoFactory.d.ts +21 -0
- package/esm/repo/entity/KeyboardType.d.ts +13 -0
- package/esm/repo/implement/ModuleRepo.d.ts +54 -0
- package/esm/repo/implement/QueryRepo.d.ts +63 -0
- package/esm/repo/index.d.ts +5 -0
- package/esm/svc/BaseSvc.d.ts +7 -0
- package/esm/svc/ISvc.d.ts +6 -0
- package/esm/svc/implement/CompSvc.d.ts +31 -0
- package/esm/svc/implement/ConfigSvc.d.ts +71 -0
- package/esm/svc/implement/DriverSvc.d.ts +11 -0
- package/esm/svc/implement/UserSvc.d.ts +54 -0
- package/esm/svc/index.d.ts +3 -0
- package/package.json +15 -15
- package/dist/assets/clone-DtpAsLoe.js +0 -139
- package/dist/assets/file-saver-Cnua3zoa.js +0 -74
- package/dist/assets/liquidjs-BfOWWjtJ.js +0 -2907
- package/dist/assets/moment-h96o7c8I.js +0 -2578
- package/dist/assets/sprintf-js-BPTdvBYM.js +0 -148
- package/dist/assets/underscore-B0BCaBxV.js +0 -1070
- package/dist/assets/underscore.string-oDfap0sE.js +0 -425
- package/dist/assets/util-deprecate-BqFawLoO.js +0 -28
- package/dist/style.css +0 -1
- package/esm/@types/CreateFeOptions.d.ts +0 -32
- package/esm/@types/FeOptions.d.ts +0 -32
- package/esm/coms/@types/ColumnEmit.d.ts +0 -3
- package/esm/coms/@types/ColumnProps.d.ts +0 -5
- package/esm/coms/@types/PagerEmit.d.ts +0 -10
- package/esm/coms/@types/PagerProps.d.ts +0 -17
- package/esm/coms/@types/ScrollerProps.d.ts +0 -14
- package/esm/coms/@types/SocketProgressProps.d.ts +0 -42
- package/esm/coms/@types/TabProps.d.ts +0 -10
- package/esm/coms/@types/TableEmit.d.ts +0 -9
- package/esm/coms/@types/TableProps.d.ts +0 -33
- package/esm/coms/@types/index.d.ts +0 -9
- package/esm/coms/Empty.vue.d.ts +0 -32
- package/esm/coms/Fill.vue.d.ts +0 -23
- package/esm/coms/Progress.vue.d.ts +0 -8
- package/esm/coms/Scroller.vue.d.ts +0 -30
- package/esm/coms/conditions/types/ConditionGroupProps.d.ts +0 -11
- package/esm/coms/conditions/types/ConditionProps.d.ts +0 -18
- package/esm/coms/conditions/types/index.d.ts +0 -3
- package/esm/coms/controls/@types/CodeEmit.d.ts +0 -22
- package/esm/coms/controls/@types/RichTextOptions.d.ts +0 -13
- package/esm/coms/controls/@types/RichTextProps.d.ts +0 -11
- package/esm/coms/controls/@types/index.d.ts +0 -5
- package/esm/coms/controls/Code.vue.d.ts +0 -30
- package/esm/coms/controls/Compare.vue.d.ts +0 -40
- package/esm/coms/controls/Option.vue.d.ts +0 -2
- package/esm/coms/controls/RichText.vue.d.ts +0 -15
- package/esm/coms/controls/Select.vue.d.ts +0 -2
- package/esm/coms/controls/index.d.ts +0 -8
- package/esm/coms/controls/types/CodeEmit.d.ts +0 -23
- package/esm/coms/controls/types/CodeProps.d.ts +0 -28
- package/esm/coms/controls/types/Range.d.ts +0 -26
- package/esm/coms/controls/types/RichTextOptions.d.ts +0 -14
- package/esm/coms/controls/types/RichTextProps.d.ts +0 -12
- package/esm/coms/controls/types/index.d.ts +0 -6
- package/esm/coms/index.d.ts +0 -15
- package/esm/coms/layouts/@types/index.d.ts +0 -1
- package/esm/coms/layouts/Container.vue.d.ts +0 -33
- package/esm/coms/layouts/Row.vue.d.ts +0 -22
- package/esm/coms/layouts/index.d.ts +0 -5
- package/esm/coms/layouts/types/RowProps.d.ts +0 -14
- package/esm/coms/layouts/types/index.d.ts +0 -2
- package/esm/coms/pagers/Index.vue.d.ts +0 -9
- package/esm/coms/progresses/@types/SocketProgressProps.d.ts +0 -23
- package/esm/coms/progresses/@types/index.d.ts +0 -2
- package/esm/coms/progresses/Progress.vue.d.ts +0 -6
- package/esm/coms/progresses/SocketProgress.vue.d.ts +0 -18
- package/esm/coms/progresses/index.d.ts +0 -4
- package/esm/coms/progresses/types/SocketProgressProps.d.ts +0 -23
- package/esm/coms/progresses/types/index.d.ts +0 -2
- package/esm/coms/tables/Column.vue.d.ts +0 -22
- package/esm/coms/tables/Index.vue.d.ts +0 -34
- package/esm/coms/tables/Table.vue.d.ts +0 -2
- package/esm/coms/tabs/@types/TabProps.d.ts +0 -7
- package/esm/coms/tabs/@types/index.d.ts +0 -2
- package/esm/coms/tabs/Tab.vue.d.ts +0 -3
- package/esm/coms/tabs/index.d.ts +0 -2
- package/esm/coms/tabs/types/TabProps.d.ts +0 -7
- package/esm/coms/tabs/types/index.d.ts +0 -2
- package/esm/coms/types/ScrollerProps.d.ts +0 -15
- package/esm/coms/types/index.d.ts +0 -2
- package/esm/drivers/bridges/IBridge.d.ts +0 -6
- package/esm/drivers/builders/Builder.d.ts +0 -10
- package/esm/drivers/builders/IBuilder.d.ts +0 -15
- package/esm/drivers/builders/implement/JsonBuilder.d.ts +0 -7
- package/esm/drivers/builders/implement/MongoBuilder.d.ts +0 -10
- package/esm/drivers/builders/implement/MySqlBuilder.d.ts +0 -7
- package/esm/drivers/builders/implement/SqlBuilder.d.ts +0 -10
- package/esm/drivers/builders/index.d.ts +0 -3
- package/esm/drivers/builders/types/ProviderTable.d.ts +0 -6
- package/esm/drivers/builders/types/index.d.ts +0 -2
- package/esm/drivers/cdns/Cdn.d.ts +0 -31
- package/esm/drivers/cdns/ICdn.d.ts +0 -50
- package/esm/drivers/cdns/implements/LocalCdn.d.ts +0 -16
- package/esm/drivers/cdns/implements/ThirdCdn.d.ts +0 -28
- package/esm/drivers/cdns/index.d.ts +0 -3
- package/esm/drivers/cryptors/Cryptor.d.ts +0 -10
- package/esm/drivers/cryptors/ICryptor.d.ts +0 -14
- package/esm/drivers/cryptors/implements/AesCryptor.d.ts +0 -9
- package/esm/drivers/cryptors/implements/PoJunCryptor.d.ts +0 -13
- package/esm/drivers/encoders/Encoder.d.ts +0 -15
- package/esm/drivers/encoders/IEncoder.d.ts +0 -22
- package/esm/drivers/encoders/implement/Base64Encoder.d.ts +0 -11
- package/esm/drivers/encoders/implement/UrlEncoder.d.ts +0 -6
- package/esm/drivers/encryptors/Encryptor.d.ts +0 -11
- package/esm/drivers/encryptors/EncryptorFactory.d.ts +0 -13
- package/esm/drivers/encryptors/IEncryptor.d.ts +0 -15
- package/esm/drivers/encryptors/implements/AesEncryptor.d.ts +0 -10
- package/esm/drivers/encryptors/index.d.ts +0 -3
- package/esm/drivers/excels/Excel.d.ts +0 -9
- package/esm/drivers/excels/IExcel.d.ts +0 -10
- package/esm/drivers/excels/implements/XlsxExcel.d.ts +0 -10
- package/esm/drivers/explainers/Explainer.d.ts +0 -4
- package/esm/drivers/explainers/IExplainer.d.ts +0 -3
- package/esm/drivers/explainers/implement/JsonExplainer.d.ts +0 -6
- package/esm/drivers/features/Feature.d.ts +0 -8
- package/esm/drivers/features/IFeature.d.ts +0 -18
- package/esm/drivers/features/implements/ExpressionFeature.d.ts +0 -10
- package/esm/drivers/features/implements/I18NFeature.d.ts +0 -10
- package/esm/drivers/features/implements/SortFeature.d.ts +0 -11
- package/esm/drivers/hashers/Hasher.d.ts +0 -9
- package/esm/drivers/hashers/IHasher.d.ts +0 -14
- package/esm/drivers/hashers/implement/Md5Hasher.d.ts +0 -10
- package/esm/drivers/hashers/implement/Sha256Hasher.d.ts +0 -9
- package/esm/drivers/helpers/@types/JsonConfig.d.ts +0 -10
- package/esm/drivers/helpers/@types/TreeNodeProp.d.ts +0 -9
- package/esm/drivers/helpers/@types/index.d.ts +0 -3
- package/esm/drivers/helpers/Helper.d.ts +0 -8
- package/esm/drivers/helpers/HelperFactory.d.ts +0 -32
- package/esm/drivers/helpers/IHelper.d.ts +0 -4
- package/esm/drivers/helpers/implements/ArrayHelper.d.ts +0 -123
- package/esm/drivers/helpers/implements/BrowserHelper.d.ts +0 -12
- package/esm/drivers/helpers/implements/ComponentHelper.d.ts +0 -20
- package/esm/drivers/helpers/implements/DictionaryHelper.d.ts +0 -40
- package/esm/drivers/helpers/implements/DomHelper.d.ts +0 -118
- package/esm/drivers/helpers/implements/EventHelper.d.ts +0 -32
- package/esm/drivers/helpers/implements/FileHelper.d.ts +0 -24
- package/esm/drivers/helpers/implements/HtmlHelper.d.ts +0 -16
- package/esm/drivers/helpers/implements/ImageHelper.d.ts +0 -12
- package/esm/drivers/helpers/implements/JsonHelper.d.ts +0 -49
- package/esm/drivers/helpers/implements/MathHelper.d.ts +0 -52
- package/esm/drivers/helpers/implements/MicroHelper.d.ts +0 -12
- package/esm/drivers/helpers/implements/MountHelper.d.ts +0 -16
- package/esm/drivers/helpers/implements/ObjectHelper.d.ts +0 -44
- package/esm/drivers/helpers/implements/ScrollHelper.d.ts +0 -16
- package/esm/drivers/helpers/implements/SignHelper.d.ts +0 -16
- package/esm/drivers/helpers/implements/StringHelper.d.ts +0 -104
- package/esm/drivers/helpers/implements/TaskHelper.d.ts +0 -28
- package/esm/drivers/helpers/implements/TimeHelper.d.ts +0 -68
- package/esm/drivers/helpers/implements/TreeHelper.d.ts +0 -56
- package/esm/drivers/helpers/implements/TypeHelper.d.ts +0 -28
- package/esm/drivers/helpers/implements/UrlHelper.d.ts +0 -90
- package/esm/drivers/helpers/index.d.ts +0 -24
- package/esm/drivers/https/Http.d.ts +0 -47
- package/esm/drivers/https/HttpFactory.d.ts +0 -19
- package/esm/drivers/https/IHttp.d.ts +0 -47
- package/esm/drivers/https/entities/HttpProgress.d.ts +0 -8
- package/esm/drivers/https/implements/DefaultHttp.d.ts +0 -24
- package/esm/drivers/https/implements/EiHttp.d.ts +0 -27
- package/esm/drivers/https/implements/FeiShuHttp.d.ts +0 -7
- package/esm/drivers/https/implements/HaloHttp.d.ts +0 -36
- package/esm/drivers/https/implements/MkHttp.d.ts +0 -29
- package/esm/drivers/https/index.d.ts +0 -4
- package/esm/drivers/i18ns/I18n.d.ts +0 -41
- package/esm/drivers/i18ns/II18n.d.ts +0 -83
- package/esm/drivers/i18ns/implements/DefaultI18n.d.ts +0 -12
- package/esm/drivers/identities/IIdentity.d.ts +0 -15
- package/esm/drivers/identities/Identity.d.ts +0 -11
- package/esm/drivers/identities/IdentityFactory.d.ts +0 -8
- package/esm/drivers/identities/implements/DefaultIdentity.d.ts +0 -9
- package/esm/drivers/identities/implements/EiIdentity.d.ts +0 -15
- package/esm/drivers/identities/index.d.ts +0 -3
- package/esm/drivers/index.d.ts +0 -24
- package/esm/drivers/messengers/IMessenger.d.ts +0 -34
- package/esm/drivers/messengers/Messenger.d.ts +0 -14
- package/esm/drivers/messengers/implement/ConsoleMessenger.d.ts +0 -14
- package/esm/drivers/messengers/index.d.ts +0 -3
- package/esm/drivers/providers/IProvider.d.ts +0 -58
- package/esm/drivers/providers/Provider.d.ts +0 -20
- package/esm/drivers/providers/implements/CookieProvider.d.ts +0 -15
- package/esm/drivers/providers/implements/IndexedDbProvider.d.ts +0 -63
- package/esm/drivers/providers/implements/StorageProvider.d.ts +0 -27
- package/esm/drivers/providers/index.d.ts +0 -3
- package/esm/drivers/signers/ISigner.d.ts +0 -20
- package/esm/drivers/signers/Signer.d.ts +0 -13
- package/esm/drivers/signers/implements/DefaultSigner.d.ts +0 -16
- package/esm/drivers/signers/implements/EiSigner.d.ts +0 -21
- package/esm/drivers/sockets/ISocket.d.ts +0 -38
- package/esm/drivers/sockets/Socket.d.ts +0 -30
- package/esm/drivers/sockets/SocketFactory.d.ts +0 -14
- package/esm/drivers/sockets/implement/DefaultSocket.d.ts +0 -59
- package/esm/drivers/sockets/index.d.ts +0 -3
- package/esm/drivers/ssos/ISso.d.ts +0 -27
- package/esm/drivers/ssos/Sso.d.ts +0 -14
- package/esm/drivers/ssos/entities/SsoUser.d.ts +0 -21
- package/esm/drivers/ssos/entities/index.d.ts +0 -1
- package/esm/drivers/ssos/implements/AnonymousSso.d.ts +0 -15
- package/esm/drivers/ssos/implements/BearerSso.d.ts +0 -18
- package/esm/drivers/ssos/implements/NioSso.d.ts +0 -20
- package/esm/drivers/ssos/implements/SecretSso.d.ts +0 -15
- package/esm/drivers/ssos/implements/WeiXinSso.d.ts +0 -11
- package/esm/drivers/ssos/index.d.ts +0 -3
- package/esm/drivers/tasks/ITask.d.ts +0 -33
- package/esm/drivers/tasks/Task.d.ts +0 -14
- package/esm/drivers/tasks/implement/MemoryTask.d.ts +0 -29
- package/esm/drivers/templates/ITemplate.d.ts +0 -10
- package/esm/drivers/templates/Template.d.ts +0 -5
- package/esm/drivers/templates/implement/LiquidTemplate.d.ts +0 -5
- package/esm/drivers/types/IDispose.d.ts +0 -10
- package/esm/drivers/types/IDriver.d.ts +0 -10
- package/esm/drivers/types/IOpen.d.ts +0 -10
- package/esm/drivers/types/index.d.ts +0 -4
- package/esm/drivers/util/@types/index.d.ts +0 -2
- package/esm/drivers/util/IUtil.d.ts +0 -7
- package/esm/drivers/util/Util.d.ts +0 -7
- package/esm/drivers/util/UtilFactory.d.ts +0 -31
- package/esm/drivers/util/implements/ArrayUtil.d.ts +0 -122
- package/esm/drivers/util/implements/BrowserUtil.d.ts +0 -11
- package/esm/drivers/util/implements/ComponentUtil.d.ts +0 -19
- package/esm/drivers/util/implements/DictionaryUtil.d.ts +0 -39
- package/esm/drivers/util/implements/DomUtil.d.ts +0 -117
- package/esm/drivers/util/implements/EventUtil.d.ts +0 -31
- package/esm/drivers/util/implements/FileUtil.d.ts +0 -23
- package/esm/drivers/util/implements/HtmlUtil.d.ts +0 -15
- package/esm/drivers/util/implements/ImageUtil.d.ts +0 -11
- package/esm/drivers/util/implements/JsonUtil.d.ts +0 -65
- package/esm/drivers/util/implements/MathUtil.d.ts +0 -51
- package/esm/drivers/util/implements/MicroUtil.d.ts +0 -11
- package/esm/drivers/util/implements/MountUtil.d.ts +0 -15
- package/esm/drivers/util/implements/ObjectUtil.d.ts +0 -71
- package/esm/drivers/util/implements/ScrollUtil.d.ts +0 -15
- package/esm/drivers/util/implements/SignUtil.d.ts +0 -15
- package/esm/drivers/util/implements/StringUtil.d.ts +0 -107
- package/esm/drivers/util/implements/TaskUtil.d.ts +0 -27
- package/esm/drivers/util/implements/TimeUtil.d.ts +0 -71
- package/esm/drivers/util/implements/TreeUtil.d.ts +0 -55
- package/esm/drivers/util/implements/TypeUtil.d.ts +0 -28
- package/esm/drivers/util/implements/UrlUtil.d.ts +0 -99
- package/esm/drivers/util/index.d.ts +0 -2
- package/esm/drivers/utilities/@types/DragEvent.d.ts +0 -10
- package/esm/drivers/utilities/@types/DragOptions.d.ts +0 -27
- package/esm/drivers/utilities/@types/index.d.ts +0 -4
- package/esm/drivers/utilities/IUtility.d.ts +0 -6
- package/esm/drivers/utilities/Utility.d.ts +0 -7
- package/esm/drivers/utilities/implement/AffixUtility.d.ts +0 -10
- package/esm/drivers/utilities/implement/DeltaUtility.d.ts +0 -10
- package/esm/drivers/utilities/implement/EventUtility.d.ts +0 -69
- package/esm/drivers/utilities/implement/KeyboardUtility.d.ts +0 -73
- package/esm/drivers/utilities/implement/MouseUtility.d.ts +0 -24
- package/esm/drivers/utilities/implement/RandomUtility.d.ts +0 -40
- package/esm/drivers/utilities/implement/SaveUtility.d.ts +0 -56
- package/esm/drivers/utilities/index.d.ts +0 -3
- package/esm/drivers/videos/IVideo.d.ts +0 -3
- package/esm/drivers/voices/IVoice.d.ts +0 -15
- package/esm/drivers/voices/Voice.d.ts +0 -10
- package/esm/drivers/voices/implement/DefaultVoice.d.ts +0 -7
- package/esm/drivers/voices/implement/TencentVoice.d.ts +0 -10
- package/esm/factorying/Factories.d.ts +0 -94
- package/esm/factorying/Factory.d.ts +0 -49
- package/esm/factorying/Helps.d.ts +0 -29
- package/esm/factorying/IFactory.d.ts +0 -39
- package/esm/factorying/Utils.d.ts +0 -29
- package/esm/factorying/index.d.ts +0 -47
- package/esm/helpers/@types/JsonConfig.d.ts +0 -10
- package/esm/helpers/@types/TreeNodeProp.d.ts +0 -9
- package/esm/helpers/@types/index.d.ts +0 -3
- package/esm/helpers/ArrayHelper.d.ts +0 -122
- package/esm/helpers/BrowserHelper.d.ts +0 -10
- package/esm/helpers/ComponentHelper.d.ts +0 -18
- package/esm/helpers/DictionaryHelper.d.ts +0 -38
- package/esm/helpers/DomHelper.d.ts +0 -116
- package/esm/helpers/EventHelper.d.ts +0 -30
- package/esm/helpers/FileHelper.d.ts +0 -22
- package/esm/helpers/HtmlHelper.d.ts +0 -14
- package/esm/helpers/ImageHelper.d.ts +0 -10
- package/esm/helpers/JsonHelper.d.ts +0 -47
- package/esm/helpers/MathHelper.d.ts +0 -50
- package/esm/helpers/MicroHelper.d.ts +0 -10
- package/esm/helpers/MountHelper.d.ts +0 -14
- package/esm/helpers/ObjectHelper.d.ts +0 -42
- package/esm/helpers/ScrollHelper.d.ts +0 -14
- package/esm/helpers/SignHelper.d.ts +0 -14
- package/esm/helpers/StringHelper.d.ts +0 -102
- package/esm/helpers/TaskHelper.d.ts +0 -26
- package/esm/helpers/TimeHelper.d.ts +0 -66
- package/esm/helpers/TreeHelper.d.ts +0 -54
- package/esm/helpers/TypeHelper.d.ts +0 -26
- package/esm/helpers/UrlHelper.d.ts +0 -88
- package/esm/helpers/index.d.ts +0 -23
- package/esm/helpers/types/JsonConfig.d.ts +0 -10
- package/esm/helpers/types/TreeNodeProp.d.ts +0 -9
- package/esm/helpers/types/index.d.ts +0 -3
- package/esm/plugins/Ref.d.ts +0 -6
- package/esm/plugins/index.d.ts +0 -4
- package/esm/repos/IRepo.d.ts +0 -3
- package/esm/repos/Repo.d.ts +0 -4
- package/esm/repos/RepoFactory.d.ts +0 -21
- package/esm/repos/SettingRepo.d.ts +0 -11
- package/esm/repos/entities/KeyboardType.d.ts +0 -7
- package/esm/repos/implements/ModuleRepo.d.ts +0 -54
- package/esm/repos/implements/PageRepo.d.ts +0 -30
- package/esm/repos/implements/QueryRepo.d.ts +0 -63
- package/esm/repos/index.d.ts +0 -4
- package/esm/svcs/@types/Dictionary.d.ts +0 -4
- package/esm/svcs/@types/index.d.ts +0 -1
- package/esm/svcs/ISvc.d.ts +0 -6
- package/esm/svcs/Svc.d.ts +0 -4
- package/esm/svcs/entities/AppConfig.d.ts +0 -29
- package/esm/svcs/implement/ConfigSvc.d.ts +0 -71
- package/esm/svcs/implement/DriverSvc.d.ts +0 -11
- package/esm/svcs/implement/I18nSvc.d.ts +0 -83
- package/esm/svcs/implement/SocketSvc.d.ts +0 -38
- package/esm/svcs/implement/UserSvc.d.ts +0 -54
- package/esm/svcs/index.d.ts +0 -2
- package/esm/svcs/types/Dictionary.d.ts +0 -4
- package/esm/svcs/types/index.d.ts +0 -2
- package/esm/types/CreateFeOptions.d.ts +0 -25
- package/esm/types/CreatePcOptions.d.ts +0 -15
- package/esm/types/index.d.ts +0 -2
- package/esm/utilities/@types/DragEvent.d.ts +0 -11
- package/esm/utilities/@types/DragOptions.d.ts +0 -28
- package/esm/utilities/@types/Position.d.ts +0 -15
- package/esm/utilities/@types/Rect.d.ts +0 -10
- package/esm/utilities/@types/index.d.ts +0 -5
- package/esm/utilities/AffixUtility.d.ts +0 -10
- package/esm/utilities/EventUtility.d.ts +0 -72
- package/esm/utilities/KeyboardUtility.d.ts +0 -73
- package/esm/utilities/ListDelta.d.ts +0 -10
- package/esm/utilities/MathUtility.d.ts +0 -35
- package/esm/utilities/MouseUtility.d.ts +0 -24
- package/esm/utilities/RandomUtility.d.ts +0 -40
- package/esm/utilities/SaveUtility.d.ts +0 -15
- package/esm/utilities/index.d.ts +0 -8
- package/esm/utilities/types/DragEvent.d.ts +0 -11
- package/esm/utilities/types/DragOptions.d.ts +0 -28
- package/esm/utilities/types/Position.d.ts +0 -15
- package/esm/utilities/types/Range.d.ts +0 -10
- package/esm/utilities/types/Rect.d.ts +0 -10
- package/esm/utilities/types/index.d.ts +0 -5
- /package/esm/{@types → @type}/index.d.ts +0 -0
- /package/esm/{apps → app}/AppConstant.d.ts +0 -0
- /package/esm/{apps → app}/index.d.ts +0 -0
- /package/esm/{coms → comp}/Timer.vue.d.ts +0 -0
- /package/esm/{coms/cards → comp/card}/Index.vue.d.ts +0 -0
- /package/esm/{coms/cards → comp/card}/index.d.ts +0 -0
- /package/esm/{coms/conditions → comp/condition}/@types/ConditionGroupProps.d.ts +0 -0
- /package/esm/{coms/conditions → comp/condition}/@types/ConditionProps.d.ts +0 -0
- /package/esm/{coms/conditions → comp/condition}/@types/index.d.ts +0 -0
- /package/esm/{coms/conditions → comp/condition}/Condition.vue.d.ts +0 -0
- /package/esm/{coms/conditions → comp/condition}/Index.vue.d.ts +0 -0
- /package/esm/{coms/conditions → comp/condition}/index.d.ts +0 -0
- /package/esm/{coms/layouts/Col.vue.d.ts → comp/datetime/DateRange.vue.d.ts} +0 -0
- /package/esm/{coms/tabs/TabPane.vue.d.ts → comp/datetime/Time.vue.d.ts} +0 -0
- /package/esm/{coms/controls → comp/input}/@types/CodeIntelli.d.ts +0 -0
- /package/esm/{coms/controls → comp/input}/@types/CodeProps.d.ts +0 -0
- /package/esm/{coms/controls → comp/input}/@types/Range.d.ts +0 -0
- /package/esm/{coms/layouts → comp/layout}/@types/RowProps.d.ts +0 -0
- /package/esm/{coms/layouts → comp/layout}/Desc.vue.d.ts +0 -0
- /package/esm/{coms/pagers → comp/pager}/index.d.ts +0 -0
- /package/esm/{coms/progresses → comp/progress}/Circle.vue.d.ts +0 -0
- /package/esm/{coms/progresses → comp/progress}/Index.vue.d.ts +0 -0
- /package/esm/{coms/progresses → comp/progress}/Spinner.vue.d.ts +0 -0
- /package/esm/{coms/controls/Input.vue.d.ts → comp/table/Filter.vue.d.ts} +0 -0
- /package/esm/{coms/tags → comp/tag}/@types/TagProps.d.ts +0 -0
- /package/esm/{coms/tags → comp/tag}/@types/index.d.ts +0 -0
- /package/esm/{coms/tags → comp/tag}/Index.vue.d.ts +0 -0
- /package/esm/{coms/tags → comp/tag}/index.d.ts +0 -0
- /package/esm/{coms/texts → comp/text}/@types/DanceProps.d.ts +0 -0
- /package/esm/{coms/texts → comp/text}/@types/index.d.ts +0 -0
- /package/esm/{coms/texts → comp/text}/Dance.vue.d.ts +0 -0
- /package/esm/{coms/texts → comp/text}/index.d.ts +0 -0
- /package/esm/{drivers/@types → driver/@type}/IDispose.d.ts +0 -0
- /package/esm/{drivers/@types → driver/@type}/IDriver.d.ts +0 -0
- /package/esm/{drivers/@types → driver/@type}/IOpen.d.ts +0 -0
- /package/esm/{drivers/@types → driver/@type}/index.d.ts +0 -0
- /package/esm/{coms/tables → driver/bridge}/index.d.ts +0 -0
- /package/esm/{drivers/builders → driver/builder}/BuilderFactory.d.ts +0 -0
- /package/esm/{drivers/builders/entities → driver/builder/entity}/ProviderTable.d.ts +0 -0
- /package/esm/{drivers/builders/entities → driver/builder/entity}/index.d.ts +0 -0
- /package/esm/{drivers/builders → driver/builder}/implement/index.d.ts +0 -0
- /package/esm/{drivers/cdns → driver/cdn}/CdnFactory.d.ts +0 -0
- /package/esm/{drivers/cdns/implements → driver/cdn/implement}/index.d.ts +0 -0
- /package/esm/{drivers/cryptors → driver/cryptor}/CryptorFactory.d.ts +0 -0
- /package/esm/{drivers/cryptors/implements → driver/cryptor/implement}/index.d.ts +0 -0
- /package/esm/{drivers/cryptors → driver/cryptor}/index.d.ts +0 -0
- /package/esm/{drivers/encoders → driver/encoder}/EncoderFactory.d.ts +0 -0
- /package/esm/{drivers/encoders → driver/encoder}/implement/index.d.ts +0 -0
- /package/esm/{drivers/encoders → driver/encoder}/index.d.ts +0 -0
- /package/esm/{drivers/excels → driver/excel}/ExcelFactory.d.ts +0 -0
- /package/esm/{drivers/excels/implements → driver/excel/implement}/index.d.ts +0 -0
- /package/esm/{drivers/excels → driver/excel}/index.d.ts +0 -0
- /package/esm/{drivers/explainers → driver/explainer}/ExplainerFactory.d.ts +0 -0
- /package/esm/{drivers/explainers → driver/explainer}/implement/index.d.ts +0 -0
- /package/esm/{drivers/explainers → driver/explainer}/index.d.ts +0 -0
- /package/esm/{drivers/features → driver/feature}/FeatureFactory.d.ts +0 -0
- /package/esm/{drivers/features/implements → driver/feature/implement}/index.d.ts +0 -0
- /package/esm/{drivers/features → driver/feature}/index.d.ts +0 -0
- /package/esm/{drivers/hashers → driver/hasher}/HasherFactory.d.ts +0 -0
- /package/esm/{drivers/hashers → driver/hasher}/implement/index.d.ts +0 -0
- /package/esm/{drivers/hashers → driver/hasher}/index.d.ts +0 -0
- /package/esm/{drivers/https/entities → driver/http/entity}/HttpMessage.d.ts +0 -0
- /package/esm/{drivers/https/entities → driver/http/entity}/HttpModel.d.ts +0 -0
- /package/esm/{drivers/https/entities → driver/http/entity}/HttpRequest.d.ts +0 -0
- /package/esm/{drivers/https/entities → driver/http/entity}/HttpResponse.d.ts +0 -0
- /package/esm/{drivers/https/entities → driver/http/entity}/index.d.ts +0 -0
- /package/esm/{drivers/https/implements → driver/http/implement}/index.d.ts +0 -0
- /package/esm/{drivers/i18ns → driver/i18n}/I18nFactory.d.ts +0 -0
- /package/esm/{drivers/i18ns/implements → driver/i18n/implement}/index.d.ts +0 -0
- /package/esm/{drivers/i18ns → driver/i18n}/index.d.ts +0 -0
- /package/esm/{drivers/identities/entities → driver/identity/entity}/IdentityPayload.d.ts +0 -0
- /package/esm/{drivers/identities/entities → driver/identity/entity}/index.d.ts +0 -0
- /package/esm/{drivers/identities/implements → driver/identity/implement}/index.d.ts +0 -0
- /package/esm/{drivers/messengers → driver/messenger}/MessengerFactory.d.ts +0 -0
- /package/esm/{drivers/messengers → driver/messenger}/implement/index.d.ts +0 -0
- /package/esm/{drivers/providers → driver/provider}/ProviderFactory.d.ts +0 -0
- /package/esm/{drivers/providers/helpers → driver/provider/helper}/SqlHelper.d.ts +0 -0
- /package/esm/{drivers/providers/helpers → driver/provider/helper}/index.d.ts +0 -0
- /package/esm/{drivers/providers/implements → driver/provider/implement}/index.d.ts +0 -0
- /package/esm/{drivers/signers → driver/signer}/SignerFactory.d.ts +0 -0
- /package/esm/{drivers/signers/entities → driver/signer/entity}/SignerInfo.d.ts +0 -0
- /package/esm/{drivers/signers/entities → driver/signer/entity}/index.d.ts +0 -0
- /package/esm/{drivers/signers/implements → driver/signer/implement}/index.d.ts +0 -0
- /package/esm/{drivers/signers → driver/signer}/index.d.ts +0 -0
- /package/esm/{drivers/sockets/@types → driver/socket/@type}/SubscribedWindow.d.ts +0 -0
- /package/esm/{drivers/sockets/@types → driver/socket/@type}/index.d.ts +0 -0
- /package/esm/{drivers/sockets/entities → driver/socket/entity}/SocketProgress.d.ts +0 -0
- /package/esm/{drivers/sockets/entities → driver/socket/entity}/SocketResponse.d.ts +0 -0
- /package/esm/{drivers/sockets/entities → driver/socket/entity}/index.d.ts +0 -0
- /package/esm/{drivers/sockets → driver/socket}/implement/index.d.ts +0 -0
- /package/esm/{drivers/ssos → driver/sso}/SsoFactory.d.ts +0 -0
- /package/esm/{drivers/ssos/implements → driver/sso/implement}/index.d.ts +0 -0
- /package/esm/{drivers/tasks → driver/task}/TaskFactory.d.ts +0 -0
- /package/esm/{drivers/tasks → driver/task}/implement/index.d.ts +0 -0
- /package/esm/{drivers/tasks → driver/task}/index.d.ts +0 -0
- /package/esm/{drivers/templates → driver/template}/TemplateFactory.d.ts +0 -0
- /package/esm/{drivers/templates → driver/template}/implement/index.d.ts +0 -0
- /package/esm/{drivers/templates → driver/template}/index.d.ts +0 -0
- /package/esm/{drivers/util/@types → driver/util/@type}/JsonConfig.d.ts +0 -0
- /package/esm/{drivers/util/@types → driver/util/@type}/TreeNodeProp.d.ts +0 -0
- /package/esm/{drivers/util/implements → driver/util/implement}/index.d.ts +0 -0
- /package/esm/{drivers/utilities/@types → driver/utility/@type}/Position.d.ts +0 -0
- /package/esm/{drivers/utilities/@types → driver/utility/@type}/Rect.d.ts +0 -0
- /package/esm/{drivers/utilities → driver/utility}/UtilityFactory.d.ts +0 -0
- /package/esm/{drivers/utilities → driver/utility}/implement/index.d.ts +0 -0
- /package/esm/{drivers/videos → driver/video}/VideoFactory.d.ts +0 -0
- /package/esm/{drivers/videos → driver/video}/index.d.ts +0 -0
- /package/esm/{drivers/voices → driver/voice}/VoiceFactory.d.ts +0 -0
- /package/esm/{drivers/voices → driver/voice}/implement/index.d.ts +0 -0
- /package/esm/{drivers/voices → driver/voice}/index.d.ts +0 -0
- /package/esm/{repos/entities → repo/entity}/index.d.ts +0 -0
- /package/esm/{repos/implements → repo/implement}/SettingRepo.d.ts +0 -0
- /package/esm/{repos/implements → repo/implement}/index.d.ts +0 -0
- /package/esm/{drivers/bridges → svc/@type}/index.d.ts +0 -0
- /package/esm/{svcs → svc}/SvcFactory.d.ts +0 -0
- /package/esm/{svcs/entities → svc/entity}/SysConfig.d.ts +0 -0
- /package/esm/{svcs/entities → svc/entity}/UserConfig.d.ts +0 -0
- /package/esm/{svcs/entities → svc/entity}/index.d.ts +0 -0
- /package/esm/{svcs → svc}/implement/EnvSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/implement/LogSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/implement/SettingSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/implement/index.d.ts +0 -0
@@ -1,55 +0,0 @@
|
|
1
|
-
import { Util } from "../Util";
|
2
|
-
/**
|
3
|
-
* 树帮助类
|
4
|
-
*/
|
5
|
-
export declare class TreeUtil extends Util {
|
6
|
-
type: string;
|
7
|
-
/**
|
8
|
-
* 从树结构数据中,递归获取指定主键的对象
|
9
|
-
*/
|
10
|
-
getById: (id: any, idProp: string, tree: any[], childProp: string) => any;
|
11
|
-
/**
|
12
|
-
* 树节点
|
13
|
-
*/
|
14
|
-
getByIds: (ids: any[], idProp: string, tree: any[], childProp: string) => any[];
|
15
|
-
/**
|
16
|
-
* 找出指定层级集合中,指定对象的下一个对象
|
17
|
-
*/
|
18
|
-
getNextById: (id: any, idProp: string, tree: any[], childProp: string) => any;
|
19
|
-
/**
|
20
|
-
* 获取兄弟节点
|
21
|
-
*/
|
22
|
-
getSiblingsById: (id: any, idProp: string, tree: any[], childProp: string) => any;
|
23
|
-
/**
|
24
|
-
* 获取父节点
|
25
|
-
*/
|
26
|
-
getParentById: (id: any, idProp: string, tree: any[], childProp: string) => any;
|
27
|
-
/**
|
28
|
-
* 从树结构数据中,递归获取指定主键的父元素集合
|
29
|
-
*/
|
30
|
-
getParentsById: (id: any, idProp: string, tree: any[], childProp: string, hasSelf?: boolean) => any[];
|
31
|
-
/**
|
32
|
-
* 获取当前节点的所有孩子节点的集合
|
33
|
-
*/
|
34
|
-
getChildrenById: (id: any, idProp: string, tree: any[], childProp: string, hasSelf?: boolean) => any[];
|
35
|
-
/**
|
36
|
-
* 获取当前节点的所有孩子节点的集合
|
37
|
-
*/
|
38
|
-
getChildren: (element: any, childProp: string, hasSelf?: boolean) => any[];
|
39
|
-
/**
|
40
|
-
* 搜索指定文本的树结构
|
41
|
-
*/
|
42
|
-
searchTree: (keywords: string, tree: any[], childProp: string, searchProps: any) => any[];
|
43
|
-
/**
|
44
|
-
* 删除指定子元素
|
45
|
-
*/
|
46
|
-
removeById: (id: any, idProp: string, tree: any[], childProp: string) => void;
|
47
|
-
/**
|
48
|
-
* 获取树结构扁平化后的节点信息
|
49
|
-
*/
|
50
|
-
getFlat: (tree: any[], childProp: string) => any[];
|
51
|
-
/**
|
52
|
-
* 对树结点的数据进行重新映射,映射得到新的Tree数组
|
53
|
-
*/
|
54
|
-
map: (tree: any[], prevChildProp: string, childProp: string, fn: Function) => any[];
|
55
|
-
}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import Util from "../Util";
|
2
|
-
/**
|
3
|
-
* 类型帮助类
|
4
|
-
*/
|
5
|
-
declare class TypeUtil extends Util {
|
6
|
-
type: string;
|
7
|
-
/**
|
8
|
-
* 判断输入类型是否是字符串类型 null -> false
|
9
|
-
*/
|
10
|
-
isString: (input: any) => boolean;
|
11
|
-
/**
|
12
|
-
* 判断输入类型是否是Object类型
|
13
|
-
*/
|
14
|
-
isObject: (input: any) => boolean;
|
15
|
-
/**
|
16
|
-
* 判断输入类型是否是Array类型
|
17
|
-
*/
|
18
|
-
isArray: (input: any) => boolean;
|
19
|
-
/**
|
20
|
-
* 判断输入类型是否是Number类型,null -> false
|
21
|
-
*/
|
22
|
-
isNumber: (input: any) => boolean;
|
23
|
-
/**
|
24
|
-
* 判断输入类型是否是isBoolean类型
|
25
|
-
*/
|
26
|
-
isBoolean: (input: any) => boolean;
|
27
|
-
}
|
28
|
-
export default TypeUtil;
|
@@ -1,99 +0,0 @@
|
|
1
|
-
import { Util } from "../Util";
|
2
|
-
/**
|
3
|
-
* Url帮助类
|
4
|
-
*/
|
5
|
-
export declare class UrlUtil extends Util {
|
6
|
-
type: string;
|
7
|
-
/**
|
8
|
-
* 获取指定地址路由对象
|
9
|
-
*/
|
10
|
-
getToRoute(url: string, withReturnUrl?: boolean): any;
|
11
|
-
/**
|
12
|
-
* 获取要跳转的Url地址信息,自动涵盖后退地址
|
13
|
-
*/
|
14
|
-
getToUrl(url: string, withReturnUrl?: boolean): string;
|
15
|
-
/**
|
16
|
-
* 获取菜单参数
|
17
|
-
*/
|
18
|
-
getM(url: string): any;
|
19
|
-
/**
|
20
|
-
* 获取后退地址路由
|
21
|
-
*/
|
22
|
-
getBackRoute(): any;
|
23
|
-
/**
|
24
|
-
* 获取要后退的地址URL
|
25
|
-
*/
|
26
|
-
getBackUrl(): string;
|
27
|
-
/**
|
28
|
-
* 获取指定地址的路由对象,自动合并qs,并解码
|
29
|
-
*/
|
30
|
-
getRoute(url: string, queryObj?: object): any;
|
31
|
-
/**
|
32
|
-
* 处理实体,得到url query参数形式
|
33
|
-
* 如:app=Tool&compare[language]=json&compare[sql]=App%3D%27Tool%27+and+[Table]+like+%27Ctl_%25%27+order+by+[Table],+Name
|
34
|
-
*/
|
35
|
-
getQuery(value: any): string;
|
36
|
-
/**
|
37
|
-
* 自动根据后面路径,决定是否要合并Url
|
38
|
-
*/
|
39
|
-
concatUrl: (url: string, path: string) => string;
|
40
|
-
/**
|
41
|
-
* 合并路径和查询对象(自动编码,并支持覆盖现有参数),得到完整URL地址,并会省略默认值
|
42
|
-
* ? 对url参数不编码,只对 queryObj 参数编码,防止用户的参数被改成编码形式
|
43
|
-
* ? 目前,对Url参数对象和目标对象都编码,因为源对象属性是经过解码的
|
44
|
-
*/
|
45
|
-
getUrl: (url: string, params?: any) => string;
|
46
|
-
/**
|
47
|
-
* 获取超链接配置对象
|
48
|
-
*/
|
49
|
-
getAnchor: (url: string, params?: any) => {
|
50
|
-
href: any;
|
51
|
-
target: any;
|
52
|
-
};
|
53
|
-
/**
|
54
|
-
* 从Url中提取路径
|
55
|
-
*/
|
56
|
-
getPath(url: string): string;
|
57
|
-
/**
|
58
|
-
* 获取path中最后一个片段信息
|
59
|
-
*/
|
60
|
-
getLastSegment(url: string): string;
|
61
|
-
/**
|
62
|
-
* 获取地址中的查询参数
|
63
|
-
*/
|
64
|
-
getQueryParam(url: string, key: string): string;
|
65
|
-
/**
|
66
|
-
* 反序列化成排序对象
|
67
|
-
*/
|
68
|
-
deserializeSorted(url: string): {
|
69
|
-
[key: string]: string;
|
70
|
-
};
|
71
|
-
/**
|
72
|
-
* 从Url中提取查询对象
|
73
|
-
*/
|
74
|
-
deserialize(url: string): {
|
75
|
-
[key: string]: string;
|
76
|
-
};
|
77
|
-
/**
|
78
|
-
* 把查询字符串转换成对象(自动解码成源数据)
|
79
|
-
*/
|
80
|
-
deserializeQs(qs: string, decode?: boolean): {
|
81
|
-
[key: string]: string;
|
82
|
-
};
|
83
|
-
/**
|
84
|
-
* 把对象转换成查询字符串,自动编码
|
85
|
-
*/
|
86
|
-
serialize(obj: object, encoding?: boolean): string;
|
87
|
-
/**
|
88
|
-
* URL编码
|
89
|
-
*/
|
90
|
-
encode(value: string): string;
|
91
|
-
/**
|
92
|
-
* 是否是http或https或ws或wss开头的地址
|
93
|
-
*/
|
94
|
-
isWebUrl(url: string): boolean;
|
95
|
-
/**
|
96
|
-
* 处理键值对的值
|
97
|
-
*/
|
98
|
-
private handleQueryValue;
|
99
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import { Rect } from "./Rect";
|
2
|
-
import { DragEvent } from "./DragEvent";
|
3
|
-
/**
|
4
|
-
* 拖拽选项
|
5
|
-
*/
|
6
|
-
export interface DragOptions {
|
7
|
-
/**
|
8
|
-
* 拖拽初始化
|
9
|
-
*/
|
10
|
-
init: (event: MouseEvent) => any;
|
11
|
-
/**
|
12
|
-
* 拖拽事件
|
13
|
-
*/
|
14
|
-
handler: (dragEvent: DragEvent, start: MouseEvent, data: any, first: boolean, event: MouseEvent) => void;
|
15
|
-
/**
|
16
|
-
* 拖拽结束事件
|
17
|
-
*/
|
18
|
-
end?: (event: MouseEvent) => void;
|
19
|
-
/**
|
20
|
-
* 可拖拽范围
|
21
|
-
*/
|
22
|
-
range?: Rect;
|
23
|
-
/**
|
24
|
-
* 吸附检测的距离,设置吸附位置必须设置拖拽范围(依赖宽度等信息)
|
25
|
-
*/
|
26
|
-
affix?: number;
|
27
|
-
}
|
@@ -1,69 +0,0 @@
|
|
1
|
-
import { DragOptions } from "../@types";
|
2
|
-
import { ITask } from "../../tasks";
|
3
|
-
import { Utility } from "../Utility";
|
4
|
-
/**
|
5
|
-
* 事件工具类
|
6
|
-
*/
|
7
|
-
export declare class EventUtility extends Utility {
|
8
|
-
constructor();
|
9
|
-
resizeTask: ITask;
|
10
|
-
resizeObserver: ResizeObserver;
|
11
|
-
element: Element;
|
12
|
-
resizeHandler: any;
|
13
|
-
/**
|
14
|
-
* 大小改变事件,已防抖
|
15
|
-
*/
|
16
|
-
resize: (element: Element, handler: (entries: ResizeObserverEntry[]) => Promise<void>, debounceMs?: number) => void;
|
17
|
-
scrollElement: Element;
|
18
|
-
scrollHandler: (event: Event) => void;
|
19
|
-
/**
|
20
|
-
* 滚动事件
|
21
|
-
*/
|
22
|
-
scroll(element: Element, handler: (event: Event) => void): void;
|
23
|
-
/**
|
24
|
-
* 拖拽起始位置
|
25
|
-
*/
|
26
|
-
dragStart: MouseEvent;
|
27
|
-
/**
|
28
|
-
* 拖拽起始数据,每次拖拽时,都会回调到拖拽方法的参数中
|
29
|
-
*/
|
30
|
-
dragStartData: any;
|
31
|
-
dragElement: Element;
|
32
|
-
dragMouseDownHandler: (event: MouseEvent) => void;
|
33
|
-
/**
|
34
|
-
* 拖拽事件
|
35
|
-
*/
|
36
|
-
drag(element: Element, options: DragOptions): void;
|
37
|
-
observeElement: Element;
|
38
|
-
observer: MutationObserver;
|
39
|
-
/**
|
40
|
-
* 观察DOM变动
|
41
|
-
*/
|
42
|
-
observe(element: Element, handler: (mutations: MutationRecord[]) => void): void;
|
43
|
-
mouseDownElement: Element;
|
44
|
-
mouseDownHandler: (event: MouseEvent) => void;
|
45
|
-
mouseUpHandler: (event: MouseEvent) => void;
|
46
|
-
/**
|
47
|
-
* 鼠标按下
|
48
|
-
*/
|
49
|
-
mouseDown(element: Element, mouseDown: (event: MouseEvent) => void, mouseUp: (event: MouseEvent) => void): void;
|
50
|
-
dispatchElement: HTMLElement;
|
51
|
-
/**
|
52
|
-
* 创建分发事件元素
|
53
|
-
*/
|
54
|
-
createDispatch: (id: string, name: string, handler: (e: Event) => void) => void;
|
55
|
-
/**
|
56
|
-
* 分发事件,并传递参数
|
57
|
-
*/
|
58
|
-
dispatch(name: string, data: {
|
59
|
-
[key: string]: string;
|
60
|
-
}): void;
|
61
|
-
/**
|
62
|
-
* 事件节流: 指定时间段内只第一次操作被触发
|
63
|
-
*/
|
64
|
-
throttle: () => void;
|
65
|
-
/**
|
66
|
-
* 移除大小改变事件
|
67
|
-
*/
|
68
|
-
dispose: () => void;
|
69
|
-
}
|
@@ -1,73 +0,0 @@
|
|
1
|
-
import { Utility } from "../Utility";
|
2
|
-
/**
|
3
|
-
* 键盘帮助类
|
4
|
-
*/
|
5
|
-
export declare class KeyboardUtility extends Utility {
|
6
|
-
events: Object;
|
7
|
-
/**
|
8
|
-
* 注册事件
|
9
|
-
*/
|
10
|
-
add: (element: any, cb: Function, condition: Function, key: string, prevent: boolean, type: string) => void;
|
11
|
-
/**
|
12
|
-
* 移除事件
|
13
|
-
*/
|
14
|
-
remove: (element: any, key: string, type: string) => void;
|
15
|
-
/**
|
16
|
-
* 监听键盘按下事件
|
17
|
-
*/
|
18
|
-
keydown: (element: any, cb: Function, condition: Function, key: string, prevent?: boolean) => void;
|
19
|
-
/**
|
20
|
-
* 移除键盘按下事件
|
21
|
-
*/
|
22
|
-
removeKeydown: (element: any, key: string) => void;
|
23
|
-
/**
|
24
|
-
* 当触发保存时执行
|
25
|
-
* 想在div上绑定ctrlS事件,需要div处于focus状态,才可以触发已绑定的ctrlS事件
|
26
|
-
* div设置tabindex=-1,才可以手动触发焦点
|
27
|
-
*/
|
28
|
-
ctrlS: (element: any, cb: Function) => void;
|
29
|
-
/**
|
30
|
-
* 移除保存事件
|
31
|
-
*/
|
32
|
-
removeCtrlS: (element: any) => void;
|
33
|
-
/**
|
34
|
-
* 触发Ctrl回车事件
|
35
|
-
*/
|
36
|
-
ctrlEnter: (element: any, cb: Function) => void;
|
37
|
-
/**
|
38
|
-
* 移除Ctrl回车事件
|
39
|
-
*/
|
40
|
-
removeCtrlEnter: (element: any) => void;
|
41
|
-
lastKeyTime: number;
|
42
|
-
isKeyLastUp: boolean;
|
43
|
-
/**
|
44
|
-
* 双击事件
|
45
|
-
*/
|
46
|
-
doubleKey: (element: any, cb: Function, key: string, prevent?: boolean) => void;
|
47
|
-
/**
|
48
|
-
* 移除双击事件
|
49
|
-
*/
|
50
|
-
removeDoubleKey: (element: any, key: string) => void;
|
51
|
-
/**
|
52
|
-
* 监听键盘抬起事件
|
53
|
-
*/
|
54
|
-
keyup: (element: any, cb: Function, condition: Function, key: string, prevent?: boolean) => void;
|
55
|
-
/**
|
56
|
-
* 移除键盘抬起事件
|
57
|
-
*/
|
58
|
-
removeKeyup: (element: any, key: string) => void;
|
59
|
-
/**
|
60
|
-
* 监控是否按下Ctrl
|
61
|
-
*/
|
62
|
-
isCtrl: boolean;
|
63
|
-
ctrl: (document: any) => void;
|
64
|
-
/**
|
65
|
-
* 删除Ctrl事件
|
66
|
-
*/
|
67
|
-
removeCtrl: (document: any) => void;
|
68
|
-
timer: number;
|
69
|
-
touchStart: Function;
|
70
|
-
touchEnd(): void;
|
71
|
-
touch: (element: any, cb: Function) => void;
|
72
|
-
removeTouch: (element: any) => void;
|
73
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
import { Utility } from "../Utility";
|
2
|
-
/**
|
3
|
-
* 鼠标工具类
|
4
|
-
*/
|
5
|
-
export declare class MouseUtility extends Utility {
|
6
|
-
container: HTMLElement;
|
7
|
-
closeTriggers: HTMLElement[];
|
8
|
-
/**
|
9
|
-
* 初始化,并绑定自动关闭上下文菜单事件
|
10
|
-
*/
|
11
|
-
constructor(container: HTMLElement, closeTriggers?: any[]);
|
12
|
-
/**
|
13
|
-
* 手动关闭右键上下文菜单
|
14
|
-
*/
|
15
|
-
close: () => void;
|
16
|
-
/**
|
17
|
-
* 根据鼠标事件,显示右键上下文弹窗
|
18
|
-
*/
|
19
|
-
show: (event: MouseEvent) => void;
|
20
|
-
/**
|
21
|
-
* 资源释放,防止内存泄漏
|
22
|
-
*/
|
23
|
-
dispose: () => void;
|
24
|
-
}
|
@@ -1,40 +0,0 @@
|
|
1
|
-
import { Utility } from "../Utility";
|
2
|
-
/**
|
3
|
-
* 随机数工具类
|
4
|
-
* 带状态,如随机数记录了已经使用过的随机数
|
5
|
-
*/
|
6
|
-
export declare class RandomUtility extends Utility {
|
7
|
-
/**
|
8
|
-
* 随机数总长度
|
9
|
-
*/
|
10
|
-
length: number;
|
11
|
-
/**
|
12
|
-
* 当前显示元素之前的数组
|
13
|
-
*/
|
14
|
-
history: number[];
|
15
|
-
/**
|
16
|
-
* 即将要显示的数组(未空表示用户还没看过,可随机生成)
|
17
|
-
*/
|
18
|
-
future: number[];
|
19
|
-
/**
|
20
|
-
* 当前元素指针,索引值,用于指示当前显示的数在所有数组中的位置
|
21
|
-
*/
|
22
|
-
current: number;
|
23
|
-
/**
|
24
|
-
* 是否有上一个数
|
25
|
-
*/
|
26
|
-
get hasPrev(): boolean;
|
27
|
-
/**
|
28
|
-
* 是否有下一个数
|
29
|
-
*/
|
30
|
-
get hasNext(): boolean;
|
31
|
-
/**
|
32
|
-
* 获取轨迹中的上一个数的索引,箭头函数可能会导致数据更新,但是UI不更新
|
33
|
-
*/
|
34
|
-
prev(): number;
|
35
|
-
/**
|
36
|
-
* 获取下一个数
|
37
|
-
* 优先从轨迹获取,轨迹没有则取随机数
|
38
|
-
*/
|
39
|
-
next(): number;
|
40
|
-
}
|
@@ -1,56 +0,0 @@
|
|
1
|
-
import { Utility } from "../Utility";
|
2
|
-
import { ITask } from "../../tasks";
|
3
|
-
import { IProvider } from "../../providers";
|
4
|
-
/**
|
5
|
-
* 自动保存工具
|
6
|
-
* 函数式编程,从而可以让方法被多处使用
|
7
|
-
*/
|
8
|
-
export declare class SaveUtility extends Utility {
|
9
|
-
/**
|
10
|
-
* 已开启窗口
|
11
|
-
* 使用静态对象记录各自工具类开启的窗口,保证同一个kind工具类,被窗口多开时,能够杜绝异步方法导致的变量不一致问题
|
12
|
-
*/
|
13
|
-
static opened: {
|
14
|
-
[kind: string]: string[];
|
15
|
-
};
|
16
|
-
/**
|
17
|
-
* 任务实例,用于控制任务并发
|
18
|
-
*/
|
19
|
-
task: ITask;
|
20
|
-
/**
|
21
|
-
* 数据库驱动
|
22
|
-
*/
|
23
|
-
provider: IProvider;
|
24
|
-
/**
|
25
|
-
* 内容类别标识
|
26
|
-
*/
|
27
|
-
kind: string;
|
28
|
-
/**
|
29
|
-
* 实际对应的数据主键
|
30
|
-
*/
|
31
|
-
key: string;
|
32
|
-
/**
|
33
|
-
* 最新表单
|
34
|
-
*/
|
35
|
-
form: any;
|
36
|
-
/**
|
37
|
-
* 待删除的主键
|
38
|
-
*/
|
39
|
-
oldKey: string;
|
40
|
-
/**
|
41
|
-
* 内容变动监听程序
|
42
|
-
*/
|
43
|
-
handler: (val: any, oldVal: any) => Promise<void>;
|
44
|
-
/**
|
45
|
-
* 开启表单监控
|
46
|
-
*/
|
47
|
-
openAsync(kind: string, key: string, form: any): Promise<IProvider>;
|
48
|
-
/**
|
49
|
-
* 手动保存
|
50
|
-
*/
|
51
|
-
saveAsync(form: any): Promise<void>;
|
52
|
-
/**
|
53
|
-
* VIP:资源释放
|
54
|
-
*/
|
55
|
-
dispose(dispose?: boolean): Promise<void>;
|
56
|
-
}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { Voice } from "../Voice";
|
2
|
-
/**
|
3
|
-
* 文档:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html#23
|
4
|
-
*/
|
5
|
-
export declare class TencentVoice extends Voice {
|
6
|
-
type: string;
|
7
|
-
download(): void;
|
8
|
-
endRecord(): string;
|
9
|
-
startRecord(): string;
|
10
|
-
}
|
@@ -1,94 +0,0 @@
|
|
1
|
-
import { BuilderFactory, CdnFactory, EncoderFactory, ExcelFactory, ExplainerFactory, FeatureFactory, HasherFactory, UtilFactory, I18nFactory, HttpFactory, MessengerFactory, ProviderFactory, SignerFactory, SocketFactory, SsoFactory, TaskFactory, TemplateFactory, UtilityFactory } from "../drivers";
|
2
|
-
import { SvcFactory } from "../svcs";
|
3
|
-
/**
|
4
|
-
* 驱动工厂类
|
5
|
-
*/
|
6
|
-
declare class Factories {
|
7
|
-
/**
|
8
|
-
* 工厂缓存
|
9
|
-
*/
|
10
|
-
static mappings: {
|
11
|
-
[key: string]: any;
|
12
|
-
};
|
13
|
-
/**
|
14
|
-
* Builder工厂
|
15
|
-
*/
|
16
|
-
static get builder(): BuilderFactory;
|
17
|
-
/**
|
18
|
-
* CDN工厂
|
19
|
-
*/
|
20
|
-
static get cdn(): CdnFactory;
|
21
|
-
/**
|
22
|
-
* 编码器工厂
|
23
|
-
*/
|
24
|
-
static get encoder(): EncoderFactory;
|
25
|
-
/**
|
26
|
-
* Excel工厂
|
27
|
-
*/
|
28
|
-
static get excel(): ExcelFactory;
|
29
|
-
/**
|
30
|
-
* Explainer工厂
|
31
|
-
*/
|
32
|
-
static get explainer(): ExplainerFactory;
|
33
|
-
/**
|
34
|
-
* 特征工厂
|
35
|
-
*/
|
36
|
-
static get feature(): FeatureFactory;
|
37
|
-
/**
|
38
|
-
* 哈希工厂
|
39
|
-
*/
|
40
|
-
static get hasher(): HasherFactory;
|
41
|
-
/**
|
42
|
-
* Http请求工厂
|
43
|
-
*/
|
44
|
-
static get http(): HttpFactory;
|
45
|
-
/**
|
46
|
-
* 多语言工厂
|
47
|
-
*/
|
48
|
-
static get i18n(): I18nFactory;
|
49
|
-
/**
|
50
|
-
* 消息提示请求工厂
|
51
|
-
*/
|
52
|
-
static get messenger(): MessengerFactory;
|
53
|
-
/**
|
54
|
-
* 提供程序工厂
|
55
|
-
*/
|
56
|
-
static get provider(): ProviderFactory;
|
57
|
-
/**
|
58
|
-
* 签名工厂
|
59
|
-
*/
|
60
|
-
static get signer(): SignerFactory;
|
61
|
-
/**
|
62
|
-
* 通信工厂
|
63
|
-
*/
|
64
|
-
static get socket(): SocketFactory;
|
65
|
-
/**
|
66
|
-
* SSO工厂
|
67
|
-
*/
|
68
|
-
static get sso(): SsoFactory;
|
69
|
-
/**
|
70
|
-
* Task工厂
|
71
|
-
*/
|
72
|
-
static get task(): TaskFactory;
|
73
|
-
/**
|
74
|
-
* 模板工厂
|
75
|
-
*/
|
76
|
-
static get template(): TemplateFactory;
|
77
|
-
/**
|
78
|
-
* 工具工厂
|
79
|
-
*/
|
80
|
-
static get util(): UtilFactory;
|
81
|
-
/**
|
82
|
-
* 工具类工厂
|
83
|
-
*/
|
84
|
-
static get utility(): UtilityFactory;
|
85
|
-
/**
|
86
|
-
* 服务工厂
|
87
|
-
*/
|
88
|
-
static get svc(): SvcFactory;
|
89
|
-
/**
|
90
|
-
* 并缓存工厂实例
|
91
|
-
*/
|
92
|
-
static create<T>(type: any): T;
|
93
|
-
}
|
94
|
-
export default Factories;
|