@next-core/brick-container 2.40.2 → 2.40.3
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/CHANGELOG.md +8 -0
- package/dist/dll-of-editor-bricks-helper.36a73b29.js +8 -0
- package/dist/dll-of-editor-bricks-helper.36a73b29.js.map +1 -0
- package/dist/{dll.b9fdc893.js → dll.62fbe9b3.js} +3 -3
- package/dist/{dll.b9fdc893.js.map → dll.62fbe9b3.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{main.529f416dfed42eb98b58.css → main.768453e7268a4f4831b7.css} +61 -97
- package/dist/main.768453e7268a4f4831b7.css.map +1 -0
- package/dist/{main.a9eb1a4d68bef4b5573a.js → main.f9f8fbd31eae0aaf13de.js} +2 -2
- package/dist/main.f9f8fbd31eae0aaf13de.js.map +1 -0
- package/package.json +10 -10
- package/dist/dll-of-editor-bricks-helper.77e2477a.js +0 -8
- package/dist/dll-of-editor-bricks-helper.77e2477a.js.map +0 -1
- package/dist/main.529f416dfed42eb98b58.css.map +0 -1
- package/dist/main.a9eb1a4d68bef4b5573a.js.map +0 -1
package/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"><title>DevOps 管理专家</title><base href="<!--# echo var='base_href' default='/' -->"><link rel="shortcut icon" type="image/png" href="<!--# echo var='core_root' default='' -->assets/favicon.png"/><script>(!("documentMode" in document)&&CSS.supports("display","grid")&&window.customElements)||(location.href="<!--# echo var='base_href' default='/' -->browse-happy.html")</script><link href="<!--# echo var='core_root' default='' -->main.
|
|
1
|
+
<!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"><title>DevOps 管理专家</title><base href="<!--# echo var='base_href' default='/' -->"><link rel="shortcut icon" type="image/png" href="<!--# echo var='core_root' default='' -->assets/favicon.png"/><script>(!("documentMode" in document)&&CSS.supports("display","grid")&&window.customElements)||(location.href="<!--# echo var='base_href' default='/' -->browse-happy.html")</script><link href="<!--# echo var='core_root' default='' -->main.768453e7268a4f4831b7.css" rel="stylesheet"></head><body><div id="root-layout"><nav id="menu-bar-mount-point" class="print-hide"></nav><div id="root-content"><header id="app-bar-mount-point" class="print-hide"></header><div id="main-mount-point"></div><div id="legacy-iframe-mount-point"></div></div><div id="loading-bar-mount-point"><div class="global-loading-bar initial-loading-bar"><div></div></div></div></div><div id="bg-mount-point"></div><div id="portal-mount-point"></div><script src="<!--# echo var='core_root' default='' -->dll.62fbe9b3.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.cdf468d8ec73cc7a5766.js"></script><script src="<!--# echo var='core_root' default='' -->main.f9f8fbd31eae0aaf13de.js"></script></body></html>
|
|
@@ -26925,149 +26925,103 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
26925
26925
|
body {
|
|
26926
26926
|
background-color: var(--body-background);
|
|
26927
26927
|
}
|
|
26928
|
+
|
|
26928
26929
|
#legacy-iframe-mount-point,
|
|
26929
26930
|
#bg-mount-point {
|
|
26930
26931
|
display: none;
|
|
26931
26932
|
}
|
|
26933
|
+
|
|
26932
26934
|
.layout-console #root-layout {
|
|
26933
26935
|
display: flex;
|
|
26934
26936
|
}
|
|
26937
|
+
|
|
26935
26938
|
.layout-console #root-content {
|
|
26936
26939
|
flex: 1;
|
|
26937
26940
|
min-width: 0;
|
|
26938
26941
|
min-height: 0;
|
|
26939
26942
|
}
|
|
26940
|
-
|
|
26943
|
+
|
|
26944
|
+
#menu-bar-mount-point {
|
|
26945
|
+
width: var(--menu-bar-width);
|
|
26946
|
+
}
|
|
26947
|
+
|
|
26948
|
+
.layout-console #main-mount-point,
|
|
26949
|
+
.layout-console #legacy-iframe-mount-point {
|
|
26950
|
+
margin-top: var(--app-bar-height);
|
|
26941
26951
|
transition: var(--launchpad-backdrop-transition);
|
|
26942
26952
|
}
|
|
26953
|
+
|
|
26943
26954
|
#portal-mount-point {
|
|
26944
26955
|
height: 0;
|
|
26945
26956
|
width: 0;
|
|
26946
26957
|
position: absolute;
|
|
26947
26958
|
}
|
|
26948
|
-
|
|
26949
|
-
|
|
26950
|
-
|
|
26959
|
+
|
|
26960
|
+
.bars-hidden #main-mount-point,
|
|
26961
|
+
.bars-hidden #legacy-iframe-mount-point,
|
|
26962
|
+
html[data-mode="dashboard"] #main-mount-point,
|
|
26963
|
+
html[data-mode="dashboard"] #legacy-iframe-mount-point {
|
|
26964
|
+
margin-top: 0;
|
|
26951
26965
|
}
|
|
26966
|
+
|
|
26952
26967
|
.show-legacy-iframe #main-mount-point,
|
|
26953
26968
|
.bars-hidden #menu-bar-mount-point,
|
|
26954
26969
|
.bars-hidden #app-bar-mount-point,
|
|
26955
|
-
.
|
|
26956
|
-
.
|
|
26957
|
-
.bars-hidden #footer-mount-point,
|
|
26970
|
+
.layout-business #menu-bar-mount-point,
|
|
26971
|
+
.layout-business #app-bar-mount-point,
|
|
26958
26972
|
html[data-mode="dashboard"] #menu-bar-mount-point,
|
|
26959
|
-
html[data-mode="dashboard"] #app-bar-mount-point
|
|
26960
|
-
html[data-mode="dashboard"] #side-bar-mount-point,
|
|
26961
|
-
html[data-mode="dashboard"] #breadcrumb-mount-point,
|
|
26962
|
-
html[data-mode="dashboard"] #footer-mount-point {
|
|
26973
|
+
html[data-mode="dashboard"] #app-bar-mount-point {
|
|
26963
26974
|
display: none;
|
|
26964
26975
|
}
|
|
26976
|
+
|
|
26965
26977
|
.show-legacy-iframe #legacy-iframe-mount-point {
|
|
26966
26978
|
display: block;
|
|
26967
26979
|
}
|
|
26980
|
+
|
|
26981
|
+
.menu-bar-collapsed #menu-bar-mount-point {
|
|
26982
|
+
width: var(--menu-bar-collapsed-width);
|
|
26983
|
+
}
|
|
26984
|
+
|
|
26968
26985
|
#menu-bar-mount-point,
|
|
26969
|
-
#app-bar-mount-point
|
|
26970
|
-
#side-bar-mount-point,
|
|
26971
|
-
#breadcrumb-mount-point,
|
|
26972
|
-
#footer-mount-point {
|
|
26986
|
+
#app-bar-mount-point {
|
|
26973
26987
|
visibility: hidden;
|
|
26974
26988
|
}
|
|
26989
|
+
|
|
26975
26990
|
.first-rendered #menu-bar-mount-point,
|
|
26976
|
-
.first-rendered #app-bar-mount-point
|
|
26977
|
-
.first-rendered #side-bar-mount-point,
|
|
26978
|
-
.first-rendered #breadcrumb-mount-point,
|
|
26979
|
-
.first-rendered #footer-mount-point {
|
|
26991
|
+
.first-rendered #app-bar-mount-point {
|
|
26980
26992
|
visibility: visible;
|
|
26981
26993
|
}
|
|
26994
|
+
|
|
26982
26995
|
.first-rendered #menu-bar-mount-point {
|
|
26983
|
-
transition: width var(--menu-bar-collapse-transition-duration)
|
|
26984
|
-
|
|
26985
|
-
html[data-mode="dashboard"] body.has-sub-menu #main-content {
|
|
26986
|
-
margin-left: 0 !important;
|
|
26987
|
-
}
|
|
26988
|
-
/* UI5.0 */
|
|
26989
|
-
html:not([data-ui="v8"]) {
|
|
26990
|
-
/* 隐藏sidebar、breadcrumb、footer */
|
|
26991
|
-
/* console */
|
|
26992
|
-
/* business */
|
|
26993
|
-
}
|
|
26994
|
-
html:not([data-ui="v8"]) #side-bar-mount-point,
|
|
26995
|
-
html:not([data-ui="v8"]) #breadcrumb-mount-point,
|
|
26996
|
-
html:not([data-ui="v8"]) #footer-mount-point {
|
|
26997
|
-
display: none;
|
|
26998
|
-
}
|
|
26999
|
-
html:not([data-ui="v8"]) body.layout-console {
|
|
27000
|
-
/* 显示app-bar、menu-bar */
|
|
27001
|
-
/* 启用has-sub-menu样式 */
|
|
27002
|
-
}
|
|
27003
|
-
html:not([data-ui="v8"]) body.layout-console #main-content {
|
|
27004
|
-
margin-top: var(--app-bar-height);
|
|
27005
|
-
}
|
|
27006
|
-
html:not([data-ui="v8"]) body.layout-console #menu-bar-mount-point {
|
|
27007
|
-
width: var(--menu-bar-width);
|
|
27008
|
-
}
|
|
27009
|
-
html:not([data-ui="v8"]) body.layout-console.menu-bar-collapsed #menu-bar-mount-point {
|
|
27010
|
-
width: var(--menu-bar-collapsed-width);
|
|
27011
|
-
}
|
|
27012
|
-
html:not([data-ui="v8"]) body.layout-console.has-sub-menu #main-content {
|
|
27013
|
-
margin-left: var(--sub-menu-bar-width);
|
|
27014
|
-
}
|
|
27015
|
-
html:not([data-ui="v8"]) body.layout-business {
|
|
27016
|
-
/* 隐藏app-bar、menu-bar */
|
|
27017
|
-
}
|
|
27018
|
-
html:not([data-ui="v8"]) body.layout-business #app-bar-mount-point,
|
|
27019
|
-
html:not([data-ui="v8"]) body.layout-business #menu-bar-mount-point {
|
|
27020
|
-
display: none;
|
|
27021
|
-
}
|
|
27022
|
-
/* UI8.0 */
|
|
27023
|
-
html[data-ui="v8"] {
|
|
27024
|
-
/* 隐藏menu-bar */
|
|
27025
|
-
/* console */
|
|
27026
|
-
/* business */
|
|
27027
|
-
}
|
|
27028
|
-
html[data-ui="v8"] #menu-bar-mount-point {
|
|
27029
|
-
display: none;
|
|
27030
|
-
}
|
|
27031
|
-
html[data-ui="v8"] #main-wrapper {
|
|
27032
|
-
display: flex;
|
|
27033
|
-
}
|
|
27034
|
-
html[data-ui="v8"] #main-content {
|
|
27035
|
-
flex: 1;
|
|
27036
|
-
}
|
|
27037
|
-
html[data-ui="v8"] body.layout-console {
|
|
27038
|
-
/* 显示app-bar、side-bar、breadcrumb、footer */
|
|
27039
|
-
/* 启用居中相关样式, 待补充 */
|
|
27040
|
-
}
|
|
27041
|
-
html[data-ui="v8"] body.layout-console #main-content {
|
|
27042
|
-
margin-top: var(--nav-bar-height);
|
|
27043
|
-
}
|
|
27044
|
-
html[data-ui="v8"] body.layout-console #side-bar-mount-point {
|
|
27045
|
-
width: var(--side-bar-width);
|
|
27046
|
-
}
|
|
27047
|
-
html[data-ui="v8"] body.layout-console.side-bar-collapsed #menu-bar-mount-point {
|
|
27048
|
-
width: var(--menu-bar-collapsed-width);
|
|
27049
|
-
}
|
|
27050
|
-
html[data-ui="v8"] body.layout-business {
|
|
27051
|
-
/* 隐藏app-bar、side-bar、breadcrumb、footer */
|
|
27052
|
-
}
|
|
27053
|
-
html[data-ui="v8"] body.layout-business #app-bar-mount-point,
|
|
27054
|
-
html[data-ui="v8"] body.layout-business #side-bar-mount-point,
|
|
27055
|
-
html[data-ui="v8"] body.layout-business #breadcrumb-mount-point,
|
|
27056
|
-
html[data-ui="v8"] body.layout-business #footer-mount-point {
|
|
27057
|
-
display: none;
|
|
26996
|
+
transition: width var(--menu-bar-collapse-transition-duration)
|
|
26997
|
+
var(--menu-bar-collapse-transition-timing-function);
|
|
27058
26998
|
}
|
|
26999
|
+
|
|
27059
27000
|
body.launchpad-open {
|
|
27060
27001
|
overflow: hidden;
|
|
27061
27002
|
}
|
|
27062
|
-
|
|
27063
|
-
.
|
|
27003
|
+
|
|
27004
|
+
.launchpad-open #main-mount-point,
|
|
27005
|
+
.launchpad-open #legacy-iframe-mount-point,
|
|
27006
|
+
.filter-of-blur #main-mount-point,
|
|
27007
|
+
.filter-of-blur #legacy-iframe-mount-point {
|
|
27064
27008
|
filter: var(--launchpad-backdrop-filter);
|
|
27065
27009
|
}
|
|
27010
|
+
|
|
27011
|
+
body.has-sub-menu #main-mount-point {
|
|
27012
|
+
margin-left: var(--sub-menu-bar-width);
|
|
27013
|
+
}
|
|
27014
|
+
|
|
27015
|
+
html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
27016
|
+
margin-left: 0;
|
|
27017
|
+
}
|
|
27018
|
+
|
|
27066
27019
|
@media print {
|
|
27067
27020
|
.print-hide {
|
|
27068
27021
|
display: none;
|
|
27069
27022
|
}
|
|
27070
27023
|
}
|
|
27024
|
+
|
|
27071
27025
|
/* Ref https://mika-el.github.io/angular-loading-page/#/animations */
|
|
27072
27026
|
/* Will be used in basic-bricks.loading-bar, too */
|
|
27073
27027
|
.global-loading-bar {
|
|
@@ -27079,6 +27033,7 @@ body.launchpad-open {
|
|
|
27079
27033
|
overflow: hidden;
|
|
27080
27034
|
z-index: 10000;
|
|
27081
27035
|
}
|
|
27036
|
+
|
|
27082
27037
|
.global-loading-bar > div {
|
|
27083
27038
|
/* Use composited animations. */
|
|
27084
27039
|
/* https://developers.google.com/web/fundamentals/performance/rendering/stick-to-compositor-only-properties-and-manage-layer-count */
|
|
@@ -27090,33 +27045,42 @@ body.launchpad-open {
|
|
|
27090
27045
|
background-color: #0077e6;
|
|
27091
27046
|
animation: global-loading 2s ease-in 100ms infinite;
|
|
27092
27047
|
}
|
|
27048
|
+
|
|
27093
27049
|
.rendered-loading-bar,
|
|
27094
27050
|
.first-rendered .initial-loading-bar {
|
|
27095
27051
|
display: none;
|
|
27096
27052
|
}
|
|
27053
|
+
|
|
27097
27054
|
/* `.rendered-loading-bar` will be used in basic-bricks.loading-bar */
|
|
27098
27055
|
.first-rendered .rendered-loading-bar.loading {
|
|
27099
27056
|
display: block;
|
|
27100
27057
|
}
|
|
27058
|
+
|
|
27101
27059
|
.bootstrap-error #loading-bar-mount-point {
|
|
27102
27060
|
display: none;
|
|
27103
27061
|
}
|
|
27062
|
+
|
|
27104
27063
|
@keyframes global-loading {
|
|
27105
27064
|
from {
|
|
27106
27065
|
transform: translateX(-30%) scaleX(0.3);
|
|
27107
27066
|
}
|
|
27067
|
+
|
|
27108
27068
|
50% {
|
|
27109
27069
|
transform: scaleX(0.3);
|
|
27110
27070
|
}
|
|
27071
|
+
|
|
27111
27072
|
70% {
|
|
27112
27073
|
transform: scaleX(0.7);
|
|
27113
27074
|
}
|
|
27075
|
+
|
|
27114
27076
|
80% {
|
|
27115
27077
|
transform: translateX(50%);
|
|
27116
27078
|
}
|
|
27079
|
+
|
|
27117
27080
|
95% {
|
|
27118
27081
|
transform: translateX(120%);
|
|
27119
27082
|
}
|
|
27083
|
+
|
|
27120
27084
|
to {
|
|
27121
27085
|
transform: translateX(120%);
|
|
27122
27086
|
}
|
|
@@ -27127,4 +27091,4 @@ body.launchpad-open {
|
|
|
27127
27091
|
}
|
|
27128
27092
|
|
|
27129
27093
|
|
|
27130
|
-
/*# sourceMappingURL=main.
|
|
27094
|
+
/*# sourceMappingURL=main.768453e7268a4f4831b7.css.map*/
|