sprof 0.0.170 → 0.0.172

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 (82) hide show
  1. package/dist/core/classes/Role.d.ts +1 -1
  2. package/dist/core/components/GeneralItem.vue.d.ts +2 -2
  3. package/dist/core/components/GridContainer.vue.d.ts +2 -2
  4. package/dist/core/components/Icons/index.d.ts +20 -0
  5. package/dist/core/components/InfoItem.vue.d.ts +4 -4
  6. package/dist/core/components/LeftRightContainer.vue.d.ts +1 -1
  7. package/dist/core/components/RemoteSearch.vue.d.ts +1 -1
  8. package/dist/core/components/ResearcheContainer.vue.d.ts +1 -1
  9. package/dist/core/components/RightTabsContainer.vue.d.ts +1 -1
  10. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -6
  11. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +1 -1
  12. package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +1 -1
  13. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +24 -24
  14. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +4 -4
  15. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
  16. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
  17. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +12 -12
  18. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +2 -2
  19. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
  20. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
  21. package/dist/core/components/atoms/PSticky/PSticky.stories.d.ts +12 -12
  22. package/dist/core/components/atoms/PSticky/PSticky.vue.d.ts +2 -2
  23. package/dist/core/components/atoms/PString/PString.stories.d.ts +4 -4
  24. package/dist/core/components/atoms/PString/PString.vue.d.ts +2 -2
  25. package/dist/core/components/atoms/index.d.ts +22 -0
  26. package/dist/core/components/components.d.ts +39 -0
  27. package/dist/core/components/index.d.ts +6 -85
  28. package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
  29. package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
  30. package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +2 -2
  31. package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
  32. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +2 -2
  33. package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
  34. package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +3 -3
  35. package/dist/core/components/molecules/index.d.ts +13 -0
  36. package/dist/core/components/organisms/{AuthForm/AuthForm.stories.d.ts → PAuthForm/PAuthForm.stories.d.ts} +3 -3
  37. package/dist/core/components/{AuthModal.stories.d.ts → organisms/PAuthModal/PAuthModal.stories.d.ts} +13 -13
  38. package/dist/core/components/{AuthModal.vue.d.ts → organisms/PAuthModal/PAuthModal.vue.d.ts} +6 -6
  39. package/dist/core/components/organisms/PTabs/PTabs.stories.d.ts +12 -12
  40. package/dist/core/components/organisms/PTabs/PTabs.vue.d.ts +2 -2
  41. package/dist/core/components/organisms/PUploaderImage/PUploaderImage.stories.d.ts +2 -2
  42. package/dist/core/components/organisms/PUploaderImage/PUploaderImage.vue.d.ts +1 -1
  43. package/dist/core/components/organisms/index.d.ts +10 -0
  44. package/dist/modules/forms/components/index.d.ts +1 -4
  45. package/dist/modules/index.d.ts +2 -0
  46. package/dist/modules/menus/classes/Menu.d.ts +29 -0
  47. package/dist/modules/menus/classes/PageSectionImage.d.ts +10 -0
  48. package/dist/modules/menus/classes/SubMenu.d.ts +20 -0
  49. package/dist/modules/menus/classes/index.d.ts +2 -0
  50. package/dist/modules/menus/index.d.ts +2 -0
  51. package/dist/modules/menus/store/MenusStore.d.ts +6 -0
  52. package/dist/modules/menus/store/SubMenusStore.d.ts +6 -0
  53. package/dist/modules/menus/store/index.d.ts +2 -0
  54. package/dist/modules/pages/classes/CustomSection.d.ts +10 -0
  55. package/dist/modules/pages/classes/Page.d.ts +47 -0
  56. package/dist/modules/pages/classes/PageDocument.d.ts +8 -0
  57. package/dist/modules/pages/classes/PageImage.d.ts +9 -0
  58. package/dist/modules/pages/classes/PageSection.d.ts +25 -0
  59. package/dist/modules/pages/classes/PageSectionDocument.d.ts +13 -0
  60. package/dist/modules/pages/classes/PageSideMenu.d.ts +22 -0
  61. package/dist/modules/pages/classes/index.d.ts +7 -0
  62. package/dist/modules/pages/components/PageConstructor.stories.d.ts +12 -0
  63. package/dist/modules/pages/components/PageConstructor.vue.d.ts +2 -0
  64. package/dist/modules/pages/index.d.ts +2 -0
  65. package/dist/modules/pages/store/CustomSectionsStore.d.ts +6 -0
  66. package/dist/modules/pages/store/PageDocumentsStore.d.ts +6 -0
  67. package/dist/modules/pages/store/PageImagesStore.d.ts +6 -0
  68. package/dist/modules/pages/store/PageSectionDocumentsStore.d.ts +6 -0
  69. package/dist/modules/pages/store/PageSectionsStore.d.ts +6 -0
  70. package/dist/modules/pages/store/PageSideMenusStore.d.ts +6 -0
  71. package/dist/modules/pages/store/PagesStore.d.ts +6 -0
  72. package/dist/modules/pages/store/index.d.ts +7 -0
  73. package/dist/sprof.js +7322 -6827
  74. package/dist/sprof.umd.cjs +12 -12
  75. package/dist/style.css +1 -1
  76. package/package.json +1 -1
  77. package/dist/core/components/{organisms → molecules/PModal}/PModal.vue.d.ts +0 -0
  78. package/dist/core/components/organisms/{AuthForm/AuthForm.test.d.ts → PAuthForm/PAuthForm.test.d.ts} +0 -0
  79. package/dist/core/components/organisms/{AuthForm/AuthForm.vue.d.ts → PAuthForm/PAuthForm.vue.d.ts} +1 -1
  80. package/dist/core/components/organisms/{UploaderFile/UploaderFile.stories.d.ts → PUploaderFile/PUploaderFile.stories.d.ts} +9 -9
  81. package/dist/core/components/organisms/{UploaderFile/UploaderFile.test.d.ts → PUploaderFile/PUploaderFile.test.d.ts} +0 -0
  82. package/dist/core/components/organisms/{UploaderFile/UploaderFile.vue.d.ts → PUploaderFile/PUploaderFile.vue.d.ts} +1 -1
