powell-react 0.0.8 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (169) hide show
  1. package/README.md +0 -321
  2. package/dist/cjs/index.js +1 -72407
  3. package/dist/cjs/types/src/components/Button/Button.d.ts +6 -0
  4. package/dist/cjs/types/src/components/Button/index.d.ts +1 -0
  5. package/dist/cjs/types/src/components/index.d.ts +1 -0
  6. package/dist/cjs/types/src/index.d.ts +1 -0
  7. package/dist/cjs/types/{api → src/powell/api}/PowellProvider.d.ts +2 -2
  8. package/dist/cjs/types/src/powell/api/configService.d.ts +2 -0
  9. package/dist/cjs/types/{api → src/powell/api}/powellDefaults.d.ts +1 -1
  10. package/dist/cjs/types/{api → src/powell/api}/primereact.d.ts +0 -14
  11. package/dist/cjs/types/{components → src/powell/components}/AutoComplete/AutoComplete.d.ts +4 -4
  12. package/dist/{esm/types → cjs/types/src/powell}/components/Button/Button.d.ts +3 -3
  13. package/dist/{esm/types → cjs/types/src/powell}/components/CascadeSelect/CascadeSelect.d.ts +4 -4
  14. package/dist/{esm/types → cjs/types/src/powell}/components/Checkbox/Checkbox.d.ts +4 -4
  15. package/dist/cjs/types/{components → src/powell/components}/Chips/Chips.d.ts +3 -3
  16. package/dist/{esm/types → cjs/types/src/powell}/components/ColorPicker/ColorPicker.d.ts +4 -4
  17. package/dist/{esm/types → cjs/types/src/powell}/components/Dropdown/Dropdown.d.ts +4 -4
  18. package/dist/{esm/types → cjs/types/src/powell}/components/Editor/Editor.d.ts +4 -4
  19. package/dist/{esm/types → cjs/types/src/powell}/components/FormContainer/FormContainer.d.ts +1 -1
  20. package/dist/cjs/types/{components → src/powell/components}/FormContainer/FormContext.d.ts +2 -2
  21. package/dist/{esm/types → cjs/types/src/powell}/components/InputMask/InputMask.d.ts +4 -4
  22. package/dist/cjs/types/{components → src/powell/components}/InputNumber/InputNumber.d.ts +4 -4
  23. package/dist/cjs/types/{components → src/powell/components}/InputOtp/InputOtp.d.ts +4 -4
  24. package/dist/cjs/types/{components → src/powell/components}/InputPassword/InputPassword.d.ts +3 -3
  25. package/dist/{esm/types → cjs/types/src/powell}/components/InputSwitch/InputSwitch.d.ts +4 -4
  26. package/dist/{esm/types → cjs/types/src/powell}/components/InputText/InputText.d.ts +4 -4
  27. package/dist/cjs/types/{components → src/powell/components}/InputTextarea/InputTextarea.d.ts +4 -4
  28. package/dist/cjs/types/{components → src/powell/components}/Knob/Knob.d.ts +3 -3
  29. package/dist/cjs/types/{components → src/powell/components}/ListBox/ListBox.d.ts +3 -3
  30. package/dist/{esm/types → cjs/types/src/powell}/components/Mention/Mention.d.ts +4 -4
  31. package/dist/cjs/types/{components → src/powell/components}/MultiSelect/MultiSelect.d.ts +4 -4
  32. package/dist/cjs/types/{components → src/powell/components}/MultiStateCheckbox/MultiStateCheckbox.d.ts +3 -3
  33. package/dist/cjs/types/{components → src/powell/components}/RadioGroup/RadioGroup.d.ts +4 -4
  34. package/dist/{esm/types → cjs/types/src/powell}/components/Rating/Rating.d.ts +4 -4
  35. package/dist/cjs/types/{components → src/powell/components}/SelectButton/SelectButton.d.ts +4 -4
  36. package/dist/{esm/types → cjs/types/src/powell}/components/Slider/Slider.d.ts +4 -4
  37. package/dist/cjs/types/{components → src/powell/components}/ToggleButton/ToggleButton.d.ts +4 -4
  38. package/dist/cjs/types/{components → src/powell/components}/TreeSelect/TreeSelect.d.ts +4 -4
  39. package/dist/cjs/types/{components → src/powell/components}/TriStateCheckbox/TriStateCheckbox.d.ts +4 -4
  40. package/dist/{esm/types → cjs/types/src/powell}/hooks/useApplyConfig.d.ts +2 -2
  41. package/dist/cjs/types/{hooks → src/powell/hooks}/useFormContext.d.ts +1 -1
  42. package/dist/cjs/types/{hooks → src/powell/hooks}/usePowellConfig.d.ts +1 -1
  43. package/dist/cjs/types/{models → src/powell/models}/config.d.ts +2 -2
  44. package/dist/cjs/types/{models → src/powell/models}/forms.d.ts +2 -2
  45. package/dist/{esm/types → cjs/types/src/powell}/utils/utilsService.d.ts +3 -3
  46. package/dist/cjs/types/vite.config.d.ts +2 -0
  47. package/dist/esm/index.js +1 -72377
  48. package/dist/esm/types/src/components/Button/Button.d.ts +6 -0
  49. package/dist/esm/types/src/components/Button/index.d.ts +1 -0
  50. package/dist/esm/types/src/components/index.d.ts +1 -0
  51. package/dist/esm/types/src/index.d.ts +1 -0
  52. package/dist/esm/types/{api → src/powell/api}/PowellProvider.d.ts +2 -2
  53. package/dist/esm/types/src/powell/api/configService.d.ts +2 -0
  54. package/dist/esm/types/{api → src/powell/api}/powellDefaults.d.ts +1 -1
  55. package/dist/esm/types/{api → src/powell/api}/primereact.d.ts +0 -14
  56. package/dist/esm/types/{components → src/powell/components}/AutoComplete/AutoComplete.d.ts +4 -4
  57. package/dist/{cjs/types → esm/types/src/powell}/components/Button/Button.d.ts +3 -3
  58. package/dist/{cjs/types → esm/types/src/powell}/components/CascadeSelect/CascadeSelect.d.ts +4 -4
  59. package/dist/{cjs/types → esm/types/src/powell}/components/Checkbox/Checkbox.d.ts +4 -4
  60. package/dist/esm/types/{components → src/powell/components}/Chips/Chips.d.ts +3 -3
  61. package/dist/{cjs/types → esm/types/src/powell}/components/ColorPicker/ColorPicker.d.ts +4 -4
  62. package/dist/{cjs/types → esm/types/src/powell}/components/Dropdown/Dropdown.d.ts +4 -4
  63. package/dist/{cjs/types → esm/types/src/powell}/components/Editor/Editor.d.ts +4 -4
  64. package/dist/{cjs/types → esm/types/src/powell}/components/FormContainer/FormContainer.d.ts +1 -1
  65. package/dist/esm/types/{components → src/powell/components}/FormContainer/FormContext.d.ts +2 -2
  66. package/dist/{cjs/types → esm/types/src/powell}/components/InputMask/InputMask.d.ts +4 -4
  67. package/dist/esm/types/{components → src/powell/components}/InputNumber/InputNumber.d.ts +4 -4
  68. package/dist/esm/types/{components → src/powell/components}/InputOtp/InputOtp.d.ts +4 -4
  69. package/dist/esm/types/{components → src/powell/components}/InputPassword/InputPassword.d.ts +3 -3
  70. package/dist/{cjs/types → esm/types/src/powell}/components/InputSwitch/InputSwitch.d.ts +4 -4
  71. package/dist/{cjs/types → esm/types/src/powell}/components/InputText/InputText.d.ts +4 -4
  72. package/dist/esm/types/{components → src/powell/components}/InputTextarea/InputTextarea.d.ts +4 -4
  73. package/dist/esm/types/{components → src/powell/components}/Knob/Knob.d.ts +3 -3
  74. package/dist/esm/types/{components → src/powell/components}/ListBox/ListBox.d.ts +3 -3
  75. package/dist/{cjs/types → esm/types/src/powell}/components/Mention/Mention.d.ts +4 -4
  76. package/dist/esm/types/{components → src/powell/components}/MultiSelect/MultiSelect.d.ts +4 -4
  77. package/dist/esm/types/{components → src/powell/components}/MultiStateCheckbox/MultiStateCheckbox.d.ts +3 -3
  78. package/dist/esm/types/{components → src/powell/components}/RadioGroup/RadioGroup.d.ts +4 -4
  79. package/dist/{cjs/types → esm/types/src/powell}/components/Rating/Rating.d.ts +4 -4
  80. package/dist/esm/types/{components → src/powell/components}/SelectButton/SelectButton.d.ts +4 -4
  81. package/dist/{cjs/types → esm/types/src/powell}/components/Slider/Slider.d.ts +4 -4
  82. package/dist/esm/types/{components → src/powell/components}/ToggleButton/ToggleButton.d.ts +4 -4
  83. package/dist/esm/types/{components → src/powell/components}/TreeSelect/TreeSelect.d.ts +4 -4
  84. package/dist/esm/types/{components → src/powell/components}/TriStateCheckbox/TriStateCheckbox.d.ts +4 -4
  85. package/dist/{cjs/types → esm/types/src/powell}/hooks/useApplyConfig.d.ts +2 -2
  86. package/dist/esm/types/{hooks → src/powell/hooks}/useFormContext.d.ts +1 -1
  87. package/dist/esm/types/{hooks → src/powell/hooks}/usePowellConfig.d.ts +1 -1
  88. package/dist/esm/types/{models → src/powell/models}/config.d.ts +2 -2
  89. package/dist/esm/types/{models → src/powell/models}/forms.d.ts +2 -2
  90. package/dist/{cjs/types → esm/types/src/powell}/utils/utilsService.d.ts +3 -3
  91. package/dist/esm/types/vite.config.d.ts +2 -0
  92. package/package.json +51 -58
  93. package/dist/cjs/index.js.map +0 -1
  94. package/dist/cjs/types/api/configService.d.ts +0 -2
  95. package/dist/esm/index.js.map +0 -1
  96. package/dist/esm/types/api/configService.d.ts +0 -2
  97. package/dist/index.d.ts +0 -495
  98. /package/dist/cjs/types/{api → src/powell/api}/forms.d.ts +0 -0
  99. /package/dist/cjs/types/{api → src/powell/api}/index.d.ts +0 -0
  100. /package/dist/cjs/types/{components → src/powell/components}/AutoComplete/index.d.ts +0 -0
  101. /package/dist/cjs/types/{components → src/powell/components}/Button/index.d.ts +0 -0
  102. /package/dist/cjs/types/{components → src/powell/components}/CascadeSelect/index.d.ts +0 -0
  103. /package/dist/cjs/types/{components → src/powell/components}/Checkbox/index.d.ts +0 -0
  104. /package/dist/cjs/types/{components → src/powell/components}/Chips/index.d.ts +0 -0
  105. /package/dist/cjs/types/{components → src/powell/components}/ColorPicker/index.d.ts +0 -0
  106. /package/dist/cjs/types/{components → src/powell/components}/Dropdown/index.d.ts +0 -0
  107. /package/dist/cjs/types/{components → src/powell/components}/Editor/index.d.ts +0 -0
  108. /package/dist/cjs/types/{components → src/powell/components}/FormContainer/index.d.ts +0 -0
  109. /package/dist/cjs/types/{components → src/powell/components}/InputMask/index.d.ts +0 -0
  110. /package/dist/cjs/types/{components → src/powell/components}/InputNumber/index.d.ts +0 -0
  111. /package/dist/cjs/types/{components → src/powell/components}/InputOtp/index.d.ts +0 -0
  112. /package/dist/cjs/types/{components → src/powell/components}/InputPassword/index.d.ts +0 -0
  113. /package/dist/cjs/types/{components → src/powell/components}/InputSwitch/index.d.ts +0 -0
  114. /package/dist/cjs/types/{components → src/powell/components}/InputText/index.d.ts +0 -0
  115. /package/dist/cjs/types/{components → src/powell/components}/InputTextarea/index.d.ts +0 -0
  116. /package/dist/cjs/types/{components → src/powell/components}/Knob/index.d.ts +0 -0
  117. /package/dist/cjs/types/{components → src/powell/components}/ListBox/index.d.ts +0 -0
  118. /package/dist/cjs/types/{components → src/powell/components}/Mention/index.d.ts +0 -0
  119. /package/dist/cjs/types/{components → src/powell/components}/MultiSelect/index.d.ts +0 -0
  120. /package/dist/cjs/types/{components → src/powell/components}/MultiStateCheckbox/index.d.ts +0 -0
  121. /package/dist/cjs/types/{components → src/powell/components}/RadioGroup/index.d.ts +0 -0
  122. /package/dist/cjs/types/{components → src/powell/components}/Rating/index.d.ts +0 -0
  123. /package/dist/cjs/types/{components → src/powell/components}/SelectButton/index.d.ts +0 -0
  124. /package/dist/cjs/types/{components → src/powell/components}/Slider/index.d.ts +0 -0
  125. /package/dist/cjs/types/{components → src/powell/components}/ToggleButton/index.d.ts +0 -0
  126. /package/dist/cjs/types/{components → src/powell/components}/TreeSelect/index.d.ts +0 -0
  127. /package/dist/cjs/types/{components → src/powell/components}/TriStateCheckbox/index.d.ts +0 -0
  128. /package/dist/cjs/types/{hooks → src/powell/hooks}/index.d.ts +0 -0
  129. /package/dist/cjs/types/{index.d.ts → src/powell/index.d.ts} +0 -0
  130. /package/dist/cjs/types/{models → src/powell/models}/common.d.ts +0 -0
  131. /package/dist/cjs/types/{models → src/powell/models}/index.d.ts +0 -0
  132. /package/dist/cjs/types/{utils → src/powell/utils}/globalState.d.ts +0 -0
  133. /package/dist/cjs/types/{utils → src/powell/utils}/index.d.ts +0 -0
  134. /package/dist/esm/types/{api → src/powell/api}/forms.d.ts +0 -0
  135. /package/dist/esm/types/{api → src/powell/api}/index.d.ts +0 -0
  136. /package/dist/esm/types/{components → src/powell/components}/AutoComplete/index.d.ts +0 -0
  137. /package/dist/esm/types/{components → src/powell/components}/Button/index.d.ts +0 -0
  138. /package/dist/esm/types/{components → src/powell/components}/CascadeSelect/index.d.ts +0 -0
  139. /package/dist/esm/types/{components → src/powell/components}/Checkbox/index.d.ts +0 -0
  140. /package/dist/esm/types/{components → src/powell/components}/Chips/index.d.ts +0 -0
  141. /package/dist/esm/types/{components → src/powell/components}/ColorPicker/index.d.ts +0 -0
  142. /package/dist/esm/types/{components → src/powell/components}/Dropdown/index.d.ts +0 -0
  143. /package/dist/esm/types/{components → src/powell/components}/Editor/index.d.ts +0 -0
  144. /package/dist/esm/types/{components → src/powell/components}/FormContainer/index.d.ts +0 -0
  145. /package/dist/esm/types/{components → src/powell/components}/InputMask/index.d.ts +0 -0
  146. /package/dist/esm/types/{components → src/powell/components}/InputNumber/index.d.ts +0 -0
  147. /package/dist/esm/types/{components → src/powell/components}/InputOtp/index.d.ts +0 -0
  148. /package/dist/esm/types/{components → src/powell/components}/InputPassword/index.d.ts +0 -0
  149. /package/dist/esm/types/{components → src/powell/components}/InputSwitch/index.d.ts +0 -0
  150. /package/dist/esm/types/{components → src/powell/components}/InputText/index.d.ts +0 -0
  151. /package/dist/esm/types/{components → src/powell/components}/InputTextarea/index.d.ts +0 -0
  152. /package/dist/esm/types/{components → src/powell/components}/Knob/index.d.ts +0 -0
  153. /package/dist/esm/types/{components → src/powell/components}/ListBox/index.d.ts +0 -0
  154. /package/dist/esm/types/{components → src/powell/components}/Mention/index.d.ts +0 -0
  155. /package/dist/esm/types/{components → src/powell/components}/MultiSelect/index.d.ts +0 -0
  156. /package/dist/esm/types/{components → src/powell/components}/MultiStateCheckbox/index.d.ts +0 -0
  157. /package/dist/esm/types/{components → src/powell/components}/RadioGroup/index.d.ts +0 -0
  158. /package/dist/esm/types/{components → src/powell/components}/Rating/index.d.ts +0 -0
  159. /package/dist/esm/types/{components → src/powell/components}/SelectButton/index.d.ts +0 -0
  160. /package/dist/esm/types/{components → src/powell/components}/Slider/index.d.ts +0 -0
  161. /package/dist/esm/types/{components → src/powell/components}/ToggleButton/index.d.ts +0 -0
  162. /package/dist/esm/types/{components → src/powell/components}/TreeSelect/index.d.ts +0 -0
  163. /package/dist/esm/types/{components → src/powell/components}/TriStateCheckbox/index.d.ts +0 -0
  164. /package/dist/esm/types/{hooks → src/powell/hooks}/index.d.ts +0 -0
  165. /package/dist/esm/types/{index.d.ts → src/powell/index.d.ts} +0 -0
  166. /package/dist/esm/types/{models → src/powell/models}/common.d.ts +0 -0
  167. /package/dist/esm/types/{models → src/powell/models}/index.d.ts +0 -0
  168. /package/dist/esm/types/{utils → src/powell/utils}/globalState.d.ts +0 -0
  169. /package/dist/esm/types/{utils → src/powell/utils}/index.d.ts +0 -0
