sprof 0.0.102 → 0.0.104

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 (122) hide show
  1. package/dist/core/auth/AuthForm.d.ts +69 -0
  2. package/dist/core/{classes/auth → auth}/AuthStatus.d.ts +3 -3
  3. package/dist/core/{classes/auth → auth}/AuthTokens.d.ts +1 -1
  4. package/dist/core/{classes/auth → auth}/AuthUser.d.ts +2 -2
  5. package/dist/core/{classes/auth → auth}/buttons/AuthButton.d.ts +1 -1
  6. package/dist/core/{classes/auth → auth}/fields/AuthField.d.ts +2 -2
  7. package/dist/core/{classes/auth → auth}/fields/EmailField.d.ts +1 -1
  8. package/dist/core/{classes/auth → auth}/fields/LoginField.d.ts +1 -1
  9. package/dist/core/{classes/auth → auth}/fields/PasswordField.d.ts +1 -1
  10. package/dist/core/auth/settings/AuthFormSettings.d.ts +46 -0
  11. package/dist/core/classes/FTSPPreset.d.ts +1 -1
  12. package/dist/core/classes/HttpResponse.d.ts +1 -1
  13. package/dist/core/classes/SearchModel.d.ts +1 -1
  14. package/dist/core/classes/index.d.ts +16 -5
  15. package/dist/core/components/ContextWindow.vue.d.ts +1 -1
  16. package/dist/core/components/FilterCheckbox.vue.d.ts +1 -1
  17. package/dist/core/components/FilterSelect.vue.d.ts +1 -1
  18. package/dist/core/components/FiltersButtonsSelect.vue.d.ts +1 -1
  19. package/dist/core/components/GeneralItem.vue.d.ts +2 -2
  20. package/dist/core/components/GridContainer.vue.d.ts +2 -2
  21. package/dist/core/components/InfoItem.vue.d.ts +3 -3
  22. package/dist/core/components/InfoItemSelectButtons.vue.d.ts +2 -2
  23. package/dist/core/components/MessageBody.vue.d.ts +1 -1
  24. package/dist/core/components/RemoteSearch.vue.d.ts +3 -3
  25. package/dist/core/components/Switch3Pos.vue.d.ts +1 -1
  26. package/dist/core/components/UploaderImage.vue.d.ts +1 -1
  27. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +18 -18
  28. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +3 -3
  29. package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +6 -6
  30. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +3 -3
  31. package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -3
  32. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
  33. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
  34. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +10 -10
  35. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +2 -2
  36. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +4 -4
  37. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +2 -2
  38. package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +4 -4
  39. package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +2 -2
  40. package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +6 -6
  41. package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +1 -1
  42. package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
  43. package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
  44. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +8 -8
  45. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +4 -4
  46. package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +6 -6
  47. package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +1 -1
  48. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +34 -34
  49. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +6 -6
  50. package/dist/core/components/atoms/PString/PString.stories.d.ts +4 -4
  51. package/dist/core/components/atoms/PString/PString.vue.d.ts +2 -2
  52. package/dist/core/components/atoms/PTable/PTable.storeis.d.ts +6 -6
  53. package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
  54. package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +10 -10
  55. package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +2 -2
  56. package/dist/core/components/atoms/PTopSlider/PTopSlider.stories.d.ts +6 -6
  57. package/dist/core/components/atoms/PTopSlider/PTopSlider.vue.d.ts +1 -1
  58. package/dist/core/components/index.d.ts +91 -0
  59. package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
  60. package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
  61. package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
  62. package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
  63. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
  64. package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
  65. package/dist/core/components/organisms/AuthForm/AuthForm.vue.d.ts +1 -1
  66. package/dist/core/components/organisms/PModal.vue.d.ts +3 -3
  67. package/dist/core/components/organisms/UploaderFile/UploaderFile.stories.d.ts +36 -36
  68. package/dist/core/components/organisms/UploaderFile/UploaderFile.vue.d.ts +1 -1
  69. package/dist/core/{classes/filters → ftsp}/Cursor.d.ts +1 -1
  70. package/dist/core/{classes/filters → ftsp}/FTSP.d.ts +1 -1
  71. package/dist/core/{classes/filters → ftsp}/FilterModel.d.ts +3 -3
  72. package/dist/core/{classes/filters → ftsp}/FilterQuery.d.ts +1 -1
  73. package/dist/core/{classes/filters → ftsp}/OperatorsOptions.d.ts +1 -1
  74. package/dist/core/{classes/filters → ftsp}/OperatorsTextOptions.d.ts +1 -1
  75. package/dist/core/{classes/filters → ftsp}/SelectFilter.d.ts +2 -2
  76. package/dist/core/{classes/filters → ftsp}/TreeModel.d.ts +1 -1
  77. package/dist/core/ftsp/index.d.ts +0 -0
  78. package/dist/core/helpers/BaseStore.d.ts +1 -1
  79. package/dist/core/helpers/CreateSortModels.d.ts +1 -1
  80. package/dist/core/helpers/Hooks.d.ts +1 -1
  81. package/dist/core/helpers/Message.d.ts +1 -1
  82. package/dist/core/helpers/SortList.d.ts +1 -1
  83. package/dist/core/helpers/index.d.ts +2 -10
  84. package/dist/core/index.d.ts +185 -111
  85. package/dist/core/interfaces/Filter.d.ts +1 -1
  86. package/dist/core/interfaces/IFilterQuery.d.ts +2 -2
  87. package/dist/core/interfaces/Sort.d.ts +1 -1
  88. package/dist/core/store/CropperStore.d.ts +1 -1
  89. package/dist/core/store/index.d.ts +435 -12
  90. package/dist/core/types/index.d.ts +4 -2
  91. package/dist/core/{helpers/ui → ui}/AdminHead.d.ts +1 -1
  92. package/dist/core/{helpers/ui → ui}/AdminSideMenu.d.ts +1 -1
  93. package/dist/core/{helpers/ui → ui}/AdminUI.d.ts +6 -6
  94. package/dist/core/{classes/ui/Button.d.ts → ui/Btn.d.ts} +1 -1
  95. package/dist/core/{helpers/ui → ui}/Dialog.d.ts +1 -1
  96. package/dist/core/{classes/ui/InputField.d.ts → ui/Input.d.ts} +2 -2
  97. package/dist/core/{helpers/ui → ui}/Loading.d.ts +1 -1
  98. package/dist/core/{helpers/ui → ui}/Notify.d.ts +2 -2
  99. package/dist/core/ui/index.d.ts +107 -0
  100. package/dist/index.d.ts +5 -94
  101. package/dist/modules/docs/classes/PassportScan.d.ts +0 -2
  102. package/dist/sprof.js +11016 -11033
  103. package/dist/sprof.umd.cjs +35 -35
  104. package/dist/style.css +1 -1
  105. package/package.json +1 -1
  106. package/dist/core/classes/auth/AuthForm.d.ts +0 -30
  107. package/dist/core/classes/auth/indexNames.d.ts +0 -2
  108. package/dist/core/classes/auth/settings/AuthFormSettings.d.ts +0 -4
  109. package/dist/core/helpers/ui/index.d.ts +0 -5
  110. /package/dist/core/{classes/auth → auth}/Auth.d.ts +0 -0
  111. /package/dist/core/{classes/auth → auth}/AuthData.d.ts +0 -0
  112. /package/dist/core/{classes/auth → auth}/AuthModal.d.ts +0 -0
  113. /package/dist/core/{classes/auth → auth}/FormAuth.test.d.ts +0 -0
  114. /package/dist/core/{classes/auth → auth}/buttons/AuthButtonLogin.d.ts +0 -0
  115. /package/dist/core/{classes/auth → auth}/buttons/AuthButtonRegister.d.ts +0 -0
  116. /package/dist/core/{classes/auth → auth}/fields/PasswordRepeatField.d.ts +0 -0
  117. /package/dist/core/{classes/auth → auth}/index.d.ts +0 -0
  118. /package/dist/core/{classes/auth → auth}/types/AuthFormSettingsType.d.ts +0 -0
  119. /package/dist/core/{classes/auth → auth}/types/AuthFormStatuses.d.ts +0 -0
  120. /package/dist/core/{classes/auth → auth}/types/AuthMethods.d.ts +0 -0
  121. /package/dist/core/{classes/filters → ftsp}/Pagination.d.ts +0 -0
  122. /package/dist/core/{classes → ftsp}/SortModel.d.ts +0 -0
