sprof 0.0.38 → 0.0.39

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 (85) hide show
  1. package/dist/classes/EmailValidator.d.ts +1 -1
  2. package/dist/classes/FileInfo.d.ts +1 -1
  3. package/dist/classes/Human.d.ts +1 -1
  4. package/dist/classes/PasswordValidator.d.ts +1 -1
  5. package/dist/classes/filters/FilterQuery.d.ts +1 -2
  6. package/dist/classes/index.d.ts +2 -0
  7. package/dist/components/Icons/IconArrowLeft.stories.d.ts +32 -39
  8. package/dist/components/Icons/IconCheckDefault.stories.d.ts +32 -39
  9. package/dist/components/Icons/IconClose.stories.d.ts +32 -39
  10. package/dist/components/Icons/IconEdit.stories.d.ts +32 -39
  11. package/dist/components/Icons/IconEmail.stories.d.ts +32 -39
  12. package/dist/components/Icons/IconMove.stories.d.ts +32 -39
  13. package/dist/components/Icons/IconPhone.stories.d.ts +32 -39
  14. package/dist/components/Icons/IconSearch.stories.d.ts +32 -39
  15. package/dist/components/Icons/IconSelectArrow.stories.d.ts +32 -39
  16. package/dist/components/InfoItemSelectButtons.vue.d.ts +8 -0
  17. package/dist/components/atoms/PCheckbox/PCheckBox.stories.d.ts +87 -94
  18. package/dist/components/atoms/PFlex/PFlex.stories.d.ts +184 -191
  19. package/dist/components/atoms/PInput/PInput.stories.d.ts +173 -180
  20. package/dist/components/atoms/PInputDate/PInputDate.stories.d.ts +59 -66
  21. package/dist/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +182 -189
  22. package/dist/components/atoms/PList/PList.stories.d.ts +76 -83
  23. package/dist/components/atoms/PListItem/PListItem.stories.d.ts +151 -166
  24. package/dist/components/atoms/PRadio/PRadio.stories.d.ts +96 -103
  25. package/dist/components/atoms/PRightSlider/PRightSlider.stories.d.ts +183 -190
  26. package/dist/components/atoms/PSelect/PSelect.stories.d.ts +282 -217
  27. package/dist/components/atoms/PSelect/PSelect.vue.d.ts +22 -0
  28. package/dist/components/atoms/PSticky/PSticky.stories.d.ts +97 -104
  29. package/dist/components/atoms/PString/PString.stories.d.ts +139 -146
  30. package/dist/components/atoms/PTable/PTable.storeis.d.ts +77 -84
  31. package/dist/components/atoms/PTextarea/PTextarea.stories.d.ts +155 -162
  32. package/dist/components/atoms/PTopSlider/PTopSlider.stories.d.ts +102 -109
  33. package/dist/components/molecules/Collapse/CollapseContainer.stories.d.ts +15 -22
  34. package/dist/components/molecules/Collapse/CollapseItem.stories.d.ts +113 -120
  35. package/dist/components/organisms/PTabs/PTabs.stories.d.ts +134 -141
  36. package/dist/index.d.ts +1 -5
  37. package/dist/interfaces/IValidator.d.ts +1 -1
  38. package/dist/modules/forms/classes/FieldFill.d.ts +41 -0
  39. package/dist/modules/forms/classes/FormFill.d.ts +1 -1
  40. package/dist/modules/forms/classes/index.d.ts +12 -8
  41. package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +172 -0
  42. package/dist/modules/forms/components/admin/Fields/FieldsEditsComponents.d.ts +51 -0
  43. package/dist/modules/forms/index.d.ts +2 -0
  44. package/dist/modules/forms/store/index.d.ts +7 -228
  45. package/dist/modules/index.d.ts +2 -8
  46. package/dist/modules/settings/index.d.ts +2 -0
  47. package/dist/modules/settings/store/index.d.ts +1 -2
  48. package/dist/services/AdminUI.d.ts +2 -2
  49. package/dist/services/Arrays.d.ts +2 -0
  50. package/dist/services/BaseRoutes.d.ts +2 -2
  51. package/dist/services/Dates.d.ts +27 -1
  52. package/dist/services/Helpers.d.ts +44 -0
  53. package/dist/services/PHelp.d.ts +9 -682
  54. package/dist/services/PHelp2.d.ts +16 -683
  55. package/dist/services/Rating.d.ts +7 -0
  56. package/dist/services/Strings.d.ts +1 -0
  57. package/dist/services/index.d.ts +2 -8
  58. package/dist/sprof.js +4197 -4558
  59. package/dist/sprof.umd.cjs +12 -12
  60. package/dist/store/Store.d.ts +13 -20
  61. package/dist/style.css +1 -1
  62. package/package.json +3 -3
  63. package/dist/buildings/classes/Building.d.ts +0 -13
  64. package/dist/buildings/classes/Entrance.d.ts +0 -13
  65. package/dist/buildings/classes/Floor.d.ts +0 -6
  66. package/dist/buildings/router/BuildingsRoutes.d.ts +0 -6
  67. package/dist/buildings/store/BuildingsStore.d.ts +0 -7
  68. package/dist/buildings/store/index.d.ts +0 -2
  69. package/dist/buildings/store/indexNames.d.ts +0 -2
  70. package/dist/classes/DateHelper.d.ts +0 -11
  71. package/dist/components/RSContainer.vue.d.ts +0 -38
  72. package/dist/modules/buildings/components/BuildingsPage.vue.d.ts +0 -6
  73. package/dist/modules/buildings/router/BuildingsRoutes.d.ts +0 -6
  74. package/dist/modules/extracts/store/indexNames.d.ts +0 -2
  75. package/dist/modules/forms/classes/indexNames.d.ts +0 -2
  76. package/dist/modules/forms/store/indexNames.d.ts +0 -2
  77. package/dist/modules/indexNames.d.ts +0 -2
  78. package/dist/modules/settings/classes/indexNames.d.ts +0 -2
  79. package/dist/modules/settings/store/indexNames.d.ts +0 -2
  80. package/dist/services/DateFormat.d.ts +0 -32
  81. package/dist/services/DatesFormatter.d.ts +0 -30
  82. package/dist/services/brandColors.d.ts +0 -2
  83. package/dist/services/buildNameNumbers.d.ts +0 -1
  84. package/dist/services/countRating.d.ts +0 -5
  85. package/dist/services/moves.d.ts +0 -3