@@ -0,0 +1,6 @@
1
+ import { ButtonHTMLAttributes, FC, ReactNode } from 'react';
2
+ import './Button.scss';
3
+ export interface IButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
4
+ children?: ReactNode;
5
+ }
6
+ export declare const Button: FC<IButtonProps>;
@@ -0,0 +1 @@
1
+ export * from './Button';
@@ -0,0 +1 @@
1
+ export * from './Button';
@@ -0,0 +1 @@
1
+ export * from './components';
@@ -1,5 +1,5 @@
1
1
  import { PropsWithChildren } from "react";
2
- import { PowellConfig } from "@models";
2
+ import { PowellConfig } from "@powell/models";
3
3
  export declare const PowellProvider: (props: PropsWithChildren<{
4
4
  config?: PowellConfig;
5
- }>) => import("react/jsx-runtime").JSX.Element;
5
+ }>) => import("react").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { PowellConfig } from "@powell/models";
2
+ export declare const configService: import("@powell/utils").StateWithValue<PowellConfig>;
@@ -1,2 +1,2 @@
1
- import { PowellConfig } from "@models";
1
+ import { PowellConfig } from "@powell/models";
2
2
  export declare const powellDefaults: PowellConfig;
@@ -5,7 +5,6 @@ import { Checkbox, CheckboxChangeEvent, CheckboxContext, CheckboxPassThroughMeth
5
5
  import { Chips, ChipsAddEvent, ChipsChangeEvent, ChipsPassThroughMethodOptions, ChipsPassThroughOptions, ChipsPassThroughType, ChipsProps, ChipsRemovableOptions, ChipsRemoveEvent, ChipsState } from "primereact/chips";
6
6
  import { ColorPicker, ColorPickerChangeEvent, ColorPickerHSBType, ColorPickerPassThroughMethodOptions, ColorPickerPassThroughOptions, ColorPickerPassThroughTransitionType, ColorPickerPassThroughType, ColorPickerProps, ColorPickerRGBType, ColorPickerState } from "primereact/colorpicker";
7
7
  import { Dropdown, DropdownChangeEvent, DropdownContext, DropdownFilterEvent, DropdownPassThroughMethodOptions, DropdownPassThroughOptions, DropdownPassThroughTransitionType, DropdownPassThroughType, DropdownProps, DropdownState } from "primereact/dropdown";
8
- import { Editor, EditorPassThroughMethodOptions, EditorPassThroughOptions, EditorPassThroughType, EditorProps, EditorSelectionChangeEvent, EditorTextChangeEvent } from "primereact/editor";
9
8
  import { FloatLabel, FloatLabelPassThroughMethodOptions, FloatLabelPassThroughOptions, FloatLabelPassThroughType, FloatLabelProps } from "primereact/floatlabel";
10
9
  import { InputIcon, InputIconPassThroughMethodOptions, InputIconPassThroughOptions, InputIconPassThroughType, InputIconProps } from 'primereact/inputicon';
11
10
  import { IconField, IconFieldContext, IconFieldPassThroughMethodOptions, IconFieldPassThroughOptions, IconFieldPassThroughType, IconFieldProps } from "primereact/iconfield";
@@ -72,7 +71,6 @@ import { PanelMenu, PanelMenuContext, PanelMenuExpandedKeys, PanelMenuHeaderItem
72
71
  import { Steps, StepsPassThroughOptions, StepsPassThroughType, StepsProps, StepsSelectEvent, StepsThroughMethodOptions } from "primereact/steps";
73
72
  import { TabMenu, TabMenuContext, TabMenuPassThroughOptions, TabMenuPassThroughType, TabMenuProps, TabMenuState, TabMenuTabChangeEvent, TabMenuThroughMethodOptions } from "primereact/tabmenu";
74
73
  import { TieredMenu, TieredMenuContext, TieredMenuPassThroughMethodOptions, TieredMenuPassThroughOptions, TieredMenuPassThroughTransitionType, TieredMenuPassThroughType, TieredMenuProps, TieredMenuState } from "primereact/tieredmenu";
75
- import { Chart, ChartPassThroughMethodOptions, ChartPassThroughOptions, ChartPassThroughType, ChartProps } from "primereact/chart";
76
74
  import { Message, MessagePassThroughMethodOptions, MessagePassThroughOptions, MessagePassThroughType, MessageProps } from "primereact/message";
77
75
  import { Messages, MessagesMessage, MessagesPassThroughMethodOptions, MessagesPassThroughOptions, MessagesPassThroughTransitionType, MessagesPassThroughType, MessagesProps } from "primereact/messages";
78
76
  import { Toast, ToastMessage, ToastMessageOptions, ToastPassThroughMethodOptions, ToastPassThroughOptions, ToastPassThroughTransitionType, ToastPassThroughType, ToastProps, ToastState } from "primereact/toast";
@@ -160,13 +158,6 @@ export type { DropdownPassThroughOptions as $DropdownPassThroughOptions };
160
158
  export type { DropdownPassThroughTransitionType as $DropdownPassThroughTransitionType };
161
159
  export type { DropdownPassThroughType as $DropdownPassThroughType };
162
160
  export type { DropdownState as $DropdownState };
163
- export { Editor as $Editor };
164
- export type { EditorProps as $EditorProps };
165
- export type { EditorPassThroughMethodOptions as $EditorPassThroughMethodOptions };
166
- export type { EditorPassThroughOptions as $EditorPassThroughOptions };
167
- export type { EditorPassThroughType as $EditorPassThroughType };
168
- export type { EditorSelectionChangeEvent as $EditorSelectionChangeEvent };
169
- export type { EditorTextChangeEvent as $EditorTextChangeEvent };
170
161
  export { FloatLabel as $FloatLabel };
171
162
  export type { FloatLabelProps as $FloatLabelProps };
172
163
  export type { FloatLabelPassThroughMethodOptions as $FloatLabelPassThroughMethodOptions };
@@ -810,11 +801,6 @@ export type { TieredMenuPassThroughMethodOptions as $TieredMenuPassThroughMethod
810
801
  export type { TieredMenuPassThroughTransitionType as $TieredMenuPassThroughTransitionType };
811
802
  export type { TieredMenuPassThroughType as $TieredMenuPassThroughType };
812
803
  export type { TieredMenuProps as $TieredMenuProps };
813
- export { Chart as $Chart };
814
- export type { ChartProps as $ChartProps };
815
- export type { ChartPassThroughMethodOptions as $ChartPassThroughMethodOptions };
816
- export type { ChartPassThroughOptions as $ChartPassThroughOptions };
817
- export type { ChartPassThroughType as $ChartPassThroughType };
818
804
  export { Message as $Message };
819
805
  export type { MessagePassThroughMethodOptions as $MessagePassThroughMethodOptions };
820
806
  export type { MessagePassThroughOptions as $MessagePassThroughOptions };
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
3
- import { $AutoCompleteProps, $IconFieldProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition, Size } from "@powell/models";
3
+ import { $AutoCompleteProps, $IconFieldProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/AutoComplete/AutoComplete.scss';
6
6
  interface AutoCompleteProps extends $AutoCompleteProps {
7
7
  name?: string;
@@ -20,5 +20,5 @@ interface AutoCompleteProps extends $AutoCompleteProps {
20
20
  iconPosition?: $IconFieldProps["iconPosition"];
21
21
  labelPosition?: LabelPosition;
22
22
  }
23
- export declare const AutoComplete: (props: AutoCompleteProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const AutoComplete: (props: AutoCompleteProps) => import("react").JSX.Element;
24
24
  export {};
@@ -1,6 +1,6 @@
1
1
  import { MouseEvent } from "react";
2
- import { $ButtonProps } from "@api";
3
- import { ButtonAppearance } from "@models";
2
+ import { $ButtonProps } from "@powell/api";
3
+ import { ButtonAppearance } from "@powell/models";
4
4
  type ButtonState = 'default' | 'loading' | 'next';
5
5
  interface ButtonOnClickAsyncEvent {
6
6
  loadingCallback: (ok?: boolean) => void;
@@ -18,5 +18,5 @@ interface ButtonProps extends Omit<$ButtonProps, "loading" | "link" | "text" | "
18
18
  state?: ButtonState;
19
19
  onStateChange?: (state: ButtonState) => void;
20
20
  }
21
- export declare const Button: import("react").MemoExoticComponent<(props: ButtonProps) => import("react/jsx-runtime").JSX.Element>;
21
+ export declare const Button: import("react").MemoExoticComponent<(props: ButtonProps) => import("react").JSX.Element>;
22
22
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
3
- import { $CascadeSelectProps, $IconFieldProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition, Size } from "@powell/models";
3
+ import { $CascadeSelectProps, $IconFieldProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/CascadeSelect/CascadeSelect.scss';
6
6
  interface CascadeSelectProps extends $CascadeSelectProps {
7
7
  name?: string;
@@ -20,5 +20,5 @@ interface CascadeSelectProps extends $CascadeSelectProps {
20
20
  iconPosition?: $IconFieldProps["iconPosition"];
21
21
  labelPosition?: LabelPosition;
22
22
  }
23
- export declare const CascadeSelect: (props: CascadeSelectProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const CascadeSelect: (props: CascadeSelectProps) => import("react").JSX.Element;
24
24
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition } from "@models";
3
- import { $CheckboxProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { FixLabelPosition } from "@powell/models";
3
+ import { $CheckboxProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/Checkbox/Checkbox.scss';
6
6
  interface CheckboxProps extends Omit<$CheckboxProps, 'checked'> {
7
7
  checked?: boolean;
@@ -17,5 +17,5 @@ interface CheckboxProps extends Omit<$CheckboxProps, 'checked'> {
17
17
  hint?: string;
18
18
  labelPosition?: FixLabelPosition;
19
19
  }
20
- export declare const Checkbox: (props: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
20
+ export declare const Checkbox: (props: CheckboxProps) => import("react").JSX.Element;
21
21
  export {};
@@ -1,6 +1,6 @@
1
1
  import { ReactNode } from "react";
2
- import { Addon, LabelPosition, SafeAny, Size } from "@models";
3
- import { $ChipsChangeEvent, $ChipsProps, $IconFieldProps } from "@api";
2
+ import { Addon, LabelPosition, SafeAny, Size } from "@powell/models";
3
+ import { $ChipsChangeEvent, $ChipsProps, $IconFieldProps } from "@powell/api";
4
4
  import '@components/Chips/Chips.scss';
5
5
  interface ChipsProps extends $ChipsProps {
6
6
  name?: string;
@@ -19,5 +19,5 @@ interface ChipsProps extends $ChipsProps {
19
19
  iconPosition?: $IconFieldProps["iconPosition"];
20
20
  labelPosition?: LabelPosition;
21
21
  }
22
- export declare const Chips: (props: ChipsProps) => import("react/jsx-runtime").JSX.Element;
22
+ export declare const Chips: (props: ChipsProps) => import("react").JSX.Element;
23
23
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
3
- import { $ColorPickerProps, $IconFieldProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition, Size } from "@powell/models";
3
+ import { $ColorPickerProps, $IconFieldProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/ColorPicker/ColorPicker.scss';
6
6
  interface ColorPickerProps extends $ColorPickerProps {
7
7
  name?: string;
@@ -20,5 +20,5 @@ interface ColorPickerProps extends $ColorPickerProps {
20
20
  iconPosition?: $IconFieldProps["iconPosition"];
21
21
  labelPosition?: LabelPosition;
22
22
  }
23
- export declare const ColorPicker: (props: ColorPickerProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const ColorPicker: (props: ColorPickerProps) => import("react").JSX.Element;
24
24
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
3
- import { $DropdownProps, $IconFieldProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition, Size } from "@powell/models";
3
+ import { $DropdownProps, $IconFieldProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/Dropdown/Dropdown.scss';
6
6
  interface DropdownProps extends $DropdownProps {
7
7
  name?: string;
@@ -20,5 +20,5 @@ interface DropdownProps extends $DropdownProps {
20
20
  iconPosition?: $IconFieldProps["iconPosition"];
21
21
  labelPosition?: LabelPosition;
22
22
  }
23
- export declare const Dropdown: (props: DropdownProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const Dropdown: (props: DropdownProps) => import("react").JSX.Element;
24
24
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition } from "@models";
3
- import { $EditorProps, $IconFieldProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition } from "@powell/models";
3
+ import { $EditorProps, $IconFieldProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/Editor/Editor.scss';
6
6
  interface EditorProps extends $EditorProps {
7
7
  name?: string;
@@ -19,5 +19,5 @@ interface EditorProps extends $EditorProps {
19
19
  iconPosition?: $IconFieldProps["iconPosition"];
20
20
  labelPosition?: LabelPosition;
21
21
  }
22
- export declare const Editor: (props: EditorProps) => import("react/jsx-runtime").JSX.Element;
22
+ export declare const Editor: (props: EditorProps) => import("react").JSX.Element;
23
23
  export {};
@@ -1,4 +1,4 @@
1
- import { $FormikConfig, $FormikContextType, $FormikValues } from "@api";
1
+ import { $FormikConfig, $FormikContextType, $FormikValues } from "@powell/api";
2
2
  interface FormContainerProps<T extends $FormikValues> extends $FormikConfig<T> {
3
3
  onInit?: (context: $FormikContextType<T>) => void;
4
4
  className?: string;
@@ -1,4 +1,4 @@
1
1
  import { PropsWithChildren } from "react";
2
- import { $FormikConfig, $FormikValues } from "@api";
2
+ import { $FormikConfig, $FormikValues } from "@powell/api";
3
3
  export declare const FormContext: import("react").Context<$FormikConfig<$FormikValues> | undefined>;
4
- export declare const FormProvider: <T extends $FormikValues>(props: PropsWithChildren<$FormikConfig<T>>) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const FormProvider: <T extends $FormikValues>(props: PropsWithChildren<$FormikConfig<T>>) => import("react").JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
3
- import { $IconFieldProps, $InputMaskProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition, Size } from "@powell/models";
3
+ import { $IconFieldProps, $InputMaskProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/InputMask/InputMask.scss';
6
6
  interface InputMaskProps extends $InputMaskProps {
7
7
  name?: string;
@@ -20,5 +20,5 @@ interface InputMaskProps extends $InputMaskProps {
20
20
  iconPosition?: $IconFieldProps["iconPosition"];
21
21
  labelPosition?: LabelPosition;
22
22
  }
23
- export declare const InputMask: (props: InputMaskProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const InputMask: (props: InputMaskProps) => import("react").JSX.Element;
24
24
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
3
- import { $IconFieldProps, $InputNumberProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition, Size } from "@powell/models";
3
+ import { $IconFieldProps, $InputNumberProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/InputNumber/InputNumber.scss';
6
6
  interface InputNumberProps extends $InputNumberProps {
7
7
  name?: string;
@@ -20,5 +20,5 @@ interface InputNumberProps extends $InputNumberProps {
20
20
  iconPosition?: $IconFieldProps["iconPosition"];
21
21
  labelPosition?: LabelPosition;
22
22
  }
23
- export declare const InputNumber: (props: InputNumberProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const InputNumber: (props: InputNumberProps) => import("react").JSX.Element;
24
24
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition, Size } from "@models";
3
- import { $InputOtpProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { FixLabelPosition, Size } from "@powell/models";
3
+ import { $InputOtpProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/InputOtp/InputOtp.scss';
6
6
  interface InputOtpProps extends $InputOtpProps {
7
7
  name?: string;
@@ -17,5 +17,5 @@ interface InputOtpProps extends $InputOtpProps {
17
17
  inputSize?: Size;
18
18
  labelPosition?: FixLabelPosition;
19
19
  }
20
- export declare const InputOtp: (props: InputOtpProps) => import("react/jsx-runtime").JSX.Element;
20
+ export declare const InputOtp: (props: InputOtpProps) => import("react").JSX.Element;
21
21
  export {};
@@ -1,6 +1,6 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, SafeAny, Size } from "@models";
3
- import { $IconFieldProps, $PasswordProps } from "@api";
2
+ import { Addon, LabelPosition, SafeAny, Size } from "@powell/models";
3
+ import { $IconFieldProps, $PasswordProps } from "@powell/api";
4
4
  import '@components/InputPassword/InputPassword.scss';
5
5
  interface InputPasswordProps extends $PasswordProps {
6
6
  name?: string;
@@ -19,5 +19,5 @@ interface InputPasswordProps extends $PasswordProps {
19
19
  iconPosition?: $IconFieldProps["iconPosition"];
20
20
  labelPosition?: LabelPosition;
21
21
  }
22
- export declare const InputPassword: (props: InputPasswordProps) => import("react/jsx-runtime").JSX.Element;
22
+ export declare const InputPassword: (props: InputPasswordProps) => import("react").JSX.Element;
23
23
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition } from "@models";
3
- import { $InputSwitchProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { FixLabelPosition } from "@powell/models";
3
+ import { $InputSwitchProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/InputSwitch/InputSwitch.scss';
6
6
  interface InputSwitchProps extends Omit<$InputSwitchProps, 'checked'> {
7
7
  checked?: boolean;
@@ -17,5 +17,5 @@ interface InputSwitchProps extends Omit<$InputSwitchProps, 'checked'> {
17
17
  hint?: string;
18
18
  labelPosition?: FixLabelPosition;
19
19
  }
20
- export declare const InputSwitch: (props: InputSwitchProps) => import("react/jsx-runtime").JSX.Element;
20
+ export declare const InputSwitch: (props: InputSwitchProps) => import("react").JSX.Element;
21
21
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
3
- import { $IconFieldProps, $InputTextProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition, Size } from "@powell/models";
3
+ import { $IconFieldProps, $InputTextProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/InputText/InputText.scss';
6
6
  interface InputTextProps extends $InputTextProps {
7
7
  name?: string;
@@ -20,5 +20,5 @@ interface InputTextProps extends $InputTextProps {
20
20
  iconPosition?: $IconFieldProps["iconPosition"];
21
21
  labelPosition?: LabelPosition;
22
22
  }
23
- export declare const InputText: (props: InputTextProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const InputText: (props: InputTextProps) => import("react").JSX.Element;
24
24
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition } from "@models";
3
- import { $IconFieldProps, $InputTextareaProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition } from "@powell/models";
3
+ import { $IconFieldProps, $InputTextareaProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/InputTextarea/InputTextarea.scss';
6
6
  interface InputTextareaProps extends $InputTextareaProps {
7
7
  name?: string;
@@ -19,5 +19,5 @@ interface InputTextareaProps extends $InputTextareaProps {
19
19
  iconPosition?: $IconFieldProps["iconPosition"];
20
20
  labelPosition?: LabelPosition;
21
21
  }
22
- export declare const InputTextarea: (props: InputTextareaProps) => import("react/jsx-runtime").JSX.Element;
22
+ export declare const InputTextarea: (props: InputTextareaProps) => import("react").JSX.Element;
23
23
  export {};
@@ -1,6 +1,6 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition, SafeAny } from "@models";
3
- import { $KnobProps } from "@api";
2
+ import { FixLabelPosition, SafeAny } from "@powell/models";
3
+ import { $KnobProps } from "@powell/api";
4
4
  import '@components/Knob/Knob.scss';
5
5
  interface KnobProps extends Omit<$KnobProps, 'checked'> {
6
6
  checked?: boolean;
@@ -16,5 +16,5 @@ interface KnobProps extends Omit<$KnobProps, 'checked'> {
16
16
  hint?: string;
17
17
  labelPosition?: FixLabelPosition;
18
18
  }
19
- export declare const Knob: (props: KnobProps) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const Knob: (props: KnobProps) => import("react").JSX.Element;
20
20
  export {};
@@ -1,6 +1,6 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition, SafeAny } from "@models";
3
- import { $ListBoxProps } from "@api";
2
+ import { FixLabelPosition, SafeAny } from "@powell/models";
3
+ import { $ListBoxProps } from "@powell/api";
4
4
  import '@components/ListBox/ListBox.scss';
5
5
  interface ListBoxProps extends Omit<$ListBoxProps, 'checked'> {
6
6
  checked?: boolean;
@@ -16,5 +16,5 @@ interface ListBoxProps extends Omit<$ListBoxProps, 'checked'> {
16
16
  hint?: string;
17
17
  labelPosition?: FixLabelPosition;
18
18
  }
19
- export declare const ListBox: (props: ListBoxProps) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const ListBox: (props: ListBoxProps) => import("react").JSX.Element;
20
20
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
3
- import { $IconFieldProps, $MentionProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition, Size } from "@powell/models";
3
+ import { $IconFieldProps, $MentionProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/Mention/Mention.scss';
6
6
  interface MentionProps extends $MentionProps {
7
7
  name?: string;
@@ -20,5 +20,5 @@ interface MentionProps extends $MentionProps {
20
20
  iconPosition?: $IconFieldProps["iconPosition"];
21
21
  labelPosition?: LabelPosition;
22
22
  }
23
- export declare const Mention: (props: MentionProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const Mention: (props: MentionProps) => import("react").JSX.Element;
24
24
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
3
- import { $IconFieldProps, $MultiSelectProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition, Size } from "@powell/models";
3
+ import { $IconFieldProps, $MultiSelectProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/MultiSelect/MultiSelect.scss';
6
6
  interface MultiSelectProps extends $MultiSelectProps {
7
7
  name?: string;
@@ -20,5 +20,5 @@ interface MultiSelectProps extends $MultiSelectProps {
20
20
  iconPosition?: $IconFieldProps["iconPosition"];
21
21
  labelPosition?: LabelPosition;
22
22
  }
23
- export declare const MultiSelect: (props: MultiSelectProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const MultiSelect: (props: MultiSelectProps) => import("react").JSX.Element;
24
24
  export {};
@@ -1,6 +1,6 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition, SafeAny } from "@models";
3
- import { $MultiStateCheckboxProps } from "@api";
2
+ import { FixLabelPosition, SafeAny } from "@powell/models";
3
+ import { $MultiStateCheckboxProps } from "@powell/api";
4
4
  import '@components/MultiStateCheckbox/MultiStateCheckbox.scss';
5
5
  interface MultiStateCheckboxProps extends Omit<$MultiStateCheckboxProps, 'checked'> {
6
6
  checked?: boolean;
@@ -16,5 +16,5 @@ interface MultiStateCheckboxProps extends Omit<$MultiStateCheckboxProps, 'checke
16
16
  hint?: string;
17
17
  labelPosition?: FixLabelPosition;
18
18
  }
19
- export declare const MultiStateCheckbox: (props: MultiStateCheckboxProps) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const MultiStateCheckbox: (props: MultiStateCheckboxProps) => import("react").JSX.Element;
20
20
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition } from "@models";
3
- import { $RadioButtonProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { FixLabelPosition } from "@powell/models";
3
+ import { $RadioButtonProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/RadioGroup/RadioGroup.scss';
6
6
  interface RadioGroupProps extends Omit<$RadioButtonProps, 'checked'> {
7
7
  checked?: boolean;
@@ -20,5 +20,5 @@ interface RadioGroupProps extends Omit<$RadioButtonProps, 'checked'> {
20
20
  optionLabel?: string;
21
21
  optionValue?: string;
22
22
  }
23
- export declare const RadioGroup: (props: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const RadioGroup: (props: RadioGroupProps) => import("react").JSX.Element;
24
24
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition } from "@models";
3
- import { $RatingProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { FixLabelPosition } from "@powell/models";
3
+ import { $RatingProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/Rating/Rating.scss';
6
6
  interface RatingProps extends Omit<$RatingProps, 'checked'> {
7
7
  checked?: boolean;
@@ -17,5 +17,5 @@ interface RatingProps extends Omit<$RatingProps, 'checked'> {
17
17
  hint?: string;
18
18
  labelPosition?: FixLabelPosition;
19
19
  }
20
- export declare const Rating: (props: RatingProps) => import("react/jsx-runtime").JSX.Element;
20
+ export declare const Rating: (props: RatingProps) => import("react").JSX.Element;
21
21
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition } from "@models";
3
- import { $SelectButtonProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { FixLabelPosition } from "@powell/models";
3
+ import { $SelectButtonProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/SelectButton/SelectButton.scss';
6
6
  interface SelectButtonProps extends Omit<$SelectButtonProps, 'checked'> {
7
7
  checked?: boolean;
@@ -17,5 +17,5 @@ interface SelectButtonProps extends Omit<$SelectButtonProps, 'checked'> {
17
17
  hint?: string;
18
18
  labelPosition?: FixLabelPosition;
19
19
  }
20
- export declare const SelectButton: (props: SelectButtonProps) => import("react/jsx-runtime").JSX.Element;
20
+ export declare const SelectButton: (props: SelectButtonProps) => import("react").JSX.Element;
21
21
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition } from "@models";
3
- import { $SliderProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { FixLabelPosition } from "@powell/models";
3
+ import { $SliderProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/Slider/Slider.scss';
6
6
  interface SliderProps extends Omit<$SliderProps, 'checked'> {
7
7
  checked?: boolean;
@@ -17,5 +17,5 @@ interface SliderProps extends Omit<$SliderProps, 'checked'> {
17
17
  hint?: string;
18
18
  labelPosition?: FixLabelPosition;
19
19
  }
20
- export declare const Slider: (props: SliderProps) => import("react/jsx-runtime").JSX.Element;
20
+ export declare const Slider: (props: SliderProps) => import("react").JSX.Element;
21
21
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition } from "@models";
3
- import { $ToggleButtonProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { FixLabelPosition } from "@powell/models";
3
+ import { $ToggleButtonProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/ToggleButton/ToggleButton.scss';
6
6
  interface ToggleButtonProps extends Omit<$ToggleButtonProps, 'checked'> {
7
7
  checked?: boolean;
@@ -17,5 +17,5 @@ interface ToggleButtonProps extends Omit<$ToggleButtonProps, 'checked'> {
17
17
  hint?: string;
18
18
  labelPosition?: FixLabelPosition;
19
19
  }
20
- export declare const ToggleButton: (props: ToggleButtonProps) => import("react/jsx-runtime").JSX.Element;
20
+ export declare const ToggleButton: (props: ToggleButtonProps) => import("react").JSX.Element;
21
21
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
3
- import { $IconFieldProps, $TreeSelectProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { Addon, LabelPosition, Size } from "@powell/models";
3
+ import { $IconFieldProps, $TreeSelectProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/TreeSelect/TreeSelect.scss';
6
6
  interface TreeSelectProps extends $TreeSelectProps {
7
7
  name?: string;
@@ -20,5 +20,5 @@ interface TreeSelectProps extends $TreeSelectProps {
20
20
  iconPosition?: $IconFieldProps["iconPosition"];
21
21
  labelPosition?: LabelPosition;
22
22
  }
23
- export declare const TreeSelect: (props: TreeSelectProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const TreeSelect: (props: TreeSelectProps) => import("react").JSX.Element;
24
24
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition } from "@models";
3
- import { $TriStateCheckboxProps } from "@api";
4
- import { SafeAny } from "@models";
2
+ import { FixLabelPosition } from "@powell/models";
3
+ import { $TriStateCheckboxProps } from "@powell/api";
4
+ import { SafeAny } from "@powell/models";
5
5
  import '@components/TriStateCheckbox/TriStateCheckbox.scss';
6
6
  interface TriStateCheckboxProps extends Omit<$TriStateCheckboxProps, 'checked'> {
7
7
  checked?: boolean;
@@ -17,5 +17,5 @@ interface TriStateCheckboxProps extends Omit<$TriStateCheckboxProps, 'checked'>
17
17
  hint?: string;
18
18
  labelPosition?: FixLabelPosition;
19
19
  }
20
- export declare const TriStateCheckbox: (props: TriStateCheckboxProps) => import("react/jsx-runtime").JSX.Element;
20
+ export declare const TriStateCheckbox: (props: TriStateCheckboxProps) => import("react").JSX.Element;
21
21
  export {};
@@ -1,4 +1,4 @@
1
- import { PowellConfig } from "@models";
1
+ import { PowellConfig } from "@powell/models";
2
2
  interface ApplyConfigOptions {
3
3
  isFixLabel?: boolean;
4
4
  sizable?: boolean;
@@ -12,6 +12,6 @@ interface CommonConfigProps {
12
12
  export declare const useApplyConfig: <T extends CommonConfigProps>(props: T, options?: ApplyConfigOptions) => T & {
13
13
  rtl: boolean | undefined;
14
14
  showRequiredStar: boolean | undefined;
15
- labelPosition: import("@models").LabelPosition | undefined;
15
+ labelPosition: import("@powell/models").LabelPosition | undefined;
16
16
  };
17
17
  export {};
@@ -1,2 +1,2 @@
1
- import { $FormikContextType, $FormikValues } from "@api";
1
+ import { $FormikContextType, $FormikValues } from "@powell/api";
2
2
  export declare const useFormContext: () => $FormikContextType<$FormikValues> | null;
@@ -1,2 +1,2 @@
1
- import { PowellConfig } from "@models";
1
+ import { PowellConfig } from "@powell/models";
2
2
  export declare const usePowellConfig: () => [config: PowellConfig, (c: Partial<PowellConfig>) => any];