@apia/execution-react 4.0.46 → 4.0.50
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/dist/index.d.ts +1 -0
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ declare abstract class AbstractCustomComponent {
|
|
|
17
17
|
readonly PROPERTY_FORM_TAB: "frmTab";
|
|
18
18
|
readonly PROPERTY_FORM_DONT_FIRE: "frmDontFire";
|
|
19
19
|
readonly PROPERTY_FORM_READONLY: "readOnly";
|
|
20
|
+
readonly PROPERTY_FORM_INVISIBLE: "frmInvisible";
|
|
20
21
|
readonly TYPE_INPUT: "input";
|
|
21
22
|
readonly TYPE_SELECT: "select";
|
|
22
23
|
readonly TYPE_RADIO: "radio";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apia/execution-react",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.50",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"author": "Alexis Leite <alexisleite@live.com>",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"access": "public",
|
|
30
30
|
"registry": "https://registry.npmjs.org/"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "9d08b163f939d98211398165f1a926e82664f420",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@apia/execution": "^4.0.
|
|
35
|
-
"@apia/theme": "^4.0.
|
|
36
|
-
"@apia/util": "^4.0.
|
|
34
|
+
"@apia/execution": "^4.0.50",
|
|
35
|
+
"@apia/theme": "^4.0.50",
|
|
36
|
+
"@apia/util": "^4.0.50"
|
|
37
37
|
}
|
|
38
38
|
}
|