@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.
Files changed (140) hide show
  1. package/content/Accordion/AccordionItemView.d.ts +2 -2
  2. package/content/Accordion/AccordionView.d.ts +2 -2
  3. package/content/Alert/AlertView.d.ts +2 -2
  4. package/content/Avatar/AvatarGroupView.d.ts +2 -2
  5. package/content/Avatar/AvatarView.d.ts +2 -2
  6. package/content/Badge/BadgeView.d.ts +2 -2
  7. package/content/Calendar/CalendarView.d.ts +2 -2
  8. package/content/Calendar/CaptionElement.d.ts +2 -2
  9. package/content/CalendarSystem/AsideCalendars/AsideCalendars.d.ts +1 -1
  10. package/content/CalendarSystem/AsideHeader/AsideHeader.d.ts +1 -1
  11. package/content/CalendarSystem/CalendarSystemEventGroupModalView.d.ts +2 -2
  12. package/content/CalendarSystem/CalendarSystemModalView.d.ts +2 -2
  13. package/content/CalendarSystem/CalendarSystemView.d.ts +2 -2
  14. package/content/CalendarSystem/ContentHeader/ContentHeader.d.ts +1 -1
  15. package/content/CalendarSystem/DayGrid/DayGrid.d.ts +1 -1
  16. package/content/CalendarSystem/DayGrid/views/DayHour/DayHour.d.ts +1 -1
  17. package/content/CalendarSystem/DayGrid/views/DayHour/views/DayEvent/DayEvent.d.ts +2 -2
  18. package/content/CalendarSystem/MonthGrid/MonthGrid.d.ts +1 -1
  19. package/content/CalendarSystem/MonthGrid/views/MonthDay/MonthDay.d.ts +1 -1
  20. package/content/CalendarSystem/MonthGrid/views/MonthDay/views/MonthEvent/MonthEvent.d.ts +2 -2
  21. package/content/CalendarSystem/WeekGrid/WeekGrid.d.ts +1 -1
  22. package/content/CalendarSystem/WeekGrid/views/WeekHour/WeekHour.d.ts +1 -1
  23. package/content/CalendarSystem/WeekGrid/views/WeekHour/views/WeekEvent/WeekEvent.d.ts +2 -2
  24. package/content/Card/CardView.d.ts +2 -2
  25. package/content/Chart/ChartView.d.ts +2 -2
  26. package/content/Chat/ChatView.d.ts +2 -2
  27. package/content/Chat/views/BubbleMessage/BubbleMessageView.d.ts +1 -1
  28. package/content/Chat/views/BubblesDateGroup/BubblesDateGroup.d.ts +1 -1
  29. package/content/Chat/views/ChatFileItem/ChatFileItemView.d.ts +2 -2
  30. package/content/Chat/views/ChatInput/ChatInputView.d.ts +2 -2
  31. package/content/CopyToClipboard/CopyToClipboardView.d.ts +2 -2
  32. package/content/Dashboard/DashboardItemView.d.ts +2 -2
  33. package/content/Detail/DetailView.d.ts +2 -2
  34. package/content/DropDown/DropDownView.d.ts +2 -2
  35. package/content/Icon/IconView.d.ts +2 -2
  36. package/content/Kanban/KanbanView.d.ts +2 -2
  37. package/content/Kanban/views/KanbanColumn/KanbanColumnView.d.ts +2 -2
  38. package/content/Kanban/views/KanbanModal/KanbanModalView.d.ts +2 -2
  39. package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/CreateOrEditTaskModalContentView.d.ts +2 -2
  40. package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/Label/Label.d.ts +2 -2
  41. package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/TagsSelector/TagsSelector.d.ts +2 -2
  42. package/content/Kanban/views/KanbanModal/views/TaskDetailsModalContent/TaskDetailsModalContentView.d.ts +2 -2
  43. package/content/Kanban/views/KanbanTask/KanbanTaskView.d.ts +1 -1
  44. package/content/Kanban/views/TaskTags/TaskTags.d.ts +2 -2
  45. package/content/Menu/MenuItemView.d.ts +2 -2
  46. package/content/Menu/MenuView.d.ts +2 -2
  47. package/content/Slider/SliderView.d.ts +2 -2
  48. package/crud/Crud/CrudView.d.ts +2 -2
  49. package/form/AutoCompleteField/AutoCompleteFieldView.d.ts +2 -2
  50. package/form/Button/ButtonView.d.ts +2 -2
  51. package/form/CheckboxField/CheckboxFieldView.d.ts +2 -2
  52. package/form/CheckboxListField/CheckboxListFieldView.d.ts +2 -2
  53. package/form/CheckboxListField/CheckboxListFieldView.js +1 -1
  54. package/form/CheckboxTreeField/CheckboxTreeFieldView.d.ts +2 -2
  55. package/form/DateField/DateFieldView.d.ts +2 -2
  56. package/form/DateRangeField/DateRangeFieldView.d.ts +2 -2
  57. package/form/DateRangeField/views/RangeButtons/RangeButtons.d.ts +2 -2
  58. package/form/DateRangeField/views/RangeButtons/consts.js +3 -3
  59. package/form/DateRangeField/views/RangeButtons/utils.d.ts +4 -0
  60. package/form/DateRangeField/views/RangeButtons/utils.js +12 -1
  61. package/form/DateTimeField/DateTimeFieldView.d.ts +2 -2
  62. package/form/DateTimeRangeField/DateTimeRangeFieldView.d.ts +2 -2
  63. package/form/DropDownField/DropDownFieldView.d.ts +2 -2
  64. package/form/DropDownField/DropDownFieldView.js +54 -36
  65. package/form/DropDownField/DropDownFieldView.scss +45 -45
  66. package/form/DropDownFieldItem/DropDownFieldItemView.d.ts +2 -2
  67. package/form/FieldLayout/FieldLayoutView.d.ts +2 -2
  68. package/form/FieldList/FieldListItemView.d.ts +1 -1
  69. package/form/FieldList/FieldListView.d.ts +2 -2
  70. package/form/FieldSet/FieldSetView.d.ts +2 -2
  71. package/form/FileField/FileFieldItemView.d.ts +2 -2
  72. package/form/FileField/FileFieldView.d.ts +2 -2
  73. package/form/Form/FormView.d.ts +1 -1
  74. package/form/HtmlField/HtmlFieldView.d.ts +2 -2
  75. package/form/ImageField/ImageFieldModalView.d.ts +2 -2
  76. package/form/ImageField/ImageFieldView.d.ts +2 -2
  77. package/form/InputField/InputFieldView.d.ts +2 -2
  78. package/form/NumberField/NumberFieldView.d.ts +2 -2
  79. package/form/PasswordField/PasswordFieldView.d.ts +2 -2
  80. package/form/RadioField/RadioFieldView.d.ts +3 -3
  81. package/form/RadioListField/RadioListFieldView.d.ts +3 -3
  82. package/form/RadioListField/RadioListFieldView.js +1 -1
  83. package/form/RateField/RateFieldView.d.ts +2 -2
  84. package/form/ReCaptchaField/ReCaptchaFieldView.d.ts +2 -2
  85. package/form/SliderField/SliderFieldView.d.ts +2 -2
  86. package/form/SwitcherField/SwitcherFieldView.d.ts +3 -3
  87. package/form/SwitcherField/SwitcherFieldView.js +17 -35
  88. package/form/SwitcherField/SwitcherFieldView.scss +63 -69
  89. package/form/SwitcherListField/SwitcherListFieldView.d.ts +3 -0
  90. package/form/SwitcherListField/SwitcherListFieldView.js +54 -0
  91. package/form/SwitcherListField/SwitcherListFieldView.scss +9 -0
  92. package/form/TextField/TextFieldView.d.ts +2 -2
  93. package/form/TimeField/TimeFieldView.d.ts +2 -2
  94. package/form/TimeField/TimePanelView.d.ts +2 -2
  95. package/form/TimeField/views/TimePanelColumn/TimePanelColumn.d.ts +2 -2
  96. package/form/TimeRangeField/TimeRangeFieldView.d.ts +2 -2
  97. package/format/DefaultFormatter/DefaultFormatterView.d.ts +1 -1
  98. package/index.d.ts +3 -0
  99. package/index.js +3 -0
  100. package/index.scss +1 -0
  101. package/layout/Header/HeaderView.d.ts +2 -2
  102. package/layout/Loader/LoaderView.d.ts +2 -2
  103. package/layout/Notifications/NotificationsItemView.d.ts +2 -2
  104. package/layout/Notifications/NotificationsView.d.ts +2 -2
  105. package/layout/ProgressBar/CircleProgressBarView.d.ts +2 -2
  106. package/layout/ProgressBar/LineProgressBarView.d.ts +2 -2
  107. package/layout/Sidebar/FooterIcons/FooterIcons.d.ts +1 -1
  108. package/layout/Sidebar/SidebarLogo/SidebarLogo.d.ts +1 -1
  109. package/layout/Sidebar/SidebarUser/SidebarUser.d.ts +1 -1
  110. package/layout/Sidebar/SidebarView.d.ts +2 -2
  111. package/layout/Skeleton/SkeletonView.d.ts +2 -2
  112. package/layout/Tooltip/TooltipView.d.ts +2 -2
  113. package/list/CheckboxColumn/CheckboxColumnView.d.ts +2 -2
  114. package/list/ControlsColumnView/ControlsColumnView.d.ts +2 -2
  115. package/list/Empty/EmptyView.d.ts +2 -2
  116. package/list/FlexGrid/FlexGridView.d.ts +2 -2
  117. package/list/Grid/views/ContentColumnView/ContentColumnView.d.ts +2 -2
  118. package/list/Grid/views/DiagramColumnView/DiagramColumnView.d.ts +2 -2
  119. package/list/Grid/views/TreeColumnView/TreeColumnView.d.ts +2 -2
  120. package/list/List/ListItemView.d.ts +2 -2
  121. package/list/Pagination/PaginationButtonView.d.ts +2 -2
  122. package/list/Pagination/PaginationMoreView.d.ts +2 -2
  123. package/list/PaginationSize/PaginationSizeView.d.ts +2 -2
  124. package/list/Steps/StepItemView.d.ts +2 -2
  125. package/list/Steps/StepsView.d.ts +2 -2
  126. package/modal/Modal/ModalView.d.ts +2 -2
  127. package/modal/TwoFactorModal/TwoFactorModalView.d.ts +2 -2
  128. package/nav/Breadcrubms/BreadcrumbsView.d.ts +2 -2
  129. package/nav/ButtonGroup/ButtonGroupView.d.ts +2 -2
  130. package/nav/Controls/ControlsView.d.ts +2 -2
  131. package/nav/Nav/NavBarView.d.ts +2 -2
  132. package/nav/Nav/NavButtonView.d.ts +2 -2
  133. package/nav/Nav/NavIconView.d.ts +2 -2
  134. package/nav/Nav/NavLinkView.d.ts +2 -2
  135. package/nav/Nav/NavListView.d.ts +2 -2
  136. package/nav/Nav/NavTabsView.d.ts +2 -2
  137. package/nav/Tree/TreeView.d.ts +2 -2
  138. package/nav/TreeItem/TreeItemView.d.ts +2 -2
  139. package/package.json +6 -17
  140. 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.32",
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
- "date-fns": "^2.29.3",
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.2.0",
28
- "react-collapse": "^5.0.1",
26
+ "react": "^18.3.1",
29
27
  "react-day-picker": "^7.4.10",
30
- "react-dom": "^18.2.0",
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.57",
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/overlayscrollbars": "^1.12.0",
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"
@@ -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;