@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,1473 @@
|
|
|
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 _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
|
|
3
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
4
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
5
|
+
function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
|
|
6
|
+
function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
|
|
7
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
8
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
9
|
+
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); } }
|
|
10
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
11
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
12
|
+
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); }
|
|
13
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
14
|
+
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); }
|
|
15
|
+
function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
|
|
16
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
17
|
+
function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
|
|
18
|
+
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); }
|
|
19
|
+
function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
|
|
20
|
+
import React, { Component } from 'react';
|
|
21
|
+
import UModal from "../../../UModal";
|
|
22
|
+
import UButton from "../../../UButton";
|
|
23
|
+
import UInput from "../../../UInput";
|
|
24
|
+
import UTable from "../../../UTable";
|
|
25
|
+
import USelect from "../../../USelect";
|
|
26
|
+
import UInputNumber from "../../../UInputNumber";
|
|
27
|
+
import message from "../../../UMessageBox/message";
|
|
28
|
+
import Select from "../../../USelect/select";
|
|
29
|
+
import URadioGroup from "../../../URadioGroup";
|
|
30
|
+
import Tooltip from "../../../UTooltip/tooltip";
|
|
31
|
+
import lodash from 'lodash';
|
|
32
|
+
import * as Restful from "./HttpRequest";
|
|
33
|
+
import "./PtzAddCruisePathCtr.less";
|
|
34
|
+
import { _getGuid } from "../../../../globalFunc";
|
|
35
|
+
import { PtzCmd } from "./PtzCmd";
|
|
36
|
+
import TextInputNotice from "../../TextInputNotice/TextInputNotice";
|
|
37
|
+
import { CONSTANT_IMOS_PLAYER_CAST_VIDEO_CLASSNAME, CONSTANT_IMOS_PLAYER_VIDEO_CLASSNAME4, hideDivElementSpecial } from "../../HideDiv";
|
|
38
|
+
import { PlayWindow } from "../PlayWindow";
|
|
39
|
+
var Option = Select.Option;
|
|
40
|
+
var CruiseType = {
|
|
41
|
+
preset: 0,
|
|
42
|
+
//预置位巡航
|
|
43
|
+
track: 1,
|
|
44
|
+
//轨迹巡航
|
|
45
|
+
scan: 2 //扫描巡航
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* 巡航线添加窗体
|
|
49
|
+
*/
|
|
50
|
+
var PtzAddCruisePathCtr = /*#__PURE__*/function (_Component) {
|
|
51
|
+
function PtzAddCruisePathCtr(props) {
|
|
52
|
+
var _this;
|
|
53
|
+
_classCallCheck(this, PtzAddCruisePathCtr);
|
|
54
|
+
_this = _callSuper(this, PtzAddCruisePathCtr, [props]);
|
|
55
|
+
//巡航线名称
|
|
56
|
+
_this.onCruiseNameChange = function (value, e) {
|
|
57
|
+
// let newValue = e.target.value;
|
|
58
|
+
_this.setState({
|
|
59
|
+
cruisePathName: value
|
|
60
|
+
}, function () {
|
|
61
|
+
_this.forceUpdate();
|
|
62
|
+
});
|
|
63
|
+
_this.textRef.checkText(value);
|
|
64
|
+
};
|
|
65
|
+
//预置位查询
|
|
66
|
+
_this.queryPresetList = function (callback) {
|
|
67
|
+
if (_this.cameraInfo !== null && _this.cameraInfo.CameraCode !== null) {
|
|
68
|
+
Restful.QueryPreset(_this.cameraInfo.CameraCode, 0, function (queryRet) {
|
|
69
|
+
if (queryRet != null && queryRet.data != null) {
|
|
70
|
+
if (queryRet.data.ErrCode === 0) {
|
|
71
|
+
//查询成功,赋值查询结果
|
|
72
|
+
if (queryRet.data.Result.InfoList.length > 0) {
|
|
73
|
+
_this.setState({
|
|
74
|
+
presetListOptions: queryRet.data.Result.InfoList
|
|
75
|
+
});
|
|
76
|
+
} else {
|
|
77
|
+
message.info('查询预置位成功,预置位数量为0', 1);
|
|
78
|
+
}
|
|
79
|
+
callback(true);
|
|
80
|
+
} else {
|
|
81
|
+
message.error('查询预置位失败:' + queryRet.data.ErrMsg, 1);
|
|
82
|
+
}
|
|
83
|
+
} else {
|
|
84
|
+
message.error('预置位失败,返回结果为空', 1);
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
} else {
|
|
88
|
+
message.error('相机信息为空', 1);
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
//查询相机某一巡航线详细信息
|
|
92
|
+
_this.queryCruisePathDetailInfo = function () {
|
|
93
|
+
if (_this.state.curCruisePathInfo !== undefined) {
|
|
94
|
+
Restful.QueryCruisePathInfoV2(_this.state.curCruisePathInfo.cruisePathCode, function (ret) {
|
|
95
|
+
if (ret != null && ret.data != null) {
|
|
96
|
+
if (ret.data.ErrCode === 0) {
|
|
97
|
+
//this.setState({ isShowDelCruisrForm: false });
|
|
98
|
+
var infoList = ret.data.QueryCruisePathInfoV2.ResCruisePathInfoV2.CruisePathInfoV.CruisePathItemList;
|
|
99
|
+
if (ret.data.QueryCruisePathInfoV2 !== null && infoList.length !== 0) {
|
|
100
|
+
var curSelectedPresetList = [];
|
|
101
|
+
for (var index = 0; index < infoList.length; index++) {
|
|
102
|
+
var element = infoList[index];
|
|
103
|
+
var operate = 'presetLocation';
|
|
104
|
+
var presetValue = element.PresetValue;
|
|
105
|
+
var presetDesc = element.PresetDesc;
|
|
106
|
+
var preSetStopTime = element.PreSetStopTime;
|
|
107
|
+
var speed = 5;
|
|
108
|
+
var rotation = 'false';
|
|
109
|
+
var duration = 10;
|
|
110
|
+
if (element.PresetValue < 900) {
|
|
111
|
+
operate = 'presetLocation';
|
|
112
|
+
presetValue = element.PresetValue;
|
|
113
|
+
presetDesc = element.PresetDesc;
|
|
114
|
+
preSetStopTime = element.PreSetStopTime;
|
|
115
|
+
speed = 1; //预置位巡航没有速度
|
|
116
|
+
} else {
|
|
117
|
+
presetValue = 0;
|
|
118
|
+
presetDesc = '';
|
|
119
|
+
speed = element.PresetValue % 10;
|
|
120
|
+
preSetStopTime = element.PreSetStopTime;
|
|
121
|
+
rotation = preSetStopTime === 0 ? 'true' : 'false';
|
|
122
|
+
duration = element.PreSetStopTime;
|
|
123
|
+
if (element.PresetValue >= 901 && element.PresetValue <= 909) {
|
|
124
|
+
operate = 'top';
|
|
125
|
+
} else if (element.PresetValue >= 911 && element.PresetValue <= 919) {
|
|
126
|
+
operate = 'bottom';
|
|
127
|
+
} else if (element.PresetValue >= 921 && element.PresetValue <= 929) {
|
|
128
|
+
operate = 'left';
|
|
129
|
+
} else if (element.PresetValue >= 931 && element.PresetValue <= 939) {
|
|
130
|
+
operate = 'right';
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
var cruisePathItemTemp = {
|
|
134
|
+
SeqID: element.SeqID,
|
|
135
|
+
//顺序编号
|
|
136
|
+
Operate: operate,
|
|
137
|
+
//动作
|
|
138
|
+
PresetValue: presetValue,
|
|
139
|
+
//预置位编号
|
|
140
|
+
PresetDesc: presetDesc,
|
|
141
|
+
//预置位描述
|
|
142
|
+
PreSetStopTime: preSetStopTime,
|
|
143
|
+
//停留时间
|
|
144
|
+
Speed: speed,
|
|
145
|
+
//速度,默认为5
|
|
146
|
+
Rotation: rotation,
|
|
147
|
+
//是否一直转动
|
|
148
|
+
Duration: duration //持续时间
|
|
149
|
+
};
|
|
150
|
+
curSelectedPresetList.push(cruisePathItemTemp);
|
|
151
|
+
}
|
|
152
|
+
_this.maxSeqID = _this.getMaxSeqID(curSelectedPresetList);
|
|
153
|
+
_this.setState({
|
|
154
|
+
cruisePathName: ret.data.QueryCruisePathInfoV2.ResCruisePathInfoV2.CruisePathInfoV.CruisePathName,
|
|
155
|
+
curSelectedPresetList: curSelectedPresetList
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
} else {
|
|
159
|
+
message.error('查询巡航线详细信息失败:' + ret.data.ErrMsg, 1);
|
|
160
|
+
}
|
|
161
|
+
} else {
|
|
162
|
+
message.error('查询巡航线详细信息失败,返回结果为空', 1);
|
|
163
|
+
}
|
|
164
|
+
});
|
|
165
|
+
} else {
|
|
166
|
+
message.error('巡航线信息为空', 1);
|
|
167
|
+
}
|
|
168
|
+
};
|
|
169
|
+
_this.onSelectChange = function (key, record) {
|
|
170
|
+
_this.setState({
|
|
171
|
+
selectedRowKeys: key,
|
|
172
|
+
selectedTaskKey: record.map(function (item) {
|
|
173
|
+
return item.SeqID;
|
|
174
|
+
}),
|
|
175
|
+
selectedTaskList: record
|
|
176
|
+
});
|
|
177
|
+
};
|
|
178
|
+
_this.onAddClick = function () {
|
|
179
|
+
var _this$state = _this.state,
|
|
180
|
+
curSelectedPresetList = _this$state.curSelectedPresetList,
|
|
181
|
+
presetListOptions = _this$state.presetListOptions;
|
|
182
|
+
var newCurSelectedPresetList = lodash.cloneDeep(curSelectedPresetList);
|
|
183
|
+
var seqID = _this.maxSeqID;
|
|
184
|
+
var cruisePathItemTemp = {
|
|
185
|
+
// SeqID: curSelectedPresetList.length, //顺序编号
|
|
186
|
+
SeqID: seqID,
|
|
187
|
+
//顺序编号
|
|
188
|
+
Operate: 'presetLocation',
|
|
189
|
+
//动作
|
|
190
|
+
PresetValue: presetListOptions.length === 0 ? 0 : presetListOptions[0].PresetValue,
|
|
191
|
+
//预置位编号
|
|
192
|
+
PresetDesc: presetListOptions.length === 0 ? '' : presetListOptions[0].PresetDesc,
|
|
193
|
+
//预置位描述
|
|
194
|
+
PreSetStopTime: 10,
|
|
195
|
+
//停留时间,轨迹巡航显示的是:持续时间,一直转动则为0
|
|
196
|
+
Speed: 5,
|
|
197
|
+
//速度,默认为5
|
|
198
|
+
Rotation: 'false',
|
|
199
|
+
//是否一直转动
|
|
200
|
+
Duration: 10 //持续时间
|
|
201
|
+
};
|
|
202
|
+
|
|
203
|
+
//cruisePathDetailList.push(cruisePathItemTemp);
|
|
204
|
+
newCurSelectedPresetList.push(cruisePathItemTemp);
|
|
205
|
+
_this.maxSeqID = _this.getMaxSeqID(newCurSelectedPresetList) + 1;
|
|
206
|
+
_this.setState({
|
|
207
|
+
//cruisePathDetailList: cruisePathDetailList,
|
|
208
|
+
curSelectedPresetList: newCurSelectedPresetList,
|
|
209
|
+
selectedTaskKey: [],
|
|
210
|
+
//已选巡航线key值
|
|
211
|
+
selectedTaskList: [],
|
|
212
|
+
//已选巡航线列表
|
|
213
|
+
selectedRowKeys: []
|
|
214
|
+
});
|
|
215
|
+
};
|
|
216
|
+
_this.getMaxSeqID = function (curSelectedPresetList) {
|
|
217
|
+
var maxSeqID = Math.max.apply(Math, _toConsumableArray(curSelectedPresetList.map(function (item) {
|
|
218
|
+
return item.SeqID;
|
|
219
|
+
})));
|
|
220
|
+
return maxSeqID;
|
|
221
|
+
};
|
|
222
|
+
_this.onDeleteClick = function () {
|
|
223
|
+
var _this$state2 = _this.state,
|
|
224
|
+
curSelectedPresetList = _this$state2.curSelectedPresetList,
|
|
225
|
+
selectedTaskKey = _this$state2.selectedTaskKey;
|
|
226
|
+
var newCurSelectedPresetList = lodash.cloneDeep(curSelectedPresetList);
|
|
227
|
+
if (selectedTaskKey !== null && selectedTaskKey.length !== 0) {
|
|
228
|
+
if (newCurSelectedPresetList !== null && newCurSelectedPresetList.length !== 0) {
|
|
229
|
+
var indexList = selectedTaskKey;
|
|
230
|
+
if (indexList.length > 0) {
|
|
231
|
+
indexList.forEach(function (index) {
|
|
232
|
+
var preset = newCurSelectedPresetList.filter(function (item) {
|
|
233
|
+
return item.SeqID === index;
|
|
234
|
+
});
|
|
235
|
+
if (preset && preset.length > 0) {
|
|
236
|
+
var _index = newCurSelectedPresetList.indexOf(preset[0]);
|
|
237
|
+
if (_index > -1) {
|
|
238
|
+
newCurSelectedPresetList.splice(_index, 1);
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
});
|
|
242
|
+
}
|
|
243
|
+
_this.maxSeqID = _this.getMaxSeqID(newCurSelectedPresetList);
|
|
244
|
+
_this.setState({
|
|
245
|
+
curSelectedPresetList: newCurSelectedPresetList,
|
|
246
|
+
selectedTaskKey: [],
|
|
247
|
+
//已选巡航线key值
|
|
248
|
+
selectedTaskList: [],
|
|
249
|
+
//已选巡航线列表
|
|
250
|
+
selectedRowKeys: []
|
|
251
|
+
});
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
};
|
|
255
|
+
/**
|
|
256
|
+
* 向上
|
|
257
|
+
*/
|
|
258
|
+
_this.onUpClick = function () {
|
|
259
|
+
var _this$state3 = _this.state,
|
|
260
|
+
curSelectedPresetList = _this$state3.curSelectedPresetList,
|
|
261
|
+
selectedTaskKey = _this$state3.selectedTaskKey;
|
|
262
|
+
var newCurSelectedPresetList = lodash.cloneDeep(curSelectedPresetList);
|
|
263
|
+
if (selectedTaskKey !== null && selectedTaskKey.length !== 0) {
|
|
264
|
+
if (newCurSelectedPresetList !== null && newCurSelectedPresetList.length !== 0) {
|
|
265
|
+
var indexList = selectedTaskKey;
|
|
266
|
+
if (indexList.length > 0) {
|
|
267
|
+
indexList.forEach(function (index) {
|
|
268
|
+
var temp = newCurSelectedPresetList[index];
|
|
269
|
+
if (index === 0) {
|
|
270
|
+
message.warn('已经在顶部');
|
|
271
|
+
} else {
|
|
272
|
+
newCurSelectedPresetList.splice(index, 1);
|
|
273
|
+
newCurSelectedPresetList.splice(index - 1, 0, temp);
|
|
274
|
+
}
|
|
275
|
+
});
|
|
276
|
+
}
|
|
277
|
+
newCurSelectedPresetList = _this.resetNumber(newCurSelectedPresetList);
|
|
278
|
+
_this.setState({
|
|
279
|
+
curSelectedPresetList: newCurSelectedPresetList,
|
|
280
|
+
selectedTaskKey: [],
|
|
281
|
+
//已选巡航线key值
|
|
282
|
+
selectedTaskList: [],
|
|
283
|
+
//已选巡航线列表
|
|
284
|
+
selectedRowKeys: []
|
|
285
|
+
});
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
};
|
|
289
|
+
/**
|
|
290
|
+
* 向下
|
|
291
|
+
*/
|
|
292
|
+
_this.onDownClick = function () {
|
|
293
|
+
var _this$state4 = _this.state,
|
|
294
|
+
curSelectedPresetList = _this$state4.curSelectedPresetList,
|
|
295
|
+
selectedTaskKey = _this$state4.selectedTaskKey;
|
|
296
|
+
var newCurSelectedPresetList = lodash.cloneDeep(curSelectedPresetList);
|
|
297
|
+
if (selectedTaskKey !== null && selectedTaskKey.length !== 0) {
|
|
298
|
+
if (newCurSelectedPresetList !== null && newCurSelectedPresetList.length !== 0) {
|
|
299
|
+
var indexList = selectedTaskKey;
|
|
300
|
+
if (indexList.length > 0) {
|
|
301
|
+
indexList.forEach(function (index) {
|
|
302
|
+
var temp = newCurSelectedPresetList[index];
|
|
303
|
+
if (index === newCurSelectedPresetList.length - 1) {
|
|
304
|
+
message.warn('已经在底部');
|
|
305
|
+
} else {
|
|
306
|
+
newCurSelectedPresetList.splice(index, 1);
|
|
307
|
+
newCurSelectedPresetList.splice(index + 1, 0, temp);
|
|
308
|
+
}
|
|
309
|
+
});
|
|
310
|
+
}
|
|
311
|
+
newCurSelectedPresetList = _this.resetNumber(newCurSelectedPresetList);
|
|
312
|
+
_this.setState({
|
|
313
|
+
curSelectedPresetList: newCurSelectedPresetList,
|
|
314
|
+
selectedTaskKey: [],
|
|
315
|
+
//已选巡航线key值
|
|
316
|
+
selectedTaskList: [],
|
|
317
|
+
//已选巡航线列表
|
|
318
|
+
selectedRowKeys: []
|
|
319
|
+
});
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
};
|
|
323
|
+
/**
|
|
324
|
+
* 置顶
|
|
325
|
+
*/
|
|
326
|
+
_this.onTopClick = function () {
|
|
327
|
+
var _this$state5 = _this.state,
|
|
328
|
+
curSelectedPresetList = _this$state5.curSelectedPresetList,
|
|
329
|
+
selectedTaskKey = _this$state5.selectedTaskKey;
|
|
330
|
+
var newCurSelectedPresetList = lodash.cloneDeep(curSelectedPresetList);
|
|
331
|
+
if (selectedTaskKey !== null && selectedTaskKey.length !== 0) {
|
|
332
|
+
if (newCurSelectedPresetList !== null && newCurSelectedPresetList.length !== 0) {
|
|
333
|
+
var indexList = selectedTaskKey;
|
|
334
|
+
if (indexList.length > 0) {
|
|
335
|
+
for (var index = 0; index < indexList.length; index++) {
|
|
336
|
+
var element = indexList[index];
|
|
337
|
+
var temp = newCurSelectedPresetList[element];
|
|
338
|
+
if (element === 0) {
|
|
339
|
+
message.warn('已经在顶部');
|
|
340
|
+
} else {
|
|
341
|
+
newCurSelectedPresetList.splice(element, 1);
|
|
342
|
+
newCurSelectedPresetList.splice(index, 0, temp);
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
newCurSelectedPresetList = _this.resetNumber(newCurSelectedPresetList);
|
|
347
|
+
_this.setState({
|
|
348
|
+
curSelectedPresetList: newCurSelectedPresetList,
|
|
349
|
+
selectedTaskKey: [],
|
|
350
|
+
//已选巡航线key值
|
|
351
|
+
selectedTaskList: [],
|
|
352
|
+
//已选巡航线列表
|
|
353
|
+
selectedRowKeys: []
|
|
354
|
+
});
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
};
|
|
358
|
+
/**
|
|
359
|
+
* 置底
|
|
360
|
+
*/
|
|
361
|
+
_this.onBottomClick = function () {
|
|
362
|
+
var _this$state6 = _this.state,
|
|
363
|
+
curSelectedPresetList = _this$state6.curSelectedPresetList,
|
|
364
|
+
selectedTaskKey = _this$state6.selectedTaskKey;
|
|
365
|
+
var newCurSelectedPresetList = lodash.cloneDeep(curSelectedPresetList);
|
|
366
|
+
if (selectedTaskKey !== null && selectedTaskKey.length !== 0) {
|
|
367
|
+
if (newCurSelectedPresetList !== null && newCurSelectedPresetList.length !== 0) {
|
|
368
|
+
var indexList = selectedTaskKey;
|
|
369
|
+
if (indexList.length > 0) {
|
|
370
|
+
for (var index = indexList.length - 1; index >= 0; index--) {
|
|
371
|
+
var element = indexList[index];
|
|
372
|
+
var temp = newCurSelectedPresetList[element];
|
|
373
|
+
if (element === newCurSelectedPresetList.length - 1) {
|
|
374
|
+
message.warn('已经在底部');
|
|
375
|
+
} else {
|
|
376
|
+
newCurSelectedPresetList.splice(element, 1);
|
|
377
|
+
newCurSelectedPresetList.splice(newCurSelectedPresetList.length - (indexList.length - index) + 1, 0, temp);
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
newCurSelectedPresetList = _this.resetNumber(newCurSelectedPresetList);
|
|
382
|
+
_this.setState({
|
|
383
|
+
curSelectedPresetList: newCurSelectedPresetList,
|
|
384
|
+
selectedTaskKey: [],
|
|
385
|
+
//已选巡航线key值
|
|
386
|
+
selectedTaskList: [],
|
|
387
|
+
//已选巡航线列表
|
|
388
|
+
selectedRowKeys: []
|
|
389
|
+
});
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
};
|
|
393
|
+
_this.getSelectedKeyIndexs = function () {
|
|
394
|
+
var _this$state7 = _this.state,
|
|
395
|
+
curSelectedPresetList = _this$state7.curSelectedPresetList,
|
|
396
|
+
selectedTaskKey = _this$state7.selectedTaskKey;
|
|
397
|
+
var indexs = [];
|
|
398
|
+
selectedTaskKey.forEach(function (selItem) {
|
|
399
|
+
for (var index = 0; index < curSelectedPresetList.length; index++) {
|
|
400
|
+
var element = curSelectedPresetList[index];
|
|
401
|
+
if (element.presetCode === selItem) {
|
|
402
|
+
indexs.push(index);
|
|
403
|
+
break;
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
});
|
|
407
|
+
return indexs;
|
|
408
|
+
};
|
|
409
|
+
_this.loop = function () {
|
|
410
|
+
var curSelectedPresetList = _this.state.curSelectedPresetList;
|
|
411
|
+
var textLocale = _this.props.textLocale;
|
|
412
|
+
if (curSelectedPresetList !== null && curSelectedPresetList.length !== 0) {
|
|
413
|
+
var element = curSelectedPresetList[_this.loopIndex];
|
|
414
|
+
if (element.Operate === 'presetLocation') {
|
|
415
|
+
//转到预置位
|
|
416
|
+
Restful.UsePreset(_this.cameraInfo.CameraCode, element.PresetValue, function (useRet) {
|
|
417
|
+
if (useRet != null && useRet.data != null) {
|
|
418
|
+
if (useRet.data.ErrCode === 0) {
|
|
419
|
+
console.log('使用预置位成功');
|
|
420
|
+
} else {
|
|
421
|
+
message.error('使用预置位失败:' + useRet.data.ErrMsg, 1);
|
|
422
|
+
}
|
|
423
|
+
} else {
|
|
424
|
+
message.error('使用预置位失败,返回结果为空', 1);
|
|
425
|
+
}
|
|
426
|
+
});
|
|
427
|
+
} else {
|
|
428
|
+
//转到方向
|
|
429
|
+
var ptzCmdID = 0;
|
|
430
|
+
var ptzStopCmdID = 0;
|
|
431
|
+
var operateDes = '';
|
|
432
|
+
var ptzSpeed = element.Speed;
|
|
433
|
+
switch (element.Operate) {
|
|
434
|
+
case 'top':
|
|
435
|
+
ptzCmdID = PtzCmd.MW_PTZ_TILTUP;
|
|
436
|
+
ptzStopCmdID = PtzCmd.MW_PTZ_TILTUPSTOP;
|
|
437
|
+
operateDes = textLocale.upward;
|
|
438
|
+
break;
|
|
439
|
+
case 'bottom':
|
|
440
|
+
ptzCmdID = PtzCmd.MW_PTZ_TILTDOWN;
|
|
441
|
+
ptzStopCmdID = PtzCmd.MW_PTZ_TILTDOWNSTOP;
|
|
442
|
+
operateDes = textLocale.down;
|
|
443
|
+
break;
|
|
444
|
+
case 'left':
|
|
445
|
+
ptzCmdID = PtzCmd.MW_PTZ_PANLEFT;
|
|
446
|
+
ptzStopCmdID = PtzCmd.MW_PTZ_PANLEFTSTOP;
|
|
447
|
+
operateDes = textLocale.toLeft;
|
|
448
|
+
break;
|
|
449
|
+
case 'right':
|
|
450
|
+
ptzCmdID = PtzCmd.MW_PTZ_PANRIGHT;
|
|
451
|
+
ptzStopCmdID = PtzCmd.MW_PTZ_PANRIGHTSTOP;
|
|
452
|
+
operateDes = textLocale.toRight;
|
|
453
|
+
break;
|
|
454
|
+
default:
|
|
455
|
+
ptzCmdID = 0;
|
|
456
|
+
ptzStopCmdID = 0;
|
|
457
|
+
operateDes = '';
|
|
458
|
+
break;
|
|
459
|
+
}
|
|
460
|
+
_this.operatePtz(ptzCmdID, operateDes, ptzSpeed, function (response) {
|
|
461
|
+
_this.operatePtz(ptzStopCmdID, operateDes, ptzSpeed);
|
|
462
|
+
});
|
|
463
|
+
}
|
|
464
|
+
_this.loopIndex++;
|
|
465
|
+
if (_this.loopIndex < curSelectedPresetList.length) {
|
|
466
|
+
return;
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
clearInterval(_this.task);
|
|
470
|
+
_this.task = -1;
|
|
471
|
+
};
|
|
472
|
+
/**
|
|
473
|
+
* 预览
|
|
474
|
+
*/
|
|
475
|
+
_this.onPreviewClick = function () {
|
|
476
|
+
_this.loopIndex = 0;
|
|
477
|
+
clearInterval(_this.task);
|
|
478
|
+
_this.task = setInterval(_this.loop, 1100);
|
|
479
|
+
};
|
|
480
|
+
_this.onPreview = function () {
|
|
481
|
+
var curSelectedPresetList = _this.state.curSelectedPresetList;
|
|
482
|
+
var textLocale = _this.props.textLocale;
|
|
483
|
+
if (curSelectedPresetList !== null && curSelectedPresetList.length !== 0) {
|
|
484
|
+
for (var index = 0; index < curSelectedPresetList.length; index++) {
|
|
485
|
+
var element = curSelectedPresetList[index];
|
|
486
|
+
if (element.Operate === 'presetLocation') {
|
|
487
|
+
//转到预置位
|
|
488
|
+
Restful.UsePreset(_this.cameraInfo.CameraCode, element.PresetValue, function (useRet) {
|
|
489
|
+
if (useRet != null && useRet.data != null) {
|
|
490
|
+
if (useRet.data.ErrCode === 0) {
|
|
491
|
+
console.log('使用预置位成功');
|
|
492
|
+
} else {
|
|
493
|
+
message.error('使用预置位失败:' + useRet.data.ErrMsg, 1);
|
|
494
|
+
}
|
|
495
|
+
} else {
|
|
496
|
+
message.error('使用预置位失败,返回结果为空', 1);
|
|
497
|
+
}
|
|
498
|
+
});
|
|
499
|
+
} else {
|
|
500
|
+
//转到方向
|
|
501
|
+
var ptzCmdID = 0;
|
|
502
|
+
var ptzStopCmdID = 0;
|
|
503
|
+
var operateDes = '';
|
|
504
|
+
var ptzSpeed = element.Speed;
|
|
505
|
+
switch (element.Operate) {
|
|
506
|
+
case 'top':
|
|
507
|
+
ptzCmdID = PtzCmd.MW_PTZ_TILTUP;
|
|
508
|
+
ptzStopCmdID = PtzCmd.MW_PTZ_TILTUPSTOP;
|
|
509
|
+
operateDes = textLocale.upward;
|
|
510
|
+
break;
|
|
511
|
+
case 'bottom':
|
|
512
|
+
ptzCmdID = PtzCmd.MW_PTZ_TILTDOWN;
|
|
513
|
+
ptzStopCmdID = PtzCmd.MW_PTZ_TILTDOWNSTOP;
|
|
514
|
+
operateDes = textLocale.down;
|
|
515
|
+
break;
|
|
516
|
+
case 'left':
|
|
517
|
+
ptzCmdID = PtzCmd.MW_PTZ_PANLEFT;
|
|
518
|
+
ptzStopCmdID = PtzCmd.MW_PTZ_PANLEFTSTOP;
|
|
519
|
+
operateDes = textLocale.toLeft;
|
|
520
|
+
break;
|
|
521
|
+
case 'right':
|
|
522
|
+
ptzCmdID = PtzCmd.MW_PTZ_PANRIGHT;
|
|
523
|
+
ptzStopCmdID = PtzCmd.MW_PTZ_PANRIGHTSTOP;
|
|
524
|
+
operateDes = textLocale.toRight;
|
|
525
|
+
break;
|
|
526
|
+
default:
|
|
527
|
+
ptzCmdID = 0;
|
|
528
|
+
ptzStopCmdID = 0;
|
|
529
|
+
operateDes = '';
|
|
530
|
+
break;
|
|
531
|
+
}
|
|
532
|
+
_this.operatePtz(ptzCmdID, operateDes, ptzSpeed);
|
|
533
|
+
_this.operatePtz(ptzStopCmdID, operateDes, ptzSpeed);
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
};
|
|
538
|
+
/**
|
|
539
|
+
* 重新赋值序号
|
|
540
|
+
*/
|
|
541
|
+
_this.resetNumber = function (InfoList) {
|
|
542
|
+
for (var index = 0; index < InfoList.length; index++) {
|
|
543
|
+
InfoList[index].SeqID = index;
|
|
544
|
+
}
|
|
545
|
+
return InfoList;
|
|
546
|
+
};
|
|
547
|
+
/**
|
|
548
|
+
* 动作列修改
|
|
549
|
+
*/
|
|
550
|
+
_this.onOperateChange = function (record, value) {
|
|
551
|
+
var id = record.SeqID;
|
|
552
|
+
var curSelectedPresetList = _this.state.curSelectedPresetList;
|
|
553
|
+
var newCurSelectedPresetList = lodash.cloneDeep(curSelectedPresetList);
|
|
554
|
+
if (newCurSelectedPresetList !== null && newCurSelectedPresetList.length !== 0) {
|
|
555
|
+
for (var index = 0; index < newCurSelectedPresetList.length; index++) {
|
|
556
|
+
var element = newCurSelectedPresetList[index];
|
|
557
|
+
if (element.SeqID === id) {
|
|
558
|
+
newCurSelectedPresetList[index].Operate = value;
|
|
559
|
+
break;
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
_this.maxSeqID = _this.getMaxSeqID(newCurSelectedPresetList);
|
|
564
|
+
_this.setState({
|
|
565
|
+
curSelectedPresetList: newCurSelectedPresetList
|
|
566
|
+
});
|
|
567
|
+
};
|
|
568
|
+
/**
|
|
569
|
+
* 预置位选择
|
|
570
|
+
*/
|
|
571
|
+
_this.onPresetSelectedChange = function (record, value, option) {
|
|
572
|
+
var id = record.SeqID;
|
|
573
|
+
var key = Number(option.key);
|
|
574
|
+
var curSelectedPresetList = _this.state.curSelectedPresetList;
|
|
575
|
+
var newCurSelectedPresetList = lodash.cloneDeep(curSelectedPresetList);
|
|
576
|
+
if (newCurSelectedPresetList !== null && newCurSelectedPresetList.length !== 0) {
|
|
577
|
+
for (var index = 0; index < newCurSelectedPresetList.length; index++) {
|
|
578
|
+
var element = newCurSelectedPresetList[index];
|
|
579
|
+
if (element.SeqID === id) {
|
|
580
|
+
newCurSelectedPresetList[index].PresetValue = key;
|
|
581
|
+
newCurSelectedPresetList[index].PresetDesc = value;
|
|
582
|
+
break;
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
_this.maxSeqID = _this.getMaxSeqID(newCurSelectedPresetList);
|
|
587
|
+
_this.setState({
|
|
588
|
+
curSelectedPresetList: newCurSelectedPresetList
|
|
589
|
+
});
|
|
590
|
+
};
|
|
591
|
+
/**
|
|
592
|
+
* 停留时间change
|
|
593
|
+
*/
|
|
594
|
+
_this.onPreSetStopTimeChange = function (record, value) {
|
|
595
|
+
var id = record.SeqID;
|
|
596
|
+
var curSelectedPresetList = _this.state.curSelectedPresetList;
|
|
597
|
+
if (curSelectedPresetList !== null && curSelectedPresetList.length !== 0) {
|
|
598
|
+
for (var index = 0; index < curSelectedPresetList.length; index++) {
|
|
599
|
+
var element = curSelectedPresetList[index];
|
|
600
|
+
if (element.SeqID === id) {
|
|
601
|
+
curSelectedPresetList[index].PreSetStopTime = value;
|
|
602
|
+
break;
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
_this.setState({
|
|
607
|
+
curSelectedPresetList: curSelectedPresetList
|
|
608
|
+
});
|
|
609
|
+
};
|
|
610
|
+
/**
|
|
611
|
+
* 速度change
|
|
612
|
+
*/
|
|
613
|
+
_this.onSpeedChange = function (record, value) {
|
|
614
|
+
var id = record.SeqID;
|
|
615
|
+
var curSelectedPresetList = _this.state.curSelectedPresetList;
|
|
616
|
+
if (curSelectedPresetList !== null && curSelectedPresetList.length !== 0) {
|
|
617
|
+
for (var index = 0; index < curSelectedPresetList.length; index++) {
|
|
618
|
+
var element = curSelectedPresetList[index];
|
|
619
|
+
if (element.SeqID === id) {
|
|
620
|
+
curSelectedPresetList[index].Speed = value;
|
|
621
|
+
break;
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
_this.setState({
|
|
626
|
+
curSelectedPresetList: curSelectedPresetList
|
|
627
|
+
});
|
|
628
|
+
};
|
|
629
|
+
/**
|
|
630
|
+
* 一直转动change
|
|
631
|
+
*/
|
|
632
|
+
_this.onRotationChange = function (record, value) {
|
|
633
|
+
var id = record.SeqID;
|
|
634
|
+
var curSelectedPresetList = _this.state.curSelectedPresetList;
|
|
635
|
+
var newCurSelectedPresetList = lodash.cloneDeep(curSelectedPresetList);
|
|
636
|
+
if (newCurSelectedPresetList !== null && newCurSelectedPresetList.length !== 0) {
|
|
637
|
+
for (var index = 0; index < newCurSelectedPresetList.length; index++) {
|
|
638
|
+
var element = newCurSelectedPresetList[index];
|
|
639
|
+
if (element.SeqID === id) {
|
|
640
|
+
newCurSelectedPresetList[index].Rotation = value;
|
|
641
|
+
break;
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
_this.setState({
|
|
646
|
+
curSelectedPresetList: newCurSelectedPresetList
|
|
647
|
+
});
|
|
648
|
+
};
|
|
649
|
+
/**
|
|
650
|
+
* 持续时间change
|
|
651
|
+
*/
|
|
652
|
+
_this.onDurationChange = function (record, value) {
|
|
653
|
+
var id = record.SeqID;
|
|
654
|
+
var curSelectedPresetList = _this.state.curSelectedPresetList;
|
|
655
|
+
if (curSelectedPresetList !== null && curSelectedPresetList.length !== 0) {
|
|
656
|
+
for (var index = 0; index < curSelectedPresetList.length; index++) {
|
|
657
|
+
var element = curSelectedPresetList[index];
|
|
658
|
+
if (element.SeqID === id) {
|
|
659
|
+
curSelectedPresetList[index].Duration = value;
|
|
660
|
+
break;
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
_this.setState({
|
|
665
|
+
curSelectedPresetList: curSelectedPresetList
|
|
666
|
+
});
|
|
667
|
+
};
|
|
668
|
+
/**
|
|
669
|
+
* 转到预置位
|
|
670
|
+
*/
|
|
671
|
+
_this.onUseHandleDown = function (record) {
|
|
672
|
+
var textLocale = _this.props.textLocale;
|
|
673
|
+
if (record.Operate === 'presetLocation') {
|
|
674
|
+
//转到预置位
|
|
675
|
+
Restful.UsePreset(_this.cameraInfo.CameraCode, record.PresetValue, function (useRet) {
|
|
676
|
+
if (useRet != null && useRet.data != null) {
|
|
677
|
+
if (useRet.data.ErrCode === 0) {
|
|
678
|
+
console.log('使用预置位成功');
|
|
679
|
+
} else {
|
|
680
|
+
message.error('使用预置位失败:' + useRet.data.ErrMsg, 1);
|
|
681
|
+
}
|
|
682
|
+
} else {
|
|
683
|
+
message.error('使用预置位失败,返回结果为空', 1);
|
|
684
|
+
}
|
|
685
|
+
});
|
|
686
|
+
} else {
|
|
687
|
+
//转动方向
|
|
688
|
+
var ptzCmdID = 0;
|
|
689
|
+
var operateDes = '';
|
|
690
|
+
var ptzSpeed = record.Speed;
|
|
691
|
+
switch (record.Operate) {
|
|
692
|
+
case 'top':
|
|
693
|
+
ptzCmdID = PtzCmd.MW_PTZ_TILTUP;
|
|
694
|
+
operateDes = textLocale.upward;
|
|
695
|
+
break;
|
|
696
|
+
case 'bottom':
|
|
697
|
+
ptzCmdID = PtzCmd.MW_PTZ_TILTDOWN;
|
|
698
|
+
operateDes = textLocale.down;
|
|
699
|
+
break;
|
|
700
|
+
case 'left':
|
|
701
|
+
ptzCmdID = PtzCmd.MW_PTZ_PANLEFT;
|
|
702
|
+
operateDes = textLocale.toLeft;
|
|
703
|
+
break;
|
|
704
|
+
case 'right':
|
|
705
|
+
ptzCmdID = PtzCmd.MW_PTZ_PANRIGHT;
|
|
706
|
+
operateDes = textLocale.toRight;
|
|
707
|
+
break;
|
|
708
|
+
default:
|
|
709
|
+
ptzCmdID = 0;
|
|
710
|
+
operateDes = '';
|
|
711
|
+
break;
|
|
712
|
+
}
|
|
713
|
+
_this.operatePtz(ptzCmdID, operateDes, ptzSpeed);
|
|
714
|
+
}
|
|
715
|
+
};
|
|
716
|
+
_this.onUseHandleUp = function (record) {
|
|
717
|
+
if (record.Operate === 'presetLocation') {
|
|
718
|
+
return;
|
|
719
|
+
}
|
|
720
|
+
var textLocale = _this.props.textLocale;
|
|
721
|
+
//转动方向
|
|
722
|
+
var ptzCmdID = 0;
|
|
723
|
+
var operateDes = '';
|
|
724
|
+
switch (record.Operate) {
|
|
725
|
+
case 'top':
|
|
726
|
+
ptzCmdID = PtzCmd.MW_PTZ_TILTUPSTOP;
|
|
727
|
+
operateDes = textLocale.upwardStop;
|
|
728
|
+
break;
|
|
729
|
+
case 'bottom':
|
|
730
|
+
ptzCmdID = PtzCmd.MW_PTZ_TILTDOWNSTOP;
|
|
731
|
+
operateDes = textLocale.downStop;
|
|
732
|
+
break;
|
|
733
|
+
case 'left':
|
|
734
|
+
ptzCmdID = PtzCmd.MW_PTZ_PANLEFTSTOP;
|
|
735
|
+
operateDes = textLocale.toLeftStop;
|
|
736
|
+
break;
|
|
737
|
+
case 'right':
|
|
738
|
+
ptzCmdID = PtzCmd.MW_PTZ_PANRIGHTSTOP;
|
|
739
|
+
operateDes = textLocale.toRightStop;
|
|
740
|
+
break;
|
|
741
|
+
default:
|
|
742
|
+
ptzCmdID = 0;
|
|
743
|
+
operateDes = '';
|
|
744
|
+
break;
|
|
745
|
+
}
|
|
746
|
+
_this.operatePtz(ptzCmdID, operateDes);
|
|
747
|
+
};
|
|
748
|
+
//操作云台
|
|
749
|
+
_this.operatePtz = function (ptzCmdID, operateDes, ptzSpeed, callback) {
|
|
750
|
+
var condition = {
|
|
751
|
+
PTZCmdID: ptzCmdID,
|
|
752
|
+
PTZCmdPara1: ptzSpeed,
|
|
753
|
+
//---云台转速...
|
|
754
|
+
PTZCmdPara2: ptzSpeed,
|
|
755
|
+
//---云台转速...
|
|
756
|
+
PTZCmdPara3: 0 //预留字段
|
|
757
|
+
};
|
|
758
|
+
//message.destroy();
|
|
759
|
+
Restful.StartPtz(_this.cameraInfo.CameraCode, function (startRet) {
|
|
760
|
+
if (startRet != null && startRet.data != null) {
|
|
761
|
+
if (startRet.data.ErrCode === 0) {
|
|
762
|
+
Restful.OperationPtz(_this.cameraInfo.CameraCode, JSON.stringify(condition), function (optRet) {
|
|
763
|
+
if (optRet != null && optRet.data != null) {
|
|
764
|
+
if (optRet.data.ErrCode === 0) {
|
|
765
|
+
console.log(operateDes + '操作成功');
|
|
766
|
+
callback && callback(true);
|
|
767
|
+
} else {
|
|
768
|
+
message.error(operateDes + '操作失败:' + optRet.data.ErrMsg, 1);
|
|
769
|
+
return false;
|
|
770
|
+
}
|
|
771
|
+
} else {
|
|
772
|
+
message.error(operateDes + '操作失败,返回结果为空', 1);
|
|
773
|
+
return false;
|
|
774
|
+
}
|
|
775
|
+
});
|
|
776
|
+
} else {
|
|
777
|
+
message.error('启动云台控制失败:' + startRet.data.ErrMsg, 1);
|
|
778
|
+
return false;
|
|
779
|
+
}
|
|
780
|
+
} else {
|
|
781
|
+
message.error('启动云台控制失败,返回结果为空', 1);
|
|
782
|
+
return false;
|
|
783
|
+
}
|
|
784
|
+
});
|
|
785
|
+
};
|
|
786
|
+
//单个删除
|
|
787
|
+
_this.onDelHandleDelete = function (record) {
|
|
788
|
+
var curSelectedPresetList = _this.state.curSelectedPresetList;
|
|
789
|
+
var newCurSelectedPresetList = lodash.cloneDeep(curSelectedPresetList);
|
|
790
|
+
for (var index = 0; index < newCurSelectedPresetList.length; index++) {
|
|
791
|
+
var element = newCurSelectedPresetList[index];
|
|
792
|
+
if (element.SeqID === record.SeqID) {
|
|
793
|
+
newCurSelectedPresetList.splice(index, 1);
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
newCurSelectedPresetList = _this.resetNumber(newCurSelectedPresetList);
|
|
797
|
+
_this.maxSeqID = _this.getMaxSeqID(newCurSelectedPresetList);
|
|
798
|
+
_this.setState({
|
|
799
|
+
curSelectedPresetList: newCurSelectedPresetList,
|
|
800
|
+
selectedTaskKey: [],
|
|
801
|
+
//已选巡航线key值
|
|
802
|
+
selectedTaskList: [],
|
|
803
|
+
//已选巡航线列表
|
|
804
|
+
selectedRowKeys: []
|
|
805
|
+
});
|
|
806
|
+
};
|
|
807
|
+
_this.onCruiseTypeChange = function (e) {
|
|
808
|
+
if (e !== null) {
|
|
809
|
+
_this.setState({
|
|
810
|
+
cruiseType: e.target.value
|
|
811
|
+
});
|
|
812
|
+
}
|
|
813
|
+
// this.setState({ guardEnable: guardEnable });
|
|
814
|
+
};
|
|
815
|
+
//#region新增预置位
|
|
816
|
+
_this.onAddPresetClick = function () {
|
|
817
|
+
var presetListOptions = _this.state.presetListOptions;
|
|
818
|
+
var textLocale = _this.props.textLocale;
|
|
819
|
+
var defaultCode = '';
|
|
820
|
+
var defaultName = '';
|
|
821
|
+
var length = 0;
|
|
822
|
+
if (presetListOptions instanceof Array) {
|
|
823
|
+
length = presetListOptions.length;
|
|
824
|
+
}
|
|
825
|
+
var _loop = function _loop(i) {
|
|
826
|
+
if (-1 === presetListOptions.findIndex(function (item) {
|
|
827
|
+
return item.PresetValue === i;
|
|
828
|
+
})) {
|
|
829
|
+
defaultCode = i;
|
|
830
|
+
return 1; // break
|
|
831
|
+
}
|
|
832
|
+
};
|
|
833
|
+
for (var i = 1; i <= length; i++) {
|
|
834
|
+
if (_loop(i)) break;
|
|
835
|
+
}
|
|
836
|
+
if (!defaultCode) {
|
|
837
|
+
defaultCode = length + 1;
|
|
838
|
+
}
|
|
839
|
+
defaultName = textLocale.preset + '_' + defaultCode;
|
|
840
|
+
if (defaultCode < 1 || defaultCode > 255) {
|
|
841
|
+
defaultCode = '';
|
|
842
|
+
defaultName = '';
|
|
843
|
+
}
|
|
844
|
+
_this.setState({
|
|
845
|
+
isShowAddPresetForm: true,
|
|
846
|
+
addPresetCode: defaultCode,
|
|
847
|
+
addPresetName: defaultName
|
|
848
|
+
});
|
|
849
|
+
hideDivElementSpecial(['uvideo-ptz-cruisepath-addpreset']);
|
|
850
|
+
};
|
|
851
|
+
_this.onAddPresetCancel = function () {
|
|
852
|
+
_this.setState({
|
|
853
|
+
isShowAddPresetForm: false
|
|
854
|
+
});
|
|
855
|
+
};
|
|
856
|
+
//添加预置位
|
|
857
|
+
_this.addPreset = function () {
|
|
858
|
+
var _this$state8 = _this.state,
|
|
859
|
+
addPresetCode = _this$state8.addPresetCode,
|
|
860
|
+
addPresetName = _this$state8.addPresetName,
|
|
861
|
+
curSelectedPresetList = _this$state8.curSelectedPresetList;
|
|
862
|
+
_this.codeRef.checkText(addPresetCode + '');
|
|
863
|
+
if (!_this.codeRef.checkTextLegal()) {
|
|
864
|
+
_this.refs.code.focus();
|
|
865
|
+
return;
|
|
866
|
+
}
|
|
867
|
+
_this.nameRef.checkText(addPresetName);
|
|
868
|
+
if (!_this.nameRef.checkTextLegal()) {
|
|
869
|
+
_this.refs.name.focus();
|
|
870
|
+
return;
|
|
871
|
+
}
|
|
872
|
+
if (!_this.speedRef.checkTextLegal()) {
|
|
873
|
+
_this.refs.speed.focus();
|
|
874
|
+
return;
|
|
875
|
+
}
|
|
876
|
+
if (!_this.retentionRef.checkTextLegal()) {
|
|
877
|
+
_this.refs.retention.focus();
|
|
878
|
+
return;
|
|
879
|
+
}
|
|
880
|
+
if (addPresetCode !== '' && addPresetName !== '') {
|
|
881
|
+
if (_this.cameraInfo !== null && _this.cameraInfo.CameraCode !== null) {
|
|
882
|
+
var condition = {
|
|
883
|
+
PresetValue: addPresetCode,
|
|
884
|
+
PresetDesc: addPresetName
|
|
885
|
+
};
|
|
886
|
+
Restful.AddPreset(_this.cameraInfo.CameraCode, condition, function (ret) {
|
|
887
|
+
if (ret != null && ret.data != null) {
|
|
888
|
+
if (ret.data.ErrCode === 0) {
|
|
889
|
+
console.log('添加预置位成功');
|
|
890
|
+
_this.queryPresetList(function () {
|
|
891
|
+
_this.setState({
|
|
892
|
+
isShowAddPresetForm: false
|
|
893
|
+
});
|
|
894
|
+
});
|
|
895
|
+
|
|
896
|
+
//预置位添加成功后,需要添加到巡航线列表
|
|
897
|
+
var cruisePathItemTemp = {
|
|
898
|
+
SeqID: curSelectedPresetList.length,
|
|
899
|
+
//顺序编号
|
|
900
|
+
Operate: 'presetLocation',
|
|
901
|
+
//动作
|
|
902
|
+
PresetValue: addPresetCode,
|
|
903
|
+
//预置位编号
|
|
904
|
+
PresetDesc: addPresetName,
|
|
905
|
+
//预置位描述
|
|
906
|
+
PreSetStopTime: Number(_this.retentionRef.getInputText()),
|
|
907
|
+
//停留时间,轨迹巡航显示的是:持续时间,一直转动则为0
|
|
908
|
+
Speed: Number(_this.speedRef.getInputText()),
|
|
909
|
+
//速度,默认为5
|
|
910
|
+
Rotation: 'false',
|
|
911
|
+
//是否一直转动
|
|
912
|
+
Duration: Number(_this.retentionRef.getInputText()) //持续时间
|
|
913
|
+
};
|
|
914
|
+
curSelectedPresetList.push(cruisePathItemTemp);
|
|
915
|
+
_this.maxSeqID = _this.getMaxSeqID(curSelectedPresetList);
|
|
916
|
+
_this.setState({
|
|
917
|
+
curSelectedPresetList: curSelectedPresetList,
|
|
918
|
+
selectedTaskKey: [],
|
|
919
|
+
//已选巡航线key值
|
|
920
|
+
selectedTaskList: [],
|
|
921
|
+
//已选巡航线列表
|
|
922
|
+
selectedRowKeys: []
|
|
923
|
+
});
|
|
924
|
+
} else {
|
|
925
|
+
message.error('添加预置位失败:' + ret.data.ErrMsg, 1);
|
|
926
|
+
}
|
|
927
|
+
} else {
|
|
928
|
+
message.error('添加预置位失败,返回结果为空', 1);
|
|
929
|
+
}
|
|
930
|
+
});
|
|
931
|
+
} else {
|
|
932
|
+
message.warn('相机信息为空', 1);
|
|
933
|
+
}
|
|
934
|
+
} else {
|
|
935
|
+
message.warn('预置位信息不能为空', 1);
|
|
936
|
+
}
|
|
937
|
+
};
|
|
938
|
+
_this.onAddPresetCodeChange = function (e) {
|
|
939
|
+
var presetListOptions = _this.state.presetListOptions;
|
|
940
|
+
var textLocale = _this.props.textLocale;
|
|
941
|
+
var code = Number(e.target.value);
|
|
942
|
+
var name = textLocale.preset + '_' + code;
|
|
943
|
+
var func = function func(callback) {
|
|
944
|
+
if (code >= 1 && code <= 255) {
|
|
945
|
+
for (var index = 0; index < presetListOptions.length; index++) {
|
|
946
|
+
var element = presetListOptions[index];
|
|
947
|
+
if (element.PresetValue === code) {
|
|
948
|
+
name = element.PresetDesc;
|
|
949
|
+
break;
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
_this.setState({
|
|
953
|
+
addPresetCode: code,
|
|
954
|
+
addPresetName: name
|
|
955
|
+
}, function () {
|
|
956
|
+
_this.forceUpdate();
|
|
957
|
+
});
|
|
958
|
+
_this.nameRef.checkText(name);
|
|
959
|
+
callback(code, '');
|
|
960
|
+
} else {
|
|
961
|
+
_this.setState({
|
|
962
|
+
addPresetCode: '',
|
|
963
|
+
addPresetName: ''
|
|
964
|
+
}, function () {
|
|
965
|
+
_this.forceUpdate();
|
|
966
|
+
});
|
|
967
|
+
_this.nameRef.checkText('');
|
|
968
|
+
callback(code, textLocale.inputRangeMsg);
|
|
969
|
+
}
|
|
970
|
+
};
|
|
971
|
+
_this.codeRef.checkText(func);
|
|
972
|
+
};
|
|
973
|
+
_this.onAddPresetNameChange = function (e) {
|
|
974
|
+
_this.setState({
|
|
975
|
+
addPresetName: e.target.value
|
|
976
|
+
}, function () {
|
|
977
|
+
_this.forceUpdate();
|
|
978
|
+
});
|
|
979
|
+
_this.nameRef.checkText(e.target.value);
|
|
980
|
+
};
|
|
981
|
+
_this.onAddPresetSpeedChange = function (e) {
|
|
982
|
+
var textLocale = _this.props.textLocale;
|
|
983
|
+
var speed = Number(e.target.value);
|
|
984
|
+
// if (speed >= 1 && speed <= 9) {
|
|
985
|
+
// this.setState({ addPresetSpeed: speed });
|
|
986
|
+
// } else {
|
|
987
|
+
// this.setState({ addPresetSpeed: '' });
|
|
988
|
+
// }
|
|
989
|
+
var func = function func(callback) {
|
|
990
|
+
if (speed >= 1 && speed <= 9) {
|
|
991
|
+
callback(speed, '');
|
|
992
|
+
} else {
|
|
993
|
+
callback(speed, textLocale.validRangeOneToNine);
|
|
994
|
+
}
|
|
995
|
+
};
|
|
996
|
+
_this.speedRef.checkText(func);
|
|
997
|
+
};
|
|
998
|
+
_this.onAddPresetRetentionChange = function (e) {
|
|
999
|
+
var textLocale = _this.props.textLocale;
|
|
1000
|
+
var retention = Number(e.target.value);
|
|
1001
|
+
// if (retention >= 5 && retention <= 1800) {
|
|
1002
|
+
// this.setState({ addPresetRetention: retention });
|
|
1003
|
+
// } else {
|
|
1004
|
+
// this.setState({ addPresetRetention: '' });
|
|
1005
|
+
// }
|
|
1006
|
+
var func = function func(callback) {
|
|
1007
|
+
if (retention >= 5 && retention <= 1800) {
|
|
1008
|
+
callback(retention, '');
|
|
1009
|
+
} else {
|
|
1010
|
+
callback(retention, textLocale.validRangeFiveTo);
|
|
1011
|
+
}
|
|
1012
|
+
};
|
|
1013
|
+
_this.retentionRef.checkText(func);
|
|
1014
|
+
};
|
|
1015
|
+
_this.state = {
|
|
1016
|
+
isCreat: _this.props.isCreat,
|
|
1017
|
+
//当前窗体是否为创建:创建/编辑,任务编辑是有guardPositionPlanList巡航线信息传递
|
|
1018
|
+
presetListOptions: _this.props.presetListOptions,
|
|
1019
|
+
//预置位信息集合
|
|
1020
|
+
curCruisePathInfo: _this.props.curCruisePathInfo,
|
|
1021
|
+
//当前选择的巡航线信息---巡航线CruisePathCode、CruisePathName
|
|
1022
|
+
cruisePathDetailInfo: null,
|
|
1023
|
+
//巡航线详情信息
|
|
1024
|
+
cruisePathDetailList: [],
|
|
1025
|
+
//详情信息中的预置位列表
|
|
1026
|
+
curSelectedPresetList: [],
|
|
1027
|
+
//当前表格中存在的预置位数据,任务创建时获取使用
|
|
1028
|
+
|
|
1029
|
+
cruisePathName: '',
|
|
1030
|
+
//巡航线名称
|
|
1031
|
+
cruisePathCode: '',
|
|
1032
|
+
//巡航线编码
|
|
1033
|
+
cruiseType: CruiseType.preset,
|
|
1034
|
+
//当前巡航类型。 预置位巡航/轨迹巡航/扫描巡航
|
|
1035
|
+
|
|
1036
|
+
selectedTaskKey: [],
|
|
1037
|
+
//已选巡航线key值
|
|
1038
|
+
selectedTaskList: [],
|
|
1039
|
+
//已选巡航线列表
|
|
1040
|
+
selectedRowKeys: [],
|
|
1041
|
+
isShowAddPresetForm: false,
|
|
1042
|
+
//是否显示预置位添加窗体
|
|
1043
|
+
addPresetCode: '',
|
|
1044
|
+
//当前预置位添加界面的预置位编号
|
|
1045
|
+
addPresetName: '',
|
|
1046
|
+
//当前预置位添加界面的预置位名称
|
|
1047
|
+
addPreSetStopTime: 10,
|
|
1048
|
+
//当前预置位添加界面的停留时间
|
|
1049
|
+
addSpeed: 5,
|
|
1050
|
+
//当前预置位添加界面的速度
|
|
1051
|
+
addDuration: 10,
|
|
1052
|
+
//当前预置位添加界面的持续时间
|
|
1053
|
+
|
|
1054
|
+
isSelPreset: true,
|
|
1055
|
+
//动作是否选择为转向预置位
|
|
1056
|
+
isShowCell: true,
|
|
1057
|
+
//调试使用,记得删除
|
|
1058
|
+
uid: _getGuid()
|
|
1059
|
+
};
|
|
1060
|
+
_this.cameraInfo = _this.props.cameraInfo; //当前video的相机信息-CameraCode CameraName ECIPAddr
|
|
1061
|
+
_this.task = -1; //预览函数记录
|
|
1062
|
+
_this.loopIndex = 0;
|
|
1063
|
+
_this.maxSeqID = 0;
|
|
1064
|
+
_this.addcruiseType = [{
|
|
1065
|
+
label: _this.props.textLocale.presetBitTrackCruise,
|
|
1066
|
+
value: 1
|
|
1067
|
+
}
|
|
1068
|
+
// {label: '扫描巡航',value: 2},
|
|
1069
|
+
];
|
|
1070
|
+
return _this;
|
|
1071
|
+
}
|
|
1072
|
+
_inherits(PtzAddCruisePathCtr, _Component);
|
|
1073
|
+
return _createClass(PtzAddCruisePathCtr, [{
|
|
1074
|
+
key: "componentDidMount",
|
|
1075
|
+
value: function componentDidMount() {
|
|
1076
|
+
this.queryPresetList(); //重新加载预置位信息
|
|
1077
|
+
|
|
1078
|
+
if (this.state.isCreat === true) {
|
|
1079
|
+
//巡航线创建,不需要操作
|
|
1080
|
+
} else {
|
|
1081
|
+
//巡航线编辑
|
|
1082
|
+
var _ref = this.state.curCruisePathInfo || {},
|
|
1083
|
+
cruisePathName = _ref.cruisePathName;
|
|
1084
|
+
if (cruisePathName) {
|
|
1085
|
+
this.setState({
|
|
1086
|
+
cruisePathName: cruisePathName
|
|
1087
|
+
});
|
|
1088
|
+
this.textRef.checkText(cruisePathName);
|
|
1089
|
+
}
|
|
1090
|
+
//查询巡航线详细信息
|
|
1091
|
+
if (this.state.curCruisePathInfo !== undefined) {
|
|
1092
|
+
this.queryCruisePathDetailInfo();
|
|
1093
|
+
} else {
|
|
1094
|
+
message.warn('巡航线信息为空,请重新选择', 1);
|
|
1095
|
+
return;
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
console.log(this.video);
|
|
1099
|
+
this.video && this.video.playLive && this.video.playLive({
|
|
1100
|
+
CameraCode: this.cameraInfo.CameraCode,
|
|
1101
|
+
CameraName: this.cameraInfo.CameraName
|
|
1102
|
+
});
|
|
1103
|
+
}
|
|
1104
|
+
}, {
|
|
1105
|
+
key: "render",
|
|
1106
|
+
value:
|
|
1107
|
+
//#endregion
|
|
1108
|
+
|
|
1109
|
+
function render() {
|
|
1110
|
+
var _this2 = this;
|
|
1111
|
+
var _this$state9 = this.state,
|
|
1112
|
+
curSelectedPresetList = _this$state9.curSelectedPresetList,
|
|
1113
|
+
presetListOptions = _this$state9.presetListOptions,
|
|
1114
|
+
cruiseType = _this$state9.cruiseType,
|
|
1115
|
+
isShowAddPresetForm = _this$state9.isShowAddPresetForm,
|
|
1116
|
+
addPresetCode = _this$state9.addPresetCode,
|
|
1117
|
+
addPresetName = _this$state9.addPresetName,
|
|
1118
|
+
selectedRowKeys = _this$state9.selectedRowKeys,
|
|
1119
|
+
uid = _this$state9.uid;
|
|
1120
|
+
var _this$props = this.props,
|
|
1121
|
+
textLocale = _this$props.textLocale,
|
|
1122
|
+
theme = _this$props.theme;
|
|
1123
|
+
var rowSelection = {
|
|
1124
|
+
selectedRowKeys: selectedRowKeys,
|
|
1125
|
+
onChange: this.onSelectChange
|
|
1126
|
+
};
|
|
1127
|
+
var columns = [{
|
|
1128
|
+
title: textLocale.action,
|
|
1129
|
+
width: '80px',
|
|
1130
|
+
dataIndex: 'Operate',
|
|
1131
|
+
render: function render(key, record) {
|
|
1132
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(USelect, {
|
|
1133
|
+
placeholder: textLocale.pleaseSelect,
|
|
1134
|
+
className: "ant-select-ope",
|
|
1135
|
+
optionList: [{
|
|
1136
|
+
value: 'presetLocation',
|
|
1137
|
+
label: textLocale.transferToPreset
|
|
1138
|
+
}, {
|
|
1139
|
+
value: 'top',
|
|
1140
|
+
label: textLocale.upward
|
|
1141
|
+
}, {
|
|
1142
|
+
value: 'bottom',
|
|
1143
|
+
label: textLocale.down
|
|
1144
|
+
}, {
|
|
1145
|
+
value: 'left',
|
|
1146
|
+
label: textLocale.toLeft
|
|
1147
|
+
}, {
|
|
1148
|
+
value: 'right',
|
|
1149
|
+
label: textLocale.toRight
|
|
1150
|
+
}],
|
|
1151
|
+
value: record.Operate,
|
|
1152
|
+
theme: theme,
|
|
1153
|
+
onChange: _this2.onOperateChange.bind(_this2, record)
|
|
1154
|
+
}));
|
|
1155
|
+
}
|
|
1156
|
+
}, {
|
|
1157
|
+
title: textLocale.preset,
|
|
1158
|
+
width: '110px',
|
|
1159
|
+
dataIndex: 'PresetDesc',
|
|
1160
|
+
render: function render(key, record) {
|
|
1161
|
+
return (
|
|
1162
|
+
// this.state.isShowCell === false ?
|
|
1163
|
+
record.Operate !== 'presetLocation' ? /*#__PURE__*/React.createElement("div", null, "/") : /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(USelect, {
|
|
1164
|
+
placeholder: textLocale.pleaseSelect,
|
|
1165
|
+
className: "ant-select-ope",
|
|
1166
|
+
optionList: presetListOptions.map(function (option) {
|
|
1167
|
+
return {
|
|
1168
|
+
value: option.PresetDesc,
|
|
1169
|
+
label: option.PresetDesc
|
|
1170
|
+
};
|
|
1171
|
+
}),
|
|
1172
|
+
value: record.PresetDesc,
|
|
1173
|
+
theme: theme,
|
|
1174
|
+
disabled: record.operate === 'presetLocation' ? true : false,
|
|
1175
|
+
onChange: _this2.onPresetSelectedChange.bind(_this2, record)
|
|
1176
|
+
}))
|
|
1177
|
+
);
|
|
1178
|
+
}
|
|
1179
|
+
}, {
|
|
1180
|
+
title: textLocale.residenceTime,
|
|
1181
|
+
width: '80px',
|
|
1182
|
+
dataIndex: 'PreSetStopTime;',
|
|
1183
|
+
render: function render(key, record) {
|
|
1184
|
+
return record.Operate !== 'presetLocation' ? /*#__PURE__*/React.createElement("div", null, "/") : /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(UInputNumber, {
|
|
1185
|
+
className: "ant-input-number",
|
|
1186
|
+
style: {
|
|
1187
|
+
width: '100%'
|
|
1188
|
+
},
|
|
1189
|
+
value: record.PreSetStopTime,
|
|
1190
|
+
theme: theme,
|
|
1191
|
+
onChange: _this2.onPreSetStopTimeChange.bind(_this2, record),
|
|
1192
|
+
min: 5,
|
|
1193
|
+
max: 1800
|
|
1194
|
+
}));
|
|
1195
|
+
}
|
|
1196
|
+
}, {
|
|
1197
|
+
title: textLocale.speed,
|
|
1198
|
+
width: '60px',
|
|
1199
|
+
dataIndex: 'Speed',
|
|
1200
|
+
render: function render(key, record) {
|
|
1201
|
+
return record.Operate === 'presetLocation' ? /*#__PURE__*/React.createElement("div", null, "/") : /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(UInputNumber, {
|
|
1202
|
+
className: "ant-input-number",
|
|
1203
|
+
style: {
|
|
1204
|
+
width: '100%'
|
|
1205
|
+
},
|
|
1206
|
+
theme: theme,
|
|
1207
|
+
onChange: _this2.onSpeedChange.bind(_this2, record),
|
|
1208
|
+
min: 1,
|
|
1209
|
+
max: 9,
|
|
1210
|
+
value: record.Speed
|
|
1211
|
+
}));
|
|
1212
|
+
}
|
|
1213
|
+
}, {
|
|
1214
|
+
title: textLocale.keepTurning,
|
|
1215
|
+
width: '80px',
|
|
1216
|
+
dataIndex: 'Rotation',
|
|
1217
|
+
render: function render(key, record) {
|
|
1218
|
+
return record.Operate === 'presetLocation' ? /*#__PURE__*/React.createElement("div", null, "/") : /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Tooltip, {
|
|
1219
|
+
title: textLocale.allRecordsChangeWillExecuted
|
|
1220
|
+
}, /*#__PURE__*/React.createElement(Select, {
|
|
1221
|
+
placeholder: "",
|
|
1222
|
+
className: "ant-select-rotation",
|
|
1223
|
+
dropdownStyle: {
|
|
1224
|
+
color: 'white',
|
|
1225
|
+
borderRadius: '0px'
|
|
1226
|
+
},
|
|
1227
|
+
dropdownMatchSelectWidth: true,
|
|
1228
|
+
defaultValue: "false",
|
|
1229
|
+
onChange: _this2.onRotationChange.bind(_this2, record),
|
|
1230
|
+
value: record.Rotation
|
|
1231
|
+
}, /*#__PURE__*/React.createElement(Option, {
|
|
1232
|
+
style: {
|
|
1233
|
+
backgroundColor: 'white',
|
|
1234
|
+
fontsize: '12px'
|
|
1235
|
+
},
|
|
1236
|
+
value: "true"
|
|
1237
|
+
}, textLocale.yes), /*#__PURE__*/React.createElement(Option, {
|
|
1238
|
+
style: {
|
|
1239
|
+
backgroundColor: 'white',
|
|
1240
|
+
fontsize: '12px'
|
|
1241
|
+
},
|
|
1242
|
+
value: "false"
|
|
1243
|
+
}, textLocale.no))));
|
|
1244
|
+
}
|
|
1245
|
+
}, {
|
|
1246
|
+
title: textLocale.duration,
|
|
1247
|
+
width: '80px',
|
|
1248
|
+
dataIndex: 'Duration',
|
|
1249
|
+
render: function render(key, record) {
|
|
1250
|
+
return record.Operate === 'presetLocation' ? /*#__PURE__*/React.createElement("div", null, "/") : /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(UInputNumber, {
|
|
1251
|
+
style: {
|
|
1252
|
+
width: '100%'
|
|
1253
|
+
},
|
|
1254
|
+
className: "ant-input-number",
|
|
1255
|
+
theme: theme,
|
|
1256
|
+
onChange: _this2.onDurationChange.bind(_this2, record),
|
|
1257
|
+
min: 5,
|
|
1258
|
+
max: 300,
|
|
1259
|
+
value: record.Duration,
|
|
1260
|
+
disabled: record.Rotation === 'true' ? true : false
|
|
1261
|
+
}));
|
|
1262
|
+
}
|
|
1263
|
+
}, {
|
|
1264
|
+
title: textLocale.operation,
|
|
1265
|
+
width: '70px',
|
|
1266
|
+
//dataIndex: 'Operate',
|
|
1267
|
+
render: function render(text, record) {
|
|
1268
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
1269
|
+
title: textLocale.delete,
|
|
1270
|
+
className: "ptzsetguard-tableimage-delIcon",
|
|
1271
|
+
onClick: _this2.onDelHandleDelete.bind(_this2, record)
|
|
1272
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
1273
|
+
title: textLocale.preview,
|
|
1274
|
+
className: "ptzsetguard-tableimage-useIcon",
|
|
1275
|
+
onMouseDown: _this2.onUseHandleDown.bind(_this2, record),
|
|
1276
|
+
onMouseUp: _this2.onUseHandleUp.bind(_this2, record)
|
|
1277
|
+
}));
|
|
1278
|
+
}
|
|
1279
|
+
}];
|
|
1280
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
1281
|
+
className: "ptzctr-addcruisepath-main ".concat(CONSTANT_IMOS_PLAYER_CAST_VIDEO_CLASSNAME)
|
|
1282
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1283
|
+
className: "ptzctr-addcruise-top"
|
|
1284
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
1285
|
+
className: "addcruise-span-name"
|
|
1286
|
+
}, textLocale.name), /*#__PURE__*/React.createElement(TextInputNotice, {
|
|
1287
|
+
ref: function ref(_ref2) {
|
|
1288
|
+
return _this2.textRef = _ref2;
|
|
1289
|
+
},
|
|
1290
|
+
maxLength: 20,
|
|
1291
|
+
required: true,
|
|
1292
|
+
value: this.state.cruisePathName,
|
|
1293
|
+
textLocale: textLocale
|
|
1294
|
+
}, /*#__PURE__*/React.createElement(UInput, {
|
|
1295
|
+
ref: "cruisePathName",
|
|
1296
|
+
className: "addcruise-name-input",
|
|
1297
|
+
value: this.state.cruisePathName,
|
|
1298
|
+
onChange: this.onCruiseNameChange,
|
|
1299
|
+
theme: theme
|
|
1300
|
+
})), /*#__PURE__*/React.createElement("span", {
|
|
1301
|
+
className: "addcruise-span-type"
|
|
1302
|
+
}), /*#__PURE__*/React.createElement(URadioGroup, {
|
|
1303
|
+
options: this.addcruiseType,
|
|
1304
|
+
value: 1,
|
|
1305
|
+
theme: theme
|
|
1306
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
1307
|
+
className: "ptzctr-splitline"
|
|
1308
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
1309
|
+
className: "ptzctr-addcruise-mid"
|
|
1310
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1311
|
+
className: "addcruise-mid-left"
|
|
1312
|
+
}, cruiseType !== CruiseType.scan && /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(UButton, {
|
|
1313
|
+
theme: theme,
|
|
1314
|
+
className: "addcruise-mid-button",
|
|
1315
|
+
onClick: function onClick() {
|
|
1316
|
+
return _this2.onAddClick();
|
|
1317
|
+
}
|
|
1318
|
+
}, textLocale.addPtz), /*#__PURE__*/React.createElement(UButton, {
|
|
1319
|
+
className: "addcruise-mid-button",
|
|
1320
|
+
theme: theme,
|
|
1321
|
+
onClick: this.onDeleteClick
|
|
1322
|
+
}, textLocale.delete), /*#__PURE__*/React.createElement(UButton, {
|
|
1323
|
+
className: "addcruise-mid-button",
|
|
1324
|
+
theme: theme,
|
|
1325
|
+
onClick: this.onTopClick
|
|
1326
|
+
}, textLocale.top), /*#__PURE__*/React.createElement(UButton, {
|
|
1327
|
+
className: "addcruise-mid-button",
|
|
1328
|
+
theme: theme,
|
|
1329
|
+
onClick: this.onUpClick
|
|
1330
|
+
}, textLocale.upward), /*#__PURE__*/React.createElement(UButton, {
|
|
1331
|
+
className: "addcruise-mid-button",
|
|
1332
|
+
theme: theme,
|
|
1333
|
+
onClick: this.onDownClick
|
|
1334
|
+
}, textLocale.down), /*#__PURE__*/React.createElement(UButton, {
|
|
1335
|
+
className: "addcruise-mid-button",
|
|
1336
|
+
theme: theme,
|
|
1337
|
+
onClick: this.onBottomClick
|
|
1338
|
+
}, textLocale.bottom), /*#__PURE__*/React.createElement(UButton, {
|
|
1339
|
+
className: "addcruise-mid-button",
|
|
1340
|
+
theme: theme,
|
|
1341
|
+
onClick: this.onPreviewClick
|
|
1342
|
+
}, textLocale.preview)), /*#__PURE__*/React.createElement("div", {
|
|
1343
|
+
className: "addcruise-mid-table"
|
|
1344
|
+
}, /*#__PURE__*/React.createElement(UTable, {
|
|
1345
|
+
columns: columns,
|
|
1346
|
+
theme: theme,
|
|
1347
|
+
rowKey: "SeqID",
|
|
1348
|
+
bordered: true,
|
|
1349
|
+
pagination: false,
|
|
1350
|
+
rowSelection: rowSelection,
|
|
1351
|
+
dataSource: curSelectedPresetList,
|
|
1352
|
+
scroll: {
|
|
1353
|
+
y: '363px'
|
|
1354
|
+
}
|
|
1355
|
+
}))), cruiseType === CruiseType.scan && /*#__PURE__*/React.createElement("div", null)), /*#__PURE__*/React.createElement("div", {
|
|
1356
|
+
className: "addcruise-mid-right"
|
|
1357
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
1358
|
+
className: "addcruise-right-span"
|
|
1359
|
+
}, textLocale.reality), /*#__PURE__*/React.createElement(UButton, {
|
|
1360
|
+
className: "addcruise-right-button",
|
|
1361
|
+
theme: theme,
|
|
1362
|
+
onClick: this.onAddPresetClick
|
|
1363
|
+
}, textLocale.addPreset), /*#__PURE__*/React.createElement(Tooltip, {
|
|
1364
|
+
title: textLocale.pleaseLiveScreen
|
|
1365
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1366
|
+
className: "addcruise-right-img"
|
|
1367
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
1368
|
+
className: "addcruise-right-video"
|
|
1369
|
+
}, /*#__PURE__*/React.createElement(PlayWindow, {
|
|
1370
|
+
ref: function ref(el) {
|
|
1371
|
+
return _this2.video = el;
|
|
1372
|
+
},
|
|
1373
|
+
windowID: "play_window_".concat(uid, "_0"),
|
|
1374
|
+
VMSdkType: this.props.VMSdkType,
|
|
1375
|
+
voidClassName: CONSTANT_IMOS_PLAYER_VIDEO_CLASSNAME4,
|
|
1376
|
+
videoBtnConfig: {
|
|
1377
|
+
type: 3
|
|
1378
|
+
},
|
|
1379
|
+
textLocale: textLocale
|
|
1380
|
+
})), /*#__PURE__*/React.createElement(UModal //添加预置位
|
|
1381
|
+
, {
|
|
1382
|
+
title: textLocale.addPreset,
|
|
1383
|
+
theme: theme,
|
|
1384
|
+
className: "ptzctr-modal uvideo-ptz-cruisepath-addpreset",
|
|
1385
|
+
visible: isShowAddPresetForm,
|
|
1386
|
+
onOk: this.addPreset,
|
|
1387
|
+
onCancel: this.onAddPresetCancel,
|
|
1388
|
+
maskClosable: false,
|
|
1389
|
+
destroyOnClose: true,
|
|
1390
|
+
width: "400px",
|
|
1391
|
+
height: "240px",
|
|
1392
|
+
footer: [/*#__PURE__*/React.createElement(UButton, {
|
|
1393
|
+
key: "submit",
|
|
1394
|
+
btnType: "primary",
|
|
1395
|
+
theme: theme,
|
|
1396
|
+
onClick: this.addPreset
|
|
1397
|
+
}, textLocale.okText), /*#__PURE__*/React.createElement(UButton, {
|
|
1398
|
+
key: "back",
|
|
1399
|
+
theme: theme,
|
|
1400
|
+
onClick: this.onAddPresetCancel
|
|
1401
|
+
}, textLocale.cancelText)]
|
|
1402
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1403
|
+
className: "ptzctr-addpreset-ctr"
|
|
1404
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", {
|
|
1405
|
+
className: "addpreset-span-code"
|
|
1406
|
+
}, textLocale.presetID + ':'), /*#__PURE__*/React.createElement(TextInputNotice, {
|
|
1407
|
+
ref: function ref(_ref3) {
|
|
1408
|
+
return _this2.codeRef = _ref3;
|
|
1409
|
+
},
|
|
1410
|
+
value: addPresetCode,
|
|
1411
|
+
required: true,
|
|
1412
|
+
normalNotice: textLocale.inputRangeMsg,
|
|
1413
|
+
textLocale: textLocale
|
|
1414
|
+
}, /*#__PURE__*/React.createElement(UInput, {
|
|
1415
|
+
ref: "code",
|
|
1416
|
+
theme: theme,
|
|
1417
|
+
className: "addpreset-input-code",
|
|
1418
|
+
value: addPresetCode,
|
|
1419
|
+
onChange: this.onAddPresetCodeChange
|
|
1420
|
+
}))), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", {
|
|
1421
|
+
className: "addpreset-span-name"
|
|
1422
|
+
}, textLocale.presetName + ':'), /*#__PURE__*/React.createElement(TextInputNotice, {
|
|
1423
|
+
ref: function ref(_ref4) {
|
|
1424
|
+
return _this2.nameRef = _ref4;
|
|
1425
|
+
},
|
|
1426
|
+
maxLength: 60,
|
|
1427
|
+
value: addPresetName,
|
|
1428
|
+
required: true,
|
|
1429
|
+
textLocale: textLocale
|
|
1430
|
+
}, /*#__PURE__*/React.createElement(UInput, {
|
|
1431
|
+
ref: "name",
|
|
1432
|
+
theme: theme,
|
|
1433
|
+
className: "addpreset-input-name",
|
|
1434
|
+
value: addPresetName,
|
|
1435
|
+
onChange: this.onAddPresetNameChange
|
|
1436
|
+
}))), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", {
|
|
1437
|
+
className: "addpreset-span-speed"
|
|
1438
|
+
}, textLocale.speed, "\uFF1A"), /*#__PURE__*/React.createElement(TextInputNotice, {
|
|
1439
|
+
ref: function ref(_ref5) {
|
|
1440
|
+
return _this2.speedRef = _ref5;
|
|
1441
|
+
},
|
|
1442
|
+
maxLength: 20,
|
|
1443
|
+
required: true,
|
|
1444
|
+
normalNotice: textLocale.validRangeOneToNine,
|
|
1445
|
+
defauValue: 5,
|
|
1446
|
+
textLocale: textLocale
|
|
1447
|
+
}, /*#__PURE__*/React.createElement(UInput, {
|
|
1448
|
+
ref: "speed",
|
|
1449
|
+
theme: theme,
|
|
1450
|
+
className: "addpreset-input-speed",
|
|
1451
|
+
defaultValue: 5,
|
|
1452
|
+
onChange: this.onAddPresetSpeedChange
|
|
1453
|
+
}))), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", {
|
|
1454
|
+
className: "addpreset-span-retention"
|
|
1455
|
+
}, textLocale.residenceTime + ':'), /*#__PURE__*/React.createElement(TextInputNotice, {
|
|
1456
|
+
ref: function ref(_ref6) {
|
|
1457
|
+
return _this2.retentionRef = _ref6;
|
|
1458
|
+
},
|
|
1459
|
+
required: true,
|
|
1460
|
+
normalNotice: textLocale.validRangeFiveTo,
|
|
1461
|
+
defauValue: 10,
|
|
1462
|
+
textLocale: textLocale
|
|
1463
|
+
}, /*#__PURE__*/React.createElement(UInput, {
|
|
1464
|
+
ref: "retention",
|
|
1465
|
+
theme: theme,
|
|
1466
|
+
className: "addpreset-input-retention",
|
|
1467
|
+
defaultValue: 10,
|
|
1468
|
+
onChange: this.onAddPresetRetentionChange
|
|
1469
|
+
}))))))));
|
|
1470
|
+
}
|
|
1471
|
+
}]);
|
|
1472
|
+
}(Component);
|
|
1473
|
+
export { PtzAddCruisePathCtr as default };
|