@uni-sw/u-design 2.0.4
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/README.md +86 -0
- package/es/components/UAffix/index.d.ts +55 -0
- package/es/components/UAffix/index.js +272 -0
- package/es/components/UAffix/style/index.d.ts +2 -0
- package/es/components/UAffix/style/index.js +2 -0
- package/es/components/UAffix/style/index.less +6 -0
- package/es/components/UAffix/utils.d.ts +15 -0
- package/es/components/UAffix/utils.js +78 -0
- package/es/components/UAlert/ErrorBoundary.d.ts +23 -0
- package/es/components/UAlert/ErrorBoundary.js +62 -0
- package/es/components/UAlert/index.d.ts +39 -0
- package/es/components/UAlert/index.js +169 -0
- package/es/components/UAlert/style/index.d.ts +2 -0
- package/es/components/UAlert/style/index.js +2 -0
- package/es/components/UAlert/style/index.less +155 -0
- package/es/components/UAlert/style/rtl.less +40 -0
- package/es/components/UAnchor/Anchor.d.ts +44 -0
- package/es/components/UAnchor/Anchor.js +232 -0
- package/es/components/UAnchor/AnchorLink.d.ts +11 -0
- package/es/components/UAnchor/AnchorLink.js +54 -0
- package/es/components/UAnchor/context.d.ts +4 -0
- package/es/components/UAnchor/context.js +3 -0
- package/es/components/UAnchor/index.d.ts +11 -0
- package/es/components/UAnchor/index.js +6 -0
- package/es/components/UAnchor/style/index.d.ts +3 -0
- package/es/components/UAnchor/style/index.js +4 -0
- package/es/components/UAnchor/style/index.less +86 -0
- package/es/components/UAnchor/style/rtl.less +35 -0
- package/es/components/UAutoComplete/index.d.ts +36 -0
- package/es/components/UAutoComplete/index.js +96 -0
- package/es/components/UAutoComplete/style/index.d.ts +3 -0
- package/es/components/UAutoComplete/style/index.js +4 -0
- package/es/components/UAutoComplete/style/index.less +16 -0
- package/es/components/UAvatar/SizeContext.d.ts +10 -0
- package/es/components/UAvatar/SizeContext.js +12 -0
- package/es/components/UAvatar/avatar.d.ts +25 -0
- package/es/components/UAvatar/avatar.js +171 -0
- package/es/components/UAvatar/group.d.ts +15 -0
- package/es/components/UAvatar/group.js +62 -0
- package/es/components/UAvatar/index.d.ts +12 -0
- package/es/components/UAvatar/index.js +7 -0
- package/es/components/UAvatar/style/group.less +17 -0
- package/es/components/UAvatar/style/index.d.ts +3 -0
- package/es/components/UAvatar/style/index.js +5 -0
- package/es/components/UAvatar/style/index.less +70 -0
- package/es/components/UAvatar/style/rtl.less +15 -0
- package/es/components/UBackTop/index.d.ts +15 -0
- package/es/components/UBackTop/index.js +119 -0
- package/es/components/UBackTop/style/index.d.ts +2 -0
- package/es/components/UBackTop/style/index.js +2 -0
- package/es/components/UBackTop/style/index.less +49 -0
- package/es/components/UBackTop/style/responsive.less +21 -0
- package/es/components/UBadge/Ribbon.d.ts +15 -0
- package/es/components/UBadge/Ribbon.js +42 -0
- package/es/components/UBadge/ScrollNumber.d.ts +18 -0
- package/es/components/UBadge/ScrollNumber.js +60 -0
- package/es/components/UBadge/SingleNumber.d.ts +12 -0
- package/es/components/UBadge/SingleNumber.js +112 -0
- package/es/components/UBadge/index.d.ts +31 -0
- package/es/components/UBadge/index.js +152 -0
- package/es/components/UBadge/style/index.d.ts +2 -0
- package/es/components/UBadge/style/index.js +2 -0
- package/es/components/UBadge/style/index.less +281 -0
- package/es/components/UBadge/style/ribbon.less +86 -0
- package/es/components/UBadge/style/rtl.less +100 -0
- package/es/components/UBadge/utils.d.ts +1 -0
- package/es/components/UBadge/utils.js +5 -0
- package/es/components/UBreadcrumb/Breadcrumb.d.ts +24 -0
- package/es/components/UBreadcrumb/Breadcrumb.js +121 -0
- package/es/components/UBreadcrumb/BreadcrumbItem.d.ts +19 -0
- package/es/components/UBreadcrumb/BreadcrumbItem.js +56 -0
- package/es/components/UBreadcrumb/BreadcrumbSeparator.d.ts +6 -0
- package/es/components/UBreadcrumb/BreadcrumbSeparator.js +13 -0
- package/es/components/UBreadcrumb/index.d.ts +5 -0
- package/es/components/UBreadcrumb/index.js +3 -0
- package/es/components/UBreadcrumb/style/index.d.ts +4 -0
- package/es/components/UBreadcrumb/style/index.js +5 -0
- package/es/components/UBreadcrumb/style/index.less +64 -0
- package/es/components/UBreadcrumb/style/rtl.less +29 -0
- package/es/components/UButton/button/LoadingIcon.d.ts +8 -0
- package/es/components/UButton/button/LoadingIcon.js +51 -0
- package/es/components/UButton/button/button-group.d.ts +12 -0
- package/es/components/UButton/button/button-group.js +43 -0
- package/es/components/UButton/button/button.d.ts +47 -0
- package/es/components/UButton/button/button.js +226 -0
- package/es/components/UButton/button/index.d.ts +6 -0
- package/es/components/UButton/button/index.js +3 -0
- package/es/components/UButton/button/style/index.d.ts +2 -0
- package/es/components/UButton/button/style/index.js +3 -0
- package/es/components/UButton/button/style/index.less +293 -0
- package/es/components/UButton/button/style/mixin.less +484 -0
- package/es/components/UButton/button/style/rtl.less +90 -0
- package/es/components/UButton/button/style/space-compact.less +88 -0
- package/es/components/UButton/images/icon_add_default.png +0 -0
- package/es/components/UButton/images/icon_add_down.png +0 -0
- package/es/components/UButton/images/icon_add_hover.png +0 -0
- package/es/components/UButton/images/icon_arming_default.png +0 -0
- package/es/components/UButton/images/icon_arming_hover.png +0 -0
- package/es/components/UButton/images/icon_custom_default.png +0 -0
- package/es/components/UButton/images/icon_custom_hover.png +0 -0
- package/es/components/UButton/images/icon_delete-default.png +0 -0
- package/es/components/UButton/images/icon_delete_down.png +0 -0
- package/es/components/UButton/images/icon_delete_hover.png +0 -0
- package/es/components/UButton/images/icon_delete_no.png +0 -0
- package/es/components/UButton/images/icon_edit_default.png +0 -0
- package/es/components/UButton/images/icon_edit_down.png +0 -0
- package/es/components/UButton/images/icon_edit_hover.png +0 -0
- package/es/components/UButton/images/icon_export_default.png +0 -0
- package/es/components/UButton/images/icon_export_hover.png +0 -0
- package/es/components/UButton/images/icon_import_default.png +0 -0
- package/es/components/UButton/images/icon_import_hover.png +0 -0
- package/es/components/UButton/images/icon_modify.png +0 -0
- package/es/components/UButton/images/icon_refresh_default.png +0 -0
- package/es/components/UButton/images/icon_refresh_down.png +0 -0
- package/es/components/UButton/images/icon_refresh_hover.png +0 -0
- package/es/components/UButton/images/icon_template_default.png +0 -0
- package/es/components/UButton/images/icon_template_hover.png +0 -0
- package/es/components/UButton/images/icon_upload_default.png +0 -0
- package/es/components/UButton/images/icon_upload_hover.png +0 -0
- package/es/components/UButton/index.d.ts +43 -0
- package/es/components/UButton/index.js +163 -0
- package/es/components/UButton/style/index.d.ts +1 -0
- package/es/components/UButton/style/index.js +1 -0
- package/es/components/UButton/style/index.less +17 -0
- package/es/components/UButton/style/mixin.less +222 -0
- package/es/components/UButton/style/theme.less +144 -0
- package/es/components/UCalendar/Header.d.ts +16 -0
- package/es/components/UCalendar/Header.js +157 -0
- package/es/components/UCalendar/generateCalendar.d.ts +41 -0
- package/es/components/UCalendar/generateCalendar.js +177 -0
- package/es/components/UCalendar/index.d.ts +6 -0
- package/es/components/UCalendar/index.js +5 -0
- package/es/components/UCalendar/locale/en_US.d.ts +2 -0
- package/es/components/UCalendar/locale/en_US.js +2 -0
- package/es/components/UCalendar/locale/zh_CN.d.ts +2 -0
- package/es/components/UCalendar/locale/zh_CN.js +2 -0
- package/es/components/UCalendar/style/index.d.ts +5 -0
- package/es/components/UCalendar/style/index.js +7 -0
- package/es/components/UCalendar/style/index.less +196 -0
- package/es/components/UCalendar/style/rtl.less +46 -0
- package/es/components/UCard/Card.d.ts +35 -0
- package/es/components/UCard/Card.js +128 -0
- package/es/components/UCard/Grid.d.ts +9 -0
- package/es/components/UCard/Grid.js +24 -0
- package/es/components/UCard/Meta.d.ts +11 -0
- package/es/components/UCard/Meta.js +33 -0
- package/es/components/UCard/index.d.ts +14 -0
- package/es/components/UCard/index.js +8 -0
- package/es/components/UCard/style/index.d.ts +4 -0
- package/es/components/UCard/style/index.js +5 -0
- package/es/components/UCard/style/index.less +277 -0
- package/es/components/UCard/style/size.less +20 -0
- package/es/components/UCarousel/index.d.ts +25 -0
- package/es/components/UCarousel/index.js +69 -0
- package/es/components/UCarousel/style/index.d.ts +2 -0
- package/es/components/UCarousel/style/index.js +2 -0
- package/es/components/UCarousel/style/index.less +304 -0
- package/es/components/UCarousel/style/rtl.less +54 -0
- package/es/components/UCascader/index.d.ts +44 -0
- package/es/components/UCascader/index.js +210 -0
- package/es/components/UCascader/style/index.d.ts +4 -0
- package/es/components/UCascader/style/index.js +6 -0
- package/es/components/UCascader/style/index.less +169 -0
- package/es/components/UCascader/style/rtl.less +19 -0
- package/es/components/UCheckBoxGroup/UCheckBox.d.ts +14 -0
- package/es/components/UCheckBoxGroup/UCheckBox.js +66 -0
- package/es/components/UCheckBoxGroup/UCheckBoxGroup.d.ts +44 -0
- package/es/components/UCheckBoxGroup/UCheckBoxGroup.js +154 -0
- package/es/components/UCheckBoxGroup/checkbox/Checkbox.d.ts +37 -0
- package/es/components/UCheckBoxGroup/checkbox/Checkbox.js +93 -0
- package/es/components/UCheckBoxGroup/checkbox/Group.d.ts +35 -0
- package/es/components/UCheckBoxGroup/checkbox/Group.js +133 -0
- package/es/components/UCheckBoxGroup/checkbox/index.d.ts +11 -0
- package/es/components/UCheckBoxGroup/checkbox/index.js +7 -0
- package/es/components/UCheckBoxGroup/checkbox/style/index.d.ts +2 -0
- package/es/components/UCheckBoxGroup/checkbox/style/index.js +3 -0
- package/es/components/UCheckBoxGroup/checkbox/style/index.less +6 -0
- package/es/components/UCheckBoxGroup/checkbox/style/mixin.less +246 -0
- package/es/components/UCheckBoxGroup/checkbox/style/rtl.less +28 -0
- package/es/components/UCheckBoxGroup/index.d.ts +14 -0
- package/es/components/UCheckBoxGroup/index.js +12 -0
- package/es/components/UCheckBoxGroup/locale/en_US.d.ts +3 -0
- package/es/components/UCheckBoxGroup/locale/en_US.js +4 -0
- package/es/components/UCheckBoxGroup/locale/locale.d.ts +3 -0
- package/es/components/UCheckBoxGroup/locale/zh_CN.d.ts +3 -0
- package/es/components/UCheckBoxGroup/locale/zh_CN.js +4 -0
- package/es/components/UCheckBoxGroup/style/index.d.ts +1 -0
- package/es/components/UCheckBoxGroup/style/index.js +1 -0
- package/es/components/UCheckBoxGroup/style/index.less +26 -0
- package/es/components/UCheckBoxGroup/style/mixin.less +166 -0
- package/es/components/UCheckBoxGroup/style/theme.less +38 -0
- package/es/components/UCol/index.d.ts +4 -0
- package/es/components/UCol/index.js +3 -0
- package/es/components/UCol/style/index.d.ts +2 -0
- package/es/components/UCol/style/index.js +4 -0
- package/es/components/UCollapse/Collapse.d.ts +40 -0
- package/es/components/UCollapse/Collapse.js +82 -0
- package/es/components/UCollapse/CollapsePanel.d.ts +19 -0
- package/es/components/UCollapse/CollapsePanel.js +26 -0
- package/es/components/UCollapse/index.d.ts +5 -0
- package/es/components/UCollapse/index.js +3 -0
- package/es/components/UCollapse/style/index.d.ts +2 -0
- package/es/components/UCollapse/style/index.js +2 -0
- package/es/components/UCollapse/style/index.less +177 -0
- package/es/components/UCollapse/style/rtl.less +68 -0
- package/es/components/UColor/index.d.ts +15 -0
- package/es/components/UColor/index.js +248 -0
- package/es/components/UColor/style/index.d.ts +1 -0
- package/es/components/UColor/style/index.js +1 -0
- package/es/components/UColor/style/index.less +16 -0
- package/es/components/UColor/style/mixin.less +53 -0
- package/es/components/UColor/style/theme.less +9 -0
- package/es/components/UComment/index.d.ts +24 -0
- package/es/components/UComment/index.js +62 -0
- package/es/components/UComment/style/index.d.ts +2 -0
- package/es/components/UComment/style/index.js +2 -0
- package/es/components/UComment/style/index.less +105 -0
- package/es/components/UComment/style/rtl.less +51 -0
- package/es/components/UConfigProvider/CustomerContext.d.ts +11 -0
- package/es/components/UConfigProvider/CustomerContext.js +15 -0
- package/es/components/UConfigProvider/DisabledContext.d.ts +9 -0
- package/es/components/UConfigProvider/DisabledContext.js +11 -0
- package/es/components/UConfigProvider/SizeContext.d.ts +9 -0
- package/es/components/UConfigProvider/SizeContext.js +12 -0
- package/es/components/UConfigProvider/changeSkin.d.ts +62 -0
- package/es/components/UConfigProvider/changeSkin.js +197 -0
- package/es/components/UConfigProvider/changeTheme.d.ts +1 -0
- package/es/components/UConfigProvider/changeTheme.js +83 -0
- package/es/components/UConfigProvider/context.d.ts +60 -0
- package/es/components/UConfigProvider/context.js +35 -0
- package/es/components/UConfigProvider/convertColor.d.ts +4 -0
- package/es/components/UConfigProvider/convertColor.js +106 -0
- package/es/components/UConfigProvider/cssVariables.d.ts +3 -0
- package/es/components/UConfigProvider/cssVariables.js +72 -0
- package/es/components/UConfigProvider/defaultRenderEmpty.d.ts +4 -0
- package/es/components/UConfigProvider/defaultRenderEmpty.js +30 -0
- package/es/components/UConfigProvider/index.d.ts +64 -0
- package/es/components/UConfigProvider/index.js +195 -0
- package/es/components/UConfigProvider/style/index.d.ts +1 -0
- package/es/components/UConfigProvider/style/index.js +1 -0
- package/es/components/UConfigProvider/style/index.less +2 -0
- package/es/components/UConfigProvider/theme.d.ts +11 -0
- package/es/components/UConfigProvider/theme.js +27 -0
- package/es/components/UDatePicker/date-picker/PickerButton.d.ts +2 -0
- package/es/components/UDatePicker/date-picker/PickerButton.js +8 -0
- package/es/components/UDatePicker/date-picker/PickerTag.d.ts +2 -0
- package/es/components/UDatePicker/date-picker/PickerTag.js +7 -0
- package/es/components/UDatePicker/date-picker/generatePicker/generateRangePicker.d.ts +17 -0
- package/es/components/UDatePicker/date-picker/generatePicker/generateRangePicker.js +219 -0
- package/es/components/UDatePicker/date-picker/generatePicker/generateSinglePicker.d.ts +101 -0
- package/es/components/UDatePicker/date-picker/generatePicker/generateSinglePicker.js +393 -0
- package/es/components/UDatePicker/date-picker/generatePicker/index.d.ts +252 -0
- package/es/components/UDatePicker/date-picker/generatePicker/index.js +77 -0
- package/es/components/UDatePicker/date-picker/generatePicker/interface.d.ts +12 -0
- package/es/components/UDatePicker/date-picker/generatePicker/interface.js +1 -0
- package/es/components/UDatePicker/date-picker/locale/en_US.d.ts +3 -0
- package/es/components/UDatePicker/date-picker/locale/en_US.js +22 -0
- package/es/components/UDatePicker/date-picker/locale/example.json +47 -0
- package/es/components/UDatePicker/date-picker/locale/zh_CN.d.ts +3 -0
- package/es/components/UDatePicker/date-picker/locale/zh_CN.js +24 -0
- package/es/components/UDatePicker/date-picker/style/index.d.ts +3 -0
- package/es/components/UDatePicker/date-picker/style/index.js +5 -0
- package/es/components/UDatePicker/date-picker/style/index.less +372 -0
- package/es/components/UDatePicker/date-picker/style/panel.less +678 -0
- package/es/components/UDatePicker/date-picker/style/rtl.less +246 -0
- package/es/components/UDatePicker/date-picker/style/status.less +39 -0
- package/es/components/UDatePicker/date-picker/util.d.ts +15 -0
- package/es/components/UDatePicker/date-picker/util.js +121 -0
- package/es/components/UDatePicker/index.d.ts +199 -0
- package/es/components/UDatePicker/index.js +61 -0
- package/es/components/UDatePicker/locale/en_US.d.ts +3 -0
- package/es/components/UDatePicker/locale/en_US.js +6 -0
- package/es/components/UDatePicker/locale/locale.d.ts +5 -0
- package/es/components/UDatePicker/locale/zh_CN.d.ts +3 -0
- package/es/components/UDatePicker/locale/zh_CN.js +6 -0
- package/es/components/UDatePicker/style/index.d.ts +1 -0
- package/es/components/UDatePicker/style/index.js +1 -0
- package/es/components/UDatePicker/style/index.less +28 -0
- package/es/components/UDatePicker/style/mixin.less +217 -0
- package/es/components/UDatePicker/style/theme.less +72 -0
- package/es/components/UDatePicker/time-picker/locale/en_US.d.ts +3 -0
- package/es/components/UDatePicker/time-picker/locale/en_US.js +5 -0
- package/es/components/UDatePicker/time-picker/locale/zh_CN.d.ts +3 -0
- package/es/components/UDatePicker/time-picker/locale/zh_CN.js +5 -0
- package/es/components/UDatePicker/time-picker/style/index.d.ts +3 -0
- package/es/components/UDatePicker/time-picker/style/index.js +4 -0
- package/es/components/UDatePicker/time-picker/style/index.less +3 -0
- package/es/components/UDescriptions/Cell.d.ts +16 -0
- package/es/components/UDescriptions/Cell.js +48 -0
- package/es/components/UDescriptions/Item.d.ts +13 -0
- package/es/components/UDescriptions/Item.js +5 -0
- package/es/components/UDescriptions/Row.d.ts +13 -0
- package/es/components/UDescriptions/Row.js +99 -0
- package/es/components/UDescriptions/index.d.ts +28 -0
- package/es/components/UDescriptions/index.js +155 -0
- package/es/components/UDescriptions/style/index.d.ts +2 -0
- package/es/components/UDescriptions/style/index.js +2 -0
- package/es/components/UDescriptions/style/index.less +179 -0
- package/es/components/UDescriptions/style/rtl.less +33 -0
- package/es/components/UDivider/divider/index.d.ts +15 -0
- package/es/components/UDivider/divider/index.js +50 -0
- package/es/components/UDivider/divider/style/index.d.ts +2 -0
- package/es/components/UDivider/divider/style/index.js +2 -0
- package/es/components/UDivider/divider/style/index.less +133 -0
- package/es/components/UDivider/divider/style/rtl.less +38 -0
- package/es/components/UDivider/index.d.ts +16 -0
- package/es/components/UDivider/index.js +27 -0
- package/es/components/UDivider/style/index.d.ts +1 -0
- package/es/components/UDivider/style/index.js +1 -0
- package/es/components/UDivider/style/index.less +17 -0
- package/es/components/UDivider/style/mixin.less +8 -0
- package/es/components/UDivider/style/rtl.less +38 -0
- package/es/components/UDivider/style/theme.less +5 -0
- package/es/components/UDrawer/index.d.ts +39 -0
- package/es/components/UDrawer/index.js +168 -0
- package/es/components/UDrawer/style/drawer.less +160 -0
- package/es/components/UDrawer/style/index.d.ts +2 -0
- package/es/components/UDrawer/style/index.js +3 -0
- package/es/components/UDrawer/style/index.less +7 -0
- package/es/components/UDrawer/style/motion.less +146 -0
- package/es/components/UDrawer/style/rtl.less +16 -0
- package/es/components/UDropdown/dropdown-button.d.ts +22 -0
- package/es/components/UDropdown/dropdown-button.js +116 -0
- package/es/components/UDropdown/dropdown.d.ts +58 -0
- package/es/components/UDropdown/dropdown.js +171 -0
- package/es/components/UDropdown/index.d.ts +5 -0
- package/es/components/UDropdown/index.js +3 -0
- package/es/components/UDropdown/style/index.d.ts +5 -0
- package/es/components/UDropdown/style/index.js +6 -0
- package/es/components/UDropdown/style/index.less +390 -0
- package/es/components/UDropdown/style/rtl.less +90 -0
- package/es/components/UDropdown/style/status.less +14 -0
- package/es/components/UEcharts/index.d.ts +2 -0
- package/es/components/UEcharts/index.js +192 -0
- package/es/components/UEcharts/style/index.d.ts +1 -0
- package/es/components/UEcharts/style/index.js +1 -0
- package/es/components/UEcharts/style/index.less +16 -0
- package/es/components/UEcharts/style/mixin.less +7 -0
- package/es/components/UEcharts/style/theme.less +0 -0
- package/es/components/UEmpty/components/u404.d.ts +2 -0
- package/es/components/UEmpty/components/u404.js +18 -0
- package/es/components/UEmpty/components/uAccess.d.ts +2 -0
- package/es/components/UEmpty/components/uAccess.js +18 -0
- package/es/components/UEmpty/components/uDefault.d.ts +2 -0
- package/es/components/UEmpty/components/uDefault.js +18 -0
- package/es/components/UEmpty/components/uDeveloping.d.ts +2 -0
- package/es/components/UEmpty/components/uDeveloping.js +18 -0
- package/es/components/UEmpty/components/uFavorite.d.ts +2 -0
- package/es/components/UEmpty/components/uFavorite.js +18 -0
- package/es/components/UEmpty/components/uListDefault.d.ts +2 -0
- package/es/components/UEmpty/components/uListDefault.js +18 -0
- package/es/components/UEmpty/components/uListSearch.d.ts +2 -0
- package/es/components/UEmpty/components/uListSearch.js +18 -0
- package/es/components/UEmpty/components/uMap.d.ts +2 -0
- package/es/components/UEmpty/components/uMap.js +18 -0
- package/es/components/UEmpty/components/uSearch.d.ts +2 -0
- package/es/components/UEmpty/components/uSearch.js +18 -0
- package/es/components/UEmpty/empty.d.ts +2 -0
- package/es/components/UEmpty/empty.js +42 -0
- package/es/components/UEmpty/images/defaultnodata.png +0 -0
- package/es/components/UEmpty/images/developing.png +0 -0
- package/es/components/UEmpty/images/listdefaultnodata.png +0 -0
- package/es/components/UEmpty/images/listsearchnodata.png +0 -0
- package/es/components/UEmpty/images/noaccess.png +0 -0
- package/es/components/UEmpty/images/nofavoritedata.png +0 -0
- package/es/components/UEmpty/images/nomap.png +0 -0
- package/es/components/UEmpty/images/notfound.png +0 -0
- package/es/components/UEmpty/images/searchnodata.png +0 -0
- package/es/components/UEmpty/index.d.ts +30 -0
- package/es/components/UEmpty/index.js +83 -0
- package/es/components/UEmpty/simple.d.ts +2 -0
- package/es/components/UEmpty/simple.js +22 -0
- package/es/components/UEmpty/style/index.d.ts +2 -0
- package/es/components/UEmpty/style/index.js +2 -0
- package/es/components/UEmpty/style/index.less +60 -0
- package/es/components/UEmpty/style/rtl.less +10 -0
- package/es/components/UExportExcel/getGuid.d.ts +13 -0
- package/es/components/UExportExcel/getGuid.js +22 -0
- package/es/components/UExportExcel/index.d.ts +60 -0
- package/es/components/UExportExcel/index.js +205 -0
- package/es/components/UExportExcel/index.less +24 -0
- package/es/components/UExportExcel/isDate.d.ts +6 -0
- package/es/components/UExportExcel/isDate.js +8 -0
- package/es/components/UExportExcel/locale/en_US.d.ts +3 -0
- package/es/components/UExportExcel/locale/en_US.js +7 -0
- package/es/components/UExportExcel/locale/locale.d.ts +6 -0
- package/es/components/UExportExcel/locale/zh_CN.d.ts +3 -0
- package/es/components/UExportExcel/locale/zh_CN.js +7 -0
- package/es/components/UFeature/USingleFeafure.d.ts +2 -0
- package/es/components/UFeature/USingleFeafure.js +75 -0
- package/es/components/UFeature/USingleFeafure.less +24 -0
- package/es/components/UFeature/index.d.ts +33 -0
- package/es/components/UFeature/index.js +115 -0
- package/es/components/UFeature/style/index.d.ts +1 -0
- package/es/components/UFeature/style/index.js +1 -0
- package/es/components/UFeature/style/index.less +16 -0
- package/es/components/UFeature/style/mixin.less +26 -0
- package/es/components/UFeature/style/theme.less +2 -0
- package/es/components/UFileSelect/index.d.ts +16 -0
- package/es/components/UFileSelect/index.js +133 -0
- package/es/components/UFileSelect/locale/en_US.d.ts +3 -0
- package/es/components/UFileSelect/locale/en_US.js +5 -0
- package/es/components/UFileSelect/locale/locale.d.ts +4 -0
- package/es/components/UFileSelect/locale/zh_CN.d.ts +3 -0
- package/es/components/UFileSelect/locale/zh_CN.js +5 -0
- package/es/components/UFileSelect/style/index.d.ts +1 -0
- package/es/components/UFileSelect/style/index.js +1 -0
- package/es/components/UFileSelect/style/index.less +14 -0
- package/es/components/UFileSelect/style/mixin.less +65 -0
- package/es/components/UFileSelect/style/theme.less +24 -0
- package/es/components/UForm/ErrorList.d.ts +12 -0
- package/es/components/UForm/ErrorList.js +91 -0
- package/es/components/UForm/Form.d.ts +59 -0
- package/es/components/UForm/Form.js +318 -0
- package/es/components/UForm/FormItem/ItemHolder.d.ts +20 -0
- package/es/components/UForm/FormItem/ItemHolder.js +246 -0
- package/es/components/UForm/FormItem/index.d.ts +42 -0
- package/es/components/UForm/FormItem/index.js +360 -0
- package/es/components/UForm/FormItemInput.d.ts +27 -0
- package/es/components/UForm/FormItemInput.js +119 -0
- package/es/components/UForm/FormItemLabel.d.ts +24 -0
- package/es/components/UForm/FormItemLabel.js +105 -0
- package/es/components/UForm/FormList.d.ts +25 -0
- package/es/components/UForm/FormList.js +34 -0
- package/es/components/UForm/context.d.ts +57 -0
- package/es/components/UForm/context.js +39 -0
- package/es/components/UForm/hooks/useDebounce.d.ts +1 -0
- package/es/components/UForm/hooks/useDebounce.js +22 -0
- package/es/components/UForm/hooks/useForm.d.ts +7 -0
- package/es/components/UForm/hooks/useForm.js +53 -0
- package/es/components/UForm/hooks/useFormInstance.d.ts +2 -0
- package/es/components/UForm/hooks/useFormInstance.js +7 -0
- package/es/components/UForm/hooks/useFormItemStatus.d.ts +6 -0
- package/es/components/UForm/hooks/useFormItemStatus.js +12 -0
- package/es/components/UForm/hooks/useFrameState.d.ts +3 -0
- package/es/components/UForm/hooks/useFrameState.js +46 -0
- package/es/components/UForm/hooks/useItemRef.d.ts +3 -0
- package/es/components/UForm/hooks/useItemRef.js +20 -0
- package/es/components/UForm/index.d.ts +23 -0
- package/es/components/UForm/index.js +21 -0
- package/es/components/UForm/interface.d.ts +3 -0
- package/es/components/UForm/interface.js +1 -0
- package/es/components/UForm/style/components.less +16 -0
- package/es/components/UForm/style/horizontal.less +23 -0
- package/es/components/UForm/style/index.d.ts +4 -0
- package/es/components/UForm/style/index.js +5 -0
- package/es/components/UForm/style/index.less +457 -0
- package/es/components/UForm/style/inline.less +38 -0
- package/es/components/UForm/style/mixin.less +85 -0
- package/es/components/UForm/style/rtl.less +200 -0
- package/es/components/UForm/style/status.less +42 -0
- package/es/components/UForm/style/theme.less +5 -0
- package/es/components/UForm/style/vertical.less +93 -0
- package/es/components/UForm/util.d.ts +3 -0
- package/es/components/UForm/util.js +18 -0
- package/es/components/UFramePanel/images/pic01.png +0 -0
- package/es/components/UFramePanel/images/pic011.png +0 -0
- package/es/components/UFramePanel/images/pic02.png +0 -0
- package/es/components/UFramePanel/images/pic021.png +0 -0
- package/es/components/UFramePanel/images/pic03.png +0 -0
- package/es/components/UFramePanel/images/pic031.png +0 -0
- package/es/components/UFramePanel/images/pic04.png +0 -0
- package/es/components/UFramePanel/images/pic041.png +0 -0
- package/es/components/UFramePanel/index.d.ts +11 -0
- package/es/components/UFramePanel/index.js +130 -0
- package/es/components/UFramePanel/index.td.d.ts +17 -0
- package/es/components/UFramePanel/index.td.js +1 -0
- package/es/components/UFramePanel/style/index.d.ts +1 -0
- package/es/components/UFramePanel/style/index.js +1 -0
- package/es/components/UFramePanel/style/index.less +16 -0
- package/es/components/UFramePanel/style/mixin.less +87 -0
- package/es/components/UFramePanel/style/theme.less +21 -0
- package/es/components/UGrid/RowContext.d.ts +8 -0
- package/es/components/UGrid/RowContext.js +3 -0
- package/es/components/UGrid/col.d.ts +28 -0
- package/es/components/UGrid/col.js +83 -0
- package/es/components/UGrid/hooks/useBreakpoint.d.ts +3 -0
- package/es/components/UGrid/hooks/useBreakpoint.js +21 -0
- package/es/components/UGrid/index.d.ts +11 -0
- package/es/components/UGrid/index.js +12 -0
- package/es/components/UGrid/row.d.ts +20 -0
- package/es/components/UGrid/row.js +165 -0
- package/es/components/UGrid/style/index.d.ts +2 -0
- package/es/components/UGrid/style/index.js +2 -0
- package/es/components/UGrid/style/index.less +124 -0
- package/es/components/UGrid/style/mixin.less +56 -0
- package/es/components/UGrid/style/rtl.less +69 -0
- package/es/components/UIPInput/index.d.ts +19 -0
- package/es/components/UIPInput/index.js +392 -0
- package/es/components/UIPInput/locale/en_US.d.ts +3 -0
- package/es/components/UIPInput/locale/en_US.js +5 -0
- package/es/components/UIPInput/locale/locale.d.ts +4 -0
- package/es/components/UIPInput/locale/zh_CN.d.ts +3 -0
- package/es/components/UIPInput/locale/zh_CN.js +5 -0
- package/es/components/UIPInput/style/index.d.ts +1 -0
- package/es/components/UIPInput/style/index.js +1 -0
- package/es/components/UIPInput/style/index.less +14 -0
- package/es/components/UIPInput/style/mixin.less +115 -0
- package/es/components/UIPInput/style/theme.less +30 -0
- package/es/components/UIcon/icon/index.d.ts +4 -0
- package/es/components/UIcon/icon/index.js +7 -0
- package/es/components/UIcon/icon/style/index.d.ts +2 -0
- package/es/components/UIcon/icon/style/index.js +2 -0
- package/es/components/UIcon/icon/style/index.less +4 -0
- package/es/components/UIcon/icon.d.ts +916 -0
- package/es/components/UIcon/icon.js +4964 -0
- package/es/components/UIcon/index.d.ts +39 -0
- package/es/components/UIcon/index.js +75 -0
- package/es/components/UIcon/style/index.d.ts +1 -0
- package/es/components/UIcon/style/index.js +1 -0
- package/es/components/UIcon/style/index.less +16 -0
- package/es/components/UIcon/style/mixin.less +89 -0
- package/es/components/UIcon/style/theme.less +13 -0
- package/es/components/UImage/image/PreviewGroup.d.ts +13 -0
- package/es/components/UImage/image/PreviewGroup.js +47 -0
- package/es/components/UImage/image/index.d.ts +10 -0
- package/es/components/UImage/image/index.js +48 -0
- package/es/components/UImage/image/style/index.d.ts +2 -0
- package/es/components/UImage/image/style/index.js +2 -0
- package/es/components/UImage/image/style/index.less +203 -0
- package/es/components/UImage/index.d.ts +44 -0
- package/es/components/UImage/index.js +297 -0
- package/es/components/UImage/locale/en_US.d.ts +3 -0
- package/es/components/UImage/locale/en_US.js +4 -0
- package/es/components/UImage/locale/locale.d.ts +3 -0
- package/es/components/UImage/locale/zh_CN.d.ts +3 -0
- package/es/components/UImage/locale/zh_CN.js +4 -0
- package/es/components/UImage/style/index.d.ts +1 -0
- package/es/components/UImage/style/index.js +1 -0
- package/es/components/UImage/style/index.less +15 -0
- package/es/components/UImage/style/mixin.less +248 -0
- package/es/components/UImage/style/theme.less +7 -0
- package/es/components/UImageCropper/UImageCropper.js +300 -0
- package/es/components/UImageCropper/images/confirm.png +0 -0
- package/es/components/UImageCropper/images/empty.png +0 -0
- package/es/components/UImageCropper/images/enlarge.png +0 -0
- package/es/components/UImageCropper/images/frameSelection.png +0 -0
- package/es/components/UImageCropper/images/move.png +0 -0
- package/es/components/UImageCropper/images/narrow.png +0 -0
- package/es/components/UImageCropper/images/updata.png +0 -0
- package/es/components/UImageCropper/index.js +21 -0
- package/es/components/UImageCropper/locale/en_US.d.ts +3 -0
- package/es/components/UImageCropper/locale/en_US.js +12 -0
- package/es/components/UImageCropper/locale/locale.d.ts +11 -0
- package/es/components/UImageCropper/locale/zh_CN.d.ts +3 -0
- package/es/components/UImageCropper/locale/zh_CN.js +12 -0
- package/es/components/UImageCropper/style/index.d.ts +1 -0
- package/es/components/UImageCropper/style/index.js +1 -0
- package/es/components/UImageCropper/style/index.less +15 -0
- package/es/components/UImageCropper/style/mixin.less +57 -0
- package/es/components/UImageCropper/style/theme.less +2 -0
- package/es/components/UImageDetail/UImageBtm.d.ts +8 -0
- package/es/components/UImageDetail/UImageBtm.js +14 -0
- package/es/components/UImageDetail/UImageDetail.d.ts +25 -0
- package/es/components/UImageDetail/UImageDetail.js +105 -0
- package/es/components/UImageDetail/UImageHead.d.ts +8 -0
- package/es/components/UImageDetail/UImageHead.js +14 -0
- package/es/components/UImageDetail/UImageInfo.d.ts +8 -0
- package/es/components/UImageDetail/UImageInfo.js +14 -0
- package/es/components/UImageDetail/UImagePage.d.ts +12 -0
- package/es/components/UImageDetail/UImagePage.js +83 -0
- package/es/components/UImageDetail/UImageShow.d.ts +13 -0
- package/es/components/UImageDetail/UImageShow.js +97 -0
- package/es/components/UImageDetail/images/close_default.png +0 -0
- package/es/components/UImageDetail/images/close_hover.png +0 -0
- package/es/components/UImageDetail/images/empty.png +0 -0
- package/es/components/UImageDetail/images/next_default.png +0 -0
- package/es/components/UImageDetail/images/next_disable.png +0 -0
- package/es/components/UImageDetail/images/next_hover.png +0 -0
- package/es/components/UImageDetail/images/pre_default.png +0 -0
- package/es/components/UImageDetail/images/pre_disable.png +0 -0
- package/es/components/UImageDetail/images/pre_hover.png +0 -0
- package/es/components/UImageDetail/index.d.ts +3 -0
- package/es/components/UImageDetail/index.js +3 -0
- package/es/components/UImageDetail/locale/en_US.d.ts +3 -0
- package/es/components/UImageDetail/locale/en_US.js +11 -0
- package/es/components/UImageDetail/locale/locale.d.ts +7 -0
- package/es/components/UImageDetail/locale/zh_CN.d.ts +3 -0
- package/es/components/UImageDetail/locale/zh_CN.js +8 -0
- package/es/components/UImageDetail/style/index.d.ts +1 -0
- package/es/components/UImageDetail/style/index.js +1 -0
- package/es/components/UImageDetail/style/index.less +28 -0
- package/es/components/UImageDetail/style/mixin.less +210 -0
- package/es/components/UImageDetail/style/theme.less +21 -0
- package/es/components/UImportExcel/getGuid.d.ts +13 -0
- package/es/components/UImportExcel/getGuid.js +22 -0
- package/es/components/UImportExcel/index.d.ts +88 -0
- package/es/components/UImportExcel/index.js +1117 -0
- package/es/components/UImportExcel/isDate.d.ts +6 -0
- package/es/components/UImportExcel/isDate.js +8 -0
- package/es/components/UImportExcel/locale/en_US.d.ts +3 -0
- package/es/components/UImportExcel/locale/en_US.js +7 -0
- package/es/components/UImportExcel/locale/locale.d.ts +6 -0
- package/es/components/UImportExcel/locale/zh_CN.d.ts +3 -0
- package/es/components/UImportExcel/locale/zh_CN.js +7 -0
- package/es/components/UImportExcel/style/index.d.ts +1 -0
- package/es/components/UImportExcel/style/index.js +1 -0
- package/es/components/UImportExcel/style/index.less +33 -0
- package/es/components/UImportExcel/style/mixin.less +169 -0
- package/es/components/UImportExcel/style/theme.less +9 -0
- package/es/components/UInput/index.d.ts +36 -0
- package/es/components/UInput/index.js +256 -0
- package/es/components/UInput/input/ClearableLabeledInput.d.ts +39 -0
- package/es/components/UInput/input/ClearableLabeledInput.js +99 -0
- package/es/components/UInput/input/Group.d.ts +15 -0
- package/es/components/UInput/input/Group.js +36 -0
- package/es/components/UInput/input/Input.d.ts +20 -0
- package/es/components/UInput/input/Input.js +194 -0
- package/es/components/UInput/input/Password.d.ts +14 -0
- package/es/components/UInput/input/Password.js +111 -0
- package/es/components/UInput/input/Search.d.ts +10 -0
- package/es/components/UInput/input/Search.js +132 -0
- package/es/components/UInput/input/TextArea.d.ts +28 -0
- package/es/components/UInput/input/TextArea.js +206 -0
- package/es/components/UInput/input/hooks/useRemovePasswordTimeout.d.ts +3 -0
- package/es/components/UInput/input/hooks/useRemovePasswordTimeout.js +25 -0
- package/es/components/UInput/input/index.d.ts +20 -0
- package/es/components/UInput/input/index.js +12 -0
- package/es/components/UInput/input/style/IE11.less +20 -0
- package/es/components/UInput/input/style/affix.less +79 -0
- package/es/components/UInput/input/style/allow-clear.less +43 -0
- package/es/components/UInput/input/style/index.d.ts +3 -0
- package/es/components/UInput/input/style/index.js +5 -0
- package/es/components/UInput/input/style/index.less +88 -0
- package/es/components/UInput/input/style/mixin.less +457 -0
- package/es/components/UInput/input/style/rtl.less +210 -0
- package/es/components/UInput/input/style/search-input.less +121 -0
- package/es/components/UInput/input/style/status.less +42 -0
- package/es/components/UInput/input/utils.d.ts +3 -0
- package/es/components/UInput/input/utils.js +3 -0
- package/es/components/UInput/locale/en_US.d.ts +3 -0
- package/es/components/UInput/locale/en_US.js +4 -0
- package/es/components/UInput/locale/locale.d.ts +3 -0
- package/es/components/UInput/locale/zh_CN.d.ts +3 -0
- package/es/components/UInput/locale/zh_CN.js +4 -0
- package/es/components/UInput/style/index.d.ts +1 -0
- package/es/components/UInput/style/index.js +1 -0
- package/es/components/UInput/style/index.less +14 -0
- package/es/components/UInput/style/mixin.less +165 -0
- package/es/components/UInput/style/theme.less +46 -0
- package/es/components/UInputNumber/index.d.ts +31 -0
- package/es/components/UInputNumber/index.js +299 -0
- package/es/components/UInputNumber/input-number/index.d.ts +28 -0
- package/es/components/UInputNumber/input-number/index.js +148 -0
- package/es/components/UInputNumber/input-number/style/affix.less +84 -0
- package/es/components/UInputNumber/input-number/style/index.d.ts +2 -0
- package/es/components/UInputNumber/input-number/style/index.js +3 -0
- package/es/components/UInputNumber/input-number/style/index.less +249 -0
- package/es/components/UInputNumber/input-number/style/rtl.less +73 -0
- package/es/components/UInputNumber/input-number/style/status.less +31 -0
- package/es/components/UInputNumber/style/index.d.ts +1 -0
- package/es/components/UInputNumber/style/index.js +1 -0
- package/es/components/UInputNumber/style/index.less +16 -0
- package/es/components/UInputNumber/style/mixin.less +143 -0
- package/es/components/UInputNumber/style/theme.less +37 -0
- package/es/components/ULayout/Sider.d.ts +28 -0
- package/es/components/ULayout/Sider.js +184 -0
- package/es/components/ULayout/index.d.ts +14 -0
- package/es/components/ULayout/index.js +9 -0
- package/es/components/ULayout/layout.d.ts +23 -0
- package/es/components/ULayout/layout.js +124 -0
- package/es/components/ULayout/style/index.d.ts +2 -0
- package/es/components/ULayout/style/index.js +2 -0
- package/es/components/ULayout/style/index.less +145 -0
- package/es/components/ULayout/style/light.less +11 -0
- package/es/components/ULayout/style/rtl.less +10 -0
- package/es/components/ULazyPanel/LazyLoad.d.ts +42 -0
- package/es/components/ULazyPanel/LazyLoad.js +131 -0
- package/es/components/ULazyPanel/index.d.ts +21 -0
- package/es/components/ULazyPanel/index.js +336 -0
- package/es/components/ULazyPanel/style/index.d.ts +1 -0
- package/es/components/ULazyPanel/style/index.js +1 -0
- package/es/components/ULazyPanel/style/index.less +16 -0
- package/es/components/ULazyPanel/style/mixin.less +127 -0
- package/es/components/ULazyPanel/style/theme.less +71 -0
- package/es/components/ULazyPanel/utils/index.js +25 -0
- package/es/components/UList/Item.d.ts +26 -0
- package/es/components/UList/Item.js +101 -0
- package/es/components/UList/index.d.ts +55 -0
- package/es/components/UList/index.js +214 -0
- package/es/components/UList/style/bordered.less +44 -0
- package/es/components/UList/style/customize.less +4 -0
- package/es/components/UList/style/index.d.ts +6 -0
- package/es/components/UList/style/index.js +7 -0
- package/es/components/UList/style/index.less +249 -0
- package/es/components/UList/style/responsive.less +43 -0
- package/es/components/UList/style/rtl.less +139 -0
- package/es/components/ULoading/index.d.ts +15 -0
- package/es/components/ULoading/index.js +89 -0
- package/es/components/ULoading/style/index.d.ts +1 -0
- package/es/components/ULoading/style/index.js +1 -0
- package/es/components/ULoading/style/index.less +14 -0
- package/es/components/ULoading/style/mixin.less +144 -0
- package/es/components/ULoading/style/theme.less +7 -0
- package/es/components/UMap/index.js +30 -0
- package/es/components/UMap/locale/en_US.d.ts +3 -0
- package/es/components/UMap/locale/en_US.js +134 -0
- package/es/components/UMap/locale/locale.d.ts +148 -0
- package/es/components/UMap/locale/zh_CN.d.ts +3 -0
- package/es/components/UMap/locale/zh_CN.js +134 -0
- package/es/components/UMap/map/api/MapApi.js +299 -0
- package/es/components/UMap/map/assets/SvgIcon.js +1561 -0
- package/es/components/UMap/map/assets/images/bg.png +0 -0
- package/es/components/UMap/map/assets/images/cameraBg.png +0 -0
- package/es/components/UMap/map/assets/images/cluster.png +0 -0
- package/es/components/UMap/map/assets/images/deleteImg.png +0 -0
- package/es/components/UMap/map/assets/images/devIconDefault.png +0 -0
- package/es/components/UMap/map/assets/images/index.js +3 -0
- package/es/components/UMap/map/assets/images/location.png +0 -0
- package/es/components/UMap/map/assets/images/point-end.png +0 -0
- package/es/components/UMap/map/assets/images/point-start.png +0 -0
- package/es/components/UMap/map/assets/images/underfloor.png +0 -0
- package/es/components/UMap/map/assets/images/underfloorGrey.png +0 -0
- package/es/components/UMap/map/assets/images/underfloorHover.png +0 -0
- package/es/components/UMap/map/assets/images/upstair.png +0 -0
- package/es/components/UMap/map/assets/images/upstairGrey.png +0 -0
- package/es/components/UMap/map/assets/images/upstairHover.png +0 -0
- package/es/components/UMap/map/components/BuildFloor/index.js +166 -0
- package/es/components/UMap/map/components/BuildFloor/index.less +134 -0
- package/es/components/UMap/map/components/Bus/BusKey.d.ts +33 -0
- package/es/components/UMap/map/components/Bus/BusKey.js +51 -0
- package/es/components/UMap/map/components/Bus/DataBus.d.ts +34 -0
- package/es/components/UMap/map/components/Bus/DataBus.js +80 -0
- package/es/components/UMap/map/components/Bus/EventBus.d.ts +45 -0
- package/es/components/UMap/map/components/Bus/EventBus.js +145 -0
- package/es/components/UMap/map/components/ComInterface.d.ts +42 -0
- package/es/components/UMap/map/components/ComInterface.js +7 -0
- package/es/components/UMap/map/components/FloorSelect/index.js +92 -0
- package/es/components/UMap/map/components/FloorSelect/index.less +84 -0
- package/es/components/UMap/map/components/MapSelect/index.js +340 -0
- package/es/components/UMap/map/components/MapServerPointManage/CommonFunc.js +337 -0
- package/es/components/UMap/map/components/MapServerPointManage/Enum.js +133 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/GPS-Off-line.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/GPS-On-line.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/GPS32.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/GPS48.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/GPS64.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/btndel.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/btndelover.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/cam_qiang.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/cameraCluster48.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/cameraCluster64.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/commit.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/commitover.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/customer.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/customerImage.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/defence.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/folder.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/gps.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/rotate.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/tollgate.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/tollgateCluster48.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Image/tollgateCluster64.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/ArchivesCamera/ArchivesCamera.js +956 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Camera/Camera.js +856 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Camera/CameraMenu.js +467 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Camera/CameraViewShed.js +522 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Customer/Customer.js +526 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Customer/CustomerMenu.js +611 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Defence/Defence.js +234 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Defence/DefenceMenu.js +264 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Dictionary.js +259 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Gps/Gps.js +893 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Gps/GpsMenu.js +333 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Gps/SubSocketCenter.js +519 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/LayerTree.js +363 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Tollgate/Tollgate.js +456 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/Tollgate/TollgateMenu.js +593 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/ToolTipForm.js +15 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/ToolTipInfo.less +19 -0
- package/es/components/UMap/map/components/MapServerPointManage/Layers/layer.less +119 -0
- package/es/components/UMap/map/components/MapServerPointManage/MapLayer.js +541 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-1-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-1-2.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-2-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-2-2.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-3007-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-3007-2.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-7-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-7-2.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-8-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-8-2.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20001-1-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20001-2-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20001-3007-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20001-7-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20001-8-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20002-1-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20002-2-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20002-3007-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20002-7-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20002-8-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20003-1-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20003-2-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20003-3007-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20003-7-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20003-8-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20004-1-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20004-2-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20004-3007-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20004-7-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20004-8-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20005-1-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20005-2-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20005-3007-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20005-7-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20005-8-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20006-1-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20006-2-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20006-3007-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20006-7-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20006-8-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20007-1-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20007-2-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20007-3007-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20007-7-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20007-8-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/CameraIcon.js +93 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/10.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/11.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/12.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/13.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/14.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/15.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/16.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/17.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/18.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/19.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/2.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/20.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/21.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/22.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/23.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/24.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/25.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/26.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/27.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/28.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/29.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/3-offline.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/3-online.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/3.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/30.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/31.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/32.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/4.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/40.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/41.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/5.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/6.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/7.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/8.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/9.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/CustomImg.js +77 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons/GpsImg.js +77 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons/point.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-351.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-363.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-364.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-365.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-366.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-367.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-368.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-369.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-733.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-734.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-735.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-736.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-737.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-738.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-739.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-740.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-352.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-353.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-354.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-355.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-356.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-357.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-358.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-359.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-360.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-362.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-723.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-724.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-725.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-726.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-727.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-728.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-729.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-730.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-731.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-732.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30000-31-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30000-31-2.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30001-31-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30002-31-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30003-31-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30004-31-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30005-31-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30006-31-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30007-31-1.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/TollgateIcon.js +21 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/upright.png +0 -0
- package/es/components/UMap/map/components/MapServerPointManage/MarkerMenu/MarkerMenu.js +95 -0
- package/es/components/UMap/map/components/MapServerPointManage/RequestFunc.js +803 -0
- package/es/components/UMap/map/components/MapServerPointManage/style/index.d.ts +1 -0
- package/es/components/UMap/map/components/MapServerPointManage/style/index.js +1 -0
- package/es/components/UMap/map/components/MapServerPointManage/style/index.less +26 -0
- package/es/components/UMap/map/components/MapServerPointManage/style/mixin.less +51 -0
- package/es/components/UMap/map/components/MapServerPointManage/style/theme.less +129 -0
- package/es/components/UMap/map/components/MapServerPointSearch/index.js +445 -0
- package/es/components/UMap/map/components/MapServerPointSearch/index.less +102 -0
- package/es/components/UMap/map/components/MapSwitch/index.d.ts +12 -0
- package/es/components/UMap/map/components/MapSwitch/index.js +525 -0
- package/es/components/UMap/map/components/MapSwitch/index.less +77 -0
- package/es/components/UMap/map/components/MapToolMenu/Map3D.js +1603 -0
- package/es/components/UMap/map/components/MapToolMenu/index.js +1267 -0
- package/es/components/UMap/map/components/MapToolMenu/index.less +537 -0
- package/es/components/UMap/map/components/PointDraw/PointStyle.d.ts +40 -0
- package/es/components/UMap/map/components/PointDraw/PointStyle.js +163 -0
- package/es/components/UMap/map/components/PointDraw/core.d.ts +330 -0
- package/es/components/UMap/map/components/PointDraw/core.js +364 -0
- package/es/components/UMap/map/components/PointDraw/index.d.ts +214 -0
- package/es/components/UMap/map/components/PointDraw/index.js +968 -0
- package/es/components/UMap/map/components/PointDraw/index.less +95 -0
- package/es/components/UMap/map/components/PointDraw/loaders/ILoader.d.ts +35 -0
- package/es/components/UMap/map/components/PointDraw/loaders/ILoader.js +16 -0
- package/es/components/UMap/map/components/PointDraw/loaders/index.d.ts +6 -0
- package/es/components/UMap/map/components/PointDraw/loaders/index.js +3 -0
- package/es/components/UMap/map/components/PointDraw/loaders/loader2d.d.ts +48 -0
- package/es/components/UMap/map/components/PointDraw/loaders/loader2d.js +243 -0
- package/es/components/UMap/map/components/PointDraw/loaders/loader3d.d.ts +33 -0
- package/es/components/UMap/map/components/PointDraw/loaders/loader3d.js +220 -0
- package/es/components/UMap/map/components/PointDraw/modelcluster/index.d.ts +107 -0
- package/es/components/UMap/map/components/PointDraw/modelcluster/index.js +534 -0
- package/es/components/UMap/map/components/PointDraw/renderers/DomPointRenderer.d.ts +17 -0
- package/es/components/UMap/map/components/PointDraw/renderers/DomPointRenderer.js +163 -0
- package/es/components/UMap/map/components/PointDraw/renderers/IPointRenderer.d.ts +81 -0
- package/es/components/UMap/map/components/PointDraw/renderers/IPointRenderer.js +38 -0
- package/es/components/UMap/map/components/PointDraw/renderers/LabelPointRenderer.d.ts +18 -0
- package/es/components/UMap/map/components/PointDraw/renderers/LabelPointRenderer.js +273 -0
- package/es/components/UMap/map/components/PointDraw/renderers/ModelPointRenderer.d.ts +18 -0
- package/es/components/UMap/map/components/PointDraw/renderers/ModelPointRenderer.js +341 -0
- package/es/components/UMap/map/components/PointDraw/renderers/index.d.ts +6 -0
- package/es/components/UMap/map/components/PointDraw/renderers/index.js +5 -0
- package/es/components/UMap/map/components/PointDraw/renderers/outBindPointRenderer.d.ts +14 -0
- package/es/components/UMap/map/components/PointDraw/renderers/outBindPointRenderer.js +96 -0
- package/es/components/UMap/map/components/Track/index.js +1051 -0
- package/es/components/UMap/map/components/Track/index.less +60 -0
- package/es/components/UMap/map/components/VisualConfig/index.d.ts +11 -0
- package/es/components/UMap/map/components/VisualConfig/index.js +179 -0
- package/es/components/UMap/map/components/VisualConfig/index.less +30 -0
- package/es/components/UMap/map/components/independentMode/index.d.ts +20 -0
- package/es/components/UMap/map/components/independentMode/index.js +57 -0
- package/es/components/UMap/map/images/CustomIcon/1.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/10.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/1000001.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/1000002.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/1001.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/11.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/12.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/13.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/14.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/15.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/16.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/17.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/18.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/19.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/2.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/20.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/21.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/22.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/23.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/24.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/25.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/26.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/27.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/28.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/29.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/3-offline.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/3-online.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/3.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/30.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/31.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/32.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/4.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/40.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/41.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/5.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/6.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/7.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/8.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/9.png +0 -0
- package/es/components/UMap/map/images/CustomIcon/CustomImg.js +81 -0
- package/es/components/UMap/map/images/centerPoint.png +0 -0
- package/es/components/UMap/map/images/icon16.png +0 -0
- package/es/components/UMap/map/images/icon24.png +0 -0
- package/es/components/UMap/map/images/imosMap24.png +0 -0
- package/es/components/UMap/map/images/layer.png +0 -0
- package/es/components/UMap/map/images/layer_hover.png +0 -0
- package/es/components/UMap/map/images/local-hover.png +0 -0
- package/es/components/UMap/map/images/local.png +0 -0
- package/es/components/UMap/map/images/mapLocationSecu.png +0 -0
- package/es/components/UMap/map/images/moveDefault.png +0 -0
- package/es/components/UMap/map/images/poi.png +0 -0
- package/es/components/UMap/map/images/point_blue.png +0 -0
- package/es/components/UMap/map/images/point_red.png +0 -0
- package/es/components/UMap/map/images/pop.png +0 -0
- package/es/components/UMap/map/images/searchEmpty.png +0 -0
- package/es/components/UMap/map/images/searchIcon/1001_1_1.png +0 -0
- package/es/components/UMap/map/images/searchIcon/1001_1_2.png +0 -0
- package/es/components/UMap/map/images/searchIcon/1001_2_1.png +0 -0
- package/es/components/UMap/map/images/searchIcon/1001_2_2.png +0 -0
- package/es/components/UMap/map/images/searchIcon/1001_3007_1.png +0 -0
- package/es/components/UMap/map/images/searchIcon/1001_3007_2.png +0 -0
- package/es/components/UMap/map/images/searchIcon/1001_7_1.png +0 -0
- package/es/components/UMap/map/images/searchIcon/1001_7_2.png +0 -0
- package/es/components/UMap/map/images/searchIcon/1001_8_1.png +0 -0
- package/es/components/UMap/map/images/searchIcon/1001_8_2.png +0 -0
- package/es/components/UMap/map/images/searchIcon/119_42_1.png +0 -0
- package/es/components/UMap/map/images/searchIcon/119_42_2.png +0 -0
- package/es/components/UMap/map/images/searchIcon/2200_29_1.png +0 -0
- package/es/components/UMap/map/images/searchIcon/2200_30_1.png +0 -0
- package/es/components/UMap/map/images/searchIcon/31_31_1.png +0 -0
- package/es/components/UMap/map/images/searchIcon/31_31_2.png +0 -0
- package/es/components/UMap/map/images/sprites.png +0 -0
- package/es/components/UMap/map/index.js +1 -0
- package/es/components/UMap/map/pages/Map.js +2860 -0
- package/es/components/UMap/map/pages/Map.less +194 -0
- package/es/components/UMap/map/util/MapControl.d.ts +43 -0
- package/es/components/UMap/map/util/MapControl.js +90 -0
- package/es/components/UMap/map/util/ScreenMapControl.d.ts +511 -0
- package/es/components/UMap/map/util/ScreenMapControl.js +2162 -0
- package/es/components/UMap/map/util/StreamMapControl.d.ts +414 -0
- package/es/components/UMap/map/util/StreamMapControl.js +1315 -0
- package/es/components/UMap/map/util/constants.js +137 -0
- package/es/components/UMap/map/util/eventBus.js +26 -0
- package/es/components/UMap/map/util/log.d.ts +19 -0
- package/es/components/UMap/map/util/log.js +42 -0
- package/es/components/UMap/map/util/mapEnv.d.ts +34 -0
- package/es/components/UMap/map/util/mapEnv.js +53 -0
- package/es/components/UMap/map/util/publicFun.js +505 -0
- package/es/components/UMap/map/util/request.js +101 -0
- package/es/components/UMap/style/index.d.ts +1 -0
- package/es/components/UMap/style/index.js +1 -0
- package/es/components/UMap/style/index.less +26 -0
- package/es/components/UMap/style/mixin.less +257 -0
- package/es/components/UMap/style/theme.less +137 -0
- package/es/components/UMentions/index.d.ts +36 -0
- package/es/components/UMentions/index.js +159 -0
- package/es/components/UMentions/style/index.d.ts +3 -0
- package/es/components/UMentions/style/index.js +5 -0
- package/es/components/UMentions/style/index.less +179 -0
- package/es/components/UMentions/style/rtl.less +10 -0
- package/es/components/UMentions/style/status.less +16 -0
- package/es/components/UMenu/MenuContext.d.ts +12 -0
- package/es/components/UMenu/MenuContext.js +7 -0
- package/es/components/UMenu/MenuDivider.d.ts +9 -0
- package/es/components/UMenu/MenuDivider.js +23 -0
- package/es/components/UMenu/MenuItem.d.ts +16 -0
- package/es/components/UMenu/MenuItem.js +110 -0
- package/es/components/UMenu/OverrideContext.d.ts +11 -0
- package/es/components/UMenu/OverrideContext.js +21 -0
- package/es/components/UMenu/SubMenu.d.ts +23 -0
- package/es/components/UMenu/SubMenu.js +47 -0
- package/es/components/UMenu/hooks/useItems.d.ts +26 -0
- package/es/components/UMenu/hooks/useItems.js +62 -0
- package/es/components/UMenu/index.d.ts +27 -0
- package/es/components/UMenu/index.js +169 -0
- package/es/components/UMenu/style/dark.less +186 -0
- package/es/components/UMenu/style/index.d.ts +3 -0
- package/es/components/UMenu/style/index.js +5 -0
- package/es/components/UMenu/style/index.less +709 -0
- package/es/components/UMenu/style/light.less +12 -0
- package/es/components/UMenu/style/rtl.less +165 -0
- package/es/components/UMenu/style/status.less +49 -0
- package/es/components/UMessageBox/images/msgDark.png +0 -0
- package/es/components/UMessageBox/images/msgIcon.png +0 -0
- package/es/components/UMessageBox/index.d.ts +32 -0
- package/es/components/UMessageBox/index.js +118 -0
- package/es/components/UMessageBox/message/hooks/useMessage.d.ts +7 -0
- package/es/components/UMessageBox/message/hooks/useMessage.js +79 -0
- package/es/components/UMessageBox/message/index.d.ts +62 -0
- package/es/components/UMessageBox/message/index.js +226 -0
- package/es/components/UMessageBox/message/style/index.d.ts +2 -0
- package/es/components/UMessageBox/message/style/index.js +2 -0
- package/es/components/UMessageBox/message/style/index.less +98 -0
- package/es/components/UMessageBox/message/style/rtl.less +17 -0
- package/es/components/UMessageBox/style/index.d.ts +1 -0
- package/es/components/UMessageBox/style/index.js +1 -0
- package/es/components/UMessageBox/style/index.less +16 -0
- package/es/components/UMessageBox/style/mixin.less +86 -0
- package/es/components/UMessageBox/style/theme.less +12 -0
- package/es/components/UModal/images/form_delete_default.png +0 -0
- package/es/components/UModal/images/form_delete_hover.png +0 -0
- package/es/components/UModal/images/icon_delete_default.png +0 -0
- package/es/components/UModal/images/icon_delete_down.png +0 -0
- package/es/components/UModal/images/icon_delete_hover.png +0 -0
- package/es/components/UModal/index.d.ts +40 -0
- package/es/components/UModal/index.js +322 -0
- package/es/components/UModal/modal/ConfirmDialog.d.ts +12 -0
- package/es/components/UModal/modal/ConfirmDialog.js +125 -0
- package/es/components/UModal/modal/Modal.d.ts +120 -0
- package/es/components/UModal/modal/Modal.js +116 -0
- package/es/components/UModal/modal/confirm.d.ts +22 -0
- package/es/components/UModal/modal/confirm.js +179 -0
- package/es/components/UModal/modal/destroyFns.d.ts +2 -0
- package/es/components/UModal/modal/destroyFns.js +2 -0
- package/es/components/UModal/modal/index.d.ts +13 -0
- package/es/components/UModal/modal/index.js +34 -0
- package/es/components/UModal/modal/locale.d.ts +8 -0
- package/es/components/UModal/modal/locale.js +12 -0
- package/es/components/UModal/modal/style/confirm.less +79 -0
- package/es/components/UModal/modal/style/index.d.ts +3 -0
- package/es/components/UModal/modal/style/index.js +5 -0
- package/es/components/UModal/modal/style/index.less +7 -0
- package/es/components/UModal/modal/style/modal.less +134 -0
- package/es/components/UModal/modal/style/rtl.less +74 -0
- package/es/components/UModal/modal/useModal/HookModal.d.ts +12 -0
- package/es/components/UModal/modal/useModal/HookModal.js +71 -0
- package/es/components/UModal/modal/useModal/index.d.ts +3 -0
- package/es/components/UModal/modal/useModal/index.js +104 -0
- package/es/components/UModal/style/index.d.ts +1 -0
- package/es/components/UModal/style/index.js +1 -0
- package/es/components/UModal/style/index.less +14 -0
- package/es/components/UModal/style/mixin.less +401 -0
- package/es/components/UModal/style/theme.less +23 -0
- package/es/components/UNotification/hooks/useNotification.d.ts +7 -0
- package/es/components/UNotification/hooks/useNotification.js +55 -0
- package/es/components/UNotification/index.d.ts +56 -0
- package/es/components/UNotification/index.js +275 -0
- package/es/components/UNotification/style/index.d.ts +2 -0
- package/es/components/UNotification/style/index.js +2 -0
- package/es/components/UNotification/style/index.less +205 -0
- package/es/components/UNotification/style/placement.less +68 -0
- package/es/components/UNotification/style/rtl.less +53 -0
- package/es/components/UPageHeader/index.d.ts +25 -0
- package/es/components/UPageHeader/index.js +150 -0
- package/es/components/UPageHeader/style/index.d.ts +4 -0
- package/es/components/UPageHeader/style/index.js +5 -0
- package/es/components/UPageHeader/style/index.less +122 -0
- package/es/components/UPageHeader/style/rtl.less +77 -0
- package/es/components/UPagination/index.d.ts +20 -0
- package/es/components/UPagination/index.js +60 -0
- package/es/components/UPagination/pagination/Pagination.d.ts +19 -0
- package/es/components/UPagination/pagination/Pagination.js +99 -0
- package/es/components/UPagination/pagination/Select.d.ts +9 -0
- package/es/components/UPagination/pagination/Select.js +15 -0
- package/es/components/UPagination/pagination/index.d.ts +4 -0
- package/es/components/UPagination/pagination/index.js +3 -0
- package/es/components/UPagination/pagination/style/index.d.ts +3 -0
- package/es/components/UPagination/pagination/style/index.js +5 -0
- package/es/components/UPagination/pagination/style/index.less +482 -0
- package/es/components/UPagination/pagination/style/rtl.less +55 -0
- package/es/components/UPagination/style/index.d.ts +1 -0
- package/es/components/UPagination/style/index.js +1 -0
- package/es/components/UPagination/style/index.less +16 -0
- package/es/components/UPagination/style/mixin.less +249 -0
- package/es/components/UPagination/style/theme.less +148 -0
- package/es/components/UPanel/UContent.d.ts +3 -0
- package/es/components/UPanel/UContent.js +14 -0
- package/es/components/UPanel/UFooter.d.ts +3 -0
- package/es/components/UPanel/UFooter.js +14 -0
- package/es/components/UPanel/UHeader.d.ts +3 -0
- package/es/components/UPanel/UHeader.js +14 -0
- package/es/components/UPanel/UPanel.d.ts +13 -0
- package/es/components/UPanel/UPanel.js +37 -0
- package/es/components/UPanel/USider.d.ts +18 -0
- package/es/components/UPanel/USider.js +67 -0
- package/es/components/UPanel/images/cllapse.png +0 -0
- package/es/components/UPanel/images/cllapse_hover.png +0 -0
- package/es/components/UPanel/images/open.png +0 -0
- package/es/components/UPanel/images/open_hover.png +0 -0
- package/es/components/UPanel/index.d.ts +3 -0
- package/es/components/UPanel/index.js +3 -0
- package/es/components/UPanel/style/index.d.ts +1 -0
- package/es/components/UPanel/style/index.js +1 -0
- package/es/components/UPanel/style/index.less +15 -0
- package/es/components/UPanel/style/mixin.less +73 -0
- package/es/components/UPanel/style/theme.less +3 -0
- package/es/components/UPanel/td.d.ts +5 -0
- package/es/components/UPanel/td.js +1 -0
- package/es/components/UPopconfirm/PurePanel.d.ts +13 -0
- package/es/components/UPopconfirm/PurePanel.js +53 -0
- package/es/components/UPopconfirm/index.d.ts +31 -0
- package/es/components/UPopconfirm/index.js +111 -0
- package/es/components/UPopconfirm/style/index.d.ts +4 -0
- package/es/components/UPopconfirm/style/index.js +6 -0
- package/es/components/UPopconfirm/style/index.less +36 -0
- package/es/components/UPopover/index.d.ts +10 -0
- package/es/components/UPopover/index.js +61 -0
- package/es/components/UPopover/style/index.d.ts +2 -0
- package/es/components/UPopover/style/index.js +4 -0
- package/es/components/UPopover/style/index.less +262 -0
- package/es/components/UPopover/style/rtl.less +39 -0
- package/es/components/UProgress/image/progressDark.png +0 -0
- package/es/components/UProgress/image/progressIcon.png +0 -0
- package/es/components/UProgress/index.d.ts +38 -0
- package/es/components/UProgress/index.js +118 -0
- package/es/components/UProgress/progress/Circle.d.ts +10 -0
- package/es/components/UProgress/progress/Circle.js +80 -0
- package/es/components/UProgress/progress/Line.d.ts +38 -0
- package/es/components/UProgress/progress/Line.js +113 -0
- package/es/components/UProgress/progress/Steps.d.ts +10 -0
- package/es/components/UProgress/progress/Steps.js +38 -0
- package/es/components/UProgress/progress/index.d.ts +4 -0
- package/es/components/UProgress/progress/index.js +3 -0
- package/es/components/UProgress/progress/progress.d.ts +46 -0
- package/es/components/UProgress/progress/progress.js +104 -0
- package/es/components/UProgress/progress/style/index.d.ts +2 -0
- package/es/components/UProgress/progress/style/index.js +2 -0
- package/es/components/UProgress/progress/style/index.less +210 -0
- package/es/components/UProgress/progress/style/rtl.less +37 -0
- package/es/components/UProgress/progress/utils.d.ts +8 -0
- package/es/components/UProgress/progress/utils.js +24 -0
- package/es/components/UProgress/style/index.d.ts +1 -0
- package/es/components/UProgress/style/index.js +1 -0
- package/es/components/UProgress/style/index.less +50 -0
- package/es/components/UProgress/style/mixin.less +303 -0
- package/es/components/UProgress/style/theme.less +73 -0
- package/es/components/URadioGroup/UGroup.d.ts +23 -0
- package/es/components/URadioGroup/UGroup.js +78 -0
- package/es/components/URadioGroup/URadio.d.ts +11 -0
- package/es/components/URadioGroup/URadio.js +43 -0
- package/es/components/URadioGroup/index.d.ts +8 -0
- package/es/components/URadioGroup/index.js +6 -0
- package/es/components/URadioGroup/locale/en_US.d.ts +3 -0
- package/es/components/URadioGroup/locale/en_US.js +4 -0
- package/es/components/URadioGroup/locale/locale.d.ts +3 -0
- package/es/components/URadioGroup/locale/zh_CN.d.ts +3 -0
- package/es/components/URadioGroup/locale/zh_CN.js +4 -0
- package/es/components/URadioGroup/radio/context.d.ts +7 -0
- package/es/components/URadioGroup/radio/context.js +6 -0
- package/es/components/URadioGroup/radio/group.d.ts +4 -0
- package/es/components/URadioGroup/radio/group.js +104 -0
- package/es/components/URadioGroup/radio/index.d.ts +13 -0
- package/es/components/URadioGroup/radio/index.js +10 -0
- package/es/components/URadioGroup/radio/interface.d.ts +40 -0
- package/es/components/URadioGroup/radio/interface.js +1 -0
- package/es/components/URadioGroup/radio/radio.d.ts +4 -0
- package/es/components/URadioGroup/radio/radio.js +66 -0
- package/es/components/URadioGroup/radio/radioButton.d.ts +6 -0
- package/es/components/URadioGroup/radio/radioButton.js +21 -0
- package/es/components/URadioGroup/radio/style/index.d.ts +2 -0
- package/es/components/URadioGroup/radio/style/index.js +3 -0
- package/es/components/URadioGroup/radio/style/index.less +371 -0
- package/es/components/URadioGroup/radio/style/rtl.less +61 -0
- package/es/components/URadioGroup/style/index.d.ts +1 -0
- package/es/components/URadioGroup/style/index.js +1 -0
- package/es/components/URadioGroup/style/index.less +16 -0
- package/es/components/URadioGroup/style/mixin.less +88 -0
- package/es/components/URadioGroup/style/theme.less +29 -0
- package/es/components/URate/index.d.ts +8 -0
- package/es/components/URate/index.js +39 -0
- package/es/components/URate/style/index.d.ts +3 -0
- package/es/components/URate/style/index.js +4 -0
- package/es/components/URate/style/index.less +91 -0
- package/es/components/URate/style/rtl.less +21 -0
- package/es/components/UResTree/Component/LivePlayTreeLoader.js +79 -0
- package/es/components/UResTree/Component/LivePlayTreeLoader.js.bak +72 -0
- package/es/components/UResTree/Tree/Demo.js +56 -0
- package/es/components/UResTree/Tree/Tree.js +3917 -0
- package/es/components/UResTree/Tree/TreeIcon.js +36 -0
- package/es/components/UResTree/Tree/TreeLoader.js +140 -0
- package/es/components/UResTree/Tree/TreeNode.js +102 -0
- package/es/components/UResTree/Tree/UTreeIcon.js +647 -0
- package/es/components/UResTree/Tree/UTreeLoader.js +1081 -0
- package/es/components/UResTree/Tree/UTreeNode.js +94 -0
- package/es/components/UResTree/Tree/images/DVI.png +0 -0
- package/es/components/UResTree/Tree/images/DVIAlarm.png +0 -0
- package/es/components/UResTree/Tree/images/DVIOffline.png +0 -0
- package/es/components/UResTree/Tree/images/DrivebyCamera.png +0 -0
- package/es/components/UResTree/Tree/images/DrivebyCameraOffline.png +0 -0
- package/es/components/UResTree/Tree/images/IPC.png +0 -0
- package/es/components/UResTree/Tree/images/IPC_offline.png +0 -0
- package/es/components/UResTree/Tree/images/Imagestitch.png +0 -0
- package/es/components/UResTree/Tree/images/LED.png +0 -0
- package/es/components/UResTree/Tree/images/LEDOffline.png +0 -0
- package/es/components/UResTree/Tree/images/NVR.png +0 -0
- package/es/components/UResTree/Tree/images/NVROffline.png +0 -0
- package/es/components/UResTree/Tree/images/NVR_offline.png +0 -0
- package/es/components/UResTree/Tree/images/VGA.png +0 -0
- package/es/components/UResTree/Tree/images/VGAOffline.png +0 -0
- package/es/components/UResTree/Tree/images/alarmOffline.png +0 -0
- package/es/components/UResTree/Tree/images/alarmshebei.png +0 -0
- package/es/components/UResTree/Tree/images/banqiubianjiao-err.png +0 -0
- package/es/components/UResTree/Tree/images/banqiubianjiao-offLine.png +0 -0
- package/es/components/UResTree/Tree/images/banqiubianjiao.png +0 -0
- package/es/components/UResTree/Tree/images/baojingshebei.png +0 -0
- package/es/components/UResTree/Tree/images/baojingshebeiOffline.png +0 -0
- package/es/components/UResTree/Tree/images/bukekonggaoqingqiuji.png +0 -0
- package/es/components/UResTree/Tree/images/bukekonggaoqingqiujiOffLine.png +0 -0
- package/es/components/UResTree/Tree/images/bukekongqiuji.png +0 -0
- package/es/components/UResTree/Tree/images/bukekongqiujiAlarm.png +0 -0
- package/es/components/UResTree/Tree/images/bukekongqiujiOffline.png +0 -0
- package/es/components/UResTree/Tree/images/caijishebei.png +0 -0
- package/es/components/UResTree/Tree/images/caijishebeiOffline.png +0 -0
- package/es/components/UResTree/Tree/images/caijixitong.png +0 -0
- package/es/components/UResTree/Tree/images/caijixitongOffline.png +0 -0
- package/es/components/UResTree/Tree/images/chezaishexiangji.png +0 -0
- package/es/components/UResTree/Tree/images/chezaishexiangjiAlarm.png +0 -0
- package/es/components/UResTree/Tree/images/chezaishexiangjiOffline.png +0 -0
- package/es/components/UResTree/Tree/images/dae.png +0 -0
- package/es/components/UResTree/Tree/images/daeOffline.png +0 -0
- package/es/components/UResTree/Tree/images/device_icon-24x24.png +0 -0
- package/es/components/UResTree/Tree/images/duijiangfenji.png +0 -0
- package/es/components/UResTree/Tree/images/duijiangfenjiOffline.png +0 -0
- package/es/components/UResTree/Tree/images/fenxixitong.png +0 -0
- package/es/components/UResTree/Tree/images/fenxixitongOffline.png +0 -0
- package/es/components/UResTree/Tree/images/foldClose.png +0 -0
- package/es/components/UResTree/Tree/images/foldOpen.png +0 -0
- package/es/components/UResTree/Tree/images/gaoqingqiangji.png +0 -0
- package/es/components/UResTree/Tree/images/gaoqingqiangjiAlarm.png +0 -0
- package/es/components/UResTree/Tree/images/gaoqingqiangjiOffline.png +0 -0
- package/es/components/UResTree/Tree/images/gaoqingyuntai.png +0 -0
- package/es/components/UResTree/Tree/images/gaoqingyuntaiAlarm.png +0 -0
- package/es/components/UResTree/Tree/images/gaoqingyuntaiOffline.png +0 -0
- package/es/components/UResTree/Tree/images/gaoqingyuyan.png +0 -0
- package/es/components/UResTree/Tree/images/gaoqingyuyanAlarm.png +0 -0
- package/es/components/UResTree/Tree/images/gaoqingyuyanOffline.png +0 -0
- package/es/components/UResTree/Tree/images/hemisphere-err.png +0 -0
- package/es/components/UResTree/Tree/images/hemisphere-offline.png +0 -0
- package/es/components/UResTree/Tree/images/hemisphere.png +0 -0
- package/es/components/UResTree/Tree/images/icon16.png +0 -0
- package/es/components/UResTree/Tree/images/kaiguanliang.png +0 -0
- package/es/components/UResTree/Tree/images/laiguanlaingOffline.png +0 -0
- package/es/components/UResTree/Tree/images/lunqie.png +0 -0
- package/es/components/UResTree/Tree/images/menjin.png +0 -0
- package/es/components/UResTree/Tree/images/menjinOffline.png +0 -0
- package/es/components/UResTree/Tree/images/monitor.png +0 -0
- package/es/components/UResTree/Tree/images/monitorOffLine.png +0 -0
- package/es/components/UResTree/Tree/images/qiangji.png +0 -0
- package/es/components/UResTree/Tree/images/qiangjiAlarm.png +0 -0
- package/es/components/UResTree/Tree/images/qiangjiOffline.png +0 -0
- package/es/components/UResTree/Tree/images/qiangqiuliandong.png +0 -0
- package/es/components/UResTree/Tree/images/qiangqiuliandongOffline.png +0 -0
- package/es/components/UResTree/Tree/images/radar-offline.png +0 -0
- package/es/components/UResTree/Tree/images/radar.png +0 -0
- package/es/components/UResTree/Tree/images/rfid.png +0 -0
- package/es/components/UResTree/Tree/images/root.png +0 -0
- package/es/components/UResTree/Tree/images/spriteIcon.png +0 -0
- package/es/components/UResTree/Tree/images/stkIcon.png +0 -0
- package/es/components/UResTree/Tree/images/stkTollgate.png +0 -0
- package/es/components/UResTree/Tree/images/tollgate.png +0 -0
- package/es/components/UResTree/Tree/images/tollgateOffLine.png +0 -0
- package/es/components/UResTree/Tree/images/user.png +0 -0
- package/es/components/UResTree/Tree/images/videoGroup.png +0 -0
- package/es/components/UResTree/Tree/images/waiyu.png +0 -0
- package/es/components/UResTree/Tree/images/waiyuOffline.png +0 -0
- package/es/components/UResTree/Tree/images/wifi.png +0 -0
- package/es/components/UResTree/Tree/images/yingyongpingtai.png +0 -0
- package/es/components/UResTree/Tree/images/yingyongpingtaiOffline.png +0 -0
- package/es/components/UResTree/Tree/images/yuntai.png +0 -0
- package/es/components/UResTree/Tree/images/yuntaiOffline.png +0 -0
- package/es/components/UResTree/Tree/images/yuyan.png +0 -0
- package/es/components/UResTree/Tree/images/yuyanAlarm.png +0 -0
- package/es/components/UResTree/Tree/images/yuyanOffline.png +0 -0
- package/es/components/UResTree/Tree/images/ziyuanlunxun.png +0 -0
- package/es/components/UResTree/Tree/images/zulunxunTV.png +0 -0
- package/es/components/UResTree/Tree/images/zulunxunTVPlay.png +0 -0
- package/es/components/UResTree/Tree/images/zulunxunXP.png +0 -0
- package/es/components/UResTree/Tree/images/zulunxunXPPlay.png +0 -0
- package/es/components/UResTree/Tree/images/zulunxunziyuan.png +0 -0
- package/es/components/UResTree/Tree/images/zuxianshiTV.png +0 -0
- package/es/components/UResTree/Tree/images/zuxianshiXP.png +0 -0
- package/es/components/UResTree/Tree/style/index.js +2 -0
- package/es/components/UResTree/Tree/style/tree.less +278 -0
- package/es/components/UResTree/Tree/style/treeIcon.less +635 -0
- package/es/components/UResTree/Tree/treeResTypes.js +272 -0
- package/es/components/UResTree/index.js +405 -0
- package/es/components/UResTree/locale/en_US.d.ts +3 -0
- package/es/components/UResTree/locale/en_US.js +8 -0
- package/es/components/UResTree/locale/locale.d.ts +7 -0
- package/es/components/UResTree/locale/zh_CN.d.ts +3 -0
- package/es/components/UResTree/locale/zh_CN.js +8 -0
- package/es/components/UResTree/style/index.d.ts +1 -0
- package/es/components/UResTree/style/index.js +1 -0
- package/es/components/UResTree/style/index.less +16 -0
- package/es/components/UResTree/style/mixin.less +157 -0
- package/es/components/UResTree/style/theme.less +68 -0
- package/es/components/UResult/index.d.ts +33 -0
- package/es/components/UResult/index.js +97 -0
- package/es/components/UResult/noFound.d.ts +2 -0
- package/es/components/UResult/noFound.js +237 -0
- package/es/components/UResult/serverError.d.ts +2 -0
- package/es/components/UResult/serverError.js +277 -0
- package/es/components/UResult/style/index.d.ts +2 -0
- package/es/components/UResult/style/index.js +2 -0
- package/es/components/UResult/style/index.less +75 -0
- package/es/components/UResult/style/rtl.less +25 -0
- package/es/components/UResult/unauthorized.d.ts +2 -0
- package/es/components/UResult/unauthorized.js +227 -0
- package/es/components/URow/index.d.ts +4 -0
- package/es/components/URow/index.js +3 -0
- package/es/components/URow/style/index.d.ts +2 -0
- package/es/components/URow/style/index.js +4 -0
- package/es/components/USegmented/index.d.ts +23 -0
- package/es/components/USegmented/index.js +58 -0
- package/es/components/USegmented/style/index.d.ts +2 -0
- package/es/components/USegmented/style/index.js +2 -0
- package/es/components/USegmented/style/index.less +139 -0
- package/es/components/USegmented/style/mixins.less +24 -0
- package/es/components/USegmented/style/rtl.less +15 -0
- package/es/components/USelect/images/arrow.png +0 -0
- package/es/components/USelect/images/empty.png +0 -0
- package/es/components/USelect/index.d.ts +4 -0
- package/es/components/USelect/index.js +3 -0
- package/es/components/USelect/locale/en_US.d.ts +3 -0
- package/es/components/USelect/locale/en_US.js +4 -0
- package/es/components/USelect/locale/locale.d.ts +3 -0
- package/es/components/USelect/locale/zh_CN.d.ts +3 -0
- package/es/components/USelect/locale/zh_CN.js +4 -0
- package/es/components/USelect/select/index.d.ts +49 -0
- package/es/components/USelect/select/index.js +180 -0
- package/es/components/USelect/select/style/index.d.ts +3 -0
- package/es/components/USelect/select/style/index.js +5 -0
- package/es/components/USelect/select/style/index.less +342 -0
- package/es/components/USelect/select/style/multiple.less +222 -0
- package/es/components/USelect/select/style/rtl.less +170 -0
- package/es/components/USelect/select/style/single.less +172 -0
- package/es/components/USelect/select/style/status.less +51 -0
- package/es/components/USelect/select/utils/iconUtil.d.ts +21 -0
- package/es/components/USelect/select/utils/iconUtil.js +69 -0
- package/es/components/USelect/style/index.d.ts +1 -0
- package/es/components/USelect/style/index.js +1 -0
- package/es/components/USelect/style/index.less +25 -0
- package/es/components/USelect/style/mixin.less +264 -0
- package/es/components/USelect/style/theme.less +92 -0
- package/es/components/USkeleton/Avatar.d.ts +7 -0
- package/es/components/USkeleton/Avatar.js +31 -0
- package/es/components/USkeleton/Button.d.ts +8 -0
- package/es/components/USkeleton/Button.js +30 -0
- package/es/components/USkeleton/Element.d.ts +11 -0
- package/es/components/USkeleton/Element.js +27 -0
- package/es/components/USkeleton/Image.d.ts +6 -0
- package/es/components/USkeleton/Image.js +32 -0
- package/es/components/USkeleton/Input.d.ts +8 -0
- package/es/components/USkeleton/Input.js +29 -0
- package/es/components/USkeleton/Node.d.ts +8 -0
- package/es/components/USkeleton/Node.js +27 -0
- package/es/components/USkeleton/Paragraph.d.ts +11 -0
- package/es/components/USkeleton/Paragraph.js +44 -0
- package/es/components/USkeleton/Skeleton.d.ts +31 -0
- package/es/components/USkeleton/Skeleton.js +130 -0
- package/es/components/USkeleton/Title.d.ts +9 -0
- package/es/components/USkeleton/Title.js +16 -0
- package/es/components/USkeleton/index.d.ts +4 -0
- package/es/components/USkeleton/index.js +3 -0
- package/es/components/USkeleton/style/index.d.ts +2 -0
- package/es/components/USkeleton/style/index.js +2 -0
- package/es/components/USkeleton/style/index.less +290 -0
- package/es/components/USkeleton/style/rtl.less +48 -0
- package/es/components/USlider/index.d.ts +30 -0
- package/es/components/USlider/index.js +486 -0
- package/es/components/USlider/slider/SliderTooltip.d.ts +4 -0
- package/es/components/USlider/slider/SliderTooltip.js +33 -0
- package/es/components/USlider/slider/index.d.ts +90 -0
- package/es/components/USlider/slider/index.js +129 -0
- package/es/components/USlider/slider/style/index.d.ts +3 -0
- package/es/components/USlider/slider/style/index.js +4 -0
- package/es/components/USlider/slider/style/index.less +215 -0
- package/es/components/USlider/slider/style/rtl.less +49 -0
- package/es/components/USlider/style/index.d.ts +1 -0
- package/es/components/USlider/style/index.js +1 -0
- package/es/components/USlider/style/index.less +16 -0
- package/es/components/USlider/style/mixin.less +205 -0
- package/es/components/USlider/style/theme.less +38 -0
- package/es/components/USpace/Compact.d.ts +24 -0
- package/es/components/USpace/Compact.js +76 -0
- package/es/components/USpace/Item.d.ts +11 -0
- package/es/components/USpace/Item.js +44 -0
- package/es/components/USpace/index.d.ts +26 -0
- package/es/components/USpace/index.js +119 -0
- package/es/components/USpace/style/compact.less +17 -0
- package/es/components/USpace/style/index.d.ts +2 -0
- package/es/components/USpace/style/index.js +2 -0
- package/es/components/USpace/style/index.less +40 -0
- package/es/components/USpace/style/rtl.less +14 -0
- package/es/components/USpin/index.d.ts +25 -0
- package/es/components/USpin/index.js +131 -0
- package/es/components/USpin/style/index.d.ts +2 -0
- package/es/components/USpin/style/index.js +2 -0
- package/es/components/USpin/style/index.less +218 -0
- package/es/components/USpin/style/rtl.less +20 -0
- package/es/components/UStatistic/Countdown.d.ts +11 -0
- package/es/components/UStatistic/Countdown.js +61 -0
- package/es/components/UStatistic/Number.d.ts +7 -0
- package/es/components/UStatistic/Number.js +46 -0
- package/es/components/UStatistic/Statistic.d.ts +22 -0
- package/es/components/UStatistic/Statistic.js +60 -0
- package/es/components/UStatistic/index.d.ts +4 -0
- package/es/components/UStatistic/index.js +5 -0
- package/es/components/UStatistic/style/index.d.ts +3 -0
- package/es/components/UStatistic/style/index.js +4 -0
- package/es/components/UStatistic/style/index.less +44 -0
- package/es/components/UStatistic/style/rtl.less +21 -0
- package/es/components/UStatistic/utils.d.ts +16 -0
- package/es/components/UStatistic/utils.js +46 -0
- package/es/components/USteps/index.d.ts +39 -0
- package/es/components/USteps/index.js +83 -0
- package/es/components/USteps/style/custom-icon.less +32 -0
- package/es/components/USteps/style/index.d.ts +3 -0
- package/es/components/USteps/style/index.js +5 -0
- package/es/components/USteps/style/index.less +255 -0
- package/es/components/USteps/style/label-placement.less +45 -0
- package/es/components/USteps/style/nav.less +134 -0
- package/es/components/USteps/style/progress-dot.less +112 -0
- package/es/components/USteps/style/progress.less +49 -0
- package/es/components/USteps/style/rtl.less +287 -0
- package/es/components/USteps/style/small.less +48 -0
- package/es/components/USteps/style/vertical.less +73 -0
- package/es/components/USteps/useLegacyItems.d.ts +3 -0
- package/es/components/USteps/useLegacyItems.js +23 -0
- package/es/components/USwitch/index.d.ts +31 -0
- package/es/components/USwitch/index.js +95 -0
- package/es/components/USwitch/locale/en_US.d.ts +3 -0
- package/es/components/USwitch/locale/en_US.js +5 -0
- package/es/components/USwitch/locale/locale.d.ts +4 -0
- package/es/components/USwitch/locale/zh_CN.d.ts +3 -0
- package/es/components/USwitch/locale/zh_CN.js +5 -0
- package/es/components/USwitch/style/index.d.ts +1 -0
- package/es/components/USwitch/style/index.js +1 -0
- package/es/components/USwitch/style/index.less +16 -0
- package/es/components/USwitch/style/mixin.less +85 -0
- package/es/components/USwitch/style/theme.less +17 -0
- package/es/components/USwitch/switch/index.d.ts +26 -0
- package/es/components/USwitch/switch/index.js +53 -0
- package/es/components/USwitch/switch/style/index.d.ts +2 -0
- package/es/components/USwitch/switch/style/index.js +2 -0
- package/es/components/USwitch/switch/style/index.less +154 -0
- package/es/components/USwitch/switch/style/rtl.less +52 -0
- package/es/components/UTable/index.d.ts +52 -0
- package/es/components/UTable/index.js +420 -0
- package/es/components/UTable/style/index.d.ts +1 -0
- package/es/components/UTable/style/index.js +1 -0
- package/es/components/UTable/style/index.less +24 -0
- package/es/components/UTable/style/mixin.less +304 -0
- package/es/components/UTable/style/theme.less +87 -0
- package/es/components/UTable/table/Column.d.ts +7 -0
- package/es/components/UTable/table/Column.js +7 -0
- package/es/components/UTable/table/ColumnGroup.d.ts +9 -0
- package/es/components/UTable/table/ColumnGroup.js +7 -0
- package/es/components/UTable/table/ExpandIcon.d.ts +11 -0
- package/es/components/UTable/table/ExpandIcon.js +27 -0
- package/es/components/UTable/table/Table.d.ts +49 -0
- package/es/components/UTable/table/Table.js +400 -0
- package/es/components/UTable/table/hooks/useFilter/FilterDropdown.d.ts +27 -0
- package/es/components/UTable/table/hooks/useFilter/FilterDropdown.js +440 -0
- package/es/components/UTable/table/hooks/useFilter/FilterSearch.d.ts +11 -0
- package/es/components/UTable/table/hooks/useFilter/FilterSearch.js +25 -0
- package/es/components/UTable/table/hooks/useFilter/FilterWrapper.d.ts +7 -0
- package/es/components/UTable/table/hooks/useFilter/FilterWrapper.js +18 -0
- package/es/components/UTable/table/hooks/useFilter/index.d.ts +23 -0
- package/es/components/UTable/table/hooks/useFilter/index.js +193 -0
- package/es/components/UTable/table/hooks/useLazyKVMap.d.ts +2 -0
- package/es/components/UTable/table/hooks/useLazyKVMap.js +30 -0
- package/es/components/UTable/table/hooks/usePagination.d.ts +4 -0
- package/es/components/UTable/table/hooks/usePagination.js +86 -0
- package/es/components/UTable/table/hooks/useSelection.d.ts +19 -0
- package/es/components/UTable/table/hooks/useSelection.js +563 -0
- package/es/components/UTable/table/hooks/useSorter.d.ts +24 -0
- package/es/components/UTable/table/hooks/useSorter.js +337 -0
- package/es/components/UTable/table/hooks/useTitleColumns.d.ts +2 -0
- package/es/components/UTable/table/hooks/useTitleColumns.js +18 -0
- package/es/components/UTable/table/index.d.ts +6 -0
- package/es/components/UTable/table/index.js +3 -0
- package/es/components/UTable/table/interface.d.ts +165 -0
- package/es/components/UTable/table/interface.js +2 -0
- package/es/components/UTable/table/style/bordered.less +131 -0
- package/es/components/UTable/table/style/index.d.ts +12 -0
- package/es/components/UTable/table/style/index.js +15 -0
- package/es/components/UTable/table/style/index.less +854 -0
- package/es/components/UTable/table/style/radius.less +49 -0
- package/es/components/UTable/table/style/rtl.less +168 -0
- package/es/components/UTable/table/style/size.less +51 -0
- package/es/components/UTable/table/util.d.ts +14 -0
- package/es/components/UTable/table/util.js +31 -0
- package/es/components/UTabs/images/icon-delete-default.png +0 -0
- package/es/components/UTabs/images/icon-delete-hover.png +0 -0
- package/es/components/UTabs/index.d.ts +26 -0
- package/es/components/UTabs/index.js +53 -0
- package/es/components/UTabs/style/index.d.ts +1 -0
- package/es/components/UTabs/style/index.js +1 -0
- package/es/components/UTabs/style/index.less +24 -0
- package/es/components/UTabs/style/mixin.less +234 -0
- package/es/components/UTabs/style/theme.less +65 -0
- package/es/components/UTabs/tabs/TabPane.d.ts +5 -0
- package/es/components/UTabs/tabs/TabPane.js +7 -0
- package/es/components/UTabs/tabs/hooks/useAnimateConfig.d.ts +3 -0
- package/es/components/UTabs/tabs/hooks/useAnimateConfig.js +35 -0
- package/es/components/UTabs/tabs/hooks/useLegacyItems.d.ts +4 -0
- package/es/components/UTabs/tabs/hooks/useLegacyItems.js +32 -0
- package/es/components/UTabs/tabs/index.d.ts +22 -0
- package/es/components/UTabs/tabs/index.js +73 -0
- package/es/components/UTabs/tabs/style/card.less +98 -0
- package/es/components/UTabs/tabs/style/dropdown.less +82 -0
- package/es/components/UTabs/tabs/style/index.d.ts +2 -0
- package/es/components/UTabs/tabs/style/index.js +2 -0
- package/es/components/UTabs/tabs/style/index.less +253 -0
- package/es/components/UTabs/tabs/style/position.less +198 -0
- package/es/components/UTabs/tabs/style/rtl.less +86 -0
- package/es/components/UTabs/tabs/style/size.less +42 -0
- package/es/components/UTags/images/gray_select.png +0 -0
- package/es/components/UTags/images/option_selected.png +0 -0
- package/es/components/UTags/index.d.ts +27 -0
- package/es/components/UTags/index.js +100 -0
- package/es/components/UTags/style/index.d.ts +1 -0
- package/es/components/UTags/style/index.js +1 -0
- package/es/components/UTags/style/index.less +22 -0
- package/es/components/UTags/style/mixin.less +94 -0
- package/es/components/UTags/style/theme.less +32 -0
- package/es/components/UTags/tag/CheckableTag.d.ts +17 -0
- package/es/components/UTags/tag/CheckableTag.js +29 -0
- package/es/components/UTags/tag/index.d.ts +23 -0
- package/es/components/UTags/tag/index.js +102 -0
- package/es/components/UTags/tag/style/index.d.ts +2 -0
- package/es/components/UTags/tag/style/index.js +2 -0
- package/es/components/UTags/tag/style/index.less +133 -0
- package/es/components/UTags/tag/style/rtl.less +28 -0
- package/es/components/UTextArea/index.d.ts +21 -0
- package/es/components/UTextArea/index.js +125 -0
- package/es/components/UTextArea/locale/en_US.d.ts +3 -0
- package/es/components/UTextArea/locale/en_US.js +4 -0
- package/es/components/UTextArea/locale/locale.d.ts +3 -0
- package/es/components/UTextArea/locale/zh_CN.d.ts +3 -0
- package/es/components/UTextArea/locale/zh_CN.js +4 -0
- package/es/components/UTextArea/style/index.d.ts +1 -0
- package/es/components/UTextArea/style/index.js +1 -0
- package/es/components/UTextArea/style/index.less +16 -0
- package/es/components/UTextArea/style/mixin.less +145 -0
- package/es/components/UTextArea/style/theme.less +62 -0
- package/es/components/UTimeline/Timeline.d.ts +18 -0
- package/es/components/UTimeline/Timeline.js +72 -0
- package/es/components/UTimeline/TimelineItem.d.ts +17 -0
- package/es/components/UTimeline/TimelineItem.js +43 -0
- package/es/components/UTimeline/index.d.ts +5 -0
- package/es/components/UTimeline/index.js +3 -0
- package/es/components/UTimeline/style/index.d.ts +2 -0
- package/es/components/UTimeline/style/index.js +2 -0
- package/es/components/UTimeline/style/index.less +185 -0
- package/es/components/UTimeline/style/rtl.less +135 -0
- package/es/components/UTipForm/UTips.js +160 -0
- package/es/components/UTipForm/index.js +34 -0
- package/es/components/UTipForm/style/index.d.ts +1 -0
- package/es/components/UTipForm/style/index.js +1 -0
- package/es/components/UTipForm/style/index.less +57 -0
- package/es/components/UTipForm/style/mixin.less +85 -0
- package/es/components/UTipForm/style/theme.less +16 -0
- package/es/components/UTooltip/index.d.ts +4 -0
- package/es/components/UTooltip/index.js +3 -0
- package/es/components/UTooltip/style/index.d.ts +1 -0
- package/es/components/UTooltip/style/index.js +1 -0
- package/es/components/UTooltip/style/index.less +16 -0
- package/es/components/UTooltip/style/mixin.less +15 -0
- package/es/components/UTooltip/style/theme.less +7 -0
- package/es/components/UTooltip/tooltip/index.d.ts +72 -0
- package/es/components/UTooltip/tooltip/index.js +220 -0
- package/es/components/UTooltip/tooltip/style/index.d.ts +2 -0
- package/es/components/UTooltip/tooltip/style/index.js +2 -0
- package/es/components/UTooltip/tooltip/style/index.less +226 -0
- package/es/components/UTooltip/tooltip/style/rtl.less +14 -0
- package/es/components/UTransfer/TransferPanel.d.ts +6 -0
- package/es/components/UTransfer/TransferPanel.js +324 -0
- package/es/components/UTransfer/TransferTable.d.ts +5 -0
- package/es/components/UTransfer/TransferTable.js +172 -0
- package/es/components/UTransfer/TransferTree.d.ts +4 -0
- package/es/components/UTransfer/TransferTree.js +32 -0
- package/es/components/UTransfer/images/arrow_default.png +0 -0
- package/es/components/UTransfer/images/arrow_down.png +0 -0
- package/es/components/UTransfer/images/arrow_hover.png +0 -0
- package/es/components/UTransfer/images/icon_delete-default.png +0 -0
- package/es/components/UTransfer/images/icon_delete_down.png +0 -0
- package/es/components/UTransfer/images/icon_delete_hover.png +0 -0
- package/es/components/UTransfer/images/item_delete-default.png +0 -0
- package/es/components/UTransfer/images/item_delete_hover.png +0 -0
- package/es/components/UTransfer/index.d.ts +16 -0
- package/es/components/UTransfer/index.js +1346 -0
- package/es/components/UTransfer/index.td.d.ts +106 -0
- package/es/components/UTransfer/index.td.js +1 -0
- package/es/components/UTransfer/locale/en_US.d.ts +3 -0
- package/es/components/UTransfer/locale/en_US.js +7 -0
- package/es/components/UTransfer/locale/locale.d.ts +6 -0
- package/es/components/UTransfer/locale/zh_CN.d.ts +3 -0
- package/es/components/UTransfer/locale/zh_CN.js +7 -0
- package/es/components/UTransfer/style/index.d.ts +1 -0
- package/es/components/UTransfer/style/index.js +1 -0
- package/es/components/UTransfer/style/index.less +16 -0
- package/es/components/UTransfer/style/mixin.less +366 -0
- package/es/components/UTransfer/style/theme.less +140 -0
- package/es/components/UTransfer/transfer/ListBody.d.ts +29 -0
- package/es/components/UTransfer/transfer/ListBody.js +147 -0
- package/es/components/UTransfer/transfer/ListItem.d.ts +15 -0
- package/es/components/UTransfer/transfer/ListItem.js +60 -0
- package/es/components/UTransfer/transfer/index.d.ts +141 -0
- package/es/components/UTransfer/transfer/index.js +400 -0
- package/es/components/UTransfer/transfer/interface.d.ts +6 -0
- package/es/components/UTransfer/transfer/interface.js +1 -0
- package/es/components/UTransfer/transfer/list.d.ts +75 -0
- package/es/components/UTransfer/transfer/list.js +362 -0
- package/es/components/UTransfer/transfer/operation.d.ts +17 -0
- package/es/components/UTransfer/transfer/operation.js +36 -0
- package/es/components/UTransfer/transfer/search.d.ts +10 -0
- package/es/components/UTransfer/transfer/search.js +29 -0
- package/es/components/UTransfer/transfer/style/customize.less +52 -0
- package/es/components/UTransfer/transfer/style/index.d.ts +8 -0
- package/es/components/UTransfer/transfer/style/index.js +10 -0
- package/es/components/UTransfer/transfer/style/index.less +293 -0
- package/es/components/UTransfer/transfer/style/rtl.less +71 -0
- package/es/components/UTransfer/transfer/style/status.less +31 -0
- package/es/components/UTree/DirectoryTree.d.ts +20 -0
- package/es/components/UTree/DirectoryTree.js +165 -0
- package/es/components/UTree/Tree.d.ts +162 -0
- package/es/components/UTree/Tree.js +303 -0
- package/es/components/UTree/index.d.ts +23 -0
- package/es/components/UTree/index.js +10 -0
- package/es/components/UTree/style/directory.less +72 -0
- package/es/components/UTree/style/index.d.ts +2 -0
- package/es/components/UTree/style/index.js +2 -0
- package/es/components/UTree/style/index.less +16 -0
- package/es/components/UTree/style/mixin.less +443 -0
- package/es/components/UTree/style/rtl.less +77 -0
- package/es/components/UTree/style/svg/caretDown.svg +4 -0
- package/es/components/UTree/style/svg/caretRight.svg +4 -0
- package/es/components/UTree/utils/dictUtil.d.ts +9 -0
- package/es/components/UTree/utils/dictUtil.js +73 -0
- package/es/components/UTree/utils/dropIndicator.d.ts +8 -0
- package/es/components/UTree/utils/dropIndicator.js +34 -0
- package/es/components/UTree/utils/iconUtil.d.ts +5 -0
- package/es/components/UTree/utils/iconUtil.js +63 -0
- package/es/components/UTree/utils/transToTreeData.d.ts +39 -0
- package/es/components/UTree/utils/transToTreeData.js +97 -0
- package/es/components/UTreeSelect/index.d.ts +49 -0
- package/es/components/UTreeSelect/index.js +151 -0
- package/es/components/UTreeSelect/style/index.d.ts +4 -0
- package/es/components/UTreeSelect/style/index.js +6 -0
- package/es/components/UTreeSelect/style/index.less +59 -0
- package/es/components/UTypography/Base/Ellipsis.d.ts +15 -0
- package/es/components/UTypography/Base/Ellipsis.js +176 -0
- package/es/components/UTypography/Base/EllipsisTooltip.d.ts +13 -0
- package/es/components/UTypography/Base/EllipsisTooltip.js +18 -0
- package/es/components/UTypography/Base/index.d.ts +52 -0
- package/es/components/UTypography/Base/index.js +449 -0
- package/es/components/UTypography/Editable.d.ts +20 -0
- package/es/components/UTypography/Editable.js +111 -0
- package/es/components/UTypography/Link.d.ts +7 -0
- package/es/components/UTypography/Link.js +22 -0
- package/es/components/UTypography/Paragraph.d.ts +6 -0
- package/es/components/UTypography/Paragraph.js +10 -0
- package/es/components/UTypography/Text.d.ts +7 -0
- package/es/components/UTypography/Text.js +24 -0
- package/es/components/UTypography/Title.d.ts +8 -0
- package/es/components/UTypography/Title.js +24 -0
- package/es/components/UTypography/Typography.d.ts +17 -0
- package/es/components/UTypography/Typography.js +44 -0
- package/es/components/UTypography/hooks/useMergedConfig.d.ts +1 -0
- package/es/components/UTypography/hooks/useMergedConfig.js +8 -0
- package/es/components/UTypography/hooks/useUpdatedEffect.d.ts +4 -0
- package/es/components/UTypography/hooks/useUpdatedEffect.js +13 -0
- package/es/components/UTypography/index.d.ts +14 -0
- package/es/components/UTypography/index.js +12 -0
- package/es/components/UTypography/style/index.d.ts +4 -0
- package/es/components/UTypography/style/index.js +5 -0
- package/es/components/UTypography/style/index.less +314 -0
- package/es/components/UTypography/style/rtl.less +54 -0
- package/es/components/UUpload/Dragger.d.ts +9 -0
- package/es/components/UUpload/Dragger.js +20 -0
- package/es/components/UUpload/Upload.d.ts +6 -0
- package/es/components/UUpload/Upload.js +406 -0
- package/es/components/UUpload/UploadList/ListItem.d.ts +27 -0
- package/es/components/UUpload/UploadList/ListItem.js +201 -0
- package/es/components/UUpload/UploadList/index.d.ts +4 -0
- package/es/components/UUpload/UploadList/index.js +234 -0
- package/es/components/UUpload/index.d.ts +15 -0
- package/es/components/UUpload/index.js +7 -0
- package/es/components/UUpload/interface.d.ts +134 -0
- package/es/components/UUpload/interface.js +1 -0
- package/es/components/UUpload/style/index.d.ts +5 -0
- package/es/components/UUpload/style/index.js +7 -0
- package/es/components/UUpload/style/index.less +564 -0
- package/es/components/UUpload/style/rtl.less +165 -0
- package/es/components/UUpload/utils.d.ts +8 -0
- package/es/components/UUpload/utils.js +123 -0
- package/es/components/UUploadFile/ThumnNail/images/download.png +0 -0
- package/es/components/UUploadFile/ThumnNail/images/download_hover.png +0 -0
- package/es/components/UUploadFile/ThumnNail/images/icon_close_default.png +0 -0
- package/es/components/UUploadFile/ThumnNail/images/icon_close_down.png +0 -0
- package/es/components/UUploadFile/ThumnNail/images/icon_close_hover.png +0 -0
- package/es/components/UUploadFile/ThumnNail/images/icon_delete_default.png +0 -0
- package/es/components/UUploadFile/ThumnNail/images/icon_delete_hover.png +0 -0
- package/es/components/UUploadFile/ThumnNail/images/icon_delete_small_default.png +0 -0
- package/es/components/UUploadFile/ThumnNail/images/icon_delete_small_hover.png +0 -0
- package/es/components/UUploadFile/ThumnNail/images/icon_large_default.png +0 -0
- package/es/components/UUploadFile/ThumnNail/images/icon_large_hover.png +0 -0
- package/es/components/UUploadFile/ThumnNail/index.d.ts +24 -0
- package/es/components/UUploadFile/ThumnNail/index.js +90 -0
- package/es/components/UUploadFile/ThumnNail/index.less +111 -0
- package/es/components/UUploadFile/UploadFile.js +1340 -0
- package/es/components/UUploadFile/Uploader.swf +0 -0
- package/es/components/UUploadFile/api.js +57 -0
- package/es/components/UUploadFile/getByteLength.d.ts +7 -0
- package/es/components/UUploadFile/getByteLength.js +36 -0
- package/es/components/UUploadFile/images/fileIcon/excel.png +0 -0
- package/es/components/UUploadFile/images/fileIcon/exe.png +0 -0
- package/es/components/UUploadFile/images/fileIcon/pdf.png +0 -0
- package/es/components/UUploadFile/images/fileIcon/ppt.png +0 -0
- package/es/components/UUploadFile/images/fileIcon/txt.png +0 -0
- package/es/components/UUploadFile/images/fileIcon/word.png +0 -0
- package/es/components/UUploadFile/images/fileIcon/zip.png +0 -0
- package/es/components/UUploadFile/images/icon_add_default.png +0 -0
- package/es/components/UUploadFile/images/icon_add_hover.png +0 -0
- package/es/components/UUploadFile/index.js +153 -0
- package/es/components/UUploadFile/locale/en_US.d.ts +3 -0
- package/es/components/UUploadFile/locale/en_US.js +24 -0
- package/es/components/UUploadFile/locale/locale.d.ts +23 -0
- package/es/components/UUploadFile/locale/zh_CN.d.ts +3 -0
- package/es/components/UUploadFile/locale/zh_CN.js +24 -0
- package/es/components/UUploadFile/style/index.d.ts +1 -0
- package/es/components/UUploadFile/style/index.js +1 -0
- package/es/components/UUploadFile/style/index.less +15 -0
- package/es/components/UUploadFile/style/mixin.less +249 -0
- package/es/components/UUploadFile/style/theme.less +40 -0
- package/es/components/UUtils/index.d.ts +7 -0
- package/es/components/UUtils/index.js +152 -0
- package/es/components/UUtils/style/index.d.ts +1 -0
- package/es/components/UUtils/style/index.js +0 -0
- package/es/components/UVersion/index.d.ts +3 -0
- package/es/components/UVersion/index.js +3 -0
- package/es/components/UVersion/style/index.d.ts +1 -0
- package/es/components/UVersion/style/index.js +2 -0
- package/es/components/UVersion/token.d.ts +319 -0
- package/es/components/UVersion/token.js +318 -0
- package/es/components/UVersion/version.d.ts +2 -0
- package/es/components/UVersion/version.js +1 -0
- package/es/components/UVideo/HideDiv.js +260 -0
- package/es/components/UVideo/Images/3D_close.png +0 -0
- package/es/components/UVideo/Images/3D_close_gray.png +0 -0
- package/es/components/UVideo/Images/3D_close_hover.png +0 -0
- package/es/components/UVideo/Images/3D_open.png +0 -0
- package/es/components/UVideo/Images/3D_open_gray.png +0 -0
- package/es/components/UVideo/Images/3D_open_hover.png +0 -0
- package/es/components/UVideo/Images/3D_position.png +0 -0
- package/es/components/UVideo/Images/3D_position_active.png +0 -0
- package/es/components/UVideo/Images/3D_position_close.png +0 -0
- package/es/components/UVideo/Images/3D_position_close_active.png +0 -0
- package/es/components/UVideo/Images/3D_position_close_gray.png +0 -0
- package/es/components/UVideo/Images/3D_position_gray.png +0 -0
- package/es/components/UVideo/Images/@ant-designicons@2x.png +0 -0
- package/es/components/UVideo/Images/DVI.png +0 -0
- package/es/components/UVideo/Images/DVIAlarm.png +0 -0
- package/es/components/UVideo/Images/DVIOffline.png +0 -0
- package/es/components/UVideo/Images/DrivebyCamera.png +0 -0
- package/es/components/UVideo/Images/DrivebyCameraOffline.png +0 -0
- package/es/components/UVideo/Images/Imagestitch.png +0 -0
- package/es/components/UVideo/Images/LED.png +0 -0
- package/es/components/UVideo/Images/LEDOffline.png +0 -0
- package/es/components/UVideo/Images/NO VIDEO.bmp +0 -0
- package/es/components/UVideo/Images/NVR.png +0 -0
- package/es/components/UVideo/Images/NVROffline.png +0 -0
- package/es/components/UVideo/Images/VGA.png +0 -0
- package/es/components/UVideo/Images/VGAOffline.png +0 -0
- package/es/components/UVideo/Images/VideoReplayControl.png +0 -0
- package/es/components/UVideo/Images/VideoReplayNoTag.png +0 -0
- package/es/components/UVideo/Images/add_fav@2x.png +0 -0
- package/es/components/UVideo/Images/alarmOffline.png +0 -0
- package/es/components/UVideo/Images/alarmshebei.png +0 -0
- package/es/components/UVideo/Images/baojingshebei.png +0 -0
- package/es/components/UVideo/Images/baojingshebeiOffline.png +0 -0
- package/es/components/UVideo/Images/batch-live@2x.png +0 -0
- package/es/components/UVideo/Images/batchLiveWallBtn.png +0 -0
- package/es/components/UVideo/Images/batch_live_default@2x.png +0 -0
- package/es/components/UVideo/Images/bukekonggaoqingqiuji.png +0 -0
- package/es/components/UVideo/Images/bukekonggaoqingqiujiOffLine.png +0 -0
- package/es/components/UVideo/Images/bukekongqiuji.png +0 -0
- package/es/components/UVideo/Images/bukekongqiujiAlarm.png +0 -0
- package/es/components/UVideo/Images/bukekongqiujiOffline.png +0 -0
- package/es/components/UVideo/Images/caijishebei.png +0 -0
- package/es/components/UVideo/Images/caijishebeiOffline.png +0 -0
- package/es/components/UVideo/Images/caijixitong.png +0 -0
- package/es/components/UVideo/Images/caijixitongOffline.png +0 -0
- package/es/components/UVideo/Images/camera.png +0 -0
- package/es/components/UVideo/Images/camera_fix.png +0 -0
- package/es/components/UVideo/Images/camera_fix@2x.png +0 -0
- package/es/components/UVideo/Images/camera_fix_hd.png +0 -0
- package/es/components/UVideo/Images/camera_fix_hd@2x.png +0 -0
- package/es/components/UVideo/Images/camera_light.png +0 -0
- package/es/components/UVideo/Images/camera_ptz.png +0 -0
- package/es/components/UVideo/Images/camera_ptz@2x.png +0 -0
- package/es/components/UVideo/Images/camera_ptz_hd.png +0 -0
- package/es/components/UVideo/Images/camera_ptz_hd@2x.png +0 -0
- package/es/components/UVideo/Images/captureGrey.png +0 -0
- package/es/components/UVideo/Images/captureHover.png +0 -0
- package/es/components/UVideo/Images/captureIcon.png +0 -0
- package/es/components/UVideo/Images/centerPoint.png +0 -0
- package/es/components/UVideo/Images/chezaishexiangji.png +0 -0
- package/es/components/UVideo/Images/chezaishexiangjiAlarm.png +0 -0
- package/es/components/UVideo/Images/chezaishexiangjiOffline.png +0 -0
- package/es/components/UVideo/Images/choose@2x.png +0 -0
- package/es/components/UVideo/Images/choose@2x_light.png +0 -0
- package/es/components/UVideo/Images/choose_hover@2x.png +0 -0
- package/es/components/UVideo/Images/close.png +0 -0
- package/es/components/UVideo/Images/close_single.png +0 -0
- package/es/components/UVideo/Images/close_single_hover.png +0 -0
- package/es/components/UVideo/Images/closeall.png +0 -0
- package/es/components/UVideo/Images/closeall_light.png +0 -0
- package/es/components/UVideo/Images/closemodal.png +0 -0
- package/es/components/UVideo/Images/closemodal_light.png +0 -0
- package/es/components/UVideo/Images/confirm_fav.png +0 -0
- package/es/components/UVideo/Images/cruisePlan.png +0 -0
- package/es/components/UVideo/Images/cutimg.png +0 -0
- package/es/components/UVideo/Images/cutimg_hover.png +0 -0
- package/es/components/UVideo/Images/dae.png +0 -0
- package/es/components/UVideo/Images/daeOffline.png +0 -0
- package/es/components/UVideo/Images/defence@2x.png +0 -0
- package/es/components/UVideo/Images/defence_default@2x.png +0 -0
- package/es/components/UVideo/Images/defence_icon@2x.png +0 -0
- package/es/components/UVideo/Images/del_input@2x.png +0 -0
- package/es/components/UVideo/Images/delete.png +0 -0
- package/es/components/UVideo/Images/delete@2x.png +0 -0
- package/es/components/UVideo/Images/delete_img.png +0 -0
- package/es/components/UVideo/Images/delete_leve@2x.png +0 -0
- package/es/components/UVideo/Images/delete_light.png +0 -0
- package/es/components/UVideo/Images/detailFormIcon.png +0 -0
- package/es/components/UVideo/Images/device_icon-24x24.png +0 -0
- package/es/components/UVideo/Images/downLoadeGray.png +0 -0
- package/es/components/UVideo/Images/downLoadeHover.png +0 -0
- package/es/components/UVideo/Images/downLoadeIcon.png +0 -0
- package/es/components/UVideo/Images/download.png +0 -0
- package/es/components/UVideo/Images/download_light.png +0 -0
- package/es/components/UVideo/Images/duijiangfenji.png +0 -0
- package/es/components/UVideo/Images/duijiangfenjiOffline.png +0 -0
- package/es/components/UVideo/Images/emptyCamera.png +0 -0
- package/es/components/UVideo/Images/emptyMonitor.png +0 -0
- package/es/components/UVideo/Images/emptyPolice.png +0 -0
- package/es/components/UVideo/Images/emptyServer.png +0 -0
- package/es/components/UVideo/Images/favorites@2x.png +0 -0
- package/es/components/UVideo/Images/favorites_default@2x.png +0 -0
- package/es/components/UVideo/Images/fenxixitong.png +0 -0
- package/es/components/UVideo/Images/fenxixitongOffline.png +0 -0
- package/es/components/UVideo/Images/file_icon@2x.png +0 -0
- package/es/components/UVideo/Images/file_icon_open@2x.png +0 -0
- package/es/components/UVideo/Images/foldClose.png +0 -0
- package/es/components/UVideo/Images/foldOpen.png +0 -0
- package/es/components/UVideo/Images/fullscreen.png +0 -0
- package/es/components/UVideo/Images/fullscreen_light.png +0 -0
- package/es/components/UVideo/Images/gaoqingqiangji.png +0 -0
- package/es/components/UVideo/Images/gaoqingqiangjiAlarm.png +0 -0
- package/es/components/UVideo/Images/gaoqingqiangjiOffline.png +0 -0
- package/es/components/UVideo/Images/gaoqingyuntai.png +0 -0
- package/es/components/UVideo/Images/gaoqingyuntaiAlarm.png +0 -0
- package/es/components/UVideo/Images/gaoqingyuntaiOffline.png +0 -0
- package/es/components/UVideo/Images/gaoqingyuyan.png +0 -0
- package/es/components/UVideo/Images/gaoqingyuyanAlarm.png +0 -0
- package/es/components/UVideo/Images/gaoqingyuyanOffline.png +0 -0
- package/es/components/UVideo/Images/gpsEndIcon.png +0 -0
- package/es/components/UVideo/Images/gpsStartIcon.png +0 -0
- package/es/components/UVideo/Images/gridsPlay@2x.png +0 -0
- package/es/components/UVideo/Images/gridsRecord@2x.png +0 -0
- package/es/components/UVideo/Images/hide_left.png +0 -0
- package/es/components/UVideo/Images/hide_left_hover.png +0 -0
- package/es/components/UVideo/Images/hide_right.png +0 -0
- package/es/components/UVideo/Images/hide_right_hover.png +0 -0
- package/es/components/UVideo/Images/icon-close.png +0 -0
- package/es/components/UVideo/Images/icon16 copy.png +0 -0
- package/es/components/UVideo/Images/icon16.png +0 -0
- package/es/components/UVideo/Images/icon24.png +0 -0
- package/es/components/UVideo/Images/kaiguanliang.png +0 -0
- package/es/components/UVideo/Images/laiguanlaingOffline.png +0 -0
- package/es/components/UVideo/Images/last.png +0 -0
- package/es/components/UVideo/Images/last_disable.png +0 -0
- package/es/components/UVideo/Images/last_hover.png +0 -0
- package/es/components/UVideo/Images/liveUnderList.png +0 -0
- package/es/components/UVideo/Images/location1@2x.png +0 -0
- package/es/components/UVideo/Images/location@2x.png +0 -0
- package/es/components/UVideo/Images/location_default@2x.png +0 -0
- package/es/components/UVideo/Images/lunqie.png +0 -0
- package/es/components/UVideo/Images/markerIcons/hd_qiang.png +0 -0
- package/es/components/UVideo/Images/markerIcons/hd_qiu.png +0 -0
- package/es/components/UVideo/Images/markerIcons/qiang.png +0 -0
- package/es/components/UVideo/Images/markerIcons/qiu.png +0 -0
- package/es/components/UVideo/Images/markerIcons/tollgate.png +0 -0
- package/es/components/UVideo/Images/maxmodal.png +0 -0
- package/es/components/UVideo/Images/maxmodal_light.png +0 -0
- package/es/components/UVideo/Images/menjin.png +0 -0
- package/es/components/UVideo/Images/menjinOffline.png +0 -0
- package/es/components/UVideo/Images/minmodal.png +0 -0
- package/es/components/UVideo/Images/minmodal_light.png +0 -0
- package/es/components/UVideo/Images/minscreen.png +0 -0
- package/es/components/UVideo/Images/minscreen_light.png +0 -0
- package/es/components/UVideo/Images/monitor.png +0 -0
- package/es/components/UVideo/Images/monitorOffLine.png +0 -0
- package/es/components/UVideo/Images/more.png +0 -0
- package/es/components/UVideo/Images/more@2x.png +0 -0
- package/es/components/UVideo/Images/more_default@2x.png +0 -0
- package/es/components/UVideo/Images/more_light.png +0 -0
- package/es/components/UVideo/Images/moveDefault.png +0 -0
- package/es/components/UVideo/Images/netgrid@2x.png +0 -0
- package/es/components/UVideo/Images/netgrid_default@2x.png +0 -0
- package/es/components/UVideo/Images/new_no_data.png +0 -0
- package/es/components/UVideo/Images/next.png +0 -0
- package/es/components/UVideo/Images/next_disable.png +0 -0
- package/es/components/UVideo/Images/next_hover.png +0 -0
- package/es/components/UVideo/Images/no_data@2x.png +0 -0
- package/es/components/UVideo/Images/no_picture.png +0 -0
- package/es/components/UVideo/Images/org.png +0 -0
- package/es/components/UVideo/Images/patrol_last.png +0 -0
- package/es/components/UVideo/Images/patrol_last_disable.png +0 -0
- package/es/components/UVideo/Images/patrol_last_light.png +0 -0
- package/es/components/UVideo/Images/patrol_next.png +0 -0
- package/es/components/UVideo/Images/patrol_next_disable.png +0 -0
- package/es/components/UVideo/Images/patrol_next_light.png +0 -0
- package/es/components/UVideo/Images/patrol_start.png +0 -0
- package/es/components/UVideo/Images/patrol_start_light.png +0 -0
- package/es/components/UVideo/Images/patrol_stop.png +0 -0
- package/es/components/UVideo/Images/patrol_stop_light.png +0 -0
- package/es/components/UVideo/Images/piliangbeifen.png +0 -0
- package/es/components/UVideo/Images/piliangshangqiang.png +0 -0
- package/es/components/UVideo/Images/play_b@3x.png +0 -0
- package/es/components/UVideo/Images/play_buck@2x.png +0 -0
- package/es/components/UVideo/Images/play_live@2x.png +0 -0
- package/es/components/UVideo/Images/play_live_default@2x.png +0 -0
- package/es/components/UVideo/Images/point_blue.png +0 -0
- package/es/components/UVideo/Images/point_red.png +0 -0
- package/es/components/UVideo/Images/police.png +0 -0
- package/es/components/UVideo/Images/policeAvatar.png +0 -0
- package/es/components/UVideo/Images/pop.png +0 -0
- package/es/components/UVideo/Images/pop_hover.png +0 -0
- package/es/components/UVideo/Images/position@2x.png +0 -0
- package/es/components/UVideo/Images/ptz-dir-icon.png +0 -0
- package/es/components/UVideo/Images/ptz-icon16.png +0 -0
- package/es/components/UVideo/Images/ptz-icon24.png +0 -0
- package/es/components/UVideo/Images/ptz-icon32.png +0 -0
- package/es/components/UVideo/Images/ptz-icon48.png +0 -0
- package/es/components/UVideo/Images/ptz-synchro-icon.gif +0 -0
- package/es/components/UVideo/Images/ptzPanelIcon.png +0 -0
- package/es/components/UVideo/Images/ptzPanelIconGrey.png +0 -0
- package/es/components/UVideo/Images/ptzPanelIconHover.png +0 -0
- package/es/components/UVideo/Images/ptz_icon_close.png +0 -0
- package/es/components/UVideo/Images/ptz_icon_close_gray.png +0 -0
- package/es/components/UVideo/Images/ptz_icon_close_hover.png +0 -0
- package/es/components/UVideo/Images/ptz_icon_open.png +0 -0
- package/es/components/UVideo/Images/ptz_icon_open_hover.png +0 -0
- package/es/components/UVideo/Images/qiangji.png +0 -0
- package/es/components/UVideo/Images/qiangjiAlarm.png +0 -0
- package/es/components/UVideo/Images/qiangjiOffline.png +0 -0
- package/es/components/UVideo/Images/qiangqiuliandong.png +0 -0
- package/es/components/UVideo/Images/qiangqiuliandongOffline.png +0 -0
- package/es/components/UVideo/Images/rate_slider.svg +1 -0
- package/es/components/UVideo/Images/record_close.png +0 -0
- package/es/components/UVideo/Images/record_close_gray.png +0 -0
- package/es/components/UVideo/Images/record_close_hover.png +0 -0
- package/es/components/UVideo/Images/record_open.png +0 -0
- package/es/components/UVideo/Images/record_open_gray.png +0 -0
- package/es/components/UVideo/Images/record_open_hover.png +0 -0
- package/es/components/UVideo/Images/redPonit.png +0 -0
- package/es/components/UVideo/Images/refresh@2x.png +0 -0
- package/es/components/UVideo/Images/refresh_default@2x.png +0 -0
- package/es/components/UVideo/Images/replayCurrentTime.svg +1 -0
- package/es/components/UVideo/Images/replayRate.png +0 -0
- package/es/components/UVideo/Images/rfid.png +0 -0
- package/es/components/UVideo/Images/rightFullScreen.png +0 -0
- package/es/components/UVideo/Images/rightFullScreenHover.png +0 -0
- package/es/components/UVideo/Images/root.png +0 -0
- package/es/components/UVideo/Images/round-live@2x.png +0 -0
- package/es/components/UVideo/Images/round_live_default@2x.png +0 -0
- package/es/components/UVideo/Images/savesplit.png +0 -0
- package/es/components/UVideo/Images/savesplit_light.png +0 -0
- package/es/components/UVideo/Images/schicht-hover.png +0 -0
- package/es/components/UVideo/Images/schicht.png +0 -0
- package/es/components/UVideo/Images/schicht_checked.png +0 -0
- package/es/components/UVideo/Images/searchEmpty.png +0 -0
- package/es/components/UVideo/Images/securityAppDraw.png +0 -0
- package/es/components/UVideo/Images/setting.png +0 -0
- package/es/components/UVideo/Images/setting_light.png +0 -0
- package/es/components/UVideo/Images/shipinxunluo.png +0 -0
- package/es/components/UVideo/Images/sliceTooltip.png +0 -0
- package/es/components/UVideo/Images/sound.png +0 -0
- package/es/components/UVideo/Images/sound_active.png +0 -0
- package/es/components/UVideo/Images/sound_close.png +0 -0
- package/es/components/UVideo/Images/sound_close_active.png +0 -0
- package/es/components/UVideo/Images/sound_close_gray.png +0 -0
- package/es/components/UVideo/Images/sound_gray.png +0 -0
- package/es/components/UVideo/Images/spirit1.png +0 -0
- package/es/components/UVideo/Images/splitScreen.png +0 -0
- package/es/components/UVideo/Images/split_1.png +0 -0
- package/es/components/UVideo/Images/split_4.png +0 -0
- package/es/components/UVideo/Images/split_9.png +0 -0
- package/es/components/UVideo/Images/splitctr.png +0 -0
- package/es/components/UVideo/Images/splitctr_litght.png +0 -0
- package/es/components/UVideo/Images/spriteIcon copy.png +0 -0
- package/es/components/UVideo/Images/spriteIcon.png +0 -0
- package/es/components/UVideo/Images/sprites.png +0 -0
- package/es/components/UVideo/Images/sprites_image.png +0 -0
- package/es/components/UVideo/Images/startBackUpBtn.png +0 -0
- package/es/components/UVideo/Images/startPatrolBtn.png +0 -0
- package/es/components/UVideo/Images/stkIcon.png +0 -0
- package/es/components/UVideo/Images/stkTollgate.png +0 -0
- package/es/components/UVideo/Images/stream1.png +0 -0
- package/es/components/UVideo/Images/stream1_gray.png +0 -0
- package/es/components/UVideo/Images/stream1_hover.png +0 -0
- package/es/components/UVideo/Images/stream2.png +0 -0
- package/es/components/UVideo/Images/stream2_gray.png +0 -0
- package/es/components/UVideo/Images/stream2_hover.png +0 -0
- package/es/components/UVideo/Images/stream3.png +0 -0
- package/es/components/UVideo/Images/stream3_gray.png +0 -0
- package/es/components/UVideo/Images/stream3_hover.png +0 -0
- package/es/components/UVideo/Images/tableLine.png +0 -0
- package/es/components/UVideo/Images/tackEndIcon.png +0 -0
- package/es/components/UVideo/Images/tackStartIcon.png +0 -0
- package/es/components/UVideo/Images/textNoticeIcon.png +0 -0
- package/es/components/UVideo/Images/timeLarge.svg +1 -0
- package/es/components/UVideo/Images/timeSmall.svg +1 -0
- package/es/components/UVideo/Images/tollgate.png +0 -0
- package/es/components/UVideo/Images/tollgateOffLine.png +0 -0
- package/es/components/UVideo/Images/treeIcon.less +508 -0
- package/es/components/UVideo/Images/user.png +0 -0
- package/es/components/UVideo/Images/videoGroup.png +0 -0
- package/es/components/UVideo/Images/videoUnderList.png +0 -0
- package/es/components/UVideo/Images/viewLib-online.png +0 -0
- package/es/components/UVideo/Images/waiyu.png +0 -0
- package/es/components/UVideo/Images/waiyuOffline.png +0 -0
- package/es/components/UVideo/Images/warn.png +0 -0
- package/es/components/UVideo/Images/wifi.png +0 -0
- package/es/components/UVideo/Images/yidongjingwu.png +0 -0
- package/es/components/UVideo/Images/yingyongpingtai.png +0 -0
- package/es/components/UVideo/Images/yingyongpingtaiOffline.png +0 -0
- package/es/components/UVideo/Images/yuntai.png +0 -0
- package/es/components/UVideo/Images/yuntaiOffline.png +0 -0
- package/es/components/UVideo/Images/yuyan.png +0 -0
- package/es/components/UVideo/Images/yuyanAlarm.png +0 -0
- package/es/components/UVideo/Images/yuyanOffline.png +0 -0
- package/es/components/UVideo/Images/zhian@2x.png +0 -0
- package/es/components/UVideo/Images/zhian_default@2x.png +0 -0
- package/es/components/UVideo/Images/ziyuanlunxun.png +0 -0
- package/es/components/UVideo/Images/zoom_close.png +0 -0
- package/es/components/UVideo/Images/zoom_close_gray.png +0 -0
- package/es/components/UVideo/Images/zoom_close_hover.png +0 -0
- package/es/components/UVideo/Images/zoom_open.png +0 -0
- package/es/components/UVideo/Images/zoom_open_gray.png +0 -0
- package/es/components/UVideo/Images/zoom_open_hover.png +0 -0
- package/es/components/UVideo/Images/zulunxunTV.png +0 -0
- package/es/components/UVideo/Images/zulunxunTVPlay.png +0 -0
- package/es/components/UVideo/Images/zulunxunXP.png +0 -0
- package/es/components/UVideo/Images/zulunxunXPPlay.png +0 -0
- package/es/components/UVideo/Images/zulunxunziyuan.png +0 -0
- package/es/components/UVideo/Images/zuxianshiTV.png +0 -0
- package/es/components/UVideo/Images/zuxianshiXP.png +0 -0
- package/es/components/UVideo/InitFunc/GlobalFunc.js +662 -0
- package/es/components/UVideo/InitFunc/imosSdkInit.js +17 -0
- package/es/components/UVideo/TextInputNotice/TextInputNotice.js +419 -0
- package/es/components/UVideo/TextInputNotice/TextInputNotice.less +95 -0
- package/es/components/UVideo/Tree/TreeIcon.js +36 -0
- package/es/components/UVideo/Tree/UTreeIcon.js +512 -0
- package/es/components/UVideo/Tree/treeIcon.less +1057 -0
- package/es/components/UVideo/Tree/treeResTypes.js +258 -0
- package/es/components/UVideo/UVideo.js +1530 -0
- package/es/components/UVideo/VideoComponent/OperatorItems.js +1716 -0
- package/es/components/UVideo/VideoComponent/OperatorItems.less +1250 -0
- package/es/components/UVideo/VideoComponent/PlayPanel.js +1471 -0
- package/es/components/UVideo/VideoComponent/PlayPanel.less +292 -0
- package/es/components/UVideo/VideoComponent/PlayWindow.js +1342 -0
- package/es/components/UVideo/VideoComponent/PlayWindow.less +47 -0
- package/es/components/UVideo/VideoComponent/PtzControl/CardTimePicker.js +754 -0
- package/es/components/UVideo/VideoComponent/PtzControl/CardTimePicker.less +197 -0
- package/es/components/UVideo/VideoComponent/PtzControl/ConfigCruisePathPlan.js +904 -0
- package/es/components/UVideo/VideoComponent/PtzControl/ConfigCruisePathPlan.less +135 -0
- package/es/components/UVideo/VideoComponent/PtzControl/HttpRequest.js +665 -0
- package/es/components/UVideo/VideoComponent/PtzControl/PtzAddCruisePathCtr.js +1473 -0
- package/es/components/UVideo/VideoComponent/PtzControl/PtzAddCruisePathCtr.less +336 -0
- package/es/components/UVideo/VideoComponent/PtzControl/PtzCmd.js +66 -0
- package/es/components/UVideo/VideoComponent/PtzControl/PtzControlPanel.js +2537 -0
- package/es/components/UVideo/VideoComponent/PtzControl/PtzControlPanel.less +1447 -0
- package/es/components/UVideo/VideoComponent/PtzControl/PtzPresetAddCtr.js +171 -0
- package/es/components/UVideo/VideoComponent/PtzControl/PtzPresetAddCtr.less +37 -0
- package/es/components/UVideo/VideoComponent/PtzControl/PtzSetGuardCtr.js +475 -0
- package/es/components/UVideo/VideoComponent/PtzControl/PtzSetGuardCtr.less +184 -0
- package/es/components/UVideo/VideoComponent/PtzControl/TimePickerTable.js +611 -0
- package/es/components/UVideo/VideoComponent/PtzControl/TimePickerTable.less +193 -0
- package/es/components/UVideo/VideoComponent/PtzControl/applyBusiness.js +75 -0
- package/es/components/UVideo/VideoComponent/RateSelect/index.js +151 -0
- package/es/components/UVideo/VideoComponent/RateSelect/index.less +106 -0
- package/es/components/UVideo/VideoComponent/SplitScreen.js +72 -0
- package/es/components/UVideo/VideoComponent/SplitScreen.less +116 -0
- package/es/components/UVideo/VideoLive/VideoLive.js +723 -0
- package/es/components/UVideo/VideoLive/VideoLive.less +378 -0
- package/es/components/UVideo/VideoReply/VideoReply.js +937 -0
- package/es/components/UVideo/VideoReply/VideoReply.less +352 -0
- package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/HttpRequest.js +580 -0
- package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/PtzCmd.js +66 -0
- package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/PtzControlPanel.js +1192 -0
- package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/PtzControlPanel.less +1323 -0
- package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/PtzPresetAddCtr.js +187 -0
- package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/PtzPresetAddCtr.less +53 -0
- package/es/components/UVideo/VmsVideoComponent/Component/VmsOperatorItems.js +2500 -0
- package/es/components/UVideo/VmsVideoComponent/Component/VmsOperatorItems.less +1474 -0
- package/es/components/UVideo/VmsVideoComponent/Component/VmsVideoOperation.js +360 -0
- package/es/components/UVideo/VmsVideoComponent/Component/VmsVideoOperation.less +626 -0
- package/es/components/UVideo/VmsVideoComponent/Component/VmsVideoPanel.js +1774 -0
- package/es/components/UVideo/VmsVideoComponent/Component/download/index.js +628 -0
- package/es/components/UVideo/VmsVideoComponent/Component/download/index.less +18 -0
- package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/enum.js +586 -0
- package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/index.js +70 -0
- package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/plugin.js +237 -0
- package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/protocolcheck.js +223 -0
- package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/sdkviewer.js +283 -0
- package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/utils.js +206 -0
- package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/wndControl.js +207 -0
- package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/wsRequest.js +101 -0
- package/es/components/UVideo/VmsVideoLive/VmsVideoLive.js +557 -0
- package/es/components/UVideo/VmsVideoLive/VmsVideoLive.less +145 -0
- package/es/components/UVideo/VmsVideoReply/VmsVideoReplay.js +1012 -0
- package/es/components/UVideo/VmsVideoReply/VmsVideoReplay.less +273 -0
- package/es/components/UVideo/index.js +26 -0
- package/es/components/UVideo/index.less +265 -0
- package/es/components/UVideo/locale/en_US.d.ts +3 -0
- package/es/components/UVideo/locale/en_US.js +562 -0
- package/es/components/UVideo/locale/locale.d.ts +564 -0
- package/es/components/UVideo/locale/zh_CN.d.ts +3 -0
- package/es/components/UVideo/locale/zh_CN.js +562 -0
- package/es/components/UVideo/toolsFunc/ToolsFunc.js +125 -0
- package/es/components/_util/ActionButton.d.ts +15 -0
- package/es/components/_util/ActionButton.js +100 -0
- package/es/components/_util/colors.d.ts +5 -0
- package/es/components/_util/colors.js +4 -0
- package/es/components/_util/easings.d.ts +1 -0
- package/es/components/_util/easings.js +10 -0
- package/es/components/_util/getDataOrAriaProps.d.ts +1 -0
- package/es/components/_util/getDataOrAriaProps.js +8 -0
- package/es/components/_util/getRenderPropValue.d.ts +3 -0
- package/es/components/_util/getRenderPropValue.js +9 -0
- package/es/components/_util/getScroll.d.ts +2 -0
- package/es/components/_util/getScroll.js +29 -0
- package/es/components/_util/hooks/useFlexGapSupport.d.ts +2 -0
- package/es/components/_util/hooks/useFlexGapSupport.js +18 -0
- package/es/components/_util/hooks/useForceUpdate.d.ts +2 -0
- package/es/components/_util/hooks/useForceUpdate.js +15 -0
- package/es/components/_util/hooks/usePatchElement.d.ts +5 -0
- package/es/components/_util/hooks/usePatchElement.js +33 -0
- package/es/components/_util/hooks/useSyncState.d.ts +3 -0
- package/es/components/_util/hooks/useSyncState.js +13 -0
- package/es/components/_util/isNumeric.d.ts +2 -0
- package/es/components/_util/isNumeric.js +4 -0
- package/es/components/_util/motion.d.ts +8 -0
- package/es/components/_util/motion.js +51 -0
- package/es/components/_util/placements.d.ts +17 -0
- package/es/components/_util/placements.js +86 -0
- package/es/components/_util/raf.d.ts +9 -0
- package/es/components/_util/raf.js +26 -0
- package/es/components/_util/reactNode.d.ts +8 -0
- package/es/components/_util/reactNode.js +15 -0
- package/es/components/_util/responsiveObserve.d.ts +21 -0
- package/es/components/_util/responsiveObserve.js +64 -0
- package/es/components/_util/scrollTo.d.ts +10 -0
- package/es/components/_util/scrollTo.js +34 -0
- package/es/components/_util/statusUtils.d.ts +6 -0
- package/es/components/_util/statusUtils.js +13 -0
- package/es/components/_util/styleChecker.d.ts +4 -0
- package/es/components/_util/styleChecker.js +28 -0
- package/es/components/_util/throttleByAnimationFrame.d.ts +8 -0
- package/es/components/_util/throttleByAnimationFrame.js +57 -0
- package/es/components/_util/transButton.d.ts +9 -0
- package/es/components/_util/transButton.js +52 -0
- package/es/components/_util/type.d.ts +9 -0
- package/es/components/_util/type.js +13 -0
- package/es/components/_util/warning.d.ts +6 -0
- package/es/components/_util/warning.js +14 -0
- package/es/components/_util/wave.d.ts +32 -0
- package/es/components/_util/wave.js +207 -0
- package/es/components/locale/default.d.ts +2 -0
- package/es/components/locale/default.js +2 -0
- package/es/components/locale/en_US.d.ts +3 -0
- package/es/components/locale/en_US.js +136 -0
- package/es/components/locale/zh_CN.d.ts +3 -0
- package/es/components/locale/zh_CN.js +136 -0
- package/es/components/locale-provider/LocaleReceiver.d.ts +11 -0
- package/es/components/locale-provider/LocaleReceiver.js +36 -0
- package/es/components/locale-provider/context.d.ts +7 -0
- package/es/components/locale-provider/context.js +3 -0
- package/es/components/locale-provider/default.d.ts +2 -0
- package/es/components/locale-provider/default.js +2 -0
- package/es/components/locale-provider/en_US.d.ts +2 -0
- package/es/components/locale-provider/en_US.js +2 -0
- package/es/components/locale-provider/index.d.ts +54 -0
- package/es/components/locale-provider/index.js +30 -0
- package/es/components/locale-provider/style/index.d.ts +1 -0
- package/es/components/locale-provider/style/index.js +1 -0
- package/es/components/locale-provider/style/index.less +2 -0
- package/es/components/locale-provider/zh_CN.d.ts +2 -0
- package/es/components/locale-provider/zh_CN.js +2 -0
- package/es/components/style/color/bezierEasing.less +110 -0
- package/es/components/style/color/colorPalette.less +85 -0
- package/es/components/style/color/colors.less +162 -0
- package/es/components/style/color/tinyColor.less +1184 -0
- package/es/components/style/core/base.less +10 -0
- package/es/components/style/core/global.less +490 -0
- package/es/components/style/core/iconfont.less +22 -0
- package/es/components/style/core/index.less +5 -0
- package/es/components/style/core/motion/fade.less +34 -0
- package/es/components/style/core/motion/move.less +129 -0
- package/es/components/style/core/motion/other.less +51 -0
- package/es/components/style/core/motion/slide.less +131 -0
- package/es/components/style/core/motion/zoom.less +179 -0
- package/es/components/style/core/motion.less +22 -0
- package/es/components/style/index.d.ts +1 -0
- package/es/components/style/index.js +1 -0
- package/es/components/style/index.less +2 -0
- package/es/components/style/mixins/box.less +7 -0
- package/es/components/style/mixins/clearfix.less +16 -0
- package/es/components/style/mixins/compact-item-vertical.less +41 -0
- package/es/components/style/mixins/compact-item.less +133 -0
- package/es/components/style/mixins/compatibility.less +13 -0
- package/es/components/style/mixins/customize.less +181 -0
- package/es/components/style/mixins/iconfont.less +28 -0
- package/es/components/style/mixins/index.less +16 -0
- package/es/components/style/mixins/modal-mask.less +30 -0
- package/es/components/style/mixins/motion.less +33 -0
- package/es/components/style/mixins/operation-unit.less +15 -0
- package/es/components/style/mixins/reset.less +11 -0
- package/es/components/style/mixins/rounded-arrow.less +44 -0
- package/es/components/style/mixins/size.less +10 -0
- package/es/components/style/mixins/typography.less +58 -0
- package/es/components/style/themes/index.less +1 -0
- package/es/components/style/themes/variable.less +1064 -0
- package/es/darkTheme.js +77 -0
- package/es/defaultTheme.js +77 -0
- package/es/globalFunc/HOCConnect.js +41 -0
- package/es/globalFunc/index.d.ts +44 -0
- package/es/globalFunc/index.js +159 -0
- package/es/globalFunc/render.d.ts +16 -0
- package/es/globalFunc/render.js +91 -0
- package/es/globalVarious/index.d.ts +15 -0
- package/es/globalVarious/index.js +24 -0
- package/es/http/index.js +223 -0
- package/es/images/add_file_dark.png +0 -0
- package/es/images/add_file_dark_hover.png +0 -0
- package/es/images/clearIcon.png +0 -0
- package/es/images/clearIcon_hover.png +0 -0
- package/es/images/datePicker.png +0 -0
- package/es/images/datePicker_dark.png +0 -0
- package/es/images/emptyData.png +0 -0
- package/es/images/file_delete_dark.png +0 -0
- package/es/images/file_delete_dark_hover.png +0 -0
- package/es/images/fujian.png +0 -0
- package/es/images/noData.png +0 -0
- package/es/images/scrollDown.png +0 -0
- package/es/images/scrollDown_dark.png +0 -0
- package/es/images/scrollDown_dark_hover.png +0 -0
- package/es/images/scrollDown_light.png +0 -0
- package/es/images/scrollDown_light_hover.png +0 -0
- package/es/images/scrollLeft.png +0 -0
- package/es/images/scrollLeft_dark.png +0 -0
- package/es/images/scrollLeft_dark_hover.png +0 -0
- package/es/images/scrollLeft_light.png +0 -0
- package/es/images/scrollLeft_light_hover.png +0 -0
- package/es/images/scrollRight.png +0 -0
- package/es/images/scrollRight_dark.png +0 -0
- package/es/images/scrollRight_dark_hover.png +0 -0
- package/es/images/scrollRight_light.png +0 -0
- package/es/images/scrollRight_light_hover.png +0 -0
- package/es/images/scrollUp.png +0 -0
- package/es/images/scrollUp_dark.png +0 -0
- package/es/images/scrollUp_dark_hover.png +0 -0
- package/es/images/scrollUp_light.png +0 -0
- package/es/images/scrollUp_light_hover.png +0 -0
- package/es/images/timePicker.png +0 -0
- package/es/images/timePicker_dark.png +0 -0
- package/es/images/transfer_dark.png +0 -0
- package/es/images/transfer_dark_disable.png +0 -0
- package/es/images/transfer_dark_hover.png +0 -0
- package/es/images/trasfer_clear_dark.png +0 -0
- package/es/images/trasfer_clear_dark_hover.png +0 -0
- package/es/index.d.ts +127 -0
- package/es/index.js +90 -0
- package/es/locale/default.d.ts +2 -0
- package/es/locale/default.js +2 -0
- package/es/locale/en_US.d.ts +61 -0
- package/es/locale/en_US.js +46 -0
- package/es/locale/locale.d.ts +47 -0
- package/es/locale/zh_CN.d.ts +61 -0
- package/es/locale/zh_CN.js +46 -0
- package/es/style/global.less +97 -0
- package/es/style/globalVariabl.less +1 -0
- package/es/style/theme/cssvar.less +109 -0
- package/es/style/theme/dark.less +86 -0
- package/es/style/theme/default.less +87 -0
- package/es/style/theme/index-pure.less +2 -0
- package/es/style/theme/index.less +2 -0
- package/es/style/theme/variable.less +89 -0
- package/es/variableTheme.js +76 -0
- package/package.json +84 -0
|
@@ -0,0 +1,1192 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
6
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
7
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
11
|
+
function _possibleConstructorReturn(t, e) { if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return _assertThisInitialized(t); }
|
|
12
|
+
function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
|
|
13
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
14
|
+
function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
|
|
15
|
+
function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
|
|
16
|
+
function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
|
|
17
|
+
import React, { Component } from 'react';
|
|
18
|
+
import Button from "../../../../UButton/button";
|
|
19
|
+
import message from "../../../../UMessageBox/message";
|
|
20
|
+
import Modal from "../../../../UModal/modal";
|
|
21
|
+
import Select from "../../../../USelect/select";
|
|
22
|
+
import Slider from "../../../../USlider/slider";
|
|
23
|
+
import Tabs from "../../../../UTabs/tabs";
|
|
24
|
+
import Table from "../../../../UTable/table";
|
|
25
|
+
|
|
26
|
+
// import { ImosIntl, Log } from '../../../../BaseComponent';
|
|
27
|
+
import "../PtzControl/PtzControlPanel.less";
|
|
28
|
+
import moment from 'moment';
|
|
29
|
+
import * as Restful from "./HttpRequest";
|
|
30
|
+
import { PtzCmd } from "./PtzCmd";
|
|
31
|
+
import PtzPresetAddCtr from "./PtzPresetAddCtr";
|
|
32
|
+
// let { getLanguageTrans } = ImosIntl;
|
|
33
|
+
|
|
34
|
+
var TabPane = Tabs.TabPane;
|
|
35
|
+
var Option = Select.Option;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*云台控制面板
|
|
39
|
+
*/
|
|
40
|
+
var PtzControlPanel = /*#__PURE__*/function (_Component) {
|
|
41
|
+
function PtzControlPanel(props) {
|
|
42
|
+
var _this;
|
|
43
|
+
_classCallCheck(this, PtzControlPanel);
|
|
44
|
+
_this = _callSuper(this, PtzControlPanel, [props]);
|
|
45
|
+
//获取节点的位置信息,left、top、width、height
|
|
46
|
+
_this._getDomPosi = function (dom, type) {
|
|
47
|
+
if (dom instanceof Element) {
|
|
48
|
+
var rect = dom.getBoundingClientRect();
|
|
49
|
+
if (type === undefined) {
|
|
50
|
+
return rect;
|
|
51
|
+
} else {
|
|
52
|
+
return rect[type];
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
//#endregion
|
|
57
|
+
//tabs切换事件,查询预置位信息
|
|
58
|
+
_this._onclickChange = function (key) {
|
|
59
|
+
if (key === '1') {}
|
|
60
|
+
};
|
|
61
|
+
//#region 鼠标拖动
|
|
62
|
+
_this._onMouseDown = function (e) {
|
|
63
|
+
e.stopPropagation();
|
|
64
|
+
_this.isMoving = true;
|
|
65
|
+
};
|
|
66
|
+
_this._onMouseUp = function (e) {
|
|
67
|
+
_this.isMoving = false;
|
|
68
|
+
_this.lastX = null;
|
|
69
|
+
_this.lastY = null;
|
|
70
|
+
};
|
|
71
|
+
_this._onMouseMove = function (e) {
|
|
72
|
+
if (!_this.isMoving) {
|
|
73
|
+
return;
|
|
74
|
+
}
|
|
75
|
+
if (_this.lastX && _this.lastY) {
|
|
76
|
+
var dx = e.clientX - _this.lastX;
|
|
77
|
+
var dy = e.clientY - _this.lastY;
|
|
78
|
+
//this.setState({ pnlPosX: this.state.pnlPosX + dx, pnlPosY: this.state.pnlPosY + dy });
|
|
79
|
+
_this.props.movePtzPnl(dx, dy);
|
|
80
|
+
}
|
|
81
|
+
_this.lastX = e.clientX;
|
|
82
|
+
_this.lastY = e.clientY;
|
|
83
|
+
_this.ptzDirPnlPosi = _this._getDomPosi(_this.ptzDirPnlContainer);
|
|
84
|
+
};
|
|
85
|
+
//#endregion 鼠标拖动
|
|
86
|
+
/**
|
|
87
|
+
*窗体操作关闭
|
|
88
|
+
*/
|
|
89
|
+
_this.onCloseClick = function () {
|
|
90
|
+
_this.props.onPtzPnlCloseClick(_this.state.pnlPosX, _this.state.pnlPosY);
|
|
91
|
+
};
|
|
92
|
+
//#region 云台锁定、解锁、释放,
|
|
93
|
+
/**
|
|
94
|
+
*锁定云台
|
|
95
|
+
*/
|
|
96
|
+
_this._onLockPtz = function () {
|
|
97
|
+
message.destroy();
|
|
98
|
+
if (_this.curVideoCam !== null) {
|
|
99
|
+
Restful.LockPtz(_this.curVideoCam.CameraCode, function (ret) {
|
|
100
|
+
if (ret != null) {
|
|
101
|
+
if (ret.data.ErrCode === 0) {
|
|
102
|
+
// Log.log('锁定云台成功');
|
|
103
|
+
_this.setState({
|
|
104
|
+
isLock: true
|
|
105
|
+
});
|
|
106
|
+
} else {
|
|
107
|
+
message.error('锁定云台失败,错误信息:' + ret.data.ErrMsg, 1);
|
|
108
|
+
}
|
|
109
|
+
} else {
|
|
110
|
+
message.error('锁定云台失败,返回结果为空', 1);
|
|
111
|
+
}
|
|
112
|
+
});
|
|
113
|
+
} else {
|
|
114
|
+
message.error('相机信息为空', 1);
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* 解锁云台
|
|
119
|
+
*/
|
|
120
|
+
_this._onUnLockPtz = function () {
|
|
121
|
+
message.destroy();
|
|
122
|
+
if (_this.curVideoCam !== null) {
|
|
123
|
+
Restful.UnLockPtz(_this.curVideoCam.CameraCode, function (ret) {
|
|
124
|
+
if (ret != null) {
|
|
125
|
+
if (ret.data.ErrCode === 0) {
|
|
126
|
+
// Log.log('解锁云台成功', 1);
|
|
127
|
+
_this.setState({
|
|
128
|
+
isLock: false
|
|
129
|
+
});
|
|
130
|
+
} else {
|
|
131
|
+
message.error('解锁云台失败,错误信息:' + ret.data.ErrMsg, 1);
|
|
132
|
+
}
|
|
133
|
+
} else {
|
|
134
|
+
message.error('解锁云台失败,返回结果为空', 1);
|
|
135
|
+
}
|
|
136
|
+
});
|
|
137
|
+
} else {
|
|
138
|
+
message.error('相机信息为空', 1);
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* 释放云台
|
|
143
|
+
*/
|
|
144
|
+
_this._onReleasePtz = function () {
|
|
145
|
+
message.destroy();
|
|
146
|
+
if (_this.curVideoCam !== null) {
|
|
147
|
+
Restful.ReleasePtz(_this.curVideoCam.CameraCode, function (ret) {
|
|
148
|
+
if (ret != null) {
|
|
149
|
+
if (ret.data.ErrCode === 0) {
|
|
150
|
+
// Log.log('释放云台成功', 1);
|
|
151
|
+
_this.setState({
|
|
152
|
+
isLock: false
|
|
153
|
+
});
|
|
154
|
+
} else {
|
|
155
|
+
message.error('释放云台失败,错误信息:' + ret.data.ErrMsg, 1);
|
|
156
|
+
}
|
|
157
|
+
} else {
|
|
158
|
+
message.error('释放云台失败,返回结果为空', 1);
|
|
159
|
+
}
|
|
160
|
+
});
|
|
161
|
+
} else {
|
|
162
|
+
message.error('相机信息为空', 1);
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
/**
|
|
166
|
+
* 启动云台操作-聚焦、倍速、光圈、方向盘、光照、雨刷、红外、加热、除雪。。。。。
|
|
167
|
+
*@param {*} operateType 操作类型
|
|
168
|
+
*@param {*} ptzCmdID 操作命令ID
|
|
169
|
+
*@param {*} operateDes 操作描述
|
|
170
|
+
*/
|
|
171
|
+
_this.OnOperationPtzDown = function (operateType, ptzCmdID, operateDes) {
|
|
172
|
+
if (_this.curVideoCam !== null && _this.curVideoCam.CameraCode !== null) {
|
|
173
|
+
// var condition = this.GetOperateCondition(operateType, ptzCmdID);
|
|
174
|
+
// this._operatePtz(operateType, ptzCmdID, operateDes);
|
|
175
|
+
if (_this.props.ptzOperationCallback) {
|
|
176
|
+
_this.props.ptzOperationCallback(operateType, ptzCmdID, operateDes);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* 停止云台操作-聚焦、倍速、光圈、方向盘、光照、雨刷、红外、加热、除雪。。。。。
|
|
182
|
+
*@param {*} operateType 操作类型
|
|
183
|
+
*@param {*} ptzCmdID 操作命令ID
|
|
184
|
+
*@param {*} operateDes 操作描述
|
|
185
|
+
*/
|
|
186
|
+
_this._onOperationPtzUp = function (operateType, ptzCmdID, operateDes) {
|
|
187
|
+
if (_this.curVideoCam !== null && _this.curVideoCam.CameraCode !== null) {
|
|
188
|
+
// var condition = this.GetOperateCondition(operateType, ptzCmdID);
|
|
189
|
+
// this._operatePtz(operateType, condition, operateDes);
|
|
190
|
+
if (_this.props.ptzOperationCallback) {
|
|
191
|
+
_this.props.ptzOperationCallback(operateType, ptzCmdID, operateDes);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
};
|
|
195
|
+
/**
|
|
196
|
+
*设置扩展面板功能使能:光照、雨刷、红外、加热、除雪。。。。。
|
|
197
|
+
*/
|
|
198
|
+
_this.SetMorePnlEnable = function (operateType) {
|
|
199
|
+
switch (operateType) {
|
|
200
|
+
case 'light':
|
|
201
|
+
//光照
|
|
202
|
+
_this.setState({
|
|
203
|
+
isLightOn: !_this.state.isLightOn
|
|
204
|
+
});
|
|
205
|
+
break;
|
|
206
|
+
case 'wiper':
|
|
207
|
+
//雨刷
|
|
208
|
+
_this.setState({
|
|
209
|
+
isWipertOn: !_this.state.isWipertOn
|
|
210
|
+
});
|
|
211
|
+
break;
|
|
212
|
+
case 'infrare':
|
|
213
|
+
//红外
|
|
214
|
+
_this.setState({
|
|
215
|
+
isInfrareOn: !_this.state.isInfrareOn
|
|
216
|
+
});
|
|
217
|
+
break;
|
|
218
|
+
case 'heat':
|
|
219
|
+
//加热
|
|
220
|
+
_this.setState({
|
|
221
|
+
isHeatOn: !_this.state.isHeatOn
|
|
222
|
+
});
|
|
223
|
+
break;
|
|
224
|
+
default:
|
|
225
|
+
break;
|
|
226
|
+
}
|
|
227
|
+
};
|
|
228
|
+
//获取操作命令参数-聚焦、倍速、光圈、方向盘、光照、雨刷、红外、加热、除雪。。。。。
|
|
229
|
+
_this.GetOperateCondition = function (operateType, ptzCmdID) {
|
|
230
|
+
var condition = {};
|
|
231
|
+
//部分case可以合并。因为接口说明文档里面没有明确后面三个字段究竟是啥数据,所以分开写,赋值按照老客户端里面的逻辑进行赋值
|
|
232
|
+
switch (operateType) {
|
|
233
|
+
case 'forcus':
|
|
234
|
+
//聚焦参数
|
|
235
|
+
condition = {
|
|
236
|
+
PTZCmdID: ptzCmdID,
|
|
237
|
+
PTZCmdPara1: 6,
|
|
238
|
+
//老代码里面该字段是写死的...
|
|
239
|
+
PTZCmdPara2: 6,
|
|
240
|
+
//老代码里面该字段是写死的...
|
|
241
|
+
PTZCmdPara3: 6 //预留字段
|
|
242
|
+
};
|
|
243
|
+
break;
|
|
244
|
+
case 'zoom':
|
|
245
|
+
//变倍
|
|
246
|
+
condition = {
|
|
247
|
+
PTZCmdID: ptzCmdID,
|
|
248
|
+
PTZCmdPara1: 0,
|
|
249
|
+
//老代码里面该字段是写死的...
|
|
250
|
+
PTZCmdPara2: 0,
|
|
251
|
+
//老代码里面该字段是写死的...
|
|
252
|
+
PTZCmdPara3: 0 //预留字段
|
|
253
|
+
};
|
|
254
|
+
break;
|
|
255
|
+
case 'iris':
|
|
256
|
+
//光圈
|
|
257
|
+
condition = {
|
|
258
|
+
PTZCmdID: ptzCmdID,
|
|
259
|
+
PTZCmdPara1: 0,
|
|
260
|
+
//老代码里面该字段是写死的...
|
|
261
|
+
PTZCmdPara2: 0,
|
|
262
|
+
//老代码里面该字段是写死的...
|
|
263
|
+
PTZCmdPara3: 0 //预留字段
|
|
264
|
+
};
|
|
265
|
+
break;
|
|
266
|
+
case 'direction':
|
|
267
|
+
//方向
|
|
268
|
+
condition = {
|
|
269
|
+
PTZCmdID: ptzCmdID,
|
|
270
|
+
PTZCmdPara1: _this.ptzSpeed,
|
|
271
|
+
//---云台转速...
|
|
272
|
+
PTZCmdPara2: _this.ptzSpeed,
|
|
273
|
+
//---云台转速...
|
|
274
|
+
PTZCmdPara3: 0 //预留字段
|
|
275
|
+
};
|
|
276
|
+
break;
|
|
277
|
+
case 'light':
|
|
278
|
+
//光照
|
|
279
|
+
condition = {
|
|
280
|
+
PTZCmdID: ptzCmdID,
|
|
281
|
+
PTZCmdPara1: 0,
|
|
282
|
+
//老代码里面该字段是写死的...
|
|
283
|
+
PTZCmdPara2: 0,
|
|
284
|
+
//老代码里面该字段是写死的...
|
|
285
|
+
PTZCmdPara3: 0 //预留字段
|
|
286
|
+
};
|
|
287
|
+
break;
|
|
288
|
+
case 'wiper':
|
|
289
|
+
//雨刷
|
|
290
|
+
condition = {
|
|
291
|
+
PTZCmdID: ptzCmdID,
|
|
292
|
+
PTZCmdPara1: 0,
|
|
293
|
+
//老代码里面该字段是写死的...
|
|
294
|
+
PTZCmdPara2: 0,
|
|
295
|
+
//老代码里面该字段是写死的...
|
|
296
|
+
PTZCmdPara3: 0 //预留字段
|
|
297
|
+
};
|
|
298
|
+
break;
|
|
299
|
+
case 'infrare':
|
|
300
|
+
//红外
|
|
301
|
+
condition = {
|
|
302
|
+
PTZCmdID: ptzCmdID,
|
|
303
|
+
PTZCmdPara1: 0,
|
|
304
|
+
//老代码里面该字段是写死的...
|
|
305
|
+
PTZCmdPara2: 0,
|
|
306
|
+
//老代码里面该字段是写死的...
|
|
307
|
+
PTZCmdPara3: 0 //预留字段
|
|
308
|
+
};
|
|
309
|
+
break;
|
|
310
|
+
case 'heat':
|
|
311
|
+
//加热
|
|
312
|
+
condition = {
|
|
313
|
+
PTZCmdID: ptzCmdID,
|
|
314
|
+
PTZCmdPara1: 0,
|
|
315
|
+
//老代码里面该字段是写死的...
|
|
316
|
+
PTZCmdPara2: 0,
|
|
317
|
+
//老代码里面该字段是写死的...
|
|
318
|
+
PTZCmdPara3: 0 //预留字段
|
|
319
|
+
};
|
|
320
|
+
break;
|
|
321
|
+
case 'snow':
|
|
322
|
+
//除雪
|
|
323
|
+
condition = {
|
|
324
|
+
PTZCmdID: ptzCmdID,
|
|
325
|
+
PTZCmdPara1: 0,
|
|
326
|
+
//老代码里面该字段是写死的...
|
|
327
|
+
PTZCmdPara2: 0,
|
|
328
|
+
//老代码里面该字段是写死的...
|
|
329
|
+
PTZCmdPara3: 0 //预留字段
|
|
330
|
+
};
|
|
331
|
+
break;
|
|
332
|
+
default:
|
|
333
|
+
condition = {};
|
|
334
|
+
break;
|
|
335
|
+
}
|
|
336
|
+
return condition;
|
|
337
|
+
};
|
|
338
|
+
//云台操作
|
|
339
|
+
_this._operatePtz = function (operateType, condition, operateDes) {
|
|
340
|
+
message.destroy();
|
|
341
|
+
Restful.StartPtz(_this.curVideoCam.CameraCode, function (startRet) {
|
|
342
|
+
if (startRet != null && startRet.data != null) {
|
|
343
|
+
if (startRet.data.ErrCode === 0) {
|
|
344
|
+
Restful.OperationPtz(_this.curVideoCam.CameraCode, JSON.stringify(condition), function (optRet) {
|
|
345
|
+
if (optRet != null && optRet.data != null) {
|
|
346
|
+
if (optRet.data.ErrCode === 0) {
|
|
347
|
+
// Log.log(operateDes + '操作成功');
|
|
348
|
+
if (operateType === 'light' || operateType === 'wiper' || operateType === 'infrare' || operateType === 'heat') {
|
|
349
|
+
_this.SetMorePnlEnable(operateType);
|
|
350
|
+
}
|
|
351
|
+
} else {
|
|
352
|
+
message.error(operateDes + '操作失败:' + optRet.data.ErrMsg, 1);
|
|
353
|
+
return false;
|
|
354
|
+
}
|
|
355
|
+
} else {
|
|
356
|
+
message.error(operateDes + '操作失败,返回结果为空', 1);
|
|
357
|
+
return false;
|
|
358
|
+
}
|
|
359
|
+
});
|
|
360
|
+
} else {
|
|
361
|
+
message.error('启动云台控制失败:' + startRet.data.ErrMsg, 1);
|
|
362
|
+
return false;
|
|
363
|
+
}
|
|
364
|
+
} else {
|
|
365
|
+
message.error('启动云台控制失败,返回结果为空', 1);
|
|
366
|
+
return false;
|
|
367
|
+
}
|
|
368
|
+
});
|
|
369
|
+
};
|
|
370
|
+
//查询云台状态
|
|
371
|
+
_this._queryPtzStatus = function () {
|
|
372
|
+
message.destroy();
|
|
373
|
+
if (_this.curVideoCam !== null && _this.curVideoCam.CameraCode !== null) {
|
|
374
|
+
Restful.QueryPtzStatue(_this.curVideoCam.CameraCode, function (queryRet) {
|
|
375
|
+
if (queryRet != null && queryRet.data != null) {
|
|
376
|
+
if (queryRet.data.ErrCode === 0) {
|
|
377
|
+
// Log.log('查询云台状态成功');
|
|
378
|
+
//根据查询结果的赋值锁定图标
|
|
379
|
+
_this.setState({
|
|
380
|
+
isLock: queryRet.data.Result.Status === 2 ? true : false
|
|
381
|
+
});
|
|
382
|
+
} else {
|
|
383
|
+
message.error('查询云台状态失败:' + queryRet.data.ErrMsg, 1);
|
|
384
|
+
}
|
|
385
|
+
} else {
|
|
386
|
+
message.error('查询云台状态失败,返回结果为空', 1);
|
|
387
|
+
}
|
|
388
|
+
});
|
|
389
|
+
} else {
|
|
390
|
+
message.error('相机信息为空', 1);
|
|
391
|
+
}
|
|
392
|
+
};
|
|
393
|
+
//#endregion
|
|
394
|
+
//#region ptzPnl中方向盘事件
|
|
395
|
+
/**
|
|
396
|
+
* 方向盘中鼠标移动
|
|
397
|
+
*/
|
|
398
|
+
_this._onptzDirPnlMove = function (e) {
|
|
399
|
+
var CenterPosi = {
|
|
400
|
+
X: _this.ptzDirPnlPosi.width / 2 + _this.ptzDirPnlPosi.left,
|
|
401
|
+
Y: _this.ptzDirPnlPosi.height / 2 + _this.ptzDirPnlPosi.top
|
|
402
|
+
};
|
|
403
|
+
var distance = _this._getDistance(e.clientX, e.clientY, CenterPosi.X, CenterPosi.Y);
|
|
404
|
+
//判断mousePosi在方向盘的哪个位置,然后进行判断显示
|
|
405
|
+
var angle = _this._getAngle(e.clientX, e.clientY, CenterPosi.X, CenterPosi.Y, distance);
|
|
406
|
+
if (distance > 50) {
|
|
407
|
+
//外圆半径-在方向盘外,需要将标志位都置为false
|
|
408
|
+
_this.setState({
|
|
409
|
+
dirIndex: 10
|
|
410
|
+
});
|
|
411
|
+
} else if (distance < 23) {
|
|
412
|
+
//内圆半径-在方向盘中间区域
|
|
413
|
+
_this.setState({
|
|
414
|
+
dirIndex: 9
|
|
415
|
+
});
|
|
416
|
+
} else {
|
|
417
|
+
//在方向盘方向区域,根据计算的倾斜角度判断属于哪个区域
|
|
418
|
+
if (e.clientX > CenterPosi.X) {
|
|
419
|
+
//右半边:-90度~90度
|
|
420
|
+
if (angle < -67.5) {
|
|
421
|
+
//T
|
|
422
|
+
_this.setState({
|
|
423
|
+
dirIndex: 1
|
|
424
|
+
});
|
|
425
|
+
} else if (angle > -67.5 && angle < -22.5) {
|
|
426
|
+
//RT
|
|
427
|
+
_this.setState({
|
|
428
|
+
dirIndex: 2
|
|
429
|
+
});
|
|
430
|
+
} else if (angle > -22.5 && angle < 22.5) {
|
|
431
|
+
//R
|
|
432
|
+
_this.setState({
|
|
433
|
+
dirIndex: 3
|
|
434
|
+
});
|
|
435
|
+
} else if (angle > 22.5 && angle < 67.5) {
|
|
436
|
+
//RB
|
|
437
|
+
_this.setState({
|
|
438
|
+
dirIndex: 4
|
|
439
|
+
});
|
|
440
|
+
} else if (angle > 67.5) {
|
|
441
|
+
//B
|
|
442
|
+
_this.setState({
|
|
443
|
+
dirIndex: 5
|
|
444
|
+
});
|
|
445
|
+
}
|
|
446
|
+
} else {
|
|
447
|
+
//左半边:-90度~90度
|
|
448
|
+
if (angle < -67.5) {
|
|
449
|
+
//T
|
|
450
|
+
_this.setState({
|
|
451
|
+
dirIndex: 1
|
|
452
|
+
});
|
|
453
|
+
} else if (angle > -67.5 && angle < -22.5) {
|
|
454
|
+
//LT
|
|
455
|
+
_this.setState({
|
|
456
|
+
dirIndex: 8
|
|
457
|
+
});
|
|
458
|
+
} else if (angle > -22.5 && angle < 22.5) {
|
|
459
|
+
//L
|
|
460
|
+
_this.setState({
|
|
461
|
+
dirIndex: 7
|
|
462
|
+
});
|
|
463
|
+
} else if (angle > 22.5 && angle < 67.5) {
|
|
464
|
+
//LB
|
|
465
|
+
_this.setState({
|
|
466
|
+
dirIndex: 6
|
|
467
|
+
});
|
|
468
|
+
} else if (angle > 67.5) {
|
|
469
|
+
//B
|
|
470
|
+
_this.setState({
|
|
471
|
+
dirIndex: 5
|
|
472
|
+
});
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
};
|
|
477
|
+
//计算两点之间的直线距离
|
|
478
|
+
_this._getDistance = function (x1, y1, x2, y2) {
|
|
479
|
+
var distance = 0;
|
|
480
|
+
var x = Math.abs(x1 - x2);
|
|
481
|
+
var y = Math.abs(y1 - y2);
|
|
482
|
+
distance = Math.sqrt(x * x + y * y);
|
|
483
|
+
return distance;
|
|
484
|
+
};
|
|
485
|
+
//计算角度
|
|
486
|
+
_this._getAngle = function (x1, y1, x2, y2, distance) {
|
|
487
|
+
var angle;
|
|
488
|
+
var y = y1 - y2;
|
|
489
|
+
angle = Math.asin(y / distance) * (180 / Math.PI);
|
|
490
|
+
return angle;
|
|
491
|
+
};
|
|
492
|
+
/**
|
|
493
|
+
* 方向面板鼠标放下
|
|
494
|
+
*/
|
|
495
|
+
_this._onPtzDirPnlDown = function (cmdID, poerateDes) {
|
|
496
|
+
//调用操作命令接口
|
|
497
|
+
_this.OnOperationPtzDown('direction', cmdID, poerateDes);
|
|
498
|
+
};
|
|
499
|
+
/**
|
|
500
|
+
* 方向面板鼠标松开
|
|
501
|
+
*/
|
|
502
|
+
_this._onPtzDirPnlUp = function (cmdID, poerateDes) {
|
|
503
|
+
_this._onOperationPtzUp('direction', cmdID, poerateDes);
|
|
504
|
+
};
|
|
505
|
+
_this._onPtzDirMidPnlClick = function () {
|
|
506
|
+
_this._stopCruisePath();
|
|
507
|
+
};
|
|
508
|
+
//#endregion
|
|
509
|
+
//#region 预置位操作
|
|
510
|
+
/**
|
|
511
|
+
* 增加预置位鼠标点击
|
|
512
|
+
*/
|
|
513
|
+
_this._onSetPresetClick = function (e) {
|
|
514
|
+
if (_this.curVideoCam && _this.curVideoCam.CameraCode) {
|
|
515
|
+
_this.setState({
|
|
516
|
+
isShowPresetAddForm: true
|
|
517
|
+
}, function () {
|
|
518
|
+
if (_this.props.showPtzModal) {
|
|
519
|
+
_this.props.showPtzModal(true);
|
|
520
|
+
}
|
|
521
|
+
});
|
|
522
|
+
}
|
|
523
|
+
};
|
|
524
|
+
/**
|
|
525
|
+
* 增加预置位取消点击
|
|
526
|
+
*/
|
|
527
|
+
_this._onSetPresetCancel = function (e) {
|
|
528
|
+
_this.setState({
|
|
529
|
+
isShowPresetAddForm: false
|
|
530
|
+
}, function () {
|
|
531
|
+
if (_this.props.showPtzModal) {
|
|
532
|
+
_this.props.showPtzModal(false);
|
|
533
|
+
}
|
|
534
|
+
});
|
|
535
|
+
};
|
|
536
|
+
/**
|
|
537
|
+
* 选择预置位
|
|
538
|
+
*/
|
|
539
|
+
_this._onPresetSelectedChange = function (value, option) {
|
|
540
|
+
_this.setState({
|
|
541
|
+
curSelectedPreset: {
|
|
542
|
+
dwPresetID: Number(option.key),
|
|
543
|
+
szPresetName: value
|
|
544
|
+
}
|
|
545
|
+
});
|
|
546
|
+
};
|
|
547
|
+
/**
|
|
548
|
+
* 添加预置位点击
|
|
549
|
+
*/
|
|
550
|
+
_this._addPresetClick = function () {
|
|
551
|
+
var addPresetCode = _this.presetAddCtrDom.state.curSelPresetCode;
|
|
552
|
+
message.destroy();
|
|
553
|
+
if (_this.curVideoCam !== null && _this.curVideoCam.CameraCode != null) {
|
|
554
|
+
if (!_this.presetAddCtrDom.codeRef.checkTextLegal()) {
|
|
555
|
+
_this.presetAddCtrDom.refs.code.focus();
|
|
556
|
+
return;
|
|
557
|
+
}
|
|
558
|
+
if (!_this.presetAddCtrDom.nameRef.checkTextLegal()) {
|
|
559
|
+
_this.presetAddCtrDom.refs.name.focus();
|
|
560
|
+
return;
|
|
561
|
+
}
|
|
562
|
+
var isContains = false;
|
|
563
|
+
_this.props.presetListOptions.map(function (item) {
|
|
564
|
+
if (item.dwPresetID === addPresetCode) {
|
|
565
|
+
isContains = true;
|
|
566
|
+
}
|
|
567
|
+
});
|
|
568
|
+
if (isContains) {
|
|
569
|
+
_this.setState({
|
|
570
|
+
isShowModifyPromptForm: true
|
|
571
|
+
});
|
|
572
|
+
} else {
|
|
573
|
+
_this._addPreset();
|
|
574
|
+
}
|
|
575
|
+
} else {
|
|
576
|
+
message.error('相机信息为空', 1);
|
|
577
|
+
}
|
|
578
|
+
};
|
|
579
|
+
/**
|
|
580
|
+
* 预置位修改提示
|
|
581
|
+
*/
|
|
582
|
+
_this._presetAddPromptCancel = function () {
|
|
583
|
+
_this.setState({
|
|
584
|
+
isShowModifyPromptForm: false
|
|
585
|
+
});
|
|
586
|
+
};
|
|
587
|
+
/**
|
|
588
|
+
* 添加预置位确定
|
|
589
|
+
*/
|
|
590
|
+
_this._presetAddPromptOK = function () {
|
|
591
|
+
_this._addPreset();
|
|
592
|
+
};
|
|
593
|
+
//添加/设置预置位
|
|
594
|
+
_this._addPreset = function () {
|
|
595
|
+
message.destroy();
|
|
596
|
+
var addPresetCode = _this.presetAddCtrDom.state.curSelPresetCode;
|
|
597
|
+
var addPresetName = _this.presetAddCtrDom.nameRef.getInputText();
|
|
598
|
+
var condition = {
|
|
599
|
+
dwPresetID: addPresetCode,
|
|
600
|
+
szPresetName: addPresetName
|
|
601
|
+
};
|
|
602
|
+
_this.setState({
|
|
603
|
+
isShowPresetAddForm: false
|
|
604
|
+
}, function () {
|
|
605
|
+
if (_this.props.ptzPresetCallback) {
|
|
606
|
+
_this.props.ptzPresetCallback(0, condition);
|
|
607
|
+
}
|
|
608
|
+
if (_this.props.showPtzModal) {
|
|
609
|
+
_this.props.showPtzModal(false);
|
|
610
|
+
}
|
|
611
|
+
});
|
|
612
|
+
};
|
|
613
|
+
/**
|
|
614
|
+
* 使用预置位/跳转到预置位
|
|
615
|
+
*/
|
|
616
|
+
_this._usePreset = function (e) {
|
|
617
|
+
message.destroy();
|
|
618
|
+
if (_this.curVideoCam && _this.curVideoCam.CameraCode) {
|
|
619
|
+
if (_this.state.curSelectedPreset == null) {
|
|
620
|
+
message.warn('请先选择预置位', 1);
|
|
621
|
+
return;
|
|
622
|
+
}
|
|
623
|
+
if (_this.props.ptzPresetCallback) {
|
|
624
|
+
_this.props.ptzPresetCallback(2, _this.state.curSelectedPreset);
|
|
625
|
+
}
|
|
626
|
+
} else {
|
|
627
|
+
message.error('相机信息为空', 1);
|
|
628
|
+
}
|
|
629
|
+
};
|
|
630
|
+
/**
|
|
631
|
+
* 删除预置位点击
|
|
632
|
+
*/
|
|
633
|
+
_this._onDelPresetHandleClick = function () {
|
|
634
|
+
var presetListOptions = _this.props.presetListOptions;
|
|
635
|
+
if (0 === presetListOptions.length) {
|
|
636
|
+
message.info('当前没有预置位可以删除');
|
|
637
|
+
return;
|
|
638
|
+
}
|
|
639
|
+
_this.setState({
|
|
640
|
+
isShowDelPromptForm: true,
|
|
641
|
+
deletingPreset: []
|
|
642
|
+
}, function () {
|
|
643
|
+
if (_this.props.showPtzModal) {
|
|
644
|
+
_this.props.showPtzModal(true);
|
|
645
|
+
}
|
|
646
|
+
});
|
|
647
|
+
};
|
|
648
|
+
/**
|
|
649
|
+
* 删除预置位取消
|
|
650
|
+
*/
|
|
651
|
+
_this._onDelPresetHandleCancle = function () {
|
|
652
|
+
_this.setState({
|
|
653
|
+
isShowDelPromptForm: false
|
|
654
|
+
}, function () {
|
|
655
|
+
if (_this.props.showPtzModal) {
|
|
656
|
+
_this.props.showPtzModal(false);
|
|
657
|
+
}
|
|
658
|
+
});
|
|
659
|
+
};
|
|
660
|
+
/**
|
|
661
|
+
* 删除预置位确定
|
|
662
|
+
*/
|
|
663
|
+
_this._delPreset = function () {
|
|
664
|
+
var deletingPreset = _this.state.deletingPreset;
|
|
665
|
+
message.destroy();
|
|
666
|
+
if (0 === deletingPreset.length) {
|
|
667
|
+
message.info('请先选择需要删除的预置位', 1);
|
|
668
|
+
return;
|
|
669
|
+
}
|
|
670
|
+
if (_this.curVideoCam !== null && _this.curVideoCam.CameraCode != null) {
|
|
671
|
+
_this.setState({
|
|
672
|
+
isShowDelPromptForm: false
|
|
673
|
+
}, function () {
|
|
674
|
+
if (_this.props.ptzPresetCallback) {
|
|
675
|
+
_this.props.ptzPresetCallback(1, deletingPreset);
|
|
676
|
+
}
|
|
677
|
+
if (_this.props.showPtzModal) {
|
|
678
|
+
_this.props.showPtzModal(false);
|
|
679
|
+
}
|
|
680
|
+
});
|
|
681
|
+
} else {
|
|
682
|
+
message.error('相机为空信息', 1);
|
|
683
|
+
}
|
|
684
|
+
};
|
|
685
|
+
//#endregion 预置位操作
|
|
686
|
+
//#region 云台面板扩展界面
|
|
687
|
+
/**
|
|
688
|
+
* 显示云台扩展面板
|
|
689
|
+
*/
|
|
690
|
+
_this._onShowMorePnl = function () {
|
|
691
|
+
_this.setState({
|
|
692
|
+
isShowPtzMore: !_this.state.isShowPtzMore
|
|
693
|
+
});
|
|
694
|
+
if (_this.props.showMorePanel) {
|
|
695
|
+
_this.props.showMorePanel(!_this.state.isShowPtzMore);
|
|
696
|
+
}
|
|
697
|
+
};
|
|
698
|
+
/**
|
|
699
|
+
* 调整转速
|
|
700
|
+
*/
|
|
701
|
+
_this._onPtzSpeedChange = function (value) {
|
|
702
|
+
_this.props.onPtzSpeedChange(value);
|
|
703
|
+
_this.ptzSpeed = value;
|
|
704
|
+
};
|
|
705
|
+
_this.state = {
|
|
706
|
+
pnlPosX: 0,
|
|
707
|
+
pnlPosY: 0,
|
|
708
|
+
ptzUserCtr: 0,
|
|
709
|
+
//当前用户是不是控制云台,1-控制,0-不在控制
|
|
710
|
+
isLock: false,
|
|
711
|
+
//当前云台是否已锁定,0-空闲状态,1-连接状态,2-链接锁定,3-状态最大值,0xFFFFFFFF-无效值
|
|
712
|
+
dirIndex: 10,
|
|
713
|
+
//方向盘9个方位下标1-9,默认为10
|
|
714
|
+
|
|
715
|
+
//控制面板---扩展面板功能信息
|
|
716
|
+
isShowPtzMore: false,
|
|
717
|
+
//ptzPnl中扩展面板是否显示
|
|
718
|
+
isLightOn: false,
|
|
719
|
+
//是否开启光照
|
|
720
|
+
isWipertOn: false,
|
|
721
|
+
//是否开启雨刷
|
|
722
|
+
isInfrareOn: false,
|
|
723
|
+
//是否开启红外
|
|
724
|
+
isHeatOn: false,
|
|
725
|
+
//是否开启加热
|
|
726
|
+
isSnowOn: false,
|
|
727
|
+
//是否开启除雪---暂时未使用
|
|
728
|
+
|
|
729
|
+
//控制面板---预置位信息
|
|
730
|
+
presetListOptions: props.presetListOptions || [],
|
|
731
|
+
//预置位信息集合
|
|
732
|
+
curSelectedPreset: null,
|
|
733
|
+
//当前选择的预置位
|
|
734
|
+
deletingPreset: [],
|
|
735
|
+
//待删除的预置位
|
|
736
|
+
|
|
737
|
+
isShowPresetAddForm: false,
|
|
738
|
+
//是否显示预置位添加窗体
|
|
739
|
+
isShowModifyPromptForm: false,
|
|
740
|
+
//是否显示预置位修改提示窗体
|
|
741
|
+
isShowDelPromptForm: false,
|
|
742
|
+
//是否显示预置位删除提示窗体
|
|
743
|
+
|
|
744
|
+
isShowAutoGuardTimeForm: false,
|
|
745
|
+
//是否显示设置自动看守时间窗体
|
|
746
|
+
autoGuardTime: 300,
|
|
747
|
+
//自动看守时间,单位为秒,最大不超过3600秒,0表示不看守
|
|
748
|
+
|
|
749
|
+
//控制面板---看守位信息
|
|
750
|
+
guardEnable: false,
|
|
751
|
+
//是否启用看守位,默认???
|
|
752
|
+
guardPositionPlanList: null,
|
|
753
|
+
//看守位计划信息集合
|
|
754
|
+
isShowSetGuardForm: false,
|
|
755
|
+
//是否显示看守位设置界面
|
|
756
|
+
|
|
757
|
+
//控制面板---巡航线信息
|
|
758
|
+
cruisePathList: [],
|
|
759
|
+
//巡航线信息集合
|
|
760
|
+
curCruisePathInfo: null,
|
|
761
|
+
//当前选择的巡航线信息
|
|
762
|
+
isShowDelCruisrForm: false,
|
|
763
|
+
//是否显示删除巡航线窗体
|
|
764
|
+
isShowModifyCruisrForm: false,
|
|
765
|
+
//是否显示修改巡航线窗体
|
|
766
|
+
isShosAddCruisrForm: false,
|
|
767
|
+
//是佛显示添加巡航线窗体
|
|
768
|
+
guardPlanStatus: 0 //看守位状态
|
|
769
|
+
};
|
|
770
|
+
_this.isMoveWithForm = false; //窗体是否进行固定
|
|
771
|
+
_this.isMoving = false; //窗体是否正在移动,MouseMove时判断。
|
|
772
|
+
|
|
773
|
+
_this.lastX = null; //窗体移动位置,计算窗体移动时的偏移
|
|
774
|
+
_this.lastY = null; //窗体移动位置,计算窗体移动时的偏移
|
|
775
|
+
|
|
776
|
+
//this.curVideoDom = this.props.curVideoDom; //整个DOM节点,*****当前调试使用,记得删除
|
|
777
|
+
_this.curVideoCam = _this.props.videoCamInfo; //当前video的相机信息-CameraCode CameraName ECIPAddr
|
|
778
|
+
_this.ptzPnlPosi = {}; //ptzPnl的坐标位置信息
|
|
779
|
+
|
|
780
|
+
//PtzPnl中方向盘相关位置信息
|
|
781
|
+
_this.ptzDirPnlPosi = {}; //ptzPnl中左侧方向盘位置信息
|
|
782
|
+
_this.relativeDirPnlPosiX = 0; //ptzPnl中鼠标在方向盘中的相对坐标位置
|
|
783
|
+
_this.relativeDirPnlPosiY = 0; //ptzPnl中鼠标在方向盘中的相对坐标位置
|
|
784
|
+
|
|
785
|
+
//鼠标在title中进行拖拽移动---鼠标左键
|
|
786
|
+
window.onmousemove = function (e) {
|
|
787
|
+
return _this._onMouseMove(e);
|
|
788
|
+
};
|
|
789
|
+
window.onmouseup = function (e) {
|
|
790
|
+
return _this._onMouseUp(e);
|
|
791
|
+
};
|
|
792
|
+
//window.addEventListener('resize', this._reCalcPnlPos);
|
|
793
|
+
|
|
794
|
+
_this.isStopChangeIcon = false; //预置位同步时图标更新标志位
|
|
795
|
+
_this.ptzSpeed = props.initialPtzSpeed === undefined ? 5 : props.initialPtzSpeed; //云台转速---默认为6,范围1-9
|
|
796
|
+
//转速值
|
|
797
|
+
_this.speedMarks = {
|
|
798
|
+
1: '1',
|
|
799
|
+
2: '2',
|
|
800
|
+
3: '3',
|
|
801
|
+
4: '4',
|
|
802
|
+
5: '5',
|
|
803
|
+
6: '6',
|
|
804
|
+
7: '7',
|
|
805
|
+
8: '8',
|
|
806
|
+
9: '9'
|
|
807
|
+
};
|
|
808
|
+
//预置位删除操作
|
|
809
|
+
_this.deleteRowSelection = {
|
|
810
|
+
onChange: function onChange(selectedRowKeys, selectedRows) {
|
|
811
|
+
_this.setState({
|
|
812
|
+
deletingPreset: selectedRows
|
|
813
|
+
});
|
|
814
|
+
}
|
|
815
|
+
};
|
|
816
|
+
//预置位删除表头
|
|
817
|
+
_this.presetColumns = [{
|
|
818
|
+
title: '预置位编号',
|
|
819
|
+
dataIndex: 'dwPresetID',
|
|
820
|
+
width: 150,
|
|
821
|
+
key: 'dwPresetID'
|
|
822
|
+
}, {
|
|
823
|
+
title: '预置位名称',
|
|
824
|
+
dataIndex: 'szPresetName',
|
|
825
|
+
key: 'szPresetName'
|
|
826
|
+
}];
|
|
827
|
+
return _this;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
//#region 生命周期
|
|
831
|
+
_inherits(PtzControlPanel, _Component);
|
|
832
|
+
return _createClass(PtzControlPanel, [{
|
|
833
|
+
key: "componentDidMount",
|
|
834
|
+
value: function componentDidMount() {
|
|
835
|
+
this.ptzDirPnlPosi = this._getDomPosi(this.ptzDirPnlContainer);
|
|
836
|
+
}
|
|
837
|
+
}, {
|
|
838
|
+
key: "render",
|
|
839
|
+
value:
|
|
840
|
+
//#endregion 云台面板扩展界面
|
|
841
|
+
|
|
842
|
+
function render() {
|
|
843
|
+
var _this2 = this;
|
|
844
|
+
var _this$state = this.state,
|
|
845
|
+
pnlPosX = _this$state.pnlPosX,
|
|
846
|
+
pnlPosY = _this$state.pnlPosY,
|
|
847
|
+
isShowPtzMore = _this$state.isShowPtzMore,
|
|
848
|
+
dirIndex = _this$state.dirIndex,
|
|
849
|
+
isLightOn = _this$state.isLightOn,
|
|
850
|
+
isWipertOn = _this$state.isWipertOn,
|
|
851
|
+
isInfrareOn = _this$state.isInfrareOn,
|
|
852
|
+
isHeatOn = _this$state.isHeatOn,
|
|
853
|
+
guardPlanStatus = _this$state.guardPlanStatus,
|
|
854
|
+
curSelectedPreset = _this$state.curSelectedPreset,
|
|
855
|
+
isShowPresetAddForm = _this$state.isShowPresetAddForm,
|
|
856
|
+
isShowDelPromptForm = _this$state.isShowDelPromptForm,
|
|
857
|
+
isShowModifyPromptForm = _this$state.isShowModifyPromptForm,
|
|
858
|
+
isShowAutoGuardTimeForm = _this$state.isShowAutoGuardTimeForm,
|
|
859
|
+
autoGuardTime = _this$state.autoGuardTime,
|
|
860
|
+
guardEnable = _this$state.guardEnable,
|
|
861
|
+
isShowSetGuardForm = _this$state.isShowSetGuardForm,
|
|
862
|
+
guardPositionPlanList = _this$state.guardPositionPlanList,
|
|
863
|
+
cruisePathList = _this$state.cruisePathList,
|
|
864
|
+
curCruisePathInfo = _this$state.curCruisePathInfo,
|
|
865
|
+
isShowDelCruisrForm = _this$state.isShowDelCruisrForm,
|
|
866
|
+
isShowModifyCruisrForm = _this$state.isShowModifyCruisrForm,
|
|
867
|
+
isShosAddCruisrForm = _this$state.isShosAddCruisrForm;
|
|
868
|
+
var _this$props = this.props,
|
|
869
|
+
style = _this$props.style,
|
|
870
|
+
presetListOptions = _this$props.presetListOptions;
|
|
871
|
+
// let guardPlanStatus = guardPositionPlanList && guardPositionPlanList.length > 0 ? guardPositionPlanList[0].PlanStatus : 0;
|
|
872
|
+
|
|
873
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
874
|
+
className: "vms-ptzctr-panel",
|
|
875
|
+
ref: function ref(el) {
|
|
876
|
+
return _this2.ptzPnlContainer = el;
|
|
877
|
+
},
|
|
878
|
+
style: _objectSpread({
|
|
879
|
+
position: 'absolute'
|
|
880
|
+
}, style)
|
|
881
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
882
|
+
className: "ptzctr-panel-title",
|
|
883
|
+
ref: function ref(el) {
|
|
884
|
+
return _this2.ptzPnlTitleContainer = el;
|
|
885
|
+
},
|
|
886
|
+
onMouseDown: function onMouseDown(e) {
|
|
887
|
+
return _this2._onMouseDown(e);
|
|
888
|
+
}
|
|
889
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
890
|
+
className: "ptzctr-panel-title-span1"
|
|
891
|
+
}, "\u4E91\u53F0"), /*#__PURE__*/React.createElement("div", {
|
|
892
|
+
className: "ptzctr-panel-title-camname"
|
|
893
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
894
|
+
className: "ptzctr-panel-title-span2"
|
|
895
|
+
}, "\uFF08"), /*#__PURE__*/React.createElement("div", {
|
|
896
|
+
className: "ptzctr-panel-title-span3"
|
|
897
|
+
}, this.curVideoCam.CameraName), /*#__PURE__*/React.createElement("div", {
|
|
898
|
+
className: "ptzctr-panel-title-span4"
|
|
899
|
+
}, "\uFF09")), /*#__PURE__*/React.createElement("span", {
|
|
900
|
+
className: "ptzctr-panel-title-split"
|
|
901
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
902
|
+
className: "ptzctr-title-formicon"
|
|
903
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
904
|
+
className: "icon-close",
|
|
905
|
+
onClick: this.onCloseClick
|
|
906
|
+
// title={getLanguageTrans('ptzClose')}
|
|
907
|
+
,
|
|
908
|
+
title: "\u5173\u95ED"
|
|
909
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
910
|
+
className: "ptzctr-panel-body"
|
|
911
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
912
|
+
className: "ptzctr-body-left",
|
|
913
|
+
onClick: this.OnPtzDirPnlClick,
|
|
914
|
+
onMouseMove: this._onptzDirPnlMove
|
|
915
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
916
|
+
ref: function ref(el) {
|
|
917
|
+
return _this2.ptzDirPnlContainer = el;
|
|
918
|
+
},
|
|
919
|
+
className: "ptz-operateIcon-ptzpnlcon",
|
|
920
|
+
onClick: this.OnPtzDirPnlClick
|
|
921
|
+
}), dirIndex === 1 && /*#__PURE__*/React.createElement("div", {
|
|
922
|
+
className: "ptz-operateIcon-TopOnIcon",
|
|
923
|
+
onMouseDown: function onMouseDown() {
|
|
924
|
+
return _this2._onPtzDirPnlDown(PtzCmd.MW_PTZ_TILTUP, '向上');
|
|
925
|
+
},
|
|
926
|
+
onMouseUp: function onMouseUp() {
|
|
927
|
+
return _this2._onPtzDirPnlUp(PtzCmd.MW_PTZ_ALLSTOP, '向上停止');
|
|
928
|
+
}
|
|
929
|
+
}), dirIndex === 2 && /*#__PURE__*/React.createElement("div", {
|
|
930
|
+
className: "ptz-operateIcon-TopRightOnIcon",
|
|
931
|
+
onMouseDown: function onMouseDown() {
|
|
932
|
+
return _this2._onPtzDirPnlDown(PtzCmd.MW_PTZ_RIGHTUP, '右上');
|
|
933
|
+
},
|
|
934
|
+
onMouseUp: function onMouseUp() {
|
|
935
|
+
return _this2._onPtzDirPnlUp(PtzCmd.MW_PTZ_ALLSTOP, '右上停止');
|
|
936
|
+
}
|
|
937
|
+
}), dirIndex === 3 && /*#__PURE__*/React.createElement("div", {
|
|
938
|
+
className: "ptz-operateIcon-RightOnIcon",
|
|
939
|
+
onMouseDown: function onMouseDown() {
|
|
940
|
+
return _this2._onPtzDirPnlDown(PtzCmd.MW_PTZ_PANRIGHT, '向右');
|
|
941
|
+
},
|
|
942
|
+
onMouseUp: function onMouseUp() {
|
|
943
|
+
return _this2._onPtzDirPnlUp(PtzCmd.MW_PTZ_ALLSTOP, '向右停止');
|
|
944
|
+
}
|
|
945
|
+
}), dirIndex === 4 && /*#__PURE__*/React.createElement("div", {
|
|
946
|
+
className: "ptz-operateIcon-BottomRightOnIcon",
|
|
947
|
+
onMouseDown: function onMouseDown() {
|
|
948
|
+
return _this2._onPtzDirPnlDown(PtzCmd.MW_PTZ_RIGHTDOWN, '右下');
|
|
949
|
+
},
|
|
950
|
+
onMouseUp: function onMouseUp() {
|
|
951
|
+
return _this2._onPtzDirPnlUp(PtzCmd.MW_PTZ_ALLSTOP, '右下停止');
|
|
952
|
+
}
|
|
953
|
+
}), dirIndex === 5 && /*#__PURE__*/React.createElement("div", {
|
|
954
|
+
className: "ptz-operateIcon-BottomOnIcon",
|
|
955
|
+
onMouseDown: function onMouseDown() {
|
|
956
|
+
return _this2._onPtzDirPnlDown(PtzCmd.MW_PTZ_TILTDOWN, '向下');
|
|
957
|
+
},
|
|
958
|
+
onMouseUp: function onMouseUp() {
|
|
959
|
+
return _this2._onPtzDirPnlUp(PtzCmd.MW_PTZ_ALLSTOP, '向下停止');
|
|
960
|
+
}
|
|
961
|
+
}), dirIndex === 6 && /*#__PURE__*/React.createElement("div", {
|
|
962
|
+
className: "ptz-operateIcon-LeftBottomOnIcon",
|
|
963
|
+
onMouseDown: function onMouseDown() {
|
|
964
|
+
return _this2._onPtzDirPnlDown(PtzCmd.MW_PTZ_LEFTDOWN, '左下');
|
|
965
|
+
},
|
|
966
|
+
onMouseUp: function onMouseUp() {
|
|
967
|
+
return _this2._onPtzDirPnlUp(PtzCmd.MW_PTZ_ALLSTOP, '左下停止');
|
|
968
|
+
}
|
|
969
|
+
}), dirIndex === 7 && /*#__PURE__*/React.createElement("div", {
|
|
970
|
+
className: "ptz-operateIcon-LeftOnIcon",
|
|
971
|
+
onMouseDown: function onMouseDown() {
|
|
972
|
+
return _this2._onPtzDirPnlDown(PtzCmd.MW_PTZ_PANLEFT, '向左');
|
|
973
|
+
},
|
|
974
|
+
onMouseUp: function onMouseUp() {
|
|
975
|
+
return _this2._onPtzDirPnlUp(PtzCmd.MW_PTZ_ALLSTOP, '向左停止');
|
|
976
|
+
}
|
|
977
|
+
}), dirIndex === 8 && /*#__PURE__*/React.createElement("div", {
|
|
978
|
+
className: "ptz-operateIcon-TopLeftOnIcon",
|
|
979
|
+
onMouseDown: function onMouseDown() {
|
|
980
|
+
return _this2._onPtzDirPnlDown(PtzCmd.MW_PTZ_LEFTUP, '左上');
|
|
981
|
+
},
|
|
982
|
+
onMouseUp: function onMouseUp() {
|
|
983
|
+
return _this2._onPtzDirPnlUp(PtzCmd.MW_PTZ_ALLSTOP, '左上停止');
|
|
984
|
+
}
|
|
985
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
986
|
+
className: "ptzctr-body-right"
|
|
987
|
+
}, /*#__PURE__*/React.createElement(Tabs, {
|
|
988
|
+
className: "ptzctr-body-right-tab",
|
|
989
|
+
size: "small",
|
|
990
|
+
onChange: this._onclickChange
|
|
991
|
+
}, /*#__PURE__*/React.createElement(TabPane, {
|
|
992
|
+
tab: "\u9884\u7F6E\u4F4D",
|
|
993
|
+
key: "1"
|
|
994
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Select, {
|
|
995
|
+
className: "ant-select",
|
|
996
|
+
maxTagCount: 2,
|
|
997
|
+
dropdownClassName: "ptz-option",
|
|
998
|
+
placeholder: "\u8BF7\u9009\u62E9\u9884\u7F6E\u4F4D",
|
|
999
|
+
style: {
|
|
1000
|
+
width: '155px',
|
|
1001
|
+
height: '25px'
|
|
1002
|
+
},
|
|
1003
|
+
dropdownStyle: {
|
|
1004
|
+
backgroundColor: ' #222222',
|
|
1005
|
+
color: 'white',
|
|
1006
|
+
borderRadius: '0px'
|
|
1007
|
+
},
|
|
1008
|
+
dropdownMatchSelectWidth: true,
|
|
1009
|
+
key: curSelectedPreset == null ? '' : curSelectedPreset.dwPresetID,
|
|
1010
|
+
value: curSelectedPreset == null ? '' : curSelectedPreset.szPresetName,
|
|
1011
|
+
onChange: this._onPresetSelectedChange
|
|
1012
|
+
}, presetListOptions.map(function (option) {
|
|
1013
|
+
return /*#__PURE__*/React.createElement(Option, {
|
|
1014
|
+
className: "ant-select-option",
|
|
1015
|
+
style: {
|
|
1016
|
+
fontsize: '12px',
|
|
1017
|
+
color: '#c3c3c3'
|
|
1018
|
+
},
|
|
1019
|
+
key: option.dwPresetID,
|
|
1020
|
+
value: option.szPresetName
|
|
1021
|
+
}, option.szPresetName + '[' + option.dwPresetID + ']');
|
|
1022
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
1023
|
+
//title="转到预置位"
|
|
1024
|
+
title: "\u8F6C\u5230\u9884\u7F6E\u4F4D",
|
|
1025
|
+
className: "ptzctr-preset-jumptoIcon",
|
|
1026
|
+
onClick: this._usePreset
|
|
1027
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
1028
|
+
title: "\u589E\u52A0\u9884\u7F6E\u4F4D",
|
|
1029
|
+
className: "ptzctr-preset-addIcon",
|
|
1030
|
+
onMouseUp: this._onSetPresetClick
|
|
1031
|
+
}, /*#__PURE__*/React.createElement(Modal //预置位添加窗体
|
|
1032
|
+
, {
|
|
1033
|
+
title: "\u65B0\u589E\u9884\u7F6E\u4F4D",
|
|
1034
|
+
className: "ptzctr-modal",
|
|
1035
|
+
visible: isShowPresetAddForm,
|
|
1036
|
+
onCancel: this._onSetPresetCancel,
|
|
1037
|
+
onOk: this._addPresetClick,
|
|
1038
|
+
maskClosable: false,
|
|
1039
|
+
destroyOnClose: true,
|
|
1040
|
+
width: "467px",
|
|
1041
|
+
height: "260px",
|
|
1042
|
+
footer: [/*#__PURE__*/React.createElement(Button, {
|
|
1043
|
+
key: "submit",
|
|
1044
|
+
type: "primary",
|
|
1045
|
+
onClick: this._addPresetClick,
|
|
1046
|
+
style: {
|
|
1047
|
+
position: 'absolute',
|
|
1048
|
+
top: '15px',
|
|
1049
|
+
left: ' 110px'
|
|
1050
|
+
}
|
|
1051
|
+
}, "\u786E\u5B9A"), /*#__PURE__*/React.createElement(Button, {
|
|
1052
|
+
key: "back",
|
|
1053
|
+
onClick: this._onSetPresetCancel,
|
|
1054
|
+
style: {
|
|
1055
|
+
position: 'absolute',
|
|
1056
|
+
top: '15px',
|
|
1057
|
+
left: ' 240px'
|
|
1058
|
+
}
|
|
1059
|
+
}, "\u53D6\u6D88")]
|
|
1060
|
+
}, /*#__PURE__*/React.createElement(PtzPresetAddCtr, {
|
|
1061
|
+
ref: function ref(_ref) {
|
|
1062
|
+
return _this2.presetAddCtrDom = _ref;
|
|
1063
|
+
},
|
|
1064
|
+
presetListOptions: presetListOptions
|
|
1065
|
+
})), /*#__PURE__*/React.createElement(Modal //预置位预置位修改提示窗体:如果在预置位添加窗体中选择是已有的预置位,则会显示是否进行覆盖的提示
|
|
1066
|
+
, {
|
|
1067
|
+
className: "ptzctr-modal",
|
|
1068
|
+
title: "\u63D0 \u793A",
|
|
1069
|
+
width: "320px",
|
|
1070
|
+
height: "140px",
|
|
1071
|
+
visible: isShowModifyPromptForm,
|
|
1072
|
+
onCancel: this._presetAddPromptCancel,
|
|
1073
|
+
onOk: this._presetAddPromptOK,
|
|
1074
|
+
maskClosable: false,
|
|
1075
|
+
destroyOnClose: true,
|
|
1076
|
+
footer: [/*#__PURE__*/React.createElement(Button, {
|
|
1077
|
+
key: "submit",
|
|
1078
|
+
type: "primary",
|
|
1079
|
+
onClick: this._presetAddPromptOK,
|
|
1080
|
+
style: {
|
|
1081
|
+
position: 'absolute',
|
|
1082
|
+
top: '15px',
|
|
1083
|
+
left: ' 190px',
|
|
1084
|
+
width: '50px'
|
|
1085
|
+
}
|
|
1086
|
+
}, "\u786E\u5B9A"), /*#__PURE__*/React.createElement(Button, {
|
|
1087
|
+
key: "back",
|
|
1088
|
+
onClick: this._presetAddPromptCancel,
|
|
1089
|
+
style: {
|
|
1090
|
+
position: 'absolute',
|
|
1091
|
+
top: '15px',
|
|
1092
|
+
left: ' 250px',
|
|
1093
|
+
width: '50px'
|
|
1094
|
+
}
|
|
1095
|
+
}, "\u53D6\u6D88")]
|
|
1096
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1097
|
+
className: "ptz-delprompt-main"
|
|
1098
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1099
|
+
className: "prompt-img"
|
|
1100
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
1101
|
+
className: "prompt-span"
|
|
1102
|
+
}, "\u5C06\u8986\u76D6\u539F\u6765\u7684\u9884\u7F6E\u4F4D\uFF0C\u786E\u5B9A\u8981\u8FDB\u884C\u64CD\u4F5C\u5417\uFF1F")))), /*#__PURE__*/React.createElement("div", {
|
|
1103
|
+
title: "\u5220\u9664\u9884\u7F6E\u4F4D",
|
|
1104
|
+
className: "ptzctr-preset-delIcon",
|
|
1105
|
+
onClick: this._onDelPresetHandleClick
|
|
1106
|
+
}), /*#__PURE__*/React.createElement(Modal, {
|
|
1107
|
+
title: "\u5220\u9664\u9884\u7F6E\u4F4D",
|
|
1108
|
+
className: "ptzctr-preset-delete",
|
|
1109
|
+
visible: isShowDelPromptForm,
|
|
1110
|
+
width: "600px",
|
|
1111
|
+
destroyOnClose: true,
|
|
1112
|
+
maskClosable: false,
|
|
1113
|
+
onCancel: this._onDelPresetHandleCancle,
|
|
1114
|
+
footer: [/*#__PURE__*/React.createElement(Button, {
|
|
1115
|
+
key: "submit",
|
|
1116
|
+
type: "primary",
|
|
1117
|
+
onClick: this._delPreset
|
|
1118
|
+
}, "\u786E\u5B9A"), /*#__PURE__*/React.createElement(Button, {
|
|
1119
|
+
key: "back",
|
|
1120
|
+
onClick: this._onDelPresetHandleCancle
|
|
1121
|
+
}, "\u53D6\u6D88")]
|
|
1122
|
+
}, /*#__PURE__*/React.createElement(Table, {
|
|
1123
|
+
className: "ptzctr-preset-delete-table ".concat(0 === presetListOptions.length ? 'ptzctr-preset-table-no-source' : ''),
|
|
1124
|
+
columns: this.presetColumns,
|
|
1125
|
+
pagination: false,
|
|
1126
|
+
rowKey: "PresetValue",
|
|
1127
|
+
scroll: {
|
|
1128
|
+
y: true
|
|
1129
|
+
},
|
|
1130
|
+
dataSource: presetListOptions,
|
|
1131
|
+
rowSelection: this.deleteRowSelection
|
|
1132
|
+
}))))))), /*#__PURE__*/React.createElement("div", {
|
|
1133
|
+
className: "ptz-speed"
|
|
1134
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
1135
|
+
className: "morefunction-span"
|
|
1136
|
+
}, " \u4E91\u53F0\u8F6C\u901F\uFF1A"), /*#__PURE__*/React.createElement(Slider, {
|
|
1137
|
+
className: "ptzctr-more-speed",
|
|
1138
|
+
marks: this.speedMarks,
|
|
1139
|
+
step: null,
|
|
1140
|
+
defaultValue: this.ptzSpeed,
|
|
1141
|
+
min: 1,
|
|
1142
|
+
max: 9,
|
|
1143
|
+
onChange: this._onPtzSpeedChange
|
|
1144
|
+
})), isShowPtzMore && /*#__PURE__*/React.createElement("div", {
|
|
1145
|
+
className: "ptzctr-panel-morefunction"
|
|
1146
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", {
|
|
1147
|
+
className: "morefunction-span"
|
|
1148
|
+
}, " \u4E91\u53F0\u8F6C\u901F\uFF1A"), /*#__PURE__*/React.createElement(Slider, {
|
|
1149
|
+
className: "ptzctr-more-speed",
|
|
1150
|
+
marks: this.speedMarks,
|
|
1151
|
+
step: null,
|
|
1152
|
+
defaultValue: this.ptzSpeed,
|
|
1153
|
+
min: 1,
|
|
1154
|
+
max: 9,
|
|
1155
|
+
onChange: this._onPtzSpeedChange
|
|
1156
|
+
})), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
1157
|
+
className: isLightOn ? 'pztctr-more-lightOnIcon' : 'pztctr-more-lightIcon',
|
|
1158
|
+
title: "\u5149\u7167",
|
|
1159
|
+
onClick: isLightOn ? function () {
|
|
1160
|
+
return _this2.OnOperationPtzDown('light', PtzCmd.MW_PTZ_LIGHTOFF, '关闭光照');
|
|
1161
|
+
} : function () {
|
|
1162
|
+
return _this2.OnOperationPtzDown('light', PtzCmd.MW_PTZ_LIGHTON, '开启光照');
|
|
1163
|
+
}
|
|
1164
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
1165
|
+
className: isWipertOn ? 'pztctr-more-wiperOnIcon' : 'pztctr-more-wiperIcon',
|
|
1166
|
+
title: "\u96E8\u5237",
|
|
1167
|
+
onClick: isWipertOn ? function () {
|
|
1168
|
+
return _this2.OnOperationPtzDown('wiper', PtzCmd.MW_PTZ_BRUSHOFF, '关闭雨刷');
|
|
1169
|
+
} : function () {
|
|
1170
|
+
return _this2.OnOperationPtzDown('wiper', PtzCmd.MW_PTZ_BRUSHON, '开启雨刷');
|
|
1171
|
+
}
|
|
1172
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
1173
|
+
className: isInfrareOn ? 'pztctr-more-infraredOnIcon' : 'pztctr-more-infraredIcon',
|
|
1174
|
+
title: "\u7EA2\u5916",
|
|
1175
|
+
onClick: isWipertOn ? function () {
|
|
1176
|
+
return _this2.OnOperationPtzDown('infrare', PtzCmd.MW_PTZ_INFRAREDOFF, '关闭红外');
|
|
1177
|
+
} : function () {
|
|
1178
|
+
return _this2.OnOperationPtzDown('infrare', PtzCmd.MW_PTZ_INFRAREDON, '开启红外');
|
|
1179
|
+
}
|
|
1180
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
1181
|
+
className: isHeatOn ? 'pztctr-more-heatOnIcon' : 'pztctr-more-heatIcon',
|
|
1182
|
+
title: "\u52A0\u70ED",
|
|
1183
|
+
onClick: isWipertOn ? function () {
|
|
1184
|
+
return _this2.OnOperationPtzDown('heat', PtzCmd.MW_PTZ_HEATOFF, '关闭加热');
|
|
1185
|
+
} : function () {
|
|
1186
|
+
return _this2.OnOperationPtzDown('heat', PtzCmd.MW_PTZ_HEATON, '开启加热');
|
|
1187
|
+
}
|
|
1188
|
+
}))));
|
|
1189
|
+
}
|
|
1190
|
+
}]);
|
|
1191
|
+
}(Component);
|
|
1192
|
+
export { PtzControlPanel as default };
|