@@ -42,10 +42,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
42
42
  };
43
43
  }>> & Readonly<{}>, {
44
44
  top: string;
45
- background: string;
46
- zIndex: number;
47
45
  padding: string;
46
+ background: string;
48
47
  shadow: boolean;
48
+ zIndex: number;
49
49
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
50
50
  default?(_: {}): any;
51
51
  }>;
@@ -129,14 +129,14 @@ declare const _default: {
129
129
  onClick?: ((...args: any[]) => any) | undefined;
130
130
  }>, {
131
131
  string: string;
132
- minWidth: string;
133
- background: string;
134
132
  margin: string;
135
133
  padding: string;
136
134
  width: string;
137
135
  fontSize: string;
136
+ minWidth: string;
138
137
  color: string;
139
138
  justifyContent: string;
139
+ background: string;
140
140
  fontWeight: string;
141
141
  customClass: string;
142
142
  isHtml: boolean;
@@ -333,14 +333,14 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
333
333
  onClick?: ((...args: any[]) => any) | undefined;
334
334
  }>, {
335
335
  string: string;
336
- minWidth: string;
337
- background: string;
338
336
  margin: string;
339
337
  padding: string;
340
338
  width: string;
341
339
  fontSize: string;
340
+ minWidth: string;
342
341
  color: string;
343
342
  justifyContent: string;
343
+ background: string;
344
344
  fontWeight: string;
345
345
  customClass: string;
346
346
  isHtml: boolean;
@@ -126,14 +126,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
126
126
  onClick?: ((...args: any[]) => any) | undefined;
127
127
  }>, {
128
128
  string: string;
129
- minWidth: string;
130
- background: string;
131
129
  margin: string;
132
130
  padding: string;
133
131
  width: string;
134
132
  fontSize: string;
133
+ minWidth: string;
135
134
  color: string;
136
135
  justifyContent: string;
136
+ background: string;
137
137
  fontWeight: string;
138
138
  customClass: string;
139
139
  isHtml: boolean;
@@ -0,0 +1,22 @@
1
+ import { default as PButton } from './PButton/PButton.vue';
2
+ import { default as PCheckBox } from './PCheckbox/PCheckBox.vue';
3
+ import { default as PDatePicker } from './PDatePicker/PDatePicker.vue';
4
+ import { default as PFlex } from './PFlex/PFlex.vue';
5
+ import { default as PInput } from './PInput/PInput.vue';
6
+ import { default as PInputDate } from './PInputDate/PInputDate.vue';
7
+ import { default as PInputNumber } from './PInputNumber/PInputNumber.vue';
8
+ import { default as PLeftSlider } from './PLeftSlider/PLeftSlider.vue';
9
+ import { default as PList } from './PList/PList.vue';
10
+ import { default as PListItem } from './PListItem/PListItem.vue';
11
+ import { default as PRadio } from './PRadio/PRadio.vue';
12
+ import { default as PRightSlider } from './PRightSlider/PRightSlider.vue';
13
+ import { default as PSelect } from './PSelect/PSelect.vue';
14
+ import { default as PSticky } from './PSticky/PSticky.vue';
15
+ import { default as PString } from './PString/PString.vue';
16
+ import { default as PTable } from './PTable/PTable.vue';
17
+ import { default as PTextarea } from './PTextarea/PTextarea.vue';
18
+ import { default as PTopSlider } from './PTopSlider/PTopSlider.vue';
19
+ export default function install(app: {
20
+ component: (a: string, b: unknown) => void;
21
+ }): void;
22
+ export { PButton, PCheckBox, PDatePicker, PFlex, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PRadio, PRightSlider, PSelect, PSticky, PString, PTable, PTextarea, PTopSlider, };
@@ -0,0 +1,39 @@
1
+ import { default as AdaptiveContainer } from './AdaptiveContainer.vue';
2
+ import { default as AdaptiveContainerHorizontal } from './AdaptiveContainerHorizontal.vue';
3
+ import { default as AdminGallery } from './AdminGallery.vue';
4
+ import { default as CarouselImages } from './CarouselImages.vue';
5
+ import { default as ContextWindow } from './ContextWindow.vue';
6
+ import { default as DateInputRange } from './DateInputRange.vue';
7
+ import { default as DateInputRange_v2 } from './DateInputRange_v2.vue';
8
+ import { default as DropList } from './DropList.vue';
9
+ import { default as FilterCheckbox } from './FilterCheckbox.vue';
10
+ import { default as FiltersButtonsSelect } from './FiltersButtonsSelect.vue';
11
+ import { default as FilterSelect } from './FilterSelect.vue';
12
+ import { default as FTSPPanel } from './FTSPPanel.vue';
13
+ import { default as GeneralItem } from './GeneralItem.vue';
14
+ import { default as GridContainer } from './GridContainer.vue';
15
+ import { default as InfoItem } from './InfoItem.vue';
16
+ import { default as InfoItemSelectButtons } from './InfoItemSelectButtons.vue';
17
+ import { default as LeftRightContainer } from './LeftRightContainer.vue';
18
+ import { default as MessageBody } from './MessageBody.vue';
19
+ import { default as PageNotFound } from './pages/PageNotFound.vue';
20
+ import { default as PAutocomplete } from './PAutocomplete.vue';
21
+ import { default as PDialog } from './PDialog.vue';
22
+ import { default as PhoneForm } from './PhoneForm.vue';
23
+ import { default as PLoader } from './PLoader.vue';
24
+ import { default as PPagination } from './PPagination.vue';
25
+ import { default as RemoteSearch } from './RemoteSearch.vue';
26
+ import { default as ResearcheContainer } from './ResearcheContainer.vue';
27
+ import { default as RightSliderContainer } from './RightSliderContainer.vue';
28
+ import { default as RightTabsContainer } from './RightTabsContainer.vue';
29
+ import { default as SelectValueType } from './SelectValueType.vue';
30
+ import { default as SortList } from './SortList.vue';
31
+ import { default as SortSelect } from './SortSelect.vue';
32
+ import { default as Switch3Pos } from './Switch3Pos.vue';
33
+ import { default as ThemeWrapper } from './ThemeWrapper.vue';
34
+ import { default as ToggleInfoItem } from './ToggleInfoItem.vue';
35
+ import { default as TopSliderContainer } from './TopSliderContainer.vue';
36
+ export default function install(app: {
37
+ component: (a: string, b: unknown) => void;
38
+ }): void;
39
+ export { AdaptiveContainer, AdaptiveContainerHorizontal, AdminGallery, CarouselImages, ContextWindow, DateInputRange, DateInputRange_v2, DropList, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, InfoItem, InfoItemSelectButtons, LeftRightContainer, MessageBody, PageNotFound, PAutocomplete, PDialog, PhoneForm, PLoader, PPagination, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, };
@@ -1,90 +1,11 @@
1
- import { default as AdaptiveContainer } from './AdaptiveContainer.vue';
2
- import { default as AdaptiveContainerHorizontal } from './AdaptiveContainerHorizontal.vue';
3
- import { default as AdminGallery } from './AdminGallery.vue';
4
- import { default as PButton } from './atoms/PButton/PButton.vue';
5
- import { default as PCheckBox } from './atoms/PCheckbox/PCheckBox.vue';
6
- import { default as PDatePicker } from './atoms/PDatePicker/PDatePicker.vue';
7
- import { default as PFlex } from './atoms/PFlex/PFlex.vue';
8
- import { default as PInput } from './atoms/PInput/PInput.vue';
9
- import { default as PInputDate } from './atoms/PInputDate/PInputDate.vue';
10
- import { default as PInputNumber } from './atoms/PInputNumber/PInputNumber.vue';
11
- import { default as PLeftSlider } from './atoms/PLeftSlider/PLeftSlider.vue';
12
- import { default as PList } from './atoms/PList/PList.vue';
13
- import { default as PListItem } from './atoms/PListItem/PListItem.vue';
14
- import { default as PRadio } from './atoms/PRadio/PRadio.vue';
15
- import { default as PRightSlider } from './atoms/PRightSlider/PRightSlider.vue';
16
- import { default as PSelect } from './atoms/PSelect/PSelect.vue';
17
- import { default as PSticky } from './atoms/PSticky/PSticky.vue';
18
- import { default as PString } from './atoms/PString/PString.vue';
19
- import { default as PTable } from './atoms/PTable/PTable.vue';
20
- import { default as PTextarea } from './atoms/PTextarea/PTextarea.vue';
21
- import { default as PTopSlider } from './atoms/PTopSlider/PTopSlider.vue';
22
- import { default as AuthModal } from './AuthModal.vue';
23
- import { default as CarouselImages } from './CarouselImages.vue';
24
- import { default as ContextWindow } from './ContextWindow.vue';
25
- import { default as DateInputRange } from './DateInputRange.vue';
26
- import { default as DateInputRange_v2 } from './DateInputRange_v2.vue';
27
- import { default as DropList } from './DropList.vue';
28
- import { default as FilterCheckbox } from './FilterCheckbox.vue';
29
- import { default as FiltersButtonsSelect } from './FiltersButtonsSelect.vue';
30
- import { default as FilterSelect } from './FilterSelect.vue';
31
- import { default as FTSPPanel } from './FTSPPanel.vue';
32
- import { default as GeneralItem } from './GeneralItem.vue';
33
- import { default as GridContainer } from './GridContainer.vue';
34
- import { default as IconDownload } from './Icons/Filter/IconDownload.vue';
35
- import { default as IconFilter } from './Icons/Filter/IconFilter.vue';
36
- import { default as IconArrowLeft } from './Icons/IconArrowLeft.vue';
37
- import { default as IconCheckDefault } from './Icons/IconCheckDefault.vue';
38
- import { default as IconClose } from './Icons/IconClose.vue';
39
- import { default as IconEdit } from './Icons/IconEdit.vue';
40
- import { default as IconEmail } from './Icons/IconEmail.vue';
41
- import { default as IconMove } from './Icons/IconMove.vue';
42
- import { default as IconPhone } from './Icons/IconPhone.vue';
43
- import { default as IconSearch } from './Icons/IconSearch.vue';
44
- import { default as IconSelectArrow } from './Icons/IconSelectArrow.vue';
45
- import { default as ArrowLeft } from './Icons/Pagination/ArrowLeft.vue';
46
- import { default as ArrowRight } from './Icons/Pagination/ArrowRight.vue';
47
- import { default as DoubleArrowLeft } from './Icons/Pagination/DoubleArrowLeft.vue';
48
- import { default as DoubleArrowRight } from './Icons/Pagination/DoubleArrowRight.vue';
49
- import { default as EllipsisSvg } from './Icons/Pagination/EllipsisSvg.vue';
50
- import { default as InfoItem } from './InfoItem.vue';
51
- import { default as InfoItemSelectButtons } from './InfoItemSelectButtons.vue';
52
- import { default as LeftRightContainer } from './LeftRightContainer.vue';
53
- import { default as MessageBody } from './MessageBody.vue';
54
- import { default as CollapseContainer } from './molecules/Collapse/CollapseContainer.vue';
55
- import { default as CollapseItem } from './molecules/Collapse/CollapseItem.vue';
56
- import { default as VerticalCollapseContainer } from './molecules/Collapse/VerticalCollapseContainer.vue';
57
- import { default as PAdd } from './molecules/PAdd/PAdd.vue';
58
- import { default as PContainer } from './molecules/PAdd/PContainer.vue';
59
- import { default as PContainerStickyHead } from './molecules/PAdd/PContainerStickyHead.vue';
60
- import { default as PDel } from './molecules/PDel/PDel.vue';
61
- import { default as PNotify } from './molecules/PNotify/PNotify.vue';
62
- import { default as AuthForm } from './organisms/AuthForm/AuthForm.vue';
63
- import { default as PModal } from './organisms/PModal.vue';
64
- import { default as PNameEdit } from './organisms/PNameEdit/PNameEdit.vue';
65
- import { default as PTabs } from './organisms/PTabs/PTabs.vue';
66
- import { default as PUploaderImage } from './organisms/PUploaderImage/PUploaderImage.vue';
67
- import { default as UploaderFile } from './organisms/UploaderFile/UploaderFile.vue';
68
- import { default as PageNotFound } from './pages/PageNotFound.vue';
69
- import { default as PAutocomplete } from './PAutocomplete.vue';
70
- import { default as PDialog } from './PDialog.vue';
71
- import { default as PhoneForm } from './PhoneForm.vue';
72
- import { default as PLoader } from './PLoader.vue';
73
- import { default as PPagination } from './PPagination.vue';
74
- import { default as RemoteSearch } from './RemoteSearch.vue';
75
- import { default as ResearcheContainer } from './ResearcheContainer.vue';
76
- import { default as RightSliderContainer } from './RightSliderContainer.vue';
77
- import { default as RightTabsContainer } from './RightTabsContainer.vue';
78
- import { default as SelectValueType } from './SelectValueType.vue';
79
- import { default as SortList } from './SortList.vue';
80
- import { default as SortSelect } from './SortSelect.vue';
81
- import { default as Switch3Pos } from './Switch3Pos.vue';
82
- import { default as ThemeWrapper } from './ThemeWrapper.vue';
83
- import { default as ToggleInfoItem } from './ToggleInfoItem.vue';
84
- import { default as TopSliderContainer } from './TopSliderContainer.vue';
1
+ import * as atoms from '@/core/components/atoms/index';
2
+ import * as components from '@/core/components/components';
3
+ import * as icons from '@/core/components/Icons/index';
4
+ import * as molecules from '@/core/components/molecules/index';
5
+ import * as organisms from '@/core/components/organisms/index';
85
6
  declare const servicesComponents: {
86
7
  install: (app: {
87
8
  component: (a: string, b: unknown) => void;
88
9
  }) => void;
89
10
  };
90
- export { AdaptiveContainer, AdaptiveContainerHorizontal, AdminGallery, ArrowLeft, ArrowRight, AuthForm, AuthModal, CarouselImages, CollapseContainer, CollapseItem, ContextWindow, DateInputRange, DateInputRange_v2, DoubleArrowLeft, DoubleArrowRight, DropList, EllipsisSvg, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, IconArrowLeft, IconCheckDefault, IconClose, IconDownload, IconEdit, IconEmail, IconFilter, IconMove, IconPhone, IconSearch, IconSelectArrow, InfoItem, InfoItemSelectButtons, LeftRightContainer, MessageBody, PAdd, PageNotFound, PAutocomplete, PButton, PCheckBox, PContainer, PContainerStickyHead, PDatePicker, PDel, PDialog, PFlex, PhoneForm, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PLoader, PModal, PNameEdit, PNotify, PPagination, PRadio, PRightSlider, PSelect, PSticky, PString, PTable, PTabs, PTextarea, PTopSlider, PUploaderImage, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, servicesComponents, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, UploaderFile, VerticalCollapseContainer, };
11
+ export { atoms, components, icons, molecules, organisms, servicesComponents };
@@ -104,9 +104,9 @@ declare const _default: {
104
104
  onChangeActiveId?: ((...args: any[]) => any) | undefined;
105
105
  }>, {
106
106
  title: string;
107
- background: string;
108
107
  margin: string;
109
108
  padding: string;
109
+ background: string;
110
110
  tabId: string;
111
111
  activeId: string;
112
112
  isCollaps: boolean;
@@ -258,9 +258,9 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
258
258
  onChangeActiveId?: ((...args: any[]) => any) | undefined;
259
259
  }>, {
260
260
  title: string;
261
- background: string;
262
261
  margin: string;
263
262
  padding: string;
263
+ background: string;
264
264
  tabId: string;
265
265
  activeId: string;
266
266
  isCollaps: boolean;
@@ -102,9 +102,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
102
102
  onChangeActiveId?: ((...args: any[]) => any) | undefined;
103
103
  }>, {
104
104
  title: string;
105
- background: string;
106
105
  margin: string;
107
106
  padding: string;
107
+ background: string;
108
108
  tabId: string;
109
109
  activeId: string;
110
110
  isCollaps: boolean;
@@ -52,10 +52,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
52
52
  };
53
53
  }>> & Readonly<{}>, {
54
54
  top: string;
55
- background: string;
56
- zIndex: number;
57
55
  margin: string;
58
56
  padding: string;
57
+ background: string;
58
+ zIndex: number;
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
60
60
  title?(_: {}): any;
61
61
  default?(_: {}): any;
@@ -31,9 +31,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
31
31
  default: string;
32
32
  };