@@ -62,19 +62,19 @@ declare const _default: {
62
62
  type: globalThis.PropType<unknown>;
63
63
  };
64
64
  }>> & Readonly<{
65
- onChange?: ((...args: any[]) => any) | undefined;
66
65
  onClear?: ((...args: any[]) => any) | undefined;
66
+ onChange?: ((...args: any[]) => any) | undefined;
67
67
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
68
- change: (...args: any[]) => void;
69
68
  clear: (...args: any[]) => void;
69
+ change: (...args: any[]) => void;
70
70
  }, import('vue').PublicProps, {
71
- readonly: boolean;
72
71
  label: string;
73
- placeholder: string;
74
- margin: string;
75
- padding: string;
72
+ readonly: boolean;
76
73
  width: string;
74
+ margin: string;
77
75
  value: string;
76
+ placeholder: string;
77
+ padding: string;
78
78
  color: string;
79
79
  disabled: boolean;
80
80
  borderColor: string;
@@ -146,16 +146,16 @@ declare const _default: {
146
146
  type: globalThis.PropType<unknown>;
147
147
  };
148
148
  }>> & Readonly<{
149
- onChange?: ((...args: any[]) => any) | undefined;
150
149
  onClear?: ((...args: any[]) => any) | undefined;
150
+ onChange?: ((...args: any[]) => any) | undefined;
151
151
  }>, {}, {}, {}, {}, {
152
- readonly: boolean;
153
152
  label: string;
154
- placeholder: string;
155
- margin: string;
156
- padding: string;
153
+ readonly: boolean;
157
154
  width: string;
155
+ margin: string;
158
156
  value: string;
157
+ placeholder: string;
158
+ padding: string;
159
159
  color: string;
160
160
  disabled: boolean;
161
161
  borderColor: string;
@@ -224,19 +224,19 @@ declare const _default: {
224
224
  type: globalThis.PropType<unknown>;
225
225
  };
226
226
  }>> & Readonly<{
227
- onChange?: ((...args: any[]) => any) | undefined;
228
227
  onClear?: ((...args: any[]) => any) | undefined;
228
+ onChange?: ((...args: any[]) => any) | undefined;
229
229
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
230
- change: (...args: any[]) => void;
231
230
  clear: (...args: any[]) => void;
231
+ change: (...args: any[]) => void;
232
232
  }, string, {
233
- readonly: boolean;
234
233
  label: string;
235
- placeholder: string;
236
- margin: string;
237
- padding: string;
234
+ readonly: boolean;
238
235
  width: string;
236
+ margin: string;
239
237
  value: string;
238
+ placeholder: string;
239
+ padding: string;
240
240
  color: string;
241
241
  disabled: boolean;
242
242
  borderColor: string;
@@ -349,19 +349,19 @@ export declare const Default: StoryFn<{
349
349
  type: globalThis.PropType<unknown>;
350
350
  };
351
351
  }>> & Readonly<{
352
- onChange?: ((...args: any[]) => any) | undefined;
353
352
  onClear?: ((...args: any[]) => any) | undefined;
353
+ onChange?: ((...args: any[]) => any) | undefined;
354
354
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
355
- change: (...args: any[]) => void;
356
355
  clear: (...args: any[]) => void;
356
+ change: (...args: any[]) => void;
357
357
  }, import('vue').PublicProps, {
358
- readonly: boolean;
359
358
  label: string;
360
- placeholder: string;
361
- margin: string;
362
- padding: string;
359
+ readonly: boolean;
363
360
  width: string;
361
+ margin: string;
364
362
  value: string;
363
+ placeholder: string;
364
+ padding: string;
365
365
  color: string;
366
366
  disabled: boolean;
367
367
  borderColor: string;
@@ -433,16 +433,16 @@ export declare const Default: StoryFn<{
433
433
  type: globalThis.PropType<unknown>;
434
434
  };
435
435
  }>> & Readonly<{
436
- onChange?: ((...args: any[]) => any) | undefined;
437
436
  onClear?: ((...args: any[]) => any) | undefined;
437
+ onChange?: ((...args: any[]) => any) | undefined;
438
438
  }>, {}, {}, {}, {}, {
439
- readonly: boolean;
440
439
  label: string;
441
- placeholder: string;
442
- margin: string;
443
- padding: string;
440
+ readonly: boolean;
444
441
  width: string;
442
+ margin: string;
445
443
  value: string;
444
+ placeholder: string;
445
+ padding: string;
446
446
  color: string;
447
447
  disabled: boolean;
448
448
  borderColor: string;
@@ -511,19 +511,19 @@ export declare const Default: StoryFn<{
511
511
  type: globalThis.PropType<unknown>;
512
512
  };
513
513
  }>> & Readonly<{
514
- onChange?: ((...args: any[]) => any) | undefined;
515
514
  onClear?: ((...args: any[]) => any) | undefined;
515
+ onChange?: ((...args: any[]) => any) | undefined;
516
516
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
517
- change: (...args: any[]) => void;
518
517
  clear: (...args: any[]) => void;
518
+ change: (...args: any[]) => void;
519
519
  }, string, {
520
- readonly: boolean;
521
520
  label: string;
522
- placeholder: string;
523
- margin: string;
524
- padding: string;
521
+ readonly: boolean;
525
522
  width: string;
523
+ margin: string;
526
524
  value: string;
525
+ placeholder: string;
526
+ padding: string;
527
527
  color: string;
528
528
  disabled: boolean;
529
529
  borderColor: string;
@@ -58,8 +58,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
58
58
  type: globalThis.PropType<unknown>;
59
59
  };
