sprof 0.2.18 → 0.2.20
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-DgW_psut.js → ExtractsList-C1218Nne.js} +1 -1
- package/dist/core/components/CarouselImages.vue.d.ts +1 -1
- package/dist/core/components/GeneralItem.vue.d.ts +2 -2
- package/dist/core/components/GridContainer.vue.d.ts +2 -2
- package/dist/core/components/InfoItem.vue.d.ts +2 -2
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -6
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +1 -1
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +2 -2
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +1 -1
- package/dist/core/components/atoms/PDateInput/PDateInput.stories.d.ts +12 -12
- package/dist/core/components/atoms/PDateInput/PDateInput.vue.d.ts +1 -1
- package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +6 -6
- package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +1 -1
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +6 -6
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
- package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
- package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
- package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +1 -1
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +1 -1
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +18 -18
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +3 -3
- package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
- package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
- package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +2 -2
- package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +1 -1
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
- package/dist/core/components/atoms/PString/PString.stories.d.ts +6 -6
- package/dist/core/components/atoms/PString/PString.vue.d.ts +3 -3
- package/dist/core/components/atoms/PToggle/PToggle.stories.d.ts +3 -3
- package/dist/core/components/atoms/PToggle/PToggle.vue.d.ts +1 -1
- package/dist/core/components/atoms/index.d.ts +2 -2
- package/dist/core/components/molecules/PCard/PCard.stories.d.ts +12 -12
- package/dist/core/components/molecules/PCard/PCard.vue.d.ts +1 -1
- package/dist/core/components/molecules/PCrudList/PCrudList.stories.d.ts +9 -9
- package/dist/core/components/molecules/PCrudList/PCrudList.vue.d.ts +1 -1
- package/dist/core/components/molecules/PEditDialog/PEditDialog.stories.d.ts +18 -18
- package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +2 -2
- package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +14 -14
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +7 -7
- package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
- package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
- package/dist/core/components/organisms/PMenuTabs/PMenuTabs.stories.d.ts +6 -6
- package/dist/core/components/organisms/PMenuTabs/PMenuTabs.vue.d.ts +1 -1
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
- package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +2 -2
- package/dist/global-components.d.ts +21 -1
- package/dist/index-CLoHvXYT.js +18658 -0
- package/dist/index.d.ts +5 -0
- package/dist/modules/contacts/components/PContactForm.test.d.ts +1 -0
- package/dist/modules/contacts/components/PContactForm.vue.d.ts +95 -0
- package/dist/modules/contacts/components/PContactFormDeleteDialog.vue.d.ts +44 -0
- package/dist/modules/contacts/components/PContactFormEdit.vue.d.ts +89 -0
- package/dist/modules/contacts/components/PContactFormEditDialog.vue.d.ts +51 -0
- package/dist/modules/contacts/components/PContactFormEditEmails.vue.d.ts +86 -0
- package/dist/modules/contacts/components/PContactFormEditPhones.vue.d.ts +86 -0
- package/dist/modules/contacts/components/PContactFormView.vue.d.ts +83 -0
- package/dist/modules/contacts/components/PContactFormViewEmails.vue.d.ts +86 -0
- package/dist/modules/contacts/components/PContactFormViewPhones.vue.d.ts +86 -0
- package/dist/modules/contacts/index.d.ts +14 -0
- package/dist/modules/contacts/types.d.ts +57 -0
- package/dist/modules/index.d.ts +8 -0
- package/dist/modules/table/PTable.test.d.ts +1 -0
- package/dist/modules/table/cells/PTableBadge.vue.d.ts +110 -0
- package/dist/modules/table/cells/PTableBadges.vue.d.ts +116 -0
- package/dist/modules/table/cells/PTableCount.vue.d.ts +14 -0
- package/dist/modules/table/cells/PTableEdit.vue.d.ts +6 -0
- package/dist/modules/table/cells/PTableNumber.vue.d.ts +119 -0
- package/dist/modules/table/cells/PTableSelect.vue.d.ts +9 -0
- package/dist/modules/table/cells/PTableString.vue.d.ts +105 -0
- package/dist/modules/table/index.d.ts +11 -0
- package/dist/sprof.js +62 -43
- package/dist/sprof.umd.cjs +15 -15
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/index-C9y_jQis.js +0 -17279
- package/dist/core/components/atoms/PTable/{PTable.stories.d.ts → PTableHtml.stories.d.ts} +6 -6
- package/dist/core/components/atoms/PTable/{PTable.test.d.ts → PTableHtml.test.d.ts} +0 -0
- package/dist/core/components/atoms/PTable/{PTable.vue.d.ts → PTableHtml.vue.d.ts} +1 -1
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { default as BaseStore } from '../../../core/helpers/BaseStore';
|
|
2
|
+
interface Props {
|
|
3
|
+
row: Record<string, unknown>;
|
|
4
|
+
prop: string;
|
|
5
|
+
store?: BaseStore;
|
|
6
|
+
maxLength?: number;
|
|
7
|
+
truncateLength?: number;
|
|
8
|
+
readonly?: boolean;
|
|
9
|
+
label?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
|
+
label: string;
|
|
13
|
+
readonly: boolean;
|
|
14
|
+
prop: string;
|
|
15
|
+
maxLength: number;
|
|
16
|
+
truncateLength: number;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
18
|
+
edit: ({
|
|
19
|
+
$: import('vue').ComponentInternalInstance;
|
|
20
|
+
$data: {};
|
|
21
|
+
$props: {
|
|
22
|
+
readonly modelValue: boolean;
|
|
23
|
+
readonly title?: string | undefined;
|
|
24
|
+
readonly confirmLabel?: string | undefined;
|
|
25
|
+
readonly cancelLabel?: string | undefined;
|
|
26
|
+
readonly width?: string | undefined;
|
|
27
|
+
readonly disabled?: boolean | undefined;
|
|
28
|
+
readonly showConfirm: boolean;
|
|
29
|
+
readonly onClose?: (() => any) | undefined;
|
|
30
|
+
readonly onConfirm?: (() => any) | undefined;
|
|
31
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
32
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
33
|
+
$attrs: import('vue').Attrs;
|
|
34
|
+
$refs: {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
$slots: Readonly<{
|
|
38
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
39
|
+
}>;
|
|
40
|
+
$root: globalThis.ComponentPublicInstance | null;
|
|
41
|
+
$parent: globalThis.ComponentPublicInstance | null;
|
|
42
|
+
$host: Element | null;
|
|
43
|
+
$emit: ((event: "close") => void) & ((event: "confirm") => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
44
|
+
$el: any;
|
|
45
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../../../core/components/molecules/PEditDialog/pEditDialogProps').PEditDialogProps> & Readonly<{
|
|
46
|
+
onClose?: (() => any) | undefined;
|
|
47
|
+
onConfirm?: (() => any) | undefined;
|
|
48
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49
|
+
}>, {
|
|
50
|
+
opened: globalThis.Ref<boolean, boolean>;
|
|
51
|
+
toggle: () => void;
|
|
52
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
53
|
+
close: () => any;
|
|
54
|
+
confirm: () => any;
|
|
55
|
+
"update:modelValue": (value: boolean) => any;
|
|
56
|
+
}, string, {
|
|
57
|
+
title: string;
|
|
58
|
+
width: string;
|
|
59
|
+
disabled: boolean;
|
|
60
|
+
modelValue: boolean;
|
|
61
|
+
confirmLabel: string;
|
|
62
|
+
cancelLabel: string;
|
|
63
|
+
showConfirm: boolean;
|
|
64
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
65
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
66
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
67
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
68
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
69
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
70
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
71
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
72
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
76
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
77
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
78
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
79
|
+
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
80
|
+
};
|
|
81
|
+
$forceUpdate: () => void;
|
|
82
|
+
$nextTick: typeof import('vue').nextTick;
|
|
83
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
84
|
+
} & Readonly<{
|
|
85
|
+
title: string;
|
|
86
|
+
width: string;
|
|
87
|
+
disabled: boolean;
|
|
88
|
+
modelValue: boolean;
|
|
89
|
+
confirmLabel: string;
|
|
90
|
+
cancelLabel: string;
|
|
91
|
+
showConfirm: boolean;
|
|
92
|
+
}> & Omit<Readonly<import('../../../core/components/molecules/PEditDialog/pEditDialogProps').PEditDialogProps> & Readonly<{
|
|
93
|
+
onClose?: (() => any) | undefined;
|
|
94
|
+
onConfirm?: (() => any) | undefined;
|
|
95
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
96
|
+
}>, "toggle" | "opened" | ("title" | "width" | "disabled" | "modelValue" | "confirmLabel" | "cancelLabel" | "showConfirm")> & {
|
|
97
|
+
opened: boolean;
|
|
98
|
+
toggle: () => void;
|
|
99
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
100
|
+
$slots: {
|
|
101
|
+
default?(_: {}): any;
|
|
102
|
+
};
|
|
103
|
+
}) | null;
|
|
104
|
+
}, any>;
|
|
105
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { App } from 'vue';
|
|
2
|
+
import { default as PTableBadge } from './cells/PTableBadge.vue';
|
|
3
|
+
import { default as PTableBadges } from './cells/PTableBadges.vue';
|
|
4
|
+
import { default as PTableCount } from './cells/PTableCount.vue';
|
|
5
|
+
import { default as PTableEdit } from './cells/PTableEdit.vue';
|
|
6
|
+
import { default as PTableNumber } from './cells/PTableNumber.vue';
|
|
7
|
+
import { default as PTableSelect } from './cells/PTableSelect.vue';
|
|
8
|
+
import { default as PTableString } from './cells/PTableString.vue';
|
|
9
|
+
import { default as PTable } from './PTable.vue';
|
|
10
|
+
export { PTable, PTableBadge, PTableBadges, PTableCount, PTableEdit, PTableNumber, PTableSelect, PTableString, };
|
|
11
|
+
export default function install(app: App): void;
|
package/dist/sprof.js
CHANGED
|
@@ -1,48 +1,67 @@
|
|
|
1
|
-
import { A as e, a as t, b as
|
|
1
|
+
import { A as e, a as t, b as o, c as l, d as P, e as i, f as d, g as n, E as u, L as r, h, i as c, j as m, k as g, l as F, m as S, n as T, o as b, p as C, q as p, r as D, s as E, t as A, u as B, v as f, w as L, x as w, y as I, z as R, B as V, P as k, C as x, D as H, F as M, G as N, H as O, I as y, J as G, K as j, M as q, N as v, O as z, Q as J, R as K, S as Q, T as U, U as W, V as X, W as Y, X as Z, Y as $, Z as _, $ as aa, a0 as sa, a1 as ea, a2 as ta, a3 as oa, a4 as la, a5 as Pa, a6 as ia, a7 as da, a8 as na, a9 as ua, aa as ra } from "./index-CLoHvXYT.js";
|
|
2
2
|
export {
|
|
3
3
|
e as AuthButtonLogin,
|
|
4
4
|
t as AuthButtonRefresh,
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
o as AuthButtonRegister,
|
|
6
|
+
l as AuthButtonRestore,
|
|
7
|
+
P as AuthChunks,
|
|
8
|
+
i as AuthFieldsIds,
|
|
9
9
|
d as AuthFormSettings,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
10
|
+
n as AuthMethods,
|
|
11
|
+
u as EmailField,
|
|
12
|
+
r as LoginField,
|
|
13
|
+
h as PAddDialog,
|
|
14
|
+
c as PBadge,
|
|
15
|
+
m as PButton,
|
|
16
|
+
g as PCard,
|
|
17
|
+
F as PCheckBox,
|
|
18
|
+
S as PChip,
|
|
19
|
+
T as PContactForm,
|
|
20
|
+
b as PContactFormDeleteDialog,
|
|
21
|
+
C as PContactFormEdit,
|
|
22
|
+
p as PContactFormEditDialog,
|
|
23
|
+
D as PContactFormEditEmails,
|
|
24
|
+
E as PContactFormEditPhones,
|
|
25
|
+
A as PContactFormView,
|
|
26
|
+
B as PContactFormViewEmails,
|
|
27
|
+
f as PContactFormViewPhones,
|
|
28
|
+
L as PCrudList,
|
|
29
|
+
w as PDateInput,
|
|
30
|
+
I as PDateTimeInput,
|
|
31
|
+
R as PDialog,
|
|
32
|
+
V as PEditDialog,
|
|
33
|
+
k as PF,
|
|
34
|
+
x as PFM,
|
|
35
|
+
H as PHint,
|
|
36
|
+
M as PInput,
|
|
37
|
+
N as POptionsListSingle,
|
|
38
|
+
O as POpts,
|
|
39
|
+
y as PSelect,
|
|
40
|
+
G as PTable,
|
|
41
|
+
j as PTableBadge,
|
|
42
|
+
q as PTableBadges,
|
|
43
|
+
v as PTableCount,
|
|
44
|
+
z as PTableEdit,
|
|
45
|
+
J as PTableHtml,
|
|
46
|
+
K as PTableNumber,
|
|
47
|
+
Q as PTableSelect,
|
|
48
|
+
U as PTableString,
|
|
49
|
+
W as PTableToggle,
|
|
50
|
+
X as PTabs,
|
|
51
|
+
Y as PTabsLeft,
|
|
52
|
+
Z as PToggle,
|
|
53
|
+
$ as PasswordField,
|
|
54
|
+
_ as PasswordRepeatField,
|
|
55
|
+
aa as Schedule,
|
|
56
|
+
sa as ScheduleDay,
|
|
57
|
+
ea as ScheduleDefaultLabels,
|
|
58
|
+
ta as ScheduleGridEditor,
|
|
59
|
+
oa as SchedulePlace,
|
|
60
|
+
la as ScheduleSession,
|
|
61
|
+
Pa as ScheduleSlot,
|
|
62
|
+
ia as ScheduleTimeline,
|
|
63
|
+
da as TabsStore,
|
|
64
|
+
na as defaultContactsLabels,
|
|
65
|
+
ua as installSprof,
|
|
66
|
+
ra as pfName
|
|
48
67
|
};
|