powell-react 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. package/dist/cjs/index.js +312 -12
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/api/primereact.d.ts +86 -85
  4. package/dist/cjs/types/components/CascadeSelect/index.d.ts +1 -1
  5. package/dist/cjs/types/components/Chips/Chips.d.ts +4 -5
  6. package/dist/cjs/types/components/Editor/index.d.ts +1 -1
  7. package/dist/cjs/types/components/InputPassword/InputPassword.d.ts +1 -2
  8. package/dist/cjs/types/components/Knob/Knob.d.ts +1 -2
  9. package/dist/cjs/types/components/ListBox/ListBox.d.ts +1 -2
  10. package/dist/cjs/types/components/ListBox/index.d.ts +1 -1
  11. package/dist/cjs/types/components/MultiStateCheckbox/MultiStateCheckbox.d.ts +1 -2
  12. package/dist/cjs/types/index.d.ts +1 -0
  13. package/dist/cjs/types/models/forms.d.ts +4 -4
  14. package/dist/esm/index.js +312 -13
  15. package/dist/esm/index.js.map +1 -1
  16. package/dist/esm/types/api/primereact.d.ts +86 -85
  17. package/dist/esm/types/components/CascadeSelect/index.d.ts +1 -1
  18. package/dist/esm/types/components/Chips/Chips.d.ts +4 -5
  19. package/dist/esm/types/components/Editor/index.d.ts +1 -1
  20. package/dist/esm/types/components/InputPassword/InputPassword.d.ts +1 -2
  21. package/dist/esm/types/components/Knob/Knob.d.ts +1 -2
  22. package/dist/esm/types/components/ListBox/ListBox.d.ts +1 -2
  23. package/dist/esm/types/components/ListBox/index.d.ts +1 -1
  24. package/dist/esm/types/components/MultiStateCheckbox/MultiStateCheckbox.d.ts +1 -2
  25. package/dist/esm/types/index.d.ts +1 -0
  26. package/dist/esm/types/models/forms.d.ts +4 -4
  27. package/dist/index.d.ts +7 -3
  28. package/package.json +2 -1
  29. package/dist/cjs/types/components22/Button/Button.d.ts +0 -7
  30. package/dist/cjs/types/components22/Button/index.d.ts +0 -2
  31. package/dist/cjs/types/components22/Input/Input.d.ts +0 -2
  32. package/dist/cjs/types/components22/Input/index.d.ts +0 -2
  33. package/dist/cjs/types/components22/index.d.ts +0 -2
  34. package/dist/esm/types/components22/Button/Button.d.ts +0 -7
  35. package/dist/esm/types/components22/Button/index.d.ts +0 -2
  36. package/dist/esm/types/components22/Input/Input.d.ts +0 -2
  37. package/dist/esm/types/components22/Input/index.d.ts +0 -2
  38. package/dist/esm/types/components22/index.d.ts +0 -2
@@ -1,100 +1,100 @@
1
1
  import { AutoComplete, AutoCompleteChangeEvent, AutoCompleteCompleteEvent, AutoCompleteDropdownClickEvent, AutoCompleteProps, AutoCompleteSelectEvent, AutoCompleteUnselectEvent } from "primereact/autocomplete";
2
2
  import { Calendar, CalendarDateTemplateEvent, CalendarMonthChangeEvent, CalendarMonthNavigatorTemplateEvent, CalendarNavigatorTemplateEvent, CalendarProps, CalendarSelectEvent, CalendarViewChangeEvent, CalendarVisibleChangeEvent, CalendarYearNavigatorTemplateEvent } from "primereact/calendar";
3
- import { CascadeSelect, CascadeSelectContext, CascadeSelectProps, CascadeSelectChangeEvent, CascadeSelectGroupChangeEvent, CascadeSelectPassThroughOptions, CascadeSelectPassThroughTransitionType, CascadeSelectPassThroughType, CascadeSelectPassThroughMethodOptions, CascadeSelectState } from "primereact/cascadeselect";
3
+ import { CascadeSelect, CascadeSelectChangeEvent, CascadeSelectContext, CascadeSelectGroupChangeEvent, CascadeSelectPassThroughMethodOptions, CascadeSelectPassThroughOptions, CascadeSelectPassThroughTransitionType, CascadeSelectPassThroughType, CascadeSelectProps, CascadeSelectState } from "primereact/cascadeselect";
4
4
  import { Checkbox, CheckboxChangeEvent, CheckboxContext, CheckboxPassThroughMethodOptions, CheckboxPassThroughOptions, CheckboxPassThroughType, CheckboxProps, CheckboxState } from "primereact/checkbox";
5
- import { Chips, ChipsAddEvent, ChipsChangeEvent, ChipsRemoveEvent, ChipsProps, ChipsRemovableOptions, ChipsPassThroughMethodOptions, ChipsPassThroughType, ChipsPassThroughOptions, ChipsState } from "primereact/chips";
6
- import { ColorPicker, ColorPickerChangeEvent, ColorPickerProps, ColorPickerHSBType, ColorPickerRGBType, ColorPickerPassThroughType, ColorPickerPassThroughOptions, ColorPickerPassThroughMethodOptions, ColorPickerPassThroughTransitionType, ColorPickerState } from "primereact/colorpicker";
7
- import { Dropdown, DropdownChangeEvent, DropdownFilterEvent, DropdownProps, DropdownContext, DropdownPassThroughMethodOptions, DropdownPassThroughOptions, DropdownPassThroughTransitionType, DropdownPassThroughType, DropdownState } from "primereact/dropdown";
8
- import { Editor, EditorProps, EditorPassThroughMethodOptions, EditorPassThroughOptions, EditorPassThroughType, EditorSelectionChangeEvent, EditorTextChangeEvent } from "primereact/editor";
9
- import { FloatLabel, FloatLabelProps, FloatLabelPassThroughMethodOptions, FloatLabelPassThroughOptions, FloatLabelPassThroughType } from "primereact/floatlabel";
10
- import { InputIcon, InputIconProps, InputIconPassThroughMethodOptions, InputIconPassThroughOptions, InputIconPassThroughType } from 'primereact/inputicon';
11
- import { IconField, IconFieldProps, IconFieldContext, IconFieldPassThroughMethodOptions, IconFieldPassThroughOptions, IconFieldPassThroughType } from "primereact/iconfield";
12
- import { InputMask, InputMaskProps, InputMaskChangeEvent, InputMaskCompleteEvent } from "primereact/inputmask";
13
- import { InputSwitch, InputSwitchProps, InputSwitchChangeEvent, InputSwitchPassThroughMethodOptions, InputSwitchPassThroughOptions, InputSwitchPassThroughType } from "primereact/inputswitch";
14
- import { InputNumber, InputNumberState, InputNumberProps, InputNumberChangeEvent, InputNumberValueChangeEvent, InputNumberPassThroughMethodOptions, InputNumberPassThroughOptions, InputNumberPassThroughType, RoundingMode } from "primereact/inputnumber";
15
- import { InputOtp, InputOtpContext, InputOtpProps, InputOtpChangeEvent, InputOtpPassThroughMethodOptions, InputOtpPassThroughOptions, InputOtpPassThroughType } from "primereact/inputotp";
16
- import { InputText, InputTextProps, InputTextContext, InputTextPassThroughMethodOptions, InputTextPassThroughOptions, InputTextPassThroughType } from "primereact/inputtext";
17
- import { InputTextarea, InputTextareaProps, InputTextareaContext, InputTextareaPassThroughOptions, InputTextareaPassThroughType, InputTextareaPassThroughMethodOptions } from "primereact/inputtextarea";
5
+ import { Chips, ChipsAddEvent, ChipsChangeEvent, ChipsPassThroughMethodOptions, ChipsPassThroughOptions, ChipsPassThroughType, ChipsProps, ChipsRemovableOptions, ChipsRemoveEvent, ChipsState } from "primereact/chips";
6
+ import { ColorPicker, ColorPickerChangeEvent, ColorPickerHSBType, ColorPickerPassThroughMethodOptions, ColorPickerPassThroughOptions, ColorPickerPassThroughTransitionType, ColorPickerPassThroughType, ColorPickerProps, ColorPickerRGBType, ColorPickerState } from "primereact/colorpicker";
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
+ import { FloatLabel, FloatLabelPassThroughMethodOptions, FloatLabelPassThroughOptions, FloatLabelPassThroughType, FloatLabelProps } from "primereact/floatlabel";
10
+ import { InputIcon, InputIconPassThroughMethodOptions, InputIconPassThroughOptions, InputIconPassThroughType, InputIconProps } from 'primereact/inputicon';
11
+ import { IconField, IconFieldContext, IconFieldPassThroughMethodOptions, IconFieldPassThroughOptions, IconFieldPassThroughType, IconFieldProps } from "primereact/iconfield";
12
+ import { InputMask, InputMaskChangeEvent, InputMaskCompleteEvent, InputMaskProps } from "primereact/inputmask";
13
+ import { InputSwitch, InputSwitchChangeEvent, InputSwitchPassThroughMethodOptions, InputSwitchPassThroughOptions, InputSwitchPassThroughType, InputSwitchProps } from "primereact/inputswitch";
14
+ import { InputNumber, InputNumberChangeEvent, InputNumberPassThroughMethodOptions, InputNumberPassThroughOptions, InputNumberPassThroughType, InputNumberProps, InputNumberState, InputNumberValueChangeEvent, RoundingMode } from "primereact/inputnumber";
15
+ import { InputOtp, InputOtpChangeEvent, InputOtpContext, InputOtpPassThroughMethodOptions, InputOtpPassThroughOptions, InputOtpPassThroughType, InputOtpProps } from "primereact/inputotp";
16
+ import { InputText, InputTextContext, InputTextPassThroughMethodOptions, InputTextPassThroughOptions, InputTextPassThroughType, InputTextProps } from "primereact/inputtext";
17
+ import { InputTextarea, InputTextareaContext, InputTextareaPassThroughMethodOptions, InputTextareaPassThroughOptions, InputTextareaPassThroughType, InputTextareaProps } from "primereact/inputtextarea";
18
18
  import { KeyFilterType } from "primereact/keyfilter";
