@feedmepos/mf-payment 1.4.11 → 1.4.13
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/DateRangePicker.vue_vue_type_script_setup_true_lang-uBIWTMzo.js +46 -0
- package/dist/{OnboardForm-Dse8u1JX.js → OnboardForm-BCpzoQtJ.js} +2 -2
- package/dist/{OnboardForm-6_Bma3oY.js → OnboardForm-C8tL8eRP.js} +2 -2
- package/dist/{OnboardSubmission-DRXNJ8UG.js → OnboardSubmission-BejDPe_D.js} +1 -1
- package/dist/{OnboardSubmission-BgDO7JVI.js → OnboardSubmission-WaoA0lWa.js} +1 -1
- package/dist/{PayoutAccount-Br6e6giR.js → PayoutAccount-CNik_Qfp.js} +3 -3
- package/dist/{PayoutAccount-WzMhhSie.js → PayoutAccount-QqDmqTbV.js} +1 -1
- package/dist/{Settlement-D3PryFx_.js → Settlement-CDky4U18.js} +1 -1
- package/dist/{Settlement-DLAf3Bha.js → Settlement-D_NGvD-c.js} +1 -1
- package/dist/{Transaction-DLqFy6CO.js → Transaction-CQyKCs8e.js} +1 -1
- package/dist/{Transaction-CqrztOdm.js → Transaction-D-QOxmW0.js} +1 -1
- package/dist/{TransactionOld-BDFo4Mpq.js → TransactionOld-OxDTx7pV.js} +1 -1
- package/dist/{app-DmsfFHrH.js → app-50K_oyr3.js} +12 -12
- package/dist/app.js +1 -1
- package/dist/{index-CKTfmF6h.js → index-D3oxDpEb.js} +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-C-KFDUES.js → payout-account-BGJVH3K0.js} +2 -2
- package/dist/{plugins-C_CbkEaG.js → plugins-DoAPkpI4.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/DateRangePicker.vue_vue_type_script_setup_true_lang-dP_5WjEJ.js +0 -31
package/package.json
CHANGED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { defineComponent as d, useModel as u, computed as i, resolveComponent as o, openBlock as c, createBlock as p, withCtx as s, createVNode as _ } from "vue";
|
|
2
|
-
const f = /* @__PURE__ */ d({
|
|
3
|
-
__name: "DateRangePicker",
|
|
4
|
-
props: {
|
|
5
|
-
modelValue: { required: !0 },
|
|
6
|
-
modelModifiers: {}
|
|
7
|
-
},
|
|
8
|
-
emits: ["update:modelValue"],
|
|
9
|
-
setup(l) {
|
|
10
|
-
const e = u(l, "modelValue"), a = i(() => e.value ? `${e.value.startDate ?? "Start"} ~ ${e.value.endDate ?? "End"}` : "No dates selected.");
|
|
11
|
-
return (v, t) => {
|
|
12
|
-
const n = o("FmChip"), r = o("FmSimpleDateRangePicker");
|
|
13
|
-
return c(), p(r, {
|
|
14
|
-
modelValue: e.value,
|
|
15
|
-
"onUpdate:modelValue": t[0] || (t[0] = (m) => e.value = m),
|
|
16
|
-
"show-predefined-range": ""
|
|
17
|
-
}, {
|
|
18
|
-
"trigger-button": s(() => [
|
|
19
|
-
_(n, {
|
|
20
|
-
icon: "calendar_month",
|
|
21
|
-
label: a.value
|
|
22
|
-
}, null, 8, ["label"])
|
|
23
|
-
]),
|
|
24
|
-
_: 1
|
|
25
|
-
}, 8, ["modelValue"]);
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
export {
|
|
30
|
-
f as _
|
|
31
|
-
};
|