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

86
node_modules/ng-zorro-antd/empty/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,86 @@
import { Portal } from '@angular/cdk/portal';
import * as i0 from '@angular/core';
import { Type, TemplateRef, InjectionToken, OnChanges, OnInit, SimpleChanges } from '@angular/core';
import { NzSafeAny } from 'ng-zorro-antd/core/types';
import { NzEmptyI18nInterface } from 'ng-zorro-antd/i18n';
/**
* 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
*/
type NzEmptySize = 'normal' | 'small' | '';
type NzEmptyCustomContent = Type<NzSafeAny> | TemplateRef<NzSafeAny> | string | null;
declare const NZ_EMPTY_COMPONENT_NAME: InjectionToken<string>;
/**
* 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
*/
type NzEmptyContentType = 'component' | 'template' | 'string';
declare class NzEmbedEmptyComponent implements OnChanges, OnInit {
private configService;
private viewContainerRef;
private cdr;
private injector;
nzComponentName?: string;
specificContent?: NzEmptyCustomContent;
content?: NzEmptyCustomContent;
contentType: NzEmptyContentType;
contentPortal?: Portal<NzSafeAny>;
size: NzEmptySize;
constructor();
ngOnChanges(changes: SimpleChanges): void;
ngOnInit(): void;
private renderEmpty;
private getUserDefaultEmptyContent;
static ɵfac: i0.ɵɵFactoryDeclaration<NzEmbedEmptyComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NzEmbedEmptyComponent, "nz-embed-empty", ["nzEmbedEmpty"], { "nzComponentName": { "alias": "nzComponentName"; "required": false; }; "specificContent": { "alias": "specificContent"; "required": false; }; }, {}, never, never, true, never>;
}
/**
* 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
*/
declare const NzEmptyDefaultImages: readonly ["default", "simple"];
type NzEmptyNotFoundImageType = (typeof NzEmptyDefaultImages)[number] | null | string | TemplateRef<void>;
declare class NzEmptyComponent implements OnChanges, OnInit {
private i18n;
private cdr;
private destroyRef;
nzNotFoundImage: NzEmptyNotFoundImageType;
nzNotFoundContent?: string | TemplateRef<void> | null;
nzNotFoundFooter?: string | TemplateRef<void>;
isContentString: boolean;
isImageBuildIn: boolean;
locale: NzEmptyI18nInterface;
ngOnChanges(changes: SimpleChanges): void;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NzEmptyComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NzEmptyComponent, "nz-empty", ["nzEmpty"], { "nzNotFoundImage": { "alias": "nzNotFoundImage"; "required": false; }; "nzNotFoundContent": { "alias": "nzNotFoundContent"; "required": false; }; "nzNotFoundFooter": { "alias": "nzNotFoundFooter"; "required": false; }; }, {}, never, never, true, never>;
}
declare class NzEmptyDefaultComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<NzEmptyDefaultComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NzEmptyDefaultComponent, "nz-empty-default", ["nzEmptyDefault"], {}, {}, never, never, true, never>;
}
declare class NzEmptySimpleComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<NzEmptySimpleComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NzEmptySimpleComponent, "nz-empty-simple", ["nzEmptySimple"], {}, {}, never, never, true, never>;
}
declare class NzEmptyModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzEmptyModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzEmptyModule, never, [typeof NzEmptyComponent, typeof NzEmbedEmptyComponent, typeof NzEmptyDefaultComponent, typeof NzEmptySimpleComponent], [typeof NzEmptyComponent, typeof NzEmbedEmptyComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzEmptyModule>;
}
export { NZ_EMPTY_COMPONENT_NAME, NzEmbedEmptyComponent, NzEmptyComponent, NzEmptyDefaultComponent, NzEmptyModule, NzEmptySimpleComponent };
export type { NzEmptyCustomContent, NzEmptySize };

3
node_modules/ng-zorro-antd/empty/package.json generated vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"module": "../fesm2022/ng-zorro-antd-empty.mjs"
}

2
node_modules/ng-zorro-antd/empty/style/entry.less generated vendored Normal file
View File

@@ -0,0 +1,2 @@
@import './index.less';
@import "./patch";

73
node_modules/ng-zorro-antd/empty/style/index.css generated vendored Normal file
View File

@@ -0,0 +1,73 @@
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
.ant-empty {
margin: 0 8px;
font-size: 14px;
line-height: 1.5715;
text-align: center;
}
.ant-empty-image {
height: 100px;
margin-bottom: 8px;
}
.ant-empty-image img {
height: 100%;
}
.ant-empty-image svg {
height: 100%;
margin: auto;
}
.ant-empty-footer {
margin-top: 16px;
}
.ant-empty-normal {
margin: 32px 0;
color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
height: 40px;
}
.ant-empty-small {
margin: 8px 0;
color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
height: 35px;
}
.ant-empty-img-default-ellipse {
fill: #f5f5f5;
fill-opacity: 0.8;
}
.ant-empty-img-default-path-1 {
fill: #aeb8c2;
}
.ant-empty-img-default-path-2 {
fill: url('#linearGradient-1');
}
.ant-empty-img-default-path-3 {
fill: #f5f5f7;
}
.ant-empty-img-default-path-4 {
fill: #dce0e6;
}
.ant-empty-img-default-path-5 {
fill: #dce0e6;
}
.ant-empty-img-default-g {
fill: #fff;
}
.ant-empty-img-simple-ellipse {
fill: #f5f5f5;
}
.ant-empty-img-simple-g {
stroke: #d9d9d9;
}
.ant-empty-img-simple-path {
fill: #fafafa;
}
.ant-empty-rtl {
direction: rtl;
}
nz-empty {
display: block;
}

151
node_modules/ng-zorro-antd/empty/style/index.less generated vendored Normal file
View File

@@ -0,0 +1,151 @@
@import '../../style/themes/index';
@import '../../style/mixins/index';
@empty-prefix-cls: ~'@{ant-prefix}-empty';
@empty-img-prefix-cls: ~'@{ant-prefix}-empty-img';
.@{empty-prefix-cls} {
margin: 0 8px;
font-size: @empty-font-size;
line-height: @line-height-base;
text-align: center;
&-image {
height: 100px;
margin-bottom: 8px;
img {
height: 100%;
}
svg {
height: 100%;
margin: auto;
}
}
&-footer {
margin-top: 16px;
}
// antd internal empty style
&-normal {
margin: 32px 0;
color: @disabled-color;
.@{empty-prefix-cls}-image {
height: 40px;
}
}
&-small {
margin: 8px 0;
color: @disabled-color;
.@{empty-prefix-cls}-image {
height: 35px;
}
}
}
.@{empty-img-prefix-cls}-default {
// not support the definition because the less variables have no meaning
& when (@theme = dark) {
&-ellipse {
fill: @white;
fill-opacity: 0.08;
}
&-path {
&-1 {
fill: #262626;
}
&-2 {
fill: url('#linearGradient-1');
}
&-3 {
fill: #595959;
}
&-4 {
fill: #434343;
}
&-5 {
fill: #595959;
}
}
&-g {
fill: #434343;
}
}
& when not (@theme = dark) {
&-ellipse {
fill: #f5f5f5;
fill-opacity: 0.8;
}
&-path {
&-1 {
fill: #aeb8c2;
}
&-2 {
fill: url('#linearGradient-1');
}
&-3 {
fill: #f5f5f7;
}
&-4 {
fill: #dce0e6;
}
&-5 {
fill: #dce0e6;
}
}
&-g {
fill: @white;
}
}
}
.@{empty-img-prefix-cls}-simple {
// not support the definition because the less variables have no meaning
& when (@theme = dark) {
&-ellipse {
fill: @white;
fill-opacity: 0.08;
}
&-g {
stroke: #434343;
}
&-path {
fill: #262626;
stroke: #434343;
}
}
& when not (@theme = dark) {
&-ellipse {
fill: #f5f5f5;
}
&-g {
stroke: #d9d9d9;
}
&-path {
fill: #fafafa;
}
}
}
@import './rtl';

1
node_modules/ng-zorro-antd/empty/style/index.min.css generated vendored Normal file
View File

@@ -0,0 +1 @@
.ant-empty{margin:0 8px;font-size:14px;line-height:1.5715;text-align:center}.ant-empty-image{height:100px;margin-bottom:8px}.ant-empty-image img{height:100%}.ant-empty-image svg{height:100%;margin:auto}.ant-empty-footer{margin-top:16px}.ant-empty-normal{margin:32px 0;color:rgba(0,0,0,.25)}.ant-empty-normal .ant-empty-image{height:40px}.ant-empty-small{margin:8px 0;color:rgba(0,0,0,.25)}.ant-empty-small .ant-empty-image{height:35px}.ant-empty-img-default-ellipse{fill:#f5f5f5;fill-opacity:0.8}.ant-empty-img-default-path-1{fill:#aeb8c2}.ant-empty-img-default-path-2{fill:url('#linearGradient-1')}.ant-empty-img-default-path-3{fill:#f5f5f7}.ant-empty-img-default-path-4{fill:#dce0e6}.ant-empty-img-default-path-5{fill:#dce0e6}.ant-empty-img-default-g{fill:#fff}.ant-empty-img-simple-ellipse{fill:#f5f5f5}.ant-empty-img-simple-g{stroke:#d9d9d9}.ant-empty-img-simple-path{fill:#fafafa}.ant-empty-rtl{direction:rtl}nz-empty{display:block}

3
node_modules/ng-zorro-antd/empty/style/patch.less generated vendored Normal file
View File

@@ -0,0 +1,3 @@
nz-empty {
display: block;
}

10
node_modules/ng-zorro-antd/empty/style/rtl.less generated vendored Normal file
View File

@@ -0,0 +1,10 @@
@import '../../style/themes/index';
@import '../../style/mixins/index';
@empty-prefix-cls: ~'@{ant-prefix}-empty';
.@{empty-prefix-cls} {
&-rtl {
direction: rtl;
}
}