19
- import { Knob, KnobChangeEvent, KnobProps, KnobPassThroughMethodOptions, KnobPassThroughOptions, KnobPassThroughType } from "primereact/knob";
20
- import { ListBox, ListBoxContext, ListBoxChangeEvent, ListBoxChangeTargetOptions, ListBoxFilterOptions, ListBoxFilterTemplateOptions, ListBoxFilterValueChangeEvent, ListBoxPassThroughMethodOptions, ListBoxPassThroughType, ListboxPassThroughOptions, ListBoxState, ListBoxProps } from "primereact/listbox";
21
- import { Mention, MentionContext, MentionPassThroughMethodOptions, MentionPassThroughOptions, MentionPassThroughType, MentionPassThroughTransitionType, MentionProps, MentionState, MentionItemTemplateOptions, MentionSearchEvent, MentionSelectEvent } from "primereact/mention";
22
- import { MultiSelect, MultiSelectContext, MultiSelectProps, MultiSelectChangeEvent, MultiSelectAllEvent, MultiSelectChangeTargetOptions, MultiSelectFilterOptions, MultiSelectHeaderCheckboxChangeEvent, MultiSelectPanelHeaderTemplateEvent, MultiSelectPassThroughOptions, MultiSelectPassThroughMethodOptions, MultiSelectPassThroughTransitionType, MultiSelectPassThroughType, MultiSelectFilterEvent, MultiSelectRemoveEvent, MultiSelectState, MultiSelectTemplateOptions } from "primereact/multiselect";
23
- import { MultiStateCheckbox, MultiStateCheckboxChangeEvent, MultiStateCheckboxChangeTargetOptions, MultiStateCheckboxIconTemplateEvent, MultiStateCheckboxPassThroughOptions, MultiStateCheckboxPassThroughMethodOptions, MultiStateCheckboxPassThroughType, MultiStateCheckboxOption, MultiStateCheckboxProps, MultiStateCheckboxState } from "primereact/multistatecheckbox";
24
- import { Password, PasswordIconEvent, PasswordPassThroughMethodOptions, PasswordPassThroughOptions, PasswordPassThroughType, PasswordPassThroughTransitionType, PasswordProps, PasswordState, PasswordMeterStateOptions } from "primereact/password";
25
- import { RadioButton, RadioButtonProps, RadioButtonChangeEvent, RadioButtonPassThroughMethodOptions, RadioButtonPassThroughOptions, RadioButtonPassThroughType } from "primereact/radiobutton";
26
- import { Rating, RatingContext, RatingChangeEvent, RatingProps, RatingPassThroughMethodOptions, RatingPassThroughType, RatingPassThroughOptions } from "primereact/rating";
27
- import { SelectButton, SelectButtonContext, SelectButtonProps, SelectButtonChangeEvent, SelectButtonPassThroughMethodOptions, SelectButtonPassThroughOptions, SelectButtonPassThroughType } from "primereact/selectbutton";
19
+ import { Knob, KnobChangeEvent, KnobPassThroughMethodOptions, KnobPassThroughOptions, KnobPassThroughType, KnobProps } from "primereact/knob";
20
+ import { ListBox, ListBoxChangeEvent, ListBoxChangeTargetOptions, ListBoxContext, ListBoxFilterOptions, ListBoxFilterTemplateOptions, ListBoxFilterValueChangeEvent, ListBoxPassThroughMethodOptions, ListboxPassThroughOptions, ListBoxPassThroughType, ListBoxProps, ListBoxState } from "primereact/listbox";
21
+ import { Mention, MentionContext, MentionItemTemplateOptions, MentionPassThroughMethodOptions, MentionPassThroughOptions, MentionPassThroughTransitionType, MentionPassThroughType, MentionProps, MentionSearchEvent, MentionSelectEvent, MentionState } from "primereact/mention";
22
+ import { MultiSelect, MultiSelectAllEvent, MultiSelectChangeEvent, MultiSelectChangeTargetOptions, MultiSelectContext, MultiSelectFilterEvent, MultiSelectFilterOptions, MultiSelectHeaderCheckboxChangeEvent, MultiSelectPanelHeaderTemplateEvent, MultiSelectPassThroughMethodOptions, MultiSelectPassThroughOptions, MultiSelectPassThroughTransitionType, MultiSelectPassThroughType, MultiSelectProps, MultiSelectRemoveEvent, MultiSelectState, MultiSelectTemplateOptions } from "primereact/multiselect";
23
+ import { MultiStateCheckbox, MultiStateCheckboxChangeEvent, MultiStateCheckboxChangeTargetOptions, MultiStateCheckboxIconTemplateEvent, MultiStateCheckboxOption, MultiStateCheckboxPassThroughMethodOptions, MultiStateCheckboxPassThroughOptions, MultiStateCheckboxPassThroughType, MultiStateCheckboxProps, MultiStateCheckboxState } from "primereact/multistatecheckbox";
24
+ import { Password, PasswordIconEvent, PasswordMeterStateOptions, PasswordPassThroughMethodOptions, PasswordPassThroughOptions, PasswordPassThroughTransitionType, PasswordPassThroughType, PasswordProps, PasswordState } from "primereact/password";
25
+ import { RadioButton, RadioButtonChangeEvent, RadioButtonPassThroughMethodOptions, RadioButtonPassThroughOptions, RadioButtonPassThroughType, RadioButtonProps } from "primereact/radiobutton";
26
+ import { Rating, RatingChangeEvent, RatingContext, RatingPassThroughMethodOptions, RatingPassThroughOptions, RatingPassThroughType, RatingProps } from "primereact/rating";
27
+ import { SelectButton, SelectButtonChangeEvent, SelectButtonContext, SelectButtonPassThroughMethodOptions, SelectButtonPassThroughOptions, SelectButtonPassThroughType, SelectButtonProps } from "primereact/selectbutton";
28
28
  import { Slider, SliderChangeEvent, SliderPassThroughMethodOptions, SliderPassThroughOptions, SliderPassThroughType, SliderProps, SliderSlideEndEvent } from "primereact/slider";
29
- import { TreeSelect, TreeSelectChangeEvent, TreeSelectEventNodeEvent, TreeSelectFilterValueChangeEvent, TreeSelectFilterOptions, TreeSelectFilterTemplateOptions, TreeSelectPanelHeaderTemplateOptions, TreeSelectCheckboxSelectionKeyType, TreeSelectExpandedKeysType, TreeSelectPassThroughOptions, TreeSelectPassThroughMethodOptions, TreeSelectPassThroughTransitionType, TreeSelectExpandedEvent, TreeSelectPassThroughType, TreeSelectProps, TreeSelectSelectionKeysType, TreeSelectState } from "primereact/treeselect";
30
- import { TriStateCheckbox, TriStateCheckboxProps, TriStateCheckboxChangeEvent, TriStateCheckboxPassThroughType, TriStateCheckboxPassThroughMethodOptions, TriStateCheckboxPassThroughOptions } from "primereact/tristatecheckbox";
31
- import { ToggleButton, ToggleButtonChangeTargetOptions, ToggleButtonChangeEvent, ToggleButtonPassThroughOptions, ToggleButtonPassThroughMethodOptions, ToggleButtonPassThroughType, ToggleButtonProps } from "primereact/togglebutton";
32
- import { Button, ButtonProps, ButtonContext, ButtonPassThroughMethodOptions, ButtonPassThroughType, ButtonPassThroughOptions } from "primereact/button";
33
- import { SpeedDial, SpeedDialProps, SpeedDialState, SpeedDialButtonOptions, SpeedDialPassThroughOptions, SpeedDialPassThroughMethodOptions, SpeedDialPassThroughType } from "primereact/speeddial";
34
- import { SplitButton, SplitButtonProps, SplitButtonState, SplitButtonPassThroughMethodOptions, SplitButtonPassThroughOptions, SplitButtonPassThroughTransitionType, SplitButtonPassThroughType } from "primereact/splitbutton";
35
- import { DataTable, DataTableBaseProps, DataTableContext, DataTableCellSelection, DataTableCellClickEvent, DataTableColReorderEvent, DataTableColumnResizerClickEvent, DataTableColumnResizeEndEvent, DataTableCellClassNameOptions, DataTableExportFunctionEvent, DataTableContextMenuMultipleSelectionChangeEvent, DataTableContextMenuSingleSelectionChangeEvent, DataTableEditingRows, DataTableExpandedRows, DataTableFilterEvent, DataTableFilterMeta, DataTableFooterTemplateOptions, DataTableFooterTemplateType, DataTableHeaderTemplateOptions, DataTableHeaderTemplateType, DataTableRowEditValidatorOptions, DataTableDataSelectableEvent, DataTableOperatorFilterMetaData, DataTablePassThroughOptions, DataTablePassThroughMethodOptions, DataTablePassThroughType, DataTableRowClassNameOptions, DataTableRowEditSaveEvent, DataTableSelectionCellChangeEvent, DataTableRowGroupFooterTemplateOptions, DataTableRowGroupHeaderTemplateType, DataTableRowEditCompleteEvent, DataTableRowGroupFooterTemplateType, DataTableRowGroupHeaderTemplateOptions, DataTableSelectAllChangeEvent, DataTablePageEvent, DataTablePropsCell, DataTablePropsMultiple, DataTablePropsSingle, DataTableRowClickEvent, DataTableSelectionMultipleChangeEvent, DataTableSelectionSingleChangeEvent, DataTableFilterMetaData, DataTableProps, DataTableRowData, DataTableRowDataArray, DataTableRowEditEvent, DataTableRowExpansionTemplate, DataTableRowPointerEvent, DataTableRowReorderEvent, DataTableShowRowReorderElementOptions, DataTableShowSelectionElementOptions, DataTableRowMouseEvent, DataTableRowToggleEvent, DataTableSortEvent, DataTableSortMeta, DataTableRowEvent, DataTableSelectEvent, DataTableState, DataTableStateEvent, DataTableUnselectEvent, DataTableValueArray, DataTableValue, SortOrder } from "primereact/datatable";
36
- import { DataView, DataViewLayoutOptions, DataViewLayoutOptionsChangeEvent, DataViewLayoutOptionsPassThroughOptions, DataViewLayoutOptionsPassThroughMethodOptions, DataViewPageEvent, DataViewPassThroughMethodOptions, DataViewLayoutOptionsPassThroughType, DataViewLayoutOptionsProps, DataViewPassThroughOptions, DataViewState, DataViewPassThroughType, DataViewProps } from "primereact/dataview";
37
- import { DataScroller, DataScrollerProps, DataScrollerLazyLoadEvents, DataScrollerPassThroughMethodOptions, DataScrollerPassThroughOptions, DataScrollerPassThroughType } from "primereact/datascroller";
38
- import { OrderList, OrderListContext, OrderListProps, OrderListFilterOptions, OrderListPassThroughOptions, OrderListPassThroughMethodOptions, OrderListPassThroughType, OrderListChangeEvent, OrderListState } from "primereact/orderlist";
39
- import { OrganizationChart, OrganizationChartContext, OrganizationChartState, OrganizationChartNodeSelectEvent, OrganizationChartNodeData, OrganizationChartNodeUnselectEvent, OrganizationChartSelectionChangeEvent, OrganizationChartPassThroughMethodOptions, OrganizationChartPassThroughOptions, OrganizationChartPassThroughType, OrganizationChartProps } from "primereact/organizationchart";
40
- import { Paginator, PaginatorChangeEvent, PaginatorChangeTargetOptions, PaginatorContext, PaginatorCurrentPageReportOptions, PaginatorFirstPageLinkOptions, PaginatorJumpToPageInputOptions, PaginatorLastPageLinkOptions, PaginatorPageChangeEvent, PaginatorNextPageLinkOptions, PaginatorPageLinksOptions, PaginatorPassThroughMethodOptions, PaginatorPassThroughOptions, PaginatorPassThroughType, PaginatorPrevPageLinkOptions, PaginatorPassThroughTransitionType, PaginatorProps, PaginatorTemplateOptions, PaginatorViewOptions, PaginatorRowsPerPageDropdownOptions, PaginatorTemplate } from "primereact/paginator";
41
- import { PickList, PickListContext, PickListEvent, PickListChangeEvent, PickListFilterInputProps, PickListFilterTemplateOptions, PickListPassThroughOptions, PickListPassThroughMethodOptions, PickListPassThroughType, PickListProps, PickListState } from "primereact/picklist";
42
- import { Tree, TreeContext, TreeCheckboxSelectionKeys, TreeCheckboxSelectionKeyType, TreeExpandedKeysType, TreeExpandedEvent, TreeEventNodeEvent, TreeMultipleSelectionKeys, TreeDragDropEvent, TreeNodeClickEvent, TreeNodeDoubleClickEvent, TreeFilterValueChangeEvent, TreeFilterOptions, TreeFilterInputOptions, TreeHeaderTemplateOptions, TreeNodeTemplateOptions, TreePassThroughMethodOptions, TreePassThroughType, TreePassThroughOptions, TreeSelectionEvent, TreeTogglerTemplateOptions, TreeState, TreeProps } from "primereact/tree";
43
- import { TreeTable, TreeTableContext, TreeTableEvent, TreeTableColReorderEvent, TreeTableCheckboxSelectionKeyType, TreeTableExpandedKeysType, TreeTableFilterMeta, TreeTableFilterMetaData, TreeTableSelectionKeysType, TreeTablePageEvent, TreeTableColumnResizeEndEvent, TreeTablePassThroughType, TreeTablePassThroughMethodOptions, TreeTablePassThroughOptions, TreeTableRowMouseEvent, TreeTableProps, TreeTableTogglerTemplateOptions, TreeTableSelectionEvent, TreeTableSortEvent, TreeTableSortMeta, TreeTableState, TreeTableToggleEvent } from "primereact/treetable";
29
+ import { TreeSelect, TreeSelectChangeEvent, TreeSelectCheckboxSelectionKeyType, TreeSelectEventNodeEvent, TreeSelectExpandedEvent, TreeSelectExpandedKeysType, TreeSelectFilterOptions, TreeSelectFilterTemplateOptions, TreeSelectFilterValueChangeEvent, TreeSelectPanelHeaderTemplateOptions, TreeSelectPassThroughMethodOptions, TreeSelectPassThroughOptions, TreeSelectPassThroughTransitionType, TreeSelectPassThroughType, TreeSelectProps, TreeSelectSelectionKeysType, TreeSelectState } from "primereact/treeselect";
30
+ import { TriStateCheckbox, TriStateCheckboxChangeEvent, TriStateCheckboxPassThroughMethodOptions, TriStateCheckboxPassThroughOptions, TriStateCheckboxPassThroughType, TriStateCheckboxProps } from "primereact/tristatecheckbox";
31
+ import { ToggleButton, ToggleButtonChangeEvent, ToggleButtonChangeTargetOptions, ToggleButtonPassThroughMethodOptions, ToggleButtonPassThroughOptions, ToggleButtonPassThroughType, ToggleButtonProps } from "primereact/togglebutton";
32
+ import { Button, ButtonContext, ButtonPassThroughMethodOptions, ButtonPassThroughOptions, ButtonPassThroughType, ButtonProps } from "primereact/button";
33
+ import { SpeedDial, SpeedDialButtonOptions, SpeedDialPassThroughMethodOptions, SpeedDialPassThroughOptions, SpeedDialPassThroughType, SpeedDialProps, SpeedDialState } from "primereact/speeddial";
34
+ import { SplitButton, SplitButtonPassThroughMethodOptions, SplitButtonPassThroughOptions, SplitButtonPassThroughTransitionType, SplitButtonPassThroughType, SplitButtonProps, SplitButtonState } from "primereact/splitbutton";
35
+ import { DataTable, DataTableBaseProps, DataTableCellClassNameOptions, DataTableCellClickEvent, DataTableCellSelection, DataTableColReorderEvent, DataTableColumnResizeEndEvent, DataTableColumnResizerClickEvent, DataTableContext, DataTableContextMenuMultipleSelectionChangeEvent, DataTableContextMenuSingleSelectionChangeEvent, DataTableDataSelectableEvent, DataTableEditingRows, DataTableExpandedRows, DataTableExportFunctionEvent, DataTableFilterEvent, DataTableFilterMeta, DataTableFilterMetaData, DataTableFooterTemplateOptions, DataTableFooterTemplateType, DataTableHeaderTemplateOptions, DataTableHeaderTemplateType, DataTableOperatorFilterMetaData, DataTablePageEvent, DataTablePassThroughMethodOptions, DataTablePassThroughOptions, DataTablePassThroughType, DataTableProps, DataTablePropsCell, DataTablePropsMultiple, DataTablePropsSingle, DataTableRowClassNameOptions, DataTableRowClickEvent, DataTableRowData, DataTableRowDataArray, DataTableRowEditCompleteEvent, DataTableRowEditEvent, DataTableRowEditSaveEvent, DataTableRowEditValidatorOptions, DataTableRowEvent, DataTableRowExpansionTemplate, DataTableRowGroupFooterTemplateOptions, DataTableRowGroupFooterTemplateType, DataTableRowGroupHeaderTemplateOptions, DataTableRowGroupHeaderTemplateType, DataTableRowMouseEvent, DataTableRowPointerEvent, DataTableRowReorderEvent, DataTableRowToggleEvent, DataTableSelectAllChangeEvent, DataTableSelectEvent, DataTableSelectionCellChangeEvent, DataTableSelectionMultipleChangeEvent, DataTableSelectionSingleChangeEvent, DataTableShowRowReorderElementOptions, DataTableShowSelectionElementOptions, DataTableSortEvent, DataTableSortMeta, DataTableState, DataTableStateEvent, DataTableUnselectEvent, DataTableValue, DataTableValueArray, SortOrder } from "primereact/datatable";
36
+ import { DataView, DataViewLayoutOptions, DataViewLayoutOptionsChangeEvent, DataViewLayoutOptionsPassThroughMethodOptions, DataViewLayoutOptionsPassThroughOptions, DataViewLayoutOptionsPassThroughType, DataViewLayoutOptionsProps, DataViewPageEvent, DataViewPassThroughMethodOptions, DataViewPassThroughOptions, DataViewPassThroughType, DataViewProps, DataViewState } from "primereact/dataview";
37
+ import { DataScroller, DataScrollerLazyLoadEvents, DataScrollerPassThroughMethodOptions, DataScrollerPassThroughOptions, DataScrollerPassThroughType, DataScrollerProps } from "primereact/datascroller";
38
+ import { OrderList, OrderListChangeEvent, OrderListContext, OrderListFilterOptions, OrderListPassThroughMethodOptions, OrderListPassThroughOptions, OrderListPassThroughType, OrderListProps, OrderListState } from "primereact/orderlist";
39
+ import { OrganizationChart, OrganizationChartContext, OrganizationChartNodeData, OrganizationChartNodeSelectEvent, OrganizationChartNodeUnselectEvent, OrganizationChartPassThroughMethodOptions, OrganizationChartPassThroughOptions, OrganizationChartPassThroughType, OrganizationChartProps, OrganizationChartSelectionChangeEvent, OrganizationChartState } from "primereact/organizationchart";
40
+ import { Paginator, PaginatorChangeEvent, PaginatorChangeTargetOptions, PaginatorContext, PaginatorCurrentPageReportOptions, PaginatorFirstPageLinkOptions, PaginatorJumpToPageInputOptions, PaginatorLastPageLinkOptions, PaginatorNextPageLinkOptions, PaginatorPageChangeEvent, PaginatorPageLinksOptions, PaginatorPassThroughMethodOptions, PaginatorPassThroughOptions, PaginatorPassThroughTransitionType, PaginatorPassThroughType, PaginatorPrevPageLinkOptions, PaginatorProps, PaginatorRowsPerPageDropdownOptions, PaginatorTemplate, PaginatorTemplateOptions, PaginatorViewOptions } from "primereact/paginator";
41
+ import { PickList, PickListChangeEvent, PickListContext, PickListEvent, PickListFilterInputProps, PickListFilterTemplateOptions, PickListPassThroughMethodOptions, PickListPassThroughOptions, PickListPassThroughType, PickListProps, PickListState } from "primereact/picklist";
42
+ import { Tree, TreeCheckboxSelectionKeys, TreeCheckboxSelectionKeyType, TreeContext, TreeDragDropEvent, TreeEventNodeEvent, TreeExpandedEvent, TreeExpandedKeysType, TreeFilterInputOptions, TreeFilterOptions, TreeFilterValueChangeEvent, TreeHeaderTemplateOptions, TreeMultipleSelectionKeys, TreeNodeClickEvent, TreeNodeDoubleClickEvent, TreeNodeTemplateOptions, TreePassThroughMethodOptions, TreePassThroughOptions, TreePassThroughType, TreeProps, TreeSelectionEvent, TreeState, TreeTogglerTemplateOptions } from "primereact/tree";
43
+ import { TreeTable, TreeTableCheckboxSelectionKeyType, TreeTableColReorderEvent, TreeTableColumnResizeEndEvent, TreeTableContext, TreeTableEvent, TreeTableExpandedKeysType, TreeTableFilterMeta, TreeTableFilterMetaData, TreeTablePageEvent, TreeTablePassThroughMethodOptions, TreeTablePassThroughOptions, TreeTablePassThroughType, TreeTableProps, TreeTableRowMouseEvent, TreeTableSelectionEvent, TreeTableSelectionKeysType, TreeTableSortEvent, TreeTableSortMeta, TreeTableState, TreeTableToggleEvent, TreeTableTogglerTemplateOptions } from "primereact/treetable";
44
44
  import { Timeline, TimelinePassThroughMethodOptions, TimelinePassThroughOptions, TimelinePassThroughType, TimelineProps } from "primereact/timeline";
