qlqz-frame 0.2.8 → 0.2.10
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/dist/index.mjs +6328 -6287
- package/dist/index.umd.js +636 -598
- package/dist/style.css +1 -1
- package/package.json +4 -2
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._flex_1ea2g_1{display:flex;padding-left:16px;align-items:center}._flexSb_1ea2g_7{display:flex;justify-content:space-between}._loggo_1ea2g_12{top:17px;right:17px;position:relative;width:100px;height:30px;cursor:pointer}._trigger_1ea2g_21{font-size:22px}._tagsViewContainer_1ea2g_25{border-top:1px solid #e8e8e8;z-index:99;padding:0 16px 10px}._tagsHeight_1ea2g_31{height:40px}._tagsViewWrapper_1ea2g_35{display:flex;border-bottom:1px solid #e8e8e8}._tagsViewItem_1ea2g_40{position:relative;cursor:pointer;height:30px;margin:8px 2px 0 0;padding:0 22px 0 10px;line-height:28px;background:#fafafa;border:1px solid #e8e8e8;border-bottom:none;color:#000}._select_1ea2g_53{top:1px;color:#1890ff;border-color:#1890ff}._closeIcon_1ea2g_59{margin-left:10px;font-size:10px;position:absolute;right:10px;top:10px}._fixed_1ea2g_67{overflow:auto;height:100vh;position:fixed;left:0}._rantion_loading_5k9nv_1{text-align:center}._page404_5k9nv_7{text-align:center;padding-top:20vh;font-size:100px;line-height:1}._subtitle_5k9nv_19{color:#00000073;font-size:14px;line-height:1.6;text-align:center}.
|
|
1
|
+
._flex_1ea2g_1{display:flex;padding-left:16px;align-items:center}._flexSb_1ea2g_7{display:flex;justify-content:space-between}._loggo_1ea2g_12{top:17px;right:17px;position:relative;width:100px;height:30px;cursor:pointer}._trigger_1ea2g_21{font-size:22px}._tagsViewContainer_1ea2g_25{border-top:1px solid #e8e8e8;z-index:99;padding:0 16px 10px}._tagsHeight_1ea2g_31{height:40px}._tagsViewWrapper_1ea2g_35{display:flex;border-bottom:1px solid #e8e8e8}._tagsViewItem_1ea2g_40{position:relative;cursor:pointer;height:30px;margin:8px 2px 0 0;padding:0 22px 0 10px;line-height:28px;background:#fafafa;border:1px solid #e8e8e8;border-bottom:none;color:#000}._select_1ea2g_53{top:1px;color:#1890ff;border-color:#1890ff}._closeIcon_1ea2g_59{margin-left:10px;font-size:10px;position:absolute;right:10px;top:10px}._fixed_1ea2g_67{overflow:auto;height:100vh;position:fixed;left:0}._rantion_loading_5k9nv_1{text-align:center}._page404_5k9nv_7{text-align:center;padding-top:20vh;font-size:100px;line-height:1}._subtitle_5k9nv_19{color:#00000073;font-size:14px;line-height:1.6;text-align:center}._addDevice_16agt_1{border-radius:4px;background:rgba(32,34,41,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px}._addDevice_16agt_1 .pop-title{display:flex;color:#fff;font-family:PingFang SC;font-weight:500;font-size:18px;line-height:normal;text-align:left}._addDevice_16agt_1 .pop-centent{margin:10px 0 0}._addDevice_16agt_1 .edit-btn{width:100%;display:flex;justify-content:end}._addDevice_16agt_1 .edit-btn-absolute{position:absolute;right:0;bottom:58px}._addDevice_16agt_1 .pop-bottom{width:100%;display:flex;justify-content:end}._addDevice_16agt_1 .pop-bottom button{color:#fff;margin-left:10px}._dark-form_16agt_38 .ant-form-item-label>label{color:#ffffffd9}._dark-form_16agt_38 .ant-input,._dark-form_16agt_38 .ant-input-number{border:none;background-color:#165dff33}._dark-form_16agt_38 .ant-select-selector{border:none!important;background-color:#165dff33!important}._box-wrap_16agt_53{display:flex;justify-content:end}._box-wrap_16agt_53 button{margin-left:10px}._modal_11ti9_1 .ant-modal-header{background:#edf7ff}._modal_11ti9_1 ._radio_11ti9_4 .ant-radio-wrapper{color:#fff}._modal_11ti9_1 ._content_11ti9_7{height:224px;overflow-y:auto;overflow-x:hidden}._tableArea_1rary_1{height:100%;position:relative;background:#fff}._tableArea_1rary_1 ._tableFooter_1rary_6{position:absolute;bottom:0;width:100%;display:flex;align-items:center;justify-content:center}.lightd-number-roll{-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.lightd-number-roll-animate{position:relative;display:inline-block;height:45px;overflow:hidden;font-size:36px;line-height:45px}.lightd-number-roll-animate-dom{position:relative;top:0;float:left;width:24px;text-align:center}.lightd-number-roll-animate-dom-del{width:20px}.lightd-number-roll-animate-dot{float:left;width:14px;font-size:30px;text-align:center}.lightd-number-roll-animate-dot span,.lightd-number-roll-animate-dom span{float:left;width:100%;height:45px;line-height:40px}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qlqz-frame",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.10",
|
|
5
5
|
"author": "leecheck qlqz-studio",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"@jiaminghi/data-view-react": "1.2.5",
|
|
32
32
|
"@react-login-page/page7": "0.4.16",
|
|
33
33
|
"@sakitam-gis/maptalks-wind": "1.1.2",
|
|
34
|
+
"@tinymce/tinymce-react": "5.1.1",
|
|
34
35
|
"@turf/turf": "6.5.0",
|
|
35
36
|
"@types/lodash": "^4.14.61",
|
|
36
37
|
"@types/maptalks": "^0.49.2",
|
|
@@ -98,6 +99,7 @@
|
|
|
98
99
|
"three": "^0.110.0",
|
|
99
100
|
"three-css2drender": "^1.0.0",
|
|
100
101
|
"three-text2d": "0.6.0",
|
|
102
|
+
"tinymce": "7.5.1",
|
|
101
103
|
"todomvc-app-css": "^2.3.0",
|
|
102
104
|
"turf": "3.0.14",
|
|
103
105
|
"uuid": "9.0.0",
|
|
@@ -119,7 +121,7 @@
|
|
|
119
121
|
"babel-plugin-macros": "3.1.0",
|
|
120
122
|
"cypress": "^6.8.0",
|
|
121
123
|
"less": "^4.1.1",
|
|
122
|
-
"maptalks": "^1.0.0-rc.
|
|
124
|
+
"maptalks": "^1.0.0-rc.37",
|
|
123
125
|
"maptalks.heatmap": "0.6.1",
|
|
124
126
|
"maptalks.odline": "0.4.2",
|
|
125
127
|
"maptalks.three": "^0.36.1",
|