ngx-redi-core 1.0.8 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RediTable/ng-package.json +5 -5
- package/ng-package.json +15 -1
- package/package.json +6 -7
- package/.storybook/tsconfig.json +0 -11
- package/.storybook/typings.d.ts +0 -4
- package/documentation.json +0 -767
- package/src/stories/.eslintrc.json +0 -5
- package/src/stories/Button.stories.ts +0 -51
- package/src/stories/Header.stories.ts +0 -37
- package/src/stories/Introduction.mdx +0 -213
- package/src/stories/Page.stories.ts +0 -46
- package/src/stories/User.ts +0 -2
- package/src/stories/assets/code-brackets.svg +0 -1
- package/src/stories/assets/colors.svg +0 -1
- package/src/stories/assets/comments.svg +0 -1
- package/src/stories/assets/direction.svg +0 -1
- package/src/stories/assets/flow.svg +0 -1
- package/src/stories/assets/plugin.svg +0 -1
- package/src/stories/assets/repo.svg +0 -1
- package/src/stories/assets/stackalt.svg +0 -1
- package/src/stories/button.component.ts +0 -55
- package/src/stories/button.css +0 -30
- package/src/stories/header.component.ts +0 -75
- package/src/stories/header.css +0 -32
- package/src/stories/page.component.ts +0 -77
- package/src/stories/page.css +0 -69
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
|
|
3
|
+
"lib": {
|
|
4
|
+
"entryFile": "public-api.ts"
|
|
5
|
+
}
|
|
6
|
+
}
|
package/ng-package.json
CHANGED
|
@@ -3,5 +3,19 @@
|
|
|
3
3
|
"dest": "../../dist/ngx-redi-core",
|
|
4
4
|
"lib": {
|
|
5
5
|
"entryFile": "public-api.ts"
|
|
6
|
-
}
|
|
6
|
+
},
|
|
7
|
+
"allowedNonPeerDependencies": [
|
|
8
|
+
"@angular/material",
|
|
9
|
+
"@angular/cdk",
|
|
10
|
+
"@angular/animations",
|
|
11
|
+
"@angular/common",
|
|
12
|
+
"@angular/compiler",
|
|
13
|
+
"@angular/core",
|
|
14
|
+
"@angular/forms",
|
|
15
|
+
"@angular/platform-browser",
|
|
16
|
+
"@angular/platform-browser-dynamic",
|
|
17
|
+
"@angular/router",
|
|
18
|
+
"rxjs",
|
|
19
|
+
"zone.js"
|
|
20
|
+
]
|
|
7
21
|
}
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-redi-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
+
},
|
|
6
|
+
"dependencies": {
|
|
7
|
+
"@angular/material": "^15.2.9",
|
|
8
|
+
"tslib": "^2.5.0",
|
|
5
9
|
"@angular/cdk": "^15.2.9",
|
|
6
10
|
"@angular/animations": "^15.2.9",
|
|
7
11
|
"@angular/common": "^15.2.9",
|
|
8
12
|
"@angular/compiler": "^15.2.9",
|
|
9
13
|
"@angular/core": "^15.2.9",
|
|
10
14
|
"@angular/forms": "^15.2.9",
|
|
11
|
-
"@angular/material": "^15.2.9",
|
|
12
15
|
"@angular/platform-browser": "^15.2.9",
|
|
13
16
|
"@angular/platform-browser-dynamic": "^15.2.9",
|
|
14
17
|
"@angular/router": "^15.2.9",
|
|
15
18
|
"rxjs": "~7.8.1",
|
|
16
19
|
"zone.js": "~0.13.0"
|
|
17
20
|
},
|
|
18
|
-
"dependencies": {
|
|
19
|
-
"tslib": "^2.5.0"
|
|
20
|
-
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@angular/cdk": "^15.2.9",
|
|
23
23
|
"@angular/animations": "^15.2.9",
|
|
@@ -32,6 +32,5 @@
|
|
|
32
32
|
"rxjs": "~7.8.1",
|
|
33
33
|
"zone.js": "~0.13.0"
|
|
34
34
|
},
|
|
35
|
-
"sideEffects": false
|
|
36
|
-
"allowedNonPeerDependencies": []
|
|
35
|
+
"sideEffects": false
|
|
37
36
|
}
|
package/.storybook/tsconfig.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../tsconfig.lib.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"types": ["node"],
|
|
5
|
-
"allowSyntheticDefaultImports": true,
|
|
6
|
-
"resolveJsonModule": true
|
|
7
|
-
},
|
|
8
|
-
"exclude": ["../src/test.ts", "../src/**/*.spec.ts"],
|
|
9
|
-
"include": ["../src/**/*", "./preview.ts"],
|
|
10
|
-
"files": ["./typings.d.ts"]
|
|
11
|
-
}
|
package/.storybook/typings.d.ts
DELETED