45
- import { VirtualScroller, VirtualScrollerChangeEvent, VirtualScrollerLazyEvent, VirtualScrollerContentTemplateOptions, VirtualScrollerLoadingTemplateOptions, VirtualScrollerLoaderIconTemplateOptions, VirtualScrollerPassThroughOptions, VirtualScrollerPassThroughMethodOptions, VirtualScrollerPassThroughType, VirtualScrollerOptionsType, VirtualScrollerProps, VirtualScrollerRenderedRange, VirtualScrollerViewportRenderedRange, VirtualScrollerState, VirtualScrollerTemplateOptions } from "primereact/virtualscroller";
46
- import { Accordion, AccordionContext, AccordionPassThroughMethodOptions, AccordionPassThroughOptions, AccordionPassThroughType, AccordionPassThroughTransitionType, AccordionState, AccordionTab, AccordionTabPassThroughOptions, AccordionTabPassThroughType, AccordionTabProps, AccordionTabPassThroughMethodOptions, AccordionProps, AccordionTabChangeEvent, AccordionTabOpenEvent, AccordionTabCloseEvent } from "primereact/accordion";
47
- import { Card, CardProps, CardPassThroughMethodOptions, CardPassThroughOptions, CardPassThroughType } from "primereact/card";
48
- import { DeferredContent, DeferredContentPassThroughOptions, DeferredContentPassThroughMethodOptions, DeferredContentPassThroughType, DeferredContentState } from "primereact/deferredcontent";
45
+ import { VirtualScroller, VirtualScrollerChangeEvent, VirtualScrollerContentTemplateOptions, VirtualScrollerLazyEvent, VirtualScrollerLoaderIconTemplateOptions, VirtualScrollerLoadingTemplateOptions, VirtualScrollerOptionsType, VirtualScrollerPassThroughMethodOptions, VirtualScrollerPassThroughOptions, VirtualScrollerPassThroughType, VirtualScrollerProps, VirtualScrollerRenderedRange, VirtualScrollerState, VirtualScrollerTemplateOptions, VirtualScrollerViewportRenderedRange } from "primereact/virtualscroller";
46
+ import { Accordion, AccordionContext, AccordionPassThroughMethodOptions, AccordionPassThroughOptions, AccordionPassThroughTransitionType, AccordionPassThroughType, AccordionProps, AccordionState, AccordionTab, AccordionTabChangeEvent, AccordionTabCloseEvent, AccordionTabOpenEvent, AccordionTabPassThroughMethodOptions, AccordionTabPassThroughOptions, AccordionTabPassThroughType, AccordionTabProps } from "primereact/accordion";
47
+ import { Card, CardPassThroughMethodOptions, CardPassThroughOptions, CardPassThroughType, CardProps } from "primereact/card";
48
+ import { DeferredContent, DeferredContentPassThroughMethodOptions, DeferredContentPassThroughOptions, DeferredContentPassThroughType, DeferredContentState } from "primereact/deferredcontent";
49
49
  import { Divider, DividerPassThroughMethodOptions, DividerPassThroughOptions, DividerPassThroughType, DividerProps } from "primereact/divider";
