@elementor/editor-controls 4.1.0-804 → 4.1.0-806
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.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/hooks/use-form-field-suggestions.ts +7 -1
package/dist/index.mjs
CHANGED
|
@@ -7664,7 +7664,13 @@ import { __ as __53 } from "@wordpress/i18n";
|
|
|
7664
7664
|
import { getContainer, getSelectedElements as getSelectedElements3 } from "@elementor/editor-elements";
|
|
7665
7665
|
import { isTransformable as isTransformable3 } from "@elementor/editor-props";
|
|
7666
7666
|
import { __privateUseListenTo as useListenTo, commandEndEvent, v1ReadyEvent } from "@elementor/editor-v1-adapters";
|
|
7667
|
-
var FORM_FIELD_WIDGET_TYPES = [
|
|
7667
|
+
var FORM_FIELD_WIDGET_TYPES = [
|
|
7668
|
+
"e-form-input",
|
|
7669
|
+
"e-form-textarea",
|
|
7670
|
+
"e-form-checkbox",
|
|
7671
|
+
"e-form-radio-button",
|
|
7672
|
+
"e-form-select"
|
|
7673
|
+
];
|
|
7668
7674
|
function useFormFieldSuggestions(options) {
|
|
7669
7675
|
return useListenTo(
|
|
7670
7676
|
[
|