@react-form-builder/components-rsuite 7.7.0 → 7.9.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.
Files changed (170) hide show
  1. package/dist/InputCell-BDyUJFGm.js +21 -0
  2. package/dist/InputCell-BDyUJFGm.js.map +1 -0
  3. package/dist/Labeled-BWYRwMiY.js +35 -0
  4. package/dist/Labeled-BWYRwMiY.js.map +1 -0
  5. package/dist/WrappedInput-BRkBjl0z.js +11 -0
  6. package/dist/WrappedInput-BRkBjl0z.js.map +1 -0
  7. package/dist/autocomplete.d.ts +30 -0
  8. package/dist/autocomplete.js +59 -0
  9. package/dist/autocomplete.js.map +1 -0
  10. package/dist/breadcrumb.d.ts +38 -0
  11. package/dist/breadcrumb.js +42 -0
  12. package/dist/breadcrumb.js.map +1 -0
  13. package/dist/builder-view-with-css.d.ts +9 -0
  14. package/dist/builder-view-with-css.js +10 -0
  15. package/dist/builder-view-with-css.js.map +1 -0
  16. package/dist/button.d.ts +6 -0
  17. package/dist/button.js +23 -0
  18. package/dist/button.js.map +1 -0
  19. package/dist/calendar.d.ts +20 -0
  20. package/dist/calendar.js +21 -0
  21. package/dist/calendar.js.map +1 -0
  22. package/dist/card.d.ts +20 -0
  23. package/dist/card.js +30 -0
  24. package/dist/card.js.map +1 -0
  25. package/dist/categories-_98lyB3C.js +8 -0
  26. package/dist/categories-_98lyB3C.js.map +1 -0
  27. package/dist/checkbox.d.ts +6 -0
  28. package/dist/checkbox.js +32 -0
  29. package/dist/checkbox.js.map +1 -0
  30. package/dist/commonProperties-ETOgvhCH.js +74 -0
  31. package/dist/commonProperties-ETOgvhCH.js.map +1 -0
  32. package/dist/components-descriptions.d.ts +6 -0
  33. package/dist/components-descriptions.js +5 -0
  34. package/dist/components-descriptions.js.map +1 -0
  35. package/dist/container.d.ts +25 -0
  36. package/dist/container.js +23 -0
  37. package/dist/container.js.map +1 -0
  38. package/dist/css/rsuite-no-reset-rtl.min.css +1 -1
  39. package/dist/css/rsuite-no-reset.min.css +1 -1
  40. package/dist/css-loader.d.ts +19 -0
  41. package/dist/css-loader.js +20 -0
  42. package/dist/css-loader.js.map +1 -0
  43. package/dist/date-picker.d.ts +25 -0
  44. package/dist/date-picker.js +71 -0
  45. package/dist/date-picker.js.map +1 -0
  46. package/dist/dateTimeUtils-C2AEniv5.js +25 -0
  47. package/dist/dateTimeUtils-C2AEniv5.js.map +1 -0
  48. package/dist/definitions.d.ts +5 -0
  49. package/dist/definitions.js +6 -0
  50. package/dist/definitions.js.map +1 -0
  51. package/dist/divider.d.ts +11 -0
  52. package/dist/divider.js +12 -0
  53. package/dist/divider.js.map +1 -0
  54. package/dist/dropdown.d.ts +58 -0
  55. package/dist/dropdown.js +56 -0
  56. package/dist/dropdown.js.map +1 -0
  57. package/dist/error-message.d.ts +20 -0
  58. package/dist/error-message.js +28 -0
  59. package/dist/error-message.js.map +1 -0
  60. package/dist/{formengine-rsuite-cbc1d3ae.js → formengine-rsuite.css-DkGUHOws.js} +1 -1
  61. package/dist/formengine-rsuite.css-DkGUHOws.js.map +1 -0
  62. package/dist/header.d.ts +69 -0
  63. package/dist/header.js +20 -0
  64. package/dist/header.js.map +1 -0
  65. package/dist/hooks-DMVtrI-b.js +50 -0
  66. package/dist/hooks-DMVtrI-b.js.map +1 -0
  67. package/dist/image.d.ts +22 -0
  68. package/dist/image.js +41 -0
  69. package/dist/image.js.map +1 -0
  70. package/dist/images/logo.svg +20 -0
  71. package/dist/index.d.ts +1529 -36
  72. package/dist/index.js +95 -19516
  73. package/dist/index.js.map +1 -1
  74. package/dist/input.d.ts +32 -0
  75. package/dist/input.js +26 -0
  76. package/dist/input.js.map +1 -0
  77. package/dist/label.d.ts +47 -0
  78. package/dist/label.js +16 -0
  79. package/dist/label.js.map +1 -0
  80. package/dist/link.d.ts +56 -0
  81. package/dist/link.js +20 -0
  82. package/dist/link.js.map +1 -0
  83. package/dist/localization-wrapper.d.ts +164 -0
  84. package/dist/localization-wrapper.js +113 -0
  85. package/dist/localization-wrapper.js.map +1 -0
  86. package/dist/menu.d.ts +35 -0
  87. package/dist/menu.js +49 -0
  88. package/dist/menu.js.map +1 -0
  89. package/dist/message.d.ts +16 -0
  90. package/dist/message.js +18 -0
  91. package/dist/message.js.map +1 -0
  92. package/dist/modal-layout.d.ts +28 -0
  93. package/dist/modal-layout.js +21 -0
  94. package/dist/modal-layout.js.map +1 -0
  95. package/dist/modal.d.ts +16 -0
  96. package/dist/modal.js +27 -0
  97. package/dist/modal.js.map +1 -0
  98. package/dist/models.d.ts +8 -0
  99. package/dist/models.js +6 -0
  100. package/dist/models.js.map +1 -0
  101. package/dist/number-format.d.ts +25 -0
  102. package/dist/number-format.js +50 -0
  103. package/dist/number-format.js.map +1 -0
  104. package/dist/pattern-format.d.ts +25 -0
  105. package/dist/pattern-format.js +36 -0
  106. package/dist/pattern-format.js.map +1 -0
  107. package/dist/placeholder.d.ts +17 -0
  108. package/dist/placeholder.js +38 -0
  109. package/dist/placeholder.js.map +1 -0
  110. package/dist/progress.d.ts +14 -0
  111. package/dist/progress.js +27 -0
  112. package/dist/progress.js.map +1 -0
  113. package/dist/r-suite-components.d.ts +8 -0
  114. package/dist/r-suite-components.js +98 -0
  115. package/dist/r-suite-components.js.map +1 -0
  116. package/dist/rSuiteComponentsDescriptions-lX1mwx9_.js +67 -0
  117. package/dist/rSuiteComponentsDescriptions-lX1mwx9_.js.map +1 -0
  118. package/dist/radio-group.d.ts +26 -0
  119. package/dist/radio-group.js +21 -0
  120. package/dist/radio-group.js.map +1 -0
  121. package/dist/rsuite-no-reset-rtl.min.css-B0vQWI16.js +5 -0
  122. package/dist/rsuite-no-reset-rtl.min.css-B0vQWI16.js.map +1 -0
  123. package/dist/rsuite-no-reset.min.css-bW1P11UK.js +5 -0
  124. package/dist/rsuite-no-reset.min.css-bW1P11UK.js.map +1 -0
  125. package/dist/search.d.ts +54 -0
  126. package/dist/search.js +55 -0
  127. package/dist/search.js.map +1 -0
  128. package/dist/static-content.d.ts +19 -0
  129. package/dist/static-content.js +15 -0
  130. package/dist/static-content.js.map +1 -0
  131. package/dist/stats.html +4 -0
  132. package/dist/tab.d.ts +39 -0
  133. package/dist/tab.js +55 -0
  134. package/dist/tab.js.map +1 -0
  135. package/dist/tag-picker.d.ts +21 -0
  136. package/dist/tag-picker.js +39 -0
  137. package/dist/tag-picker.js.map +1 -0
  138. package/dist/text-area.d.ts +24 -0
  139. package/dist/text-area.js +21 -0
  140. package/dist/text-area.js.map +1 -0
  141. package/dist/time-picker.d.ts +29 -0
  142. package/dist/time-picker.js +72 -0
  143. package/dist/time-picker.js.map +1 -0
  144. package/dist/toggle.d.ts +16 -0
  145. package/dist/toggle.js +26 -0
  146. package/dist/toggle.js.map +1 -0
  147. package/dist/tooltip.d.ts +29 -0
  148. package/dist/tooltip.js +37 -0
  149. package/dist/tooltip.js.map +1 -0
  150. package/dist/uploader.d.ts +20 -0
  151. package/dist/uploader.js +67 -0
  152. package/dist/uploader.js.map +1 -0
  153. package/dist/useTouchOnEvent-BPYbKiku.js +12 -0
  154. package/dist/useTouchOnEvent-BPYbKiku.js.map +1 -0
  155. package/dist/view-with-css.d.ts +9 -0
  156. package/dist/view-with-css.js +9 -0
  157. package/dist/view-with-css.js.map +1 -0
  158. package/dist/view.d.ts +8 -0
  159. package/dist/view.js +7 -0
  160. package/dist/view.js.map +1 -0
  161. package/dist/wizard.d.ts +86 -0
  162. package/dist/wizard.js +277 -0
  163. package/dist/wizard.js.map +1 -0
  164. package/package.json +195 -6
  165. package/dist/formengine-rsuite-cbc1d3ae.js.map +0 -1
  166. package/dist/images/logo.png +0 -0
  167. package/dist/rsuite-no-reset-rtl.min-f9b04ca7.js +0 -5
  168. package/dist/rsuite-no-reset-rtl.min-f9b04ca7.js.map +0 -1
  169. package/dist/rsuite-no-reset.min-12eea714.js +0 -5
  170. package/dist/rsuite-no-reset.min-12eea714.js.map +0 -1
