up build conf csc
This commit is contained in:
parent
4994c9b12a
commit
eaa0752845
19 changed files with 5150 additions and 13670 deletions
2992
my-workspace/package-lock.json
generated
2992
my-workspace/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -20,7 +20,11 @@
|
|||
]
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^20.1.5",
|
||||
"@angular/cli": "^20.1.4",
|
||||
"@angular/compiler-cli": "^20.1.0",
|
||||
"@angular/common": "^20.1.0",
|
||||
"@angular/compiler": "^20.1.0",
|
||||
"@angular/core": "^20.1.0",
|
||||
|
@ -28,12 +32,7 @@
|
|||
"@angular/platform-browser": "^20.1.0",
|
||||
"@angular/router": "^20.1.0",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^20.1.5",
|
||||
"@angular/cli": "^20.1.4",
|
||||
"@angular/compiler-cli": "^20.1.0",
|
||||
"tslib": "^2.3.0",
|
||||
"@types/jasmine": "~5.1.0",
|
||||
"angular-eslint": "20.1.1",
|
||||
"eslint": "^9.29.0",
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
import {Component} from '@angular/core';
|
||||
import {FormsModule} from '@angular/forms';
|
||||
import {MainButton} from '../main-button/main-button';
|
||||
import {NgClass} from '@angular/common';
|
||||
import {CommonModule, NgClass} from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'sae-feedback-button',
|
||||
imports: [
|
||||
FormsModule,
|
||||
MainButton,
|
||||
NgClass
|
||||
NgClass, CommonModule
|
||||
],
|
||||
templateUrl: './feedback-button.html',
|
||||
styleUrl: './feedback-button.scss'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import {Component, Input} from '@angular/core';
|
||||
// import {NgClass} from '@angular/common/directives';
|
||||
|
||||
export type ButtonKindType = '' | 'primary' | 'secondary' | 'ghost' | 'link';
|
||||
export type ButtonSizeType = '' | 'large' | 'medium' | 'small' | 'extrasm';
|
||||
|
@ -8,9 +7,7 @@ export type inconPositionKindType = '' | 'left' | 'right';
|
|||
@Component({
|
||||
selector: 'sae-m-button',
|
||||
standalone: true,
|
||||
imports: [
|
||||
// NgClass,
|
||||
],
|
||||
imports: [],
|
||||
templateUrl: './main-button.html',
|
||||
styleUrl: './main-button.scss'
|
||||
})
|
||||
|
|
|
@ -3,5 +3,8 @@
|
|||
"dest": "../../dist/sae-lib",
|
||||
"lib": {
|
||||
"entryFile": "src/public-api.ts"
|
||||
}
|
||||
},
|
||||
"allowedNonPeerDependencies": [
|
||||
"tslib"
|
||||
]
|
||||
}
|
||||
|
|
9995
my-workspace/projects/sae-lib/node_modules/.package-lock.json
generated
vendored
9995
my-workspace/projects/sae-lib/node_modules/.package-lock.json
generated
vendored
File diff suppressed because it is too large
Load diff
|
@ -9,10 +9,10 @@
|
|||
"@ngrx/store-devtools": "^20.0.0",
|
||||
"bulma": "^1.0.4",
|
||||
"remixicon": "^4.6.0",
|
||||
"tslib": "^2.3.0",
|
||||
"shepherd.js": "^14.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
|
@ -21,7 +21,5 @@
|
|||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"bulma": "^1.0.4",
|
||||
"remixicon": "^4.6.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue