Skip to content

Commit

Permalink
chore(release): release 18.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-nest-moon committed Oct 23, 2024
1 parent ebe03ac commit 366ecde
Show file tree
Hide file tree
Showing 10 changed files with 247 additions and 5,079 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ NG-NEST 是一个开源的 Web 应用程序框架,基于 Angular 和 Nest ,

## 当前版本

npm 18.0.8
npm 18.0.9

## 支持 Angular 版本

Expand Down
2 changes: 1 addition & 1 deletion docs/ui/ng-nest/readme.en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/ui/ng-nest/readme.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ NG-NEST 是一个开源的 Web 应用程序框架,基于 Angular 和 Nest ,

## 当前版本

npm 18.0.8
npm 18.0.9

## 支持 Angular 版本

Expand Down
16 changes: 4 additions & 12 deletions lib/ng-nest/ui/form/form.property.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -46,8 +38,8 @@ export type XFormTemplate = { [property: string]: TemplateRef<any> };
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<UntypedFormGroup>(new UntypedFormGroup({}));
/**
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/ng-nest/ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-nest",
"version": "18.0.8",
"version": "18.0.9",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
Loading

0 comments on commit 366ecde

Please sign in to comment.