50
- import { Fieldset, FieldsetPassThroughMethodOptions, FieldsetPassThroughOptions, FieldsetPassThroughType, FieldsetPassThroughTransitionType, FieldsetProps, FieldsetState, FieldsetToggleEvent } from "primereact/fieldset";
51
- import { Panel, PanelHeaderTemplateOptions, PanelFooterTemplateOptions, PanelPassThroughMethodOptions, PanelPassThroughOptions, PanelPassThroughType, PanelPassThroughTransitionType, PanelProps, PanelState, PanelToggleEvent } from "primereact/panel";
52
- import { ScrollPanel, ScrollPanelProps, ScrollPanelPassThroughOptions, ScrollPanelThroughMethodOptions, ScrollPanelThroughType } from "primereact/scrollpanel";
53
- import { Splitter, SplitterPanel, SplitterPanelProps, SplitterPanelPassThroughOptions, SplitterPanelPassThroughType, SplitterPassThroughOptions, SplitterPassThroughMethodOptions, SplitterPanelPassThroughMethodOptions, SplitterProps, SplitterState, SplitterPassThroughType, SplitterResizeEndEvent } from "primereact/splitter";
54
- import { Stepper, StepperChangeEvent, StepperPassThroughAttributes, StepperPassThroughMethodOptions, StepperPassThroughOptions, StepperPassThroughOptionType, StepperRefAttributes, StepperState, StepperProps } from "primereact/stepper";
55
- import { TabView, TabPanel, TabPanelHeaderTemplateOptions, TabPanelProps, TabPanelPassThroughMethodOptions, TabPanelPassThroughOptions, TabViewPassThroughMethodOptions, TabViewContext, TabViewPassThroughOptions, TabViewPassThroughType, TabViewState, TabPanelPassThroughType, TabViewTabChangeEvent, TabViewProps, TabViewTabCloseEvent } from "primereact/tabview";
50
+ import { Fieldset, FieldsetPassThroughMethodOptions, FieldsetPassThroughOptions, FieldsetPassThroughTransitionType, FieldsetPassThroughType, FieldsetProps, FieldsetState, FieldsetToggleEvent } from "primereact/fieldset";
51
+ import { Panel, PanelFooterTemplateOptions, PanelHeaderTemplateOptions, PanelPassThroughMethodOptions, PanelPassThroughOptions, PanelPassThroughTransitionType, PanelPassThroughType, PanelProps, PanelState, PanelToggleEvent } from "primereact/panel";
52
+ import { ScrollPanel, ScrollPanelPassThroughOptions, ScrollPanelProps, ScrollPanelThroughMethodOptions, ScrollPanelThroughType } from "primereact/scrollpanel";
53
+ import { Splitter, SplitterPanel, SplitterPanelPassThroughMethodOptions, SplitterPanelPassThroughOptions, SplitterPanelPassThroughType, SplitterPanelProps, SplitterPassThroughMethodOptions, SplitterPassThroughOptions, SplitterPassThroughType, SplitterProps, SplitterResizeEndEvent, SplitterState } from "primereact/splitter";
54
+ import { Stepper, StepperChangeEvent, StepperPassThroughAttributes, StepperPassThroughMethodOptions, StepperPassThroughOptions, StepperPassThroughOptionType, StepperProps, StepperRefAttributes, StepperState } from "primereact/stepper";
55
+ import { TabPanel, TabPanelHeaderTemplateOptions, TabPanelPassThroughMethodOptions, TabPanelPassThroughOptions, TabPanelPassThroughType, TabPanelProps, TabView, TabViewContext, TabViewPassThroughMethodOptions, TabViewPassThroughOptions, TabViewPassThroughType, TabViewProps, TabViewState, TabViewTabChangeEvent, TabViewTabCloseEvent } from "primereact/tabview";
56
56
  import { Toolbar, ToolbarPassThroughMethodOptions, ToolbarPassThroughOptions, ToolbarPassThroughType, ToolbarProps } from "primereact/toolbar";
