@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.
Files changed (222) hide show
  1. package/README.md +127 -0
  2. package/dist/index.cjs +6 -0
  3. package/dist/index.cjs.map +1 -0
  4. package/dist/index.mjs +9360 -0
  5. package/dist/index.mjs.map +1 -0
  6. package/dist/style.css +1 -0
  7. package/dist/types/adapter/HostAdapter.d.ts +13 -0
  8. package/dist/types/adapter/HostAdapter.d.ts.map +1 -0
  9. package/dist/types/adapter/PushPort.d.ts +10 -0
  10. package/dist/types/adapter/PushPort.d.ts.map +1 -0
  11. package/dist/types/adapter/index.d.ts +7 -0
  12. package/dist/types/adapter/index.d.ts.map +1 -0
  13. package/dist/types/adapter/mock/MockCallAdapter.d.ts +14 -0
  14. package/dist/types/adapter/mock/MockCallAdapter.d.ts.map +1 -0
  15. package/dist/types/adapter/mock/MockChatActionAdapter.d.ts +9 -0
  16. package/dist/types/adapter/mock/MockChatActionAdapter.d.ts.map +1 -0
  17. package/dist/types/adapter/mock/MockChatAdapter.d.ts +7 -0
  18. package/dist/types/adapter/mock/MockChatAdapter.d.ts.map +1 -0
  19. package/dist/types/adapter/mock/MockMedicationAdapter.d.ts +7 -0
  20. package/dist/types/adapter/mock/MockMedicationAdapter.d.ts.map +1 -0
  21. package/dist/types/adapter/mock/MockServiceAdapter.d.ts +6 -0
  22. package/dist/types/adapter/mock/MockServiceAdapter.d.ts.map +1 -0
  23. package/dist/types/adapter/mock/createMockAdapter.d.ts +13 -0
  24. package/dist/types/adapter/mock/createMockAdapter.d.ts.map +1 -0
  25. package/dist/types/adapter/mock/index.d.ts +12 -0
  26. package/dist/types/adapter/mock/index.d.ts.map +1 -0
  27. package/dist/types/adapter/ports/CallAdapter.d.ts +36 -0
  28. package/dist/types/adapter/ports/CallAdapter.d.ts.map +1 -0
  29. package/dist/types/adapter/ports/ChatActionAdapter.d.ts +17 -0
  30. package/dist/types/adapter/ports/ChatActionAdapter.d.ts.map +1 -0
  31. package/dist/types/adapter/ports/ChatAdapter.d.ts +22 -0
  32. package/dist/types/adapter/ports/ChatAdapter.d.ts.map +1 -0
  33. package/dist/types/adapter/ports/MedicationAdapter.d.ts +6 -0
  34. package/dist/types/adapter/ports/MedicationAdapter.d.ts.map +1 -0
  35. package/dist/types/adapter/ports/ServiceAdapter.d.ts +16 -0
  36. package/dist/types/adapter/ports/ServiceAdapter.d.ts.map +1 -0
  37. package/dist/types/components/ChatPage.vue.d.ts +8 -0
  38. package/dist/types/components/ChatPage.vue.d.ts.map +1 -0
  39. package/dist/types/components/call/CallBoard.vue.d.ts +154 -0
  40. package/dist/types/components/call/CallBoard.vue.d.ts.map +1 -0
  41. package/dist/types/components/call/CallMemberDisplay.vue.d.ts +57 -0
  42. package/dist/types/components/call/CallMemberDisplay.vue.d.ts.map +1 -0
  43. package/dist/types/components/call/CallPageOverlay.vue.d.ts +1365 -0
  44. package/dist/types/components/call/CallPageOverlay.vue.d.ts.map +1 -0
  45. package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts +41 -0
  46. package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts.map +1 -0
  47. package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts +48 -0
  48. package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +1 -0
  49. package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts +127 -0
  50. package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts.map +1 -0
  51. package/dist/types/components/chat/ChatBubble.vue.d.ts +12236 -0
  52. package/dist/types/components/chat/ChatBubble.vue.d.ts.map +1 -0
  53. package/dist/types/components/chat/ChatInput.vue.d.ts +2477 -0
  54. package/dist/types/components/chat/ChatInput.vue.d.ts.map +1 -0
  55. package/dist/types/components/chat/ChatMessages.vue.d.ts +13873 -0
  56. package/dist/types/components/chat/ChatMessages.vue.d.ts.map +1 -0
  57. package/dist/types/components/chat/ChatPageBar.vue.d.ts +1204 -0
  58. package/dist/types/components/chat/ChatPageBar.vue.d.ts.map +1 -0
  59. package/dist/types/components/chat/ChatProfileOverview.vue.d.ts +327 -0
  60. package/dist/types/components/chat/ChatProfileOverview.vue.d.ts.map +1 -0
  61. package/dist/types/components/chat/ChatView.vue.d.ts +4 -0
  62. package/dist/types/components/chat/ChatView.vue.d.ts.map +1 -0
  63. package/dist/types/components/chat/PatientReferral.vue.d.ts +33 -0
  64. package/dist/types/components/chat/PatientReferral.vue.d.ts.map +1 -0
  65. package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +53 -0
  66. package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +1 -0
  67. package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +103 -0
  68. package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +1 -0
  69. package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts +170 -0
  70. package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +1 -0
  71. package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts +74 -0
  72. package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +1 -0
  73. package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts +11449 -0
  74. package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts.map +1 -0
  75. package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts +107 -0
  76. package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +1 -0
  77. package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts +56 -0
  78. package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts.map +1 -0
  79. package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts +28 -0
  80. package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +1 -0
  81. package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts +72 -0
  82. package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts.map +1 -0
  83. package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts +15 -0
  84. package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts.map +1 -0
  85. package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts +149 -0
  86. package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +1 -0
  87. package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts +85 -0
  88. package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -0
  89. package/dist/types/components/chat/contact/ChatList.vue.d.ts +3111 -0
  90. package/dist/types/components/chat/contact/ChatList.vue.d.ts.map +1 -0
  91. package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts +24 -0
  92. package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts.map +1 -0
  93. package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts +28 -0
  94. package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts.map +1 -0
  95. package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts +61 -0
  96. package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts.map +1 -0
  97. package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts +1113 -0
  98. package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts.map +1 -0
  99. package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts +1060 -0
  100. package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts.map +1 -0
  101. package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts +1431 -0
  102. package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts.map +1 -0
  103. package/dist/types/components/chat/profile/FileDisplay.vue.d.ts +28 -0
  104. package/dist/types/components/chat/profile/FileDisplay.vue.d.ts.map +1 -0
  105. package/dist/types/components/general/FileFormatDisplay.vue.d.ts +60 -0
  106. package/dist/types/components/general/FileFormatDisplay.vue.d.ts.map +1 -0
  107. package/dist/types/components/general/LoadingStatus.vue.d.ts +59 -0
  108. package/dist/types/components/general/LoadingStatus.vue.d.ts.map +1 -0
  109. package/dist/types/components/general/NoDataDisplay.vue.d.ts +24 -0
  110. package/dist/types/components/general/NoDataDisplay.vue.d.ts.map +1 -0
  111. package/dist/types/components/general/SafeEmojiText.vue.d.ts +24 -0
  112. package/dist/types/components/general/SafeEmojiText.vue.d.ts.map +1 -0
  113. package/dist/types/components/global/BCarousel.vue.d.ts +48 -0
  114. package/dist/types/components/global/BCarousel.vue.d.ts.map +1 -0
  115. package/dist/types/composables/chat/useChatRecording.d.ts +74 -0
  116. package/dist/types/composables/chat/useChatRecording.d.ts.map +1 -0
  117. package/dist/types/composables/useAppPermissions.d.ts +25 -0
  118. package/dist/types/composables/useAppPermissions.d.ts.map +1 -0
  119. package/dist/types/composables/useAppToast.d.ts +6 -0
  120. package/dist/types/composables/useAppToast.d.ts.map +1 -0
  121. package/dist/types/composables/useClickOutside.d.ts +3 -0
  122. package/dist/types/composables/useClickOutside.d.ts.map +1 -0
  123. package/dist/types/composables/useDate.d.ts +24 -0
  124. package/dist/types/composables/useDate.d.ts.map +1 -0
  125. package/dist/types/composables/useDevice.d.ts +32 -0
  126. package/dist/types/composables/useDevice.d.ts.map +1 -0
  127. package/dist/types/composables/useLocale.d.ts +12 -0
  128. package/dist/types/composables/useLocale.d.ts.map +1 -0
  129. package/dist/types/composables/useTheme.d.ts +4 -0
  130. package/dist/types/composables/useTheme.d.ts.map +1 -0
  131. package/dist/types/composables/useValidation.d.ts +20 -0
  132. package/dist/types/composables/useValidation.d.ts.map +1 -0
  133. package/dist/types/composables/useWindowSize.d.ts +5 -0
  134. package/dist/types/composables/useWindowSize.d.ts.map +1 -0
  135. package/dist/types/directives/filePicker.d.ts +4 -0
  136. package/dist/types/directives/filePicker.d.ts.map +1 -0
  137. package/dist/types/directives/imagePicker.d.ts +4 -0
  138. package/dist/types/directives/imagePicker.d.ts.map +1 -0
  139. package/dist/types/directives/loading.d.ts +6 -0
  140. package/dist/types/directives/loading.d.ts.map +1 -0
  141. package/dist/types/index.d.ts +10 -0
  142. package/dist/types/index.d.ts.map +1 -0
  143. package/dist/types/install.d.ts +20 -0
  144. package/dist/types/install.d.ts.map +1 -0
  145. package/dist/types/mock/chat.seed.d.ts +20 -0
  146. package/dist/types/mock/chat.seed.d.ts.map +1 -0
  147. package/dist/types/mock/helpers.d.ts +3 -0
  148. package/dist/types/mock/helpers.d.ts.map +1 -0
  149. package/dist/types/mock/index.d.ts +5 -0
  150. package/dist/types/mock/index.d.ts.map +1 -0
  151. package/dist/types/mock/medication.seed.d.ts +4 -0
  152. package/dist/types/mock/medication.seed.d.ts.map +1 -0
  153. package/dist/types/mock/service.seed.d.ts +13 -0
  154. package/dist/types/mock/service.seed.d.ts.map +1 -0
  155. package/dist/types/nuxt-shims.d.ts +43 -0
  156. package/dist/types/nuxt-shims.d.ts.map +1 -0
  157. package/dist/types/prime-preset.d.ts +72 -0
  158. package/dist/types/prime-preset.d.ts.map +1 -0
  159. package/dist/types/stores/callStore.d.ts +518 -0
  160. package/dist/types/stores/callStore.d.ts.map +1 -0
  161. package/dist/types/stores/chatActionStore.d.ts +11303 -0
  162. package/dist/types/stores/chatActionStore.d.ts.map +1 -0
  163. package/dist/types/stores/chatStore.d.ts +2966 -0
  164. package/dist/types/stores/chatStore.d.ts.map +1 -0
  165. package/dist/types/stores/createStores.d.ts +19290 -0
  166. package/dist/types/stores/createStores.d.ts.map +1 -0
  167. package/dist/types/stores/medicationsStore.d.ts +3542 -0
  168. package/dist/types/stores/medicationsStore.d.ts.map +1 -0
  169. package/dist/types/stores/serviceStore.d.ts +953 -0
  170. package/dist/types/stores/serviceStore.d.ts.map +1 -0
  171. package/dist/types/themes/factory.d.ts +4 -0
  172. package/dist/types/themes/factory.d.ts.map +1 -0
  173. package/dist/types/types/address.d.ts +26 -0
  174. package/dist/types/types/address.d.ts.map +1 -0
  175. package/dist/types/types/calendar.d.ts +88 -0
  176. package/dist/types/types/calendar.d.ts.map +1 -0
  177. package/dist/types/types/call.d.ts +9 -0
  178. package/dist/types/types/call.d.ts.map +1 -0
  179. package/dist/types/types/chat.d.ts +71 -0
  180. package/dist/types/types/chat.d.ts.map +1 -0
  181. package/dist/types/types/clinic.d.ts +7 -0
  182. package/dist/types/types/clinic.d.ts.map +1 -0
  183. package/dist/types/types/components/chat-input.d.ts +4 -0
  184. package/dist/types/types/components/chat-input.d.ts.map +1 -0
  185. package/dist/types/types/components/input.d.ts +13 -0
  186. package/dist/types/types/components/input.d.ts.map +1 -0
  187. package/dist/types/types/components/menu-options.d.ts +7 -0
  188. package/dist/types/types/components/menu-options.d.ts.map +1 -0
  189. package/dist/types/types/components/menu.d.ts +5 -0
  190. package/dist/types/types/components/menu.d.ts.map +1 -0
  191. package/dist/types/types/components/modal.d.ts +17 -0
  192. package/dist/types/types/components/modal.d.ts.map +1 -0
  193. package/dist/types/types/components/nav-item.d.ts +11 -0
  194. package/dist/types/types/components/nav-item.d.ts.map +1 -0
  195. package/dist/types/types/components/nav-sub-item.d.ts +9 -0
  196. package/dist/types/types/components/nav-sub-item.d.ts.map +1 -0
  197. package/dist/types/types/components/popup.d.ts +5 -0
  198. package/dist/types/types/components/popup.d.ts.map +1 -0
  199. package/dist/types/types/components/select.d.ts +8 -0
  200. package/dist/types/types/components/select.d.ts.map +1 -0
  201. package/dist/types/types/components/toast.d.ts +5 -0
  202. package/dist/types/types/components/toast.d.ts.map +1 -0
  203. package/dist/types/types/env/runtimeConfig.d.ts +22 -0
  204. package/dist/types/types/invoice.d.ts +8 -0
  205. package/dist/types/types/invoice.d.ts.map +1 -0
  206. package/dist/types/types/medic.d.ts +6 -0
  207. package/dist/types/types/medic.d.ts.map +1 -0
  208. package/dist/types/types/medication.d.ts +25 -0
  209. package/dist/types/types/medication.d.ts.map +1 -0
  210. package/dist/types/types/notification.d.ts +10 -0
  211. package/dist/types/types/notification.d.ts.map +1 -0
  212. package/dist/types/types/service.d.ts +25 -0
  213. package/dist/types/types/service.d.ts.map +1 -0
  214. package/dist/types/types/story.d.ts +12 -0
  215. package/dist/types/types/story.d.ts.map +1 -0
  216. package/dist/types/types/theme.d.ts +26 -0
  217. package/dist/types/types/theme.d.ts.map +1 -0
  218. package/dist/types/utils/emojiParser.d.ts +2 -0
  219. package/dist/types/utils/emojiParser.d.ts.map +1 -0
  220. package/dist/types/utils/format.d.ts +52 -0
  221. package/dist/types/utils/format.d.ts.map +1 -0
  222. package/package.json +68 -0