33
33
  }>> & Readonly<{}>, {
34
- background: string;
35
34
  margin: string;
36
35
  padding: string;
36
+ background: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
38
38
  default?(_: {}): any;
39
39
  }>;
@@ -52,10 +52,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
52
52
  };
53
53
  }>> & Readonly<{}>, {
54
54
  top: string;
55
- background: string;
56
- zIndex: number;
57
55
  margin: string;
58
56
  padding: string;
57
+ background: string;
58
+ zIndex: number;
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
60
60
  title?(_: {}): any;
61
61
  default?(_: {}): any;
@@ -31,9 +31,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
31
31
  default: string;
32
32
  };
33
33
  }>> & Readonly<{}>, {
34
- background: string;
35
34
  margin: string;
36
35
  padding: string;
36
+ background: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
38
38
  title?(_: {}): any;
39
39
  default?(_: {}): any;
@@ -69,10 +69,10 @@ export declare const Default: () => {
69
69
  size: import('../../../types/Sizes').default;
70
70
  type: import('../../../types/Statuses').default;
71
71
  text: string;
72
- height: string;
73
72
  margin: string;
74
73
  padding: string;
75
74
  width: string;
75
+ height: string;
76
76
  skin: string;
77
77
  fontSize: string;
78
78
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -134,10 +134,10 @@ export declare const Default: () => {
134
134
  size: import('../../../types/Sizes').default;
135
135
  type: import('../../../types/Statuses').default;
136
136
  text: string;
137
- height: string;
138
137
  margin: string;
139
138
  padding: string;
140
139
  width: string;
140
+ height: string;
141
141
  skin: string;
142
142
  fontSize: string;
143
143
  }>;
@@ -198,10 +198,10 @@ export declare const Default: () => {
198
198
  size: import('../../../types/Sizes').default;
199
199
  type: import('../../../types/Statuses').default;
200
200
  text: string;
201
- height: string;
202
201
  margin: string;
203
202
  padding: string;
204
203
  width: string;
204
+ height: string;
205
205
  skin: string;
206
206
  fontSize: string;
207
207
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -0,0 +1,13 @@
1
+ import { default as CollapseContainer } from './Collapse/CollapseContainer.vue';
2
+ import { default as CollapseItem } from './Collapse/CollapseItem.vue';
3
+ import { default as VerticalCollapseContainer } from './Collapse/VerticalCollapseContainer.vue';
4
+ import { default as PAdd } from './PAdd/PAdd.vue';
5
+ import { default as PContainer } from './PAdd/PContainer.vue';
6
+ import { default as PContainerStickyHead } from './PAdd/PContainerStickyHead.vue';
7
+ import { default as PDel } from './PDel/PDel.vue';
8
+ import { default as PModal } from './PModal/PModal.vue';
9
+ import { default as PNotify } from './PNotify/PNotify.vue';
10
+ export default function install(app: {
11
+ component: (a: string, b: unknown) => void;
12
+ }): void;
13
+ export { CollapseContainer, CollapseItem, PAdd, PContainer, PContainerStickyHead, PDel, PModal, PNotify, VerticalCollapseContainer };
@@ -39,10 +39,10 @@ declare const _default: {
39
39
  }>> & Readonly<{
40
40
  onSubmit?: ((...args: any[]) => any) | undefined;
41
41
  }>, {
42
- background: string;
43
42
  margin: string;
44
43
  padding: string;
45
44
  width: string;
45
+ background: string;
46
46
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
47
47
  tags: string[];
48
48
  parameters: {
@@ -57,7 +57,7 @@ export default _default;
57
57
  export declare const Default: () => {
58
58
  components: {
59
59
  PNotify: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
60
- AuthForm: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
60
+ PAuthForm: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
61
61
  width: {
62
62
  type: globalThis.PropType<string>;
63
63
  default: string;
@@ -96,10 +96,10 @@ export declare const Default: () => {
96
96
  }>> & Readonly<{
97
97
  onSubmit?: ((...args: any[]) => any) | undefined;
98
98
  }>, {
99
- background: string;
100
99
  margin: string;
101
100
  padding: string;
102
101
  width: string;
102
+ background: string;
103
103
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
104
104
  };
105
105
  setup(): {};
@@ -2,30 +2,30 @@ declare const _default: {
2
2
  title: string;
3
3
  component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
4
  width: {
5
- type: globalThis.PropType<string>;
5
+ type: StringConstructor;
6
6
  default: string;
7
7
  };
8
8
  margin: {
9
- type: globalThis.PropType<string>;
9
+ type: StringConstructor;
10
10
  default: string;
11
11
  };
12
12
  padding: {
13
- type: globalThis.PropType<string>;
13
+ type: StringConstructor;
14
14
  default: string;
15
15
  };
16
16
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
17
  submit: (...args: any[]) => void;
18
18
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
19
19
  width: {
20
- type: globalThis.PropType<string>;
20
+ type: StringConstructor;
21
21
  default: string;
22
22
  };
23
23
  margin: {
24
- type: globalThis.PropType<string>;
24
+ type: StringConstructor;
25
25
  default: string;
26
26
  };
27
27
  padding: {
28
- type: globalThis.PropType<string>;
28
+ type: StringConstructor;
29
29
  default: string;
30
30
  };
31
31
  }>> & Readonly<{
@@ -59,32 +59,32 @@ export default _default;
59
59
  export declare const Default: (args: any) => import('vue').DefineComponent<{}, {
60
60
  props: globalThis.ComputedRef<any>;
61
61
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
62
- AuthModal: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
62
+ PAuthModal: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
63
  width: {
64
- type: globalThis.PropType<string>;
64
+ type: StringConstructor;
65
65
  default: string;
66
66
  };
67
67
  margin: {
68
- type: globalThis.PropType<string>;
68
+ type: StringConstructor;
69
69
  default: string;
70
70
  };
71
71
  padding: {
72
- type: globalThis.PropType<string>;
72
+ type: StringConstructor;
73
73
  default: string;
74
74
  };
75
75
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
76
76
  submit: (...args: any[]) => void;
77
77
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
78
78
  width: {
79
- type: globalThis.PropType<string>;
79
+ type: StringConstructor;
80
80
  default: string;
81
81
  };
82
82
  margin: {
83
- type: globalThis.PropType<string>;
83
+ type: StringConstructor;
84
84
  default: string;
85
85
  };
86
86
  padding: {
87
- type: globalThis.PropType<string>;
87
+ type: StringConstructor;
88
88
  default: string;
89
89
  };
90
90
  }>> & Readonly<{
@@ -1,29 +1,29 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  width: {
3
- type: globalThis.PropType<string>;
3
+ type: StringConstructor;
4
4
  default: string;
5
5
  };
6
6
  margin: {
7
- type: globalThis.PropType<string>;
7
+ type: StringConstructor;
8
8
  default: string;
9
9
  };
10
10
  padding: {
11
- type: globalThis.PropType<string>;
11
+ type: StringConstructor;
12
12
  default: string;
13
13
  };
14
14
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
15
  submit: (...args: any[]) => void;
16
16
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
17
17
  width: {
18
- type: globalThis.PropType<string>;
18
+ type: StringConstructor;
19
19
  default: string;
20
20
  };
21
21
  margin: {
22
- type: globalThis.PropType<string>;
22
+ type: StringConstructor;
23
23
  default: string;
24
24
  };
25
25
  padding: {
26
- type: globalThis.PropType<string>;
26
+ type: StringConstructor;
27
27
  default: string;
28
28
  };
29
29
  }>> & Readonly<{
@@ -47,10 +47,10 @@ declare const _default: {
47
47
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
48
48
  select: (...args: any[]) => void;
49
49
  }, import('vue').PublicProps, {
50
- background: string;
51
- height: string;
52
50
  margin: string;
51
+ height: string;
53
52
  borderRadius: string;
53
+ background: string;
54
54
  tabHeight: string;
55
55
  minMenuItemWidth: string;
56
56
  outTopMargin: string;
@@ -106,10 +106,10 @@ declare const _default: {
106
106
  }>> & Readonly<{
107
107
  onSelect?: ((...args: any[]) => any) | undefined;
108
108
  }>, {}, {}, {}, {}, {
109
- background: string;
110
- height: string;
111
109
  margin: string;
110
+ height: string;
112
111
  borderRadius: string;
112
+ background: string;
113
113
  tabHeight: string;
114
114
  minMenuItemWidth: string;
115
115
  outTopMargin: string;
@@ -162,10 +162,10 @@ declare const _default: {
162
162
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
163
163
  select: (...args: any[]) => void;
164
164
  }, string, {
165
- background: string;
166
- height: string;
167
165
  margin: string;
166
+ height: string;
168
167
  borderRadius: string;
168
+ background: string;
169
169
  tabHeight: string;
170
170
  minMenuItemWidth: string;
171
171
  outTopMargin: string;
@@ -260,10 +260,10 @@ export declare const Default: StoryFn<{
260
260
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
261
261
  select: (...args: any[]) => void;
262
262
  }, import('vue').PublicProps, {
263
- background: string;
264
- height: string;
265
263
  margin: string;
264
+ height: string;
266
265
  borderRadius: string;
266
+ background: string;
267
267
  tabHeight: string;
268
268
  minMenuItemWidth: string;
269
269
  outTopMargin: string;
@@ -319,10 +319,10 @@ export declare const Default: StoryFn<{
319
319
  }>> & Readonly<{
320
320
  onSelect?: ((...args: any[]) => any) | undefined;
321
321
  }>, {}, {}, {}, {}, {
322
- background: string;
323
- height: string;
324
322
  margin: string;
323
+ height: string;
325
324
  borderRadius: string;
325
+ background: string;
326
326
  tabHeight: string;
327
327
  minMenuItemWidth: string;
328
328
  outTopMargin: string;
@@ -375,10 +375,10 @@ export declare const Default: StoryFn<{
375
375
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
376
376
  select: (...args: any[]) => void;
377
377
  }, string, {
378
- background: string;
379
- height: string;
380
378
  margin: string;
379
+ height: string;
381
380
  borderRadius: string;
381
+ background: string;
382
382
  tabHeight: string;
383
383
  minMenuItemWidth: string;
384
384
  outTopMargin: string;
@@ -84,10 +84,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
84
84
  }>> & Readonly<{
85
85
  onSelect?: ((...args: any[]) => any) | undefined;
86
86
  }>, {
87
- background: string;
88
- height: string;
89
87
  margin: string;
88
+ height: string;
90
89
  borderRadius: string;
90
+ background: string;
91
91
  tabHeight: string;
92
92
  minMenuItemWidth: string;
93
93
  outTopMargin: string;
@@ -54,8 +54,8 @@ declare const _default: {
54
54
  onRemoveFile?: ((...args: any[]) => any) | undefined;
55
55
  "onUpdate:ratio"?: ((...args: any[]) => any) | undefined;
56
56
  }>, {
57
- ratio: number;
58
57
  height: number;
58
+ ratio: number;
59
59
  withCrop: boolean;
60
60
  emitCrop: boolean;
61
61
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
@@ -138,8 +138,8 @@ export declare const Default: {
138
138
  onRemoveFile?: ((...args: any[]) => any) | undefined;
139
139
  "onUpdate:ratio"?: ((...args: any[]) => any) | undefined;
140
140
  }>, {
141
- ratio: number;
142
141
  height: number;
142
+ ratio: number;
143
143
  withCrop: boolean;
144
144
  emitCrop: boolean;
145
145
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
@@ -52,8 +52,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
52
52
  onRemoveFile?: ((...args: any[]) => any) | undefined;
53
53
  "onUpdate:ratio"?: ((...args: any[]) => any) | undefined;
54
54
  }>, {
55
- ratio: number;
56
55
  height: number;
56
+ ratio: number;
57
57
  withCrop: boolean;
58
58
  emitCrop: boolean;
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
@@ -0,0 +1,10 @@
1
+ import { default as PAuthForm } from './PAuthForm/PAuthForm.vue';
2
+ import { default as PAuthModal } from './PAuthModal/PAuthModal.vue';
3
+ import { default as PNameEdit } from './PNameEdit/PNameEdit.vue';
4
+ import { default as PTabs } from './PTabs/PTabs.vue';
5
+ import { default as PUploaderFile } from './PUploaderFile/PUploaderFile.vue';
6
+ import { default as PUploaderImage } from './PUploaderImage/PUploaderImage.vue';
7
+ export default function install(app: {
8
+ component: (a: string, b: unknown) => void;
9
+ }): void;
10
+ export { PAuthForm, PAuthModal, PNameEdit, PTabs, PUploaderFile, PUploaderImage };