@orchidui/core 0.0.1 → 0.2.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 (169) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/dist/Calendar.js +103 -0
  4. package/dist/Cropper.js +6 -0
  5. package/dist/DataDisplay/CustomerCard/OcCustomerCard.js +4 -0
  6. package/dist/DataDisplay/FloatContent/OcFloatContent.js +4 -0
  7. package/dist/DataDisplay/HorizontalProgressbar/OcHorizontalProgressbar.js +4 -0
  8. package/dist/DataDisplay/InfoCard/OcInfoCard.js +4 -0
  9. package/dist/DataDisplay/ListDetail/OcListDetail.js +4 -0
  10. package/dist/DataDisplay/ListItem/OcListItem.js +5 -0
  11. package/dist/DataDisplay/OnboardingListItem/OcOnboardingListItem.js +4 -0
  12. package/dist/DataDisplay/Overview/OcOverview.js +7 -0
  13. package/dist/DataDisplay/Pagination/OcPagination.js +6 -0
  14. package/dist/DataDisplay/ProgressBar/OcProgressBar.js +4 -0
  15. package/dist/DataDisplay/Table/OcTable.js +11 -0
  16. package/dist/DataDisplay/TransferSummary/OcTransferSummary.js +4 -0
  17. package/dist/DatePicker-D3w435Ml.js +263 -0
  18. package/dist/Disclosure/Accordion/OcAccordion.js +4 -0
  19. package/dist/Disclosure/OnboardingAccordion/OnboardingAccordion.js +4 -0
  20. package/dist/Disclosure/Steps/OcSteps.js +5 -0
  21. package/dist/Disclosure/SwitchTabs/OcSwitchTabs.js +4 -0
  22. package/dist/Disclosure/Tabs/Tabs.js +5 -0
  23. package/dist/Disclosure/Variants/OcVariants.js +5 -0
  24. package/dist/Draggable.js +168 -0
  25. package/dist/Elements/AdditionalContent/OcAdditionalContent.js +5 -0
  26. package/dist/Elements/AuthenticationOption/AuthenticationOption.js +4 -0
  27. package/dist/Elements/Box/OcBox.js +4 -0
  28. package/dist/Elements/EmptyPage/OcEmptyPage.js +4 -0
  29. package/dist/Elements/FeatureOverviewCard/OcFeatureOverviewCard.js +4 -0
  30. package/dist/Elements/Header/OcHeader.js +9 -0
  31. package/dist/Elements/PageTitle/OcPageTitle.js +7 -0
  32. package/dist/Elements/SandboxBanner/OcSandboxBanner.js +4 -0
  33. package/dist/Elements/Sidebar/OcSidebar.js +6 -0
  34. package/dist/Elements/Skeleton/OcSkeleton.js +4 -0
  35. package/dist/Elements/SubSidebar/OcSubSidebar.js +4 -0
  36. package/dist/Elements/VerificationOption/OcVerificationOption.js +4 -0
  37. package/dist/EmojiPicker.js +4 -0
  38. package/dist/Feedback/Banner/OcBanner.js +4 -0
  39. package/dist/Feedback/Chip/OcChip.js +4 -0
  40. package/dist/Feedback/ShareIcon/OcShareIcon.js +4 -0
  41. package/dist/Feedback/Snackbar/OcSnackbar.js +4 -0
  42. package/dist/Feedback/Tag/OcTag.js +4 -0
  43. package/dist/Form/BaseInput/OcBaseInput.js +4 -0
  44. package/dist/Form/Button/OcButton.js +4 -0
  45. package/dist/Form/Calendar/OcCalendar.js +5 -0
  46. package/dist/Form/CardInput/OcCardInput.js +4 -0
  47. package/dist/Form/Checkbox/OcCheckbox.js +4 -0
  48. package/dist/Form/CheckboxesGroup/OcCheckboxesGroup.js +4 -0
  49. package/dist/Form/Criteria/OcCriteria.js +4 -0
  50. package/dist/Form/Cropper/OcCropper.js +4 -0
  51. package/dist/Form/DatePicker/OcDatePicker.js +4 -0
  52. package/dist/Form/EmojiPicker/OcEmojiPicker.js +4 -0
  53. package/dist/Form/EmojiPicker/conts/emoji.js +1030 -0
  54. package/dist/Form/Input/OcInput.js +6 -0
  55. package/dist/Form/LinkInput/OcLinkInput.js +4 -0
  56. package/dist/Form/MultipleUploadFile/OcMultipleUploadFile.js +4 -0
  57. package/dist/Form/NumberInput/OcNumberInput.js +4 -0
  58. package/dist/Form/PhoneInput/OcPhoneInput.js +4 -0
  59. package/dist/Form/Radio/OcRadio.js +4 -0
  60. package/dist/Form/RadioGroup/OcRadioGroup.js +4 -0
  61. package/dist/Form/RangeInput/OcRangeInput.js +4 -0
  62. package/dist/Form/SectionItem/OcSectionItem.js +4 -0
  63. package/dist/Form/Select/OcSelect.js +7 -0
  64. package/dist/Form/SelectOptions/OcSelectOptions.js +4 -0
  65. package/dist/Form/SingleFileUpload/OcSingleFileUpload.js +4 -0
  66. package/dist/Form/Slider/OcSlider.js +4 -0
  67. package/dist/Form/TextArea/OcTextArea.js +4 -0
  68. package/dist/Form/TimePicker/OcTimePicker.js +6 -0
  69. package/dist/Form/Toggle/OcToggle.js +4 -0
  70. package/dist/Form/index.js +54 -0
  71. package/dist/FormBuilder/OcFormBuilder.js +4 -0
  72. package/dist/MediaAndIcons/Avatar/OcAvatar.js +4 -0
  73. package/dist/MediaAndIcons/Icon/OcIcon.js +4 -0
  74. package/dist/OcAccordion-DdkNsXvN.js +101 -0
  75. package/dist/OcAccountSetup-BXDjf48o.js +324 -0
  76. package/dist/OcAdditionalContent-BMSysCXu.js +612 -0
  77. package/dist/OcAuthenticationOption.vue_vue_type_script_setup_true_lang-w5Y0ymGN.js +43 -0
  78. package/dist/OcAvatar-NDXQiZvz.js +41 -0
  79. package/dist/OcBanner-Cg2WJV6e.js +108 -0
  80. package/dist/OcBox.vue_vue_type_script_setup_true_lang-aB397QRg.js +43 -0
  81. package/dist/OcCardInput-BFE4Xu-S.js +75 -0
  82. package/dist/OcCheckboxesGroup-CLbquUO2.js +94 -0
  83. package/dist/OcChip-B1hm2Qni.js +144 -0
  84. package/dist/OcComplexCalendar-x-_kg9Yk.js +108 -0
  85. package/dist/OcComplexCalendar.vue_vue_type_style_index_0_lang-CIQPD-6N.js +1006 -0
  86. package/dist/OcConfirmationModal-BfCrRV9r.js +179 -0
  87. package/dist/OcCopyTooltip.vue_vue_type_script_setup_true_lang-S2RAfV_g.js +65 -0
  88. package/dist/OcCriteria-CpIohheZ.js +42 -0
  89. package/dist/OcCropper-31Y_S1Ne.js +240 -0
  90. package/dist/OcCustomerCard-DbDOBO03.js +160 -0
  91. package/dist/OcDraggable-BjhGJmpM.js +35 -0
  92. package/dist/OcDropdownItem-DAElmzEu.js +57 -0
  93. package/dist/OcEmojiPicker-BXm-_OGK.js +157 -0
  94. package/dist/OcEmptyPage-CTwgMzRp.js +155 -0
  95. package/dist/OcExpadingTable.vue_vue_type_script_setup_true_lang-B4HOMDBK.js +815 -0
  96. package/dist/OcFeatureOverviewCard-RVyrWLVW.js +71 -0
  97. package/dist/OcFloatContent-BIKQOxSw.js +142 -0
  98. package/dist/OcFormBuilder-CRXWtt8I.js +177 -0
  99. package/dist/OcGroupOptions-ChGJvTXl.js +16 -0
  100. package/dist/OcHorizontalProgressbar.vue_vue_type_script_setup_true_lang-4eVgPDi5.js +32 -0
  101. package/dist/OcIcon-CJgBICxh.js +63 -0
  102. package/dist/OcInfoCard-DpYUZOMZ.js +81 -0
  103. package/dist/OcInput-tcRxG3Y2.js +227 -0
  104. package/dist/OcInputOption-CncASfNt.js +160 -0
  105. package/dist/OcLinkInput-C2ixk-gk.js +143 -0
  106. package/dist/OcListDetail-6XeME6ko.js +76 -0
  107. package/dist/OcListUrl.vue_vue_type_script_setup_true_lang-BEJafLuT.js +749 -0
  108. package/dist/OcModal-DdD5VFEN.js +187 -0
  109. package/dist/OcModalCropper-D2OI2iun.js +56 -0
  110. package/dist/OcModalPage-BLVa-kcB.js +86 -0
  111. package/dist/OcMultipleUploadFile-B8Wl9Fuq.js +446 -0
  112. package/dist/OcNumberInput.vue_vue_type_script_setup_true_lang-C4EXUIUe.js +90 -0
  113. package/dist/OcOnboardingListItem.vue_vue_type_script_setup_true_lang-Cr80xmnz.js +81 -0
  114. package/dist/OcOption-DK2FBGq7.js +485 -0
  115. package/dist/OcOverviewIcon-D702Ujka.js +55 -0
  116. package/dist/OcOverviewItem-DNr5tWnt.js +186 -0
  117. package/dist/OcPageTitleRight-DMtJ1qmZ.js +243 -0
  118. package/dist/OcPaginationNumber-IKPorX26.js +172 -0
  119. package/dist/OcPaymentTab-Cna1IAhO.js +170 -0
  120. package/dist/OcPhoneInput-AC6BgQhN.js +432 -0
  121. package/dist/OcPopper-C11OgQAj.js +97 -0
  122. package/dist/OcPrimaryActions-D5IprKsQ.js +222 -0
  123. package/dist/OcProgressBar-hiyC5XSc.js +33 -0
  124. package/dist/OcRadio-CRYfNwV9.js +107 -0
  125. package/dist/OcRadioGroup-DgfdWJos.js +76 -0
  126. package/dist/OcRangeInput-C-hoHFhr.js +103 -0
  127. package/dist/OcSandboxBanner.vue_vue_type_script_setup_true_lang-BD0k_8xa.js +37 -0
  128. package/dist/OcSectionItem-BFgxO3se.js +84 -0
  129. package/dist/OcSelectOptions-BQlG_EUA.js +148 -0
  130. package/dist/OcShareIcon-BB-NPq0r.js +53 -0
  131. package/dist/OcSingleFileUpload-B8-e1H5t.js +464 -0
  132. package/dist/OcSkeleton-BdPTmGh0.js +13 -0
  133. package/dist/OcSlider-Bsi-ckbP.js +124 -0
  134. package/dist/OcSnackbar-CKxY1-ej.js +196 -0
  135. package/dist/OcSteps.vue_vue_type_script_setup_true_lang-CXGy8ma_.js +87 -0
  136. package/dist/OcSubSidebar.vue_vue_type_script_setup_true_lang-CNxgU07N.js +60 -0
  137. package/dist/OcSupportMenu.vue_vue_type_script_setup_true_lang-DrjZsWti.js +114 -0
  138. package/dist/OcSwitchTabs-CYp676bj.js +31 -0
  139. package/dist/OcTabToSelect-BHAz1Niv.js +183 -0
  140. package/dist/OcTag.vue_vue_type_script_setup_true_lang-D19lw-8Y.js +26 -0
  141. package/dist/OcTextArea-BpV1Bnj_.js +78 -0
  142. package/dist/OcTheme-CWgrJh5Q.js +25 -0
  143. package/dist/OcTimePicker-B61MCi0D.js +110 -0
  144. package/dist/OcTimePopup-zQFKCZLk.js +131 -0
  145. package/dist/OcToggle-C0wTjM_Y.js +54 -0
  146. package/dist/OcTransferSummary-Bk2GXhrT.js +67 -0
  147. package/dist/OcVariant.vue_vue_type_script_setup_true_lang-CY_82DLc.js +99 -0
  148. package/dist/OcVerificationOption.vue_vue_type_script_setup_true_lang-ChqvNoDe.js +59 -0
  149. package/dist/OcWhiteList.vue_vue_type_script_setup_true_lang-DI9pYU3w.js +64 -0
  150. package/dist/OnboardingAccordion.vue_vue_type_script_setup_true_lang-B0Z7ETmj.js +113 -0
  151. package/dist/Overlay/ConfirmationModal/OcConfirmationModal.js +4 -0
  152. package/dist/Overlay/CopyTooltip/OcCopyTooltip.js +4 -0
  153. package/dist/Overlay/Dropdown/OcDropdown.js +6 -0
  154. package/dist/Overlay/Modal/OcModal.js +6 -0
  155. package/dist/Overlay/Popper/OcPopper.js +4 -0
  156. package/dist/Overlay/SupportMenu/OcSupportMenu.js +4 -0
  157. package/dist/Overlay/Tooltip/OcTooltip.js +4 -0
  158. package/dist/Overlay/Whitelist/OcWhiteList.js +4 -0
  159. package/dist/StoreDesign.js +240 -0
  160. package/dist/Theme/OcTheme.js +4 -0
  161. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
  162. package/dist/composables/helpers.js +48 -0
  163. package/dist/composables/uploadFileProgress.js +62 -0
  164. package/dist/composables/useWindowWidth.js +10 -0
  165. package/dist/data/Validator.js +5 -0
  166. package/dist/directives/clickOutside.js +13 -0
  167. package/dist/index.js +177 -1
  168. package/dist/style.css +1 -0
  169. package/package.json +23 -5
