@steroidsjs/bootstrap 3.0.32 → 3.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/content/Accordion/AccordionItemView.d.ts +2 -2
- package/content/Accordion/AccordionView.d.ts +2 -2
- package/content/Alert/AlertView.d.ts +2 -2
- package/content/Avatar/AvatarGroupView.d.ts +2 -2
- package/content/Avatar/AvatarView.d.ts +2 -2
- package/content/Badge/BadgeView.d.ts +2 -2
- package/content/Calendar/CalendarView.d.ts +2 -2
- package/content/Calendar/CaptionElement.d.ts +2 -2
- package/content/CalendarSystem/AsideCalendars/AsideCalendars.d.ts +1 -1
- package/content/CalendarSystem/AsideHeader/AsideHeader.d.ts +1 -1
- package/content/CalendarSystem/CalendarSystemEventGroupModalView.d.ts +2 -2
- package/content/CalendarSystem/CalendarSystemModalView.d.ts +2 -2
- package/content/CalendarSystem/CalendarSystemView.d.ts +2 -2
- package/content/CalendarSystem/ContentHeader/ContentHeader.d.ts +1 -1
- package/content/CalendarSystem/DayGrid/DayGrid.d.ts +1 -1
- package/content/CalendarSystem/DayGrid/views/DayHour/DayHour.d.ts +1 -1
- package/content/CalendarSystem/DayGrid/views/DayHour/views/DayEvent/DayEvent.d.ts +2 -2
- package/content/CalendarSystem/MonthGrid/MonthGrid.d.ts +1 -1
- package/content/CalendarSystem/MonthGrid/views/MonthDay/MonthDay.d.ts +1 -1
- package/content/CalendarSystem/MonthGrid/views/MonthDay/views/MonthEvent/MonthEvent.d.ts +2 -2
- package/content/CalendarSystem/WeekGrid/WeekGrid.d.ts +1 -1
- package/content/CalendarSystem/WeekGrid/views/WeekHour/WeekHour.d.ts +1 -1
- package/content/CalendarSystem/WeekGrid/views/WeekHour/views/WeekEvent/WeekEvent.d.ts +2 -2
- package/content/Card/CardView.d.ts +2 -2
- package/content/Chart/ChartView.d.ts +2 -2
- package/content/Chat/ChatView.d.ts +2 -2
- package/content/Chat/views/BubbleMessage/BubbleMessageView.d.ts +1 -1
- package/content/Chat/views/BubblesDateGroup/BubblesDateGroup.d.ts +1 -1
- package/content/Chat/views/ChatFileItem/ChatFileItemView.d.ts +2 -2
- package/content/Chat/views/ChatInput/ChatInputView.d.ts +2 -2
- package/content/CopyToClipboard/CopyToClipboardView.d.ts +2 -2
- package/content/Dashboard/DashboardItemView.d.ts +2 -2
- package/content/Detail/DetailView.d.ts +2 -2
- package/content/DropDown/DropDownView.d.ts +2 -2
- package/content/Icon/IconView.d.ts +2 -2
- package/content/Kanban/KanbanView.d.ts +2 -2
- package/content/Kanban/views/KanbanColumn/KanbanColumnView.d.ts +2 -2
- package/content/Kanban/views/KanbanModal/KanbanModalView.d.ts +2 -2
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/CreateOrEditTaskModalContentView.d.ts +2 -2
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/Label/Label.d.ts +2 -2
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/TagsSelector/TagsSelector.d.ts +2 -2
- package/content/Kanban/views/KanbanModal/views/TaskDetailsModalContent/TaskDetailsModalContentView.d.ts +2 -2
- package/content/Kanban/views/KanbanTask/KanbanTaskView.d.ts +1 -1
- package/content/Kanban/views/TaskTags/TaskTags.d.ts +2 -2
- package/content/Menu/MenuItemView.d.ts +2 -2
- package/content/Menu/MenuView.d.ts +2 -2
- package/content/Slider/SliderView.d.ts +2 -2
- package/crud/Crud/CrudView.d.ts +2 -2
- package/form/AutoCompleteField/AutoCompleteFieldView.d.ts +2 -2
- package/form/Button/ButtonView.d.ts +2 -2
- package/form/CheckboxField/CheckboxFieldView.d.ts +2 -2
- package/form/CheckboxListField/CheckboxListFieldView.d.ts +2 -2
- package/form/CheckboxListField/CheckboxListFieldView.js +1 -1
- package/form/CheckboxTreeField/CheckboxTreeFieldView.d.ts +2 -2
- package/form/DateField/DateFieldView.d.ts +2 -2
- package/form/DateRangeField/DateRangeFieldView.d.ts +2 -2
- package/form/DateRangeField/views/RangeButtons/RangeButtons.d.ts +2 -2
- package/form/DateRangeField/views/RangeButtons/consts.js +3 -3
- package/form/DateRangeField/views/RangeButtons/utils.d.ts +4 -0
- package/form/DateRangeField/views/RangeButtons/utils.js +12 -1
- package/form/DateTimeField/DateTimeFieldView.d.ts +2 -2
- package/form/DateTimeRangeField/DateTimeRangeFieldView.d.ts +2 -2
- package/form/DropDownField/DropDownFieldView.d.ts +2 -2
- package/form/DropDownField/DropDownFieldView.js +54 -36
- package/form/DropDownField/DropDownFieldView.scss +45 -45
- package/form/DropDownFieldItem/DropDownFieldItemView.d.ts +2 -2
- package/form/FieldLayout/FieldLayoutView.d.ts +2 -2
- package/form/FieldList/FieldListItemView.d.ts +1 -1
- package/form/FieldList/FieldListView.d.ts +2 -2
- package/form/FieldSet/FieldSetView.d.ts +2 -2
- package/form/FileField/FileFieldItemView.d.ts +2 -2
- package/form/FileField/FileFieldView.d.ts +2 -2
- package/form/Form/FormView.d.ts +1 -1
- package/form/HtmlField/HtmlFieldView.d.ts +2 -2
- package/form/ImageField/ImageFieldModalView.d.ts +2 -2
- package/form/ImageField/ImageFieldView.d.ts +2 -2
- package/form/InputField/InputFieldView.d.ts +2 -2
- package/form/NumberField/NumberFieldView.d.ts +2 -2
- package/form/PasswordField/PasswordFieldView.d.ts +2 -2
- package/form/RadioField/RadioFieldView.d.ts +3 -3
- package/form/RadioListField/RadioListFieldView.d.ts +3 -3
- package/form/RadioListField/RadioListFieldView.js +1 -1
- package/form/RateField/RateFieldView.d.ts +2 -2
- package/form/ReCaptchaField/ReCaptchaFieldView.d.ts +2 -2
- package/form/SliderField/SliderFieldView.d.ts +2 -2
- package/form/SwitcherField/SwitcherFieldView.d.ts +3 -3
- package/form/SwitcherField/SwitcherFieldView.js +17 -35
- package/form/SwitcherField/SwitcherFieldView.scss +63 -69
- package/form/SwitcherListField/SwitcherListFieldView.d.ts +3 -0
- package/form/SwitcherListField/SwitcherListFieldView.js +54 -0
- package/form/SwitcherListField/SwitcherListFieldView.scss +9 -0
- package/form/TextField/TextFieldView.d.ts +2 -2
- package/form/TimeField/TimeFieldView.d.ts +2 -2
- package/form/TimeField/TimePanelView.d.ts +2 -2
- package/form/TimeField/views/TimePanelColumn/TimePanelColumn.d.ts +2 -2
- package/form/TimeRangeField/TimeRangeFieldView.d.ts +2 -2
- package/format/DefaultFormatter/DefaultFormatterView.d.ts +1 -1
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/index.scss +1 -0
- package/layout/Header/HeaderView.d.ts +2 -2
- package/layout/Loader/LoaderView.d.ts +2 -2
- package/layout/Notifications/NotificationsItemView.d.ts +2 -2
- package/layout/Notifications/NotificationsView.d.ts +2 -2
- package/layout/ProgressBar/CircleProgressBarView.d.ts +2 -2
- package/layout/ProgressBar/LineProgressBarView.d.ts +2 -2
- package/layout/Sidebar/FooterIcons/FooterIcons.d.ts +1 -1
- package/layout/Sidebar/SidebarLogo/SidebarLogo.d.ts +1 -1
- package/layout/Sidebar/SidebarUser/SidebarUser.d.ts +1 -1
- package/layout/Sidebar/SidebarView.d.ts +2 -2
- package/layout/Skeleton/SkeletonView.d.ts +2 -2
- package/layout/Tooltip/TooltipView.d.ts +2 -2
- package/list/CheckboxColumn/CheckboxColumnView.d.ts +2 -2
- package/list/ControlsColumnView/ControlsColumnView.d.ts +2 -2
- package/list/Empty/EmptyView.d.ts +2 -2
- package/list/FlexGrid/FlexGridView.d.ts +2 -2
- package/list/Grid/views/ContentColumnView/ContentColumnView.d.ts +2 -2
- package/list/Grid/views/DiagramColumnView/DiagramColumnView.d.ts +2 -2
- package/list/Grid/views/TreeColumnView/TreeColumnView.d.ts +2 -2
- package/list/List/ListItemView.d.ts +2 -2
- package/list/Pagination/PaginationButtonView.d.ts +2 -2
- package/list/Pagination/PaginationMoreView.d.ts +2 -2
- package/list/PaginationSize/PaginationSizeView.d.ts +2 -2
- package/list/Steps/StepItemView.d.ts +2 -2
- package/list/Steps/StepsView.d.ts +2 -2
- package/modal/Modal/ModalView.d.ts +2 -2
- package/modal/TwoFactorModal/TwoFactorModalView.d.ts +2 -2
- package/nav/Breadcrubms/BreadcrumbsView.d.ts +2 -2
- package/nav/ButtonGroup/ButtonGroupView.d.ts +2 -2
- package/nav/Controls/ControlsView.d.ts +2 -2
- package/nav/Nav/NavBarView.d.ts +2 -2
- package/nav/Nav/NavButtonView.d.ts +2 -2
- package/nav/Nav/NavIconView.d.ts +2 -2
- package/nav/Nav/NavLinkView.d.ts +2 -2
- package/nav/Nav/NavListView.d.ts +2 -2
- package/nav/Nav/NavTabsView.d.ts +2 -2
- package/nav/Tree/TreeView.d.ts +2 -2
- package/nav/TreeItem/TreeItemView.d.ts +2 -2
- package/package.json +6 -17
- package/utils/renderIcon.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steroidsjs/bootstrap",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.35",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "Vladimir Kozhin <hello@kozhindev.com>",
|
|
@@ -19,15 +19,13 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@splidejs/react-splide": "^0.7.12",
|
|
22
|
-
"
|
|
22
|
+
"@types/react-dom": "^18.3.1",
|
|
23
23
|
"lodash": "^4.17.20",
|
|
24
24
|
"lodash-es": "^4.17.20",
|
|
25
|
-
"normalize.css": "^8.0.1",
|
|
26
25
|
"rc-slider": "^9.7.4",
|
|
27
|
-
"react": "^18.
|
|
28
|
-
"react-collapse": "^5.0.1",
|
|
26
|
+
"react": "^18.3.1",
|
|
29
27
|
"react-day-picker": "^7.4.10",
|
|
30
|
-
"react-dom": "^18.
|
|
28
|
+
"react-dom": "^18.3.1",
|
|
31
29
|
"react-google-recaptcha": "^3.1.0",
|
|
32
30
|
"react-image-crop": "^9.0.2",
|
|
33
31
|
"react-modal": "^3.11.2",
|
|
@@ -35,19 +33,10 @@
|
|
|
35
33
|
"react-use": "^17.4.0"
|
|
36
34
|
},
|
|
37
35
|
"devDependencies": {
|
|
38
|
-
"@steroidsjs/core": "3.0.
|
|
36
|
+
"@steroidsjs/core": "3.0.67",
|
|
39
37
|
"@steroidsjs/eslint-config": "^2.1.6",
|
|
40
|
-
"@types/enzyme": "^3.10.8",
|
|
41
|
-
"@types/googlemaps": "^3.43.3",
|
|
42
|
-
"@types/jest": "^26.0.22",
|
|
43
|
-
"@types/markdown-to-jsx": "^6.11.3",
|
|
44
38
|
"@types/node": "^14.14.37",
|
|
45
|
-
"@types/
|
|
46
|
-
"@types/reach__router": "^1.3.7",
|
|
47
|
-
"@types/react": "^18.0.27",
|
|
48
|
-
"@types/react-color": "^3.0.4",
|
|
49
|
-
"@types/react-syntax-highlighter": "^13.5.0",
|
|
50
|
-
"@types/webpack-env": "^1.16.0",
|
|
39
|
+
"@types/react": "^18.3.12",
|
|
51
40
|
"copyfiles": "^2.4.1",
|
|
52
41
|
"eslint": "^8.34.0",
|
|
53
42
|
"typescript": "^4.9.5"
|
package/utils/renderIcon.d.ts
CHANGED
|
@@ -5,5 +5,5 @@ import { IIconProps } from '@steroidsjs/core/ui/content/Icon/Icon';
|
|
|
5
5
|
* с переданным в него iconProps, если нет то вернется span с классом iconProps.className со вложенным {icon}
|
|
6
6
|
* @example renderIcon(props.leadIcon, {className: 'leadIcon', tabIndex: -1})
|
|
7
7
|
*/
|
|
8
|
-
declare const renderIcon: (icon: string | React.ReactElement, iconProps: IIconProps) => JSX.Element;
|
|
8
|
+
declare const renderIcon: (icon: string | React.ReactElement, iconProps: IIconProps) => React.JSX.Element;
|
|
9
9
|
export default renderIcon;
|