From 366ecde8e22284be5c635568b6211d3f755bed24 Mon Sep 17 00:00:00 2001 From: ng-nest-moon Date: Wed, 23 Oct 2024 21:59:42 +0800 Subject: [PATCH] chore(release): release 18.0.9 --- CHANGELOG.md | 16 + README.md | 2 +- docs/ui/ng-nest/readme.en_US.md | 2 +- docs/ui/ng-nest/readme.zh_CN.md | 2 +- lib/ng-nest/ui/form/form.property.ts | 16 +- lib/ng-nest/ui/package.json | 2 +- package.json | 2 +- src/interfaces/en_US-docs.types.ts | 2640 ++----------------------- src/interfaces/zh_CN-docs.types.ts | 2642 ++------------------------ src/services/config.service.ts | 2 +- 10 files changed, 247 insertions(+), 5079 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54513434..ebee6d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [18.0.9](https://github.com/NG-NEST/ng-nest/compare/18.0.8...18.0.9) (2024-10-23) + + +### Bug Fixes + +* **module:dropdown:** fix animation error ([ad229d5](https://github.com/NG-NEST/ng-nest/commit/ad229d5707fc2f71adb4d16d662dfbda42b06718)) +* **module:loading:** fix icon type ([aadd9bc](https://github.com/NG-NEST/ng-nest/commit/aadd9bc6bb276088d24f96e5d10395c87adeb0fa)) +* **module:loading:** fix type error ([aae2d29](https://github.com/NG-NEST/ng-nest/commit/aae2d29efa31354cfe3c2f82f96409fe82922fa2)) + + +### Features + +* **module:tree:** add drag create sub node ([ebe03ac](https://github.com/NG-NEST/ng-nest/commit/ebe03aca8722ded78f3159849e66bc31f812d1d7)), closes [#232](https://github.com/NG-NEST/ng-nest/issues/232) + + + ## [18.0.8](https://github.com/NG-NEST/ng-nest/compare/18.0.7...18.0.8) (2024-09-04) diff --git a/README.md b/README.md index 380d87cb..b67f2690 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ NG-NEST 是一个开源的 Web 应用程序框架,基于 Angular 和 Nest , ## 当前版本 -npm 18.0.8 +npm 18.0.9 ## 支持 Angular 版本 diff --git a/docs/ui/ng-nest/readme.en_US.md b/docs/ui/ng-nest/readme.en_US.md index 3ab6434a..1a5742cc 100644 --- a/docs/ui/ng-nest/readme.en_US.md +++ b/docs/ui/ng-nest/readme.en_US.md @@ -21,7 +21,7 @@ NG-NEST is an open source Web application framework based on Angular and NEST, m ## Current version -npm 18.0.8 +npm 18.0.9 ## Support Angular version diff --git a/docs/ui/ng-nest/readme.zh_CN.md b/docs/ui/ng-nest/readme.zh_CN.md index e88d7adb..4fb9cf76 100644 --- a/docs/ui/ng-nest/readme.zh_CN.md +++ b/docs/ui/ng-nest/readme.zh_CN.md @@ -21,7 +21,7 @@ NG-NEST 是一个开源的 Web 应用程序框架,基于 Angular 和 Nest , ## 当前版本 -npm 18.0.8 +npm 18.0.9 ## 支持 Angular 版本 diff --git a/lib/ng-nest/ui/form/form.property.ts b/lib/ng-nest/ui/form/form.property.ts index 995cf111..6086e879 100644 --- a/lib/ng-nest/ui/form/form.property.ts +++ b/lib/ng-nest/ui/form/form.property.ts @@ -1,12 +1,4 @@ -import { - XIdentity, - XBoolean, - XIsEmpty, - XNumber, - XToCssPixelValue, - XToNumber, - XToBoolean -} from '@ng-nest/ui/core'; +import { XIdentity, XBoolean, XIsEmpty, XNumber, XToCssPixelValue, XToNumber, XToBoolean } from '@ng-nest/ui/core'; import { Component, TemplateRef, model, input, output } from '@angular/core'; import { UntypedFormControl, UntypedFormGroup } from '@angular/forms'; import { XInputOption, XInputComponent } from '@ng-nest/ui/input'; @@ -46,8 +38,8 @@ export type XFormTemplate = { [property: string]: TemplateRef }; export class XFormProperty extends XFormControlFunction(X_FORM_CONFIG_NAME) { /** * @zh_CN 表单 FormGroup -( * @en_US Form FormGroup -) * @default new UntypedFormGroup({}) + * @en_US Form FormGroup + * @default new UntypedFormGroup({}) */ readonly formGroup = input(new UntypedFormGroup({})); /** @@ -101,7 +93,7 @@ export class XFormProperty extends XFormControlFunction(X_FORM_CONFIG_NAME) { * @zh_CN 控件对象 * @en_US Control object */ -export interface XControlOption { +export interface XControlOption { /** * @zh_CN 列 Id * @en_US The column Id diff --git a/lib/ng-nest/ui/package.json b/lib/ng-nest/ui/package.json index 4606018d..618a6358 100644 --- a/lib/ng-nest/ui/package.json +++ b/lib/ng-nest/ui/package.json @@ -1,6 +1,6 @@ { "name": "@ng-nest/ui", - "version": "18.0.8", + "version": "18.0.9", "license": "MIT", "homepage": "https://www.ngnest.com", "author": "ng-nest", diff --git a/package.json b/package.json index b270b556..c888b796 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-nest", - "version": "18.0.8", + "version": "18.0.9", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/interfaces/en_US-docs.types.ts b/src/interfaces/en_US-docs.types.ts index aebb2717..848c9768 100644 --- a/src/interfaces/en_US-docs.types.ts +++ b/src/interfaces/en_US-docs.types.ts @@ -277,6 +277,24 @@ export const en_US: {[key: string]: AppProp} = { }, "returnType": "T" }, + "XHasChildren>": { + "type": "function", + "label": "Recursively checks and sets whether nodes have children", + "description": "", + "example": [ + { + "type": "text", + "content": "" + } + ], + "properties": [], + "name": "XHasChildren>", + "params": { + "nodes": "T[]", + "level": "number" + }, + "returnType": "T[]" + }, "XInvertKeyValues": { "type": "function", "label": "Reversal the key value of the object", @@ -2609,6 +2627,21 @@ export const en_US: {[key: string]: AppProp} = { }, "returnType": "any })" }, + "XSleep": { + "type": "function", + "label": "Delayed sleep", + "description": "", + "example": [ + { + "type": "text", + "content": "" + } + ], + "properties": [], + "name": "XSleep", + "params": {}, + "returnType": "number)" + }, "XAffixPrefix": { "type": "const", "label": "Affix", @@ -7340,7 +7373,7 @@ export const en_US: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "Readonly", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -8248,42 +8281,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "size", - "type": "XSize", - "toType": "XSize", - "inputType": "InputSignal", - "signal": "input", - "label": "Size", - "default": "'medium'", - "withConfig": true, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Input pointer", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -8392,24 +8389,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Enter prompt information", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -8446,24 +8425,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Readonly", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "valueTpl", "type": "TemplateRef", @@ -8535,78 +8496,6 @@ export const en_US: {[key: string]: AppProp} = { } ], "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "Regular verification rules", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Verify not pass the prompt text", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "Activation state", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "Enter the verification function", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" } ], "name": "XCheckboxProperty", @@ -8795,40 +8684,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "size", - "type": "XSize", - "label": "Size", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "size", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "pointer", - "type": "boolean", - "label": "Input pointer", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -8931,23 +8786,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "Enter prompt information", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -8982,57 +8820,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "readonly", - "type": "boolean", - "label": "Readonly", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "before", "type": "XTemplate", @@ -9066,74 +8853,6 @@ export const en_US: {[key: string]: AppProp} = { "content": "" } ] - }, - { - "name": "pattern", - "type": "RegExp | RegExp[]", - "label": "Regular verification rules", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pattern", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "message", - "type": "string | string[]", - "label": "Verify not pass the prompt text", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "message", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "active", - "type": "boolean", - "label": "Activation state", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "label": "Enter the verification function", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "inputValidator", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] } ], "name": "XCheckboxOption", @@ -9822,7 +9541,7 @@ export const en_US: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "Input pointer", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -10002,7 +9721,7 @@ export const en_US: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "Readonly", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -12928,42 +12647,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "before", "type": "XTemplate", @@ -13036,24 +12719,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "Activation state", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "inputValidator", "type": "(value: any) => boolean", @@ -13464,40 +13129,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "before", "type": "XTemplate", @@ -13566,23 +13197,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "active", - "type": "boolean", - "label": "Activation state", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "inputValidator", "type": "(value: any) => boolean", @@ -17955,6 +17569,24 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, + { + "name": "tableScroll", + "type": "{ x: number; y: number }", + "toType": "{ x: number; y: number }", + "inputType": "InputSignal<{ x: number; y: number }>", + "signal": "input", + "label": "table height and width of rolling area", + "default": "", + "withConfig": false, + "description": "", + "example": [ + { + "type": "text", + "content": "" + } + ], + "transform": "" + }, { "name": "tableBodyHeight", "type": "XNumber", @@ -18207,24 +17839,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Input pointer", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -18333,24 +17947,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Enter prompt information", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -18386,168 +17982,6 @@ export const en_US: {[key: string]: AppProp} = { } ], "transform": "XToBoolean" - }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Readonly", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "Before label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "After label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "Regular verification rules", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Verify not pass the prompt text", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "Activation state", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "Enter the verification function", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" } ], "name": "XFindProperty", @@ -19195,23 +18629,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "pointer", - "type": "boolean", - "label": "Input pointer", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -19314,23 +18731,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "Enter prompt information", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -19365,91 +18765,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "readonly", - "type": "boolean", - "label": "Readonly", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "before", - "type": "XTemplate", - "label": "Before label", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "before", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "after", - "type": "XTemplate", - "label": "After label", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "after", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "pattern", "type": "RegExp | RegExp[]", @@ -23427,24 +22742,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Input pointer", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -23661,42 +22958,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "Before label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "After label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "pattern", "type": "RegExp | RegExp[] | any", @@ -23733,24 +22994,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "Activation state", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "inputValidator", "type": "(value: any) => boolean", @@ -23939,23 +23182,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "pointer", - "type": "boolean", - "label": "Input pointer", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -24160,40 +23386,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "before", - "type": "XTemplate", - "label": "Before label", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "before", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "after", - "type": "XTemplate", - "label": "After label", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "after", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "pattern", "type": "RegExp | RegExp[]", @@ -24228,23 +23420,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "active", - "type": "boolean", - "label": "Activation state", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "inputValidator", "type": "(value: any) => boolean", @@ -25914,12 +25089,12 @@ export const en_US: {[key: string]: AppProp} = { }, { "name": "text", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", + "type": "XTemplate | null", + "toType": "XTemplate | null", + "inputType": "InputSignal", "signal": "input", "label": "Display text, support custom template", - "default": "this.config?.text!", + "default": "null", "withConfig": true, "description": "", "example": [ @@ -25932,12 +25107,12 @@ export const en_US: {[key: string]: AppProp} = { }, { "name": "icon", - "type": "string", - "toType": "string", - "inputType": "InputSignal", + "type": "string | null", + "toType": "string | null", + "inputType": "InputSignal", "signal": "input", "label": "Icon displayed", - "default": "this.config?.icon!", + "default": "null", "withConfig": true, "description": "", "example": [ @@ -25950,12 +25125,12 @@ export const en_US: {[key: string]: AppProp} = { }, { "name": "color", - "type": "string", - "toType": "string", - "inputType": "InputSignal", + "type": "string | null", + "toType": "string | null", + "inputType": "InputSignal", "signal": "input", "label": "Color", - "default": "this.config?.color!", + "default": "null", "withConfig": true, "description": "", "example": [ @@ -26004,12 +25179,12 @@ export const en_US: {[key: string]: AppProp} = { }, { "name": "background", - "type": "string", - "toType": "string", - "inputType": "InputSignal", + "type": "string | null", + "toType": "string | null", + "inputType": "InputSignal", "signal": "input", "label": "Background style", - "default": "this.config?.background!", + "default": "null", "withConfig": true, "description": "", "example": [ @@ -29435,42 +28610,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "size", - "type": "XSize", - "toType": "XSize", - "inputType": "InputSignal", - "signal": "input", - "label": "Size", - "default": "'medium'", - "withConfig": true, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Input pointer", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -29579,24 +28718,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Enter prompt information", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -29633,60 +28754,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Readonly", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "before", "type": "XTemplate", @@ -29722,78 +28789,6 @@ export const en_US: {[key: string]: AppProp} = { } ], "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "Regular verification rules", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Verify not pass the prompt text", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "Activation state", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "Enter the verification function", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" } ], "name": "XRadioProperty", @@ -29965,40 +28960,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "size", - "type": "XSize", - "label": "Size", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "size", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "pointer", - "type": "boolean", - "label": "Input pointer", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -30101,23 +29062,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "Enter prompt information", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -30152,57 +29096,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "readonly", - "type": "boolean", - "label": "Readonly", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "before", "type": "XTemplate", @@ -30236,74 +29129,6 @@ export const en_US: {[key: string]: AppProp} = { "content": "" } ] - }, - { - "name": "pattern", - "type": "RegExp | RegExp[]", - "label": "Regular verification rules", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pattern", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "message", - "type": "string | string[]", - "label": "Verify not pass the prompt text", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "message", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "active", - "type": "boolean", - "label": "Activation state", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "label": "Enter the verification function", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "inputValidator", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] } ], "name": "XRadioOption", @@ -30478,24 +29303,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Input pointer", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -30604,24 +29411,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Enter prompt information", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -30657,168 +29446,6 @@ export const en_US: {[key: string]: AppProp} = { } ], "transform": "XToBoolean" - }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Readonly", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "Before label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "After label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "Regular verification rules", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Verify not pass the prompt text", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "Activation state", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "Enter the verification function", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" } ], "name": "XRateProperty", @@ -30919,23 +29546,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "pointer", - "type": "boolean", - "label": "Input pointer", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -31038,23 +29648,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "Enter prompt information", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -31088,159 +29681,6 @@ export const en_US: {[key: string]: AppProp} = { "content": "" } ] - }, - { - "name": "readonly", - "type": "boolean", - "label": "Readonly", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "before", - "type": "XTemplate", - "label": "Before label", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "before", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "after", - "type": "XTemplate", - "label": "After label", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "after", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "pattern", - "type": "RegExp | RegExp[]", - "label": "Regular verification rules", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pattern", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "message", - "type": "string | string[]", - "label": "Verify not pass the prompt text", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "message", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "active", - "type": "boolean", - "label": "Activation state", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "label": "Enter the verification function", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "inputValidator", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] } ], "name": "XRateOption", @@ -32068,7 +30508,7 @@ export const en_US: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "Input pointer", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -34042,24 +32482,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Input pointer", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -34168,24 +32590,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Enter prompt information", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -34222,168 +32626,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Readonly", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "Before label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "After label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "Regular verification rules", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Verify not pass the prompt text", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "Activation state", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "Enter the verification function", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "dragStartEmit", "type": "CdkDragStart", @@ -34642,23 +32884,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "pointer", - "type": "boolean", - "label": "Input pointer", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -34761,23 +32986,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "Enter prompt information", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -34812,159 +33020,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "readonly", - "type": "boolean", - "label": "Readonly", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "before", - "type": "XTemplate", - "label": "Before label", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "before", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "after", - "type": "XTemplate", - "label": "After label", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "after", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "pattern", - "type": "RegExp | RegExp[]", - "label": "Regular verification rules", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pattern", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "message", - "type": "string | string[]", - "label": "Verify not pass the prompt text", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "message", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "active", - "type": "boolean", - "label": "Activation state", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "label": "Enter the verification function", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "inputValidator", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "dragStartEmit", "type": "(start: CdkDragStart) => void", @@ -35690,24 +33745,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Input pointer", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -35816,24 +33853,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Enter prompt information", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -35869,168 +33888,6 @@ export const en_US: {[key: string]: AppProp} = { } ], "transform": "XToBoolean" - }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Readonly", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "Before label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "After label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "Regular verification rules", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Verify not pass the prompt text", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "Activation state", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "Enter the verification function", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" } ], "name": "XSwitchProperty", @@ -36134,23 +33991,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "pointer", - "type": "boolean", - "label": "Input pointer", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -36253,23 +34093,6 @@ export const en_US: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "Enter prompt information", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -36303,159 +34126,6 @@ export const en_US: {[key: string]: AppProp} = { "content": "" } ] - }, - { - "name": "readonly", - "type": "boolean", - "label": "Readonly", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "before", - "type": "XTemplate", - "label": "Before label", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "before", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "after", - "type": "XTemplate", - "label": "After label", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "after", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "pattern", - "type": "RegExp | RegExp[]", - "label": "Regular verification rules", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pattern", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "message", - "type": "string | string[]", - "label": "Verify not pass the prompt text", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "message", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "active", - "type": "boolean", - "label": "Activation state", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "label": "Enter the verification function", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "inputValidator", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] } ], "name": "XSwitchOption", @@ -37714,6 +35384,24 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, + { + "name": "rowClick", + "type": "XTableRow", + "toType": "", + "inputType": "OutputEmitterRef", + "signal": "output", + "label": "Row click event", + "default": "", + "withConfig": false, + "description": "", + "example": [ + { + "type": "text", + "content": "" + } + ], + "transform": "" + }, { "name": "columnDragStarted", "type": "XTableColumn", @@ -39178,6 +36866,24 @@ export const en_US: {[key: string]: AppProp} = { } ], "transform": "" + }, + { + "name": "rowClick", + "type": "XTableRow", + "toType": "", + "inputType": "OutputEmitterRef", + "signal": "output", + "label": "Row click event", + "default": "", + "withConfig": false, + "description": "", + "example": [ + { + "type": "text", + "content": "" + } + ], + "transform": "" } ], "name": "XTableBodyProperty", @@ -40200,24 +37906,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "XToCssPixelValue" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "Input pointer", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -40326,24 +38014,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "Enter prompt information", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -40398,78 +38068,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "Node template", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "Before label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "After label", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "pattern", "type": "RegExp | RegExp[] | any", @@ -40506,24 +38104,6 @@ export const en_US: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "Activation state", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "inputValidator", "type": "(value: any) => boolean", @@ -41442,7 +39022,7 @@ export const en_US: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "Input pointer", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -41640,7 +39220,7 @@ export const en_US: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "Readonly", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -44782,7 +42362,7 @@ export const en_US: {[key: string]: AppProp} = { }, { "name": "position", - "type": "-1 | 1", + "type": "-1 | 0 | 1", "label": "The front or back of the corresponding node", "default": "", "withConfig": false, diff --git a/src/interfaces/zh_CN-docs.types.ts b/src/interfaces/zh_CN-docs.types.ts index 5c3da3a4..eaacebf8 100644 --- a/src/interfaces/zh_CN-docs.types.ts +++ b/src/interfaces/zh_CN-docs.types.ts @@ -277,6 +277,24 @@ export const zh_CN: {[key: string]: AppProp} = { }, "returnType": "T" }, + "XHasChildren>": { + "type": "function", + "label": "递归检查并设置节点是否具有子节点", + "description": "", + "example": [ + { + "type": "text", + "content": "" + } + ], + "properties": [], + "name": "XHasChildren>", + "params": { + "nodes": "T[]", + "level": "number" + }, + "returnType": "T[]" + }, "XInvertKeyValues": { "type": "function", "label": "将对象键值对反转", @@ -2609,6 +2627,21 @@ export const zh_CN: {[key: string]: AppProp} = { }, "returnType": "any })" }, + "XSleep": { + "type": "function", + "label": "延迟时间", + "description": "", + "example": [ + { + "type": "text", + "content": "" + } + ], + "properties": [], + "name": "XSleep", + "params": {}, + "returnType": "number)" + }, "XAffixPrefix": { "type": "const", "label": "Affix", @@ -7340,7 +7373,7 @@ export const zh_CN: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "只读", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -8248,42 +8281,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "size", - "type": "XSize", - "toType": "XSize", - "inputType": "InputSignal", - "signal": "input", - "label": "尺寸", - "default": "'medium'", - "withConfig": true, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "输入框点击样式", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -8392,24 +8389,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "输入提示信息", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -8446,24 +8425,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "只读", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "valueTpl", "type": "TemplateRef", @@ -8535,78 +8496,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ], "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "正则验证规则", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "验证不通过提示文字", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "激活状态", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "输入验证函数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" } ], "name": "XCheckboxProperty", @@ -8795,40 +8684,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "size", - "type": "XSize", - "label": "尺寸", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "size", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "pointer", - "type": "boolean", - "label": "输入框点击样式", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -8931,23 +8786,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "输入提示信息", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -8982,57 +8820,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "readonly", - "type": "boolean", - "label": "只读", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "before", "type": "XTemplate", @@ -9066,74 +8853,6 @@ export const zh_CN: {[key: string]: AppProp} = { "content": "" } ] - }, - { - "name": "pattern", - "type": "RegExp | RegExp[]", - "label": "正则验证规则", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pattern", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "message", - "type": "string | string[]", - "label": "验证不通过提示文字", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "message", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "active", - "type": "boolean", - "label": "激活状态", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "label": "输入验证函数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "inputValidator", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] } ], "name": "XCheckboxOption", @@ -9822,7 +9541,7 @@ export const zh_CN: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "输入框点击样式", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -10002,7 +9721,7 @@ export const zh_CN: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "只读", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -12928,42 +12647,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "before", "type": "XTemplate", @@ -13036,24 +12719,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "激活状态", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "inputValidator", "type": "(value: any) => boolean", @@ -13464,40 +13129,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "before", "type": "XTemplate", @@ -13566,23 +13197,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "active", - "type": "boolean", - "label": "激活状态", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "inputValidator", "type": "(value: any) => boolean", @@ -17955,6 +17569,24 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, + { + "name": "tableScroll", + "type": "{ x: number; y: number }", + "toType": "{ x: number; y: number }", + "inputType": "InputSignal<{ x: number; y: number }>", + "signal": "input", + "label": "表格滚动区域高宽", + "default": "", + "withConfig": false, + "description": "", + "example": [ + { + "type": "text", + "content": "" + } + ], + "transform": "" + }, { "name": "tableBodyHeight", "type": "XNumber", @@ -18207,24 +17839,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "输入框点击样式", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -18333,24 +17947,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "输入提示信息", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -18386,168 +17982,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ], "transform": "XToBoolean" - }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "只读", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "前置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "后置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "正则验证规则", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "验证不通过提示文字", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "激活状态", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "输入验证函数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" } ], "name": "XFindProperty", @@ -19195,23 +18629,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "pointer", - "type": "boolean", - "label": "输入框点击样式", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -19314,23 +18731,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "输入提示信息", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -19365,91 +18765,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "readonly", - "type": "boolean", - "label": "只读", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "before", - "type": "XTemplate", - "label": "前置标签", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "before", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "after", - "type": "XTemplate", - "label": "后置标签", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "after", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "pattern", "type": "RegExp | RegExp[]", @@ -23427,24 +22742,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "输入框点击样式", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -23661,42 +22958,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "前置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "后置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "pattern", "type": "RegExp | RegExp[] | any", @@ -23733,24 +22994,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "激活状态", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "inputValidator", "type": "(value: any) => boolean", @@ -23939,23 +23182,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "pointer", - "type": "boolean", - "label": "输入框点击样式", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -24160,40 +23386,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "before", - "type": "XTemplate", - "label": "前置标签", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "before", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "after", - "type": "XTemplate", - "label": "后置标签", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "after", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "pattern", "type": "RegExp | RegExp[]", @@ -24228,23 +23420,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "active", - "type": "boolean", - "label": "激活状态", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "inputValidator", "type": "(value: any) => boolean", @@ -25914,12 +25089,12 @@ export const zh_CN: {[key: string]: AppProp} = { }, { "name": "text", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", + "type": "XTemplate | null", + "toType": "XTemplate | null", + "inputType": "InputSignal", "signal": "input", "label": "显示文字,支持自定义模板", - "default": "this.config?.text!", + "default": "null", "withConfig": true, "description": "", "example": [ @@ -25932,12 +25107,12 @@ export const zh_CN: {[key: string]: AppProp} = { }, { "name": "icon", - "type": "string", - "toType": "string", - "inputType": "InputSignal", + "type": "string | null", + "toType": "string | null", + "inputType": "InputSignal", "signal": "input", "label": "显示的图标", - "default": "this.config?.icon!", + "default": "null", "withConfig": true, "description": "", "example": [ @@ -25950,12 +25125,12 @@ export const zh_CN: {[key: string]: AppProp} = { }, { "name": "color", - "type": "string", - "toType": "string", - "inputType": "InputSignal", + "type": "string | null", + "toType": "string | null", + "inputType": "InputSignal", "signal": "input", "label": "颜色", - "default": "this.config?.color!", + "default": "null", "withConfig": true, "description": "", "example": [ @@ -26004,12 +25179,12 @@ export const zh_CN: {[key: string]: AppProp} = { }, { "name": "background", - "type": "string", - "toType": "string", - "inputType": "InputSignal", + "type": "string | null", + "toType": "string | null", + "inputType": "InputSignal", "signal": "input", "label": "背景样式", - "default": "this.config?.background!", + "default": "null", "withConfig": true, "description": "", "example": [ @@ -29435,42 +28610,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "size", - "type": "XSize", - "toType": "XSize", - "inputType": "InputSignal", - "signal": "input", - "label": "尺寸", - "default": "'medium'", - "withConfig": true, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "输入框点击样式", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -29579,24 +28718,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "输入提示信息", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -29633,60 +28754,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "只读", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "before", "type": "XTemplate", @@ -29722,78 +28789,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ], "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "正则验证规则", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "验证不通过提示文字", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "激活状态", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "输入验证函数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" } ], "name": "XRadioProperty", @@ -29965,40 +28960,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "size", - "type": "XSize", - "label": "尺寸", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "size", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "pointer", - "type": "boolean", - "label": "输入框点击样式", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -30101,23 +29062,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "输入提示信息", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -30152,57 +29096,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "readonly", - "type": "boolean", - "label": "只读", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "before", "type": "XTemplate", @@ -30236,74 +29129,6 @@ export const zh_CN: {[key: string]: AppProp} = { "content": "" } ] - }, - { - "name": "pattern", - "type": "RegExp | RegExp[]", - "label": "正则验证规则", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pattern", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "message", - "type": "string | string[]", - "label": "验证不通过提示文字", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "message", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "active", - "type": "boolean", - "label": "激活状态", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "label": "输入验证函数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "inputValidator", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] } ], "name": "XRadioOption", @@ -30478,24 +29303,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "输入框点击样式", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -30604,24 +29411,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "输入提示信息", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -30657,168 +29446,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ], "transform": "XToBoolean" - }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "只读", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "前置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "后置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "正则验证规则", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "验证不通过提示文字", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "激活状态", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "输入验证函数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" } ], "name": "XRateProperty", @@ -30919,23 +29546,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "pointer", - "type": "boolean", - "label": "输入框点击样式", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -31038,23 +29648,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "输入提示信息", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -31088,159 +29681,6 @@ export const zh_CN: {[key: string]: AppProp} = { "content": "" } ] - }, - { - "name": "readonly", - "type": "boolean", - "label": "只读", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "before", - "type": "XTemplate", - "label": "前置标签", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "before", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "after", - "type": "XTemplate", - "label": "后置标签", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "after", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "pattern", - "type": "RegExp | RegExp[]", - "label": "正则验证规则", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pattern", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "message", - "type": "string | string[]", - "label": "验证不通过提示文字", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "message", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "active", - "type": "boolean", - "label": "激活状态", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "label": "输入验证函数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "inputValidator", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] } ], "name": "XRateOption", @@ -32068,7 +30508,7 @@ export const zh_CN: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "输入框点击样式", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -34042,24 +32482,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "输入框点击样式", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -34168,24 +32590,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "输入提示信息", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -34222,168 +32626,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "只读", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "前置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "后置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "正则验证规则", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "验证不通过提示文字", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "激活状态", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "输入验证函数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "dragStartEmit", "type": "CdkDragStart", @@ -34642,23 +32884,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "pointer", - "type": "boolean", - "label": "输入框点击样式", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -34761,23 +32986,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "输入提示信息", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -34812,159 +33020,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "readonly", - "type": "boolean", - "label": "只读", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "before", - "type": "XTemplate", - "label": "前置标签", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "before", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "after", - "type": "XTemplate", - "label": "后置标签", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "after", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "pattern", - "type": "RegExp | RegExp[]", - "label": "正则验证规则", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pattern", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "message", - "type": "string | string[]", - "label": "验证不通过提示文字", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "message", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "active", - "type": "boolean", - "label": "激活状态", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "label": "输入验证函数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "inputValidator", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "dragStartEmit", "type": "(start: CdkDragStart) => void", @@ -35690,24 +33745,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "输入框点击样式", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -35816,24 +33853,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "输入提示信息", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -35869,168 +33888,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ], "transform": "XToBoolean" - }, - { - "name": "readonly", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "只读", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "前置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "后置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "pattern", - "type": "RegExp | RegExp[] | any", - "toType": "RegExp | RegExp[] | any", - "inputType": "InputSignal", - "signal": "input", - "label": "正则验证规则", - "default": "null", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "message", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "验证不通过提示文字", - "default": "[]", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "激活状态", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "toType": "(value: any) => boolean", - "inputType": "InputSignal<(value: any) => boolean>", - "signal": "input", - "label": "输入验证函数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" } ], "name": "XSwitchProperty", @@ -36134,23 +33991,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "pointer", - "type": "boolean", - "label": "输入框点击样式", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pointer", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "label", "type": "string", @@ -36253,23 +34093,6 @@ export const zh_CN: {[key: string]: AppProp} = { } ] }, - { - "name": "placeholder", - "type": "string", - "label": "输入提示信息", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "placeholder", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, { "name": "disabled", "type": "boolean", @@ -36303,159 +34126,6 @@ export const zh_CN: {[key: string]: AppProp} = { "content": "" } ] - }, - { - "name": "readonly", - "type": "boolean", - "label": "只读", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "readonly", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTpl", - "type": "TemplateRef", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTpl", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "valueTplContext", - "type": "any", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "valueTplContext", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "before", - "type": "XTemplate", - "label": "前置标签", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "before", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "after", - "type": "XTemplate", - "label": "后置标签", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "after", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "pattern", - "type": "RegExp | RegExp[]", - "label": "正则验证规则", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "pattern", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "message", - "type": "string | string[]", - "label": "验证不通过提示文字", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "message", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "active", - "type": "boolean", - "label": "激活状态", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "active", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] - }, - { - "name": "inputValidator", - "type": "(value: any) => boolean", - "label": "输入验证函数", - "default": "", - "withConfig": false, - "description": "", - "decorator": [], - "attr": "inputValidator", - "propType": "", - "example": [ - { - "type": "text", - "content": "" - } - ] } ], "name": "XSwitchOption", @@ -36856,7 +34526,7 @@ export const zh_CN: {[key: string]: AppProp} = { "toType": "number | undefined", "inputType": "InputSignalWithTransform", "signal": "input", - "label": "body 数据高度", + "label": "body 数据高度,只有开启虚拟滚动的时候生效", "default": "undefined", "withConfig": false, "description": "", @@ -37714,6 +35384,24 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, + { + "name": "rowClick", + "type": "XTableRow", + "toType": "", + "inputType": "OutputEmitterRef", + "signal": "output", + "label": "行点击事件", + "default": "", + "withConfig": false, + "description": "", + "example": [ + { + "type": "text", + "content": "" + } + ], + "transform": "" + }, { "name": "columnDragStarted", "type": "XTableColumn", @@ -39178,6 +36866,24 @@ export const zh_CN: {[key: string]: AppProp} = { } ], "transform": "" + }, + { + "name": "rowClick", + "type": "XTableRow", + "toType": "", + "inputType": "OutputEmitterRef", + "signal": "output", + "label": "行点击事件", + "default": "", + "withConfig": false, + "description": "", + "example": [ + { + "type": "text", + "content": "" + } + ], + "transform": "" } ], "name": "XTableBodyProperty", @@ -40200,24 +37906,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "XToCssPixelValue" }, - { - "name": "pointer", - "type": "XBoolean", - "toType": "boolean", - "inputType": "InputSignalWithTransform", - "signal": "input", - "label": "输入框点击样式", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "XToBoolean" - }, { "name": "label", "type": "string", @@ -40326,24 +38014,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "placeholder", - "type": "string | string[]", - "toType": "string | string[]", - "inputType": "InputSignal", - "signal": "input", - "label": "输入提示信息", - "default": "''", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "disabled", "type": "XBoolean", @@ -40398,78 +38068,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "XToBoolean" }, - { - "name": "valueTpl", - "type": "TemplateRef", - "toType": "TemplateRef", - "inputType": "InputSignal>", - "signal": "input", - "label": "值模板", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "valueTplContext", - "type": "", - "toType": "", - "inputType": "", - "signal": "input", - "label": "值模板参数", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "before", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "前置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, - { - "name": "after", - "type": "XTemplate", - "toType": "XTemplate", - "inputType": "InputSignal", - "signal": "input", - "label": "后置标签", - "default": "", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "pattern", "type": "RegExp | RegExp[] | any", @@ -40506,24 +38104,6 @@ export const zh_CN: {[key: string]: AppProp} = { ], "transform": "" }, - { - "name": "active", - "type": "boolean", - "toType": "boolean", - "inputType": "ModelSignal", - "signal": "model", - "label": "激活状态", - "default": "false", - "withConfig": false, - "description": "", - "example": [ - { - "type": "text", - "content": "" - } - ], - "transform": "" - }, { "name": "inputValidator", "type": "(value: any) => boolean", @@ -41442,7 +39022,7 @@ export const zh_CN: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "输入框点击样式", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -41640,7 +39220,7 @@ export const zh_CN: {[key: string]: AppProp} = { "inputType": "InputSignalWithTransform", "signal": "input", "label": "只读", - "default": "false", + "default": "true", "withConfig": false, "description": "", "example": [ @@ -44782,7 +42362,7 @@ export const zh_CN: {[key: string]: AppProp} = { }, { "name": "position", - "type": "-1 | 1", + "type": "-1 | 0 | 1", "label": "对应节点的前面还是后面", "default": "", "withConfig": false, diff --git a/src/services/config.service.ts b/src/services/config.service.ts index 8873206c..fc21cdb7 100644 --- a/src/services/config.service.ts +++ b/src/services/config.service.ts @@ -15,7 +15,7 @@ export class ConfigService { langs = signal(['zh_CN', 'en_US']); cacheLangs = signal<{ [lang: string]: XI18nProperty }>({}); versions = signal([]); - version = signal('18.0.8'); + version = signal('18.0.9'); navName = signal('NG-NEST'); renderer2: Renderer2; light = signal({