ngx-axis-appforge 0.0.88 → 0.0.89
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/axis-components/video/design/index.d.ts +5 -0
- package/axis-components/video/index.d.ts +16 -0
- package/axis-components-covers/video.svg +1 -0
- package/fesm2022/ngx-axis-appforge-axis-components-video-design.mjs +65 -0
- package/fesm2022/ngx-axis-appforge-axis-components-video-design.mjs.map +1 -0
- package/fesm2022/ngx-axis-appforge-axis-components-video.mjs +45 -0
- package/fesm2022/ngx-axis-appforge-axis-components-video.mjs.map +1 -0
- package/fesm2022/ngx-axis-appforge-axis-components.mjs +21 -4
- package/fesm2022/ngx-axis-appforge-axis-components.mjs.map +1 -1
- package/package.json +19 -10
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DataOptions, Base } from 'ngx-axis-appforge/core';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class VideoOptions extends DataOptions {
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
declare class Video extends Base<VideoOptions> {
|
|
8
|
+
private readonly fileBaseUrl;
|
|
9
|
+
options: VideoOptions;
|
|
10
|
+
get src(): string | undefined;
|
|
11
|
+
getUrl(url: string): string;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Video, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Video, "axis-video", never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { Video };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1772684886084" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5680" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M745.813 87.177c12.15-21.045 39.06-28.256 60.105-16.105l48.112 27.777c21.044 12.15 28.255 39.06 16.105 60.105l-72.997 126.432H958c24.3 0 44 19.7 44 44V930.45c0 24.3-19.7 44-44 44H66c-24.3 0-44-19.7-44-44V329.387c0-24.3 19.7-44 44-44h164.689l-72.996-126.433c-12.15-21.045-4.94-47.955 16.106-60.105l48.111-27.777c21.045-12.15 47.955-4.94 60.105 16.105l114.437 198.21h234.923z m-339.11 379.485c-24.057 0-43.605 19.308-43.994 43.273l-0.006 0.727v239.469a44 44 0 0 0 4.645 19.677c10.76 21.518 36.77 30.368 58.38 19.998l0.653-0.32L665.849 669.75a44 44 0 0 0 19.677-19.677c10.76-21.518 2.232-47.637-19.029-58.702l-0.648-0.33-239.468-119.735a44 44 0 0 0-19.678-4.645z" fill="#b0d5fb" p-id="5681"></path></svg>
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { FunFieldValueBase, baseFbConfig, baseFunField, BaseDesignSetting, FunField, OptionsNode, SimpleMenu } from 'ngx-axis-appforge/core';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
4
|
+
import * as i1 from '@angular/forms';
|
|
5
|
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
6
|
+
import * as i4 from 'ng-zorro-antd/collapse';
|
|
7
|
+
import { NzCollapseModule } from 'ng-zorro-antd/collapse';
|
|
8
|
+
import * as i3 from 'ng-zorro-antd/form';
|
|
9
|
+
import { NzFormModule } from 'ng-zorro-antd/form';
|
|
10
|
+
import * as i5 from 'ng-zorro-antd/input';
|
|
11
|
+
import { NzInputModule } from 'ng-zorro-antd/input';
|
|
12
|
+
import * as i2 from 'ng-zorro-antd/grid';
|
|
13
|
+
|
|
14
|
+
class Setting extends FunFieldValueBase {
|
|
15
|
+
fg = this.fb.group({
|
|
16
|
+
...baseFbConfig,
|
|
17
|
+
data: [],
|
|
18
|
+
});
|
|
19
|
+
funFields = {
|
|
20
|
+
...baseFunField,
|
|
21
|
+
data: {
|
|
22
|
+
defaultValue: undefined
|
|
23
|
+
},
|
|
24
|
+
};
|
|
25
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: Setting, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
26
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: Setting, isStandalone: true, selector: "axis-design-image-setting", usesInheritance: true, ngImport: i0, template: "<form [formGroup]=\"fg\" nz-form>\n <nz-collapse [nzBordered]=\"false\">\n <nz-collapse-panel nzHeader=\"\u57FA\u672C\u8BBE\u7F6E\" nzActive>\n <nz-form-item>\n <nz-form-label nzSpan=\"8\">\n \u89C6\u9891\u5730\u5740\n </nz-form-label>\n <nz-form-control nzSpan=\"16\">\n <axis-fun-field formControlName=\"data\">\n <textarea rows=\"5\" nz-input ngModel [ngModelOptions]=\"{standalone:true}\"></textarea>\n </axis-fun-field>\n </nz-form-control>\n </nz-form-item>\n </nz-collapse-panel>\n <axis-base-design-setting [fg]=\"fg\"></axis-base-design-setting>\n </nz-collapse>\n</form>", styles: [""], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: NzFormModule }, { kind: "directive", type: i2.NzColDirective, selector: "[nz-col],nz-col,nz-form-control,nz-form-label", inputs: ["nzFlex", "nzSpan", "nzOrder", "nzOffset", "nzPush", "nzPull", "nzXs", "nzSm", "nzMd", "nzLg", "nzXl", "nzXXl"], exportAs: ["nzCol"] }, { kind: "directive", type: i2.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "directive", type: i3.NzFormDirective, selector: "[nz-form]", inputs: ["nzLayout", "nzNoColon", "nzAutoTips", "nzDisableAutoTips", "nzTooltipIcon", "nzLabelAlign", "nzLabelWrap", "nzRequiredMark"], exportAs: ["nzForm"] }, { kind: "component", type: i3.NzFormItemComponent, selector: "nz-form-item", exportAs: ["nzFormItem"] }, { kind: "component", type: i3.NzFormLabelComponent, selector: "nz-form-label", inputs: ["nzFor", "nzRequired", "nzNoColon", "nzTooltipTitle", "nzTooltipIcon", "nzLabelAlign", "nzLabelWrap"], exportAs: ["nzFormLabel"] }, { kind: "component", type: i3.NzFormControlComponent, selector: "nz-form-control", inputs: ["nzSuccessTip", "nzWarningTip", "nzErrorTip", "nzValidatingTip", "nzExtra", "nzAutoTips", "nzDisableAutoTips", "nzHasFeedback", "nzValidateStatus"], exportAs: ["nzFormControl"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: NzCollapseModule }, { kind: "component", type: i4.NzCollapsePanelComponent, selector: "nz-collapse-panel", inputs: ["nzActive", "nzDisabled", "nzShowArrow", "nzExtra", "nzHeader", "nzExpandedIcon", "nzCollapsible"], outputs: ["nzActiveChange"], exportAs: ["nzCollapsePanel"] }, { kind: "component", type: i4.NzCollapseComponent, selector: "nz-collapse", inputs: ["nzAccordion", "nzBordered", "nzGhost", "nzExpandIconPosition", "nzSize"], exportAs: ["nzCollapse"] }, { kind: "component", type: BaseDesignSetting, selector: "axis-base-design-setting", inputs: ["scopeId", "exclude", "fg"] }, { kind: "component", type: FunField, selector: "axis-fun-field", inputs: ["scopes", "exclude", "scopeId", "onlyFun", "noListen", "disabled", "editTip", "value", "open", "showCreateListenModal", "createListenDataSourceName"], outputs: ["valueChange", "openChange", "showCreateListenModalChange", "createListenDataSourceNameChange"] }, { kind: "ngmodule", type: NzInputModule }, { kind: "directive", type: i5.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzVariant", "nzSize", "nzStepperless", "nzStatus", "disabled", "readonly"], exportAs: ["nzInput"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
27
|
+
}
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: Setting, decorators: [{
|
|
29
|
+
type: Component,
|
|
30
|
+
args: [{ selector: 'axis-design-image-setting', imports: [FormsModule, NzFormModule, ReactiveFormsModule, NzCollapseModule, BaseDesignSetting, FunField, NzInputModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<form [formGroup]=\"fg\" nz-form>\n <nz-collapse [nzBordered]=\"false\">\n <nz-collapse-panel nzHeader=\"\u57FA\u672C\u8BBE\u7F6E\" nzActive>\n <nz-form-item>\n <nz-form-label nzSpan=\"8\">\n \u89C6\u9891\u5730\u5740\n </nz-form-label>\n <nz-form-control nzSpan=\"16\">\n <axis-fun-field formControlName=\"data\">\n <textarea rows=\"5\" nz-input ngModel [ngModelOptions]=\"{standalone:true}\"></textarea>\n </axis-fun-field>\n </nz-form-control>\n </nz-form-item>\n </nz-collapse-panel>\n <axis-base-design-setting [fg]=\"fg\"></axis-base-design-setting>\n </nz-collapse>\n</form>" }]
|
|
31
|
+
}] });
|
|
32
|
+
|
|
33
|
+
const Config = {
|
|
34
|
+
componentName: "视频",
|
|
35
|
+
buildOptionsNodes(nextInfo) {
|
|
36
|
+
return {
|
|
37
|
+
treeNode: new OptionsNode({
|
|
38
|
+
parentId: nextInfo.parentId,
|
|
39
|
+
scopeId: nextInfo.scopeId,
|
|
40
|
+
name: "视频",
|
|
41
|
+
canSetting: true,
|
|
42
|
+
canDrag: true,
|
|
43
|
+
dragType: "component",
|
|
44
|
+
parentObj: nextInfo.parentObject,
|
|
45
|
+
indexOfParentObj: nextInfo.indexOfParent,
|
|
46
|
+
rootOptions: nextInfo.currentObject,
|
|
47
|
+
settingType: Setting,
|
|
48
|
+
contextMenu: SimpleMenu,
|
|
49
|
+
icon: "file-image"
|
|
50
|
+
})
|
|
51
|
+
};
|
|
52
|
+
},
|
|
53
|
+
bindElementsOptionsNode(element, options) {
|
|
54
|
+
return {
|
|
55
|
+
[options.id]: { element }
|
|
56
|
+
};
|
|
57
|
+
},
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Generated bundle index. Do not edit.
|
|
62
|
+
*/
|
|
63
|
+
|
|
64
|
+
export { Config };
|
|
65
|
+
//# sourceMappingURL=ngx-axis-appforge-axis-components-video-design.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ngx-axis-appforge-axis-components-video-design.mjs","sources":["../../../axis-components/video/design/setting/setting.ts","../../../axis-components/video/design/setting/setting.html","../../../axis-components/video/design/config.ts","../../../axis-components/video/design/ngx-axis-appforge-axis-components-video-design.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule, UntypedFormGroup } from '@angular/forms';\nimport { NzCollapseModule } from 'ng-zorro-antd/collapse';\nimport { NzFormModule } from 'ng-zorro-antd/form';\nimport { NzInputModule } from 'ng-zorro-antd/input';\nimport { BaseDesignSetting, baseFbConfig, baseFunField, FunField, FunFieldOptions, FunFieldValueBase } from 'ngx-axis-appforge/core';\n\n@Component({\n selector: 'axis-design-image-setting',\n imports: [FormsModule, NzFormModule, ReactiveFormsModule, NzCollapseModule, BaseDesignSetting, FunField, NzInputModule],\n templateUrl: './setting.html',\n styleUrl: './setting.css',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class Setting extends FunFieldValueBase {\n\n override fg: UntypedFormGroup = this.fb.group({\n ...baseFbConfig,\n data: [],\n });\n\n protected override funFields: FunFieldOptions = {\n ...baseFunField,\n data: {\n defaultValue: undefined\n },\n };\n}\n","<form [formGroup]=\"fg\" nz-form>\n <nz-collapse [nzBordered]=\"false\">\n <nz-collapse-panel nzHeader=\"基本设置\" nzActive>\n <nz-form-item>\n <nz-form-label nzSpan=\"8\">\n 视频地址\n </nz-form-label>\n <nz-form-control nzSpan=\"16\">\n <axis-fun-field formControlName=\"data\">\n <textarea rows=\"5\" nz-input ngModel [ngModelOptions]=\"{standalone:true}\"></textarea>\n </axis-fun-field>\n </nz-form-control>\n </nz-form-item>\n </nz-collapse-panel>\n <axis-base-design-setting [fg]=\"fg\"></axis-base-design-setting>\n </nz-collapse>\n</form>","import { NextInfo, DesignBuildResult, DesignBindElementsResult, DesignConfig, OptionsNode, nameCode, SimpleMenu } from \"ngx-axis-appforge/core\";\nimport { Setting } from \"./setting/setting\";\n\nexport const Config: DesignConfig = {\n\n componentName: \"视频\",\n buildOptionsNodes(nextInfo: NextInfo): DesignBuildResult {\n return {\n treeNode: new OptionsNode({\n parentId: nextInfo.parentId,\n scopeId: nextInfo.scopeId,\n name: \"视频\",\n canSetting: true,\n canDrag: true,\n dragType: \"component\",\n parentObj: nextInfo.parentObject,\n indexOfParentObj: nextInfo.indexOfParent,\n rootOptions: nextInfo.currentObject,\n settingType: Setting,\n contextMenu: SimpleMenu,\n icon: \"file-image\"\n })\n };\n },\n bindElementsOptionsNode(element: HTMLElement, options: any): DesignBindElementsResult {\n return {\n [options.id]: { element }\n }\n },\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './config';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { inject, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
+
import { DataOptions, Base, AXIS_FILE_BASE_URL_TOKEN } from 'ngx-axis-appforge/core';
|
|
4
|
+
import { BehaviorSubject } from 'rxjs';
|
|
5
|
+
import 'vidstack/player';
|
|
6
|
+
import 'vidstack/player/layouts/default';
|
|
7
|
+
import 'vidstack/player/ui';
|
|
8
|
+
|
|
9
|
+
class VideoOptions extends DataOptions {
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
class Video extends Base {
|
|
13
|
+
fileBaseUrl = inject(AXIS_FILE_BASE_URL_TOKEN, { optional: true }) ?? "";
|
|
14
|
+
options = new VideoOptions();
|
|
15
|
+
get src() {
|
|
16
|
+
if (this.options.data()) {
|
|
17
|
+
return this.getUrl(this.options.data());
|
|
18
|
+
}
|
|
19
|
+
return undefined;
|
|
20
|
+
}
|
|
21
|
+
getUrl(url) {
|
|
22
|
+
if (url.startsWith("http")) {
|
|
23
|
+
return url;
|
|
24
|
+
}
|
|
25
|
+
else if (this.fileBaseUrl instanceof BehaviorSubject) {
|
|
26
|
+
return this.fileBaseUrl.value + url;
|
|
27
|
+
}
|
|
28
|
+
else {
|
|
29
|
+
return this.fileBaseUrl + url;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: Video, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
33
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: Video, isStandalone: true, selector: "axis-video", usesInheritance: true, ngImport: i0, template: "@if (src) {\n<media-player controls [src]=\"src\">\n <media-provider></media-provider>\n</media-player>\n}", styles: [":host{display:block;overflow:hidden;position:relative}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
34
|
+
}
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: Video, decorators: [{
|
|
36
|
+
type: Component,
|
|
37
|
+
args: [{ selector: 'axis-video', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "@if (src) {\n<media-player controls [src]=\"src\">\n <media-provider></media-provider>\n</media-player>\n}", styles: [":host{display:block;overflow:hidden;position:relative}\n"] }]
|
|
38
|
+
}] });
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Generated bundle index. Do not edit.
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
export { Video };
|
|
45
|
+
//# sourceMappingURL=ngx-axis-appforge-axis-components-video.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ngx-axis-appforge-axis-components-video.mjs","sources":["../../../axis-components/video/video.options.ts","../../../axis-components/video/video.ts","../../../axis-components/video/video.html","../../../axis-components/video/ngx-axis-appforge-axis-components-video.ts"],"sourcesContent":["import { DataOptions } from \"ngx-axis-appforge/core\";\n\nexport class VideoOptions extends DataOptions {\n\n // mode = signal<\"aspectFit\" | \"aspectFill\" | \"scaleToFill\">(\"aspectFit\");\n // preview = signal(true);\n}","import { ChangeDetectionStrategy, Component, CUSTOM_ELEMENTS_SCHEMA, inject } from '@angular/core';\nimport { AXIS_FILE_BASE_URL_TOKEN, Base } from 'ngx-axis-appforge/core';\nimport { VideoOptions } from './video.options';\nimport { BehaviorSubject } from 'rxjs';\nimport 'vidstack/player';\nimport 'vidstack/player/layouts/default';\nimport 'vidstack/player/ui';\n\n@Component({\n selector: 'axis-video',\n imports: [],\n templateUrl: './video.html',\n styleUrl: './video.css',\n changeDetection: ChangeDetectionStrategy.OnPush,\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class Video extends Base<VideoOptions> {\n\n private readonly fileBaseUrl = inject(AXIS_FILE_BASE_URL_TOKEN, { optional: true }) ?? \"\";\n override options: VideoOptions = new VideoOptions();\n\n get src(): string | undefined {\n if (this.options.data()) {\n return this.getUrl(this.options.data());\n }\n return undefined;\n }\n\n\n getUrl(url: string): string {\n if (url.startsWith(\"http\")) {\n return url;\n } else if (this.fileBaseUrl instanceof BehaviorSubject) {\n return this.fileBaseUrl.value + url;\n } else {\n return this.fileBaseUrl + url;\n }\n }\n}\n","@if (src) {\n<media-player controls [src]=\"src\">\n <media-provider></media-provider>\n</media-player>\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './video';\n"],"names":[],"mappings":";;;;;;;;AAEM,MAAO,YAAa,SAAQ,WAAW,CAAA;AAI5C;;ACUK,MAAO,KAAM,SAAQ,IAAkB,CAAA;AAE1B,IAAA,WAAW,GAAG,MAAM,CAAC,wBAAwB,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,IAAI,EAAE;AAChF,IAAA,OAAO,GAAiB,IAAI,YAAY,EAAE;AAEnD,IAAA,IAAI,GAAG,GAAA;AACL,QAAA,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;QACzC;AACA,QAAA,OAAO,SAAS;IAClB;AAGA,IAAA,MAAM,CAAC,GAAW,EAAA;AAChB,QAAA,IAAI,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE;AAC1B,YAAA,OAAO,GAAG;QACZ;AAAO,aAAA,IAAI,IAAI,CAAC,WAAW,YAAY,eAAe,EAAE;AACtD,YAAA,OAAO,IAAI,CAAC,WAAW,CAAC,KAAK,GAAG,GAAG;QACrC;aAAO;AACL,YAAA,OAAO,IAAI,CAAC,WAAW,GAAG,GAAG;QAC/B;IACF;wGArBW,KAAK,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAL,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,KAAK,6FChBlB,6GAIC,EAAA,MAAA,EAAA,CAAA,0DAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA;;4FDYY,KAAK,EAAA,UAAA,EAAA,CAAA;kBARjB,SAAS;+BACE,YAAY,EAAA,OAAA,EACb,EAAE,EAAA,eAAA,EAGM,uBAAuB,CAAC,MAAM,EAAA,OAAA,EACtC,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,6GAAA,EAAA,MAAA,EAAA,CAAA,0DAAA,CAAA,EAAA;;;AEdnC;;AAEG;;;;"}
|
|
@@ -85,6 +85,8 @@ const cmpMap = {
|
|
|
85
85
|
"axis-components/rich-text-editor/design": () => import('ngx-axis-appforge/axis-components/rich-text-editor/design'),
|
|
86
86
|
"axis-components/echarts": () => import('ngx-axis-appforge/axis-components/echarts'),
|
|
87
87
|
"axis-components/echarts/design": () => import('ngx-axis-appforge/axis-components/echarts/design'),
|
|
88
|
+
"axis-components/video": () => import('ngx-axis-appforge/axis-components/video'),
|
|
89
|
+
"axis-components/video/design": () => import('ngx-axis-appforge/axis-components/video/design'),
|
|
88
90
|
};
|
|
89
91
|
|
|
90
92
|
const buttonExampleDesc = {
|
|
@@ -786,7 +788,7 @@ const badgeExampleDesc = {
|
|
|
786
788
|
const imageExampleDesc = {
|
|
787
789
|
component: "图片",
|
|
788
790
|
coverImg: "assets/axis-components-covers/image.svg",
|
|
789
|
-
span:
|
|
791
|
+
span: 12,
|
|
790
792
|
height: 70,
|
|
791
793
|
example: {
|
|
792
794
|
options: {
|
|
@@ -949,8 +951,8 @@ const datePickerExampleDesc = {
|
|
|
949
951
|
const stepsExampleDesc = {
|
|
950
952
|
component: "步骤条",
|
|
951
953
|
coverImg: "assets/axis-components-covers/steps.svg",
|
|
952
|
-
span:
|
|
953
|
-
height:
|
|
954
|
+
span: 10,
|
|
955
|
+
height: 70,
|
|
954
956
|
example: {
|
|
955
957
|
options: {
|
|
956
958
|
component: "axis-components/steps",
|
|
@@ -1641,6 +1643,20 @@ const echartsExampleDesc = {
|
|
|
1641
1643
|
]
|
|
1642
1644
|
};
|
|
1643
1645
|
|
|
1646
|
+
const videoExampleDesc = {
|
|
1647
|
+
component: "视频",
|
|
1648
|
+
coverImg: "assets/axis-components-covers/video.svg",
|
|
1649
|
+
span: 12,
|
|
1650
|
+
height: 70,
|
|
1651
|
+
example: {
|
|
1652
|
+
options: {
|
|
1653
|
+
component: "axis-components/video",
|
|
1654
|
+
id: "axis-components/video#1",
|
|
1655
|
+
inuse: true,
|
|
1656
|
+
},
|
|
1657
|
+
}
|
|
1658
|
+
};
|
|
1659
|
+
|
|
1644
1660
|
const examples = [
|
|
1645
1661
|
{
|
|
1646
1662
|
groupName: "通用",
|
|
@@ -1693,8 +1709,9 @@ const examples = [
|
|
|
1693
1709
|
tableExampleDesc,
|
|
1694
1710
|
descExampleDesc,
|
|
1695
1711
|
badgeExampleDesc,
|
|
1696
|
-
imageExampleDesc,
|
|
1697
1712
|
stepsExampleDesc,
|
|
1713
|
+
imageExampleDesc,
|
|
1714
|
+
videoExampleDesc,
|
|
1698
1715
|
cytoscapeExampleDesc,
|
|
1699
1716
|
echartsExampleDesc,
|
|
1700
1717
|
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngx-axis-appforge-axis-components.mjs","sources":["../../../axis-components/cmp-map.ts","../../../axis-components/examples/examples/button.ts","../../../axis-components/examples/examples/form.ts","../../../axis-components/examples/examples/form-item.ts","../../../axis-components/examples/examples/flex.ts","../../../axis-components/examples/examples/input.ts","../../../axis-components/examples/examples/table.ts","../../../axis-components/examples/examples/design.ts","../../../axis-components/examples/examples/text.ts","../../../axis-components/examples/examples/tree-selector.ts","../../../axis-components/examples/examples/splitter.ts","../../../axis-components/examples/examples/modal.ts","../../../axis-components/examples/examples/desc.ts","../../../axis-components/examples/examples/badge.ts","../../../axis-components/examples/examples/image.ts","../../../axis-components/examples/examples/icon.ts","../../../axis-components/examples/examples/input-icon.ts","../../../axis-components/examples/examples/input-number.ts","../../../axis-components/examples/examples/upload.ts","../../../axis-components/examples/examples/textarea.ts","../../../axis-components/examples/examples/dynamic-container.ts","../../../axis-components/examples/examples/scope.ts","../../../axis-components/examples/examples/input-component.ts","../../../axis-components/examples/examples/input-json.ts","../../../axis-components/examples/examples/date-picker.ts","../../../axis-components/examples/examples/steps.ts","../../../axis-components/examples/examples/editor.ts","../../../axis-components/examples/examples/tabs.ts","../../../axis-components/examples/examples/dynamic-value.ts","../../../axis-components/examples/examples/edit-table.ts","../../../axis-components/examples/examples/color-picker.ts","../../../axis-components/examples/examples/select.ts","../../../axis-components/examples/examples/radio.ts","../../../axis-components/examples/examples/switch.ts","../../../axis-components/examples/examples/checkbox.ts","../../../axis-components/examples/examples/rate.ts","../../../axis-components/examples/examples/cytoscape.ts","../../../axis-components/examples/examples/timer.ts","../../../axis-components/examples/examples/transfer.ts","../../../axis-components/examples/examples/dropdown.ts","../../../axis-components/examples/examples/menu.ts","../../../axis-components/examples/examples/rich-text-editor.ts","../../../axis-components/examples/examples/echarts.ts","../../../axis-components/examples/examples.ts","../../../axis-components/cmplib.ts","../../../axis-components/ngx-axis-appforge-axis-components.ts"],"sourcesContent":["export const cmpMap: { [component: string]: () => Promise<any> } = {\n \"axis-components/button\": () => import(\"ngx-axis-appforge/axis-components/button\"),\n \"axis-components/button/design\": () => import(\"ngx-axis-appforge/axis-components/button/design\"),\n \"axis-components/design\": () => import(\"ngx-axis-appforge/axis-components/design\"),\n \"axis-components/design/design\": () => import(\"ngx-axis-appforge/axis-components/design/design\"),\n \"axis-components/editor\": () => import(\"ngx-axis-appforge/axis-components/editor\"),\n \"axis-components/editor/design\": () => import(\"ngx-axis-appforge/axis-components/editor/design\"),\n \"axis-components/flex\": () => import(\"ngx-axis-appforge/axis-components/flex\"),\n \"axis-components/flex/design\": () => import(\"ngx-axis-appforge/axis-components/flex/design\"),\n \"axis-components/icon\": () => import(\"ngx-axis-appforge/axis-components/icon\"),\n \"axis-components/icon/design\": () => import(\"ngx-axis-appforge/axis-components/icon/design\"),\n \"axis-components/input\": () => import(\"ngx-axis-appforge/axis-components/input\"),\n \"axis-components/input/design\": () => import(\"ngx-axis-appforge/axis-components/input/design\"),\n \"axis-components/input-icon\": () => import(\"ngx-axis-appforge/axis-components/input-icon\"),\n \"axis-components/input-icon/design\": () => import(\"ngx-axis-appforge/axis-components/input-icon/design\"),\n \"axis-components/input-json\": () => import(\"ngx-axis-appforge/axis-components/input-json\"),\n \"axis-components/input-json/design\": () => import(\"ngx-axis-appforge/axis-components/input-json/design\"),\n \"axis-components/scope\": () => import(\"ngx-axis-appforge/axis-components/scope\"),\n \"axis-components/scope/design\": () => import(\"ngx-axis-appforge/axis-components/scope/design\"),\n \"axis-components/text\": () => import(\"ngx-axis-appforge/axis-components/text\"),\n \"axis-components/text/design\": () => import(\"ngx-axis-appforge/axis-components/text/design\"),\n \"axis-components/form\": () => import(\"ngx-axis-appforge/axis-components/form\"),\n \"axis-components/form/design\": () => import(\"ngx-axis-appforge/axis-components/form/design\"),\n \"axis-components/form-item\": () => import(\"ngx-axis-appforge/axis-components/form-item\"),\n \"axis-components/form-item/design\": () => import(\"ngx-axis-appforge/axis-components/form-item/design\"),\n \"axis-components/table\": () => import(\"ngx-axis-appforge/axis-components/table\"),\n \"axis-components/table/design\": () => import(\"ngx-axis-appforge/axis-components/table/design\"),\n \"axis-components/single-selector\": () => import(\"ngx-axis-appforge/axis-components/single-selector\"),\n \"axis-components/single-selector/design\": () => import(\"ngx-axis-appforge/axis-components/single-selector/design\"),\n \"axis-components/select\": () => import(\"ngx-axis-appforge/axis-components/select\"),\n \"axis-components/select/design\": () => import(\"ngx-axis-appforge/axis-components/select/design\"),\n \"axis-components/tree-selector\": () => import(\"ngx-axis-appforge/axis-components/tree-selector\"),\n \"axis-components/tree-selector/design\": () => import(\"ngx-axis-appforge/axis-components/tree-selector/design\"),\n \"axis-components/splitter\": () => import(\"ngx-axis-appforge/axis-components/splitter\"),\n \"axis-components/splitter/design\": () => import(\"ngx-axis-appforge/axis-components/splitter/design\"),\n \"axis-components/modal\": () => import(\"ngx-axis-appforge/axis-components/modal\"),\n \"axis-components/modal/design\": () => import(\"ngx-axis-appforge/axis-components/modal/design\"),\n \"axis-components/desc\": () => import(\"ngx-axis-appforge/axis-components/desc\"),\n \"axis-components/desc/design\": () => import(\"ngx-axis-appforge/axis-components/desc/design\"),\n \"axis-components/badge\": () => import(\"ngx-axis-appforge/axis-components/badge\"),\n \"axis-components/badge/design\": () => import(\"ngx-axis-appforge/axis-components/badge/design\"),\n \"axis-components/image\": () => import(\"ngx-axis-appforge/axis-components/image\"),\n \"axis-components/image/design\": () => import(\"ngx-axis-appforge/axis-components/image/design\"),\n \"axis-components/input-number\": () => import(\"ngx-axis-appforge/axis-components/input-number\"),\n \"axis-components/input-number/design\": () => import(\"ngx-axis-appforge/axis-components/input-number/design\"),\n \"axis-components/upload\": () => import(\"ngx-axis-appforge/axis-components/upload\"),\n \"axis-components/upload/design\": () => import(\"ngx-axis-appforge/axis-components/upload/design\"),\n \"axis-components/textarea\": () => import(\"ngx-axis-appforge/axis-components/textarea\"),\n \"axis-components/textarea/design\": () => import(\"ngx-axis-appforge/axis-components/textarea/design\"),\n \"axis-components/dynamic-container\": () => import(\"ngx-axis-appforge/axis-components/dynamic-container\"),\n \"axis-components/dynamic-container/design\": () => import(\"ngx-axis-appforge/axis-components/dynamic-container/design\"),\n \"axis-components/input-component\": () => import(\"ngx-axis-appforge/axis-components/input-component\"),\n \"axis-components/input-component/design\": () => import(\"ngx-axis-appforge/axis-components/input-component/design\"),\n \"axis-components/date-picker\": () => import(\"ngx-axis-appforge/axis-components/date-picker\"),\n \"axis-components/date-picker/design\": () => import(\"ngx-axis-appforge/axis-components/date-picker/design\"),\n \"axis-components/steps\": () => import(\"ngx-axis-appforge/axis-components/steps\"),\n \"axis-components/steps/design\": () => import(\"ngx-axis-appforge/axis-components/steps/design\"),\n \"axis-components/tabs\": () => import(\"ngx-axis-appforge/axis-components/tabs\"),\n \"axis-components/tabs/design\": () => import(\"ngx-axis-appforge/axis-components/tabs/design\"),\n \"axis-components/dynamic-value\": () => import(\"ngx-axis-appforge/axis-components/dynamic-value\"),\n \"axis-components/dynamic-value/design\": () => import(\"ngx-axis-appforge/axis-components/dynamic-value/design\"),\n \"axis-components/edit-table\": () => import(\"ngx-axis-appforge/axis-components/edit-table\"),\n \"axis-components/edit-table/design\": () => import(\"ngx-axis-appforge/axis-components/edit-table/design\"),\n \"axis-components/color-picker\": () => import(\"ngx-axis-appforge/axis-components/color-picker\"),\n \"axis-components/color-picker/design\": () => import(\"ngx-axis-appforge/axis-components/color-picker/design\"),\n \"axis-components/radio\": () => import(\"ngx-axis-appforge/axis-components/radio\"),\n \"axis-components/radio/design\": () => import(\"ngx-axis-appforge/axis-components/radio/design\"),\n \"axis-components/switch\": () => import(\"ngx-axis-appforge/axis-components/switch\"),\n \"axis-components/switch/design\": () => import(\"ngx-axis-appforge/axis-components/switch/design\"),\n \"axis-components/checkbox\": () => import(\"ngx-axis-appforge/axis-components/checkbox\"),\n \"axis-components/checkbox/design\": () => import(\"ngx-axis-appforge/axis-components/checkbox/design\"),\n \"axis-components/rate\": () => import(\"ngx-axis-appforge/axis-components/rate\"),\n \"axis-components/rate/design\": () => import(\"ngx-axis-appforge/axis-components/rate/design\"),\n \"axis-components/cytoscape\": () => import(\"ngx-axis-appforge/axis-components/cytoscape\"),\n \"axis-components/cytoscape/design\": () => import(\"ngx-axis-appforge/axis-components/cytoscape/design\"),\n \"axis-components/timer\": () => import(\"ngx-axis-appforge/axis-components/timer\"),\n \"axis-components/timer/design\": () => import(\"ngx-axis-appforge/axis-components/timer/design\"),\n \"axis-components/transfer\": () => import(\"ngx-axis-appforge/axis-components/transfer\"),\n \"axis-components/transfer/design\": () => import(\"ngx-axis-appforge/axis-components/transfer/design\"),\n \"axis-components/dropdown\": () => import(\"ngx-axis-appforge/axis-components/dropdown\"),\n \"axis-components/dropdown/design\": () => import(\"ngx-axis-appforge/axis-components/dropdown/design\"),\n \"axis-components/menu\": () => import(\"ngx-axis-appforge/axis-components/menu\"),\n \"axis-components/menu/design\": () => import(\"ngx-axis-appforge/axis-components/menu/design\"),\n \"axis-components/rich-text-editor\": () => import(\"ngx-axis-appforge/axis-components/rich-text-editor\"),\n \"axis-components/rich-text-editor/design\": () => import(\"ngx-axis-appforge/axis-components/rich-text-editor/design\"),\n \"axis-components/echarts\": () => import(\"ngx-axis-appforge/axis-components/echarts\"),\n \"axis-components/echarts/design\": () => import(\"ngx-axis-appforge/axis-components/echarts/design\"),\n}","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const buttonExampleDesc: ExampleDesc = {\n component: \"按钮\",\n coverImg: \"assets/axis-components-covers/button.svg\",\n span: 12,\n height: 78,\n example: {\n options: {\n component: \"axis-components/button\",\n id: \"axis-components/button#1\",\n inuse: true,\n title: \"未命名按钮\",\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"primary\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n },\n },\n moreExamples: [\n {\n name: \"链接按钮\",\n options: {\n component: \"axis-components/button\",\n id: \"axis-components/button#1\",\n inuse: true,\n title: \"未命名按钮\",\n styleType: \"link\"\n },\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const formExampleDesc: ExampleDesc = {\n component: \"表单\",\n coverImg: \"assets/axis-components-covers/form.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/form\",\n id: \"axis-components/form#1\",\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true,\n child: {\n component: \"axis-components/flex\",\n id: \"axis-components/flex#1\",\n inuse: true,\n direction: \"vertical\",\n align: \"center\",\n gap: \"20px\",\n style: {\n padding: \"20px\"\n },\n children: [\n {\n component: \"axis-components/flex\",\n inuse: true,\n id: \"axis-components/flex#2\",\n direction: \"horizontal\",\n justify: \"end\",\n gap: \"6px\",\n children: [\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#1\",\n inuse: true,\n title: \"重置\",\n styleType: \"default\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"redo\"\n },\n triggeEvents: {\n buttonClick: [\n {\n name: \"resetForm\",\n disabled: false,\n id: \"axis-components/form#1\",\n target: \"component\"\n }\n ]\n }\n },\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#2\",\n inuse: true,\n title: \"提交\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"save\"\n },\n triggeEvents: {\n buttonClick: [\n {\n name: \"validForm\",\n disabled: false,\n id: \"axis-components/form#1\",\n target: \"component\"\n }\n ]\n }\n },\n ]\n },\n {\n component: \"axis-components/flex\",\n inuse: true,\n id: \"axis-components/flex#3\",\n direction: \"vertical\",\n align: \"center\",\n style: {\n width: \"400px\"\n },\n children: [\n {\n component: \"axis-components/form-item\",\n id: \"axis-components/form-item#1\",\n inuse: true,\n name: \"field1\",\n label: \"字段1\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#1\",\n inuse: true\n }\n },\n {\n component: \"axis-components/form-item\",\n id: \"axis-components/form-item#2\",\n inuse: true,\n name: \"field2\",\n label: \"字段2\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#2\",\n inuse: true\n }\n },\n ]\n }\n ]\n }\n },\n },\n moreExamples: [\n {\n name: \"空表单\",\n options: {\n component: \"axis-components/form\",\n id: \"axis-components/form#1\",\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true\n },\n },\n {\n name: \"查询表单\",\n options: {\n component: \"axis-components/form\",\n id: \"axis-components/form#1\",\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true,\n style: {\n width: \"100%\"\n },\n child: {\n component: \"axis-components/flex\",\n id: \"axis-components/flex#1\",\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/flex\",\n id: \"axis-components/flex#2\",\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/form-item\",\n id: \"axis-components/form-item#1\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#1\",\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n disabled: false,\n readonly: false,\n type: \"text\",\n placeholder: \"输入关键字搜索\",\n maxlength: \"\",\n debounceTime: 300,\n autofocus: false\n },\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n style: {\n width: \"250px\",\n height: \"35px\"\n },\n name: \"keywords\",\n label: \"搜索\",\n labelWidth: \"40px\"\n }, {\n component: \"axis-components/button\",\n id: \"axis-components/button#1\",\n requiredPermissions: null,\n triggeEvents: {\n buttonClick: [\n {\n name: \"resetForm\",\n disabled: false,\n id: \"axis-components/form#1\",\n data: null,\n target: \"component\"\n }\n ]\n },\n inuse: true,\n title: \"\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"delete\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"default\",\n block: false,\n danger: true,\n ghost: false,\n size: \"default\",\n shape: \"circle\"\n }\n ],\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n style: {\n flex: 1\n },\n justify: \"start\",\n align: \"start\",\n wrap: \"wrap\",\n gap: \"20px\"\n },\n {\n component: \"axis-components/flex\",\n id: \"axis-components/flex#3\",\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#2\",\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"刷新\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"reload\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"default\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n },\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#3\",\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"新增\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"plus\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"dashed\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n }\n ],\n inuse: true,\n requiredPermissions: null,\n style: {\n width: \"fit-content\"\n },\n triggeEvents: null,\n justify: \"start\",\n align: \"start\",\n wrap: \"nowrap\",\n gap: \"4px\"\n }\n ],\n inuse: true,\n requiredPermissions: null,\n style: {\n padding: \"10px\"\n },\n triggeEvents: null,\n justify: \"start\",\n align: \"center\",\n wrap: \"nowrap\",\n gap: \"20px\"\n }\n }\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const formItemExampleDesc: ExampleDesc = {\n component: \"表单项\",\n coverImg: \"assets/axis-components-covers/form-item.svg\",\n span: 24,\n height: 60,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/form-item\",\n id: \"axis-components/form-item#1\",\n inuse: true,\n name: \"field\",\n label: \"字段\",\n labelWidth: \"120px\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n inuse: true,\n id: \"axis-components/input#1\",\n }\n },\n },\n moreExamples: [\n {\n name: \"空表单项\",\n options: {\n component: \"axis-components/form-item\",\n id: \"axis-components/form-item#1\",\n inuse: true,\n name: \"field\",\n label: \"\",\n labelWidth: \"\",\n validators: [],\n },\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const flexExampleDesc: ExampleDesc = {\n component: \"响应布局\",\n coverImg: \"assets/axis-components-covers/flex.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/flex\",\n id: \"axis-components/flex#1\",\n inuse: true,\n direction: \"horizontal\",\n children: []\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputExampleDesc: ExampleDesc = {\n component: \"文本输入框\",\n coverImg: \"assets/axis-components-covers/input.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/input\",\n id: \"axis-components/input#1\",\n inuse: true\n },\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const tableExampleDesc: ExampleDesc = {\n component: \"表格\",\n coverImg: \"assets/axis-components-covers/table.svg\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/table\",\n id: \"axis-components/table#1\",\n inuse: true,\n keyField: \"id\",\n fields: [\n {\n field: \"id\",\n exportFn: null,\n groupLevel: null,\n titleGroup: null,\n inuse: true,\n title: \"编码\",\n export: true,\n exportFlowChild: true,\n import: false,\n importRequired: false,\n importCellType: \"text\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: 150,\n align: \"left\",\n freezeMode: \"none\"\n },\n {\n field: \"name\",\n exportFn: null,\n groupLevel: null,\n titleGroup: null,\n inuse: true,\n title: \"名字\",\n export: true,\n exportFlowChild: true,\n import: false,\n importRequired: false,\n importCellType: \"text\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: null,\n align: \"left\",\n freezeMode: \"none\"\n }\n ],\n rowActions: [\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#1\",\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"详情\",\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"link\",\n block: false,\n danger: false,\n ghost: false,\n size: \"small\",\n shape: \"\"\n },\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#2\",\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n title: \"删除\",\n confirm: true,\n confirmText: \"确认删除?\",\n confirmType: \"pop\",\n disabledBtn: false,\n styleType: \"link\",\n block: false,\n danger: true,\n ghost: false,\n size: \"small\",\n shape: \"\"\n }\n ],\n data: [\n {\n id: \"001\",\n name: \"小王\",\n },\n {\n id: \"002\",\n name: \"小张\",\n },\n ],\n },\n },\n moreExamples: [\n {\n name: \"空表格\",\n options: {\n component: \"axis-components/table\",\n id: \"axis-components/table#1\",\n inuse: true,\n fields: [],\n rowActions: [],\n data: [],\n showOrder: false,\n },\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const designExampleDesc: ExampleDesc = {\n component: \"低代码设计器\",\n coverImg: \"assets/axis-components-covers/design.jpg\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/design\",\n id: \"axis-components/design#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const textExampleDesc: ExampleDesc = {\n component: \"文本\",\n coverImg: \"assets/axis-components-covers/text.svg\",\n span: 12,\n height: 80,\n example: {\n options: {\n component: \"axis-components/text\",\n id: \"axis-components/text#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const treeSelectorExampleDesc: ExampleDesc = {\n component: \"树选择器\",\n coverImg: \"assets/axis-components-covers/tree-selector.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/tree-selector\",\n id: \"axis-components/tree-selector#1\",\n inuse: true,\n menus: [],\n data: [{\n title: \"节点1\",\n key: \"1\",\n children: [\n {\n title: \"节点1-1\",\n key: \"1-1\"\n }, {\n title: \"节点1-2\",\n key: \"1-2\",\n children: [\n {\n title: \"节点1-2-1\",\n key: \"1-2-1\"\n }\n ]\n }\n ]\n }]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const splitterExampleDesc: ExampleDesc = {\n component: \"分隔面板\",\n coverImg: \"assets/axis-components-covers/splitter.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/splitter\",\n id: \"axis-components/splitter#1\",\n inuse: true,\n direction: \"horizontal\",\n panels: [\n {\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: \"axis-components/text#1\",\n inuse: true,\n data: \"左面板\"\n }\n }, {\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: \"axis-components/text#2\",\n inuse: true,\n data: \"右边面板\"\n }\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const modalExampleDesc: ExampleDesc = {\n component: \"对话框\",\n coverImg: \"assets/axis-components-covers/modal.svg\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/modal\",\n id: \"axis-components/modal#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const descExampleDesc: ExampleDesc = {\n component: \"描述\",\n coverImg: \"assets/axis-components-covers/desc.svg\",\n span: 24,\n height: 90,\n example: {\n options: {\n component: \"axis-components/desc\",\n id: \"axis-components/desc#1\",\n inuse: true,\n title: \"未命名\",\n data: {\n field1: \"字段1\",\n field2: \"字段2\"\n },\n items: [\n {\n inuse: true,\n title: \"字段1\",\n field: \"field1\"\n }, {\n inuse: true,\n title: \"字段2\",\n field: \"field2\"\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const badgeExampleDesc: ExampleDesc = {\n component: \"徽标\",\n coverImg: \"assets/axis-components-covers/badge.svg\",\n span: 14,\n height: 70,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/badge\",\n id: \"axis-components/badge#1\",\n inuse: true,\n standalone: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const imageExampleDesc: ExampleDesc = {\n component: \"图片\",\n coverImg: \"assets/axis-components-covers/image.svg\",\n span: 10,\n height: 70,\n example: {\n options: {\n component: \"axis-components/image\",\n id: \"axis-components/image#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const iconExampleDesc: ExampleDesc = {\n component: \"图标\",\n coverImg: \"assets/axis-components-covers/icon.svg\",\n span: 12,\n height: 80,\n example: {\n options: {\n component: \"axis-components/icon\",\n id: \"axis-components/icon#1\",\n inuse: true,\n icon: \"ant-design\"\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputIconExampleDesc: ExampleDesc = {\n component: \"图标输入框\",\n coverImg: \"assets/axis-components-covers/input-icon.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/input-icon\",\n id: \"axis-components/input-icon#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputNumberExampleDesc: ExampleDesc = {\n component: \"数值输入框\",\n coverImg: \"assets/axis-components-covers/input-number.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/input-number\",\n id: \"axis-components/input-number#1\",\n inuse: true\n },\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const uploadExampleDesc: ExampleDesc = {\n component: \"文件上传\",\n coverImg: \"assets/axis-components-covers/upload.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/upload\",\n id: \"axis-components/upload#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const textareaExampleDesc: ExampleDesc = {\n component: \"文本输入框\",\n coverImg: \"assets/axis-components-covers/textarea.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/textarea\",\n id: \"axis-components/textarea#1\",\n inuse: true\n },\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const dynamicContainerExampleDesc: ExampleDesc = {\n component: \"动态容器\",\n coverImg: \"assets/axis-components-covers/dynamic-container.svg\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/dynamic-container\",\n id: \"axis-components/dynamic-container#1\",\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: \"axis-components/text#1\",\n inuse: true,\n data: \"动态容器中的文本\"\n }\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const scopeExampleDesc: ExampleDesc = {\n component: \"组件域\",\n coverImg: \"assets/axis-components-covers/scope.svg\",\n span: 12,\n height: 80,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/scope\",\n id: \"axis-components/scope#1\",\n inuse: true,\n scopeName: \"根\"\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputComponentExampleDesc: ExampleDesc = {\n component: \"组件输入框\",\n coverImg: \"assets/axis-components-covers/input-component.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/input-component\",\n id: \"axis-components/input-component#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputJsonExampleDesc: ExampleDesc = {\n component: \"JSON输入框\",\n coverImg: \"assets/axis-components-covers/input-json.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/input-json\",\n id: \"axis-components/input-json#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const datePickerExampleDesc: ExampleDesc = {\n component: \"日期选择器\",\n coverImg: \"assets/axis-components-covers/date-picker.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/date-picker\",\n id: \"axis-components/date-picker#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const stepsExampleDesc: ExampleDesc = {\n component: \"步骤条\",\n coverImg: \"assets/axis-components-covers/steps.svg\",\n span: 12,\n height: 90,\n example: {\n options: {\n component: \"axis-components/steps\",\n id: \"axis-components/steps#1\",\n inuse: true,\n steps: [\n {\n inuse: true,\n name: \"step1\",\n title: \"步骤一\",\n status: \"finish\",\n desc: \"已完成\"\n }, {\n inuse: true,\n name: \"step2\",\n title: \"步骤二\",\n desc: \"进行中\",\n status: \"process\"\n }, {\n inuse: true,\n name: \"step3\",\n title: \"步骤三\"\n }\n ]\n },\n },\n moreExamples: [\n {\n name: \"空步骤条\",\n options: {\n component: \"axis-components/steps\",\n id: \"axis-components/steps#1\",\n inuse: true,\n steps: []\n },\n },\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const editorExampleDesc: ExampleDesc = {\n component: \"编辑器\",\n coverImg: \"assets/axis-components-covers/editor.png\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/editor\",\n id: \"axis-components/editor#1\",\n inuse: true,\n mode: \"plain_text\",\n style: {\n height: \"300px\"\n }\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const tabsExampleDesc: ExampleDesc = {\n component: \"标签页\",\n coverImg: \"assets/axis-components-covers/tabs.svg\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/tabs\",\n id: \"axis-components/tabs#1\",\n inuse: true,\n tabs: [\n {\n inuse: true,\n name: \"tab1\",\n title: \"标签1\",\n child: {\n component: \"axis-components/text\",\n id: \"axis-components/text#1\",\n inuse: true,\n data: \"标签1的内容\"\n }\n }, {\n inuse: true,\n name: \"tab2\",\n title: \"标签2\",\n child: {\n component: \"axis-components/text\",\n id: \"axis-components/text#2\",\n inuse: true,\n data: \"标签2的内容\"\n }\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const dynamicValueExampleDesc: ExampleDesc = {\n component: \"动态值\",\n coverImg: \"assets/axis-components-covers/dynamic-value.svg\",\n span: 12,\n height: 80,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/dynamic-value\",\n id: \"axis-components/dynamic-value#1\",\n inuse: true,\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#1\",\n inuse: true,\n }\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const editTableExampleDesc: ExampleDesc = {\n component: \"可编辑表格\",\n coverImg: \"assets/axis-components-covers/edit-table.png\",\n span: 24,\n height: 80,\n example: {\n options: {\n component: \"axis-components/edit-table\",\n id: \"axis-components/edit-table#1\",\n inuse: true,\n fields: [\n {\n field: \"id\",\n inuse: true,\n title: \"编码\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: 150,\n align: \"left\",\n freezeMode: \"none\",\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#1\",\n inuse: true,\n }\n },\n {\n field: \"name\",\n inuse: true,\n title: \"名称\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n align: \"left\",\n freezeMode: \"none\",\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#2\",\n inuse: true,\n }\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const colorPickerExampleDesc: ExampleDesc = {\n component: \"颜色选择器\",\n coverImg: \"assets/axis-components-covers/color-picker.svg\",\n span: 12,\n height: 80,\n example: {\n options: {\n component: \"axis-components/color-picker\",\n id: \"axis-components/color-picker#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const selectExampleDesc: ExampleDesc = {\n component: \"选择器\",\n coverImg: \"assets/axis-components-covers/select.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/select\",\n id: \"axis-components/select#1\",\n inuse: true,\n data: [\n {\n title: \"选项1\",\n key: \"1\"\n },\n {\n title: \"选项2\",\n key: \"2\"\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const radioExampleDesc: ExampleDesc = {\n component: \"单选框\",\n coverImg: \"assets/axis-components-covers/radio.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/radio\",\n id: \"axis-components/radio#1\",\n inuse: true,\n data: [\n {\n title: \"选项1\",\n key: \"1\"\n },\n {\n title: \"选项2\",\n key: \"2\"\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const switchExampleDesc: ExampleDesc = {\n component: \"开关\",\n coverImg: \"assets/axis-components-covers/switch.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/switch\",\n id: \"axis-components/switch#1\",\n inuse: true,\n initValue: false\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const checkboxExampleDesc: ExampleDesc = {\n component: \"多选框\",\n coverImg: \"assets/axis-components-covers/checkbox.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/checkbox\",\n id: \"axis-components/checkbox#1\",\n inuse: true,\n data: [\n {\n title: \"选项1\",\n key: \"1\"\n },\n {\n title: \"选项2\",\n key: \"2\"\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const rateExampleDesc: ExampleDesc = {\n component: \"评分\",\n coverImg: \"assets/axis-components-covers/rate.svg\",\n span: 24,\n height: 50,\n example: {\n options: {\n component: \"axis-components/rate\",\n id: \"axis-components/rate#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const cytoscapeExampleDesc: ExampleDesc = {\n component: \"Cytoscape\",\n coverImg: \"assets/axis-components-covers/cytoscape.svg\",\n span: 12,\n height: 80,\n example: {\n options: {\n component: \"axis-components/cytoscape\",\n id: \"axis-components/cytoscape#1\",\n inuse: true,\n data: {\n elements: [\n {\n data: {\n id: \"1\",\n label: \"节点1\"\n }\n },\n {\n data: {\n id: \"2\",\n label: \"节点2\"\n }\n },\n {\n data: {\n id: \"3\",\n label: \"节点3\"\n }\n },\n {\n data: {\n id: \"4\",\n label: \"节点4\"\n }\n },\n {\n data: {\n id: \"14\",\n target: \"1\",\n source: \"4\",\n }\n },\n {\n data: {\n id: \"24\",\n target: \"2\",\n source: \"4\",\n }\n },\n {\n data: {\n id: \"34\",\n target: \"3\",\n source: \"4\",\n }\n },\n ]\n }\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const timerExampleDesc: ExampleDesc = {\n component: \"定时器\",\n coverImg: \"assets/axis-components-covers/timer.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/timer\",\n id: \"axis-components/timer#1\",\n inuse: true,\n delay: null,\n interval: 3000,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const transferExampleDesc: ExampleDesc = {\n component: \"穿梭框\",\n coverImg: \"assets/axis-components-covers/transfer.svg\",\n span: 24,\n height: 160,\n example: {\n options: {\n component: \"axis-components/transfer\",\n id: \"axis-components/transfer#1\",\n inuse: true,\n fields: [],\n data: [\n {\n title: \"选项1\",\n key: \"1\"\n },\n {\n title: \"选项2\",\n key: \"2\"\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const dropdownExampleDesc: ExampleDesc = {\n component: \"下拉菜单\",\n coverImg: \"assets/axis-components-covers/dropdown.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/dropdown\",\n id: \"axis-components/dropdown#1\",\n inuse: true,\n child: {\n \"component\": \"axis-components/button\",\n \"id\": \"axis-components/button#1\",\n \"inuse\": true,\n \"requiredPermissions\": null,\n \"triggeEvents\": null,\n \"title\": \"更多\",\n \"icon\": {\n \"component\": \"axis-components/icon\",\n \"inuse\": true,\n \"lib\": \"antdesign\",\n \"theme\": \"outline\",\n \"icon\": \"down\"\n },\n \"iconPosition\": \"right\",\n \"confirm\": false,\n \"confirmText\": \"是否确认?\",\n \"confirmType\": \"modal\",\n \"disabledBtn\": false,\n \"styleType\": \"link\",\n \"block\": false,\n \"danger\": false,\n \"ghost\": false,\n \"size\": \"default\",\n \"shape\": \"\"\n },\n menu: {\n \"component\": \"axis-components/menu\",\n \"id\": \"axis-components/menu#1\",\n \"items\": [\n {\n \"type\": \"item\",\n \"triggeEvents\": {\n \"menuClick\": []\n },\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"菜单项1\",\n \"code\": null,\n \"danger\": false,\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n },\n {\n \"type\": \"item\",\n \"inuse\": true,\n \"title\": \"菜单项2\"\n },\n {\n \"type\": \"submenu\",\n \"inuse\": true,\n \"title\": \"子菜单\",\n \"children\": [\n {\n \"type\": \"item\",\n \"triggeEvents\": {\n \"menuClick\": []\n },\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"子菜单项1\",\n \"code\": null,\n \"danger\": false,\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n },\n {\n \"type\": \"item\",\n \"code\": null,\n \"triggeEvents\": null,\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"子菜单项2\",\n \"danger\": true,\n \"confirm\": true,\n \"confirmText\": \"是否确认?\",\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n }\n ]\n }\n ],\n \"requiredPermissions\": null,\n \"triggeEvents\": {\n \"menuClick\": [\n {\n \"name\": \"closeDropdown\",\n \"disabled\": false,\n \"data\": null,\n \"id\": \"axis-components/dropdown#1\",\n \"target\": \"component\"\n }\n ]\n },\n \"inuse\": true,\n \"style\": {\n \"width\": \"fit-content\"\n },\n \"mode\": \"vertical\",\n \"theme\": \"light\",\n \"selectable\": false,\n \"inlineCollapsed\": false,\n \"inlineIndent\": 24\n }\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const menuExampleDesc: ExampleDesc = {\n component: \"菜单\",\n coverImg: \"assets/axis-components-covers/menu.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n \"component\": \"axis-components/menu\",\n \"id\": \"axis-components/menu#1\",\n \"items\": [\n {\n \"type\": \"item\",\n \"triggeEvents\": {\n \"menuClick\": []\n },\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"菜单项1\",\n \"code\": null,\n \"danger\": false,\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n },\n {\n \"type\": \"item\",\n \"inuse\": true,\n \"title\": \"菜单项2\"\n },\n {\n \"type\": \"submenu\",\n \"inuse\": true,\n \"title\": \"子菜单\",\n \"children\": [\n {\n \"type\": \"item\",\n \"triggeEvents\": {\n \"menuClick\": []\n },\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"子菜单项1\",\n \"code\": null,\n \"danger\": false,\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n },\n {\n \"type\": \"item\",\n \"code\": null,\n \"triggeEvents\": null,\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"子菜单项2\",\n \"danger\": true,\n \"confirm\": true,\n \"confirmText\": \"是否确认?\",\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n }\n ]\n }\n ],\n \"requiredPermissions\": null,\n \"triggeEvents\": {\n \"menuClick\": [\n {\n \"name\": \"closeDropdown\",\n \"disabled\": false,\n \"data\": null,\n \"id\": \"axis-components/dropdown#1\",\n \"target\": \"component\"\n }\n ]\n },\n \"inuse\": true,\n \"style\": {\n \"width\": \"fit-content\"\n },\n \"mode\": \"vertical\",\n \"theme\": \"light\",\n \"selectable\": false,\n \"inlineCollapsed\": false,\n \"inlineIndent\": 24\n }\n },\n moreExamples: [\n {\n name: \"空菜单\",\n options: {\n component: \"axis-components/menu\",\n id: \"axis-components/menu#1\",\n items: []\n }\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const richTextEditorExampleDesc: ExampleDesc = {\n component: \"富文本编辑器\",\n coverImg: \"assets/axis-components-covers/rich-text-editor.png\",\n span: 24,\n height: 140,\n example: {\n options: {\n component: \"axis-components/rich-text-editor\",\n id: \"axis-components/rich-text-editor#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const echartsExampleDesc: ExampleDesc = {\n component: \"图表\",\n coverImg: \"assets/axis-components-covers/echarts.png\",\n span: 24,\n height: 80,\n example: {\n options: {\n component: \"axis-components/echarts\",\n id: \"axis-components/echarts#1\",\n inuse: true,\n loadingOpts: {\n text: \"加载中\",\n },\n echatsOpts: {\n xAxis: {\n type: \"category\",\n data: [\"周一\", \"周二\", \"周三\", \"周四\", \"周五\", \"周六\", \"周日\"]\n },\n yAxis: {\n type: \"value\"\n },\n series: [{\n data: [820, 932, 901, 934, 1290, 1330, 1320],\n type: \"line\"\n }]\n }\n },\n },\n moreExamples: [\n {\n name: \"饼状图\",\n options: {\n component: \"axis-components/echarts\",\n id: \"axis-components/echarts#2\",\n inuse: true,\n loadingOpts: {\n text: \"加载中\",\n },\n echatsOpts: {\n series: [{\n type: 'pie',\n data: [\n { value: 1048, name: '苹果' },\n { value: 735, name: '香蕉' },\n { value: 580, name: '樱桃' },\n { value: 484, name: '西瓜' },\n { value: 300, name: '橘子' }\n ]\n }]\n }\n }\n },\n {\n name: \"柱状图\",\n options: {\n component: \"axis-components/echarts\",\n id: \"axis-components/echarts#3\",\n inuse: true,\n loadingOpts: {\n text: \"加载中\",\n },\n echatsOpts: {\n xAxis: {\n type: \"category\",\n data: [\"周一\", \"周二\", \"周三\", \"周四\", \"周五\", \"周六\", \"周日\"]\n },\n yAxis: {\n type: \"value\"\n },\n series: [{\n data: [820, 932, 901, 934, 1290, 1330, 1320],\n type: \"bar\"\n }]\n }\n }\n }\n ]\n};","import { ExampleGroup } from \"ngx-axis-appforge/core\";\nimport { buttonExampleDesc } from \"./examples/button\";\nimport { formExampleDesc } from \"./examples/form\";\nimport { formItemExampleDesc } from \"./examples/form-item\";\nimport { flexExampleDesc } from \"./examples/flex\";\nimport { inputExampleDesc } from \"./examples/input\";\nimport { tableExampleDesc } from \"./examples/table\";\nimport { designExampleDesc } from \"./examples/design\";\nimport { textExampleDesc } from \"./examples/text\";\nimport { treeSelectorExampleDesc } from \"./examples/tree-selector\";\nimport { splitterExampleDesc } from \"./examples/splitter\";\nimport { modalExampleDesc } from \"./examples/modal\";\nimport { descExampleDesc } from \"./examples/desc\";\nimport { badgeExampleDesc } from \"./examples/badge\";\nimport { imageExampleDesc } from \"./examples/image\";\nimport { iconExampleDesc } from \"./examples/icon\";\nimport { inputIconExampleDesc } from \"./examples/input-icon\";\nimport { inputNumberExampleDesc } from \"./examples/input-number\";\nimport { uploadExampleDesc } from \"./examples/upload\";\nimport { textareaExampleDesc } from \"./examples/textarea\";\nimport { dynamicContainerExampleDesc } from \"./examples/dynamic-container\";\nimport { scopeExampleDesc } from \"./examples/scope\";\nimport { inputComponentExampleDesc } from \"./examples/input-component\";\nimport { inputJsonExampleDesc } from \"./examples/input-json\";\nimport { datePickerExampleDesc } from \"./examples/date-picker\";\nimport { stepsExampleDesc } from \"./examples/steps\";\nimport { editorExampleDesc } from \"./examples/editor\";\nimport { tabsExampleDesc } from \"./examples/tabs\";\nimport { dynamicValueExampleDesc } from \"./examples/dynamic-value\";\nimport { editTableExampleDesc } from \"./examples/edit-table\";\nimport { colorPickerExampleDesc } from \"./examples/color-picker\";\nimport { selectExampleDesc } from \"./examples/select\";\nimport { radioExampleDesc } from \"./examples/radio\";\nimport { switchExampleDesc } from \"./examples/switch\";\nimport { checkboxExampleDesc } from \"./examples/checkbox\";\nimport { rateExampleDesc } from \"./examples/rate\";\nimport { cytoscapeExampleDesc } from \"./examples/cytoscape\";\nimport { timerExampleDesc } from \"./examples/timer\";\nimport { transferExampleDesc } from \"./examples/transfer\";\nimport { dropdownExampleDesc } from \"./examples/dropdown\";\nimport { menuExampleDesc } from \"./examples/menu\";\nimport { richTextEditorExampleDesc } from \"./examples/rich-text-editor\";\nimport { echartsExampleDesc } from \"./examples/echarts\";\n\nexport const examples: ExampleGroup[] = [\n {\n groupName: \"通用\",\n children: [\n scopeExampleDesc,\n buttonExampleDesc,\n textExampleDesc,\n iconExampleDesc,\n modalExampleDesc,\n timerExampleDesc,\n dropdownExampleDesc,\n menuExampleDesc,\n ]\n }, {\n groupName: \"布局\",\n children: [\n flexExampleDesc,\n splitterExampleDesc,\n tabsExampleDesc,\n ]\n }, {\n groupName: \"录入\",\n children: [\n formExampleDesc,\n formItemExampleDesc,\n inputExampleDesc,\n inputNumberExampleDesc,\n selectExampleDesc,\n treeSelectorExampleDesc,\n radioExampleDesc,\n checkboxExampleDesc,\n transferExampleDesc,\n switchExampleDesc,\n inputIconExampleDesc,\n textareaExampleDesc,\n uploadExampleDesc,\n inputComponentExampleDesc,\n inputJsonExampleDesc,\n datePickerExampleDesc,\n editorExampleDesc,\n dynamicValueExampleDesc,\n colorPickerExampleDesc,\n editTableExampleDesc,\n rateExampleDesc,\n richTextEditorExampleDesc,\n ]\n }, {\n groupName: \"数据\",\n children: [\n tableExampleDesc,\n descExampleDesc,\n badgeExampleDesc,\n imageExampleDesc,\n stepsExampleDesc,\n cytoscapeExampleDesc,\n echartsExampleDesc,\n ]\n }, {\n groupName: \"其他\",\n children: [\n designExampleDesc,\n dynamicContainerExampleDesc,\n ]\n }\n];","import { Cmplib } from \"ngx-axis-appforge/core\";\nimport { cmpMap } from \"./cmp-map\";\nimport { examples } from \"./examples/examples\";\n\nexport const axisCmplib: Cmplib = {\n name: \"标准组件库\",\n cmpMap: cmpMap,\n examples: examples\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './cmplib';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ngx-axis-appforge-axis-components.mjs","sources":["../../../axis-components/cmp-map.ts","../../../axis-components/examples/examples/button.ts","../../../axis-components/examples/examples/form.ts","../../../axis-components/examples/examples/form-item.ts","../../../axis-components/examples/examples/flex.ts","../../../axis-components/examples/examples/input.ts","../../../axis-components/examples/examples/table.ts","../../../axis-components/examples/examples/design.ts","../../../axis-components/examples/examples/text.ts","../../../axis-components/examples/examples/tree-selector.ts","../../../axis-components/examples/examples/splitter.ts","../../../axis-components/examples/examples/modal.ts","../../../axis-components/examples/examples/desc.ts","../../../axis-components/examples/examples/badge.ts","../../../axis-components/examples/examples/image.ts","../../../axis-components/examples/examples/icon.ts","../../../axis-components/examples/examples/input-icon.ts","../../../axis-components/examples/examples/input-number.ts","../../../axis-components/examples/examples/upload.ts","../../../axis-components/examples/examples/textarea.ts","../../../axis-components/examples/examples/dynamic-container.ts","../../../axis-components/examples/examples/scope.ts","../../../axis-components/examples/examples/input-component.ts","../../../axis-components/examples/examples/input-json.ts","../../../axis-components/examples/examples/date-picker.ts","../../../axis-components/examples/examples/steps.ts","../../../axis-components/examples/examples/editor.ts","../../../axis-components/examples/examples/tabs.ts","../../../axis-components/examples/examples/dynamic-value.ts","../../../axis-components/examples/examples/edit-table.ts","../../../axis-components/examples/examples/color-picker.ts","../../../axis-components/examples/examples/select.ts","../../../axis-components/examples/examples/radio.ts","../../../axis-components/examples/examples/switch.ts","../../../axis-components/examples/examples/checkbox.ts","../../../axis-components/examples/examples/rate.ts","../../../axis-components/examples/examples/cytoscape.ts","../../../axis-components/examples/examples/timer.ts","../../../axis-components/examples/examples/transfer.ts","../../../axis-components/examples/examples/dropdown.ts","../../../axis-components/examples/examples/menu.ts","../../../axis-components/examples/examples/rich-text-editor.ts","../../../axis-components/examples/examples/echarts.ts","../../../axis-components/examples/examples/video.ts","../../../axis-components/examples/examples.ts","../../../axis-components/cmplib.ts","../../../axis-components/ngx-axis-appforge-axis-components.ts"],"sourcesContent":["export const cmpMap: { [component: string]: () => Promise<any> } = {\n \"axis-components/button\": () => import(\"ngx-axis-appforge/axis-components/button\"),\n \"axis-components/button/design\": () => import(\"ngx-axis-appforge/axis-components/button/design\"),\n \"axis-components/design\": () => import(\"ngx-axis-appforge/axis-components/design\"),\n \"axis-components/design/design\": () => import(\"ngx-axis-appforge/axis-components/design/design\"),\n \"axis-components/editor\": () => import(\"ngx-axis-appforge/axis-components/editor\"),\n \"axis-components/editor/design\": () => import(\"ngx-axis-appforge/axis-components/editor/design\"),\n \"axis-components/flex\": () => import(\"ngx-axis-appforge/axis-components/flex\"),\n \"axis-components/flex/design\": () => import(\"ngx-axis-appforge/axis-components/flex/design\"),\n \"axis-components/icon\": () => import(\"ngx-axis-appforge/axis-components/icon\"),\n \"axis-components/icon/design\": () => import(\"ngx-axis-appforge/axis-components/icon/design\"),\n \"axis-components/input\": () => import(\"ngx-axis-appforge/axis-components/input\"),\n \"axis-components/input/design\": () => import(\"ngx-axis-appforge/axis-components/input/design\"),\n \"axis-components/input-icon\": () => import(\"ngx-axis-appforge/axis-components/input-icon\"),\n \"axis-components/input-icon/design\": () => import(\"ngx-axis-appforge/axis-components/input-icon/design\"),\n \"axis-components/input-json\": () => import(\"ngx-axis-appforge/axis-components/input-json\"),\n \"axis-components/input-json/design\": () => import(\"ngx-axis-appforge/axis-components/input-json/design\"),\n \"axis-components/scope\": () => import(\"ngx-axis-appforge/axis-components/scope\"),\n \"axis-components/scope/design\": () => import(\"ngx-axis-appforge/axis-components/scope/design\"),\n \"axis-components/text\": () => import(\"ngx-axis-appforge/axis-components/text\"),\n \"axis-components/text/design\": () => import(\"ngx-axis-appforge/axis-components/text/design\"),\n \"axis-components/form\": () => import(\"ngx-axis-appforge/axis-components/form\"),\n \"axis-components/form/design\": () => import(\"ngx-axis-appforge/axis-components/form/design\"),\n \"axis-components/form-item\": () => import(\"ngx-axis-appforge/axis-components/form-item\"),\n \"axis-components/form-item/design\": () => import(\"ngx-axis-appforge/axis-components/form-item/design\"),\n \"axis-components/table\": () => import(\"ngx-axis-appforge/axis-components/table\"),\n \"axis-components/table/design\": () => import(\"ngx-axis-appforge/axis-components/table/design\"),\n \"axis-components/single-selector\": () => import(\"ngx-axis-appforge/axis-components/single-selector\"),\n \"axis-components/single-selector/design\": () => import(\"ngx-axis-appforge/axis-components/single-selector/design\"),\n \"axis-components/select\": () => import(\"ngx-axis-appforge/axis-components/select\"),\n \"axis-components/select/design\": () => import(\"ngx-axis-appforge/axis-components/select/design\"),\n \"axis-components/tree-selector\": () => import(\"ngx-axis-appforge/axis-components/tree-selector\"),\n \"axis-components/tree-selector/design\": () => import(\"ngx-axis-appforge/axis-components/tree-selector/design\"),\n \"axis-components/splitter\": () => import(\"ngx-axis-appforge/axis-components/splitter\"),\n \"axis-components/splitter/design\": () => import(\"ngx-axis-appforge/axis-components/splitter/design\"),\n \"axis-components/modal\": () => import(\"ngx-axis-appforge/axis-components/modal\"),\n \"axis-components/modal/design\": () => import(\"ngx-axis-appforge/axis-components/modal/design\"),\n \"axis-components/desc\": () => import(\"ngx-axis-appforge/axis-components/desc\"),\n \"axis-components/desc/design\": () => import(\"ngx-axis-appforge/axis-components/desc/design\"),\n \"axis-components/badge\": () => import(\"ngx-axis-appforge/axis-components/badge\"),\n \"axis-components/badge/design\": () => import(\"ngx-axis-appforge/axis-components/badge/design\"),\n \"axis-components/image\": () => import(\"ngx-axis-appforge/axis-components/image\"),\n \"axis-components/image/design\": () => import(\"ngx-axis-appforge/axis-components/image/design\"),\n \"axis-components/input-number\": () => import(\"ngx-axis-appforge/axis-components/input-number\"),\n \"axis-components/input-number/design\": () => import(\"ngx-axis-appforge/axis-components/input-number/design\"),\n \"axis-components/upload\": () => import(\"ngx-axis-appforge/axis-components/upload\"),\n \"axis-components/upload/design\": () => import(\"ngx-axis-appforge/axis-components/upload/design\"),\n \"axis-components/textarea\": () => import(\"ngx-axis-appforge/axis-components/textarea\"),\n \"axis-components/textarea/design\": () => import(\"ngx-axis-appforge/axis-components/textarea/design\"),\n \"axis-components/dynamic-container\": () => import(\"ngx-axis-appforge/axis-components/dynamic-container\"),\n \"axis-components/dynamic-container/design\": () => import(\"ngx-axis-appforge/axis-components/dynamic-container/design\"),\n \"axis-components/input-component\": () => import(\"ngx-axis-appforge/axis-components/input-component\"),\n \"axis-components/input-component/design\": () => import(\"ngx-axis-appforge/axis-components/input-component/design\"),\n \"axis-components/date-picker\": () => import(\"ngx-axis-appforge/axis-components/date-picker\"),\n \"axis-components/date-picker/design\": () => import(\"ngx-axis-appforge/axis-components/date-picker/design\"),\n \"axis-components/steps\": () => import(\"ngx-axis-appforge/axis-components/steps\"),\n \"axis-components/steps/design\": () => import(\"ngx-axis-appforge/axis-components/steps/design\"),\n \"axis-components/tabs\": () => import(\"ngx-axis-appforge/axis-components/tabs\"),\n \"axis-components/tabs/design\": () => import(\"ngx-axis-appforge/axis-components/tabs/design\"),\n \"axis-components/dynamic-value\": () => import(\"ngx-axis-appforge/axis-components/dynamic-value\"),\n \"axis-components/dynamic-value/design\": () => import(\"ngx-axis-appforge/axis-components/dynamic-value/design\"),\n \"axis-components/edit-table\": () => import(\"ngx-axis-appforge/axis-components/edit-table\"),\n \"axis-components/edit-table/design\": () => import(\"ngx-axis-appforge/axis-components/edit-table/design\"),\n \"axis-components/color-picker\": () => import(\"ngx-axis-appforge/axis-components/color-picker\"),\n \"axis-components/color-picker/design\": () => import(\"ngx-axis-appforge/axis-components/color-picker/design\"),\n \"axis-components/radio\": () => import(\"ngx-axis-appforge/axis-components/radio\"),\n \"axis-components/radio/design\": () => import(\"ngx-axis-appforge/axis-components/radio/design\"),\n \"axis-components/switch\": () => import(\"ngx-axis-appforge/axis-components/switch\"),\n \"axis-components/switch/design\": () => import(\"ngx-axis-appforge/axis-components/switch/design\"),\n \"axis-components/checkbox\": () => import(\"ngx-axis-appforge/axis-components/checkbox\"),\n \"axis-components/checkbox/design\": () => import(\"ngx-axis-appforge/axis-components/checkbox/design\"),\n \"axis-components/rate\": () => import(\"ngx-axis-appforge/axis-components/rate\"),\n \"axis-components/rate/design\": () => import(\"ngx-axis-appforge/axis-components/rate/design\"),\n \"axis-components/cytoscape\": () => import(\"ngx-axis-appforge/axis-components/cytoscape\"),\n \"axis-components/cytoscape/design\": () => import(\"ngx-axis-appforge/axis-components/cytoscape/design\"),\n \"axis-components/timer\": () => import(\"ngx-axis-appforge/axis-components/timer\"),\n \"axis-components/timer/design\": () => import(\"ngx-axis-appforge/axis-components/timer/design\"),\n \"axis-components/transfer\": () => import(\"ngx-axis-appforge/axis-components/transfer\"),\n \"axis-components/transfer/design\": () => import(\"ngx-axis-appforge/axis-components/transfer/design\"),\n \"axis-components/dropdown\": () => import(\"ngx-axis-appforge/axis-components/dropdown\"),\n \"axis-components/dropdown/design\": () => import(\"ngx-axis-appforge/axis-components/dropdown/design\"),\n \"axis-components/menu\": () => import(\"ngx-axis-appforge/axis-components/menu\"),\n \"axis-components/menu/design\": () => import(\"ngx-axis-appforge/axis-components/menu/design\"),\n \"axis-components/rich-text-editor\": () => import(\"ngx-axis-appforge/axis-components/rich-text-editor\"),\n \"axis-components/rich-text-editor/design\": () => import(\"ngx-axis-appforge/axis-components/rich-text-editor/design\"),\n \"axis-components/echarts\": () => import(\"ngx-axis-appforge/axis-components/echarts\"),\n \"axis-components/echarts/design\": () => import(\"ngx-axis-appforge/axis-components/echarts/design\"),\n \"axis-components/video\": () => import(\"ngx-axis-appforge/axis-components/video\"),\n \"axis-components/video/design\": () => import(\"ngx-axis-appforge/axis-components/video/design\"),\n}","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const buttonExampleDesc: ExampleDesc = {\n component: \"按钮\",\n coverImg: \"assets/axis-components-covers/button.svg\",\n span: 12,\n height: 78,\n example: {\n options: {\n component: \"axis-components/button\",\n id: \"axis-components/button#1\",\n inuse: true,\n title: \"未命名按钮\",\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"primary\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n },\n },\n moreExamples: [\n {\n name: \"链接按钮\",\n options: {\n component: \"axis-components/button\",\n id: \"axis-components/button#1\",\n inuse: true,\n title: \"未命名按钮\",\n styleType: \"link\"\n },\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const formExampleDesc: ExampleDesc = {\n component: \"表单\",\n coverImg: \"assets/axis-components-covers/form.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/form\",\n id: \"axis-components/form#1\",\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true,\n child: {\n component: \"axis-components/flex\",\n id: \"axis-components/flex#1\",\n inuse: true,\n direction: \"vertical\",\n align: \"center\",\n gap: \"20px\",\n style: {\n padding: \"20px\"\n },\n children: [\n {\n component: \"axis-components/flex\",\n inuse: true,\n id: \"axis-components/flex#2\",\n direction: \"horizontal\",\n justify: \"end\",\n gap: \"6px\",\n children: [\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#1\",\n inuse: true,\n title: \"重置\",\n styleType: \"default\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"redo\"\n },\n triggeEvents: {\n buttonClick: [\n {\n name: \"resetForm\",\n disabled: false,\n id: \"axis-components/form#1\",\n target: \"component\"\n }\n ]\n }\n },\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#2\",\n inuse: true,\n title: \"提交\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"save\"\n },\n triggeEvents: {\n buttonClick: [\n {\n name: \"validForm\",\n disabled: false,\n id: \"axis-components/form#1\",\n target: \"component\"\n }\n ]\n }\n },\n ]\n },\n {\n component: \"axis-components/flex\",\n inuse: true,\n id: \"axis-components/flex#3\",\n direction: \"vertical\",\n align: \"center\",\n style: {\n width: \"400px\"\n },\n children: [\n {\n component: \"axis-components/form-item\",\n id: \"axis-components/form-item#1\",\n inuse: true,\n name: \"field1\",\n label: \"字段1\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#1\",\n inuse: true\n }\n },\n {\n component: \"axis-components/form-item\",\n id: \"axis-components/form-item#2\",\n inuse: true,\n name: \"field2\",\n label: \"字段2\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#2\",\n inuse: true\n }\n },\n ]\n }\n ]\n }\n },\n },\n moreExamples: [\n {\n name: \"空表单\",\n options: {\n component: \"axis-components/form\",\n id: \"axis-components/form#1\",\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true\n },\n },\n {\n name: \"查询表单\",\n options: {\n component: \"axis-components/form\",\n id: \"axis-components/form#1\",\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true,\n style: {\n width: \"100%\"\n },\n child: {\n component: \"axis-components/flex\",\n id: \"axis-components/flex#1\",\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/flex\",\n id: \"axis-components/flex#2\",\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/form-item\",\n id: \"axis-components/form-item#1\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#1\",\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n disabled: false,\n readonly: false,\n type: \"text\",\n placeholder: \"输入关键字搜索\",\n maxlength: \"\",\n debounceTime: 300,\n autofocus: false\n },\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n style: {\n width: \"250px\",\n height: \"35px\"\n },\n name: \"keywords\",\n label: \"搜索\",\n labelWidth: \"40px\"\n }, {\n component: \"axis-components/button\",\n id: \"axis-components/button#1\",\n requiredPermissions: null,\n triggeEvents: {\n buttonClick: [\n {\n name: \"resetForm\",\n disabled: false,\n id: \"axis-components/form#1\",\n data: null,\n target: \"component\"\n }\n ]\n },\n inuse: true,\n title: \"\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"delete\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"default\",\n block: false,\n danger: true,\n ghost: false,\n size: \"default\",\n shape: \"circle\"\n }\n ],\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n style: {\n flex: 1\n },\n justify: \"start\",\n align: \"start\",\n wrap: \"wrap\",\n gap: \"20px\"\n },\n {\n component: \"axis-components/flex\",\n id: \"axis-components/flex#3\",\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#2\",\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"刷新\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"reload\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"default\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n },\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#3\",\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"新增\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"plus\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"dashed\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n }\n ],\n inuse: true,\n requiredPermissions: null,\n style: {\n width: \"fit-content\"\n },\n triggeEvents: null,\n justify: \"start\",\n align: \"start\",\n wrap: \"nowrap\",\n gap: \"4px\"\n }\n ],\n inuse: true,\n requiredPermissions: null,\n style: {\n padding: \"10px\"\n },\n triggeEvents: null,\n justify: \"start\",\n align: \"center\",\n wrap: \"nowrap\",\n gap: \"20px\"\n }\n }\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const formItemExampleDesc: ExampleDesc = {\n component: \"表单项\",\n coverImg: \"assets/axis-components-covers/form-item.svg\",\n span: 24,\n height: 60,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/form-item\",\n id: \"axis-components/form-item#1\",\n inuse: true,\n name: \"field\",\n label: \"字段\",\n labelWidth: \"120px\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n inuse: true,\n id: \"axis-components/input#1\",\n }\n },\n },\n moreExamples: [\n {\n name: \"空表单项\",\n options: {\n component: \"axis-components/form-item\",\n id: \"axis-components/form-item#1\",\n inuse: true,\n name: \"field\",\n label: \"\",\n labelWidth: \"\",\n validators: [],\n },\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const flexExampleDesc: ExampleDesc = {\n component: \"响应布局\",\n coverImg: \"assets/axis-components-covers/flex.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/flex\",\n id: \"axis-components/flex#1\",\n inuse: true,\n direction: \"horizontal\",\n children: []\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputExampleDesc: ExampleDesc = {\n component: \"文本输入框\",\n coverImg: \"assets/axis-components-covers/input.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/input\",\n id: \"axis-components/input#1\",\n inuse: true\n },\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const tableExampleDesc: ExampleDesc = {\n component: \"表格\",\n coverImg: \"assets/axis-components-covers/table.svg\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/table\",\n id: \"axis-components/table#1\",\n inuse: true,\n keyField: \"id\",\n fields: [\n {\n field: \"id\",\n exportFn: null,\n groupLevel: null,\n titleGroup: null,\n inuse: true,\n title: \"编码\",\n export: true,\n exportFlowChild: true,\n import: false,\n importRequired: false,\n importCellType: \"text\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: 150,\n align: \"left\",\n freezeMode: \"none\"\n },\n {\n field: \"name\",\n exportFn: null,\n groupLevel: null,\n titleGroup: null,\n inuse: true,\n title: \"名字\",\n export: true,\n exportFlowChild: true,\n import: false,\n importRequired: false,\n importCellType: \"text\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: null,\n align: \"left\",\n freezeMode: \"none\"\n }\n ],\n rowActions: [\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#1\",\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"详情\",\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"link\",\n block: false,\n danger: false,\n ghost: false,\n size: \"small\",\n shape: \"\"\n },\n {\n component: \"axis-components/button\",\n id: \"axis-components/button#2\",\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n title: \"删除\",\n confirm: true,\n confirmText: \"确认删除?\",\n confirmType: \"pop\",\n disabledBtn: false,\n styleType: \"link\",\n block: false,\n danger: true,\n ghost: false,\n size: \"small\",\n shape: \"\"\n }\n ],\n data: [\n {\n id: \"001\",\n name: \"小王\",\n },\n {\n id: \"002\",\n name: \"小张\",\n },\n ],\n },\n },\n moreExamples: [\n {\n name: \"空表格\",\n options: {\n component: \"axis-components/table\",\n id: \"axis-components/table#1\",\n inuse: true,\n fields: [],\n rowActions: [],\n data: [],\n showOrder: false,\n },\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const designExampleDesc: ExampleDesc = {\n component: \"低代码设计器\",\n coverImg: \"assets/axis-components-covers/design.jpg\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/design\",\n id: \"axis-components/design#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const textExampleDesc: ExampleDesc = {\n component: \"文本\",\n coverImg: \"assets/axis-components-covers/text.svg\",\n span: 12,\n height: 80,\n example: {\n options: {\n component: \"axis-components/text\",\n id: \"axis-components/text#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const treeSelectorExampleDesc: ExampleDesc = {\n component: \"树选择器\",\n coverImg: \"assets/axis-components-covers/tree-selector.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/tree-selector\",\n id: \"axis-components/tree-selector#1\",\n inuse: true,\n menus: [],\n data: [{\n title: \"节点1\",\n key: \"1\",\n children: [\n {\n title: \"节点1-1\",\n key: \"1-1\"\n }, {\n title: \"节点1-2\",\n key: \"1-2\",\n children: [\n {\n title: \"节点1-2-1\",\n key: \"1-2-1\"\n }\n ]\n }\n ]\n }]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const splitterExampleDesc: ExampleDesc = {\n component: \"分隔面板\",\n coverImg: \"assets/axis-components-covers/splitter.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/splitter\",\n id: \"axis-components/splitter#1\",\n inuse: true,\n direction: \"horizontal\",\n panels: [\n {\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: \"axis-components/text#1\",\n inuse: true,\n data: \"左面板\"\n }\n }, {\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: \"axis-components/text#2\",\n inuse: true,\n data: \"右边面板\"\n }\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const modalExampleDesc: ExampleDesc = {\n component: \"对话框\",\n coverImg: \"assets/axis-components-covers/modal.svg\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/modal\",\n id: \"axis-components/modal#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const descExampleDesc: ExampleDesc = {\n component: \"描述\",\n coverImg: \"assets/axis-components-covers/desc.svg\",\n span: 24,\n height: 90,\n example: {\n options: {\n component: \"axis-components/desc\",\n id: \"axis-components/desc#1\",\n inuse: true,\n title: \"未命名\",\n data: {\n field1: \"字段1\",\n field2: \"字段2\"\n },\n items: [\n {\n inuse: true,\n title: \"字段1\",\n field: \"field1\"\n }, {\n inuse: true,\n title: \"字段2\",\n field: \"field2\"\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const badgeExampleDesc: ExampleDesc = {\n component: \"徽标\",\n coverImg: \"assets/axis-components-covers/badge.svg\",\n span: 14,\n height: 70,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/badge\",\n id: \"axis-components/badge#1\",\n inuse: true,\n standalone: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const imageExampleDesc: ExampleDesc = {\n component: \"图片\",\n coverImg: \"assets/axis-components-covers/image.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/image\",\n id: \"axis-components/image#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const iconExampleDesc: ExampleDesc = {\n component: \"图标\",\n coverImg: \"assets/axis-components-covers/icon.svg\",\n span: 12,\n height: 80,\n example: {\n options: {\n component: \"axis-components/icon\",\n id: \"axis-components/icon#1\",\n inuse: true,\n icon: \"ant-design\"\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputIconExampleDesc: ExampleDesc = {\n component: \"图标输入框\",\n coverImg: \"assets/axis-components-covers/input-icon.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/input-icon\",\n id: \"axis-components/input-icon#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputNumberExampleDesc: ExampleDesc = {\n component: \"数值输入框\",\n coverImg: \"assets/axis-components-covers/input-number.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/input-number\",\n id: \"axis-components/input-number#1\",\n inuse: true\n },\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const uploadExampleDesc: ExampleDesc = {\n component: \"文件上传\",\n coverImg: \"assets/axis-components-covers/upload.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/upload\",\n id: \"axis-components/upload#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const textareaExampleDesc: ExampleDesc = {\n component: \"文本输入框\",\n coverImg: \"assets/axis-components-covers/textarea.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/textarea\",\n id: \"axis-components/textarea#1\",\n inuse: true\n },\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const dynamicContainerExampleDesc: ExampleDesc = {\n component: \"动态容器\",\n coverImg: \"assets/axis-components-covers/dynamic-container.svg\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/dynamic-container\",\n id: \"axis-components/dynamic-container#1\",\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: \"axis-components/text#1\",\n inuse: true,\n data: \"动态容器中的文本\"\n }\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const scopeExampleDesc: ExampleDesc = {\n component: \"组件域\",\n coverImg: \"assets/axis-components-covers/scope.svg\",\n span: 12,\n height: 80,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/scope\",\n id: \"axis-components/scope#1\",\n inuse: true,\n scopeName: \"根\"\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputComponentExampleDesc: ExampleDesc = {\n component: \"组件输入框\",\n coverImg: \"assets/axis-components-covers/input-component.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/input-component\",\n id: \"axis-components/input-component#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputJsonExampleDesc: ExampleDesc = {\n component: \"JSON输入框\",\n coverImg: \"assets/axis-components-covers/input-json.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/input-json\",\n id: \"axis-components/input-json#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const datePickerExampleDesc: ExampleDesc = {\n component: \"日期选择器\",\n coverImg: \"assets/axis-components-covers/date-picker.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/date-picker\",\n id: \"axis-components/date-picker#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const stepsExampleDesc: ExampleDesc = {\n component: \"步骤条\",\n coverImg: \"assets/axis-components-covers/steps.svg\",\n span: 10,\n height: 70,\n example: {\n options: {\n component: \"axis-components/steps\",\n id: \"axis-components/steps#1\",\n inuse: true,\n steps: [\n {\n inuse: true,\n name: \"step1\",\n title: \"步骤一\",\n status: \"finish\",\n desc: \"已完成\"\n }, {\n inuse: true,\n name: \"step2\",\n title: \"步骤二\",\n desc: \"进行中\",\n status: \"process\"\n }, {\n inuse: true,\n name: \"step3\",\n title: \"步骤三\"\n }\n ]\n },\n },\n moreExamples: [\n {\n name: \"空步骤条\",\n options: {\n component: \"axis-components/steps\",\n id: \"axis-components/steps#1\",\n inuse: true,\n steps: []\n },\n },\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const editorExampleDesc: ExampleDesc = {\n component: \"编辑器\",\n coverImg: \"assets/axis-components-covers/editor.png\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/editor\",\n id: \"axis-components/editor#1\",\n inuse: true,\n mode: \"plain_text\",\n style: {\n height: \"300px\"\n }\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const tabsExampleDesc: ExampleDesc = {\n component: \"标签页\",\n coverImg: \"assets/axis-components-covers/tabs.svg\",\n span: 24,\n height: 120,\n example: {\n options: {\n component: \"axis-components/tabs\",\n id: \"axis-components/tabs#1\",\n inuse: true,\n tabs: [\n {\n inuse: true,\n name: \"tab1\",\n title: \"标签1\",\n child: {\n component: \"axis-components/text\",\n id: \"axis-components/text#1\",\n inuse: true,\n data: \"标签1的内容\"\n }\n }, {\n inuse: true,\n name: \"tab2\",\n title: \"标签2\",\n child: {\n component: \"axis-components/text\",\n id: \"axis-components/text#2\",\n inuse: true,\n data: \"标签2的内容\"\n }\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const dynamicValueExampleDesc: ExampleDesc = {\n component: \"动态值\",\n coverImg: \"assets/axis-components-covers/dynamic-value.svg\",\n span: 12,\n height: 80,\n tags: [\"wrap\"],\n example: {\n options: {\n component: \"axis-components/dynamic-value\",\n id: \"axis-components/dynamic-value#1\",\n inuse: true,\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#1\",\n inuse: true,\n }\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const editTableExampleDesc: ExampleDesc = {\n component: \"可编辑表格\",\n coverImg: \"assets/axis-components-covers/edit-table.png\",\n span: 24,\n height: 80,\n example: {\n options: {\n component: \"axis-components/edit-table\",\n id: \"axis-components/edit-table#1\",\n inuse: true,\n fields: [\n {\n field: \"id\",\n inuse: true,\n title: \"编码\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: 150,\n align: \"left\",\n freezeMode: \"none\",\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#1\",\n inuse: true,\n }\n },\n {\n field: \"name\",\n inuse: true,\n title: \"名称\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n align: \"left\",\n freezeMode: \"none\",\n child: {\n component: \"axis-components/input\",\n id: \"axis-components/input#2\",\n inuse: true,\n }\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const colorPickerExampleDesc: ExampleDesc = {\n component: \"颜色选择器\",\n coverImg: \"assets/axis-components-covers/color-picker.svg\",\n span: 12,\n height: 80,\n example: {\n options: {\n component: \"axis-components/color-picker\",\n id: \"axis-components/color-picker#1\",\n inuse: true\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const selectExampleDesc: ExampleDesc = {\n component: \"选择器\",\n coverImg: \"assets/axis-components-covers/select.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/select\",\n id: \"axis-components/select#1\",\n inuse: true,\n data: [\n {\n title: \"选项1\",\n key: \"1\"\n },\n {\n title: \"选项2\",\n key: \"2\"\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const radioExampleDesc: ExampleDesc = {\n component: \"单选框\",\n coverImg: \"assets/axis-components-covers/radio.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/radio\",\n id: \"axis-components/radio#1\",\n inuse: true,\n data: [\n {\n title: \"选项1\",\n key: \"1\"\n },\n {\n title: \"选项2\",\n key: \"2\"\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const switchExampleDesc: ExampleDesc = {\n component: \"开关\",\n coverImg: \"assets/axis-components-covers/switch.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/switch\",\n id: \"axis-components/switch#1\",\n inuse: true,\n initValue: false\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const checkboxExampleDesc: ExampleDesc = {\n component: \"多选框\",\n coverImg: \"assets/axis-components-covers/checkbox.svg\",\n span: 12,\n height: 60,\n example: {\n options: {\n component: \"axis-components/checkbox\",\n id: \"axis-components/checkbox#1\",\n inuse: true,\n data: [\n {\n title: \"选项1\",\n key: \"1\"\n },\n {\n title: \"选项2\",\n key: \"2\"\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const rateExampleDesc: ExampleDesc = {\n component: \"评分\",\n coverImg: \"assets/axis-components-covers/rate.svg\",\n span: 24,\n height: 50,\n example: {\n options: {\n component: \"axis-components/rate\",\n id: \"axis-components/rate#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const cytoscapeExampleDesc: ExampleDesc = {\n component: \"Cytoscape\",\n coverImg: \"assets/axis-components-covers/cytoscape.svg\",\n span: 12,\n height: 80,\n example: {\n options: {\n component: \"axis-components/cytoscape\",\n id: \"axis-components/cytoscape#1\",\n inuse: true,\n data: {\n elements: [\n {\n data: {\n id: \"1\",\n label: \"节点1\"\n }\n },\n {\n data: {\n id: \"2\",\n label: \"节点2\"\n }\n },\n {\n data: {\n id: \"3\",\n label: \"节点3\"\n }\n },\n {\n data: {\n id: \"4\",\n label: \"节点4\"\n }\n },\n {\n data: {\n id: \"14\",\n target: \"1\",\n source: \"4\",\n }\n },\n {\n data: {\n id: \"24\",\n target: \"2\",\n source: \"4\",\n }\n },\n {\n data: {\n id: \"34\",\n target: \"3\",\n source: \"4\",\n }\n },\n ]\n }\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const timerExampleDesc: ExampleDesc = {\n component: \"定时器\",\n coverImg: \"assets/axis-components-covers/timer.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/timer\",\n id: \"axis-components/timer#1\",\n inuse: true,\n delay: null,\n interval: 3000,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const transferExampleDesc: ExampleDesc = {\n component: \"穿梭框\",\n coverImg: \"assets/axis-components-covers/transfer.svg\",\n span: 24,\n height: 160,\n example: {\n options: {\n component: \"axis-components/transfer\",\n id: \"axis-components/transfer#1\",\n inuse: true,\n fields: [],\n data: [\n {\n title: \"选项1\",\n key: \"1\"\n },\n {\n title: \"选项2\",\n key: \"2\"\n }\n ]\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const dropdownExampleDesc: ExampleDesc = {\n component: \"下拉菜单\",\n coverImg: \"assets/axis-components-covers/dropdown.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/dropdown\",\n id: \"axis-components/dropdown#1\",\n inuse: true,\n child: {\n \"component\": \"axis-components/button\",\n \"id\": \"axis-components/button#1\",\n \"inuse\": true,\n \"requiredPermissions\": null,\n \"triggeEvents\": null,\n \"title\": \"更多\",\n \"icon\": {\n \"component\": \"axis-components/icon\",\n \"inuse\": true,\n \"lib\": \"antdesign\",\n \"theme\": \"outline\",\n \"icon\": \"down\"\n },\n \"iconPosition\": \"right\",\n \"confirm\": false,\n \"confirmText\": \"是否确认?\",\n \"confirmType\": \"modal\",\n \"disabledBtn\": false,\n \"styleType\": \"link\",\n \"block\": false,\n \"danger\": false,\n \"ghost\": false,\n \"size\": \"default\",\n \"shape\": \"\"\n },\n menu: {\n \"component\": \"axis-components/menu\",\n \"id\": \"axis-components/menu#1\",\n \"items\": [\n {\n \"type\": \"item\",\n \"triggeEvents\": {\n \"menuClick\": []\n },\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"菜单项1\",\n \"code\": null,\n \"danger\": false,\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n },\n {\n \"type\": \"item\",\n \"inuse\": true,\n \"title\": \"菜单项2\"\n },\n {\n \"type\": \"submenu\",\n \"inuse\": true,\n \"title\": \"子菜单\",\n \"children\": [\n {\n \"type\": \"item\",\n \"triggeEvents\": {\n \"menuClick\": []\n },\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"子菜单项1\",\n \"code\": null,\n \"danger\": false,\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n },\n {\n \"type\": \"item\",\n \"code\": null,\n \"triggeEvents\": null,\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"子菜单项2\",\n \"danger\": true,\n \"confirm\": true,\n \"confirmText\": \"是否确认?\",\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n }\n ]\n }\n ],\n \"requiredPermissions\": null,\n \"triggeEvents\": {\n \"menuClick\": [\n {\n \"name\": \"closeDropdown\",\n \"disabled\": false,\n \"data\": null,\n \"id\": \"axis-components/dropdown#1\",\n \"target\": \"component\"\n }\n ]\n },\n \"inuse\": true,\n \"style\": {\n \"width\": \"fit-content\"\n },\n \"mode\": \"vertical\",\n \"theme\": \"light\",\n \"selectable\": false,\n \"inlineCollapsed\": false,\n \"inlineIndent\": 24\n }\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const menuExampleDesc: ExampleDesc = {\n component: \"菜单\",\n coverImg: \"assets/axis-components-covers/menu.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n \"component\": \"axis-components/menu\",\n \"id\": \"axis-components/menu#1\",\n \"items\": [\n {\n \"type\": \"item\",\n \"triggeEvents\": {\n \"menuClick\": []\n },\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"菜单项1\",\n \"code\": null,\n \"danger\": false,\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n },\n {\n \"type\": \"item\",\n \"inuse\": true,\n \"title\": \"菜单项2\"\n },\n {\n \"type\": \"submenu\",\n \"inuse\": true,\n \"title\": \"子菜单\",\n \"children\": [\n {\n \"type\": \"item\",\n \"triggeEvents\": {\n \"menuClick\": []\n },\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"子菜单项1\",\n \"code\": null,\n \"danger\": false,\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n },\n {\n \"type\": \"item\",\n \"code\": null,\n \"triggeEvents\": null,\n \"inuse\": true,\n \"disabled\": false,\n \"title\": \"子菜单项2\",\n \"danger\": true,\n \"confirm\": true,\n \"confirmText\": \"是否确认?\",\n \"placement\": \"bottomLeft\",\n \"triggerSubMenuAction\": \"hover\"\n }\n ]\n }\n ],\n \"requiredPermissions\": null,\n \"triggeEvents\": {\n \"menuClick\": [\n {\n \"name\": \"closeDropdown\",\n \"disabled\": false,\n \"data\": null,\n \"id\": \"axis-components/dropdown#1\",\n \"target\": \"component\"\n }\n ]\n },\n \"inuse\": true,\n \"style\": {\n \"width\": \"fit-content\"\n },\n \"mode\": \"vertical\",\n \"theme\": \"light\",\n \"selectable\": false,\n \"inlineCollapsed\": false,\n \"inlineIndent\": 24\n }\n },\n moreExamples: [\n {\n name: \"空菜单\",\n options: {\n component: \"axis-components/menu\",\n id: \"axis-components/menu#1\",\n items: []\n }\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const richTextEditorExampleDesc: ExampleDesc = {\n component: \"富文本编辑器\",\n coverImg: \"assets/axis-components-covers/rich-text-editor.png\",\n span: 24,\n height: 140,\n example: {\n options: {\n component: \"axis-components/rich-text-editor\",\n id: \"axis-components/rich-text-editor#1\",\n inuse: true,\n },\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const echartsExampleDesc: ExampleDesc = {\n component: \"图表\",\n coverImg: \"assets/axis-components-covers/echarts.png\",\n span: 24,\n height: 80,\n example: {\n options: {\n component: \"axis-components/echarts\",\n id: \"axis-components/echarts#1\",\n inuse: true,\n loadingOpts: {\n text: \"加载中\",\n },\n echatsOpts: {\n xAxis: {\n type: \"category\",\n data: [\"周一\", \"周二\", \"周三\", \"周四\", \"周五\", \"周六\", \"周日\"]\n },\n yAxis: {\n type: \"value\"\n },\n series: [{\n data: [820, 932, 901, 934, 1290, 1330, 1320],\n type: \"line\"\n }]\n }\n },\n },\n moreExamples: [\n {\n name: \"饼状图\",\n options: {\n component: \"axis-components/echarts\",\n id: \"axis-components/echarts#2\",\n inuse: true,\n loadingOpts: {\n text: \"加载中\",\n },\n echatsOpts: {\n series: [{\n type: 'pie',\n data: [\n { value: 1048, name: '苹果' },\n { value: 735, name: '香蕉' },\n { value: 580, name: '樱桃' },\n { value: 484, name: '西瓜' },\n { value: 300, name: '橘子' }\n ]\n }]\n }\n }\n },\n {\n name: \"柱状图\",\n options: {\n component: \"axis-components/echarts\",\n id: \"axis-components/echarts#3\",\n inuse: true,\n loadingOpts: {\n text: \"加载中\",\n },\n echatsOpts: {\n xAxis: {\n type: \"category\",\n data: [\"周一\", \"周二\", \"周三\", \"周四\", \"周五\", \"周六\", \"周日\"]\n },\n yAxis: {\n type: \"value\"\n },\n series: [{\n data: [820, 932, 901, 934, 1290, 1330, 1320],\n type: \"bar\"\n }]\n }\n }\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const videoExampleDesc: ExampleDesc = {\n component: \"视频\",\n coverImg: \"assets/axis-components-covers/video.svg\",\n span: 12,\n height: 70,\n example: {\n options: {\n component: \"axis-components/video\",\n id: \"axis-components/video#1\",\n inuse: true,\n },\n }\n};","import { ExampleGroup } from \"ngx-axis-appforge/core\";\nimport { buttonExampleDesc } from \"./examples/button\";\nimport { formExampleDesc } from \"./examples/form\";\nimport { formItemExampleDesc } from \"./examples/form-item\";\nimport { flexExampleDesc } from \"./examples/flex\";\nimport { inputExampleDesc } from \"./examples/input\";\nimport { tableExampleDesc } from \"./examples/table\";\nimport { designExampleDesc } from \"./examples/design\";\nimport { textExampleDesc } from \"./examples/text\";\nimport { treeSelectorExampleDesc } from \"./examples/tree-selector\";\nimport { splitterExampleDesc } from \"./examples/splitter\";\nimport { modalExampleDesc } from \"./examples/modal\";\nimport { descExampleDesc } from \"./examples/desc\";\nimport { badgeExampleDesc } from \"./examples/badge\";\nimport { imageExampleDesc } from \"./examples/image\";\nimport { iconExampleDesc } from \"./examples/icon\";\nimport { inputIconExampleDesc } from \"./examples/input-icon\";\nimport { inputNumberExampleDesc } from \"./examples/input-number\";\nimport { uploadExampleDesc } from \"./examples/upload\";\nimport { textareaExampleDesc } from \"./examples/textarea\";\nimport { dynamicContainerExampleDesc } from \"./examples/dynamic-container\";\nimport { scopeExampleDesc } from \"./examples/scope\";\nimport { inputComponentExampleDesc } from \"./examples/input-component\";\nimport { inputJsonExampleDesc } from \"./examples/input-json\";\nimport { datePickerExampleDesc } from \"./examples/date-picker\";\nimport { stepsExampleDesc } from \"./examples/steps\";\nimport { editorExampleDesc } from \"./examples/editor\";\nimport { tabsExampleDesc } from \"./examples/tabs\";\nimport { dynamicValueExampleDesc } from \"./examples/dynamic-value\";\nimport { editTableExampleDesc } from \"./examples/edit-table\";\nimport { colorPickerExampleDesc } from \"./examples/color-picker\";\nimport { selectExampleDesc } from \"./examples/select\";\nimport { radioExampleDesc } from \"./examples/radio\";\nimport { switchExampleDesc } from \"./examples/switch\";\nimport { checkboxExampleDesc } from \"./examples/checkbox\";\nimport { rateExampleDesc } from \"./examples/rate\";\nimport { cytoscapeExampleDesc } from \"./examples/cytoscape\";\nimport { timerExampleDesc } from \"./examples/timer\";\nimport { transferExampleDesc } from \"./examples/transfer\";\nimport { dropdownExampleDesc } from \"./examples/dropdown\";\nimport { menuExampleDesc } from \"./examples/menu\";\nimport { richTextEditorExampleDesc } from \"./examples/rich-text-editor\";\nimport { echartsExampleDesc } from \"./examples/echarts\";\nimport { videoExampleDesc } from \"./examples/video\";\n\nexport const examples: ExampleGroup[] = [\n {\n groupName: \"通用\",\n children: [\n scopeExampleDesc,\n buttonExampleDesc,\n textExampleDesc,\n iconExampleDesc,\n modalExampleDesc,\n timerExampleDesc,\n dropdownExampleDesc,\n menuExampleDesc,\n ]\n }, {\n groupName: \"布局\",\n children: [\n flexExampleDesc,\n splitterExampleDesc,\n tabsExampleDesc,\n ]\n }, {\n groupName: \"录入\",\n children: [\n formExampleDesc,\n formItemExampleDesc,\n inputExampleDesc,\n inputNumberExampleDesc,\n selectExampleDesc,\n treeSelectorExampleDesc,\n radioExampleDesc,\n checkboxExampleDesc,\n transferExampleDesc,\n switchExampleDesc,\n inputIconExampleDesc,\n textareaExampleDesc,\n uploadExampleDesc,\n inputComponentExampleDesc,\n inputJsonExampleDesc,\n datePickerExampleDesc,\n editorExampleDesc,\n dynamicValueExampleDesc,\n colorPickerExampleDesc,\n editTableExampleDesc,\n rateExampleDesc,\n richTextEditorExampleDesc,\n ]\n }, {\n groupName: \"数据\",\n children: [\n tableExampleDesc,\n descExampleDesc,\n badgeExampleDesc,\n stepsExampleDesc,\n imageExampleDesc,\n videoExampleDesc,\n cytoscapeExampleDesc,\n echartsExampleDesc,\n ]\n }, {\n groupName: \"其他\",\n children: [\n designExampleDesc,\n dynamicContainerExampleDesc,\n ]\n }\n];","import { Cmplib } from \"ngx-axis-appforge/core\";\nimport { cmpMap } from \"./cmp-map\";\nimport { examples } from \"./examples/examples\";\n\nexport const axisCmplib: Cmplib = {\n name: \"标准组件库\",\n cmpMap: cmpMap,\n examples: examples\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './cmplib';\n"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-axis-appforge",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.89",
|
|
4
4
|
"author": "ZengCheng <zengc694623467@gmail.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"dependencies": {
|
|
@@ -13,19 +13,20 @@
|
|
|
13
13
|
"@angular/forms": "^20.3.4",
|
|
14
14
|
"@angular/platform-browser": "^20.3.4",
|
|
15
15
|
"@angular/router": "^20.3.4",
|
|
16
|
+
"@tinymce/tinymce-angular": "^9.1.0",
|
|
17
|
+
"cytoscape": "^3.33.1",
|
|
18
|
+
"echarts": "^6.0.0",
|
|
19
|
+
"file-saver": "^2.0.5",
|
|
20
|
+
"html2canvas": "^1.4.1",
|
|
21
|
+
"monaco-editor": "^0.52.2",
|
|
16
22
|
"ng-zorro-antd": "^20.3.1",
|
|
23
|
+
"ngx-clipboard": "^16.0.0",
|
|
24
|
+
"ngx-echarts": "^20.0.2",
|
|
17
25
|
"rxjs": "~7.8.0",
|
|
18
|
-
"zone.js": "~0.15.0",
|
|
19
26
|
"tinymce": "^8.1.2",
|
|
27
|
+
"vidstack": "^1.12.13",
|
|
20
28
|
"xlsx-js-style": "^1.2.0",
|
|
21
|
-
"
|
|
22
|
-
"ngx-echarts": "^20.0.2",
|
|
23
|
-
"file-saver": "^2.0.5",
|
|
24
|
-
"html2canvas": "^1.4.1",
|
|
25
|
-
"cytoscape": "^3.33.1",
|
|
26
|
-
"echarts": "^6.0.0",
|
|
27
|
-
"@tinymce/tinymce-angular": "^9.1.0",
|
|
28
|
-
"monaco-editor": "^0.52.2"
|
|
29
|
+
"zone.js": "~0.15.0"
|
|
29
30
|
},
|
|
30
31
|
"module": "fesm2022/ngx-axis-appforge.mjs",
|
|
31
32
|
"typings": "index.d.ts",
|
|
@@ -389,6 +390,14 @@
|
|
|
389
390
|
"types": "./axis-components/upload/design/index.d.ts",
|
|
390
391
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-upload-design.mjs"
|
|
391
392
|
},
|
|
393
|
+
"./axis-components/video": {
|
|
394
|
+
"types": "./axis-components/video/index.d.ts",
|
|
395
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-video.mjs"
|
|
396
|
+
},
|
|
397
|
+
"./axis-components/video/design": {
|
|
398
|
+
"types": "./axis-components/video/design/index.d.ts",
|
|
399
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-video-design.mjs"
|
|
400
|
+
},
|
|
392
401
|
"./core": {
|
|
393
402
|
"types": "./core/index.d.ts",
|
|
394
403
|
"default": "./fesm2022/ngx-axis-appforge-core.mjs"
|