elseware-ui 3.0.5 → 3.0.7
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/LICENSE +20 -20
- package/dist/index.css +60 -144
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +9 -39
- package/dist/index.d.ts +9 -39
- package/dist/index.js +862 -361
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +858 -357
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.d.mts +13 -3
- package/dist/index.native.d.ts +13 -3
- package/dist/index.native.js +1011 -214
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +1008 -216
- package/dist/index.native.mjs.map +1 -1
- package/dist/{resolveGlobalConfigs-PbcnVEZr.d.mts → resolveGlobalConfigs-C0BREpe1.d.mts} +93 -1
- package/dist/{resolveGlobalConfigs-PbcnVEZr.d.ts → resolveGlobalConfigs-C0BREpe1.d.ts} +93 -1
- package/package.json +1 -1
package/dist/index.native.d.mts
CHANGED
|
@@ -1,20 +1,30 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { B as ButtonProps, C as CheckboxProps, F as FormProps, a as FormResponseProps, I as InputProps, b as
|
|
3
|
-
export {
|
|
2
|
+
import { B as ButtonProps, C as CheckboxProps, D as DateSelectorProps, F as FormProps, a as FormResponseProps, I as InputProps, b as InputFileProps, c as InputLabelProps, d as InputResponseProps, S as SelectProps, T as TagsProps, e as TextAreaProps } from './resolveGlobalConfigs-C0BREpe1.mjs';
|
|
3
|
+
export { f as BaseDateSelectorProps, g as BaseSelectProps, h as BaseTagsProps, i as BaseTextAreaProps, j as ButtonIcon, k as ButtonMode, l as CheckboxColumns, m as CheckboxOption, E as EUIComponentDefaults, n as EUIConfigs, o as EUIProvider, p as EUIRoute, q as FormChangeMeta, r as FormChildren, s as InputFilePicker, t as InputFileValue, N as NativeInputFileValue, u as SelectOption, v as SelectOptionValue, w as resolveWithGlobal, x as useEUIConfig } from './resolveGlobalConfigs-C0BREpe1.mjs';
|
|
4
4
|
import { FormikValues } from 'formik';
|
|
5
5
|
|
|
6
6
|
declare function Button({ icon, text, children, loading, disabled, block, compact, mode, contentClassName, labelClassName, className, variant, appearance, shape, size, accessibilityRole, accessibilityState, type: _type, onClick: _onClick, onMouseMove: _onMouseMove, onPress, ...rest }: ButtonProps): React.JSX.Element;
|
|
7
7
|
|
|
8
8
|
declare function Checkbox(checkboxProps: CheckboxProps): React.JSX.Element;
|
|
9
9
|
|
|
10
|
+
declare function DateSelector(dateSelectorProps: DateSelectorProps): React.JSX.Element;
|
|
11
|
+
|
|
10
12
|
declare function Form<Values extends FormikValues = FormikValues>({ initialValues, validationSchema, enableReinitialize, children, className, contentClassName, onSubmit, onChange, onDirtyChange, }: FormProps<Values>): React.JSX.Element;
|
|
11
13
|
|
|
12
14
|
declare function FormResponse({ text, variant, shape, size, className, textClassName, }: FormResponseProps): React.JSX.Element | null;
|
|
13
15
|
|
|
14
16
|
declare function Input(inputProps: InputProps): React.JSX.Element;
|
|
15
17
|
|
|
18
|
+
declare function InputFile(inputFileProps: InputFileProps): React.JSX.Element;
|
|
19
|
+
|
|
16
20
|
declare function InputLabel({ text, children, className, floating, errored, disabled, animatedValue, }: InputLabelProps): React.JSX.Element;
|
|
17
21
|
|
|
18
22
|
declare function InputResponse({ name, visibility, variant, className, message, }: InputResponseProps): React.JSX.Element | null;
|
|
19
23
|
|
|
20
|
-
|
|
24
|
+
declare function Select(selectProps: SelectProps): React.JSX.Element;
|
|
25
|
+
|
|
26
|
+
declare function Tags(tagsProps: TagsProps): React.JSX.Element;
|
|
27
|
+
|
|
28
|
+
declare function TextArea(textAreaProps: TextAreaProps): React.JSX.Element;
|
|
29
|
+
|
|
30
|
+
export { Button, ButtonProps, Checkbox, CheckboxProps, DateSelector, DateSelectorProps, Form, FormProps, FormResponse, FormResponseProps, Input, InputFile, InputFileProps, InputLabel, InputLabelProps, InputProps, InputResponse, InputResponseProps, Select, SelectProps, Tags, TagsProps, TextArea, TextAreaProps };
|
package/dist/index.native.d.ts
CHANGED
|
@@ -1,20 +1,30 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { B as ButtonProps, C as CheckboxProps, F as FormProps, a as FormResponseProps, I as InputProps, b as
|
|
3
|
-
export {
|
|
2
|
+
import { B as ButtonProps, C as CheckboxProps, D as DateSelectorProps, F as FormProps, a as FormResponseProps, I as InputProps, b as InputFileProps, c as InputLabelProps, d as InputResponseProps, S as SelectProps, T as TagsProps, e as TextAreaProps } from './resolveGlobalConfigs-C0BREpe1.js';
|
|
3
|
+
export { f as BaseDateSelectorProps, g as BaseSelectProps, h as BaseTagsProps, i as BaseTextAreaProps, j as ButtonIcon, k as ButtonMode, l as CheckboxColumns, m as CheckboxOption, E as EUIComponentDefaults, n as EUIConfigs, o as EUIProvider, p as EUIRoute, q as FormChangeMeta, r as FormChildren, s as InputFilePicker, t as InputFileValue, N as NativeInputFileValue, u as SelectOption, v as SelectOptionValue, w as resolveWithGlobal, x as useEUIConfig } from './resolveGlobalConfigs-C0BREpe1.js';
|
|
4
4
|
import { FormikValues } from 'formik';
|
|
5
5
|
|
|
6
6
|
declare function Button({ icon, text, children, loading, disabled, block, compact, mode, contentClassName, labelClassName, className, variant, appearance, shape, size, accessibilityRole, accessibilityState, type: _type, onClick: _onClick, onMouseMove: _onMouseMove, onPress, ...rest }: ButtonProps): React.JSX.Element;
|
|
7
7
|
|
|
8
8
|
declare function Checkbox(checkboxProps: CheckboxProps): React.JSX.Element;
|
|
9
9
|
|
|
10
|
+
declare function DateSelector(dateSelectorProps: DateSelectorProps): React.JSX.Element;
|
|
11
|
+
|
|
10
12
|
declare function Form<Values extends FormikValues = FormikValues>({ initialValues, validationSchema, enableReinitialize, children, className, contentClassName, onSubmit, onChange, onDirtyChange, }: FormProps<Values>): React.JSX.Element;
|
|
11
13
|
|
|
12
14
|
declare function FormResponse({ text, variant, shape, size, className, textClassName, }: FormResponseProps): React.JSX.Element | null;
|
|
13
15
|
|
|
14
16
|
declare function Input(inputProps: InputProps): React.JSX.Element;
|
|
15
17
|
|
|
18
|
+
declare function InputFile(inputFileProps: InputFileProps): React.JSX.Element;
|
|
19
|
+
|
|
16
20
|
declare function InputLabel({ text, children, className, floating, errored, disabled, animatedValue, }: InputLabelProps): React.JSX.Element;
|
|
17
21
|
|
|
18
22
|
declare function InputResponse({ name, visibility, variant, className, message, }: InputResponseProps): React.JSX.Element | null;
|
|
19
23
|
|
|
20
|
-
|
|
24
|
+
declare function Select(selectProps: SelectProps): React.JSX.Element;
|
|
25
|
+
|
|
26
|
+
declare function Tags(tagsProps: TagsProps): React.JSX.Element;
|
|
27
|
+
|
|
28
|
+
declare function TextArea(textAreaProps: TextAreaProps): React.JSX.Element;
|
|
29
|
+
|
|
30
|
+
export { Button, ButtonProps, Checkbox, CheckboxProps, DateSelector, DateSelectorProps, Form, FormProps, FormResponse, FormResponseProps, Input, InputFile, InputFileProps, InputLabel, InputLabelProps, InputProps, InputResponse, InputResponseProps, Select, SelectProps, Tags, TagsProps, TextArea, TextAreaProps };
|