asai-vue-host 0.0.1

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.
Files changed (134) hide show
  1. package/dist/asai/asdirectives/v-dbpointerdown/index.d.ts +3 -0
  2. package/dist/asai/asdirectives/v-drag/index.d.ts +3 -0
  3. package/dist/asai/asdirectives/v-drag/vtTouchCom.d.ts +11 -0
  4. package/dist/asai/asdirectives/v-dragzoom/index.d.ts +3 -0
  5. package/dist/asai/asdirectives/v-fullscreen/index.d.ts +3 -0
  6. package/dist/asai/asdirectives/v-keyboard/index.d.ts +5 -0
  7. package/dist/asai/asdirectives/v-levelread/index.d.ts +3 -0
  8. package/dist/asai/asdirectives/v-longpress/index.d.ts +3 -0
  9. package/dist/asai/asdirectives/v-popresizezoom/index.d.ts +3 -0
  10. package/dist/asai/asdirectives/v-resizeflexwidthzoom/index.d.ts +3 -0
  11. package/dist/asai/asdirectives/v-scrollbottom/index.d.ts +3 -0
  12. package/dist/asai/asdirectives/v-userlevel/index.d.ts +3 -0
  13. package/dist/asai/asengine/api/useApi.d.ts +2 -0
  14. package/dist/asai/asengine/common/As.d.ts +52 -0
  15. package/dist/asai/asengine/common/AsAES.d.ts +11 -0
  16. package/dist/asai/asengine/common/AsCode.d.ts +11 -0
  17. package/dist/asai/asengine/common/AsFull.d.ts +6 -0
  18. package/dist/asai/asengine/common/AsRouter.d.ts +10 -0
  19. package/dist/asai/asengine/common/useChannel.d.ts +21 -0
  20. package/dist/asai/asengine/common/useChatRoom.d.ts +6 -0
  21. package/dist/asai/asengine/common/useMediaWork.d.ts +9 -0
  22. package/dist/asai/asengine/common/useNovel.d.ts +4 -0
  23. package/dist/asai/asengine/common/usePage.d.ts +4 -0
  24. package/dist/asai/asengine/common/useUser.d.ts +17 -0
  25. package/dist/asai/asengine/init/useInitApp.d.ts +4 -0
  26. package/dist/asai/asengine/init/useInitUser.d.ts +9 -0
  27. package/dist/asai/asengine/provide/providedb.d.ts +6 -0
  28. package/dist/asai/asengine/provide/providedbwork.d.ts +6 -0
  29. package/dist/asai/asengine/provide/providefn.d.ts +10 -0
  30. package/dist/asai/asengine/provide/provideglobal.d.ts +41 -0
  31. package/dist/asai/asengine/provide/providews.d.ts +8 -0
  32. package/dist/asai/asengine/provide/useProvide.d.ts +2 -0
  33. package/dist/asai/asengine/ws/useBeat.d.ts +4 -0
  34. package/dist/asai/asengine/ws/useWs.d.ts +2 -0
  35. package/dist/asai/asui/app/AsaiComponent.vue.d.ts +6 -0
  36. package/dist/asai/asui/app/AsaiInitPage.vue.d.ts +7 -0
  37. package/dist/asai/asui/app/AsaiWeb.vue.d.ts +6 -0
  38. package/dist/asai/asui/app/AsaiWebModule.vue.d.ts +7 -0
  39. package/dist/asai/asui/app/AsaiWebModuleDefault.vue.d.ts +6 -0
  40. package/dist/asai/asui/app/AsaiWebModuleIndex.vue.d.ts +6 -0
  41. package/dist/asai/asui/app/AsaiWebServer.vue.d.ts +6 -0
  42. package/dist/asai/asui/app/AsaiWebServerUser.vue.d.ts +6 -0
  43. package/dist/asai/asui/app/AsaiWebServerUserOnline.vue.d.ts +6 -0
  44. package/dist/asai/asui/channel/ChannelAdd.vue.d.ts +22 -0
  45. package/dist/asai/asui/channel/ChannelClass.vue.d.ts +22 -0
  46. package/dist/asai/asui/channel/ChannelEdit.vue.d.ts +22 -0
  47. package/dist/asai/asui/channel/ChannelIndex.vue.d.ts +7 -0
  48. package/dist/asai/asui/channel/ChannelIndexOne.vue.d.ts +7 -0
  49. package/dist/asai/asui/channel/ChannelList.vue.d.ts +26 -0
  50. package/dist/asai/asui/channel/ChannelListPage.vue.d.ts +20 -0
  51. package/dist/asai/asui/channel/ChannelListSearch.vue.d.ts +22 -0
  52. package/dist/asai/asui/channel/ChannelListSelect.vue.d.ts +23 -0
  53. package/dist/asai/asui/channel/ChannelListType.vue.d.ts +20 -0
  54. package/dist/asai/asui/channel/ChannelPos.vue.d.ts +22 -0
  55. package/dist/asai/asui/channel/ChannelShow.vue.d.ts +20 -0
  56. package/dist/asai/asui/channel/_comps/list.vue.d.ts +20 -0
  57. package/dist/asai/asui/channel/_comps/pic.vue.d.ts +20 -0
  58. package/dist/asai/asui/chat/ChatRoom.vue.d.ts +39 -0
  59. package/dist/asai/asui/chat/ChatRoomOpt.vue.d.ts +8 -0
  60. package/dist/asai/asui/chat/_comps/AudioRecorder.vue.d.ts +8 -0
  61. package/dist/asai/asui/chat/_comps/EmojiList.vue.d.ts +8 -0
  62. package/dist/asai/asui/chat/_comps/VedioRecorder.vue.d.ts +8 -0
  63. package/dist/asai/asui/common/AsKeyBoard/useKeysConfig.d.ts +11 -0
  64. package/dist/asai/asui/common/AsKeyBoard/useKeysFun.d.ts +6 -0
  65. package/dist/asai/asui/common/AsKeyBoard.vue.d.ts +6 -0
  66. package/dist/asai/asui/common/AsKeyBoardAuto.vue.d.ts +6 -0
  67. package/dist/asai/asui/common/AsKeyBoardBottom.vue.d.ts +6 -0
  68. package/dist/asai/asui/common/AsLink.vue.d.ts +6 -0
  69. package/dist/asai/asui/common/AsNovel.vue.d.ts +7 -0
  70. package/dist/asai/asui/common/AsPageBusy.vue.d.ts +6 -0
  71. package/dist/asai/asui/common/AsSvg.vue.d.ts +60 -0
  72. package/dist/asai/asui/common/AsUploadFile.vue.d.ts +21 -0
  73. package/dist/asai/asui/common/AsUploadTxt.vue.d.ts +21 -0
  74. package/dist/asai/asui/common/Asai404.vue.d.ts +6 -0
  75. package/dist/asai/asui/common/ChangeLang.vue.d.ts +17 -0
  76. package/dist/asai/asui/common/ChangeTheme.vue.d.ts +16 -0
  77. package/dist/asai/asui/common/ImgUploadCut.vue.d.ts +11 -0
  78. package/dist/asai/asui/common/JsonEditor.vue.d.ts +8 -0
  79. package/dist/asai/asui/common/JsonTree.vue.d.ts +8 -0
  80. package/dist/asai/asui/common/MenuShowFix.vue.d.ts +7 -0
  81. package/dist/asai/asui/common/RouterMap.vue.d.ts +7 -0
  82. package/dist/asai/asui/common/RouterView.vue.d.ts +7 -0
  83. package/dist/asai/asui/common/VirtualList.vue.d.ts +49 -0
  84. package/dist/asai/asui/common/VirtualListFresh.vue.d.ts +51 -0
  85. package/dist/asai/asui/common/ZoomContainer.vue.d.ts +16 -0
  86. package/dist/asai/asui/form/AsaiForm.vue.d.ts +7 -0
  87. package/dist/asai/asui/form/AsaiFormLabel.vue.d.ts +19 -0
  88. package/dist/asai/asui/form/AsaiFormLi.vue.d.ts +8 -0
  89. package/dist/asai/asui/form/AsaiFormObject.vue.d.ts +9 -0
  90. package/dist/asai/asui/form/AsaiInput.vue.d.ts +9 -0
  91. package/dist/asai/asui/form/AsaiRichEditor.vue.d.ts +9 -0
  92. package/dist/asai/asui/form/AsaiSelect.vue.d.ts +9 -0
  93. package/dist/asai/asui/form/AsaiUpBinary.vue.d.ts +9 -0
  94. package/dist/asai/asui/form/AsaiUpload.vue.d.ts +9 -0
  95. package/dist/asai/asui/form/AsaiUploadImg.vue.d.ts +9 -0
  96. package/dist/asai/asui/form/AsaiUploadImgCut.vue.d.ts +7 -0
  97. package/dist/asai/asui/form/AsaiUploadImgCutPop.vue.d.ts +6 -0
  98. package/dist/asai/asui/page/PageErr.vue.d.ts +6 -0
  99. package/dist/asai/asui/page/PageLoadClient.vue.d.ts +6 -0
  100. package/dist/asai/asui/page/PageLoadErr.vue.d.ts +7 -0
  101. package/dist/asai/asui/page/PageLoadServer.vue.d.ts +6 -0
  102. package/dist/asai/asui/page/PageLoadUserToken.vue.d.ts +6 -0
  103. package/dist/asai/asui/page/PageLoadUserTokenOnline.vue.d.ts +6 -0
  104. package/dist/asai/asui/page/PageLoadWs.vue.d.ts +7 -0
  105. package/dist/asai/asui/pop/PopBox.vue.d.ts +20 -0
  106. package/dist/asai/asui/pop/PopBoxConfirm.vue.d.ts +10 -0
  107. package/dist/asai/asui/pop/PopBoxConfirmPass.vue.d.ts +21 -0
  108. package/dist/asai/asui/pop/PopDrop.vue.d.ts +29 -0
  109. package/dist/asai/asui/pop/PopMod.vue.d.ts +19 -0
  110. package/dist/asai/asui/pop/PopMsg.vue.d.ts +6 -0
  111. package/dist/asai/asui/pop/PopMsgOneByOne.vue.d.ts +6 -0
  112. package/dist/asai/asui/pop/PopTip.vue.d.ts +21 -0
  113. package/dist/asai/asui/pop/PopTipConfirm.vue.d.ts +22 -0
  114. package/dist/asai/asui/pop/components/PopBoxBar.vue.d.ts +7 -0
  115. package/dist/asai/asui/pop/components/PopBoxContent.vue.d.ts +17 -0
  116. package/dist/asai/asui/pop/components/PopBoxDragBar.vue.d.ts +23 -0
  117. package/dist/asai/asui/pop/components/PopBoxMain.vue.d.ts +21 -0
  118. package/dist/asai/asui/pop/components/PopBoxMask.vue.d.ts +21 -0
  119. package/dist/asai/asui/user/UserCard.vue.d.ts +7 -0
  120. package/dist/asai/asui/user/UserDelManage.vue.d.ts +6 -0
  121. package/dist/asai/asui/user/UserEdit.vue.d.ts +18 -0
  122. package/dist/asai/asui/user/UserEditManage.vue.d.ts +20 -0
  123. package/dist/asai/asui/user/UserExit.vue.d.ts +18 -0
  124. package/dist/asai/asui/user/UserListManage.vue.d.ts +19 -0
  125. package/dist/asai/asui/user/UserLogin.vue.d.ts +24 -0
  126. package/dist/asai/asui/user/UserManage.vue.d.ts +7 -0
  127. package/dist/asai/asui/user/UserReg.vue.d.ts +18 -0
  128. package/dist/asai/asui/user/UserRegManage.vue.d.ts +18 -0
  129. package/dist/asai/index.d.ts +4 -0
  130. package/dist/asai-vue-host.css +1 -0
  131. package/dist/asai-vue-host.es.js +8041 -0
  132. package/dist/asai-vue-host.umd.js +10 -0
  133. package/dist/index.d.ts +2 -0
  134. package/package.json +35 -0
