@huyooo/ui 0.8.0 → 0.8.2
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/{AuthkitAuthModal-CX6-EB-D.js → AuthkitAuthModal-DPf1AlaQ.js} +363 -354
- package/dist/{AuthkitSignInPhone-D3hR0dGZ.js → AuthkitSignInPhone-CWzkKKL0.js} +4 -4
- package/dist/{Clipboard-CI4IUrMw.js → Clipboard-D9v7JOBm.js} +14 -13
- package/dist/{Contact-mQa-gB4k.js → Contact-ytZiAQRw.js} +3 -3
- package/dist/{CustomTable-D8ubfrWL.js → CustomTable-BCOwLyRJ.js} +2 -2
- package/dist/{FeedbackItem-qaxaQ8gu.js → FeedbackItem-i0oANWbH.js} +4 -4
- package/dist/{FeedbackModal-CUSOWVn5.js → FeedbackModal-DHWN4Jhy.js} +6 -6
- package/dist/{LandingPageSectionTabs-BOX6nVdh.js → LandingPageSectionTabs-DYNXKElT.js} +2 -2
- package/dist/{MessageHandle-WcCeYl7E.js → MessageHandle-42tZkEyh.js} +3 -3
- package/dist/{MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-BwZM2SQn.js → MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-Dt5A9Six.js} +2 -2
- package/dist/{PaySubscriptions-DO2W3Y5v.js → PaySubscriptions-CX3DhX82.js} +4 -4
- package/dist/{ReferrerReferees-CXVi2pUl.js → ReferrerReferees-CdAsYLZl.js} +17 -17
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-CY_Pk57x.js → Upload.vue_vue_type_script_setup_true_lang-7AFuqo0A.js} +2 -2
- package/dist/{UserAccountMenu-CHkdka0u.js → UserAccountMenu-DBVdpUn8.js} +8 -8
- package/dist/{WidthContainer-BBoIS50Z.js → WidthContainer-CFNPAWZ8.js} +10 -10
- package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
- package/dist/apiClients-myKy30Xh.js +167 -0
- package/dist/authkit.js +6 -6
- package/dist/common/globalConfig.d.ts +2 -2
- package/dist/common.js +2 -2
- package/dist/composables.js +9 -9
- package/dist/feedback.js +3 -3
- package/dist/{index-4_tj9bS1.js → index-Bb-d5pBq.js} +1 -1
- package/dist/index.js +26 -26
- package/dist/landingPage.js +1 -1
- package/dist/message.js +3 -3
- package/dist/pay.js +1 -1
- package/dist/privateCom.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/api/auth.generated.d.ts +822 -594
- package/dist/types/api/billing.generated.d.ts +72 -0
- package/dist/types/api/ones.generated.d.ts +0 -379
- package/dist/upload.js +2 -2
- package/dist/{useAuthkitAppsAuthPageInfo-gn2zm_NY.js → useAuthkitAppsAuthPageInfo-Bb7RIaTy.js} +1 -1
- package/dist/{useAuthkitCreateAndUpdate-yNpIyVXV.js → useAuthkitCreateAndUpdate-DXdMyzQQ.js} +2 -2
- package/dist/{useAuthkitUsersProfile-D32zPSn2.js → useAuthkitUsersProfile-4plbUlY5.js} +1 -1
- package/dist/{useDownloads-MF9rK9J_.js → useDownloads-gcrEJA6i.js} +2 -2
- package/dist/{useMessageNotifications-CCfM6W6J.js → useMessageNotifications-Bph752i8.js} +1 -1
- package/dist/{useSEO-DivOwPWc.js → useSEO-D1NT53Rv.js} +2 -2
- package/dist/{useTableHandle-DpemWl6Y.js → useTableHandle-DrYIPjL5.js} +2 -2
- package/dist/{useUploadCos-BVvRc0BW.js → useUploadCos-F3oBTo2B.js} +2 -2
- package/dist/user.js +1 -1
- package/package.json +2 -2
- package/dist/apiClients-CChPISR0.js +0 -1805
- package/dist/index-96pA3ONI.js +0 -30
package/dist/index-96pA3ONI.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
var u = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2
|
-
function f(e) {
|
|
3
|
-
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4
|
-
}
|
|
5
|
-
function l(e) {
|
|
6
|
-
if (e.__esModule) return e;
|
|
7
|
-
var r = e.default;
|
|
8
|
-
if (typeof r == "function") {
|
|
9
|
-
var t = function o() {
|
|
10
|
-
return this instanceof o ? Reflect.construct(r, arguments, this.constructor) : r.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
t.prototype = r.prototype;
|
|
13
|
-
} else t = {};
|
|
14
|
-
return Object.defineProperty(t, "__esModule", {
|
|
15
|
-
value: !0
|
|
16
|
-
}), Object.keys(e).forEach(function(o) {
|
|
17
|
-
var n = Object.getOwnPropertyDescriptor(e, o);
|
|
18
|
-
Object.defineProperty(t, o, n.get ? n : {
|
|
19
|
-
enumerable: !0,
|
|
20
|
-
get: function() {
|
|
21
|
-
return e[o];
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
}), t;
|
|
25
|
-
}
|
|
26
|
-
export {
|
|
27
|
-
l as a,
|
|
28
|
-
u as c,
|
|
29
|
-
f as g
|
|
30
|
-
};
|