package/dist/index.d.ts CHANGED
@@ -1,53 +1,53 @@
1
- import type { AutoCompleteProps } from 'rsuite';
2
- import type { BreadcrumbProps } from 'rsuite';
1
+ import { AutoCompleteProps } from 'rsuite';
2
+ import { BreadcrumbProps } from 'rsuite';
3
+ import { BuilderComponent } from '@react-form-builder/core';
3
4
  import { BuilderView } from '@react-form-builder/core';
4
- import type { ButtonProps } from 'rsuite';
5
- import type { CalendarProps } from 'rsuite/esm/Calendar/Calendar';
6
- import type { CheckboxProps } from 'rsuite';
5
+ import { ButtonProps } from 'rsuite';
6
+ import { CalendarProps } from 'rsuite/esm/Calendar/Calendar';
7
+ import { CheckboxProps } from 'rsuite';
7
8
  import { ClassAttributes } from 'react';
8
- import type { ComponentLibraryDescription } from '@react-form-builder/core';
9
- import type { ComponentProps } from 'react';
10
- import type { CSSProperties } from 'react';
11
- import type { DatePickerProps } from 'rsuite';
9
+ import { ComponentLibraryDescription } from '@react-form-builder/core';
10
+ import { ComponentProps } from 'react';
11
+ import { CSSProperties } from 'react';
12
+ import { DatePickerProps } from 'rsuite';
12
13
  import { Definer } from '@react-form-builder/core';
13
14
  import { DividerProps } from 'rsuite';
14
15
  import { ElementType } from 'react';
15
16
  import { ErrorWrapperProps } from '@react-form-builder/core';
16
- import type { FormViewerWrapperComponentProps } from '@react-form-builder/core';
17
+ import { FormViewerWrapperComponentProps } from '@react-form-builder/core';
17
18
  import { HTMLAttributes } from 'react';
18
- import type { InputPickerProps } from 'rsuite';
19
- import type { InputProps } from 'rsuite';
20
- import type { ItemDataType } from 'rsuite/esm/internals/types';
19
+ import { InputPickerProps } from 'rsuite';
20
+ import { InputProps } from 'rsuite';
21
+ import { ItemDataType } from 'rsuite/esm/internals/types';
21
22
  import { JSX } from '@emotion/react/jsx-runtime';
22
23
  import { JSX as JSX_2 } from 'react';
23
24
  import { LabeledValue } from '@react-form-builder/core';
24
- import type { LanguageFullCode } from '@react-form-builder/core';
25
+ import { LanguageFullCode } from '@react-form-builder/core';
25
26
  import { MessageProps } from 'rsuite';
26
- import type { ModalProps } from 'rsuite';
27
+ import { ModalProps } from 'rsuite';
27
28
  import { Model } from '@react-form-builder/core';
28
- import type { NavProps } from 'rsuite';
29
- import type { NumericFormatProps } from 'react-number-format';
29
+ import { NavProps } from 'rsuite';
30
+ import { NumericFormatProps } from 'react-number-format';
30
31
  import { Omit as Omit_2 } from 'rsuite/esm/internals/types/utils';
31
- import type { OverlayTriggerType } from 'rsuite/esm/internals/Overlay/OverlayTrigger';
32
- import type { PanelProps } from 'rsuite';
33
- import type { PatternFormatProps } from 'react-number-format';
32
+ import { OverlayTriggerType } from 'rsuite/esm/internals/Overlay/OverlayTrigger';
33
+ import { PanelProps } from 'rsuite';
34
+ import { PatternFormatProps } from 'react-number-format';
34
35
  import { PlaceholderGraphProps } from 'rsuite';
35
36
  import { PlaceholderGridProps } from 'rsuite';
36
37
  import { PlaceholderParagraphProps } from 'rsuite';
37
38
  import { ProgressCircleProps } from 'rsuite';
38
39
  import { ProgressLineProps } from 'rsuite';
39
40
  import { PropsWithChildren } from 'react';
40
- import type { RadioGroupProps } from 'rsuite';
41
+ import { RadioGroupProps } from 'rsuite';
41
42
  import { ReactNode } from 'react';
42
43
  import { RefAttributes } from 'react';
43
44
  import { ReplaceProps } from 'rsuite/esm/internals/types/utils';
44
- import rSuiteEnUsComponentsDescriptions from './i18n/en-US.json';
45
- import type { SyntheticEvent } from 'react';
46
- import type { TagPickerProps } from 'rsuite';
45
+ import { SyntheticEvent } from 'react';
46
+ import { TagPickerProps } from 'rsuite';
47
47
  import { Theme } from '@emotion/react';
48
48
  import { ToggleProps } from 'rsuite';
49
- import type { TypeAttributes } from 'rsuite/esm/internals/types';
50
- import type { UploaderProps } from 'rsuite';
49
+ import { TypeAttributes } from 'rsuite/esm/internals/types';
50
+ import { UploaderProps } from 'rsuite';
51
51
  import { View } from '@react-form-builder/core';
52
52
  import { WithAsProps } from 'rsuite/esm/internals/types';
53
53
  import { WrapperProps } from '@react-form-builder/core';
@@ -68,6 +68,8 @@ declare interface AreaProps {
68
68
  */
69
69
  export declare const builderViewWithCss: BuilderView;
70
70
 
71
+ export declare const components: BuilderComponent[];
72
+
71
73
  /**
72
74
  * Loads FormEngine specific styles over "rsuite" library.
73
75
  * @returns the Promise that resolves when the custom styles have been loaded successfully.
@@ -86,7 +88,7 @@ export declare type LoadCallback = (newData: ItemDataType[]) => void;
86
88
  * @param loadCallback the callback function called to set the data in the component.
87
89
  * @param currentDataLength the length of the data already loaded.
88
90
  */
89
- export declare type LoadDataHandler = (searchKeyword: string, loadCallback: LoadCallback, currentDataLength: number) => {};
91
+ export declare type LoadDataHandler = (searchKeyword: string, loadCallback: LoadCallback, currentDataLength: number) => void;
90
92
 
91
93
  /**
92
94
  * Interface for load data props.
@@ -187,7 +189,7 @@ export declare interface RsBreadcrumbProps extends BreadcrumbProps {
187
189
  /**
188
190
  * Callback function when a breadcrumb item is clicked.
189
191
  */
190
- onItemClick: (item: RsBreadcrumbItemProps) => {};
192
+ onItemClick: (item: RsBreadcrumbItemProps) => void;
191
193
  }
192
194
 
193
195
  export declare const rsButton: Definer<ButtonProps>;
@@ -415,9 +417,9 @@ export declare interface RsMenuProps extends NavProps {
415
417
  }
416
418
 
417
419
  export declare const rsMessage: Definer<Omit_2<any, WithAsProps<ElementType<any, keyof JSX_2.IntrinsicElements>> & MessageProps> & WithAsProps<ElementType<any, keyof JSX_2.IntrinsicElements>> & MessageProps & {
418
- children?: ReactNode;
420
+ children?: ReactNode | undefined;
419
421
  } & {
420
- theme?: Theme | undefined;
422
+ theme?: Theme;
421
423
  }>;
422
424
 
423
425
  export declare const rsModal: Definer<RsModalProps>;
@@ -656,9 +658,9 @@ export declare interface RsTimePickerProps extends Omit<DatePickerProps, 'value'
656
658
  }
657
659
 
