@skyux/modals 6.21.0 → 7.0.0-beta.0
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/documentation.json +4 -4
- package/esm2020/lib/modules/confirm/confirm.component.mjs +6 -6
- package/esm2020/lib/modules/confirm/confirm.module.mjs +8 -10
- package/esm2020/lib/modules/confirm/confirm.service.mjs +3 -3
- package/esm2020/lib/modules/modal/modal-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/modal/modal-component-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/modal/modal-configuration.mjs +3 -3
- package/esm2020/lib/modules/modal/modal-content.component.mjs +3 -3
- package/esm2020/lib/modules/modal/modal-footer.component.mjs +3 -3
- package/esm2020/lib/modules/modal/modal-header.component.mjs +3 -3
- package/esm2020/lib/modules/modal/modal-host-context.mjs +3 -3
- package/esm2020/lib/modules/modal/modal-host.component.mjs +5 -5
- package/esm2020/lib/modules/modal/modal-host.service.mjs +3 -3
- package/esm2020/lib/modules/modal/modal-scroll-shadow.directive.mjs +3 -3
- package/esm2020/lib/modules/modal/modal.component.mjs +5 -5
- package/esm2020/lib/modules/modal/modal.module.mjs +9 -11
- package/esm2020/lib/modules/modal/modal.service.mjs +3 -3
- package/esm2020/lib/modules/shared/sky-modals-resources.module.mjs +4 -4
- package/fesm2015/skyux-modals.mjs +64 -68
- package/fesm2015/skyux-modals.mjs.map +1 -1
- package/fesm2020/skyux-modals.mjs +64 -68
- package/fesm2020/skyux-modals.mjs.map +1 -1
- package/lib/modules/confirm/confirm.component.d.ts +1 -1
- package/lib/modules/modal/modal-content.component.d.ts +1 -1
- package/lib/modules/modal/modal-footer.component.d.ts +1 -1
- package/lib/modules/modal/modal-header.component.d.ts +1 -1
- package/lib/modules/modal/modal-host.component.d.ts +1 -1
- package/lib/modules/modal/modal-scroll-shadow.directive.d.ts +1 -1
- package/lib/modules/modal/modal.component.d.ts +1 -1
- package/package.json +12 -12
- package/testing/{skyux-modals-testing.d.ts → index.d.ts} +0 -0
- package/skyux-modals.d.ts +0 -5
- package/testing/package.json +0 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/modals",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0-beta.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"default": "./package.json"
|
|
21
21
|
},
|
|
22
22
|
".": {
|
|
23
|
-
"types": "./
|
|
23
|
+
"types": "./index.d.ts",
|
|
24
24
|
"esm2020": "./esm2020/skyux-modals.mjs",
|
|
25
25
|
"es2020": "./fesm2020/skyux-modals.mjs",
|
|
26
26
|
"es2015": "./fesm2015/skyux-modals.mjs",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"default": "./fesm2020/skyux-modals.mjs"
|
|
29
29
|
},
|
|
30
30
|
"./testing": {
|
|
31
|
-
"types": "./testing/
|
|
31
|
+
"types": "./testing/index.d.ts",
|
|
32
32
|
"esm2020": "./esm2020/testing/skyux-modals-testing.mjs",
|
|
33
33
|
"es2020": "./fesm2020/skyux-modals-testing.mjs",
|
|
34
34
|
"es2015": "./fesm2015/skyux-modals-testing.mjs",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@angular/cdk": "^
|
|
44
|
-
"@angular/common": "^
|
|
45
|
-
"@angular/core": "^
|
|
46
|
-
"@angular/router": "^
|
|
47
|
-
"@skyux/core": "
|
|
48
|
-
"@skyux/i18n": "
|
|
49
|
-
"@skyux/indicators": "
|
|
50
|
-
"@skyux/theme": "
|
|
43
|
+
"@angular/cdk": "^14.2.0",
|
|
44
|
+
"@angular/common": "^14.2.0",
|
|
45
|
+
"@angular/core": "^14.2.0",
|
|
46
|
+
"@angular/router": "^14.2.0",
|
|
47
|
+
"@skyux/core": "7.0.0-beta.0",
|
|
48
|
+
"@skyux/i18n": "7.0.0-beta.0",
|
|
49
|
+
"@skyux/indicators": "7.0.0-beta.0",
|
|
50
|
+
"@skyux/theme": "7.0.0-beta.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"tslib": "^2.3.1"
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"esm2020": "esm2020/skyux-modals.mjs",
|
|
58
58
|
"fesm2020": "fesm2020/skyux-modals.mjs",
|
|
59
59
|
"fesm2015": "fesm2015/skyux-modals.mjs",
|
|
60
|
-
"typings": "
|
|
60
|
+
"typings": "index.d.ts",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|
|
File without changes
|
package/skyux-modals.d.ts
DELETED
package/testing/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/skyux-modals-testing.mjs",
|
|
3
|
-
"es2020": "../fesm2020/skyux-modals-testing.mjs",
|
|
4
|
-
"esm2020": "../esm2020/testing/skyux-modals-testing.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/skyux-modals-testing.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/skyux-modals-testing.mjs",
|
|
7
|
-
"typings": "skyux-modals-testing.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@skyux/modals/testing"
|
|
10
|
-
}
|