@pdg/react-form 1.0.163 → 1.0.164
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -9077,7 +9077,7 @@ FormDateRangePicker.displayName = 'FormDateRangePicker';var LinkDialog = functio
|
|
|
9077
9077
|
ref.focus();
|
|
9078
9078
|
}
|
|
9079
9079
|
inputRef.current = ref;
|
|
9080
|
-
}, name: 'form-file-link-url', label: '\uB9C1\uD06C URL', value: value, required: true, style: { marginTop: 15 }, onChange: setValue }))),
|
|
9080
|
+
}, name: 'form-file-link-url', label: '\uB9C1\uD06C URL', value: value, required: true, fullWidth: true, style: { marginTop: 15 }, onChange: setValue }))),
|
|
9081
9081
|
React.createElement(DialogActions, null,
|
|
9082
9082
|
React.createElement(Button, { variant: 'text', onClick: handleCancel }, "\uCDE8\uC18C"),
|
|
9083
9083
|
React.createElement(Button, { variant: 'text', onClick: handleSubmit }, "\uD655\uC778"))));
|
package/dist/index.js
CHANGED
|
@@ -9077,7 +9077,7 @@ FormDateRangePicker.displayName = 'FormDateRangePicker';var LinkDialog = functio
|
|
|
9077
9077
|
ref.focus();
|
|
9078
9078
|
}
|
|
9079
9079
|
inputRef.current = ref;
|
|
9080
|
-
}, name: 'form-file-link-url', label: '\uB9C1\uD06C URL', value: value, required: true, style: { marginTop: 15 }, onChange: setValue }))),
|
|
9080
|
+
}, name: 'form-file-link-url', label: '\uB9C1\uD06C URL', value: value, required: true, fullWidth: true, style: { marginTop: 15 }, onChange: setValue }))),
|
|
9081
9081
|
React.createElement(material.DialogActions, null,
|
|
9082
9082
|
React.createElement(material.Button, { variant: 'text', onClick: handleCancel }, "\uCDE8\uC18C"),
|
|
9083
9083
|
React.createElement(material.Button, { variant: 'text', onClick: handleSubmit }, "\uD655\uC778"))));
|