@yonus_amire01/chat 2.0.0 → 2.1.0
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/chat.css +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.mjs +6853 -77707
- package/dist/types/app/components/ChatPage.vue.d.ts.map +1 -1
- package/dist/types/app/components/call/CallBoard.vue.d.ts.map +1 -1
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts +1 -1
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts +1 -1
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts.map +1 -1
- package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts.map +1 -1
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts +1 -1
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +1 -1
- package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatBubble.vue.d.ts +1 -1
- package/dist/types/app/components/chat/ChatBubble.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatInput.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatMessages.vue.d.ts +1 -1
- package/dist/types/app/components/chat/ChatMessages.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatPageBar.vue.d.ts +1 -1
- package/dist/types/app/components/chat/ChatPageBar.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts +1 -1
- package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatView.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +1 -1
- package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-input/InputAttachement.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts +2 -2
- package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts +1 -1
- package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts +1 -1
- package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/profile/FileDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/general/LoadingStatus.vue.d.ts +1 -1
- package/dist/types/app/components/general/LoadingStatus.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BIcon.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BInput.vue.d.ts +8 -8
- package/dist/types/app/components/global/BInput.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BLabel.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BMenu.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BModal.vue.d.ts +2 -2
- package/dist/types/app/components/global/BModal.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BPopup.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BSelect.vue.d.ts +1 -1
- package/dist/types/app/components/global/BSelect.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BTab.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BToast.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BVirtualVerticalList.vue.d.ts.map +1 -1
- package/dist/types/app/composables/useDate.d.ts +1 -18
- package/dist/types/app/composables/useDate.d.ts.map +1 -1
- package/dist/types/app/composables/useLocalI18n.d.ts +3 -0
- package/dist/types/app/composables/useLocalI18n.d.ts.map +1 -1
- package/dist/types/app/index.d.ts +6 -2
- package/dist/types/app/index.d.ts.map +1 -1
- package/dist/types/app/stores/callStore.d.ts +13 -49
- package/dist/types/app/stores/callStore.d.ts.map +1 -1
- package/dist/types/app/stores/chatStore.d.ts +25 -39
- package/dist/types/app/stores/chatStore.d.ts.map +1 -1
- package/dist/types/app/stores/mediaStore.d.ts +18 -0
- package/dist/types/app/stores/mediaStore.d.ts.map +1 -0
- package/dist/types/app/stores/messageStores.d.ts +127 -146
- package/dist/types/app/stores/messageStores.d.ts.map +1 -1
- package/dist/types/app/stores/profileStore.d.ts +45 -0
- package/dist/types/app/stores/profileStore.d.ts.map +1 -0
- package/dist/types/app/types/index.d.ts +149 -0
- package/dist/types/app/types/index.d.ts.map +1 -0
- package/dist/types/app/utils/format.d.ts +0 -48
- package/dist/types/app/utils/format.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/app/composables/useLocale.d.ts +0 -12
- package/dist/types/app/composables/useLocale.d.ts.map +0 -1
- package/dist/types/app/composables/useTheme.d.ts +0 -4
- package/dist/types/app/composables/useTheme.d.ts.map +0 -1
- package/dist/types/app/composables/useValidation.d.ts +0 -20
- package/dist/types/app/composables/useValidation.d.ts.map +0 -1
- package/dist/types/app/composables/useWindowSize.d.ts +0 -5
- package/dist/types/app/composables/useWindowSize.d.ts.map +0 -1
- package/dist/types/app/types/address.d.ts +0 -26
- package/dist/types/app/types/address.d.ts.map +0 -1
- package/dist/types/app/types/calendar.d.ts +0 -87
- package/dist/types/app/types/calendar.d.ts.map +0 -1
- package/dist/types/app/types/call.d.ts +0 -10
- package/dist/types/app/types/call.d.ts.map +0 -1
- package/dist/types/app/types/chat.d.ts +0 -52
- package/dist/types/app/types/chat.d.ts.map +0 -1
- package/dist/types/app/types/theme.d.ts +0 -11
- package/dist/types/app/types/theme.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatPage.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/ChatPage.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ChatPage.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/ChatPage.vue"],"names":[],"mappings":";AAyKA,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallBoard.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/CallBoard.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CallBoard.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/CallBoard.vue"],"names":[],"mappings":"AAoFA,iBAAS,cAAc;WA6HT,OAAO,IAA6B;;;;YAbrB,GAAG;;;YACH,GAAG;;;;;;;EAiB/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;OAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallMemberDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/CallMemberDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CallMemberDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/CallMemberDisplay.vue"],"names":[],"mappings":"AA8GA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,UAAU,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;;;;;;kBADe,OAAO;;;;AAoK1B,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallPageOverlay.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/CallPageOverlay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CallPageOverlay.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/CallPageOverlay.vue"],"names":[],"mappings":"AAoYA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAqBvC,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;CACtB,CAAC;;AAsgBF,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BoardColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/call/paint-board/BoardColorPicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BoardColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/call/paint-board/BoardColorPicker.vue"],"names":[],"mappings":"AAqJA,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;;iBAIgB,MAAM;YACX,MAAM,EAAE;;UAPZ,MAAM,IAAI;WACT,MAAM,IAAI;;;;iBAKF,MAAM;YACX,MAAM,EAAE;;;;gBADH,MAAM;;;;AAFvB,wBAoNK"}
|
|
@@ -9,8 +9,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: (value: number) => any;
|
|
11
11
|
}>, {
|
|
12
|
-
min: number;
|
|
13
12
|
color: string;
|
|
13
|
+
min: number;
|
|
14
14
|
max: number;
|
|
15
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
16
16
|
sliderRef: HTMLDivElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrushSizeSlider.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/call/paint-board/BrushSizeSlider.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BrushSizeSlider.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/call/paint-board/BrushSizeSlider.vue"],"names":[],"mappings":"AA+GA,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;;;;;;WADQ,MAAM;SAFR,MAAM;SACN,MAAM;;;;AA8IhB,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallPaintBoard.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/call/paint-board/CallPaintBoard.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CallPaintBoard.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/call/paint-board/CallPaintBoard.vue"],"names":[],"mappings":"AAgdA,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;;;;;;YADS,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgoBpB,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatBubble.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatBubble.vue"],"names":[],"mappings":"AA6hBA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ChatBubble.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatBubble.vue"],"names":[],"mappings":"AA6hBA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAYxD,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,eAAe,CAAC;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;;mBAFgB,OAAO;gBACV,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA6NK,GAAG,8CAA8C,GAAG,yBAC1D,GAAE,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgd/D,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatInput.vue"],"names":[],"mappings":"AAopBA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;cADW,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAw2BtB,wBAWG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatMessages.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatMessages.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatMessages.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatMessages.vue"],"names":[],"mappings":"AA4pBA,OAAO,KAAK,EAAW,OAAO,EAAmB,MAAM,SAAS,CAAC;AAKjE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAMlE,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,UAAU,EAAE,CAAC;CACvB,CAAC;;aAFS,OAAO,GAAG,IAAI;aACd,UAAU,EAAE;;;;;;AAytBzB,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatPageBar.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatPageBar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatPageBar.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatPageBar.vue"],"names":[],"mappings":"AAuMA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAKvC,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,GAAG,EAAE,CAAC;CAChB,CAAC;;;;;;;;aAFS,OAAO,GAAG,IAAI;aACd,GAAG,EAAE;;AA4UlB,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatProfileOverview.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatProfileOverview.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatProfileOverview.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatProfileOverview.vue"],"names":[],"mappings":"AAybA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAWvC,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC1B,CAAC;;aADU,OAAO,GAAG,IAAI;;;;AA6pB5B,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatView.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatView.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatView.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2UA,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BubbleOptions.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/BubbleOptions.vue"],"names":[],"mappings":"AAgKA,OAAO,EAAY,QAAQ,EAAwB,MAAM,KAAK,CAAC;AAG/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"BubbleOptions.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/BubbleOptions.vue"],"names":[],"mappings":"AAgKA,OAAO,EAAY,QAAQ,EAAwB,MAAM,KAAK,CAAC;AAG/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAI/C,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,eAAe,CAAC;CAC1B,CAAC;;kBAUmB,MAAM,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAoOimd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB7vd,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/FileDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/FileDisplay.vue"],"names":[],"mappings":"AAwMA,KAAK,WAAW,GAAG;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;;YAFS,OAAO;YADP,OAAO;;AAuQpB,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageGroupDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/ImageGroupDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ImageGroupDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/ImageGroupDisplay.vue"],"names":[],"mappings":"AAkRA,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;;kBAgJY,MAAM;;;;YAjJT,MAAM,EAAE;;AAkYrB,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VoiceDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/VoiceDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VoiceDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/VoiceDisplay.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;;YADS,OAAO;;;;AAqRpB,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttachementFileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/AttachementFileDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AttachementFileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/AttachementFileDisplay.vue"],"names":[],"mappings":"AAyDA,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,cAAc,CAAC;CACtB,CAAC;;AAsFF,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputAttachement.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/InputAttachement.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InputAttachement.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/InputAttachement.vue"],"names":[],"mappings":"AAoRA,KAAK,WAAW,GAAG;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;;;;;;oBADiB,MAAM;;;;;AAyb3B,wBAUG"}
|
|
@@ -4,11 +4,11 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
4
4
|
close: () => void;
|
|
5
5
|
setLoading: (state: boolean) => void;
|
|
6
6
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
-
cancel: () => any;
|
|
8
7
|
action: () => any;
|
|
8
|
+
cancel: () => any;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
10
|
-
onCancel?: () => any;
|
|
11
10
|
onAction?: () => any;
|
|
11
|
+
onCancel?: () => any;
|
|
12
12
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
13
13
|
popup: unknown;
|
|
14
14
|
}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionPopup.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/PermissionPopup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PermissionPopup.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/PermissionPopup.vue"],"names":[],"mappings":"AA8KA,OAAO,EAAqB,KAAK,UAAU,EAAE,MAAM,iCAAiC,CAAC;;UAwI3E,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;WAC1B,MAAM,IAAI;gBACL,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI;;;;;;;;;;AAwJxC,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoRecordDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/VideoRecordDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VideoRecordDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/VideoRecordDisplay.vue"],"names":[],"mappings":"AAiMA,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;;aAIY,WAAW,GAAG,IAAI;eAChB,OAAO;oBACF,MAAM;;UARlB,MAAM,IAAI;WACT,MAAM,IAAI;;;;aAKN,WAAW,GAAG,IAAI;eAChB,OAAO;oBACF,MAAM;;;;YAFb,WAAW,GAAG,IAAI;cAChB,OAAO;mBACF,MAAM;;AAJ1B,wBA8PK"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatContactDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/contact/ChatContactDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatContactDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/contact/ChatContactDisplay.vue"],"names":[],"mappings":"AA8KA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAKvC,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;;AA8OF,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContactAvatar.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/contact/ContactAvatar.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ContactAvatar.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/contact/ContactAvatar.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;;gBADa,OAAO;;AAgHxB,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/profile/FileDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/profile/FileDisplay.vue"],"names":[],"mappings":"AA+GA,KAAK,WAAW,GAAG;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;;aADU,OAAO;;AA6IrB,wBAQG"}
|
|
@@ -6,8 +6,8 @@ type __VLS_Props = {
|
|
|
6
6
|
isDownloading?: boolean;
|
|
7
7
|
};
|
|
8
8
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
-
progress: number;
|
|
10
9
|
size: number;
|
|
10
|
+
progress: number;
|
|
11
11
|
strokeWidth: number;
|
|
12
12
|
isUploading: boolean;
|
|
13
13
|
isDownloading: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingStatus.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/general/LoadingStatus.vue"],"names":[],"mappings":"AA6FA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;;
|
|
1
|
+
{"version":3,"file":"LoadingStatus.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/general/LoadingStatus.vue"],"names":[],"mappings":"AA6FA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;;UAJO,MAAM;cADF,MAAM;iBAEH,MAAM;iBACN,OAAO;mBACL,OAAO;;AAuJ3B,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BIcon.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BIcon.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BIcon.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BIcon.vue"],"names":[],"mappings":"AA8QA,KAAK,WAAW,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;;UADO,MAAM,GAAG,MAAM;YADb,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS;;AAoKvE,wBAQG"}
|
|
@@ -24,22 +24,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
24
24
|
focus: () => void;
|
|
25
25
|
blur: () => void;
|
|
26
26
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
select: (key: string) => any;
|
|
28
|
+
"update:modelValue": (value: string) => any;
|
|
29
|
+
submit: (value: string) => any;
|
|
27
30
|
blur: () => any;
|
|
28
31
|
focus: () => any;
|
|
29
32
|
paste: (event: ClipboardEvent) => any;
|
|
30
|
-
select: (key: string) => any;
|
|
31
|
-
submit: (value: string) => any;
|
|
32
|
-
"update:modelValue": (value: string) => any;
|
|
33
33
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
34
|
+
onSelect?: (key: string) => any;
|
|
35
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
36
|
+
onSubmit?: (value: string) => any;
|
|
34
37
|
onBlur?: () => any;
|
|
35
38
|
onFocus?: () => any;
|
|
36
39
|
onPaste?: (event: ClipboardEvent) => any;
|
|
37
|
-
onSelect?: (key: string) => any;
|
|
38
|
-
onSubmit?: (value: string) => any;
|
|
39
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
40
40
|
}>, {
|
|
41
|
-
message: string;
|
|
42
41
|
type: "text" | "number";
|
|
42
|
+
readonly: boolean;
|
|
43
43
|
title: string;
|
|
44
44
|
required: boolean;
|
|
45
45
|
caption: string;
|
|
@@ -48,9 +48,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
48
48
|
color: "error" | "warning" | "success" | "secondary" | "primary" | string;
|
|
49
49
|
icon: string;
|
|
50
50
|
modelValue: string;
|
|
51
|
+
message: string;
|
|
51
52
|
disabled: boolean;
|
|
52
53
|
options: MenuOption[];
|
|
53
|
-
readonly: boolean;
|
|
54
54
|
tabindex: number | string;
|
|
55
55
|
autocomplete: string;
|
|
56
56
|
enterkeyhint: "enter" | "search" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BInput.vue"],"names":[],"mappings":"AA2jBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAuElE,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,CAAC;IAC3E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EACT,OAAO,GACP,QAAQ,GACR,MAAM,GACN,IAAI,GACJ,MAAM,GACN,UAAU,GACV,MAAM,GACN,SAAS,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;CACxB,CAAC;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"BInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BInput.vue"],"names":[],"mappings":"AA2jBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAuElE,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,CAAC;IAC3E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EACT,OAAO,GACP,QAAQ,GACR,MAAM,GACN,IAAI,GACJ,MAAM,GACN,UAAU,GACV,MAAM,GACN,SAAS,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;CACxB,CAAC;;;;;;;;;;;;;;;;;;;UA1BO,MAAM,GAAG,QAAQ;cAmBb,OAAO;WAlBV,MAAM;cAiBH,OAAO;aAKR,MAAM;cAFL,OAAO;iBAnBJ,MAAM;WAEZ,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM;UACnE,MAAM;gBANA,MAAM;aAIT,MAAM;cAiBL,OAAO;aAKR,UAAU,EAAE;cAnBX,MAAM,GAAG,MAAM;kBACX,MAAM;kBAEjB,OAAO,GACP,QAAQ,GACR,MAAM,GACN,IAAI,GACJ,MAAM,GACN,UAAU,GACV,MAAM,GACN,SAAS;YAMJ,MAAM;uBAEK,MAAM;;;;;;AA0gB9B,wBAWG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BLabel.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BLabel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BLabel.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BLabel.vue"],"names":[],"mappings":"AAyHA,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;;;UADO,MAAM;UAFN,IAAI,GAAG,IAAI;UACX,MAAM;;AAyJjB,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BMenu.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BMenu.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BMenu.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BMenu.vue"],"names":[],"mappings":"AAyQA,MAAM,WAAW,MAAM;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;;cAOa,MAAM,EAAE;cACR,OAAO;gBACL,OAAO;YACX,KAAK,GAAG,IAAI;mBACL,OAAO;;;;;;;;;cAJZ,MAAM,EAAE;cACR,OAAO;gBACL,OAAO;YACX,KAAK,GAAG,IAAI;mBACL,OAAO;;;;;;aAJZ,MAAM,EAAE;WAGV,KAAK,GAAG,IAAI;kBACL,OAAO;aAHZ,OAAO;eACL,OAAO;;;;;;;QAsRM,GAAG;;;;QACH,GAAG;;AA9RhC,wBAgVK;AAaL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -7,12 +7,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7
7
|
openModal: (title: string, description: string, color: ModalState, action?: boolean, actionText?: string) => void;
|
|
8
8
|
closeModal: () => void;
|
|
9
9
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
-
cancel: () => any;
|
|
11
10
|
action: () => any;
|
|
11
|
+
cancel: () => any;
|
|
12
12
|
closed: () => any;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
-
onCancel?: () => any;
|
|
15
14
|
onAction?: () => any;
|
|
15
|
+
onCancel?: () => any;
|
|
16
16
|
onClosed?: () => any;
|
|
17
17
|
}>, {
|
|
18
18
|
loading: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BModal.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BModal.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BModal.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BModal.vue"],"names":[],"mappings":"AA2MA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAG3D,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;;uBAmEK,MAAM,eACA,MAAM,SACZ,UAAU,WACT,OAAO,eACF,MAAM;;;;;;;;;;;aAzEP,OAAO;UACV,OAAO;;;;AAwWlB,wBAWG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BPopup.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BPopup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BPopup.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BPopup.vue"],"names":[],"mappings":"AAuPA,KAAK,WAAW,GAAG;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAsJJ,iBAAS,cAAc;WAyHT,OAAO,IAA6B;;yBAXpB,GAAG;;;;;;EAgBhC;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;WA3ST,MAAM;eAFF,OAAO;eAGP,OAAO;cAFR,OAAO;;;OAuTpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -21,12 +21,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
21
21
|
onSearch?: (query: string) => any;
|
|
22
22
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
23
23
|
}>, {
|
|
24
|
-
message: string;
|
|
25
24
|
loading: boolean;
|
|
26
25
|
title: string;
|
|
27
26
|
placeholder: string;
|
|
28
27
|
color: "primary" | "error" | "warning" | "success" | "secondary" | string;
|
|
29
28
|
modelValue: string | number;
|
|
29
|
+
message: string;
|
|
30
30
|
disabled: boolean;
|
|
31
31
|
options: DropdownOption[];
|
|
32
32
|
tabindex: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BSelect.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BSelect.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BSelect.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BSelect.vue"],"names":[],"mappings":"AA2dA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAGhE,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM,CAAC;IAC3E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;;;;;;;;aAHU,OAAO;WAPT,MAAM;iBACA,MAAM;WAKZ,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM;gBAT7D,MAAM,GAAG,MAAM;aAKlB,MAAM;cACL,OAAO;aALR,cAAc,EAAE;cACf,MAAM;gBAKJ,OAAO;cACT,OAAO;kBAGH,OAAO;kBACP,MAAM;;;;;;AAilBzB,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BTab.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BTab.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BTab.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BTab.vue"],"names":[],"mappings":"AAuHA,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,EAAE,CAAC;CAChB,CAAC;;;;;;gBAFa,MAAM;;;;AA0JvB,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BToast.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BToast.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BToast.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BToast.vue"],"names":[],"mappings":"AAmMA,KAAK,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;;yBA4E/C,MAAM,SACT,SAAS,aACL,MAAM;;;AA0LlB,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BVirtualVerticalList.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BVirtualVerticalList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BVirtualVerticalList.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BVirtualVerticalList.vue"],"names":[],"mappings":"yBAkIiB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA2LO,mBAAmB,CAAC;;;eAzLjB,CAAC,EAAE;iBACD,OAAO;qBACH,OAAO;oBACR,OAAO;qBACN,OAAO;mBAqLsE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;qBAxJhC,MAAM,IAAI;MAwJ4C,GAAG,IAAI;WACpE,GAAG;;;;;YApCe,GAAG;wBACD,GAAG;;;EAuC3B,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAtMzE,wBAsM4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,24 +1,7 @@
|
|
|
1
|
-
import { CalendarEventPayload } from '../types/calendar';
|
|
2
|
-
export interface DateFormatOptions {
|
|
3
|
-
showWeekday?: boolean;
|
|
4
|
-
useRelativeDay?: boolean;
|
|
5
|
-
showTime?: boolean;
|
|
6
|
-
monthFormat?: "short" | "long";
|
|
7
|
-
}
|
|
8
1
|
export declare const useDate: () => {
|
|
2
|
+
formatRelativeDate: (dateInput: string | Date) => string;
|
|
9
3
|
getYearsPassed: (date: Date) => number;
|
|
10
|
-
parseDate: (dateInput: string | Date) => Date;
|
|
11
|
-
formatDate: (dateInput: string | Date, options?: DateFormatOptions) => string;
|
|
12
|
-
formatNumericDate: (dateInput: string | Date) => string;
|
|
13
|
-
getAbsoluteDateTime: (dateInput: string | Date) => string;
|
|
14
|
-
getAbsoluteDate: (dateInput: string | Date) => string;
|
|
15
4
|
formatDateShort: (dateInput: string | Date) => string;
|
|
16
|
-
formatDateTime: (dateInput: string | Date) => string;
|
|
17
5
|
formatTime: (dateInput: string | Date) => string;
|
|
18
|
-
g2j: (gy: number, gm: number, gd: number) => [number, number, number];
|
|
19
|
-
j2g: (jy: number, jm: number, jd: number) => [number, number, number];
|
|
20
|
-
getRelativeTime: (d: string | Date) => string;
|
|
21
|
-
formatRelativeDate: (dateInput: string | Date) => string;
|
|
22
|
-
formatEventFullDateTime: (event: CalendarEventPayload) => string;
|
|
23
6
|
};
|
|
24
7
|
//# sourceMappingURL=useDate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDate.d.ts","sourceRoot":"","sources":["../../../../app/composables/useDate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useDate.d.ts","sourceRoot":"","sources":["../../../../app/composables/useDate.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;oCAwBqB,MAAM,GAAG,IAAI,KAAG,MAAM;2BAuF/B,IAAI,KAAG,MAAM;iCAxBP,MAAM,GAAG,IAAI,KAAG,MAAM;4BAzE3B,MAAM,GAAG,IAAI,KAAG,MAAM;CAqHtD,CAAC"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
1
|
export default function useLocalI18n(messages: Record<string, any>): import('vue-i18n').Composer<Record<string, any>, {}, {}, string, string, string>;
|
|
2
|
+
export declare function useDirection(): {
|
|
3
|
+
dir: globalThis.ComputedRef<"rtl" | "ltr">;
|
|
4
|
+
};
|
|
2
5
|
//# sourceMappingURL=useLocalI18n.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLocalI18n.d.ts","sourceRoot":"","sources":["../../../../app/composables/useLocalI18n.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useLocalI18n.d.ts","sourceRoot":"","sources":["../../../../app/composables/useLocalI18n.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,oFAKjE;AAED,wBAAgB,YAAY;;EAgB3B"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { useCallStore } from './stores/callStore';
|
|
2
2
|
import { useChatStore } from './stores/chatStore';
|
|
3
3
|
import { useMessagesStore } from './stores/messageStores';
|
|
4
|
+
import { useMediaStore } from './stores/mediaStore';
|
|
5
|
+
import { useProfileStore } from './stores/profileStore';
|
|
4
6
|
export { default as ChatPage } from './components/ChatPage.vue';
|
|
5
7
|
export { default as BVirtualVerticalList } from './components/global/BVirtualVerticalList.vue';
|
|
6
8
|
export { default as BEmojiPicker } from './components/global/BEmojiPicker.vue';
|
|
@@ -17,8 +19,10 @@ export { default as BToast } from './components/global/BToast.vue';
|
|
|
17
19
|
export { default as BIcon } from './components/global/BIcon.vue';
|
|
18
20
|
export { default as BMenu } from './components/global/BMenu.vue';
|
|
19
21
|
export { default as BTab } from './components/global/BTab.vue';
|
|
22
|
+
export * from './types';
|
|
20
23
|
export * from './stores/messageStores';
|
|
21
24
|
export * from './stores/chatStore';
|
|
22
|
-
export * from './stores/
|
|
23
|
-
export
|
|
25
|
+
export * from './stores/mediaStore';
|
|
26
|
+
export * from './stores/profileStore';
|
|
27
|
+
export { useChatStore, useCallStore, useMessagesStore, useMediaStore, useProfileStore };
|
|
24
28
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../app/index.ts"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../app/index.ts"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAEhE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAE/D,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AAEtC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,aAAa,EAAE,eAAe,EAAE,CAAC"}
|