57
- import { ConfirmDialog, ConfirmDialogOptions, ConfirmDialogProps, ConfirmDialogPassThroughOptions, ConfirmDialogPassThroughMethodOptions, ConfirmDialogPassThroughTransitionType, confirmDialog, ConfirmDialogPassThroughType, ConfirmDialogReturn, ConfirmDialogState } from "primereact/confirmdialog";
58
- import { ConfirmPopup, ConfirmPopupOptions, ConfirmPopupProps, ConfirmPopupPassThroughOptions, ConfirmPopupPassThroughMethodOptions, ConfirmPopupPassThroughTransitionType, ConfirmPopupPassThroughType, confirmPopup, ConfirmPopupReturn, ConfirmPopupState } from "primereact/confirmpopup";
59
- import { Dialog, DialogBreakpoints, DialogProps, DialogMaximizeEvent, DialogPassThroughOptions, DialogPassThroughMethodOptions, DialogPassThroughTransitionType, DialogPassThroughType, DialogState } from "primereact/dialog";
60
- import { OverlayPanel, OverlayPanelBreakpoints, OverlayPanelState, OverlayPanelPassThroughOptions, OverlayPanelPassThroughMethodOptions, OverlayPanelPassThroughTransitionType, OverlayPanelPassThroughType, OverlayPanelProps } from "primereact/overlaypanel";
61
- import { Sidebar, SidebarPassThroughMethodOptions, SidebarPassThroughOptions, SidebarPassThroughType, SidebarPassThroughTransitionType, SidebarState, SidebarProps } from "primereact/sidebar";
62
- import { Tooltip, TooltipContext, TooltipPassThroughMethodOptions, TooltipPassThroughOptions, TooltipPassThroughType, TooltipState, TooltipProps } from "primereact/tooltip";
63
- import { FileUpload, FileUploadFilesEvent, FileUploadErrorEvent, FileUploadBeforeSendEvent, FileUploadBeforeUploadEvent, FileUploadHandlerEvent, FileUploadHandlerOptions, FileUploadHeaderTemplateOptions, FileUploadPassThroughOptions, FileUploadPassThroughMethodOptions, FileUploadPassThroughType, FileUploadProgressBarTemplateOptions, FileUploadOptions, FileUploadProgressEvent, FileUploadProps, FileUploadRemoveEvent, FileUploadSelectEvent, ItemTemplateOptions, FileUploadState, FileUploadUploadEvent } from "primereact/fileupload";
64
- import { BreadCrumb, BreadCrumbProps, BreadCrumbPassThroughMethodOptions, BreadCrumbPassThroughOptions, BreadCrumbPassThroughType } from "primereact/breadcrumb";
65
- import { ContextMenu, ContextMenuProps, ContextMenuState, ContextMenuContext, ContextMenuPassThroughMethodOptions, ContextMenuPassThroughOptions, ContextMenuPassThroughTransitionType, ContextMenuPassThroughType } from "primereact/contextmenu";
66
- import { Dock, DockContext, DockFooterTemplateOptions, DockHeaderTemplateOptions, DockPassThroughMethodOptions, DockPassThroughOptions, DockPassThroughType, DockState, DockProps } from "primereact/dock";
67
- import { MenuItem, MenuItemOptions, MenuItemCommandEvent } from "primereact/menuitem";
68
- import { MegaMenu, MegaMenuContext, MegaMenuState, MegaMenuFocusedItemInfo, MegaMenuPassThroughMethodOptions, MegaMenuPassThroughOptions, MegaMenuPassThroughType, MegaMenuProps } from "primereact/megamenu";
69
- import { Menu, MenuContext, MenuPassThroughMethodOptions, MenuPassThroughOptions, MenuPassThroughType, MenuPassThroughTransitionType, MenuState, MenuProps } from "primereact/menu";
70
- import { Menubar, MenubarContext, MenubarPassThroughMethodOptions, MenubarPassThroughOptions, MenubarPassThroughType, MenubarState, MenubarProps } from "primereact/menubar";
71
- import { PanelMenu, PanelMenuContext, PanelMenuState, PanelMenuExpandedKeys, PanelMenuHeaderItemClickEvent, PanelMenuPassThroughMethodOptions, PanelMenuPassThroughOptions, PanelMenuPassThroughTransitionType, PanelMenuProps, PanelMenuPassThroughType } from "primereact/panelmenu";
72
- import { Steps, StepsProps, StepsPassThroughOptions, StepsPassThroughType, StepsThroughMethodOptions, StepsSelectEvent } from "primereact/steps";
73
- import { TabMenu, TabMenuContext, TabMenuProps, TabMenuState, TabMenuPassThroughOptions, TabMenuPassThroughType, TabMenuThroughMethodOptions, TabMenuTabChangeEvent } from "primereact/tabmenu";
74
- import { TieredMenu, TieredMenuContext, TieredMenuState, TieredMenuPassThroughOptions, TieredMenuPassThroughMethodOptions, TieredMenuPassThroughTransitionType, TieredMenuPassThroughType, TieredMenuProps } from "primereact/tieredmenu";
75
- import { ChartProps, ChartPassThroughMethodOptions, ChartPassThroughOptions, ChartPassThroughType } from "primereact/chart";
57
+ import { ConfirmDialog, confirmDialog, ConfirmDialogOptions, ConfirmDialogPassThroughMethodOptions, ConfirmDialogPassThroughOptions, ConfirmDialogPassThroughTransitionType, ConfirmDialogPassThroughType, ConfirmDialogProps, ConfirmDialogReturn, ConfirmDialogState } from "primereact/confirmdialog";
58
+ import { ConfirmPopup, confirmPopup, ConfirmPopupOptions, ConfirmPopupPassThroughMethodOptions, ConfirmPopupPassThroughOptions, ConfirmPopupPassThroughTransitionType, ConfirmPopupPassThroughType, ConfirmPopupProps, ConfirmPopupReturn, ConfirmPopupState } from "primereact/confirmpopup";
59
+ import { Dialog, DialogBreakpoints, DialogMaximizeEvent, DialogPassThroughMethodOptions, DialogPassThroughOptions, DialogPassThroughTransitionType, DialogPassThroughType, DialogProps, DialogState } from "primereact/dialog";
60
+ import { OverlayPanel, OverlayPanelBreakpoints, OverlayPanelPassThroughMethodOptions, OverlayPanelPassThroughOptions, OverlayPanelPassThroughTransitionType, OverlayPanelPassThroughType, OverlayPanelProps, OverlayPanelState } from "primereact/overlaypanel";
61
+ import { Sidebar, SidebarPassThroughMethodOptions, SidebarPassThroughOptions, SidebarPassThroughTransitionType, SidebarPassThroughType, SidebarProps, SidebarState } from "primereact/sidebar";
62
+ import { Tooltip, TooltipContext, TooltipPassThroughMethodOptions, TooltipPassThroughOptions, TooltipPassThroughType, TooltipProps, TooltipState } from "primereact/tooltip";
63
+ import { FileUpload, FileUploadBeforeSendEvent, FileUploadBeforeUploadEvent, FileUploadErrorEvent, FileUploadFilesEvent, FileUploadHandlerEvent, FileUploadHandlerOptions, FileUploadHeaderTemplateOptions, FileUploadOptions, FileUploadPassThroughMethodOptions, FileUploadPassThroughOptions, FileUploadPassThroughType, FileUploadProgressBarTemplateOptions, FileUploadProgressEvent, FileUploadProps, FileUploadRemoveEvent, FileUploadSelectEvent, FileUploadState, FileUploadUploadEvent, ItemTemplateOptions } from "primereact/fileupload";
64
+ import { BreadCrumb, BreadCrumbPassThroughMethodOptions, BreadCrumbPassThroughOptions, BreadCrumbPassThroughType, BreadCrumbProps } from "primereact/breadcrumb";
65
+ import { ContextMenu, ContextMenuContext, ContextMenuPassThroughMethodOptions, ContextMenuPassThroughOptions, ContextMenuPassThroughTransitionType, ContextMenuPassThroughType, ContextMenuProps, ContextMenuState } from "primereact/contextmenu";
66
+ import { Dock, DockContext, DockFooterTemplateOptions, DockHeaderTemplateOptions, DockPassThroughMethodOptions, DockPassThroughOptions, DockPassThroughType, DockProps, DockState } from "primereact/dock";
67
+ import { MenuItem, MenuItemCommandEvent, MenuItemOptions } from "primereact/menuitem";
68
+ import { MegaMenu, MegaMenuContext, MegaMenuFocusedItemInfo, MegaMenuPassThroughMethodOptions, MegaMenuPassThroughOptions, MegaMenuPassThroughType, MegaMenuProps, MegaMenuState } from "primereact/megamenu";
69
+ import { Menu, MenuContext, MenuPassThroughMethodOptions, MenuPassThroughOptions, MenuPassThroughTransitionType, MenuPassThroughType, MenuProps, MenuState } from "primereact/menu";
70
+ import { Menubar, MenubarContext, MenubarPassThroughMethodOptions, MenubarPassThroughOptions, MenubarPassThroughType, MenubarProps, MenubarState } from "primereact/menubar";
71
+ import { PanelMenu, PanelMenuContext, PanelMenuExpandedKeys, PanelMenuHeaderItemClickEvent, PanelMenuPassThroughMethodOptions, PanelMenuPassThroughOptions, PanelMenuPassThroughTransitionType, PanelMenuPassThroughType, PanelMenuProps, PanelMenuState } from "primereact/panelmenu";
72
+ import { Steps, StepsPassThroughOptions, StepsPassThroughType, StepsProps, StepsSelectEvent, StepsThroughMethodOptions } from "primereact/steps";
73
+ import { TabMenu, TabMenuContext, TabMenuPassThroughOptions, TabMenuPassThroughType, TabMenuProps, TabMenuState, TabMenuTabChangeEvent, TabMenuThroughMethodOptions } from "primereact/tabmenu";
74
+ import { TieredMenu, TieredMenuContext, TieredMenuPassThroughMethodOptions, TieredMenuPassThroughOptions, TieredMenuPassThroughTransitionType, TieredMenuPassThroughType, TieredMenuProps, TieredMenuState } from "primereact/tieredmenu";
75
+ import { Chart, ChartPassThroughMethodOptions, ChartPassThroughOptions, ChartPassThroughType, ChartProps } from "primereact/chart";
76
76
  import { Message, MessagePassThroughMethodOptions, MessagePassThroughOptions, MessagePassThroughType, MessageProps } from "primereact/message";
