safecheck-client 3.1.1-gaomi-7 → 4.0.1
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/build/dev-server.js +70 -41
- package/build/example-server.js +4 -4
- package/build/webpack.base.conf.js +3 -1
- package/docs/FormPrint.md +1 -1
- package/docs/GridTree.md +4 -4
- package/docs/PrintFile.md +2 -2
- package/docs/tree.md +2 -2
- package/examples/ChangeConfig/comp.js +1 -1
- package/examples/PhoneSafePlan/comp.js +1 -1
- package/examples/SafePlan/App.vue +28 -58
- package/examples/SafePlan/comp.js +135 -334
- package/examples/SafePlan/index.html +0 -1
- package/examples/SafePlan-aode/App.vue +68 -17
- package/examples/SafePlan-aode/comp.js +496 -87
- package/examples/SafePlan-aode/index.html +1 -0
- package/examples/SafePlan-aode-ts/App.vue +90 -0
- package/examples/{SafePlan-liaoyuan → SafePlan-aode-ts}/comp.js +633 -501
- package/examples/{SafePlan-shaoguan → SafePlan-aode-ts}/index.html +2 -2
- package/examples/SafePlan-aodezx/App.vue +89 -0
- package/examples/SafePlan-aodezx/comp.js +1538 -0
- package/examples/{SafePlanrongcheng → SafePlan-aodezx}/index.html +2 -2
- package/examples/SafePlan-aodezx-ts/App.vue +89 -0
- package/examples/SafePlan-aodezx-ts/comp.js +1532 -0
- package/examples/{SafePlan-liaoyuan → SafePlan-aodezx-ts}/index.html +2 -2
- package/examples/SafePlanItem/comp.js +2 -2
- package/examples/UserFiles/comp.js +4 -4
- package/package.json +9 -11
- package/src/AndroidApp.vue +10 -8
- package/src/App.vue +10 -3
- package/src/android.js +8 -2
- package/src/assets/Excelformat.png +0 -0
- package/src/assets/addnew.png +0 -0
- package/src/assets/addpic.png +0 -0
- package/src/assets/banner.jpg +0 -0
- package/src/assets/baochi.png +0 -0
- package/src/assets/baoxiuxinxi.png +0 -0
- package/src/assets/bg_mobile_foot.png +0 -0
- package/src/assets/bg_mobile_head.png +0 -0
- package/src/assets/caozuo.png +0 -0
- package/src/assets/chongxinpaifa.png +0 -0
- package/src/assets/cqzm.png +0 -0
- package/src/assets/cqzm1.png +0 -0
- package/src/assets/daibangongdan.png +0 -0
- package/src/assets/dancheng.png +0 -0
- package/src/assets/doc.jpg +0 -0
- package/src/assets/doubledown.png +0 -0
- package/src/assets/edit.png +0 -0
- package/src/assets/excel.jpg +0 -0
- package/src/assets/feiyong.png +0 -0
- package/src/assets/gongdantixing.png +0 -0
- package/src/assets/guaduan.png +0 -0
- package/src/assets/guanbishengyin.png +0 -0
- package/src/assets/guandao.png +0 -0
- package/src/assets/guzhanghuizong.png +0 -0
- package/src/assets/heart.png +0 -0
- package/src/assets/horse.mp3 +0 -0
- package/src/assets/huchu.png +0 -0
- package/src/assets/huifang.png +0 -0
- package/src/assets/huiyi.png +0 -0
- package/src/assets/huneiweixiu.png +0 -0
- package/src/assets/jianting.png +0 -0
- package/src/assets/jinbenxinxi.png +0 -0
- package/src/assets/jingyin.png +0 -0
- package/src/assets/juxing.png +0 -0
- package/src/assets/kaixiaochai.jpg +0 -0
- package/src/assets/lingsheng.mp3 +0 -0
- package/src/assets/list.png +0 -0
- package/src/assets/logo.png +0 -0
- package/src/assets/luyi.png +0 -0
- package/src/assets/movie.ogg +0 -0
- package/src/assets/mp3.png +0 -0
- package/src/assets/nopic.png +0 -0
- package/src/assets/novoice.png +0 -0
- package/src/assets/pdf.jpg +0 -0
- package/src/assets/person.png +0 -0
- package/src/assets/play.png +0 -0
- package/src/assets/psicon.png +0 -0
- package/src/assets/qrcode_no.png +0 -0
- package/src/assets/qrcode_no1.png +0 -0
- package/src/assets/quxiaobaochi.png +0 -0
- package/src/assets/quxiaojingyin.png +0 -0
- package/src/assets/scanCode.png +0 -0
- package/src/assets/search.png +0 -0
- package/src/assets/searchhover.png +0 -0
- package/src/assets/serachactive.png +0 -0
- package/src/assets/shangchuan.png +0 -0
- package/src/assets/shebeiweixiu.png +0 -0
- package/src/assets/shengyin1.png +0 -0
- package/src/assets/shengyin2.png +0 -0
- package/src/assets/shengyin3.png +0 -0
- package/src/assets/shipin1.mp4 +0 -0
- package/src/assets/shipinst1.jpg +0 -0
- package/src/assets/success.png +0 -0
- package/src/assets/telphonesend.png +0 -0
- package/src/assets/titleicon01.png +0 -0
- package/src/assets/usericon.png +0 -0
- package/src/assets/video.png +0 -0
- package/src/assets/waibo.png +0 -0
- package/src/assets/x.png +0 -0
- package/src/assets/xiangcheng.png +0 -0
- package/src/assets/xiaoxitixing.png +0 -0
- package/src/assets/xihua.png +0 -0
- package/src/assets/yinpin.mp3 +0 -0
- package/src/assets/zhimang.png +0 -0
- package/src/assets/zhixian.png +0 -0
- package/src/assets/zhoukou.png +0 -0
- package/src/assets/zhuan.png +0 -0
- package/src/assets/zhuanjie.png +0 -0
- package/src/assets/zhuanyi.png +0 -0
- package/src/assets//344/270/212/344/274/240.png +0 -0
- package/src/assets//344/270/213/347/256/255/345/244/264.png +0 -0
- package/src/assets//344/270/252/344/272/272/344/272/214/347/273/264/347/240/201.png +0 -0
- package/src/assets//344/273/273/345/212/241-hover.png +0 -0
- package/src/assets//344/273/273/345/212/241.png +0 -0
- package/src/assets//344/273/273/345/212/241/344/270/212/344/274/240-hover.png +0 -0
- package/src/assets//344/273/273/345/212/241/344/270/212/344/274/240.png +0 -0
- package/src/assets//344/277/235/345/255/230.png +0 -0
- package/src/assets//344/277/235/351/231/251/346/234/215/345/212/241.png +0 -0
- package/src/assets//345/205/266/344/273/226/345/212/237/350/203/275-hover.png +0 -0
- package/src/assets//345/205/266/344/273/226/345/212/237/350/203/275.png +0 -0
- package/src/assets//345/205/266/344/273/226/346/224/266/350/264/271.png +0 -0
- package/src/assets//345/205/266/344/273/226/346/224/266/350/264/2711.png +0 -0
- package/src/assets//345/215/225/345/205/203.png +0 -0
- package/src/assets//345/215/225/351/200/211/350/242/253/351/200/211@3x.png +0 -0
- package/src/assets//345/215/225/351/200/211/351/273/230/350/256/244@3x.png +0 -0
- package/src/assets//345/215/241/345/217/267 (1).png +0 -0
- package/src/assets//345/215/241/345/217/267.png +0 -0
- package/src/assets//345/216/206/345/217/262/346/237/245/350/257/242-hover.png +0 -0
- package/src/assets//345/216/206/345/217/262/346/237/245/350/257/242.png +0 -0
- package/src/assets//345/216/213/345/212/233.png +0 -0
- package/src/assets//345/217/226/346/266/210.png +0 -0
- package/src/assets//345/217/263/351/224/256/345/244/264.png +0 -0
- package/src/assets//345/220/216/351/200/200.png +0 -0
- package/src/assets//345/222/250/350/257/242/345/215/225.png +0 -0
- package/src/assets//345/224/256/346/260/2241.png +0 -0
- package/src/assets//345/233/236/346/224/266/347/253/231.png +0 -0
- package/src/assets//345/234/206/350/247/222/347/237/251/345/275/242-7.png +0 -0
- package/src/assets//345/244/251/347/204/266/346/260/224.png +0 -0
- package/src/assets//345/260/217/345/214/272.png +0 -0
- package/src/assets//345/260/217/345/214/272/350/223/235/350/211/262.png +0 -0
- package/src/assets//345/267/245/345/215/225/344/270/212/344/274/240.png +0 -0
- package/src/assets//345/267/245/345/215/225/347/273/237/350/256/241.png +0 -0
- package/src/assets//345/267/256/345/200/274.png +0 -0
- package/src/assets//345/267/262/345/212/236/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/345/217/226/346/266/210/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/345/256/214/346/210/220/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/345/256/214/347/273/223/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/351/200/276/346/234/237/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/274/200/345/247/213/346/227/266/351/227/264.png +0 -0
- package/src/assets//345/275/242/347/212/266-2.png +0 -0
- package/src/assets//345/275/242/347/212/266-4.png +0 -0
- package/src/assets//345/275/242/347/212/266-6.png +0 -0
- package/src/assets//345/276/205/345/212/236/345/267/245/345/215/225.png +0 -0
- package/src/assets//346/210/221-hover.png +0 -0
- package/src/assets//346/210/221.png +0 -0
- package/src/assets//346/211/213/346/234/272/346/212/204/350/241/250/347/263/273/347/273/237.png +0 -0
- package/src/assets//346/211/253/344/270/200/346/211/253.png +0 -0
- package/src/assets//346/211/253/347/240/2012.png +0 -0
- package/src/assets//346/212/204/350/241/250/344/273/273/345/212/241-hover.png +0 -0
- package/src/assets//346/212/204/350/241/250/344/273/273/345/212/241.png +0 -0
- package/src/assets//346/212/225/350/257/211/345/215/225.png +0 -0
- package/src/assets//346/213/215/347/205/247/347/255/276/345/220/215.png +0 -0
- package/src/assets//346/215/242/350/241/250.png +0 -0
- package/src/assets//346/215/242/350/241/2501.png +0 -0
- package/src/assets//346/224/266/350/264/271.png +0 -0
- package/src/assets//346/225/260/346/215/256.png +0 -0
- package/src/assets//346/237/245/350/257/242.png +0 -0
- package/src/assets//346/240/207/351/242/230.png +0 -0
- package/src/assets//346/243/200/346/237/245/345/215/225.png +0 -0
- package/src/assets//346/245/274/345/261/202.png +0 -0
- package/src/assets//346/266/210/346/201/257-hover.png +0 -0
- package/src/assets//346/266/210/346/201/257.png +0 -0
- package/src/assets//346/270/251/345/272/246.png +0 -0
- package/src/assets//347/205/247/347/211/207.png +0 -0
- package/src/assets//347/207/203/346/260/224/345/231/250/345/205/267/344/277/241/346/201/257.png +0 -0
- package/src/assets//347/207/203/346/260/224/350/241/250.png +0 -0
- package/src/assets//347/224/250/346/210/267ID.png +0 -0
- package/src/assets//347/224/250/346/210/267/345/247/223/345/220/215-/350/223/235/350/211/262.png +0 -0
- package/src/assets//347/224/250/346/210/267/345/247/223/345/220/215.png +0 -0
- package/src/assets//347/224/250/346/210/267/346/237/245/350/257/242-hover.png +0 -0
- package/src/assets//347/224/250/346/210/267/346/237/245/350/257/242.png +0 -0
- package/src/assets//347/224/250/346/210/267/347/261/273/345/236/213.png +0 -0
- package/src/assets//347/224/250/346/210/267/347/274/226/345/217/267.png +0 -0
- package/src/assets//347/236/254/346/227/266.png +0 -0
- package/src/assets//347/264/257/350/256/241.png +0 -0
- package/src/assets//347/264/257/350/256/241/345/215/225/346/225/260.png +0 -0
- package/src/assets//347/273/2045.png +0 -0
- package/src/assets//347/273/223/346/235/237/346/227/266/351/227/264.png +0 -0
- package/src/assets//347/273/264/344/277/256/345/215/225.png +0 -0
- package/src/assets//347/274/226/350/276/221.png +0 -0
- package/src/assets//347/274/264/350/264/271/350/257/246/346/203/205.png +0 -0
- package/src/assets//350/241/245/345/215/241 1.png +0 -0
- package/src/assets//350/241/245/345/215/241.png +0 -0
- package/src/assets//350/241/245/345/215/2411.png +0 -0
- package/src/assets//350/241/250/345/217/267.png +0 -0
- package/src/assets//350/241/250/345/220/215.png +0 -0
- package/src/assets//350/241/250/347/261/273/345/236/213.png +0 -0
- package/src/assets//350/241/250/347/261/273/345/236/213icon.png +0 -0
- package/src/assets//350/256/242/345/215/225/347/212/266/346/200/201.png +0 -0
- package/src/assets//350/256/276/347/275/256-hover.png +0 -0
- package/src/assets//350/256/276/347/275/256.png +0 -0
- package/src/assets//350/257/273/345/215/241.png +0 -0
- package/src/assets//350/257/273/345/215/2411.png +0 -0
- package/src/assets//350/264/255/346/260/224/347/274/264/350/264/271.png +0 -0
- package/src/assets//350/277/233/350/241/214/344/270/255/345/267/245/345/215/225.png +0 -0
- package/src/assets//351/200/232/350/256/257/345/275/225-hover.png +0 -0
- package/src/assets//351/200/232/350/256/257/345/275/225.png +0 -0
- package/src/assets//351/227/250/347/211/214.png +0 -0
- package/src/assets//351/231/204/345/261/236/350/256/276/345/244/207/344/277/241/346/201/257.png +0 -0
- package/src/bootstrap/fonts/PINGFANG LIGHT.TTF +0 -0
- package/src/bootstrap/fonts/PingFangSC-Regular.ttf +0 -0
- package/src/bootstrap/fonts/pingfang-bold.ttf +0 -0
- package/src/bootstrap/fonts/pingfang-medium.ttf +0 -0
- package/src/bootstrap/fonts/pingfang-regular.ttf +0 -0
- package/src/bootstrap/fonts/trendstrends.ttf +0 -0
- package/src/bootstrap/less/bootstrap.less +3 -2
- package/src/bootstrap/less/fonts-list.less +25 -0
- package/src/bootstrap/less/glyphicons.less +2 -2
- package/src/bootstrap/less/stand.less +2 -2
- package/src/bootstrap/less/variables.less +2 -2
- package/src/components/Test.vue +45 -89
- package/src/components/Util/ImageViewer.vue +369 -0
- package/src/components/Util/ImgSelfSafe.vue +744 -81
- package/src/components/Util.js +86 -0
- package/src/components/android/AddGas.vue +2 -2
- package/src/components/android/AddPlanItem.vue +105 -224
- package/src/components/android/AdviseCommit.vue +1 -1
- package/src/components/android/AndroidCheckResult.vue +1 -1
- package/src/components/android/Announcement.vue +43 -42
- package/src/components/android/AreaPlan.vue +20 -34
- package/src/components/android/CheckMeterAlreadyReading.vue +475 -0
- package/src/components/android/CheckMeterReading.vue +657 -0
- package/src/components/android/CheckMeterReadingNoncivil.vue +1097 -0
- package/src/components/android/CheckNotice.vue +1 -1
- package/src/components/android/CheckPlan.vue +2 -2
- package/src/components/android/CheckPlanDown.vue +83 -34
- package/src/components/android/CheckPlanItems.vue +2 -2
- package/src/components/android/CheckerMonthly.vue +1 -1
- package/src/components/android/CurrentCreate.vue +1194 -985
- package/src/{filiale/wuan/android/CurrentCreate.vue → components/android/DailyworkloadQuery.vue} +172 -380
- package/src/components/android/Devices.vue +1 -2
- package/src/components/android/DevicesItemm.vue +28 -13
- package/src/components/android/Devicesm.vue +29 -8
- package/src/components/android/DoorService.vue +3 -3
- package/src/components/android/ExtractCheckPlan.vue +1 -1
- package/src/components/android/ExtractPlanItem.vue +61 -99
- package/src/components/android/InsureManagement.vue +258 -0
- package/src/components/android/LcheckUnplan.vue +1 -1
- package/src/components/android/Login.vue +1 -1
- package/src/components/android/PaperFeedback.vue +470 -566
- package/src/components/android/PaperFeedbackm.vue +5 -16
- package/src/components/android/PaperMessage.vue +62 -60
- package/src/components/android/PaperMessageNocivil.vue +79 -61
- package/src/components/android/PaperMeter.vue +1 -1
- package/src/components/android/PaperMeterNoncivil.vue +1 -1
- package/src/components/android/PaperSet.vue +5 -5
- package/src/components/android/PaperSetNoncivil.vue +4 -4
- package/src/components/android/PaperUser.vue +1 -1
- package/src/components/android/PaperUserNoncivil.vue +1 -1
- package/src/components/android/PhoneChangemeterInfo.vue +1 -1
- package/src/components/android/PhoneSellInfo.vue +1 -1
- package/src/components/android/PhoneState.vue +2 -2
- package/src/components/android/PhoneUserFind.vue +1 -1
- package/src/components/android/PlanChooserAndroid.vue +133 -0
- package/src/components/android/PrearrangedPlan.vue +1 -1
- package/src/components/android/QueryCheckHandplanAlreadyList.vue +408 -0
- package/src/components/android/QueryCheckHandplanList.vue +426 -0
- package/src/components/android/RepairList.vue +4 -4
- package/src/components/android/RepairQuery.vue +1 -1
- package/src/components/android/ResAreaList.vue +1 -1
- package/src/components/android/SafecheckDevices.vue +386 -80
- package/src/components/android/SafecheckOrderV.vue +1530 -412
- package/src/components/android/SafecheckState.vue +1 -1
- package/src/components/android/SafecheckUser.vue +1 -1
- package/src/components/android/SelectTask.vue +244 -0
- package/src/components/android/SystemSetting.vue +1 -1
- package/src/components/android/TableAnomalyRecords.vue +122 -0
- package/src/components/android/UploadImgList.vue +249 -0
- package/src/components/android/UploadPage.vue +44 -12
- package/src/components/android/changePlanId.vue +504 -0
- package/src/components/android/checkPlanResult.vue +2 -2
- package/src/components/android/old/PaperFeedback.vue +4 -4
- package/src/components/android/userinfo/PhoneUpUserinfo.vue +1120 -0
- package/src/components/android/userinfo/SafecheckUserInfo.vue +244 -239
- package/src/components/android/wasm/comp.js +1 -1
- package/src/components/attendance/DailyAttendance.vue +1 -1
- package/src/components/attendance/MonthlyAttendance.vue +4 -4
- package/src/components/callincheck/CallInCheckMain.vue +1 -1
- package/src/components/callincheck/CallInPlan.vue +1 -1
- package/src/components/callincheck/UserFileList.vue +1 -1
- package/src/components/checkerphonestate/Checker.vue +1 -1
- package/src/components/checkerphonestate/CheckerState.vue +1 -1
- package/src/components/checkplan/CheckDetail.vue +4 -21
- package/src/components/checkplan/CheckPlan.vue +12 -13
- package/src/components/checkplan/SelectCheckPlan.vue +200 -182
- package/src/components/checkplan/SelectMessage.vue +1 -1
- package/src/components/checkplan/checkmsg.vue +163 -354
- package/src/components/cockpit/Splash.vue +1 -1
- package/src/components/cockpit/SplashDetail.vue +1 -1
- package/src/components/createcheckplan/CreatePlan.vue +11 -11
- package/src/components/createcheckplan/DelPlanRepeat.vue +5 -5
- package/src/components/createcheckplan/PlanList.vue +6 -6
- package/src/components/createcheckplan/PlanUersList.vue +4 -4
- package/src/components/defect/DefectDetail.vue +3 -3
- package/src/components/defect/DefectList.vue +92 -39
- package/src/components/defect/DefectMain.vue +10 -20
- package/src/components/defect/DefectPaper.vue +499 -403
- package/src/components/defect/ImgButton.vue +7 -3
- package/src/components/defects/AddDefectModal.vue +2 -2
- package/src/components/defects/AddDevice.vue +1 -1
- package/src/components/defects/CheckPaperItem.vue +4 -4
- package/src/components/defects/CheckPaperItems.vue +1 -1
- package/src/components/defects/CheckPaperSearch.vue +3 -74
- package/src/components/defects/DefectSeting.vue +2 -2
- package/src/components/defects/DefectsQuery.vue +1 -1
- package/src/components/defects/DevicesSeting.vue +1 -1
- package/src/components/discrepancy/differenceMain.vue +47 -0
- package/src/components/discrepancy/differencePaper.vue +554 -0
- package/src/components/equipment/BoilerUsage.vue +1 -1
- package/src/components/equipment/CheckRate.vue +7 -7
- package/src/components/equipment/CheckerRate.vue +6 -6
- package/src/components/equipment/CookerUsage.vue +1 -1
- package/src/components/equipment/DeviceUsage.vue +1 -1
- package/src/components/equipment/FurnaceUsage.vue +1 -1
- package/src/components/equipment/GasMeterUsage.vue +1 -1
- package/src/components/equipment/HeaterUsage.vue +1 -1
- package/src/components/equipment/MonthCheckRate.vue +6 -6
- package/src/components/gasusage/GasUsage.vue +1 -1
- package/src/components/issueplan/IssuePlanAction.vue +2 -2
- package/src/components/issueplan/IssuePlanQuery.vue +1 -1
- package/src/components/levelplan/AdjustPlan.vue +3 -3
- package/src/components/levelplan/CheckerLeft.vue +2 -2
- package/src/components/levelplan/CheckerPlanAdjust.vue +94 -42
- package/src/components/levelplan/CheckerRight.vue +2 -2
- package/src/components/map/FootPrintList.vue +2 -2
- package/src/components/map/PersonTrack.vue +224 -0
- package/src/components/map/douglasPeuckerForAMap.js +88 -0
- package/src/components/metterfiles/AddUserfiles.vue +1 -1
- package/src/components/metterfiles/MetterFiles.vue +3 -3
- package/src/components/metterfiles/MetterfilesChange.vue +1 -1
- package/src/components/metterfiles/UserFiles.vue +2 -2
- package/src/components/metterfiles/Userfileschange.vue +3 -3
- package/src/components/newfile/NewfileList.vue +114 -0
- package/src/components/newfile/NewfileList1.vue +84 -0
- package/src/components/newfile/NewfileList2.vue +112 -0
- package/src/components/newfile/NewfileList3.vue +111 -0
- package/src/components/newfile/NewfileList4.vue +118 -0
- package/src/components/newfile/NewfileList5.vue +89 -0
- package/src/components/newfile/NewfileMain.vue +89 -0
- package/src/components/newfile/NewfilePaper.vue +160 -0
- package/src/components/newuser/MonthlyMeterReadingStatistics.vue +742 -0
- package/src/components/newuser/SearchCompanyCompletion.vue +212 -0
- package/src/components/newuser/SearchCompanyComprehensiveCompletionPJ.vue +251 -0
- package/src/components/newuser/SearchCompanyComprehensiveCompletionZX.vue +233 -0
- package/src/components/newuser/SearchComprehensivePlanSummary.vue +233 -0
- package/src/components/newuser/SearchGas.vue +576 -0
- package/src/components/newuser/SearchGasWlw.vue +291 -0
- package/src/components/newuser/SearchLargeAreaCompletion.vue +338 -0
- package/src/components/newuser/UserCheckState.vue +60 -0
- package/src/components/newuser/WorkCount.vue +58 -0
- package/src/components/newuser/common/TabButton.vue +152 -0
- package/src/components/newuser/common/Tabs.vue +67 -0
- package/src/components/niandu/CheckPaperListND.vue +129 -0
- package/src/components/{rongcheng/CheckPaperSearchUserNo.vue → niandu/CheckPaperSearchUserND.vue} +14 -6
- package/src/components/niandu/CheckSearchUserND.vue +739 -0
- package/src/components/notice/NoticeQuery.vue +1 -1
- package/src/components/outsideSafecheck/android/androidCheckPlanDown/CheckPlanDownTS.vue +253 -0
- package/src/components/{rongcheng/AspiratedAreaPlan.vue → outsideSafecheck/android/safecheckAlreadyDoneWork/AreaPlanTS.vue} +50 -44
- package/src/components/outsideSafecheck/android/safecheckUpload/UploadPageTS.vue +317 -0
- package/src/components/outsideSafecheck/android/safecheckWaitWork/CurrentCreateTS.vue +1166 -0
- package/src/components/{rongcheng/AspPaperFeedback.vue → outsideSafecheck/android/safecheckWaitWork/PaperFeedbackTS.vue} +233 -125
- package/src/components/{rongcheng/SafecheckDevices.vue → outsideSafecheck/android/safecheckWaitWork/SafecheckDevicesTS.vue} +368 -177
- package/src/{filiale/wenxi/android/SafecheckOrderV.vue → components/outsideSafecheck/android/safecheckWaitWork/SafecheckOrderVTS.vue} +814 -268
- package/src/components/{rongcheng/SafecheckUserInfo.vue → outsideSafecheck/android/safecheckWaitWork/SafecheckUserInfoTS.vue} +126 -65
- package/src/components/outsideSafecheck/pc/HiddenDangerView/DefectDetailTS.vue +177 -0
- package/src/components/{shaoguan/DefectList.vue → outsideSafecheck/pc/HiddenDangerView/DefectListTS.vue} +146 -94
- package/src/components/outsideSafecheck/pc/HiddenDangerView/DefectMainTS.vue +53 -0
- package/src/components/outsideSafecheck/pc/HiddenDangerView/DefectPaperTS.vue +607 -0
- package/src/components/outsideSafecheck/pc/HiddenDangerView/PlanChooserTS.vue +137 -0
- package/src/components/outsideSafecheck/pc/aggregateQuery/CheckPlanAreaListTS.vue +404 -0
- package/src/components/{CheckerCount/CheckCountAreaManage.vue → outsideSafecheck/pc/aggregateQuery/CheckPlanAreaManageTS.vue} +3 -6
- package/src/components/{shaoguan/CheckPlanUserList.vue → outsideSafecheck/pc/aggregateQuery/CheckPlanUserListTS.vue} +44 -16
- package/src/components/outsideSafecheck/pc/planadjustment/CheckerPlanAdjustTS.vue +354 -0
- package/src/components/outsideSafecheck/pc/planadjustment/SafecheckVisitInfoTS.vue +219 -0
- package/src/components/outsideSafecheck/pc/report/HiddenSituationTS.vue +135 -0
- package/src/components/outsideSafecheck/pc/report/SearchCompanyCompletionTS.vue +212 -0
- package/src/components/outsideSafecheck/pc/report/SearchCompanyComprehensiveCompletionPJTS.vue +251 -0
- package/src/components/outsideSafecheck/pc/report/SearchCompanyComprehensiveCompletionZXTS.vue +233 -0
- package/src/components/outsideSafecheck/pc/report/SearchComprehensivePlanSummaryTS.vue +223 -0
- package/src/components/outsideSafecheck/pc/report/SearchGasTS.vue +575 -0
- package/src/components/outsideSafecheck/pc/report/SearchLargeAreaCompletionTS.vue +338 -0
- package/src/components/outsideSafecheck/pc/safecheckAssess/CheckDetailTS.vue +74 -0
- package/src/components/outsideSafecheck/pc/safecheckAssess/CheckPlanTS.vue +58 -0
- package/src/components/outsideSafecheck/pc/safecheckAssess/SelectCheckPlanTS.vue +242 -0
- package/src/components/outsideSafecheck/pc/safecheckResultView/NewCheckpaperTS.vue +1256 -0
- package/src/components/outsideSafecheck/pc/safecheckResultView/PaperListTS.vue +553 -0
- package/src/components/outsideSafecheck/pc/userSafecheckSituation/CheckPaperListTS.vue +129 -0
- package/src/components/outsideSafecheck/pc/userSafecheckSituation/CheckPaperSearchUserTS.vue +63 -0
- package/src/components/outsideSafecheck/pc/userSafecheckSituation/CheckSearchUserTS.vue +805 -0
- package/src/components/paper/PaperList.vue +468 -504
- package/src/components/paper/PaperVerify.vue +1 -1
- package/src/components/paper/PlanChooser.vue +13 -7
- package/src/components/paper/RepairVerify.vue +1 -1
- package/src/components/paper/RepairVerifyForm.vue +1 -1
- package/src/components/paper/VerifyForm.vue +3 -3
- package/src/components/pc/AnnouncementPC.vue +51 -22
- package/src/components/pc/CheckHandPlanAllList.vue +1246 -0
- package/src/components/pc/CheckHandPlanAreaItemInfo.vue +177 -0
- package/src/components/pc/CheckHandPlanAreaList.vue +296 -0
- package/src/components/pc/CheckHandPlanAreaMain.vue +57 -0
- package/src/components/pc/DeviceChange.vue +140 -122
- package/src/components/pc/NewCheckpaper.vue +704 -569
- package/src/components/pc/PlanListStatistics.vue +321 -0
- package/src/components/pc/SafeFinInfo.vue +30 -0
- package/src/components/pc/SafeTreatment/SafeTreatmentList.vue +150 -0
- package/src/components/pc/SafeTreatment/SafeTreatmentMain.vue +53 -0
- package/src/components/pc/SafeTreatment/SafeTreatmentPaper.vue +136 -0
- package/src/components/pc/SafecheckResponseTimeList.vue +396 -0
- package/src/components/pc/SafecheckVisitHistory.vue +142 -0
- package/src/components/pc/SafecheckVisitInfo.vue +299 -0
- package/src/components/pc/SearchOverdueNoSafeCheck.vue +280 -0
- package/src/components/phonestate/DailyTraffic.vue +1 -1
- package/src/components/phonestate/FootprintMap.vue +1 -1
- package/src/components/phonestate/LastKnownState.vue +1 -1
- package/src/components/plan/RetailMain.vue +44 -0
- package/src/components/plan/Retailitem.vue +99 -0
- package/src/components/plan/Retailplan.vue +150 -0
- package/src/components/planmanage/PlanManage.vue +861 -0
- package/src/components/{Util → planmanage}/RightTreeSafe.vue +6 -1
- package/src/components/planmanage/checkPlanList.vue +397 -0
- package/src/components/planmanage/checkUserList.vue +773 -0
- package/src/components/planmanage/zxplan/PlanManageZX.vue +21 -0
- package/src/components/planmanagets/PlanManage.vue +862 -0
- package/src/components/planmanagets/checkPlanList.vue +397 -0
- package/src/components/planmanagets/checkUserList.vue +772 -0
- package/src/components/planmanagets/zxplan/PlanManageZX.vue +21 -0
- package/src/components/querycheckpaper/CheckPaperList.vue +6 -19
- package/src/components/querycheckpaper/CheckPaperSearchUser.vue +10 -2
- package/src/components/querycheckpaper/CheckSearchUser.vue +374 -90
- package/src/components/querycheckpaper/PaperItems.vue +1 -1
- package/src/components/report/CheckPlanAreaList.vue +282 -252
- package/src/components/report/CheckPlanAreaManage.vue +0 -2
- package/src/components/report/CheckPlanUserList.vue +58 -43
- package/src/components/report/HiddenSituation.vue +49 -19
- package/src/components/report/MeterReadingRate.vue +131 -0
- package/src/components/report/ReportSql1.vue +345 -0
- package/src/components/report/SafePlanSale.vue +1 -1
- package/src/components/report/SafePlanStatistics.vue +1 -1
- package/src/components/rongcheng/AddPlanItem.vue +4 -13
- package/src/components/rongcheng/AspiratedCurrentCreate.vue +21 -72
- package/src/components/rongcheng/CheckCurrentCreate.vue +133 -201
- package/src/components/rongcheng/CheckSearchUser.vue +45 -302
- package/src/components/rongcheng/CheckSearchUserNo.vue +53 -240
- package/src/components/rongcheng/PaperListAJ.vue +25 -65
- package/src/components/rongcheng/PaperListNPAJ.vue +18 -56
- package/src/components/rongcheng/PaperListNPSQ.vue +17 -43
- package/src/components/rongcheng/PaperListSQ.vue +16 -42
- package/src/components/rongcheng/SafecheckOrderV.vue +108 -217
- package/src/components/rongcheng/UploadPage.vue +13 -17
- package/src/components/{rongcheng/AspiratedPaperFeedbackm.vue → shaoguan/PaperFeedbackm.vue} +15 -23
- package/src/components/task/RepairAnnual.vue +1 -1
- package/src/components/task/RepairAnnualDetail.vue +1 -1
- package/src/components/task/RepairMonthly.vue +1 -1
- package/src/components/task/TaskAnnual.vue +1 -1
- package/src/components/task/TaskAnnualDetail.vue +1 -1
- package/src/components/task/TaskMonthly.vue +1 -1
- package/src/components/tongcheng/AreaPlan.vue +2 -2
- package/src/components/tongcheng/CurrentCreate.vue +2 -2
- package/src/components/tongcheng/PaperFeedback.vue +4 -4
- package/src/components/tongcheng/PaperSet.vue +5 -5
- package/src/components/tongcheng/PaperUser.vue +1 -1
- package/src/components/userfile/InfoModifyModal.vue +3 -3
- package/src/components/userfile/UserFile.vue +2 -2
- package/src/components/userfile/UserInfoAudit.vue +5 -5
- package/src/components/userfile/UserfileChange.vue +2 -2
- package/src/components/userfileaudit/UserFileaudit.vue +1 -1
- package/src/components/userfileaudit/UserfileChangeaudit.vue +2 -2
- package/src/components/userplan/UserplanList.vue +166 -0
- package/src/components/userplan/UserplanMain.vue +71 -0
- package/src/components/userplan/UserplanPaper.vue +182 -0
- package/src/components/zhuanxiang/CheckPaperListZX.vue +129 -0
- package/src/components/{rongcheng/CheckPaperSearchUser.vue → zhuanxiang/CheckPaperSearchUserZX.vue} +14 -6
- package/src/components/zhuanxiang/CheckSearchUserZX.vue +739 -0
- package/src/expandcssAndroid.less +1 -1
- package/src/index.js +6 -0
- package/src/main.js +4 -3
- package/src/plugins/LocalPagedList.js +1 -2
- package/src/safecheck-android.js +39 -24
- package/src/safecheck.js +411 -149
- package/static/ManageHomePic//346/244/255/345/234/2064.png +0 -0
- package/static/ManagementControl/echarts10.png +0 -0
- package/static/ManagementControl/echarts11.png +0 -0
- package/static/ManagementControl/echarts12.png +0 -0
- package/static/ManagementControl/echarts13.png +0 -0
- package/static/ManagementControl/echarts14.png +0 -0
- package/static/ManagementControl/echarts15.png +0 -0
- package/static/ManagementControl/echarts16.png +0 -0
- package/static/ManagementControl/echarts17.png +0 -0
- package/static/ManagementControl/echarts18.png +0 -0
- package/static/ManagementControl/echarts4.png +0 -0
- package/static/ManagementControl/echarts5.png +0 -0
- package/static/ManagementControl/echarts51.png +0 -0
- package/static/ManagementControl/echarts6.png +0 -0
- package/static/ManagementControl/echarts7.png +0 -0
- package/static/ManagementControl/echarts71.png +0 -0
- package/static/ManagementControl/echarts8.png +0 -0
- package/static/ManagementControl//345/233/276/345/261/20211/346/213/267/350/264/235.png +0 -0
- package/static/ManagementControl//347/237/251/345/275/2425/346/213/267/350/264/2353.png +0 -0
- package/static/ManagementControl//347/237/251/345/275/2425/346/213/267/350/264/2355.png +0 -0
- package/static/ManagementControl//347/237/251/345/275/2425/346/213/267/350/264/2356.png +0 -0
- package/static/batchleft.png +0 -0
- package/static/batchright.png +0 -0
- package/static/bluemainbg.jpg +0 -0
- package/static/huangtengbiaozhi.png +0 -0
- package/static/jcwx.jpg +0 -0
- package/static/lefticon//345/215/241/346/234/215/345/212/241/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//345/221/274/345/217/253/347/263/273/347/273/237.png +0 -0
- package/static/lefticon//345/224/256/346/260/224/346/224/266/350/264/271.png +0 -0
- package/static/lefticon//345/233/276/345/261/2023/346/213/267/350/264/2354.png +0 -0
- package/static/lefticon//345/233/276/345/261/202577.png +0 -0
- package/static/lefticon//345/233/276/345/261/2028/346/213/267/350/264/23513.png +0 -0
- package/static/lefticon//345/256/211/346/243/200/346/237/245/347/234/213.png +0 -0
- package/static/lefticon//345/256/211/346/243/200/350/256/241/345/210/222.png +0 -0
- package/static/lefticon//345/276/256/344/277/241/346/234/215/345/212/241.png +0 -0
- package/static/lefticon//346/212/245/345/273/272/347/263/273/347/273/237.png +0 -0
- package/static/lefticon//346/212/245/350/241/250/346/237/245/350/257/242.png +0 -0
- package/static/lefticon//346/227/245/345/270/270/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//346/234/272/350/241/250/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//346/237/245/350/257/242/345/210/227/350/241/250.png +0 -0
- package/static/lefticon//346/241/243/346/241/210/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//347/211/251/350/201/224/347/275/221/350/241/250.png +0 -0
- package/static/lefticon//347/237/251/345/275/2421183.png +0 -0
- package/static/lefticon//347/263/273/347/273/237/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//347/263/273/347/273/237/350/256/276/347/275/256.png +0 -0
- package/static/lefticon//347/273/217/350/220/245/347/256/241/346/216/247.png +0 -0
- package/static/lefticon//347/273/274/345/220/210/344/270/232/345/212/241.png +0 -0
- package/static/lefticon//347/273/274/345/220/210/346/237/245/350/257/242.png +0 -0
- package/static/lefticon//350/217/234/345/215/225/344/274/270/347/274/251.png +0 -0
- package/static/lefticon//351/200/200/345/207/272/347/263/273/347/273/237.png +0 -0
- package/static/login_bg.jpg +0 -0
- package/static/login_title.png +0 -0
- package/static/login_title1.png +0 -0
- package/static/loginbg.jpg +0 -0
- package/static/loginbg1.jpg +0 -0
- package/static/loginbg_jincheng.jpg +0 -0
- package/static/loginbgmain.jpg +0 -0
- package/static/loginlogo.png +0 -0
- package/static/main_logo.png +0 -0
- package/static/mainbg.jpg +0 -0
- package/static/mainicon/adddevice.png +0 -0
- package/static/mainicon/addmeter.png +0 -0
- package/static/mainicon/bank.png +0 -0
- package/static/mainicon/biaopan.png +0 -0
- package/static/mainicon/cad.jpg +0 -0
- package/static/mainicon/chaobiaoyuan.png +0 -0
- package/static/mainicon/danganguanli.png +0 -0
- package/static/mainicon/deletedevice.png +0 -0
- package/static/mainicon/excel.jpg +0 -0
- package/static/mainicon/huizong.png +0 -0
- package/static/mainicon/jibiaoguanli.png +0 -0
- package/static/mainicon/jibiaoguanli2.png +0 -0
- package/static/mainicon/jiezhang.png +0 -0
- package/static/mainicon/loginbg.jpg +0 -0
- package/static/mainicon/shouqishoufei.png +0 -0
- package/static/mainicon/treeopen.png +0 -0
- package/static/mainicon/treeout.png +0 -0
- package/static/mainicon/treeset.png +0 -0
- package/static/mainicon/word.jpg +0 -0
- package/static/mainicon/wulianwang.png +0 -0
- package/static/mainicon/yingyechaxun.png +0 -0
- package/static/mainicon/zongheyewu.png +0 -0
- package/static/menulogo.png +0 -0
- package/static/newStyle/fife.png +0 -0
- package/static/newStyle/hidden.png +0 -0
- package/static/newStyle/label-clear.png +0 -0
- package/static/newStyle/left-img.png +0 -0
- package/static/newStyle/login-f.png +0 -0
- package/static/newStyle/loginbg.gif +0 -0
- package/static/newStyle/loginbg1366.gif +0 -0
- package/static/newStyle/loginbg_1.gif +0 -0
- package/static/newStyle/searchin.png +0 -0
- package/static/newStyle/searchout.png +0 -0
- package/static/newStyle/setting.png +0 -0
- package/static/newStyle/setting1.png +0 -0
- package/static/newStyle/shirk.png +0 -0
- package/static/newStyle/system-off.png +0 -0
- package/static/newStyle//350/261/252/344/275/263/347/207/203/346/260/224.png +0 -0
- package/static/newStyle.7z +0 -0
- package/static/newStyle.zip +0 -0
- package/static/newmainbg.jpg +0 -0
- package/static/psicon.png +0 -0
- package/static/refresh.png +0 -0
- package/static/singleleft.png +0 -0
- package/static/singleright.png +0 -0
- package/static/static.zip +0 -0
- package/static/treeclose.png +0 -0
- package/static/treeopen.png +0 -0
- package/static/treeout.png +0 -0
- package/static/treeset.png +0 -0
- package/static/usericon.png +0 -0
- package/static/xinxi.png +0 -0
- package/examples/SafePlan-liaoyuan/App.vue +0 -53
- package/examples/SafePlan-shaoguan/App.vue +0 -52
- package/examples/SafePlan-shaoguan/comp.js +0 -1190
- package/examples/SafePlanrongcheng/App.vue +0 -52
- package/examples/SafePlanrongcheng/comp.js +0 -1041
- package/src/assets/JsonEditor/jsoneditor.css +0 -930
- package/src/assets/JsonEditor/jsoneditor.js +0 -36377
- package/src/assets/bj.jpg +0 -0
- package/src/assets/jt.jpg +0 -0
- package/src/assets/marrio.jpg +0 -0
- package/src/assets/ss.jpg +0 -0
- package/src/assets/xl.jpg +0 -0
- package/src/assets//346/230/237/347/220/203/350/203/214/346/231/257.jpg +0 -0
- package/src/assets//351/232/220/346/202/243/345/210/206/346/236/220.png +0 -0
- package/src/components/CheckerCount/CheckCountAreaList.vue +0 -298
- package/src/components/CheckerCount/CheckCountUserList.vue +0 -144
- package/src/components/ExportExcel.vue +0 -201
- package/src/components/android/SwitchValve.vue +0 -189
- package/src/components/checkAreaClassification.vue +0 -285
- package/src/components/checkplan/checkmsgZG.vue +0 -519
- package/src/components/filialCircle/AddCircleFiliale.vue +0 -114
- package/src/components/filialCircle/CircleList.vue +0 -139
- package/src/components/filialCircle/CircleManage.vue +0 -69
- package/src/components/json-editor/SafeJsonEditor.vue +0 -212
- package/src/components/json-editor/assets/img/jsoneditor-icons.svg +0 -893
- package/src/components/json-editor/assets/jsoneditor-minimalist.js +0 -9751
- package/src/components/json-editor/assets/jsoneditor.css +0 -930
- package/src/components/json-editor/assets/jsoneditor.js +0 -36377
- package/src/components/json-editor/example/App.vue +0 -53
- package/src/components/json-editor/example/index.html +0 -9
- package/src/components/json-editor/example/main.js +0 -10
- package/src/components/json-editor/package.json +0 -71
- package/src/components/json-editor/vue-json-editor.vue +0 -189
- package/src/components/pc/HiddenChart.vue +0 -189
- package/src/components/pc/RoleSelector.vue +0 -89
- package/src/components/plan/PlanLeft.vue +0 -320
- package/src/components/plan/PlanManage.vue +0 -50
- package/src/components/plan/PlanRightUp.vue +0 -185
- package/src/components/plan/PlanRightdown.vue +0 -239
- package/src/components/plan/testss.vue +0 -116
- package/src/components/plancheck/CheckPlanAreaManage.vue +0 -116
- package/src/components/plancheck/CheckPlanList.vue +0 -282
- package/src/components/report/ManageBusSummary.vue +0 -242
- package/src/components/rongcheng/AreaPlan.vue +0 -463
- package/src/components/rongcheng/AspPaperStatem.vue +0 -339
- package/src/components/rongcheng/AspiratedDevices.vue +0 -965
- package/src/components/rongcheng/AspiratedOrderV.vue +0 -2361
- package/src/components/rongcheng/AspiratedPaperMessage.vue +0 -1378
- package/src/components/rongcheng/AspiratedPaperMessageNocivil.vue +0 -1288
- package/src/components/rongcheng/AspiratedUserInfo.vue +0 -399
- package/src/components/rongcheng/DefectList.vue +0 -560
- package/src/components/rongcheng/DefectPaper.vue +0 -582
- package/src/components/rongcheng/PaperFeedback.vue +0 -1318
- package/src/components/rongcheng/PaperMessage.vue +0 -1186
- package/src/components/rongcheng/PaperMessageNocivil.vue +0 -1211
- package/src/components/rongcheng/PaperStateNoncivilm.vue +0 -366
- package/src/components/rongcheng/PaperStatem.vue +0 -343
- package/src/components/rongcheng/PhoneDevicesInfo.vue +0 -233
- package/src/components/rongcheng/SafecheckOrderVCli.vue +0 -2538
- package/src/components/rongcheng/checkerplan/SelectCheckPlan.vue +0 -245
- package/src/components/rongcheng/report/CheckPlanAreaList.vue +0 -419
- package/src/components/rongcheng/report/CheckPlanUserList.vue +0 -190
- package/src/components/shaoguan/DefectDetail.vue +0 -177
- package/src/components/shaoguan/DefectMain.vue +0 -53
- package/src/components/shaoguan/DefectPaper.vue +0 -217
- package/src/components/shaoguan/PaperList.vue +0 -532
- package/src/components/shaoguan/SafecheckOrderV.vue +0 -2140
- package/src/components/tongcheng/PaperMessage.vue +0 -1270
- package/src/components/tongcheng/PaperMessageNocivil.vue +0 -1228
- package/src/filiale/Util.js +0 -325
- package/src/filiale/liaoyuan/android/SafecheckDevices.vue +0 -928
- package/src/filiale/liaoyuan/android/SafecheckOrderV.vue +0 -2383
- package/src/filiale/liaoyuan/android.js +0 -13
- package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +0 -1020
- package/src/filiale/liaoyuan/pc/PaperList.vue +0 -628
- package/src/filiale/liaoyuan/pc.js +0 -13
- package/src/filiale/wenxi/android.js +0 -9
- package/src/filiale/wenxi/pc/PaperList.vue +0 -627
- package/src/filiale/wenxi/pc/checkmsg.vue +0 -229
- package/src/filiale/wenxi/pc.js +0 -12
- package/src/filiale/wuan/android/SafecheckOrderV.vue +0 -2235
- package/src/filiale/wuan/android.js +0 -14
- package/src/filiale/wuan/pc/PaperList.vue +0 -625
- package/src/filiale/wuan/pc.js +0 -12
- package/src/rongcheng-android.js +0 -186
- package/src/rongcheng.js +0 -303
- /package/examples/{SafePlan-liaoyuan → SafePlan-aode-ts}/TestData.js +0 -0
- /package/examples/{SafePlan-liaoyuan → SafePlan-aode-ts}/main.js +0 -0
- /package/examples/{SafePlanrongcheng → SafePlan-aodezx}/TestData.js +0 -0
- /package/examples/{SafePlanrongcheng → SafePlan-aodezx}/main.js +0 -0
- /package/examples/{SafePlan-shaoguan → SafePlan-aodezx-ts}/TestData.js +0 -0
- /package/examples/{SafePlan-shaoguan → SafePlan-aodezx-ts}/main.js +0 -0
- /package/{git → static/.gitkeep} +0 -0
@@ -1,930 +0,0 @@
|
|
1
|
-
/* reset styling (prevent conflicts with bootstrap, materialize.css, etc.) */
|
2
|
-
|
3
|
-
div.jsoneditor .jsoneditor-search input {
|
4
|
-
height: auto;
|
5
|
-
border: inherit;
|
6
|
-
}
|
7
|
-
|
8
|
-
div.jsoneditor .jsoneditor-search input:focus {
|
9
|
-
border: none !important;
|
10
|
-
box-shadow: none !important;
|
11
|
-
}
|
12
|
-
|
13
|
-
div.jsoneditor table {
|
14
|
-
border-collapse: collapse;
|
15
|
-
width: auto;
|
16
|
-
}
|
17
|
-
|
18
|
-
div.jsoneditor td,
|
19
|
-
div.jsoneditor th {
|
20
|
-
padding: 0;
|
21
|
-
display: table-cell;
|
22
|
-
text-align: left;
|
23
|
-
vertical-align: inherit;
|
24
|
-
border-radius: inherit;
|
25
|
-
}
|
26
|
-
|
27
|
-
|
28
|
-
div.jsoneditor-field,
|
29
|
-
div.jsoneditor-value,
|
30
|
-
div.jsoneditor-readonly {
|
31
|
-
border: 1px solid transparent;
|
32
|
-
min-height: 16px;
|
33
|
-
min-width: 32px;
|
34
|
-
padding: 2px;
|
35
|
-
margin: 1px;
|
36
|
-
word-wrap: break-word;
|
37
|
-
float: left;
|
38
|
-
}
|
39
|
-
|
40
|
-
/* adjust margin of p elements inside editable divs, needed for Opera, IE */
|
41
|
-
|
42
|
-
div.jsoneditor-field p,
|
43
|
-
div.jsoneditor-value p {
|
44
|
-
margin: 0;
|
45
|
-
}
|
46
|
-
|
47
|
-
div.jsoneditor-value {
|
48
|
-
word-break: break-word;
|
49
|
-
}
|
50
|
-
|
51
|
-
div.jsoneditor-readonly {
|
52
|
-
min-width: 16px;
|
53
|
-
color: gray;
|
54
|
-
}
|
55
|
-
|
56
|
-
div.jsoneditor-empty {
|
57
|
-
border-color: lightgray;
|
58
|
-
border-style: dashed;
|
59
|
-
border-radius: 2px;
|
60
|
-
}
|
61
|
-
|
62
|
-
div.jsoneditor-field.jsoneditor-empty::after,
|
63
|
-
div.jsoneditor-value.jsoneditor-empty::after {
|
64
|
-
pointer-events: none;
|
65
|
-
color: lightgray;
|
66
|
-
font-size: 8pt;
|
67
|
-
}
|
68
|
-
|
69
|
-
div.jsoneditor-field.jsoneditor-empty::after {
|
70
|
-
content: "field";
|
71
|
-
}
|
72
|
-
|
73
|
-
div.jsoneditor-value.jsoneditor-empty::after {
|
74
|
-
content: "value";
|
75
|
-
}
|
76
|
-
|
77
|
-
div.jsoneditor-value.jsoneditor-url,
|
78
|
-
a.jsoneditor-value.jsoneditor-url {
|
79
|
-
color: green;
|
80
|
-
text-decoration: underline;
|
81
|
-
}
|
82
|
-
|
83
|
-
a.jsoneditor-value.jsoneditor-url {
|
84
|
-
display: inline-block;
|
85
|
-
padding: 2px;
|
86
|
-
margin: 2px;
|
87
|
-
}
|
88
|
-
|
89
|
-
a.jsoneditor-value.jsoneditor-url:hover,
|
90
|
-
a.jsoneditor-value.jsoneditor-url:focus {
|
91
|
-
color: #ee422e;
|
92
|
-
}
|
93
|
-
|
94
|
-
div.jsoneditor td.jsoneditor-separator {
|
95
|
-
padding: 3px 0;
|
96
|
-
vertical-align: top;
|
97
|
-
color: gray;
|
98
|
-
}
|
99
|
-
|
100
|
-
div.jsoneditor-field[contenteditable=true]:focus,
|
101
|
-
div.jsoneditor-field[contenteditable=true]:hover,
|
102
|
-
div.jsoneditor-value[contenteditable=true]:focus,
|
103
|
-
div.jsoneditor-value[contenteditable=true]:hover,
|
104
|
-
div.jsoneditor-field.jsoneditor-highlight,
|
105
|
-
div.jsoneditor-value.jsoneditor-highlight {
|
106
|
-
background-color: #FFFFAB;
|
107
|
-
border: 1px solid yellow;
|
108
|
-
border-radius: 2px;
|
109
|
-
}
|
110
|
-
|
111
|
-
div.jsoneditor-field.jsoneditor-highlight-active,
|
112
|
-
div.jsoneditor-field.jsoneditor-highlight-active:focus,
|
113
|
-
div.jsoneditor-field.jsoneditor-highlight-active:hover,
|
114
|
-
div.jsoneditor-value.jsoneditor-highlight-active,
|
115
|
-
div.jsoneditor-value.jsoneditor-highlight-active:focus,
|
116
|
-
div.jsoneditor-value.jsoneditor-highlight-active:hover {
|
117
|
-
background-color: #ffee00;
|
118
|
-
border: 1px solid #ffc700;
|
119
|
-
border-radius: 2px;
|
120
|
-
}
|
121
|
-
|
122
|
-
div.jsoneditor-value.jsoneditor-string {
|
123
|
-
color: #008000;
|
124
|
-
}
|
125
|
-
|
126
|
-
div.jsoneditor-value.jsoneditor-object,
|
127
|
-
div.jsoneditor-value.jsoneditor-array {
|
128
|
-
min-width: 16px;
|
129
|
-
color: #808080;
|
130
|
-
}
|
131
|
-
|
132
|
-
div.jsoneditor-value.jsoneditor-number {
|
133
|
-
color: #ee422e;
|
134
|
-
}
|
135
|
-
|
136
|
-
div.jsoneditor-value.jsoneditor-boolean {
|
137
|
-
color: #ff8c00;
|
138
|
-
}
|
139
|
-
|
140
|
-
div.jsoneditor-value.jsoneditor-null {
|
141
|
-
color: #004ED0;
|
142
|
-
}
|
143
|
-
|
144
|
-
div.jsoneditor-value.jsoneditor-invalid {
|
145
|
-
color: #000000;
|
146
|
-
}
|
147
|
-
|
148
|
-
div.jsoneditor-tree button {
|
149
|
-
width: 24px;
|
150
|
-
height: 24px;
|
151
|
-
padding: 0;
|
152
|
-
margin: 0;
|
153
|
-
border: none;
|
154
|
-
cursor: pointer;
|
155
|
-
background: transparent url("img/jsoneditor-icons.svg");
|
156
|
-
}
|
157
|
-
|
158
|
-
div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree,
|
159
|
-
div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree {
|
160
|
-
cursor: pointer;
|
161
|
-
}
|
162
|
-
|
163
|
-
div.jsoneditor-tree button.jsoneditor-collapsed {
|
164
|
-
background-position: 0 -48px;
|
165
|
-
}
|
166
|
-
|
167
|
-
div.jsoneditor-tree button.jsoneditor-expanded {
|
168
|
-
background-position: 0 -72px;
|
169
|
-
}
|
170
|
-
|
171
|
-
div.jsoneditor-tree button.jsoneditor-contextmenu {
|
172
|
-
background-position: -48px -72px;
|
173
|
-
}
|
174
|
-
|
175
|
-
div.jsoneditor-tree button.jsoneditor-contextmenu:hover,
|
176
|
-
div.jsoneditor-tree button.jsoneditor-contextmenu:focus,
|
177
|
-
div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,
|
178
|
-
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
|
179
|
-
background-position: -48px -48px;
|
180
|
-
}
|
181
|
-
|
182
|
-
div.jsoneditor-tree *:focus {
|
183
|
-
outline: none;
|
184
|
-
}
|
185
|
-
|
186
|
-
div.jsoneditor-tree button:focus {
|
187
|
-
/* TODO: nice outline for buttons with focus
|
188
|
-
outline: #97B0F8 solid 2px;
|
189
|
-
box-shadow: 0 0 8px #97B0F8;
|
190
|
-
*/
|
191
|
-
background-color: #f5f5f5;
|
192
|
-
outline: #e5e5e5 solid 1px;
|
193
|
-
}
|
194
|
-
|
195
|
-
div.jsoneditor-tree button.jsoneditor-invisible {
|
196
|
-
visibility: hidden;
|
197
|
-
background: none;
|
198
|
-
}
|
199
|
-
|
200
|
-
div.jsoneditor {
|
201
|
-
color: #1A1A1A;
|
202
|
-
border: 1px solid #3883fa;
|
203
|
-
-moz-box-sizing: border-box;
|
204
|
-
-webkit-box-sizing: border-box;
|
205
|
-
box-sizing: border-box;
|
206
|
-
width: 100%;
|
207
|
-
height: 100%;
|
208
|
-
overflow: hidden;
|
209
|
-
position: relative;
|
210
|
-
padding: 0;
|
211
|
-
line-height: 100%;
|
212
|
-
}
|
213
|
-
|
214
|
-
div.jsoneditor-tree table.jsoneditor-tree {
|
215
|
-
border-collapse: collapse;
|
216
|
-
border-spacing: 0;
|
217
|
-
width: 100%;
|
218
|
-
margin: 0;
|
219
|
-
}
|
220
|
-
|
221
|
-
div.jsoneditor-outer {
|
222
|
-
position: static;
|
223
|
-
width: 100%;
|
224
|
-
height: 100%;
|
225
|
-
margin: -35px 0 0 0;
|
226
|
-
padding: 35px 0 0 0;
|
227
|
-
-moz-box-sizing: border-box;
|
228
|
-
-webkit-box-sizing: border-box;
|
229
|
-
box-sizing: border-box;
|
230
|
-
}
|
231
|
-
|
232
|
-
textarea.jsoneditor-text,
|
233
|
-
.ace-jsoneditor {
|
234
|
-
min-height: 150px;
|
235
|
-
}
|
236
|
-
|
237
|
-
div.jsoneditor-tree {
|
238
|
-
width: 100%;
|
239
|
-
height: 100%;
|
240
|
-
position: relative;
|
241
|
-
overflow: auto;
|
242
|
-
}
|
243
|
-
|
244
|
-
textarea.jsoneditor-text {
|
245
|
-
width: 100%;
|
246
|
-
height: 100%;
|
247
|
-
margin: 0;
|
248
|
-
-moz-box-sizing: border-box;
|
249
|
-
-webkit-box-sizing: border-box;
|
250
|
-
box-sizing: border-box;
|
251
|
-
outline-width: 0;
|
252
|
-
border: none;
|
253
|
-
background-color: white;
|
254
|
-
resize: none;
|
255
|
-
}
|
256
|
-
|
257
|
-
tr.jsoneditor-highlight,
|
258
|
-
tr.jsoneditor-selected {
|
259
|
-
background-color: #e6e6e6;
|
260
|
-
}
|
261
|
-
|
262
|
-
tr.jsoneditor-selected button.jsoneditor-dragarea,
|
263
|
-
tr.jsoneditor-selected button.jsoneditor-contextmenu {
|
264
|
-
visibility: hidden;
|
265
|
-
}
|
266
|
-
|
267
|
-
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,
|
268
|
-
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
|
269
|
-
visibility: visible;
|
270
|
-
}
|
271
|
-
|
272
|
-
div.jsoneditor-tree button.jsoneditor-dragarea {
|
273
|
-
background: url("img/jsoneditor-icons.svg") -72px -72px;
|
274
|
-
cursor: move;
|
275
|
-
}
|
276
|
-
|
277
|
-
div.jsoneditor-tree button.jsoneditor-dragarea:hover,
|
278
|
-
div.jsoneditor-tree button.jsoneditor-dragarea:focus,
|
279
|
-
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
|
280
|
-
background-position: -72px -48px;
|
281
|
-
}
|
282
|
-
|
283
|
-
div.jsoneditor tr,
|
284
|
-
div.jsoneditor th,
|
285
|
-
div.jsoneditor td {
|
286
|
-
padding: 0;
|
287
|
-
margin: 0;
|
288
|
-
}
|
289
|
-
|
290
|
-
div.jsoneditor td {
|
291
|
-
vertical-align: top;
|
292
|
-
}
|
293
|
-
|
294
|
-
div.jsoneditor td.jsoneditor-tree {
|
295
|
-
vertical-align: top;
|
296
|
-
}
|
297
|
-
|
298
|
-
div.jsoneditor-field,
|
299
|
-
div.jsoneditor-value,
|
300
|
-
div.jsoneditor td,
|
301
|
-
div.jsoneditor th,
|
302
|
-
div.jsoneditor textarea,
|
303
|
-
.jsoneditor-schema-error {
|
304
|
-
font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;
|
305
|
-
font-size: 10pt;
|
306
|
-
color: #1A1A1A;
|
307
|
-
}
|
308
|
-
|
309
|
-
/* popover */
|
310
|
-
|
311
|
-
.jsoneditor-schema-error {
|
312
|
-
cursor: default;
|
313
|
-
display: inline-block;
|
314
|
-
/*font-family: arial, sans-serif;*/
|
315
|
-
height: 24px;
|
316
|
-
line-height: 24px;
|
317
|
-
position: relative;
|
318
|
-
text-align: center;
|
319
|
-
width: 24px;
|
320
|
-
}
|
321
|
-
|
322
|
-
div.jsoneditor-tree .jsoneditor-schema-error {
|
323
|
-
width: 24px;
|
324
|
-
height: 24px;
|
325
|
-
padding: 0;
|
326
|
-
margin: 0 4px 0 0;
|
327
|
-
background: url("img/jsoneditor-icons.svg") -168px -48px;
|
328
|
-
}
|
329
|
-
|
330
|
-
.jsoneditor-schema-error .jsoneditor-popover {
|
331
|
-
background-color: #4c4c4c;
|
332
|
-
border-radius: 3px;
|
333
|
-
box-shadow: 0 0 5px rgba(0,0,0,0.4);
|
334
|
-
color: #fff;
|
335
|
-
display: none;
|
336
|
-
padding: 7px 10px;
|
337
|
-
position: absolute;
|
338
|
-
width: 200px;
|
339
|
-
z-index: 4;
|
340
|
-
}
|
341
|
-
|
342
|
-
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above {
|
343
|
-
bottom: 32px;
|
344
|
-
left: -98px;
|
345
|
-
}
|
346
|
-
|
347
|
-
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below {
|
348
|
-
top: 32px;
|
349
|
-
left: -98px;
|
350
|
-
}
|
351
|
-
|
352
|
-
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left {
|
353
|
-
top: -7px;
|
354
|
-
right: 32px;
|
355
|
-
}
|
356
|
-
|
357
|
-
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right {
|
358
|
-
top: -7px;
|
359
|
-
left: 32px;
|
360
|
-
}
|
361
|
-
|
362
|
-
.jsoneditor-schema-error .jsoneditor-popover:before {
|
363
|
-
border-right: 7px solid transparent;
|
364
|
-
border-left: 7px solid transparent;
|
365
|
-
content: '';
|
366
|
-
display: block;
|
367
|
-
left: 50%;
|
368
|
-
margin-left: -7px;
|
369
|
-
position: absolute;
|
370
|
-
}
|
371
|
-
|
372
|
-
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before {
|
373
|
-
border-top: 7px solid #4c4c4c;
|
374
|
-
bottom: -7px;
|
375
|
-
}
|
376
|
-
|
377
|
-
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before {
|
378
|
-
border-bottom: 7px solid #4c4c4c;
|
379
|
-
top: -7px;
|
380
|
-
}
|
381
|
-
|
382
|
-
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before {
|
383
|
-
border-left: 7px solid #4c4c4c;
|
384
|
-
border-top: 7px solid transparent;
|
385
|
-
border-bottom: 7px solid transparent;
|
386
|
-
content: '';
|
387
|
-
top: 19px;
|
388
|
-
right: -14px;
|
389
|
-
left: inherit;
|
390
|
-
margin-left: inherit;
|
391
|
-
margin-top: -7px;
|
392
|
-
position: absolute;
|
393
|
-
}
|
394
|
-
|
395
|
-
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before {
|
396
|
-
border-right: 7px solid #4c4c4c;
|
397
|
-
border-top: 7px solid transparent;
|
398
|
-
border-bottom: 7px solid transparent;
|
399
|
-
content: '';
|
400
|
-
top: 19px;
|
401
|
-
left: -14px;
|
402
|
-
margin-left: inherit;
|
403
|
-
margin-top: -7px;
|
404
|
-
position: absolute;
|
405
|
-
}
|
406
|
-
|
407
|
-
.jsoneditor-schema-error:hover .jsoneditor-popover,
|
408
|
-
.jsoneditor-schema-error:focus .jsoneditor-popover {
|
409
|
-
display: block;
|
410
|
-
-webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
|
411
|
-
-moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
|
412
|
-
-ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
|
413
|
-
}
|
414
|
-
|
415
|
-
@-webkit-keyframes fade-in {
|
416
|
-
from {
|
417
|
-
opacity: 0;
|
418
|
-
}
|
419
|
-
|
420
|
-
to {
|
421
|
-
opacity: 1;
|
422
|
-
}
|
423
|
-
}
|
424
|
-
|
425
|
-
@-moz-keyframes fade-in {
|
426
|
-
from {
|
427
|
-
opacity: 0;
|
428
|
-
}
|
429
|
-
|
430
|
-
to {
|
431
|
-
opacity: 1;
|
432
|
-
}
|
433
|
-
}
|
434
|
-
|
435
|
-
@-ms-keyframes fade-in {
|
436
|
-
from {
|
437
|
-
opacity: 0;
|
438
|
-
}
|
439
|
-
|
440
|
-
to {
|
441
|
-
opacity: 1;
|
442
|
-
}
|
443
|
-
}
|
444
|
-
|
445
|
-
/*@-webkit-keyframes move-up {*/
|
446
|
-
|
447
|
-
/*from { bottom: 24px; }*/
|
448
|
-
|
449
|
-
/*to { bottom: 32px; }*/
|
450
|
-
|
451
|
-
/*}*/
|
452
|
-
|
453
|
-
/*@-moz-keyframes move-up {*/
|
454
|
-
|
455
|
-
/*from { bottom: 24px; }*/
|
456
|
-
|
457
|
-
/*to { bottom: 32px; }*/
|
458
|
-
|
459
|
-
/*}*/
|
460
|
-
|
461
|
-
/*@-ms-keyframes move-up {*/
|
462
|
-
|
463
|
-
/*from { bottom: 24px; }*/
|
464
|
-
|
465
|
-
/*to { bottom: 32px; }*/
|
466
|
-
|
467
|
-
/*}*/
|
468
|
-
|
469
|
-
/* JSON schema errors displayed at the bottom of the editor in mode text and code */
|
470
|
-
|
471
|
-
.jsoneditor .jsoneditor-text-errors {
|
472
|
-
width: 100%;
|
473
|
-
border-collapse: collapse;
|
474
|
-
background-color: #ffef8b;
|
475
|
-
border-top: 1px solid #ffd700;
|
476
|
-
}
|
477
|
-
|
478
|
-
.jsoneditor .jsoneditor-text-errors td {
|
479
|
-
padding: 3px 6px;
|
480
|
-
vertical-align: middle;
|
481
|
-
}
|
482
|
-
|
483
|
-
.jsoneditor-text-errors .jsoneditor-schema-error {
|
484
|
-
border: none;
|
485
|
-
width: 24px;
|
486
|
-
height: 24px;
|
487
|
-
padding: 0;
|
488
|
-
margin: 0 4px 0 0;
|
489
|
-
background: url("img/jsoneditor-icons.svg") -168px -48px;
|
490
|
-
}
|
491
|
-
/* ContextMenu - main menu */
|
492
|
-
|
493
|
-
div.jsoneditor-contextmenu-root {
|
494
|
-
position: relative;
|
495
|
-
width: 0;
|
496
|
-
height: 0;
|
497
|
-
}
|
498
|
-
|
499
|
-
div.jsoneditor-contextmenu {
|
500
|
-
position: absolute;
|
501
|
-
box-sizing: content-box;
|
502
|
-
z-index: 99999;
|
503
|
-
}
|
504
|
-
|
505
|
-
div.jsoneditor-contextmenu ul,
|
506
|
-
div.jsoneditor-contextmenu li {
|
507
|
-
box-sizing: content-box;
|
508
|
-
}
|
509
|
-
|
510
|
-
div.jsoneditor-contextmenu ul {
|
511
|
-
position: relative;
|
512
|
-
left: 0;
|
513
|
-
top: 0;
|
514
|
-
width: 124px;
|
515
|
-
background: white;
|
516
|
-
border: 1px solid #d3d3d3;
|
517
|
-
box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
|
518
|
-
list-style: none;
|
519
|
-
margin: 0;
|
520
|
-
padding: 0;
|
521
|
-
}
|
522
|
-
|
523
|
-
div.jsoneditor-contextmenu ul li button {
|
524
|
-
padding: 0;
|
525
|
-
margin: 0;
|
526
|
-
width: 124px;
|
527
|
-
height: 24px;
|
528
|
-
border: none;
|
529
|
-
cursor: pointer;
|
530
|
-
color: #4d4d4d;
|
531
|
-
background: transparent;
|
532
|
-
font-size: 10pt;
|
533
|
-
font-family: arial, sans-serif;
|
534
|
-
box-sizing: border-box;
|
535
|
-
line-height: 26px;
|
536
|
-
text-align: left;
|
537
|
-
}
|
538
|
-
|
539
|
-
/* Fix button padding in firefox */
|
540
|
-
|
541
|
-
div.jsoneditor-contextmenu ul li button::-moz-focus-inner {
|
542
|
-
padding: 0;
|
543
|
-
border: 0;
|
544
|
-
}
|
545
|
-
|
546
|
-
div.jsoneditor-contextmenu ul li button:hover,
|
547
|
-
div.jsoneditor-contextmenu ul li button:focus {
|
548
|
-
color: #1a1a1a;
|
549
|
-
background-color: #f5f5f5;
|
550
|
-
outline: none;
|
551
|
-
}
|
552
|
-
|
553
|
-
div.jsoneditor-contextmenu ul li button.jsoneditor-default {
|
554
|
-
width: 92px;
|
555
|
-
}
|
556
|
-
|
557
|
-
div.jsoneditor-contextmenu ul li button.jsoneditor-expand {
|
558
|
-
float: right;
|
559
|
-
width: 32px;
|
560
|
-
height: 24px;
|
561
|
-
border-left: 1px solid #e5e5e5;
|
562
|
-
}
|
563
|
-
|
564
|
-
div.jsoneditor-contextmenu div.jsoneditor-icon {
|
565
|
-
float: left;
|
566
|
-
width: 24px;
|
567
|
-
height: 24px;
|
568
|
-
border: none;
|
569
|
-
padding: 0;
|
570
|
-
margin: 0;
|
571
|
-
background-image: url("img/jsoneditor-icons.svg");
|
572
|
-
}
|
573
|
-
|
574
|
-
div.jsoneditor-contextmenu ul li button div.jsoneditor-expand {
|
575
|
-
float: right;
|
576
|
-
width: 24px;
|
577
|
-
height: 24px;
|
578
|
-
padding: 0;
|
579
|
-
margin: 0 4px 0 0;
|
580
|
-
background: url("img/jsoneditor-icons.svg") 0 -72px;
|
581
|
-
opacity: 0.4;
|
582
|
-
}
|
583
|
-
|
584
|
-
div.jsoneditor-contextmenu ul li button:hover div.jsoneditor-expand,
|
585
|
-
div.jsoneditor-contextmenu ul li button:focus div.jsoneditor-expand,
|
586
|
-
div.jsoneditor-contextmenu ul li.jsoneditor-selected div.jsoneditor-expand,
|
587
|
-
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:hover div.jsoneditor-expand,
|
588
|
-
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:focus div.jsoneditor-expand {
|
589
|
-
opacity: 1;
|
590
|
-
}
|
591
|
-
|
592
|
-
div.jsoneditor-contextmenu div.jsoneditor-separator {
|
593
|
-
height: 0;
|
594
|
-
border-top: 1px solid #e5e5e5;
|
595
|
-
padding-top: 5px;
|
596
|
-
margin-top: 5px;
|
597
|
-
}
|
598
|
-
|
599
|
-
div.jsoneditor-contextmenu button.jsoneditor-remove > div.jsoneditor-icon {
|
600
|
-
background-position: -24px -24px;
|
601
|
-
}
|
602
|
-
|
603
|
-
div.jsoneditor-contextmenu button.jsoneditor-remove:hover > div.jsoneditor-icon,
|
604
|
-
div.jsoneditor-contextmenu button.jsoneditor-remove:focus > div.jsoneditor-icon {
|
605
|
-
background-position: -24px 0;
|
606
|
-
}
|
607
|
-
|
608
|
-
div.jsoneditor-contextmenu button.jsoneditor-append > div.jsoneditor-icon {
|
609
|
-
background-position: 0 -24px;
|
610
|
-
}
|
611
|
-
|
612
|
-
div.jsoneditor-contextmenu button.jsoneditor-append:hover > div.jsoneditor-icon,
|
613
|
-
div.jsoneditor-contextmenu button.jsoneditor-append:focus > div.jsoneditor-icon {
|
614
|
-
background-position: 0 0;
|
615
|
-
}
|
616
|
-
|
617
|
-
div.jsoneditor-contextmenu button.jsoneditor-insert > div.jsoneditor-icon {
|
618
|
-
background-position: 0 -24px;
|
619
|
-
}
|
620
|
-
|
621
|
-
div.jsoneditor-contextmenu button.jsoneditor-insert:hover > div.jsoneditor-icon,
|
622
|
-
div.jsoneditor-contextmenu button.jsoneditor-insert:focus > div.jsoneditor-icon {
|
623
|
-
background-position: 0 0;
|
624
|
-
}
|
625
|
-
|
626
|
-
div.jsoneditor-contextmenu button.jsoneditor-duplicate > div.jsoneditor-icon {
|
627
|
-
background-position: -48px -24px;
|
628
|
-
}
|
629
|
-
|
630
|
-
div.jsoneditor-contextmenu button.jsoneditor-duplicate:hover > div.jsoneditor-icon,
|
631
|
-
div.jsoneditor-contextmenu button.jsoneditor-duplicate:focus > div.jsoneditor-icon {
|
632
|
-
background-position: -48px 0;
|
633
|
-
}
|
634
|
-
|
635
|
-
div.jsoneditor-contextmenu button.jsoneditor-sort-asc > div.jsoneditor-icon {
|
636
|
-
background-position: -168px -24px;
|
637
|
-
}
|
638
|
-
|
639
|
-
div.jsoneditor-contextmenu button.jsoneditor-sort-asc:hover > div.jsoneditor-icon,
|
640
|
-
div.jsoneditor-contextmenu button.jsoneditor-sort-asc:focus > div.jsoneditor-icon {
|
641
|
-
background-position: -168px 0;
|
642
|
-
}
|
643
|
-
|
644
|
-
div.jsoneditor-contextmenu button.jsoneditor-sort-desc > div.jsoneditor-icon {
|
645
|
-
background-position: -192px -24px;
|
646
|
-
}
|
647
|
-
|
648
|
-
div.jsoneditor-contextmenu button.jsoneditor-sort-desc:hover > div.jsoneditor-icon,
|
649
|
-
div.jsoneditor-contextmenu button.jsoneditor-sort-desc:focus > div.jsoneditor-icon {
|
650
|
-
background-position: -192px 0;
|
651
|
-
}
|
652
|
-
|
653
|
-
/* ContextMenu - sub menu */
|
654
|
-
|
655
|
-
div.jsoneditor-contextmenu ul li button.jsoneditor-selected,
|
656
|
-
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover,
|
657
|
-
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus {
|
658
|
-
color: white;
|
659
|
-
background-color: #ee422e;
|
660
|
-
}
|
661
|
-
|
662
|
-
div.jsoneditor-contextmenu ul li {
|
663
|
-
overflow: hidden;
|
664
|
-
}
|
665
|
-
|
666
|
-
div.jsoneditor-contextmenu ul li ul {
|
667
|
-
display: none;
|
668
|
-
position: relative;
|
669
|
-
left: -10px;
|
670
|
-
top: 0;
|
671
|
-
border: none;
|
672
|
-
box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
|
673
|
-
padding: 0 10px;
|
674
|
-
/* TODO: transition is not supported on IE8-9 */
|
675
|
-
-webkit-transition: all 0.3s ease-out;
|
676
|
-
-moz-transition: all 0.3s ease-out;
|
677
|
-
-o-transition: all 0.3s ease-out;
|
678
|
-
transition: all 0.3s ease-out;
|
679
|
-
}
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
div.jsoneditor-contextmenu ul li ul li button {
|
684
|
-
padding-left: 24px;
|
685
|
-
animation: all ease-in-out 1s;
|
686
|
-
}
|
687
|
-
|
688
|
-
div.jsoneditor-contextmenu ul li ul li button:hover,
|
689
|
-
div.jsoneditor-contextmenu ul li ul li button:focus {
|
690
|
-
background-color: #f5f5f5;
|
691
|
-
}
|
692
|
-
|
693
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-string > div.jsoneditor-icon {
|
694
|
-
background-position: -144px -24px;
|
695
|
-
}
|
696
|
-
|
697
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-string:hover > div.jsoneditor-icon,
|
698
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-string:focus > div.jsoneditor-icon,
|
699
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-string.jsoneditor-selected > div.jsoneditor-icon {
|
700
|
-
background-position: -144px 0;
|
701
|
-
}
|
702
|
-
|
703
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-auto > div.jsoneditor-icon {
|
704
|
-
background-position: -120px -24px;
|
705
|
-
}
|
706
|
-
|
707
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-auto:hover > div.jsoneditor-icon,
|
708
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-auto:focus > div.jsoneditor-icon,
|
709
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-auto.jsoneditor-selected > div.jsoneditor-icon {
|
710
|
-
background-position: -120px 0;
|
711
|
-
}
|
712
|
-
|
713
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-object > div.jsoneditor-icon {
|
714
|
-
background-position: -72px -24px;
|
715
|
-
}
|
716
|
-
|
717
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-object:hover > div.jsoneditor-icon,
|
718
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-object:focus > div.jsoneditor-icon,
|
719
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-object.jsoneditor-selected > div.jsoneditor-icon {
|
720
|
-
background-position: -72px 0;
|
721
|
-
}
|
722
|
-
|
723
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-array > div.jsoneditor-icon {
|
724
|
-
background-position: -96px -24px;
|
725
|
-
}
|
726
|
-
|
727
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-array:hover > div.jsoneditor-icon,
|
728
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-array:focus > div.jsoneditor-icon,
|
729
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-array.jsoneditor-selected > div.jsoneditor-icon {
|
730
|
-
background-position: -96px 0;
|
731
|
-
}
|
732
|
-
|
733
|
-
div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
|
734
|
-
background-image: none;
|
735
|
-
width: 6px;
|
736
|
-
}
|
737
|
-
div.jsoneditor-menu {
|
738
|
-
width: 100%;
|
739
|
-
height: 35px;
|
740
|
-
padding: 2px;
|
741
|
-
margin: 0;
|
742
|
-
-moz-box-sizing: border-box;
|
743
|
-
-webkit-box-sizing: border-box;
|
744
|
-
box-sizing: border-box;
|
745
|
-
color: white;
|
746
|
-
background-color: #3883fa;
|
747
|
-
border-bottom: 1px solid #3883fa;
|
748
|
-
}
|
749
|
-
|
750
|
-
div.jsoneditor-menu > button,
|
751
|
-
div.jsoneditor-menu > div.jsoneditor-modes > button {
|
752
|
-
width: 26px;
|
753
|
-
height: 26px;
|
754
|
-
margin: 2px;
|
755
|
-
padding: 0;
|
756
|
-
border-radius: 2px;
|
757
|
-
border: 1px solid transparent;
|
758
|
-
background: transparent url("img/jsoneditor-icons.svg");
|
759
|
-
color: white;
|
760
|
-
opacity: 0.8;
|
761
|
-
font-family: arial, sans-serif;
|
762
|
-
font-size: 10pt;
|
763
|
-
float: left;
|
764
|
-
}
|
765
|
-
|
766
|
-
div.jsoneditor-menu > button:hover,
|
767
|
-
div.jsoneditor-menu > div.jsoneditor-modes > button:hover {
|
768
|
-
background-color: rgba(255,255,255,0.2);
|
769
|
-
border: 1px solid rgba(255,255,255,0.4);
|
770
|
-
}
|
771
|
-
|
772
|
-
div.jsoneditor-menu > button:focus,
|
773
|
-
div.jsoneditor-menu > button:active,
|
774
|
-
div.jsoneditor-menu > div.jsoneditor-modes > button:focus,
|
775
|
-
div.jsoneditor-menu > div.jsoneditor-modes > button:active {
|
776
|
-
background-color: rgba(255,255,255,0.3);
|
777
|
-
}
|
778
|
-
|
779
|
-
div.jsoneditor-menu > button:disabled,
|
780
|
-
div.jsoneditor-menu > div.jsoneditor-modes > button:disabled {
|
781
|
-
opacity: 0.5;
|
782
|
-
}
|
783
|
-
|
784
|
-
div.jsoneditor-menu > button.jsoneditor-collapse-all {
|
785
|
-
background-position: 0 -96px;
|
786
|
-
}
|
787
|
-
|
788
|
-
div.jsoneditor-menu > button.jsoneditor-expand-all {
|
789
|
-
background-position: 0 -120px;
|
790
|
-
}
|
791
|
-
|
792
|
-
div.jsoneditor-menu > button.jsoneditor-undo {
|
793
|
-
background-position: -24px -96px;
|
794
|
-
}
|
795
|
-
|
796
|
-
div.jsoneditor-menu > button.jsoneditor-undo:disabled {
|
797
|
-
background-position: -24px -120px;
|
798
|
-
}
|
799
|
-
|
800
|
-
div.jsoneditor-menu > button.jsoneditor-redo {
|
801
|
-
background-position: -48px -96px;
|
802
|
-
}
|
803
|
-
|
804
|
-
div.jsoneditor-menu > button.jsoneditor-redo:disabled {
|
805
|
-
background-position: -48px -120px;
|
806
|
-
}
|
807
|
-
|
808
|
-
div.jsoneditor-menu > button.jsoneditor-compact {
|
809
|
-
background-position: -72px -96px;
|
810
|
-
}
|
811
|
-
|
812
|
-
div.jsoneditor-menu > button.jsoneditor-format {
|
813
|
-
background-position: -72px -120px;
|
814
|
-
}
|
815
|
-
|
816
|
-
div.jsoneditor-menu > div.jsoneditor-modes {
|
817
|
-
display: inline-block;
|
818
|
-
float: left;
|
819
|
-
}
|
820
|
-
|
821
|
-
div.jsoneditor-menu > div.jsoneditor-modes > button {
|
822
|
-
background-image: none;
|
823
|
-
width: auto;
|
824
|
-
padding-left: 6px;
|
825
|
-
padding-right: 6px;
|
826
|
-
}
|
827
|
-
|
828
|
-
div.jsoneditor-menu > button.jsoneditor-separator,
|
829
|
-
div.jsoneditor-menu > div.jsoneditor-modes > button.jsoneditor-separator {
|
830
|
-
margin-left: 10px;
|
831
|
-
}
|
832
|
-
|
833
|
-
div.jsoneditor-menu a {
|
834
|
-
font-family: arial, sans-serif;
|
835
|
-
font-size: 10pt;
|
836
|
-
color: white;
|
837
|
-
opacity: 0.8;
|
838
|
-
vertical-align: middle;
|
839
|
-
}
|
840
|
-
|
841
|
-
div.jsoneditor-menu a:hover {
|
842
|
-
opacity: 1;
|
843
|
-
}
|
844
|
-
|
845
|
-
div.jsoneditor-menu a.jsoneditor-poweredBy {
|
846
|
-
font-size: 8pt;
|
847
|
-
position: absolute;
|
848
|
-
right: 0;
|
849
|
-
top: 0;
|
850
|
-
padding: 10px;
|
851
|
-
}
|
852
|
-
table.jsoneditor-search input,
|
853
|
-
table.jsoneditor-search div.jsoneditor-results {
|
854
|
-
font-family: arial, sans-serif;
|
855
|
-
font-size: 10pt;
|
856
|
-
color: #1A1A1A;
|
857
|
-
background: transparent;
|
858
|
-
/* For Firefox */
|
859
|
-
}
|
860
|
-
|
861
|
-
table.jsoneditor-search div.jsoneditor-results {
|
862
|
-
color: white;
|
863
|
-
padding-right: 5px;
|
864
|
-
line-height: 24px;
|
865
|
-
}
|
866
|
-
|
867
|
-
table.jsoneditor-search {
|
868
|
-
position: absolute;
|
869
|
-
right: 4px;
|
870
|
-
top: 4px;
|
871
|
-
border-collapse: collapse;
|
872
|
-
border-spacing: 0;
|
873
|
-
}
|
874
|
-
|
875
|
-
table.jsoneditor-search div.jsoneditor-frame {
|
876
|
-
border: 1px solid transparent;
|
877
|
-
background-color: white;
|
878
|
-
padding: 0 2px;
|
879
|
-
margin: 0;
|
880
|
-
}
|
881
|
-
|
882
|
-
table.jsoneditor-search div.jsoneditor-frame table {
|
883
|
-
border-collapse: collapse;
|
884
|
-
}
|
885
|
-
|
886
|
-
table.jsoneditor-search input {
|
887
|
-
width: 120px;
|
888
|
-
border: none;
|
889
|
-
outline: none;
|
890
|
-
margin: 1px;
|
891
|
-
line-height: 20px;
|
892
|
-
}
|
893
|
-
|
894
|
-
table.jsoneditor-search button {
|
895
|
-
width: 16px;
|
896
|
-
height: 24px;
|
897
|
-
padding: 0;
|
898
|
-
margin: 0;
|
899
|
-
border: none;
|
900
|
-
background: url("img/jsoneditor-icons.svg");
|
901
|
-
vertical-align: top;
|
902
|
-
}
|
903
|
-
|
904
|
-
table.jsoneditor-search button:hover {
|
905
|
-
background-color: transparent;
|
906
|
-
}
|
907
|
-
|
908
|
-
table.jsoneditor-search button.jsoneditor-refresh {
|
909
|
-
width: 18px;
|
910
|
-
background-position: -99px -73px;
|
911
|
-
}
|
912
|
-
|
913
|
-
table.jsoneditor-search button.jsoneditor-next {
|
914
|
-
cursor: pointer;
|
915
|
-
background-position: -124px -73px;
|
916
|
-
}
|
917
|
-
|
918
|
-
table.jsoneditor-search button.jsoneditor-next:hover {
|
919
|
-
background-position: -124px -49px;
|
920
|
-
}
|
921
|
-
|
922
|
-
table.jsoneditor-search button.jsoneditor-previous {
|
923
|
-
cursor: pointer;
|
924
|
-
background-position: -148px -73px;
|
925
|
-
margin-right: 2px;
|
926
|
-
}
|
927
|
-
|
928
|
-
table.jsoneditor-search button.jsoneditor-previous:hover {
|
929
|
-
background-position: -148px -49px;
|
930
|
-
}
|