@@ -0,0 +1,1431 @@
1
+ import { SlotsType } from 'vue';
2
+ import { Popup } from '../../../types/components/popup';
3
+ import { PrescribedMedication } from '../../../types/medication';
4
+ import { DropdownOption } from '../../../types/components/select';
5
+ interface PeriodValueState {
6
+ value: '' | 'hospitalization' | 'prescription';
7
+ color: 'primary' | 'error';
8
+ message: string;
9
+ }
10
+ /**
11
+ * Props exposed by the `prescription-content` slot.
12
+ * Parent components can use these to render a custom form while preserving
13
+ * the shared popup state and submission flow.
14
+ */
15
+ interface PrescriptionContentSlotProps {
16
+ selectedPeriod: PeriodValueState;
17
+ periodOptions: DropdownOption[];
18
+ prescribedMeds: PrescribedMedication[];
19
+ addMedication: (medication: PrescribedMedication) => void;
20
+ deleteMedicine: (index: number) => void;
21
+ setPeriodValue: (value: PeriodValueState['value']) => void;
22
+ goToStep: (targetStep: number) => void;
23
+ isMobile: boolean;
24
+ step: number;
25
+ }
26
+ declare const _default: import('vue').DefineComponent<{}, {
27
+ t: import('../../../nuxt-shims').I18nT;
28
+ periodOptions: import('vue').ComputedRef<DropdownOption[]>;
29
+ popup: Readonly<import('vue').ShallowRef<Popup>>;
30
+ selectedPeriod: import('vue').Ref<{
31
+ value: "" | "hospitalization" | "prescription";
32
+ color: "primary" | "error";
33
+ message: string;
34
+ }, PeriodValueState | {
35
+ value: "" | "hospitalization" | "prescription";
36
+ color: "primary" | "error";
37
+ message: string;
38
+ }>;
39
+ prescribedMeds: import('vue').Ref<{
40
+ id: string;
41
+ medication: {
42
+ id: string;
43
+ title: {
44
+ readonly [x: number]: string;
45
+ toString: () => string;
46
+ charAt: (pos: number) => string;
47
+ charCodeAt: (index: number) => number;
48
+ concat: (...strings: string[]) => string;
49
+ indexOf: (searchString: string, position?: number) => number;
50
+ lastIndexOf: (searchString: string, position?: number) => number;
51
+ localeCompare: {
52
+ (that: string): number;
53
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
54
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
55
+ };
56
+ match: {
57
+ (regexp: string | RegExp): RegExpMatchArray | null;
58
+ (matcher: {
59
+ [Symbol.match](string: string): RegExpMatchArray | null;
60
+ }): RegExpMatchArray | null;
61
+ };
62
+ replace: {
63
+ (searchValue: string | RegExp, replaceValue: string): string;
64
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
65
+ (searchValue: {
66
+ [Symbol.replace](string: string, replaceValue: string): string;
67
+ }, replaceValue: string): string;
68
+ (searchValue: {
69
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
70
+ }, replacer: (substring: string, ...args: any[]) => string): string;
71
+ };
72
+ search: {
73
+ (regexp: string | RegExp): number;
74
+ (searcher: {
75
+ [Symbol.search](string: string): number;
76
+ }): number;
77
+ };
78
+ slice: (start?: number, end?: number) => string;
79
+ split: {
80
+ (separator: string | RegExp, limit?: number): string[];
81
+ (splitter: {
82
+ [Symbol.split](string: string, limit?: number): string[];
83
+ }, limit?: number): string[];
84
+ };
85
+ substring: (start: number, end?: number) => string;
86
+ toLowerCase: () => string;
87
+ toLocaleLowerCase: {
88
+ (locales?: string | string[]): string;
89
+ (locales?: Intl.LocalesArgument): string;
90
+ };
91
+ toUpperCase: () => string;
92
+ toLocaleUpperCase: {
93
+ (locales?: string | string[]): string;
94
+ (locales?: Intl.LocalesArgument): string;
95
+ };
96
+ trim: () => string;
97
+ readonly length: number;
98
+ substr: (from: number, length?: number) => string;
99
+ valueOf: () => string;
100
+ codePointAt: (pos: number) => number | undefined;
101
+ includes: (searchString: string, position?: number) => boolean;
102
+ endsWith: (searchString: string, endPosition?: number) => boolean;
103
+ normalize: {
104
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
105
+ (form?: string): string;
106
+ };
107
+ repeat: (count: number) => string;
108
+ startsWith: (searchString: string, position?: number) => boolean;
109
+ anchor: (name: string) => string;
110
+ big: () => string;
111
+ blink: () => string;
112
+ bold: () => string;
113
+ fixed: () => string;
114
+ fontcolor: (color: string) => string;
115
+ fontsize: {
116
+ (size: number): string;
117
+ (size: string): string;
118
+ };
119
+ italics: () => string;
120
+ link: (url: string) => string;
121
+ small: () => string;
122
+ strike: () => string;
123
+ sub: () => string;
124
+ sup: () => string;
125
+ padStart: (maxLength: number, fillString?: string) => string;
126
+ padEnd: (maxLength: number, fillString?: string) => string;
127
+ trimEnd: () => string;
128
+ trimStart: () => string;
129
+ trimLeft: () => string;
130
+ trimRight: () => string;
131
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
132
+ replaceAll: {
133
+ (searchValue: string | RegExp, replaceValue: string): string;
134
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
135
+ };
136
+ at: (index: number) => string | undefined;
137
+ [Symbol.iterator]: () => StringIterator<string>;
138
+ };
139
+ englishTitle: {
140
+ readonly [x: number]: string;
141
+ toString: () => string;
142
+ charAt: (pos: number) => string;
143
+ charCodeAt: (index: number) => number;
144
+ concat: (...strings: string[]) => string;
145
+ indexOf: (searchString: string, position?: number) => number;
146
+ lastIndexOf: (searchString: string, position?: number) => number;
147
+ localeCompare: {
148
+ (that: string): number;
149
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
150
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
151
+ };
152
+ match: {
153
+ (regexp: string | RegExp): RegExpMatchArray | null;
154
+ (matcher: {
155
+ [Symbol.match](string: string): RegExpMatchArray | null;
156
+ }): RegExpMatchArray | null;
157
+ };
158
+ replace: {
159
+ (searchValue: string | RegExp, replaceValue: string): string;
160
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
161
+ (searchValue: {
162
+ [Symbol.replace](string: string, replaceValue: string): string;
163
+ }, replaceValue: string): string;
164
+ (searchValue: {
165
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
166
+ }, replacer: (substring: string, ...args: any[]) => string): string;
167
+ };
168
+ search: {
169
+ (regexp: string | RegExp): number;
170
+ (searcher: {
171
+ [Symbol.search](string: string): number;
172
+ }): number;
173
+ };
174
+ slice: (start?: number, end?: number) => string;
175
+ split: {
176
+ (separator: string | RegExp, limit?: number): string[];
177
+ (splitter: {
178
+ [Symbol.split](string: string, limit?: number): string[];
179
+ }, limit?: number): string[];
180
+ };
181
+ substring: (start: number, end?: number) => string;
182
+ toLowerCase: () => string;
183
+ toLocaleLowerCase: {
184
+ (locales?: string | string[]): string;
185
+ (locales?: Intl.LocalesArgument): string;
186
+ };
187
+ toUpperCase: () => string;
188
+ toLocaleUpperCase: {
189
+ (locales?: string | string[]): string;
190
+ (locales?: Intl.LocalesArgument): string;
191
+ };
192
+ trim: () => string;
193
+ readonly length: number;
194
+ substr: (from: number, length?: number) => string;
195
+ valueOf: () => string;
196
+ codePointAt: (pos: number) => number | undefined;
197
+ includes: (searchString: string, position?: number) => boolean;
198
+ endsWith: (searchString: string, endPosition?: number) => boolean;
199
+ normalize: {
200
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
201
+ (form?: string): string;
202
+ };
203
+ repeat: (count: number) => string;
204
+ startsWith: (searchString: string, position?: number) => boolean;
205
+ anchor: (name: string) => string;
206
+ big: () => string;
207
+ blink: () => string;
208
+ bold: () => string;
209
+ fixed: () => string;
210
+ fontcolor: (color: string) => string;
211
+ fontsize: {
212
+ (size: number): string;
213
+ (size: string): string;
214
+ };
215
+ italics: () => string;
216
+ link: (url: string) => string;
217
+ small: () => string;
218
+ strike: () => string;
219
+ sub: () => string;
220
+ sup: () => string;
221
+ padStart: (maxLength: number, fillString?: string) => string;
222
+ padEnd: (maxLength: number, fillString?: string) => string;
223
+ trimEnd: () => string;
224
+ trimStart: () => string;
225
+ trimLeft: () => string;
226
+ trimRight: () => string;
227
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
228
+ replaceAll: {
229
+ (searchValue: string | RegExp, replaceValue: string): string;
230
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
231
+ };
232
+ at: (index: number) => string | undefined;
233
+ [Symbol.iterator]: () => StringIterator<string>;
234
+ };
235
+ brands: {
236
+ id: string;
237
+ title: {
238
+ readonly [x: number]: string;
239
+ toString: () => string;
240
+ charAt: (pos: number) => string;
241
+ charCodeAt: (index: number) => number;
242
+ concat: (...strings: string[]) => string;
243
+ indexOf: (searchString: string, position?: number) => number;
244
+ lastIndexOf: (searchString: string, position?: number) => number;
245
+ localeCompare: {
246
+ (that: string): number;
247
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
248
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
249
+ };
250
+ match: {
251
+ (regexp: string | RegExp): RegExpMatchArray | null;
252
+ (matcher: {
253
+ [Symbol.match](string: string): RegExpMatchArray | null;
254
+ }): RegExpMatchArray | null;
255
+ };
256
+ replace: {
257
+ (searchValue: string | RegExp, replaceValue: string): string;
258
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
259
+ (searchValue: {
260
+ [Symbol.replace](string: string, replaceValue: string): string;
261
+ }, replaceValue: string): string;
262
+ (searchValue: {
263
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
264
+ }, replacer: (substring: string, ...args: any[]) => string): string;
265
+ };
266
+ search: {
267
+ (regexp: string | RegExp): number;
268
+ (searcher: {
269
+ [Symbol.search](string: string): number;
270
+ }): number;
271
+ };
272
+ slice: (start?: number, end?: number) => string;
273
+ split: {
274
+ (separator: string | RegExp, limit?: number): string[];
275
+ (splitter: {
276
+ [Symbol.split](string: string, limit?: number): string[];
277
+ }, limit?: number): string[];
278
+ };
279
+ substring: (start: number, end?: number) => string;
280
+ toLowerCase: () => string;
281
+ toLocaleLowerCase: {
282
+ (locales?: string | string[]): string;
283
+ (locales?: Intl.LocalesArgument): string;
284
+ };
285
+ toUpperCase: () => string;
286
+ toLocaleUpperCase: {
287
+ (locales?: string | string[]): string;
288
+ (locales?: Intl.LocalesArgument): string;
289
+ };
290
+ trim: () => string;
291
+ readonly length: number;
292
+ substr: (from: number, length?: number) => string;
293
+ valueOf: () => string;
294
+ codePointAt: (pos: number) => number | undefined;
295
+ includes: (searchString: string, position?: number) => boolean;
296
+ endsWith: (searchString: string, endPosition?: number) => boolean;
297
+ normalize: {
298
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
299
+ (form?: string): string;
300
+ };
301
+ repeat: (count: number) => string;
302
+ startsWith: (searchString: string, position?: number) => boolean;
303
+ anchor: (name: string) => string;
304
+ big: () => string;
305
+ blink: () => string;
306
+ bold: () => string;
307
+ fixed: () => string;
308
+ fontcolor: (color: string) => string;
309
+ fontsize: {
310
+ (size: number): string;
311
+ (size: string): string;
312
+ };
313
+ italics: () => string;
314
+ link: (url: string) => string;
315
+ small: () => string;
316
+ strike: () => string;
317
+ sub: () => string;
318
+ sup: () => string;
319
+ padStart: (maxLength: number, fillString?: string) => string;
320
+ padEnd: (maxLength: number, fillString?: string) => string;
321
+ trimEnd: () => string;
322
+ trimStart: () => string;
323
+ trimLeft: () => string;
324
+ trimRight: () => string;
325
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
326
+ replaceAll: {
327
+ (searchValue: string | RegExp, replaceValue: string): string;
328
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
329
+ };
330
+ at: (index: number) => string | undefined;
331
+ [Symbol.iterator]: () => StringIterator<string>;
332
+ };
333
+ }[];
334
+ };
335
+ repetitionAmount: {
336
+ readonly [x: number]: string;
337
+ toString: () => string;
338
+ charAt: (pos: number) => string;
339
+ charCodeAt: (index: number) => number;
340
+ concat: (...strings: string[]) => string;
341
+ indexOf: (searchString: string, position?: number) => number;
342
+ lastIndexOf: (searchString: string, position?: number) => number;
343
+ localeCompare: {
344
+ (that: string): number;
345
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
346
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
347
+ };
348
+ match: {
349
+ (regexp: string | RegExp): RegExpMatchArray | null;
350
+ (matcher: {
351
+ [Symbol.match](string: string): RegExpMatchArray | null;
352
+ }): RegExpMatchArray | null;
353
+ };
354
+ replace: {
355
+ (searchValue: string | RegExp, replaceValue: string): string;
356
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
357
+ (searchValue: {
358
+ [Symbol.replace](string: string, replaceValue: string): string;
359
+ }, replaceValue: string): string;
360
+ (searchValue: {
361
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
362
+ }, replacer: (substring: string, ...args: any[]) => string): string;
363
+ };
364
+ search: {
365
+ (regexp: string | RegExp): number;
366
+ (searcher: {
367
+ [Symbol.search](string: string): number;
368
+ }): number;
369
+ };
370
+ slice: (start?: number, end?: number) => string;
371
+ split: {
372
+ (separator: string | RegExp, limit?: number): string[];
373
+ (splitter: {
374
+ [Symbol.split](string: string, limit?: number): string[];
375
+ }, limit?: number): string[];
376
+ };
377
+ substring: (start: number, end?: number) => string;
378
+ toLowerCase: () => string;
379
+ toLocaleLowerCase: {
380
+ (locales?: string | string[]): string;
381
+ (locales?: Intl.LocalesArgument): string;
382
+ };
383
+ toUpperCase: () => string;
384
+ toLocaleUpperCase: {
385
+ (locales?: string | string[]): string;
386
+ (locales?: Intl.LocalesArgument): string;
387
+ };
388
+ trim: () => string;
389
+ readonly length: number;
390
+ substr: (from: number, length?: number) => string;
391
+ valueOf: () => string;
392
+ codePointAt: (pos: number) => number | undefined;
393
+ includes: (searchString: string, position?: number) => boolean;
394
+ endsWith: (searchString: string, endPosition?: number) => boolean;
395
+ normalize: {
396
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
397
+ (form?: string): string;
398
+ };
399
+ repeat: (count: number) => string;
400
+ startsWith: (searchString: string, position?: number) => boolean;
401
+ anchor: (name: string) => string;
402
+ big: () => string;
403
+ blink: () => string;
404
+ bold: () => string;
405
+ fixed: () => string;
406
+ fontcolor: (color: string) => string;
407
+ fontsize: {
408
+ (size: number): string;
409
+ (size: string): string;
410
+ };
411
+ italics: () => string;
412
+ link: (url: string) => string;
413
+ small: () => string;
414
+ strike: () => string;
415
+ sub: () => string;
416
+ sup: () => string;
417
+ padStart: (maxLength: number, fillString?: string) => string;
418
+ padEnd: (maxLength: number, fillString?: string) => string;
419
+ trimEnd: () => string;
420
+ trimStart: () => string;
421
+ trimLeft: () => string;
422
+ trimRight: () => string;
423
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
424
+ replaceAll: {
425
+ (searchValue: string | RegExp, replaceValue: string): string;
426
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
427
+ };
428
+ at: (index: number) => string | undefined;
429
+ [Symbol.iterator]: () => StringIterator<string>;
430
+ };
431
+ usageMethod: {
432
+ readonly [x: number]: string;
433
+ toString: () => string;
434
+ charAt: (pos: number) => string;
435
+ charCodeAt: (index: number) => number;
436
+ concat: (...strings: string[]) => string;
437
+ indexOf: (searchString: string, position?: number) => number;
438
+ lastIndexOf: (searchString: string, position?: number) => number;
439
+ localeCompare: {
440
+ (that: string): number;
441
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
442
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
443
+ };
444
+ match: {
445
+ (regexp: string | RegExp): RegExpMatchArray | null;
446
+ (matcher: {
447
+ [Symbol.match](string: string): RegExpMatchArray | null;
448
+ }): RegExpMatchArray | null;
449
+ };
450
+ replace: {
451
+ (searchValue: string | RegExp, replaceValue: string): string;
452
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
453
+ (searchValue: {
454
+ [Symbol.replace](string: string, replaceValue: string): string;
455
+ }, replaceValue: string): string;
456
+ (searchValue: {
457
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
458
+ }, replacer: (substring: string, ...args: any[]) => string): string;
459
+ };
460
+ search: {
461
+ (regexp: string | RegExp): number;
462
+ (searcher: {
463
+ [Symbol.search](string: string): number;
464
+ }): number;
465
+ };
466
+ slice: (start?: number, end?: number) => string;
467
+ split: {
468
+ (separator: string | RegExp, limit?: number): string[];
469
+ (splitter: {
470
+ [Symbol.split](string: string, limit?: number): string[];
471
+ }, limit?: number): string[];
472
+ };
473
+ substring: (start: number, end?: number) => string;
474
+ toLowerCase: () => string;
475
+ toLocaleLowerCase: {
476
+ (locales?: string | string[]): string;
477
+ (locales?: Intl.LocalesArgument): string;
478
+ };
479
+ toUpperCase: () => string;
480
+ toLocaleUpperCase: {
481
+ (locales?: string | string[]): string;
482
+ (locales?: Intl.LocalesArgument): string;
483
+ };
484
+ trim: () => string;
485
+ readonly length: number;
486
+ substr: (from: number, length?: number) => string;
487
+ valueOf: () => string;
488
+ codePointAt: (pos: number) => number | undefined;
489
+ includes: (searchString: string, position?: number) => boolean;
490
+ endsWith: (searchString: string, endPosition?: number) => boolean;
491
+ normalize: {
492
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
493
+ (form?: string): string;
494
+ };
495
+ repeat: (count: number) => string;
496
+ startsWith: (searchString: string, position?: number) => boolean;
497
+ anchor: (name: string) => string;
498
+ big: () => string;
499
+ blink: () => string;
500
+ bold: () => string;
501
+ fixed: () => string;
502
+ fontcolor: (color: string) => string;
503
+ fontsize: {
504
+ (size: number): string;
505
+ (size: string): string;
506
+ };
507
+ italics: () => string;
508
+ link: (url: string) => string;
509
+ small: () => string;
510
+ strike: () => string;
511
+ sub: () => string;
512
+ sup: () => string;
513
+ padStart: (maxLength: number, fillString?: string) => string;
514
+ padEnd: (maxLength: number, fillString?: string) => string;
515
+ trimEnd: () => string;
516
+ trimStart: () => string;
517
+ trimLeft: () => string;
518
+ trimRight: () => string;
519
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
520
+ replaceAll: {
521
+ (searchValue: string | RegExp, replaceValue: string): string;
522
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
523
+ };
524
+ at: (index: number) => string | undefined;
525
+ [Symbol.iterator]: () => StringIterator<string>;
526
+ };
527
+ dose: {
528
+ readonly [x: number]: string;
529
+ toString: () => string;
530
+ charAt: (pos: number) => string;
531
+ charCodeAt: (index: number) => number;
532
+ concat: (...strings: string[]) => string;
533
+ indexOf: (searchString: string, position?: number) => number;
534
+ lastIndexOf: (searchString: string, position?: number) => number;
535
+ localeCompare: {
536
+ (that: string): number;
537
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
538
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
539
+ };
540
+ match: {
541
+ (regexp: string | RegExp): RegExpMatchArray | null;
542
+ (matcher: {
543
+ [Symbol.match](string: string): RegExpMatchArray | null;
544
+ }): RegExpMatchArray | null;
545
+ };
546
+ replace: {
547
+ (searchValue: string | RegExp, replaceValue: string): string;
548
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
549
+ (searchValue: {
550
+ [Symbol.replace](string: string, replaceValue: string): string;
551
+ }, replaceValue: string): string;
552
+ (searchValue: {
553
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
554
+ }, replacer: (substring: string, ...args: any[]) => string): string;
555
+ };
556
+ search: {
557
+ (regexp: string | RegExp): number;
558
+ (searcher: {
559
+ [Symbol.search](string: string): number;
560
+ }): number;
561
+ };
562
+ slice: (start?: number, end?: number) => string;
563
+ split: {
564
+ (separator: string | RegExp, limit?: number): string[];
565
+ (splitter: {
566
+ [Symbol.split](string: string, limit?: number): string[];
567
+ }, limit?: number): string[];
568
+ };
569
+ substring: (start: number, end?: number) => string;
570
+ toLowerCase: () => string;
571
+ toLocaleLowerCase: {
572
+ (locales?: string | string[]): string;
573
+ (locales?: Intl.LocalesArgument): string;
574
+ };
575
+ toUpperCase: () => string;
576
+ toLocaleUpperCase: {
577
+ (locales?: string | string[]): string;
578
+ (locales?: Intl.LocalesArgument): string;
579
+ };
580
+ trim: () => string;
581
+ readonly length: number;
582
+ substr: (from: number, length?: number) => string;
583
+ valueOf: () => string;
584
+ codePointAt: (pos: number) => number | undefined;
585
+ includes: (searchString: string, position?: number) => boolean;
586
+ endsWith: (searchString: string, endPosition?: number) => boolean;
587
+ normalize: {
588
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
589
+ (form?: string): string;
590
+ };
591
+ repeat: (count: number) => string;
592
+ startsWith: (searchString: string, position?: number) => boolean;
593
+ anchor: (name: string) => string;
594
+ big: () => string;
595
+ blink: () => string;
596
+ bold: () => string;
597
+ fixed: () => string;
598
+ fontcolor: (color: string) => string;
599
+ fontsize: {
600
+ (size: number): string;
601
+ (size: string): string;
602
+ };
603
+ italics: () => string;
604
+ link: (url: string) => string;
605
+ small: () => string;
606
+ strike: () => string;
607
+ sub: () => string;
608
+ sup: () => string;
609
+ padStart: (maxLength: number, fillString?: string) => string;
610
+ padEnd: (maxLength: number, fillString?: string) => string;
611
+ trimEnd: () => string;
612
+ trimStart: () => string;
613
+ trimLeft: () => string;
614
+ trimRight: () => string;
615
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
616
+ replaceAll: {
617
+ (searchValue: string | RegExp, replaceValue: string): string;
618
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
619
+ };
620
+ at: (index: number) => string | undefined;
621
+ [Symbol.iterator]: () => StringIterator<string>;
622
+ };
623
+ period: {
624
+ period: import('../../../types/medication').MedicationPeriodType;
625
+ amount: number;
626
+ };
627
+ warning?: {
628
+ readonly [x: number]: string;
629
+ toString: () => string;
630
+ charAt: (pos: number) => string;
631
+ charCodeAt: (index: number) => number;
632
+ concat: (...strings: string[]) => string;
633
+ indexOf: (searchString: string, position?: number) => number;
634
+ lastIndexOf: (searchString: string, position?: number) => number;
635
+ localeCompare: {
636
+ (that: string): number;
637
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
638
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
639
+ };
640
+ match: {
641
+ (regexp: string | RegExp): RegExpMatchArray | null;
642
+ (matcher: {
643
+ [Symbol.match](string: string): RegExpMatchArray | null;
644
+ }): RegExpMatchArray | null;
645
+ };
646
+ replace: {
647
+ (searchValue: string | RegExp, replaceValue: string): string;
648
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
649
+ (searchValue: {
650
+ [Symbol.replace](string: string, replaceValue: string): string;
651
+ }, replaceValue: string): string;
652
+ (searchValue: {
653
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
654
+ }, replacer: (substring: string, ...args: any[]) => string): string;
655
+ };
656
+ search: {
657
+ (regexp: string | RegExp): number;
658
+ (searcher: {
659
+ [Symbol.search](string: string): number;
660
+ }): number;
661
+ };
662
+ slice: (start?: number, end?: number) => string;
663
+ split: {
664
+ (separator: string | RegExp, limit?: number): string[];
665
+ (splitter: {
666
+ [Symbol.split](string: string, limit?: number): string[];
667
+ }, limit?: number): string[];
668
+ };
669
+ substring: (start: number, end?: number) => string;
670
+ toLowerCase: () => string;
671
+ toLocaleLowerCase: {
672
+ (locales?: string | string[]): string;
673
+ (locales?: Intl.LocalesArgument): string;
674
+ };
675
+ toUpperCase: () => string;
676
+ toLocaleUpperCase: {
677
+ (locales?: string | string[]): string;
678
+ (locales?: Intl.LocalesArgument): string;
679
+ };
680
+ trim: () => string;
681
+ readonly length: number;
682
+ substr: (from: number, length?: number) => string;
683
+ valueOf: () => string;
684
+ codePointAt: (pos: number) => number | undefined;
685
+ includes: (searchString: string, position?: number) => boolean;
686
+ endsWith: (searchString: string, endPosition?: number) => boolean;
687
+ normalize: {
688
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
689
+ (form?: string): string;
690
+ };
691
+ repeat: (count: number) => string;
692
+ startsWith: (searchString: string, position?: number) => boolean;
693
+ anchor: (name: string) => string;
694
+ big: () => string;
695
+ blink: () => string;
696
+ bold: () => string;
697
+ fixed: () => string;
698
+ fontcolor: (color: string) => string;
699
+ fontsize: {
700
+ (size: number): string;
701
+ (size: string): string;
702
+ };
703
+ italics: () => string;
704
+ link: (url: string) => string;
705
+ small: () => string;
706
+ strike: () => string;
707
+ sub: () => string;
708
+ sup: () => string;
709
+ padStart: (maxLength: number, fillString?: string) => string;
710
+ padEnd: (maxLength: number, fillString?: string) => string;
711
+ trimEnd: () => string;
712
+ trimStart: () => string;
713
+ trimLeft: () => string;
714
+ trimRight: () => string;
715
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
716
+ replaceAll: {
717
+ (searchValue: string | RegExp, replaceValue: string): string;
718
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
719
+ };
720
+ at: (index: number) => string | undefined;
721
+ [Symbol.iterator]: () => StringIterator<string>;
722
+ };
723
+ }[], PrescribedMedication[] | {
724
+ id: string;
725
+ medication: {
726
+ id: string;
727
+ title: {
728
+ readonly [x: number]: string;
729
+ toString: () => string;
730
+ charAt: (pos: number) => string;
731
+ charCodeAt: (index: number) => number;
732
+ concat: (...strings: string[]) => string;
733
+ indexOf: (searchString: string, position?: number) => number;
734
+ lastIndexOf: (searchString: string, position?: number) => number;
735
+ localeCompare: {
736
+ (that: string): number;
737
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
738
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
739
+ };
740
+ match: {
741
+ (regexp: string | RegExp): RegExpMatchArray | null;
742
+ (matcher: {
743
+ [Symbol.match](string: string): RegExpMatchArray | null;
744
+ }): RegExpMatchArray | null;
745
+ };
746
+ replace: {
747
+ (searchValue: string | RegExp, replaceValue: string): string;
748
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
749
+ (searchValue: {
750
+ [Symbol.replace](string: string, replaceValue: string): string;
751
+ }, replaceValue: string): string;
752
+ (searchValue: {
753
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
754
+ }, replacer: (substring: string, ...args: any[]) => string): string;
755
+ };
756
+ search: {
757
+ (regexp: string | RegExp): number;
758
+ (searcher: {
759
+ [Symbol.search](string: string): number;
760
+ }): number;
761
+ };
762
+ slice: (start?: number, end?: number) => string;
763
+ split: {
764
+ (separator: string | RegExp, limit?: number): string[];
765
+ (splitter: {
766
+ [Symbol.split](string: string, limit?: number): string[];
767
+ }, limit?: number): string[];
768
+ };
769
+ substring: (start: number, end?: number) => string;
770
+ toLowerCase: () => string;
771
+ toLocaleLowerCase: {
772
+ (locales?: string | string[]): string;
773
+ (locales?: Intl.LocalesArgument): string;
774
+ };
775
+ toUpperCase: () => string;
776
+ toLocaleUpperCase: {
777
+ (locales?: string | string[]): string;
778
+ (locales?: Intl.LocalesArgument): string;
779
+ };
780
+ trim: () => string;
781
+ readonly length: number;
782
+ substr: (from: number, length?: number) => string;
783
+ valueOf: () => string;
784
+ codePointAt: (pos: number) => number | undefined;
785
+ includes: (searchString: string, position?: number) => boolean;
786
+ endsWith: (searchString: string, endPosition?: number) => boolean;
787
+ normalize: {
788
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
789
+ (form?: string): string;
790
+ };
791
+ repeat: (count: number) => string;
792
+ startsWith: (searchString: string, position?: number) => boolean;
793
+ anchor: (name: string) => string;
794
+ big: () => string;
795
+ blink: () => string;
796
+ bold: () => string;
797
+ fixed: () => string;
798
+ fontcolor: (color: string) => string;
799
+ fontsize: {
800
+ (size: number): string;
801
+ (size: string): string;
802
+ };
803
+ italics: () => string;
804
+ link: (url: string) => string;
805
+ small: () => string;
806
+ strike: () => string;
807
+ sub: () => string;
808
+ sup: () => string;
809
+ padStart: (maxLength: number, fillString?: string) => string;
810
+ padEnd: (maxLength: number, fillString?: string) => string;
811
+ trimEnd: () => string;
812
+ trimStart: () => string;
813
+ trimLeft: () => string;
814
+ trimRight: () => string;
815
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
816
+ replaceAll: {
817
+ (searchValue: string | RegExp, replaceValue: string): string;
818
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
819
+ };
820
+ at: (index: number) => string | undefined;
821
+ [Symbol.iterator]: () => StringIterator<string>;
822
+ };
823
+ englishTitle: {
824
+ readonly [x: number]: string;
825
+ toString: () => string;
826
+ charAt: (pos: number) => string;
827
+ charCodeAt: (index: number) => number;
828
+ concat: (...strings: string[]) => string;
829
+ indexOf: (searchString: string, position?: number) => number;
830
+ lastIndexOf: (searchString: string, position?: number) => number;
831
+ localeCompare: {
832
+ (that: string): number;
833
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
834
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
835
+ };
836
+ match: {
837
+ (regexp: string | RegExp): RegExpMatchArray | null;
838
+ (matcher: {
839
+ [Symbol.match](string: string): RegExpMatchArray | null;
840
+ }): RegExpMatchArray | null;
841
+ };
842
+ replace: {
843
+ (searchValue: string | RegExp, replaceValue: string): string;
844
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
845
+ (searchValue: {
846
+ [Symbol.replace](string: string, replaceValue: string): string;
847
+ }, replaceValue: string): string;
848
+ (searchValue: {
849
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
850
+ }, replacer: (substring: string, ...args: any[]) => string): string;
851
+ };
852
+ search: {
853
+ (regexp: string | RegExp): number;
854
+ (searcher: {
855
+ [Symbol.search](string: string): number;
856
+ }): number;
857
+ };
858
+ slice: (start?: number, end?: number) => string;
859
+ split: {
860
+ (separator: string | RegExp, limit?: number): string[];
861
+ (splitter: {
862
+ [Symbol.split](string: string, limit?: number): string[];
863
+ }, limit?: number): string[];
864
+ };
865
+ substring: (start: number, end?: number) => string;
866
+ toLowerCase: () => string;
867
+ toLocaleLowerCase: {
868
+ (locales?: string | string[]): string;
869
+ (locales?: Intl.LocalesArgument): string;
870
+ };
871
+ toUpperCase: () => string;
872
+ toLocaleUpperCase: {
873
+ (locales?: string | string[]): string;
874
+ (locales?: Intl.LocalesArgument): string;
875
+ };
876
+ trim: () => string;
877
+ readonly length: number;
878
+ substr: (from: number, length?: number) => string;
879
+ valueOf: () => string;
880
+ codePointAt: (pos: number) => number | undefined;
881
+ includes: (searchString: string, position?: number) => boolean;
882
+ endsWith: (searchString: string, endPosition?: number) => boolean;
883
+ normalize: {
884
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
885
+ (form?: string): string;
886
+ };
887
+ repeat: (count: number) => string;
888
+ startsWith: (searchString: string, position?: number) => boolean;
889
+ anchor: (name: string) => string;
890
+ big: () => string;
891
+ blink: () => string;
892
+ bold: () => string;
893
+ fixed: () => string;
894
+ fontcolor: (color: string) => string;
895
+ fontsize: {
896
+ (size: number): string;
897
+ (size: string): string;
898
+ };
899
+ italics: () => string;
900
+ link: (url: string) => string;
901
+ small: () => string;
902
+ strike: () => string;
903
+ sub: () => string;
904
+ sup: () => string;
905
+ padStart: (maxLength: number, fillString?: string) => string;
906
+ padEnd: (maxLength: number, fillString?: string) => string;
907
+ trimEnd: () => string;
908
+ trimStart: () => string;
909
+ trimLeft: () => string;
910
+ trimRight: () => string;
911
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
912
+ replaceAll: {
913
+ (searchValue: string | RegExp, replaceValue: string): string;
914
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
915
+ };
916
+ at: (index: number) => string | undefined;
917
+ [Symbol.iterator]: () => StringIterator<string>;
918
+ };
919
+ brands: {
920
+ id: string;
921
+ title: {
922
+ readonly [x: number]: string;
923
+ toString: () => string;
924
+ charAt: (pos: number) => string;
925
+ charCodeAt: (index: number) => number;
926
+ concat: (...strings: string[]) => string;
927
+ indexOf: (searchString: string, position?: number) => number;
928
+ lastIndexOf: (searchString: string, position?: number) => number;
929
+ localeCompare: {
930
+ (that: string): number;
931
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
932
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
933
+ };
934
+ match: {
935
+ (regexp: string | RegExp): RegExpMatchArray | null;
936
+ (matcher: {
937
+ [Symbol.match](string: string): RegExpMatchArray | null;
938
+ }): RegExpMatchArray | null;
939
+ };
940
+ replace: {
941
+ (searchValue: string | RegExp, replaceValue: string): string;
942
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
943
+ (searchValue: {
944
+ [Symbol.replace](string: string, replaceValue: string): string;
945
+ }, replaceValue: string): string;
946
+ (searchValue: {
947
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
948
+ }, replacer: (substring: string, ...args: any[]) => string): string;
949
+ };
950
+ search: {
951
+ (regexp: string | RegExp): number;
952
+ (searcher: {
953
+ [Symbol.search](string: string): number;
954
+ }): number;
955
+ };
956
+ slice: (start?: number, end?: number) => string;
957
+ split: {
958
+ (separator: string | RegExp, limit?: number): string[];
959
+ (splitter: {
960
+ [Symbol.split](string: string, limit?: number): string[];
961
+ }, limit?: number): string[];
962
+ };
963
+ substring: (start: number, end?: number) => string;
964
+ toLowerCase: () => string;
965
+ toLocaleLowerCase: {
966
+ (locales?: string | string[]): string;
967
+ (locales?: Intl.LocalesArgument): string;
968
+ };
969
+ toUpperCase: () => string;
970
+ toLocaleUpperCase: {
971
+ (locales?: string | string[]): string;
972
+ (locales?: Intl.LocalesArgument): string;
973
+ };
974
+ trim: () => string;
975
+ readonly length: number;
976
+ substr: (from: number, length?: number) => string;
977
+ valueOf: () => string;
978
+ codePointAt: (pos: number) => number | undefined;
979
+ includes: (searchString: string, position?: number) => boolean;
980
+ endsWith: (searchString: string, endPosition?: number) => boolean;
981
+ normalize: {
982
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
983
+ (form?: string): string;
984
+ };
985
+ repeat: (count: number) => string;
986
+ startsWith: (searchString: string, position?: number) => boolean;
987
+ anchor: (name: string) => string;
988
+ big: () => string;
989
+ blink: () => string;
990
+ bold: () => string;
991
+ fixed: () => string;
992
+ fontcolor: (color: string) => string;
993
+ fontsize: {
994
+ (size: number): string;
995
+ (size: string): string;
996
+ };
997
+ italics: () => string;
998
+ link: (url: string) => string;
999
+ small: () => string;
1000
+ strike: () => string;
1001
+ sub: () => string;
1002
+ sup: () => string;
1003
+ padStart: (maxLength: number, fillString?: string) => string;
1004
+ padEnd: (maxLength: number, fillString?: string) => string;
1005
+ trimEnd: () => string;
1006
+ trimStart: () => string;
1007
+ trimLeft: () => string;
1008
+ trimRight: () => string;
1009
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1010
+ replaceAll: {
1011
+ (searchValue: string | RegExp, replaceValue: string): string;
1012
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1013
+ };
1014
+ at: (index: number) => string | undefined;
1015
+ [Symbol.iterator]: () => StringIterator<string>;
1016
+ };
1017
+ }[];
1018
+ };
1019
+ repetitionAmount: {
1020
+ readonly [x: number]: string;
1021
+ toString: () => string;
1022
+ charAt: (pos: number) => string;
1023
+ charCodeAt: (index: number) => number;
1024
+ concat: (...strings: string[]) => string;
1025
+ indexOf: (searchString: string, position?: number) => number;
1026
+ lastIndexOf: (searchString: string, position?: number) => number;
1027
+ localeCompare: {
1028
+ (that: string): number;
1029
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1030
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1031
+ };
1032
+ match: {
1033
+ (regexp: string | RegExp): RegExpMatchArray | null;
1034
+ (matcher: {
1035
+ [Symbol.match](string: string): RegExpMatchArray | null;
1036
+ }): RegExpMatchArray | null;
1037
+ };
1038
+ replace: {
1039
+ (searchValue: string | RegExp, replaceValue: string): string;
1040
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1041
+ (searchValue: {
1042
+ [Symbol.replace](string: string, replaceValue: string): string;
1043
+ }, replaceValue: string): string;
1044
+ (searchValue: {
1045
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1046
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1047
+ };
1048
+ search: {
1049
+ (regexp: string | RegExp): number;
1050
+ (searcher: {
1051
+ [Symbol.search](string: string): number;
1052
+ }): number;
1053
+ };
1054
+ slice: (start?: number, end?: number) => string;
1055
+ split: {
1056
+ (separator: string | RegExp, limit?: number): string[];
1057
+ (splitter: {
1058
+ [Symbol.split](string: string, limit?: number): string[];
1059
+ }, limit?: number): string[];
1060
+ };
1061
+ substring: (start: number, end?: number) => string;
1062
+ toLowerCase: () => string;
1063
+ toLocaleLowerCase: {
1064
+ (locales?: string | string[]): string;
1065
+ (locales?: Intl.LocalesArgument): string;
1066
+ };
1067
+ toUpperCase: () => string;
1068
+ toLocaleUpperCase: {
1069
+ (locales?: string | string[]): string;
1070
+ (locales?: Intl.LocalesArgument): string;
1071
+ };
1072
+ trim: () => string;
1073
+ readonly length: number;
1074
+ substr: (from: number, length?: number) => string;
1075
+ valueOf: () => string;
1076
+ codePointAt: (pos: number) => number | undefined;
1077
+ includes: (searchString: string, position?: number) => boolean;
1078
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1079
+ normalize: {
1080
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1081
+ (form?: string): string;
1082
+ };
1083
+ repeat: (count: number) => string;
1084
+ startsWith: (searchString: string, position?: number) => boolean;
1085
+ anchor: (name: string) => string;
1086
+ big: () => string;
1087
+ blink: () => string;
1088
+ bold: () => string;
1089
+ fixed: () => string;
1090
+ fontcolor: (color: string) => string;
1091
+ fontsize: {
1092
+ (size: number): string;
1093
+ (size: string): string;
1094
+ };
1095
+ italics: () => string;
1096
+ link: (url: string) => string;
1097
+ small: () => string;
1098
+ strike: () => string;
1099
+ sub: () => string;
1100
+ sup: () => string;
1101
+ padStart: (maxLength: number, fillString?: string) => string;
1102
+ padEnd: (maxLength: number, fillString?: string) => string;
1103
+ trimEnd: () => string;
1104
+ trimStart: () => string;
1105
+ trimLeft: () => string;
1106
+ trimRight: () => string;
1107
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1108
+ replaceAll: {
1109
+ (searchValue: string | RegExp, replaceValue: string): string;
1110
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1111
+ };
1112
+ at: (index: number) => string | undefined;
1113
+ [Symbol.iterator]: () => StringIterator<string>;
1114
+ };
1115
+ usageMethod: {
1116
+ readonly [x: number]: string;
1117
+ toString: () => string;
1118
+ charAt: (pos: number) => string;
1119
+ charCodeAt: (index: number) => number;
1120
+ concat: (...strings: string[]) => string;
1121
+ indexOf: (searchString: string, position?: number) => number;
1122
+ lastIndexOf: (searchString: string, position?: number) => number;
1123
+ localeCompare: {
1124
+ (that: string): number;
1125
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1126
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1127
+ };
1128
+ match: {
1129
+ (regexp: string | RegExp): RegExpMatchArray | null;
1130
+ (matcher: {
1131
+ [Symbol.match](string: string): RegExpMatchArray | null;
1132
+ }): RegExpMatchArray | null;
1133
+ };
1134
+ replace: {
1135
+ (searchValue: string | RegExp, replaceValue: string): string;
1136
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1137
+ (searchValue: {
1138
+ [Symbol.replace](string: string, replaceValue: string): string;
1139
+ }, replaceValue: string): string;
1140
+ (searchValue: {
1141
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1142
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1143
+ };
1144
+ search: {
1145
+ (regexp: string | RegExp): number;
1146
+ (searcher: {
1147
+ [Symbol.search](string: string): number;
1148
+ }): number;
1149
+ };
1150
+ slice: (start?: number, end?: number) => string;
1151
+ split: {
1152
+ (separator: string | RegExp, limit?: number): string[];
1153
+ (splitter: {
1154
+ [Symbol.split](string: string, limit?: number): string[];
1155
+ }, limit?: number): string[];
1156
+ };
1157
+ substring: (start: number, end?: number) => string;
1158
+ toLowerCase: () => string;
1159
+ toLocaleLowerCase: {
1160
+ (locales?: string | string[]): string;
1161
+ (locales?: Intl.LocalesArgument): string;
1162
+ };
1163
+ toUpperCase: () => string;
1164
+ toLocaleUpperCase: {
1165
+ (locales?: string | string[]): string;
1166
+ (locales?: Intl.LocalesArgument): string;
1167
+ };
1168
+ trim: () => string;
1169
+ readonly length: number;
1170
+ substr: (from: number, length?: number) => string;
1171
+ valueOf: () => string;
1172
+ codePointAt: (pos: number) => number | undefined;
1173
+ includes: (searchString: string, position?: number) => boolean;
1174
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1175
+ normalize: {
1176
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1177
+ (form?: string): string;
1178
+ };
1179
+ repeat: (count: number) => string;
1180
+ startsWith: (searchString: string, position?: number) => boolean;
1181
+ anchor: (name: string) => string;
1182
+ big: () => string;
1183
+ blink: () => string;
1184
+ bold: () => string;
1185
+ fixed: () => string;
1186
+ fontcolor: (color: string) => string;
1187
+ fontsize: {
1188
+ (size: number): string;
1189
+ (size: string): string;
1190
+ };
1191
+ italics: () => string;
1192
+ link: (url: string) => string;
1193
+ small: () => string;
1194
+ strike: () => string;
1195
+ sub: () => string;
1196
+ sup: () => string;
1197
+ padStart: (maxLength: number, fillString?: string) => string;
1198
+ padEnd: (maxLength: number, fillString?: string) => string;
1199
+ trimEnd: () => string;
1200
+ trimStart: () => string;
1201
+ trimLeft: () => string;
1202
+ trimRight: () => string;
1203
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1204
+ replaceAll: {
1205
+ (searchValue: string | RegExp, replaceValue: string): string;
1206
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1207
+ };
1208
+ at: (index: number) => string | undefined;
1209
+ [Symbol.iterator]: () => StringIterator<string>;
1210
+ };
1211
+ dose: {
1212
+ readonly [x: number]: string;
1213
+ toString: () => string;
1214
+ charAt: (pos: number) => string;
1215
+ charCodeAt: (index: number) => number;
1216
+ concat: (...strings: string[]) => string;
1217
+ indexOf: (searchString: string, position?: number) => number;
1218
+ lastIndexOf: (searchString: string, position?: number) => number;
1219
+ localeCompare: {
1220
+ (that: string): number;
1221
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1222
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1223
+ };
1224
+ match: {
1225
+ (regexp: string | RegExp): RegExpMatchArray | null;
1226
+ (matcher: {
1227
+ [Symbol.match](string: string): RegExpMatchArray | null;
1228
+ }): RegExpMatchArray | null;
1229
+ };
1230
+ replace: {
1231
+ (searchValue: string | RegExp, replaceValue: string): string;
1232
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1233
+ (searchValue: {
1234
+ [Symbol.replace](string: string, replaceValue: string): string;
1235
+ }, replaceValue: string): string;
1236
+ (searchValue: {
1237
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1238
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1239
+ };
1240
+ search: {
1241
+ (regexp: string | RegExp): number;
1242
+ (searcher: {
1243
+ [Symbol.search](string: string): number;
1244
+ }): number;
1245
+ };
1246
+ slice: (start?: number, end?: number) => string;
1247
+ split: {
1248
+ (separator: string | RegExp, limit?: number): string[];
1249
+ (splitter: {
1250
+ [Symbol.split](string: string, limit?: number): string[];
1251
+ }, limit?: number): string[];
1252
+ };
1253
+ substring: (start: number, end?: number) => string;
1254
+ toLowerCase: () => string;
1255
+ toLocaleLowerCase: {
1256
+ (locales?: string | string[]): string;
1257
+ (locales?: Intl.LocalesArgument): string;
1258
+ };
1259
+ toUpperCase: () => string;
1260
+ toLocaleUpperCase: {
1261
+ (locales?: string | string[]): string;
1262
+ (locales?: Intl.LocalesArgument): string;
1263
+ };
1264
+ trim: () => string;
1265
+ readonly length: number;
1266
+ substr: (from: number, length?: number) => string;
1267
+ valueOf: () => string;
1268
+ codePointAt: (pos: number) => number | undefined;
1269
+ includes: (searchString: string, position?: number) => boolean;
1270
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1271
+ normalize: {
1272
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1273
+ (form?: string): string;
1274
+ };
1275
+ repeat: (count: number) => string;
1276
+ startsWith: (searchString: string, position?: number) => boolean;
1277
+ anchor: (name: string) => string;
1278
+ big: () => string;
1279
+ blink: () => string;
1280
+ bold: () => string;
1281
+ fixed: () => string;
1282
+ fontcolor: (color: string) => string;
1283
+ fontsize: {
1284
+ (size: number): string;
1285
+ (size: string): string;
1286
+ };
1287
+ italics: () => string;
1288
+ link: (url: string) => string;
1289
+ small: () => string;
1290
+ strike: () => string;
1291
+ sub: () => string;
1292
+ sup: () => string;
1293
+ padStart: (maxLength: number, fillString?: string) => string;
1294
+ padEnd: (maxLength: number, fillString?: string) => string;
1295
+ trimEnd: () => string;
1296
+ trimStart: () => string;
1297
+ trimLeft: () => string;
1298
+ trimRight: () => string;
1299
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1300
+ replaceAll: {
1301
+ (searchValue: string | RegExp, replaceValue: string): string;
1302
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1303
+ };
1304
+ at: (index: number) => string | undefined;
1305
+ [Symbol.iterator]: () => StringIterator<string>;
1306
+ };
1307
+ period: {
1308
+ period: import('../../../types/medication').MedicationPeriodType;
1309
+ amount: number;
1310
+ };
1311
+ warning?: {
1312
+ readonly [x: number]: string;
1313
+ toString: () => string;
1314
+ charAt: (pos: number) => string;
1315
+ charCodeAt: (index: number) => number;
1316
+ concat: (...strings: string[]) => string;
1317
+ indexOf: (searchString: string, position?: number) => number;
1318
+ lastIndexOf: (searchString: string, position?: number) => number;
1319
+ localeCompare: {
1320
+ (that: string): number;
1321
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1322
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1323
+ };
1324
+ match: {
1325
+ (regexp: string | RegExp): RegExpMatchArray | null;
1326
+ (matcher: {
1327
+ [Symbol.match](string: string): RegExpMatchArray | null;
1328
+ }): RegExpMatchArray | null;
1329
+ };
1330
+ replace: {
1331
+ (searchValue: string | RegExp, replaceValue: string): string;
1332
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1333
+ (searchValue: {
1334
+ [Symbol.replace](string: string, replaceValue: string): string;
1335
+ }, replaceValue: string): string;
1336
+ (searchValue: {
1337
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1338
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1339
+ };
1340
+ search: {
1341
+ (regexp: string | RegExp): number;
1342
+ (searcher: {
1343
+ [Symbol.search](string: string): number;
1344
+ }): number;
1345
+ };
1346
+ slice: (start?: number, end?: number) => string;
1347
+ split: {
1348
+ (separator: string | RegExp, limit?: number): string[];
1349
+ (splitter: {
1350
+ [Symbol.split](string: string, limit?: number): string[];
1351
+ }, limit?: number): string[];
1352
+ };
1353
+ substring: (start: number, end?: number) => string;
1354
+ toLowerCase: () => string;
1355
+ toLocaleLowerCase: {
1356
+ (locales?: string | string[]): string;
1357
+ (locales?: Intl.LocalesArgument): string;
1358
+ };
1359
+ toUpperCase: () => string;
1360
+ toLocaleUpperCase: {
1361
+ (locales?: string | string[]): string;
1362
+ (locales?: Intl.LocalesArgument): string;
1363
+ };
1364
+ trim: () => string;
1365
+ readonly length: number;
1366
+ substr: (from: number, length?: number) => string;
1367
+ valueOf: () => string;
1368
+ codePointAt: (pos: number) => number | undefined;
1369
+ includes: (searchString: string, position?: number) => boolean;
1370
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1371
+ normalize: {
1372
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1373
+ (form?: string): string;
1374
+ };
1375
+ repeat: (count: number) => string;
1376
+ startsWith: (searchString: string, position?: number) => boolean;
1377
+ anchor: (name: string) => string;
1378
+ big: () => string;
1379
+ blink: () => string;
1380
+ bold: () => string;
1381
+ fixed: () => string;
1382
+ fontcolor: (color: string) => string;
1383
+ fontsize: {
1384
+ (size: number): string;
1385
+ (size: string): string;
1386
+ };
1387
+ italics: () => string;
1388
+ link: (url: string) => string;
1389
+ small: () => string;
1390
+ strike: () => string;
1391
+ sub: () => string;
1392
+ sup: () => string;
1393
+ padStart: (maxLength: number, fillString?: string) => string;
1394
+ padEnd: (maxLength: number, fillString?: string) => string;
1395
+ trimEnd: () => string;
1396
+ trimStart: () => string;
1397
+ trimLeft: () => string;
1398
+ trimRight: () => string;
1399
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1400
+ replaceAll: {
1401
+ (searchValue: string | RegExp, replaceValue: string): string;
1402
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1403
+ };
1404
+ at: (index: number) => string | undefined;
1405
+ [Symbol.iterator]: () => StringIterator<string>;
1406
+ };
1407
+ }[]>;
1408
+ step: import('vue').Ref<number, number>;
1409
+ isMobile: import('vue').ComputedRef<boolean>;
1410
+ isSending: import('vue').Ref<boolean, boolean>;
1411
+ addMedication: (med: PrescribedMedication) => void;
1412
+ goToStep: (targetStep: number) => void;
1413
+ handleHospitalization: (data: any) => Promise<void>;
1414
+ handlePrescription: () => Promise<void>;
1415
+ closePopup: () => void;
1416
+ onClosed: () => void;
1417
+ popupContent: Readonly<import('vue').ShallowRef<HTMLElement>>;
1418
+ deleteMedicine: (index: number) => void;
1419
+ addFallbackMedication: () => void;
1420
+ fallbackMedicationName: import('vue').Ref<string, string>;
1421
+ fallbackDose: import('vue').Ref<string, string>;
1422
+ fallbackRepetitionAmount: import('vue').Ref<string, string>;
1423
+ fallbackUsageMethod: import('vue').Ref<string, string>;
1424
+ hospitalizationPeriod: import('vue').Ref<string, string>;
1425
+ hospitalizationDescriptions: import('vue').Ref<string, string>;
1426
+ prescriptionContentSlotProps: import('vue').ComputedRef<PrescriptionContentSlotProps>;
1427
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, SlotsType<{
1428
+ 'prescription-content': (props: PrescriptionContentSlotProps) => any;
1429
+ }>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1430
+ export default _default;
1431
+ //# sourceMappingURL=PrescribtionDisplay.vue.d.ts.map