60
60
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
61
- change: (...args: any[]) => void;
62
61
  clear: (...args: any[]) => void;
62
+ change: (...args: any[]) => void;
63
63
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
64
64
  label: {
65
65
  type: StringConstructor;
@@ -120,16 +120,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
120
120
  type: globalThis.PropType<unknown>;
121
121
  };
122
122
  }>> & Readonly<{
123
- onChange?: ((...args: any[]) => any) | undefined;
124
123
  onClear?: ((...args: any[]) => any) | undefined;
124
+ onChange?: ((...args: any[]) => any) | undefined;
125
125
  }>, {
126
- readonly: boolean;
127
126
  label: string;
128
- placeholder: string;
129
- margin: string;
130
- padding: string;
127
+ readonly: boolean;
131
128
  width: string;
129
+ margin: string;
132
130
  value: string;
131
+ placeholder: string;
132
+ padding: string;
133
133
  color: string;
134
134
  disabled: boolean;
135
135
  borderColor: string;
@@ -129,11 +129,11 @@ declare const _default: {
129
129
  onClick?: ((...args: any[]) => any) | undefined;
130
130
  }>, {
131
131
  string: string;
132
+ width: string;
133
+ margin: string;
132
134
  minWidth: string;
133
135
  background: string;
134
- margin: string;
135
136
  padding: string;
136
- width: string;
137
137
  fontSize: string;
138
138
  color: string;
139
139
  justifyContent: string;
@@ -333,11 +333,11 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
333
333
  onClick?: ((...args: any[]) => any) | undefined;
334
334
  }>, {
335
335
  string: string;
336
+ width: string;
337
+ margin: string;
336
338
  minWidth: string;
337
339
  background: string;
338
- margin: string;
339
340
  padding: string;
340
- width: string;
341
341
  fontSize: string;
342
342
  color: string;
343
343
  justifyContent: string;
@@ -126,11 +126,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
126
126
  onClick?: ((...args: any[]) => any) | undefined;
127
127
  }>, {
128
128
  string: string;
129
+ width: string;
130
+ margin: string;
129
131
  minWidth: string;
130
132
  background: string;
131
- margin: string;
132
133
  padding: string;
133
- width: string;
134
134
  fontSize: string;
135
135
  color: string;
136
136
  justifyContent: string;
@@ -19,8 +19,8 @@ declare const _default: {
19
19
  default: string;
20
20
  };
21
21
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
22
- margin: string;
23
22
  width: string;
23
+ margin: string;
24
24
  fontSize: string;
25
25
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
26
26
  P: {};
@@ -46,8 +46,8 @@ declare const _default: {
46
46
  default: string;
47
47
  };
48
48
  }>> & Readonly<{}>, {}, {}, {}, {}, {
49
- margin: string;
50
49
  width: string;
50
+ margin: string;
51
51
  fontSize: string;
52
52
  }>;
53
53
  __isFragment?: undefined;
@@ -70,8 +70,8 @@ declare const _default: {
70
70
  default: string;
71
71
  };
72
72
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
73
- margin: string;
74
73
  width: string;
74
+ margin: string;
75
75
  fontSize: string;
76
76
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
77
77
  $slots: {
@@ -121,8 +121,8 @@ export declare const Default: StoryFn<{
121
121
  default: string;
122
122
  };
123
123
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
124
- margin: string;
125
124
  width: string;
125
+ margin: string;
126
126
  fontSize: string;
127
127
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
128
128
  P: {};
@@ -148,8 +148,8 @@ export declare const Default: StoryFn<{
148
148
  default: string;
149
149
  };
150
150
  }>> & Readonly<{}>, {}, {}, {}, {}, {
151
- margin: string;
152
151
  width: string;
152
+ margin: string;
153
153
  fontSize: string;
154
154
  }>;
155
155
  __isFragment?: undefined;
@@ -172,8 +172,8 @@ export declare const Default: StoryFn<{
172
172
  default: string;
173
173
  };
174
174
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
175
- margin: string;
176
175
  width: string;
176
+ margin: string;
177
177
  fontSize: string;
178
178
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
179
179
  $slots: {
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
31
31
  default: string;
32
32
  };
33
33
  }>> & Readonly<{}>, {
34
- margin: string;
35
34
  width: string;
35
+ margin: string;
36
36
  fontSize: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
38
38
  thead?(_: {}): any;
@@ -37,11 +37,11 @@ declare const _default: {
37
37
  type: globalThis.PropType<string>;
38
38
  };
39
39
  }>> & Readonly<{
40
- onBlur?: ((...args: any[]) => any) | undefined;
41
40
  onInput?: ((...args: any[]) => any) | undefined;
41
+ onBlur?: ((...args: any[]) => any) | undefined;
42
42
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
43
- blur: (...args: any[]) => void;
44
43
  input: (...args: any[]) => void;
44
+ blur: (...args: any[]) => void;
45
45
  }, import('vue').PublicProps, {
46
46
  label: string;
47
47
  mask: string;
@@ -91,8 +91,8 @@ declare const _default: {
91
91
  type: globalThis.PropType<string>;
92
92
  };
93
93
  }>> & Readonly<{
94
- onBlur?: ((...args: any[]) => any) | undefined;
95
94
  onInput?: ((...args: any[]) => any) | undefined;
95
+ onBlur?: ((...args: any[]) => any) | undefined;
96
96
  }>, {}, {}, {}, {}, {
97
97
  label: string;
98
98
  mask: string;
@@ -139,11 +139,11 @@ declare const _default: {
139
139
  type: globalThis.PropType<string>;
140
140
  };
141
141
  }>> & Readonly<{
142
- onBlur?: ((...args: any[]) => any) | undefined;
143
142
  onInput?: ((...args: any[]) => any) | undefined;
143
+ onBlur?: ((...args: any[]) => any) | undefined;
144
144
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
145
- blur: (...args: any[]) => void;
146
145
  input: (...args: any[]) => void;
146
+ blur: (...args: any[]) => void;
147
147
  }, string, {
148
148
  label: string;
149
149
  mask: string;
@@ -229,11 +229,11 @@ export declare const Default: StoryFn<{
229
229
  type: globalThis.PropType<string>;
230
230
  };
231
231
  }>> & Readonly<{
232
- onBlur?: ((...args: any[]) => any) | undefined;
233
232
  onInput?: ((...args: any[]) => any) | undefined;
233
+ onBlur?: ((...args: any[]) => any) | undefined;
234
234
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
235
- blur: (...args: any[]) => void;
236
235
  input: (...args: any[]) => void;
236
+ blur: (...args: any[]) => void;
237
237
  }, import('vue').PublicProps, {
238
238
  label: string;
239
239
  mask: string;
@@ -283,8 +283,8 @@ export declare const Default: StoryFn<{
283
283
  type: globalThis.PropType<string>;
284
284
  };
285
285
  }>> & Readonly<{
286
- onBlur?: ((...args: any[]) => any) | undefined;
287
286
  onInput?: ((...args: any[]) => any) | undefined;
287
+ onBlur?: ((...args: any[]) => any) | undefined;
288
288
  }>, {}, {}, {}, {}, {
289
289
  label: string;
290
290
  mask: string;
@@ -331,11 +331,11 @@ export declare const Default: StoryFn<{
331
331
  type: globalThis.PropType<string>;
332
332
  };
333
333
  }>> & Readonly<{
334
- onBlur?: ((...args: any[]) => any) | undefined;
335
334
  onInput?: ((...args: any[]) => any) | undefined;
335
+ onBlur?: ((...args: any[]) => any) | undefined;
336
336
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
337
- blur: (...args: any[]) => void;
338
337
  input: (...args: any[]) => void;
338
+ blur: (...args: any[]) => void;
339
339
  }, string, {
340
340
  label: string;
341
341
  mask: string;
@@ -33,8 +33,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
33
33
  type: globalThis.PropType<string>;
34
34
  };