@@ -1,3 +1,4 @@
1
+ import { StoryFn } from '@storybook/vue3';
1
2
  declare const _default: {
2
3
  title: string;
3
4
  component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
@@ -57,44 +58,36 @@ declare const _default: {
57
58
  };
58
59
  };
59
60
  export default _default;
60
- export declare const Default: (args: any) => {
61
- components: {
62
- IconSearch: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
- size: {
64
- type: StringConstructor;
65
- default: string;
66
- };
67
- margin: {
68
- type: StringConstructor;
69
- default: string;
70
- };
71
- iconClass: {
72
- type: StringConstructor;
73
- required: false;
74
- default: string;
75
- };
76
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
- size: {
78
- type: StringConstructor;
79
- default: string;
80
- };
81
- margin: {
82
- type: StringConstructor;
83
- default: string;
84
- };
85
- iconClass: {
86
- type: StringConstructor;
87
- required: false;
88
- default: string;
89
- };
90
- }>> & Readonly<{}>, {
91
- size: string;
92
- margin: string;
93
- iconClass: string;
94
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
61
+ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
62
+ size: {
63
+ type: StringConstructor;
64
+ default: string;
95
65
  };
96
- setup(): {
97
- args: any;
66
+ margin: {
67
+ type: StringConstructor;
68
+ default: string;
98
69
  };
99
- template: string;
100
- };
70
+ iconClass: {
71
+ type: StringConstructor;
72
+ required: false;
73
+ default: string;
74
+ };
75
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
76
+ size: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ margin: {
81
+ type: StringConstructor;
82
+ default: string;
83
+ };
84
+ iconClass: {
85
+ type: StringConstructor;
86
+ required: false;
87
+ default: string;
88
+ };
89
+ }>> & Readonly<{}>, {
90
+ size: string;
91
+ margin: string;
92
+ iconClass: string;
93
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
@@ -1,3 +1,4 @@
1
+ import { StoryFn } from '@storybook/vue3';
1
2
  declare const _default: {
2
3
  title: string;
3
4
  component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
@@ -57,44 +58,36 @@ declare const _default: {
57
58
  };
58
59
  };
59
60
  export default _default;
60
- export declare const Default: (args: any) => {
61
- components: {
62
- IconSelectArrow: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
- size: {
64
- type: globalThis.PropType<string>;
65
- default: string;
66
- };
67
- margin: {
68
- type: globalThis.PropType<string>;
69
- default: string;
70
- };
71
- iconClass: {
72
- type: globalThis.PropType<string>;
73
- required: false;
74
- default: string;
75
- };
76
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
- size: {
78
- type: globalThis.PropType<string>;
79
- default: string;
80
- };
81
- margin: {
82
- type: globalThis.PropType<string>;
83
- default: string;
84
- };
85
- iconClass: {
86
- type: globalThis.PropType<string>;
87
- required: false;
88
- default: string;
89
- };
90
- }>> & Readonly<{}>, {
91
- size: string;
92
- margin: string;
93
- iconClass: string;
94
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
61
+ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
62
+ size: {
63
+ type: globalThis.PropType<string>;
64
+ default: string;
95
65
  };
96
- setup(): {
97
- args: any;
66
+ margin: {
67
+ type: globalThis.PropType<string>;
68
+ default: string;
98
69
  };
99
- template: string;
100
- };
70
+ iconClass: {
71
+ type: globalThis.PropType<string>;
72
+ required: false;
73
+ default: string;
74
+ };
75
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
76
+ size: {
77
+ type: globalThis.PropType<string>;
78
+ default: string;
79
+ };
80
+ margin: {
81
+ type: globalThis.PropType<string>;
82
+ default: string;
83
+ };
84
+ iconClass: {
85
+ type: globalThis.PropType<string>;
86
+ required: false;
87
+ default: string;
88
+ };
89
+ }>> & Readonly<{}>, {
90
+ size: string;
91
+ margin: string;
92
+ iconClass: string;
93
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
@@ -3,6 +3,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
3
3
  type: globalThis.PropType<string>;
4
4
  required: true;
5
5
  };
6
+ title: {
7
+ type: globalThis.PropType<string>;
8
+ required: true;
9
+ };
6
10
  list: {
7
11
  type: globalThis.PropType<string[]>;
8
12
  required: true;
@@ -15,6 +19,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
15
19
  type: globalThis.PropType<string>;
16
20
  required: true;
17
21
  };
22
+ title: {
23
+ type: globalThis.PropType<string>;
24
+ required: true;
25
+ };
18
26
  list: {
19
27
  type: globalThis.PropType<string[]>;
20
28
  required: true;
@@ -1,3 +1,4 @@
1
+ import { StoryFn } from '@storybook/vue3';
1
2
  declare const _default: {
2
3
  title: string;
3
4
  component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
@@ -130,97 +131,89 @@ declare const _default: {
130
131
  };
131
132
  };
132
133
  export default _default;
133
- export declare const Default: (args: any) => {
134
- components: {
135
- PCheckBox: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
136
- label: {
137
- type: StringConstructor;
138
- default: string;
139
- };
140
- fontSize: {
141
- type: StringConstructor;
142
- default: string;
143
- };
144
- value: {
145
- type: (StringConstructor | BooleanConstructor)[];
146
- default: undefined;
147
- };
148
- size: {
149
- type: StringConstructor;
150
- default: string;
151
- };
152
- borderRadius: {
153
- type: StringConstructor;
154
- default: string;
155
- };
156
- padding: {
157
- type: StringConstructor;
158
- default: string;
159
- };
160
- margin: {
161
- type: StringConstructor;
162
- default: string;
163
- };
164
- width: {
165
- type: StringConstructor;
166
- default: string;
167
- };
168
- modelValue: {
169
- type: globalThis.PropType<boolean>;
170
- };
171
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
172
- change: (...args: any[]) => void;
173
- }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
174
- label: {
175
- type: StringConstructor;
176
- default: string;
177
- };
178
- fontSize: {
179
- type: StringConstructor;
180
- default: string;
181
- };
182
- value: {
183
- type: (StringConstructor | BooleanConstructor)[];
184
- default: undefined;
185
- };
186
- size: {
187
- type: StringConstructor;
188
- default: string;
189
- };
190
- borderRadius: {
191
- type: StringConstructor;
192
- default: string;
193
- };
194
- padding: {
195
- type: StringConstructor;
196
- default: string;
197
- };
198
- margin: {
199
- type: StringConstructor;
200
- default: string;
201
- };
202
- width: {
203
- type: StringConstructor;
204
- default: string;
205
- };
206
- modelValue: {
207
- type: globalThis.PropType<boolean>;
208
- };
209
- }>> & Readonly<{
210
- onChange?: ((...args: any[]) => any) | undefined;
211
- }>, {
212
- size: string;
213
- label: string;
214
- margin: string;
215
- padding: string;
216
- width: string;
217
- fontSize: string;
218
- value: string | boolean;
219
- borderRadius: string;
220
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
221
- };
222
- setup(): {
223
- args: any;
224
- };
225
- template: string;
226
- };
134
+ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
135
+ label: {
136
+ type: StringConstructor;
137
+ default: string;
138
+ };
139
+ fontSize: {
140
+ type: StringConstructor;
141
+ default: string;
142
+ };
143
+ value: {
144
+ type: (StringConstructor | BooleanConstructor)[];
145
+ default: undefined;
146
+ };
147
+ size: {
148
+ type: StringConstructor;
149
+ default: string;
150
+ };
151
+ borderRadius: {
152
+ type: StringConstructor;
153
+ default: string;
154
+ };
155
+ padding: {
156
+ type: StringConstructor;
157
+ default: string;
158
+ };
159
+ margin: {
160
+ type: StringConstructor;
161
+ default: string;
162
+ };
163
+ width: {
164
+ type: StringConstructor;
165
+ default: string;
166
+ };
167
+ modelValue: {
168
+ type: globalThis.PropType<boolean>;
169
+ };
170
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
171
+ change: (...args: any[]) => void;
172
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
173
+ label: {
174
+ type: StringConstructor;
175
+ default: string;
176
+ };
177
+ fontSize: {
178
+ type: StringConstructor;
179
+ default: string;
180
+ };
181
+ value: {
182
+ type: (StringConstructor | BooleanConstructor)[];
183
+ default: undefined;
184
+ };
185
+ size: {
186
+ type: StringConstructor;
187
+ default: string;
188
+ };
189
+ borderRadius: {
190
+ type: StringConstructor;
191
+ default: string;
192
+ };
193
+ padding: {
194
+ type: StringConstructor;
195
+ default: string;
196
+ };
197
+ margin: {
198
+ type: StringConstructor;
199
+ default: string;
200
+ };
201
+ width: {
202
+ type: StringConstructor;
203
+ default: string;
204
+ };
205
+ modelValue: {
206
+ type: globalThis.PropType<boolean>;
207
+ };
208
+ }>> & Readonly<{
209
+ onChange?: ((...args: any[]) => any) | undefined;
210
+ }>, {
211
+ size: string;
212
+ label: string;
213
+ margin: string;
214
+ padding: string;
215
+ width: string;
216
+ fontSize: string;
217
+ value: string | boolean;
218
+ borderRadius: string;
219
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;