77
- import { Messages, MessagesMessage, MessagesPassThroughMethodOptions, MessagesPassThroughOptions, MessagesPassThroughType, MessagesPassThroughTransitionType, MessagesProps } from "primereact/messages";
78
- import { Toast, ToastMessage, ToastMessageOptions, ToastPassThroughMethodOptions, ToastPassThroughOptions, ToastPassThroughType, ToastPassThroughTransitionType, ToastState, ToastProps } from "primereact/toast";
79
- import { Carousel, CarouselContext, CarouselPassThroughMethodOptions, CarouselPassThroughOptions, CarouselPassThroughType, CarouselResponsiveOption, CarouselProps, CarouselState, CarouselPageChangeEvent } from "primereact/carousel";
80
- import { Galleria, GalleriaPassThroughMethodOptions, GalleriaPassThroughOptions, GalleriaPassThroughTransitionType, GalleriaResponsiveOptions, GalleriaProps, GalleriaPassThroughType, GalleriaState, GalleriaItemChangeEvent } from "primereact/galleria";
81
- import { Image, ImageProps, ImagePassThroughMethodOptions, ImagePassThroughOptions, ImagePassThroughType, ImagePassThroughTransitionType, ImageState } from "primereact/image";
82
- import { Avatar, AvatarProps, AvatarPassThroughMethodOptions, AvatarPassThroughOptions, AvatarPassThroughType, AvatarState } from "primereact/avatar";
83
- import { Badge, BadgeProps, BadgePassThroughMethodOptions, BadgePassThroughOptions, BadgePassThroughType } from "primereact/badge";
84
- import { BlockUI, BlockUIPassThroughMethodOptions, BlockUIPassThroughOptions, BlockUIPassThroughType, BlockUIState, BlockUIProps } from "primereact/blockui";
85
- import { Chip, ChipProps, ChipPassThroughMethodOptions, ChipPassThroughOptions, ChipPassThroughType, ChipState, ChipRemoveEvent } from "primereact/chip";
86
- import { Inplace, InplaceContent, InplaceDisplayProps, InplaceDisplay, InplacePassThroughMethodOptions, InplacePassThroughOptions, InplacePassThroughType, InplaceState, InplaceProps, InplaceToggleEvent } from "primereact/inplace";
87
- import { MeterGroup, MeterGroupContext, MeterGroupProps, MeterGroupValue, MeterGroupPassThroughOptions, MeterGroupPassThroughMethodOptions, MeterGroupPassThroughTransitionType, MeterGroupPassThroughType, CustomRenderProps } from "primereact/metergroup";
88
- import { ScrollTop, ScrollTopPassThroughMethodOptions, ScrollTopPassThroughOptions, ScrollTopPassThroughTransitionType, ScrollTopState, ScrollTopProps, ScrollTopPassThroughType } from "primereact/scrolltop";
77
+ import { Messages, MessagesMessage, MessagesPassThroughMethodOptions, MessagesPassThroughOptions, MessagesPassThroughTransitionType, MessagesPassThroughType, MessagesProps } from "primereact/messages";
78
+ import { Toast, ToastMessage, ToastMessageOptions, ToastPassThroughMethodOptions, ToastPassThroughOptions, ToastPassThroughTransitionType, ToastPassThroughType, ToastProps, ToastState } from "primereact/toast";
79
+ import { Carousel, CarouselContext, CarouselPageChangeEvent, CarouselPassThroughMethodOptions, CarouselPassThroughOptions, CarouselPassThroughType, CarouselProps, CarouselResponsiveOption, CarouselState } from "primereact/carousel";
80
+ import { Galleria, GalleriaItemChangeEvent, GalleriaPassThroughMethodOptions, GalleriaPassThroughOptions, GalleriaPassThroughTransitionType, GalleriaPassThroughType, GalleriaProps, GalleriaResponsiveOptions, GalleriaState } from "primereact/galleria";
81
+ import { Image, ImagePassThroughMethodOptions, ImagePassThroughOptions, ImagePassThroughTransitionType, ImagePassThroughType, ImageProps, ImageState } from "primereact/image";
82
+ import { Avatar, AvatarPassThroughMethodOptions, AvatarPassThroughOptions, AvatarPassThroughType, AvatarProps, AvatarState } from "primereact/avatar";
83
+ import { Badge, BadgePassThroughMethodOptions, BadgePassThroughOptions, BadgePassThroughType, BadgeProps } from "primereact/badge";
84
+ import { BlockUI, BlockUIPassThroughMethodOptions, BlockUIPassThroughOptions, BlockUIPassThroughType, BlockUIProps, BlockUIState } from "primereact/blockui";
85
+ import { Chip, ChipPassThroughMethodOptions, ChipPassThroughOptions, ChipPassThroughType, ChipProps, ChipRemoveEvent, ChipState } from "primereact/chip";
86
+ import { Inplace, InplaceContent, InplaceDisplay, InplaceDisplayProps, InplacePassThroughMethodOptions, InplacePassThroughOptions, InplacePassThroughType, InplaceProps, InplaceState, InplaceToggleEvent } from "primereact/inplace";
87
+ import { CustomRenderProps, MeterGroup, MeterGroupContext, MeterGroupPassThroughMethodOptions, MeterGroupPassThroughOptions, MeterGroupPassThroughTransitionType, MeterGroupPassThroughType, MeterGroupProps, MeterGroupValue } from "primereact/metergroup";
88
+ import { ScrollTop, ScrollTopPassThroughMethodOptions, ScrollTopPassThroughOptions, ScrollTopPassThroughTransitionType, ScrollTopPassThroughType, ScrollTopProps, ScrollTopState } from "primereact/scrolltop";
89
89
  import { Skeleton, SkeletonPassThroughMethodOptions, SkeletonPassThroughOptions, SkeletonPassThroughType, SkeletonProps } from "primereact/skeleton";
90
- import { ProgressBar, ProgressBarProps, ProgressBarPassThroughMethodOptions, ProgressBarPassThroughOptions, ProgressBarPassThroughType } from "primereact/progressbar";
91
- import { ProgressSpinner, ProgressSpinnerProps, ProgressSpinnerPassThroughOptions, ProgressSpinnerPassThroughMethodOptions, ProgressSpinnerPassThroughType } from "primereact/progressspinner";
92
- import { Ripple, RippleProps, RipplePassThroughMethodOptions, RipplePassThroughOptions, RipplePassThroughType } from "primereact/ripple";
90
+ import { ProgressBar, ProgressBarPassThroughMethodOptions, ProgressBarPassThroughOptions, ProgressBarPassThroughType, ProgressBarProps } from "primereact/progressbar";
91
+ import { ProgressSpinner, ProgressSpinnerPassThroughMethodOptions, ProgressSpinnerPassThroughOptions, ProgressSpinnerPassThroughType, ProgressSpinnerProps } from "primereact/progressspinner";
92
+ import { Ripple, RipplePassThroughMethodOptions, RipplePassThroughOptions, RipplePassThroughType, RippleProps } from "primereact/ripple";
93
93
  import { StyleClass, StyleClassProps } from "primereact/styleclass";
94
- import { Tag, TagProps, TagPassThroughMethodOptions, TagPassThroughOptions, TagPassThroughType } from "primereact/tag";
94
+ import { Tag, TagPassThroughMethodOptions, TagPassThroughOptions, TagPassThroughType, TagProps } from "primereact/tag";
95
95
  import { Terminal, TerminalPassThroughMethodOptions, TerminalPassThroughOptions, TerminalPassThroughType, TerminalProps, TerminalState } from "primereact/terminal";
96
- import { addLocale, APIOptions, locale, localeOption, localeOptions, PrimeReactContext, PrimeReactProvider, updateLocaleOption, updateLocaleOptions, ZIndexOptions, FilterMatchModeOptions, FilterMatchMode, FilterOperator, FilterService, LocaleOptions, ariaLabel, AppendToType, InputStyleType, StyleContainerType, PrimeIcons, PrimeIconsOptions, PrimeReactPTOptions, MessageSeverity } from "primereact/api";
97
- import { classNames, UniqueComponentId, DomHandler, mask, EventBus, IconType, IconUtils, IconOptions, ObjectUtils, TemplateType, ZIndexUtils, PassThroughType, mergeProps } from "primereact/utils";
96
+ import { addLocale, APIOptions, AppendToType, ariaLabel, FilterMatchMode, FilterMatchModeOptions, FilterOperator, FilterService, InputStyleType, locale, localeOption, localeOptions, LocaleOptions, MessageSeverity, PrimeIcons, PrimeIconsOptions, PrimeReactContext, PrimeReactProvider, PrimeReactPTOptions, StyleContainerType, updateLocaleOption, updateLocaleOptions, ZIndexOptions } from "primereact/api";
97
+ import { classNames, DomHandler, EventBus, IconOptions, IconType, IconUtils, mask, mergeProps, ObjectUtils, PassThroughType, TemplateType, UniqueComponentId, ZIndexUtils } from "primereact/utils";
98
98
  export { AutoComplete as $AutoComplete };
