@yonus_amire01/chat 0.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/README.md +127 -0
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.mjs +9360 -0
- package/dist/index.mjs.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/adapter/HostAdapter.d.ts +13 -0
- package/dist/types/adapter/HostAdapter.d.ts.map +1 -0
- package/dist/types/adapter/PushPort.d.ts +10 -0
- package/dist/types/adapter/PushPort.d.ts.map +1 -0
- package/dist/types/adapter/index.d.ts +7 -0
- package/dist/types/adapter/index.d.ts.map +1 -0
- package/dist/types/adapter/mock/MockCallAdapter.d.ts +14 -0
- package/dist/types/adapter/mock/MockCallAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/MockChatActionAdapter.d.ts +9 -0
- package/dist/types/adapter/mock/MockChatActionAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/MockChatAdapter.d.ts +7 -0
- package/dist/types/adapter/mock/MockChatAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/MockMedicationAdapter.d.ts +7 -0
- package/dist/types/adapter/mock/MockMedicationAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/MockServiceAdapter.d.ts +6 -0
- package/dist/types/adapter/mock/MockServiceAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/createMockAdapter.d.ts +13 -0
- package/dist/types/adapter/mock/createMockAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/index.d.ts +12 -0
- package/dist/types/adapter/mock/index.d.ts.map +1 -0
- package/dist/types/adapter/ports/CallAdapter.d.ts +36 -0
- package/dist/types/adapter/ports/CallAdapter.d.ts.map +1 -0
- package/dist/types/adapter/ports/ChatActionAdapter.d.ts +17 -0
- package/dist/types/adapter/ports/ChatActionAdapter.d.ts.map +1 -0
- package/dist/types/adapter/ports/ChatAdapter.d.ts +22 -0
- package/dist/types/adapter/ports/ChatAdapter.d.ts.map +1 -0
- package/dist/types/adapter/ports/MedicationAdapter.d.ts +6 -0
- package/dist/types/adapter/ports/MedicationAdapter.d.ts.map +1 -0
- package/dist/types/adapter/ports/ServiceAdapter.d.ts +16 -0
- package/dist/types/adapter/ports/ServiceAdapter.d.ts.map +1 -0
- package/dist/types/components/ChatPage.vue.d.ts +8 -0
- package/dist/types/components/ChatPage.vue.d.ts.map +1 -0
- package/dist/types/components/call/CallBoard.vue.d.ts +154 -0
- package/dist/types/components/call/CallBoard.vue.d.ts.map +1 -0
- package/dist/types/components/call/CallMemberDisplay.vue.d.ts +57 -0
- package/dist/types/components/call/CallMemberDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/call/CallPageOverlay.vue.d.ts +1365 -0
- package/dist/types/components/call/CallPageOverlay.vue.d.ts.map +1 -0
- package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts +41 -0
- package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts.map +1 -0
- package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts +48 -0
- package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +1 -0
- package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts +127 -0
- package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatBubble.vue.d.ts +12236 -0
- package/dist/types/components/chat/ChatBubble.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatInput.vue.d.ts +2477 -0
- package/dist/types/components/chat/ChatInput.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatMessages.vue.d.ts +13873 -0
- package/dist/types/components/chat/ChatMessages.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatPageBar.vue.d.ts +1204 -0
- package/dist/types/components/chat/ChatPageBar.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatProfileOverview.vue.d.ts +327 -0
- package/dist/types/components/chat/ChatProfileOverview.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatView.vue.d.ts +4 -0
- package/dist/types/components/chat/ChatView.vue.d.ts.map +1 -0
- package/dist/types/components/chat/PatientReferral.vue.d.ts +33 -0
- package/dist/types/components/chat/PatientReferral.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +53 -0
- package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +103 -0
- package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts +170 -0
- package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts +74 -0
- package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts +11449 -0
- package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts +107 -0
- package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts +56 -0
- package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts +28 -0
- package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts +72 -0
- package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts +15 -0
- package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts +149 -0
- package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts +85 -0
- package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/contact/ChatList.vue.d.ts +3111 -0
- package/dist/types/components/chat/contact/ChatList.vue.d.ts.map +1 -0
- package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts +24 -0
- package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts.map +1 -0
- package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts +28 -0
- package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts.map +1 -0
- package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts +61 -0
- package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts +1113 -0
- package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts.map +1 -0
- package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts +1060 -0
- package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts.map +1 -0
- package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts +1431 -0
- package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/profile/FileDisplay.vue.d.ts +28 -0
- package/dist/types/components/chat/profile/FileDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/general/FileFormatDisplay.vue.d.ts +60 -0
- package/dist/types/components/general/FileFormatDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/general/LoadingStatus.vue.d.ts +59 -0
- package/dist/types/components/general/LoadingStatus.vue.d.ts.map +1 -0
- package/dist/types/components/general/NoDataDisplay.vue.d.ts +24 -0
- package/dist/types/components/general/NoDataDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/general/SafeEmojiText.vue.d.ts +24 -0
- package/dist/types/components/general/SafeEmojiText.vue.d.ts.map +1 -0
- package/dist/types/components/global/BCarousel.vue.d.ts +48 -0
- package/dist/types/components/global/BCarousel.vue.d.ts.map +1 -0
- package/dist/types/composables/chat/useChatRecording.d.ts +74 -0
- package/dist/types/composables/chat/useChatRecording.d.ts.map +1 -0
- package/dist/types/composables/useAppPermissions.d.ts +25 -0
- package/dist/types/composables/useAppPermissions.d.ts.map +1 -0
- package/dist/types/composables/useAppToast.d.ts +6 -0
- package/dist/types/composables/useAppToast.d.ts.map +1 -0
- package/dist/types/composables/useClickOutside.d.ts +3 -0
- package/dist/types/composables/useClickOutside.d.ts.map +1 -0
- package/dist/types/composables/useDate.d.ts +24 -0
- package/dist/types/composables/useDate.d.ts.map +1 -0
- package/dist/types/composables/useDevice.d.ts +32 -0
- package/dist/types/composables/useDevice.d.ts.map +1 -0
- package/dist/types/composables/useLocale.d.ts +12 -0
- package/dist/types/composables/useLocale.d.ts.map +1 -0
- package/dist/types/composables/useTheme.d.ts +4 -0
- package/dist/types/composables/useTheme.d.ts.map +1 -0
- package/dist/types/composables/useValidation.d.ts +20 -0
- package/dist/types/composables/useValidation.d.ts.map +1 -0
- package/dist/types/composables/useWindowSize.d.ts +5 -0
- package/dist/types/composables/useWindowSize.d.ts.map +1 -0
- package/dist/types/directives/filePicker.d.ts +4 -0
- package/dist/types/directives/filePicker.d.ts.map +1 -0
- package/dist/types/directives/imagePicker.d.ts +4 -0
- package/dist/types/directives/imagePicker.d.ts.map +1 -0
- package/dist/types/directives/loading.d.ts +6 -0
- package/dist/types/directives/loading.d.ts.map +1 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/install.d.ts +20 -0
- package/dist/types/install.d.ts.map +1 -0
- package/dist/types/mock/chat.seed.d.ts +20 -0
- package/dist/types/mock/chat.seed.d.ts.map +1 -0
- package/dist/types/mock/helpers.d.ts +3 -0
- package/dist/types/mock/helpers.d.ts.map +1 -0
- package/dist/types/mock/index.d.ts +5 -0
- package/dist/types/mock/index.d.ts.map +1 -0
- package/dist/types/mock/medication.seed.d.ts +4 -0
- package/dist/types/mock/medication.seed.d.ts.map +1 -0
- package/dist/types/mock/service.seed.d.ts +13 -0
- package/dist/types/mock/service.seed.d.ts.map +1 -0
- package/dist/types/nuxt-shims.d.ts +43 -0
- package/dist/types/nuxt-shims.d.ts.map +1 -0
- package/dist/types/prime-preset.d.ts +72 -0
- package/dist/types/prime-preset.d.ts.map +1 -0
- package/dist/types/stores/callStore.d.ts +518 -0
- package/dist/types/stores/callStore.d.ts.map +1 -0
- package/dist/types/stores/chatActionStore.d.ts +11303 -0
- package/dist/types/stores/chatActionStore.d.ts.map +1 -0
- package/dist/types/stores/chatStore.d.ts +2966 -0
- package/dist/types/stores/chatStore.d.ts.map +1 -0
- package/dist/types/stores/createStores.d.ts +19290 -0
- package/dist/types/stores/createStores.d.ts.map +1 -0
- package/dist/types/stores/medicationsStore.d.ts +3542 -0
- package/dist/types/stores/medicationsStore.d.ts.map +1 -0
- package/dist/types/stores/serviceStore.d.ts +953 -0
- package/dist/types/stores/serviceStore.d.ts.map +1 -0
- package/dist/types/themes/factory.d.ts +4 -0
- package/dist/types/themes/factory.d.ts.map +1 -0
- package/dist/types/types/address.d.ts +26 -0
- package/dist/types/types/address.d.ts.map +1 -0
- package/dist/types/types/calendar.d.ts +88 -0
- package/dist/types/types/calendar.d.ts.map +1 -0
- package/dist/types/types/call.d.ts +9 -0
- package/dist/types/types/call.d.ts.map +1 -0
- package/dist/types/types/chat.d.ts +71 -0
- package/dist/types/types/chat.d.ts.map +1 -0
- package/dist/types/types/clinic.d.ts +7 -0
- package/dist/types/types/clinic.d.ts.map +1 -0
- package/dist/types/types/components/chat-input.d.ts +4 -0
- package/dist/types/types/components/chat-input.d.ts.map +1 -0
- package/dist/types/types/components/input.d.ts +13 -0
- package/dist/types/types/components/input.d.ts.map +1 -0
- package/dist/types/types/components/menu-options.d.ts +7 -0
- package/dist/types/types/components/menu-options.d.ts.map +1 -0
- package/dist/types/types/components/menu.d.ts +5 -0
- package/dist/types/types/components/menu.d.ts.map +1 -0
- package/dist/types/types/components/modal.d.ts +17 -0
- package/dist/types/types/components/modal.d.ts.map +1 -0
- package/dist/types/types/components/nav-item.d.ts +11 -0
- package/dist/types/types/components/nav-item.d.ts.map +1 -0
- package/dist/types/types/components/nav-sub-item.d.ts +9 -0
- package/dist/types/types/components/nav-sub-item.d.ts.map +1 -0
- package/dist/types/types/components/popup.d.ts +5 -0
- package/dist/types/types/components/popup.d.ts.map +1 -0
- package/dist/types/types/components/select.d.ts +8 -0
- package/dist/types/types/components/select.d.ts.map +1 -0
- package/dist/types/types/components/toast.d.ts +5 -0
- package/dist/types/types/components/toast.d.ts.map +1 -0
- package/dist/types/types/env/runtimeConfig.d.ts +22 -0
- package/dist/types/types/invoice.d.ts +8 -0
- package/dist/types/types/invoice.d.ts.map +1 -0
- package/dist/types/types/medic.d.ts +6 -0
- package/dist/types/types/medic.d.ts.map +1 -0
- package/dist/types/types/medication.d.ts +25 -0
- package/dist/types/types/medication.d.ts.map +1 -0
- package/dist/types/types/notification.d.ts +10 -0
- package/dist/types/types/notification.d.ts.map +1 -0
- package/dist/types/types/service.d.ts +25 -0
- package/dist/types/types/service.d.ts.map +1 -0
- package/dist/types/types/story.d.ts +12 -0
- package/dist/types/types/story.d.ts.map +1 -0
- package/dist/types/types/theme.d.ts +26 -0
- package/dist/types/types/theme.d.ts.map +1 -0
- package/dist/types/utils/emojiParser.d.ts +2 -0
- package/dist/types/utils/emojiParser.d.ts.map +1 -0
- package/dist/types/utils/format.d.ts +52 -0
- package/dist/types/utils/format.d.ts.map +1 -0
- package/package.json +68 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat.seed.d.ts","sourceRoot":"","sources":["../../../app/mock/chat.seed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAe,MAAM,cAAc,CAAC;AA6F9E,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE,UAAU,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,GACvB,QAAQ,kBAAkB,KACzB;IAAE,IAAI,EAAE,OAAO,EAAE,CAAC;IAAC,WAAW,EAAE,OAAO,CAAA;CAoBzC,CAAC;AAEF,MAAM,WAAW,kBAAkB;IACjC,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,GAAI,QAAQ,kBAAkB,KAAG,OAAO,EAiChE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../app/mock/helpers.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,GAAI,WAAQ,KAAG,OAAO,CAAC,IAAI,CACM,CAAC;AAEpD,eAAO,MAAM,QAAQ,QAAO,MAC2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../app/mock/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"medication.seed.d.ts","sourceRoot":"","sources":["../../../app/mock/medication.seed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAsCrD,eAAO,MAAM,eAAe,QAAO,UAAU,EAAiC,CAAC;AAE/E,eAAO,MAAM,oBAAoB,GAAI,OAAO,MAAM,KAAG,UAAU,EAQ9D,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Provider, Service } from '../types/service';
|
|
2
|
+
export declare const seedServices: () => Service[];
|
|
3
|
+
export interface ProvidersSeedParams {
|
|
4
|
+
serviceId: string;
|
|
5
|
+
page: number;
|
|
6
|
+
pageSize: number;
|
|
7
|
+
search?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const seedProviders: (params: ProvidersSeedParams) => {
|
|
10
|
+
data: Provider[];
|
|
11
|
+
hasNextPage: boolean;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=service.seed.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service.seed.d.ts","sourceRoot":"","sources":["../../../app/mock/service.seed.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAc,MAAM,iBAAiB,CAAC;AAyCrE,eAAO,MAAM,YAAY,QAAO,OAAO,EA2CtC,CAAC;AAEF,MAAM,WAAW,mBAAmB;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAID,eAAO,MAAM,aAAa,GACxB,QAAQ,mBAAmB,KAC1B;IAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;IAAC,WAAW,EAAE,OAAO,CAAA;CA4B1C,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Ref, WritableComputedRef, InjectionKey } from 'vue';
|
|
2
|
+
import { AppStores } from './install';
|
|
3
|
+
export type I18nT = (key: string, ...args: unknown[]) => string;
|
|
4
|
+
export interface I18nNarrow {
|
|
5
|
+
t: I18nT;
|
|
6
|
+
locale: WritableComputedRef<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare function useI18n(): I18nNarrow;
|
|
9
|
+
export { useWindowSize, useEventBus } from '@vueuse/core';
|
|
10
|
+
export { useClickOutside } from './composables/useClickOutside';
|
|
11
|
+
export { useDevice } from './composables/useDevice';
|
|
12
|
+
export { useDate } from './composables/useDate';
|
|
13
|
+
export { useAppToast } from './composables/useAppToast';
|
|
14
|
+
export { useAppPermissions } from './composables/useAppPermissions';
|
|
15
|
+
export { useLocale } from './composables/useLocale';
|
|
16
|
+
export { useTheme, provideTheme } from './composables/useTheme';
|
|
17
|
+
export { useValidation } from './composables/useValidation';
|
|
18
|
+
export { useChatStore } from './stores/chatStore';
|
|
19
|
+
export { useChatActionStore } from './stores/chatActionStore';
|
|
20
|
+
export { useCallStore } from './stores/callStore';
|
|
21
|
+
export { useServiceStore } from './stores/serviceStore';
|
|
22
|
+
export { useMedicationStore } from './stores/medicationsStore';
|
|
23
|
+
export { formatBytes, formatCurrency } from './utils/format';
|
|
24
|
+
export declare const APP_STORES_KEY: InjectionKey<AppStores>;
|
|
25
|
+
/**
|
|
26
|
+
* Resolve the app stores from the current Vue injection context. Call this
|
|
27
|
+
* either inside a component `setup()` or inside `app.runWithContext(...)`
|
|
28
|
+
* AFTER `app.use(BehayandChat, { adapter })` has installed the plugin.
|
|
29
|
+
*
|
|
30
|
+
* Throws if no provider is reachable — keeps the failure mode loud and
|
|
31
|
+
* located, instead of a downstream null-deref.
|
|
32
|
+
*/
|
|
33
|
+
export declare function injectAppStores(): AppStores;
|
|
34
|
+
export declare function useState<T>(key: string, init?: () => T): Ref<T>;
|
|
35
|
+
export declare function useHead(_: unknown): void;
|
|
36
|
+
export declare function useSeoMeta(_: unknown): void;
|
|
37
|
+
type ColorModeRef = Ref<"light" | "dark"> & {
|
|
38
|
+
preference: "light" | "dark";
|
|
39
|
+
value: "light" | "dark";
|
|
40
|
+
};
|
|
41
|
+
export declare function useColorMode(): ColorModeRef;
|
|
42
|
+
export declare function defineNuxtPlugin(_: unknown): unknown;
|
|
43
|
+
//# sourceMappingURL=nuxt-shims.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nuxt-shims.d.ts","sourceRoot":"","sources":["../../app/nuxt-shims.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAO,KAAK,GAAG,EAAE,KAAK,mBAAmB,EAAE,KAAK,YAAY,EAAU,MAAM,KAAK,CAAC;AAEzF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAE3C,MAAM,MAAM,KAAK,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,MAAM,CAAC;AAChE,MAAM,WAAW,UAAU;IACzB,CAAC,EAAE,KAAK,CAAC;IACT,MAAM,EAAE,mBAAmB,CAAC,MAAM,CAAC,CAAC;CACrC;AAED,wBAAgB,OAAO,IAAI,UAAU,CAEpC;AACD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE1D,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAE7D,eAAO,MAAM,cAAc,EAAE,YAAY,CAAC,SAAS,CAAgC,CAAC;AAEpF;;;;;;;GAOG;AACH,wBAAgB,eAAe,IAAI,SAAS,CAW3C;AAGD,wBAAgB,QAAQ,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAK/D;AAED,wBAAgB,OAAO,CAAC,CAAC,EAAE,OAAO,QAEjC;AAED,wBAAgB,UAAU,CAAC,CAAC,EAAE,OAAO,QAEpC;AAED,KAAK,YAAY,GAAG,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC,GAAG;IAAE,UAAU,EAAE,OAAO,GAAG,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAAA;CAAE,CAAC;AAEtG,wBAAgB,YAAY,IAAI,YAAY,CAmB3C;AAED,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,OAAO,WAE1C"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
declare const MyCustomPT: {
|
|
2
|
+
button: {
|
|
3
|
+
root: ({ props, context }: any) => {
|
|
4
|
+
class: (string | {
|
|
5
|
+
'is-disabled': any;
|
|
6
|
+
'is-loading': any;
|
|
7
|
+
})[];
|
|
8
|
+
style: {
|
|
9
|
+
'--b-pad-inline': string;
|
|
10
|
+
'--b-pad-block': string;
|
|
11
|
+
'--b-width': string;
|
|
12
|
+
'--b-height': string;
|
|
13
|
+
'--b-radius': string;
|
|
14
|
+
'--b-font-size': string;
|
|
15
|
+
'--b-bg-image': any;
|
|
16
|
+
'--b-bg-color': any;
|
|
17
|
+
'--b-text': any;
|
|
18
|
+
'--b-border': any;
|
|
19
|
+
'--b-hover-bg-color': any;
|
|
20
|
+
'--b-hover-text': any;
|
|
21
|
+
'--b-hover-border': any;
|
|
22
|
+
'--b-active-bg-color': any;
|
|
23
|
+
'--b-active-text': any;
|
|
24
|
+
'--b-active-border': any;
|
|
25
|
+
'--b-focus-color': string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
label: ({ props }: any) => {
|
|
29
|
+
class: (string | {
|
|
30
|
+
'whitespace-nowrap': boolean;
|
|
31
|
+
hidden: boolean;
|
|
32
|
+
})[];
|
|
33
|
+
};
|
|
34
|
+
icon: string;
|
|
35
|
+
loadingIcon: string;
|
|
36
|
+
};
|
|
37
|
+
inputtext: {
|
|
38
|
+
root: ({ props, context }: any) => {
|
|
39
|
+
class: (string | {
|
|
40
|
+
'is-disabled': any;
|
|
41
|
+
'is-invalid': any;
|
|
42
|
+
})[];
|
|
43
|
+
style: {
|
|
44
|
+
'--i-height': string;
|
|
45
|
+
'--i-radius': string;
|
|
46
|
+
'--i-font-size': string;
|
|
47
|
+
'--i-border-width': string;
|
|
48
|
+
'--i-bg': string;
|
|
49
|
+
'--i-text': string;
|
|
50
|
+
'--i-border': string;
|
|
51
|
+
'--i-bg-disabled': string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
select: {
|
|
56
|
+
root: ({ props, state }: any) => {
|
|
57
|
+
class: (string | {
|
|
58
|
+
'opacity-50 pointer-events-none': any;
|
|
59
|
+
})[];
|
|
60
|
+
};
|
|
61
|
+
label: string;
|
|
62
|
+
dropdown: string;
|
|
63
|
+
dropdownIcon: string;
|
|
64
|
+
overlay: string;
|
|
65
|
+
listContainer: string;
|
|
66
|
+
option: ({ context }: any) => {
|
|
67
|
+
class: string[];
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
export default MyCustomPT;
|
|
72
|
+
//# sourceMappingURL=prime-preset.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prime-preset.d.ts","sourceRoot":"","sources":["../../app/prime-preset.ts"],"names":[],"mappings":"AAgCA,QAAA,MAAM,UAAU;;mCAGe,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;2BA8BX,GAAG;;;;;;;;;;mCASK,GAAG;;;;;;;;;;;;;;;;;;iCAcL,GAAG;;;;;;;;;;8BAaN,GAAG;;;;CAO5B,CAAC;AAEF,eAAe,UAAU,CAAC"}
|