@skyux/core 5.6.2 → 6.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 +113 -113
- package/esm2020/index.mjs +60 -0
- package/esm2020/lib/modules/adapter-service/adapter.module.mjs +16 -0
- package/esm2020/lib/modules/adapter-service/adapter.service.mjs +218 -0
- package/esm2020/lib/modules/adapter-service/focusable-children-options.mjs +2 -0
- package/esm2020/lib/modules/affix/affix-auto-fit-context.mjs +12 -0
- package/esm2020/lib/modules/affix/affix-config.mjs +2 -0
- package/esm2020/lib/modules/affix/affix-horizontal-alignment.mjs +2 -0
- package/esm2020/lib/modules/affix/affix-offset-change.mjs +2 -0
- package/esm2020/lib/modules/affix/affix-offset.mjs +2 -0
- package/esm2020/lib/modules/affix/affix-placement-change.mjs +2 -0
- package/esm2020/lib/modules/affix/affix-placement.mjs +2 -0
- package/esm2020/lib/modules/affix/affix-utils.mjs +18 -0
- package/esm2020/lib/modules/affix/affix-vertical-alignment.mjs +2 -0
- package/esm2020/lib/modules/affix/affix.directive.mjs +100 -0
- package/esm2020/lib/modules/affix/affix.module.mjs +18 -0
- package/esm2020/lib/modules/affix/affix.service.mjs +24 -0
- package/esm2020/lib/modules/affix/affixer.mjs +349 -0
- package/esm2020/lib/modules/affix/dom-utils.mjs +77 -0
- package/esm2020/lib/modules/dock/dock-dom-adapter.service.mjs +80 -0
- package/esm2020/lib/modules/dock/dock-insert-component-config.mjs +2 -0
- package/esm2020/lib/modules/dock/dock-item-config.mjs +2 -0
- package/esm2020/lib/modules/dock/dock-item-reference.mjs +2 -0
- package/esm2020/lib/modules/dock/dock-item.mjs +29 -0
- package/esm2020/lib/modules/dock/dock-location.mjs +19 -0
- package/esm2020/lib/modules/dock/dock-options.mjs +2 -0
- package/esm2020/lib/modules/dock/dock.component.mjs +88 -0
- package/esm2020/lib/modules/dock/dock.module.mjs +19 -0
- package/esm2020/lib/modules/dock/dock.service.mjs +95 -0
- package/esm2020/lib/modules/dock/sort-by-stack-order.mjs +13 -0
- package/esm2020/lib/modules/dynamic-component/dynamic-component-location.mjs +27 -0
- package/esm2020/lib/modules/dynamic-component/dynamic-component-options.mjs +2 -0
- package/esm2020/lib/modules/dynamic-component/dynamic-component.module.mjs +17 -0
- package/esm2020/lib/modules/dynamic-component/dynamic-component.service.mjs +83 -0
- package/esm2020/lib/modules/format/app-format.mjs +18 -0
- package/esm2020/lib/modules/id/id.directive.mjs +34 -0
- package/esm2020/lib/modules/id/id.module.mjs +16 -0
- package/esm2020/lib/modules/log/log.module.mjs +16 -0
- package/esm2020/lib/modules/log/log.service.mjs +23 -0
- package/esm2020/lib/modules/media-query/media-breakpoints.mjs +20 -0
- package/esm2020/lib/modules/media-query/media-query-listener.mjs +2 -0
- package/esm2020/lib/modules/media-query/media-query.module.mjs +16 -0
- package/esm2020/lib/modules/media-query/media-query.service.mjs +121 -0
- package/esm2020/lib/modules/mutation/mutation-observer-service.mjs +16 -0
- package/esm2020/lib/modules/numeric/numeric-symbol.mjs +2 -0
- package/esm2020/lib/modules/numeric/numeric.module.mjs +20 -0
- package/esm2020/lib/modules/numeric/numeric.options.mjs +41 -0
- package/esm2020/lib/modules/numeric/numeric.pipe.mjs +82 -0
- package/esm2020/lib/modules/numeric/numeric.service.mjs +188 -0
- package/esm2020/lib/modules/overlay/overlay-adapter.service.mjs +41 -0
- package/esm2020/lib/modules/overlay/overlay-config.mjs +2 -0
- package/esm2020/lib/modules/overlay/overlay-context.mjs +10 -0
- package/esm2020/lib/modules/overlay/overlay-instance.mjs +55 -0
- package/esm2020/lib/modules/overlay/overlay.component.mjs +149 -0
- package/esm2020/lib/modules/overlay/overlay.module.mjs +17 -0
- package/esm2020/lib/modules/overlay/overlay.service.mjs +120 -0
- package/esm2020/lib/modules/percent-pipe/percent-pipe.module.mjs +20 -0
- package/esm2020/lib/modules/percent-pipe/percent.pipe.mjs +48 -0
- package/esm2020/lib/modules/scrollable-host/scrollable-host.service.mjs +184 -0
- package/esm2020/lib/modules/shared/number-format/number-format-utility.mjs +72 -0
- package/esm2020/lib/modules/shared/sky-core-resources.module.mjs +50 -0
- package/esm2020/lib/modules/title/set-title-args.mjs +2 -0
- package/esm2020/lib/modules/title/title.service.mjs +31 -0
- package/esm2020/lib/modules/ui-config/ui-config.service.mjs +21 -0
- package/esm2020/lib/modules/viewkeeper/viewkeeper-boundary-info.mjs +2 -0
- package/esm2020/lib/modules/viewkeeper/viewkeeper-fixed-styles.mjs +2 -0
- package/esm2020/lib/modules/viewkeeper/viewkeeper-host-options.mjs +10 -0
- package/esm2020/lib/modules/viewkeeper/viewkeeper-offset.mjs +2 -0
- package/esm2020/lib/modules/viewkeeper/viewkeeper-options.mjs +2 -0
- package/esm2020/lib/modules/viewkeeper/viewkeeper.directive.mjs +116 -0
- package/esm2020/lib/modules/viewkeeper/viewkeeper.mjs +251 -0
- package/esm2020/lib/modules/viewkeeper/viewkeeper.module.mjs +16 -0
- package/esm2020/lib/modules/viewkeeper/viewkeeper.service.mjs +39 -0
- package/esm2020/lib/modules/window/window-ref.mjs +30 -0
- package/esm2020/skyux-core.mjs +5 -0
- package/esm2020/testing/mock-media-query.service.mjs +41 -0
- package/esm2020/testing/mock-ui-config.service.mjs +59 -0
- package/esm2020/testing/public-api.mjs +3 -0
- package/esm2020/testing/skyux-core-testing.mjs +5 -0
- package/fesm2015/{skyux-core-testing.js → skyux-core-testing.mjs} +7 -7
- package/fesm2015/skyux-core-testing.mjs.map +1 -0
- package/fesm2015/skyux-core.mjs +3043 -0
- package/fesm2015/skyux-core.mjs.map +1 -0
- package/fesm2020/skyux-core-testing.mjs +103 -0
- package/fesm2020/skyux-core-testing.mjs.map +1 -0
- package/{fesm2015/skyux-core.js → fesm2020/skyux-core.mjs} +188 -180
- package/fesm2020/skyux-core.mjs.map +1 -0
- package/lib/modules/dock/dock.service.d.ts +2 -2
- package/lib/modules/numeric/numeric.options.d.ts +1 -1
- package/lib/modules/scrollable-host/scrollable-host.service.d.ts +2 -1
- package/lib/modules/shared/sky-core-resources.module.d.ts +1 -1
- package/package.json +32 -11
- package/testing/package.json +5 -5
- package/bundles/skyux-core-testing.umd.js +0 -459
- package/bundles/skyux-core.umd.js +0 -3624
- package/esm2015/index.js +0 -60
- package/esm2015/index.js.map +0 -1
- package/esm2015/lib/modules/adapter-service/adapter.module.js +0 -16
- package/esm2015/lib/modules/adapter-service/adapter.module.js.map +0 -1
- package/esm2015/lib/modules/adapter-service/adapter.service.js +0 -218
- package/esm2015/lib/modules/adapter-service/adapter.service.js.map +0 -1
- package/esm2015/lib/modules/adapter-service/focusable-children-options.js +0 -2
- package/esm2015/lib/modules/adapter-service/focusable-children-options.js.map +0 -1
- package/esm2015/lib/modules/affix/affix-auto-fit-context.js +0 -12
- package/esm2015/lib/modules/affix/affix-auto-fit-context.js.map +0 -1
- package/esm2015/lib/modules/affix/affix-config.js +0 -2
- package/esm2015/lib/modules/affix/affix-config.js.map +0 -1
- package/esm2015/lib/modules/affix/affix-horizontal-alignment.js +0 -2
- package/esm2015/lib/modules/affix/affix-horizontal-alignment.js.map +0 -1
- package/esm2015/lib/modules/affix/affix-offset-change.js +0 -2
- package/esm2015/lib/modules/affix/affix-offset-change.js.map +0 -1
- package/esm2015/lib/modules/affix/affix-offset.js +0 -2
- package/esm2015/lib/modules/affix/affix-offset.js.map +0 -1
- package/esm2015/lib/modules/affix/affix-placement-change.js +0 -2
- package/esm2015/lib/modules/affix/affix-placement-change.js.map +0 -1
- package/esm2015/lib/modules/affix/affix-placement.js +0 -2
- package/esm2015/lib/modules/affix/affix-placement.js.map +0 -1
- package/esm2015/lib/modules/affix/affix-utils.js +0 -18
- package/esm2015/lib/modules/affix/affix-utils.js.map +0 -1
- package/esm2015/lib/modules/affix/affix-vertical-alignment.js +0 -2
- package/esm2015/lib/modules/affix/affix-vertical-alignment.js.map +0 -1
- package/esm2015/lib/modules/affix/affix.directive.js +0 -100
- package/esm2015/lib/modules/affix/affix.directive.js.map +0 -1
- package/esm2015/lib/modules/affix/affix.module.js +0 -18
- package/esm2015/lib/modules/affix/affix.module.js.map +0 -1
- package/esm2015/lib/modules/affix/affix.service.js +0 -24
- package/esm2015/lib/modules/affix/affix.service.js.map +0 -1
- package/esm2015/lib/modules/affix/affixer.js +0 -349
- package/esm2015/lib/modules/affix/affixer.js.map +0 -1
- package/esm2015/lib/modules/affix/dom-utils.js +0 -77
- package/esm2015/lib/modules/affix/dom-utils.js.map +0 -1
- package/esm2015/lib/modules/dock/dock-dom-adapter.service.js +0 -80
- package/esm2015/lib/modules/dock/dock-dom-adapter.service.js.map +0 -1
- package/esm2015/lib/modules/dock/dock-insert-component-config.js +0 -2
- package/esm2015/lib/modules/dock/dock-insert-component-config.js.map +0 -1
- package/esm2015/lib/modules/dock/dock-item-config.js +0 -2
- package/esm2015/lib/modules/dock/dock-item-config.js.map +0 -1
- package/esm2015/lib/modules/dock/dock-item-reference.js +0 -2
- package/esm2015/lib/modules/dock/dock-item-reference.js.map +0 -1
- package/esm2015/lib/modules/dock/dock-item.js +0 -29
- package/esm2015/lib/modules/dock/dock-item.js.map +0 -1
- package/esm2015/lib/modules/dock/dock-location.js +0 -19
- package/esm2015/lib/modules/dock/dock-location.js.map +0 -1
- package/esm2015/lib/modules/dock/dock-options.js +0 -2
- package/esm2015/lib/modules/dock/dock-options.js.map +0 -1
- package/esm2015/lib/modules/dock/dock.component.js +0 -95
- package/esm2015/lib/modules/dock/dock.component.js.map +0 -1
- package/esm2015/lib/modules/dock/dock.module.js +0 -20
- package/esm2015/lib/modules/dock/dock.module.js.map +0 -1
- package/esm2015/lib/modules/dock/dock.service.js +0 -92
- package/esm2015/lib/modules/dock/dock.service.js.map +0 -1
- package/esm2015/lib/modules/dock/sort-by-stack-order.js +0 -13
- package/esm2015/lib/modules/dock/sort-by-stack-order.js.map +0 -1
- package/esm2015/lib/modules/dynamic-component/dynamic-component-location.js +0 -27
- package/esm2015/lib/modules/dynamic-component/dynamic-component-location.js.map +0 -1
- package/esm2015/lib/modules/dynamic-component/dynamic-component-options.js +0 -2
- package/esm2015/lib/modules/dynamic-component/dynamic-component-options.js.map +0 -1
- package/esm2015/lib/modules/dynamic-component/dynamic-component.module.js +0 -17
- package/esm2015/lib/modules/dynamic-component/dynamic-component.module.js.map +0 -1
- package/esm2015/lib/modules/dynamic-component/dynamic-component.service.js +0 -83
- package/esm2015/lib/modules/dynamic-component/dynamic-component.service.js.map +0 -1
- package/esm2015/lib/modules/format/app-format.js +0 -18
- package/esm2015/lib/modules/format/app-format.js.map +0 -1
- package/esm2015/lib/modules/id/id.directive.js +0 -34
- package/esm2015/lib/modules/id/id.directive.js.map +0 -1
- package/esm2015/lib/modules/id/id.module.js +0 -16
- package/esm2015/lib/modules/id/id.module.js.map +0 -1
- package/esm2015/lib/modules/log/log.module.js +0 -16
- package/esm2015/lib/modules/log/log.module.js.map +0 -1
- package/esm2015/lib/modules/log/log.service.js +0 -23
- package/esm2015/lib/modules/log/log.service.js.map +0 -1
- package/esm2015/lib/modules/media-query/media-breakpoints.js +0 -20
- package/esm2015/lib/modules/media-query/media-breakpoints.js.map +0 -1
- package/esm2015/lib/modules/media-query/media-query-listener.js +0 -2
- package/esm2015/lib/modules/media-query/media-query-listener.js.map +0 -1
- package/esm2015/lib/modules/media-query/media-query.module.js +0 -16
- package/esm2015/lib/modules/media-query/media-query.module.js.map +0 -1
- package/esm2015/lib/modules/media-query/media-query.service.js +0 -121
- package/esm2015/lib/modules/media-query/media-query.service.js.map +0 -1
- package/esm2015/lib/modules/mutation/mutation-observer-service.js +0 -16
- package/esm2015/lib/modules/mutation/mutation-observer-service.js.map +0 -1
- package/esm2015/lib/modules/numeric/numeric-symbol.js +0 -2
- package/esm2015/lib/modules/numeric/numeric-symbol.js.map +0 -1
- package/esm2015/lib/modules/numeric/numeric.module.js +0 -20
- package/esm2015/lib/modules/numeric/numeric.module.js.map +0 -1
- package/esm2015/lib/modules/numeric/numeric.options.js +0 -41
- package/esm2015/lib/modules/numeric/numeric.options.js.map +0 -1
- package/esm2015/lib/modules/numeric/numeric.pipe.js +0 -83
- package/esm2015/lib/modules/numeric/numeric.pipe.js.map +0 -1
- package/esm2015/lib/modules/numeric/numeric.service.js +0 -189
- package/esm2015/lib/modules/numeric/numeric.service.js.map +0 -1
- package/esm2015/lib/modules/overlay/overlay-adapter.service.js +0 -41
- package/esm2015/lib/modules/overlay/overlay-adapter.service.js.map +0 -1
- package/esm2015/lib/modules/overlay/overlay-config.js +0 -2
- package/esm2015/lib/modules/overlay/overlay-config.js.map +0 -1
- package/esm2015/lib/modules/overlay/overlay-context.js +0 -10
- package/esm2015/lib/modules/overlay/overlay-context.js.map +0 -1
- package/esm2015/lib/modules/overlay/overlay-instance.js +0 -55
- package/esm2015/lib/modules/overlay/overlay-instance.js.map +0 -1
- package/esm2015/lib/modules/overlay/overlay.component.js +0 -154
- package/esm2015/lib/modules/overlay/overlay.component.js.map +0 -1
- package/esm2015/lib/modules/overlay/overlay.module.js +0 -18
- package/esm2015/lib/modules/overlay/overlay.module.js.map +0 -1
- package/esm2015/lib/modules/overlay/overlay.service.js +0 -120
- package/esm2015/lib/modules/overlay/overlay.service.js.map +0 -1
- package/esm2015/lib/modules/percent-pipe/percent-pipe.module.js +0 -20
- package/esm2015/lib/modules/percent-pipe/percent-pipe.module.js.map +0 -1
- package/esm2015/lib/modules/percent-pipe/percent.pipe.js +0 -48
- package/esm2015/lib/modules/percent-pipe/percent.pipe.js.map +0 -1
- package/esm2015/lib/modules/scrollable-host/scrollable-host.service.js +0 -163
- package/esm2015/lib/modules/scrollable-host/scrollable-host.service.js.map +0 -1
- package/esm2015/lib/modules/shared/number-format/number-format-utility.js +0 -72
- package/esm2015/lib/modules/shared/number-format/number-format-utility.js.map +0 -1
- package/esm2015/lib/modules/shared/sky-core-resources.module.js +0 -50
- package/esm2015/lib/modules/shared/sky-core-resources.module.js.map +0 -1
- package/esm2015/lib/modules/title/set-title-args.js +0 -2
- package/esm2015/lib/modules/title/set-title-args.js.map +0 -1
- package/esm2015/lib/modules/title/title.service.js +0 -31
- package/esm2015/lib/modules/title/title.service.js.map +0 -1
- package/esm2015/lib/modules/ui-config/ui-config.service.js +0 -21
- package/esm2015/lib/modules/ui-config/ui-config.service.js.map +0 -1
- package/esm2015/lib/modules/viewkeeper/viewkeeper-boundary-info.js +0 -2
- package/esm2015/lib/modules/viewkeeper/viewkeeper-boundary-info.js.map +0 -1
- package/esm2015/lib/modules/viewkeeper/viewkeeper-fixed-styles.js +0 -2
- package/esm2015/lib/modules/viewkeeper/viewkeeper-fixed-styles.js.map +0 -1
- package/esm2015/lib/modules/viewkeeper/viewkeeper-host-options.js +0 -10
- package/esm2015/lib/modules/viewkeeper/viewkeeper-host-options.js.map +0 -1
- package/esm2015/lib/modules/viewkeeper/viewkeeper-offset.js +0 -2
- package/esm2015/lib/modules/viewkeeper/viewkeeper-offset.js.map +0 -1
- package/esm2015/lib/modules/viewkeeper/viewkeeper-options.js +0 -2
- package/esm2015/lib/modules/viewkeeper/viewkeeper-options.js.map +0 -1
- package/esm2015/lib/modules/viewkeeper/viewkeeper.directive.js +0 -116
- package/esm2015/lib/modules/viewkeeper/viewkeeper.directive.js.map +0 -1
- package/esm2015/lib/modules/viewkeeper/viewkeeper.js +0 -251
- package/esm2015/lib/modules/viewkeeper/viewkeeper.js.map +0 -1
- package/esm2015/lib/modules/viewkeeper/viewkeeper.module.js +0 -16
- package/esm2015/lib/modules/viewkeeper/viewkeeper.module.js.map +0 -1
- package/esm2015/lib/modules/viewkeeper/viewkeeper.service.js +0 -39
- package/esm2015/lib/modules/viewkeeper/viewkeeper.service.js.map +0 -1
- package/esm2015/lib/modules/window/window-ref.js +0 -30
- package/esm2015/lib/modules/window/window-ref.js.map +0 -1
- package/esm2015/skyux-core.js +0 -5
- package/esm2015/skyux-core.js.map +0 -1
- package/esm2015/testing/mock-media-query.service.js +0 -41
- package/esm2015/testing/mock-media-query.service.js.map +0 -1
- package/esm2015/testing/mock-ui-config.service.js +0 -59
- package/esm2015/testing/mock-ui-config.service.js.map +0 -1
- package/esm2015/testing/public-api.js +0 -3
- package/esm2015/testing/public-api.js.map +0 -1
- package/esm2015/testing/skyux-core-testing.js +0 -5
- package/esm2015/testing/skyux-core-testing.js.map +0 -1
- package/fesm2015/skyux-core-testing.js.map +0 -1
- package/fesm2015/skyux-core.js.map +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/core",
|
3
|
-
"version": "
|
3
|
+
"version": "6.0.0-beta.0",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -16,20 +16,41 @@
|
|
16
16
|
},
|
17
17
|
"homepage": "https://github.com/blackbaud/skyux#readme",
|
18
18
|
"peerDependencies": {
|
19
|
-
"@angular/common": "^
|
20
|
-
"@angular/core": "^
|
21
|
-
"@angular/platform-browser": "^
|
22
|
-
"@angular/router": "^
|
23
|
-
"@skyux/i18n": "
|
19
|
+
"@angular/common": "^13.2.7",
|
20
|
+
"@angular/core": "^13.2.7",
|
21
|
+
"@angular/platform-browser": "^13.2.7",
|
22
|
+
"@angular/router": "^13.2.7",
|
23
|
+
"@skyux/i18n": "6.0.0-beta.0"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
26
|
"tslib": "^2.3.1"
|
27
27
|
},
|
28
|
-
"
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"fesm2015": "fesm2015/skyux-core.
|
28
|
+
"module": "fesm2015/skyux-core.mjs",
|
29
|
+
"es2020": "fesm2020/skyux-core.mjs",
|
30
|
+
"esm2020": "esm2020/skyux-core.mjs",
|
31
|
+
"fesm2020": "fesm2020/skyux-core.mjs",
|
32
|
+
"fesm2015": "fesm2015/skyux-core.mjs",
|
33
33
|
"typings": "skyux-core.d.ts",
|
34
|
+
"exports": {
|
35
|
+
"./package.json": {
|
36
|
+
"default": "./package.json"
|
37
|
+
},
|
38
|
+
".": {
|
39
|
+
"types": "./skyux-core.d.ts",
|
40
|
+
"esm2020": "./esm2020/skyux-core.mjs",
|
41
|
+
"es2020": "./fesm2020/skyux-core.mjs",
|
42
|
+
"es2015": "./fesm2015/skyux-core.mjs",
|
43
|
+
"node": "./fesm2015/skyux-core.mjs",
|
44
|
+
"default": "./fesm2020/skyux-core.mjs"
|
45
|
+
},
|
46
|
+
"./testing": {
|
47
|
+
"types": "./testing/skyux-core-testing.d.ts",
|
48
|
+
"esm2020": "./esm2020/testing/skyux-core-testing.mjs",
|
49
|
+
"es2020": "./fesm2020/skyux-core-testing.mjs",
|
50
|
+
"es2015": "./fesm2015/skyux-core-testing.mjs",
|
51
|
+
"node": "./fesm2015/skyux-core-testing.mjs",
|
52
|
+
"default": "./fesm2020/skyux-core-testing.mjs"
|
53
|
+
}
|
54
|
+
},
|
34
55
|
"sideEffects": false
|
35
56
|
}
|
package/testing/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
6
|
-
"fesm2015": "../fesm2015/skyux-core-testing.
|
2
|
+
"module": "../fesm2015/skyux-core-testing.mjs",
|
3
|
+
"es2020": "../fesm2020/skyux-core-testing.mjs",
|
4
|
+
"esm2020": "../esm2020/testing/skyux-core-testing.mjs",
|
5
|
+
"fesm2020": "../fesm2020/skyux-core-testing.mjs",
|
6
|
+
"fesm2015": "../fesm2015/skyux-core-testing.mjs",
|
7
7
|
"typings": "skyux-core-testing.d.ts",
|
8
8
|
"sideEffects": false,
|
9
9
|
"name": "@skyux/core/testing"
|
@@ -1,459 +0,0 @@
|
|
1
|
-
(function (global, factory) {
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@skyux/core'), require('rxjs')) :
|
3
|
-
typeof define === 'function' && define.amd ? define('@skyux/core/testing', ['exports', '@angular/core', '@skyux/core', 'rxjs'], factory) :
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.skyux = global.skyux || {}, global.skyux.core = global.skyux.core || {}, global.skyux.core.testing = {}), global.ng.core, global.skyux.core, global.rxjs));
|
5
|
-
})(this, (function (exports, i0, core, rxjs) { 'use strict';
|
6
|
-
|
7
|
-
function _interopNamespace(e) {
|
8
|
-
if (e && e.__esModule) return e;
|
9
|
-
var n = Object.create(null);
|
10
|
-
if (e) {
|
11
|
-
Object.keys(e).forEach(function (k) {
|
12
|
-
if (k !== 'default') {
|
13
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
14
|
-
Object.defineProperty(n, k, d.get ? d : {
|
15
|
-
enumerable: true,
|
16
|
-
get: function () { return e[k]; }
|
17
|
-
});
|
18
|
-
}
|
19
|
-
});
|
20
|
-
}
|
21
|
-
n["default"] = e;
|
22
|
-
return Object.freeze(n);
|
23
|
-
}
|
24
|
-
|
25
|
-
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
26
|
-
|
27
|
-
/*! *****************************************************************************
|
28
|
-
Copyright (c) Microsoft Corporation.
|
29
|
-
|
30
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
31
|
-
purpose with or without fee is hereby granted.
|
32
|
-
|
33
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
34
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
35
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
36
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
37
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
38
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
39
|
-
PERFORMANCE OF THIS SOFTWARE.
|
40
|
-
***************************************************************************** */
|
41
|
-
/* global Reflect, Promise */
|
42
|
-
var extendStatics = function (d, b) {
|
43
|
-
extendStatics = Object.setPrototypeOf ||
|
44
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
45
|
-
function (d, b) { for (var p in b)
|
46
|
-
if (Object.prototype.hasOwnProperty.call(b, p))
|
47
|
-
d[p] = b[p]; };
|
48
|
-
return extendStatics(d, b);
|
49
|
-
};
|
50
|
-
function __extends(d, b) {
|
51
|
-
if (typeof b !== "function" && b !== null)
|
52
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
53
|
-
extendStatics(d, b);
|
54
|
-
function __() { this.constructor = d; }
|
55
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
56
|
-
}
|
57
|
-
var __assign = function () {
|
58
|
-
__assign = Object.assign || function __assign(t) {
|
59
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
60
|
-
s = arguments[i];
|
61
|
-
for (var p in s)
|
62
|
-
if (Object.prototype.hasOwnProperty.call(s, p))
|
63
|
-
t[p] = s[p];
|
64
|
-
}
|
65
|
-
return t;
|
66
|
-
};
|
67
|
-
return __assign.apply(this, arguments);
|
68
|
-
};
|
69
|
-
function __rest(s, e) {
|
70
|
-
var t = {};
|
71
|
-
for (var p in s)
|
72
|
-
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
73
|
-
t[p] = s[p];
|
74
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
75
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
76
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
77
|
-
t[p[i]] = s[p[i]];
|
78
|
-
}
|
79
|
-
return t;
|
80
|
-
}
|
81
|
-
function __decorate(decorators, target, key, desc) {
|
82
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
83
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
84
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
85
|
-
else
|
86
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
87
|
-
if (d = decorators[i])
|
88
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
89
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
90
|
-
}
|
91
|
-
function __param(paramIndex, decorator) {
|
92
|
-
return function (target, key) { decorator(target, key, paramIndex); };
|
93
|
-
}
|
94
|
-
function __metadata(metadataKey, metadataValue) {
|
95
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
96
|
-
return Reflect.metadata(metadataKey, metadataValue);
|
97
|
-
}
|
98
|
-
function __awaiter(thisArg, _arguments, P, generator) {
|
99
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
100
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
101
|
-
function fulfilled(value) { try {
|
102
|
-
step(generator.next(value));
|
103
|
-
}
|
104
|
-
catch (e) {
|
105
|
-
reject(e);
|
106
|
-
} }
|
107
|
-
function rejected(value) { try {
|
108
|
-
step(generator["throw"](value));
|
109
|
-
}
|
110
|
-
catch (e) {
|
111
|
-
reject(e);
|
112
|
-
} }
|
113
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
114
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
115
|
-
});
|
116
|
-
}
|
117
|
-
function __generator(thisArg, body) {
|
118
|
-
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
119
|
-
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
120
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
121
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
122
|
-
function step(op) {
|
123
|
-
if (f)
|
124
|
-
throw new TypeError("Generator is already executing.");
|
125
|
-
while (_)
|
126
|
-
try {
|
127
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
128
|
-
return t;
|
129
|
-
if (y = 0, t)
|
130
|
-
op = [op[0] & 2, t.value];
|
131
|
-
switch (op[0]) {
|
132
|
-
case 0:
|
133
|
-
case 1:
|
134
|
-
t = op;
|
135
|
-
break;
|
136
|
-
case 4:
|
137
|
-
_.label++;
|
138
|
-
return { value: op[1], done: false };
|
139
|
-
case 5:
|
140
|
-
_.label++;
|
141
|
-
y = op[1];
|
142
|
-
op = [0];
|
143
|
-
continue;
|
144
|
-
case 7:
|
145
|
-
op = _.ops.pop();
|
146
|
-
_.trys.pop();
|
147
|
-
continue;
|
148
|
-
default:
|
149
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
150
|
-
_ = 0;
|
151
|
-
continue;
|
152
|
-
}
|
153
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
154
|
-
_.label = op[1];
|
155
|
-
break;
|
156
|
-
}
|
157
|
-
if (op[0] === 6 && _.label < t[1]) {
|
158
|
-
_.label = t[1];
|
159
|
-
t = op;
|
160
|
-
break;
|
161
|
-
}
|
162
|
-
if (t && _.label < t[2]) {
|
163
|
-
_.label = t[2];
|
164
|
-
_.ops.push(op);
|
165
|
-
break;
|
166
|
-
}
|
167
|
-
if (t[2])
|
168
|
-
_.ops.pop();
|
169
|
-
_.trys.pop();
|
170
|
-
continue;
|
171
|
-
}
|
172
|
-
op = body.call(thisArg, _);
|
173
|
-
}
|
174
|
-
catch (e) {
|
175
|
-
op = [6, e];
|
176
|
-
y = 0;
|
177
|
-
}
|
178
|
-
finally {
|
179
|
-
f = t = 0;
|
180
|
-
}
|
181
|
-
if (op[0] & 5)
|
182
|
-
throw op[1];
|
183
|
-
return { value: op[0] ? op[1] : void 0, done: true };
|
184
|
-
}
|
185
|
-
}
|
186
|
-
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
187
|
-
if (k2 === undefined)
|
188
|
-
k2 = k;
|
189
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
190
|
-
}) : (function (o, m, k, k2) {
|
191
|
-
if (k2 === undefined)
|
192
|
-
k2 = k;
|
193
|
-
o[k2] = m[k];
|
194
|
-
});
|
195
|
-
function __exportStar(m, o) {
|
196
|
-
for (var p in m)
|
197
|
-
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
198
|
-
__createBinding(o, m, p);
|
199
|
-
}
|
200
|
-
function __values(o) {
|
201
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
202
|
-
if (m)
|
203
|
-
return m.call(o);
|
204
|
-
if (o && typeof o.length === "number")
|
205
|
-
return {
|
206
|
-
next: function () {
|
207
|
-
if (o && i >= o.length)
|
208
|
-
o = void 0;
|
209
|
-
return { value: o && o[i++], done: !o };
|
210
|
-
}
|
211
|
-
};
|
212
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
213
|
-
}
|
214
|
-
function __read(o, n) {
|
215
|
-
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
216
|
-
if (!m)
|
217
|
-
return o;
|
218
|
-
var i = m.call(o), r, ar = [], e;
|
219
|
-
try {
|
220
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
221
|
-
ar.push(r.value);
|
222
|
-
}
|
223
|
-
catch (error) {
|
224
|
-
e = { error: error };
|
225
|
-
}
|
226
|
-
finally {
|
227
|
-
try {
|
228
|
-
if (r && !r.done && (m = i["return"]))
|
229
|
-
m.call(i);
|
230
|
-
}
|
231
|
-
finally {
|
232
|
-
if (e)
|
233
|
-
throw e.error;
|
234
|
-
}
|
235
|
-
}
|
236
|
-
return ar;
|
237
|
-
}
|
238
|
-
/** @deprecated */
|
239
|
-
function __spread() {
|
240
|
-
for (var ar = [], i = 0; i < arguments.length; i++)
|
241
|
-
ar = ar.concat(__read(arguments[i]));
|
242
|
-
return ar;
|
243
|
-
}
|
244
|
-
/** @deprecated */
|
245
|
-
function __spreadArrays() {
|
246
|
-
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
247
|
-
s += arguments[i].length;
|
248
|
-
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
249
|
-
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
250
|
-
r[k] = a[j];
|
251
|
-
return r;
|
252
|
-
}
|
253
|
-
function __spreadArray(to, from, pack) {
|
254
|
-
if (pack || arguments.length === 2)
|
255
|
-
for (var i = 0, l = from.length, ar; i < l; i++) {
|
256
|
-
if (ar || !(i in from)) {
|
257
|
-
if (!ar)
|
258
|
-
ar = Array.prototype.slice.call(from, 0, i);
|
259
|
-
ar[i] = from[i];
|
260
|
-
}
|
261
|
-
}
|
262
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
263
|
-
}
|
264
|
-
function __await(v) {
|
265
|
-
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
266
|
-
}
|
267
|
-
function __asyncGenerator(thisArg, _arguments, generator) {
|
268
|
-
if (!Symbol.asyncIterator)
|
269
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
270
|
-
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
271
|
-
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
272
|
-
function verb(n) { if (g[n])
|
273
|
-
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
274
|
-
function resume(n, v) { try {
|
275
|
-
step(g[n](v));
|
276
|
-
}
|
277
|
-
catch (e) {
|
278
|
-
settle(q[0][3], e);
|
279
|
-
} }
|
280
|
-
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
281
|
-
function fulfill(value) { resume("next", value); }
|
282
|
-
function reject(value) { resume("throw", value); }
|
283
|
-
function settle(f, v) { if (f(v), q.shift(), q.length)
|
284
|
-
resume(q[0][0], q[0][1]); }
|
285
|
-
}
|
286
|
-
function __asyncDelegator(o) {
|
287
|
-
var i, p;
|
288
|
-
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
289
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
290
|
-
}
|
291
|
-
function __asyncValues(o) {
|
292
|
-
if (!Symbol.asyncIterator)
|
293
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
294
|
-
var m = o[Symbol.asyncIterator], i;
|
295
|
-
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
296
|
-
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
297
|
-
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
298
|
-
}
|
299
|
-
function __makeTemplateObject(cooked, raw) {
|
300
|
-
if (Object.defineProperty) {
|
301
|
-
Object.defineProperty(cooked, "raw", { value: raw });
|
302
|
-
}
|
303
|
-
else {
|
304
|
-
cooked.raw = raw;
|
305
|
-
}
|
306
|
-
return cooked;
|
307
|
-
}
|
308
|
-
;
|
309
|
-
var __setModuleDefault = Object.create ? (function (o, v) {
|
310
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
311
|
-
}) : function (o, v) {
|
312
|
-
o["default"] = v;
|
313
|
-
};
|
314
|
-
function __importStar(mod) {
|
315
|
-
if (mod && mod.__esModule)
|
316
|
-
return mod;
|
317
|
-
var result = {};
|
318
|
-
if (mod != null)
|
319
|
-
for (var k in mod)
|
320
|
-
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
321
|
-
__createBinding(result, mod, k);
|
322
|
-
__setModuleDefault(result, mod);
|
323
|
-
return result;
|
324
|
-
}
|
325
|
-
function __importDefault(mod) {
|
326
|
-
return (mod && mod.__esModule) ? mod : { default: mod };
|
327
|
-
}
|
328
|
-
function __classPrivateFieldGet(receiver, state, kind, f) {
|
329
|
-
if (kind === "a" && !f)
|
330
|
-
throw new TypeError("Private accessor was defined without a getter");
|
331
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
332
|
-
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
333
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
334
|
-
}
|
335
|
-
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
336
|
-
if (kind === "m")
|
337
|
-
throw new TypeError("Private method is not writable");
|
338
|
-
if (kind === "a" && !f)
|
339
|
-
throw new TypeError("Private accessor was defined without a setter");
|
340
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
341
|
-
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
342
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
343
|
-
}
|
344
|
-
|
345
|
-
var MockSkyMediaQueryService = /** @class */ (function (_super) {
|
346
|
-
__extends(MockSkyMediaQueryService, _super);
|
347
|
-
function MockSkyMediaQueryService() {
|
348
|
-
var _this = _super.call(this, new i0.NgZone({
|
349
|
-
enableLongStackTrace: true,
|
350
|
-
})) || this;
|
351
|
-
_this.currentMockSubject = new rxjs.BehaviorSubject(_this.current);
|
352
|
-
_this._currentBreakpoints = core.SkyMediaBreakpoints.md;
|
353
|
-
return _this;
|
354
|
-
}
|
355
|
-
Object.defineProperty(MockSkyMediaQueryService.prototype, "current", {
|
356
|
-
get: function () {
|
357
|
-
return this._currentBreakpoints;
|
358
|
-
},
|
359
|
-
set: function (breakpoints) {
|
360
|
-
this._currentBreakpoints = breakpoints;
|
361
|
-
},
|
362
|
-
enumerable: false,
|
363
|
-
configurable: true
|
364
|
-
});
|
365
|
-
MockSkyMediaQueryService.prototype.subscribe = function (listener) {
|
366
|
-
return this.currentMockSubject.subscribe({
|
367
|
-
next: function (breakpoints) {
|
368
|
-
listener(breakpoints);
|
369
|
-
},
|
370
|
-
});
|
371
|
-
};
|
372
|
-
MockSkyMediaQueryService.prototype.fire = function (args) {
|
373
|
-
this._currentBreakpoints = args;
|
374
|
-
this.currentMockSubject.next(this._currentBreakpoints);
|
375
|
-
};
|
376
|
-
MockSkyMediaQueryService.prototype.destroy = function () { };
|
377
|
-
return MockSkyMediaQueryService;
|
378
|
-
}(core.SkyMediaQueryService));
|
379
|
-
MockSkyMediaQueryService.xs = '(max-width: 767px)';
|
380
|
-
MockSkyMediaQueryService.sm = '(min-width: 768px) and (max-width: 991px)';
|
381
|
-
MockSkyMediaQueryService.md = '(min-width: 992px) and (max-width: 1199px)';
|
382
|
-
MockSkyMediaQueryService.lg = '(min-width: 1200px)';
|
383
|
-
MockSkyMediaQueryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MockSkyMediaQueryService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
384
|
-
MockSkyMediaQueryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MockSkyMediaQueryService });
|
385
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MockSkyMediaQueryService, decorators: [{
|
386
|
-
type: i0.Injectable
|
387
|
-
}], ctorParameters: function () { return []; } });
|
388
|
-
|
389
|
-
var MockSkyUIConfigService = /** @class */ (function (_super) {
|
390
|
-
__extends(MockSkyUIConfigService, _super);
|
391
|
-
function MockSkyUIConfigService() {
|
392
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
393
|
-
}
|
394
|
-
MockSkyUIConfigService.prototype.getConfig = function (key, defaultConfig) {
|
395
|
-
switch (key) {
|
396
|
-
case 'defaultSettings':
|
397
|
-
return rxjs.of(defaultConfig);
|
398
|
-
case 'badData':
|
399
|
-
return rxjs.of({ invalidProperty: 'invalidData' });
|
400
|
-
default: {
|
401
|
-
return rxjs.of({
|
402
|
-
settings: {
|
403
|
-
userSettings: {
|
404
|
-
singleColumn: {
|
405
|
-
tiles: [
|
406
|
-
{
|
407
|
-
id: 'tile-1',
|
408
|
-
isCollapsed: true,
|
409
|
-
},
|
410
|
-
{
|
411
|
-
id: 'tile-2',
|
412
|
-
isCollapsed: true,
|
413
|
-
},
|
414
|
-
],
|
415
|
-
},
|
416
|
-
multiColumn: [
|
417
|
-
{
|
418
|
-
tiles: [
|
419
|
-
{
|
420
|
-
id: 'tile-2',
|
421
|
-
isCollapsed: true,
|
422
|
-
},
|
423
|
-
],
|
424
|
-
},
|
425
|
-
{
|
426
|
-
tiles: [
|
427
|
-
{
|
428
|
-
id: 'tile-1',
|
429
|
-
isCollapsed: true,
|
430
|
-
},
|
431
|
-
],
|
432
|
-
},
|
433
|
-
],
|
434
|
-
},
|
435
|
-
defaultSettings: ['tile-1', 'tile-2'],
|
436
|
-
},
|
437
|
-
});
|
438
|
-
}
|
439
|
-
}
|
440
|
-
};
|
441
|
-
return MockSkyUIConfigService;
|
442
|
-
}(core.SkyUIConfigService));
|
443
|
-
MockSkyUIConfigService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MockSkyUIConfigService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
444
|
-
MockSkyUIConfigService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MockSkyUIConfigService });
|
445
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MockSkyUIConfigService, decorators: [{
|
446
|
-
type: i0.Injectable
|
447
|
-
}] });
|
448
|
-
|
449
|
-
/**
|
450
|
-
* Generated bundle index. Do not edit.
|
451
|
-
*/
|
452
|
-
|
453
|
-
exports.MockSkyMediaQueryService = MockSkyMediaQueryService;
|
454
|
-
exports.MockSkyUIConfigService = MockSkyUIConfigService;
|
455
|
-
|
456
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
457
|
-
|
458
|
-
}));
|
459
|
-
//# sourceMappingURL=skyux-core-testing.umd.js.map
|