@react-form-builder/components-rsuite 7.5.0 → 7.6.0
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.d.ts +7 -0
- package/dist/index.js +18999 -1092
- package/dist/index.js.map +1 -1
- package/package.json +7 -4
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import type { ButtonProps } from 'rsuite';
|
|
|
5
5
|
import type { CalendarProps } from 'rsuite/esm/Calendar/Calendar';
|
|
6
6
|
import type { CheckboxProps } from 'rsuite';
|
|
7
7
|
import { ClassAttributes } from 'react';
|
|
8
|
+
import type { ComponentLibraryDescription } from '@react-form-builder/core';
|
|
8
9
|
import type { ComponentProps } from 'react';
|
|
9
10
|
import type { CSSProperties } from 'react';
|
|
10
11
|
import type { DatePickerProps } from 'rsuite';
|
|
@@ -20,6 +21,7 @@ import type { ItemDataType } from 'rsuite/esm/internals/types';
|
|
|
20
21
|
import { JSX } from '@emotion/react/jsx-runtime';
|
|
21
22
|
import { JSX as JSX_2 } from 'react';
|
|
22
23
|
import { LabeledValue } from '@react-form-builder/core';
|
|
24
|
+
import type { LanguageFullCode } from '@react-form-builder/core';
|
|
23
25
|
import { MessageProps } from 'rsuite';
|
|
24
26
|
import type { ModalProps } from 'rsuite';
|
|
25
27
|
import { Model } from '@react-form-builder/core';
|
|
@@ -39,6 +41,7 @@ import type { RadioGroupProps } from 'rsuite';
|
|
|
39
41
|
import { ReactNode } from 'react';
|
|
40
42
|
import { RefAttributes } from 'react';
|
|
41
43
|
import { ReplaceProps } from 'rsuite/esm/internals/types/utils';
|
|
44
|
+
import rSuiteEnUsComponentsDescriptions from './i18n/en-US.json';
|
|
42
45
|
import type { SyntheticEvent } from 'react';
|
|
43
46
|
import type { TagPickerProps } from 'rsuite';
|
|
44
47
|
import { Theme } from '@emotion/react';
|
|
@@ -686,6 +689,10 @@ export declare interface RsTooltipProps extends WrapperProps {
|
|
|
686
689
|
*/
|
|
687
690
|
export declare const rSuiteComponents: Definer<any>[];
|
|
688
691
|
|
|
692
|
+
export declare const rSuiteComponentsDescriptions: Record<LanguageFullCode, ComponentLibraryDescription>;
|
|
693
|
+
|
|
694
|
+
export { rSuiteEnUsComponentsDescriptions }
|
|
695
|
+
|
|
689
696
|
export declare const rsUploader: Definer<RsUploaderProps>;
|
|
690
697
|
|
|
691
698
|
/**
|