sprof 0.2.19 → 0.3.0
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/core/components/InfoItemSelectButtons.vue.d.ts +2 -2
- 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/index.d.ts +1 -2
- package/dist/core/components/components.d.ts +1 -4
- package/dist/core/components/molecules/PEditDialog/PEditDialog.stories.d.ts +9 -9
- package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +1 -1
- package/dist/core/components/molecules/PModal/PModal.vue.d.ts +1 -1
- package/dist/core/components/organisms/PUploaderImage/PUploaderImage.vue.d.ts +1 -0
- package/dist/core/components/organisms/index.d.ts +1 -2
- package/dist/core/ftsp/FTSP.test.d.ts +1 -0
- package/dist/core/helpers/BaseStore.test.d.ts +1 -0
- package/dist/global-components.d.ts +29 -25
- package/dist/index.d.ts +1 -0
- package/dist/modules/forms/components/admin/Fields/FieldsEditsComponents.d.ts +0 -1
- package/dist/modules/index.d.ts +1 -6
- package/dist/modules/schedule/classes/ScheduleClasses.test.d.ts +1 -0
- package/dist/modules/schedule/helpers/ScheduleGrid.test.d.ts +1 -0
- package/dist/modules/schedule/helpers/ScheduleTime.test.d.ts +1 -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 +17841 -56
- package/dist/sprof.umd.cjs +16 -16
- package/dist/style.css +1 -1
- package/dist/test-utils/pf-global.d.ts +1 -0
- package/package.json +10 -3
- package/dist/ExtractsList-DTe91TQH.js +0 -52
- package/dist/core/components/DateInputRange.vue.d.ts +0 -33
- package/dist/core/components/DateInputRange_v2.vue.d.ts +0 -2
- package/dist/core/components/PLoader.vue.d.ts +0 -2
- package/dist/core/components/atoms/PTable/PTable.stories.d.ts +0 -182
- package/dist/core/components/atoms/PTable/PTable.vue.d.ts +0 -46
- package/dist/core/components/organisms/PNameEdit/PNameEdit.vue.d.ts +0 -20
- package/dist/index-DpENpoCA.js +0 -18208
- package/dist/modules/buildings/classes/Building.d.ts +0 -13
- package/dist/modules/buildings/classes/Entrance.d.ts +0 -13
- package/dist/modules/buildings/classes/Floor.d.ts +0 -6
- package/dist/modules/buildings/classes/index.d.ts +0 -4
- package/dist/modules/buildings/index.d.ts +0 -2
- package/dist/modules/buildings/store/BuildingsStore.d.ts +0 -7
- package/dist/modules/buildings/store/index.d.ts +0 -2
- package/dist/modules/buildings/store/indexNames.d.ts +0 -2
- package/dist/modules/chats/classes/Chat.d.ts +0 -12
- package/dist/modules/chats/classes/ChatMessage.d.ts +0 -14
- package/dist/modules/chats/classes/index.d.ts +0 -2
- package/dist/modules/chats/index.d.ts +0 -3
- package/dist/modules/chats/store/ChatMessagesStore.d.ts +0 -7
- package/dist/modules/chats/store/ChatsStore.d.ts +0 -7
- package/dist/modules/chats/store/index.d.ts +0 -2
- package/dist/modules/chats/types/ChatMessageTypes.d.ts +0 -9
- package/dist/modules/chats/types/index.d.ts +0 -4
- package/dist/modules/docs/classes/Inn.d.ts +0 -8
- package/dist/modules/docs/classes/Passport.d.ts +0 -13
- package/dist/modules/docs/classes/PassportScan.d.ts +0 -9
- package/dist/modules/docs/classes/Snils.d.ts +0 -8
- package/dist/modules/docs/classes/index.d.ts +0 -4
- package/dist/modules/docs/index.d.ts +0 -2
- package/dist/modules/docs/store/InnsStore.d.ts +0 -7
- package/dist/modules/docs/store/PassportScansStore.d.ts +0 -7
- package/dist/modules/docs/store/PassportsStore.d.ts +0 -7
- package/dist/modules/docs/store/SnilssStore.d.ts +0 -7
- package/dist/modules/docs/store/index.d.ts +0 -4
- package/dist/modules/extracts/classes/Extract.d.ts +0 -6
- package/dist/modules/extracts/classes/index.d.ts +0 -2
- package/dist/modules/extracts/classes/indexNames.d.ts +0 -2
- package/dist/modules/extracts/components/ExtractsList.vue.d.ts +0 -2
- package/dist/modules/extracts/index.d.ts +0 -3
- package/dist/modules/extracts/router/ExtractsRoutes.d.ts +0 -6
- package/dist/modules/extracts/store/ExtractsStore.d.ts +0 -7
- package/dist/modules/extracts/store/index.d.ts +0 -2
- package/dist/modules/forms/components/admin/Fields/DateFieldEdit.vue.d.ts +0 -2
- package/dist/modules/menus/classes/PageSectionImage.d.ts +0 -10
- package/dist/modules/pages/classes/CustomSection.d.ts +0 -10
- package/dist/modules/pages/classes/Page.d.ts +0 -47
- package/dist/modules/pages/classes/PageDocument.d.ts +0 -8
- package/dist/modules/pages/classes/PageImage.d.ts +0 -9
- package/dist/modules/pages/classes/PageSection.d.ts +0 -25
- package/dist/modules/pages/classes/PageSectionDocument.d.ts +0 -13
- package/dist/modules/pages/classes/PageSideMenu.d.ts +0 -22
- package/dist/modules/pages/classes/index.d.ts +0 -7
- package/dist/modules/pages/components/PageConstructor.stories.d.ts +0 -12
- package/dist/modules/pages/components/PageConstructor.vue.d.ts +0 -2
- package/dist/modules/pages/index.d.ts +0 -2
- package/dist/modules/pages/store/CustomSectionsStore.d.ts +0 -6
- package/dist/modules/pages/store/PageDocumentsStore.d.ts +0 -6
- package/dist/modules/pages/store/PageImagesStore.d.ts +0 -6
- package/dist/modules/pages/store/PageSectionDocumentsStore.d.ts +0 -6
- package/dist/modules/pages/store/PageSectionsStore.d.ts +0 -6
- package/dist/modules/pages/store/PageSideMenusStore.d.ts +0 -6
- package/dist/modules/pages/store/PagesStore.d.ts +0 -6
- package/dist/modules/pages/store/index.d.ts +0 -7
- package/dist/modules/settings/classes/ColorTheme.d.ts +0 -7
- package/dist/modules/settings/classes/index.d.ts +0 -2
- package/dist/modules/settings/components/SettingsPage.vue.d.ts +0 -6
- package/dist/modules/settings/index.d.ts +0 -2
- package/dist/modules/settings/router/SettingsRoutes.d.ts +0 -6
- package/dist/modules/settings/store/ColorThemesStore.d.ts +0 -7
- package/dist/modules/settings/store/index.d.ts +0 -1
- /package/dist/core/components/atoms/{PTable/PTable.test.d.ts → __consumer__/a11y.test.d.ts} +0 -0
|
@@ -12,8 +12,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
14
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
-
select: (...args: any[]) => void;
|
|
16
15
|
reset: (...args: any[]) => void;
|
|
16
|
+
select: (...args: any[]) => void;
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
18
18
|
selected: {
|
|
19
19
|
type: globalThis.PropType<string>;
|
|
@@ -28,7 +28,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
28
28
|
required: true;
|
|
29
29
|
};
|
|
30
30
|
}>> & Readonly<{
|
|
31
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
32
31
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
33
33
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
34
34
|
export default _default;
|
|
@@ -104,8 +104,8 @@ declare const _default: {
|
|
|
104
104
|
padding: string;
|
|
105
105
|
margin: string;
|
|
106
106
|
disabled: boolean;
|
|
107
|
-
max: number;
|
|
108
107
|
min: number;
|
|
108
|
+
max: number;
|
|
109
109
|
step: number;
|
|
110
110
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
111
111
|
tags: string[];
|
|
@@ -102,8 +102,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
102
102
|
padding: string;
|
|
103
103
|
margin: string;
|
|
104
104
|
disabled: boolean;
|
|
105
|
-
max: number;
|
|
106
105
|
min: number;
|
|
106
|
+
max: number;
|
|
107
107
|
step: number;
|
|
108
108
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
109
109
|
export default _default;
|
|
@@ -21,7 +21,6 @@ import { default as PRightSlider } from './PRightSlider/PRightSlider.vue';
|
|
|
21
21
|
import { default as PSelect } from './PSelect/PSelect.vue';
|
|
22
22
|
import { default as PSticky } from './PSticky/PSticky.vue';
|
|
23
23
|
import { default as PString } from './PString/PString.vue';
|
|
24
|
-
import { default as PTable } from './PTable/PTable.vue';
|
|
25
24
|
import { default as PTableToggle } from './PTableToggle/PTableToggle.vue';
|
|
26
25
|
import { default as PTextarea } from './PTextarea/PTextarea.vue';
|
|
27
26
|
import { default as PToggle } from './PToggle/PToggle.vue';
|
|
@@ -30,4 +29,4 @@ import { default as PTopSlider } from './PTopSlider/PTopSlider.vue';
|
|
|
30
29
|
export default function install(app: {
|
|
31
30
|
component: (a: string, b: unknown) => void;
|
|
32
31
|
}): void;
|
|
33
|
-
export { PBadge, PButton, PCheckBox, PChip, PDateInput, PDatePicker, PDateTimeInput, PDialog, PFlex, PHint, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, POptionsListSingle, POpts, PRadio, PRightSlider, PSelect, PSticky, PString,
|
|
32
|
+
export { PBadge, PButton, PCheckBox, PChip, PDateInput, PDatePicker, PDateTimeInput, PDialog, PFlex, PHint, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, POptionsListSingle, POpts, PRadio, PRightSlider, PSelect, PSticky, PString, PTableToggle, PTextarea, PToggle, PTooltip, PTopSlider, };
|
|
@@ -2,8 +2,6 @@ import { default as AdaptiveContainer } from './AdaptiveContainer.vue';
|
|
|
2
2
|
import { default as AdaptiveContainerHorizontal } from './AdaptiveContainerHorizontal.vue';
|
|
3
3
|
import { default as CarouselImages } from './CarouselImages.vue';
|
|
4
4
|
import { default as ContextWindow } from './ContextWindow.vue';
|
|
5
|
-
import { default as DateInputRange } from './DateInputRange.vue';
|
|
6
|
-
import { default as DateInputRange_v2 } from './DateInputRange_v2.vue';
|
|
7
5
|
import { default as DropList } from './DropList.vue';
|
|
8
6
|
import { default as FilterCheckbox } from './FilterCheckbox.vue';
|
|
9
7
|
import { default as FiltersButtonsSelect } from './FiltersButtonsSelect.vue';
|
|
@@ -17,7 +15,6 @@ import { default as LeftRightContainer } from './LeftRightContainer.vue';
|
|
|
17
15
|
import { default as PageNotFound } from './pages/PageNotFound.vue';
|
|
18
16
|
import { default as PAutocomplete } from './PAutocomplete.vue';
|
|
19
17
|
import { default as PhoneForm } from './PhoneForm.vue';
|
|
20
|
-
import { default as PLoader } from './PLoader.vue';
|
|
21
18
|
import { default as PPagination } from './PPagination.vue';
|
|
22
19
|
import { default as RemoteSearch } from './RemoteSearch.vue';
|
|
23
20
|
import { default as ResearcheContainer } from './ResearcheContainer.vue';
|
|
@@ -33,4 +30,4 @@ import { default as TopSliderContainer } from './TopSliderContainer.vue';
|
|
|
33
30
|
export default function install(app: {
|
|
34
31
|
component: (a: string, b: unknown) => void;
|
|
35
32
|
}): void;
|
|
36
|
-
export { AdaptiveContainer, AdaptiveContainerHorizontal, CarouselImages, ContextWindow,
|
|
33
|
+
export { AdaptiveContainer, AdaptiveContainerHorizontal, CarouselImages, ContextWindow, DropList, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, InfoItem, InfoItemSelectButtons, LeftRightContainer, PageNotFound, PAutocomplete, PhoneForm, PPagination, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, };
|
|
@@ -18,9 +18,9 @@ declare const _default: {
|
|
|
18
18
|
width: string;
|
|
19
19
|
disabled: boolean;
|
|
20
20
|
modelValue: boolean;
|
|
21
|
-
showConfirm: boolean;
|
|
22
21
|
confirmLabel: string;
|
|
23
22
|
cancelLabel: string;
|
|
23
|
+
showConfirm: boolean;
|
|
24
24
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
25
25
|
P: {};
|
|
26
26
|
B: {};
|
|
@@ -40,9 +40,9 @@ declare const _default: {
|
|
|
40
40
|
width: string;
|
|
41
41
|
disabled: boolean;
|
|
42
42
|
modelValue: boolean;
|
|
43
|
-
showConfirm: boolean;
|
|
44
43
|
confirmLabel: string;
|
|
45
44
|
cancelLabel: string;
|
|
45
|
+
showConfirm: boolean;
|
|
46
46
|
}>;
|
|
47
47
|
__isFragment?: undefined;
|
|
48
48
|
__isTeleport?: undefined;
|
|
@@ -63,9 +63,9 @@ declare const _default: {
|
|
|
63
63
|
width: string;
|
|
64
64
|
disabled: boolean;
|
|
65
65
|
modelValue: boolean;
|
|
66
|
-
showConfirm: boolean;
|
|
67
66
|
confirmLabel: string;
|
|
68
67
|
cancelLabel: string;
|
|
68
|
+
showConfirm: boolean;
|
|
69
69
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
70
70
|
$slots: {
|
|
71
71
|
default?(_: {}): any;
|
|
@@ -118,9 +118,9 @@ export declare const Default: StoryFn<{
|
|
|
118
118
|
width: string;
|
|
119
119
|
disabled: boolean;
|
|
120
120
|
modelValue: boolean;
|
|
121
|
-
showConfirm: boolean;
|
|
122
121
|
confirmLabel: string;
|
|
123
122
|
cancelLabel: string;
|
|
123
|
+
showConfirm: boolean;
|
|
124
124
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
125
125
|
P: {};
|
|
126
126
|
B: {};
|
|
@@ -140,9 +140,9 @@ export declare const Default: StoryFn<{
|
|
|
140
140
|
width: string;
|
|
141
141
|
disabled: boolean;
|
|
142
142
|
modelValue: boolean;
|
|
143
|
-
showConfirm: boolean;
|
|
144
143
|
confirmLabel: string;
|
|
145
144
|
cancelLabel: string;
|
|
145
|
+
showConfirm: boolean;
|
|
146
146
|
}>;
|
|
147
147
|
__isFragment?: undefined;
|
|
148
148
|
__isTeleport?: undefined;
|
|
@@ -163,9 +163,9 @@ export declare const Default: StoryFn<{
|
|
|
163
163
|
width: string;
|
|
164
164
|
disabled: boolean;
|
|
165
165
|
modelValue: boolean;
|
|
166
|
-
showConfirm: boolean;
|
|
167
166
|
confirmLabel: string;
|
|
168
167
|
cancelLabel: string;
|
|
168
|
+
showConfirm: boolean;
|
|
169
169
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
170
170
|
$slots: {
|
|
171
171
|
default?(_: {}): any;
|
|
@@ -188,9 +188,9 @@ export declare const WithoutConfirm: StoryFn<{
|
|
|
188
188
|
width: string;
|
|
189
189
|
disabled: boolean;
|
|
190
190
|
modelValue: boolean;
|
|
191
|
-
showConfirm: boolean;
|
|
192
191
|
confirmLabel: string;
|
|
193
192
|
cancelLabel: string;
|
|
193
|
+
showConfirm: boolean;
|
|
194
194
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
195
195
|
P: {};
|
|
196
196
|
B: {};
|
|
@@ -210,9 +210,9 @@ export declare const WithoutConfirm: StoryFn<{
|
|
|
210
210
|
width: string;
|
|
211
211
|
disabled: boolean;
|
|
212
212
|
modelValue: boolean;
|
|
213
|
-
showConfirm: boolean;
|
|
214
213
|
confirmLabel: string;
|
|
215
214
|
cancelLabel: string;
|
|
215
|
+
showConfirm: boolean;
|
|
216
216
|
}>;
|
|
217
217
|
__isFragment?: undefined;
|
|
218
218
|
__isTeleport?: undefined;
|
|
@@ -233,9 +233,9 @@ export declare const WithoutConfirm: StoryFn<{
|
|
|
233
233
|
width: string;
|
|
234
234
|
disabled: boolean;
|
|
235
235
|
modelValue: boolean;
|
|
236
|
-
showConfirm: boolean;
|
|
237
236
|
confirmLabel: string;
|
|
238
237
|
cancelLabel: string;
|
|
238
|
+
showConfirm: boolean;
|
|
239
239
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
240
240
|
$slots: {
|
|
241
241
|
default?(_: {}): any;
|
|
@@ -15,9 +15,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<PE
|
|
|
15
15
|
width: string;
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
modelValue: boolean;
|
|
18
|
-
showConfirm: boolean;
|
|
19
18
|
confirmLabel: string;
|
|
20
19
|
cancelLabel: string;
|
|
20
|
+
showConfirm: boolean;
|
|
21
21
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
22
22
|
default?(_: {}): any;
|
|
23
23
|
}>;
|
|
@@ -98,8 +98,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
98
98
|
margin: string;
|
|
99
99
|
width: string;
|
|
100
100
|
maxHeight: string;
|
|
101
|
-
showCloseDialog: boolean;
|
|
102
101
|
show: boolean;
|
|
102
|
+
showCloseDialog: boolean;
|
|
103
103
|
showClose: boolean;
|
|
104
104
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
105
105
|
default?(_: {}): any;
|
|
@@ -25,6 +25,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
25
25
|
acceptTypes: string;
|
|
26
26
|
maxFileSize: number;
|
|
27
27
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
28
|
+
rootEl: HTMLDivElement;
|
|
28
29
|
uploader: QUploader | null;
|
|
29
30
|
}, HTMLDivElement>;
|
|
30
31
|
export default _default;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { default as PAuthForm } from './PAuthForm/PAuthForm.vue';
|
|
2
2
|
import { default as PAuthModal } from './PAuthModal/PAuthModal.vue';
|
|
3
3
|
import { default as PMenuTabs } from './PMenuTabs/PMenuTabs.vue';
|
|
4
|
-
import { default as PNameEdit } from './PNameEdit/PNameEdit.vue';
|
|
5
4
|
import { default as PUploaderFile } from './PUploaderFile/PUploaderFile.vue';
|
|
6
5
|
import { default as PUploaderImage } from './PUploaderImage/PUploaderImage.vue';
|
|
7
6
|
export default function install(app: {
|
|
8
7
|
component: (a: string, b: unknown) => void;
|
|
9
8
|
}): void;
|
|
10
|
-
export { PAuthForm, PAuthModal, PMenuTabs,
|
|
9
|
+
export { PAuthForm, PAuthModal, PMenuTabs, PUploaderFile, PUploaderImage };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -3,6 +3,7 @@ import type * as Components from '@/core/components/components';
|
|
|
3
3
|
import type * as Molecules from '@/core/components/molecules';
|
|
4
4
|
import type * as Organisms from '@/core/components/organisms';
|
|
5
5
|
import type * as Contacts from '@/modules/contacts';
|
|
6
|
+
import type * as Table from '@/modules/table';
|
|
6
7
|
import type * as Tabs from '@/modules/tabs';
|
|
7
8
|
declare module 'vue' {
|
|
8
9
|
interface GlobalComponents {
|
|
@@ -29,36 +30,15 @@ declare module 'vue' {
|
|
|
29
30
|
PSelect: typeof Atoms.PSelect;
|
|
30
31
|
PSticky: typeof Atoms.PSticky;
|
|
31
32
|
PString: typeof Atoms.PString;
|
|
32
|
-
PTable: typeof Atoms.PTable;
|
|
33
33
|
PTableToggle: typeof Atoms.PTableToggle;
|
|
34
34
|
PTextarea: typeof Atoms.PTextarea;
|
|
35
35
|
PToggle: typeof Atoms.PToggle;
|
|
36
36
|
PTooltip: typeof Atoms.PTooltip;
|
|
37
37
|
PTopSlider: typeof Atoms.PTopSlider;
|
|
38
|
-
CollapseContainer: typeof Molecules.CollapseContainer;
|
|
39
|
-
CollapseItem: typeof Molecules.CollapseItem;
|
|
40
|
-
PAdd: typeof Molecules.PAdd;
|
|
41
|
-
PAddDialog: typeof Molecules.PAddDialog;
|
|
42
|
-
PCard: typeof Molecules.PCard;
|
|
43
|
-
PContainer: typeof Molecules.PContainer;
|
|
44
|
-
PContainerStickyHead: typeof Molecules.PContainerStickyHead;
|
|
45
|
-
PCrudList: typeof Molecules.PCrudList;
|
|
46
|
-
PDel: typeof Molecules.PDel;
|
|
47
|
-
PEditDialog: typeof Molecules.PEditDialog;
|
|
48
|
-
PModal: typeof Molecules.PModal;
|
|
49
|
-
VerticalCollapseContainer: typeof Molecules.VerticalCollapseContainer;
|
|
50
|
-
PAuthForm: typeof Organisms.PAuthForm;
|
|
51
|
-
PAuthModal: typeof Organisms.PAuthModal;
|
|
52
|
-
PMenuTabs: typeof Organisms.PMenuTabs;
|
|
53
|
-
PNameEdit: typeof Organisms.PNameEdit;
|
|
54
|
-
PUploaderFile: typeof Organisms.PUploaderFile;
|
|
55
|
-
PUploaderImage: typeof Organisms.PUploaderImage;
|
|
56
38
|
AdaptiveContainer: typeof Components.AdaptiveContainer;
|
|
57
39
|
AdaptiveContainerHorizontal: typeof Components.AdaptiveContainerHorizontal;
|
|
58
40
|
CarouselImages: typeof Components.CarouselImages;
|
|
59
41
|
ContextWindow: typeof Components.ContextWindow;
|
|
60
|
-
DateInputRange: typeof Components.DateInputRange;
|
|
61
|
-
DateInputRange_v2: typeof Components.DateInputRange_v2;
|
|
62
42
|
DropList: typeof Components.DropList;
|
|
63
43
|
FTSPPanel: typeof Components.FTSPPanel;
|
|
64
44
|
FilterCheckbox: typeof Components.FilterCheckbox;
|
|
@@ -70,7 +50,6 @@ declare module 'vue' {
|
|
|
70
50
|
InfoItemSelectButtons: typeof Components.InfoItemSelectButtons;
|
|
71
51
|
LeftRightContainer: typeof Components.LeftRightContainer;
|
|
72
52
|
PAutocomplete: typeof Components.PAutocomplete;
|
|
73
|
-
PLoader: typeof Components.PLoader;
|
|
74
53
|
PPagination: typeof Components.PPagination;
|
|
75
54
|
PageNotFound: typeof Components.PageNotFound;
|
|
76
55
|
PhoneForm: typeof Components.PhoneForm;
|
|
@@ -85,9 +64,23 @@ declare module 'vue' {
|
|
|
85
64
|
ThemeWrapper: typeof Components.ThemeWrapper;
|
|
86
65
|
ToggleInfoItem: typeof Components.ToggleInfoItem;
|
|
87
66
|
TopSliderContainer: typeof Components.TopSliderContainer;
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
67
|
+
CollapseContainer: typeof Molecules.CollapseContainer;
|
|
68
|
+
CollapseItem: typeof Molecules.CollapseItem;
|
|
69
|
+
PAdd: typeof Molecules.PAdd;
|
|
70
|
+
PAddDialog: typeof Molecules.PAddDialog;
|
|
71
|
+
PCard: typeof Molecules.PCard;
|
|
72
|
+
PContainer: typeof Molecules.PContainer;
|
|
73
|
+
PContainerStickyHead: typeof Molecules.PContainerStickyHead;
|
|
74
|
+
PCrudList: typeof Molecules.PCrudList;
|
|
75
|
+
PDel: typeof Molecules.PDel;
|
|
76
|
+
PEditDialog: typeof Molecules.PEditDialog;
|
|
77
|
+
PModal: typeof Molecules.PModal;
|
|
78
|
+
VerticalCollapseContainer: typeof Molecules.VerticalCollapseContainer;
|
|
79
|
+
PAuthForm: typeof Organisms.PAuthForm;
|
|
80
|
+
PAuthModal: typeof Organisms.PAuthModal;
|
|
81
|
+
PMenuTabs: typeof Organisms.PMenuTabs;
|
|
82
|
+
PUploaderFile: typeof Organisms.PUploaderFile;
|
|
83
|
+
PUploaderImage: typeof Organisms.PUploaderImage;
|
|
91
84
|
PContactForm: typeof Contacts.PContactForm;
|
|
92
85
|
PContactFormDeleteDialog: typeof Contacts.PContactFormDeleteDialog;
|
|
93
86
|
PContactFormEdit: typeof Contacts.PContactFormEdit;
|
|
@@ -98,6 +91,17 @@ declare module 'vue' {
|
|
|
98
91
|
PContactFormViewEmails: typeof Contacts.PContactFormViewEmails;
|
|
99
92
|
PContactFormViewPhones: typeof Contacts.PContactFormViewPhones;
|
|
100
93
|
defaultContactsLabels: typeof Contacts.defaultContactsLabels;
|
|
94
|
+
PTable: typeof Table.PTable;
|
|
95
|
+
PTableBadge: typeof Table.PTableBadge;
|
|
96
|
+
PTableBadges: typeof Table.PTableBadges;
|
|
97
|
+
PTableCount: typeof Table.PTableCount;
|
|
98
|
+
PTableEdit: typeof Table.PTableEdit;
|
|
99
|
+
PTableNumber: typeof Table.PTableNumber;
|
|
100
|
+
PTableSelect: typeof Table.PTableSelect;
|
|
101
|
+
PTableString: typeof Table.PTableString;
|
|
102
|
+
PTabs: typeof Tabs.PTabs;
|
|
103
|
+
PTabsLeft: typeof Tabs.PTabsLeft;
|
|
104
|
+
TabsStore: typeof Tabs.TabsStore;
|
|
101
105
|
}
|
|
102
106
|
}
|
|
103
107
|
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export { default as ScheduleGridEditor } from './modules/schedule/components/Sch
|
|
|
28
28
|
export { default as ScheduleTimeline } from './modules/schedule/components/ScheduleTimeline.vue';
|
|
29
29
|
export type { NotifyType, ScheduleFactories, ScheduleItemKind, ScheduleLabels, SchedulePersistence, } from './modules/schedule/types/index';
|
|
30
30
|
export { defaultScheduleLabels as ScheduleDefaultLabels } from './modules/schedule/types/index';
|
|
31
|
+
export { PTable, PTableBadge, PTableBadges, PTableCount, PTableEdit, PTableNumber, PTableSelect, PTableString } from './modules/table/index';
|
|
31
32
|
export { PTabs, PTabsLeft, TabsStore } from './modules/tabs/index';
|
|
32
33
|
export type { default as ITab } from './modules/tabs/ITab';
|
|
33
34
|
export { PContactForm, PContactFormDeleteDialog, PContactFormEdit, PContactFormEditDialog, PContactFormEditEmails, PContactFormEditPhones, PContactFormView, PContactFormViewEmails, PContactFormViewPhones, } from './modules/contacts/index';
|
|
@@ -2,7 +2,6 @@ declare const FiedlsEditsComponents: {
|
|
|
2
2
|
string: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
3
|
text: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
4
4
|
number: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
|
-
date: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
6
5
|
radio: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
7
6
|
field: {
|
|
8
7
|
type: typeof import('../../../classes').Field;
|
package/dist/modules/index.d.ts
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
export * as Buildings from './buildings/index';
|
|
2
|
-
export * as Chats from './chats/index';
|
|
3
1
|
export * as Contacts from './contacts/index';
|
|
4
|
-
export * as Docs from './docs/index';
|
|
5
|
-
export * as Extracts from './extracts/index';
|
|
6
2
|
export * as Forms from './forms/index';
|
|
7
3
|
export * as Menus from './menus/index';
|
|
8
|
-
export * as Pages from './pages/index';
|
|
9
4
|
export * as Schedule from './schedule/index';
|
|
10
|
-
export * as
|
|
5
|
+
export * as Table from './table/index';
|
|
11
6
|
export * as Tabs from './tabs/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { default as BaseStore } from '../../../core/helpers/BaseStore';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
row: Record<string, unknown>;
|
|
4
|
+
prop: string;
|
|
5
|
+
store: BaseStore;
|
|
6
|
+
storeOpts: BaseStore;
|
|
7
|
+
labelKey?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
10
|
+
click: () => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
onClick?: (() => any) | undefined;
|
|
13
|
+
}>, {
|
|
14
|
+
labelKey: string;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
16
|
+
edit: ({
|
|
17
|
+
$: import('vue').ComponentInternalInstance;
|
|
18
|
+
$data: {};
|
|
19
|
+
$props: {
|
|
20
|
+
readonly modelValue: boolean;
|
|
21
|
+
readonly title?: string | undefined;
|
|
22
|
+
readonly confirmLabel?: string | undefined;
|
|
23
|
+
readonly cancelLabel?: string | undefined;
|
|
24
|
+
readonly width?: string | undefined;
|
|
25
|
+
readonly disabled?: boolean | undefined;
|
|
26
|
+
readonly showConfirm: boolean;
|
|
27
|
+
readonly onClose?: (() => any) | undefined;
|
|
28
|
+
readonly onConfirm?: (() => any) | undefined;
|
|
29
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
31
|
+
$attrs: import('vue').Attrs;
|
|
32
|
+
$refs: {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
|
+
$slots: Readonly<{
|
|
36
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
37
|
+
}>;
|
|
38
|
+
$root: globalThis.ComponentPublicInstance | null;
|
|
39
|
+
$parent: globalThis.ComponentPublicInstance | null;
|
|
40
|
+
$host: Element | null;
|
|
41
|
+
$emit: ((event: "close") => void) & ((event: "confirm") => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
42
|
+
$el: any;
|
|
43
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../../../core/components/molecules/PEditDialog/pEditDialogProps').PEditDialogProps> & Readonly<{
|
|
44
|
+
onClose?: (() => any) | undefined;
|
|
45
|
+
onConfirm?: (() => any) | undefined;
|
|
46
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
47
|
+
}>, {
|
|
48
|
+
opened: globalThis.Ref<boolean, boolean>;
|
|
49
|
+
toggle: () => void;
|
|
50
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
51
|
+
close: () => any;
|
|
52
|
+
confirm: () => any;
|
|
53
|
+
"update:modelValue": (value: boolean) => any;
|
|
54
|
+
}, string, {
|
|
55
|
+
title: string;
|
|
56
|
+
width: string;
|
|
57
|
+
disabled: boolean;
|
|
58
|
+
modelValue: boolean;
|
|
59
|
+
confirmLabel: string;
|
|
60
|
+
cancelLabel: string;
|
|
61
|
+
showConfirm: boolean;
|
|
62
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
63
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
64
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
65
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
66
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
67
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
68
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
69
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
70
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
71
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
72
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
76
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
77
|
+
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
78
|
+
};
|
|
79
|
+
$forceUpdate: () => void;
|
|
80
|
+
$nextTick: typeof import('vue').nextTick;
|
|
81
|
+
$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;
|
|
82
|
+
} & Readonly<{
|
|
83
|
+
title: string;
|
|
84
|
+
width: string;
|
|
85
|
+
disabled: boolean;
|
|
86
|
+
modelValue: boolean;
|
|
87
|
+
confirmLabel: string;
|
|
88
|
+
cancelLabel: string;
|
|
89
|
+
showConfirm: boolean;
|
|
90
|
+
}> & Omit<Readonly<import('../../../core/components/molecules/PEditDialog/pEditDialogProps').PEditDialogProps> & Readonly<{
|
|
91
|
+
onClose?: (() => any) | undefined;
|
|
92
|
+
onConfirm?: (() => any) | undefined;
|
|
93
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
94
|
+
}>, "toggle" | "opened" | ("title" | "width" | "disabled" | "modelValue" | "confirmLabel" | "cancelLabel" | "showConfirm")> & {
|
|
95
|
+
opened: boolean;
|
|
96
|
+
toggle: () => void;
|
|
97
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
98
|
+
$slots: {
|
|
99
|
+
default?(_: {}): any;
|
|
100
|
+
};
|
|
101
|
+
}) | null;
|
|
102
|
+
}, any>, {
|
|
103
|
+
default?(_: {}): any;
|
|
104
|
+
}>;
|
|
105
|
+
export default _default;
|
|
106
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
107
|
+
new (): {
|
|
108
|
+
$slots: S;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { default as BaseStore } from '../../../core/helpers/BaseStore';
|
|
2
|
+
/**
|
|
3
|
+
* Бейдж «первый +N» для many-связей (PTableBadges).
|
|
4
|
+
* Унифицирует hr (items) и portal (row+prop) варианты:
|
|
5
|
+
* - `items` — массив связанных сущностей (или одна сущность);
|
|
6
|
+
* - `row` + `prop` — альтернатива: items берётся из row[prop];
|
|
7
|
+
* - слот `#default` — кастомный выбор (вместо POptionsListSingle).
|
|
8
|
+
*/
|
|
9
|
+
type __VLS_Props = {
|
|
10
|
+
items?: Record<string, unknown> | Record<string, unknown>[];
|
|
11
|
+
row?: Record<string, unknown>;
|
|
12
|
+
prop?: string;
|
|
13
|
+
store?: BaseStore;
|
|
14
|
+
storeOpts?: BaseStore;
|
|
15
|
+
labelKey?: string;
|
|
16
|
+
cellKey?: string;
|
|
17
|
+
};
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
+
labelKey: string;
|
|
20
|
+
cellKey: string;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
+
edit: ({
|
|
23
|
+
$: import('vue').ComponentInternalInstance;
|
|
24
|
+
$data: {};
|
|
25
|
+
$props: {
|
|
26
|
+
readonly modelValue: boolean;
|
|
27
|
+
readonly title?: string | undefined;
|
|
28
|
+
readonly confirmLabel?: string | undefined;
|
|
29
|
+
readonly cancelLabel?: string | undefined;
|
|
30
|
+
readonly width?: string | undefined;
|
|
31
|
+
readonly disabled?: boolean | undefined;
|
|
32
|
+
readonly showConfirm: boolean;
|
|
33
|
+
readonly onClose?: (() => any) | undefined;
|
|
34
|
+
readonly onConfirm?: (() => any) | undefined;
|
|
35
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
36
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
37
|
+
$attrs: import('vue').Attrs;
|
|
38
|
+
$refs: {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
$slots: Readonly<{
|
|
42
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
43
|
+
}>;
|
|
44
|
+
$root: globalThis.ComponentPublicInstance | null;
|
|
45
|
+
$parent: globalThis.ComponentPublicInstance | null;
|
|
46
|
+
$host: Element | null;
|
|
47
|
+
$emit: ((event: "close") => void) & ((event: "confirm") => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
48
|
+
$el: any;
|
|
49
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../../../core/components/molecules/PEditDialog/pEditDialogProps').PEditDialogProps> & Readonly<{
|
|
50
|
+
onClose?: (() => any) | undefined;
|
|
51
|
+
onConfirm?: (() => any) | undefined;
|
|
52
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
53
|
+
}>, {
|
|
54
|
+
opened: globalThis.Ref<boolean, boolean>;
|
|
55
|
+
toggle: () => void;
|
|
56
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
57
|
+
close: () => any;
|
|
58
|
+
confirm: () => any;
|
|
59
|
+
"update:modelValue": (value: boolean) => any;
|
|
60
|
+
}, string, {
|
|
61
|
+
title: string;
|
|
62
|
+
width: string;
|
|
63
|
+
disabled: boolean;
|
|
64
|
+
modelValue: boolean;
|
|
65
|
+
confirmLabel: string;
|
|
66
|
+
cancelLabel: string;
|
|
67
|
+
showConfirm: boolean;
|
|
68
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
69
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
70
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
71
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
72
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
76
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
77
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
78
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
79
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
80
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
81
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
82
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
83
|
+
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
84
|
+
};
|
|
85
|
+
$forceUpdate: () => void;
|
|
86
|
+
$nextTick: typeof import('vue').nextTick;
|
|
87
|
+
$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;
|
|
88
|
+
} & Readonly<{
|
|
89
|
+
title: string;
|
|
90
|
+
width: string;
|
|
91
|
+
disabled: boolean;
|
|
92
|
+
modelValue: boolean;
|
|
93
|
+
confirmLabel: string;
|
|
94
|
+
cancelLabel: string;
|
|
95
|
+
showConfirm: boolean;
|
|
96
|
+
}> & Omit<Readonly<import('../../../core/components/molecules/PEditDialog/pEditDialogProps').PEditDialogProps> & Readonly<{
|
|
97
|
+
onClose?: (() => any) | undefined;
|
|
98
|
+
onConfirm?: (() => any) | undefined;
|
|
99
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
100
|
+
}>, "toggle" | "opened" | ("title" | "width" | "disabled" | "modelValue" | "confirmLabel" | "cancelLabel" | "showConfirm")> & {
|
|
101
|
+
opened: boolean;
|
|
102
|
+
toggle: () => void;
|
|
103
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
104
|
+
$slots: {
|
|
105
|
+
default?(_: {}): any;
|
|
106
|
+
};
|
|
107
|
+
}) | null;
|
|
108
|
+
}, any>, {
|
|
109
|
+
default?(_: {}): any;
|
|
110
|
+
}>;
|
|
111
|
+
export default _default;
|
|
112
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
113
|
+
new (): {
|
|
114
|
+
$slots: S;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
label?: string;
|
|
3
|
+
count: number;
|
|
4
|
+
to?: string;
|
|
5
|
+
cellKey?: string;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
click: () => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
onClick?: (() => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
cellKey: string;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
domen: string;
|
|
3
|
+
row: Record<string, unknown>;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|