@solace-health/ui 0.9.63 → 0.9.64
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.cjs +204 -185
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +174 -155
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -592,7 +592,7 @@ declare const _default$2: {
|
|
|
592
592
|
}) => void) | undefined;
|
|
593
593
|
containerStyle?: react.CSSProperties | undefined;
|
|
594
594
|
}) => react_jsx_runtime.JSX.Element;
|
|
595
|
-
SelectMenu: ({ label, name, details, placeholder, className, options, disabled, mode, previewOnly, isLabelBold, formOptions, onChange, containerStyle, allowClear, loading, value, errorMessage, defaultValue, }: {
|
|
595
|
+
SelectMenu: ({ label, name, details, placeholder, className, options, disabled, mode, previewOnly, isLabelBold, formOptions, onChange, showPreview, containerStyle, allowClear, loading, value, errorMessage, defaultValue, }: {
|
|
596
596
|
label?: string | JSX.Element | undefined;
|
|
597
597
|
name: string;
|
|
598
598
|
details?: string | undefined;
|
|
@@ -604,6 +604,7 @@ declare const _default$2: {
|
|
|
604
604
|
formOptions?: react_hook_form.RegisterOptions<react_hook_form.FieldValues, string> | undefined;
|
|
605
605
|
disabled?: boolean | undefined;
|
|
606
606
|
previewOnly?: boolean | undefined;
|
|
607
|
+
showPreview?: boolean | undefined;
|
|
607
608
|
isLabelBold?: boolean | undefined;
|
|
608
609
|
onChange?: (({ value, label }: {
|
|
609
610
|
label: react.ReactNode;
|
package/dist/index.d.ts
CHANGED
|
@@ -592,7 +592,7 @@ declare const _default$2: {
|
|
|
592
592
|
}) => void) | undefined;
|
|
593
593
|
containerStyle?: react.CSSProperties | undefined;
|
|
594
594
|
}) => react_jsx_runtime.JSX.Element;
|
|
595
|
-
SelectMenu: ({ label, name, details, placeholder, className, options, disabled, mode, previewOnly, isLabelBold, formOptions, onChange, containerStyle, allowClear, loading, value, errorMessage, defaultValue, }: {
|
|
595
|
+
SelectMenu: ({ label, name, details, placeholder, className, options, disabled, mode, previewOnly, isLabelBold, formOptions, onChange, showPreview, containerStyle, allowClear, loading, value, errorMessage, defaultValue, }: {
|
|
596
596
|
label?: string | JSX.Element | undefined;
|
|
597
597
|
name: string;
|
|
598
598
|
details?: string | undefined;
|
|
@@ -604,6 +604,7 @@ declare const _default$2: {
|
|
|
604
604
|
formOptions?: react_hook_form.RegisterOptions<react_hook_form.FieldValues, string> | undefined;
|
|
605
605
|
disabled?: boolean | undefined;
|
|
606
606
|
previewOnly?: boolean | undefined;
|
|
607
|
+
showPreview?: boolean | undefined;
|
|
607
608
|
isLabelBold?: boolean | undefined;
|
|
608
609
|
onChange?: (({ value, label }: {
|
|
609
610
|
label: react.ReactNode;
|