35
35
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
- blur: (...args: any[]) => void;
37
36
  input: (...args: any[]) => void;
37
+ blur: (...args: any[]) => void;
38
38
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
39
39
  label: {
40
40
  type: StringConstructor;
@@ -70,8 +70,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
70
70
  type: globalThis.PropType<string>;
71
71
  };
72
72
  }>> & Readonly<{
73
- onBlur?: ((...args: any[]) => any) | undefined;
74
73
  onInput?: ((...args: any[]) => any) | undefined;
74
+ onBlur?: ((...args: any[]) => any) | undefined;
75
75
  }>, {
76
76
  label: string;
77
77
  mask: string;
@@ -27,8 +27,8 @@ declare const _default: {
27
27
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
28
  open: (...args: any[]) => void;
29
29
  }, import('vue').PublicProps, {
30
- background: string;
31
30
  open: boolean;
31
+ background: string;
32
32
  sliderOffHeight: string;
33
33
  sliderOnHeight: string;
34
34
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -61,8 +61,8 @@ declare const _default: {
61
61
  }>> & Readonly<{
62
62
  onOpen?: ((...args: any[]) => any) | undefined;
63
63
  }>, {}, {}, {}, {}, {
64
- background: string;
65
64
  open: boolean;
65
+ background: string;
66
66
  sliderOffHeight: string;
67
67
  sliderOnHeight: string;
68
68
  }>;
@@ -94,8 +94,8 @@ declare const _default: {
94
94
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
95
95
  open: (...args: any[]) => void;
96
96
  }, string, {
97
- background: string;
98
97
  open: boolean;
98
+ background: string;
99
99
  sliderOffHeight: string;
100
100
  sliderOnHeight: string;
101
101
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -158,8 +158,8 @@ export declare const Default: StoryFn<{
158
158
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
159
159
  open: (...args: any[]) => void;
160
160
  }, import('vue').PublicProps, {
161
- background: string;
162
161
  open: boolean;
162
+ background: string;
163
163
  sliderOffHeight: string;
164
164
  sliderOnHeight: string;
165
165
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -192,8 +192,8 @@ export declare const Default: StoryFn<{
192
192
  }>> & Readonly<{
193
193
  onOpen?: ((...args: any[]) => any) | undefined;
194
194
  }>, {}, {}, {}, {}, {
195
- background: string;
196
195
  open: boolean;
196
+ background: string;
197
197
  sliderOffHeight: string;
198
198
  sliderOnHeight: string;
199
199
  }>;
@@ -225,8 +225,8 @@ export declare const Default: StoryFn<{
225
225
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
226
226
  open: (...args: any[]) => void;
227
227
  }, string, {
228
- background: string;
229
228
  open: boolean;
229
+ background: string;
230
230
  sliderOffHeight: string;
231
231
  sliderOnHeight: string;
232
232
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -43,8 +43,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
43
43
  }>> & Readonly<{
44
44
  onOpen?: ((...args: any[]) => any) | undefined;
45
45
  }>, {
46
- background: string;
47
46
  open: boolean;
47
+ background: string;
48
48
  sliderOffHeight: string;
49
49
  sliderOnHeight: string;
50
50
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
@@ -0,0 +1,91 @@
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 PTextarea } from './atoms/PTextarea/PTextarea.vue';
20
+ import { default as PTopSlider } from './atoms/PTopSlider/PTopSlider.vue';
21
+ import { default as AuthModal } from './AuthModal.vue';
22
+ import { default as CarouselImages } from './CarouselImages.vue';
23
+ import { default as ContextWindow } from './ContextWindow.vue';
24
+ import { default as DateInputRange } from './DateInputRange.vue';
25
+ import { default as DateInputRange_v2 } from './DateInputRange_v2.vue';
26
+ import { default as DropList } from './DropList.vue';
27
+ import { default as FilterCheckbox } from './FilterCheckbox.vue';
28
+ import { default as FiltersButtonsSelect } from './FiltersButtonsSelect.vue';
29
+ import { default as FilterSelect } from './FilterSelect.vue';
30
+ import { default as FTSPPanel } from './FTSPPanel.vue';
31
+ import { default as GeneralItem } from './GeneralItem.vue';
32
+ import { default as GridContainer } from './GridContainer.vue';
33
+ import { default as IconDownload } from './Icons/Filter/IconDownload.vue';
34
+ import { default as IconFilter } from './Icons/Filter/IconFilter.vue';
35
+ import { default as IconArrowLeft } from './Icons/IconArrowLeft.vue';
36
+ import { default as IconCheckDefault } from './Icons/IconCheckDefault.vue';
37
+ import { default as IconClose } from './Icons/IconClose.vue';
38
+ import { default as IconEdit } from './Icons/IconEdit.vue';
39
+ import { default as IconEmail } from './Icons/IconEmail.vue';
40
+ import { default as IconMove } from './Icons/IconMove.vue';
41
+ import { default as IconPhone } from './Icons/IconPhone.vue';
42
+ import { default as IconSearch } from './Icons/IconSearch.vue';
43
+ import { default as IconSelectArrow } from './Icons/IconSelectArrow.vue';
44
+ import { default as ArrowLeft } from './Icons/Pagination/ArrowLeft.vue';
45
+ import { default as ArrowRight } from './Icons/Pagination/ArrowRight.vue';
46
+ import { default as DoubleArrowLeft } from './Icons/Pagination/DoubleArrowLeft.vue';
47
+ import { default as DoubleArrowRight } from './Icons/Pagination/DoubleArrowRight.vue';
48
+ import { default as EllipsisSvg } from './Icons/Pagination/EllipsisSvg.vue';
49
+ import { default as ImageCropper } from './ImageCropper.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 AuthForm } from './organisms/AuthForm/AuthForm.vue';
62
+ import { default as PModal } from './organisms/PModal.vue';
63
+ import { default as PTabs } from './organisms/PTabs/PTabs.vue';
64
+ import { default as UploaderFile } from './organisms/UploaderFile/UploaderFile.vue';
65
+ import { default as AuthPage } from './pages/AuthPage.vue';
66
+ import { default as PageNotFound } from './pages/PageNotFound.vue';
67
+ import { default as PAutocomplete } from './PAutocomplete.vue';
68
+ import { default as PDialog } from './PDialog.vue';
69
+ import { default as PhoneForm } from './PhoneForm.vue';
70
+ import { default as PLoader } from './PLoader.vue';
71
+ import { default as PNotification } from './PNotification.vue';
72
+ import { default as PPagination } from './PPagination.vue';
73
+ import { default as RemoteSearch } from './RemoteSearch.vue';
74
+ import { default as ResearcheContainer } from './ResearcheContainer.vue';
75
+ import { default as RightSliderContainer } from './RightSliderContainer.vue';
76
+ import { default as RightTabsContainer } from './RightTabsContainer.vue';
77
+ import { default as SelectValueType } from './SelectValueType.vue';
78
+ import { default as SingleNameToggleForm } from './SingleNameToggleForm.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';
85
+ import { default as UploaderImage } from './UploaderImage.vue';
86
+ declare const servicesComponents: {
87
+ install: (app: {
88
+ component: (a: string, b: unknown) => void;
89
+ }) => void;
90
+ };
91
+ export { AdaptiveContainer, AdaptiveContainerHorizontal, AdminGallery, ArrowLeft, ArrowRight, AuthForm, AuthModal, AuthPage, 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, ImageCropper, InfoItem, InfoItemSelectButtons, LeftRightContainer, MessageBody, PAdd, PageNotFound, PAutocomplete, PButton, PCheckBox, PContainer, PContainerStickyHead, PDatePicker, PDel, PDialog, PFlex, PhoneForm, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PLoader, PModal, PNotification, PPagination, PRadio, PRightSlider, PSelect, PSticky, PString, PTabs, PTextarea, PTopSlider, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, servicesComponents, SingleNameToggleForm, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, UploaderFile, UploaderImage, VerticalCollapseContainer, };
@@ -104,8 +104,8 @@ declare const _default: {
104
104
  onChangeActiveId?: ((...args: any[]) => any) | undefined;
105
105
  }>, {
106
106
  title: string;
107
- background: string;
108
107
  margin: string;
108
+ background: string;
109
109
  padding: string;
110
110
  tabId: string;
111
111
  activeId: string;
@@ -258,8 +258,8 @@ 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;
262
+ background: string;
263
263
  padding: string;
264
264
  tabId: string;
265
265
  activeId: string;
@@ -102,8 +102,8 @@ 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;
106
+ background: string;
107
107
  padding: string;
108
108
  tabId: string;
109
109
  activeId: string;
@@ -51,10 +51,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
51
51
  default: number;
52
52
  };
53
53
  }>> & Readonly<{}>, {
54
+ margin: string;
54
55
  top: string;
55
56
  background: string;
56
57
  zIndex: number;
57
- margin: string;
58
58
  padding: string;
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
60
60
  title?(_: {}): any;
@@ -31,8 +31,8 @@ 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;
35
+ background: string;
36
36
  padding: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
38
38
  default?(_: {}): any;
@@ -51,10 +51,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
51
51
  default: number;
52
52
  };
53
53
  }>> & Readonly<{}>, {
54
+ margin: string;
54
55
  top: string;
55
56
  background: string;
56
57
  zIndex: number;
57
- margin: string;
58
58
  padding: string;
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
60
60
  title?(_: {}): any;
@@ -31,8 +31,8 @@ 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;
35
+ background: string;
36
36
  padding: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
38
38
  title?(_: {}): any;
@@ -29,8 +29,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
29
29
  }>> & Readonly<{
30
30
  onSubmit?: ((...args: any[]) => any) | undefined;
31
31
  }>, {
32
+ width: string;
32
33
  margin: string;
33
34
  padding: string;
34
- width: string;
35
35
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
36
  export default _default;
@@ -92,13 +92,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
92
92
  onSave?: ((...args: any[]) => any) | undefined;
93
93
  }>, {
94
94
  title: string;
95
- top: string;
95
+ width: string;
96
96
  margin: string;
97
+ top: string;
97
98
  padding: string;
98
- width: string;
99
99
  maxHeight: string;
100
- show: boolean;
101
100
  closable: boolean;
101
+ show: boolean;
102
102
  showClose: boolean;
103
103
  showCloseDialog: boolean;
104
104
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {