@raycast/api 1.33.1 → 1.33.2
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/bin/arm64/ray +0 -0
- package/bin/x86/ray +0 -0
- package/package.json +1 -1
- package/types/index.d.ts +10 -10
package/bin/arm64/ray
CHANGED
|
Binary file
|
package/bin/x86/ray
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1880,7 +1880,7 @@ export declare namespace Form {
|
|
|
1880
1880
|
export type Props = FormProps_2;
|
|
1881
1881
|
/**
|
|
1882
1882
|
* A Ref Type for the {@link Form.TextField}.
|
|
1883
|
-
* Use refs to control your Form by calling
|
|
1883
|
+
* Use refs to control your Form by calling `Form.TextField.focus()` or `Form.TextField.reset()` functions.
|
|
1884
1884
|
*
|
|
1885
1885
|
* @example
|
|
1886
1886
|
* Using Ref to focus {@link Form.TextField}.
|
|
@@ -1953,7 +1953,7 @@ export declare namespace Form {
|
|
|
1953
1953
|
}
|
|
1954
1954
|
/**
|
|
1955
1955
|
* A Ref Type for the {@link Form.PasswordField}.
|
|
1956
|
-
* Use refs to control your Form by calling
|
|
1956
|
+
* Use refs to control your Form by calling `Form.PasswordField.focus()` or `Form.PasswordField.reset()` functions.
|
|
1957
1957
|
*
|
|
1958
1958
|
* @example
|
|
1959
1959
|
* Using Ref to focus {@link Form.PasswordField}.
|
|
@@ -2026,7 +2026,7 @@ export declare namespace Form {
|
|
|
2026
2026
|
}
|
|
2027
2027
|
/**
|
|
2028
2028
|
* A Ref Type for the {@link Form.TextArea}.
|
|
2029
|
-
* Use refs to control your Form by calling
|
|
2029
|
+
* Use refs to control your Form by calling `Form.TextArea.focus()` or `Form.TextArea.reset()` functions.
|
|
2030
2030
|
*
|
|
2031
2031
|
* @example
|
|
2032
2032
|
* Using Ref to focus {@link Form.TextArea}.
|
|
@@ -2111,7 +2111,7 @@ export declare namespace Form {
|
|
|
2111
2111
|
}
|
|
2112
2112
|
/**
|
|
2113
2113
|
* A Ref Type for the {@link Form.Checkbox}.
|
|
2114
|
-
* Use refs to control your Form by calling
|
|
2114
|
+
* Use refs to control your Form by calling `Form.Checkbox.focus()` or `Form.Checkbox.reset()` functions.
|
|
2115
2115
|
*
|
|
2116
2116
|
* @example
|
|
2117
2117
|
* Using Ref to focus {@link Form.Checkbox}.
|
|
@@ -2186,7 +2186,7 @@ export declare namespace Form {
|
|
|
2186
2186
|
}
|
|
2187
2187
|
/**
|
|
2188
2188
|
* A Ref Type for the {@link Form.DatePicker}.
|
|
2189
|
-
* Use refs to control your Form by calling
|
|
2189
|
+
* Use refs to control your Form by calling `Form.DatePicker.focus()` or `Form.DatePicker.reset()` functions.
|
|
2190
2190
|
*
|
|
2191
2191
|
* @example
|
|
2192
2192
|
* Using Ref to focus {@link Form.DatePicker}.
|
|
@@ -2261,7 +2261,7 @@ export declare namespace Form {
|
|
|
2261
2261
|
}
|
|
2262
2262
|
/**
|
|
2263
2263
|
* A Ref Type for the {@link Form.Dropdown}.
|
|
2264
|
-
* Use refs to control your Form by calling
|
|
2264
|
+
* Use refs to control your Form by calling `Form.Dropdown.focus()` or `Form.Dropdown.reset()` functions.
|
|
2265
2265
|
*
|
|
2266
2266
|
* @example
|
|
2267
2267
|
* Using Ref to focus {@link Form.Dropdown}.
|
|
@@ -2356,7 +2356,7 @@ export declare namespace Form {
|
|
|
2356
2356
|
}
|
|
2357
2357
|
/**
|
|
2358
2358
|
* A Ref Type for the {@link Form.TagPicker}.
|
|
2359
|
-
* Use refs to control your Form by calling
|
|
2359
|
+
* Use refs to control your Form by calling `Form.TagPicker.focus()` or `Form.TagPicker.reset()` functions.
|
|
2360
2360
|
*
|
|
2361
2361
|
* @example
|
|
2362
2362
|
* Using Ref to focus {@link Form.TagPicker}.
|
|
@@ -5148,7 +5148,7 @@ export declare function popToRoot(options?: {
|
|
|
5148
5148
|
}): Promise<void>;
|
|
5149
5149
|
|
|
5150
5150
|
/**
|
|
5151
|
-
* @deprecated Use {@link getPreferenceValues
|
|
5151
|
+
* @deprecated Use {@link getPreferenceValues} instead.
|
|
5152
5152
|
*/
|
|
5153
5153
|
export declare interface Preference extends Preference_2 {
|
|
5154
5154
|
}
|
|
@@ -5220,12 +5220,12 @@ declare interface Preference_2 {
|
|
|
5220
5220
|
}
|
|
5221
5221
|
|
|
5222
5222
|
/**
|
|
5223
|
-
* @deprecated Use {@link getPreferenceValues
|
|
5223
|
+
* @deprecated Use {@link getPreferenceValues} instead.
|
|
5224
5224
|
*/
|
|
5225
5225
|
export declare type Preferences = Preferences_2;
|
|
5226
5226
|
|
|
5227
5227
|
/**
|
|
5228
|
-
* @deprecated Use {@link getPreferenceValues
|
|
5228
|
+
* @deprecated Use {@link getPreferenceValues} instead.
|
|
5229
5229
|
*/
|
|
5230
5230
|
export declare const preferences: Preferences_2;
|
|
5231
5231
|
|