itube-specs 0.0.767 → 0.0.768

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.
@@ -64,7 +64,7 @@ export const reportFormsScheme: Array<IReportScheme> = [
64
64
  marginClass: '_mb-12'
65
65
  },
66
66
  {
67
- type: 'text',
67
+ type: 'email',
68
68
  value: 'from',
69
69
  label: 'email',
70
70
  hideLabel: true,
@@ -113,7 +113,7 @@ export const reportFormsScheme: Array<IReportScheme> = [
113
113
  marginClass: '_mb-12 _mt-4'
114
114
  },
115
115
  {
116
- type: 'text',
116
+ type: 'email',
117
117
  value: 'from',
118
118
  label: 'email',
119
119
  hideLabel: true,
@@ -153,7 +153,7 @@ export const reportFormsScheme: Array<IReportScheme> = [
153
153
  marginClass: '_mb-12 _mt-4'
154
154
  },
155
155
  {
156
- type: 'text',
156
+ type: 'email',
157
157
  value: 'from',
158
158
  label: 'email',
159
159
  hideLabel: true,
@@ -185,7 +185,7 @@ export const reportFormsScheme: Array<IReportScheme> = [
185
185
  marginClass: '_mb-12'
186
186
  })),
187
187
  {
188
- type: 'text',
188
+ type: 'email',
189
189
  value: 'from',
190
190
  label: 'email',
191
191
  hideLabel: true,
@@ -247,7 +247,7 @@ export const reportFormsScheme: Array<IReportScheme> = [
247
247
  marginClass: '_mt-4 _mb-12'
248
248
  },
249
249
  {
250
- type: 'text',
250
+ type: 'email',
251
251
  value: 'from',
252
252
  label: 'email',
253
253
  hideLabel: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "itube-specs",
3
3
  "type": "module",
4
- "version": "0.0.767",
4
+ "version": "0.0.768",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "./types/index.d.ts",
7
7
  "scripts": {