@kiva/kv-shop 3.7.93 → 3.7.95
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/components/KvPaymentSelect.js +1 -1
- package/dist/index.d.ts +0 -9
- package/dist/kv-components/dist/vue/KvAccordionItem.js +6 -6
- package/dist/kv-components/dist/vue/KvAtbModal.css +1 -1
- package/dist/kv-components/dist/vue/KvCarousel.css +1 -1
- package/dist/kv-components/dist/vue/KvCartModal.css +1 -1
- package/dist/kv-components/dist/vue/KvClassicLoanCard.css +1 -1
- package/dist/kv-components/dist/vue/KvCompactLoanCard.css +1 -1
- package/dist/kv-components/dist/vue/KvExpandable.js +2 -2
- package/dist/kv-components/dist/vue/KvGrid.js +2 -2
- package/dist/kv-components/dist/vue/KvIntroductionLoanCard.css +1 -1
- package/dist/kv-components/dist/vue/KvLendCta.css +1 -1
- package/dist/kv-components/dist/vue/KvLoadingPlaceholder.js +2 -2
- package/dist/kv-components/dist/vue/KvLoadingSpinner.js +2 -2
- package/dist/kv-components/dist/vue/KvLoanInfoCard.css +1 -1
- package/dist/kv-components/dist/vue/KvMaterialIcon.js +3 -3
- package/dist/kv-components/dist/vue/KvPageContainer.js +2 -2
- package/dist/kv-components/dist/vue/KvPieChartV2.css +1 -1
- package/dist/kv-components/dist/vue/KvSimpleMap.css +1 -1
- package/dist/kv-components/dist/vue/KvSimpleMap2.js +1 -1
- package/dist/kv-components/dist/vue/KvTab.js +2 -2
- package/dist/kv-components/dist/vue/KvTabPanel.js +1 -1
- package/dist/kv-components/dist/vue/KvTabs.js +2 -2
- package/dist/kv-components/dist/vue/KvTabs2.js +15 -12
- package/dist/kv-components/dist/vue/KvTextInput.js +4 -4
- package/dist/kv-components/dist/vue/KvThemeProvider.css +1 -1
- package/dist/kv-components/dist/vue/KvTooltip.css +1 -1
- package/dist/kv-components/dist/vue/KvTreeMapChart.css +1 -1
- package/dist/kv-components/dist/vue/KvVotingCard.css +1 -1
- package/dist/kv-components/dist/vue/KvWideLoanCard.css +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeader/KvHeaderAboutMenu.js +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeader/KvHeaderMenuLink.js +2 -2
- package/dist/kv-components/dist/vue/KvWwwHeader/KvHeaderMobileMenu.js +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeader/KvHeaderMyKivaMenu.js +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeader/KvHeaderTakeActionMenu.js +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeader/LendMenu/KvLendListMenu.js +21 -21
- package/dist/kv-components/dist/vue/KvWwwHeader/LendMenu/KvLendMegaMenu.js +22 -22
- package/dist/kv-components/dist/vue/KvWwwHeader/LendMenu/KvLendMenu.js +3 -3
- package/dist/kv-components/dist/vue/KvWwwHeader/LendMenu/KvLendMenuCountryList.js +5 -5
- package/dist/kv-components/dist/vue/KvWwwHeader/LendMenu/KvLendMenuSearchList.js +3 -3
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/AboutMenu.js +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/LinkBar.css +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/MobileLendMenu/CategoriesPanel.js +8 -8
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/MobileLendMenu/MobileLendMenu.css +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/MobileLendMenu/MobileLendMenu.js +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/MobileLendMenu/MyKivaPanel.js +7 -7
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/MobileLendMenu/RegionsPanel.js +1 -1
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/MobileLendMenu/SearchPanel.js +2 -2
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/MobileMenu.js +2 -2
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/MyKivaMenu.js +9 -9
- package/dist/kv-components/dist/vue/KvWwwHeaderBasic/SearchBar.js +5 -5
- package/package.json +5 -19
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import o from "./KvPaymentSelect2.js";
|
|
2
|
-
import { resolveComponent as r,
|
|
2
|
+
import { resolveComponent as r, openBlock as e, createElementBlock as s, createElementVNode as a, createBlock as c, createCommentVNode as p } from "vue";
|
|
3
3
|
import "./KvPaymentSelect.css";
|
|
4
4
|
import i from "../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const m = { class: "kv-payment-select tw-text-center" }, d = {
|
package/dist/index.d.ts
CHANGED
|
@@ -419,12 +419,3 @@ export declare function watchBasketTotals(apollo: ApolloClient<any>): Observable
|
|
|
419
419
|
export declare function watchShopQuery<TData>(apollo: ApolloClient<any>, options: WatchQueryOptions<any, TData>, maxretries?: number): ObservableQuery<TData, any>;
|
|
420
420
|
|
|
421
421
|
export { }
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
declare global {
|
|
425
|
-
interface Window {
|
|
426
|
-
braintree?: {
|
|
427
|
-
dropin: typeof import('braintree-web-drop-in');
|
|
428
|
-
};
|
|
429
|
-
}
|
|
430
|
-
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import c from "./KvAccordionItem2.js";
|
|
2
|
-
import { resolveComponent as r,
|
|
2
|
+
import { resolveComponent as r, openBlock as p, createElementBlock as f, createElementVNode as o, withModifiers as h, renderSlot as l, createVNode as n, normalizeClass as u, withCtx as m, withDirectives as b, vShow as v } from "vue";
|
|
3
3
|
import x from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const g = { class: "tw-border-b tw-border-tertiary tw-relative last:tw-border-b-0" }, k = ["disabled", "aria-controls", "aria-expanded"], C = { class: "tw-flex-1" }, y = ["id", "aria-hidden"];
|
|
5
5
|
function O(i, a, e, t, $, B) {
|
|
6
6
|
const s = r("kv-material-icon"), d = r("kv-expandable");
|
|
7
|
-
return
|
|
7
|
+
return p(), f("div", g, [
|
|
8
8
|
o("button", {
|
|
9
9
|
class: "tw-w-full tw-flex tw-justify-between tw-items-center tw-py-1.5 tw-px-0 tw-text-left disabled:tw-cursor-not-allowed disabled:tw-opacity-low hover:tw-text-action-highlight focus:tw-text-action-highlight",
|
|
10
10
|
disabled: e.disabled,
|
|
@@ -13,20 +13,20 @@ function O(i, a, e, t, $, B) {
|
|
|
13
13
|
onClick: a[0] || (a[0] = h((...w) => t.toggle && t.toggle(...w), ["prevent"]))
|
|
14
14
|
}, [
|
|
15
15
|
o("span", C, [
|
|
16
|
-
|
|
16
|
+
l(i.$slots, "header")
|
|
17
17
|
]),
|
|
18
|
-
|
|
18
|
+
n(s, {
|
|
19
19
|
class: u(["tw-h-3 tw-w-3 tw-transition tw-transform tw-duration-500 tw-ease", { "tw-rotate-180": t.isOpen }]),
|
|
20
20
|
icon: t.mdiChevronDown
|
|
21
21
|
}, null, 8, ["class", "icon"])
|
|
22
22
|
], 8, k),
|
|
23
|
-
|
|
23
|
+
n(d, null, {
|
|
24
24
|
default: m(() => [
|
|
25
25
|
b(o("div", {
|
|
26
26
|
id: `kv-accordion-${e.id}`,
|
|
27
27
|
"aria-hidden": t.isOpen ? "false" : "true"
|
|
28
28
|
}, [
|
|
29
|
-
|
|
29
|
+
l(i.$slots, "default")
|
|
30
30
|
], 8, y), [
|
|
31
31
|
[v, t.isOpen]
|
|
32
32
|
])
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@media
|
|
1
|
+
@media(min-width:45.875rem){.cart-modal[data-v-22f7aa1c] div.container{right:var(--modal-right)!important;top:var(--modal-top)!important}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@media
|
|
1
|
+
@media(min-width:64rem){.aside-controls-content[data-v-c7500299]{width:82%}}.circle-slide[data-v-c7500299]{width:auto}.circle-slide.is-selected[data-v-c7500299]{opacity:1;transform:scale(1.2);max-width:300px}.circle-slide[data-v-c7500299]:not(.is-selected){opacity:.5;transform:scale(.7)}.circle-carousel[data-v-c7500299]{margin:0 auto}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.screen[data-v-3fa0c68d]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;background-color:#0003}.modal[data-v-3fa0c68d]{width:100%;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;--tw-bg-opacity: 1;background-color:rgba(var(--bg-primary),var(--tw-bg-opacity, 1))}@media
|
|
1
|
+
.screen[data-v-3fa0c68d]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;background-color:#0003}.modal[data-v-3fa0c68d]{width:100%;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;--tw-bg-opacity: 1;background-color:rgba(var(--bg-primary),var(--tw-bg-opacity, 1))}@media(min-width:45.875rem){.modal[data-v-3fa0c68d]{position:absolute;right:0}}.modal[data-v-3fa0c68d]{max-height:90%}.container[data-v-3fa0c68d]{position:absolute;top:0;right:0;bottom:0;left:0}@media(min-width:45.875rem){.modal[data-v-3fa0c68d]{max-width:24.5rem}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.loan-card-use[data-v-
|
|
1
|
+
.loan-card-use[data-v-907918f9]:hover,.loan-card-use[data-v-907918f9]:focus{--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1))}.loan-card-active-hover:hover .loan-card-use[data-v-907918f9]{text-decoration-line:underline}.loan-card-progress[data-v-907918f9]:hover,.loan-card-progress[data-v-907918f9]:focus{text-decoration-line:none}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.loan-card-use[data-v-
|
|
1
|
+
.loan-card-use[data-v-02aa45c6]:hover,.loan-card-use[data-v-02aa45c6]:focus{--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1))}.loan-card-active-hover:hover .loan-card-use[data-v-02aa45c6]{text-decoration-line:underline}.loan-card-progress[data-v-02aa45c6]:hover,.loan-card-progress[data-v-02aa45c6]:focus{text-decoration-line:none}.loan-card-use-text[data-v-02aa45c6] p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden;text-overflow:ellipsis}.loan-card-cta[data-v-02aa45c6] form,.loan-card-cta[data-v-02aa45c6] fieldset,.loan-card-cta[data-v-02aa45c6] .tw-w-full,.loan-card-cta[data-v-02aa45c6] button{height:40px!important;max-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important}.loan-card-cta[data-v-02aa45c6] .tw-inline-flex{height:40px!important;max-height:40px!important;min-height:40px!important}[data-v-02aa45c6] .amount-dropdown select{height:2.25rem;--tw-border-opacity: 1;border-color:rgb(245 245 245 / var(--tw-border-opacity, 1));padding-left:.5rem}[data-v-02aa45c6] .goal-variant-callouts span{font-weight:500}.goal-variant-progress-group[data-v-02aa45c6] div[role=progressbar]{background-color:#d9d9d9}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import t from "./KvExpandable2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { openBlock as r, createBlock as n, Transition as a, withCtx as l, renderSlot as f } from "vue";
|
|
3
3
|
import i from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
function s(o, d, m, e, p, c) {
|
|
5
|
-
return
|
|
5
|
+
return r(), n(a, {
|
|
6
6
|
onEnter: e.enter,
|
|
7
7
|
onLeave: e.leave
|
|
8
8
|
}, {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import r from "./KvGrid2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { openBlock as e, createBlock as a, resolveDynamicComponent as l, withCtx as m, renderSlot as n } from "vue";
|
|
3
3
|
import p from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
function s(t, d, o, f, i, c) {
|
|
5
|
-
return
|
|
5
|
+
return e(), a(l(o.as), { class: "tw-grid tw-gap-2 md:tw-gap-3 lg:tw-gap-3.5" }, {
|
|
6
6
|
default: m(() => [
|
|
7
7
|
n(t.$slots, "default")
|
|
8
8
|
]),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.loan-callouts[data-v-
|
|
1
|
+
.loan-callouts[data-v-4e9edc0f] span{background-color:transparent!important;--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1))}.loan-card-use[data-v-4e9edc0f]:hover,.loan-card-use[data-v-4e9edc0f]:focus{--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1))}.loan-card-active-hover:hover .loan-card-use[data-v-4e9edc0f],.loan-card-active-hover:hover .loan-card-name[data-v-4e9edc0f]{text-decoration-line:underline}.loan-card-progress[data-v-4e9edc0f],.loan-card-progress[data-v-4e9edc0f]:hover,.loan-card-progress[data-v-4e9edc0f]:focus{text-decoration-line:none}.loan-card-name[data-v-4e9edc0f]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;cursor:pointer;overflow:hidden;text-overflow:ellipsis;padding-left:1.5rem;padding-right:1.5rem;padding-top:.5rem}.loan-bookmark[data-v-4e9edc0f] button{border-top-left-radius:0!important;border-top-right-radius:0!important}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.amountDropdownWrapper[data-v-
|
|
1
|
+
.amountDropdownWrapper[data-v-da60f69c] select{border-radius:14px 0 0 14px!important}.lend-again[data-v-da60f69c] span{padding-left:.5rem;padding-right:.5rem}.lendButtonWrapper[data-v-da60f69c] span:first-child{border-radius:0 14px 14px 0}.filtered-dropdown[data-v-da60f69c] select{cursor:pointer;border-radius:1rem;border-width:2px;font-weight:500}.unselected-dropdown[data-v-da60f69c] select{--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity, 1))}.preset-option[data-v-da60f69c] span.tw-w-full:first-child{border-width:2px;--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity, 1))}.selected-dropdown[data-v-da60f69c] select,.selected-option[data-v-da60f69c] span.tw-w-full:first-child{--tw-border-opacity: 1;border-color:rgba(var(--border-action),var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgba(var(--bg-secondary),var(--tw-bg-opacity, 1))}.button-ellipsis[data-v-da60f69c] span>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:410px){.mobile-dropdown-small[data-v-da60f69c]{flex:0 0 40%}}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { openBlock as t, createElementBlock as e } from "vue";
|
|
2
2
|
import "./KvLoadingPlaceholder.css";
|
|
3
3
|
import o from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const r = {}, l = { class: "loading-placeholder tw-w-full tw-h-full tw-relative tw-overflow-hidden tw-bg-tertiary tw-rounded-xs" };
|
|
5
5
|
function a(d, n) {
|
|
6
|
-
return
|
|
6
|
+
return t(), e("div", l);
|
|
7
7
|
}
|
|
8
8
|
const w = /* @__PURE__ */ o(r, [["render", a], ["__scopeId", "data-v-0340412a"]]);
|
|
9
9
|
export {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import r from "./KvLoadingSpinner2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { openBlock as o, createElementBlock as l, normalizeClass as a, createStaticVNode as c } from "vue";
|
|
3
3
|
import i from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
function s(w, e, t, n, p, d) {
|
|
5
|
-
return
|
|
5
|
+
return o(), l("svg", {
|
|
6
6
|
class: a(["tw-animate-spin-eased", {
|
|
7
7
|
"tw-h-3 tw-w-3": t.size === "small",
|
|
8
8
|
"tw-h-4 tw-w-4": t.size === "medium",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.loan-card-active-hover[data-v-
|
|
1
|
+
.loan-card-active-hover[data-v-13281840]:hover{cursor:pointer}.loan-card-use[data-v-13281840]:hover,.loan-card-use[data-v-13281840]:focus{--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1))}.loan-card-active-hover:hover .loan-card-use[data-v-13281840]{text-decoration-line:underline}.loan-card-progress[data-v-13281840]:hover,.loan-card-progress[data-v-13281840]:focus{text-decoration-line:none}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import r from "./KvMaterialIcon2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
3
3
|
import n from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const i = {
|
|
5
5
|
class: "tw-inline-flex",
|
|
@@ -12,8 +12,8 @@ const i = {
|
|
|
12
12
|
viewBox: "0 0 24 24"
|
|
13
13
|
}, c = ["d"];
|
|
14
14
|
function s(f, m, l, d, u, h) {
|
|
15
|
-
return
|
|
16
|
-
(
|
|
15
|
+
return e(), t("span", i, [
|
|
16
|
+
(e(), t("svg", a, [
|
|
17
17
|
o("path", { d: l.icon }, null, 8, c)
|
|
18
18
|
]))
|
|
19
19
|
]);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import o from "./KvPageContainer2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { openBlock as e, createElementBlock as r, renderSlot as l } from "vue";
|
|
3
3
|
import m from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const p = {
|
|
5
5
|
class: "tw-mx-auto tw-px-2.5 md:tw-px-4 lg:tw-px-8",
|
|
6
6
|
style: { "max-width": "1200px" }
|
|
7
7
|
};
|
|
8
8
|
function a(t, n, s, c, d, i) {
|
|
9
|
-
return
|
|
9
|
+
return e(), r("div", p, [
|
|
10
10
|
l(t.$slots, "default")
|
|
11
11
|
]);
|
|
12
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.segment-circle[data-v-73c9f5f9]{transition:stroke-dashoffset .5s ease-in-out}.skeleton-ring[data-v-73c9f5f9]{opacity:1;transition:opacity .5s ease-in-out}.skeleton-ring--loading[data-v-73c9f5f9]{animation:skeleton-ring-pulse-73c9f5f9 1.4s ease-in-out infinite;transform-origin:center}.legend-dot[data-v-73c9f5f9]{transition:background-color .5s ease-in-out}@keyframes skeleton-ring-pulse-73c9f5f9{0%,to{opacity:.45}50%{opacity:1}}@media
|
|
1
|
+
.segment-circle[data-v-73c9f5f9]{transition:stroke-dashoffset .5s ease-in-out}.skeleton-ring[data-v-73c9f5f9]{opacity:1;transition:opacity .5s ease-in-out}.skeleton-ring--loading[data-v-73c9f5f9]{animation:skeleton-ring-pulse-73c9f5f9 1.4s ease-in-out infinite;transform-origin:center}.legend-dot[data-v-73c9f5f9]{transition:background-color .5s ease-in-out}@keyframes skeleton-ring-pulse-73c9f5f9{0%,to{opacity:.45}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.skeleton-ring--loading[data-v-73c9f5f9]{animation:none}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.kv-simple-map__pan-layer[data-v-
|
|
1
|
+
.kv-simple-map__pan-layer[data-v-8c42534e]{transform-origin:0 0}.kv-simple-map__control-btn[data-v-8c42534e]{display:flex;height:2rem;width:2rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.25rem;border-width:.0625rem;--tw-border-opacity: 1;border-color:rgba(var(--border-tertiary),var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 4px 0 rgb(0 0 0 / .08);--tw-shadow-colored: 0 1px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.kv-simple-map__control-btn[data-v-8c42534e]:disabled{cursor:default;opacity:.3}.kv-simple-map__control-btn[data-v-8c42534e]:hover:not(:disabled){--tw-bg-opacity: 1;background-color:rgba(var(--bg-secondary),var(--tw-bg-opacity, 1))}.kv-simple-map__play-btn[data-v-8c42534e]{border-radius:500rem}.kv-simple-map__default-popup[data-v-8c42534e]{white-space:nowrap;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem 1.5rem;text-align:center;--tw-shadow: 0 1px 4px 0 rgb(0 0 0 / .08);--tw-shadow-colored: 0 1px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);min-width:80px}.kv-simple-map__popup[data-v-8c42534e]{height:0;width:0}.kv-simple-map__popup-content[data-v-8c42534e]{position:absolute;white-space:nowrap}.kv-simple-map__popup--top>.kv-simple-map__popup-content[data-v-8c42534e]{bottom:var(--kv-simple-map-popup-offset, 4px);left:0;transform:translate(-50%)}.kv-simple-map__popup--bottom>.kv-simple-map__popup-content[data-v-8c42534e]{top:var(--kv-simple-map-popup-offset, 4px);left:0;transform:translate(-50%)}.kv-simple-map__popup--bottom-right>.kv-simple-map__popup-content[data-v-8c42534e]{top:var(--kv-simple-map-popup-offset, 4px);left:var(--kv-simple-map-popup-offset, 4px)}.kv-simple-map-popup-enter-active[data-v-8c42534e],.kv-simple-map-popup-leave-active[data-v-8c42534e]{transition:opacity .18s ease-out}.kv-simple-map-popup-enter-from[data-v-8c42534e],.kv-simple-map-popup-leave-to[data-v-8c42534e]{opacity:0}.kv-simple-map-popup-enter-to[data-v-8c42534e],.kv-simple-map-popup-leave-from[data-v-8c42534e]{opacity:1}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Xe, useSlots as Ye, computed as n, ref as x, watch as Y,
|
|
1
|
+
import { defineComponent as Xe, useSlots as Ye, computed as n, ref as x, watch as Y, onMounted as qe, onBeforeUnmount as je, openBlock as h, createElementBlock as w, normalizeStyle as N, createElementVNode as M, Fragment as Ke, renderList as We, unref as _, createVNode as L, createCommentVNode as D, Transition as Ge, withCtx as Je, normalizeClass as Qe, renderSlot as et, toDisplayString as re } from "vue";
|
|
2
2
|
import { mdiPlus as tt, mdiMinus as lt, mdiPlay as at } from "@mdi/js";
|
|
3
3
|
import S from "@kiva/kv-tokens";
|
|
4
4
|
import ot from "../data/simpleMapPaths.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import l from "./KvTab2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { openBlock as i, createElementBlock as n, normalizeClass as c, renderSlot as s } from "vue";
|
|
3
3
|
import d from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const b = ["id", "aria-selected", "aria-controls", "tabindex"];
|
|
5
5
|
function m(r, a, e, t, w, f) {
|
|
6
|
-
return
|
|
6
|
+
return i(), n("button", {
|
|
7
7
|
id: `kv-tab-${e.forPanel}`,
|
|
8
8
|
class: c(["tw-text-h3 tw-mb-1.5 tw-whitespace-nowrap tw-text-left", {
|
|
9
9
|
"hover:tw-text-action": !t.isActive,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import l from "./KvTabPanel2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { openBlock as a, createBlock as o, Transition as r, withCtx as s, withDirectives as c, createElementBlock as n, renderSlot as d, vShow as p } from "vue";
|
|
3
3
|
import v from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const w = ["id", "aria-hidden", "aria-labelledby"];
|
|
5
5
|
function b(i, f, t, e, m, u) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import w from "./KvTabs2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { openBlock as d, createElementBlock as s, normalizeClass as l, createElementVNode as o, renderSlot as i, normalizeStyle as m } from "vue";
|
|
3
3
|
import c from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const f = { class: "tw-relative" };
|
|
5
5
|
function v(r, a, e, t, p, b) {
|
|
6
|
-
return
|
|
6
|
+
return d(), s("div", {
|
|
7
7
|
class: l(e.vertical ? "md:tw-flex" : "")
|
|
8
8
|
}, [
|
|
9
9
|
o("div", {
|
|
@@ -6,6 +6,9 @@ const T = {
|
|
|
6
6
|
default: !1
|
|
7
7
|
}
|
|
8
8
|
},
|
|
9
|
+
emits: [
|
|
10
|
+
"tab-changed"
|
|
11
|
+
],
|
|
9
12
|
setup(m, { emit: p }) {
|
|
10
13
|
const t = h({
|
|
11
14
|
selectedIndex: 0,
|
|
@@ -13,8 +16,8 @@ const T = {
|
|
|
13
16
|
navItems: []
|
|
14
17
|
}), i = b(null), r = I(() => {
|
|
15
18
|
var e;
|
|
16
|
-
const { navItems:
|
|
17
|
-
return ((e =
|
|
19
|
+
const { navItems: o, selectedIndex: c } = t;
|
|
20
|
+
return ((e = o[c]) == null ? void 0 : e.$el) ?? null;
|
|
18
21
|
}), n = h({
|
|
19
22
|
width: 3,
|
|
20
23
|
height: "0.25rem",
|
|
@@ -22,27 +25,27 @@ const T = {
|
|
|
22
25
|
}), s = () => {
|
|
23
26
|
const e = r.value;
|
|
24
27
|
e && (m.vertical ? (n.width = 3, n.height = `${e.clientHeight}px`, n.transform = `translateY(${e.offsetTop}px)`) : (n.width = e.clientWidth, n.height = "0.25rem", n.transform = `translateX(${e.offsetLeft}px)`));
|
|
25
|
-
},
|
|
28
|
+
}, a = (e) => {
|
|
26
29
|
t.selectedIndex = e, r.value.scrollIntoView({ behavior: "smooth", block: "nearest" }), p("tab-changed", e);
|
|
27
30
|
};
|
|
28
|
-
t.setTab =
|
|
31
|
+
t.setTab = a, g("$KvTabContext", t);
|
|
29
32
|
const w = (e) => {
|
|
30
|
-
const { navItems:
|
|
33
|
+
const { navItems: o, selectedIndex: c } = t, v = () => {
|
|
31
34
|
var l;
|
|
32
|
-
const f =
|
|
35
|
+
const f = o.find((x) => x.isActive);
|
|
33
36
|
f && ((l = f.$el) == null || l.focus());
|
|
34
|
-
}, d =
|
|
37
|
+
}, d = o.length;
|
|
35
38
|
if (e.key === "ArrowRight") {
|
|
36
39
|
e.preventDefault();
|
|
37
40
|
const l = (c + 1) % d;
|
|
38
|
-
|
|
41
|
+
a(l), v();
|
|
39
42
|
}
|
|
40
43
|
if (e.key === "ArrowLeft") {
|
|
41
44
|
e.preventDefault();
|
|
42
45
|
const l = (c - 1 + d) % d;
|
|
43
|
-
|
|
46
|
+
a(l), v();
|
|
44
47
|
}
|
|
45
|
-
e.key === "Home" && (e.preventDefault(),
|
|
48
|
+
e.key === "Home" && (e.preventDefault(), a(0), v()), e.key === "End" && (e.preventDefault(), a(d - 1), v());
|
|
46
49
|
}, u = () => {
|
|
47
50
|
var e;
|
|
48
51
|
(e = i.value) == null || e.disconnect(), r.value && (i.value = new ResizeObserver(() => {
|
|
@@ -52,8 +55,8 @@ const T = {
|
|
|
52
55
|
return y(r, () => {
|
|
53
56
|
u(), k(s);
|
|
54
57
|
}), $(() => {
|
|
55
|
-
t.navItems.forEach((e,
|
|
56
|
-
e.selected && o
|
|
58
|
+
t.navItems.forEach((e, o) => {
|
|
59
|
+
e.selected && a(o);
|
|
57
60
|
}), s(), u(), window.addEventListener("resize", s);
|
|
58
61
|
}), D(() => {
|
|
59
62
|
var e;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import p from "./KvTextInput2.js";
|
|
2
|
-
import { resolveComponent as u,
|
|
2
|
+
import { resolveComponent as u, openBlock as o, createElementBlock as w, normalizeStyle as m, normalizeClass as c, createElementVNode as r, mergeProps as g, toHandlers as h, createBlock as d, createCommentVNode as a, withDirectives as b, createVNode as v, vShow as f, renderSlot as y } from "vue";
|
|
3
3
|
import "./KvTextInput.css";
|
|
4
4
|
import x from "../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const k = ["id", "type", "placeholder", "disabled", "value"], C = {
|
|
@@ -15,7 +15,7 @@ function I(s, l, t, e, V, A) {
|
|
|
15
15
|
r("div", {
|
|
16
16
|
class: c(["tw-relative tw-w-full", { "tw-opacity-low": t.disabled }])
|
|
17
17
|
}, [
|
|
18
|
-
r("input",
|
|
18
|
+
r("input", g({
|
|
19
19
|
id: t.id,
|
|
20
20
|
ref: "textInputRef",
|
|
21
21
|
type: t.type,
|
|
@@ -28,7 +28,7 @@ function I(s, l, t, e, V, A) {
|
|
|
28
28
|
}],
|
|
29
29
|
placeholder: t.placeholder,
|
|
30
30
|
disabled: t.disabled
|
|
31
|
-
}, e.inputAttrs, { value: t.modelValue },
|
|
31
|
+
}, e.inputAttrs, { value: t.modelValue }, h(e.inputListeners, !0), {
|
|
32
32
|
onInput: l[0] || (l[0] = (...i) => e.onInput && e.onInput(...i))
|
|
33
33
|
}), null, 16, k),
|
|
34
34
|
t.icon ? (o(), d(n, {
|
|
@@ -41,7 +41,7 @@ function I(s, l, t, e, V, A) {
|
|
|
41
41
|
icon: e.mdiAlertCircleOutline,
|
|
42
42
|
class: "tw-w-3 tw-h-3 tw-absolute tw-top-1.5 tw-right-1.5 tw-pointer-events-none tw-text-danger"
|
|
43
43
|
}, null, 8, ["icon"])),
|
|
44
|
-
|
|
44
|
+
b(r("button", {
|
|
45
45
|
type: "button",
|
|
46
46
|
class: "tw-absolute tw-top-1.5 tw-right-1.5",
|
|
47
47
|
onClick: l[1] || (l[1] = (...i) => e.clearInput && e.clearInput(...i))
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.tw-text-jumbo u,.tw-text-h1 u,.tw-text-h2 u,.tw-text-h3 u,h1 u,h2 u,h3 u{text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:var(--heading-underline-primary);background-repeat:no-repeat;background-position:left bottom}.tw-text-jumbo u,.tw-text-h1 u,h1 u{background-size:100% .75rem;padding-bottom:.375rem}.tw-text-h2 u,h2 u{background-size:100% .375rem;padding-bottom:.125rem}.tw-text-h3 u,h3 u{background-size:100% .375rem;padding-bottom:.2rem}@media
|
|
1
|
+
.tw-text-jumbo u,.tw-text-h1 u,.tw-text-h2 u,.tw-text-h3 u,h1 u,h2 u,h3 u{text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:var(--heading-underline-primary);background-repeat:no-repeat;background-position:left bottom}.tw-text-jumbo u,.tw-text-h1 u,h1 u{background-size:100% .75rem;padding-bottom:.375rem}.tw-text-h2 u,h2 u{background-size:100% .375rem;padding-bottom:.125rem}.tw-text-h3 u,h3 u{background-size:100% .375rem;padding-bottom:.2rem}@media(min-width:64rem){.tw-text-jumbo u{background-size:100% 1rem;padding-bottom:.375rem}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.tooltip-pane[data-v-
|
|
1
|
+
.tooltip-pane[data-v-5fd76cc8],.tooltip-arrow[data-v-5fd76cc8]{box-shadow:0 4px 12px #00000014}.tooltip-arrow[data-v-5fd76cc8]{margin:.5rem;border-color:rgba(var(--bg-primary),var(--tw-bg-opacity, 1))}.tooltip-pane[x-placement^=top][data-v-5fd76cc8]{margin-bottom:.5rem}.tooltip-pane[x-placement^=top] .tooltip-arrow[data-v-5fd76cc8]{border-width:8px 8px 0 8px;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;left:calc(50% - 8px);bottom:-.5rem;margin-top:0;margin-bottom:0}.tooltip-pane[x-placement^=bottom][data-v-5fd76cc8]{margin-top:.5rem}.tooltip-pane[x-placement^=bottom] .tooltip-arrow[data-v-5fd76cc8]{border-width:0 8px 8px 8px;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;left:calc(50% - 8px);top:-.5rem;margin-bottom:0;margin-top:0}.tooltip-pane[x-placement^=right][data-v-5fd76cc8]{margin-left:.5rem}.tooltip-pane[x-placement^=right] .tooltip-arrow[data-v-5fd76cc8]{border-width:8px 8px 8px 0;border-left-color:transparent;border-top-color:transparent;border-bottom-color:transparent;top:calc(50% - 8px);left:-.5rem;margin-left:0;margin-right:0}.tooltip-pane[x-placement^=left][data-v-5fd76cc8]{margin-right:.5rem}.tooltip-pane[x-placement^=left] .tooltip-arrow[data-v-5fd76cc8]{border-width:8px 0 8px 8px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;top:calc(50% - 8px);right:-.5rem;margin-left:0;margin-right:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.treemap-figure[data-v-ec4ea02f]{height:30rem;width:calc(100% + .25rem);margin-right:-.25rem}@media
|
|
1
|
+
.treemap-figure[data-v-ec4ea02f]{height:30rem;width:calc(100% + .25rem);margin-right:-.25rem}@media(min-width:45.875rem){.treemap-figure[data-v-ec4ea02f]{height:20rem}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.kv-voting-card[data-v-
|
|
1
|
+
.kv-voting-card[data-v-2079a7ca]{max-width:300px}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.loan-card-use[data-v-
|
|
1
|
+
.loan-card-use[data-v-7478412d]:hover,.loan-card-use[data-v-7478412d]:focus{--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1))}.loan-card-active-hover:hover .loan-card-use[data-v-7478412d]{text-decoration-line:underline}.loan-card-progress[data-v-7478412d],.loan-card-progress[data-v-7478412d]:hover,.loan-card-progress[data-v-7478412d]:focus{text-decoration-line:none}.loan-callouts[data-v-7478412d] div{height:auto;flex-wrap:wrap}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import l from "./KvHeaderAboutMenu2.js";
|
|
2
|
-
import { resolveComponent as s, resolveDirective as n,
|
|
2
|
+
import { resolveComponent as s, resolveDirective as n, openBlock as o, createElementBlock as f, withDirectives as r, createBlock as c, withCtx as i, createTextVNode as u } from "vue";
|
|
3
3
|
import p from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const k = { class: "tw--mt-0.5 tw-pb-0.5 tw-flex tw-flex-col tw-items-start tw-font-medium tw-px-2.5" };
|
|
5
5
|
function v(h, e, w, b, d, m) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { openBlock as e, createElementBlock as r, renderSlot as o } from "vue";
|
|
2
2
|
import n from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
3
|
const c = {}, l = { class: "tw-py-1.5 tw-cursor-pointer tw-no-underline hover:tw-underline tw-text-primary hover:tw-text-action" };
|
|
4
4
|
function s(t, a) {
|
|
5
|
-
return
|
|
5
|
+
return e(), r("a", l, [
|
|
6
6
|
o(t.$slots, "default")
|
|
7
7
|
]);
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import f from "./KvHeaderMobileMenu2.js";
|
|
2
|
-
import { resolveComponent as b, resolveDirective as h,
|
|
2
|
+
import { resolveComponent as b, resolveDirective as h, openBlock as t, createElementBlock as l, withDirectives as i, createBlock as p, createCommentVNode as N, withCtx as r, createElementVNode as n, Fragment as T, renderList as C, withModifiers as a, toDisplayString as d, createTextVNode as o } from "vue";
|
|
3
3
|
import "./KvHeaderMobileMenu.css";
|
|
4
4
|
import A from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const g = { class: "tw--mt-0.5 tw-pb-0.5 tw-gap-2 tw-flex tw-flex-col tw-items-end md:tw-hidden tw-font-medium tw-p-2.5" }, x = { class: "tw-flex tw-flex-col tw-gap-2 tw-pl-1" }, I = ["href"], K = { class: "tw-text-secondary tw-font-book" }, D = { class: "tw-flex tw-flex-col tw-gap-2 tw-pb-2 tw-pl-1" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import d from "./KvHeaderMyKivaMenu2.js";
|
|
2
|
-
import { resolveComponent as n, resolveDirective as m,
|
|
2
|
+
import { resolveComponent as n, resolveDirective as m, openBlock as e, createElementBlock as u, withDirectives as a, createBlock as l, withCtx as i, createTextVNode as s, createCommentVNode as f } from "vue";
|
|
3
3
|
import h from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const p = { class: "tw--mt-0.5 tw-pb-0.5 tw-flex tw-flex-col tw-items-start tw-font-medium tw-px-2.5" };
|
|
5
5
|
function w(k, t, c, v, T, b) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import s from "./KvHeaderTakeActionMenu2.js";
|
|
2
|
-
import { resolveComponent as c, resolveDirective as u,
|
|
2
|
+
import { resolveComponent as c, resolveDirective as u, openBlock as l, createElementBlock as p, withDirectives as n, createBlock as r, withCtx as i, createElementVNode as t } from "vue";
|
|
3
3
|
import d from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const m = { class: "tw--mt-0.5 tw-pb-0.5 tw-flex tw-flex-col tw-items-start tw-font-medium tw-px-2.5" };
|
|
5
5
|
function v(w, e, f, h, k, x) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import C from "./KvLendListMenu2.js";
|
|
2
|
-
import { resolveComponent as k, resolveDirective as R,
|
|
2
|
+
import { resolveComponent as k, resolveDirective as R, openBlock as l, createElementBlock as a, withDirectives as o, createElementVNode as t, createTextVNode as d, createVNode as c, createCommentVNode as f, withCtx as r, Fragment as v, renderList as p, toDisplayString as L, createBlock as m } from "vue";
|
|
3
3
|
import "./KvLendListMenu.css";
|
|
4
4
|
import S from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const A = { class: "tw-pb-2" }, I = {
|
|
@@ -23,8 +23,8 @@ function J(O, e, s, u, Q, W) {
|
|
|
23
23
|
return l(), a("div", A, [
|
|
24
24
|
s.showMGUpsellLink ? o((l(), a("a", I, [
|
|
25
25
|
t("span", M, [
|
|
26
|
-
e[0] || (e[0] =
|
|
27
|
-
|
|
26
|
+
e[0] || (e[0] = d(" Lend monthly ")),
|
|
27
|
+
c(N, {
|
|
28
28
|
icon: u.mdiArrowRight,
|
|
29
29
|
class: "tw-w-3 tw-h-3"
|
|
30
30
|
}, null, 8, ["icon"])
|
|
@@ -32,11 +32,11 @@ function J(O, e, s, u, Q, W) {
|
|
|
32
32
|
])), [
|
|
33
33
|
[i, ["TopNav", "click-Lend-Menu-Monthly-Good", "Lend-monthly"]]
|
|
34
34
|
]) : f("", !0),
|
|
35
|
-
|
|
35
|
+
c(x, { ref: "navLendCategories" }, {
|
|
36
36
|
tabNav: r(() => [
|
|
37
37
|
o((l(), m(h, { "for-panel": "nav-lend-categories" }, {
|
|
38
38
|
default: r(() => e[1] || (e[1] = [
|
|
39
|
-
|
|
39
|
+
d(" Categories ")
|
|
40
40
|
])),
|
|
41
41
|
_: 1
|
|
42
42
|
})), [
|
|
@@ -44,7 +44,7 @@ function J(O, e, s, u, Q, W) {
|
|
|
44
44
|
]),
|
|
45
45
|
o((l(), m(h, { "for-panel": "nav-lend-regions" }, {
|
|
46
46
|
default: r(() => e[2] || (e[2] = [
|
|
47
|
-
|
|
47
|
+
d(" Regions ")
|
|
48
48
|
])),
|
|
49
49
|
_: 1
|
|
50
50
|
})), [
|
|
@@ -55,7 +55,7 @@ function J(O, e, s, u, Q, W) {
|
|
|
55
55
|
"for-panel": "nav-my-kiva"
|
|
56
56
|
}, {
|
|
57
57
|
default: r(() => e[3] || (e[3] = [
|
|
58
|
-
|
|
58
|
+
d(" My Kiva ")
|
|
59
59
|
])),
|
|
60
60
|
_: 1
|
|
61
61
|
})), [
|
|
@@ -63,7 +63,7 @@ function J(O, e, s, u, Q, W) {
|
|
|
63
63
|
]) : f("", !0)
|
|
64
64
|
]),
|
|
65
65
|
tabPanels: r(() => [
|
|
66
|
-
|
|
66
|
+
c(y, { id: "nav-lend-categories" }, {
|
|
67
67
|
default: r(() => [
|
|
68
68
|
t("ul", V, [
|
|
69
69
|
s.isChannelsLoading ? (l(), a(v, { key: 0 }, p(14, (n) => t("li", {
|
|
@@ -71,7 +71,7 @@ function J(O, e, s, u, Q, W) {
|
|
|
71
71
|
style: { width: "11rem" },
|
|
72
72
|
class: "tw-py-1 tw-flex"
|
|
73
73
|
}, [
|
|
74
|
-
|
|
74
|
+
c(g, {
|
|
75
75
|
class: "tw-inline-block tw-align-middle",
|
|
76
76
|
style: { height: "1rem" }
|
|
77
77
|
}),
|
|
@@ -81,28 +81,28 @@ function J(O, e, s, u, Q, W) {
|
|
|
81
81
|
href: n.url,
|
|
82
82
|
class: "lend-link"
|
|
83
83
|
}, [
|
|
84
|
-
|
|
84
|
+
d(L(n.name), 1)
|
|
85
85
|
], 8, B)), [
|
|
86
86
|
[i, ["TopNav", "click-Lend-Category", n.name, b + 1]]
|
|
87
87
|
])
|
|
88
88
|
]))), 128)),
|
|
89
89
|
t("li", D, [
|
|
90
90
|
o((l(), a("a", F, e[5] || (e[5] = [
|
|
91
|
-
|
|
91
|
+
d(" Recommended by lenders ")
|
|
92
92
|
]))), [
|
|
93
93
|
[i, ["TopNav", "click-Lend-Recommended-by-lenders"]]
|
|
94
94
|
])
|
|
95
95
|
]),
|
|
96
96
|
t("li", null, [
|
|
97
97
|
o((l(), a("a", $, e[6] || (e[6] = [
|
|
98
|
-
|
|
98
|
+
d(" All loans ")
|
|
99
99
|
]))), [
|
|
100
100
|
[i, ["TopNav", "click-Lend-All_Loans"]]
|
|
101
101
|
])
|
|
102
102
|
]),
|
|
103
103
|
t("li", null, [
|
|
104
104
|
o((l(), a("a", E, e[7] || (e[7] = [
|
|
105
|
-
|
|
105
|
+
d(" All categories ")
|
|
106
106
|
]))), [
|
|
107
107
|
[i, ["TopNav", "click-Lend-All_Categories"]]
|
|
108
108
|
])
|
|
@@ -111,16 +111,16 @@ function J(O, e, s, u, Q, W) {
|
|
|
111
111
|
]),
|
|
112
112
|
_: 1
|
|
113
113
|
}),
|
|
114
|
-
|
|
114
|
+
c(y, { id: "nav-lend-regions" }, {
|
|
115
115
|
default: r(() => [
|
|
116
|
-
s.isRegionsLoading ? (l(), a(v, { key: 0 }, p(8, (n) =>
|
|
116
|
+
s.isRegionsLoading ? (l(), a(v, { key: 0 }, p(8, (n) => c(w, {
|
|
117
117
|
id: `placeholder-${n}-panel`,
|
|
118
118
|
key: n,
|
|
119
119
|
disabled: !0
|
|
120
120
|
}, {
|
|
121
121
|
header: r(() => [
|
|
122
122
|
t("div", G, [
|
|
123
|
-
|
|
123
|
+
c(g, {
|
|
124
124
|
class: "tw-inline-block tw-align-middle",
|
|
125
125
|
style: { height: "1rem" }
|
|
126
126
|
}),
|
|
@@ -138,7 +138,7 @@ function J(O, e, s, u, Q, W) {
|
|
|
138
138
|
t("h3", K, L(n.name), 1)
|
|
139
139
|
]),
|
|
140
140
|
default: r(() => [
|
|
141
|
-
|
|
141
|
+
c(T, {
|
|
142
142
|
countries: n.countries
|
|
143
143
|
}, null, 8, ["countries"])
|
|
144
144
|
]),
|
|
@@ -161,13 +161,13 @@ function J(O, e, s, u, Q, W) {
|
|
|
161
161
|
href: `/lend?lenderFavorite=${s.userId}`,
|
|
162
162
|
class: "lend-link"
|
|
163
163
|
}, e[9] || (e[9] = [
|
|
164
|
-
|
|
164
|
+
d(" Saved loans ")
|
|
165
165
|
]), 8, j)), [
|
|
166
166
|
[i, ["TopNav", "click-Lend-Favorites"]]
|
|
167
167
|
]) : (l(), a("span", P, "Saved loans"))
|
|
168
168
|
]),
|
|
169
169
|
u.hasSearches ? (l(), a("li", q, [
|
|
170
|
-
|
|
170
|
+
c(w, {
|
|
171
171
|
id: "lend-menu-saved-searches-panel",
|
|
172
172
|
ref: "searchesLink"
|
|
173
173
|
}, {
|
|
@@ -175,7 +175,7 @@ function J(O, e, s, u, Q, W) {
|
|
|
175
175
|
t("p", { class: "tw-font-medium" }, " Saved searches ", -1)
|
|
176
176
|
])),
|
|
177
177
|
default: r(() => [
|
|
178
|
-
|
|
178
|
+
c(_, { searches: s.searches }, null, 8, ["searches"])
|
|
179
179
|
]),
|
|
180
180
|
_: 1
|
|
181
181
|
}, 512)
|
|
@@ -187,7 +187,7 @@ function J(O, e, s, u, Q, W) {
|
|
|
187
187
|
href: s.countriesNotLentToUrl,
|
|
188
188
|
class: "lend-link"
|
|
189
189
|
}, e[12] || (e[12] = [
|
|
190
|
-
|
|
190
|
+
d(" Countries I haven't lent to ")
|
|
191
191
|
]), 8, H)), [
|
|
192
192
|
[i, ["TopNav", "click-Lend-Countries_Not_Lent"]]
|
|
193
193
|
])
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import b from "./KvLendMegaMenu2.js";
|
|
2
|
-
import { resolveComponent as m, resolveDirective as S,
|
|
2
|
+
import { resolveComponent as m, resolveDirective as S, openBlock as n, createElementBlock as l, createElementVNode as t, normalizeStyle as L, withDirectives as c, createTextVNode as r, createVNode as w, createCommentVNode as h, withCtx as C, Fragment as d, renderList as u, toDisplayString as k, normalizeClass as T } from "vue";
|
|
3
3
|
import "./KvLendMegaMenu.css";
|
|
4
4
|
import N from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const R = { class: "lend-mega-menu tw-overflow-hidden tw-pb-3 lg:tw-pt-3" }, _ = {
|
|
@@ -26,12 +26,12 @@ const R = { class: "lend-mega-menu tw-overflow-hidden tw-pb-3 lg:tw-pt-3" }, _ =
|
|
|
26
26
|
}, P = ["href"], Q = { class: "tw-col-span-2" }, W = { class: "tw-col-span-8 tw-flex tw-flex-col" }, X = { class: "tw-flex tw-whitespace-nowrap tw-h-full" }, Y = { class: "tw-font-medium" }, Z = ["aria-pressed", "onClick"];
|
|
27
27
|
function ee(te, e, i, a, ne, le) {
|
|
28
28
|
const y = m("kv-material-icon"), v = m("kv-loading-placeholder"), f = m("kv-lend-menu-search-list"), g = m("kv-lend-menu-country-list"), x = m("kv-grid"), o = S("kv-track-event");
|
|
29
|
-
return
|
|
29
|
+
return n(), l("div", R, [
|
|
30
30
|
t("div", {
|
|
31
31
|
style: L(a.computedStyle),
|
|
32
32
|
class: "tw-transition tw-duration-1000 tw-ease-in-out"
|
|
33
33
|
}, [
|
|
34
|
-
i.showMGUpsellLink ? c((
|
|
34
|
+
i.showMGUpsellLink ? c((n(), l("a", _, [
|
|
35
35
|
t("span", A, [
|
|
36
36
|
e[2] || (e[2] = r(" Lend monthly ")),
|
|
37
37
|
w(y, {
|
|
@@ -48,7 +48,7 @@ function ee(te, e, i, a, ne, le) {
|
|
|
48
48
|
e[11] || (e[11] = t("h2", { class: "menu-heading tw-mb-2" }, " Categories ", -1)),
|
|
49
49
|
t("div", I, [
|
|
50
50
|
t("ul", M, [
|
|
51
|
-
i.isChannelsLoading ? (
|
|
51
|
+
i.isChannelsLoading ? (n(), l(d, { key: 0 }, u(14, (s) => t("li", {
|
|
52
52
|
key: s,
|
|
53
53
|
class: "link-item"
|
|
54
54
|
}, [
|
|
@@ -57,11 +57,11 @@ function ee(te, e, i, a, ne, le) {
|
|
|
57
57
|
style: { height: "1.25rem" }
|
|
58
58
|
}),
|
|
59
59
|
e[3] || (e[3] = t("span", { class: "tw-py-1 tw-inline-block" }, " ", -1))
|
|
60
|
-
])), 64)) : (
|
|
60
|
+
])), 64)) : (n(!0), l(d, { key: 1 }, u(i.categories, (s, p) => (n(), l("li", {
|
|
61
61
|
key: p,
|
|
62
62
|
class: "link-item"
|
|
63
63
|
}, [
|
|
64
|
-
c((
|
|
64
|
+
c((n(), l("a", {
|
|
65
65
|
href: s.url,
|
|
66
66
|
class: "tw-text-primary tw-text-left hover:tw-text-action tw-no-underline tw-my-1 tw-inline-block"
|
|
67
67
|
}, [
|
|
@@ -74,33 +74,33 @@ function ee(te, e, i, a, ne, le) {
|
|
|
74
74
|
t("div", null, [
|
|
75
75
|
t("ul", B, [
|
|
76
76
|
t("li", D, [
|
|
77
|
-
c((
|
|
77
|
+
c((n(), l("a", F, e[4] || (e[4] = [
|
|
78
78
|
r(" Recommended by lenders ")
|
|
79
79
|
]))), [
|
|
80
80
|
[o, ["TopNav", "click-Lend-Recommended-by-lenders"]]
|
|
81
81
|
])
|
|
82
82
|
]),
|
|
83
83
|
t("li", z, [
|
|
84
|
-
c((
|
|
84
|
+
c((n(), l("a", E, e[5] || (e[5] = [
|
|
85
85
|
r(" All categories ")
|
|
86
86
|
]))), [
|
|
87
87
|
[o, ["TopNav", "click-Lend-All_Categories"]]
|
|
88
88
|
])
|
|
89
89
|
]),
|
|
90
90
|
t("li", G, [
|
|
91
|
-
c((
|
|
91
|
+
c((n(), l("a", U, e[6] || (e[6] = [
|
|
92
92
|
r(" All loans ")
|
|
93
93
|
]))), [
|
|
94
94
|
[o, ["TopNav", "click-Lend-All_Loans"]]
|
|
95
95
|
])
|
|
96
96
|
])
|
|
97
97
|
]),
|
|
98
|
-
i.userId ? (
|
|
98
|
+
i.userId ? (n(), l("div", K, [
|
|
99
99
|
e[9] || (e[9] = t("span", { class: "tw-inline-block tw-py-1" }, " ", -1)),
|
|
100
100
|
e[10] || (e[10] = t("h2", { class: "menu-heading tw-my-1" }, " My Kiva ", -1)),
|
|
101
101
|
t("ul", $, [
|
|
102
102
|
t("li", null, [
|
|
103
|
-
i.favorites > 0 ? c((
|
|
103
|
+
i.favorites > 0 ? c((n(), l("a", {
|
|
104
104
|
key: 0,
|
|
105
105
|
href: `/lend?lenderFavorite=${i.userId}`,
|
|
106
106
|
class: "tw-text-primary tw-text-left hover:tw-text-action tw-py-1 tw-inline-block tw-no-underline hover:tw-underline"
|
|
@@ -108,18 +108,18 @@ function ee(te, e, i, a, ne, le) {
|
|
|
108
108
|
r(" Saved loans ")
|
|
109
109
|
]), 8, j)), [
|
|
110
110
|
[o, ["TopNav", "click-Lend-Favorites"]]
|
|
111
|
-
]) : (
|
|
111
|
+
]) : (n(), l("span", q, " Saved loans "))
|
|
112
112
|
]),
|
|
113
113
|
t("li", null, [
|
|
114
|
-
a.hasSearches ? (
|
|
114
|
+
a.hasSearches ? (n(), l("button", {
|
|
115
115
|
key: 0,
|
|
116
116
|
"aria-pressed": a.isOpenSection(a.savedSearchesTitle) ? "true" : "false",
|
|
117
117
|
class: "tw-text-primary tw-text-left tw-py-1 tw-inline-block hover:tw-text-action hover:tw-underline",
|
|
118
118
|
onClick: e[0] || (e[0] = (s) => a.openSection(a.savedSearchesTitle))
|
|
119
|
-
}, k(a.savedSearchesTitle), 9, H)) : (
|
|
119
|
+
}, k(a.savedSearchesTitle), 9, H)) : (n(), l("span", J, " Saved searches "))
|
|
120
120
|
]),
|
|
121
121
|
t("li", null, [
|
|
122
|
-
c((
|
|
122
|
+
c((n(), l("a", {
|
|
123
123
|
href: i.countriesNotLentToUrl,
|
|
124
124
|
class: "tw-text-primary tw-text-left hover:tw-text-action tw-py-1 tw-inline-block tw-no-underline hover:tw-underline"
|
|
125
125
|
}, e[8] || (e[8] = [
|
|
@@ -134,7 +134,7 @@ function ee(te, e, i, a, ne, le) {
|
|
|
134
134
|
])
|
|
135
135
|
], 512),
|
|
136
136
|
t("div", Q, [
|
|
137
|
-
a.sectionOpen ? (
|
|
137
|
+
a.sectionOpen ? (n(), l("button", {
|
|
138
138
|
key: 0,
|
|
139
139
|
class: "tw-flex",
|
|
140
140
|
onClick: e[1] || (e[1] = (s) => a.openedSection = "")
|
|
@@ -147,17 +147,17 @@ function ee(te, e, i, a, ne, le) {
|
|
|
147
147
|
])) : h("", !0)
|
|
148
148
|
]),
|
|
149
149
|
t("div", W, [
|
|
150
|
-
a.isOpenSection(a.savedSearchesTitle) ? (
|
|
150
|
+
a.isOpenSection(a.savedSearchesTitle) ? (n(), l(d, { key: 0 }, [
|
|
151
151
|
e[13] || (e[13] = t("h2", { class: "menu-heading tw-mb-2" }, " Saved Searches ", -1)),
|
|
152
152
|
w(f, {
|
|
153
153
|
class: "search-list tw-h-full",
|
|
154
154
|
searches: i.searches
|
|
155
155
|
}, null, 8, ["searches"])
|
|
156
|
-
], 64)) : (
|
|
156
|
+
], 64)) : (n(), l(d, { key: 1 }, [
|
|
157
157
|
e[15] || (e[15] = t("h2", { class: "menu-heading tw-mb-2" }, " Regions ", -1)),
|
|
158
158
|
t("div", X, [
|
|
159
159
|
t("ul", Y, [
|
|
160
|
-
i.isRegionsLoading ? (
|
|
160
|
+
i.isRegionsLoading ? (n(), l(d, { key: 0 }, u(8, (s) => t("li", {
|
|
161
161
|
key: s,
|
|
162
162
|
class: "link-item"
|
|
163
163
|
}, [
|
|
@@ -166,11 +166,11 @@ function ee(te, e, i, a, ne, le) {
|
|
|
166
166
|
style: { height: "1.25rem" }
|
|
167
167
|
}),
|
|
168
168
|
e[14] || (e[14] = t("span", { class: "tw-py-1 tw-inline-block" }, " ", -1))
|
|
169
|
-
])), 64)) : (
|
|
169
|
+
])), 64)) : (n(!0), l(d, { key: 1 }, u(i.regions, (s) => (n(), l("li", {
|
|
170
170
|
key: s.name,
|
|
171
171
|
class: "link-item tw-mr-4"
|
|
172
172
|
}, [
|
|
173
|
-
c((
|
|
173
|
+
c((n(), l("button", {
|
|
174
174
|
"aria-pressed": a.isOpenSection(s.name) ? "true" : "false",
|
|
175
175
|
class: T(["tw-text-primary tw-text-left tw-py-1 hover:tw-text-action hover:tw-underline", { "tw-text-action": a.isOpenSection(s.name) }]),
|
|
176
176
|
onClick: (p) => a.openSection(s.name)
|
|
@@ -181,7 +181,7 @@ function ee(te, e, i, a, ne, le) {
|
|
|
181
181
|
])
|
|
182
182
|
]))), 128))
|
|
183
183
|
]),
|
|
184
|
-
(
|
|
184
|
+
(n(!0), l(d, null, u(a.openRegions, (s) => (n(), l("div", {
|
|
185
185
|
key: s.name,
|
|
186
186
|
class: "tw-h-full"
|
|
187
187
|
}, [
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import h from "./KvLendMenu2.js";
|
|
2
|
-
import { resolveComponent as i,
|
|
2
|
+
import { resolveComponent as i, openBlock as t, createBlock as a, withCtx as m, createCommentVNode as p, createVNode as l, normalizeClass as w } from "vue";
|
|
3
3
|
import v from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
function f(n, o, s, e, k, C) {
|
|
5
5
|
const g = i("mobile-lend-menu"), c = i("kv-lend-list-menu"), d = i("kv-lend-mega-menu"), u = i("kv-page-container");
|
|
6
|
-
return
|
|
6
|
+
return t(), a(u, { class: "tw-pt-2 lg:tw-pt-0" }, {
|
|
7
7
|
default: m(() => [
|
|
8
|
-
s.useMobileMegaMenu ? (
|
|
8
|
+
s.useMobileMegaMenu ? (t(), a(g, {
|
|
9
9
|
key: 0,
|
|
10
10
|
class: "md:tw-hidden",
|
|
11
11
|
categories: e.computedCategories,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import i from "./KvLendMenuCountryList2.js";
|
|
2
|
-
import { resolveDirective as s,
|
|
2
|
+
import { resolveDirective as s, openBlock as e, createElementBlock as o, Fragment as a, renderList as l, withDirectives as m, createTextVNode as p, toDisplayString as r } from "vue";
|
|
3
3
|
import "./KvLendMenuCountryList.css";
|
|
4
4
|
import u from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const w = { class: "tw-whitespace-nowrap tw-font-medium" }, d = ["href"], y = {
|
|
@@ -8,12 +8,12 @@ const w = { class: "tw-whitespace-nowrap tw-font-medium" }, d = ["href"], y = {
|
|
|
8
8
|
};
|
|
9
9
|
function f(k, v, n, h, x, b) {
|
|
10
10
|
const c = s("kv-track-event");
|
|
11
|
-
return
|
|
12
|
-
(
|
|
11
|
+
return e(), o("ul", w, [
|
|
12
|
+
(e(!0), o(a, null, l(n.countries, (t) => (e(), o("li", {
|
|
13
13
|
key: t.isoCode,
|
|
14
14
|
class: "country-list-item"
|
|
15
15
|
}, [
|
|
16
|
-
t.count > 0 ? m((
|
|
16
|
+
t.count > 0 ? m((e(), o("a", {
|
|
17
17
|
key: 0,
|
|
18
18
|
href: `/lend/filter?country=${t.isoCode}`,
|
|
19
19
|
class: "tw-text-primary hover:tw-text-action tw-block tw-w-full tw-py-1"
|
|
@@ -21,7 +21,7 @@ function f(k, v, n, h, x, b) {
|
|
|
21
21
|
p(r(t.name) + " (" + r(t.count) + ") ", 1)
|
|
22
22
|
], 8, d)), [
|
|
23
23
|
[c, ["TopNav", "click-Lend-Country", t.name]]
|
|
24
|
-
]) : (
|
|
24
|
+
]) : (e(), o("span", y, r(t.name) + " (0) ", 1))
|
|
25
25
|
]))), 128))
|
|
26
26
|
]);
|
|
27
27
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import n from "./KvLendMenuSearchList2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { openBlock as t, createElementBlock as r, Fragment as s, renderList as c, createElementVNode as a, toDisplayString as i } from "vue";
|
|
3
3
|
import w from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const m = { class: "tw-font-book" }, f = ["href"];
|
|
5
5
|
function p(u, l, o, d, h, k) {
|
|
6
|
-
return
|
|
7
|
-
(
|
|
6
|
+
return t(), r("ul", m, [
|
|
7
|
+
(t(!0), r(s, null, c(o.searches, (e) => (t(), r("li", {
|
|
8
8
|
key: e.id
|
|
9
9
|
}, [
|
|
10
10
|
a("a", {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import i from "./AboutMenu2.js";
|
|
2
|
-
import { resolveComponent as a,
|
|
2
|
+
import { resolveComponent as a, openBlock as e, createElementBlock as r, normalizeClass as c, Fragment as m, renderList as s, createBlock as f, withCtx as k, createTextVNode as p, toDisplayString as w } from "vue";
|
|
3
3
|
import "./AboutMenu.css";
|
|
4
4
|
import d from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
function u(x, h, n, o, C, v) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.link-bar[data-v-d90acda7]{display:flex;align-items:center;gap:.5rem}.link-bar__logo[data-v-d90acda7]{position:absolute;top:50%;left:50%;--tw-translate-x: -50%;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media
|
|
1
|
+
.link-bar[data-v-d90acda7]{display:flex;align-items:center;gap:.5rem}.link-bar__logo[data-v-d90acda7]{position:absolute;top:50%;left:50%;--tw-translate-x: -50%;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media(min-width:45.875rem){.link-bar[data-v-d90acda7]{display:grid;-moz-column-gap:1rem;column-gap:1rem;grid-template-areas:"logo lend right" "search search search";grid-template-columns:1fr auto auto;grid-template-rows:4rem auto;row-gap:.5rem}.link-bar__logo[data-v-d90acda7]{position:static;--tw-translate-x: 0;--tw-translate-y: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));grid-area:logo;justify-self:start}.link-bar__lend[data-v-d90acda7]{grid-area:lend}.link-bar__search[data-v-d90acda7]{grid-area:search;margin-bottom:.5rem}.link-bar__right[data-v-d90acda7]{grid-area:right}}@media(min-width:64rem){.link-bar[data-v-d90acda7]{-moz-column-gap:1.25rem;column-gap:1.25rem;grid-template-areas:"logo lend search right";grid-template-columns:auto auto 1fr auto;grid-template-rows:4rem}.link-bar__search[data-v-d90acda7]{margin-bottom:0}}.header-link[data-v-d90acda7]{cursor:pointer;padding-top:1rem;padding-bottom:1rem;--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1));text-decoration-line:none}.header-link[data-v-d90acda7]:hover{--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1));text-decoration-line:none}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import p from "./CategoriesPanel2.js";
|
|
2
|
-
import { resolveComponent as y, resolveDirective as g,
|
|
2
|
+
import { resolveComponent as y, resolveDirective as g, openBlock as e, createElementBlock as l, Fragment as s, renderList as d, createElementVNode as a, createVNode as v, withDirectives as n, createTextVNode as c, toDisplayString as f } from "vue";
|
|
3
3
|
import "./CategoriesPanel.css";
|
|
4
4
|
import h from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const u = { class: "tw-font-medium" }, b = ["href"], w = { class: "tw-border-t tw-border-tertiary tw-mt-1" }, L = {
|
|
@@ -14,16 +14,16 @@ const u = { class: "tw-font-medium" }, b = ["href"], w = { class: "tw-border-t t
|
|
|
14
14
|
};
|
|
15
15
|
function A(C, r, i, x, D, _) {
|
|
16
16
|
const m = y("kv-loading-placeholder"), o = g("kv-track-event");
|
|
17
|
-
return
|
|
18
|
-
i.isChannelsLoading ? (
|
|
17
|
+
return e(), l("ul", u, [
|
|
18
|
+
i.isChannelsLoading ? (e(), l(s, { key: 0 }, d(12, (t) => a("li", {
|
|
19
19
|
key: t,
|
|
20
20
|
class: "tw-py-1"
|
|
21
21
|
}, [
|
|
22
22
|
v(m, { style: { height: "1rem", width: "11rem" } })
|
|
23
|
-
])), 64)) : (
|
|
23
|
+
])), 64)) : (e(!0), l(s, { key: 1 }, d(i.categories, (t, k) => (e(), l("li", {
|
|
24
24
|
key: t.url
|
|
25
25
|
}, [
|
|
26
|
-
n((
|
|
26
|
+
n((e(), l("a", {
|
|
27
27
|
href: t.url,
|
|
28
28
|
class: "lend-link"
|
|
29
29
|
}, [
|
|
@@ -33,21 +33,21 @@ function A(C, r, i, x, D, _) {
|
|
|
33
33
|
])
|
|
34
34
|
]))), 128)),
|
|
35
35
|
a("li", w, [
|
|
36
|
-
n((
|
|
36
|
+
n((e(), l("a", L, r[0] || (r[0] = [
|
|
37
37
|
c(" Recommended by lenders ")
|
|
38
38
|
]))), [
|
|
39
39
|
[o, ["TopNav", "click-Lend-Recommended-by-lenders"]]
|
|
40
40
|
])
|
|
41
41
|
]),
|
|
42
42
|
a("li", null, [
|
|
43
|
-
n((
|
|
43
|
+
n((e(), l("a", N, r[1] || (r[1] = [
|
|
44
44
|
c(" All loans ")
|
|
45
45
|
]))), [
|
|
46
46
|
[o, ["TopNav", "click-Lend-All_Loans"]]
|
|
47
47
|
])
|
|
48
48
|
]),
|
|
49
49
|
a("li", null, [
|
|
50
|
-
n((
|
|
50
|
+
n((e(), l("a", T, r[2] || (r[2] = [
|
|
51
51
|
c(" All categories ")
|
|
52
52
|
]))), [
|
|
53
53
|
[o, ["TopNav", "click-Lend-All_Categories"]]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-972cda69] [role=tab]{font-family:PostGrotesk,PostGrotesk-fallback,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-weight:400;font-size:1.125rem;letter-spacing:0em;line-height:1.2777778em}@media
|
|
1
|
+
[data-v-972cda69] [role=tab]{font-family:PostGrotesk,PostGrotesk-fallback,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-weight:400;font-size:1.125rem;letter-spacing:0em;line-height:1.2777778em}@media(min-width:45.875rem){[data-v-972cda69] [role=tab]{font-size:1.125rem;letter-spacing:0em;line-height:1.2777778em}}@media(min-width:64rem){[data-v-972cda69] [role=tab]{font-size:1.25rem;letter-spacing:0em;line-height:1.3em}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import T from "./MobileLendMenu2.js";
|
|
2
|
-
import { resolveComponent as t, resolveDirective as _,
|
|
2
|
+
import { resolveComponent as t, resolveDirective as _, openBlock as r, createElementBlock as N, createVNode as i, withCtx as o, createBlock as s, createCommentVNode as m, withDirectives as d, createTextVNode as g } from "vue";
|
|
3
3
|
import "./MobileLendMenu.css";
|
|
4
4
|
import y from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const L = { class: "tw-px-0 tw-pt-1.5 tw-pb-2" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import p from "./MyKivaPanel2.js";
|
|
2
|
-
import { resolveComponent as o, resolveDirective as k,
|
|
2
|
+
import { resolveComponent as o, resolveDirective as k, openBlock as t, createElementBlock as r, createElementVNode as s, withDirectives as n, createTextVNode as c, createVNode as i, withCtx as d } from "vue";
|
|
3
3
|
import "./MyKivaPanel.css";
|
|
4
4
|
import u from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const f = { class: "tw-font-medium" }, w = ["href"], y = {
|
|
@@ -8,9 +8,9 @@ const f = { class: "tw-font-medium" }, w = ["href"], y = {
|
|
|
8
8
|
}, N = { key: 0 }, x = { key: 1 }, S = ["href"];
|
|
9
9
|
function C(L, e, a, v, T, _) {
|
|
10
10
|
const m = o("kv-lend-menu-search-list"), h = o("kv-accordion-item"), l = k("kv-track-event");
|
|
11
|
-
return
|
|
11
|
+
return t(), r("ul", f, [
|
|
12
12
|
s("li", null, [
|
|
13
|
-
a.favorites > 0 ? n((
|
|
13
|
+
a.favorites > 0 ? n((t(), r("a", {
|
|
14
14
|
key: 0,
|
|
15
15
|
href: `/lend?lenderFavorite=${a.userId}`,
|
|
16
16
|
class: "lend-link"
|
|
@@ -18,9 +18,9 @@ function C(L, e, a, v, T, _) {
|
|
|
18
18
|
c(" Saved loans ")
|
|
19
19
|
]), 8, w)), [
|
|
20
20
|
[l, ["TopNav", "click-Lend-Favorites"]]
|
|
21
|
-
]) : (
|
|
21
|
+
]) : (t(), r("span", y, "Saved loans"))
|
|
22
22
|
]),
|
|
23
|
-
v.hasSearches ? (
|
|
23
|
+
v.hasSearches ? (t(), r("li", N, [
|
|
24
24
|
i(h, { id: "mobile-lend-menu-saved-searches-panel" }, {
|
|
25
25
|
header: d(() => e[1] || (e[1] = [
|
|
26
26
|
s("p", { class: "tw-font-medium" }, " Saved searches ", -1)
|
|
@@ -30,11 +30,11 @@ function C(L, e, a, v, T, _) {
|
|
|
30
30
|
]),
|
|
31
31
|
_: 1
|
|
32
32
|
})
|
|
33
|
-
])) : (
|
|
33
|
+
])) : (t(), r("li", x, e[2] || (e[2] = [
|
|
34
34
|
s("span", { class: "tw-block tw-py-1 tw-text-tertiary" }, "Saved searches", -1)
|
|
35
35
|
]))),
|
|
36
36
|
s("li", null, [
|
|
37
|
-
n((
|
|
37
|
+
n((t(), r("a", {
|
|
38
38
|
href: a.countriesNotLentToUrl,
|
|
39
39
|
class: "lend-link"
|
|
40
40
|
}, e[3] || (e[3] = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import k from "./RegionsPanel2.js";
|
|
2
|
-
import { resolveComponent as r, resolveDirective as v,
|
|
2
|
+
import { resolveComponent as r, resolveDirective as v, openBlock as t, createElementBlock as n, Fragment as c, renderList as d, createVNode as o, withCtx as i, withDirectives as h, createBlock as g, createElementVNode as y, toDisplayString as f } from "vue";
|
|
3
3
|
import w from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const x = { class: "tw-text-upper" };
|
|
5
5
|
function B(C, D, a, s, L, b) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import t from "./SearchPanel2.js";
|
|
2
|
-
import { resolveComponent as i,
|
|
2
|
+
import { resolveComponent as i, openBlock as n, createBlock as c } from "vue";
|
|
3
3
|
import m from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
function p(r, o, a, g, u, l) {
|
|
5
5
|
const s = i("search-bar");
|
|
6
|
-
return
|
|
6
|
+
return n(), c(s, {
|
|
7
7
|
"search-suggestions": a.searchSuggestions,
|
|
8
8
|
"app-origin": a.appOrigin,
|
|
9
9
|
"is-mobile": "",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import s from "./MobileMenu2.js";
|
|
2
|
-
import { resolveComponent as l,
|
|
2
|
+
import { resolveComponent as l, openBlock as u, createElementBlock as w, createVNode as i, withCtx as r, createElementVNode as t } from "vue";
|
|
3
3
|
import "./MobileMenu.css";
|
|
4
4
|
import m from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const b = {
|
|
@@ -11,7 +11,7 @@ const b = {
|
|
|
11
11
|
};
|
|
12
12
|
function d(k, e, f, o, C, h) {
|
|
13
13
|
const a = l("about-menu"), c = l("kv-accordion-item");
|
|
14
|
-
return
|
|
14
|
+
return u(), w("div", b, [
|
|
15
15
|
i(c, {
|
|
16
16
|
id: "kv-www-header-basic-about",
|
|
17
17
|
class: "tw-w-full tw-border-b-0",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import d from "./MyKivaMenu2.js";
|
|
2
|
-
import { resolveComponent as u,
|
|
2
|
+
import { resolveComponent as u, openBlock as a, createElementBlock as s, createVNode as o, withCtx as t, createTextVNode as i, Fragment as f, createCommentVNode as k } from "vue";
|
|
3
3
|
import "./MyKivaMenu.css";
|
|
4
4
|
import m from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const C = { class: "tw-flex tw-flex-col tw-items-start tw-font-medium tw-mt-0.5 tw-pb-1 tw-px-2" };
|
|
6
6
|
function h(y, e, c, l, w, p) {
|
|
7
7
|
const r = u("kv-header-menu-link");
|
|
8
|
-
return
|
|
8
|
+
return a(), s("nav", C, [
|
|
9
9
|
o(r, {
|
|
10
10
|
href: c.myDashboardUrl,
|
|
11
11
|
class: "md:tw-hidden",
|
|
@@ -16,7 +16,7 @@ function h(y, e, c, l, w, p) {
|
|
|
16
16
|
])),
|
|
17
17
|
_: 1
|
|
18
18
|
}, 8, ["href"]),
|
|
19
|
-
c.isBorrower ? (
|
|
19
|
+
c.isBorrower ? (a(), s(f, { key: 0 }, [
|
|
20
20
|
o(r, {
|
|
21
21
|
href: "/my/borrower",
|
|
22
22
|
onClick: e[1] || (e[1] = (n) => l.onLinkClick("click-Portfolio-My borrower dashboard"))
|
|
@@ -26,7 +26,7 @@ function h(y, e, c, l, w, p) {
|
|
|
26
26
|
])),
|
|
27
27
|
_: 1
|
|
28
28
|
}),
|
|
29
|
-
c.mostRecentBorrowedLoanId !== null ? (
|
|
29
|
+
c.mostRecentBorrowedLoanId !== null ? (a(), s(f, { key: 0 }, [
|
|
30
30
|
o(r, {
|
|
31
31
|
href: `/lend/${c.mostRecentBorrowedLoanId}`,
|
|
32
32
|
onClick: e[2] || (e[2] = (n) => l.onLinkClick("click-Portfolio-My loan page"))
|
|
@@ -45,10 +45,10 @@ function h(y, e, c, l, w, p) {
|
|
|
45
45
|
])),
|
|
46
46
|
_: 1
|
|
47
47
|
}, 8, ["href"])
|
|
48
|
-
], 64)) :
|
|
49
|
-
], 64)) :
|
|
50
|
-
c.isTrustee ? (
|
|
51
|
-
c.isBorrower ?
|
|
48
|
+
], 64)) : k("", !0)
|
|
49
|
+
], 64)) : k("", !0),
|
|
50
|
+
c.isTrustee ? (a(), s(f, { key: 1 }, [
|
|
51
|
+
c.isBorrower ? k("", !0) : (a(), s(f, { key: 0 }, [
|
|
52
52
|
o(r, {
|
|
53
53
|
href: l.trusteeLoansUrl,
|
|
54
54
|
onClick: e[4] || (e[4] = (n) => l.onLinkClick("click-Portfolio-My Trustee loans"))
|
|
@@ -77,7 +77,7 @@ function h(y, e, c, l, w, p) {
|
|
|
77
77
|
])),
|
|
78
78
|
_: 1
|
|
79
79
|
})
|
|
80
|
-
], 64)) :
|
|
80
|
+
], 64)) : k("", !0),
|
|
81
81
|
o(r, {
|
|
82
82
|
href: "/portfolio",
|
|
83
83
|
onClick: e[7] || (e[7] = (n) => l.onLinkClick("click-Portfolio-Portfolio"))
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import h from "./SearchBar2.js";
|
|
2
|
-
import { resolveComponent as f,
|
|
2
|
+
import { resolveComponent as f, openBlock as r, createElementBlock as n, withModifiers as l, createElementVNode as o, createVNode as v, withKeys as u, withDirectives as y, normalizeClass as d, Fragment as p, renderList as w, toDisplayString as g, vShow as S } from "vue";
|
|
3
3
|
import k from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const M = ["for"], x = ["data-testid"], B = { class: "tw-text-base tw-py-0.5" }, I = ["data-testid", "onClick"], C = ["innerHTML"];
|
|
5
5
|
function F(K, s, c, e, D, L) {
|
|
6
6
|
const m = f("kv-text-input");
|
|
7
|
-
return
|
|
7
|
+
return r(), n("form", {
|
|
8
8
|
class: "tw-relative",
|
|
9
9
|
autocomplete: "off",
|
|
10
10
|
onSubmit: s[1] || (s[1] = l((...t) => e.onSubmit && e.onSubmit(...t), ["prevent"]))
|
|
@@ -35,15 +35,15 @@ function F(K, s, c, e, D, L) {
|
|
|
35
35
|
y(o("ol", {
|
|
36
36
|
class: d(["tw-w-full tw-bg-primary tw-p-2.5 tw-border tw-border-tertiary tw-overflow-auto", c.isMobile ? "tw-mt-2" : "tw-absolute tw-z-popover tw-inset-x-0 md:tw-rounded-b"])
|
|
37
37
|
}, [
|
|
38
|
-
(
|
|
38
|
+
(r(!0), n(p, null, w(e.groupedResults, (t) => (r(), n("li", {
|
|
39
39
|
key: t.group,
|
|
40
40
|
"data-testid": `header-basic-search-results-${t.group}`
|
|
41
41
|
}, [
|
|
42
42
|
o("h2", B, g(t.group), 1),
|
|
43
43
|
o("ol", null, [
|
|
44
|
-
(
|
|
44
|
+
(r(!0), n(p, null, w(t.items, (a, b) => {
|
|
45
45
|
var i;
|
|
46
|
-
return
|
|
46
|
+
return r(), n("li", {
|
|
47
47
|
key: a.label
|
|
48
48
|
}, [
|
|
49
49
|
o("button", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-shop",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.95",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -33,27 +33,13 @@
|
|
|
33
33
|
"homepage": "https://github.com/kiva/kv-ui-elements/tree/main/%40kiva/kv-shop#readme",
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@apollo/client": "^3.13.1",
|
|
36
|
-
"@kiva/kv-analytics": "^1.3.
|
|
37
|
-
"@kiva/kv-components": "^8.
|
|
36
|
+
"@kiva/kv-analytics": "^1.3.2",
|
|
37
|
+
"@kiva/kv-components": "^8.20.0",
|
|
38
38
|
"@kiva/vite-plugin-vue-lib-css": "^2.0.0",
|
|
39
39
|
"@types/braintree-web-drop-in": "^1.39.3",
|
|
40
|
-
"@types/jest": "^29.5.14",
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
|
42
|
-
"@typescript-eslint/parser": "^5.59.7",
|
|
43
|
-
"@vitejs/plugin-vue": "^5.2.1",
|
|
44
|
-
"@vue/eslint-config-typescript": "^11.0.3",
|
|
45
40
|
"braintree-web-drop-in": "^1.44.1",
|
|
46
|
-
"eslint-plugin-vue": "^9.14.0",
|
|
47
|
-
"jest": "^29.7.0",
|
|
48
|
-
"jest-environment-jsdom": "^29.5.0",
|
|
49
41
|
"numeral": "^2.0.6",
|
|
50
|
-
"
|
|
51
|
-
"typescript": "^5.0.4",
|
|
52
|
-
"vite": "^6.1.1",
|
|
53
|
-
"vite-plugin-dts": "^4.5.0",
|
|
54
|
-
"vite-plugin-no-bundle": "^4.0.0",
|
|
55
|
-
"vue": "^3.5.13",
|
|
56
|
-
"vue-eslint-parser": "^9.3.0"
|
|
42
|
+
"vue": "^3.5.13"
|
|
57
43
|
},
|
|
58
44
|
"peerDependencies": {
|
|
59
45
|
"@apollo/client": "3.x",
|
|
@@ -63,5 +49,5 @@
|
|
|
63
49
|
"numeral": "2.x",
|
|
64
50
|
"vue": "3.x"
|
|
65
51
|
},
|
|
66
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "32daf0d9133bf15a96343d59440a637f69fdbf3c"
|
|
67
53
|
}
|