@solace-health/ui 0.9.35 → 0.9.37
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 +178 -174
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +145 -145
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -12,7 +12,7 @@ export { default as styled } from '@emotion/styled';
|
|
|
12
12
|
import * as _emotion_react from '@emotion/react';
|
|
13
13
|
import * as react_hook_form from 'react-hook-form';
|
|
14
14
|
import { UseFormReturn } from 'react-hook-form';
|
|
15
|
-
export { FormProvider, useFieldArray, useForm, useFormContext } from 'react-hook-form';
|
|
15
|
+
export { Controller, FormProvider, useFieldArray, useForm, useFormContext } from 'react-hook-form';
|
|
16
16
|
import { MenuDividerProps } from 'antd/es/menu';
|
|
17
17
|
import { MenuItemType } from 'antd/es/menu/hooks/useItems';
|
|
18
18
|
|
|
@@ -215,6 +215,7 @@ declare const _default$5: {
|
|
|
215
215
|
fill?: string | undefined;
|
|
216
216
|
className?: string | undefined;
|
|
217
217
|
}) => react_jsx_runtime.JSX.Element;
|
|
218
|
+
Filter: () => react_jsx_runtime.JSX.Element;
|
|
218
219
|
};
|
|
219
220
|
|
|
220
221
|
declare enum PillStatus {
|
|
@@ -541,11 +542,11 @@ declare const _default$2: {
|
|
|
541
542
|
formOptions?: react_hook_form.RegisterOptions<react_hook_form.FieldValues, string> | undefined;
|
|
542
543
|
id?: string | undefined;
|
|
543
544
|
}) => react_jsx_runtime.JSX.Element;
|
|
544
|
-
Select: ({ label, name, details, placeholder, options, allowInput, previewOnly, isLabelBold, formOptions, onChange, }: {
|
|
545
|
+
Select: ({ label, name, details, placeholder, options, allowInput, previewOnly, isLabelBold, formOptions, onChange, containerStyle, }: {
|
|
545
546
|
label?: string | JSX.Element | undefined;
|
|
546
547
|
name: string;
|
|
547
548
|
details?: string | undefined;
|
|
548
|
-
placeholder?:
|
|
549
|
+
placeholder?: any;
|
|
549
550
|
options: {
|
|
550
551
|
label: any;
|
|
551
552
|
value: string;
|
|
@@ -558,6 +559,7 @@ declare const _default$2: {
|
|
|
558
559
|
label: any;
|
|
559
560
|
value: string;
|
|
560
561
|
}) => void) | undefined;
|
|
562
|
+
containerStyle?: react.CSSProperties | undefined;
|
|
561
563
|
}) => react_jsx_runtime.JSX.Element;
|
|
562
564
|
Signature: ({ label, name, options, description, previewOnly, showIcon, ...inputProps }: {
|
|
563
565
|
[inputProps: string]: unknown;
|
package/dist/index.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export { default as styled } from '@emotion/styled';
|
|
|
12
12
|
import * as _emotion_react from '@emotion/react';
|
|
13
13
|
import * as react_hook_form from 'react-hook-form';
|
|
14
14
|
import { UseFormReturn } from 'react-hook-form';
|
|
15
|
-
export { FormProvider, useFieldArray, useForm, useFormContext } from 'react-hook-form';
|
|
15
|
+
export { Controller, FormProvider, useFieldArray, useForm, useFormContext } from 'react-hook-form';
|
|
16
16
|
import { MenuDividerProps } from 'antd/es/menu';
|
|
17
17
|
import { MenuItemType } from 'antd/es/menu/hooks/useItems';
|
|
18
18
|
|
|
@@ -215,6 +215,7 @@ declare const _default$5: {
|
|
|
215
215
|
fill?: string | undefined;
|
|
216
216
|
className?: string | undefined;
|
|
217
217
|
}) => react_jsx_runtime.JSX.Element;
|
|
218
|
+
Filter: () => react_jsx_runtime.JSX.Element;
|
|
218
219
|
};
|
|
219
220
|
|
|
220
221
|
declare enum PillStatus {
|
|
@@ -541,11 +542,11 @@ declare const _default$2: {
|
|
|
541
542
|
formOptions?: react_hook_form.RegisterOptions<react_hook_form.FieldValues, string> | undefined;
|
|
542
543
|
id?: string | undefined;
|
|
543
544
|
}) => react_jsx_runtime.JSX.Element;
|
|
544
|
-
Select: ({ label, name, details, placeholder, options, allowInput, previewOnly, isLabelBold, formOptions, onChange, }: {
|
|
545
|
+
Select: ({ label, name, details, placeholder, options, allowInput, previewOnly, isLabelBold, formOptions, onChange, containerStyle, }: {
|
|
545
546
|
label?: string | JSX.Element | undefined;
|
|
546
547
|
name: string;
|
|
547
548
|
details?: string | undefined;
|
|
548
|
-
placeholder?:
|
|
549
|
+
placeholder?: any;
|
|
549
550
|
options: {
|
|
550
551
|
label: any;
|
|
551
552
|
value: string;
|
|
@@ -558,6 +559,7 @@ declare const _default$2: {
|
|
|
558
559
|
label: any;
|
|
559
560
|
value: string;
|
|
560
561
|
}) => void) | undefined;
|
|
562
|
+
containerStyle?: react.CSSProperties | undefined;
|
|
561
563
|
}) => react_jsx_runtime.JSX.Element;
|
|
562
564
|
Signature: ({ label, name, options, description, previewOnly, showIcon, ...inputProps }: {
|
|
563
565
|
[inputProps: string]: unknown;
|