@@ -0,0 +1,3 @@
1
+ import type { Directive } from 'vue';
2
+ declare const vDbPointerDown: Directive;
3
+ export default vDbPointerDown;
@@ -0,0 +1,3 @@
1
+ import type { Directive } from 'vue';
2
+ declare const vDrag: Directive;
3
+ export default vDrag;
@@ -0,0 +1,11 @@
1
+ export default function (el: HTMLElement, p: any): {
2
+ eStop: (e: any) => boolean;
3
+ canTouch: () => number | true;
4
+ eStopTouch: (e: any) => void;
5
+ setTouchNone: (el: any) => void;
6
+ setTouchAuto: (el: any) => void;
7
+ fnPThrottle: (fn: any) => void;
8
+ vtTouchInit: (el: any) => void;
9
+ vtTouchDown: (el: any) => void;
10
+ vtTouchUp: (el: any) => void;
11
+ };
@@ -0,0 +1,3 @@
1
+ import type { Directive } from 'vue';
2
+ declare const vDragzoom: Directive;
3
+ export default vDragzoom;
@@ -0,0 +1,3 @@
1
+ import type { Directive } from 'vue';
2
+ declare const vFullscreen: Directive;
3
+ export default vFullscreen;
@@ -0,0 +1,5 @@
1
+ declare const VirtualKeyboard: {
2
+ mounted(el: any, binding: any): void;
3
+ unmounted(el: any): void;
4
+ };
5
+ export default VirtualKeyboard;
@@ -0,0 +1,3 @@
1
+ import type { Directive } from 'vue';
2
+ declare const vLevelread: Directive;
3
+ export default vLevelread;
@@ -0,0 +1,3 @@
1
+ import { type Directive } from 'vue';
2
+ declare const vLongpress: Directive;
3
+ export default vLongpress;
@@ -0,0 +1,3 @@
1
+ import { Directive } from 'vue';
2
+ declare const vPopresizezoom: Directive;
3
+ export default vPopresizezoom;
@@ -0,0 +1,3 @@
1
+ import { Directive } from 'vue';
2
+ declare const vResizeflexwidthzoom: Directive;
3
+ export default vResizeflexwidthzoom;
@@ -0,0 +1,3 @@
1
+ import type { Directive } from 'vue';
2
+ declare const vScrollbottom: Directive;
3
+ export default vScrollbottom;
@@ -0,0 +1,3 @@
1
+ import type { Directive } from 'vue';
2
+ declare const vUserlevel: Directive;
3
+ export default vUserlevel;
@@ -0,0 +1,2 @@
1
+ declare const _default: (ujt: any, type?: string) => any;
2
+ export default _default;
@@ -0,0 +1,52 @@
1
+ declare const _default: {
2
+ getUrlByCfg(cfg?: any, type?: any): any;
3
+ arrLenMax(arr: any[], lenmax: number, type?: number): any[];
4
+ setCookies(key: string, val: any, expires?: number, path?: string): void;
5
+ cookiesSet(key: string, val: string, expires?: number, path?: string): void;
6
+ cookiesGet(key: string): string;
7
+ cookiesDel(key: string): void;
8
+ cookiesClear(): void;
9
+ readFile(file?: any, ty?: number): Promise<unknown>;
10
+ apiJsonp(url: string, callback: any): void;
11
+ localTime(key: string, expires?: number): any;
12
+ localSet(key: string, val: any, storageType?: Storage): void;
13
+ localGet(key: string, storageType?: Storage): string | null;
14
+ localRemove(key: string, storageType?: Storage): void;
15
+ localClears(keys?: any, storageType?: Storage): void;
16
+ localClear(storageType?: Storage): void;
17
+ localInit(storageType?: Storage): void;
18
+ localReload(): void;
19
+ getPath(str?: string): string;
20
+ getName(str?: string): string;
21
+ eStop(e: any): boolean;
22
+ fullScreen(id?: string): void;
23
+ fullScreenExit(): void;
24
+ fullScreenDo(callback?: any): void;
25
+ toNums(obj: any, len?: number): any;
26
+ toNum(num: any, len?: number): any;
27
+ toObj(str: any): any;
28
+ toStr(obj: any): string;
29
+ getTime(type?: number, timenow?: number): string;
30
+ /**
31
+ * 简化版
32
+ * @param startsWord 定义起始字符,如:as
33
+ * @param hex 指定进制,如:10 16 32
34
+ * @returns 12位,前缀字符+时间戳换算+随机数补位,如:eelgullaqnb0
35
+ */
36
+ Uuid(startsWord?: string, index?: number, hex?: number): string;
37
+ downloadTxt(data?: any, filename?: string): void;
38
+ debounce(fn: any, opt: any): void;
39
+ throttle(fn: any, opt: any): void;
40
+ /**
41
+ * 复制文本到剪贴板(兼容新旧 API)
42
+ * @param text 要复制的文本
43
+ * @returns 成功返回 true,失败返回 false
44
+ */
45
+ copyToClipboard(text: string): Promise<boolean>;
46
+ /**
47
+ * 从剪贴板读取文本(兼容处理)
48
+ * @returns 成功返回文本内容,失败返回 null 或错误信息
49
+ */
50
+ readFromClipboard(): Promise<string | null>;
51
+ };
52
+ export default _default;
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ base64Encode(text: string): string;
3
+ base64Decode(encoded: string): string;
4
+ simpleEncrypt(text: string, shift?: number): string;
5
+ simpleDecrypt(encrypted: string, shift?: number): string;
6
+ hexEncode(text: string): string;
7
+ hexDecode(hex: any): any;
8
+ enc(text: string): string;
9
+ dec(encoded: string): string;
10
+ };
11
+ export default _default;
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ asencode(str: string, keys: string): string;
3
+ asdecode(str: string, keys: string): string;
4
+ getCodeData(data: any, keys: string): any;
5
+ sendCodeData(data: any, keys: string, code: string): {
6
+ code: string;
7
+ data: string;
8
+ };
9
+ asnewkey(str: string): string;
10
+ };
11
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ fullScreen(id?: string): void;
3
+ fullScreenExit(): void;
4
+ fullScreenDo(callback?: any): void;
5
+ };
6
+ export default _default;
@@ -0,0 +1,10 @@
1
+ declare const _default: {
2
+ initHash(routerdata?: any): void;
3
+ getHref(): string;
4
+ setHash(routerdata?: any, value?: string): void;
5
+ getQuery(routerdata?: any, querystr?: string): string;
6
+ getHasharr(routerdata: any): any;
7
+ setRouter(routerdata: any): any;
8
+ setTitle(title?: string, ujt?: any): void;
9
+ };
10
+ export default _default;
@@ -0,0 +1,21 @@
1
+ declare const _default: (props: any) => {
2
+ initChannel: () => void;
3
+ initAddChannel: () => void;
4
+ setChannelClass: (value: any, tty?: number) => void;
5
+ delItem: (sn: any) => void;
6
+ editItem: (sn: any, tty?: number) => void;
7
+ readItem: (sn: any) => void;
8
+ optConfirm: (item: any) => void;
9
+ setPage: (page: number) => void;
10
+ setShow: (sn: any, tty?: number) => void;
11
+ channelSelect: (opt: any) => any;
12
+ fetchContent: (pctype?: number, svty?: number) => void;
13
+ searchSubmit: () => void;
14
+ addContent: (tty?: number) => void;
15
+ editContent: (tty?: number) => void;
16
+ getDefaultValue: () => any;
17
+ setChannelHash: (type: string, tty?: number) => void;
18
+ channelDownload: (field?: any) => Promise<unknown>;
19
+ channelUpload: (data: any, field?: any) => Promise<any[]>;
20
+ };
21
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: (props: any) => {
2
+ initChatRoom: (roomsname: any, wsname: string, fn?: any) => void;
3
+ offChatRoom: (roomsname: any, wsname: string) => void;
4
+ sendChatRoom: (roomname: string, wsname: string, chatData: any, defval?: string) => any;
5
+ };
6
+ export default _default;
@@ -0,0 +1,9 @@
1
+ declare const _default: (ujt: any, mediadata?: any, type?: number) => {
2
+ mediaBlobToBase64: (data: any) => Promise<unknown>;
3
+ mediaWorkStart: () => Promise<void>;
4
+ mediaWorkStop: () => void;
5
+ mediaOnPress: (e: any) => void;
6
+ mediaOnHold: (e: any) => void;
7
+ mediaOnRelease: (e: any) => void;
8
+ };
9
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: (props: any) => {
2
+ cmNovelData: any;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: (props: any) => {
2
+ getPageList: (pageSize: number) => number[];
3
+ };
4
+ export default _default;
@@ -0,0 +1,17 @@
1
+ declare const _default: (props: any) => {
2
+ initUserChannel: () => void;
3
+ userReg: () => void;
4
+ userLogin: () => void;
5
+ userExit: () => void;
6
+ userEdit: () => void;
7
+ fetchContent: (pctype?: number, svty?: number) => void;
8
+ getOnline: any;
9
+ editUser: () => any;
10
+ initUser: () => void;
11
+ delUser: (userid?: string) => void;
12
+ addUser: () => void;
13
+ setPage: (page: number) => void;
14
+ cmLvList: any;
15
+ userLoginWs: any;
16
+ };
17
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: (ujt: any) => {
2
+ initAppModel: (model?: any) => Promise<any[]>;
3
+ };
4
+ export default _default;
@@ -0,0 +1,9 @@
1
+ declare const _default: (ujt: any, type?: string) => {
2
+ initServer: () => Promise<void>;
3
+ initUserToken: () => Promise<void>;
4
+ initToken: () => void;
5
+ initUserOnline: () => Promise<void>;
6
+ userLoginWs: () => Promise<unknown>;
7
+ getOnline: () => any;
8
+ };
9
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ providedb: {
3
+ data: {};
4
+ };
5
+ };
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ providedbwork: {
3
+ data: {};
4
+ };
5
+ };
6
+ export default _default;
@@ -0,0 +1,10 @@
1
+ declare const _default: {
2
+ providefn: {
3
+ data: {
4
+ api: {};
5
+ ws: {};
6
+ workers: {};
7
+ };
8
+ };
9
+ };
10
+ export default _default;
@@ -0,0 +1,41 @@
1
+ declare const _default: {
2
+ provideglobal: {
3
+ data: {
4
+ sys: null;
5
+ config: {
6
+ theme: string;
7
+ lang: string;
8
+ langcur: string;
9
+ };
10
+ theme: string;
11
+ stat: {
12
+ webclient: number;
13
+ web: number;
14
+ cocontrol: number;
15
+ };
16
+ user: {
17
+ info: null;
18
+ online: number;
19
+ };
20
+ code: {
21
+ pri: null;
22
+ pub: null;
23
+ token: string;
24
+ };
25
+ location: {};
26
+ pop: {};
27
+ url: {};
28
+ module: {
29
+ value: string;
30
+ label: string;
31
+ };
32
+ keyboard: {
33
+ comps: {};
34
+ areastyle: {};
35
+ opt: {};
36
+ isshow: number;
37
+ };
38
+ };
39
+ };
40
+ };
41
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: {
2
+ providews: {
3
+ data: {
4
+ rooms: {};
5
+ };
6
+ };
7
+ };
8
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (opt: any) => any;
2
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: (ujt: any) => {
2
+ pingPong: (wstype?: string, ptm?: number) => void;
3
+ };
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (ujt: any, type?: string) => any;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ };
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ appmodules: any;
3
+ ujt: any;
4
+ };
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ };
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ module: any;
4
+ };
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ };
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ };
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ };
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ };
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ };
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
@@ -0,0 +1,22 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ opt: any;
4
+ };
5
+ declare var __VLS_1: {
6
+ item: any;
7
+ option: {
8
+ addContent: any;
9
+ };
10
+ };
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_1) => any;
13
+ };
14
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,22 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ opt: any;
4
+ };
5
+ declare var __VLS_1: {
6
+ item: [string, unknown];
7
+ option: {
8
+ setChannelClass: any;
9
+ };
10
+ };
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_1) => any;
13
+ };
14
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,22 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ opt: any;
4
+ };
5
+ declare var __VLS_1: {
6
+ item: any;
7
+ option: {
8
+ editContent: any;
9
+ };
10
+ };
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_1) => any;
13
+ };
14
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ opt: any;
4
+ };
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ opt: any;
4
+ };
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
@@ -0,0 +1,26 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ opt: any;
4
+ pm?: any;
5
+ };
6
+ declare var __VLS_1: {
7
+ item: any;
8
+ option: {
9
+ setShow: any;
10
+ delItem: any;
11
+ editItem: any;
12
+ optConfirm: any;
13
+ };
14
+ };
15
+ type __VLS_Slots = {} & {
16
+ default?: (props: typeof __VLS_1) => any;
17
+ };
18
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
21
+ export default _default;
22
+ type __VLS_WithSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,20 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ opt: any;
4
+ };
5
+ declare var __VLS_1: {
6
+ item: any;
7
+ option: {};
8
+ };
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_1) => any;
11
+ };
12
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,22 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ opt: any;
4
+ };
5
+ declare var __VLS_1: {
6
+ item: any;
7
+ option: {
8
+ searchSubmit: any;
9
+ };
10
+ };
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_1) => any;
13
+ };
14
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,23 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ opt: any;
4
+ pm?: any;
5
+ };
6
+ declare var __VLS_1: {
7
+ item: any;
8
+ option: {
9
+ setShow: any;
10
+ };
11
+ };
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_1) => any;
14
+ };
15
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,20 @@
1
+ type __VLS_Props = {
2
+ ujt: any;
3
+ opt: any;
4
+ pm?: any;
5
+ item?: any;
6
+ option?: any;
7
+ };
8
+ declare var __VLS_8: {};
9
+ type __VLS_Slots = {} & {
10
+ btns?: (props: typeof __VLS_8) => any;
11
+ };
12
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };