@orchidui/core 1.8.1-96 → 1.8.1-98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/DataDisplay/CustomerCard/OcCustomerCard.js +1 -1
- package/dist/DataDisplay/FloatContent/OcFloatContent.js +1 -1
- package/dist/DataDisplay/InfoCard/OcInfoCard.js +1 -1
- package/dist/DataDisplay/ListDetail/OcListDetail.js +1 -1
- package/dist/DataDisplay/ListItem/OcListItem.js +1 -1
- package/dist/DataDisplay/OnboardingListItem/OcOnboardingListItem.js +1 -1
- package/dist/DataDisplay/Overview/OcOverview.js +1 -1
- package/dist/DataDisplay/Pagination/OcPagination.js +1 -1
- package/dist/DataDisplay/Table/OcTable.js +1 -1
- package/dist/DataDisplay/TransferSummary/OcTransferSummary.js +1 -1
- package/dist/DataTable/useDataTable.js +81 -0
- package/dist/DataTable/utils/filterUtils.js +57 -0
- package/dist/DataTable/utils/paginationUtils.js +26 -0
- package/dist/DataTable/utils/storageUtils.js +11 -0
- package/dist/Disclosure/Accordion/OcAccordion.js +1 -1
- package/dist/Disclosure/OnboardingAccordion/OnboardingAccordion.js +1 -1
- package/dist/Disclosure/Steps/OcSteps.js +1 -1
- package/dist/Disclosure/Tabs/Tabs.js +1 -1
- package/dist/Disclosure/Variants/OcVariants.js +1 -1
- package/dist/Elements/AdditionalContent/OcAdditionalContent.js +1 -1
- package/dist/Elements/AuthenticationOption/AuthenticationOption.js +1 -1
- package/dist/Elements/Box/OcBox.js +1 -1
- package/dist/Elements/EmptyPage/OcEmptyPage.js +1 -1
- package/dist/Elements/FeatureOverviewCard/OcFeatureOverviewCard.js +1 -1
- package/dist/Elements/Header/OcHeader.js +1 -1
- package/dist/Elements/PageTitle/OcPageTitle.js +1 -1
- package/dist/Elements/SandboxBanner/OcSandboxBanner.js +1 -1
- package/dist/Elements/Sidebar/OcSidebar.js +2 -2
- package/dist/Elements/SubSidebar/OcSubSidebar.js +1 -1
- package/dist/Elements/TopBanner/OcTopBanner.js +1 -1
- package/dist/Elements/VerificationOption/OcVerificationOption.js +1 -1
- package/dist/Feedback/Banner/OcBanner.js +1 -1
- package/dist/Feedback/Chip/OcChip.js +1 -1
- package/dist/Feedback/ShareIcon/OcShareIcon.js +1 -1
- package/dist/Feedback/Snackbar/OcSnackbar.js +1 -1
- package/dist/Form/BaseInput/OcBaseInput.js +1 -1
- package/dist/Form/Button/OcButton.js +1 -1
- package/dist/Form/Calendar/OcCalendar.js +1 -1
- package/dist/Form/CardInput/OcCardInput.js +1 -1
- package/dist/Form/Checkbox/OcCheckbox.js +1 -1
- package/dist/Form/CheckboxesGroup/OcCheckboxesGroup.js +1 -1
- package/dist/Form/Criteria/OcCriteria.js +1 -1
- package/dist/Form/Cropper/OcCropper.js +1 -1
- package/dist/Form/DatePicker/OcDatePicker.js +1 -1
- package/dist/Form/EmojiPicker/OcEmojiPicker.js +1 -1
- package/dist/Form/Input/OcInput.js +1 -1
- package/dist/Form/LinkInput/OcLinkInput.js +1 -1
- package/dist/Form/MultipleUploadFile/OcMultipleUploadFile.js +1 -1
- package/dist/Form/NumberInput/OcNumberInput.js +1 -1
- package/dist/Form/PhoneInput/OcPhoneInput.js +1 -1
- package/dist/Form/Radio/OcRadio.js +1 -1
- package/dist/Form/RadioGroup/OcRadioGroup.js +1 -1
- package/dist/Form/RangeInput/OcRangeInput.js +1 -1
- package/dist/Form/SectionItem/OcSectionItem.js +1 -1
- package/dist/Form/Select/OcSelect.js +1 -1
- package/dist/Form/SelectOptions/OcSelectOptions.js +1 -1
- package/dist/Form/SingleFileUpload/OcSingleFileUpload.js +1 -1
- package/dist/Form/Slider/OcSlider.js +1 -1
- package/dist/Form/TextArea/OcTextArea.js +1 -1
- package/dist/Form/Toggle/OcToggle.js +1 -1
- package/dist/Form/index.js +2 -2
- package/dist/FormBuilder/OcFormBuilder.js +1 -1
- package/dist/{OcAccountSetupProgress-fk-PE00m.js → OcAccountSetupProgress-C73sJuwM.js} +1 -1
- package/dist/{OcComplexCalendar-BRRzdqRM.js → OcComplexCalendar-ClFb15rl.js} +1 -1
- package/dist/{OcComplexDatePicker-jXJ8M2gG.js → OcComplexDatePicker-CFhMH5H6.js} +1 -1
- package/dist/{OcCropper-D8_KYwgc.js → OcCropper-CgxtOYSE.js} +1 -1
- package/dist/OcDataTable-DElje0Is.js +540 -0
- package/dist/{OcDraggableList-DrZ8zHi_.js → OcDraggableList-BJH4x4Q8.js} +1 -1
- package/dist/{OcEmojiPicker-C9yhF03q.js → OcEmojiPicker-CAIlTxe3.js} +12 -14
- package/dist/{OcFilterForm-2SH7elEv.js → OcFilterForm-mpS3jm_G.js} +17 -19
- package/dist/{OcFilterSearch-4zBhbcBD.js → OcFilterSearch-SU-xsa_Y.js} +7 -12
- package/dist/{OcFilterSearchFor-Cmmudlpk.js → OcFilterSearchFor-B3xBoh2i.js} +24 -18
- package/dist/{OcModalCropper-B3-W44XM.js → OcModalCropper-D8Dn1hu6.js} +2 -2
- package/dist/{OcTimePicker-DsLVi2Wh.js → OcTimePicker-CylE6k53.js} +1 -1
- package/dist/{OcToggle-ClxJyBZe.js → OcToggle-DOfA-DZ8.js} +10 -15
- package/dist/Overlay/ConfirmationModal/OcConfirmationModal.js +1 -1
- package/dist/Overlay/CopyTooltip/OcCopyTooltip.js +1 -1
- package/dist/Overlay/Dropdown/OcDropdown.js +1 -1
- package/dist/Overlay/Modal/OcModal.js +1 -1
- package/dist/Overlay/SupportMenu/OcSupportMenu.js +1 -1
- package/dist/Overlay/Tooltip/OcTooltip.js +1 -1
- package/dist/Overlay/Whitelist/OcWhiteList.js +1 -1
- package/dist/{SubPlanCard-CA43U6o6.js → SubPlanCard-CUGjVG9p.js} +1 -1
- package/dist/{ThumbnailSection-BHvgeuIm.js → ThumbnailSection-DDZ4nHvM.js} +1 -1
- package/dist/{ThumbnailTheme-U9LGqEpQ.js → ThumbnailTheme-BPW_bXq7.js} +4 -7
- package/dist/core.css +1 -1
- package/dist/{index-DZXv72gg.js → index-CUSl7Kjq.js} +174 -156
- package/dist/index.js +16 -14
- package/package.json +1 -1
- package/dist/OcDataTable-jrDfU0Ix.js +0 -590
@@ -15,13 +15,14 @@ import "./OcSection-BjyapRr3.js";
|
|
15
15
|
import { _ as Kt } from "./OcTag.vue_vue_type_script_setup_true_lang-CzJFcg8l.js";
|
16
16
|
import { preventEventIfNotNumberInput as Gt } from "./composables/helpers.js";
|
17
17
|
import { parsePhoneNumber as Xt } from "libphonenumber-js";
|
18
|
-
import { T as Vt } from "./OcToggle-
|
18
|
+
import { T as Vt } from "./OcToggle-DOfA-DZ8.js";
|
19
19
|
import { useUploadFileProgress as It } from "./composables/uploadFileProgress.js";
|
20
20
|
import "./OcTheme-B6NTNYtz.js";
|
21
|
+
import "./DataTable/useDataTable.js";
|
21
22
|
const Jt = {
|
22
23
|
key: 0,
|
23
24
|
class: "flex relative group/row md:p-0 py-3 w-full"
|
24
|
-
},
|
25
|
+
}, Jm = {
|
25
26
|
__name: "OcTable",
|
26
27
|
props: {
|
27
28
|
options: {
|
@@ -713,7 +714,7 @@ const Jt = {
|
|
713
714
|
a[0] || (a[0] = n("div", { class: "w-9 border-b border-oc-text-200" }, null, -1))
|
714
715
|
], 4));
|
715
716
|
}
|
716
|
-
}), gl = { class: "flex flex-col border rounded w-full border-oc-gray-200 overflow-auto" },
|
717
|
+
}), gl = { class: "flex flex-col border rounded w-full border-oc-gray-200 overflow-auto" }, Zm = /* @__PURE__ */ Z({
|
717
718
|
__name: "OcExpandingTable",
|
718
719
|
props: {
|
719
720
|
total: {
|
@@ -813,7 +814,7 @@ const Jt = {
|
|
813
814
|
])
|
814
815
|
]));
|
815
816
|
}
|
816
|
-
}), pl = { class: "w-full items-center flex relative" }, yl = { class: "flex items-center gap-x-6" }, xl = { class: "hidden md:flex items-center gap-x-3" }, hl = { class: "md:hidden mx-[30px]" },
|
817
|
+
}), pl = { class: "w-full items-center flex relative" }, yl = { class: "flex items-center gap-x-6" }, xl = { class: "hidden md:flex items-center gap-x-3" }, hl = { class: "md:hidden mx-[30px]" }, Qm = {
|
817
818
|
__name: "OcPagination",
|
818
819
|
props: {
|
819
820
|
maxPage: {
|
@@ -1318,7 +1319,7 @@ const Jt = {
|
|
1318
1319
|
], 2);
|
1319
1320
|
};
|
1320
1321
|
}
|
1321
|
-
}, Dt = /* @__PURE__ */ ye(Wl, [["__scopeId", "data-v-88d0c278"]]), Kl = { class: "bg-oc-bg-dark flex flex-col gap-3 p-4 rounded" }, Gl = { key: 0 },
|
1322
|
+
}, Dt = /* @__PURE__ */ ye(Wl, [["__scopeId", "data-v-88d0c278"]]), Kl = { class: "bg-oc-bg-dark flex flex-col gap-3 p-4 rounded" }, Gl = { key: 0 }, _m = {
|
1322
1323
|
__name: "OcTransferSummary",
|
1323
1324
|
props: {
|
1324
1325
|
transfer: {
|
@@ -1556,8 +1557,9 @@ const Jt = {
|
|
1556
1557
|
e.chips.length ? (t(), i("div", pa, [
|
1557
1558
|
(t(!0), i(N, null, R(e.chips, (k, A) => (t(), x(o(ne), F({
|
1558
1559
|
key: A,
|
1559
|
-
class: "font-medium"
|
1560
|
-
|
1560
|
+
class: "font-medium",
|
1561
|
+
ref_for: !0
|
1562
|
+
}, k), null, 16))), 128))
|
1561
1563
|
])) : u("", !0)
|
1562
1564
|
]),
|
1563
1565
|
e.description ? (t(), i("div", ya, w(e.description), 1)) : u("", !0)
|
@@ -1996,7 +1998,7 @@ const Jt = {
|
|
1996
1998
|
])
|
1997
1999
|
], 2));
|
1998
2000
|
}
|
1999
|
-
}),
|
2001
|
+
}), ef = {
|
2000
2002
|
__name: "OcListItem",
|
2001
2003
|
props: {
|
2002
2004
|
isActive: Boolean,
|
@@ -2163,7 +2165,7 @@ const Jt = {
|
|
2163
2165
|
}, hn = { class: "uppercase" }, bn = { class: "flex flex-col px-3 py-2 text-[12px] text-oc-text-400 font-medium text-sm" }, wn = { class: "mb-auto" }, kn = {
|
2164
2166
|
key: 1,
|
2165
2167
|
class: "absolute top-2 right-2 left-2 bottom-2 bg-white flex items-center justify-center"
|
2166
|
-
},
|
2168
|
+
}, tf = {
|
2167
2169
|
__name: "OcInfoCard",
|
2168
2170
|
props: {
|
2169
2171
|
isLoading: Boolean,
|
@@ -2231,7 +2233,7 @@ const Jt = {
|
|
2231
2233
|
}, In = { class: "flex items-center gap-3" }, Tn = { class: "p-[6px] rounded cursor-pointer text-oc-gray-500 hover:bg-gray-100 hover:text-oc-text" }, Dn = { class: "p-2 border-b border-gray-200" }, An = {
|
2232
2234
|
key: 0,
|
2233
2235
|
class: "p-2"
|
2234
|
-
},
|
2236
|
+
}, lf = {
|
2235
2237
|
__name: "OcFloatContent",
|
2236
2238
|
props: {
|
2237
2239
|
modelValue: {
|
@@ -2308,10 +2310,16 @@ const Jt = {
|
|
2308
2310
|
}, e.dropdownProps), {
|
2309
2311
|
menu: S(() => [
|
2310
2312
|
n("div", Dn, [
|
2311
|
-
(t(!0), i(N, null, R(e.dropdownOptions.top, (d, c) => (t(), x(o(we), F({
|
2313
|
+
(t(!0), i(N, null, R(e.dropdownOptions.top, (d, c) => (t(), x(o(we), F({
|
2314
|
+
key: c,
|
2315
|
+
ref_for: !0
|
2316
|
+
}, d), null, 16))), 128))
|
2312
2317
|
]),
|
2313
2318
|
e.dropdownOptions.bottom ? (t(), i("div", An, [
|
2314
|
-
(t(!0), i(N, null, R(e.dropdownOptions.bottom, (d, c) => (t(), x(o(we), F({
|
2319
|
+
(t(!0), i(N, null, R(e.dropdownOptions.bottom, (d, c) => (t(), x(o(we), F({
|
2320
|
+
key: c,
|
2321
|
+
ref_for: !0
|
2322
|
+
}, d), null, 16))), 128))
|
2315
2323
|
])) : u("", !0)
|
2316
2324
|
]),
|
2317
2325
|
default: S(() => [
|
@@ -2352,7 +2360,7 @@ const Jt = {
|
|
2352
2360
|
}, En = {
|
2353
2361
|
key: 2,
|
2354
2362
|
class: "w-[24px] h-[24px] min-w-[24px] text-oc-text-300 text-sm font-medium flex items-center justify-center border rounded-full border-oc-gray-200"
|
2355
|
-
}, Nn = { class: "flex flex-col gap-y-1" }, zn = { class: "font-medium" }, Rn = { class: "text-oc-text-300 text-sm" },
|
2363
|
+
}, Nn = { class: "flex flex-col gap-y-1" }, zn = { class: "font-medium" }, Rn = { class: "text-oc-text-300 text-sm" }, af = /* @__PURE__ */ Z({
|
2356
2364
|
__name: "OcOnboardingListItem",
|
2357
2365
|
props: {
|
2358
2366
|
title: {
|
@@ -2408,7 +2416,7 @@ const Jt = {
|
|
2408
2416
|
])
|
2409
2417
|
]));
|
2410
2418
|
}
|
2411
|
-
}),
|
2419
|
+
}), nf = {
|
2412
2420
|
__name: "OcAccordion",
|
2413
2421
|
props: {
|
2414
2422
|
header: {
|
@@ -2532,7 +2540,7 @@ const Jt = {
|
|
2532
2540
|
}, null, 8, ["width", "height", "name"]))
|
2533
2541
|
], 2));
|
2534
2542
|
}
|
2535
|
-
}), Un = { class: "flex items-center flex-1 gap-x-4" }, qn = { class: "flex flex-col gap-y-1" }, Hn = { class: "font-medium" }, Yn = { class: "text-oc-text-400 text-sm" },
|
2543
|
+
}), Un = { class: "flex items-center flex-1 gap-x-4" }, qn = { class: "flex flex-col gap-y-1" }, Hn = { class: "font-medium" }, Yn = { class: "text-oc-text-400 text-sm" }, of = /* @__PURE__ */ Z({
|
2536
2544
|
__name: "OnboardingAccordion",
|
2537
2545
|
props: {
|
2538
2546
|
description: {
|
@@ -2593,7 +2601,7 @@ const Jt = {
|
|
2593
2601
|
}), Wn = ["onClick"], Kn = {
|
2594
2602
|
key: 1,
|
2595
2603
|
class: "bg-oc-error rounded-full h-6 w-6 flex items-center justify-center text-xs font-bold text-white px-4"
|
2596
|
-
}, pt = 100, yt = 35,
|
2604
|
+
}, pt = 100, yt = 35, sf = {
|
2597
2605
|
__name: "OcTabs",
|
2598
2606
|
props: {
|
2599
2607
|
variant: {
|
@@ -2730,7 +2738,7 @@ const Jt = {
|
|
2730
2738
|
], 2)) : u("", !0)
|
2731
2739
|
], 2));
|
2732
2740
|
}
|
2733
|
-
}, Gn = ["src"], Xn = { class: "shrink-0" },
|
2741
|
+
}, Gn = ["src"], Xn = { class: "shrink-0" }, rf = {
|
2734
2742
|
__name: "OcPaymentTab",
|
2735
2743
|
props: {
|
2736
2744
|
tab: {
|
@@ -2800,7 +2808,7 @@ const Jt = {
|
|
2800
2808
|
}, w(e.title), 3)
|
2801
2809
|
], 2));
|
2802
2810
|
}
|
2803
|
-
}), Qn = { class: "flex gap-x-7" },
|
2811
|
+
}), Qn = { class: "flex gap-x-7" }, df = /* @__PURE__ */ Z({
|
2804
2812
|
__name: "OcSteps",
|
2805
2813
|
props: {
|
2806
2814
|
steps: {
|
@@ -2828,7 +2836,7 @@ const Jt = {
|
|
2828
2836
|
])
|
2829
2837
|
]));
|
2830
2838
|
}
|
2831
|
-
}), _n = { class: "flex gap-3 items-start md:flex-row flex-col" },
|
2839
|
+
}), _n = { class: "flex gap-3 items-start md:flex-row flex-col" }, cf = /* @__PURE__ */ Z({
|
2832
2840
|
__name: "OcVariants",
|
2833
2841
|
props: {
|
2834
2842
|
variants: {
|
@@ -2845,8 +2853,9 @@ const Jt = {
|
|
2845
2853
|
return (r, a) => (t(), i("div", _n, [
|
2846
2854
|
(t(!0), i(N, null, R(e.variants, (l) => (t(), x(o(ti), F({
|
2847
2855
|
key: l.value,
|
2848
|
-
"is-active": l.value === e.modelValue
|
2849
|
-
|
2856
|
+
"is-active": l.value === e.modelValue,
|
2857
|
+
ref_for: !0
|
2858
|
+
}, l, {
|
2850
2859
|
onClick: (s) => r.$emit("update:modelValue", l.isDisabled ? e.modelValue : l.value)
|
2851
2860
|
}), te({ _: 2 }, [
|
2852
2861
|
R(r.$slots, (s, d) => ({
|
@@ -2915,22 +2924,22 @@ function ni(e, r) {
|
|
2915
2924
|
$(e.$slots, "default")
|
2916
2925
|
]);
|
2917
2926
|
}
|
2918
|
-
const
|
2927
|
+
const uf = /* @__PURE__ */ ye(li, [["render", ni]]), ii = {}, oi = { class: "px-3 md:px-[40px] border-b border-oc-gray-200 h-[68px] w-full flex items-center relative bg-oc-accent-1-600" };
|
2919
2928
|
function si(e, r) {
|
2920
2929
|
return t(), i("div", oi, [
|
2921
2930
|
$(e.$slots, "default")
|
2922
2931
|
]);
|
2923
2932
|
}
|
2924
|
-
const
|
2933
|
+
const mf = /* @__PURE__ */ ye(ii, [["render", si]]), ri = {}, di = { class: "flex items-center gap-x-3" };
|
2925
2934
|
function ci(e, r) {
|
2926
2935
|
return t(), i("div", di, [
|
2927
2936
|
$(e.$slots, "default")
|
2928
2937
|
]);
|
2929
2938
|
}
|
2930
|
-
const
|
2939
|
+
const ff = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-center" }, mi = {
|
2931
2940
|
key: 1,
|
2932
2941
|
class: "text-oc-text-300 text-sm md:text-base"
|
2933
|
-
},
|
2942
|
+
}, vf = {
|
2934
2943
|
__name: "OcHeaderCenter",
|
2935
2944
|
props: {
|
2936
2945
|
isSaved: Boolean
|
@@ -2955,7 +2964,7 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
2955
2964
|
])
|
2956
2965
|
]));
|
2957
2966
|
}
|
2958
|
-
}, fi = { class: "flex items-center gap-x-7 ml-auto" }, vi = { class: "flex gap-x-3" },
|
2967
|
+
}, fi = { class: "flex items-center gap-x-7 ml-auto" }, vi = { class: "flex gap-x-3" }, gf = {
|
2959
2968
|
__name: "OcHeaderRight",
|
2960
2969
|
props: {
|
2961
2970
|
primaryProps: {
|
@@ -2996,7 +3005,7 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
2996
3005
|
])
|
2997
3006
|
]));
|
2998
3007
|
}
|
2999
|
-
}, gi = { class: "gap-x-9 hidden md:flex relative" }, pi = ["onClick"], yi = { class: "p-3 font-medium whitespace-normal text-oc-accent-1-500 flex items-center gap-2" }, xi = { class: "p-4 min-w-[220px] flex flex-col gap-y-3 border-b border-gray-200" },
|
3008
|
+
}, gi = { class: "gap-x-9 hidden md:flex relative" }, pi = ["onClick"], yi = { class: "p-3 font-medium whitespace-normal text-oc-accent-1-500 flex items-center gap-2" }, xi = { class: "p-4 min-w-[220px] flex flex-col gap-y-3 border-b border-gray-200" }, pf = {
|
3000
3009
|
__name: "OcTabToSelect",
|
3001
3010
|
props: {
|
3002
3011
|
menus: Array,
|
@@ -3177,8 +3186,9 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
3177
3186
|
onClick: (c = e.secondaryButtonProps) == null ? void 0 : c.onClick
|
3178
3187
|
}, null, 8, ["text", "icon", "onClick"])) : u("", !0),
|
3179
3188
|
e.secondaryButtonProps && e.secondaryButtonProps.dropdownOptions ? (t(!0), i(N, { key: 1 }, R(e.secondaryButtonProps.dropdownOptions, (m) => (t(), x(o(we), F({
|
3180
|
-
key: m.text
|
3181
|
-
|
3189
|
+
key: m.text,
|
3190
|
+
ref_for: !0
|
3191
|
+
}, m), null, 16))), 128)) : u("", !0)
|
3182
3192
|
];
|
3183
3193
|
}),
|
3184
3194
|
default: S(() => [
|
@@ -3216,7 +3226,7 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
3216
3226
|
e.chipProps ? (t(), x(o(ne), F({ key: 1 }, e.chipProps, { class: "self-start" }), null, 16)) : u("", !0)
|
3217
3227
|
]));
|
3218
3228
|
}
|
3219
|
-
}), Ti = { class: "pb-4 flex flex-col" }, Di = { class: "flex flex-col gap-y-3 pt-4 px-5 md:px-7" },
|
3229
|
+
}), Ti = { class: "pb-4 flex flex-col" }, Di = { class: "flex flex-col gap-y-3 pt-4 px-5 md:px-7" }, yf = {
|
3220
3230
|
__name: "OcPageTitle",
|
3221
3231
|
props: {
|
3222
3232
|
title: { type: String, required: !0 },
|
@@ -3513,7 +3523,10 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
3513
3523
|
var m;
|
3514
3524
|
return [
|
3515
3525
|
(m = e.secondaryButtonProps) != null && m.dropdownOptions ? (t(), i("div", Ui, [
|
3516
|
-
(t(!0), i(N, null, R(e.secondaryButtonProps.dropdownOptions, (f, y) => (t(), x(o(we), F({
|
3526
|
+
(t(!0), i(N, null, R(e.secondaryButtonProps.dropdownOptions, (f, y) => (t(), x(o(we), F({
|
3527
|
+
key: y,
|
3528
|
+
ref_for: !0
|
3529
|
+
}, f), null, 16))), 128))
|
3517
3530
|
])) : u("", !0)
|
3518
3531
|
];
|
3519
3532
|
}),
|
@@ -3545,10 +3558,10 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
3545
3558
|
}, e.primaryButtonProps), null, 16, ["size"])) : u("", !0)
|
3546
3559
|
]));
|
3547
3560
|
}
|
3548
|
-
}, Wi = /* @__PURE__ */ ye(Yi, [["__scopeId", "data-v-
|
3561
|
+
}, Wi = /* @__PURE__ */ ye(Yi, [["__scopeId", "data-v-84aa7cb6"]]), Ki = { class: "flex flex-col flex-1 py-4 gap-5 px-6 animated-section" }, Gi = {
|
3549
3562
|
key: 0,
|
3550
3563
|
class: "border-t border-oc-gray-200 last:hidden first:hidden"
|
3551
|
-
},
|
3564
|
+
}, xf = {
|
3552
3565
|
__name: "OcSidebar",
|
3553
3566
|
props: {
|
3554
3567
|
class: {
|
@@ -3658,7 +3671,7 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
3658
3671
|
}, 8, ["is-expanded", "display-name"])
|
3659
3672
|
], 2));
|
3660
3673
|
}
|
3661
|
-
},
|
3674
|
+
}, hf = {
|
3662
3675
|
__name: "OcSidebarSubmenu",
|
3663
3676
|
props: {
|
3664
3677
|
isExpanded: {
|
@@ -3933,7 +3946,7 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
3933
3946
|
]))
|
3934
3947
|
], 2));
|
3935
3948
|
}
|
3936
|
-
},
|
3949
|
+
}, bf = /* @__PURE__ */ ye(fo, [["__scopeId", "data-v-fb4f007e"]]), vo = { class: "pb-2" }, go = {
|
3937
3950
|
key: 0,
|
3938
3951
|
class: "pl-3 uppercase text-oc-accent-1-200 relative text-medium text-sm"
|
3939
3952
|
}, po = {
|
@@ -3989,15 +4002,12 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
3989
4002
|
const a = e, l = M(null), s = M(null), d = r, c = () => {
|
3990
4003
|
a.isExpanded || !a.isMenuExpanded || d("close-menu");
|
3991
4004
|
};
|
3992
|
-
return me(
|
3993
|
-
|
3994
|
-
|
3995
|
-
|
3996
|
-
|
3997
|
-
|
3998
|
-
});
|
3999
|
-
}
|
4000
|
-
), (m, f) => Ve((t(), i("div", yo, [
|
4005
|
+
return me(() => [a.isExpanded, s.value, l.value], () => {
|
4006
|
+
!l.value || !s.value || a.isExpanded || Wt(l.value, s.value, {
|
4007
|
+
placement: "right-start",
|
4008
|
+
strategy: "fixed"
|
4009
|
+
});
|
4010
|
+
}), (m, f) => Ve((t(), i("div", yo, [
|
4001
4011
|
p(o(ae), {
|
4002
4012
|
position: "right",
|
4003
4013
|
"arrow-hidden": "",
|
@@ -4037,10 +4047,7 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
4037
4047
|
name: "triangle-down",
|
4038
4048
|
width: "10",
|
4039
4049
|
height: "10",
|
4040
|
-
class: v(["text-oc-accent-1-500", {
|
4041
|
-
"rotate-0 opacity-25": e.isMenuExpanded,
|
4042
|
-
"-rotate-90 opacity-15": !e.isMenuExpanded
|
4043
|
-
}])
|
4050
|
+
class: v(["text-oc-accent-1-500", { "rotate-0 opacity-25": e.isMenuExpanded, "-rotate-90 opacity-15": !e.isMenuExpanded }])
|
4044
4051
|
}, null, 8, ["class"])) : u("", !0)
|
4045
4052
|
], 2)
|
4046
4053
|
]),
|
@@ -4152,7 +4159,7 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
4152
4159
|
])
|
4153
4160
|
]));
|
4154
4161
|
}
|
4155
|
-
}, Mo = { class: "relative" }, Lo = { class: "border relative z-10 bg-white border-oc-gray-200 shadow-normal rounded p-2 flex flex-col gap-y-2" }, Po = { class: "py-2 px-3 gap-x-3 flex items-center" }, Eo = { class: "text-oc-accent-2 flex-1 font-medium" }, No = { class: "flex items-center gap-x-2" }, zo = { class: "px-3 pb-3 text-oc-text-400 text-sm" },
|
4162
|
+
}, Mo = { class: "relative" }, Lo = { class: "border relative z-10 bg-white border-oc-gray-200 shadow-normal rounded p-2 flex flex-col gap-y-2" }, Po = { class: "py-2 px-3 gap-x-3 flex items-center" }, Eo = { class: "text-oc-accent-2 flex-1 font-medium" }, No = { class: "flex items-center gap-x-2" }, zo = { class: "px-3 pb-3 text-oc-text-400 text-sm" }, wf = {
|
4156
4163
|
__name: "OcSidebarFeatureBanners",
|
4157
4164
|
props: {
|
4158
4165
|
isStacked: {
|
@@ -4199,7 +4206,7 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
4199
4206
|
])
|
4200
4207
|
]));
|
4201
4208
|
}
|
4202
|
-
}, Ro = { class: "py-7 flex flex-col gap-y-3 px-4" }, Fo = { class: "flex flex-col gap-y-2" }, Uo = ["onClick"],
|
4209
|
+
}, Ro = { class: "py-7 flex flex-col gap-y-3 px-4" }, Fo = { class: "flex flex-col gap-y-2" }, Uo = ["onClick"], kf = /* @__PURE__ */ Z({
|
4203
4210
|
__name: "OcSubSidebar",
|
4204
4211
|
props: {
|
4205
4212
|
title: {
|
@@ -4243,7 +4250,7 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
4243
4250
|
])
|
4244
4251
|
]));
|
4245
4252
|
}
|
4246
|
-
}), qo = { class: "relative" },
|
4253
|
+
}), qo = { class: "relative" }, $f = {
|
4247
4254
|
__name: "OcEmptyPage",
|
4248
4255
|
props: {
|
4249
4256
|
isButton: {
|
@@ -4506,7 +4513,10 @@ const mf = /* @__PURE__ */ ye(ri, [["render", ci]]), ui = { class: "flex items-c
|
|
4506
4513
|
class: "text-sm"
|
4507
4514
|
}, e.dropdownProps), {
|
4508
4515
|
menu: S(() => [
|
4509
|
-
(t(!0), i(N, null, R(e.dropdownItems, (d, c) => (t(), x(o(we), F({
|
4516
|
+
(t(!0), i(N, null, R(e.dropdownItems, (d, c) => (t(), x(o(we), F({
|
4517
|
+
key: c,
|
4518
|
+
ref_for: !0
|
4519
|
+
}, d), null, 16))), 128))
|
4510
4520
|
]),
|
4511
4521
|
default: S(() => [
|
4512
4522
|
p(o(K), F({
|
@@ -4650,8 +4660,9 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
4650
4660
|
title: c.title,
|
4651
4661
|
content: c.content,
|
4652
4662
|
class: c.class,
|
4653
|
-
"is-loading": c.isLoading
|
4654
|
-
|
4663
|
+
"is-loading": c.isLoading,
|
4664
|
+
ref_for: !0
|
4665
|
+
}, c), te({ _: 2 }, [
|
4655
4666
|
c.slot && a.$slots[c.slot] ? {
|
4656
4667
|
name: "content",
|
4657
4668
|
fn: S(() => [
|
@@ -4727,8 +4738,9 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
4727
4738
|
title: c.title,
|
4728
4739
|
content: c.content,
|
4729
4740
|
class: c.class,
|
4730
|
-
"is-loading": c.isLoading
|
4731
|
-
|
4741
|
+
"is-loading": c.isLoading,
|
4742
|
+
ref_for: !0
|
4743
|
+
}, c), te({ _: 2 }, [
|
4732
4744
|
c.slot && a.$slots[c.slot] ? {
|
4733
4745
|
name: "content",
|
4734
4746
|
fn: S(() => [
|
@@ -4785,8 +4797,9 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
4785
4797
|
title: d.title,
|
4786
4798
|
class: d.class,
|
4787
4799
|
"is-loading": d.isLoading,
|
4788
|
-
content: d.content
|
4789
|
-
|
4800
|
+
content: d.content,
|
4801
|
+
ref_for: !0
|
4802
|
+
}, d), te({ _: 2 }, [
|
4790
4803
|
d.slot && r.$slots[d.slot] ? {
|
4791
4804
|
name: "content",
|
4792
4805
|
fn: S(() => [
|
@@ -4876,7 +4889,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
4876
4889
|
}, Bs = ["href"], Os = { class: "truncate" }, Vs = { class: "text-oc-text whitespace-nowrap" }, Is = {
|
4877
4890
|
key: 1,
|
4878
4891
|
class: "flex items-center h-[30px] gap-x-2 w-full"
|
4879
|
-
},
|
4892
|
+
}, Sf = {
|
4880
4893
|
__name: "OcAdditionalContent",
|
4881
4894
|
props: {
|
4882
4895
|
mainLink: { type: String, default: "" },
|
@@ -5066,7 +5079,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
5066
5079
|
]);
|
5067
5080
|
};
|
5068
5081
|
}
|
5069
|
-
},
|
5082
|
+
}, Cf = /* @__PURE__ */ ye(Ps, [["__scopeId", "data-v-d658d1d3"]]), Es = { class: "w-screen relative h-[40px] bg-oc-accent-3 flex items-center justify-center text-white" }, Ns = { class: "text-sm" }, Bf = /* @__PURE__ */ Z({
|
5070
5083
|
__name: "OcSandboxBanner",
|
5071
5084
|
props: {
|
5072
5085
|
title: {
|
@@ -5087,7 +5100,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
5087
5100
|
}, e.chipProps), null, 16)) : u("", !0)
|
5088
5101
|
]));
|
5089
5102
|
}
|
5090
|
-
}), zs = { class: "w-screen relative h-[40px] bg-oc-warning-300 flex items-center justify-center" }, Rs = { class: "text-sm font-medium" }, Fs = { class: "flex items-center gap-2 underline" },
|
5103
|
+
}), zs = { class: "w-screen relative h-[40px] bg-oc-warning-300 flex items-center justify-center" }, Rs = { class: "text-sm font-medium" }, Fs = { class: "flex items-center gap-2 underline" }, Of = /* @__PURE__ */ Z({
|
5091
5104
|
__name: "OcTopBanner",
|
5092
5105
|
props: {
|
5093
5106
|
title: {
|
@@ -5121,7 +5134,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
5121
5134
|
})) : u("", !0)
|
5122
5135
|
]));
|
5123
5136
|
}
|
5124
|
-
}), Us = { class: "flex flex-col text-center gap-y-3" }, qs = { class: "text-lg font-medium" }, Hs = { class: "text-sm text-oc-text-400" },
|
5137
|
+
}), Us = { class: "flex flex-col text-center gap-y-3" }, qs = { class: "text-lg font-medium" }, Hs = { class: "text-sm text-oc-text-400" }, Vf = /* @__PURE__ */ Z({
|
5125
5138
|
__name: "OcBox",
|
5126
5139
|
props: {
|
5127
5140
|
icon: String,
|
@@ -5148,7 +5161,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
5148
5161
|
])
|
5149
5162
|
], 2));
|
5150
5163
|
}
|
5151
|
-
}),
|
5164
|
+
}), If = /* @__PURE__ */ Z({
|
5152
5165
|
__name: "OcAuthenticationOption",
|
5153
5166
|
props: {
|
5154
5167
|
icon: String,
|
@@ -5174,7 +5187,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
5174
5187
|
e.chipProps ? (t(), x(o(ne), F({ key: 1 }, e.chipProps, { class: "absolute top-0 -translate-y-1/2 sm:right-9" }), null, 16)) : u("", !0)
|
5175
5188
|
], 2));
|
5176
5189
|
}
|
5177
|
-
}), Ys = { class: "flex items-center" }, Ws = { class: "flex flex-1 items-center gap-x-3" }, Ks = { class: "font-medium text-lg" },
|
5190
|
+
}), Ys = { class: "flex items-center" }, Ws = { class: "flex flex-1 items-center gap-x-3" }, Ks = { class: "font-medium text-lg" }, Tf = /* @__PURE__ */ Z({
|
5178
5191
|
__name: "OcVerificationOption",
|
5179
5192
|
props: {
|
5180
5193
|
title: {
|
@@ -5222,7 +5235,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
5222
5235
|
}, Xs = { class: "flex flex-col gap-y-3" }, Js = { class: "font-medium text-oc-text" }, Zs = { class: "text-oc-text-400" }, Qs = { class: "flex gap-x-3" }, _s = {
|
5223
5236
|
key: 0,
|
5224
5237
|
class: "text-oc-text"
|
5225
|
-
}, er = ["innerHTML"],
|
5238
|
+
}, er = ["innerHTML"], Df = {
|
5226
5239
|
__name: "OcSnackbar",
|
5227
5240
|
props: {
|
5228
5241
|
modelValue: {
|
@@ -5487,10 +5500,10 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
5487
5500
|
_: 3
|
5488
5501
|
}, 8, ["name"]));
|
5489
5502
|
}
|
5490
|
-
},
|
5503
|
+
}, Af = /* @__PURE__ */ ye(nr, [["__scopeId", "data-v-d8517c87"]]), ir = { class: "rounded-full share-icon w-fit cursor-pointer text-oc-text-400 p-3 border border-gray-200" }, or = { class: "px-3 py-2 text-oc-text-400 text-sm font-medium" }, sr = {
|
5491
5504
|
key: 1,
|
5492
5505
|
class: "px-3 share-icon border border-oc-gray-200 rounded-full w-fit py-[6px] flex items-center gap-x-2"
|
5493
|
-
}, rr = { class: "text-sm" },
|
5506
|
+
}, rr = { class: "text-sm" }, jf = {
|
5494
5507
|
__name: "OcShareIcon",
|
5495
5508
|
props: {
|
5496
5509
|
text: String,
|
@@ -5814,7 +5827,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
5814
5827
|
_: 3
|
5815
5828
|
}, 8, ["label", "hint", "error-message"]));
|
5816
5829
|
}
|
5817
|
-
}, Te = /* @__PURE__ */ ye(wr, [["__scopeId", "data-v-
|
5830
|
+
}, Te = /* @__PURE__ */ ye(wr, [["__scopeId", "data-v-bdfcee55"]]), kr = {
|
5818
5831
|
__name: "OcCheckboxesGroup",
|
5819
5832
|
props: {
|
5820
5833
|
alignment: {
|
@@ -5893,7 +5906,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
5893
5906
|
_: 1
|
5894
5907
|
}, 8, ["label", "error-message", "hint"]));
|
5895
5908
|
}
|
5896
|
-
}, $r = { class: "flex gap-x-2 relative items-center text-oc-text-500 cursor-pointer transition-all duration-300" },
|
5909
|
+
}, $r = { class: "flex gap-x-2 relative items-center text-oc-text-500 cursor-pointer transition-all duration-300" }, Mf = {
|
5897
5910
|
__name: "OcCriteria",
|
5898
5911
|
props: {
|
5899
5912
|
modelValue: Boolean,
|
@@ -6139,7 +6152,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
6139
6152
|
}, Dr = { class: "flex flex-1 items-baseline gap-x-2" }, Ar = {
|
6140
6153
|
key: 0,
|
6141
6154
|
class: "text-oc-text-300"
|
6142
|
-
}, jr = { class: "w-full flex flex-wrap gap-2" }, Mr = { key: 1 }, Lr = ["value", "readonly", "placeholder", "disabled"],
|
6155
|
+
}, jr = { class: "w-full flex flex-wrap gap-2" }, Mr = { key: 1 }, Lr = ["value", "readonly", "placeholder", "disabled"], Lf = {
|
6143
6156
|
__name: "OcInputOption",
|
6144
6157
|
props: {
|
6145
6158
|
label: String,
|
@@ -7011,8 +7024,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
7011
7024
|
}),
|
7012
7025
|
D[8] || (D[8] = W(" Add new "))
|
7013
7026
|
]),
|
7014
|
-
_: 1
|
7015
|
-
__: [8]
|
7027
|
+
_: 1
|
7016
7028
|
})) : u("", !0)
|
7017
7029
|
], 512)
|
7018
7030
|
];
|
@@ -7037,8 +7049,9 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
7037
7049
|
key: U.value,
|
7038
7050
|
closable: "",
|
7039
7051
|
variant: U.variant,
|
7040
|
-
label: U.label
|
7041
|
-
|
7052
|
+
label: U.label,
|
7053
|
+
ref_for: !0
|
7054
|
+
}, e.chipProps, {
|
7042
7055
|
"should-truncate-chip": "",
|
7043
7056
|
onRemove: (H) => h(U.value)
|
7044
7057
|
}), null, 16, ["variant", "label", "onRemove"]))), 128)),
|
@@ -7181,7 +7194,7 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
7181
7194
|
$(l.$slots, "after")
|
7182
7195
|
], 512));
|
7183
7196
|
}
|
7184
|
-
}, cd = { class: "flex flex-col" }, ud = { class: "px-3 pt-3 pb-2 border-y border-white text-oc-text uppercase text-xs font-medium" },
|
7197
|
+
}, cd = { class: "flex flex-col" }, ud = { class: "px-3 pt-3 pb-2 border-y border-white text-oc-text uppercase text-xs font-medium" }, Pf = {
|
7185
7198
|
__name: "OcGroupOptions",
|
7186
7199
|
props: {
|
7187
7200
|
label: String
|
@@ -7371,7 +7384,10 @@ const nt = /* @__PURE__ */ ye(rs, [["render", cs]]), us = { class: "flex" }, ms
|
|
7371
7384
|
}, {
|
7372
7385
|
default: S(() => [
|
7373
7386
|
n("textarea", {
|
7374
|
-
class: v(["outline-none p-3 min-h-[120px] rounded border resize-none disabled:bg-oc-bg-dark", [
|
7387
|
+
class: v(["outline-none p-3 min-h-[120px] rounded border resize-none disabled:bg-oc-bg-dark", [
|
7388
|
+
l.value ? "focused-shadow" : "",
|
7389
|
+
e.errorMessage ? "error-shadow" : "input-shadow"
|
7390
|
+
]]),
|
7375
7391
|
disabled: e.isDisabled,
|
7376
7392
|
value: e.modelValue,
|
7377
7393
|
rows: e.rows,
|
@@ -8629,7 +8645,7 @@ const pc = { class: "flex flex-col gap-y-2 w-full" }, yc = {
|
|
8629
8645
|
}, Qc = { class: "flex items-baseline gap-x-3 w-full" }, _c = { class: "text-sm flex-1 text-oc-text-400 pointer-events-none" }, eu = ["accept"], tu = {
|
8630
8646
|
key: 0,
|
8631
8647
|
class: "relative group w-fit rounded overflow-hidden"
|
8632
|
-
}, lu = ["src"], au = ["src"], nu = { class: "py-2 flex flex-col" }, iu = { class: "flex flex-1 items-center gap-x-3 text-sm text-oc-text-400" }, ou = { class: "flex flex-col w-7 h-7 items-center justify-center text-oc-text-300" }, su = { class: "uppercase text-[8px] font-bold leading-none block" }, ru = { class: "flex" }, du = { class: "text-sm text-oc-primary" }, cu = { class: "rounded-full bg-oc-gray-100 w-[48px] h-2 overflow-hidden" },
|
8648
|
+
}, lu = ["src"], au = ["src"], nu = { class: "py-2 flex flex-col" }, iu = { class: "flex flex-1 items-center gap-x-3 text-sm text-oc-text-400" }, ou = { class: "flex flex-col w-7 h-7 items-center justify-center text-oc-text-300" }, su = { class: "uppercase text-[8px] font-bold leading-none block" }, ru = { class: "flex" }, du = { class: "text-sm text-oc-primary" }, cu = { class: "rounded-full bg-oc-gray-100 w-[48px] h-2 overflow-hidden" }, Ef = {
|
8633
8649
|
__name: "OcSingleFileUpload",
|
8634
8650
|
props: {
|
8635
8651
|
format: {
|
@@ -9154,7 +9170,7 @@ const pc = { class: "flex flex-col gap-y-2 w-full" }, yc = {
|
|
9154
9170
|
}, Lu = {
|
9155
9171
|
key: 2,
|
9156
9172
|
class: "mt-3 flex items-center justify-center"
|
9157
|
-
},
|
9173
|
+
}, Nf = {
|
9158
9174
|
__name: "OcMultipleUploadFile",
|
9159
9175
|
props: {
|
9160
9176
|
modelValue: {
|
@@ -9453,7 +9469,7 @@ const pc = { class: "flex flex-col gap-y-2 w-full" }, yc = {
|
|
9453
9469
|
_: 1
|
9454
9470
|
}, 8, ["label", "tooltip-options", "error-message", "hint", "label-icon", "is-required", "tooltip-text"]));
|
9455
9471
|
}
|
9456
|
-
}), Nu = /* @__PURE__ */ ye(Eu, [["__scopeId", "data-v-
|
9472
|
+
}), Nu = /* @__PURE__ */ ye(Eu, [["__scopeId", "data-v-5333a0fa"]]), zu = {
|
9457
9473
|
__name: "OcDropdown",
|
9458
9474
|
props: {
|
9459
9475
|
distance: {
|
@@ -9908,7 +9924,7 @@ const pc = { class: "flex flex-col gap-y-2 w-full" }, yc = {
|
|
9908
9924
|
}, tm = {
|
9909
9925
|
key: 0,
|
9910
9926
|
class: "fixed w-screen z-[1008] bg-white top-0 left-0 h-full min-h-screen bg-black/[.45] flex items-center justify-center"
|
9911
|
-
}, lm = { class: "w-[calc(100%-40px)] h-[calc(100%-40px)]" }, am = { class: "modal-body p-9" },
|
9927
|
+
}, lm = { class: "w-[calc(100%-40px)] h-[calc(100%-40px)]" }, am = { class: "modal-body p-9" }, zf = {
|
9912
9928
|
__name: "OcModalPage",
|
9913
9929
|
props: {
|
9914
9930
|
modelValue: {
|
@@ -10140,7 +10156,7 @@ const pc = { class: "flex flex-col gap-y-2 w-full" }, yc = {
|
|
10140
10156
|
}, rm = { class: "fixed bottom-[30px] right-[32px]" }, dm = { class: "relative" }, cm = {
|
10141
10157
|
key: 0,
|
10142
10158
|
class: "flex items-center justify-end"
|
10143
|
-
}, um = { class: "w-[40px] flex text-white items-center bg-oc-text active:bg-oc-gray-800 justify-center aspect-square rounded-full cursor-pointer" }, mm = { class: "min-w-[180px]" }, fm = { class: "p-3" }, vm = { class: "uppercase text-oc-text-400 text-xs font-medium" },
|
10159
|
+
}, um = { class: "w-[40px] flex text-white items-center bg-oc-text active:bg-oc-gray-800 justify-center aspect-square rounded-full cursor-pointer" }, mm = { class: "min-w-[180px]" }, fm = { class: "p-3" }, vm = { class: "uppercase text-oc-text-400 text-xs font-medium" }, Rf = /* @__PURE__ */ Z({
|
10144
10160
|
__name: "OcSupportMenu",
|
10145
10161
|
props: {
|
10146
10162
|
modelValue: {
|
@@ -10194,8 +10210,9 @@ const pc = { class: "flex flex-col gap-y-2 w-full" }, yc = {
|
|
10194
10210
|
]),
|
10195
10211
|
(t(!0), i(N, null, R(s.items, (c, m) => (t(), x(o(we), F({
|
10196
10212
|
key: m,
|
10197
|
-
class: "text-sm"
|
10198
|
-
|
10213
|
+
class: "text-sm",
|
10214
|
+
ref_for: !0
|
10215
|
+
}, c), {
|
10199
10216
|
badge: S(() => [
|
10200
10217
|
$(a.$slots, "badge", { item: c }),
|
10201
10218
|
c.isLoading ? (t(), x(o(T), {
|
@@ -10212,8 +10229,9 @@ const pc = { class: "flex flex-col gap-y-2 w-full" }, yc = {
|
|
10212
10229
|
l[2] || (l[2] = n("div", { class: "w-full border-t border-gray-200" }, null, -1)),
|
10213
10230
|
(t(!0), i(N, null, R(e.bottomMenu, (s, d) => (t(), x(o(we), F({
|
10214
10231
|
key: d,
|
10215
|
-
class: "text-sm"
|
10216
|
-
|
10232
|
+
class: "text-sm",
|
10233
|
+
ref_for: !0
|
10234
|
+
}, s), {
|
10217
10235
|
badge: S(() => [
|
10218
10236
|
$(a.$slots, "badge", { item: s }),
|
10219
10237
|
s.isLoading ? (t(), x(o(T), {
|
@@ -10295,7 +10313,7 @@ const pc = { class: "flex flex-col gap-y-2 w-full" }, yc = {
|
|
10295
10313
|
_: 3
|
10296
10314
|
}, 16));
|
10297
10315
|
}
|
10298
|
-
}), pm = { class: "flex justify-center pt-[75px] items-start backdrop-blur-sm" }, ym = { class: "bg-white relative z-10 rounded pb-3 max-w-[320px] w-[96vw] shadow" }, xm = { class: "flex flex-col gap-y-7 p-5" }, hm = { class: "min-w-[142px] pt-7 flex justify-center items-center" }, bm = ["src"], wm = { class: "flex text-center flex-col gap-y-3" }, km = { class: "text-lg flex justify-center gap-x-3 items-center font-medium" }, $m = { class: "text-oc-text-400" }, Sm = { class: "py-6 px-5 flex items-center justify-center" },
|
10316
|
+
}), pm = { class: "flex justify-center pt-[75px] items-start backdrop-blur-sm" }, ym = { class: "bg-white relative z-10 rounded pb-3 max-w-[320px] w-[96vw] shadow" }, xm = { class: "flex flex-col gap-y-7 p-5" }, hm = { class: "min-w-[142px] pt-7 flex justify-center items-center" }, bm = ["src"], wm = { class: "flex text-center flex-col gap-y-3" }, km = { class: "text-lg flex justify-center gap-x-3 items-center font-medium" }, $m = { class: "text-oc-text-400" }, Sm = { class: "py-6 px-5 flex items-center justify-center" }, Ff = /* @__PURE__ */ Z({
|
10299
10317
|
__name: "OcWhiteList",
|
10300
10318
|
props: {
|
10301
10319
|
buttonProps: {
|
@@ -10343,7 +10361,7 @@ const pc = { class: "flex flex-col gap-y-2 w-full" }, yc = {
|
|
10343
10361
|
])
|
10344
10362
|
]));
|
10345
10363
|
}
|
10346
|
-
}),
|
10364
|
+
}), Uf = {
|
10347
10365
|
__name: "OcFormBuilder",
|
10348
10366
|
props: {
|
10349
10367
|
id: {
|
@@ -10518,31 +10536,31 @@ const pc = { class: "flex flex-col gap-y-2 w-full" }, yc = {
|
|
10518
10536
|
}), 128))
|
10519
10537
|
], 6)) : u("", !0);
|
10520
10538
|
}
|
10521
|
-
},
|
10522
|
-
() => import("./OcComplexCalendar-
|
10523
|
-
),
|
10524
|
-
() => import("./OcComplexDatePicker-
|
10525
|
-
), dt = de(() => import("./OcModalCropper-
|
10526
|
-
() => import("./ThumbnailTheme-
|
10527
|
-
),
|
10528
|
-
() => import("./ThumbnailSection-
|
10529
|
-
),
|
10530
|
-
() => import("./OcAccountSetupProgress-
|
10539
|
+
}, qf = de(() => import("./OcDataTable-DElje0Is.js")), Hf = de(() => import("./OcFilterSearch-SU-xsa_Y.js")), Yf = de(() => import("./OcFilterSearchFor-B3xBoh2i.js")), Wf = de(() => import("./OcFilterForm-mpS3jm_G.js")), Cm = de(
|
10540
|
+
() => import("./OcComplexCalendar-ClFb15rl.js")
|
10541
|
+
), Kf = de(
|
10542
|
+
() => import("./OcComplexDatePicker-CFhMH5H6.js")
|
10543
|
+
), dt = de(() => import("./OcModalCropper-D8Dn1hu6.js")), Gf = de(() => import("./OcCropper-CgxtOYSE.js")), Bm = de(() => import("./OcDraggable-DRsp4j4e.js")), Xf = de(() => import("./OcDraggableList-BJH4x4Q8.js")), Jf = de(() => import("./OcEmojiPicker-CAIlTxe3.js")), Zf = de(
|
10544
|
+
() => import("./ThumbnailTheme-BPW_bXq7.js")
|
10545
|
+
), Qf = de(
|
10546
|
+
() => import("./ThumbnailSection-DDZ4nHvM.js")
|
10547
|
+
), _f = de(() => import("./SubPlanCard-CUGjVG9p.js")), ev = de(() => import("./OcTimePopup-CrwbZ_Nx.js")), Om = de(() => import("./OcTimePicker-CylE6k53.js")), tv = de(
|
10548
|
+
() => import("./OcAccountSetupProgress-C73sJuwM.js")
|
10531
10549
|
);
|
10532
10550
|
export {
|
10533
|
-
|
10551
|
+
rf as $,
|
10534
10552
|
xn as A,
|
10535
10553
|
K as B,
|
10536
10554
|
Te as C,
|
10537
|
-
|
10555
|
+
af as D,
|
10538
10556
|
kl as E,
|
10539
10557
|
Tt as F,
|
10540
10558
|
We as G,
|
10541
|
-
|
10559
|
+
Qm as H,
|
10542
10560
|
ft as I,
|
10543
10561
|
vt as J,
|
10544
|
-
|
10545
|
-
|
10562
|
+
Jm as K,
|
10563
|
+
Zm as L,
|
10546
10564
|
ut as M,
|
10547
10565
|
Nu as N,
|
10548
10566
|
Re as O,
|
@@ -10551,97 +10569,97 @@ export {
|
|
10551
10569
|
Pe as R,
|
10552
10570
|
Nt as S,
|
10553
10571
|
vl as T,
|
10554
|
-
|
10555
|
-
|
10556
|
-
|
10557
|
-
|
10572
|
+
_m as U,
|
10573
|
+
nf as V,
|
10574
|
+
of as W,
|
10575
|
+
df as X,
|
10558
10576
|
Zn as Y,
|
10559
|
-
|
10577
|
+
sf as Z,
|
10560
10578
|
he as _,
|
10561
10579
|
hr as a,
|
10562
|
-
|
10580
|
+
cf as a0,
|
10563
10581
|
ti as a1,
|
10564
|
-
|
10582
|
+
Sf as a2,
|
10565
10583
|
Jo as a3,
|
10566
|
-
|
10567
|
-
|
10568
|
-
|
10569
|
-
|
10570
|
-
|
10571
|
-
|
10584
|
+
If as a4,
|
10585
|
+
Vf as a5,
|
10586
|
+
$f as a6,
|
10587
|
+
Cf as a7,
|
10588
|
+
uf as a8,
|
10589
|
+
mf as a9,
|
10572
10590
|
we as aA,
|
10573
10591
|
em as aB,
|
10574
|
-
|
10575
|
-
|
10592
|
+
zf as aC,
|
10593
|
+
Rf as aD,
|
10576
10594
|
ae as aE,
|
10577
|
-
|
10595
|
+
Ff as aF,
|
10578
10596
|
rt as aG,
|
10579
10597
|
Cm as aH,
|
10580
10598
|
Bm as aI,
|
10581
|
-
|
10582
|
-
|
10583
|
-
|
10584
|
-
|
10585
|
-
|
10586
|
-
|
10599
|
+
ev as aJ,
|
10600
|
+
Hf as aK,
|
10601
|
+
Wf as aL,
|
10602
|
+
Yf as aM,
|
10603
|
+
qf as aN,
|
10604
|
+
Kf as aO,
|
10587
10605
|
dt as aP,
|
10588
|
-
|
10589
|
-
|
10590
|
-
|
10591
|
-
|
10592
|
-
|
10593
|
-
|
10606
|
+
Gf as aQ,
|
10607
|
+
Xf as aR,
|
10608
|
+
Jf as aS,
|
10609
|
+
Zf as aT,
|
10610
|
+
Qf as aU,
|
10611
|
+
_f as aV,
|
10594
10612
|
Om as aW,
|
10595
|
-
|
10596
|
-
|
10597
|
-
|
10598
|
-
|
10599
|
-
|
10600
|
-
|
10613
|
+
tv as aX,
|
10614
|
+
ff as aa,
|
10615
|
+
vf as ab,
|
10616
|
+
gf as ac,
|
10617
|
+
pf as ad,
|
10618
|
+
yf as ae,
|
10601
10619
|
Wi as af,
|
10602
10620
|
Ri as ag,
|
10603
|
-
|
10604
|
-
|
10605
|
-
|
10606
|
-
|
10621
|
+
Bf as ah,
|
10622
|
+
xf as ai,
|
10623
|
+
hf as aj,
|
10624
|
+
bf as ak,
|
10607
10625
|
po as al,
|
10608
10626
|
So as am,
|
10609
10627
|
Io as an,
|
10610
10628
|
jo as ao,
|
10611
|
-
|
10612
|
-
|
10613
|
-
|
10614
|
-
|
10615
|
-
|
10629
|
+
wf as ap,
|
10630
|
+
kf as aq,
|
10631
|
+
Of as ar,
|
10632
|
+
Tf as as,
|
10633
|
+
Af as at,
|
10616
10634
|
ne as au,
|
10617
|
-
|
10618
|
-
|
10635
|
+
jf as av,
|
10636
|
+
Df as aw,
|
10619
10637
|
sm as ax,
|
10620
10638
|
je as ay,
|
10621
10639
|
se as az,
|
10622
10640
|
kr as b,
|
10623
|
-
|
10641
|
+
Mf as c,
|
10624
10642
|
xe as d,
|
10625
|
-
|
10643
|
+
Lf as e,
|
10626
10644
|
Ur as f,
|
10627
10645
|
Wr as g,
|
10628
10646
|
Kr as h,
|
10629
10647
|
Zr as i,
|
10630
10648
|
od as j,
|
10631
10649
|
xt as k,
|
10632
|
-
|
10650
|
+
Pf as l,
|
10633
10651
|
gd as m,
|
10634
10652
|
xd as n,
|
10635
10653
|
gc as o,
|
10636
10654
|
$c as p,
|
10637
10655
|
Nc as q,
|
10638
10656
|
qc as r,
|
10639
|
-
|
10640
|
-
|
10641
|
-
|
10657
|
+
Ef as s,
|
10658
|
+
Nf as t,
|
10659
|
+
Uf as u,
|
10642
10660
|
Dt as v,
|
10643
|
-
|
10644
|
-
|
10661
|
+
lf as w,
|
10662
|
+
tf as x,
|
10645
10663
|
De as y,
|
10646
|
-
|
10664
|
+
ef as z
|
10647
10665
|
};
|