@fuentis/phoenix-ui 0.0.9-alpha.539 → 0.0.9-alpha.540

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.
package/index.d.ts CHANGED
@@ -1154,12 +1154,12 @@ interface MetaFieldConfig {
1154
1154
  key: string;
1155
1155
  type: MetaFieldType;
1156
1156
  placeholderKey?: string;
1157
+ options?: MetaOption[];
1157
1158
  };
1158
1159
  mandatory?: boolean;
1159
1160
  disable?: boolean;
1160
1161
  readOnly?: boolean;
1161
1162
  validators?: MetaValidators;
1162
- options?: MetaOption[];
1163
1163
  extra?: Record<string, any>;
1164
1164
  style: {
1165
1165
  colWidth: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuentis/phoenix-ui",
3
- "version": "0.0.9-alpha.539",
3
+ "version": "0.0.9-alpha.540",
4
4
  "description": "Phoenix UI Angular component library",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {