sprof 0.0.109 → 0.0.111

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.
@@ -53,9 +53,9 @@ declare const _default: Meta<{
53
53
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
54
54
  click: (...args: any[]) => void;
55
55
  }, import('vue').PublicProps, {
56
- text: string;
57
56
  type: Statuses;
58
57
  size: Sizes;
58
+ text: string;
59
59
  width: string;
60
60
  margin: string;
61
61
  height: string;
@@ -118,9 +118,9 @@ declare const _default: Meta<{
118
118
  }>> & Readonly<{
119
119
  onClick?: ((...args: any[]) => any) | undefined;
120
120
  }>, {}, {}, {}, {}, {
121
- text: string;
122
121
  type: Statuses;
123
122
  size: Sizes;
123
+ text: string;
124
124
  width: string;
125
125
  margin: string;
126
126
  height: string;
@@ -182,9 +182,9 @@ declare const _default: Meta<{
182
182
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
183
183
  click: (...args: any[]) => void;
184
184
  }, string, {
185
- text: string;
186
185
  type: Statuses;
187
186
  size: Sizes;
187
+ text: string;
188
188
  width: string;
189
189
  margin: string;
190
190
  height: string;
@@ -249,9 +249,9 @@ export declare const Base: StoryFn<{
249
249
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
250
250
  click: (...args: any[]) => void;
251
251
  }, import('vue').PublicProps, {
252
- text: string;
253
252
  type: Statuses;
254
253
  size: Sizes;
254
+ text: string;
255
255
  width: string;
256
256
  margin: string;
257
257
  height: string;
@@ -314,9 +314,9 @@ export declare const Base: StoryFn<{
314
314
  }>> & Readonly<{
315
315
  onClick?: ((...args: any[]) => any) | undefined;
316
316
  }>, {}, {}, {}, {}, {
317
- text: string;
318
317
  type: Statuses;
319
318
  size: Sizes;
319
+ text: string;
320
320
  width: string;
321
321
  margin: string;
322
322
  height: string;
@@ -378,9 +378,9 @@ export declare const Base: StoryFn<{
378
378
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
379
379
  click: (...args: any[]) => void;
380
380
  }, string, {
381
- text: string;
382
381
  type: Statuses;
383
382
  size: Sizes;
383
+ text: string;
384
384
  width: string;
385
385
  margin: string;
386
386
  height: string;
@@ -97,9 +97,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
97
97
  }>> & Readonly<{
98
98
  onClick?: ((...args: any[]) => any) | undefined;
99
99
  }>, {
100
- text: string;
101
100
  type: Statuses;
102
101
  size: Sizes;
102
+ text: string;
103
103
  width: string;
104
104
  margin: string;
105
105
  height: string;
@@ -65,8 +65,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
65
65
  onInput?: ((...args: any[]) => any) | undefined;
66
66
  onBlur?: ((...args: any[]) => any) | undefined;
67
67
  }>, {
68
- text: string;
69
68
  label: string;
69
+ text: string;
70
70
  margin: string;
71
71
  placeholder: string;
72
72
  padding: string;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export * as PFM from './modules/index';
2
2
  export { default as PF } from './core/index';
3
3
  export declare const pfName: string[];
4
- export * from './core/auth/index';
5
4
  export * from './core/components/index';
@@ -1,7 +1,9 @@
1
+ import { default as FileInfo } from '../../../core/classes/FileInfo';
1
2
  export default class PassportScan {
2
3
  id?: string;
3
4
  passportId?: string;
4
5
  fileInfoId?: string;
6
+ fileInfo: FileInfo;
5
7
  order: number;
6
8
  constructor(i?: PassportScan);
7
9
  static Create(passportId?: string): PassportScan;
@@ -1,2 +1,3 @@
1
+ export * as Docs from './docs/index';
1
2
  export * as Forms from './forms/index';
2
3
  export * as Settings from './settings/index';