@raycast/api 1.37.0 → 1.37.1
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/api.d.ts +1 -0
- package/bin/arm64/ray +0 -0
- package/bin/x86/ray +0 -0
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
package/api.d.ts
CHANGED
|
@@ -3434,6 +3434,7 @@ export declare interface FormProps extends Form.Props {
|
|
|
3434
3434
|
declare interface FormProps_2 extends ActionsInterface, NavigationChildInterface {
|
|
3435
3435
|
/**
|
|
3436
3436
|
* Defines whether the Form.Items values will be preserved when user exits the screen.
|
|
3437
|
+
* @remarks Keep in mind that drafts for forms nested in navigation is not supported yet. In the case you will see a warning about it.
|
|
3437
3438
|
* @defaultValue `false`
|
|
3438
3439
|
*/
|
|
3439
3440
|
enableDrafts?: boolean;
|
package/bin/arm64/ray
CHANGED
|
Binary file
|
package/bin/x86/ray
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -3434,6 +3434,7 @@ export declare interface FormProps extends Form.Props {
|
|
|
3434
3434
|
declare interface FormProps_2 extends ActionsInterface, NavigationChildInterface {
|
|
3435
3435
|
/**
|
|
3436
3436
|
* Defines whether the Form.Items values will be preserved when user exits the screen.
|
|
3437
|
+
* @remarks Keep in mind that drafts for forms nested in navigation is not supported yet. In the case you will see a warning about it.
|
|
3437
3438
|
* @defaultValue `false`
|
|
3438
3439
|
*/
|
|
3439
3440
|
enableDrafts?: boolean;
|