@vue-interface/input-field 1.0.0-beta.12 → 1.0.0-beta.14

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.
@@ -7,10 +7,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, impor
7
7
  type: BooleanConstructor;
8
8
  default: () => any;
9
9
  };
10
- controlClass: {
11
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
12
- default: undefined;
13
- };
14
10
  error: {
15
11
  type: (BooleanConstructor | StringConstructor | ArrayConstructor)[];
16
12
  default: undefined;
@@ -77,6 +73,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, impor
77
73
  isInvalid(): boolean;
78
74
  isValid(): boolean;
79
75
  componentName(): any;
76
+ controlClass(): any;
80
77
  controlAttributes(): any;
81
78
  controlClasses(): any;
82
79
  controlSizeClass(): string;
@@ -155,10 +152,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, impor
155
152
  type: BooleanConstructor;
156
153
  default: () => any;
157
154
  };
158
- controlClass: {
159
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
160
- default: undefined;
161
- };
162
155
  error: {
163
156
  type: (BooleanConstructor | StringConstructor | ArrayConstructor)[];
164
157
  default: undefined;
@@ -227,7 +220,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, impor
227
220
  feedback: string | unknown[];
228
221
  activity: boolean;
229
222
  animated: boolean;
230
- controlClass: string | unknown[] | Record<string, any>;
231
223
  formControlClass: string | unknown[] | Record<string, any>;
232
224
  group: boolean;
233
225
  helpText: string | number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-interface/input-field",
3
- "version": "1.0.0-beta.12",
3
+ "version": "1.0.0-beta.14",
4
4
  "description": "A Vue input field component.",
5
5
  "files": [
6
6
  "dist"
@@ -43,19 +43,18 @@
43
43
  },
44
44
  "homepage": "https://github.com/vue-interface/input-field/docs#readme",
45
45
  "dependencies": {
46
- "@vue-interface/activity-indicator": "^2.0.0-beta.10",
47
- "@vue-interface/form-control": "^1.0.0-beta.10"
46
+ "@vue-interface/activity-indicator": "^2.0.0-beta.15",
47
+ "@vue-interface/form-control": "^1.0.0-beta.20"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "vue": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@vitejs/plugin-vue": "^4.0.0",
54
- "@vue/eslint-config-typescript": "^11.0.2",
54
+ "@vue-interface/eslint-config": "^1.0.0-beta.1",
55
55
  "autoprefixer": "^10.4.2",
56
56
  "change-case": "^4.1.2",
57
57
  "eslint": "^8.28.0",
58
- "eslint-plugin-vue": "^9.8.0",
59
58
  "pascalcase": "^2.0.0",
60
59
  "postcss": "^8.4.6",
61
60
  "tailwindcss": "^3.0.18",