@delon/theme 12.2.2 → 12.2.3
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/layout-blank.umd.js +3 -3
- package/bundles/layout-default.umd.js +4 -4
- package/bundles/layout-theme-btn.umd.js +4 -4
- package/bundles/setting-drawer.umd.js +4 -4
- package/bundles/theme.umd.js +8 -10
- package/bundles/theme.umd.js.map +1 -1
- package/esm2015/src/version.js +1 -1
- package/fesm2015/theme.js +1 -1
- package/fesm2015/theme.js.map +1 -1
- package/package.json +3 -3
- package/theme.metadata.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license ng-alain(cipchk@qq.com) v12.2.
|
|
2
|
+
* @license ng-alain(cipchk@qq.com) v12.2.3
|
|
3
3
|
* (c) 2020 cipchk https://ng-alain.com/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
(function (factory) {
|
|
7
7
|
typeof define === 'function' && define.amd ? define('@delon/theme/layout-blank', factory) :
|
|
8
8
|
factory();
|
|
9
|
-
}((function () { 'use strict';
|
|
9
|
+
})((function () { 'use strict';
|
|
10
10
|
|
|
11
11
|
// https://github.com/ng-packagr/ng-packagr/issues/1655
|
|
12
12
|
var public_api = void 0;
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
* Generated bundle index. Do not edit.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
}))
|
|
18
|
+
}));
|
|
19
19
|
//# sourceMappingURL=layout-blank.umd.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license ng-alain(cipchk@qq.com) v12.2.
|
|
2
|
+
* @license ng-alain(cipchk@qq.com) v12.2.3
|
|
3
3
|
* (c) 2020 cipchk https://ng-alain.com/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
(function (global, factory) {
|
|
7
7
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common'), require('@angular/core'), require('@angular/router'), require('rxjs'), require('rxjs/operators'), require('@delon/theme'), require('@delon/util/browser'), require('ng-zorro-antd/message'), require('ng-zorro-antd/avatar'), require('ng-zorro-antd/dropdown'), require('ng-zorro-antd/icon'), require('ng-zorro-antd/tooltip'), require('@angular/cdk/bidi'), require('@angular/platform-browser'), require('@delon/util/decorator'), require('@delon/util/token')) :
|
|
8
8
|
typeof define === 'function' && define.amd ? define('@delon/theme/layout-default', ['exports', '@angular/common', '@angular/core', '@angular/router', 'rxjs', 'rxjs/operators', '@delon/theme', '@delon/util/browser', 'ng-zorro-antd/message', 'ng-zorro-antd/avatar', 'ng-zorro-antd/dropdown', 'ng-zorro-antd/icon', 'ng-zorro-antd/tooltip', '@angular/cdk/bidi', '@angular/platform-browser', '@delon/util/decorator', '@delon/util/token'], factory) :
|
|
9
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.delon = global.delon || {}, global.delon.theme = global.delon.theme || {}, global.delon.theme[
|
|
10
|
-
}(this, (function (exports, common, core, router, rxjs, operators, theme, browser, message, avatar, dropdown, icon, tooltip, bidi, platformBrowser, decorator, token) { 'use strict';
|
|
9
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.delon = global.delon || {}, global.delon.theme = global.delon.theme || {}, global.delon.theme["layout-default"] = {}), global.ng.common, global.ng.core, global.ng.router, global.rxjs, global.rxjs.operators, global.delon.theme, global.browser, global.message, global.avatar, global.dropdown, global.icon, global.tooltip, global.ng.cdk.bidi, global.ng.platformBrowser, global.decorator, global.token));
|
|
10
|
+
})(this, (function (exports, common, core, router, rxjs, operators, theme, browser, message, avatar, dropdown, icon, tooltip, bidi, platformBrowser, decorator, token) { 'use strict';
|
|
11
11
|
|
|
12
12
|
var LayoutDefaultHeaderItemComponent = /** @class */ (function () {
|
|
13
13
|
function LayoutDefaultHeaderItemComponent() {
|
|
@@ -861,5 +861,5 @@
|
|
|
861
861
|
|
|
862
862
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
863
863
|
|
|
864
|
-
}))
|
|
864
|
+
}));
|
|
865
865
|
//# sourceMappingURL=layout-default.umd.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license ng-alain(cipchk@qq.com) v12.2.
|
|
2
|
+
* @license ng-alain(cipchk@qq.com) v12.2.3
|
|
3
3
|
* (c) 2020 cipchk https://ng-alain.com/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
(function (global, factory) {
|
|
7
7
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/cdk/bidi'), require('@angular/cdk/platform'), require('@angular/common'), require('@angular/core'), require('rxjs'), require('rxjs/operators'), require('@delon/util/config'), require('ng-zorro-antd/dropdown'), require('ng-zorro-antd/tooltip')) :
|
|
8
8
|
typeof define === 'function' && define.amd ? define('@delon/theme/theme-btn', ['exports', '@angular/cdk/bidi', '@angular/cdk/platform', '@angular/common', '@angular/core', 'rxjs', 'rxjs/operators', '@delon/util/config', 'ng-zorro-antd/dropdown', 'ng-zorro-antd/tooltip'], factory) :
|
|
9
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.delon = global.delon || {}, global.delon.theme = global.delon.theme || {}, global.delon.theme[
|
|
10
|
-
}(this, (function (exports, bidi, platform, common, core, rxjs, operators, config, dropdown, tooltip) { 'use strict';
|
|
9
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.delon = global.delon || {}, global.delon.theme = global.delon.theme || {}, global.delon.theme["theme-btn"] = {}), global.ng.cdk.bidi, global.ng.cdk.platform, global.ng.common, global.ng.core, global.rxjs, global.rxjs.operators, global.config, global.dropdown, global.tooltip));
|
|
10
|
+
})(this, (function (exports, bidi, platform, common, core, rxjs, operators, config, dropdown, tooltip) { 'use strict';
|
|
11
11
|
|
|
12
12
|
var ALAIN_THEME_BTN_KEYS = new core.InjectionToken('ALAIN_THEME_BTN_KEYS');
|
|
13
13
|
var ThemeBtnComponent = /** @class */ (function () {
|
|
@@ -137,5 +137,5 @@
|
|
|
137
137
|
|
|
138
138
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
139
139
|
|
|
140
|
-
}))
|
|
140
|
+
}));
|
|
141
141
|
//# sourceMappingURL=layout-theme-btn.umd.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license ng-alain(cipchk@qq.com) v12.2.
|
|
2
|
+
* @license ng-alain(cipchk@qq.com) v12.2.3
|
|
3
3
|
* (c) 2020 cipchk https://ng-alain.com/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
(function (global, factory) {
|
|
7
7
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/cdk/bidi'), require('@angular/common'), require('rxjs'), require('rxjs/operators'), require('@delon/theme'), require('@delon/util/browser'), require('@delon/util/decorator'), require('@delon/util/other'), require('ng-zorro-antd/message'), require('@angular/forms'), require('ng-zorro-antd/alert'), require('ng-zorro-antd/button'), require('ng-zorro-antd/divider'), require('ng-zorro-antd/drawer'), require('ng-zorro-antd/icon'), require('ng-zorro-antd/input'), require('ng-zorro-antd/input-number'), require('ng-zorro-antd/switch'), require('ng-zorro-antd/tabs'), require('ng-zorro-antd/tooltip')) :
|
|
8
8
|
typeof define === 'function' && define.amd ? define('@delon/theme/setting-drawer', ['exports', '@angular/core', '@angular/cdk/bidi', '@angular/common', 'rxjs', 'rxjs/operators', '@delon/theme', '@delon/util/browser', '@delon/util/decorator', '@delon/util/other', 'ng-zorro-antd/message', '@angular/forms', 'ng-zorro-antd/alert', 'ng-zorro-antd/button', 'ng-zorro-antd/divider', 'ng-zorro-antd/drawer', 'ng-zorro-antd/icon', 'ng-zorro-antd/input', 'ng-zorro-antd/input-number', 'ng-zorro-antd/switch', 'ng-zorro-antd/tabs', 'ng-zorro-antd/tooltip'], factory) :
|
|
9
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.delon = global.delon || {}, global.delon.theme = global.delon.theme || {}, global.delon.theme[
|
|
10
|
-
}(this, (function (exports, core, bidi, common, rxjs, operators, theme, browser, decorator, other, message, forms, alert, button, divider, drawer, icon, input, inputNumber, _switch, tabs, tooltip) { 'use strict';
|
|
9
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.delon = global.delon || {}, global.delon.theme = global.delon.theme || {}, global.delon.theme["setting-drawer"] = {}), global.ng.core, global.ng.cdk.bidi, global.ng.common, global.rxjs, global.rxjs.operators, global.delon.theme, global.browser, global.decorator, global.other, global.message, global.ng.forms, global.alert, global.button, global.divider, global.drawer, global.icon, global.input, global.inputNumber, global._switch, global.tabs, global.tooltip));
|
|
10
|
+
})(this, (function (exports, core, bidi, common, rxjs, operators, theme, browser, decorator, other, message, forms, alert, button, divider, drawer, icon, input, inputNumber, _switch, tabs, tooltip) { 'use strict';
|
|
11
11
|
|
|
12
12
|
var SettingDrawerItemComponent = /** @class */ (function () {
|
|
13
13
|
function SettingDrawerItemComponent() {
|
|
@@ -785,5 +785,5 @@
|
|
|
785
785
|
|
|
786
786
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
787
787
|
|
|
788
|
-
}))
|
|
788
|
+
}));
|
|
789
789
|
//# sourceMappingURL=setting-drawer.umd.js.map
|
package/bundles/theme.umd.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license ng-alain(cipchk@qq.com) v12.2.
|
|
2
|
+
* @license ng-alain(cipchk@qq.com) v12.2.3
|
|
3
3
|
* (c) 2020 cipchk https://ng-alain.com/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
(function (global, factory) {
|
|
7
7
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('rxjs/operators'), require('@delon/acl'), require('@delon/util/config'), require('@angular/cdk/platform'), require('@angular/cdk/bidi'), require('@angular/common'), require('ng-zorro-antd/core/config'), require('@angular/platform-browser'), require('@angular/router'), require('@delon/util/other'), require('ng-zorro-antd/modal'), require('ng-zorro-antd/drawer'), require('@angular/common/http'), require('date-fns'), require('@delon/util/date-time'), require('ng-zorro-antd/i18n'), require('@angular/cdk/overlay'), require('@ant-design/icons-angular/icons'), require('ng-zorro-antd/icon')) :
|
|
8
8
|
typeof define === 'function' && define.amd ? define('@delon/theme', ['exports', '@angular/core', 'rxjs', 'rxjs/operators', '@delon/acl', '@delon/util/config', '@angular/cdk/platform', '@angular/cdk/bidi', '@angular/common', 'ng-zorro-antd/core/config', '@angular/platform-browser', '@angular/router', '@delon/util/other', 'ng-zorro-antd/modal', 'ng-zorro-antd/drawer', '@angular/common/http', 'date-fns', '@delon/util/date-time', 'ng-zorro-antd/i18n', '@angular/cdk/overlay', '@ant-design/icons-angular/icons', 'ng-zorro-antd/icon'], factory) :
|
|
9
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.delon = global.delon || {}, global.delon.theme = {}), global.ng.core, global.rxjs, global.rxjs.operators, global.delon.acl, global.delon.util.config, global.ng.cdk.platform, global.ng.cdk.bidi, global.ng.common, global.i3, global.ng.platformBrowser, global.ng.router, global.delon.util.other, global[
|
|
10
|
-
}(this, (function (exports, i0, rxjs, operators, i2, i1, i1$1, i1$2, i6, i3, i1$3, router, other, i1$4, i1$5, i1$6, dateFns, dateTime, i18n, overlay, icons, icon) { 'use strict';
|
|
9
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.delon = global.delon || {}, global.delon.theme = {}), global.ng.core, global.rxjs, global.rxjs.operators, global.delon.acl, global.delon.util.config, global.ng.cdk.platform, global.ng.cdk.bidi, global.ng.common, global.i3, global.ng.platformBrowser, global.ng.router, global.delon.util.other, global["ng-zorro-antd/modal"], global["ng-zorro-antd/drawer"], global.ng.common.http, global.DateFns, global.delon.util["date-time"], global["ng-zorro-antd/i18n"], global.ng.cdk.overlay, global.icons, global["ng-zorro-antd/icon"]));
|
|
10
|
+
})(this, (function (exports, i0, rxjs, operators, i2, i1, i1$1, i1$2, i6, i3, i1$3, router, other, i1$4, i1$5, i1$6, dateFns, dateTime, i18n, overlay, icons, icon) { 'use strict';
|
|
11
11
|
|
|
12
12
|
function _interopNamespace(e) {
|
|
13
13
|
if (e && e.__esModule) return e;
|
|
@@ -18,14 +18,12 @@
|
|
|
18
18
|
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
19
19
|
Object.defineProperty(n, k, d.get ? d : {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () {
|
|
22
|
-
return e[k];
|
|
23
|
-
}
|
|
21
|
+
get: function () { return e[k]; }
|
|
24
22
|
});
|
|
25
23
|
}
|
|
26
24
|
});
|
|
27
25
|
}
|
|
28
|
-
n[
|
|
26
|
+
n["default"] = e;
|
|
29
27
|
return Object.freeze(n);
|
|
30
28
|
}
|
|
31
29
|
|
|
@@ -2870,7 +2868,7 @@
|
|
|
2870
2868
|
return PreloadOptionalModules;
|
|
2871
2869
|
}());
|
|
2872
2870
|
|
|
2873
|
-
var VERSION = new i0.Version('12.2.
|
|
2871
|
+
var VERSION = new i0.Version('12.2.3');
|
|
2874
2872
|
|
|
2875
2873
|
/**
|
|
2876
2874
|
* Generated bundle index. Do not edit.
|
|
@@ -2938,9 +2936,9 @@
|
|
|
2938
2936
|
exports.tr_TR = trTR;
|
|
2939
2937
|
exports.zh_CN = zhCN;
|
|
2940
2938
|
exports.zh_TW = zhTW;
|
|
2941
|
-
exports
|
|
2939
|
+
exports["ɵa"] = I18nPipe;
|
|
2942
2940
|
|
|
2943
2941
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2944
2942
|
|
|
2945
|
-
}))
|
|
2943
|
+
}));
|
|
2946
2944
|
//# sourceMappingURL=theme.umd.js.map
|