@kiva/kv-components 8.1.1 → 8.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +199 -197
- package/dist/vue/KvActivityRow.vue.d.ts +11 -0
- package/dist/vue/KvAtbModal.vue.d.ts +1 -1
- package/dist/vue/KvButton.vue.d.ts +1 -1
- package/dist/vue/KvCardFrame.vue.d.ts +1 -1
- package/dist/vue/KvCartModal.vue.d.ts +1 -1
- package/dist/vue/KvCheckoutReceipt.vue.d.ts +1 -1
- package/dist/vue/KvClassicLoanCard.vue.d.ts +15 -4
- package/dist/vue/KvCommentsAdd.vue.d.ts +12 -1
- package/dist/vue/KvCommentsContainer.vue.d.ts +36 -3
- package/dist/vue/KvCommentsList.vue.d.ts +24 -2
- package/dist/vue/KvCommentsListItem.vue.d.ts +24 -2
- package/dist/vue/KvCommentsReplyButton.vue.d.ts +1 -1
- package/dist/vue/KvCompactLoanCard.vue.d.ts +2 -2
- package/dist/vue/KvDatePicker.vue.d.ts +1 -1
- package/dist/vue/KvIconButton.js +118 -0
- package/dist/vue/KvIconButton.vue.d.ts +99 -0
- package/dist/vue/KvIconButton2.js +4 -0
- package/dist/vue/KvImpactVerticalSelector.vue.d.ts +1 -1
- package/dist/vue/KvInlineActivityCard.vue.d.ts +11 -0
- package/dist/vue/KvInlineActivityFeed.vue.d.ts +11 -0
- package/dist/vue/KvLendAmountButton.vue.d.ts +1 -1
- package/dist/vue/KvLendCta.vue.d.ts +2 -2
- package/dist/vue/KvLoanActivities.vue.d.ts +13 -2
- package/dist/vue/KvSecondaryNav.vue.d.ts +1 -1
- package/dist/vue/KvThemeProvider.vue.d.ts +1 -1
- package/dist/vue/KvUserAvatar.css +1 -0
- package/dist/vue/KvUserAvatar.js +41 -44
- package/dist/vue/KvUserAvatar.vue.d.ts +11 -0
- package/dist/vue/KvUserAvatar2.js +33 -23
- package/dist/vue/KvVotingCard.vue.d.ts +1 -1
- package/dist/vue/KvVotingCardV2.vue.d.ts +1 -1
- package/dist/vue/KvWideLoanCard.vue.d.ts +2 -2
- package/dist/vue/KvWwwHeader/KvHeaderLinkBar.vue.d.ts +11 -0
- package/dist/vue/KvWwwHeader.vue.d.ts +12 -1
- package/dist/vue/index.d.ts +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import { default as I } from "./vue/KvCommentsAdd.js";
|
|
|
15
15
|
import { default as g } from "./vue/KvCommentsContainer.js";
|
|
16
16
|
import { default as G } from "./vue/KvCommentsHeartButton.js";
|
|
17
17
|
import { default as h } from "./vue/KvCommentsList.js";
|
|
18
|
-
import { default as
|
|
18
|
+
import { default as B } from "./vue/KvCommentsListItem.js";
|
|
19
19
|
import { default as y } from "./vue/KvCommentsReplyButton.js";
|
|
20
20
|
import { default as k } from "./vue/KvContentfulImg.js";
|
|
21
21
|
import { default as w } from "./vue/KvCountdownTimer.js";
|
|
@@ -24,108 +24,109 @@ import { default as z } from "./vue/KvExpandable.js";
|
|
|
24
24
|
import { default as q } from "./vue/KvExpandableQuestion.js";
|
|
25
25
|
import { default as X } from "./vue/KvFlag.js";
|
|
26
26
|
import { default as Z } from "./vue/KvGrid.js";
|
|
27
|
-
import { default as oo } from "./vue/
|
|
28
|
-
import { default as ro } from "./vue/
|
|
29
|
-
import { default as ao } from "./vue/
|
|
30
|
-
import { default as lo } from "./vue/
|
|
31
|
-
import { default as so } from "./vue/
|
|
32
|
-
import { default as xo } from "./vue/
|
|
33
|
-
import { default as no } from "./vue/
|
|
34
|
-
import { default as vo } from "./vue/
|
|
35
|
-
import { default as io } from "./vue/
|
|
36
|
-
import { default as _o } from "./vue/
|
|
37
|
-
import { default as No } from "./vue/
|
|
38
|
-
import { default as co } from "./vue/
|
|
39
|
-
import {
|
|
40
|
-
import { default as Io } from "./vue/
|
|
41
|
-
import { default as go } from "./vue/
|
|
42
|
-
import { default as Go } from "./vue/
|
|
43
|
-
import { default as ho } from "./vue/
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as yo } from "./vue/
|
|
46
|
-
import { default as ko } from "./vue/
|
|
47
|
-
import { default as wo } from "./vue/
|
|
48
|
-
import { default as Ho } from "./vue/
|
|
49
|
-
import { default as zo } from "./vue/
|
|
50
|
-
import { default as qo } from "./vue/
|
|
51
|
-
import { default as Xo } from "./vue/
|
|
52
|
-
import { default as Zo } from "./vue/
|
|
53
|
-
import { default as oe } from "./vue/
|
|
54
|
-
import { default as re } from "./vue/
|
|
55
|
-
import { default as ae } from "./vue/
|
|
56
|
-
import { default as le } from "./vue/
|
|
57
|
-
import { default as se } from "./vue/
|
|
58
|
-
import { default as pe } from "./vue/
|
|
59
|
-
import { default as ue } from "./vue/
|
|
60
|
-
import { default as Ke } from "./vue/
|
|
61
|
-
import { default as Ae } from "./vue/
|
|
62
|
-
import { default as Ce } from "./vue/
|
|
63
|
-
import { default as Le } from "./vue/
|
|
64
|
-
import { default as Te } from "./vue/
|
|
65
|
-
import { default as Ee } from "./vue/
|
|
66
|
-
import { default as Oe } from "./vue/
|
|
67
|
-
import { default as Ie } from "./vue/
|
|
68
|
-
import { default as ge } from "./vue/
|
|
69
|
-
import { default as Ge } from "./vue/
|
|
70
|
-
import { default as he } from "./vue/
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as ye } from "./vue/
|
|
73
|
-
import { default as ke } from "./vue/
|
|
74
|
-
import { default as we } from "./vue/
|
|
75
|
-
import { default as He } from "./vue/
|
|
76
|
-
import { default as ze } from "./vue/
|
|
77
|
-
import { default as qe
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
27
|
+
import { default as oo } from "./vue/KvIconButton.js";
|
|
28
|
+
import { default as ro } from "./vue/KvImpactDashboardHeader.js";
|
|
29
|
+
import { default as ao } from "./vue/KvImpactVerticalSelector.js";
|
|
30
|
+
import { default as lo } from "./vue/KvInlineActivityCard.js";
|
|
31
|
+
import { default as so } from "./vue/KvInlineActivityFeed.js";
|
|
32
|
+
import { default as xo } from "./vue/KvIntroductionLoanCard.js";
|
|
33
|
+
import { default as no } from "./vue/KvLendAmountButton.js";
|
|
34
|
+
import { default as vo } from "./vue/KvLendCta.js";
|
|
35
|
+
import { default as io } from "./vue/KvLightbox.js";
|
|
36
|
+
import { default as _o } from "./vue/KvLineGraph.js";
|
|
37
|
+
import { default as No } from "./vue/KvLoanActivities.js";
|
|
38
|
+
import { default as co } from "./vue/KvLoanBookmark.js";
|
|
39
|
+
import { default as Ro } from "./vue/KvLoanCallouts.js";
|
|
40
|
+
import { KV_LOAN_INFO_CARD_FRAGMENT as Mo, default as Io } from "./vue/KvLoanInfoCard.js";
|
|
41
|
+
import { default as go } from "./vue/KvLoanProgressGroup.js";
|
|
42
|
+
import { default as Go } from "./vue/KvLoanTag.js";
|
|
43
|
+
import { default as ho } from "./vue/KvLoanTeamPick.js";
|
|
44
|
+
import { default as Bo } from "./vue/KvLoanUse.js";
|
|
45
|
+
import { default as yo } from "./vue/KvLoadingPlaceholder.js";
|
|
46
|
+
import { default as ko } from "./vue/KvLoadingSpinner.js";
|
|
47
|
+
import { default as wo } from "./vue/KvMap.js";
|
|
48
|
+
import { default as Ho } from "./vue/KvMaterialIcon.js";
|
|
49
|
+
import { default as zo } from "./vue/KvPageContainer.js";
|
|
50
|
+
import { default as qo } from "./vue/KvPagination.js";
|
|
51
|
+
import { default as Xo } from "./vue/KvPieChart.js";
|
|
52
|
+
import { default as Zo } from "./vue/KvPill.js";
|
|
53
|
+
import { default as oe } from "./vue/KvPopper.js";
|
|
54
|
+
import { default as re } from "./vue/KvProgressBar.js";
|
|
55
|
+
import { default as ae } from "./vue/KvPulsingDot.js";
|
|
56
|
+
import { default as le } from "./vue/KvRadio.js";
|
|
57
|
+
import { default as se } from "./vue/KvSelect.js";
|
|
58
|
+
import { default as pe } from "./vue/KvSideSheet.js";
|
|
59
|
+
import { default as ue } from "./vue/KvSwitch.js";
|
|
60
|
+
import { default as Ke } from "./vue/KvTab.js";
|
|
61
|
+
import { default as Ae } from "./vue/KvTabPanel.js";
|
|
62
|
+
import { default as Ce } from "./vue/KvTabs.js";
|
|
63
|
+
import { default as Le } from "./vue/KvTextInput.js";
|
|
64
|
+
import { default as Te } from "./vue/KvTextLink.js";
|
|
65
|
+
import { default as Ee } from "./vue/KvThemeProvider.js";
|
|
66
|
+
import { default as Oe } from "./vue/KvToast.js";
|
|
67
|
+
import { default as Ie } from "./vue/KvTooltip.js";
|
|
68
|
+
import { default as ge } from "./vue/KvTreeMapChart.js";
|
|
69
|
+
import { default as Ge } from "./vue/KvUserAvatar.js";
|
|
70
|
+
import { default as he } from "./vue/KvUtilityMenu.js";
|
|
71
|
+
import { default as Be } from "./vue/KvVerticalCarousel.js";
|
|
72
|
+
import { default as ye } from "./vue/KvVotingCard.js";
|
|
73
|
+
import { default as ke } from "./vue/KvVotingCardV2.js";
|
|
74
|
+
import { default as we } from "./vue/KvWideLoanCard.js";
|
|
75
|
+
import { default as He } from "./vue/KvAtbModal.js";
|
|
76
|
+
import { default as ze } from "./vue/KvSecondaryNav.js";
|
|
77
|
+
import { default as qe } from "./vue/KvWwwHeader.js";
|
|
78
|
+
import { default as Xe, Mash as Ye } from "./utils/Alea.js";
|
|
79
|
+
import { groupBy as $e, sortBy as or } from "./utils/arrayUtils.js";
|
|
80
|
+
import { useAttrs as rr } from "./utils/attrs.js";
|
|
81
|
+
import { carouselUtil as ar } from "./utils/carousels.js";
|
|
82
|
+
import { abc as lr, indexIn as mr, startsWith as sr } from "./utils/comparators.js";
|
|
83
|
+
import { debounce as pr } from "./utils/debounce.js";
|
|
84
|
+
import { useEventListener as ur } from "./utils/event.js";
|
|
85
|
+
import { collapse as Kr, expand as vr } from "./utils/expander.js";
|
|
86
|
+
import { getKivaImageUrl as ir, isLegacyPlaceholderAvatar as Cr, randomizedUserAvatarClass as _r } from "./utils/imageUtils.js";
|
|
87
|
+
import { LOAN_CALLOUTS_FRAGMENT as Nr, LOAN_GEOCODE_FRAGMENT as Tr, LOAN_PROGRESS_FRAGMENT as cr, loanCardComputedProperties as Er, loanCardMethods as Rr } from "./utils/loanCard.js";
|
|
88
|
+
import { BALANCE_CAMPAIGN as Mr, BASE_CAMPAIGN as Ir, ERL_COOKIE_NAME as Sr, NO_BALANCE_CAMPAIGN as gr, TOP_UP_CAMPAIGN as Pr, getDropdownPriceArray as Gr, getLendCtaSelectedOption as Fr, isBetween25And50 as hr, isLessThan25 as Vr, truncateStringByWords as Br } from "./utils/loanUtils.js";
|
|
89
|
+
import { animationCoordinator as yr, generateMapMarkers as br, getCoordinatesBetween as kr, getCountryColor as Ur, getLoansIntervals as wr } from "./utils/mapUtils.js";
|
|
90
|
+
import { lockPrintSingleEl as Hr, unlockPrintSingleEl as jr } from "./utils/printing.js";
|
|
91
|
+
import { lockScroll as Qr, lockScrollSmallOnly as qr, unlockScroll as Jr, unlockScrollSmallOnly as Xr } from "./utils/scrollLock.js";
|
|
92
|
+
import { buildTailwindClassName as Zr, headerNumberCase as $r, kebabCase as ot, removeObjectProperty as et } from "./utils/themeUtils.js";
|
|
93
|
+
import { throttle as tt } from "./utils/throttle.js";
|
|
94
|
+
import { isTargetElement as ft, offBodyTouchstart as lt, onBodyTouchstart as mt } from "./utils/touchEvents.js";
|
|
95
|
+
import { getTreemap as dt } from "./utils/treemap.js";
|
|
96
|
+
import { KvBlueskyIcon as xt } from "./assets/icons/bluesky.js";
|
|
97
|
+
import { KV_CLASSIC_LOAN_CARD_FRAGMENT as nt, KV_CLASSIC_LOAN_CARD_USER_FRAGMET as Kt } from "./vue/KvClassicLoanCard2.js";
|
|
98
|
+
import { KV_COMPACT_LOAN_CARD_FRAGMENT as At, KV_COMPACT_LOAN_CARD_USER_FRAGMENT as it } from "./vue/KvCompactLoanCard2.js";
|
|
99
|
+
import { KV_INTRODUCTION_LOAN_CARD_FRAGMENT as _t, KV_INTRODUCTION_LOAN_CARD_USER_FRAGMENT as Lt } from "./vue/KvIntroductionLoanCard2.js";
|
|
100
|
+
import { KV_LEND_CTA_FRAGMENT as Tt, KV_LEND_CTA_USER_FRAGMENT as ct } from "./vue/KvLendCta2.js";
|
|
101
|
+
import { KV_LOAN_ACTIVITIES_FRAGMENT as Rt } from "./vue/KvLoanActivities2.js";
|
|
102
|
+
import { KV_LOAN_BOOKMARK_FRAGMENT as Mt } from "./vue/KvLoanBookmark2.js";
|
|
103
|
+
import { KV_LOAN_TAG_FRAGMENT as St } from "./vue/KvLoanTag2.js";
|
|
104
|
+
import { KV_LOAN_USE_FRAGMENT as Pt } from "./vue/KvLoanUse2.js";
|
|
105
|
+
import { KV_WIDE_LOAN_CARD_FRAGMENT as Ft, KV_WIDE_LOAN_CARD_USER_FRAGMENT as ht } from "./vue/KvWideLoanCard2.js";
|
|
105
106
|
export {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
107
|
+
Xe as Alea,
|
|
108
|
+
Mr as BALANCE_CAMPAIGN,
|
|
109
|
+
Ir as BASE_CAMPAIGN,
|
|
110
|
+
Sr as ERL_COOKIE_NAME,
|
|
111
|
+
nt as KV_CLASSIC_LOAN_CARD_FRAGMENT,
|
|
112
|
+
Kt as KV_CLASSIC_LOAN_CARD_USER_FRAGMET,
|
|
113
|
+
At as KV_COMPACT_LOAN_CARD_FRAGMENT,
|
|
114
|
+
it as KV_COMPACT_LOAN_CARD_USER_FRAGMENT,
|
|
115
|
+
_t as KV_INTRODUCTION_LOAN_CARD_FRAGMENT,
|
|
116
|
+
Lt as KV_INTRODUCTION_LOAN_CARD_USER_FRAGMENT,
|
|
117
|
+
Tt as KV_LEND_CTA_FRAGMENT,
|
|
118
|
+
ct as KV_LEND_CTA_USER_FRAGMENT,
|
|
119
|
+
Rt as KV_LOAN_ACTIVITIES_FRAGMENT,
|
|
120
|
+
Mt as KV_LOAN_BOOKMARK_FRAGMENT,
|
|
121
|
+
Mo as KV_LOAN_INFO_CARD_FRAGMENT,
|
|
122
|
+
St as KV_LOAN_TAG_FRAGMENT,
|
|
123
|
+
Pt as KV_LOAN_USE_FRAGMENT,
|
|
124
|
+
Ft as KV_WIDE_LOAN_CARD_FRAGMENT,
|
|
125
|
+
ht as KV_WIDE_LOAN_CARD_USER_FRAGMENT,
|
|
125
126
|
r as KvAccordionItem,
|
|
126
127
|
a as KvActivityRow,
|
|
127
|
-
|
|
128
|
-
|
|
128
|
+
He as KvAtbModal,
|
|
129
|
+
xt as KvBlueskyIcon,
|
|
129
130
|
l as KvBorrowerImage,
|
|
130
131
|
s as KvButton,
|
|
131
132
|
p as KvCardFrame,
|
|
@@ -140,7 +141,7 @@ export {
|
|
|
140
141
|
g as KvCommentsContainer,
|
|
141
142
|
G as KvCommentsHeartButton,
|
|
142
143
|
h as KvCommentsList,
|
|
143
|
-
|
|
144
|
+
B as KvCommentsListItem,
|
|
144
145
|
y as KvCommentsReplyButton,
|
|
145
146
|
O as KvCompactLoanCard,
|
|
146
147
|
k as KvContentfulImg,
|
|
@@ -150,100 +151,101 @@ export {
|
|
|
150
151
|
q as KvExpandableQuestion,
|
|
151
152
|
X as KvFlag,
|
|
152
153
|
Z as KvGrid,
|
|
153
|
-
oo as
|
|
154
|
-
ro as
|
|
155
|
-
ao as
|
|
156
|
-
lo as
|
|
157
|
-
so as
|
|
158
|
-
xo as
|
|
159
|
-
no as
|
|
160
|
-
vo as
|
|
161
|
-
io as
|
|
162
|
-
|
|
163
|
-
yo as
|
|
164
|
-
|
|
165
|
-
No as
|
|
166
|
-
co as
|
|
167
|
-
|
|
168
|
-
Io as
|
|
169
|
-
go as
|
|
170
|
-
Go as
|
|
171
|
-
ho as
|
|
172
|
-
|
|
173
|
-
wo as
|
|
174
|
-
Ho as
|
|
175
|
-
zo as
|
|
176
|
-
qo as
|
|
177
|
-
Xo as
|
|
178
|
-
Zo as
|
|
179
|
-
oe as
|
|
180
|
-
re as
|
|
181
|
-
ae as
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
se as
|
|
185
|
-
pe as
|
|
186
|
-
ue as
|
|
187
|
-
Ke as
|
|
188
|
-
Ae as
|
|
189
|
-
Ce as
|
|
190
|
-
Le as
|
|
191
|
-
Te as
|
|
192
|
-
Ee as
|
|
193
|
-
Oe as
|
|
194
|
-
Ie as
|
|
195
|
-
ge as
|
|
196
|
-
Ge as
|
|
197
|
-
he as
|
|
198
|
-
|
|
199
|
-
ye as
|
|
200
|
-
ke as
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
154
|
+
oo as KvIconButton,
|
|
155
|
+
ro as KvImpactDashboardHeader,
|
|
156
|
+
ao as KvImpactVerticalSelector,
|
|
157
|
+
lo as KvInlineActivityCard,
|
|
158
|
+
so as KvInlineActivityFeed,
|
|
159
|
+
xo as KvIntroductionLoanCard,
|
|
160
|
+
no as KvLendAmountButton,
|
|
161
|
+
vo as KvLendCta,
|
|
162
|
+
io as KvLightbox,
|
|
163
|
+
_o as KvLineGraph,
|
|
164
|
+
yo as KvLoadingPlaceholder,
|
|
165
|
+
ko as KvLoadingSpinner,
|
|
166
|
+
No as KvLoanActivities,
|
|
167
|
+
co as KvLoanBookmark,
|
|
168
|
+
Ro as KvLoanCallouts,
|
|
169
|
+
Io as KvLoanInfoCard,
|
|
170
|
+
go as KvLoanProgressGroup,
|
|
171
|
+
Go as KvLoanTag,
|
|
172
|
+
ho as KvLoanTeamPick,
|
|
173
|
+
Bo as KvLoanUse,
|
|
174
|
+
wo as KvMap,
|
|
175
|
+
Ho as KvMaterialIcon,
|
|
176
|
+
zo as KvPageContainer,
|
|
177
|
+
qo as KvPagination,
|
|
178
|
+
Xo as KvPieChart,
|
|
179
|
+
Zo as KvPill,
|
|
180
|
+
oe as KvPopper,
|
|
181
|
+
re as KvProgressBar,
|
|
182
|
+
ae as KvPulsingDot,
|
|
183
|
+
le as KvRadio,
|
|
184
|
+
ze as KvSecondaryNav,
|
|
185
|
+
se as KvSelect,
|
|
186
|
+
pe as KvSideSheet,
|
|
187
|
+
ue as KvSwitch,
|
|
188
|
+
Ke as KvTab,
|
|
189
|
+
Ae as KvTabPanel,
|
|
190
|
+
Ce as KvTabs,
|
|
191
|
+
Le as KvTextInput,
|
|
192
|
+
Te as KvTextLink,
|
|
193
|
+
Ee as KvThemeProvider,
|
|
194
|
+
Oe as KvToast,
|
|
195
|
+
Ie as KvTooltip,
|
|
196
|
+
ge as KvTreeMapChart,
|
|
197
|
+
Ge as KvUserAvatar,
|
|
198
|
+
he as KvUtilityMenu,
|
|
199
|
+
Be as KvVerticalCarousel,
|
|
200
|
+
ye as KvVotingCard,
|
|
201
|
+
ke as KvVotingCardV2,
|
|
202
|
+
we as KvWideLoanCard,
|
|
203
|
+
qe as KvWwwHeader,
|
|
204
|
+
Nr as LOAN_CALLOUTS_FRAGMENT,
|
|
205
|
+
Tr as LOAN_GEOCODE_FRAGMENT,
|
|
206
|
+
cr as LOAN_PROGRESS_FRAGMENT,
|
|
207
|
+
Ye as Mash,
|
|
208
|
+
gr as NO_BALANCE_CAMPAIGN,
|
|
209
|
+
Pr as TOP_UP_CAMPAIGN,
|
|
210
|
+
lr as abc,
|
|
211
|
+
yr as animationCoordinator,
|
|
212
|
+
Zr as buildTailwindClassName,
|
|
213
|
+
ar as carouselUtil,
|
|
214
|
+
Kr as collapse,
|
|
215
|
+
pr as debounce,
|
|
216
|
+
vr as expand,
|
|
217
|
+
br as generateMapMarkers,
|
|
218
|
+
kr as getCoordinatesBetween,
|
|
219
|
+
Ur as getCountryColor,
|
|
220
|
+
Gr as getDropdownPriceArray,
|
|
221
|
+
ir as getKivaImageUrl,
|
|
222
|
+
Fr as getLendCtaSelectedOption,
|
|
223
|
+
wr as getLoansIntervals,
|
|
224
|
+
dt as getTreemap,
|
|
225
|
+
$e as groupBy,
|
|
226
|
+
$r as headerNumberCase,
|
|
227
|
+
mr as indexIn,
|
|
228
|
+
hr as isBetween25And50,
|
|
229
|
+
Cr as isLegacyPlaceholderAvatar,
|
|
230
|
+
Vr as isLessThan25,
|
|
231
|
+
ft as isTargetElement,
|
|
232
|
+
ot as kebabCase,
|
|
233
|
+
Er as loanCardComputedProperties,
|
|
234
|
+
Rr as loanCardMethods,
|
|
235
|
+
Hr as lockPrintSingleEl,
|
|
236
|
+
Qr as lockScroll,
|
|
237
|
+
qr as lockScrollSmallOnly,
|
|
238
|
+
lt as offBodyTouchstart,
|
|
239
|
+
mt as onBodyTouchstart,
|
|
240
|
+
_r as randomizedUserAvatarClass,
|
|
241
|
+
et as removeObjectProperty,
|
|
242
|
+
or as sortBy,
|
|
243
|
+
sr as startsWith,
|
|
244
|
+
tt as throttle,
|
|
245
|
+
Br as truncateStringByWords,
|
|
246
|
+
jr as unlockPrintSingleEl,
|
|
247
|
+
Jr as unlockScroll,
|
|
248
|
+
Xr as unlockScrollSmallOnly,
|
|
249
|
+
rr as useAttrs,
|
|
250
|
+
ur as useEventListener
|
|
249
251
|
};
|
|
@@ -26,6 +26,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
26
26
|
type: BooleanConstructor;
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
|
+
theme: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
validator(value: string): boolean;
|
|
33
|
+
};
|
|
29
34
|
}>, {
|
|
30
35
|
isAnonymousUser: import('vue').ComputedRef<boolean>;
|
|
31
36
|
avatarClass: import('vue').ComputedRef<string>;
|
|
@@ -54,11 +59,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
59
|
type: BooleanConstructor;
|
|
55
60
|
default: boolean;
|
|
56
61
|
};
|
|
62
|
+
theme: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
validator(value: string): boolean;
|
|
66
|
+
};
|
|
57
67
|
}>> & Readonly<{}>, {
|
|
58
68
|
lenderName: string;
|
|
59
69
|
lenderImageUrl: string;
|
|
60
70
|
isSmall: boolean;
|
|
61
71
|
showCssPlaceholder: boolean;
|
|
72
|
+
theme: string;
|
|
62
73
|
}, {}, {
|
|
63
74
|
KvLoadingPlaceholder: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
64
75
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -240,7 +240,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
240
240
|
computedClass: import('vue').ComputedRef<string>;
|
|
241
241
|
computedType: import('vue').ComputedRef<string>;
|
|
242
242
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
243
|
-
loadingColor: import('vue').ComputedRef<"
|
|
243
|
+
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
244
244
|
onClick: (event: any) => void;
|
|
245
245
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
246
246
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -28,7 +28,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
28
28
|
computedClass: import('vue').ComputedRef<string>;
|
|
29
29
|
computedType: import('vue').ComputedRef<string>;
|
|
30
30
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
31
|
-
loadingColor: import('vue').ComputedRef<"
|
|
31
|
+
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
32
32
|
onClick: (event: any) => void;
|
|
33
33
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
34
34
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -79,8 +79,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
79
79
|
default: any;
|
|
80
80
|
};
|
|
81
81
|
}>> & Readonly<{}>, {
|
|
82
|
-
tag: string;
|
|
83
82
|
theme: Record<string, any>;
|
|
83
|
+
tag: string;
|
|
84
84
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
85
85
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
86
86
|
export default _default;
|
|
@@ -96,7 +96,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
96
|
computedClass: import('vue').ComputedRef<string>;
|
|
97
97
|
computedType: import('vue').ComputedRef<string>;
|
|
98
98
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
99
|
-
loadingColor: import('vue').ComputedRef<"
|
|
99
|
+
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
100
100
|
onClick: (event: any) => void;
|
|
101
101
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
102
102
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -83,7 +83,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
83
83
|
computedClass: import('vue').ComputedRef<string>;
|
|
84
84
|
computedType: import('vue').ComputedRef<string>;
|
|
85
85
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
86
|
-
loadingColor: import('vue').ComputedRef<"
|
|
86
|
+
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
87
87
|
onClick: (event: any) => void;
|
|
88
88
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
89
89
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -978,7 +978,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
978
978
|
computedClass: import('vue').ComputedRef<string>;
|
|
979
979
|
computedType: import('vue').ComputedRef<string>;
|
|
980
980
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
981
|
-
loadingColor: import('vue').ComputedRef<"
|
|
981
|
+
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
982
982
|
onClick: (event: any) => void;
|
|
983
983
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
984
984
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1072,7 +1072,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1072
1072
|
computedClass: import('vue').ComputedRef<string>;
|
|
1073
1073
|
computedType: import('vue').ComputedRef<string>;
|
|
1074
1074
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
1075
|
-
loadingColor: import('vue').ComputedRef<"
|
|
1075
|
+
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
1076
1076
|
onClick: (event: any) => void;
|
|
1077
1077
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
1078
1078
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1442,6 +1442,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1442
1442
|
type: BooleanConstructor;
|
|
1443
1443
|
default: boolean;
|
|
1444
1444
|
};
|
|
1445
|
+
theme: {
|
|
1446
|
+
type: StringConstructor;
|
|
1447
|
+
default: string;
|
|
1448
|
+
validator(value: string): boolean;
|
|
1449
|
+
};
|
|
1445
1450
|
}>, {
|
|
1446
1451
|
isAnonymousUser: import('vue').ComputedRef<boolean>;
|
|
1447
1452
|
avatarClass: import('vue').ComputedRef<string>;
|
|
@@ -1470,11 +1475,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1470
1475
|
type: BooleanConstructor;
|
|
1471
1476
|
default: boolean;
|
|
1472
1477
|
};
|
|
1478
|
+
theme: {
|
|
1479
|
+
type: StringConstructor;
|
|
1480
|
+
default: string;
|
|
1481
|
+
validator(value: string): boolean;
|
|
1482
|
+
};
|
|
1473
1483
|
}>> & Readonly<{}>, {
|
|
1474
1484
|
lenderName: string;
|
|
1475
1485
|
lenderImageUrl: string;
|
|
1476
1486
|
isSmall: boolean;
|
|
1477
1487
|
showCssPlaceholder: boolean;
|
|
1488
|
+
theme: string;
|
|
1478
1489
|
}, {}, {
|
|
1479
1490
|
KvLoadingPlaceholder: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1480
1491
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1905,7 +1916,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1905
1916
|
computedClass: import('vue').ComputedRef<string>;
|
|
1906
1917
|
computedType: import('vue').ComputedRef<string>;
|
|
1907
1918
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
1908
|
-
loadingColor: import('vue').ComputedRef<"
|
|
1919
|
+
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
1909
1920
|
onClick: (event: any) => void;
|
|
1910
1921
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
1911
1922
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1999,7 +2010,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1999
2010
|
computedClass: import('vue').ComputedRef<string>;
|
|
2000
2011
|
computedType: import('vue').ComputedRef<string>;
|
|
2001
2012
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
2002
|
-
loadingColor: import('vue').ComputedRef<"
|
|
2013
|
+
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
2003
2014
|
onClick: (event: any) => void;
|
|
2004
2015
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
2005
2016
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -72,7 +72,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
72
|
computedClass: import('vue').ComputedRef<string>;
|
|
73
73
|
computedType: import('vue').ComputedRef<string>;
|
|
74
74
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
75
|
-
loadingColor: import('vue').ComputedRef<"
|
|
75
|
+
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
76
76
|
onClick: (event: any) => void;
|
|
77
77
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
78
78
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -256,6 +256,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
256
256
|
type: BooleanConstructor;
|
|
257
257
|
default: boolean;
|
|
258
258
|
};
|
|
259
|
+
theme: {
|
|
260
|
+
type: StringConstructor;
|
|
261
|
+
default: string;
|
|
262
|
+
validator(value: string): boolean;
|
|
263
|
+
};
|
|
259
264
|
}>, {
|
|
260
265
|
isAnonymousUser: import('vue').ComputedRef<boolean>;
|
|
261
266
|
avatarClass: import('vue').ComputedRef<string>;
|
|
@@ -284,11 +289,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
284
289
|
type: BooleanConstructor;
|
|
285
290
|
default: boolean;
|
|
286
291
|
};
|
|
292
|
+
theme: {
|
|
293
|
+
type: StringConstructor;
|
|
294
|
+
default: string;
|
|
295
|
+
validator(value: string): boolean;
|
|
296
|
+
};
|
|
287
297
|
}>> & Readonly<{}>, {
|
|
288
298
|
lenderName: string;
|
|
289
299
|
lenderImageUrl: string;
|
|
290
300
|
isSmall: boolean;
|
|
291
301
|
showCssPlaceholder: boolean;
|
|
302
|
+
theme: string;
|
|
292
303
|
}, {}, {
|
|
293
304
|
KvLoadingPlaceholder: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
294
305
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|