@delon/theme 20.0.2 → 20.1.1
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/fesm2022/setting-drawer.mjs +6 -6
- package/fesm2022/setting-drawer.mjs.map +1 -1
- package/fesm2022/theme-btn.mjs +1 -1
- package/fesm2022/theme-btn.mjs.map +1 -1
- package/fesm2022/theme.mjs +434 -19
- package/fesm2022/theme.mjs.map +1 -1
- package/index.d.ts +11 -1
- package/package.json +5 -5
package/index.d.ts
CHANGED
|
@@ -1502,6 +1502,16 @@ declare class DelonLocaleModule {
|
|
|
1502
1502
|
static ɵinj: i0.ɵɵInjectorDeclaration<DelonLocaleModule>;
|
|
1503
1503
|
}
|
|
1504
1504
|
|
|
1505
|
+
declare const _default$j: FullLocaleData;
|
|
1506
|
+
|
|
1507
|
+
declare const _default$i: FullLocaleData;
|
|
1508
|
+
|
|
1509
|
+
declare const _default$h: FullLocaleData;
|
|
1510
|
+
|
|
1511
|
+
declare const _default$g: FullLocaleData;
|
|
1512
|
+
|
|
1513
|
+
declare const _default$f: FullLocaleData;
|
|
1514
|
+
|
|
1505
1515
|
declare const _default$e: FullLocaleData;
|
|
1506
1516
|
|
|
1507
1517
|
declare const _default$d: FullLocaleData;
|
|
@@ -1687,5 +1697,5 @@ declare class PreloadOptionalModules implements PreloadingStrategy {
|
|
|
1687
1697
|
|
|
1688
1698
|
declare const VERSION: Version;
|
|
1689
1699
|
|
|
1690
|
-
export { ALAIN_I18N_TOKEN, ALAIN_SETTING_DEFAULT, ALAIN_SETTING_KEYS, AlainI18NGuardService, AlainI18NServiceFake, AlainI18nBaseService, AlainThemeModule, BaseApi, BaseHeaders, BaseUrl, Body, CUSTOM_ERROR, DELETE, DELON_LOCALE, DELON_LOCALE_SERVICE_PROVIDER, DELON_LOCALE_SERVICE_PROVIDER_FACTORY, DatePipe, DelonLocaleModule, DelonLocaleService, DrawerHelper, FORM, GET, HEAD, HTMLPipe, HTML_DIR, Headers, I18nPipe, IGNORE_BASE_URL, JSONP, KeysPipe, LTR, MenuService, ModalHelper, OPTIONS, PATCH, POST, PUT, Path, Payload, PreloadOptionalModules, Query, RAW_BODY, REP_MAX, RTL, RTLService, RTL_DELON_COMPONENTS, RTL_DIRECTION, RTL_NZ_COMPONENTS, ResponsiveService, SPAN_MAX, SettingsService, TitleService, URLPipe, VERSION, YNPipe, _HttpClient, alainI18nCanActivate, alainI18nCanActivateChild, _default as ar_SA, _default$
|
|
1700
|
+
export { ALAIN_I18N_TOKEN, ALAIN_SETTING_DEFAULT, ALAIN_SETTING_KEYS, AlainI18NGuardService, AlainI18NServiceFake, AlainI18nBaseService, AlainThemeModule, BaseApi, BaseHeaders, BaseUrl, Body, CUSTOM_ERROR, DELETE, DELON_LOCALE, DELON_LOCALE_SERVICE_PROVIDER, DELON_LOCALE_SERVICE_PROVIDER_FACTORY, DatePipe, DelonLocaleModule, DelonLocaleService, DrawerHelper, FORM, GET, HEAD, HTMLPipe, HTML_DIR, Headers, I18nPipe, IGNORE_BASE_URL, JSONP, KeysPipe, LTR, MenuService, ModalHelper, OPTIONS, PATCH, POST, PUT, Path, Payload, PreloadOptionalModules, Query, RAW_BODY, REP_MAX, RTL, RTLService, RTL_DELON_COMPONENTS, RTL_DIRECTION, RTL_NZ_COMPONENTS, ResponsiveService, SPAN_MAX, SettingsService, TitleService, URLPipe, VERSION, YNPipe, _HttpClient, alainI18nCanActivate, alainI18nCanActivateChild, _default$4 as ar_SA, _default$d as el_GR, _default$j as en_US, _default$7 as es_ES, _default$8 as fr_FR, _default$b as hr_HR, _default$3 as id_ID, _default$6 as it_IT, _default$a as ja_JP, _default$2 as km_KH, _default$c as ko_KR, _default$1 as ms_MY, _default$e as pl_PL, provideAlain, _default$9 as sl_SI, stepPreloader, _default as th_TH, _default$f as tr_TR, _default$5 as vi_VN, yn, _default$i as zh_CN, _default$h as zh_HK, _default$g as zh_TW };
|
|
1691
1701
|
export type { AlainI18NService, AlainProvideLang, AlainProvideOptions, ApiConfig, App, DrawerHelperOptions, Environment, ExceptionLocaleData, FullLocaleData, HttpObserve, HttpOptions, Layout, LocaleData, METHOD_TYPE, Menu, MenuIcon, MenuInner, MiniProgressLocaleData, ModalHelperDragOptions, ModalHelperOptions, NoticeIconLocaleData, OnboardingLocaleData, REP_TYPE, ReuseTabLocaleData, RouteTitle, SFErrorLocaleData, SFLocaleData, STLocaleData, SettingsKeys, SettingsNotify, TagSelectLocaleData, User, YNMode, YNOptions, _HttpHeaders };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delon/theme",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.1.1",
|
|
4
4
|
"author": "cipchk<cipchk@qq.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"ng-zorro-antd": "^20.3.1",
|
|
25
|
-
"@delon/acl": "^20.
|
|
26
|
-
"@delon/abc": "^20.
|
|
27
|
-
"@delon/form": "^20.
|
|
28
|
-
"@delon/util": "^20.
|
|
25
|
+
"@delon/acl": "^20.1.1",
|
|
26
|
+
"@delon/abc": "^20.1.1",
|
|
27
|
+
"@delon/form": "^20.1.1",
|
|
28
|
+
"@delon/util": "^20.1.1",
|
|
29
29
|
"tslib": "^2.3.0"
|
|
30
30
|
},
|
|
31
31
|
"module": "fesm2022/theme.mjs",
|