658
660
  export declare const rsToggle: Definer<Omit_2<any, WithAsProps<ElementType<any, keyof JSX_2.IntrinsicElements>> & ToggleProps> & WithAsProps<ElementType<any, keyof JSX_2.IntrinsicElements>> & ToggleProps & {
659
- children?: ReactNode;
661
+ children?: ReactNode | undefined;
660
662
  } & {
661
- theme?: Theme | undefined;
663
+ theme?: Theme;
662
664
  }>;
663
665
 
664
666
  /**
@@ -691,7 +693,1498 @@ export declare const rSuiteComponents: Definer<any>[];
691
693
 
692
694
  export declare const rSuiteComponentsDescriptions: Record<LanguageFullCode, ComponentLibraryDescription>;
693
695
 
694
- export { rSuiteEnUsComponentsDescriptions }
696
+ export declare const rSuiteEnUsComponentsDescriptions: {
697
+ "categories": {
698
+ "fields": {
699
+ "name": "Fields"
700
+ },
701
+ "modal": {
702
+ "name": "Modal"
703
+ },
704
+ "static": {
705
+ "name": "Static"
706
+ },
707
+ "structure": {
708
+ "name": "Structure"
709
+ }
710
+ },
711
+ "commonProperties": {
712
+ "backgroundColor": {
713
+ "name": "Background",
714
+ "description": "The background color"
715
+ },
716
+ "children": {
717
+ "name": "Children",
718
+ "description": "Component children"
719
+ },
720
+ "className": {
721
+ "name": "CSS class",
722
+ "description": "The CSS class name"
723
+ },
724
+ "disabled": {
725
+ "name": "Disabled",
726
+ "description": "Whether a component is disabled"
727
+ },
728
+ "fontSize": {
729
+ "name": "Font size",
730
+ "description": "Font size"
731
+ },
732
+ "fontWeight": {
733
+ "name": "Font weight",
734
+ "description": "Font weight"
735
+ },
736
+ "label": {
737
+ "name": "Label",
738
+ "description": "The component label"
739
+ },
740
+ "placeholder": {
741
+ "name": "Placeholder",
742
+ "description": "The placeholder"
743
+ },
744
+ "placement": {
745
+ "name": "Placement",
746
+ "description": "The placement of a component"
747
+ },
748
+ "readOnly": {
749
+ "name": "Read only",
750
+ "description": "Read-only flag"
751
+ },
752
+ "size": {
753
+ "name": "Size",
754
+ "description": "A component size"
755
+ },
756
+ "textAlign": {
757
+ "name": "Text align",
758
+ "description": "Text alignment"
759
+ },
760
+ "value": {
761
+ "name": "Value",
762
+ "description": "The current value (controlled)"
763
+ }
764
+ },
765
+ "components": {
766
+ "RsAutoComplete": {
767
+ "name": "AutoComplete",
768
+ "description": "Provide auto-complete functionality for input box",
769
+ "props": {
770
+ "classPrefix": {
771
+ "name": "Class prefix",
772
+ "description": "The prefix of the component CSS class"
773
+ },
774
+ "data": {
775
+ "name": "Data",
776
+ "description": "The data of component"
777
+ },
778
+ "defaultValue": {
779
+ "name": "Default value",
780
+ "description": "The default value (uncontrolled)"
781
+ },
782
+ "filterBy": {
783
+ "name": "Filter by",
784
+ "description": "Custom filter rules (will only display items that value is a substring of which by default)"
785
+ },
786
+ "menuClassName": {
787
+ "name": "Menu class name",
788
+ "description": "A CSS class to apply to the Menu DOM"
789
+ },
790
+ "onChange": {
791
+ "name": "onChange",
792
+ "description": "Called when select an option or input value change, or value of input is changed"
793
+ },
794
+ "onClose": {
795
+ "name": "onClose",
796
+ "description": "Callback fired when hidden"
797
+ },
798
+ "onEnter": {
799
+ "name": "onEnter",
800
+ "description": "Callback fired before the overlay transitions in"
801
+ },
802
+ "onEntered": {
803
+ "name": "onEntered",
804
+ "description": "Callback fired after the overlay finishes transitioning in"
805
+ },
806
+ "onEntering": {
807
+ "name": "onEntering",
808
+ "description": "Callback fired as the overlay begins to transition in"
809
+ },
810
+ "onExit": {
811
+ "name": "onExit",
812
+ "description": "Callback fired right before the overlay transitions out"
813
+ },
814
+ "onExited": {
815
+ "name": "onExited",
816
+ "description": "Callback fired after the overlay finishes transitioning out"
817
+ },
818
+ "onExiting": {
819
+ "name": "onExiting",
820
+ "description": "Callback fired as the overlay begins to transition out"
821
+ },
822
+ "onSelect": {
823
+ "name": "onSelect",
824
+ "description": "Called when a option is selected"
825
+ },
826
+ "renderMenu": {
827
+ "name": "Render menu",
828
+ "description": "Customizing the Rendering Menu list"
829
+ },
830
+ "renderMenuItem": {
831
+ "name": "Render menu item",
832
+ "description": "Custom render menu items"
833
+ },
834
+ "selectOnEnter": {
835
+ "name": "Select on Enter",
836
+ "description": "When set to false, the Enter key selection function is invalid"
837
+ }
838
+ }
839
+ },
840
+ "RsBreadcrumb": {
841
+ "name": "Breadcrumb",
842
+ "description": "Used to display the current page path and quickly return to the history page",
843
+ "props": {
844
+ "separator": {
845
+ "name": "Separator",
846
+ "description": "The separator between each breadcrumb item"
847
+ },
848
+ "maxItems": {
849
+ "name": "Max items",
850
+ "description": "Set the maximum number of breadcrumbs to display"
851
+ },
852
+ "items": {
853
+ "name": "Items",
854
+ "description": "Array of breadcrumb items to display"
855
+ },
856
+ "onItemClick": {
857
+ "name": "onItemClick",
858
+ "description": "Callback function when a breadcrumb item is clicked"
859
+ },
860
+ "onExpand": {
861
+ "name": "onExpand",
862
+ "description": "Callback function for clicking the ellipsis"
863
+ }
864
+ }
865
+ },
866
+ "RsButton": {
867
+ "name": "Button",
868
+ "description": "The button",
869
+ "props": {
870
+ "active": {
871
+ "name": "Active",
872
+ "description": "A button can show it is currently the active user selection"
873
+ },
874
+ "appearance": {
875
+ "name": "Appearance",
876
+ "description": "A button can have different appearances"
877
+ },
878
+ "children": {
879
+ "name": "Content",
880
+ "description": "Primary content"
881
+ },
882
+ "disabled": {
883
+ "name": "Disabled",
884
+ "description": "A button can show it is currently unable to be interacted with"
885
+ },
886
+ "href": {
887
+ "name": "Href",
888
+ "description": "Providing a href will render an <a> element"
889
+ },
890
+ "loading": {
891
+ "name": "Loading",
892
+ "description": "A button can show a loading indicator"
893
+ },
894
+ "onClick": {
895
+ "name": "onClick",
896
+ "description": "Callback function when a button is clicked"
897
+ }
898
+ }
899
+ },
900
+ "RsCalendar": {
901
+ "name": "Calendar",
902
+ "description": "A component that displays data by calendar",
903
+ "props": {
904
+ "bordered": {
905
+ "name": "Bordered",
906
+ "description": "Show border"
907
+ },
908
+ "compact": {
909
+ "name": "Compact",
910
+ "description": "Display a compact calendar"
911
+ },
912
+ "defaultValue": {
913
+ "name": "Default value",
914
+ "description": "Default value"
915
+ },
916
+ "isoWeek": {
917
+ "name": "ISO week",
918
+ "description": "ISO 8601 standard, each calendar week begins on Monday and Sunday on the seventh day"
919
+ },
920
+ "onChange": {
921
+ "name": "onChange",
922
+ "description": "Callback fired before the value changed"
923
+ },
924
+ "onSelect": {
925
+ "name": "onSelect",
926
+ "description": "Callback fired before the date selected"
927
+ }
928
+ }
929
+ },
930
+ "RsCard": {
931
+ "name": "Card",
932
+ "description": "Card is a container component for displaying data,",
933
+ "props": {
934
+ "header": {
935
+ "name": "Header",
936
+ "description": "The head displays information"
937
+ },
938
+ "children": {
939
+ "name": "Content",
940
+ "description": "Primary content"
941
+ },
942
+ "title": {
943
+ "name": "Title",
944
+ "description": "The title for the panel header"
945
+ },
946
+ "headerSize": {
947
+ "name": "Header size",
948
+ "description": "The header size for the panel header"
949
+ },
950
+ "bodyFill": {
951
+ "name": "Body fill",
952
+ "description": "Content area filled with containers"
953
+ },
954
+ "bordered": {
955
+ "name": "Bordered",
956
+ "description": "Show border"
957
+ },
958
+ "shaded": {
959
+ "name": "Shaded",
960
+ "description": "Whether there is a shadow"
961
+ },
962
+ "defaultExpanded": {
963
+ "name": "Default expanded",
964
+ "description": "Expand then panel by default"
965
+ },
966
+ "collapsible": {
967
+ "name": "Collapsible",
968
+ "description": "Whether it is a collapsible panel"
969
+ },
970
+ "eventKey": {
971
+ "name": "Event key",
972
+ "description": "The event key corresponding to the panel"
973
+ },
974
+ "onSelect": {
975
+ "name": "onSelect",
976
+ "description": "Called when the panel is selected"
977
+ }
978
+ }
979
+ },
980
+ "RsCheckbox": {
981
+ "name": "Checkbox",
982
+ "description": "Check boxes are usually used in groups. Allow users to select one or more values from a set",
983
+ "props": {
984
+ "children": {
985
+ "name": "Label",
986
+ "description": "The component label"
987
+ },
988
+ "checked": {
989
+ "name": "Checked",
990
+ "description": "Specifies whether the checkbox is selected"
991
+ },
992
+ "indeterminate": {
993
+ "name": "Indeterminate",
994
+ "description": "When being a checkbox, setting styles after the child part is selected"
995
+ },
996
+ "inline": {
997
+ "name": "Inline",
998
+ "description": "Inline layout"
999
+ },
1000
+ "title": {
1001
+ "name": "Title",
1002
+ "description": "HTML title"
1003
+ },
1004
+ "onChange": {
1005
+ "name": "onChange",
1006
+ "description": "Called when the user attempts to change the checked state"
1007
+ }
1008
+ }
1009
+ },
1010
+ "RsContainer": {
1011
+ "name": "Container",
1012
+ "description": "Container is a layout component that can be used to wrap other components",
1013
+ "props": {
1014
+ "children": {
1015
+ "name": "Children",
1016
+ "description": "Component children"
1017
+ }
1018
+ }
1019
+ },
1020
+ "RsDatePicker": {
1021
+ "name": "DatePicker",
1022
+ "description": "DatePicker is a highly customizable component that allows users to enter and pick dates and times in different formats",
1023
+ "props": {
1024
+ "appearance": {
1025
+ "name": "Appearance",
1026
+ "description": "Set picker appearance"
1027
+ },
1028
+ "calendarDefaultDate": {
1029
+ "name": "Calendar default date",
1030
+ "description": "Calendar panel default presentation date and time"
1031
+ },
1032
+ "cleanable": {
1033
+ "name": "Cleanable",
1034
+ "description": "Whether the selected value can be cleared"
1035
+ },
1036
+ "defaultOpen": {
1037
+ "name": "Default open",
1038
+ "description": "Default value of open property"
1039
+ },
1040
+ "defaultValue": {
1041
+ "name": "Default value",
1042
+ "description": "Default value"
1043
+ },
1044
+ "editable": {
1045
+ "name": "Editable",
1046
+ "description": "Rendered as an input, the date can be entered via the keyboard"
1047
+ },
1048
+ "format": {
1049
+ "name": "Format",
1050
+ "description": "Format of the date when rendered in the input"
1051
+ },
1052
+ "isoWeek": {
1053
+ "name": "ISO week",
1054
+ "description": "ISO 8601 standard, each calendar week begins on Monday and Sunday on the seventh day"
1055
+ },
1056
+ "limitEndYear": {
1057
+ "name": "Limit end year",
1058
+ "description": "Set the upper limit of the available year relative to the current selection date"
1059
+ },
1060
+ "limitStartYear": {
1061
+ "name": "Limit start year",
1062
+ "description": "Set the lower limit of the available year relative to the current selection date"
1063
+ },
1064
+ "oneTap": {
1065
+ "name": "One tap",
1066
+ "description": "One-click selection date"
1067
+ },
1068
+ "onChange": {
1069
+ "name": "onChange",
1070
+ "description": "Callback fired when value changed"
1071
+ },
1072
+ "onChangeCalendarDate": {
1073
+ "name": "onChangeCalendarDate",
1074
+ "description": "Callback function that changes the calendar date"
1075
+ },
1076
+ "onClean": {
1077
+ "name": "onClean",
1078
+ "description": "Callback fired when value clean"
1079
+ },
1080
+ "onClose": {
1081
+ "name": "onClose",
1082
+ "description": "Callback fired when close component"
1083
+ },
1084
+ "onEnter": {
1085
+ "name": "onEnter",
1086
+ "description": "Callback fired before the overlay transitions in"
1087
+ },
1088
+ "onEntered": {
1089
+ "name": "onEntered",
1090
+ "description": "Callback fired after the overlay finishes transitioning in"
1091
+ },
1092
+ "onEntering": {
1093
+ "name": "onEntering",
1094
+ "description": "Callback fired as the overlay begins to transition in"
1095
+ },
1096
+ "onExit": {
1097
+ "name": "onExit",
1098
+ "description": "Callback fired right before the overlay transitions out"
1099
+ },
1100
+ "onExited": {
1101
+ "name": "onExited",
1102
+ "description": "Callback fired after the overlay finishes transitioning out"
1103
+ },
1104
+ "onExiting": {
1105
+ "name": "onExiting",
1106
+ "description": "Callback fired as the overlay begins to transition out"
1107
+ },
1108
+ "onNextMonth": {
1109
+ "name": "onNextMonth",
1110
+ "description": "Switch to the callback function for the next Month"
1111
+ },
1112
+ "onOk": {
1113
+ "name": "onOk",
1114
+ "description": "Click the OK callback function"
1115
+ },
1116
+ "onOpen": {
1117
+ "name": "onOpen",
1118
+ "description": "Callback fired when open component"
1119
+ },
1120
+ "onPrevMonth": {
1121
+ "name": "onPrevMonth",
1122
+ "description": "Switch to the callback function for the previous Month"
1123
+ },
1124
+ "onSelect": {
1125
+ "name": "onSelect",
1126
+ "description": "Callback fired when date or time is selected"
1127
+ },
1128
+ "onToggleMonthDropdown": {
1129
+ "name": "onToggleMonthDropdown",
1130
+ "description": "Callback function that switches to the month view"
1131
+ },
1132
+ "onToggleTimeDropdown": {
1133
+ "name": "onToggleTimeDropdown",
1134
+ "description": "Callback function that switches to the time view"
1135
+ },
1136
+ "open": {
1137
+ "name": "Open",
1138
+ "description": "Whether open the component"
1139
+ },
1140
+ "preventOverflow": {
1141
+ "name": "Prevent overflow",
1142
+ "description": "Prevent floating element overflow"
1143
+ },
1144
+ "showMeridiem": {
1145
+ "name": "Show meridiem",
1146
+ "description": "Display hours in 12 format"
1147
+ },
1148
+ "showWeekNumbers": {
1149
+ "name": "Show week numbers",
1150
+ "description": "Whether to show week numbers"
1151
+ }
1152
+ }
1153
+ },
1154
+ "RsDivider": {
1155
+ "name": "Divider",
1156
+ "description": "Divider are used to group content horizontally or vertically",
1157
+ "props": {
1158
+ "children": {
1159
+ "name": "Content",
1160
+ "description": "Set the text on the dividing line"
1161
+ },
1162
+ "vertical": {
1163
+ "name": "Vertical",
1164
+ "description": "Vertical dividing line"
1165
+ }
1166
+ }
1167
+ },
1168
+ "RsDropdown": {
1169
+ "name": "Dropdown",
1170
+ "description": "A drop-down menu is a navigation that uses selectpicker if you want to select a value",
1171
+ "props": {
1172
+ "data": {
1173
+ "name": "Data",
1174
+ "description": "Selectable data"
1175
+ },
1176
+ "cleanable": {
1177
+ "name": "Cleanable",
1178
+ "description": "Whether the option can be emptied"
1179
+ },
1180
+ "creatable": {
1181
+ "name": "Creatable",
1182
+ "description": "Settings can create new options"
1183
+ },
1184
+ "groupBy": {
1185
+ "name": "Group by",
1186
+ "description": "Set grouping criteria 'key' in 'data'"
1187
+ },
1188
+ "disableVirtualized": {
1189
+ "name": "Disable virtualized",
1190
+ "description": "Whether to disable virtualization"
1191
+ },
1192
+ "onLoadData": {
1193
+ "name": "onLoadData",
1194
+ "description": "The callback for loading data"
1195
+ },
1196
+ "onSelect": {
1197
+ "name": "onSelect",
1198
+ "description": "The callback for select"
1199
+ },
1200
+ "onClean": {
1201
+ "name": "onClean",
1202
+ "description": "The callback for clean"
1203
+ },
1204
+ "onClose": {
1205
+ "name": "onClose",
1206
+ "description": "The callback for close"
1207
+ },
1208
+ "onCreate": {
1209
+ "name": "onCreate",
1210
+ "description": "The callback for create"
1211
+ },
1212
+ "onChange": {
1213
+ "name": "onChange",
1214
+ "description": "Callback function when value changes"
1215
+ },
1216
+ "onSearch": {
1217
+ "name": "onSearch",
1218
+ "description": "The callback for search"
1219
+ },
1220
+ "preload": {
1221
+ "name": "Preload",
1222
+ "description": "Whether to preload data"
1223
+ }
1224
+ }
1225
+ },
1226
+ "RsErrorMessage": {
1227
+ "name": "Error message",
1228
+ "description": "The component that displays the validation message"
1229
+ },
1230
+ "RsHeader": {
1231
+ "name": "Header",
1232
+ "description": "Simple HTML header",
1233
+ "props": {
1234
+ "content": {
1235
+ "name": "Content",
1236
+ "description": "Header text"
1237
+ },
1238
+ "headerSize": {
1239
+ "name": "Header size",
1240
+ "description": "Header level"
1241
+ }
1242
+ }
1243
+ },
1244
+ "RsImage": {
1245
+ "name": "Image",
1246
+ "description": "Simple HTML image",
1247
+ "props": {
1248
+ "src": {
1249
+ "name": "Src",
1250
+ "description": "Image source"
1251
+ },
1252
+ "alt": {
1253
+ "name": "Description",
1254
+ "description": "Image description"
1255
+ }
1256
+ }
1257
+ },
1258
+ "RsInput": {
1259
+ "name": "Input",
1260
+ "description": "Input let users enter and edit text",
1261
+ "props": {
1262
+ "passwordMask": {
1263
+ "name": "Password mask",
1264
+ "description": "Use password mask"
1265
+ },
1266
+ "showPasswordAriaLabel": {
1267
+ "name": "ARIA label for show password button",
1268
+ "description": "Value of the aria-label attribute for the show password button when the input is in password mask mode"
1269
+ },
1270
+ "type": {
1271
+ "name": "Type",
1272
+ "description": "HTML input type"
1273
+ }
1274
+ }
1275
+ },
1276
+ "RsLabel": {
1277
+ "name": "Label",
1278
+ "description": "Simple HTML label",
1279
+ "props": {
1280
+ "text": {
1281
+ "name": "Text",
1282
+ "description": "The label text content"
1283
+ }
1284
+ }
1285
+ },
1286
+ "RsLink": {
1287
+ "name": "Link",
1288
+ "description": "Simple HTML anchor",
1289
+ "props": {
1290
+ "content": {
1291
+ "name": "Content",
1292
+ "description": "The content type (text or custom)"
1293
+ },
1294
+ "text": {
1295
+ "name": "Text",
1296
+ "description": "The link text content"
1297
+ },
1298
+ "href": {
1299
+ "name": "Href",
1300
+ "description": "The URL that the hyperlink points to"
1301
+ },
1302
+ "children": {
1303
+ "name": "Children",
1304
+ "description": "Component children"
1305
+ },
1306
+ "target": {
1307
+ "name": "Target",
1308
+ "description": "Where to display the linked URL, as the name for a browsing context (a tab, window, or <iframe>)"
1309
+ },
1310
+ "download": {
1311
+ "name": "Download",
1312
+ "description": "Causes the browser to treat the linked URL as a download"
1313
+ },
1314
+ "downloadFilename": {
1315
+ "name": "Download filename",
1316
+ "description": "Defining a value suggests it as the filename. / and \\ characters are converted to underscores (_)"
1317
+ },
1318
+ "onClick": {
1319
+ "name": "onClick",
1320
+ "description": "Callback function when a link is clicked"
1321
+ }
1322
+ }
1323
+ },
1324
+ "RsMenu": {
1325
+ "name": "Menu",
1326
+ "description": "Provides a list of various forms of navigation menus, which can be landscape and portrait layout",
1327
+ "props": {
1328
+ "activeKey": {
1329
+ "name": "Active key",
1330
+ "description": "Active key, corresponding to one of items value"
1331
+ },
1332
+ "appearance": {
1333
+ "name": "Appearance",
1334
+ "description": "A navigation can have different appearances"
1335
+ },
1336
+ "items": {
1337
+ "name": "Items",
1338
+ "description": "The items for the menu"
1339
+ },
1340
+ "justified": {
1341
+ "name": "Justified",
1342
+ "description": "Justified navigation"
1343
+ },
1344
+ "onSelect": {
1345
+ "name": "onSelect",
1346
+ "description": "Callback function triggered after selection"
1347
+ },
1348
+ "reversed": {
1349
+ "name": "Reversed",
1350
+ "description": "Reverse direction of tabs/subtle"
1351
+ },
1352
+ "vertical": {
1353
+ "name": "Vertical",
1354
+ "description": "Stacked navigation"
1355
+ },
1356
+ "itemsAs": {
1357
+ "name": "Items As",
1358
+ "description": "HTML element to render menu item"
1359
+ }
1360
+ }
1361
+ },
1362
+ "RsMessage": {
1363
+ "name": "Message",
1364
+ "description": "Used to show important tips on a page",
1365
+ "props": {
1366
+ "closable": {
1367
+ "name": "Closable",
1368
+ "description": "Whether it is possible to close the message box"
1369
+ },
1370
+ "header": {
1371
+ "name": "Header",
1372
+ "description": "The title of the message"
1373
+ },
1374
+ "type": {
1375
+ "name": "Type",
1376
+ "description": "The type of the message box"
1377
+ }
1378
+ }
1379
+ },
1380
+ "RsModal": {
1381
+ "name": "Modal",
1382
+ "description": "A modal dialog box component for message prompts, acknowledgement messages, and submissions",
1383
+ "props": {
1384
+ "autoFocus": {
1385
+ "name": "Auto focus",
1386
+ "description": "When set to true, the Modal is opened and is automatically focused on its own, accessible to screen readers"
1387
+ },
1388
+ "backdrop": {
1389
+ "name": "Backdrop",
1390
+ "description": "When set to true, the Modal will display the background when it is opened. Clicking on the background will close the Modal"
1391
+ },
1392
+ "backdropClassName": {
1393
+ "name": "Backdrop className",
1394
+ "description": "Add an optional extra class name to .modal-backdrop It could end up looking like class=\"modal-backdrop foo-modal-backdrop in\""
1395
+ },
1396
+ "classPrefix": {
1397
+ "name": "CSS class prefix",
1398
+ "description": "The prefix of the component CSS class"
1399
+ },
1400
+ "dialogClassName": {
1401
+ "name": "CSS class for dialog",
1402
+ "description": "CSS class applied to Dialog DOM nodes"
1403
+ },
1404
+ "enforceFocus": {
1405
+ "name": "Enforce focus",
1406
+ "description": "When set to true, Modal will prevent the focus from leaving when opened, making it easier for the secondary screen reader to access"
1407
+ },
1408
+ "keyboard": {
1409
+ "name": "Close by Esc",
1410
+ "description": "Close Modal when Esc key is pressed"
1411
+ },
1412
+ "overflow": {
1413
+ "name": "Overflow",
1414
+ "description": "Automatically sets the height when the body content is too long"
1415
+ },
1416
+ "size": {
1417
+ "name": "Size",
1418
+ "description": "Determine the width of the modal"
1419
+ },
1420
+ "onOpen": {
1421
+ "name": "onOpen",
1422
+ "description": "Called when Modal is displayed"
1423
+ },
1424
+ "onClose": {
1425
+ "name": "onClose",
1426
+ "description": "Called when Modal is closed"
1427
+ }
1428
+ }
1429
+ },
1430
+ "RsModalLayout": {
1431
+ "name": "Modal layout",
1432
+ "description": "Modal layout component with header, body and footer sections",
1433
+ "props": {
1434
+ "closeButton": {
1435
+ "name": "Close button",
1436
+ "description": "Display close button"
1437
+ },
1438
+ "headerTitle": {
1439
+ "name": "Header title",
1440
+ "description": "The title for the modal header"
1441
+ },
1442
+ "body": {
1443
+ "name": "Body",
1444
+ "description": "The content for the modal body"
1445
+ },
1446
+ "footer": {
1447
+ "name": "Footer",
1448
+ "description": "The content for the modal footer"
1449
+ }
1450
+ }
1451
+ },
1452
+ "RsNumberFormat": {
1453
+ "name": "Number format",
1454
+ "description": "A number format input component with validation and formatting",
1455
+ "props": {
1456
+ "allowedDecimalSeparators": {
1457
+ "name": "Allowed decimal separators",
1458
+ "description": "Characters which when pressed result in a decimal separator. When missing, decimal separator and '.' are used"
1459
+ },
1460
+ "allowLeadingZeros": {
1461
+ "name": "Allow leading zeros",
1462
+ "description": "This allows enabling or disabling leading zeros in the input field. By default, on blur of an input, leading zeros are removed"
1463
+ },
1464
+ "allowNegative": {
1465
+ "name": "Allow negative",
1466
+ "description": "If set to false, negative numbers will not be allowed"
1467
+ },
1468
+ "decimalScale": {
1469
+ "name": "Decimal scale",
1470
+ "description": "If defined, it limits the number of digits after the decimal point"
1471
+ },
1472
+ "decimalSeparator": {
1473
+ "name": "Decimal separator",
1474
+ "description": "Defines the decimal character"
1475
+ },
1476
+ "fixedDecimalScale": {
1477
+ "name": "Fixed decimal scale",
1478
+ "description": "If set to true, it adds trailing 0s after decimalSeparator to match given decimalScale"
1479
+ },
1480
+ "prefix": {
1481
+ "name": "Prefix",
1482
+ "description": "Adds the prefix character before the input value"
1483
+ },
1484
+ "suffix": {
1485
+ "name": "Suffix",
1486
+ "description": "Adds the suffix after the input value"
1487
+ },
1488
+ "thousandsGroupStyle": {
1489
+ "name": "Thousands group style",
1490
+ "description": "Thousand style (thousand) : 123,456,789, indian style (lakh) : 12,34,56,789, chinese style (wan) : 1,2345,6789"
1491
+ },
1492
+ "thousandSeparator": {
1493
+ "name": "Thousand separator",
1494
+ "description": "Thousand separator"
1495
+ }
1496
+ }
1497
+ },
1498
+ "RsPatternFormat": {
1499
+ "name": "Pattern format",
1500
+ "description": "Pattern format input component with label support",
1501
+ "props": {
1502
+ "format": {
1503
+ "name": "Format",
1504
+ "description": "Format pattern using the # (or a Pattern char) character. # is the placeholder character for numbers. Example: '### ###'"
1505
+ },
1506
+ "mask": {
1507
+ "name": "Mask",
1508
+ "description": "Used as mask character for numeric places, until any numeric character is provided for that position"
1509
+ },
1510
+ "patternChar": {
1511
+ "name": "Pattern char",
1512
+ "description": "This helps define the format pattern character"
1513
+ },
1514
+ "allowEmptyFormatting": {
1515
+ "name": "Allow empty formatting",
1516
+ "description": "By default PatternFormat component does not apply formatting when value is empty (null, undefined or ‘’)"
1517
+ }
1518
+ }
1519
+ },
1520
+ "RsPlaceholderGraph": {
1521
+ "name": "Placeholder graph",
1522
+ "description": "Placeholder before loading the component in the form of a rectangle",
1523
+ "props": {
1524
+ "width": {
1525
+ "name": "Width",
1526
+ "description": "The graph width"
1527
+ },
1528
+ "height": {
1529
+ "name": "Height",
1530
+ "description": "The graph height"
1531
+ },
1532
+ "active": {
1533
+ "name": "Active",
1534
+ "description": "Whether the placeholder is active"
1535
+ }
1536
+ }
1537
+ },
1538
+ "RsPlaceholderGrid": {
1539
+ "name": "Placeholder grid",
1540
+ "description": "Placeholder before loading the component in the form of a grid",
1541
+ "props": {
1542
+ "rows": {
1543
+ "name": "Rows",
1544
+ "description": "The number of rows"
1545
+ },
1546
+ "columns": {
1547
+ "name": "Columns",
1548
+ "description": "The number of columns"
1549
+ },
1550
+ "rowHeight": {
1551
+ "name": "Row height",
1552
+ "description": "The height of the row"
1553
+ },
1554
+ "rowSpacing": {
1555
+ "name": "Row spacing",
1556
+ "description": "The spacing between rows"
1557
+ },
1558
+ "active": {
1559
+ "name": "Active",
1560
+ "description": "Whether the placeholder is active"
1561
+ }
1562
+ }
1563
+ },
1564
+ "RsPlaceholderParagraph": {
1565
+ "name": "Placeholder paragraph",
1566
+ "description": "Placeholder before loading the component in the form of a paragraph",
1567
+ "props": {
1568
+ "rows": {
1569
+ "name": "Rows",
1570
+ "description": "The number of rows"
1571
+ },
1572
+ "rowHeight": {
1573
+ "name": "Row height",
1574
+ "description": "The height of the row"
1575
+ },
1576
+ "rowSpacing": {
1577
+ "name": "Row spacing",
1578
+ "description": "The spacing between rows"
1579
+ },
1580
+ "graph": {
1581
+ "name": "Graph",
1582
+ "description": "The shape of the graph"
1583
+ },
1584
+ "active": {
1585
+ "name": "Active",
1586
+ "description": "Whether the placeholder is active"
1587
+ }
1588
+ }
1589
+ },
1590
+ "RsProgressCircle": {
1591
+ "name": "Progress circle",
1592
+ "description": "Displaying the current progress of an operation as a circle",
1593
+ "props": {
1594
+ "classPrefix": {
1595
+ "name": "Class prefix",
1596
+ "description": "The prefix of the component CSS class"
1597
+ },
1598
+ "percent": {
1599
+ "name": "Percent",
1600
+ "description": "Percent of progress"
1601
+ },
1602
+ "showInfo": {
1603
+ "name": "Show info",
1604
+ "description": "Show text"
1605
+ },
1606
+ "status": {
1607
+ "name": "Status",
1608
+ "description": "Progress status"
1609
+ },
1610
+ "strokeColor": {
1611
+ "name": "Stroke color",
1612
+ "description": "Line color"
1613
+ },
1614
+ "strokeWidth": {
1615
+ "name": "Stroke width",
1616
+ "description": "Line width"
1617
+ },
1618
+ "gapDegree": {
1619
+ "name": "Gap degree",
1620
+ "description": "The gap degree of half circle, 0 ~ 360"
1621
+ },
1622
+ "gapPosition": {
1623
+ "name": "Gap position",
1624
+ "description": "Circular progress bar Notch position"
1625
+ },
1626
+ "strokeLinecap": {
1627
+ "name": "Stroke linecap",
1628
+ "description": "The end of different types of open paths"
1629
+ },
1630
+ "trailColor": {
1631
+ "name": "Trail color",
1632
+ "description": "Trail color"
1633
+ },
1634
+ "trailWidth": {
1635
+ "name": "Trail width",
1636
+ "description": "Trail width"
1637
+ }
1638
+ }
1639
+ },
1640
+ "RsProgressLine": {
1641
+ "name": "Progress line",
1642
+ "description": "Displaying the current progress of an operation as a line",
1643
+ "props": {
1644
+ "classPrefix": {
1645
+ "name": "Class prefix",
1646
+ "description": "The prefix of the component CSS class"
1647
+ },
1648
+ "percent": {
1649
+ "name": "Percent",
1650
+ "description": "Percent of progress"
1651
+ },
1652
+ "showInfo": {
1653
+ "name": "Show info",
1654
+ "description": "Show text"
1655
+ },
1656
+ "status": {
1657
+ "name": "Status",
1658
+ "description": "Progress status"
1659
+ },
1660
+ "strokeColor": {
1661
+ "name": "Stroke color",
1662
+ "description": "Line color"
1663
+ },
1664
+ "strokeWidth": {
1665
+ "name": "Stroke width",
1666
+ "description": "Line width"
1667
+ },
1668
+ "vertical": {
1669
+ "name": "Vertical",
1670
+ "description": "The progress bar is displayed vertically"
1671
+ }
1672
+ }
1673
+ },
1674
+ "RsRadioGroup": {
1675
+ "name": "Radio group",
1676
+ "description": "Radios are used when only one choice may be selected in a series of options",
1677
+ "props": {
1678
+ "name": {
1679
+ "name": "Name",
1680
+ "description": "Radio group name"
1681
+ },
1682
+ "appearance": {
1683
+ "name": "Appearance",
1684
+ "description": "A radio group can have different appearances"
1685
+ },
1686
+ "inline": {
1687
+ "name": "Inline",
1688
+ "description": "Inline layout"
1689
+ },
1690
+ "onChange": {
1691
+ "name": "onChange",
1692
+ "description": "Called after the value has been changed"
1693
+ },
1694
+ "items": {
1695
+ "name": "Items",
1696
+ "description": "The items for the radio group"
1697
+ }
1698
+ }
1699
+ },
1700
+ "RsSearch": {
1701
+ "name": "Search",
1702
+ "description": "Search component with label and data loading support",
1703
+ "props": {
1704
+ "data": {
1705
+ "name": "Data",
1706
+ "description": "Selectable data"
1707
+ },
1708
+ "cleanable": {
1709
+ "name": "Cleanable",
1710
+ "description": "Whether the option can be emptied"
1711
+ },
1712
+ "creatable": {
1713
+ "name": "Creatable",
1714
+ "description": "Settings can create new options"
1715
+ },
1716
+ "groupBy": {
1717
+ "name": "Group by",
1718
+ "description": "Set grouping criteria 'key' in 'data'"
1719
+ },
1720
+ "disableVirtualized": {
1721
+ "name": "Disable virtualized",
1722
+ "description": "Whether to disable virtualization"
1723
+ },
1724
+ "onLoadData": {
1725
+ "name": "onLoadData",
1726
+ "description": "The callback for loading data"
1727
+ },
1728
+ "onSelect": {
1729
+ "name": "onSelect",
1730
+ "description": "The callback for select"
1731
+ },
1732
+ "onClean": {
1733
+ "name": "onClean",
1734
+ "description": "The callback for clean"
1735
+ },
1736
+ "onClose": {
1737
+ "name": "onClose",
1738
+ "description": "The callback for close"
1739
+ },
1740
+ "onCreate": {
1741
+ "name": "onCreate",
1742
+ "description": "The callback for create"
1743
+ },
1744
+ "onChange": {
1745
+ "name": "onChange",
1746
+ "description": "Callback function when value changes"
1747
+ },
1748
+ "onSearch": {
1749
+ "name": "onSearch",
1750
+ "description": "The callback for search"
1751
+ },
1752
+ "preload": {
1753
+ "name": "Preload",
1754
+ "description": "Whether to preload data"
1755
+ }
1756
+ }
1757
+ },
1758
+ "RsStaticContent": {
1759
+ "name": "Static content",
1760
+ "description": "A static content component that displays text or HTML content",
1761
+ "props": {
1762
+ "content": {
1763
+ "name": "Content",
1764
+ "description": "The content to display"
1765
+ },
1766
+ "allowHtml": {
1767
+ "name": "Allow HTML",
1768
+ "description": "Whether to allow HTML content"
1769
+ }
1770
+ }
1771
+ },
1772
+ "RsTab": {
1773
+ "name": "Tab",
1774
+ "description": "Tabs are a set of layered sections of content, known as tab panels, that display one panel of content at a time",
1775
+ "props": {
1776
+ "activeKey": {
1777
+ "name": "Active key",
1778
+ "description": "Active key, corresponding to one of items value"
1779
+ },
1780
+ "appearance": {
1781
+ "name": "Appearance",
1782
+ "description": "A tab can have different appearances"
1783
+ },
1784
+ "justified": {
1785
+ "name": "Justified",
1786
+ "description": "Justified navigation"
1787
+ },
1788
+ "onSelect": {
1789
+ "name": "onSelect",
1790
+ "description": "Callback function triggered after selection"
1791
+ },
1792
+ "reversed": {
1793
+ "name": "Reversed",
1794
+ "description": "Reverse direction of tabs/subtle"
1795
+ },
1796
+ "vertical": {
1797
+ "name": "Vertical",
1798
+ "description": "Stacked navigation"
1799
+ },
1800
+ "items": {
1801
+ "name": "Items",
1802
+ "description": "Items for the tab"
1803
+ },
1804
+ "showNavigation": {
1805
+ "name": "Show navigation",
1806
+ "description": "Show or hide navigation"
1807
+ },
1808
+ "pane": {
1809
+ "name": "Pane",
1810
+ "description": "A child component of the tab"
1811
+ }
1812
+ }
1813
+ },
1814
+ "RsTagPicker": {
1815
+ "name": "Tag picker",
1816
+ "description": "Tag picker component with label support",
1817
+ "props": {
1818
+ "data": {
1819
+ "name": "Data",
1820
+ "description": "Selectable data"
1821
+ },
1822
+ "cleanable": {
1823
+ "name": "Cleanable",
1824
+ "description": "Whether the option can be emptied"
1825
+ },
1826
+ "creatable": {
1827
+ "name": "Creatable",
1828
+ "description": "Settings can create new options"
1829
+ },
1830
+ "groupBy": {
1831
+ "name": "Group by",
1832
+ "description": "Set grouping criteria 'key' in 'data'"
1833
+ },
1834
+ "onSelect": {
1835
+ "name": "onSelect",
1836
+ "description": "The callback for select"
1837
+ },
1838
+ "onClean": {
1839
+ "name": "onClean",
1840
+ "description": "The callback for clean"
1841
+ },
1842
+ "onClose": {
1843
+ "name": "onClose",
1844
+ "description": "The callback for close"
1845
+ },
1846
+ "onCreate": {
1847
+ "name": "onCreate",
1848
+ "description": "The callback for create"
1849
+ },
1850
+ "onChange": {
1851
+ "name": "onChange",
1852
+ "description": "Callback function when value changes"
1853
+ },
1854
+ "onSearch": {
1855
+ "name": "onSearch",
1856
+ "description": "The callback for search"
1857
+ }
1858
+ }
1859
+ },
1860
+ "RsTextArea": {
1861
+ "name": "Text area",
1862
+ "description": "A text area component for multi-line text input",
1863
+ "props": {
1864
+ "rows": {
1865
+ "name": "Rows",
1866
+ "description": "The number of visible text lines"
1867
+ },
1868
+ "onChange": {
1869
+ "name": "onChange",
1870
+ "description": "The callback function in which value is changed"
1871
+ },
1872
+ "onPressEnter": {
1873
+ "name": "onPressEnter",
1874
+ "description": "Called on press enter"
1875
+ }
1876
+ }
1877
+ },
1878
+ "RsTimePicker": {
1879
+ "name": "Time picker",
1880
+ "description": "Time picker component with label support",
1881
+ "props": {
1882
+ "defaultValue": {
1883
+ "name": "Default value",
1884
+ "description": "Default value"
1885
+ },
1886
+ "format": {
1887
+ "name": "Format",
1888
+ "description": "Format of the time when rendered in the input"
1889
+ },
1890
+ "editable": {
1891
+ "name": "Editable",
1892
+ "description": "Rendered as an input, the time can be entered via the keyboard"
1893
+ },
1894
+ "cleanable": {
1895
+ "name": "Cleanable",
1896
+ "description": "Whether the selected value can be cleared"
1897
+ },
1898
+ "open": {
1899
+ "name": "Open",
1900
+ "description": "Whether open the component"
1901
+ },
1902
+ "onChange": {
1903
+ "name": "onChange",
1904
+ "description": "Callback fired when value changed"
1905
+ },
1906
+ "onClean": {
1907
+ "name": "onClean",
1908
+ "description": "Callback fired when value clean"
1909
+ },
1910
+ "onClose": {
1911
+ "name": "onClose",
1912
+ "description": "Callback fired when close component"
1913
+ },
1914
+ "onEnter": {
1915
+ "name": "onEnter",
1916
+ "description": "Callback fired before the overlay transitions in"
1917
+ },
1918
+ "onEntered": {
1919
+ "name": "onEntered",
1920
+ "description": "Callback fired after the overlay finishes transitioning in"
1921
+ },
1922
+ "onEntering": {
1923
+ "name": "onEntering",
1924
+ "description": "Callback fired as the overlay begins to transition in"
1925
+ },
1926
+ "onExit": {
1927
+ "name": "onExit",
1928
+ "description": "Callback fired right before the overlay transitions out"
1929
+ },
1930
+ "onExited": {
1931
+ "name": "onExited",
1932
+ "description": "Callback fired after the overlay finishes transitioning out"
1933
+ },
1934
+ "onExiting": {
1935
+ "name": "onExiting",
1936
+ "description": "Callback fired as the overlay begins to transition out"
1937
+ },
1938
+ "onOk": {
1939
+ "name": "onOk",
1940
+ "description": "Click the OK callback function"
1941
+ },
1942
+ "onOpen": {
1943
+ "name": "onOpen",
1944
+ "description": "Callback fired when open component"
1945
+ },
1946
+ "onSelect": {
1947
+ "name": "onSelect",
1948
+ "description": "Callback fired when date or time is selected"
1949
+ }
1950
+ }
1951
+ },
1952
+ "RsToggle": {
1953
+ "name": "Toggle",
1954
+ "description": "Toggle switch, used for selection between two values",
1955
+ "props": {
1956
+ "children": {
1957
+ "name": "Label",
1958
+ "description": "The component label"
1959
+ },
1960
+ "checked": {
1961
+ "name": "Checked",
1962
+ "description": "Whether the toggle is checked"
1963
+ },
1964
+ "checkedChildren": {
1965
+ "name": "Checked text",
1966
+ "description": "The text that is displayed in the checked state"
1967
+ },
1968
+ "unCheckedChildren": {
1969
+ "name": "Unchecked text",
1970
+ "description": "The text that is displayed in the unchecked state"
1971
+ },
1972
+ "color": {
1973
+ "name": "Color",
1974
+ "description": "The color of the toggle"
1975
+ },
1976
+ "loading": {
1977
+ "name": "Loading",
1978
+ "description": "Whether the component is in loading state"
1979
+ },
1980
+ "onChange": {
1981
+ "name": "onChange",
1982
+ "description": "Called when the state of the toggle changes"
1983
+ }
1984
+ }
1985
+ },
1986
+ "RsTooltip": {
1987
+ "name": "Tooltip",
1988
+ "description": "A text tip for secondary, which replaces the default title property of an HTML element",
1989
+ "props": {
1990
+ "text": {
1991
+ "name": "Text",
1992
+ "description": "Tooltip text"
1993
+ },
1994
+ "children": {
1995
+ "name": "Children",
1996
+ "description": "Child element of a tooltip"
1997
+ },
1998
+ "trigger": {
1999
+ "name": "Trigger",
2000
+ "description": "The tooltip trigger"
2001
+ }
2002
+ }
2003
+ },
2004
+ "RsUploader": {
2005
+ "name": "Uploader",
2006
+ "description": "Upload files by clicking or drag-and-drop, it supports previewing the uploaded image",
2007
+ "props": {
2008
+ "action": {
2009
+ "name": "Action",
2010
+ "description": "Uploading URL"
2011
+ },
2012
+ "accept": {
2013
+ "name": "Accept",
2014
+ "description": "File types that can be accepted. See standard HTML attribute: accept"
2015
+ },
2016
+ "autoUpload": {
2017
+ "name": "Auto upload",
2018
+ "description": "Automatically upload files after selecting them"
2019
+ },
2020
+ "customElement": {
2021
+ "name": "Custom element",
2022
+ "description": "Whether to use a custom element for the uploader"
2023
+ },
2024
+ "children": {
2025
+ "name": "Children",
2026
+ "description": "Primary content"
2027
+ },
2028
+ "disableMultipart": {
2029
+ "name": "Disable multipart",
2030
+ "description": "If 'true', disable using a multipart form for file upload and instead stream the file. Some APIs (e.g. Amazon S3) may expect the file to be streamed rather than sent via a form"
2031
+ },
2032
+ "disabledFileItem": {
2033
+ "name": "Disabled file item",
2034
+ "description": "Disabled file item"
2035
+ },
2036
+ "draggable": {
2037
+ "name": "Draggable",
2038
+ "description": "Enabled drag and drop to upload"
2039
+ },
2040
+ "fileListVisible": {
2041
+ "name": "File list visible",
2042
+ "description": "File list can be rendered"
2043
+ },
2044
+ "listType": {
2045
+ "name": "List type",
2046
+ "description": "Upload list style"
2047
+ },
2048
+ "method": {
2049
+ "name": "Method",
2050
+ "description": "The HTTP method of upload request"
2051
+ },
2052
+ "multiple": {
2053
+ "name": "Multiple",
2054
+ "description": "Allow multiple file uploads"
2055
+ },
2056
+ "name": {
2057
+ "name": "Name",
2058
+ "description": "Upload the parameter name of the corresponding file"
2059
+ },
2060
+ "onChange": {
2061
+ "name": "onChange",
2062
+ "description": "Callback function that the upload queue has changed"
2063
+ },
2064
+ "onError": {
2065
+ "name": "onError",
2066
+ "description": "Upload callback function with error"
2067
+ },
2068
+ "onPreview": {
2069
+ "name": "onPreview",
2070
+ "description": "In the file list, click the callback function for the uploaded file"
2071
+ },
2072
+ "onProgress": {
2073
+ "name": "onProgress",
2074
+ "description": "Callback functions that upload progress change"
2075
+ },
2076
+ "onRemove": {
2077
+ "name": "onRemove",
2078
+ "description": "In the file list, click the callback function to delete a file"
2079
+ },
2080
+ "onReupload": {
2081
+ "name": "onReupload",
2082
+ "description": "In the file list, for uploading failed files, click the callback function to upload"
2083
+ },
2084
+ "onSuccess": {
2085
+ "name": "onSuccess",
2086
+ "description": "Callback function after successful upload"
2087
+ },
2088
+ "onUpload": {
2089
+ "name": "onUpload",
2090
+ "description": "The callback function that starts the upload file"
2091
+ },
2092
+ "removable": {
2093
+ "name": "Removable",
2094
+ "description": "Removable list file"
2095
+ },
2096
+ "timeout": {
2097
+ "name": "Timeout",
2098
+ "description": "Set upload timeout"
2099
+ },
2100
+ "withCredentials": {
2101
+ "name": "With credentials",
2102
+ "description": "Whether to carry cookies when uploading requests"
2103
+ },
2104
+ "fileList": {
2105
+ "name": "File list",
2106
+ "description": "List of uploaded files"
2107
+ }
2108
+ }
2109
+ },
2110
+ "RsWizard": {
2111
+ "name": "Wizard",
2112
+ "description": "Wizard component with step navigation and validation",
2113
+ "props": {
2114
+ "activeIndex": {
2115
+ "name": "Active index",
2116
+ "description": "The active step index"
2117
+ },
2118
+ "prevButtonLabel": {
2119
+ "name": "Previous button label",
2120
+ "description": "The previous button label"
2121
+ },
2122
+ "nextButtonLabel": {
2123
+ "name": "Next button label",
2124
+ "description": "The next button label"
2125
+ },
2126
+ "finishButtonLabel": {
2127
+ "name": "Finish button label",
2128
+ "description": "The finish button label"
2129
+ },
2130
+ "steps": {
2131
+ "name": "Steps",
2132
+ "description": "The wizard steps"
2133
+ },
2134
+ "children": {
2135
+ "name": "Children",
2136
+ "description": "The wizard children"
2137
+ },
2138
+ "showSteps": {
2139
+ "name": "Show steps",
2140
+ "description": "If true, the steps will be shown"
2141
+ },
2142
+ "showStepsLabels": {
2143
+ "name": "Show steps labels",
2144
+ "description": "If true, the steps labels will be shown"
2145
+ },
2146
+ "verticalSteps": {
2147
+ "name": "Vertical steps",
2148
+ "description": "If true, the steps will be displayed vertically"
2149
+ },
2150
+ "stepsNavigation": {
2151
+ "name": "Steps navigation",
2152
+ "description": "Determines which steps are available for navigation by clicking"
2153
+ },
2154
+ "validateOnNext": {
2155
+ "name": "Validate on next",
2156
+ "description": "If true, the step will be validated before moving to the next step"
2157
+ },
2158
+ "validateOnFinish": {
2159
+ "name": "Validate on finish",
2160
+ "description": "If true, the wizard will be validated before finishing the wizard"
2161
+ },
2162
+ "onNext": {
2163
+ "name": "onNext",
2164
+ "description": "Callback when next button is clicked"
2165
+ },
2166
+ "onPrev": {
2167
+ "name": "onPrev",
2168
+ "description": "Callback when previous button is clicked"
2169
+ },
2170
+ "onFinish": {
2171
+ "name": "onFinish",
2172
+ "description": "Callback when finish button is clicked"
2173
+ }
2174
+ }
2175
+ },
2176
+ "RsWizardStep": {
2177
+ "name": "Wizard step",
2178
+ "description": "Wizard step component with flex layout",
2179
+ "props": {
2180
+ "children": {
2181
+ "name": "Children",
2182
+ "description": "Component children"
2183
+ }
2184
+ }
2185
+ }
2186
+ }
2187
+ };
695
2188
 
696
2189
  export declare const rsUploader: Definer<RsUploaderProps>;
697
2190
 
@@ -773,9 +2266,9 @@ export declare interface RsWizardProps extends PropsWithChildren<any> {
773
2266
  onFinish?: () => void;
774
2267
  }
775
2268
 
776
- export declare const rsWizardStep: Definer<{
777
- theme?: Theme | undefined;
778
- as?: ElementType<any, keyof JSX_2.IntrinsicElements> | undefined;
2269
+ export declare const rsWizardStep: Definer< {
2270
+ theme?: Theme;
2271
+ as?: React.ElementType;
779
2272
  } & RsWizardStepProps & ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>>;
780
2273
 
781
2274
  /**