@draftbit/types
Advanced tools
Comparing version 41.0.1 to 41.0.2-26bfeb.10
@@ -463,2 +463,12 @@ "use strict"; | ||
}, | ||
disabled: { | ||
group: GROUPS.basic, | ||
label: "Disabled", | ||
description: "Whether the input should be disabled. Will prevent input and show a greyed out state.", | ||
formType: FORM_TYPES.boolean, | ||
propType: PROP_TYPES.BOOLEAN, | ||
defaultValue: null, | ||
editable: true, | ||
required: false | ||
}, | ||
editable: { | ||
@@ -465,0 +475,0 @@ group: GROUPS.advanced, |
@@ -382,2 +382,12 @@ // @ts-nocheck | ||
}, | ||
disabled: { | ||
group: GROUPS.basic, | ||
label: "Disabled", | ||
description: "Whether the input should be disabled. Will prevent input and show a greyed out state.", | ||
formType: FORM_TYPES.boolean, | ||
propType: PROP_TYPES.BOOLEAN, | ||
defaultValue: null, | ||
editable: true, | ||
required: false | ||
}, | ||
editable: { | ||
@@ -384,0 +394,0 @@ group: GROUPS.advanced, |
@@ -382,2 +382,12 @@ export declare const PROP_TYPES: { | ||
}; | ||
disabled: { | ||
group: string; | ||
label: string; | ||
description: string; | ||
formType: string; | ||
propType: string; | ||
defaultValue: null; | ||
editable: boolean; | ||
required: boolean; | ||
}; | ||
editable: { | ||
@@ -384,0 +394,0 @@ group: string; |
{ | ||
"name": "@draftbit/types", | ||
"version": "41.0.1", | ||
"version": "41.0.2-26bfeb.10+26bfeb5", | ||
"description": "Shared constants and types between native and core components", | ||
@@ -53,3 +53,3 @@ "main": "lib/commonjs/index.js", | ||
}, | ||
"gitHead": "0943816c9df31045a2ca946579ab73313b2d28c5" | ||
"gitHead": "26bfeb53a5763e46974c8699c04d5c59902c68fd" | ||
} |
@@ -343,2 +343,12 @@ export declare const PROP_TYPES: { | ||
}; | ||
disabled: { | ||
group: string; | ||
label: string; | ||
description: string; | ||
editable: boolean; | ||
required: boolean; | ||
defaultValue: null; | ||
formType: string; | ||
propType: string; | ||
}; | ||
editable: { | ||
@@ -345,0 +355,0 @@ group: string; |
@@ -420,2 +420,13 @@ // @ts-nocheck | ||
}, | ||
disabled: { | ||
group: GROUPS.basic, | ||
label: "Disabled", | ||
description: | ||
"Whether the input should be disabled. Will prevent input and show a greyed out state.", | ||
formType: FORM_TYPES.boolean, | ||
propType: PROP_TYPES.BOOLEAN, | ||
defaultValue: null, | ||
editable: true, | ||
required: false, | ||
}, | ||
editable: { | ||
@@ -422,0 +433,0 @@ group: GROUPS.advanced, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147522
2761
1
1