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.
Files changed (83) hide show
  1. package/dist/{ExtractsList-DgW_psut.js → ExtractsList-C1218Nne.js} +1 -1
  2. package/dist/core/components/CarouselImages.vue.d.ts +1 -1
  3. package/dist/core/components/GeneralItem.vue.d.ts +2 -2
  4. package/dist/core/components/GridContainer.vue.d.ts +2 -2
  5. package/dist/core/components/InfoItem.vue.d.ts +2 -2
  6. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -6
  7. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +1 -1
  8. package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +2 -2
  9. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +1 -1
  10. package/dist/core/components/atoms/PDateInput/PDateInput.stories.d.ts +12 -12
  11. package/dist/core/components/atoms/PDateInput/PDateInput.vue.d.ts +1 -1
  12. package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +6 -6
  13. package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +1 -1
  14. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
  15. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
  16. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +6 -6
  17. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
  18. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
  19. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
  20. package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +1 -1
  21. package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +1 -1
  22. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +18 -18
  23. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +3 -3
  24. package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
  25. package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
  26. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +2 -2
  27. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +1 -1
  28. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
  29. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
  30. package/dist/core/components/atoms/PString/PString.stories.d.ts +6 -6
  31. package/dist/core/components/atoms/PString/PString.vue.d.ts +3 -3
  32. package/dist/core/components/atoms/PToggle/PToggle.stories.d.ts +3 -3
  33. package/dist/core/components/atoms/PToggle/PToggle.vue.d.ts +1 -1
  34. package/dist/core/components/atoms/index.d.ts +2 -2
  35. package/dist/core/components/molecules/PCard/PCard.stories.d.ts +12 -12
  36. package/dist/core/components/molecules/PCard/PCard.vue.d.ts +1 -1
  37. package/dist/core/components/molecules/PCrudList/PCrudList.stories.d.ts +9 -9
  38. package/dist/core/components/molecules/PCrudList/PCrudList.vue.d.ts +1 -1
  39. package/dist/core/components/molecules/PEditDialog/PEditDialog.stories.d.ts +18 -18
  40. package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +2 -2
  41. package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
  42. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +14 -14
  43. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +7 -7
  44. package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
  45. package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
  46. package/dist/core/components/organisms/PMenuTabs/PMenuTabs.stories.d.ts +6 -6
  47. package/dist/core/components/organisms/PMenuTabs/PMenuTabs.vue.d.ts +1 -1
  48. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
  49. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
  50. package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +2 -2
  51. package/dist/global-components.d.ts +21 -1
  52. package/dist/index-CLoHvXYT.js +18658 -0
  53. package/dist/index.d.ts +5 -0
  54. package/dist/modules/contacts/components/PContactForm.test.d.ts +1 -0
  55. package/dist/modules/contacts/components/PContactForm.vue.d.ts +95 -0
  56. package/dist/modules/contacts/components/PContactFormDeleteDialog.vue.d.ts +44 -0
  57. package/dist/modules/contacts/components/PContactFormEdit.vue.d.ts +89 -0
  58. package/dist/modules/contacts/components/PContactFormEditDialog.vue.d.ts +51 -0
  59. package/dist/modules/contacts/components/PContactFormEditEmails.vue.d.ts +86 -0
  60. package/dist/modules/contacts/components/PContactFormEditPhones.vue.d.ts +86 -0
  61. package/dist/modules/contacts/components/PContactFormView.vue.d.ts +83 -0
  62. package/dist/modules/contacts/components/PContactFormViewEmails.vue.d.ts +86 -0
  63. package/dist/modules/contacts/components/PContactFormViewPhones.vue.d.ts +86 -0
  64. package/dist/modules/contacts/index.d.ts +14 -0
  65. package/dist/modules/contacts/types.d.ts +57 -0
  66. package/dist/modules/index.d.ts +8 -0
  67. package/dist/modules/table/PTable.test.d.ts +1 -0
  68. package/dist/modules/table/cells/PTableBadge.vue.d.ts +110 -0
  69. package/dist/modules/table/cells/PTableBadges.vue.d.ts +116 -0
  70. package/dist/modules/table/cells/PTableCount.vue.d.ts +14 -0
  71. package/dist/modules/table/cells/PTableEdit.vue.d.ts +6 -0
  72. package/dist/modules/table/cells/PTableNumber.vue.d.ts +119 -0
  73. package/dist/modules/table/cells/PTableSelect.vue.d.ts +9 -0
  74. package/dist/modules/table/cells/PTableString.vue.d.ts +105 -0
  75. package/dist/modules/table/index.d.ts +11 -0
  76. package/dist/sprof.js +62 -43
  77. package/dist/sprof.umd.cjs +15 -15
  78. package/dist/style.css +1 -1
  79. package/package.json +1 -1
  80. package/dist/index-C9y_jQis.js +0 -17279
  81. package/dist/core/components/atoms/PTable/{PTable.stories.d.ts → PTableHtml.stories.d.ts} +6 -6
  82. package/dist/core/components/atoms/PTable/{PTable.test.d.ts → PTableHtml.test.d.ts} +0 -0
  83. 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 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";
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
- l as AuthButtonRegister,
6
- i as AuthButtonRestore,
7
- u as AuthChunks,
8
- o as AuthFieldsIds,
5
+ o as AuthButtonRegister,
6
+ l as AuthButtonRestore,
7
+ P as AuthChunks,
8
+ i as AuthFieldsIds,
9
9
  d as AuthFormSettings,
10
- P as AuthMethods,
11
- h as EmailField,
12
- n as LoginField,
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,
25
- L as PFM,
26
- b as PHint,
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
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
  };