@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,3542 @@
1
+ export declare const useMedicationStore: () => import('pinia').Store<"medication", Pick<{
2
+ medications: import('vue').Ref<{
3
+ id: string;
4
+ title: {
5
+ readonly [x: number]: string;
6
+ toString: () => string;
7
+ charAt: (pos: number) => string;
8
+ charCodeAt: (index: number) => number;
9
+ concat: (...strings: string[]) => string;
10
+ indexOf: (searchString: string, position?: number) => number;
11
+ lastIndexOf: (searchString: string, position?: number) => number;
12
+ localeCompare: {
13
+ (that: string): number;
14
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
15
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
16
+ };
17
+ match: {
18
+ (regexp: string | RegExp): RegExpMatchArray | null;
19
+ (matcher: {
20
+ [Symbol.match](string: string): RegExpMatchArray | null;
21
+ }): RegExpMatchArray | null;
22
+ };
23
+ replace: {
24
+ (searchValue: string | RegExp, replaceValue: string): string;
25
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
26
+ (searchValue: {
27
+ [Symbol.replace](string: string, replaceValue: string): string;
28
+ }, replaceValue: string): string;
29
+ (searchValue: {
30
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
31
+ }, replacer: (substring: string, ...args: any[]) => string): string;
32
+ };
33
+ search: {
34
+ (regexp: string | RegExp): number;
35
+ (searcher: {
36
+ [Symbol.search](string: string): number;
37
+ }): number;
38
+ };
39
+ slice: (start?: number, end?: number) => string;
40
+ split: {
41
+ (separator: string | RegExp, limit?: number): string[];
42
+ (splitter: {
43
+ [Symbol.split](string: string, limit?: number): string[];
44
+ }, limit?: number): string[];
45
+ };
46
+ substring: (start: number, end?: number) => string;
47
+ toLowerCase: () => string;
48
+ toLocaleLowerCase: {
49
+ (locales?: string | string[]): string;
50
+ (locales?: Intl.LocalesArgument): string;
51
+ };
52
+ toUpperCase: () => string;
53
+ toLocaleUpperCase: {
54
+ (locales?: string | string[]): string;
55
+ (locales?: Intl.LocalesArgument): string;
56
+ };
57
+ trim: () => string;
58
+ readonly length: number;
59
+ substr: (from: number, length?: number) => string;
60
+ valueOf: () => string;
61
+ codePointAt: (pos: number) => number | undefined;
62
+ includes: (searchString: string, position?: number) => boolean;
63
+ endsWith: (searchString: string, endPosition?: number) => boolean;
64
+ normalize: {
65
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
66
+ (form?: string): string;
67
+ };
68
+ repeat: (count: number) => string;
69
+ startsWith: (searchString: string, position?: number) => boolean;
70
+ anchor: (name: string) => string;
71
+ big: () => string;
72
+ blink: () => string;
73
+ bold: () => string;
74
+ fixed: () => string;
75
+ fontcolor: (color: string) => string;
76
+ fontsize: {
77
+ (size: number): string;
78
+ (size: string): string;
79
+ };
80
+ italics: () => string;
81
+ link: (url: string) => string;
82
+ small: () => string;
83
+ strike: () => string;
84
+ sub: () => string;
85
+ sup: () => string;
86
+ padStart: (maxLength: number, fillString?: string) => string;
87
+ padEnd: (maxLength: number, fillString?: string) => string;
88
+ trimEnd: () => string;
89
+ trimStart: () => string;
90
+ trimLeft: () => string;
91
+ trimRight: () => string;
92
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
93
+ replaceAll: {
94
+ (searchValue: string | RegExp, replaceValue: string): string;
95
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
96
+ };
97
+ at: (index: number) => string | undefined;
98
+ [Symbol.iterator]: () => StringIterator<string>;
99
+ };
100
+ englishTitle: {
101
+ readonly [x: number]: string;
102
+ toString: () => string;
103
+ charAt: (pos: number) => string;
104
+ charCodeAt: (index: number) => number;
105
+ concat: (...strings: string[]) => string;
106
+ indexOf: (searchString: string, position?: number) => number;
107
+ lastIndexOf: (searchString: string, position?: number) => number;
108
+ localeCompare: {
109
+ (that: string): number;
110
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
111
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
112
+ };
113
+ match: {
114
+ (regexp: string | RegExp): RegExpMatchArray | null;
115
+ (matcher: {
116
+ [Symbol.match](string: string): RegExpMatchArray | null;
117
+ }): RegExpMatchArray | null;
118
+ };
119
+ replace: {
120
+ (searchValue: string | RegExp, replaceValue: string): string;
121
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
122
+ (searchValue: {
123
+ [Symbol.replace](string: string, replaceValue: string): string;
124
+ }, replaceValue: string): string;
125
+ (searchValue: {
126
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
127
+ }, replacer: (substring: string, ...args: any[]) => string): string;
128
+ };
129
+ search: {
130
+ (regexp: string | RegExp): number;
131
+ (searcher: {
132
+ [Symbol.search](string: string): number;
133
+ }): number;
134
+ };
135
+ slice: (start?: number, end?: number) => string;
136
+ split: {
137
+ (separator: string | RegExp, limit?: number): string[];
138
+ (splitter: {
139
+ [Symbol.split](string: string, limit?: number): string[];
140
+ }, limit?: number): string[];
141
+ };
142
+ substring: (start: number, end?: number) => string;
143
+ toLowerCase: () => string;
144
+ toLocaleLowerCase: {
145
+ (locales?: string | string[]): string;
146
+ (locales?: Intl.LocalesArgument): string;
147
+ };
148
+ toUpperCase: () => string;
149
+ toLocaleUpperCase: {
150
+ (locales?: string | string[]): string;
151
+ (locales?: Intl.LocalesArgument): string;
152
+ };
153
+ trim: () => string;
154
+ readonly length: number;
155
+ substr: (from: number, length?: number) => string;
156
+ valueOf: () => string;
157
+ codePointAt: (pos: number) => number | undefined;
158
+ includes: (searchString: string, position?: number) => boolean;
159
+ endsWith: (searchString: string, endPosition?: number) => boolean;
160
+ normalize: {
161
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
162
+ (form?: string): string;
163
+ };
164
+ repeat: (count: number) => string;
165
+ startsWith: (searchString: string, position?: number) => boolean;
166
+ anchor: (name: string) => string;
167
+ big: () => string;
168
+ blink: () => string;
169
+ bold: () => string;
170
+ fixed: () => string;
171
+ fontcolor: (color: string) => string;
172
+ fontsize: {
173
+ (size: number): string;
174
+ (size: string): string;
175
+ };
176
+ italics: () => string;
177
+ link: (url: string) => string;
178
+ small: () => string;
179
+ strike: () => string;
180
+ sub: () => string;
181
+ sup: () => string;
182
+ padStart: (maxLength: number, fillString?: string) => string;
183
+ padEnd: (maxLength: number, fillString?: string) => string;
184
+ trimEnd: () => string;
185
+ trimStart: () => string;
186
+ trimLeft: () => string;
187
+ trimRight: () => string;
188
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
189
+ replaceAll: {
190
+ (searchValue: string | RegExp, replaceValue: string): string;
191
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
192
+ };
193
+ at: (index: number) => string | undefined;
194
+ [Symbol.iterator]: () => StringIterator<string>;
195
+ };
196
+ brands: {
197
+ id: string;
198
+ title: {
199
+ readonly [x: number]: string;
200
+ toString: () => string;
201
+ charAt: (pos: number) => string;
202
+ charCodeAt: (index: number) => number;
203
+ concat: (...strings: string[]) => string;
204
+ indexOf: (searchString: string, position?: number) => number;
205
+ lastIndexOf: (searchString: string, position?: number) => number;
206
+ localeCompare: {
207
+ (that: string): number;
208
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
209
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
210
+ };
211
+ match: {
212
+ (regexp: string | RegExp): RegExpMatchArray | null;
213
+ (matcher: {
214
+ [Symbol.match](string: string): RegExpMatchArray | null;
215
+ }): RegExpMatchArray | null;
216
+ };
217
+ replace: {
218
+ (searchValue: string | RegExp, replaceValue: string): string;
219
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
220
+ (searchValue: {
221
+ [Symbol.replace](string: string, replaceValue: string): string;
222
+ }, replaceValue: string): string;
223
+ (searchValue: {
224
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
225
+ }, replacer: (substring: string, ...args: any[]) => string): string;
226
+ };
227
+ search: {
228
+ (regexp: string | RegExp): number;
229
+ (searcher: {
230
+ [Symbol.search](string: string): number;
231
+ }): number;
232
+ };
233
+ slice: (start?: number, end?: number) => string;
234
+ split: {
235
+ (separator: string | RegExp, limit?: number): string[];
236
+ (splitter: {
237
+ [Symbol.split](string: string, limit?: number): string[];
238
+ }, limit?: number): string[];
239
+ };
240
+ substring: (start: number, end?: number) => string;
241
+ toLowerCase: () => string;
242
+ toLocaleLowerCase: {
243
+ (locales?: string | string[]): string;
244
+ (locales?: Intl.LocalesArgument): string;
245
+ };
246
+ toUpperCase: () => string;
247
+ toLocaleUpperCase: {
248
+ (locales?: string | string[]): string;
249
+ (locales?: Intl.LocalesArgument): string;
250
+ };
251
+ trim: () => string;
252
+ readonly length: number;
253
+ substr: (from: number, length?: number) => string;
254
+ valueOf: () => string;
255
+ codePointAt: (pos: number) => number | undefined;
256
+ includes: (searchString: string, position?: number) => boolean;
257
+ endsWith: (searchString: string, endPosition?: number) => boolean;
258
+ normalize: {
259
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
260
+ (form?: string): string;
261
+ };
262
+ repeat: (count: number) => string;
263
+ startsWith: (searchString: string, position?: number) => boolean;
264
+ anchor: (name: string) => string;
265
+ big: () => string;
266
+ blink: () => string;
267
+ bold: () => string;
268
+ fixed: () => string;
269
+ fontcolor: (color: string) => string;
270
+ fontsize: {
271
+ (size: number): string;
272
+ (size: string): string;
273
+ };
274
+ italics: () => string;
275
+ link: (url: string) => string;
276
+ small: () => string;
277
+ strike: () => string;
278
+ sub: () => string;
279
+ sup: () => string;
280
+ padStart: (maxLength: number, fillString?: string) => string;
281
+ padEnd: (maxLength: number, fillString?: string) => string;
282
+ trimEnd: () => string;
283
+ trimStart: () => string;
284
+ trimLeft: () => string;
285
+ trimRight: () => string;
286
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
287
+ replaceAll: {
288
+ (searchValue: string | RegExp, replaceValue: string): string;
289
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
290
+ };
291
+ at: (index: number) => string | undefined;
292
+ [Symbol.iterator]: () => StringIterator<string>;
293
+ };
294
+ }[];
295
+ }[], import('../types/medication').Medication[] | {
296
+ id: string;
297
+ title: {
298
+ readonly [x: number]: string;
299
+ toString: () => string;
300
+ charAt: (pos: number) => string;
301
+ charCodeAt: (index: number) => number;
302
+ concat: (...strings: string[]) => string;
303
+ indexOf: (searchString: string, position?: number) => number;
304
+ lastIndexOf: (searchString: string, position?: number) => number;
305
+ localeCompare: {
306
+ (that: string): number;
307
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
308
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
309
+ };
310
+ match: {
311
+ (regexp: string | RegExp): RegExpMatchArray | null;
312
+ (matcher: {
313
+ [Symbol.match](string: string): RegExpMatchArray | null;
314
+ }): RegExpMatchArray | null;
315
+ };
316
+ replace: {
317
+ (searchValue: string | RegExp, replaceValue: string): string;
318
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
319
+ (searchValue: {
320
+ [Symbol.replace](string: string, replaceValue: string): string;
321
+ }, replaceValue: string): string;
322
+ (searchValue: {
323
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
324
+ }, replacer: (substring: string, ...args: any[]) => string): string;
325
+ };
326
+ search: {
327
+ (regexp: string | RegExp): number;
328
+ (searcher: {
329
+ [Symbol.search](string: string): number;
330
+ }): number;
331
+ };
332
+ slice: (start?: number, end?: number) => string;
333
+ split: {
334
+ (separator: string | RegExp, limit?: number): string[];
335
+ (splitter: {
336
+ [Symbol.split](string: string, limit?: number): string[];
337
+ }, limit?: number): string[];
338
+ };
339
+ substring: (start: number, end?: number) => string;
340
+ toLowerCase: () => string;
341
+ toLocaleLowerCase: {
342
+ (locales?: string | string[]): string;
343
+ (locales?: Intl.LocalesArgument): string;
344
+ };
345
+ toUpperCase: () => string;
346
+ toLocaleUpperCase: {
347
+ (locales?: string | string[]): string;
348
+ (locales?: Intl.LocalesArgument): string;
349
+ };
350
+ trim: () => string;
351
+ readonly length: number;
352
+ substr: (from: number, length?: number) => string;
353
+ valueOf: () => string;
354
+ codePointAt: (pos: number) => number | undefined;
355
+ includes: (searchString: string, position?: number) => boolean;
356
+ endsWith: (searchString: string, endPosition?: number) => boolean;
357
+ normalize: {
358
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
359
+ (form?: string): string;
360
+ };
361
+ repeat: (count: number) => string;
362
+ startsWith: (searchString: string, position?: number) => boolean;
363
+ anchor: (name: string) => string;
364
+ big: () => string;
365
+ blink: () => string;
366
+ bold: () => string;
367
+ fixed: () => string;
368
+ fontcolor: (color: string) => string;
369
+ fontsize: {
370
+ (size: number): string;
371
+ (size: string): string;
372
+ };
373
+ italics: () => string;
374
+ link: (url: string) => string;
375
+ small: () => string;
376
+ strike: () => string;
377
+ sub: () => string;
378
+ sup: () => string;
379
+ padStart: (maxLength: number, fillString?: string) => string;
380
+ padEnd: (maxLength: number, fillString?: string) => string;
381
+ trimEnd: () => string;
382
+ trimStart: () => string;
383
+ trimLeft: () => string;
384
+ trimRight: () => string;
385
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
386
+ replaceAll: {
387
+ (searchValue: string | RegExp, replaceValue: string): string;
388
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
389
+ };
390
+ at: (index: number) => string | undefined;
391
+ [Symbol.iterator]: () => StringIterator<string>;
392
+ };
393
+ englishTitle: {
394
+ readonly [x: number]: string;
395
+ toString: () => string;
396
+ charAt: (pos: number) => string;
397
+ charCodeAt: (index: number) => number;
398
+ concat: (...strings: string[]) => string;
399
+ indexOf: (searchString: string, position?: number) => number;
400
+ lastIndexOf: (searchString: string, position?: number) => number;
401
+ localeCompare: {
402
+ (that: string): number;
403
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
404
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
405
+ };
406
+ match: {
407
+ (regexp: string | RegExp): RegExpMatchArray | null;
408
+ (matcher: {
409
+ [Symbol.match](string: string): RegExpMatchArray | null;
410
+ }): RegExpMatchArray | null;
411
+ };
412
+ replace: {
413
+ (searchValue: string | RegExp, replaceValue: string): string;
414
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
415
+ (searchValue: {
416
+ [Symbol.replace](string: string, replaceValue: string): string;
417
+ }, replaceValue: string): string;
418
+ (searchValue: {
419
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
420
+ }, replacer: (substring: string, ...args: any[]) => string): string;
421
+ };
422
+ search: {
423
+ (regexp: string | RegExp): number;
424
+ (searcher: {
425
+ [Symbol.search](string: string): number;
426
+ }): number;
427
+ };
428
+ slice: (start?: number, end?: number) => string;
429
+ split: {
430
+ (separator: string | RegExp, limit?: number): string[];
431
+ (splitter: {
432
+ [Symbol.split](string: string, limit?: number): string[];
433
+ }, limit?: number): string[];
434
+ };
435
+ substring: (start: number, end?: number) => string;
436
+ toLowerCase: () => string;
437
+ toLocaleLowerCase: {
438
+ (locales?: string | string[]): string;
439
+ (locales?: Intl.LocalesArgument): string;
440
+ };
441
+ toUpperCase: () => string;
442
+ toLocaleUpperCase: {
443
+ (locales?: string | string[]): string;
444
+ (locales?: Intl.LocalesArgument): string;
445
+ };
446
+ trim: () => string;
447
+ readonly length: number;
448
+ substr: (from: number, length?: number) => string;
449
+ valueOf: () => string;
450
+ codePointAt: (pos: number) => number | undefined;
451
+ includes: (searchString: string, position?: number) => boolean;
452
+ endsWith: (searchString: string, endPosition?: number) => boolean;
453
+ normalize: {
454
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
455
+ (form?: string): string;
456
+ };
457
+ repeat: (count: number) => string;
458
+ startsWith: (searchString: string, position?: number) => boolean;
459
+ anchor: (name: string) => string;
460
+ big: () => string;
461
+ blink: () => string;
462
+ bold: () => string;
463
+ fixed: () => string;
464
+ fontcolor: (color: string) => string;
465
+ fontsize: {
466
+ (size: number): string;
467
+ (size: string): string;
468
+ };
469
+ italics: () => string;
470
+ link: (url: string) => string;
471
+ small: () => string;
472
+ strike: () => string;
473
+ sub: () => string;
474
+ sup: () => string;
475
+ padStart: (maxLength: number, fillString?: string) => string;
476
+ padEnd: (maxLength: number, fillString?: string) => string;
477
+ trimEnd: () => string;
478
+ trimStart: () => string;
479
+ trimLeft: () => string;
480
+ trimRight: () => string;
481
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
482
+ replaceAll: {
483
+ (searchValue: string | RegExp, replaceValue: string): string;
484
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
485
+ };
486
+ at: (index: number) => string | undefined;
487
+ [Symbol.iterator]: () => StringIterator<string>;
488
+ };
489
+ brands: {
490
+ id: string;
491
+ title: {
492
+ readonly [x: number]: string;
493
+ toString: () => string;
494
+ charAt: (pos: number) => string;
495
+ charCodeAt: (index: number) => number;
496
+ concat: (...strings: string[]) => string;
497
+ indexOf: (searchString: string, position?: number) => number;
498
+ lastIndexOf: (searchString: string, position?: number) => number;
499
+ localeCompare: {
500
+ (that: string): number;
501
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
502
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
503
+ };
504
+ match: {
505
+ (regexp: string | RegExp): RegExpMatchArray | null;
506
+ (matcher: {
507
+ [Symbol.match](string: string): RegExpMatchArray | null;
508
+ }): RegExpMatchArray | null;
509
+ };
510
+ replace: {
511
+ (searchValue: string | RegExp, replaceValue: string): string;
512
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
513
+ (searchValue: {
514
+ [Symbol.replace](string: string, replaceValue: string): string;
515
+ }, replaceValue: string): string;
516
+ (searchValue: {
517
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
518
+ }, replacer: (substring: string, ...args: any[]) => string): string;
519
+ };
520
+ search: {
521
+ (regexp: string | RegExp): number;
522
+ (searcher: {
523
+ [Symbol.search](string: string): number;
524
+ }): number;
525
+ };
526
+ slice: (start?: number, end?: number) => string;
527
+ split: {
528
+ (separator: string | RegExp, limit?: number): string[];
529
+ (splitter: {
530
+ [Symbol.split](string: string, limit?: number): string[];
531
+ }, limit?: number): string[];
532
+ };
533
+ substring: (start: number, end?: number) => string;
534
+ toLowerCase: () => string;
535
+ toLocaleLowerCase: {
536
+ (locales?: string | string[]): string;
537
+ (locales?: Intl.LocalesArgument): string;
538
+ };
539
+ toUpperCase: () => string;
540
+ toLocaleUpperCase: {
541
+ (locales?: string | string[]): string;
542
+ (locales?: Intl.LocalesArgument): string;
543
+ };
544
+ trim: () => string;
545
+ readonly length: number;
546
+ substr: (from: number, length?: number) => string;
547
+ valueOf: () => string;
548
+ codePointAt: (pos: number) => number | undefined;
549
+ includes: (searchString: string, position?: number) => boolean;
550
+ endsWith: (searchString: string, endPosition?: number) => boolean;
551
+ normalize: {
552
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
553
+ (form?: string): string;
554
+ };
555
+ repeat: (count: number) => string;
556
+ startsWith: (searchString: string, position?: number) => boolean;
557
+ anchor: (name: string) => string;
558
+ big: () => string;
559
+ blink: () => string;
560
+ bold: () => string;
561
+ fixed: () => string;
562
+ fontcolor: (color: string) => string;
563
+ fontsize: {
564
+ (size: number): string;
565
+ (size: string): string;
566
+ };
567
+ italics: () => string;
568
+ link: (url: string) => string;
569
+ small: () => string;
570
+ strike: () => string;
571
+ sub: () => string;
572
+ sup: () => string;
573
+ padStart: (maxLength: number, fillString?: string) => string;
574
+ padEnd: (maxLength: number, fillString?: string) => string;
575
+ trimEnd: () => string;
576
+ trimStart: () => string;
577
+ trimLeft: () => string;
578
+ trimRight: () => string;
579
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
580
+ replaceAll: {
581
+ (searchValue: string | RegExp, replaceValue: string): string;
582
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
583
+ };
584
+ at: (index: number) => string | undefined;
585
+ [Symbol.iterator]: () => StringIterator<string>;
586
+ };
587
+ }[];
588
+ }[]>;
589
+ searchResults: import('vue').Ref<{
590
+ id: string;
591
+ title: {
592
+ readonly [x: number]: string;
593
+ toString: () => string;
594
+ charAt: (pos: number) => string;
595
+ charCodeAt: (index: number) => number;
596
+ concat: (...strings: string[]) => string;
597
+ indexOf: (searchString: string, position?: number) => number;
598
+ lastIndexOf: (searchString: string, position?: number) => number;
599
+ localeCompare: {
600
+ (that: string): number;
601
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
602
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
603
+ };
604
+ match: {
605
+ (regexp: string | RegExp): RegExpMatchArray | null;
606
+ (matcher: {
607
+ [Symbol.match](string: string): RegExpMatchArray | null;
608
+ }): RegExpMatchArray | null;
609
+ };
610
+ replace: {
611
+ (searchValue: string | RegExp, replaceValue: string): string;
612
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
613
+ (searchValue: {
614
+ [Symbol.replace](string: string, replaceValue: string): string;
615
+ }, replaceValue: string): string;
616
+ (searchValue: {
617
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
618
+ }, replacer: (substring: string, ...args: any[]) => string): string;
619
+ };
620
+ search: {
621
+ (regexp: string | RegExp): number;
622
+ (searcher: {
623
+ [Symbol.search](string: string): number;
624
+ }): number;
625
+ };
626
+ slice: (start?: number, end?: number) => string;
627
+ split: {
628
+ (separator: string | RegExp, limit?: number): string[];
629
+ (splitter: {
630
+ [Symbol.split](string: string, limit?: number): string[];
631
+ }, limit?: number): string[];
632
+ };
633
+ substring: (start: number, end?: number) => string;
634
+ toLowerCase: () => string;
635
+ toLocaleLowerCase: {
636
+ (locales?: string | string[]): string;
637
+ (locales?: Intl.LocalesArgument): string;
638
+ };
639
+ toUpperCase: () => string;
640
+ toLocaleUpperCase: {
641
+ (locales?: string | string[]): string;
642
+ (locales?: Intl.LocalesArgument): string;
643
+ };
644
+ trim: () => string;
645
+ readonly length: number;
646
+ substr: (from: number, length?: number) => string;
647
+ valueOf: () => string;
648
+ codePointAt: (pos: number) => number | undefined;
649
+ includes: (searchString: string, position?: number) => boolean;
650
+ endsWith: (searchString: string, endPosition?: number) => boolean;
651
+ normalize: {
652
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
653
+ (form?: string): string;
654
+ };
655
+ repeat: (count: number) => string;
656
+ startsWith: (searchString: string, position?: number) => boolean;
657
+ anchor: (name: string) => string;
658
+ big: () => string;
659
+ blink: () => string;
660
+ bold: () => string;
661
+ fixed: () => string;
662
+ fontcolor: (color: string) => string;
663
+ fontsize: {
664
+ (size: number): string;
665
+ (size: string): string;
666
+ };
667
+ italics: () => string;
668
+ link: (url: string) => string;
669
+ small: () => string;
670
+ strike: () => string;
671
+ sub: () => string;
672
+ sup: () => string;
673
+ padStart: (maxLength: number, fillString?: string) => string;
674
+ padEnd: (maxLength: number, fillString?: string) => string;
675
+ trimEnd: () => string;
676
+ trimStart: () => string;
677
+ trimLeft: () => string;
678
+ trimRight: () => string;
679
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
680
+ replaceAll: {
681
+ (searchValue: string | RegExp, replaceValue: string): string;
682
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
683
+ };
684
+ at: (index: number) => string | undefined;
685
+ [Symbol.iterator]: () => StringIterator<string>;
686
+ };
687
+ englishTitle: {
688
+ readonly [x: number]: string;
689
+ toString: () => string;
690
+ charAt: (pos: number) => string;
691
+ charCodeAt: (index: number) => number;
692
+ concat: (...strings: string[]) => string;
693
+ indexOf: (searchString: string, position?: number) => number;
694
+ lastIndexOf: (searchString: string, position?: number) => number;
695
+ localeCompare: {
696
+ (that: string): number;
697
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
698
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
699
+ };
700
+ match: {
701
+ (regexp: string | RegExp): RegExpMatchArray | null;
702
+ (matcher: {
703
+ [Symbol.match](string: string): RegExpMatchArray | null;
704
+ }): RegExpMatchArray | null;
705
+ };
706
+ replace: {
707
+ (searchValue: string | RegExp, replaceValue: string): string;
708
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
709
+ (searchValue: {
710
+ [Symbol.replace](string: string, replaceValue: string): string;
711
+ }, replaceValue: string): string;
712
+ (searchValue: {
713
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
714
+ }, replacer: (substring: string, ...args: any[]) => string): string;
715
+ };
716
+ search: {
717
+ (regexp: string | RegExp): number;
718
+ (searcher: {
719
+ [Symbol.search](string: string): number;
720
+ }): number;
721
+ };
722
+ slice: (start?: number, end?: number) => string;
723
+ split: {
724
+ (separator: string | RegExp, limit?: number): string[];
725
+ (splitter: {
726
+ [Symbol.split](string: string, limit?: number): string[];
727
+ }, limit?: number): string[];
728
+ };
729
+ substring: (start: number, end?: number) => string;
730
+ toLowerCase: () => string;
731
+ toLocaleLowerCase: {
732
+ (locales?: string | string[]): string;
733
+ (locales?: Intl.LocalesArgument): string;
734
+ };
735
+ toUpperCase: () => string;
736
+ toLocaleUpperCase: {
737
+ (locales?: string | string[]): string;
738
+ (locales?: Intl.LocalesArgument): string;
739
+ };
740
+ trim: () => string;
741
+ readonly length: number;
742
+ substr: (from: number, length?: number) => string;
743
+ valueOf: () => string;
744
+ codePointAt: (pos: number) => number | undefined;
745
+ includes: (searchString: string, position?: number) => boolean;
746
+ endsWith: (searchString: string, endPosition?: number) => boolean;
747
+ normalize: {
748
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
749
+ (form?: string): string;
750
+ };
751
+ repeat: (count: number) => string;
752
+ startsWith: (searchString: string, position?: number) => boolean;
753
+ anchor: (name: string) => string;
754
+ big: () => string;
755
+ blink: () => string;
756
+ bold: () => string;
757
+ fixed: () => string;
758
+ fontcolor: (color: string) => string;
759
+ fontsize: {
760
+ (size: number): string;
761
+ (size: string): string;
762
+ };
763
+ italics: () => string;
764
+ link: (url: string) => string;
765
+ small: () => string;
766
+ strike: () => string;
767
+ sub: () => string;
768
+ sup: () => string;
769
+ padStart: (maxLength: number, fillString?: string) => string;
770
+ padEnd: (maxLength: number, fillString?: string) => string;
771
+ trimEnd: () => string;
772
+ trimStart: () => string;
773
+ trimLeft: () => string;
774
+ trimRight: () => string;
775
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
776
+ replaceAll: {
777
+ (searchValue: string | RegExp, replaceValue: string): string;
778
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
779
+ };
780
+ at: (index: number) => string | undefined;
781
+ [Symbol.iterator]: () => StringIterator<string>;
782
+ };
783
+ brands: {
784
+ id: string;
785
+ title: {
786
+ readonly [x: number]: string;
787
+ toString: () => string;
788
+ charAt: (pos: number) => string;
789
+ charCodeAt: (index: number) => number;
790
+ concat: (...strings: string[]) => string;
791
+ indexOf: (searchString: string, position?: number) => number;
792
+ lastIndexOf: (searchString: string, position?: number) => number;
793
+ localeCompare: {
794
+ (that: string): number;
795
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
796
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
797
+ };
798
+ match: {
799
+ (regexp: string | RegExp): RegExpMatchArray | null;
800
+ (matcher: {
801
+ [Symbol.match](string: string): RegExpMatchArray | null;
802
+ }): RegExpMatchArray | null;
803
+ };
804
+ replace: {
805
+ (searchValue: string | RegExp, replaceValue: string): string;
806
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
807
+ (searchValue: {
808
+ [Symbol.replace](string: string, replaceValue: string): string;
809
+ }, replaceValue: string): string;
810
+ (searchValue: {
811
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
812
+ }, replacer: (substring: string, ...args: any[]) => string): string;
813
+ };
814
+ search: {
815
+ (regexp: string | RegExp): number;
816
+ (searcher: {
817
+ [Symbol.search](string: string): number;
818
+ }): number;
819
+ };
820
+ slice: (start?: number, end?: number) => string;
821
+ split: {
822
+ (separator: string | RegExp, limit?: number): string[];
823
+ (splitter: {
824
+ [Symbol.split](string: string, limit?: number): string[];
825
+ }, limit?: number): string[];
826
+ };
827
+ substring: (start: number, end?: number) => string;
828
+ toLowerCase: () => string;
829
+ toLocaleLowerCase: {
830
+ (locales?: string | string[]): string;
831
+ (locales?: Intl.LocalesArgument): string;
832
+ };
833
+ toUpperCase: () => string;
834
+ toLocaleUpperCase: {
835
+ (locales?: string | string[]): string;
836
+ (locales?: Intl.LocalesArgument): string;
837
+ };
838
+ trim: () => string;
839
+ readonly length: number;
840
+ substr: (from: number, length?: number) => string;
841
+ valueOf: () => string;
842
+ codePointAt: (pos: number) => number | undefined;
843
+ includes: (searchString: string, position?: number) => boolean;
844
+ endsWith: (searchString: string, endPosition?: number) => boolean;
845
+ normalize: {
846
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
847
+ (form?: string): string;
848
+ };
849
+ repeat: (count: number) => string;
850
+ startsWith: (searchString: string, position?: number) => boolean;
851
+ anchor: (name: string) => string;
852
+ big: () => string;
853
+ blink: () => string;
854
+ bold: () => string;
855
+ fixed: () => string;
856
+ fontcolor: (color: string) => string;
857
+ fontsize: {
858
+ (size: number): string;
859
+ (size: string): string;
860
+ };
861
+ italics: () => string;
862
+ link: (url: string) => string;
863
+ small: () => string;
864
+ strike: () => string;
865
+ sub: () => string;
866
+ sup: () => string;
867
+ padStart: (maxLength: number, fillString?: string) => string;
868
+ padEnd: (maxLength: number, fillString?: string) => string;
869
+ trimEnd: () => string;
870
+ trimStart: () => string;
871
+ trimLeft: () => string;
872
+ trimRight: () => string;
873
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
874
+ replaceAll: {
875
+ (searchValue: string | RegExp, replaceValue: string): string;
876
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
877
+ };
878
+ at: (index: number) => string | undefined;
879
+ [Symbol.iterator]: () => StringIterator<string>;
880
+ };
881
+ }[];
882
+ }[], import('../types/medication').Medication[] | {
883
+ id: string;
884
+ title: {
885
+ readonly [x: number]: string;
886
+ toString: () => string;
887
+ charAt: (pos: number) => string;
888
+ charCodeAt: (index: number) => number;
889
+ concat: (...strings: string[]) => string;
890
+ indexOf: (searchString: string, position?: number) => number;
891
+ lastIndexOf: (searchString: string, position?: number) => number;
892
+ localeCompare: {
893
+ (that: string): number;
894
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
895
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
896
+ };
897
+ match: {
898
+ (regexp: string | RegExp): RegExpMatchArray | null;
899
+ (matcher: {
900
+ [Symbol.match](string: string): RegExpMatchArray | null;
901
+ }): RegExpMatchArray | null;
902
+ };
903
+ replace: {
904
+ (searchValue: string | RegExp, replaceValue: string): string;
905
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
906
+ (searchValue: {
907
+ [Symbol.replace](string: string, replaceValue: string): string;
908
+ }, replaceValue: string): string;
909
+ (searchValue: {
910
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
911
+ }, replacer: (substring: string, ...args: any[]) => string): string;
912
+ };
913
+ search: {
914
+ (regexp: string | RegExp): number;
915
+ (searcher: {
916
+ [Symbol.search](string: string): number;
917
+ }): number;
918
+ };
919
+ slice: (start?: number, end?: number) => string;
920
+ split: {
921
+ (separator: string | RegExp, limit?: number): string[];
922
+ (splitter: {
923
+ [Symbol.split](string: string, limit?: number): string[];
924
+ }, limit?: number): string[];
925
+ };
926
+ substring: (start: number, end?: number) => string;
927
+ toLowerCase: () => string;
928
+ toLocaleLowerCase: {
929
+ (locales?: string | string[]): string;
930
+ (locales?: Intl.LocalesArgument): string;
931
+ };
932
+ toUpperCase: () => string;
933
+ toLocaleUpperCase: {
934
+ (locales?: string | string[]): string;
935
+ (locales?: Intl.LocalesArgument): string;
936
+ };
937
+ trim: () => string;
938
+ readonly length: number;
939
+ substr: (from: number, length?: number) => string;
940
+ valueOf: () => string;
941
+ codePointAt: (pos: number) => number | undefined;
942
+ includes: (searchString: string, position?: number) => boolean;
943
+ endsWith: (searchString: string, endPosition?: number) => boolean;
944
+ normalize: {
945
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
946
+ (form?: string): string;
947
+ };
948
+ repeat: (count: number) => string;
949
+ startsWith: (searchString: string, position?: number) => boolean;
950
+ anchor: (name: string) => string;
951
+ big: () => string;
952
+ blink: () => string;
953
+ bold: () => string;
954
+ fixed: () => string;
955
+ fontcolor: (color: string) => string;
956
+ fontsize: {
957
+ (size: number): string;
958
+ (size: string): string;
959
+ };
960
+ italics: () => string;
961
+ link: (url: string) => string;
962
+ small: () => string;
963
+ strike: () => string;
964
+ sub: () => string;
965
+ sup: () => string;
966
+ padStart: (maxLength: number, fillString?: string) => string;
967
+ padEnd: (maxLength: number, fillString?: string) => string;
968
+ trimEnd: () => string;
969
+ trimStart: () => string;
970
+ trimLeft: () => string;
971
+ trimRight: () => string;
972
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
973
+ replaceAll: {
974
+ (searchValue: string | RegExp, replaceValue: string): string;
975
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
976
+ };
977
+ at: (index: number) => string | undefined;
978
+ [Symbol.iterator]: () => StringIterator<string>;
979
+ };
980
+ englishTitle: {
981
+ readonly [x: number]: string;
982
+ toString: () => string;
983
+ charAt: (pos: number) => string;
984
+ charCodeAt: (index: number) => number;
985
+ concat: (...strings: string[]) => string;
986
+ indexOf: (searchString: string, position?: number) => number;
987
+ lastIndexOf: (searchString: string, position?: number) => number;
988
+ localeCompare: {
989
+ (that: string): number;
990
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
991
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
992
+ };
993
+ match: {
994
+ (regexp: string | RegExp): RegExpMatchArray | null;
995
+ (matcher: {
996
+ [Symbol.match](string: string): RegExpMatchArray | null;
997
+ }): RegExpMatchArray | null;
998
+ };
999
+ replace: {
1000
+ (searchValue: string | RegExp, replaceValue: string): string;
1001
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1002
+ (searchValue: {
1003
+ [Symbol.replace](string: string, replaceValue: string): string;
1004
+ }, replaceValue: string): string;
1005
+ (searchValue: {
1006
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1007
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1008
+ };
1009
+ search: {
1010
+ (regexp: string | RegExp): number;
1011
+ (searcher: {
1012
+ [Symbol.search](string: string): number;
1013
+ }): number;
1014
+ };
1015
+ slice: (start?: number, end?: number) => string;
1016
+ split: {
1017
+ (separator: string | RegExp, limit?: number): string[];
1018
+ (splitter: {
1019
+ [Symbol.split](string: string, limit?: number): string[];
1020
+ }, limit?: number): string[];
1021
+ };
1022
+ substring: (start: number, end?: number) => string;
1023
+ toLowerCase: () => string;
1024
+ toLocaleLowerCase: {
1025
+ (locales?: string | string[]): string;
1026
+ (locales?: Intl.LocalesArgument): string;
1027
+ };
1028
+ toUpperCase: () => string;
1029
+ toLocaleUpperCase: {
1030
+ (locales?: string | string[]): string;
1031
+ (locales?: Intl.LocalesArgument): string;
1032
+ };
1033
+ trim: () => string;
1034
+ readonly length: number;
1035
+ substr: (from: number, length?: number) => string;
1036
+ valueOf: () => string;
1037
+ codePointAt: (pos: number) => number | undefined;
1038
+ includes: (searchString: string, position?: number) => boolean;
1039
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1040
+ normalize: {
1041
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1042
+ (form?: string): string;
1043
+ };
1044
+ repeat: (count: number) => string;
1045
+ startsWith: (searchString: string, position?: number) => boolean;
1046
+ anchor: (name: string) => string;
1047
+ big: () => string;
1048
+ blink: () => string;
1049
+ bold: () => string;
1050
+ fixed: () => string;
1051
+ fontcolor: (color: string) => string;
1052
+ fontsize: {
1053
+ (size: number): string;
1054
+ (size: string): string;
1055
+ };
1056
+ italics: () => string;
1057
+ link: (url: string) => string;
1058
+ small: () => string;
1059
+ strike: () => string;
1060
+ sub: () => string;
1061
+ sup: () => string;
1062
+ padStart: (maxLength: number, fillString?: string) => string;
1063
+ padEnd: (maxLength: number, fillString?: string) => string;
1064
+ trimEnd: () => string;
1065
+ trimStart: () => string;
1066
+ trimLeft: () => string;
1067
+ trimRight: () => string;
1068
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1069
+ replaceAll: {
1070
+ (searchValue: string | RegExp, replaceValue: string): string;
1071
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1072
+ };
1073
+ at: (index: number) => string | undefined;
1074
+ [Symbol.iterator]: () => StringIterator<string>;
1075
+ };
1076
+ brands: {
1077
+ id: string;
1078
+ title: {
1079
+ readonly [x: number]: string;
1080
+ toString: () => string;
1081
+ charAt: (pos: number) => string;
1082
+ charCodeAt: (index: number) => number;
1083
+ concat: (...strings: string[]) => string;
1084
+ indexOf: (searchString: string, position?: number) => number;
1085
+ lastIndexOf: (searchString: string, position?: number) => number;
1086
+ localeCompare: {
1087
+ (that: string): number;
1088
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1089
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1090
+ };
1091
+ match: {
1092
+ (regexp: string | RegExp): RegExpMatchArray | null;
1093
+ (matcher: {
1094
+ [Symbol.match](string: string): RegExpMatchArray | null;
1095
+ }): RegExpMatchArray | null;
1096
+ };
1097
+ replace: {
1098
+ (searchValue: string | RegExp, replaceValue: string): string;
1099
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1100
+ (searchValue: {
1101
+ [Symbol.replace](string: string, replaceValue: string): string;
1102
+ }, replaceValue: string): string;
1103
+ (searchValue: {
1104
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1105
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1106
+ };
1107
+ search: {
1108
+ (regexp: string | RegExp): number;
1109
+ (searcher: {
1110
+ [Symbol.search](string: string): number;
1111
+ }): number;
1112
+ };
1113
+ slice: (start?: number, end?: number) => string;
1114
+ split: {
1115
+ (separator: string | RegExp, limit?: number): string[];
1116
+ (splitter: {
1117
+ [Symbol.split](string: string, limit?: number): string[];
1118
+ }, limit?: number): string[];
1119
+ };
1120
+ substring: (start: number, end?: number) => string;
1121
+ toLowerCase: () => string;
1122
+ toLocaleLowerCase: {
1123
+ (locales?: string | string[]): string;
1124
+ (locales?: Intl.LocalesArgument): string;
1125
+ };
1126
+ toUpperCase: () => string;
1127
+ toLocaleUpperCase: {
1128
+ (locales?: string | string[]): string;
1129
+ (locales?: Intl.LocalesArgument): string;
1130
+ };
1131
+ trim: () => string;
1132
+ readonly length: number;
1133
+ substr: (from: number, length?: number) => string;
1134
+ valueOf: () => string;
1135
+ codePointAt: (pos: number) => number | undefined;
1136
+ includes: (searchString: string, position?: number) => boolean;
1137
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1138
+ normalize: {
1139
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1140
+ (form?: string): string;
1141
+ };
1142
+ repeat: (count: number) => string;
1143
+ startsWith: (searchString: string, position?: number) => boolean;
1144
+ anchor: (name: string) => string;
1145
+ big: () => string;
1146
+ blink: () => string;
1147
+ bold: () => string;
1148
+ fixed: () => string;
1149
+ fontcolor: (color: string) => string;
1150
+ fontsize: {
1151
+ (size: number): string;
1152
+ (size: string): string;
1153
+ };
1154
+ italics: () => string;
1155
+ link: (url: string) => string;
1156
+ small: () => string;
1157
+ strike: () => string;
1158
+ sub: () => string;
1159
+ sup: () => string;
1160
+ padStart: (maxLength: number, fillString?: string) => string;
1161
+ padEnd: (maxLength: number, fillString?: string) => string;
1162
+ trimEnd: () => string;
1163
+ trimStart: () => string;
1164
+ trimLeft: () => string;
1165
+ trimRight: () => string;
1166
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1167
+ replaceAll: {
1168
+ (searchValue: string | RegExp, replaceValue: string): string;
1169
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1170
+ };
1171
+ at: (index: number) => string | undefined;
1172
+ [Symbol.iterator]: () => StringIterator<string>;
1173
+ };
1174
+ }[];
1175
+ }[]>;
1176
+ isLoading: import('vue').Ref<boolean, boolean>;
1177
+ medicationOptions: import('vue').ComputedRef<import('../types/components/select').DropdownOption[]>;
1178
+ getMedicationOptionById: import('vue').ComputedRef<(id: string) => import('../types/components/select').DropdownOption | null>;
1179
+ fetchMedications: () => Promise<void>;
1180
+ searchMedications: (query: string) => void;
1181
+ }, "isLoading" | "medications" | "searchResults">, Pick<{
1182
+ medications: import('vue').Ref<{
1183
+ id: string;
1184
+ title: {
1185
+ readonly [x: number]: string;
1186
+ toString: () => string;
1187
+ charAt: (pos: number) => string;
1188
+ charCodeAt: (index: number) => number;
1189
+ concat: (...strings: string[]) => string;
1190
+ indexOf: (searchString: string, position?: number) => number;
1191
+ lastIndexOf: (searchString: string, position?: number) => number;
1192
+ localeCompare: {
1193
+ (that: string): number;
1194
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1195
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1196
+ };
1197
+ match: {
1198
+ (regexp: string | RegExp): RegExpMatchArray | null;
1199
+ (matcher: {
1200
+ [Symbol.match](string: string): RegExpMatchArray | null;
1201
+ }): RegExpMatchArray | null;
1202
+ };
1203
+ replace: {
1204
+ (searchValue: string | RegExp, replaceValue: string): string;
1205
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1206
+ (searchValue: {
1207
+ [Symbol.replace](string: string, replaceValue: string): string;
1208
+ }, replaceValue: string): string;
1209
+ (searchValue: {
1210
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1211
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1212
+ };
1213
+ search: {
1214
+ (regexp: string | RegExp): number;
1215
+ (searcher: {
1216
+ [Symbol.search](string: string): number;
1217
+ }): number;
1218
+ };
1219
+ slice: (start?: number, end?: number) => string;
1220
+ split: {
1221
+ (separator: string | RegExp, limit?: number): string[];
1222
+ (splitter: {
1223
+ [Symbol.split](string: string, limit?: number): string[];
1224
+ }, limit?: number): string[];
1225
+ };
1226
+ substring: (start: number, end?: number) => string;
1227
+ toLowerCase: () => string;
1228
+ toLocaleLowerCase: {
1229
+ (locales?: string | string[]): string;
1230
+ (locales?: Intl.LocalesArgument): string;
1231
+ };
1232
+ toUpperCase: () => string;
1233
+ toLocaleUpperCase: {
1234
+ (locales?: string | string[]): string;
1235
+ (locales?: Intl.LocalesArgument): string;
1236
+ };
1237
+ trim: () => string;
1238
+ readonly length: number;
1239
+ substr: (from: number, length?: number) => string;
1240
+ valueOf: () => string;
1241
+ codePointAt: (pos: number) => number | undefined;
1242
+ includes: (searchString: string, position?: number) => boolean;
1243
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1244
+ normalize: {
1245
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1246
+ (form?: string): string;
1247
+ };
1248
+ repeat: (count: number) => string;
1249
+ startsWith: (searchString: string, position?: number) => boolean;
1250
+ anchor: (name: string) => string;
1251
+ big: () => string;
1252
+ blink: () => string;
1253
+ bold: () => string;
1254
+ fixed: () => string;
1255
+ fontcolor: (color: string) => string;
1256
+ fontsize: {
1257
+ (size: number): string;
1258
+ (size: string): string;
1259
+ };
1260
+ italics: () => string;
1261
+ link: (url: string) => string;
1262
+ small: () => string;
1263
+ strike: () => string;
1264
+ sub: () => string;
1265
+ sup: () => string;
1266
+ padStart: (maxLength: number, fillString?: string) => string;
1267
+ padEnd: (maxLength: number, fillString?: string) => string;
1268
+ trimEnd: () => string;
1269
+ trimStart: () => string;
1270
+ trimLeft: () => string;
1271
+ trimRight: () => string;
1272
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1273
+ replaceAll: {
1274
+ (searchValue: string | RegExp, replaceValue: string): string;
1275
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1276
+ };
1277
+ at: (index: number) => string | undefined;
1278
+ [Symbol.iterator]: () => StringIterator<string>;
1279
+ };
1280
+ englishTitle: {
1281
+ readonly [x: number]: string;
1282
+ toString: () => string;
1283
+ charAt: (pos: number) => string;
1284
+ charCodeAt: (index: number) => number;
1285
+ concat: (...strings: string[]) => string;
1286
+ indexOf: (searchString: string, position?: number) => number;
1287
+ lastIndexOf: (searchString: string, position?: number) => number;
1288
+ localeCompare: {
1289
+ (that: string): number;
1290
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1291
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1292
+ };
1293
+ match: {
1294
+ (regexp: string | RegExp): RegExpMatchArray | null;
1295
+ (matcher: {
1296
+ [Symbol.match](string: string): RegExpMatchArray | null;
1297
+ }): RegExpMatchArray | null;
1298
+ };
1299
+ replace: {
1300
+ (searchValue: string | RegExp, replaceValue: string): string;
1301
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1302
+ (searchValue: {
1303
+ [Symbol.replace](string: string, replaceValue: string): string;
1304
+ }, replaceValue: string): string;
1305
+ (searchValue: {
1306
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1307
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1308
+ };
1309
+ search: {
1310
+ (regexp: string | RegExp): number;
1311
+ (searcher: {
1312
+ [Symbol.search](string: string): number;
1313
+ }): number;
1314
+ };
1315
+ slice: (start?: number, end?: number) => string;
1316
+ split: {
1317
+ (separator: string | RegExp, limit?: number): string[];
1318
+ (splitter: {
1319
+ [Symbol.split](string: string, limit?: number): string[];
1320
+ }, limit?: number): string[];
1321
+ };
1322
+ substring: (start: number, end?: number) => string;
1323
+ toLowerCase: () => string;
1324
+ toLocaleLowerCase: {
1325
+ (locales?: string | string[]): string;
1326
+ (locales?: Intl.LocalesArgument): string;
1327
+ };
1328
+ toUpperCase: () => string;
1329
+ toLocaleUpperCase: {
1330
+ (locales?: string | string[]): string;
1331
+ (locales?: Intl.LocalesArgument): string;
1332
+ };
1333
+ trim: () => string;
1334
+ readonly length: number;
1335
+ substr: (from: number, length?: number) => string;
1336
+ valueOf: () => string;
1337
+ codePointAt: (pos: number) => number | undefined;
1338
+ includes: (searchString: string, position?: number) => boolean;
1339
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1340
+ normalize: {
1341
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1342
+ (form?: string): string;
1343
+ };
1344
+ repeat: (count: number) => string;
1345
+ startsWith: (searchString: string, position?: number) => boolean;
1346
+ anchor: (name: string) => string;
1347
+ big: () => string;
1348
+ blink: () => string;
1349
+ bold: () => string;
1350
+ fixed: () => string;
1351
+ fontcolor: (color: string) => string;
1352
+ fontsize: {
1353
+ (size: number): string;
1354
+ (size: string): string;
1355
+ };
1356
+ italics: () => string;
1357
+ link: (url: string) => string;
1358
+ small: () => string;
1359
+ strike: () => string;
1360
+ sub: () => string;
1361
+ sup: () => string;
1362
+ padStart: (maxLength: number, fillString?: string) => string;
1363
+ padEnd: (maxLength: number, fillString?: string) => string;
1364
+ trimEnd: () => string;
1365
+ trimStart: () => string;
1366
+ trimLeft: () => string;
1367
+ trimRight: () => string;
1368
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1369
+ replaceAll: {
1370
+ (searchValue: string | RegExp, replaceValue: string): string;
1371
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1372
+ };
1373
+ at: (index: number) => string | undefined;
1374
+ [Symbol.iterator]: () => StringIterator<string>;
1375
+ };
1376
+ brands: {
1377
+ id: string;
1378
+ title: {
1379
+ readonly [x: number]: string;
1380
+ toString: () => string;
1381
+ charAt: (pos: number) => string;
1382
+ charCodeAt: (index: number) => number;
1383
+ concat: (...strings: string[]) => string;
1384
+ indexOf: (searchString: string, position?: number) => number;
1385
+ lastIndexOf: (searchString: string, position?: number) => number;
1386
+ localeCompare: {
1387
+ (that: string): number;
1388
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1389
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1390
+ };
1391
+ match: {
1392
+ (regexp: string | RegExp): RegExpMatchArray | null;
1393
+ (matcher: {
1394
+ [Symbol.match](string: string): RegExpMatchArray | null;
1395
+ }): RegExpMatchArray | null;
1396
+ };
1397
+ replace: {
1398
+ (searchValue: string | RegExp, replaceValue: string): string;
1399
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1400
+ (searchValue: {
1401
+ [Symbol.replace](string: string, replaceValue: string): string;
1402
+ }, replaceValue: string): string;
1403
+ (searchValue: {
1404
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1405
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1406
+ };
1407
+ search: {
1408
+ (regexp: string | RegExp): number;
1409
+ (searcher: {
1410
+ [Symbol.search](string: string): number;
1411
+ }): number;
1412
+ };
1413
+ slice: (start?: number, end?: number) => string;
1414
+ split: {
1415
+ (separator: string | RegExp, limit?: number): string[];
1416
+ (splitter: {
1417
+ [Symbol.split](string: string, limit?: number): string[];
1418
+ }, limit?: number): string[];
1419
+ };
1420
+ substring: (start: number, end?: number) => string;
1421
+ toLowerCase: () => string;
1422
+ toLocaleLowerCase: {
1423
+ (locales?: string | string[]): string;
1424
+ (locales?: Intl.LocalesArgument): string;
1425
+ };
1426
+ toUpperCase: () => string;
1427
+ toLocaleUpperCase: {
1428
+ (locales?: string | string[]): string;
1429
+ (locales?: Intl.LocalesArgument): string;
1430
+ };
1431
+ trim: () => string;
1432
+ readonly length: number;
1433
+ substr: (from: number, length?: number) => string;
1434
+ valueOf: () => string;
1435
+ codePointAt: (pos: number) => number | undefined;
1436
+ includes: (searchString: string, position?: number) => boolean;
1437
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1438
+ normalize: {
1439
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1440
+ (form?: string): string;
1441
+ };
1442
+ repeat: (count: number) => string;
1443
+ startsWith: (searchString: string, position?: number) => boolean;
1444
+ anchor: (name: string) => string;
1445
+ big: () => string;
1446
+ blink: () => string;
1447
+ bold: () => string;
1448
+ fixed: () => string;
1449
+ fontcolor: (color: string) => string;
1450
+ fontsize: {
1451
+ (size: number): string;
1452
+ (size: string): string;
1453
+ };
1454
+ italics: () => string;
1455
+ link: (url: string) => string;
1456
+ small: () => string;
1457
+ strike: () => string;
1458
+ sub: () => string;
1459
+ sup: () => string;
1460
+ padStart: (maxLength: number, fillString?: string) => string;
1461
+ padEnd: (maxLength: number, fillString?: string) => string;
1462
+ trimEnd: () => string;
1463
+ trimStart: () => string;
1464
+ trimLeft: () => string;
1465
+ trimRight: () => string;
1466
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1467
+ replaceAll: {
1468
+ (searchValue: string | RegExp, replaceValue: string): string;
1469
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1470
+ };
1471
+ at: (index: number) => string | undefined;
1472
+ [Symbol.iterator]: () => StringIterator<string>;
1473
+ };
1474
+ }[];
1475
+ }[], import('../types/medication').Medication[] | {
1476
+ id: string;
1477
+ title: {
1478
+ readonly [x: number]: string;
1479
+ toString: () => string;
1480
+ charAt: (pos: number) => string;
1481
+ charCodeAt: (index: number) => number;
1482
+ concat: (...strings: string[]) => string;
1483
+ indexOf: (searchString: string, position?: number) => number;
1484
+ lastIndexOf: (searchString: string, position?: number) => number;
1485
+ localeCompare: {
1486
+ (that: string): number;
1487
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1488
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1489
+ };
1490
+ match: {
1491
+ (regexp: string | RegExp): RegExpMatchArray | null;
1492
+ (matcher: {
1493
+ [Symbol.match](string: string): RegExpMatchArray | null;
1494
+ }): RegExpMatchArray | null;
1495
+ };
1496
+ replace: {
1497
+ (searchValue: string | RegExp, replaceValue: string): string;
1498
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1499
+ (searchValue: {
1500
+ [Symbol.replace](string: string, replaceValue: string): string;
1501
+ }, replaceValue: string): string;
1502
+ (searchValue: {
1503
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1504
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1505
+ };
1506
+ search: {
1507
+ (regexp: string | RegExp): number;
1508
+ (searcher: {
1509
+ [Symbol.search](string: string): number;
1510
+ }): number;
1511
+ };
1512
+ slice: (start?: number, end?: number) => string;
1513
+ split: {
1514
+ (separator: string | RegExp, limit?: number): string[];
1515
+ (splitter: {
1516
+ [Symbol.split](string: string, limit?: number): string[];
1517
+ }, limit?: number): string[];
1518
+ };
1519
+ substring: (start: number, end?: number) => string;
1520
+ toLowerCase: () => string;
1521
+ toLocaleLowerCase: {
1522
+ (locales?: string | string[]): string;
1523
+ (locales?: Intl.LocalesArgument): string;
1524
+ };
1525
+ toUpperCase: () => string;
1526
+ toLocaleUpperCase: {
1527
+ (locales?: string | string[]): string;
1528
+ (locales?: Intl.LocalesArgument): string;
1529
+ };
1530
+ trim: () => string;
1531
+ readonly length: number;
1532
+ substr: (from: number, length?: number) => string;
1533
+ valueOf: () => string;
1534
+ codePointAt: (pos: number) => number | undefined;
1535
+ includes: (searchString: string, position?: number) => boolean;
1536
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1537
+ normalize: {
1538
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1539
+ (form?: string): string;
1540
+ };
1541
+ repeat: (count: number) => string;
1542
+ startsWith: (searchString: string, position?: number) => boolean;
1543
+ anchor: (name: string) => string;
1544
+ big: () => string;
1545
+ blink: () => string;
1546
+ bold: () => string;
1547
+ fixed: () => string;
1548
+ fontcolor: (color: string) => string;
1549
+ fontsize: {
1550
+ (size: number): string;
1551
+ (size: string): string;
1552
+ };
1553
+ italics: () => string;
1554
+ link: (url: string) => string;
1555
+ small: () => string;
1556
+ strike: () => string;
1557
+ sub: () => string;
1558
+ sup: () => string;
1559
+ padStart: (maxLength: number, fillString?: string) => string;
1560
+ padEnd: (maxLength: number, fillString?: string) => string;
1561
+ trimEnd: () => string;
1562
+ trimStart: () => string;
1563
+ trimLeft: () => string;
1564
+ trimRight: () => string;
1565
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1566
+ replaceAll: {
1567
+ (searchValue: string | RegExp, replaceValue: string): string;
1568
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1569
+ };
1570
+ at: (index: number) => string | undefined;
1571
+ [Symbol.iterator]: () => StringIterator<string>;
1572
+ };
1573
+ englishTitle: {
1574
+ readonly [x: number]: string;
1575
+ toString: () => string;
1576
+ charAt: (pos: number) => string;
1577
+ charCodeAt: (index: number) => number;
1578
+ concat: (...strings: string[]) => string;
1579
+ indexOf: (searchString: string, position?: number) => number;
1580
+ lastIndexOf: (searchString: string, position?: number) => number;
1581
+ localeCompare: {
1582
+ (that: string): number;
1583
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1584
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1585
+ };
1586
+ match: {
1587
+ (regexp: string | RegExp): RegExpMatchArray | null;
1588
+ (matcher: {
1589
+ [Symbol.match](string: string): RegExpMatchArray | null;
1590
+ }): RegExpMatchArray | null;
1591
+ };
1592
+ replace: {
1593
+ (searchValue: string | RegExp, replaceValue: string): string;
1594
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1595
+ (searchValue: {
1596
+ [Symbol.replace](string: string, replaceValue: string): string;
1597
+ }, replaceValue: string): string;
1598
+ (searchValue: {
1599
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1600
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1601
+ };
1602
+ search: {
1603
+ (regexp: string | RegExp): number;
1604
+ (searcher: {
1605
+ [Symbol.search](string: string): number;
1606
+ }): number;
1607
+ };
1608
+ slice: (start?: number, end?: number) => string;
1609
+ split: {
1610
+ (separator: string | RegExp, limit?: number): string[];
1611
+ (splitter: {
1612
+ [Symbol.split](string: string, limit?: number): string[];
1613
+ }, limit?: number): string[];
1614
+ };
1615
+ substring: (start: number, end?: number) => string;
1616
+ toLowerCase: () => string;
1617
+ toLocaleLowerCase: {
1618
+ (locales?: string | string[]): string;
1619
+ (locales?: Intl.LocalesArgument): string;
1620
+ };
1621
+ toUpperCase: () => string;
1622
+ toLocaleUpperCase: {
1623
+ (locales?: string | string[]): string;
1624
+ (locales?: Intl.LocalesArgument): string;
1625
+ };
1626
+ trim: () => string;
1627
+ readonly length: number;
1628
+ substr: (from: number, length?: number) => string;
1629
+ valueOf: () => string;
1630
+ codePointAt: (pos: number) => number | undefined;
1631
+ includes: (searchString: string, position?: number) => boolean;
1632
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1633
+ normalize: {
1634
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1635
+ (form?: string): string;
1636
+ };
1637
+ repeat: (count: number) => string;
1638
+ startsWith: (searchString: string, position?: number) => boolean;
1639
+ anchor: (name: string) => string;
1640
+ big: () => string;
1641
+ blink: () => string;
1642
+ bold: () => string;
1643
+ fixed: () => string;
1644
+ fontcolor: (color: string) => string;
1645
+ fontsize: {
1646
+ (size: number): string;
1647
+ (size: string): string;
1648
+ };
1649
+ italics: () => string;
1650
+ link: (url: string) => string;
1651
+ small: () => string;
1652
+ strike: () => string;
1653
+ sub: () => string;
1654
+ sup: () => string;
1655
+ padStart: (maxLength: number, fillString?: string) => string;
1656
+ padEnd: (maxLength: number, fillString?: string) => string;
1657
+ trimEnd: () => string;
1658
+ trimStart: () => string;
1659
+ trimLeft: () => string;
1660
+ trimRight: () => string;
1661
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1662
+ replaceAll: {
1663
+ (searchValue: string | RegExp, replaceValue: string): string;
1664
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1665
+ };
1666
+ at: (index: number) => string | undefined;
1667
+ [Symbol.iterator]: () => StringIterator<string>;
1668
+ };
1669
+ brands: {
1670
+ id: string;
1671
+ title: {
1672
+ readonly [x: number]: string;
1673
+ toString: () => string;
1674
+ charAt: (pos: number) => string;
1675
+ charCodeAt: (index: number) => number;
1676
+ concat: (...strings: string[]) => string;
1677
+ indexOf: (searchString: string, position?: number) => number;
1678
+ lastIndexOf: (searchString: string, position?: number) => number;
1679
+ localeCompare: {
1680
+ (that: string): number;
1681
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1682
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1683
+ };
1684
+ match: {
1685
+ (regexp: string | RegExp): RegExpMatchArray | null;
1686
+ (matcher: {
1687
+ [Symbol.match](string: string): RegExpMatchArray | null;
1688
+ }): RegExpMatchArray | null;
1689
+ };
1690
+ replace: {
1691
+ (searchValue: string | RegExp, replaceValue: string): string;
1692
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1693
+ (searchValue: {
1694
+ [Symbol.replace](string: string, replaceValue: string): string;
1695
+ }, replaceValue: string): string;
1696
+ (searchValue: {
1697
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1698
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1699
+ };
1700
+ search: {
1701
+ (regexp: string | RegExp): number;
1702
+ (searcher: {
1703
+ [Symbol.search](string: string): number;
1704
+ }): number;
1705
+ };
1706
+ slice: (start?: number, end?: number) => string;
1707
+ split: {
1708
+ (separator: string | RegExp, limit?: number): string[];
1709
+ (splitter: {
1710
+ [Symbol.split](string: string, limit?: number): string[];
1711
+ }, limit?: number): string[];
1712
+ };
1713
+ substring: (start: number, end?: number) => string;
1714
+ toLowerCase: () => string;
1715
+ toLocaleLowerCase: {
1716
+ (locales?: string | string[]): string;
1717
+ (locales?: Intl.LocalesArgument): string;
1718
+ };
1719
+ toUpperCase: () => string;
1720
+ toLocaleUpperCase: {
1721
+ (locales?: string | string[]): string;
1722
+ (locales?: Intl.LocalesArgument): string;
1723
+ };
1724
+ trim: () => string;
1725
+ readonly length: number;
1726
+ substr: (from: number, length?: number) => string;
1727
+ valueOf: () => string;
1728
+ codePointAt: (pos: number) => number | undefined;
1729
+ includes: (searchString: string, position?: number) => boolean;
1730
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1731
+ normalize: {
1732
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1733
+ (form?: string): string;
1734
+ };
1735
+ repeat: (count: number) => string;
1736
+ startsWith: (searchString: string, position?: number) => boolean;
1737
+ anchor: (name: string) => string;
1738
+ big: () => string;
1739
+ blink: () => string;
1740
+ bold: () => string;
1741
+ fixed: () => string;
1742
+ fontcolor: (color: string) => string;
1743
+ fontsize: {
1744
+ (size: number): string;
1745
+ (size: string): string;
1746
+ };
1747
+ italics: () => string;
1748
+ link: (url: string) => string;
1749
+ small: () => string;
1750
+ strike: () => string;
1751
+ sub: () => string;
1752
+ sup: () => string;
1753
+ padStart: (maxLength: number, fillString?: string) => string;
1754
+ padEnd: (maxLength: number, fillString?: string) => string;
1755
+ trimEnd: () => string;
1756
+ trimStart: () => string;
1757
+ trimLeft: () => string;
1758
+ trimRight: () => string;
1759
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1760
+ replaceAll: {
1761
+ (searchValue: string | RegExp, replaceValue: string): string;
1762
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1763
+ };
1764
+ at: (index: number) => string | undefined;
1765
+ [Symbol.iterator]: () => StringIterator<string>;
1766
+ };
1767
+ }[];
1768
+ }[]>;
1769
+ searchResults: import('vue').Ref<{
1770
+ id: string;
1771
+ title: {
1772
+ readonly [x: number]: string;
1773
+ toString: () => string;
1774
+ charAt: (pos: number) => string;
1775
+ charCodeAt: (index: number) => number;
1776
+ concat: (...strings: string[]) => string;
1777
+ indexOf: (searchString: string, position?: number) => number;
1778
+ lastIndexOf: (searchString: string, position?: number) => number;
1779
+ localeCompare: {
1780
+ (that: string): number;
1781
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1782
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1783
+ };
1784
+ match: {
1785
+ (regexp: string | RegExp): RegExpMatchArray | null;
1786
+ (matcher: {
1787
+ [Symbol.match](string: string): RegExpMatchArray | null;
1788
+ }): RegExpMatchArray | null;
1789
+ };
1790
+ replace: {
1791
+ (searchValue: string | RegExp, replaceValue: string): string;
1792
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1793
+ (searchValue: {
1794
+ [Symbol.replace](string: string, replaceValue: string): string;
1795
+ }, replaceValue: string): string;
1796
+ (searchValue: {
1797
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1798
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1799
+ };
1800
+ search: {
1801
+ (regexp: string | RegExp): number;
1802
+ (searcher: {
1803
+ [Symbol.search](string: string): number;
1804
+ }): number;
1805
+ };
1806
+ slice: (start?: number, end?: number) => string;
1807
+ split: {
1808
+ (separator: string | RegExp, limit?: number): string[];
1809
+ (splitter: {
1810
+ [Symbol.split](string: string, limit?: number): string[];
1811
+ }, limit?: number): string[];
1812
+ };
1813
+ substring: (start: number, end?: number) => string;
1814
+ toLowerCase: () => string;
1815
+ toLocaleLowerCase: {
1816
+ (locales?: string | string[]): string;
1817
+ (locales?: Intl.LocalesArgument): string;
1818
+ };
1819
+ toUpperCase: () => string;
1820
+ toLocaleUpperCase: {
1821
+ (locales?: string | string[]): string;
1822
+ (locales?: Intl.LocalesArgument): string;
1823
+ };
1824
+ trim: () => string;
1825
+ readonly length: number;
1826
+ substr: (from: number, length?: number) => string;
1827
+ valueOf: () => string;
1828
+ codePointAt: (pos: number) => number | undefined;
1829
+ includes: (searchString: string, position?: number) => boolean;
1830
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1831
+ normalize: {
1832
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1833
+ (form?: string): string;
1834
+ };
1835
+ repeat: (count: number) => string;
1836
+ startsWith: (searchString: string, position?: number) => boolean;
1837
+ anchor: (name: string) => string;
1838
+ big: () => string;
1839
+ blink: () => string;
1840
+ bold: () => string;
1841
+ fixed: () => string;
1842
+ fontcolor: (color: string) => string;
1843
+ fontsize: {
1844
+ (size: number): string;
1845
+ (size: string): string;
1846
+ };
1847
+ italics: () => string;
1848
+ link: (url: string) => string;
1849
+ small: () => string;
1850
+ strike: () => string;
1851
+ sub: () => string;
1852
+ sup: () => string;
1853
+ padStart: (maxLength: number, fillString?: string) => string;
1854
+ padEnd: (maxLength: number, fillString?: string) => string;
1855
+ trimEnd: () => string;
1856
+ trimStart: () => string;
1857
+ trimLeft: () => string;
1858
+ trimRight: () => string;
1859
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1860
+ replaceAll: {
1861
+ (searchValue: string | RegExp, replaceValue: string): string;
1862
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1863
+ };
1864
+ at: (index: number) => string | undefined;
1865
+ [Symbol.iterator]: () => StringIterator<string>;
1866
+ };
1867
+ englishTitle: {
1868
+ readonly [x: number]: string;
1869
+ toString: () => string;
1870
+ charAt: (pos: number) => string;
1871
+ charCodeAt: (index: number) => number;
1872
+ concat: (...strings: string[]) => string;
1873
+ indexOf: (searchString: string, position?: number) => number;
1874
+ lastIndexOf: (searchString: string, position?: number) => number;
1875
+ localeCompare: {
1876
+ (that: string): number;
1877
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1878
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1879
+ };
1880
+ match: {
1881
+ (regexp: string | RegExp): RegExpMatchArray | null;
1882
+ (matcher: {
1883
+ [Symbol.match](string: string): RegExpMatchArray | null;
1884
+ }): RegExpMatchArray | null;
1885
+ };
1886
+ replace: {
1887
+ (searchValue: string | RegExp, replaceValue: string): string;
1888
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1889
+ (searchValue: {
1890
+ [Symbol.replace](string: string, replaceValue: string): string;
1891
+ }, replaceValue: string): string;
1892
+ (searchValue: {
1893
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1894
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1895
+ };
1896
+ search: {
1897
+ (regexp: string | RegExp): number;
1898
+ (searcher: {
1899
+ [Symbol.search](string: string): number;
1900
+ }): number;
1901
+ };
1902
+ slice: (start?: number, end?: number) => string;
1903
+ split: {
1904
+ (separator: string | RegExp, limit?: number): string[];
1905
+ (splitter: {
1906
+ [Symbol.split](string: string, limit?: number): string[];
1907
+ }, limit?: number): string[];
1908
+ };
1909
+ substring: (start: number, end?: number) => string;
1910
+ toLowerCase: () => string;
1911
+ toLocaleLowerCase: {
1912
+ (locales?: string | string[]): string;
1913
+ (locales?: Intl.LocalesArgument): string;
1914
+ };
1915
+ toUpperCase: () => string;
1916
+ toLocaleUpperCase: {
1917
+ (locales?: string | string[]): string;
1918
+ (locales?: Intl.LocalesArgument): string;
1919
+ };
1920
+ trim: () => string;
1921
+ readonly length: number;
1922
+ substr: (from: number, length?: number) => string;
1923
+ valueOf: () => string;
1924
+ codePointAt: (pos: number) => number | undefined;
1925
+ includes: (searchString: string, position?: number) => boolean;
1926
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1927
+ normalize: {
1928
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1929
+ (form?: string): string;
1930
+ };
1931
+ repeat: (count: number) => string;
1932
+ startsWith: (searchString: string, position?: number) => boolean;
1933
+ anchor: (name: string) => string;
1934
+ big: () => string;
1935
+ blink: () => string;
1936
+ bold: () => string;
1937
+ fixed: () => string;
1938
+ fontcolor: (color: string) => string;
1939
+ fontsize: {
1940
+ (size: number): string;
1941
+ (size: string): string;
1942
+ };
1943
+ italics: () => string;
1944
+ link: (url: string) => string;
1945
+ small: () => string;
1946
+ strike: () => string;
1947
+ sub: () => string;
1948
+ sup: () => string;
1949
+ padStart: (maxLength: number, fillString?: string) => string;
1950
+ padEnd: (maxLength: number, fillString?: string) => string;
1951
+ trimEnd: () => string;
1952
+ trimStart: () => string;
1953
+ trimLeft: () => string;
1954
+ trimRight: () => string;
1955
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1956
+ replaceAll: {
1957
+ (searchValue: string | RegExp, replaceValue: string): string;
1958
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1959
+ };
1960
+ at: (index: number) => string | undefined;
1961
+ [Symbol.iterator]: () => StringIterator<string>;
1962
+ };
1963
+ brands: {
1964
+ id: string;
1965
+ title: {
1966
+ readonly [x: number]: string;
1967
+ toString: () => string;
1968
+ charAt: (pos: number) => string;
1969
+ charCodeAt: (index: number) => number;
1970
+ concat: (...strings: string[]) => string;
1971
+ indexOf: (searchString: string, position?: number) => number;
1972
+ lastIndexOf: (searchString: string, position?: number) => number;
1973
+ localeCompare: {
1974
+ (that: string): number;
1975
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1976
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1977
+ };
1978
+ match: {
1979
+ (regexp: string | RegExp): RegExpMatchArray | null;
1980
+ (matcher: {
1981
+ [Symbol.match](string: string): RegExpMatchArray | null;
1982
+ }): RegExpMatchArray | null;
1983
+ };
1984
+ replace: {
1985
+ (searchValue: string | RegExp, replaceValue: string): string;
1986
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1987
+ (searchValue: {
1988
+ [Symbol.replace](string: string, replaceValue: string): string;
1989
+ }, replaceValue: string): string;
1990
+ (searchValue: {
1991
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1992
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1993
+ };
1994
+ search: {
1995
+ (regexp: string | RegExp): number;
1996
+ (searcher: {
1997
+ [Symbol.search](string: string): number;
1998
+ }): number;
1999
+ };
2000
+ slice: (start?: number, end?: number) => string;
2001
+ split: {
2002
+ (separator: string | RegExp, limit?: number): string[];
2003
+ (splitter: {
2004
+ [Symbol.split](string: string, limit?: number): string[];
2005
+ }, limit?: number): string[];
2006
+ };
2007
+ substring: (start: number, end?: number) => string;
2008
+ toLowerCase: () => string;
2009
+ toLocaleLowerCase: {
2010
+ (locales?: string | string[]): string;
2011
+ (locales?: Intl.LocalesArgument): string;
2012
+ };
2013
+ toUpperCase: () => string;
2014
+ toLocaleUpperCase: {
2015
+ (locales?: string | string[]): string;
2016
+ (locales?: Intl.LocalesArgument): string;
2017
+ };
2018
+ trim: () => string;
2019
+ readonly length: number;
2020
+ substr: (from: number, length?: number) => string;
2021
+ valueOf: () => string;
2022
+ codePointAt: (pos: number) => number | undefined;
2023
+ includes: (searchString: string, position?: number) => boolean;
2024
+ endsWith: (searchString: string, endPosition?: number) => boolean;
2025
+ normalize: {
2026
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
2027
+ (form?: string): string;
2028
+ };
2029
+ repeat: (count: number) => string;
2030
+ startsWith: (searchString: string, position?: number) => boolean;
2031
+ anchor: (name: string) => string;
2032
+ big: () => string;
2033
+ blink: () => string;
2034
+ bold: () => string;
2035
+ fixed: () => string;
2036
+ fontcolor: (color: string) => string;
2037
+ fontsize: {
2038
+ (size: number): string;
2039
+ (size: string): string;
2040
+ };
2041
+ italics: () => string;
2042
+ link: (url: string) => string;
2043
+ small: () => string;
2044
+ strike: () => string;
2045
+ sub: () => string;
2046
+ sup: () => string;
2047
+ padStart: (maxLength: number, fillString?: string) => string;
2048
+ padEnd: (maxLength: number, fillString?: string) => string;
2049
+ trimEnd: () => string;
2050
+ trimStart: () => string;
2051
+ trimLeft: () => string;
2052
+ trimRight: () => string;
2053
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
2054
+ replaceAll: {
2055
+ (searchValue: string | RegExp, replaceValue: string): string;
2056
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2057
+ };
2058
+ at: (index: number) => string | undefined;
2059
+ [Symbol.iterator]: () => StringIterator<string>;
2060
+ };
2061
+ }[];
2062
+ }[], import('../types/medication').Medication[] | {
2063
+ id: string;
2064
+ title: {
2065
+ readonly [x: number]: string;
2066
+ toString: () => string;
2067
+ charAt: (pos: number) => string;
2068
+ charCodeAt: (index: number) => number;
2069
+ concat: (...strings: string[]) => string;
2070
+ indexOf: (searchString: string, position?: number) => number;
2071
+ lastIndexOf: (searchString: string, position?: number) => number;
2072
+ localeCompare: {
2073
+ (that: string): number;
2074
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
2075
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
2076
+ };
2077
+ match: {
2078
+ (regexp: string | RegExp): RegExpMatchArray | null;
2079
+ (matcher: {
2080
+ [Symbol.match](string: string): RegExpMatchArray | null;
2081
+ }): RegExpMatchArray | null;
2082
+ };
2083
+ replace: {
2084
+ (searchValue: string | RegExp, replaceValue: string): string;
2085
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2086
+ (searchValue: {
2087
+ [Symbol.replace](string: string, replaceValue: string): string;
2088
+ }, replaceValue: string): string;
2089
+ (searchValue: {
2090
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
2091
+ }, replacer: (substring: string, ...args: any[]) => string): string;
2092
+ };
2093
+ search: {
2094
+ (regexp: string | RegExp): number;
2095
+ (searcher: {
2096
+ [Symbol.search](string: string): number;
2097
+ }): number;
2098
+ };
2099
+ slice: (start?: number, end?: number) => string;
2100
+ split: {
2101
+ (separator: string | RegExp, limit?: number): string[];
2102
+ (splitter: {
2103
+ [Symbol.split](string: string, limit?: number): string[];
2104
+ }, limit?: number): string[];
2105
+ };
2106
+ substring: (start: number, end?: number) => string;
2107
+ toLowerCase: () => string;
2108
+ toLocaleLowerCase: {
2109
+ (locales?: string | string[]): string;
2110
+ (locales?: Intl.LocalesArgument): string;
2111
+ };
2112
+ toUpperCase: () => string;
2113
+ toLocaleUpperCase: {
2114
+ (locales?: string | string[]): string;
2115
+ (locales?: Intl.LocalesArgument): string;
2116
+ };
2117
+ trim: () => string;
2118
+ readonly length: number;
2119
+ substr: (from: number, length?: number) => string;
2120
+ valueOf: () => string;
2121
+ codePointAt: (pos: number) => number | undefined;
2122
+ includes: (searchString: string, position?: number) => boolean;
2123
+ endsWith: (searchString: string, endPosition?: number) => boolean;
2124
+ normalize: {
2125
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
2126
+ (form?: string): string;
2127
+ };
2128
+ repeat: (count: number) => string;
2129
+ startsWith: (searchString: string, position?: number) => boolean;
2130
+ anchor: (name: string) => string;
2131
+ big: () => string;
2132
+ blink: () => string;
2133
+ bold: () => string;
2134
+ fixed: () => string;
2135
+ fontcolor: (color: string) => string;
2136
+ fontsize: {
2137
+ (size: number): string;
2138
+ (size: string): string;
2139
+ };
2140
+ italics: () => string;
2141
+ link: (url: string) => string;
2142
+ small: () => string;
2143
+ strike: () => string;
2144
+ sub: () => string;
2145
+ sup: () => string;
2146
+ padStart: (maxLength: number, fillString?: string) => string;
2147
+ padEnd: (maxLength: number, fillString?: string) => string;
2148
+ trimEnd: () => string;
2149
+ trimStart: () => string;
2150
+ trimLeft: () => string;
2151
+ trimRight: () => string;
2152
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
2153
+ replaceAll: {
2154
+ (searchValue: string | RegExp, replaceValue: string): string;
2155
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2156
+ };
2157
+ at: (index: number) => string | undefined;
2158
+ [Symbol.iterator]: () => StringIterator<string>;
2159
+ };
2160
+ englishTitle: {
2161
+ readonly [x: number]: string;
2162
+ toString: () => string;
2163
+ charAt: (pos: number) => string;
2164
+ charCodeAt: (index: number) => number;
2165
+ concat: (...strings: string[]) => string;
2166
+ indexOf: (searchString: string, position?: number) => number;
2167
+ lastIndexOf: (searchString: string, position?: number) => number;
2168
+ localeCompare: {
2169
+ (that: string): number;
2170
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
2171
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
2172
+ };
2173
+ match: {
2174
+ (regexp: string | RegExp): RegExpMatchArray | null;
2175
+ (matcher: {
2176
+ [Symbol.match](string: string): RegExpMatchArray | null;
2177
+ }): RegExpMatchArray | null;
2178
+ };
2179
+ replace: {
2180
+ (searchValue: string | RegExp, replaceValue: string): string;
2181
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2182
+ (searchValue: {
2183
+ [Symbol.replace](string: string, replaceValue: string): string;
2184
+ }, replaceValue: string): string;
2185
+ (searchValue: {
2186
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
2187
+ }, replacer: (substring: string, ...args: any[]) => string): string;
2188
+ };
2189
+ search: {
2190
+ (regexp: string | RegExp): number;
2191
+ (searcher: {
2192
+ [Symbol.search](string: string): number;
2193
+ }): number;
2194
+ };
2195
+ slice: (start?: number, end?: number) => string;
2196
+ split: {
2197
+ (separator: string | RegExp, limit?: number): string[];
2198
+ (splitter: {
2199
+ [Symbol.split](string: string, limit?: number): string[];
2200
+ }, limit?: number): string[];
2201
+ };
2202
+ substring: (start: number, end?: number) => string;
2203
+ toLowerCase: () => string;
2204
+ toLocaleLowerCase: {
2205
+ (locales?: string | string[]): string;
2206
+ (locales?: Intl.LocalesArgument): string;
2207
+ };
2208
+ toUpperCase: () => string;
2209
+ toLocaleUpperCase: {
2210
+ (locales?: string | string[]): string;
2211
+ (locales?: Intl.LocalesArgument): string;
2212
+ };
2213
+ trim: () => string;
2214
+ readonly length: number;
2215
+ substr: (from: number, length?: number) => string;
2216
+ valueOf: () => string;
2217
+ codePointAt: (pos: number) => number | undefined;
2218
+ includes: (searchString: string, position?: number) => boolean;
2219
+ endsWith: (searchString: string, endPosition?: number) => boolean;
2220
+ normalize: {
2221
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
2222
+ (form?: string): string;
2223
+ };
2224
+ repeat: (count: number) => string;
2225
+ startsWith: (searchString: string, position?: number) => boolean;
2226
+ anchor: (name: string) => string;
2227
+ big: () => string;
2228
+ blink: () => string;
2229
+ bold: () => string;
2230
+ fixed: () => string;
2231
+ fontcolor: (color: string) => string;
2232
+ fontsize: {
2233
+ (size: number): string;
2234
+ (size: string): string;
2235
+ };
2236
+ italics: () => string;
2237
+ link: (url: string) => string;
2238
+ small: () => string;
2239
+ strike: () => string;
2240
+ sub: () => string;
2241
+ sup: () => string;
2242
+ padStart: (maxLength: number, fillString?: string) => string;
2243
+ padEnd: (maxLength: number, fillString?: string) => string;
2244
+ trimEnd: () => string;
2245
+ trimStart: () => string;
2246
+ trimLeft: () => string;
2247
+ trimRight: () => string;
2248
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
2249
+ replaceAll: {
2250
+ (searchValue: string | RegExp, replaceValue: string): string;
2251
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2252
+ };
2253
+ at: (index: number) => string | undefined;
2254
+ [Symbol.iterator]: () => StringIterator<string>;
2255
+ };
2256
+ brands: {
2257
+ id: string;
2258
+ title: {
2259
+ readonly [x: number]: string;
2260
+ toString: () => string;
2261
+ charAt: (pos: number) => string;
2262
+ charCodeAt: (index: number) => number;
2263
+ concat: (...strings: string[]) => string;
2264
+ indexOf: (searchString: string, position?: number) => number;
2265
+ lastIndexOf: (searchString: string, position?: number) => number;
2266
+ localeCompare: {
2267
+ (that: string): number;
2268
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
2269
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
2270
+ };
2271
+ match: {
2272
+ (regexp: string | RegExp): RegExpMatchArray | null;
2273
+ (matcher: {
2274
+ [Symbol.match](string: string): RegExpMatchArray | null;
2275
+ }): RegExpMatchArray | null;
2276
+ };
2277
+ replace: {
2278
+ (searchValue: string | RegExp, replaceValue: string): string;
2279
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2280
+ (searchValue: {
2281
+ [Symbol.replace](string: string, replaceValue: string): string;
2282
+ }, replaceValue: string): string;
2283
+ (searchValue: {
2284
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
2285
+ }, replacer: (substring: string, ...args: any[]) => string): string;
2286
+ };
2287
+ search: {
2288
+ (regexp: string | RegExp): number;
2289
+ (searcher: {
2290
+ [Symbol.search](string: string): number;
2291
+ }): number;
2292
+ };
2293
+ slice: (start?: number, end?: number) => string;
2294
+ split: {
2295
+ (separator: string | RegExp, limit?: number): string[];
2296
+ (splitter: {
2297
+ [Symbol.split](string: string, limit?: number): string[];
2298
+ }, limit?: number): string[];
2299
+ };
2300
+ substring: (start: number, end?: number) => string;
2301
+ toLowerCase: () => string;
2302
+ toLocaleLowerCase: {
2303
+ (locales?: string | string[]): string;
2304
+ (locales?: Intl.LocalesArgument): string;
2305
+ };
2306
+ toUpperCase: () => string;
2307
+ toLocaleUpperCase: {
2308
+ (locales?: string | string[]): string;
2309
+ (locales?: Intl.LocalesArgument): string;
2310
+ };
2311
+ trim: () => string;
2312
+ readonly length: number;
2313
+ substr: (from: number, length?: number) => string;
2314
+ valueOf: () => string;
2315
+ codePointAt: (pos: number) => number | undefined;
2316
+ includes: (searchString: string, position?: number) => boolean;
2317
+ endsWith: (searchString: string, endPosition?: number) => boolean;
2318
+ normalize: {
2319
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
2320
+ (form?: string): string;
2321
+ };
2322
+ repeat: (count: number) => string;
2323
+ startsWith: (searchString: string, position?: number) => boolean;
2324
+ anchor: (name: string) => string;
2325
+ big: () => string;
2326
+ blink: () => string;
2327
+ bold: () => string;
2328
+ fixed: () => string;
2329
+ fontcolor: (color: string) => string;
2330
+ fontsize: {
2331
+ (size: number): string;
2332
+ (size: string): string;
2333
+ };
2334
+ italics: () => string;
2335
+ link: (url: string) => string;
2336
+ small: () => string;
2337
+ strike: () => string;
2338
+ sub: () => string;
2339
+ sup: () => string;
2340
+ padStart: (maxLength: number, fillString?: string) => string;
2341
+ padEnd: (maxLength: number, fillString?: string) => string;
2342
+ trimEnd: () => string;
2343
+ trimStart: () => string;
2344
+ trimLeft: () => string;
2345
+ trimRight: () => string;
2346
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
2347
+ replaceAll: {
2348
+ (searchValue: string | RegExp, replaceValue: string): string;
2349
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2350
+ };
2351
+ at: (index: number) => string | undefined;
2352
+ [Symbol.iterator]: () => StringIterator<string>;
2353
+ };
2354
+ }[];
2355
+ }[]>;
2356
+ isLoading: import('vue').Ref<boolean, boolean>;
2357
+ medicationOptions: import('vue').ComputedRef<import('../types/components/select').DropdownOption[]>;
2358
+ getMedicationOptionById: import('vue').ComputedRef<(id: string) => import('../types/components/select').DropdownOption | null>;
2359
+ fetchMedications: () => Promise<void>;
2360
+ searchMedications: (query: string) => void;
2361
+ }, "medicationOptions" | "getMedicationOptionById">, Pick<{
2362
+ medications: import('vue').Ref<{
2363
+ id: string;
2364
+ title: {
2365
+ readonly [x: number]: string;
2366
+ toString: () => string;
2367
+ charAt: (pos: number) => string;
2368
+ charCodeAt: (index: number) => number;
2369
+ concat: (...strings: string[]) => string;
2370
+ indexOf: (searchString: string, position?: number) => number;
2371
+ lastIndexOf: (searchString: string, position?: number) => number;
2372
+ localeCompare: {
2373
+ (that: string): number;
2374
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
2375
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
2376
+ };
2377
+ match: {
2378
+ (regexp: string | RegExp): RegExpMatchArray | null;
2379
+ (matcher: {
2380
+ [Symbol.match](string: string): RegExpMatchArray | null;
2381
+ }): RegExpMatchArray | null;
2382
+ };
2383
+ replace: {
2384
+ (searchValue: string | RegExp, replaceValue: string): string;
2385
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2386
+ (searchValue: {
2387
+ [Symbol.replace](string: string, replaceValue: string): string;
2388
+ }, replaceValue: string): string;
2389
+ (searchValue: {
2390
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
2391
+ }, replacer: (substring: string, ...args: any[]) => string): string;
2392
+ };
2393
+ search: {
2394
+ (regexp: string | RegExp): number;
2395
+ (searcher: {
2396
+ [Symbol.search](string: string): number;
2397
+ }): number;
2398
+ };
2399
+ slice: (start?: number, end?: number) => string;
2400
+ split: {
2401
+ (separator: string | RegExp, limit?: number): string[];
2402
+ (splitter: {
2403
+ [Symbol.split](string: string, limit?: number): string[];
2404
+ }, limit?: number): string[];
2405
+ };
2406
+ substring: (start: number, end?: number) => string;
2407
+ toLowerCase: () => string;
2408
+ toLocaleLowerCase: {
2409
+ (locales?: string | string[]): string;
2410
+ (locales?: Intl.LocalesArgument): string;
2411
+ };
2412
+ toUpperCase: () => string;
2413
+ toLocaleUpperCase: {
2414
+ (locales?: string | string[]): string;
2415
+ (locales?: Intl.LocalesArgument): string;
2416
+ };
2417
+ trim: () => string;
2418
+ readonly length: number;
2419
+ substr: (from: number, length?: number) => string;
2420
+ valueOf: () => string;
2421
+ codePointAt: (pos: number) => number | undefined;
2422
+ includes: (searchString: string, position?: number) => boolean;
2423
+ endsWith: (searchString: string, endPosition?: number) => boolean;
2424
+ normalize: {
2425
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
2426
+ (form?: string): string;
2427
+ };
2428
+ repeat: (count: number) => string;
2429
+ startsWith: (searchString: string, position?: number) => boolean;
2430
+ anchor: (name: string) => string;
2431
+ big: () => string;
2432
+ blink: () => string;
2433
+ bold: () => string;
2434
+ fixed: () => string;
2435
+ fontcolor: (color: string) => string;
2436
+ fontsize: {
2437
+ (size: number): string;
2438
+ (size: string): string;
2439
+ };
2440
+ italics: () => string;
2441
+ link: (url: string) => string;
2442
+ small: () => string;
2443
+ strike: () => string;
2444
+ sub: () => string;
2445
+ sup: () => string;
2446
+ padStart: (maxLength: number, fillString?: string) => string;
2447
+ padEnd: (maxLength: number, fillString?: string) => string;
2448
+ trimEnd: () => string;
2449
+ trimStart: () => string;
2450
+ trimLeft: () => string;
2451
+ trimRight: () => string;
2452
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
2453
+ replaceAll: {
2454
+ (searchValue: string | RegExp, replaceValue: string): string;
2455
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2456
+ };
2457
+ at: (index: number) => string | undefined;
2458
+ [Symbol.iterator]: () => StringIterator<string>;
2459
+ };
2460
+ englishTitle: {
2461
+ readonly [x: number]: string;
2462
+ toString: () => string;
2463
+ charAt: (pos: number) => string;
2464
+ charCodeAt: (index: number) => number;
2465
+ concat: (...strings: string[]) => string;
2466
+ indexOf: (searchString: string, position?: number) => number;
2467
+ lastIndexOf: (searchString: string, position?: number) => number;
2468
+ localeCompare: {
2469
+ (that: string): number;
2470
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
2471
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
2472
+ };
2473
+ match: {
2474
+ (regexp: string | RegExp): RegExpMatchArray | null;
2475
+ (matcher: {
2476
+ [Symbol.match](string: string): RegExpMatchArray | null;
2477
+ }): RegExpMatchArray | null;
2478
+ };
2479
+ replace: {
2480
+ (searchValue: string | RegExp, replaceValue: string): string;
2481
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2482
+ (searchValue: {
2483
+ [Symbol.replace](string: string, replaceValue: string): string;
2484
+ }, replaceValue: string): string;
2485
+ (searchValue: {
2486
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
2487
+ }, replacer: (substring: string, ...args: any[]) => string): string;
2488
+ };
2489
+ search: {
2490
+ (regexp: string | RegExp): number;
2491
+ (searcher: {
2492
+ [Symbol.search](string: string): number;
2493
+ }): number;
2494
+ };
2495
+ slice: (start?: number, end?: number) => string;
2496
+ split: {
2497
+ (separator: string | RegExp, limit?: number): string[];
2498
+ (splitter: {
2499
+ [Symbol.split](string: string, limit?: number): string[];
2500
+ }, limit?: number): string[];
2501
+ };
2502
+ substring: (start: number, end?: number) => string;
2503
+ toLowerCase: () => string;
2504
+ toLocaleLowerCase: {
2505
+ (locales?: string | string[]): string;
2506
+ (locales?: Intl.LocalesArgument): string;
2507
+ };
2508
+ toUpperCase: () => string;
2509
+ toLocaleUpperCase: {
2510
+ (locales?: string | string[]): string;
2511
+ (locales?: Intl.LocalesArgument): string;
2512
+ };
2513
+ trim: () => string;
2514
+ readonly length: number;
2515
+ substr: (from: number, length?: number) => string;
2516
+ valueOf: () => string;
2517
+ codePointAt: (pos: number) => number | undefined;
2518
+ includes: (searchString: string, position?: number) => boolean;
2519
+ endsWith: (searchString: string, endPosition?: number) => boolean;
2520
+ normalize: {
2521
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
2522
+ (form?: string): string;
2523
+ };
2524
+ repeat: (count: number) => string;
2525
+ startsWith: (searchString: string, position?: number) => boolean;
2526
+ anchor: (name: string) => string;
2527
+ big: () => string;
2528
+ blink: () => string;
2529
+ bold: () => string;
2530
+ fixed: () => string;
2531
+ fontcolor: (color: string) => string;
2532
+ fontsize: {
2533
+ (size: number): string;
2534
+ (size: string): string;
2535
+ };
2536
+ italics: () => string;
2537
+ link: (url: string) => string;
2538
+ small: () => string;
2539
+ strike: () => string;
2540
+ sub: () => string;
2541
+ sup: () => string;
2542
+ padStart: (maxLength: number, fillString?: string) => string;
2543
+ padEnd: (maxLength: number, fillString?: string) => string;
2544
+ trimEnd: () => string;
2545
+ trimStart: () => string;
2546
+ trimLeft: () => string;
2547
+ trimRight: () => string;
2548
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
2549
+ replaceAll: {
2550
+ (searchValue: string | RegExp, replaceValue: string): string;
2551
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2552
+ };
2553
+ at: (index: number) => string | undefined;
2554
+ [Symbol.iterator]: () => StringIterator<string>;
2555
+ };
2556
+ brands: {
2557
+ id: string;
2558
+ title: {
2559
+ readonly [x: number]: string;
2560
+ toString: () => string;
2561
+ charAt: (pos: number) => string;
2562
+ charCodeAt: (index: number) => number;
2563
+ concat: (...strings: string[]) => string;
2564
+ indexOf: (searchString: string, position?: number) => number;
2565
+ lastIndexOf: (searchString: string, position?: number) => number;
2566
+ localeCompare: {
2567
+ (that: string): number;
2568
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
2569
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
2570
+ };
2571
+ match: {
2572
+ (regexp: string | RegExp): RegExpMatchArray | null;
2573
+ (matcher: {
2574
+ [Symbol.match](string: string): RegExpMatchArray | null;
2575
+ }): RegExpMatchArray | null;
2576
+ };
2577
+ replace: {
2578
+ (searchValue: string | RegExp, replaceValue: string): string;
2579
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2580
+ (searchValue: {
2581
+ [Symbol.replace](string: string, replaceValue: string): string;
2582
+ }, replaceValue: string): string;
2583
+ (searchValue: {
2584
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
2585
+ }, replacer: (substring: string, ...args: any[]) => string): string;
2586
+ };
2587
+ search: {
2588
+ (regexp: string | RegExp): number;
2589
+ (searcher: {
2590
+ [Symbol.search](string: string): number;
2591
+ }): number;
2592
+ };
2593
+ slice: (start?: number, end?: number) => string;
2594
+ split: {
2595
+ (separator: string | RegExp, limit?: number): string[];
2596
+ (splitter: {
2597
+ [Symbol.split](string: string, limit?: number): string[];
2598
+ }, limit?: number): string[];
2599
+ };
2600
+ substring: (start: number, end?: number) => string;
2601
+ toLowerCase: () => string;
2602
+ toLocaleLowerCase: {
2603
+ (locales?: string | string[]): string;
2604
+ (locales?: Intl.LocalesArgument): string;
2605
+ };
2606
+ toUpperCase: () => string;
2607
+ toLocaleUpperCase: {
2608
+ (locales?: string | string[]): string;
2609
+ (locales?: Intl.LocalesArgument): string;
2610
+ };
2611
+ trim: () => string;
2612
+ readonly length: number;
2613
+ substr: (from: number, length?: number) => string;
2614
+ valueOf: () => string;
2615
+ codePointAt: (pos: number) => number | undefined;
2616
+ includes: (searchString: string, position?: number) => boolean;
2617
+ endsWith: (searchString: string, endPosition?: number) => boolean;
2618
+ normalize: {
2619
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
2620
+ (form?: string): string;
2621
+ };
2622
+ repeat: (count: number) => string;
2623
+ startsWith: (searchString: string, position?: number) => boolean;
2624
+ anchor: (name: string) => string;
2625
+ big: () => string;
2626
+ blink: () => string;
2627
+ bold: () => string;
2628
+ fixed: () => string;
2629
+ fontcolor: (color: string) => string;
2630
+ fontsize: {
2631
+ (size: number): string;
2632
+ (size: string): string;
2633
+ };
2634
+ italics: () => string;
2635
+ link: (url: string) => string;
2636
+ small: () => string;
2637
+ strike: () => string;
2638
+ sub: () => string;
2639
+ sup: () => string;
2640
+ padStart: (maxLength: number, fillString?: string) => string;
2641
+ padEnd: (maxLength: number, fillString?: string) => string;
2642
+ trimEnd: () => string;
2643
+ trimStart: () => string;
2644
+ trimLeft: () => string;
2645
+ trimRight: () => string;
2646
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
2647
+ replaceAll: {
2648
+ (searchValue: string | RegExp, replaceValue: string): string;
2649
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2650
+ };
2651
+ at: (index: number) => string | undefined;
2652
+ [Symbol.iterator]: () => StringIterator<string>;
2653
+ };
2654
+ }[];
2655
+ }[], import('../types/medication').Medication[] | {
2656
+ id: string;
2657
+ title: {
2658
+ readonly [x: number]: string;
2659
+ toString: () => string;
2660
+ charAt: (pos: number) => string;
2661
+ charCodeAt: (index: number) => number;
2662
+ concat: (...strings: string[]) => string;
2663
+ indexOf: (searchString: string, position?: number) => number;
2664
+ lastIndexOf: (searchString: string, position?: number) => number;
2665
+ localeCompare: {
2666
+ (that: string): number;
2667
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
2668
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
2669
+ };
2670
+ match: {
2671
+ (regexp: string | RegExp): RegExpMatchArray | null;
2672
+ (matcher: {
2673
+ [Symbol.match](string: string): RegExpMatchArray | null;
2674
+ }): RegExpMatchArray | null;
2675
+ };
2676
+ replace: {
2677
+ (searchValue: string | RegExp, replaceValue: string): string;
2678
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2679
+ (searchValue: {
2680
+ [Symbol.replace](string: string, replaceValue: string): string;
2681
+ }, replaceValue: string): string;
2682
+ (searchValue: {
2683
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
2684
+ }, replacer: (substring: string, ...args: any[]) => string): string;
2685
+ };
2686
+ search: {
2687
+ (regexp: string | RegExp): number;
2688
+ (searcher: {
2689
+ [Symbol.search](string: string): number;
2690
+ }): number;
2691
+ };
2692
+ slice: (start?: number, end?: number) => string;
2693
+ split: {
2694
+ (separator: string | RegExp, limit?: number): string[];
2695
+ (splitter: {
2696
+ [Symbol.split](string: string, limit?: number): string[];
2697
+ }, limit?: number): string[];
2698
+ };
2699
+ substring: (start: number, end?: number) => string;
2700
+ toLowerCase: () => string;
2701
+ toLocaleLowerCase: {
2702
+ (locales?: string | string[]): string;
2703
+ (locales?: Intl.LocalesArgument): string;
2704
+ };
2705
+ toUpperCase: () => string;
2706
+ toLocaleUpperCase: {
2707
+ (locales?: string | string[]): string;
2708
+ (locales?: Intl.LocalesArgument): string;
2709
+ };
2710
+ trim: () => string;
2711
+ readonly length: number;
2712
+ substr: (from: number, length?: number) => string;
2713
+ valueOf: () => string;
2714
+ codePointAt: (pos: number) => number | undefined;
2715
+ includes: (searchString: string, position?: number) => boolean;
2716
+ endsWith: (searchString: string, endPosition?: number) => boolean;
2717
+ normalize: {
2718
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
2719
+ (form?: string): string;
2720
+ };
2721
+ repeat: (count: number) => string;
2722
+ startsWith: (searchString: string, position?: number) => boolean;
2723
+ anchor: (name: string) => string;
2724
+ big: () => string;
2725
+ blink: () => string;
2726
+ bold: () => string;
2727
+ fixed: () => string;
2728
+ fontcolor: (color: string) => string;
2729
+ fontsize: {
2730
+ (size: number): string;
2731
+ (size: string): string;
2732
+ };
2733
+ italics: () => string;
2734
+ link: (url: string) => string;
2735
+ small: () => string;
2736
+ strike: () => string;
2737
+ sub: () => string;
2738
+ sup: () => string;
2739
+ padStart: (maxLength: number, fillString?: string) => string;
2740
+ padEnd: (maxLength: number, fillString?: string) => string;
2741
+ trimEnd: () => string;
2742
+ trimStart: () => string;
2743
+ trimLeft: () => string;
2744
+ trimRight: () => string;
2745
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
2746
+ replaceAll: {
2747
+ (searchValue: string | RegExp, replaceValue: string): string;
2748
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2749
+ };
2750
+ at: (index: number) => string | undefined;
2751
+ [Symbol.iterator]: () => StringIterator<string>;
2752
+ };
2753
+ englishTitle: {
2754
+ readonly [x: number]: string;
2755
+ toString: () => string;
2756
+ charAt: (pos: number) => string;
2757
+ charCodeAt: (index: number) => number;
2758
+ concat: (...strings: string[]) => string;
2759
+ indexOf: (searchString: string, position?: number) => number;
2760
+ lastIndexOf: (searchString: string, position?: number) => number;
2761
+ localeCompare: {
2762
+ (that: string): number;
2763
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
2764
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
2765
+ };
2766
+ match: {
2767
+ (regexp: string | RegExp): RegExpMatchArray | null;
2768
+ (matcher: {
2769
+ [Symbol.match](string: string): RegExpMatchArray | null;
2770
+ }): RegExpMatchArray | null;
2771
+ };
2772
+ replace: {
2773
+ (searchValue: string | RegExp, replaceValue: string): string;
2774
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2775
+ (searchValue: {
2776
+ [Symbol.replace](string: string, replaceValue: string): string;
2777
+ }, replaceValue: string): string;
2778
+ (searchValue: {
2779
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
2780
+ }, replacer: (substring: string, ...args: any[]) => string): string;
2781
+ };
2782
+ search: {
2783
+ (regexp: string | RegExp): number;
2784
+ (searcher: {
2785
+ [Symbol.search](string: string): number;
2786
+ }): number;
2787
+ };
2788
+ slice: (start?: number, end?: number) => string;
2789
+ split: {
2790
+ (separator: string | RegExp, limit?: number): string[];
2791
+ (splitter: {
2792
+ [Symbol.split](string: string, limit?: number): string[];
2793
+ }, limit?: number): string[];
2794
+ };
2795
+ substring: (start: number, end?: number) => string;
2796
+ toLowerCase: () => string;
2797
+ toLocaleLowerCase: {
2798
+ (locales?: string | string[]): string;
2799
+ (locales?: Intl.LocalesArgument): string;
2800
+ };
2801
+ toUpperCase: () => string;
2802
+ toLocaleUpperCase: {
2803
+ (locales?: string | string[]): string;
2804
+ (locales?: Intl.LocalesArgument): string;
2805
+ };
2806
+ trim: () => string;
2807
+ readonly length: number;
2808
+ substr: (from: number, length?: number) => string;
2809
+ valueOf: () => string;
2810
+ codePointAt: (pos: number) => number | undefined;
2811
+ includes: (searchString: string, position?: number) => boolean;
2812
+ endsWith: (searchString: string, endPosition?: number) => boolean;
2813
+ normalize: {
2814
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
2815
+ (form?: string): string;
2816
+ };
2817
+ repeat: (count: number) => string;
2818
+ startsWith: (searchString: string, position?: number) => boolean;
2819
+ anchor: (name: string) => string;
2820
+ big: () => string;
2821
+ blink: () => string;
2822
+ bold: () => string;
2823
+ fixed: () => string;
2824
+ fontcolor: (color: string) => string;
2825
+ fontsize: {
2826
+ (size: number): string;
2827
+ (size: string): string;
2828
+ };
2829
+ italics: () => string;
2830
+ link: (url: string) => string;
2831
+ small: () => string;
2832
+ strike: () => string;
2833
+ sub: () => string;
2834
+ sup: () => string;
2835
+ padStart: (maxLength: number, fillString?: string) => string;
2836
+ padEnd: (maxLength: number, fillString?: string) => string;
2837
+ trimEnd: () => string;
2838
+ trimStart: () => string;
2839
+ trimLeft: () => string;
2840
+ trimRight: () => string;
2841
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
2842
+ replaceAll: {
2843
+ (searchValue: string | RegExp, replaceValue: string): string;
2844
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2845
+ };
2846
+ at: (index: number) => string | undefined;
2847
+ [Symbol.iterator]: () => StringIterator<string>;
2848
+ };
2849
+ brands: {
2850
+ id: string;
2851
+ title: {
2852
+ readonly [x: number]: string;
2853
+ toString: () => string;
2854
+ charAt: (pos: number) => string;
2855
+ charCodeAt: (index: number) => number;
2856
+ concat: (...strings: string[]) => string;
2857
+ indexOf: (searchString: string, position?: number) => number;
2858
+ lastIndexOf: (searchString: string, position?: number) => number;
2859
+ localeCompare: {
2860
+ (that: string): number;
2861
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
2862
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
2863
+ };
2864
+ match: {
2865
+ (regexp: string | RegExp): RegExpMatchArray | null;
2866
+ (matcher: {
2867
+ [Symbol.match](string: string): RegExpMatchArray | null;
2868
+ }): RegExpMatchArray | null;
2869
+ };
2870
+ replace: {
2871
+ (searchValue: string | RegExp, replaceValue: string): string;
2872
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2873
+ (searchValue: {
2874
+ [Symbol.replace](string: string, replaceValue: string): string;
2875
+ }, replaceValue: string): string;
2876
+ (searchValue: {
2877
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
2878
+ }, replacer: (substring: string, ...args: any[]) => string): string;
2879
+ };
2880
+ search: {
2881
+ (regexp: string | RegExp): number;
2882
+ (searcher: {
2883
+ [Symbol.search](string: string): number;
2884
+ }): number;
2885
+ };
2886
+ slice: (start?: number, end?: number) => string;
2887
+ split: {
2888
+ (separator: string | RegExp, limit?: number): string[];
2889
+ (splitter: {
2890
+ [Symbol.split](string: string, limit?: number): string[];
2891
+ }, limit?: number): string[];
2892
+ };
2893
+ substring: (start: number, end?: number) => string;
2894
+ toLowerCase: () => string;
2895
+ toLocaleLowerCase: {
2896
+ (locales?: string | string[]): string;
2897
+ (locales?: Intl.LocalesArgument): string;
2898
+ };
2899
+ toUpperCase: () => string;
2900
+ toLocaleUpperCase: {
2901
+ (locales?: string | string[]): string;
2902
+ (locales?: Intl.LocalesArgument): string;
2903
+ };
2904
+ trim: () => string;
2905
+ readonly length: number;
2906
+ substr: (from: number, length?: number) => string;
2907
+ valueOf: () => string;
2908
+ codePointAt: (pos: number) => number | undefined;
2909
+ includes: (searchString: string, position?: number) => boolean;
2910
+ endsWith: (searchString: string, endPosition?: number) => boolean;
2911
+ normalize: {
2912
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
2913
+ (form?: string): string;
2914
+ };
2915
+ repeat: (count: number) => string;
2916
+ startsWith: (searchString: string, position?: number) => boolean;
2917
+ anchor: (name: string) => string;
2918
+ big: () => string;
2919
+ blink: () => string;
2920
+ bold: () => string;
2921
+ fixed: () => string;
2922
+ fontcolor: (color: string) => string;
2923
+ fontsize: {
2924
+ (size: number): string;
2925
+ (size: string): string;
2926
+ };
2927
+ italics: () => string;
2928
+ link: (url: string) => string;
2929
+ small: () => string;
2930
+ strike: () => string;
2931
+ sub: () => string;
2932
+ sup: () => string;
2933
+ padStart: (maxLength: number, fillString?: string) => string;
2934
+ padEnd: (maxLength: number, fillString?: string) => string;
2935
+ trimEnd: () => string;
2936
+ trimStart: () => string;
2937
+ trimLeft: () => string;
2938
+ trimRight: () => string;
2939
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
2940
+ replaceAll: {
2941
+ (searchValue: string | RegExp, replaceValue: string): string;
2942
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2943
+ };
2944
+ at: (index: number) => string | undefined;
2945
+ [Symbol.iterator]: () => StringIterator<string>;
2946
+ };
2947
+ }[];
2948
+ }[]>;
2949
+ searchResults: import('vue').Ref<{
2950
+ id: string;
2951
+ title: {
2952
+ readonly [x: number]: string;
2953
+ toString: () => string;
2954
+ charAt: (pos: number) => string;
2955
+ charCodeAt: (index: number) => number;
2956
+ concat: (...strings: string[]) => string;
2957
+ indexOf: (searchString: string, position?: number) => number;
2958
+ lastIndexOf: (searchString: string, position?: number) => number;
2959
+ localeCompare: {
2960
+ (that: string): number;
2961
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
2962
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
2963
+ };
2964
+ match: {
2965
+ (regexp: string | RegExp): RegExpMatchArray | null;
2966
+ (matcher: {
2967
+ [Symbol.match](string: string): RegExpMatchArray | null;
2968
+ }): RegExpMatchArray | null;
2969
+ };
2970
+ replace: {
2971
+ (searchValue: string | RegExp, replaceValue: string): string;
2972
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
2973
+ (searchValue: {
2974
+ [Symbol.replace](string: string, replaceValue: string): string;
2975
+ }, replaceValue: string): string;
2976
+ (searchValue: {
2977
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
2978
+ }, replacer: (substring: string, ...args: any[]) => string): string;
2979
+ };
2980
+ search: {
2981
+ (regexp: string | RegExp): number;
2982
+ (searcher: {
2983
+ [Symbol.search](string: string): number;
2984
+ }): number;
2985
+ };
2986
+ slice: (start?: number, end?: number) => string;
2987
+ split: {
2988
+ (separator: string | RegExp, limit?: number): string[];
2989
+ (splitter: {
2990
+ [Symbol.split](string: string, limit?: number): string[];
2991
+ }, limit?: number): string[];
2992
+ };
2993
+ substring: (start: number, end?: number) => string;
2994
+ toLowerCase: () => string;
2995
+ toLocaleLowerCase: {
2996
+ (locales?: string | string[]): string;
2997
+ (locales?: Intl.LocalesArgument): string;
2998
+ };
2999
+ toUpperCase: () => string;
3000
+ toLocaleUpperCase: {
3001
+ (locales?: string | string[]): string;
3002
+ (locales?: Intl.LocalesArgument): string;
3003
+ };
3004
+ trim: () => string;
3005
+ readonly length: number;
3006
+ substr: (from: number, length?: number) => string;
3007
+ valueOf: () => string;
3008
+ codePointAt: (pos: number) => number | undefined;
3009
+ includes: (searchString: string, position?: number) => boolean;
3010
+ endsWith: (searchString: string, endPosition?: number) => boolean;
3011
+ normalize: {
3012
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
3013
+ (form?: string): string;
3014
+ };
3015
+ repeat: (count: number) => string;
3016
+ startsWith: (searchString: string, position?: number) => boolean;
3017
+ anchor: (name: string) => string;
3018
+ big: () => string;
3019
+ blink: () => string;
3020
+ bold: () => string;
3021
+ fixed: () => string;
3022
+ fontcolor: (color: string) => string;
3023
+ fontsize: {
3024
+ (size: number): string;
3025
+ (size: string): string;
3026
+ };
3027
+ italics: () => string;
3028
+ link: (url: string) => string;
3029
+ small: () => string;
3030
+ strike: () => string;
3031
+ sub: () => string;
3032
+ sup: () => string;
3033
+ padStart: (maxLength: number, fillString?: string) => string;
3034
+ padEnd: (maxLength: number, fillString?: string) => string;
3035
+ trimEnd: () => string;
3036
+ trimStart: () => string;
3037
+ trimLeft: () => string;
3038
+ trimRight: () => string;
3039
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
3040
+ replaceAll: {
3041
+ (searchValue: string | RegExp, replaceValue: string): string;
3042
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
3043
+ };
3044
+ at: (index: number) => string | undefined;
3045
+ [Symbol.iterator]: () => StringIterator<string>;
3046
+ };
3047
+ englishTitle: {
3048
+ readonly [x: number]: string;
3049
+ toString: () => string;
3050
+ charAt: (pos: number) => string;
3051
+ charCodeAt: (index: number) => number;
3052
+ concat: (...strings: string[]) => string;
3053
+ indexOf: (searchString: string, position?: number) => number;
3054
+ lastIndexOf: (searchString: string, position?: number) => number;
3055
+ localeCompare: {
3056
+ (that: string): number;
3057
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
3058
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
3059
+ };
3060
+ match: {
3061
+ (regexp: string | RegExp): RegExpMatchArray | null;
3062
+ (matcher: {
3063
+ [Symbol.match](string: string): RegExpMatchArray | null;
3064
+ }): RegExpMatchArray | null;
3065
+ };
3066
+ replace: {
3067
+ (searchValue: string | RegExp, replaceValue: string): string;
3068
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
3069
+ (searchValue: {
3070
+ [Symbol.replace](string: string, replaceValue: string): string;
3071
+ }, replaceValue: string): string;
3072
+ (searchValue: {
3073
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
3074
+ }, replacer: (substring: string, ...args: any[]) => string): string;
3075
+ };
3076
+ search: {
3077
+ (regexp: string | RegExp): number;
3078
+ (searcher: {
3079
+ [Symbol.search](string: string): number;
3080
+ }): number;
3081
+ };
3082
+ slice: (start?: number, end?: number) => string;
3083
+ split: {
3084
+ (separator: string | RegExp, limit?: number): string[];
3085
+ (splitter: {
3086
+ [Symbol.split](string: string, limit?: number): string[];
3087
+ }, limit?: number): string[];
3088
+ };
3089
+ substring: (start: number, end?: number) => string;
3090
+ toLowerCase: () => string;
3091
+ toLocaleLowerCase: {
3092
+ (locales?: string | string[]): string;
3093
+ (locales?: Intl.LocalesArgument): string;
3094
+ };
3095
+ toUpperCase: () => string;
3096
+ toLocaleUpperCase: {
3097
+ (locales?: string | string[]): string;
3098
+ (locales?: Intl.LocalesArgument): string;
3099
+ };
3100
+ trim: () => string;
3101
+ readonly length: number;
3102
+ substr: (from: number, length?: number) => string;
3103
+ valueOf: () => string;
3104
+ codePointAt: (pos: number) => number | undefined;
3105
+ includes: (searchString: string, position?: number) => boolean;
3106
+ endsWith: (searchString: string, endPosition?: number) => boolean;
3107
+ normalize: {
3108
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
3109
+ (form?: string): string;
3110
+ };
3111
+ repeat: (count: number) => string;
3112
+ startsWith: (searchString: string, position?: number) => boolean;
3113
+ anchor: (name: string) => string;
3114
+ big: () => string;
3115
+ blink: () => string;
3116
+ bold: () => string;
3117
+ fixed: () => string;
3118
+ fontcolor: (color: string) => string;
3119
+ fontsize: {
3120
+ (size: number): string;
3121
+ (size: string): string;
3122
+ };
3123
+ italics: () => string;
3124
+ link: (url: string) => string;
3125
+ small: () => string;
3126
+ strike: () => string;
3127
+ sub: () => string;
3128
+ sup: () => string;
3129
+ padStart: (maxLength: number, fillString?: string) => string;
3130
+ padEnd: (maxLength: number, fillString?: string) => string;
3131
+ trimEnd: () => string;
3132
+ trimStart: () => string;
3133
+ trimLeft: () => string;
3134
+ trimRight: () => string;
3135
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
3136
+ replaceAll: {
3137
+ (searchValue: string | RegExp, replaceValue: string): string;
3138
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
3139
+ };
3140
+ at: (index: number) => string | undefined;
3141
+ [Symbol.iterator]: () => StringIterator<string>;
3142
+ };
3143
+ brands: {
3144
+ id: string;
3145
+ title: {
3146
+ readonly [x: number]: string;
3147
+ toString: () => string;
3148
+ charAt: (pos: number) => string;
3149
+ charCodeAt: (index: number) => number;
3150
+ concat: (...strings: string[]) => string;
3151
+ indexOf: (searchString: string, position?: number) => number;
3152
+ lastIndexOf: (searchString: string, position?: number) => number;
3153
+ localeCompare: {
3154
+ (that: string): number;
3155
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
3156
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
3157
+ };
3158
+ match: {
3159
+ (regexp: string | RegExp): RegExpMatchArray | null;
3160
+ (matcher: {
3161
+ [Symbol.match](string: string): RegExpMatchArray | null;
3162
+ }): RegExpMatchArray | null;
3163
+ };
3164
+ replace: {
3165
+ (searchValue: string | RegExp, replaceValue: string): string;
3166
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
3167
+ (searchValue: {
3168
+ [Symbol.replace](string: string, replaceValue: string): string;
3169
+ }, replaceValue: string): string;
3170
+ (searchValue: {
3171
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
3172
+ }, replacer: (substring: string, ...args: any[]) => string): string;
3173
+ };
3174
+ search: {
3175
+ (regexp: string | RegExp): number;
3176
+ (searcher: {
3177
+ [Symbol.search](string: string): number;
3178
+ }): number;
3179
+ };
3180
+ slice: (start?: number, end?: number) => string;
3181
+ split: {
3182
+ (separator: string | RegExp, limit?: number): string[];
3183
+ (splitter: {
3184
+ [Symbol.split](string: string, limit?: number): string[];
3185
+ }, limit?: number): string[];
3186
+ };
3187
+ substring: (start: number, end?: number) => string;
3188
+ toLowerCase: () => string;
3189
+ toLocaleLowerCase: {
3190
+ (locales?: string | string[]): string;
3191
+ (locales?: Intl.LocalesArgument): string;
3192
+ };
3193
+ toUpperCase: () => string;
3194
+ toLocaleUpperCase: {
3195
+ (locales?: string | string[]): string;
3196
+ (locales?: Intl.LocalesArgument): string;
3197
+ };
3198
+ trim: () => string;
3199
+ readonly length: number;
3200
+ substr: (from: number, length?: number) => string;
3201
+ valueOf: () => string;
3202
+ codePointAt: (pos: number) => number | undefined;
3203
+ includes: (searchString: string, position?: number) => boolean;
3204
+ endsWith: (searchString: string, endPosition?: number) => boolean;
3205
+ normalize: {
3206
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
3207
+ (form?: string): string;
3208
+ };
3209
+ repeat: (count: number) => string;
3210
+ startsWith: (searchString: string, position?: number) => boolean;
3211
+ anchor: (name: string) => string;
3212
+ big: () => string;
3213
+ blink: () => string;
3214
+ bold: () => string;
3215
+ fixed: () => string;
3216
+ fontcolor: (color: string) => string;
3217
+ fontsize: {
3218
+ (size: number): string;
3219
+ (size: string): string;
3220
+ };
3221
+ italics: () => string;
3222
+ link: (url: string) => string;
3223
+ small: () => string;
3224
+ strike: () => string;
3225
+ sub: () => string;
3226
+ sup: () => string;
3227
+ padStart: (maxLength: number, fillString?: string) => string;
3228
+ padEnd: (maxLength: number, fillString?: string) => string;
3229
+ trimEnd: () => string;
3230
+ trimStart: () => string;
3231
+ trimLeft: () => string;
3232
+ trimRight: () => string;
3233
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
3234
+ replaceAll: {
3235
+ (searchValue: string | RegExp, replaceValue: string): string;
3236
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
3237
+ };
3238
+ at: (index: number) => string | undefined;
3239
+ [Symbol.iterator]: () => StringIterator<string>;
3240
+ };
3241
+ }[];
3242
+ }[], import('../types/medication').Medication[] | {
3243
+ id: string;
3244
+ title: {
3245
+ readonly [x: number]: string;
3246
+ toString: () => string;
3247
+ charAt: (pos: number) => string;
3248
+ charCodeAt: (index: number) => number;
3249
+ concat: (...strings: string[]) => string;
3250
+ indexOf: (searchString: string, position?: number) => number;
3251
+ lastIndexOf: (searchString: string, position?: number) => number;
3252
+ localeCompare: {
3253
+ (that: string): number;
3254
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
3255
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
3256
+ };
3257
+ match: {
3258
+ (regexp: string | RegExp): RegExpMatchArray | null;
3259
+ (matcher: {
3260
+ [Symbol.match](string: string): RegExpMatchArray | null;
3261
+ }): RegExpMatchArray | null;
3262
+ };
3263
+ replace: {
3264
+ (searchValue: string | RegExp, replaceValue: string): string;
3265
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
3266
+ (searchValue: {
3267
+ [Symbol.replace](string: string, replaceValue: string): string;
3268
+ }, replaceValue: string): string;
3269
+ (searchValue: {
3270
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
3271
+ }, replacer: (substring: string, ...args: any[]) => string): string;
3272
+ };
3273
+ search: {
3274
+ (regexp: string | RegExp): number;
3275
+ (searcher: {
3276
+ [Symbol.search](string: string): number;
3277
+ }): number;
3278
+ };
3279
+ slice: (start?: number, end?: number) => string;
3280
+ split: {
3281
+ (separator: string | RegExp, limit?: number): string[];
3282
+ (splitter: {
3283
+ [Symbol.split](string: string, limit?: number): string[];
3284
+ }, limit?: number): string[];
3285
+ };
3286
+ substring: (start: number, end?: number) => string;
3287
+ toLowerCase: () => string;
3288
+ toLocaleLowerCase: {
3289
+ (locales?: string | string[]): string;
3290
+ (locales?: Intl.LocalesArgument): string;
3291
+ };
3292
+ toUpperCase: () => string;
3293
+ toLocaleUpperCase: {
3294
+ (locales?: string | string[]): string;
3295
+ (locales?: Intl.LocalesArgument): string;
3296
+ };
3297
+ trim: () => string;
3298
+ readonly length: number;
3299
+ substr: (from: number, length?: number) => string;
3300
+ valueOf: () => string;
3301
+ codePointAt: (pos: number) => number | undefined;
3302
+ includes: (searchString: string, position?: number) => boolean;
3303
+ endsWith: (searchString: string, endPosition?: number) => boolean;
3304
+ normalize: {
3305
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
3306
+ (form?: string): string;
3307
+ };
3308
+ repeat: (count: number) => string;
3309
+ startsWith: (searchString: string, position?: number) => boolean;
3310
+ anchor: (name: string) => string;
3311
+ big: () => string;
3312
+ blink: () => string;
3313
+ bold: () => string;
3314
+ fixed: () => string;
3315
+ fontcolor: (color: string) => string;
3316
+ fontsize: {
3317
+ (size: number): string;
3318
+ (size: string): string;
3319
+ };
3320
+ italics: () => string;
3321
+ link: (url: string) => string;
3322
+ small: () => string;
3323
+ strike: () => string;
3324
+ sub: () => string;
3325
+ sup: () => string;
3326
+ padStart: (maxLength: number, fillString?: string) => string;
3327
+ padEnd: (maxLength: number, fillString?: string) => string;
3328
+ trimEnd: () => string;
3329
+ trimStart: () => string;
3330
+ trimLeft: () => string;
3331
+ trimRight: () => string;
3332
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
3333
+ replaceAll: {
3334
+ (searchValue: string | RegExp, replaceValue: string): string;
3335
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
3336
+ };
3337
+ at: (index: number) => string | undefined;
3338
+ [Symbol.iterator]: () => StringIterator<string>;
3339
+ };
3340
+ englishTitle: {
3341
+ readonly [x: number]: string;
3342
+ toString: () => string;
3343
+ charAt: (pos: number) => string;
3344
+ charCodeAt: (index: number) => number;
3345
+ concat: (...strings: string[]) => string;
3346
+ indexOf: (searchString: string, position?: number) => number;
3347
+ lastIndexOf: (searchString: string, position?: number) => number;
3348
+ localeCompare: {
3349
+ (that: string): number;
3350
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
3351
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
3352
+ };
3353
+ match: {
3354
+ (regexp: string | RegExp): RegExpMatchArray | null;
3355
+ (matcher: {
3356
+ [Symbol.match](string: string): RegExpMatchArray | null;
3357
+ }): RegExpMatchArray | null;
3358
+ };
3359
+ replace: {
3360
+ (searchValue: string | RegExp, replaceValue: string): string;
3361
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
3362
+ (searchValue: {
3363
+ [Symbol.replace](string: string, replaceValue: string): string;
3364
+ }, replaceValue: string): string;
3365
+ (searchValue: {
3366
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
3367
+ }, replacer: (substring: string, ...args: any[]) => string): string;
3368
+ };
3369
+ search: {
3370
+ (regexp: string | RegExp): number;
3371
+ (searcher: {
3372
+ [Symbol.search](string: string): number;
3373
+ }): number;
3374
+ };
3375
+ slice: (start?: number, end?: number) => string;
3376
+ split: {
3377
+ (separator: string | RegExp, limit?: number): string[];
3378
+ (splitter: {
3379
+ [Symbol.split](string: string, limit?: number): string[];
3380
+ }, limit?: number): string[];
3381
+ };
3382
+ substring: (start: number, end?: number) => string;
3383
+ toLowerCase: () => string;
3384
+ toLocaleLowerCase: {
3385
+ (locales?: string | string[]): string;
3386
+ (locales?: Intl.LocalesArgument): string;
3387
+ };
3388
+ toUpperCase: () => string;
3389
+ toLocaleUpperCase: {
3390
+ (locales?: string | string[]): string;
3391
+ (locales?: Intl.LocalesArgument): string;
3392
+ };
3393
+ trim: () => string;
3394
+ readonly length: number;
3395
+ substr: (from: number, length?: number) => string;
3396
+ valueOf: () => string;
3397
+ codePointAt: (pos: number) => number | undefined;
3398
+ includes: (searchString: string, position?: number) => boolean;
3399
+ endsWith: (searchString: string, endPosition?: number) => boolean;
3400
+ normalize: {
3401
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
3402
+ (form?: string): string;
3403
+ };
3404
+ repeat: (count: number) => string;
3405
+ startsWith: (searchString: string, position?: number) => boolean;
3406
+ anchor: (name: string) => string;
3407
+ big: () => string;
3408
+ blink: () => string;
3409
+ bold: () => string;
3410
+ fixed: () => string;
3411
+ fontcolor: (color: string) => string;
3412
+ fontsize: {
3413
+ (size: number): string;
3414
+ (size: string): string;
3415
+ };
3416
+ italics: () => string;
3417
+ link: (url: string) => string;
3418
+ small: () => string;
3419
+ strike: () => string;
3420
+ sub: () => string;
3421
+ sup: () => string;
3422
+ padStart: (maxLength: number, fillString?: string) => string;
3423
+ padEnd: (maxLength: number, fillString?: string) => string;
3424
+ trimEnd: () => string;
3425
+ trimStart: () => string;
3426
+ trimLeft: () => string;
3427
+ trimRight: () => string;
3428
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
3429
+ replaceAll: {
3430
+ (searchValue: string | RegExp, replaceValue: string): string;
3431
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
3432
+ };
3433
+ at: (index: number) => string | undefined;
3434
+ [Symbol.iterator]: () => StringIterator<string>;
3435
+ };
3436
+ brands: {
3437
+ id: string;
3438
+ title: {
3439
+ readonly [x: number]: string;
3440
+ toString: () => string;
3441
+ charAt: (pos: number) => string;
3442
+ charCodeAt: (index: number) => number;
3443
+ concat: (...strings: string[]) => string;
3444
+ indexOf: (searchString: string, position?: number) => number;
3445
+ lastIndexOf: (searchString: string, position?: number) => number;
3446
+ localeCompare: {
3447
+ (that: string): number;
3448
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
3449
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
3450
+ };
3451
+ match: {
3452
+ (regexp: string | RegExp): RegExpMatchArray | null;
3453
+ (matcher: {
3454
+ [Symbol.match](string: string): RegExpMatchArray | null;
3455
+ }): RegExpMatchArray | null;
3456
+ };
3457
+ replace: {
3458
+ (searchValue: string | RegExp, replaceValue: string): string;
3459
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
3460
+ (searchValue: {
3461
+ [Symbol.replace](string: string, replaceValue: string): string;
3462
+ }, replaceValue: string): string;
3463
+ (searchValue: {
3464
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
3465
+ }, replacer: (substring: string, ...args: any[]) => string): string;
3466
+ };
3467
+ search: {
3468
+ (regexp: string | RegExp): number;
3469
+ (searcher: {
3470
+ [Symbol.search](string: string): number;
3471
+ }): number;
3472
+ };
3473
+ slice: (start?: number, end?: number) => string;
3474
+ split: {
3475
+ (separator: string | RegExp, limit?: number): string[];
3476
+ (splitter: {
3477
+ [Symbol.split](string: string, limit?: number): string[];
3478
+ }, limit?: number): string[];
3479
+ };
3480
+ substring: (start: number, end?: number) => string;
3481
+ toLowerCase: () => string;
3482
+ toLocaleLowerCase: {
3483
+ (locales?: string | string[]): string;
3484
+ (locales?: Intl.LocalesArgument): string;
3485
+ };
3486
+ toUpperCase: () => string;
3487
+ toLocaleUpperCase: {
3488
+ (locales?: string | string[]): string;
3489
+ (locales?: Intl.LocalesArgument): string;
3490
+ };
3491
+ trim: () => string;
3492
+ readonly length: number;
3493
+ substr: (from: number, length?: number) => string;
3494
+ valueOf: () => string;
3495
+ codePointAt: (pos: number) => number | undefined;
3496
+ includes: (searchString: string, position?: number) => boolean;
3497
+ endsWith: (searchString: string, endPosition?: number) => boolean;
3498
+ normalize: {
3499
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
3500
+ (form?: string): string;
3501
+ };
3502
+ repeat: (count: number) => string;
3503
+ startsWith: (searchString: string, position?: number) => boolean;
3504
+ anchor: (name: string) => string;
3505
+ big: () => string;
3506
+ blink: () => string;
3507
+ bold: () => string;
3508
+ fixed: () => string;
3509
+ fontcolor: (color: string) => string;
3510
+ fontsize: {
3511
+ (size: number): string;
3512
+ (size: string): string;
3513
+ };
3514
+ italics: () => string;
3515
+ link: (url: string) => string;
3516
+ small: () => string;
3517
+ strike: () => string;
3518
+ sub: () => string;
3519
+ sup: () => string;
3520
+ padStart: (maxLength: number, fillString?: string) => string;
3521
+ padEnd: (maxLength: number, fillString?: string) => string;
3522
+ trimEnd: () => string;
3523
+ trimStart: () => string;
3524
+ trimLeft: () => string;
3525
+ trimRight: () => string;
3526
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
3527
+ replaceAll: {
3528
+ (searchValue: string | RegExp, replaceValue: string): string;
3529
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
3530
+ };
3531
+ at: (index: number) => string | undefined;
3532
+ [Symbol.iterator]: () => StringIterator<string>;
3533
+ };
3534
+ }[];
3535
+ }[]>;
3536
+ isLoading: import('vue').Ref<boolean, boolean>;
3537
+ medicationOptions: import('vue').ComputedRef<import('../types/components/select').DropdownOption[]>;
3538
+ getMedicationOptionById: import('vue').ComputedRef<(id: string) => import('../types/components/select').DropdownOption | null>;
3539
+ fetchMedications: () => Promise<void>;
3540
+ searchMedications: (query: string) => void;
3541
+ }, "fetchMedications" | "searchMedications">>;
3542
+ //# sourceMappingURL=medicationsStore.d.ts.map