@skyux/tiles 5.5.0 → 5.6.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/bundles/skyux-tiles.umd.js +65 -63
- package/documentation.json +50 -269
- package/esm2015/lib/modules/shared/sky-tiles-resources.module.js +1 -1
- package/esm2015/lib/modules/shared/sky-tiles-resources.module.js.map +1 -1
- package/esm2015/lib/modules/tiles/tile/tile.component.js +1 -1
- package/esm2015/lib/modules/tiles/tile/tile.component.js.map +1 -1
- package/esm2015/lib/modules/tiles/tile/tile.module.js +3 -3
- package/esm2015/lib/modules/tiles/tile/tile.module.js.map +1 -1
- package/esm2015/lib/modules/tiles/tile-content/tile-content.module.js +1 -1
- package/esm2015/lib/modules/tiles/tile-content/tile-content.module.js.map +1 -1
- package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.component.js +4 -4
- package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.component.js.map +1 -1
- package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.module.js +3 -3
- package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.module.js.map +1 -1
- package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.service.js +51 -49
- package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.service.js.map +1 -1
- package/esm2015/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.js +1 -1
- package/esm2015/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.js.map +1 -1
- package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.js.map +1 -1
- package/esm2015/lib/modules/tiles/tiles.module.js +2 -2
- package/esm2015/lib/modules/tiles/tiles.module.js.map +1 -1
- package/fesm2015/skyux-tiles.js +101 -99
- package/fesm2015/skyux-tiles.js.map +1 -1
- package/lib/modules/tiles/tile-dashboard/tile-dashboard.component.d.ts +2 -2
- package/lib/modules/tiles/tile-dashboard/tile-dashboard.service.d.ts +2 -2
- package/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.d.ts +1 -1
- package/package.json +16 -14
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@skyux/tiles', ['exports', '@angular/
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.skyux = global.skyux || {}, global.skyux.tiles = {}), global.ng.
|
|
5
|
-
})(this, (function (exports,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common'), require('@angular/core'), require('@skyux/core'), require('@skyux/i18n'), require('@skyux/indicators'), require('@skyux/theme'), require('@skyux/animations'), require('rxjs'), require('rxjs/operators'), require('ng2-dragula')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@skyux/tiles', ['exports', '@angular/common', '@angular/core', '@skyux/core', '@skyux/i18n', '@skyux/indicators', '@skyux/theme', '@skyux/animations', 'rxjs', 'rxjs/operators', 'ng2-dragula'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.skyux = global.skyux || {}, global.skyux.tiles = {}), global.ng.common, global.ng.core, global.i2, global.i3, global.i2$1, global.i4, global.animations, global.rxjs, global.rxjs.operators, global.i1));
|
|
5
|
+
})(this, (function (exports, i3$1, i0, i2, i3, i2$1, i4, animations, rxjs, operators, i1) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
return Object.freeze(n);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
26
25
|
var i3__namespace = /*#__PURE__*/_interopNamespace(i3$1);
|
|
26
|
+
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
27
|
+
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
27
28
|
var i3__namespace$1 = /*#__PURE__*/_interopNamespace(i3);
|
|
28
29
|
var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2$1);
|
|
29
30
|
var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
|
|
30
|
-
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
31
31
|
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
32
32
|
|
|
33
33
|
/**
|
|
@@ -93,6 +93,45 @@
|
|
|
93
93
|
}]
|
|
94
94
|
}] });
|
|
95
95
|
|
|
96
|
+
/**
|
|
97
|
+
* Specifies content to display in the tile's summary.
|
|
98
|
+
*/
|
|
99
|
+
/* istanbul ignore next */
|
|
100
|
+
/* Code coverage having problems with no statements in classes */
|
|
101
|
+
var SkyTileSummaryComponent = /** @class */ (function () {
|
|
102
|
+
function SkyTileSummaryComponent() {
|
|
103
|
+
}
|
|
104
|
+
return SkyTileSummaryComponent;
|
|
105
|
+
}());
|
|
106
|
+
SkyTileSummaryComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileSummaryComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
107
|
+
SkyTileSummaryComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyTileSummaryComponent, selector: "sky-tile-summary", ngImport: i0__namespace, template: "<ng-content></ng-content>\n" });
|
|
108
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileSummaryComponent, decorators: [{
|
|
109
|
+
type: i0.Component,
|
|
110
|
+
args: [{
|
|
111
|
+
selector: 'sky-tile-summary',
|
|
112
|
+
template: "<ng-content></ng-content>\n",
|
|
113
|
+
}]
|
|
114
|
+
}] });
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Specifies content to display in the tile's title.
|
|
118
|
+
*/
|
|
119
|
+
var SkyTileTitleComponent = /** @class */ (function () {
|
|
120
|
+
function SkyTileTitleComponent() {
|
|
121
|
+
}
|
|
122
|
+
return SkyTileTitleComponent;
|
|
123
|
+
}());
|
|
124
|
+
SkyTileTitleComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileTitleComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
125
|
+
SkyTileTitleComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyTileTitleComponent, selector: "sky-tile-title", ngImport: i0__namespace, template: "<h2\n class=\"sky-tile-title\"\n [skyThemeClass]=\"{\n 'sky-font-heading-2': 'modern',\n 'sky-section-heading': 'default'\n }\"\n>\n <ng-content></ng-content>\n</h2>\n", styles: [".sky-tile-title{margin:0;padding:10px 15px}:host-context(.sky-theme-modern) .sky-tile-title{margin:0 30px 0 0;padding:0}.sky-theme-modern .sky-tile-title{margin:0 30px 0 0;padding:0}\n"], directives: [{ type: i4__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }] });
|
|
126
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileTitleComponent, decorators: [{
|
|
127
|
+
type: i0.Component,
|
|
128
|
+
args: [{
|
|
129
|
+
selector: 'sky-tile-title',
|
|
130
|
+
template: "<h2\n class=\"sky-tile-title\"\n [skyThemeClass]=\"{\n 'sky-font-heading-2': 'modern',\n 'sky-section-heading': 'default'\n }\"\n>\n <ng-content></ng-content>\n</h2>\n",
|
|
131
|
+
styles: [".sky-tile-title{margin:0;padding:10px 15px}:host-context(.sky-theme-modern) .sky-tile-title{margin:0 30px 0 0;padding:0}.sky-theme-modern .sky-tile-title{margin:0 30px 0 0;padding:0}\n"],
|
|
132
|
+
}]
|
|
133
|
+
}] });
|
|
134
|
+
|
|
96
135
|
/*! *****************************************************************************
|
|
97
136
|
Copyright (c) Microsoft Corporation.
|
|
98
137
|
|
|
@@ -996,7 +1035,9 @@
|
|
|
996
1035
|
persisted: true,
|
|
997
1036
|
tileIds: this.defaultConfig.tiles.map(function (elem) { return elem.id; }),
|
|
998
1037
|
})
|
|
999
|
-
.subscribe(
|
|
1038
|
+
.subscribe(
|
|
1039
|
+
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
1040
|
+
function () { }, function (err) {
|
|
1000
1041
|
console.warn('Could not save tile dashboard settings.');
|
|
1001
1042
|
console.warn(err);
|
|
1002
1043
|
});
|
|
@@ -1249,45 +1290,6 @@
|
|
|
1249
1290
|
}]
|
|
1250
1291
|
}] } });
|
|
1251
1292
|
|
|
1252
|
-
/**
|
|
1253
|
-
* Specifies content to display in the tile's summary.
|
|
1254
|
-
*/
|
|
1255
|
-
/* istanbul ignore next */
|
|
1256
|
-
/* Code coverage having problems with no statements in classes */
|
|
1257
|
-
var SkyTileSummaryComponent = /** @class */ (function () {
|
|
1258
|
-
function SkyTileSummaryComponent() {
|
|
1259
|
-
}
|
|
1260
|
-
return SkyTileSummaryComponent;
|
|
1261
|
-
}());
|
|
1262
|
-
SkyTileSummaryComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileSummaryComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1263
|
-
SkyTileSummaryComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyTileSummaryComponent, selector: "sky-tile-summary", ngImport: i0__namespace, template: "<ng-content></ng-content>\n" });
|
|
1264
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileSummaryComponent, decorators: [{
|
|
1265
|
-
type: i0.Component,
|
|
1266
|
-
args: [{
|
|
1267
|
-
selector: 'sky-tile-summary',
|
|
1268
|
-
template: "<ng-content></ng-content>\n",
|
|
1269
|
-
}]
|
|
1270
|
-
}] });
|
|
1271
|
-
|
|
1272
|
-
/**
|
|
1273
|
-
* Specifies content to display in the tile's title.
|
|
1274
|
-
*/
|
|
1275
|
-
var SkyTileTitleComponent = /** @class */ (function () {
|
|
1276
|
-
function SkyTileTitleComponent() {
|
|
1277
|
-
}
|
|
1278
|
-
return SkyTileTitleComponent;
|
|
1279
|
-
}());
|
|
1280
|
-
SkyTileTitleComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileTitleComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1281
|
-
SkyTileTitleComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyTileTitleComponent, selector: "sky-tile-title", ngImport: i0__namespace, template: "<h2\n class=\"sky-tile-title\"\n [skyThemeClass]=\"{\n 'sky-font-heading-2': 'modern',\n 'sky-section-heading': 'default'\n }\"\n>\n <ng-content></ng-content>\n</h2>\n", styles: [".sky-tile-title{margin:0;padding:10px 15px}:host-context(.sky-theme-modern) .sky-tile-title{margin:0 30px 0 0;padding:0}.sky-theme-modern .sky-tile-title{margin:0 30px 0 0;padding:0}\n"], directives: [{ type: i4__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }] });
|
|
1282
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileTitleComponent, decorators: [{
|
|
1283
|
-
type: i0.Component,
|
|
1284
|
-
args: [{
|
|
1285
|
-
selector: 'sky-tile-title',
|
|
1286
|
-
template: "<h2\n class=\"sky-tile-title\"\n [skyThemeClass]=\"{\n 'sky-font-heading-2': 'modern',\n 'sky-section-heading': 'default'\n }\"\n>\n <ng-content></ng-content>\n</h2>\n",
|
|
1287
|
-
styles: [".sky-tile-title{margin:0;padding:10px 15px}:host-context(.sky-theme-modern) .sky-tile-title{margin:0 30px 0 0;padding:0}.sky-theme-modern .sky-tile-title{margin:0 30px 0 0;padding:0}\n"],
|
|
1288
|
-
}]
|
|
1289
|
-
}] });
|
|
1290
|
-
|
|
1291
1293
|
var SkyTileModule = /** @class */ (function () {
|
|
1292
1294
|
function SkyTileModule() {
|
|
1293
1295
|
}
|
|
@@ -1435,6 +1437,23 @@
|
|
|
1435
1437
|
}]
|
|
1436
1438
|
}] } });
|
|
1437
1439
|
|
|
1440
|
+
var SkyTileDashboardColumnModule = /** @class */ (function () {
|
|
1441
|
+
function SkyTileDashboardColumnModule() {
|
|
1442
|
+
}
|
|
1443
|
+
return SkyTileDashboardColumnModule;
|
|
1444
|
+
}());
|
|
1445
|
+
SkyTileDashboardColumnModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileDashboardColumnModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1446
|
+
SkyTileDashboardColumnModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileDashboardColumnModule, declarations: [SkyTileDashboardColumnComponent], imports: [i3$1.CommonModule, i1.DragulaModule], exports: [SkyTileDashboardColumnComponent] });
|
|
1447
|
+
SkyTileDashboardColumnModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileDashboardColumnModule, imports: [[i3$1.CommonModule, i1.DragulaModule]] });
|
|
1448
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileDashboardColumnModule, decorators: [{
|
|
1449
|
+
type: i0.NgModule,
|
|
1450
|
+
args: [{
|
|
1451
|
+
declarations: [SkyTileDashboardColumnComponent],
|
|
1452
|
+
imports: [i3$1.CommonModule, i1.DragulaModule],
|
|
1453
|
+
exports: [SkyTileDashboardColumnComponent],
|
|
1454
|
+
}]
|
|
1455
|
+
}] });
|
|
1456
|
+
|
|
1438
1457
|
/**
|
|
1439
1458
|
* Specifies a container to group multiple tiles.
|
|
1440
1459
|
*/
|
|
@@ -1564,23 +1583,6 @@
|
|
|
1564
1583
|
}]
|
|
1565
1584
|
}] } });
|
|
1566
1585
|
|
|
1567
|
-
var SkyTileDashboardColumnModule = /** @class */ (function () {
|
|
1568
|
-
function SkyTileDashboardColumnModule() {
|
|
1569
|
-
}
|
|
1570
|
-
return SkyTileDashboardColumnModule;
|
|
1571
|
-
}());
|
|
1572
|
-
SkyTileDashboardColumnModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileDashboardColumnModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1573
|
-
SkyTileDashboardColumnModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileDashboardColumnModule, declarations: [SkyTileDashboardColumnComponent], imports: [i3$1.CommonModule, i1.DragulaModule], exports: [SkyTileDashboardColumnComponent] });
|
|
1574
|
-
SkyTileDashboardColumnModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileDashboardColumnModule, imports: [[i3$1.CommonModule, i1.DragulaModule]] });
|
|
1575
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyTileDashboardColumnModule, decorators: [{
|
|
1576
|
-
type: i0.NgModule,
|
|
1577
|
-
args: [{
|
|
1578
|
-
declarations: [SkyTileDashboardColumnComponent],
|
|
1579
|
-
imports: [i3$1.CommonModule, i1.DragulaModule],
|
|
1580
|
-
exports: [SkyTileDashboardColumnComponent],
|
|
1581
|
-
}]
|
|
1582
|
-
}] });
|
|
1583
|
-
|
|
1584
1586
|
var SkyTileDashboardModule = /** @class */ (function () {
|
|
1585
1587
|
function SkyTileDashboardModule() {
|
|
1586
1588
|
}
|