Skip to content

Commit

Permalink
* Ran update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysamperi committed Dec 12, 2024
1 parent b3b4ef3 commit cbe4ba4
Show file tree
Hide file tree
Showing 7 changed files with 9,644 additions and 13,183 deletions.
186 changes: 93 additions & 93 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,95 +1,95 @@
{
"name": "ngx-float-ui-repo",
"version": "19.0.0",
"build": 0,
"license": "MIT",
"description": "ngx-float-ui is an Angular wrapper for @floating-ui",
"homepage": "https://tonysamperi.github.io/ngx-float-ui",
"repository": {
"type": "git",
"url": "https://github.com/tonysamperi/ngx-float-ui.git"
},
"bugs": {
"url": "https://github.com/tonysamperi/ngx-float-ui/issues"
},
"author": {
"name": "Tony Samperi",
"email": "github@tonysamperi.it"
},
"keywords": [
"Angular 18+",
"ngx-float-ui",
"popper Angular",
"floating ui",
"float",
"ui"
],
"engines": {
"node": ">=18"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test ngx-float-ui",
"test:ci": "ng test ngx-float-ui --browsers=ChromeHeadless --watch=false",
"test:demo": "ng test ngx-float-ui-repo",
"lint": "ng lint",
"build++": "gulp build++",
"build": "ng build ngx-float-ui --configuration=production && gulp postBuild",
"build:demo": "ng build ngx-float-ui-repo --configuration=production --base-href=",
"pack": "gulp pack",
"release": "npm publish ./dist/ngx-float-ui",
"release:beta": "npm publish ./dist/ngx-float-ui --tag beta",
"bump:patch": "gulp bump:patch",
"bump:minor": "gulp bump:minor",
"bump:major": "gulp bump:major"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/ssr": "^18.0.0",
"@floating-ui/dom": "^1.6.6",
"rxjs": "^7.4.0",
"tslib": "^2.3.1",
"typewriter-effect": "^2.19.0",
"zone.js": "^0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.0",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular/cli": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/language-service": "^18.0.0",
"@types/jasmine": "^3.3.8",
"@types/jasminewd2": "^2.0.3",
"@types/node": "^18.13.0",
"@types/prismjs": "^1.16.5",
"@types/semver": "^7.3.13",
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",
"jasmine-core": "^4.5.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^17.0.0-next.2",
"plugin-log": "^0.1.0",
"prismjs": "^1.29.0",
"puppeteer": "^21.0.1",
"semver": "^7.6.2",
"through2": "^4.0.2",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-consistent-codestyle": "^1.16.0",
"typescript": "~5.4.0"
},
"packageManager": "yarn@4.3.1"
"name": "ngx-float-ui-repo",
"version": "19.0.0",
"build": 0,
"license": "MIT",
"description": "ngx-float-ui is an Angular wrapper for @floating-ui",
"homepage": "https://tonysamperi.github.io/ngx-float-ui",
"repository": {
"type": "git",
"url": "https://github.com/tonysamperi/ngx-float-ui.git"
},
"bugs": {
"url": "https://github.com/tonysamperi/ngx-float-ui/issues"
},
"author": {
"name": "Tony Samperi",
"email": "github@tonysamperi.it"
},
"keywords": [
"Angular 18+",
"ngx-float-ui",
"popper Angular",
"floating ui",
"float",
"ui"
],
"engines": {
"node": ">=18"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test ngx-float-ui",
"test:ci": "ng test ngx-float-ui --browsers=ChromeHeadless --watch=false",
"test:demo": "ng test ngx-float-ui-repo",
"lint": "ng lint",
"build++": "gulp build++",
"build": "ng build ngx-float-ui --configuration=production && gulp postBuild",
"build:demo": "ng build ngx-float-ui-repo --configuration=production --base-href=",
"pack": "gulp pack",
"release": "npm publish ./dist/ngx-float-ui",
"release:beta": "npm publish ./dist/ngx-float-ui --tag beta",
"bump:patch": "gulp bump:patch",
"bump:minor": "gulp bump:minor",
"bump:major": "gulp bump:major"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.4",
"@angular/common": "^19.0.4",
"@angular/compiler": "^19.0.4",
"@angular/core": "^19.0.4",
"@angular/forms": "^19.0.4",
"@angular/platform-browser": "^19.0.4",
"@angular/platform-browser-dynamic": "^19.0.4",
"@angular/ssr": "^19.0.5",
"@floating-ui/dom": "^1.6.6",
"rxjs": "^7.4.0",
"tslib": "^2.3.1",
"typewriter-effect": "^2.19.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.5",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular/cli": "^19.0.5",
"@angular/compiler-cli": "^19.0.4",
"@angular/language-service": "^19.0.4",
"@types/jasmine": "^3.3.8",
"@types/jasminewd2": "^2.0.3",
"@types/node": "^18.13.0",
"@types/prismjs": "^1.16.5",
"@types/semver": "^7.3.13",
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",
"jasmine-core": "^4.5.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^19.0.1",
"plugin-log": "^0.1.0",
"prismjs": "^1.29.0",
"puppeteer": "^21.0.1",
"semver": "^7.6.2",
"through2": "^4.0.2",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-consistent-codestyle": "^1.16.0",
"typescript": "~5.6.3"
},
"packageManager": "yarn@4.3.1"
}
3 changes: 2 additions & 1 deletion projects/ngx-float-ui-repo/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import {NGX_FLOAT_UI_ENVIRONMENT} from "../environments/environment";
selector: "app-root",
templateUrl: "./app.component.html",
styleUrls: ["./app.component.scss"],
encapsulation: ViewEncapsulation.None
encapsulation: ViewEncapsulation.None,
standalone: false
})
export class NgxFloatUiAppComponent {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const codeTypes: NgxFloatUiArticleTypesRef<"css" | "markup"> = {
selector: "app-demo",
templateUrl: "demo.component.html",
styleUrls: ["demo.component.scss"],
standalone: true,
imports: [NgFor, NgxFloatUiContentComponent, NgxFloatUiDirective, NgxFloatUiLooseDirective]
})
export class NgxFloatUiDemoComponent implements OnInit {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {NgxFloatUiContentComponent, NgxFloatUiDirective, NgxFloatUiPlacements} f
selector: "app-test",
templateUrl: "test.component.html",
styleUrls: ["test.component.scss"],
standalone: true,
imports: [NgxFloatUiContentComponent, NgxFloatUiDirective]
})
export class NgxFloatUiTestComponent {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import {NgxFloatUiTriggers} from "../../models/ngx-float-ui-triggers.model";
templateUrl: "./ngx-float-ui-content.component.html",
styleUrls: ["./ngx-float-ui-content.component.scss"],
exportAs: "ngxFloatUiContent",
standalone: true,
imports: [NgStyle, NgClass, NgIf]
})
export class NgxFloatUiContentComponent implements OnDestroy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ import {NgxFloatUiModule, NgxFloatUiDirective, NgxFloatUiPlacements} from "ngx-f
"../../../../../ngx-float-ui-repo/src/app/components/demo/demo.component.scss"
],
encapsulation: ViewEncapsulation.None,
standalone: true,
imports: [NgxFloatUiModule]
})
class NgxFloatUiDirectiveTestComponent {
Expand Down
Loading

0 comments on commit cbe4ba4

Please sign in to comment.