sprof 0.2.16 → 0.2.18
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-DOcnyFU8.js → ExtractsList-DgW_psut.js} +1 -1
- package/dist/core/components/atoms/PDateTimeInput/PDateTimeInput.test.d.ts +1 -0
- package/dist/core/components/atoms/PDateTimeInput/PDateTimeInput.vue.d.ts +69 -0
- package/dist/core/components/atoms/index.d.ts +2 -1
- package/dist/core/components/molecules/PAddDialog/PAddDialog.test.d.ts +1 -0
- package/dist/core/components/molecules/PAddDialog/PAddDialog.vue.d.ts +39 -0
- package/dist/core/components/molecules/index.d.ts +2 -1
- package/dist/core/helpers/Arrays.test.d.ts +1 -0
- package/dist/core/helpers/Classes.test.d.ts +1 -0
- package/dist/core/helpers/Dates.test.d.ts +1 -0
- package/dist/core/helpers/Id.test.d.ts +1 -0
- package/dist/core/helpers/Numbers.test.d.ts +1 -0
- package/dist/global-components.d.ts +2 -0
- package/dist/{index-BHTU_vkN.js → index-C9y_jQis.js} +5230 -4968
- package/dist/index.d.ts +2 -0
- package/dist/sprof.js +36 -34
- package/dist/sprof.umd.cjs +12 -12
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { default as PButton } from './core/components/atoms/PButton/PButton.vue'
|
|
|
8
8
|
export { default as PCheckBox } from './core/components/atoms/PCheckbox/PCheckBox.vue';
|
|
9
9
|
export { default as PChip } from './core/components/atoms/PChip/PChip.vue';
|
|
10
10
|
export { default as PDateInput } from './core/components/atoms/PDateInput/PDateInput.vue';
|
|
11
|
+
export { default as PDateTimeInput } from './core/components/atoms/PDateTimeInput/PDateTimeInput.vue';
|
|
11
12
|
export { default as PDialog } from './core/components/atoms/PDialog/PDialog.vue';
|
|
12
13
|
export { default as PHint } from './core/components/atoms/PHint/PHint.vue';
|
|
13
14
|
export { default as PInput } from './core/components/atoms/PInput/PInput.vue';
|
|
@@ -16,6 +17,7 @@ export { default as POpts } from './core/components/atoms/POpts/POpts.vue';
|
|
|
16
17
|
export { default as PSelect } from './core/components/atoms/PSelect/PSelect.vue';
|
|
17
18
|
export { default as PTableToggle } from './core/components/atoms/PTableToggle/PTableToggle.vue';
|
|
18
19
|
export { default as PToggle } from './core/components/atoms/PToggle/PToggle.vue';
|
|
20
|
+
export { default as PAddDialog } from './core/components/molecules/PAddDialog/PAddDialog.vue';
|
|
19
21
|
export { default as PCard } from './core/components/molecules/PCard/PCard.vue';
|
|
20
22
|
export { default as PCrudList } from './core/components/molecules/PCrudList/PCrudList.vue';
|
|
21
23
|
export { default as PEditDialog } from './core/components/molecules/PEditDialog/PEditDialog.vue';
|
package/dist/sprof.js
CHANGED
|
@@ -1,46 +1,48 @@
|
|
|
1
|
-
import { A as e, a as t, b as l, c as
|
|
1
|
+
import { A as e, a as t, b as l, c as i, d as u, e as o, f as d, g as P, E as h, L as n, h as S, i as r, j as g, k as c, l as p, m as A, n as F, o as T, p as B, q as D, r as f, P as m, s as L, t as b, u as C, v as I, w as E, x as R, y as k, z as w, B as x, C as M, D as O, F as y, S as G, G as H, H as N, I as j, J as q, K as v, M as z, N as J, T as K, O as Q, Q as U } from "./index-C9y_jQis.js";
|
|
2
2
|
export {
|
|
3
3
|
e as AuthButtonLogin,
|
|
4
4
|
t as AuthButtonRefresh,
|
|
5
5
|
l as AuthButtonRegister,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
i as AuthButtonRestore,
|
|
7
|
+
u as AuthChunks,
|
|
8
8
|
o as AuthFieldsIds,
|
|
9
9
|
d as AuthFormSettings,
|
|
10
10
|
P as AuthMethods,
|
|
11
11
|
h as EmailField,
|
|
12
12
|
n as LoginField,
|
|
13
|
-
S as
|
|
14
|
-
r as
|
|
15
|
-
g as
|
|
16
|
-
c as
|
|
17
|
-
p as
|
|
18
|
-
A as
|
|
19
|
-
F as
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
13
|
+
S as PAddDialog,
|
|
14
|
+
r as PBadge,
|
|
15
|
+
g as PButton,
|
|
16
|
+
c as PCard,
|
|
17
|
+
p as PCheckBox,
|
|
18
|
+
A as PChip,
|
|
19
|
+
F as PCrudList,
|
|
20
|
+
T as PDateInput,
|
|
21
|
+
B as PDateTimeInput,
|
|
22
|
+
D as PDialog,
|
|
23
|
+
f as PEditDialog,
|
|
24
|
+
m as PF,
|
|
23
25
|
L as PFM,
|
|
24
26
|
b as PHint,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
27
|
+
C as PInput,
|
|
28
|
+
I as POptionsListSingle,
|
|
29
|
+
E as POpts,
|
|
30
|
+
R as PSelect,
|
|
31
|
+
k as PTableToggle,
|
|
32
|
+
w as PTabs,
|
|
33
|
+
x as PTabsLeft,
|
|
34
|
+
M as PToggle,
|
|
35
|
+
O as PasswordField,
|
|
36
|
+
y as PasswordRepeatField,
|
|
37
|
+
G as Schedule,
|
|
38
|
+
H as ScheduleDay,
|
|
39
|
+
N as ScheduleDefaultLabels,
|
|
40
|
+
j as ScheduleGridEditor,
|
|
41
|
+
q as SchedulePlace,
|
|
42
|
+
v as ScheduleSession,
|
|
43
|
+
z as ScheduleSlot,
|
|
44
|
+
J as ScheduleTimeline,
|
|
45
|
+
K as TabsStore,
|
|
46
|
+
Q as installSprof,
|
|
47
|
+
U as pfName
|
|
46
48
|
};
|