sprof 0.2.3 → 0.2.6
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/{ExtractsList-Dh6uyUJc.js → ExtractsList-Pj6MkURv.js} +1 -1
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -26
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +2 -6
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +2 -8
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +2 -5
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -46
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +3 -23
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +2 -8
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +1 -4
- package/dist/{index-BMNKrMSC.js → index-C6n-V_a8.js} +3186 -3216
- package/dist/index.d.ts +1 -0
- package/dist/sprof.js +8 -7
- package/dist/sprof.umd.cjs +10 -10
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { default as PF } from './core/index';
|
|
|
2
2
|
import * as PFM from './modules/index';
|
|
3
3
|
export { PF, PFM };
|
|
4
4
|
export { installSprof } from './install';
|
|
5
|
+
export { default as PButton } from './core/components/atoms/PButton/PButton.vue';
|
|
5
6
|
export { default as PCheckBox } from './core/components/atoms/PCheckbox/PCheckBox.vue';
|
|
6
7
|
export { default as PInput } from './core/components/atoms/PInput/PInput.vue';
|
|
7
8
|
export { default as PSelect } from './core/components/atoms/PSelect/PSelect.vue';
|
package/dist/sprof.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as
|
|
1
|
+
import { A as a, a as e, b as o, c as u, d as h, e as i, f as n, g as d, E as l, L as r, h as A, i as P, P as F, j as p, k as B, l as f, m as g, n as m, o as R, p as c } from "./index-C6n-V_a8.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
a as AuthButtonLogin,
|
|
4
4
|
e as AuthButtonRefresh,
|
|
5
5
|
o as AuthButtonRegister,
|
|
6
6
|
u as AuthButtonRestore,
|
|
@@ -10,13 +10,14 @@ export {
|
|
|
10
10
|
d as AuthMethods,
|
|
11
11
|
l as EmailField,
|
|
12
12
|
r as LoginField,
|
|
13
|
-
A as
|
|
13
|
+
A as PButton,
|
|
14
|
+
P as PCheckBox,
|
|
14
15
|
F as PF,
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
p as PFM,
|
|
17
|
+
B as PInput,
|
|
17
18
|
f as PSelect,
|
|
18
19
|
g as PasswordField,
|
|
19
20
|
m as PasswordRepeatField,
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
R as installSprof,
|
|
22
|
+
c as pfName
|
|
22
23
|
};
|