@vulcanjs/react-ui 0.6.3 → 0.6.4-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,8 @@
1
+ export declare const makeAutocomplete: (field: any, options: {
2
+ autocompletePropertyName: string;
3
+ fragmentName?: string;
4
+ valuePropertyName?: string;
5
+ multi?: boolean;
6
+ queryResolverName?: string;
7
+ }) => any;
8
+ //# sourceMappingURL=autocomplete.d.ts.map
@@ -0,0 +1,4 @@
1
+ export * from "./likert";
2
+ export * from "./checkboxgroup";
3
+ export * from "./radiogroup";
4
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulcanjs/react-ui",
3
- "version": "0.6.3",
3
+ "version": "0.6.4-alpha.2",
4
4
  "description": "Vulcan UI components for React",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -23,15 +23,15 @@
23
23
  "author": "",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@vulcanjs/core": "^0.6.2",
27
- "@vulcanjs/graphql": "^0.6.3",
28
- "@vulcanjs/i18n": "^0.6.2",
29
- "@vulcanjs/model": "^0.6.2",
30
- "@vulcanjs/permissions": "^0.6.2",
31
- "@vulcanjs/react-hooks": "^0.6.3",
32
- "@vulcanjs/react-i18n": "^0.6.2",
26
+ "@vulcanjs/core": "^0.6.4-alpha.0",
27
+ "@vulcanjs/graphql": "^0.6.4-alpha.2",
28
+ "@vulcanjs/i18n": "^0.6.4-alpha.0",
29
+ "@vulcanjs/model": "^0.6.4-alpha.0",
30
+ "@vulcanjs/permissions": "^0.6.4-alpha.0",
31
+ "@vulcanjs/react-hooks": "^0.6.4-alpha.2",
32
+ "@vulcanjs/react-i18n": "^0.6.4-alpha.0",
33
33
  "@vulcanjs/schema": "^0.6.2",
34
- "@vulcanjs/utils": "^0.6.2",
34
+ "@vulcanjs/utils": "^0.6.4-alpha.0",
35
35
  "classnames": "^2.3.1",
36
36
  "debug": "^4.3.1",
37
37
  "lodash": "^4.17.21",
@@ -52,5 +52,5 @@
52
52
  "@types/underscore": "^1.11.1",
53
53
  "graphql": "^15.5.0"
54
54
  },
55
- "gitHead": "b5749cc39e4b674926b4351c949c2cde872103c3"
55
+ "gitHead": "6fc85d13e84b2940863fe1949338d4f79cf788de"
56
56
  }