This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
@import 'index.less';

29
node_modules/ng-zorro-antd/tree-view/style/index.css generated vendored Normal file
View File

@@ -0,0 +1,29 @@
/*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
/*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
nz-tree-virtual-scroll-view {
position: relative;
display: block;
overflow: auto;
transform: translateZ(0);
will-change: scroll-position;
contain: strict;
-webkit-overflow-scrolling: touch;
}
nz-tree-virtual-scroll-view .ant-tree-list,
nz-tree-virtual-scroll-view .ant-tree-list-holder {
height: 100%;
}
nz-tree-virtual-scroll-view .ant-tree-switcher + .ant-tree-switcher.nz-tree-leaf-line-icon,
nz-tree-view .ant-tree-switcher + .ant-tree-switcher.nz-tree-leaf-line-icon {
display: none;
}
nz-tree-view .ant-tree-list-holder-inner {
display: flex;
flex-direction: column;
}

29
node_modules/ng-zorro-antd/tree-view/style/index.less generated vendored Normal file
View File

@@ -0,0 +1,29 @@
/*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
nz-tree-virtual-scroll-view {
position: relative;
display: block;
overflow: auto;
transform: translateZ(0);
will-change: scroll-position;
contain: strict;
-webkit-overflow-scrolling: touch;
.ant-tree-list, .ant-tree-list-holder {
height: 100%;
}
}
nz-tree-virtual-scroll-view, nz-tree-view {
.ant-tree-switcher + .ant-tree-switcher.nz-tree-leaf-line-icon {
display: none;
}
}
nz-tree-view .ant-tree-list-holder-inner {
display: flex;
flex-direction: column;
}

View File

@@ -0,0 +1 @@
nz-tree-virtual-scroll-view{position:relative;display:block;overflow:auto;transform:translateZ(0);will-change:scroll-position;contain:strict;-webkit-overflow-scrolling:touch}nz-tree-virtual-scroll-view .ant-tree-list,nz-tree-virtual-scroll-view .ant-tree-list-holder{height:100%}nz-tree-view .ant-tree-switcher+.ant-tree-switcher.nz-tree-leaf-line-icon,nz-tree-virtual-scroll-view .ant-tree-switcher+.ant-tree-switcher.nz-tree-leaf-line-icon{display:none}nz-tree-view .ant-tree-list-holder-inner{display:flex;flex-direction:column}