@@ -0,0 +1,1006 @@
1
+ import { openBlock as y, createElementBlock as k, normalizeClass as C, createElementVNode as A, createTextVNode as Te, toDisplayString as H, createCommentVNode as P, createBlock as re, unref as M, normalizeProps as Ge, mergeProps as Je, withCtx as U, renderSlot as Z, createVNode as F, ref as $, computed as T, withModifiers as Ae, Fragment as Se, renderList as ke, watch as Xe, withDirectives as ue, Transition as Ee, normalizeStyle as qe, vShow as Ie, onMounted as Qe } from "vue";
2
+ import E from "dayjs";
3
+ import { _ as $e } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
+ /* empty css */
5
+ import "libphonenumber-js";
6
+ /* empty css */
7
+ import { _ } from "./OcIcon-CJgBICxh.js";
8
+ import "v-calendar";
9
+ /* empty css */
10
+ import "./Cropper.js";
11
+ import "vue-draggable-next";
12
+ import "@popperjs/core";
13
+ import { clickOutside as Ve } from "./directives/clickOutside.js";
14
+ import { _ as je } from "./OcPopper-C11OgQAj.js";
15
+ const Ke = { class: "flex flex-col gap-y-2 w-full" }, _e = { class: "flex gap-x-1 items-center" }, et = {
16
+ key: 0,
17
+ class: "text-oc-error"
18
+ }, tt = {
19
+ key: 0,
20
+ class: "px-3 py-2"
21
+ }, nt = {
22
+ key: 1,
23
+ class: "text-sm flex items-center text-oc-text-400"
24
+ }, at = {
25
+ key: 2,
26
+ class: "text-sm text-oc-error flex items-center"
27
+ }, rt = {
28
+ __name: "OcBaseInput",
29
+ props: {
30
+ label: String,
31
+ hint: String,
32
+ errorMessage: String,
33
+ isRequired: Boolean,
34
+ labelIcon: String,
35
+ tooltipText: String,
36
+ tooltipOptions: Object,
37
+ labelClass: String
38
+ },
39
+ setup(e) {
40
+ return (a, n) => (y(), k("div", Ke, [
41
+ e.label ? (y(), k("label", {
42
+ key: 0,
43
+ class: C(["text-sm flex items-center gap-x-3 font-medium text-oc-text-400", e.labelClass])
44
+ }, [
45
+ A("span", _e, [
46
+ Te(H(e.label) + " ", 1),
47
+ e.isRequired ? (y(), k("span", et, "*")) : P("", !0)
48
+ ]),
49
+ e.labelIcon ? (y(), re(M(an), Ge(Je({ key: 0 }, e.tooltipOptions)), {
50
+ popper: U(() => [
51
+ Z(a.$slots, "tooltipText", {}, () => [
52
+ e.tooltipText ? (y(), k("div", tt, H(e.tooltipText), 1)) : P("", !0)
53
+ ])
54
+ ]),
55
+ default: U(() => [
56
+ F(M(_), {
57
+ width: "16",
58
+ height: "16",
59
+ name: e.labelIcon
60
+ }, null, 8, ["name"])
61
+ ]),
62
+ _: 3
63
+ }, 16)) : P("", !0)
64
+ ], 2)) : P("", !0),
65
+ Z(a.$slots, "default"),
66
+ (e.hint || a.$slots.hint) && !e.errorMessage ? (y(), k("div", nt, [
67
+ Z(a.$slots, "hint", {}, () => [
68
+ Te(H(e.hint), 1)
69
+ ])
70
+ ])) : P("", !0),
71
+ e.errorMessage ? (y(), k("div", at, H(e.errorMessage), 1)) : P("", !0)
72
+ ]));
73
+ }
74
+ }, ot = ["disabled"], it = {
75
+ key: 2,
76
+ class: "overflow-hidden text-ellipsis"
77
+ }, st = {
78
+ __name: "OcButton",
79
+ props: {
80
+ label: String,
81
+ isDisabled: Boolean,
82
+ isLoading: Boolean,
83
+ leftIcon: String,
84
+ iconClass: [Array, String],
85
+ additionalAreaIcon: String,
86
+ isAdditionalArea: Boolean,
87
+ rightIcon: String,
88
+ isActive: Boolean,
89
+ isTransparent: Boolean,
90
+ isRoundedFull: Boolean,
91
+ variant: {
92
+ type: String,
93
+ default: "primary"
94
+ },
95
+ size: {
96
+ type: String,
97
+ default: "default"
98
+ }
99
+ },
100
+ emits: ["addition-click"],
101
+ setup(e) {
102
+ const a = e, n = $(!1), c = T(() => (a.leftIcon || a.rightIcon) && !a.label), t = T(() => ({
103
+ default: "w-10",
104
+ small: "w-9 h-8",
105
+ big: "w-[48px]"
106
+ })), s = T(() => ({
107
+ primary: "shadow-[0_1.5px_0_0_var(--oc-primary-500)] bg-[var(--oc-primary-500)]",
108
+ secondary: " shadow-[0_1.5px_0_0] shadow-[#E5E5E5] bg-[#E5E5E5]",
109
+ destructive: "shadow-[0_1.5px_0_0_var(--oc-error-500)] bg-[var(--oc-error-500)]"
110
+ })), l = T(() => ({
111
+ default: "w-[18px] h-[18px]",
112
+ small: "w-5 h-5",
113
+ big: "w-6 h-6"
114
+ })), o = T(
115
+ () => !n.value && !a.isTransparent && !a.isDisabled && !a.isLoading && !a.isActive && s.value[a.variant]
116
+ ), v = T(() => ({
117
+ primary: a.isTransparent ? "text-oc-primary hover:text-oc-primary-400 active:text-oc-primary" : "border border-oc-primary oc-btn-primary text-oc-text-100 dark:text-oc-text-500",
118
+ secondary: a.isTransparent ? "text-oc-text-400 hover:text-oc-text-300 active:text-oc-text-400" : "border border-oc-gray text-oc-text-400 dark:text-oc-text-100 oc-btn-secondary",
119
+ destructive: a.isTransparent ? "text-oc-error hover:text-oc-error-300 active:text-oc-error" : "border border-oc-error oc-btn-error text-oc-text-100 dark:text-oc-text-500"
120
+ })), h = T(() => ({
121
+ default: a.isTransparent ? "py-3" : c.value ? "p-3" : "px-4 py-3",
122
+ small: (a.isTransparent ? "" : c.value ? "w-8 p-3" : "p-3") + " h-8 text-sm",
123
+ big: (a.isTransparent ? "py-3 " : c.value ? "py-3 px-4" : "py-3 px-[14px]") + " text-lg h-[44px]"
124
+ })), d = T(() => a.isRoundedFull ? "rounded-full" : "rounded"), p = T(() => ({
125
+ default: "18",
126
+ small: "16",
127
+ big: "20"
128
+ }));
129
+ return (b, m) => (y(), k("div", {
130
+ class: C(["flex overflow-hidden", [o.value, d.value, e.isDisabled || e.isLoading ? "pointer-events-none" : ""]])
131
+ }, [
132
+ A("button", {
133
+ class: C(["oc-btn relative w-full text-center justify-center font-medium gap-x-3 flex items-center", [
134
+ v.value[e.variant],
135
+ h.value[e.size],
136
+ e.isActive ? "active" : "",
137
+ e.isAdditionalArea ? "rounded-l-[inherit]" : "rounded-[inherit]"
138
+ ]]),
139
+ disabled: e.isDisabled || e.isLoading,
140
+ onMousedown: m[0] || (m[0] = (O) => n.value = !0),
141
+ onMouseup: m[1] || (m[1] = (O) => n.value = !1),
142
+ onMouseleave: m[2] || (m[2] = (O) => n.value = !1)
143
+ }, [
144
+ e.isLoading ? (y(), re(M(_), {
145
+ key: 0,
146
+ width: p.value[e.size],
147
+ height: p.value[e.size],
148
+ class: "animate-spin",
149
+ name: "loading-2"
150
+ }, null, 8, ["width", "height"])) : P("", !0),
151
+ e.leftIcon && !e.isLoading ? (y(), re(M(_), {
152
+ key: 1,
153
+ width: p.value[e.size],
154
+ class: C(e.iconClass),
155
+ height: p.value[e.size],
156
+ name: e.leftIcon
157
+ }, null, 8, ["width", "class", "height", "name"])) : P("", !0),
158
+ e.label ? (y(), k("span", it, H(e.label), 1)) : Z(b.$slots, "default", { key: 3 }, void 0, !0),
159
+ e.rightIcon ? (y(), re(M(_), {
160
+ key: 4,
161
+ width: p.value[e.size],
162
+ height: p.value[e.size],
163
+ name: e.rightIcon,
164
+ class: C(e.iconClass)
165
+ }, null, 8, ["width", "height", "name", "class"])) : P("", !0)
166
+ ], 42, ot),
167
+ e.isAdditionalArea && !e.isTransparent ? (y(), k("div", {
168
+ key: 0,
169
+ class: C(["border-y border-r flex cursor-pointer items-center justify-center oc-btn-add-area px-[6px] py-3 rounded-r-[inherit]", [t.value[e.size], e.variant]]),
170
+ onClick: m[3] || (m[3] = Ae((O) => b.$emit("addition-click"), ["stop"]))
171
+ }, [
172
+ Z(b.$slots, "additional-content", {}, () => [
173
+ F(M(_), {
174
+ name: e.additionalAreaIcon,
175
+ class: C(l.value[e.size])
176
+ }, null, 8, ["name", "class"])
177
+ ], !0)
178
+ ], 2)) : P("", !0)
179
+ ], 2));
180
+ }
181
+ }, De = /* @__PURE__ */ $e(st, [["__scopeId", "data-v-af49bb32"]]), lt = ["value", "checked", "disabled"], ut = {
182
+ __name: "OcCheckbox",
183
+ props: {
184
+ modelValue: Boolean,
185
+ isPartial: Boolean,
186
+ isDisabled: Boolean,
187
+ label: String,
188
+ topLabel: String,
189
+ hint: String,
190
+ errorMessage: String,
191
+ isButtonVariant: Boolean
192
+ },
193
+ emits: {
194
+ "update:modelValue": []
195
+ },
196
+ setup(e, { emit: a }) {
197
+ const n = e, c = a, t = T(() => [
198
+ n.modelValue ? n.isDisabled ? "border-oc-primary-100 bg-oc-primary-100" : "border-oc-primary bg-oc-primary" : n.errorMessage ? "border-oc-error" : n.isDisabled ? "bg-oc-primary-50 border-oc-primary-200" : "border-oc-accent-1-200",
199
+ n.errorMessage && n.modelValue && !n.isDisabled ? "!bg-oc-error" : "",
200
+ n.errorMessage && !n.isDisabled ? "!border-oc-error" : "",
201
+ n.isPartial ? n.isDisabled ? "!border-oc-primary-200 !bg-oc-primary-50" : "!border-oc-primary !bg-oc-primary-100" : ""
202
+ ]), s = () => c("update:modelValue", n.isDisabled ? "" : !n.modelValue);
203
+ return (l, o) => (y(), re(M(rt), {
204
+ class: "w-fit",
205
+ label: e.topLabel,
206
+ hint: e.hint,
207
+ "error-message": e.errorMessage
208
+ }, {
209
+ default: U(() => [
210
+ A("label", {
211
+ class: C(["flex items-center gap-x-3 cursor-pointer", {
212
+ "!border-oc-error": e.errorMessage && e.isButtonVariant,
213
+ "border-gray-200 border py-5 px-6 rounded cursor-pointer transition-all duration-300 !gap-x-4": e.isButtonVariant,
214
+ "border-oc-primary-500": e.modelValue
215
+ }])
216
+ }, [
217
+ A("div", {
218
+ class: C(["w-5 h-5 shrink-0 border flex items-center justify-center rounded-sm transition-all duration-300", t.value])
219
+ }, [
220
+ e.isPartial || e.modelValue ? (y(), re(M(_), {
221
+ key: 0,
222
+ class: C([
223
+ "w-4 h-4",
224
+ e.isPartial ? e.isDisabled ? "text-oc-primary-200" : "text-oc-primary" : "text-oc-text-100"
225
+ ]),
226
+ name: e.isPartial ? "minus" : "check-2"
227
+ }, null, 8, ["class", "name"])) : P("", !0)
228
+ ], 2),
229
+ e.label ? (y(), k("span", {
230
+ key: 0,
231
+ class: C({ "text-sm": !e.isButtonVariant })
232
+ }, H(e.label), 3)) : P("", !0),
233
+ A("input", {
234
+ value: e.modelValue,
235
+ type: "checkbox",
236
+ checked: e.modelValue,
237
+ class: "h-0 w-0 hidden",
238
+ disabled: e.isDisabled,
239
+ onChange: s
240
+ }, null, 40, lt),
241
+ Z(l.$slots, "after")
242
+ ], 2)
243
+ ]),
244
+ _: 3
245
+ }, 8, ["label", "hint", "error-message"]));
246
+ }
247
+ };
248
+ var de = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
249
+ function fe(e) {
250
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
251
+ }
252
+ var Le = { exports: {} };
253
+ (function(e, a) {
254
+ (function(n, c) {
255
+ e.exports = c();
256
+ })(de, function() {
257
+ return function(n, c, t) {
258
+ c.prototype.isBetween = function(s, l, o, v) {
259
+ var h = t(s), d = t(l), p = (v = v || "()")[0] === "(", b = v[1] === ")";
260
+ return (p ? this.isAfter(h, o) : !this.isBefore(h, o)) && (b ? this.isBefore(d, o) : !this.isAfter(d, o)) || (p ? this.isBefore(h, o) : !this.isAfter(h, o)) && (b ? this.isAfter(d, o) : !this.isBefore(d, o));
261
+ };
262
+ };
263
+ });
264
+ })(Le);
265
+ var ct = Le.exports;
266
+ const Pe = /* @__PURE__ */ fe(ct);
267
+ var ze = { exports: {} };
268
+ (function(e, a) {
269
+ (function(n, c) {
270
+ e.exports = c();
271
+ })(de, function() {
272
+ return function(n, c) {
273
+ c.prototype.isSameOrBefore = function(t, s) {
274
+ return this.isSame(t, s) || this.isBefore(t, s);
275
+ };
276
+ };
277
+ });
278
+ })(ze);
279
+ var dt = ze.exports;
280
+ const Ne = /* @__PURE__ */ fe(dt);
281
+ var He = { exports: {} };
282
+ (function(e, a) {
283
+ (function(n, c) {
284
+ e.exports = c();
285
+ })(de, function() {
286
+ return function(n, c) {
287
+ c.prototype.isSameOrAfter = function(t, s) {
288
+ return this.isSame(t, s) || this.isAfter(t, s);
289
+ };
290
+ };
291
+ });
292
+ })(He);
293
+ var ft = He.exports;
294
+ const Fe = /* @__PURE__ */ fe(ft);
295
+ var Re = { exports: {} };
296
+ (function(e, a) {
297
+ (function(n, c) {
298
+ e.exports = c();
299
+ })(de, function() {
300
+ var n = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, c = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, t = /\d/, s = /\d\d/, l = /\d\d?/, o = /\d*[^-_:/,()\s\d]+/, v = {}, h = function(i) {
301
+ return (i = +i) + (i > 68 ? 1900 : 2e3);
302
+ }, d = function(i) {
303
+ return function(f) {
304
+ this[i] = +f;
305
+ };
306
+ }, p = [/[+-]\d\d:?(\d\d)?|Z/, function(i) {
307
+ (this.zone || (this.zone = {})).offset = function(f) {
308
+ if (!f || f === "Z") return 0;
309
+ var x = f.match(/([+-]|\d\d)/g), w = 60 * x[1] + (+x[2] || 0);
310
+ return w === 0 ? 0 : x[0] === "+" ? -w : w;
311
+ }(i);
312
+ }], b = function(i) {
313
+ var f = v[i];
314
+ return f && (f.indexOf ? f : f.s.concat(f.f));
315
+ }, m = function(i, f) {
316
+ var x, w = v.meridiem;
317
+ if (w) {
318
+ for (var z = 1; z <= 24; z += 1) if (i.indexOf(w(z, 0, f)) > -1) {
319
+ x = z > 12;
320
+ break;
321
+ }
322
+ } else x = i === (f ? "pm" : "PM");
323
+ return x;
324
+ }, O = { A: [o, function(i) {
325
+ this.afternoon = m(i, !1);
326
+ }], a: [o, function(i) {
327
+ this.afternoon = m(i, !0);
328
+ }], Q: [t, function(i) {
329
+ this.month = 3 * (i - 1) + 1;
330
+ }], S: [t, function(i) {
331
+ this.milliseconds = 100 * +i;
332
+ }], SS: [s, function(i) {
333
+ this.milliseconds = 10 * +i;
334
+ }], SSS: [/\d{3}/, function(i) {
335
+ this.milliseconds = +i;
336
+ }], s: [l, d("seconds")], ss: [l, d("seconds")], m: [l, d("minutes")], mm: [l, d("minutes")], H: [l, d("hours")], h: [l, d("hours")], HH: [l, d("hours")], hh: [l, d("hours")], D: [l, d("day")], DD: [s, d("day")], Do: [o, function(i) {
337
+ var f = v.ordinal, x = i.match(/\d+/);
338
+ if (this.day = x[0], f) for (var w = 1; w <= 31; w += 1) f(w).replace(/\[|\]/g, "") === i && (this.day = w);
339
+ }], w: [l, d("week")], ww: [s, d("week")], M: [l, d("month")], MM: [s, d("month")], MMM: [o, function(i) {
340
+ var f = b("months"), x = (b("monthsShort") || f.map(function(w) {
341
+ return w.slice(0, 3);
342
+ })).indexOf(i) + 1;
343
+ if (x < 1) throw new Error();
344
+ this.month = x % 12 || x;
345
+ }], MMMM: [o, function(i) {
346
+ var f = b("months").indexOf(i) + 1;
347
+ if (f < 1) throw new Error();
348
+ this.month = f % 12 || f;
349
+ }], Y: [/[+-]?\d+/, d("year")], YY: [s, function(i) {
350
+ this.year = h(i);
351
+ }], YYYY: [/\d{4}/, d("year")], Z: p, ZZ: p };
352
+ function j(i) {
353
+ var f, x;
354
+ f = i, x = v && v.formats;
355
+ for (var w = (i = f.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(q, G, R) {
356
+ var N = R && R.toUpperCase();
357
+ return G || x[R] || n[R] || x[N].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(J, X, Q) {
358
+ return X || Q.slice(1);
359
+ });
360
+ })).match(c), z = w.length, D = 0; D < z; D += 1) {
361
+ var S = w[D], B = O[S], Y = B && B[0], I = B && B[1];
362
+ w[D] = I ? { regex: Y, parser: I } : S.replace(/^\[|\]$/g, "");
363
+ }
364
+ return function(q) {
365
+ for (var G = {}, R = 0, N = 0; R < z; R += 1) {
366
+ var J = w[R];
367
+ if (typeof J == "string") N += J.length;
368
+ else {
369
+ var X = J.regex, Q = J.parser, ne = q.slice(N), K = X.exec(ne)[0];
370
+ Q.call(G, K), q = q.replace(K, "");
371
+ }
372
+ }
373
+ return function(W) {
374
+ var ee = W.afternoon;
375
+ if (ee !== void 0) {
376
+ var L = W.hours;
377
+ ee ? L < 12 && (W.hours += 12) : L === 12 && (W.hours = 0), delete W.afternoon;
378
+ }
379
+ }(G), G;
380
+ };
381
+ }
382
+ return function(i, f, x) {
383
+ x.p.customParseFormat = !0, i && i.parseTwoDigitYear && (h = i.parseTwoDigitYear);
384
+ var w = f.prototype, z = w.parse;
385
+ w.parse = function(D) {
386
+ var S = D.date, B = D.utc, Y = D.args;
387
+ this.$u = B;
388
+ var I = Y[1];
389
+ if (typeof I == "string") {
390
+ var q = Y[2] === !0, G = Y[3] === !0, R = q || G, N = Y[2];
391
+ G && (N = Y[2]), v = this.$locale(), !q && N && (v = x.Ls[N]), this.$d = function(ne, K, W, ee) {
392
+ try {
393
+ if (["x", "X"].indexOf(K) > -1) return new Date((K === "X" ? 1e3 : 1) * ne);
394
+ var L = j(K)(ne), ae = L.year, te = L.month, ve = L.day, me = L.hours, r = L.minutes, g = L.seconds, u = L.milliseconds, V = L.zone, oe = L.week, pe = /* @__PURE__ */ new Date(), he = ve || (ae || te ? 1 : pe.getDate()), ge = ae || pe.getFullYear(), se = 0;
395
+ ae && !te || (se = te > 0 ? te - 1 : pe.getMonth());
396
+ var le, be = me || 0, ye = r || 0, xe = g || 0, we = u || 0;
397
+ return V ? new Date(Date.UTC(ge, se, he, be, ye, xe, we + 60 * V.offset * 1e3)) : W ? new Date(Date.UTC(ge, se, he, be, ye, xe, we)) : (le = new Date(ge, se, he, be, ye, xe, we), oe && (le = ee(le).week(oe).toDate()), le);
398
+ } catch {
399
+ return /* @__PURE__ */ new Date("");
400
+ }
401
+ }(S, I, B, x), this.init(), N && N !== !0 && (this.$L = this.locale(N).$L), R && S != this.format(I) && (this.$d = /* @__PURE__ */ new Date("")), v = {};
402
+ } else if (I instanceof Array) for (var J = I.length, X = 1; X <= J; X += 1) {
403
+ Y[1] = I[X - 1];
404
+ var Q = x.apply(this, Y);
405
+ if (Q.isValid()) {
406
+ this.$d = Q.$d, this.$L = Q.$L, this.init();
407
+ break;
408
+ }
409
+ X === J && (this.$d = /* @__PURE__ */ new Date(""));
410
+ }
411
+ else z.call(this, D);
412
+ };
413
+ };
414
+ });
415
+ })(Re);
416
+ var vt = Re.exports;
417
+ const We = /* @__PURE__ */ fe(vt);
418
+ var mt = typeof global == "object" && global && global.Object === Object && global, pt = typeof self == "object" && self && self.Object === Object && self, Ue = mt || pt || Function("return this")(), ce = Ue.Symbol, Ze = Object.prototype, ht = Ze.hasOwnProperty, gt = Ze.toString, ie = ce ? ce.toStringTag : void 0;
419
+ function bt(e) {
420
+ var a = ht.call(e, ie), n = e[ie];
421
+ try {
422
+ e[ie] = void 0;
423
+ var c = !0;
424
+ } catch {
425
+ }
426
+ var t = gt.call(e);
427
+ return c && (a ? e[ie] = n : delete e[ie]), t;
428
+ }
429
+ var yt = Object.prototype, xt = yt.toString;
430
+ function wt(e) {
431
+ return xt.call(e);
432
+ }
433
+ var St = "[object Null]", kt = "[object Undefined]", Be = ce ? ce.toStringTag : void 0;
434
+ function Dt(e) {
435
+ return e == null ? e === void 0 ? kt : St : Be && Be in Object(e) ? bt(e) : wt(e);
436
+ }
437
+ function Mt(e) {
438
+ return e != null && typeof e == "object";
439
+ }
440
+ var Ot = "[object Symbol]";
441
+ function $t(e) {
442
+ return typeof e == "symbol" || Mt(e) && Dt(e) == Ot;
443
+ }
444
+ var Tt = /\s/;
445
+ function Bt(e) {
446
+ for (var a = e.length; a-- && Tt.test(e.charAt(a)); )
447
+ ;
448
+ return a;
449
+ }
450
+ var Ct = /^\s+/;
451
+ function Yt(e) {
452
+ return e && e.slice(0, Bt(e) + 1).replace(Ct, "");
453
+ }
454
+ function Oe(e) {
455
+ var a = typeof e;
456
+ return e != null && (a == "object" || a == "function");
457
+ }
458
+ var Ce = NaN, At = /^[-+]0x[0-9a-f]+$/i, Et = /^0b[01]+$/i, It = /^0o[0-7]+$/i, Vt = parseInt;
459
+ function Ye(e) {
460
+ if (typeof e == "number")
461
+ return e;
462
+ if ($t(e))
463
+ return Ce;
464
+ if (Oe(e)) {
465
+ var a = typeof e.valueOf == "function" ? e.valueOf() : e;
466
+ e = Oe(a) ? a + "" : a;
467
+ }
468
+ if (typeof e != "string")
469
+ return e === 0 ? e : +e;
470
+ e = Yt(e);
471
+ var n = Et.test(e);
472
+ return n || It.test(e) ? Vt(e.slice(2), n ? 2 : 8) : At.test(e) ? Ce : +e;
473
+ }
474
+ var Me = function() {
475
+ return Ue.Date.now();
476
+ }, jt = "Expected a function", Lt = Math.max, Pt = Math.min;
477
+ function zt(e, a, n) {
478
+ var c, t, s, l, o, v, h = 0, d = !1, p = !1, b = !0;
479
+ if (typeof e != "function")
480
+ throw new TypeError(jt);
481
+ a = Ye(a) || 0, Oe(n) && (d = !!n.leading, p = "maxWait" in n, s = p ? Lt(Ye(n.maxWait) || 0, a) : s, b = "trailing" in n ? !!n.trailing : b);
482
+ function m(S) {
483
+ var B = c, Y = t;
484
+ return c = t = void 0, h = S, l = e.apply(Y, B), l;
485
+ }
486
+ function O(S) {
487
+ return h = S, o = setTimeout(f, a), d ? m(S) : l;
488
+ }
489
+ function j(S) {
490
+ var B = S - v, Y = S - h, I = a - B;
491
+ return p ? Pt(I, s - Y) : I;
492
+ }
493
+ function i(S) {
494
+ var B = S - v, Y = S - h;
495
+ return v === void 0 || B >= a || B < 0 || p && Y >= s;
496
+ }
497
+ function f() {
498
+ var S = Me();
499
+ if (i(S))
500
+ return x(S);
501
+ o = setTimeout(f, j(S));
502
+ }
503
+ function x(S) {
504
+ return o = void 0, b && c ? m(S) : (c = t = void 0, l);
505
+ }
506
+ function w() {
507
+ o !== void 0 && clearTimeout(o), h = 0, c = v = t = o = void 0;
508
+ }
509
+ function z() {
510
+ return o === void 0 ? l : x(Me());
511
+ }
512
+ function D() {
513
+ var S = Me(), B = i(S);
514
+ if (c = arguments, t = this, v = S, B) {
515
+ if (o === void 0)
516
+ return O(v);
517
+ if (p)
518
+ return clearTimeout(o), o = setTimeout(f, a), m(v);
519
+ }
520
+ return o === void 0 && (o = setTimeout(f, a)), l;
521
+ }
522
+ return D.cancel = w, D.flush = z, D;
523
+ }
524
+ const Nt = { class: "flex items-center justify-between" }, Ht = { class: "flex flex-col gap-2 p-3" }, Ft = { class: "flex justify-between items-center" }, Rt = { key: 0 }, Wt = { key: 1 }, Ut = {
525
+ key: 0,
526
+ class: "grid grid-cols-3 gap-3"
527
+ }, Zt = ["onClick"], Gt = {
528
+ key: 1,
529
+ class: "grid grid-cols-3 gap-3"
530
+ }, Jt = ["onClick"], Xt = ["onClick", "onMouseover"], qt = { key: 0 }, Qt = { class: "flex gap-x-3 justify-end" }, xn = {
531
+ __name: "OcCalendar",
532
+ props: {
533
+ type: {
534
+ type: String,
535
+ default: "default"
536
+ },
537
+ minDate: {
538
+ type: [String, Date, Number],
539
+ default: null
540
+ },
541
+ maxDate: {
542
+ type: [String, Date, Number],
543
+ default: null
544
+ },
545
+ position: {
546
+ type: String,
547
+ default: "floating"
548
+ },
549
+ modelValue: {
550
+ type: [String, Date, Number, Array],
551
+ default: null,
552
+ validator: (e) => Array.isArray(e) ? E(e[0]).isSameOrBefore(E(e[1])) : !0
553
+ },
554
+ disabledDate: {
555
+ type: Function,
556
+ default: () => !1
557
+ },
558
+ isIndefinite: {
559
+ type: Boolean,
560
+ default: !1
561
+ },
562
+ inDefiniteLabel: {
563
+ type: String,
564
+ default: "Indefinite"
565
+ }
566
+ },
567
+ emits: ["update:modelValue", "reset-calendar", "update:isIndefinite"],
568
+ setup(e, { emit: a }) {
569
+ E.extend(Pe), E.extend(Ne), E.extend(Fe), E.extend(We);
570
+ const n = e, c = a, t = $(), s = $(), l = $(), o = $(), v = $(), h = $(), d = $(), p = $(!1), b = $(!1), m = $(!1), O = $(!1), j = T(() => n.type === "range"), i = T(() => {
571
+ const g = t.value.endOf("month").date();
572
+ return Array.from({ length: g }, (u, V) => V + 1);
573
+ }), f = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], x = T(() => t.value.format("MMMM YYYY")), w = T(
574
+ () => m.value ? h.value.format("YYYY") : t.value.format("YYYY")
575
+ ), z = T(() => t.value.format("MMM")), D = T(() => {
576
+ const r = s.value, g = l.value ?? d.value, u = [r, g];
577
+ return g && (r != null && r.isAfter(g)) && u.reverse(), {
578
+ from: u[0],
579
+ to: u[1]
580
+ };
581
+ }), S = T(
582
+ () => Object.values(D.value).filter(Boolean).length > 1
583
+ ), B = T(() => t.value.month()), Y = T(
584
+ () => {
585
+ var r;
586
+ return B.value === ((r = s.value) == null ? void 0 : r.month());
587
+ }
588
+ ), I = T(
589
+ () => {
590
+ var r;
591
+ return B.value === ((r = l.value) == null ? void 0 : r.month());
592
+ }
593
+ ), q = () => {
594
+ d.value = null, t.value = t.value.subtract(1, "month"), s.value && (o.value = Y.value ? s.value.date() : null, v.value = I.value ? l.value.date() : null);
595
+ }, G = () => {
596
+ d.value = null, t.value = t.value.add(1, "month"), o.value = Y.value ? s.value.date() : null, v.value = I.value ? l.value.date() : null;
597
+ }, R = (r) => {
598
+ d.value = null, t.value = t.value.set("month", r), O.value = !1;
599
+ }, N = (r) => {
600
+ d.value = null, t.value = t.value.set("year", r), m.value = !1;
601
+ }, J = () => {
602
+ d.value = null, m.value ? h.value = h.value.subtract(11, "year") : t.value = t.value.subtract(1, "year");
603
+ }, X = () => {
604
+ d.value = null, m.value ? h.value = h.value.add(11, "year") : t.value = t.value.add(1, "year");
605
+ }, Q = () => {
606
+ m.value = !1, O.value = !O.value;
607
+ }, ne = (r) => {
608
+ const g = t.value.date(r);
609
+ return Object.values(D.value).filter(Boolean).find((u) => u.isSame(g));
610
+ }, K = (r) => j.value ? S.value ? t.value.date(r).isBetween(
611
+ D.value.from,
612
+ D.value.to,
613
+ null,
614
+ "[]"
615
+ ) : !1 : o.value && v.value && o.value <= r && v.value >= r, W = (r) => {
616
+ const g = t.value.date(r);
617
+ return n.disabledDate(g.toDate()) || n.minDate && g.isBefore(E(n.minDate), "day") || n.maxDate && g.isAfter(E(n.maxDate), "day");
618
+ }, ee = () => {
619
+ j.value && (W(s.value.toDate()) || W(l.value.toDate())) || (b.value = !1, c(
620
+ "update:modelValue",
621
+ j.value ? [D.value.from, D.value.to].map((r) => r.toDate()) : s.value.toDate()
622
+ ));
623
+ }, L = (r) => {
624
+ c("update:isIndefinite", r);
625
+ }, ae = (r, g = !0) => {
626
+ if (!j.value) {
627
+ let V = E(x.value, "MMMM YYYY").date(r);
628
+ o.value = r, s.value = V, v.value = null, l.value = null, ee();
629
+ return;
630
+ }
631
+ let u = r && t.value.date(r);
632
+ if (!b.value) {
633
+ o.value = r, s.value = u, v.value = void 0, l.value = void 0, b.value = !0;
634
+ return;
635
+ }
636
+ l.value = u, v.value = r, g && ee();
637
+ }, te = zt((r) => {
638
+ b.value && ae(r, !1);
639
+ }, 50), ve = () => {
640
+ var g, u, V;
641
+ const r = j.value ? (g = n.modelValue) == null ? void 0 : g[0] : n.modelValue;
642
+ t.value = E(r), h.value = E(r), s.value = r && t.value, o.value = r && s.value.date(), !(!j.value || !r) && (l.value = E((u = n.modelValue) == null ? void 0 : u[1]), v.value = ((V = l.value) == null ? void 0 : V.month()) === t.value.month() ? l.value.date() : void 0);
643
+ }, me = (r) => {
644
+ const g = r + 11, u = [];
645
+ for (; r <= g; )
646
+ u.push(r++);
647
+ return u;
648
+ };
649
+ return ve(), (r, g) => (y(), k("div", {
650
+ class: C(["p-6 w-fit rounded flex flex-col gap-y-7", e.position === "floating" ? "shadow-normal bg-white" : ""])
651
+ }, [
652
+ A("div", Nt, [
653
+ F(M(_t), {
654
+ modelValue: O.value,
655
+ "onUpdate:modelValue": g[1] || (g[1] = (u) => O.value = u),
656
+ distance: 10,
657
+ position: "bottom",
658
+ "is-popover": "",
659
+ trigger: "click",
660
+ "popper-options": { strategy: "fixed" }
661
+ }, {
662
+ menu: U(() => [
663
+ A("div", Ht, [
664
+ A("div", Ft, [
665
+ F(M(De), {
666
+ "left-icon": "chevron-left",
667
+ "is-transparent": "",
668
+ onClick: J
669
+ }),
670
+ A("div", {
671
+ class: "cursor-pointer hover:opacity-50 transition",
672
+ onClick: g[0] || (g[0] = (u) => m.value = !m.value)
673
+ }, [
674
+ m.value ? (y(), k("div", Rt, H(w.value - 11) + " - " + H(w.value), 1)) : (y(), k("div", Wt, H(w.value), 1))
675
+ ]),
676
+ F(M(De), {
677
+ "left-icon": "chevron-right",
678
+ "is-transparent": "",
679
+ onClick: X
680
+ })
681
+ ]),
682
+ m.value ? (y(), k("div", Ut, [
683
+ (y(!0), k(Se, null, ke(me(w.value - 11), (u) => (y(), k("div", {
684
+ key: u,
685
+ class: C(["px-4 py-2 hover:border-oc-gray-200 border-2 border-transparent transition text-center rounded cursor-pointer", {
686
+ "!border-oc-primary bg-oc-primary text-white": t.value.year() === u
687
+ }]),
688
+ onClick: (V) => N(u)
689
+ }, H(u), 11, Zt))), 128))
690
+ ])) : (y(), k("div", Gt, [
691
+ (y(), k(Se, null, ke(f, (u, V) => A("div", {
692
+ key: u,
693
+ class: C(["px-4 py-2 hover:border-oc-gray-200 border-2 border-transparent transition text-center rounded cursor-pointer", {
694
+ "!border-oc-primary bg-oc-primary text-white": z.value === u
695
+ }]),
696
+ onClick: (oe) => R(V)
697
+ }, H(u), 11, Jt)), 64))
698
+ ]))
699
+ ])
700
+ ]),
701
+ default: U(() => [
702
+ A("span", {
703
+ class: C([[p.value ? "pointer-events-none opacity-[.35]" : ""], "cursor-pointer hover:opacity-50 transition"]),
704
+ onClick: Ae(Q, ["stop"])
705
+ }, H(x.value), 3)
706
+ ]),
707
+ _: 1
708
+ }, 8, ["modelValue"]),
709
+ A("div", {
710
+ class: C(["flex gap-x-3", [p.value ? "pointer-events-none opacity-[.35]" : ""]])
711
+ }, [
712
+ F(M(_), {
713
+ name: "chevron-down",
714
+ class: "rotate-90 cursor-pointer",
715
+ onClick: q
716
+ }),
717
+ F(M(_), {
718
+ name: "chevron-down",
719
+ class: "-rotate-90 cursor-pointer",
720
+ onClick: G
721
+ })
722
+ ], 2)
723
+ ]),
724
+ A("div", {
725
+ class: "grid grid-cols-7 w-fit gap-3",
726
+ onMouseout: g[2] || (g[2] = (u) => M(te)(void 0))
727
+ }, [
728
+ (y(!0), k(Se, null, ke(i.value, (u) => {
729
+ var V;
730
+ return y(), k("div", {
731
+ key: u,
732
+ class: C(["w-9 rounded-full flex cursor-pointer items-center relative justify-center h-9", [
733
+ ne(u) ? "bg-oc-primary text-white" : "hover:bg-oc-primary-50-tr",
734
+ W(u) ? "pointer-events-none opacity-[.35]" : "",
735
+ j.value ? {
736
+ ...K(u) && {
737
+ "before:bg-oc-primary-50-tr before:px-3 before:w-[calc(100%+0.5rem)] before:h-full before:absolute": !0,
738
+ "before:rounded-l-full before:left-0 before:!w-[calc(100%+0.25rem)]": D.value.from.isSame(t.value.date(u)),
739
+ "before:rounded-r-full before:right-0 before:!w-[calc(100%+0.25rem)]": (V = D.value.to) == null ? void 0 : V.isSame(t.value.date(u))
740
+ },
741
+ "before:bg-transparent": o.value !== null && o.value === v.value
742
+ } : ""
743
+ ]]),
744
+ onClick: (oe) => ae(u),
745
+ onMouseover: (oe) => M(te)(u)
746
+ }, H(u), 43, Xt);
747
+ }), 128))
748
+ ], 32),
749
+ Z(r.$slots, "bottom", {}, () => [
750
+ e.isIndefinite ? (y(), k("span", qt, [
751
+ F(M(ut), {
752
+ modelValue: p.value,
753
+ "onUpdate:modelValue": [
754
+ g[3] || (g[3] = (u) => p.value = u),
755
+ L
756
+ ],
757
+ label: e.inDefiniteLabel
758
+ }, null, 8, ["modelValue", "label"])
759
+ ])) : P("", !0)
760
+ ]),
761
+ A("div", Qt, [
762
+ F(M(De), {
763
+ label: "Reset",
764
+ class: "w-[72px]",
765
+ "is-disabled": p.value,
766
+ onClick: g[4] || (g[4] = (u) => c("reset-calendar"))
767
+ }, null, 8, ["is-disabled"])
768
+ ])
769
+ ], 2));
770
+ }
771
+ };
772
+ E.extend(Pe);
773
+ E.extend(Ne);
774
+ E.extend(Fe);
775
+ E.extend(We);
776
+ const Kt = {
777
+ __name: "OcDropdown",
778
+ props: {
779
+ distance: {
780
+ type: Number,
781
+ default: 4
782
+ },
783
+ skidding: {
784
+ type: Number,
785
+ default: 0
786
+ },
787
+ isDisabled: Boolean,
788
+ menuClasses: String,
789
+ placement: {
790
+ type: String,
791
+ default: "bottom-start"
792
+ },
793
+ popperOptions: {
794
+ type: Object,
795
+ default: () => ({
796
+ strategy: "fixed"
797
+ })
798
+ },
799
+ maxMenuHeight: Number,
800
+ popperStyle: Object,
801
+ popperClass: [String, Array, Object],
802
+ modelValue: Boolean,
803
+ preventClickOutside: Boolean,
804
+ isAttachToBody: Boolean
805
+ },
806
+ emits: {
807
+ "update:modelValue": [],
808
+ scroll: []
809
+ },
810
+ setup(e, { expose: a, emit: n }) {
811
+ const c = n, t = e, s = $(), l = $(), o = async (b) => {
812
+ b != null && b.target && (t.isDisabled || (setTimeout(() => {
813
+ var m, O;
814
+ return (O = (m = s.value) == null ? void 0 : m.popperInstance) == null ? void 0 : O.update();
815
+ }, 0), c("update:modelValue", !t.modelValue)));
816
+ }, v = (b) => {
817
+ t.isAttachToBody && !t.preventClickOutside && s.value.checkElementIsInsidePopper(b.target) || t.modelValue && !t.preventClickOutside && c("update:modelValue", !1);
818
+ }, h = $(), d = $(0);
819
+ return Xe(() => t.modelValue, async () => {
820
+ const b = window.innerHeight || document.documentElement.clientHeight, m = h.value.getBoundingClientRect().top, O = b - h.value.getBoundingClientRect().bottom, j = Math.max(m, O), f = j - (2 + (j === m ? 2.5 : 0)) * 16;
821
+ d.value = f > 0 ? f : 0, s.value.popperInstance.update();
822
+ }), a({
823
+ dropdownScroll: l,
824
+ toggleDropdown: o,
825
+ popper: s
826
+ }), (b, m) => ue((y(), k("span", {
827
+ ref_key: "parentElement",
828
+ ref: h,
829
+ class: "flex w-[inherit]"
830
+ }, [
831
+ F(M(je), {
832
+ ref_key: "popper",
833
+ ref: s,
834
+ placement: e.placement,
835
+ distance: e.distance,
836
+ "popper-class": e.popperClass,
837
+ skidding: e.skidding,
838
+ "popper-style": e.popperStyle,
839
+ "popper-options": e.popperOptions,
840
+ "is-attach-to-body": e.isAttachToBody
841
+ }, {
842
+ popper: U(() => [
843
+ F(Ee, { name: "fade" }, {
844
+ default: U(() => [
845
+ ue(A("div", {
846
+ ref_key: "dropdownScroll",
847
+ ref: l,
848
+ class: C([e.menuClasses, "rounded bg-oc-bg-light shadow min-w-[162px] overflow-y-auto"]),
849
+ style: qe({
850
+ maxHeight: (e.maxMenuHeight || d.value) - 68 + "px"
851
+ }),
852
+ onScroll: m[0] || (m[0] = (O) => b.$emit("scroll", O))
853
+ }, [
854
+ Z(b.$slots, "menu", { isPopoverOpen: e.modelValue }, void 0, !0)
855
+ ], 38), [
856
+ [Ie, e.modelValue]
857
+ ])
858
+ ]),
859
+ _: 3
860
+ })
861
+ ]),
862
+ default: U(() => [
863
+ A("div", {
864
+ class: "w-[inherit] flex",
865
+ onClick: o
866
+ }, [
867
+ Z(b.$slots, "default", {}, void 0, !0)
868
+ ])
869
+ ]),
870
+ _: 3
871
+ }, 8, ["placement", "distance", "popper-class", "skidding", "popper-style", "popper-options", "is-attach-to-body"])
872
+ ])), [
873
+ [M(Ve), v]
874
+ ]);
875
+ }
876
+ }, _t = /* @__PURE__ */ $e(Kt, [["__scopeId", "data-v-28a0af68"]]), en = { class: "oc-tooltip-wrapper" }, tn = {
877
+ key: 0,
878
+ class: "oc-arrow",
879
+ "data-popper-arrow": ""
880
+ }, nn = {
881
+ __name: "OcTooltip",
882
+ props: {
883
+ popperClass: {
884
+ type: String,
885
+ default: "bg-oc-bg-light"
886
+ },
887
+ distance: {
888
+ type: [String, Number],
889
+ default: 5
890
+ },
891
+ skidding: {
892
+ type: Number,
893
+ default: 0
894
+ },
895
+ transitionName: {
896
+ type: String,
897
+ default: "fade"
898
+ },
899
+ hideAfter: Number,
900
+ popperOptions: Object,
901
+ trigger: {
902
+ type: String,
903
+ default: "hover",
904
+ validator: (e) => ["hover", "click"].includes(e)
905
+ },
906
+ position: {
907
+ type: String,
908
+ default: "bottom",
909
+ validator: (e) => [
910
+ "top-start",
911
+ "top",
912
+ "top-end",
913
+ "right-start",
914
+ "right",
915
+ "right-end",
916
+ "bottom-start",
917
+ "bottom",
918
+ "bottom-end",
919
+ "left-start",
920
+ "left",
921
+ "left-end"
922
+ ].includes(e)
923
+ },
924
+ arrowHidden: {
925
+ type: Boolean,
926
+ default: !1
927
+ },
928
+ isPopover: {
929
+ type: Boolean,
930
+ default: !1
931
+ }
932
+ },
933
+ setup(e) {
934
+ const a = e, n = $(!1), c = $(), t = $(), s = $(), l = () => {
935
+ n.value = !0, s.value.popperInstance.update(), a.hideAfter && setTimeout(() => o(), a.hideAfter);
936
+ }, o = () => n.value = !1;
937
+ Qe(() => {
938
+ if (a.trigger === "hover") {
939
+ const h = ["mouseenter", "focus"], d = ["mouseleave", "blur"];
940
+ h.forEach((p) => {
941
+ c.value.addEventListener(p, l);
942
+ }), d.forEach((p) => {
943
+ c.value.addEventListener(p, o);
944
+ }), a.isPopover && (h.forEach((p) => {
945
+ t.value.addEventListener(p, l);
946
+ }), d.forEach((p) => {
947
+ t.value.addEventListener(p, o);
948
+ }));
949
+ } else
950
+ c.value.addEventListener("click", () => n.value ? o() : l());
951
+ });
952
+ const v = () => {
953
+ n.value && o();
954
+ };
955
+ return (h, d) => ue((y(), k("span", en, [
956
+ F(M(je), {
957
+ ref_key: "popper",
958
+ ref: s,
959
+ placement: e.position,
960
+ skidding: e.skidding,
961
+ distance: e.distance,
962
+ "popper-options": e.popperOptions,
963
+ class: "!z-[1010]"
964
+ }, {
965
+ popper: U(() => [
966
+ F(Ee, { name: e.transitionName }, {
967
+ default: U(() => [
968
+ ue(A("div", {
969
+ ref_key: "popperBodyEl",
970
+ ref: t,
971
+ class: C(["oc-tooltip", e.popperClass])
972
+ }, [
973
+ Z(h.$slots, "popper", {}, void 0, !0),
974
+ e.arrowHidden ? P("", !0) : (y(), k("div", tn))
975
+ ], 2), [
976
+ [Ie, n.value]
977
+ ])
978
+ ]),
979
+ _: 3
980
+ }, 8, ["name"])
981
+ ]),
982
+ default: U(() => [
983
+ A("div", {
984
+ ref_key: "triggerEl",
985
+ ref: c,
986
+ class: "w-[inherit] relative"
987
+ }, [
988
+ Z(h.$slots, "default", {}, void 0, !0)
989
+ ], 512)
990
+ ]),
991
+ _: 3
992
+ }, 8, ["placement", "skidding", "distance", "popper-options"])
993
+ ])), [
994
+ [M(Ve), v]
995
+ ]);
996
+ }
997
+ }, an = /* @__PURE__ */ $e(nn, [["__scopeId", "data-v-a902efc5"]]);
998
+ export {
999
+ De as B,
1000
+ _t as D,
1001
+ an as T,
1002
+ rt as _,
1003
+ ut as a,
1004
+ xn as b,
1005
+ We as c
1006
+ };