sprof 0.2.18 → 0.2.19

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 (69) hide show
  1. package/dist/{ExtractsList-DgW_psut.js → ExtractsList-DTe91TQH.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/PLabelField/PLabelField.stories.d.ts +18 -18
  21. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +3 -3
  22. package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
  23. package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
  24. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +2 -2
  25. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +1 -1
  26. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
  27. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
  28. package/dist/core/components/atoms/PString/PString.stories.d.ts +6 -6
  29. package/dist/core/components/atoms/PString/PString.vue.d.ts +3 -3
  30. package/dist/core/components/atoms/PTable/PTable.stories.d.ts +6 -6
  31. package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
  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/molecules/PCard/PCard.stories.d.ts +12 -12
  35. package/dist/core/components/molecules/PCard/PCard.vue.d.ts +1 -1
  36. package/dist/core/components/molecules/PCrudList/PCrudList.stories.d.ts +9 -9
  37. package/dist/core/components/molecules/PCrudList/PCrudList.vue.d.ts +1 -1
  38. package/dist/core/components/molecules/PEditDialog/PEditDialog.stories.d.ts +9 -9
  39. package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +1 -1
  40. package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
  41. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +14 -14
  42. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +7 -7
  43. package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
  44. package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
  45. package/dist/core/components/organisms/PMenuTabs/PMenuTabs.stories.d.ts +6 -6
  46. package/dist/core/components/organisms/PMenuTabs/PMenuTabs.vue.d.ts +1 -1
  47. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
  48. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
  49. package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +2 -2
  50. package/dist/global-components.d.ts +11 -0
  51. package/dist/{index-C9y_jQis.js → index-DpENpoCA.js} +6805 -5876
  52. package/dist/index.d.ts +3 -0
  53. package/dist/modules/contacts/components/PContactForm.test.d.ts +1 -0
  54. package/dist/modules/contacts/components/PContactForm.vue.d.ts +95 -0
  55. package/dist/modules/contacts/components/PContactFormDeleteDialog.vue.d.ts +44 -0
  56. package/dist/modules/contacts/components/PContactFormEdit.vue.d.ts +89 -0
  57. package/dist/modules/contacts/components/PContactFormEditDialog.vue.d.ts +51 -0
  58. package/dist/modules/contacts/components/PContactFormEditEmails.vue.d.ts +86 -0
  59. package/dist/modules/contacts/components/PContactFormEditPhones.vue.d.ts +86 -0
  60. package/dist/modules/contacts/components/PContactFormView.vue.d.ts +83 -0
  61. package/dist/modules/contacts/components/PContactFormViewEmails.vue.d.ts +86 -0
  62. package/dist/modules/contacts/components/PContactFormViewPhones.vue.d.ts +86 -0
  63. package/dist/modules/contacts/index.d.ts +14 -0
  64. package/dist/modules/contacts/types.d.ts +57 -0
  65. package/dist/modules/index.d.ts +1 -0
  66. package/dist/sprof.js +54 -44
  67. package/dist/sprof.umd.cjs +13 -13
  68. package/dist/style.css +1 -1
  69. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -30,6 +30,9 @@ export type { NotifyType, ScheduleFactories, ScheduleItemKind, ScheduleLabels, S
30
30
  export { defaultScheduleLabels as ScheduleDefaultLabels } from './modules/schedule/types/index';
31
31
  export { PTabs, PTabsLeft, TabsStore } from './modules/tabs/index';
32
32
  export type { default as ITab } from './modules/tabs/ITab';
33
+ export { PContactForm, PContactFormDeleteDialog, PContactFormEdit, PContactFormEditDialog, PContactFormEditEmails, PContactFormEditPhones, PContactFormView, PContactFormViewEmails, PContactFormViewPhones, } from './modules/contacts/index';
34
+ export type { ContactsAdapter, ContactsLabels } from './modules/contacts/types';
35
+ export { defaultContactsLabels } from './modules/contacts/types';
33
36
  export type { IAdminMenu } from './core/interfaces';
34
37
  export type { default as IOption } from './core/interfaces/IOption';
35
38
  export type { default as IOrdered } from './core/interfaces/IOrdered';
@@ -0,0 +1,95 @@
1
+ import { ContactsAdapter } from '../types';
2
+ declare const _default: <TContact, TPhone, TEmail>(__VLS_props: {
3
+ contact: TContact;
4
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
5
+ title?: string | undefined;
6
+ phonesPresetted?: number | undefined;
7
+ emailsPresetted?: number | undefined;
8
+ margin?: string | undefined;
9
+ labels?: Partial<{
10
+ readonly title: "Контактная информация";
11
+ readonly phonesTitle: "Телефоны";
12
+ readonly emailsTitle: "Электронная почта";
13
+ readonly addPhone: "Добавить телефон";
14
+ readonly addEmail: "Добавить email";
15
+ readonly noPhones: "Нет телефонных номеров";
16
+ readonly noEmails: "Нет email адресов";
17
+ readonly copied: "Скопировано в буфер обмена";
18
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
19
+ readonly copiedEmail: "Email скопирован в буфер обмена";
20
+ readonly saved: "Сохранено";
21
+ readonly deleted: "Удалено";
22
+ readonly enterPhone: "Введите номер телефона";
23
+ readonly enterEmail: "Введите email адрес";
24
+ }> | undefined;
25
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
26
+ attrs: any;
27
+ slots: {};
28
+ emit: {};
29
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
30
+ props: {
31
+ contact: TContact;
32
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
33
+ title?: string | undefined;
34
+ phonesPresetted?: number | undefined;
35
+ emailsPresetted?: number | undefined;
36
+ margin?: string | undefined;
37
+ labels?: Partial<{
38
+ readonly title: "Контактная информация";
39
+ readonly phonesTitle: "Телефоны";
40
+ readonly emailsTitle: "Электронная почта";
41
+ readonly addPhone: "Добавить телефон";
42
+ readonly addEmail: "Добавить email";
43
+ readonly noPhones: "Нет телефонных номеров";
44
+ readonly noEmails: "Нет email адресов";
45
+ readonly copied: "Скопировано в буфер обмена";
46
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
47
+ readonly copiedEmail: "Email скопирован в буфер обмена";
48
+ readonly saved: "Сохранено";
49
+ readonly deleted: "Удалено";
50
+ readonly enterPhone: "Введите номер телефона";
51
+ readonly enterEmail: "Введите email адрес";
52
+ }> | undefined;
53
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
54
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
55
+ attrs: any;
56
+ slots: {};
57
+ emit: {};
58
+ }>) => globalThis.VNode<import('vue').RendererNode, import('vue').RendererElement, {
59
+ [key: string]: any;
60
+ }> & {
61
+ __ctx?: {
62
+ props: {
63
+ contact: TContact;
64
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
65
+ title?: string | undefined;
66
+ phonesPresetted?: number | undefined;
67
+ emailsPresetted?: number | undefined;
68
+ margin?: string | undefined;
69
+ labels?: Partial<{
70
+ readonly title: "Контактная информация";
71
+ readonly phonesTitle: "Телефоны";
72
+ readonly emailsTitle: "Электронная почта";
73
+ readonly addPhone: "Добавить телефон";
74
+ readonly addEmail: "Добавить email";
75
+ readonly noPhones: "Нет телефонных номеров";
76
+ readonly noEmails: "Нет email адресов";
77
+ readonly copied: "Скопировано в буфер обмена";
78
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
79
+ readonly copiedEmail: "Email скопирован в буфер обмена";
80
+ readonly saved: "Сохранено";
81
+ readonly deleted: "Удалено";
82
+ readonly enterPhone: "Введите номер телефона";
83
+ readonly enterEmail: "Введите email адрес";
84
+ }> | undefined;
85
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
86
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
87
+ attrs: any;
88
+ slots: {};
89
+ emit: {};
90
+ } | undefined;
91
+ };
92
+ export default _default;
93
+ type __VLS_PrettifyLocal<T> = {
94
+ [K in keyof T]: T[K];
95
+ } & {};
@@ -0,0 +1,44 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ title: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ subtitle: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ loading: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ modelValue: {
15
+ type: globalThis.PropType<any>;
16
+ };
17
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ confirm: (...args: any[]) => void;
19
+ "update:modelValue": (value: any) => void;
20
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
21
+ title: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ subtitle: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ loading: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ modelValue: {
34
+ type: globalThis.PropType<any>;
35
+ };
36
+ }>> & Readonly<{
37
+ onConfirm?: ((...args: any[]) => any) | undefined;
38
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
39
+ }>, {
40
+ loading: boolean;
41
+ title: string;
42
+ subtitle: string;
43
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
44
+ export default _default;
@@ -0,0 +1,89 @@
1
+ import { ContactsAdapter } from '../types';
2
+ declare const _default: <TContact, TPhone, TEmail>(__VLS_props: {
3
+ contact: TContact;
4
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
5
+ phonesPresetted?: number | undefined;
6
+ emailsPresetted?: number | undefined;
7
+ labels?: Partial<{
8
+ readonly title: "Контактная информация";
9
+ readonly phonesTitle: "Телефоны";
10
+ readonly emailsTitle: "Электронная почта";
11
+ readonly addPhone: "Добавить телефон";
12
+ readonly addEmail: "Добавить email";
13
+ readonly noPhones: "Нет телефонных номеров";
14
+ readonly noEmails: "Нет email адресов";
15
+ readonly copied: "Скопировано в буфер обмена";
16
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
17
+ readonly copiedEmail: "Email скопирован в буфер обмена";
18
+ readonly saved: "Сохранено";
19
+ readonly deleted: "Удалено";
20
+ readonly enterPhone: "Введите номер телефона";
21
+ readonly enterEmail: "Введите email адрес";
22
+ }> | undefined;
23
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
24
+ attrs: any;
25
+ slots: {};
26
+ emit: {};
27
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
28
+ props: {
29
+ contact: TContact;
30
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
31
+ phonesPresetted?: number | undefined;
32
+ emailsPresetted?: number | undefined;
33
+ labels?: Partial<{
34
+ readonly title: "Контактная информация";
35
+ readonly phonesTitle: "Телефоны";
36
+ readonly emailsTitle: "Электронная почта";
37
+ readonly addPhone: "Добавить телефон";
38
+ readonly addEmail: "Добавить email";
39
+ readonly noPhones: "Нет телефонных номеров";
40
+ readonly noEmails: "Нет email адресов";
41
+ readonly copied: "Скопировано в буфер обмена";
42
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
43
+ readonly copiedEmail: "Email скопирован в буфер обмена";
44
+ readonly saved: "Сохранено";
45
+ readonly deleted: "Удалено";
46
+ readonly enterPhone: "Введите номер телефона";
47
+ readonly enterEmail: "Введите email адрес";
48
+ }> | undefined;
49
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
50
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
51
+ attrs: any;
52
+ slots: {};
53
+ emit: {};
54
+ }>) => globalThis.VNode<import('vue').RendererNode, import('vue').RendererElement, {
55
+ [key: string]: any;
56
+ }> & {
57
+ __ctx?: {
58
+ props: {
59
+ contact: TContact;
60
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
61
+ phonesPresetted?: number | undefined;
62
+ emailsPresetted?: number | undefined;
63
+ labels?: Partial<{
64
+ readonly title: "Контактная информация";
65
+ readonly phonesTitle: "Телефоны";
66
+ readonly emailsTitle: "Электронная почта";
67
+ readonly addPhone: "Добавить телефон";
68
+ readonly addEmail: "Добавить email";
69
+ readonly noPhones: "Нет телефонных номеров";
70
+ readonly noEmails: "Нет email адресов";
71
+ readonly copied: "Скопировано в буфер обмена";
72
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
73
+ readonly copiedEmail: "Email скопирован в буфер обмена";
74
+ readonly saved: "Сохранено";
75
+ readonly deleted: "Удалено";
76
+ readonly enterPhone: "Введите номер телефона";
77
+ readonly enterEmail: "Введите email адрес";
78
+ }> | undefined;
79
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
80
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
81
+ attrs: any;
82
+ slots: {};
83
+ emit: {};
84
+ } | undefined;
85
+ };
86
+ export default _default;
87
+ type __VLS_PrettifyLocal<T> = {
88
+ [K in keyof T]: T[K];
89
+ } & {};
@@ -0,0 +1,51 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ icon: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ title: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ saving: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ modelValue: {
15
+ type: globalThis.PropType<any>;
16
+ };
17
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ save: (...args: any[]) => void;
19
+ "update:modelValue": (value: any) => void;
20
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
21
+ icon: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ title: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ saving: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ modelValue: {
34
+ type: globalThis.PropType<any>;
35
+ };
36
+ }>> & Readonly<{
37
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
38
+ onSave?: ((...args: any[]) => any) | undefined;
39
+ }>, {
40
+ icon: string;
41
+ title: string;
42
+ saving: boolean;
43
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
44
+ default?(_: {}): any;
45
+ }>;
46
+ export default _default;
47
+ type __VLS_WithTemplateSlots<T, S> = T & {
48
+ new (): {
49
+ $slots: S;
50
+ };
51
+ };
@@ -0,0 +1,86 @@
1
+ import { ContactsAdapter } from '../types';
2
+ declare const _default: <TContact, TPhone, TEmail>(__VLS_props: {
3
+ contact: TContact;
4
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
5
+ presetted?: number | undefined;
6
+ labels?: Partial<{
7
+ readonly title: "Контактная информация";
8
+ readonly phonesTitle: "Телефоны";
9
+ readonly emailsTitle: "Электронная почта";
10
+ readonly addPhone: "Добавить телефон";
11
+ readonly addEmail: "Добавить email";
12
+ readonly noPhones: "Нет телефонных номеров";
13
+ readonly noEmails: "Нет email адресов";
14
+ readonly copied: "Скопировано в буфер обмена";
15
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
16
+ readonly copiedEmail: "Email скопирован в буфер обмена";
17
+ readonly saved: "Сохранено";
18
+ readonly deleted: "Удалено";
19
+ readonly enterPhone: "Введите номер телефона";
20
+ readonly enterEmail: "Введите email адрес";
21
+ }> | undefined;
22
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
23
+ attrs: any;
24
+ slots: {};
25
+ emit: {};
26
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
27
+ props: {
28
+ contact: TContact;
29
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
30
+ presetted?: number | undefined;
31
+ labels?: Partial<{
32
+ readonly title: "Контактная информация";
33
+ readonly phonesTitle: "Телефоны";
34
+ readonly emailsTitle: "Электронная почта";
35
+ readonly addPhone: "Добавить телефон";
36
+ readonly addEmail: "Добавить email";
37
+ readonly noPhones: "Нет телефонных номеров";
38
+ readonly noEmails: "Нет email адресов";
39
+ readonly copied: "Скопировано в буфер обмена";
40
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
41
+ readonly copiedEmail: "Email скопирован в буфер обмена";
42
+ readonly saved: "Сохранено";
43
+ readonly deleted: "Удалено";
44
+ readonly enterPhone: "Введите номер телефона";
45
+ readonly enterEmail: "Введите email адрес";
46
+ }> | undefined;
47
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
48
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
49
+ attrs: any;
50
+ slots: {};
51
+ emit: {};
52
+ }>) => globalThis.VNode<import('vue').RendererNode, import('vue').RendererElement, {
53
+ [key: string]: any;
54
+ }> & {
55
+ __ctx?: {
56
+ props: {
57
+ contact: TContact;
58
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
59
+ presetted?: number | undefined;
60
+ labels?: Partial<{
61
+ readonly title: "Контактная информация";
62
+ readonly phonesTitle: "Телефоны";
63
+ readonly emailsTitle: "Электронная почта";
64
+ readonly addPhone: "Добавить телефон";
65
+ readonly addEmail: "Добавить email";
66
+ readonly noPhones: "Нет телефонных номеров";
67
+ readonly noEmails: "Нет email адресов";
68
+ readonly copied: "Скопировано в буфер обмена";
69
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
70
+ readonly copiedEmail: "Email скопирован в буфер обмена";
71
+ readonly saved: "Сохранено";
72
+ readonly deleted: "Удалено";
73
+ readonly enterPhone: "Введите номер телефона";
74
+ readonly enterEmail: "Введите email адрес";
75
+ }> | undefined;
76
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
77
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
78
+ attrs: any;
79
+ slots: {};
80
+ emit: {};
81
+ } | undefined;
82
+ };
83
+ export default _default;
84
+ type __VLS_PrettifyLocal<T> = {
85
+ [K in keyof T]: T[K];
86
+ } & {};
@@ -0,0 +1,86 @@
1
+ import { ContactsAdapter } from '../types';
2
+ declare const _default: <TContact, TPhone, TEmail>(__VLS_props: {
3
+ contact: TContact;
4
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
5
+ presetted?: number | undefined;
6
+ labels?: Partial<{
7
+ readonly title: "Контактная информация";
8
+ readonly phonesTitle: "Телефоны";
9
+ readonly emailsTitle: "Электронная почта";
10
+ readonly addPhone: "Добавить телефон";
11
+ readonly addEmail: "Добавить email";
12
+ readonly noPhones: "Нет телефонных номеров";
13
+ readonly noEmails: "Нет email адресов";
14
+ readonly copied: "Скопировано в буфер обмена";
15
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
16
+ readonly copiedEmail: "Email скопирован в буфер обмена";
17
+ readonly saved: "Сохранено";
18
+ readonly deleted: "Удалено";
19
+ readonly enterPhone: "Введите номер телефона";
20
+ readonly enterEmail: "Введите email адрес";
21
+ }> | undefined;
22
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
23
+ attrs: any;
24
+ slots: {};
25
+ emit: {};
26
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
27
+ props: {
28
+ contact: TContact;
29
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
30
+ presetted?: number | undefined;
31
+ labels?: Partial<{
32
+ readonly title: "Контактная информация";
33
+ readonly phonesTitle: "Телефоны";
34
+ readonly emailsTitle: "Электронная почта";
35
+ readonly addPhone: "Добавить телефон";
36
+ readonly addEmail: "Добавить email";
37
+ readonly noPhones: "Нет телефонных номеров";
38
+ readonly noEmails: "Нет email адресов";
39
+ readonly copied: "Скопировано в буфер обмена";
40
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
41
+ readonly copiedEmail: "Email скопирован в буфер обмена";
42
+ readonly saved: "Сохранено";
43
+ readonly deleted: "Удалено";
44
+ readonly enterPhone: "Введите номер телефона";
45
+ readonly enterEmail: "Введите email адрес";
46
+ }> | undefined;
47
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
48
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
49
+ attrs: any;
50
+ slots: {};
51
+ emit: {};
52
+ }>) => globalThis.VNode<import('vue').RendererNode, import('vue').RendererElement, {
53
+ [key: string]: any;
54
+ }> & {
55
+ __ctx?: {
56
+ props: {
57
+ contact: TContact;
58
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
59
+ presetted?: number | undefined;
60
+ labels?: Partial<{
61
+ readonly title: "Контактная информация";
62
+ readonly phonesTitle: "Телефоны";
63
+ readonly emailsTitle: "Электронная почта";
64
+ readonly addPhone: "Добавить телефон";
65
+ readonly addEmail: "Добавить email";
66
+ readonly noPhones: "Нет телефонных номеров";
67
+ readonly noEmails: "Нет email адресов";
68
+ readonly copied: "Скопировано в буфер обмена";
69
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
70
+ readonly copiedEmail: "Email скопирован в буфер обмена";
71
+ readonly saved: "Сохранено";
72
+ readonly deleted: "Удалено";
73
+ readonly enterPhone: "Введите номер телефона";
74
+ readonly enterEmail: "Введите email адрес";
75
+ }> | undefined;
76
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
77
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
78
+ attrs: any;
79
+ slots: {};
80
+ emit: {};
81
+ } | undefined;
82
+ };
83
+ export default _default;
84
+ type __VLS_PrettifyLocal<T> = {
85
+ [K in keyof T]: T[K];
86
+ } & {};
@@ -0,0 +1,83 @@
1
+ import { ContactsAdapter } from '../types';
2
+ declare const _default: <TContact, TPhone, TEmail>(__VLS_props: {
3
+ contact: TContact;
4
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
5
+ labels?: Partial<{
6
+ readonly title: "Контактная информация";
7
+ readonly phonesTitle: "Телефоны";
8
+ readonly emailsTitle: "Электронная почта";
9
+ readonly addPhone: "Добавить телефон";
10
+ readonly addEmail: "Добавить email";
11
+ readonly noPhones: "Нет телефонных номеров";
12
+ readonly noEmails: "Нет email адресов";
13
+ readonly copied: "Скопировано в буфер обмена";
14
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
15
+ readonly copiedEmail: "Email скопирован в буфер обмена";
16
+ readonly saved: "Сохранено";
17
+ readonly deleted: "Удалено";
18
+ readonly enterPhone: "Введите номер телефона";
19
+ readonly enterEmail: "Введите email адрес";
20
+ }> | undefined;
21
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
22
+ attrs: any;
23
+ slots: {};
24
+ emit: {};
25
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
26
+ props: {
27
+ contact: TContact;
28
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
29
+ labels?: Partial<{
30
+ readonly title: "Контактная информация";
31
+ readonly phonesTitle: "Телефоны";
32
+ readonly emailsTitle: "Электронная почта";
33
+ readonly addPhone: "Добавить телефон";
34
+ readonly addEmail: "Добавить email";
35
+ readonly noPhones: "Нет телефонных номеров";
36
+ readonly noEmails: "Нет email адресов";
37
+ readonly copied: "Скопировано в буфер обмена";
38
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
39
+ readonly copiedEmail: "Email скопирован в буфер обмена";
40
+ readonly saved: "Сохранено";
41
+ readonly deleted: "Удалено";
42
+ readonly enterPhone: "Введите номер телефона";
43
+ readonly enterEmail: "Введите email адрес";
44
+ }> | undefined;
45
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
46
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
47
+ attrs: any;
48
+ slots: {};
49
+ emit: {};
50
+ }>) => globalThis.VNode<import('vue').RendererNode, import('vue').RendererElement, {
51
+ [key: string]: any;
52
+ }> & {
53
+ __ctx?: {
54
+ props: {
55
+ contact: TContact;
56
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
57
+ labels?: Partial<{
58
+ readonly title: "Контактная информация";
59
+ readonly phonesTitle: "Телефоны";
60
+ readonly emailsTitle: "Электронная почта";
61
+ readonly addPhone: "Добавить телефон";
62
+ readonly addEmail: "Добавить email";
63
+ readonly noPhones: "Нет телефонных номеров";
64
+ readonly noEmails: "Нет email адресов";
65
+ readonly copied: "Скопировано в буфер обмена";
66
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
67
+ readonly copiedEmail: "Email скопирован в буфер обмена";
68
+ readonly saved: "Сохранено";
69
+ readonly deleted: "Удалено";
70
+ readonly enterPhone: "Введите номер телефона";
71
+ readonly enterEmail: "Введите email адрес";
72
+ }> | undefined;
73
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
74
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
75
+ attrs: any;
76
+ slots: {};
77
+ emit: {};
78
+ } | undefined;
79
+ };
80
+ export default _default;
81
+ type __VLS_PrettifyLocal<T> = {
82
+ [K in keyof T]: T[K];
83
+ } & {};
@@ -0,0 +1,86 @@
1
+ import { ContactsAdapter } from '../types';
2
+ declare const _default: <TContact, TPhone, TEmail>(__VLS_props: {
3
+ presetted?: number | undefined;
4
+ contact: TContact;
5
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
6
+ labels?: Partial<{
7
+ readonly title: "Контактная информация";
8
+ readonly phonesTitle: "Телефоны";
9
+ readonly emailsTitle: "Электронная почта";
10
+ readonly addPhone: "Добавить телефон";
11
+ readonly addEmail: "Добавить email";
12
+ readonly noPhones: "Нет телефонных номеров";
13
+ readonly noEmails: "Нет email адресов";
14
+ readonly copied: "Скопировано в буфер обмена";
15
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
16
+ readonly copiedEmail: "Email скопирован в буфер обмена";
17
+ readonly saved: "Сохранено";
18
+ readonly deleted: "Удалено";
19
+ readonly enterPhone: "Введите номер телефона";
20
+ readonly enterEmail: "Введите email адрес";
21
+ }> | undefined;
22
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
23
+ attrs: any;
24
+ slots: {};
25
+ emit: {};
26
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
27
+ props: {
28
+ presetted?: number | undefined;
29
+ contact: TContact;
30
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
31
+ labels?: Partial<{
32
+ readonly title: "Контактная информация";
33
+ readonly phonesTitle: "Телефоны";
34
+ readonly emailsTitle: "Электронная почта";
35
+ readonly addPhone: "Добавить телефон";
36
+ readonly addEmail: "Добавить email";
37
+ readonly noPhones: "Нет телефонных номеров";
38
+ readonly noEmails: "Нет email адресов";
39
+ readonly copied: "Скопировано в буфер обмена";
40
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
41
+ readonly copiedEmail: "Email скопирован в буфер обмена";
42
+ readonly saved: "Сохранено";
43
+ readonly deleted: "Удалено";
44
+ readonly enterPhone: "Введите номер телефона";
45
+ readonly enterEmail: "Введите email адрес";
46
+ }> | undefined;
47
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
48
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
49
+ attrs: any;
50
+ slots: {};
51
+ emit: {};
52
+ }>) => globalThis.VNode<import('vue').RendererNode, import('vue').RendererElement, {
53
+ [key: string]: any;
54
+ }> & {
55
+ __ctx?: {
56
+ props: {
57
+ presetted?: number | undefined;
58
+ contact: TContact;
59
+ adapter: ContactsAdapter<TContact, TPhone, TEmail>;
60
+ labels?: Partial<{
61
+ readonly title: "Контактная информация";
62
+ readonly phonesTitle: "Телефоны";
63
+ readonly emailsTitle: "Электронная почта";
64
+ readonly addPhone: "Добавить телефон";
65
+ readonly addEmail: "Добавить email";
66
+ readonly noPhones: "Нет телефонных номеров";
67
+ readonly noEmails: "Нет email адресов";
68
+ readonly copied: "Скопировано в буфер обмена";
69
+ readonly copiedNumber: "Номер скопирован в буфер обмена";
70
+ readonly copiedEmail: "Email скопирован в буфер обмена";
71
+ readonly saved: "Сохранено";
72
+ readonly deleted: "Удалено";
73
+ readonly enterPhone: "Введите номер телефона";
74
+ readonly enterEmail: "Введите email адрес";
75
+ }> | undefined;
76
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
77
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
78
+ attrs: any;
79
+ slots: {};
80
+ emit: {};
81
+ } | undefined;
82
+ };
83
+ export default _default;
84
+ type __VLS_PrettifyLocal<T> = {
85
+ [K in keyof T]: T[K];
86
+ } & {};