@factoringplus/pl-components-pack-v3 1.3.1-pre-01 → 1.3.1-pre-03
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.
@@ -45,5 +45,7 @@ export * from '../utils/deepSet';
|
|
45
45
|
export * from '../utils/dadataParser';
|
46
46
|
export * from '../plugins/filters';
|
47
47
|
export * from '../plugins/api/api';
|
48
|
-
declare const
|
49
|
-
|
48
|
+
declare const plugins: {
|
49
|
+
[key: string]: Plugin;
|
50
|
+
};
|
51
|
+
export { plugins };
|
@@ -33031,47 +33031,47 @@ function bG() {
|
|
33031
33031
|
}
|
33032
33032
|
};
|
33033
33033
|
}
|
33034
|
-
const IG = hr(bG, "filters"), S0 =
|
33035
|
-
YF,
|
33036
|
-
d8,
|
33037
|
-
oW,
|
33038
|
-
cW,
|
33039
|
-
N8,
|
33040
|
-
vW,
|
33041
|
-
LV,
|
33042
|
-
RV,
|
33043
|
-
HW,
|
33044
|
-
o9,
|
33045
|
-
QF,
|
33046
|
-
l9,
|
33047
|
-
i9,
|
33048
|
-
BV,
|
33049
|
-
u9,
|
33050
|
-
f9,
|
33051
|
-
m9,
|
33052
|
-
b9,
|
33053
|
-
I9,
|
33054
|
-
qV,
|
33055
|
-
U9,
|
33056
|
-
nH,
|
33057
|
-
rH,
|
33058
|
-
$H,
|
33059
|
-
lF,
|
33060
|
-
RH,
|
33061
|
-
VH,
|
33062
|
-
bF,
|
33063
|
-
x7,
|
33064
|
-
R7,
|
33065
|
-
tG,
|
33066
|
-
IF,
|
33067
|
-
SF,
|
33068
|
-
CF,
|
33069
|
-
uG,
|
33070
|
-
cG,
|
33071
|
-
tH,
|
33072
|
-
dG,
|
33073
|
-
fG
|
33074
|
-
|
33034
|
+
const IG = hr(bG, "filters"), S0 = {
|
33035
|
+
PlButton: YF,
|
33036
|
+
PlCurrency: d8,
|
33037
|
+
PlAutocomplete: oW,
|
33038
|
+
PlCard: cW,
|
33039
|
+
PlCheckbox: N8,
|
33040
|
+
PlCheckboxPlus: vW,
|
33041
|
+
PlDatePickerPlugin: LV,
|
33042
|
+
PlDatePickerLegacyPlugin: RV,
|
33043
|
+
PlDatePickerPlusPlugin: HW,
|
33044
|
+
PlDialogPlus: o9,
|
33045
|
+
PlDialog: QF,
|
33046
|
+
PlForm: l9,
|
33047
|
+
PlIcon: i9,
|
33048
|
+
PlInput: BV,
|
33049
|
+
PlInputPlus: u9,
|
33050
|
+
PlLink: f9,
|
33051
|
+
PlMultitab: m9,
|
33052
|
+
PlRadio: b9,
|
33053
|
+
PlScrollbar: I9,
|
33054
|
+
PlSelect: qV,
|
33055
|
+
PlSelectPlus: U9,
|
33056
|
+
PlSkeleton: nH,
|
33057
|
+
PlSnackbar: rH,
|
33058
|
+
PlStepper: $H,
|
33059
|
+
PlSuggestions: lF,
|
33060
|
+
PlSwitch: RH,
|
33061
|
+
PlTabPane: VH,
|
33062
|
+
PlTablePlugin: bF,
|
33063
|
+
PlTablePlus: x7,
|
33064
|
+
PlTabs: R7,
|
33065
|
+
PlTextPlugin: tG,
|
33066
|
+
PlTooltip: IF,
|
33067
|
+
PlUpload: SF,
|
33068
|
+
PlUploadLegacy: CF,
|
33069
|
+
PlUploadPlus: uG,
|
33070
|
+
PlTooltipPlus: cG,
|
33071
|
+
PlMultiSelect: tH,
|
33072
|
+
PlMarkText: dG,
|
33073
|
+
PlPagination: fG
|
33074
|
+
};
|
33075
33075
|
function mg() {
|
33076
33076
|
const e = window.navigator.maxTouchPoints && window.navigator.maxTouchPoints > 0, t = {
|
33077
33077
|
Android: () => navigator.userAgent.match(/Android/i),
|
@@ -33274,7 +33274,7 @@ const Uv = (e, t) => Object.entries(kG).reduce((n, [r, o]) => {
|
|
33274
33274
|
}, QG = {
|
33275
33275
|
install: (e) => {
|
33276
33276
|
var t;
|
33277
|
-
S0.forEach((n) => {
|
33277
|
+
Object.values(S0).forEach((n) => {
|
33278
33278
|
var r;
|
33279
33279
|
(r = n.install) == null || r.call(n, e);
|
33280
33280
|
}), (t = rc.install) == null || t.call(rc, e), e.use($G).use(u1);
|
@@ -33295,16 +33295,5 @@ const Uv = (e, t) => Object.entries(kG).reduce((n, [r, o]) => {
|
|
33295
33295
|
PlDirectives: rc
|
33296
33296
|
}, $G = BA();
|
33297
33297
|
export {
|
33298
|
-
|
33299
|
-
dG as PlMarkText,
|
33300
|
-
Kl as PlNotification,
|
33301
|
-
qA as cancelAllApiRequests,
|
33302
|
-
DG as dadataParser,
|
33303
|
-
ho as declOfNum,
|
33304
|
-
hG as deepSet,
|
33305
|
-
QG as default,
|
33306
|
-
IG as filters,
|
33307
|
-
Cv as formatCurrency,
|
33308
|
-
gG as formatDate,
|
33309
|
-
Pv as isEqual
|
33298
|
+
QG as Storybook
|
33310
33299
|
};
|