sprof 0.0.113 → 0.0.115

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.
@@ -1,9 +1,8 @@
1
- import { default as FileInfo } from '../../../core/classes/FileInfo';
2
1
  export default class PassportScan {
3
2
  id?: string;
4
3
  passportId?: string;
5
4
  fileInfoId?: string;
6
- fileInfo: FileInfo;
5
+ fileInfo: import('../../../core/classes/FileInfo').default;
7
6
  order: number;
8
7
  constructor(i?: PassportScan);
9
8
  static Create(passportId?: string): PassportScan;
@@ -1,13 +1,13 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  fieldFill: {
3
- type: any;
3
+ type: typeof import('../../classes').FieldFill;
4
4
  required: true;
5
5
  };
6
6
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  fill: (...args: any[]) => void;
8
8
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
9
9
  fieldFill: {
10
- type: any;
10
+ type: typeof import('../../classes').FieldFill;
11
11
  required: true;
12
12
  };
13
13
  }>> & Readonly<{
@@ -1,14 +1,14 @@
1
1
  declare const FiedlsComponents: {
2
2
  string: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  fieldFill: {
4
- type: any;
4
+ type: typeof import('../../classes').FieldFill;
5
5
  required: true;
6
6
  };
7
7
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
8
  fill: (...args: any[]) => void;
9
9
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
10
10
  fieldFill: {
11
- type: any;
11
+ type: typeof import('../../classes').FieldFill;
12
12
  required: true;
13
13
  };
14
14
  }>> & Readonly<{
@@ -16,14 +16,14 @@ declare const FiedlsComponents: {
16
16
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
17
  text: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
18
18
  fieldFill: {
19
- type: any;
19
+ type: typeof import('../../classes').FieldFill;
20
20
  required: true;
21
21
  };
22
22
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
23
  fill: (...args: any[]) => void;
24
24
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
25
25
  fieldFill: {
26
- type: any;
26
+ type: typeof import('../../classes').FieldFill;
27
27
  required: true;
28
28
  };
29
29
  }>> & Readonly<{
@@ -31,14 +31,14 @@ declare const FiedlsComponents: {
31
31
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
32
  number: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
33
33
  fieldFill: {
34
- type: any;
34
+ type: typeof import('../../classes').FieldFill;
35
35
  required: true;
36
36
  };
37
37
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
38
38
  fill: (...args: any[]) => void;
39
39
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
40
40
  fieldFill: {
41
- type: any;
41
+ type: typeof import('../../classes').FieldFill;
42
42
  required: true;
43
43
  };
44
44
  }>> & Readonly<{
@@ -46,14 +46,14 @@ declare const FiedlsComponents: {
46
46
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
47
47
  date: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
48
48
  fieldFill: {
49
- type: any;
49
+ type: typeof import('../../classes').FieldFill;
50
50
  required: true;
51
51
  };
52
52
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
53
53
  fill: (...args: any[]) => void;
54
54
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
55
55
  fieldFill: {
56
- type: any;
56
+ type: typeof import('../../classes').FieldFill;
57
57
  required: true;
58
58
  };
59
59
  }>> & Readonly<{
@@ -61,22 +61,22 @@ declare const FiedlsComponents: {
61
61
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
62
62
  radio: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
63
  fieldFill: {
64
- type: any;
64
+ type: typeof import('../../classes').FieldFill;
65
65
  required: true;
66
66
  };
67
67
  field: {
68
- type: any;
68
+ type: typeof import('../../classes').Field;
69
69
  required: true;
70
70
  };
71
71
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
72
72
  fill: (...args: any[]) => void;
73
73
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
74
74
  fieldFill: {
75
- type: any;
75
+ type: typeof import('../../classes').FieldFill;
76
76
  required: true;
77
77
  };
78
78
  field: {
79
- type: any;
79
+ type: typeof import('../../classes').Field;
80
80
  required: true;
81
81
  };
82
82
  }>> & Readonly<{
@@ -84,11 +84,11 @@ declare const FiedlsComponents: {
84
84
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
85
85
  set: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
86
86
  fieldFill: {
87
- type: any;
87
+ type: typeof import('../../classes').FieldFill;
88
88
  required: true;
89
89
  };
90
90
  field: {
91
- type: any;
91
+ type: typeof import('../../classes').Field;
92
92
  required: true;
93
93
  };
94
94
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -96,11 +96,11 @@ declare const FiedlsComponents: {
96
96
  "update:modelValue": (...args: any[]) => void;
97
97
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
98
98
  fieldFill: {
99
- type: any;
99
+ type: typeof import('../../classes').FieldFill;
100
100
  required: true;
101
101
  };
102
102
  field: {
103
- type: any;
103
+ type: typeof import('../../classes').Field;
104
104
  required: true;
105
105
  };
106
106
  }>> & Readonly<{
@@ -109,14 +109,14 @@ declare const FiedlsComponents: {
109
109
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
110
110
  file: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
111
111
  fieldFill: {
112
- type: any;
112
+ type: typeof import('../../classes').FieldFill;
113
113
  required: true;
114
114
  };
115
115
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
116
116
  fill: (...args: any[]) => void;
117
117
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
118
118
  fieldFill: {
119
- type: any;
119
+ type: typeof import('../../classes').FieldFill;
120
120
  required: true;
121
121
  };
122
122
  }>> & Readonly<{
@@ -124,22 +124,22 @@ declare const FiedlsComponents: {
124
124
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
125
125
  matrixRadio: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
126
126
  fieldFill: {
127
- type: any;
127
+ type: typeof import('../../classes').FieldFill;
128
128
  required: true;
129
129
  };
130
130
  field: {
131
- type: any;
131
+ type: typeof import('../../classes').Field;
132
132
  required: true;
133
133
  };
134
134
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
135
135
  fill: (...args: any[]) => void;
136
136
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
137
137
  fieldFill: {
138
- type: any;
138
+ type: typeof import('../../classes').FieldFill;
139
139
  required: true;
140
140
  };
141
141
  field: {
142
- type: any;
142
+ type: typeof import('../../classes').Field;
143
143
  required: true;
144
144
  };
145
145
  }>> & Readonly<{
@@ -147,22 +147,22 @@ declare const FiedlsComponents: {
147
147
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
148
148
  matrixSet: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
149
149
  fieldFill: {
150
- type: any;
150
+ type: typeof import('../../classes').FieldFill;
151
151
  required: true;
152
152
  };
153
153
  field: {
154
- type: any;
154
+ type: typeof import('../../classes').Field;
155
155
  required: true;
156
156
  };
157
157
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
158
158
  fill: (...args: any[]) => void;
159
159
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
160
160
  fieldFill: {
161
- type: any;
161
+ type: typeof import('../../classes').FieldFill;
162
162
  required: true;
163
163
  };
164
164
  field: {
165
- type: any;
165
+ type: typeof import('../../classes').Field;
166
166
  required: true;
167
167
  };
168
168
  }>> & Readonly<{
@@ -1,13 +1,13 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  fieldFill: {
3
- type: any;
3
+ type: typeof import('../../classes').FieldFill;
4
4
  required: true;
5
5
  };
6
6
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  fill: (...args: any[]) => void;
8
8
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
9
9
  fieldFill: {
10
- type: any;
10
+ type: typeof import('../../classes').FieldFill;
11
11
  required: true;
12
12
  };
13
13
  }>> & Readonly<{
@@ -1,21 +1,21 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  fieldFill: {
3
- type: any;
3
+ type: typeof import('../../classes').FieldFill;
4
4
  required: true;
5
5
  };
6
6
  field: {
7
- type: any;
7
+ type: typeof import('../../classes').Field;
8
8
  required: true;
9
9
  };
10
10
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
11
  fill: (...args: any[]) => void;
12
12
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
13
13
  fieldFill: {
14
- type: any;
14
+ type: typeof import('../../classes').FieldFill;
15
15
  required: true;
16
16
  };
17
17
  field: {
18
- type: any;
18
+ type: typeof import('../../classes').Field;
19
19
  required: true;
20
20
  };
21
21
  }>> & Readonly<{
@@ -1,21 +1,21 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  fieldFill: {
3
- type: any;
3
+ type: typeof import('../../classes').FieldFill;
4
4
  required: true;
5
5
  };
6
6
  field: {
7
- type: any;
7
+ type: typeof import('../../classes').Field;
8
8
  required: true;
9
9
  };
10
10
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
11
  fill: (...args: any[]) => void;
12
12
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
13
13
  fieldFill: {
14
- type: any;
14
+ type: typeof import('../../classes').FieldFill;
15
15
  required: true;
16
16
  };
17
17
  field: {
18
- type: any;
18
+ type: typeof import('../../classes').Field;
19
19
  required: true;
20
20
  };
21
21
  }>> & Readonly<{
@@ -1,13 +1,13 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  fieldFill: {
3
- type: any;
3
+ type: typeof import('../../classes').FieldFill;
4
4
  required: true;
5
5
  };
6
6
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  fill: (...args: any[]) => void;
8
8
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
9
9
  fieldFill: {
10
- type: any;
10
+ type: typeof import('../../classes').FieldFill;
11
11
  required: true;
12
12
  };
13
13
  }>> & Readonly<{
@@ -1,21 +1,21 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  fieldFill: {
3
- type: any;
3
+ type: typeof import('../../classes').FieldFill;
4
4
  required: true;
5
5
  };
6
6
  field: {
7
- type: any;
7
+ type: typeof import('../../classes').Field;
8
8
  required: true;
9
9
  };
10
10
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
11
  fill: (...args: any[]) => void;
12
12
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
13
13
  fieldFill: {
14
- type: any;
14
+ type: typeof import('../../classes').FieldFill;
15
15
  required: true;
16
16
  };
17
17
  field: {
18
- type: any;
18
+ type: typeof import('../../classes').Field;
19
19
  required: true;
20
20
  };
21
21
  }>> & Readonly<{
@@ -1,10 +1,10 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  fieldFill: {
3
- type: any;
3
+ type: typeof import('../../classes').FieldFill;
4
4
  required: true;
5
5
  };
6
6
  field: {
7
- type: any;
7
+ type: typeof import('../../classes').Field;
8
8
  required: true;
9
9
  };
10
10
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -12,11 +12,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
12
12
  "update:modelValue": (...args: any[]) => void;
13
13
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
14
14
  fieldFill: {
15
- type: any;
15
+ type: typeof import('../../classes').FieldFill;
16
16
  required: true;
17
17
  };
18
18
  field: {
19
- type: any;
19
+ type: typeof import('../../classes').Field;
20
20
  required: true;
21
21
  };
22
22
  }>> & Readonly<{
@@ -1,13 +1,13 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  fieldFill: {
3
- type: any;
3
+ type: typeof import('../../classes').FieldFill;
4
4
  required: true;
5
5
  };
6
6
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  fill: (...args: any[]) => void;
8
8
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
9
9
  fieldFill: {
10
- type: any;
10
+ type: typeof import('../../classes').FieldFill;
11
11
  required: true;
12
12
  };
13
13
  }>> & Readonly<{
@@ -1,13 +1,13 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  fieldFill: {
3
- type: any;
3
+ type: typeof import('../../classes').FieldFill;
4
4
  required: true;
5
5
  };
6
6
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  fill: (...args: any[]) => void;
8
8
  }, any, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
9
9
  fieldFill: {
10
- type: any;
10
+ type: typeof import('../../classes').FieldFill;
11
11
  required: true;
12
12
  };
13
13
  }>> & Readonly<{
@@ -5,45 +5,45 @@ declare const FiedlsEditsComponents: {
5
5
  date: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
6
  radio: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
7
7
  field: {
8
- type: any;
8
+ type: typeof import('../../../classes').Field;
9
9
  required: true;
10
10
  };
11
11
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
12
12
  field: {
13
- type: any;
13
+ type: typeof import('../../../classes').Field;
14
14
  required: true;
15
15
  };
16
16
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
17
  set: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
18
18
  field: {
19
- type: any;
19
+ type: typeof import('../../../classes').Field;
20
20
  required: true;
21
21
  };
22
22
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
23
23
  field: {
24
- type: any;
24
+ type: typeof import('../../../classes').Field;
25
25
  required: true;
26
26
  };
27
27
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
28
28
  matrixRadio: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
29
29
  field: {
30
- type: any;
30
+ type: typeof import('../../../classes').Field;
31
31
  required: true;
32
32
  };
33
33
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
34
34
  field: {
35
- type: any;
35
+ type: typeof import('../../../classes').Field;
36
36
  required: true;
37
37
  };
38
38
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
39
39
  matrixSet: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
40
40
  field: {
41
- type: any;
41
+ type: typeof import('../../../classes').Field;
42
42
  required: true;
43
43
  };
44
44
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
45
45
  field: {
46
- type: any;
46
+ type: typeof import('../../../classes').Field;
47
47
  required: true;
48
48
  };
49
49
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1,11 +1,11 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  field: {
3
- type: any;
3
+ type: typeof import('../../../classes').Field;
4
4
  required: true;
5
5
  };
6
6
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
7
7
  field: {
8
- type: any;
8
+ type: typeof import('../../../classes').Field;
9
9
  required: true;
10
10
  };
11
11
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1,11 +1,11 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  field: {
3
- type: any;
3
+ type: typeof import('../../../classes').Field;
4
4
  required: true;
5
5
  };
6
6
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
7
7
  field: {
8
- type: any;
8
+ type: typeof import('../../../classes').Field;
9
9
  required: true;
10
10
  };
11
11
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1,11 +1,11 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  field: {
3
- type: any;
3
+ type: typeof import('../../../classes').Field;
4
4
  required: true;
5
5
  };
6
6
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
7
7
  field: {
8
- type: any;
8
+ type: typeof import('../../../classes').Field;
9
9
  required: true;
10
10
  };
11
11
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1 +1,3 @@
1
+ export * as Docs from './docs/index';
2
+ export * as Forms from './forms/index';
1
3
  export * as Settings from './settings/index';