99
99
  export type { AutoCompleteChangeEvent as $AutoCompleteChangeEvent };
100
100
  export type { AutoCompleteCompleteEvent as $AutoCompleteCompleteEvent };
@@ -810,6 +810,7 @@ export type { TieredMenuPassThroughMethodOptions as $TieredMenuPassThroughMethod
810
810
  export type { TieredMenuPassThroughTransitionType as $TieredMenuPassThroughTransitionType };
811
811
  export type { TieredMenuPassThroughType as $TieredMenuPassThroughType };
812
812
  export type { TieredMenuProps as $TieredMenuProps };
813
+ export { Chart as $Chart };
813
814
  export type { ChartProps as $ChartProps };
814
815
  export type { ChartPassThroughMethodOptions as $ChartPassThroughMethodOptions };
815
816
  export type { ChartPassThroughOptions as $ChartPassThroughOptions };
@@ -1 +1 @@
1
- export * from "./CascadeSelect.tsx";
1
+ export * from "./CascadeSelect";
@@ -1,14 +1,13 @@
1
- import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
3
- import { $ChipsProps, $IconFieldProps } from "@api";
4
- import { SafeAny } from "@models";
1
+ import { ReactNode } from "react";
2
+ import { Addon, LabelPosition, SafeAny, Size } from "@models";
3
+ import { $ChipsChangeEvent, $ChipsProps, $IconFieldProps } from "@api";
5
4
  import './Chips.scss';
6
5
  interface ChipsProps extends $ChipsProps {
7
6
  name?: string;
8
7
  parseError?: (error: string) => ReactNode;
9
8
  transform?: {
10
9
  input?: (value: SafeAny) => string;
11
- output?: (event: ChangeEvent<HTMLInputElement>) => SafeAny;
10
+ output?: (event: $ChipsChangeEvent) => SafeAny;
12
11
  };
13
12
  showRequiredStar?: boolean;
14
13
  rtl?: boolean;
@@ -1 +1 @@
1
- export * from "./Editor.tsx";
1
+ export * from "./Editor";
@@ -1,7 +1,6 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { Addon, LabelPosition, Size } from "@models";
2
+ import { Addon, LabelPosition, SafeAny, Size } from "@models";
3
3
  import { $IconFieldProps, $PasswordProps } from "@api";
4
- import { SafeAny } from "@models";
5
4
  import './InputPassword.scss';
6
5
  interface InputPasswordProps extends $PasswordProps {
7
6
  name?: string;
@@ -1,7 +1,6 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition } from "@models";
2
+ import { FixLabelPosition, SafeAny } from "@models";
3
3
  import { $KnobProps } from "@api";
4
- import { SafeAny } from "@models";
5
4
  import './Knob.scss';
6
5
  interface KnobProps extends Omit<$KnobProps, 'checked'> {
7
6
  checked?: boolean;
@@ -1,7 +1,6 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition } from "@models";
2
+ import { FixLabelPosition, SafeAny } from "@models";
3
3
  import { $ListBoxProps } from "@api";
4
- import { SafeAny } from "@models";
5
4
  import './ListBox.scss';
6
5
  interface ListBoxProps extends Omit<$ListBoxProps, 'checked'> {
7
6
  checked?: boolean;
@@ -1 +1 @@
1
- export * from "./ListBox.tsx";
1
+ export * from "./ListBox";
@@ -1,7 +1,6 @@
1
1
  import { ChangeEvent, ReactNode } from "react";
2
- import { FixLabelPosition } from "@models";
2
+ import { FixLabelPosition, SafeAny } from "@models";
3
3
  import { $MultiStateCheckboxProps } from "@api";
4
- import { SafeAny } from "@models";
5
4
  import './MultiStateCheckbox.scss';
6
5
  interface MultiStateCheckboxProps extends Omit<$MultiStateCheckboxProps, 'checked'> {
7
6
  checked?: boolean;
@@ -1 +1,2 @@
1
1
  export { Button } from "./components/Button";
2
+ export { PowellProvider } from "./api/PowellProvider";
@@ -1,5 +1,5 @@
1
1
  import { $ButtonProps } from "@api";
2
- import { ButtonAppearance, Position, SafeAny } from "@models";
2
+ import { ButtonAppearance, Nullable, Position, SafeAny } from "@models";
3
3
  import { MouseEvent } from "react";
4
4
  export type LabelPosition = 'float' | 'fix-side' | 'fix-top';
5
5
  export type FixLabelPosition = Exclude<LabelPosition, 'float'>;
@@ -19,10 +19,10 @@ export interface Addon {
19
19
  after?: AddonConfig;
20
20
  }
21
21
  export type TransformOptions<V = SafeAny, T = SafeAny> = {
22
- value: V;
23
- onChange: (...event: V[]) => void;
22
+ value: Nullable<V>;
23
+ onChange: (...event: SafeAny[]) => void;
24
24
  transform?: {
25
- input?: (value: V) => SafeAny;
25
+ input?: (value: Nullable<V>) => SafeAny;
26
26
  output?: (...event: T[]) => SafeAny;
27
27
  };
28
28
  };
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import * as react from 'react';
2
- import { MouseEvent } from 'react';
2
+ import { MouseEvent, PropsWithChildren } from 'react';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import { $ButtonProps } from '@api';
5
- import { ButtonAppearance } from '@models';
5
+ import { ButtonAppearance, PowellConfig } from '@models';
6
6
 
7
7
  type ButtonState = 'default' | 'loading' | 'next';
8
8
  interface ButtonOnClickAsyncEvent {
@@ -23,4 +23,8 @@ interface ButtonProps extends Omit<$ButtonProps, "loading" | "link" | "text" | "
23
23
  }
24
24
  declare const Button: react.MemoExoticComponent<(props: ButtonProps) => react_jsx_runtime.JSX.Element>;
25
25
 
26
- export { Button };
26
+ declare const PowellProvider: (props: PropsWithChildren<{
27
+ config?: PowellConfig;
28
+ }>) => react_jsx_runtime.JSX.Element;
29
+
30
+ export { Button, PowellProvider };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powell-react",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -71,6 +71,7 @@
71
71
  "react": "^18.2.0"
72
72
  },
73
73
  "dependencies": {
74
+ "@rollup/plugin-alias": "^5.1.1",
74
75
  "formik": "^2.4.6",
75
76
  "primeicons": "^7.0.0",
76
77
  "primereact": "^10.8.4",
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import "./Button.css";
3
- export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
4
- variant?: "primary" | "secondary";
5
- }
6
- declare const Button: React.FC<ButtonProps>;
7
- export default Button;
@@ -1,2 +0,0 @@
1
- import Button from "./Button";
2
- export default Button;
@@ -1,2 +0,0 @@
1
- declare const Input: () => import("react/jsx-runtime").JSX.Element;
2
- export default Input;
@@ -1,2 +0,0 @@
1
- import Input from "./Input";
2
- export default Input;
@@ -1,2 +0,0 @@
1
- export { default as Button } from "./Button";
2
- export { default as Input } from "./Input";
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import "./Button.css";
3
- export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
4
- variant?: "primary" | "secondary";
5
- }
6
- declare const Button: React.FC<ButtonProps>;
7
- export default Button;
@@ -1,2 +0,0 @@
1
- import Button from "./Button";
2
- export default Button;
@@ -1,2 +0,0 @@
1
- declare const Input: () => import("react/jsx-runtime").JSX.Element;
2
- export default Input;
@@ -1,2 +0,0 @@
1
- import Input from "./Input";
2
- export default Input;
@@ -1,2 +0,0 @@
1
- export { default as Button } from "./Button";
2
- export { default as Input } from "./Input";