@yelon/bis 14.2.0 → 15.0.0-beta.1-6d209ae5
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/LICENSE +1 -1
- package/README.md +23 -1
- package/esm2020/bis.mjs +2 -2
- package/esm2020/index.mjs +2 -0
- package/esm2020/public_api.mjs +2 -2
- package/esm2020/src/bis.config.mjs +11 -0
- package/esm2020/src/icon/style-icons.mjs +796 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/layout-basic/index.mjs +4 -0
- package/esm2020/src/layout-basic/interface.mjs +7 -0
- package/esm2020/src/layout-basic/layout-basic.component.mjs +312 -0
- package/esm2020/src/layout-basic/layout-display.service.mjs +87 -0
- package/esm2020/src/layout-nav/index.mjs +5 -0
- package/esm2020/src/layout-nav/layout-nav-application.component.mjs +262 -0
- package/esm2020/{layout/widgets/yz.application.group.component.mjs → src/layout-nav/layout-nav-group.component.mjs} +23 -21
- package/esm2020/src/layout-nav/layout-nav-tile.component.mjs +15 -0
- package/esm2020/src/layout-nav/types.mjs +7 -0
- package/esm2020/src/widgets/index.mjs +7 -0
- package/esm2020/src/widgets/yunzai-clear-storage.component.mjs +45 -0
- package/esm2020/src/widgets/yunzai-fullscreen.component.mjs +45 -0
- package/esm2020/src/widgets/yunzai-i18n.component.mjs +115 -0
- package/esm2020/src/widgets/yunzai-notify.component.mjs +183 -0
- package/esm2020/src/widgets/yunzai-theme-btn.component.mjs +195 -0
- package/esm2020/{layout/widgets/yz.user.component.mjs → src/widgets/yunzai-user.component.mjs} +6 -6
- package/esm2020/src/yunzai-act.guard.mjs +107 -0
- package/esm2020/src/yunzai-auth.service.mjs +153 -0
- package/esm2020/src/yunzai-default.interceptor.mjs +207 -0
- package/esm2020/src/yunzai-i18n.service.mjs +94 -0
- package/esm2020/src/yunzai-layout.module.mjs +76 -0
- package/esm2020/src/yunzai-startup.service.mjs +157 -0
- package/fesm2015/bis.mjs +2960 -1
- package/fesm2015/bis.mjs.map +1 -1
- package/fesm2020/bis.mjs +2968 -1
- package/fesm2020/bis.mjs.map +1 -1
- package/index.d.ts +0 -4
- package/index.less +1 -1
- package/package.json +12 -27
- package/public_api.d.ts +1 -2
- package/{layout → src}/bis.config.d.ts +0 -0
- package/{shared → src/icon}/style-icons.d.ts +0 -0
- package/src/index.d.ts +11 -0
- package/src/layout-basic/index.d.ts +3 -0
- package/src/layout-basic/interface.d.ts +24 -0
- package/src/layout-basic/layout-basic.component.d.ts +33 -0
- package/src/layout-basic/layout-display.service.d.ts +15 -0
- package/src/layout-nav/index.d.ts +4 -0
- package/src/layout-nav/layout-nav-application.component.d.ts +26 -0
- package/src/layout-nav/layout-nav-group.component.d.ts +17 -0
- package/src/layout-nav/layout-nav-tile.component.d.ts +6 -0
- package/src/layout-nav/types.d.ts +20 -0
- package/src/widgets/index.d.ts +6 -0
- package/{layout/widgets/yz.clear-storage.component.d.ts → src/widgets/yunzai-clear-storage.component.d.ts} +3 -3
- package/src/widgets/yunzai-fullscreen.component.d.ts +8 -0
- package/{layout/widgets/yz.i18n.component.d.ts → src/widgets/yunzai-i18n.component.d.ts} +5 -5
- package/{layout/widgets/yz.notify.component.d.ts → src/widgets/yunzai-notify.component.d.ts} +5 -5
- package/{layout/widgets/yz.them-btn.component.d.ts → src/widgets/yunzai-theme-btn.component.d.ts} +5 -5
- package/{layout/widgets/yz.user.component.d.ts → src/widgets/yunzai-user.component.d.ts} +3 -3
- package/{layout/act.guard.d.ts → src/yunzai-act.guard.d.ts} +1 -2
- package/{layout/yz.auth.service.d.ts → src/yunzai-auth.service.d.ts} +6 -7
- package/{layout/yz.default.interceptor.d.ts → src/yunzai-default.interceptor.d.ts} +4 -6
- package/{layout/yz.i18n.service.d.ts → src/yunzai-i18n.service.d.ts} +4 -3
- package/src/yunzai-layout.module.d.ts +21 -0
- package/src/yunzai-startup.service.d.ts +37 -0
- package/esm2020/layout/act.guard.mjs +0 -108
- package/esm2020/layout/bis.config.mjs +0 -11
- package/esm2020/layout/contact/contact.component.mjs +0 -492
- package/esm2020/layout/contact/contact.service.mjs +0 -146
- package/esm2020/layout/layout.mjs +0 -5
- package/esm2020/layout/layout.module.mjs +0 -76
- package/esm2020/layout/path-to-regexp.service.mjs +0 -238
- package/esm2020/layout/public_api.mjs +0 -15
- package/esm2020/layout/stomp.config.mjs +0 -18
- package/esm2020/layout/widgets/index.mjs +0 -9
- package/esm2020/layout/widgets/yz.application.component.mjs +0 -271
- package/esm2020/layout/widgets/yz.clear-storage.component.mjs +0 -45
- package/esm2020/layout/widgets/yz.fullscreen.component.mjs +0 -45
- package/esm2020/layout/widgets/yz.i18n.component.mjs +0 -115
- package/esm2020/layout/widgets/yz.notify.component.mjs +0 -183
- package/esm2020/layout/widgets/yz.them-btn.component.mjs +0 -195
- package/esm2020/layout/yz.auth.service.mjs +0 -155
- package/esm2020/layout/yz.basic.component.mjs +0 -269
- package/esm2020/layout/yz.default.interceptor.mjs +0 -207
- package/esm2020/layout/yz.i18n.service.mjs +0 -93
- package/esm2020/layout/yz.startup.service.mjs +0 -139
- package/esm2020/layout/yz.stomp.service.mjs +0 -88
- package/esm2020/shared/public_api.mjs +0 -5
- package/esm2020/shared/shared-yelon.module.mjs +0 -106
- package/esm2020/shared/shared-zorro.module.mjs +0 -81
- package/esm2020/shared/shared.mjs +0 -5
- package/esm2020/shared/shared.module.mjs +0 -115
- package/esm2020/shared/style-icons.mjs +0 -796
- package/fesm2015/layout.mjs +0 -2968
- package/fesm2015/layout.mjs.map +0 -1
- package/fesm2015/shared.mjs +0 -1103
- package/fesm2015/shared.mjs.map +0 -1
- package/fesm2020/layout.mjs +0 -2977
- package/fesm2020/layout.mjs.map +0 -1
- package/fesm2020/shared.mjs +0 -1103
- package/fesm2020/shared.mjs.map +0 -1
- package/layout/contact/contact.component.d.ts +0 -169
- package/layout/contact/contact.service.d.ts +0 -118
- package/layout/index.d.ts +0 -5
- package/layout/layout.module.d.ts +0 -21
- package/layout/path-to-regexp.service.d.ts +0 -26
- package/layout/public_api.d.ts +0 -14
- package/layout/stomp.config.d.ts +0 -3
- package/layout/style/index.less +0 -155
- package/layout/widgets/index.d.ts +0 -8
- package/layout/widgets/yz.application.component.d.ts +0 -49
- package/layout/widgets/yz.application.group.component.d.ts +0 -19
- package/layout/widgets/yz.fullscreen.component.d.ts +0 -8
- package/layout/yz.basic.component.d.ts +0 -27
- package/layout/yz.startup.service.d.ts +0 -36
- package/layout/yz.stomp.service.d.ts +0 -42
- package/shared/index.d.ts +0 -5
- package/shared/public_api.d.ts +0 -4
- package/shared/shared-yelon.module.d.ts +0 -3
- package/shared/shared-zorro.module.d.ts +0 -2
- package/shared/shared.module.d.ts +0 -94
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2017-present yunzai<devcui@outlook.com>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
# @yelon/bis [](https://dev.azure.com/hbyunzai/yelon/_build/latest?definitionId=1&branchName=master) [](https://www.npmjs.com/package/@yelon/bis)
|
|
2
|
+
|
|
3
|
+
A yunzai business module.
|
|
4
|
+
|
|
5
|
+
## Links
|
|
6
|
+
|
|
7
|
+
+ [Document](https://ng.yunzainfo.com/bis) ([Surge Mirror](https://ng-yunzai-doc.surge.sh/bis)
|
|
8
|
+
+ [@yelon Source](https://github.com/hbyunzai/yelon)
|
|
9
|
+
+ [DEMO](https://ng-yunzai.surge.sh) ([国内镜像](https://ng-yunzai.gitee.io/))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## Troubleshooting
|
|
13
|
+
|
|
14
|
+
Please follow this guidelines when reporting bugs and feature requests:
|
|
15
|
+
|
|
16
|
+
1. Use [GitHub Issues](https://github.com/hbyunzai/yelon/issues) board to report bugs and feature requests (not our email address)
|
|
17
|
+
2. Please **always** write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.
|
|
18
|
+
|
|
19
|
+
Thanks for understanding!
|
|
20
|
+
|
|
21
|
+
### License
|
|
22
|
+
|
|
23
|
+
The MIT License (see the [LICENSE](https://github.com/hbyunzai/yelon/blob/master/LICENSE) file for the full text)
|
package/esm2020/bis.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
|
-
export * from './
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmlzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvYmlzL2Jpcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './public_api';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9iaXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpY19hcGknO1xuIl19
|
package/esm2020/public_api.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export * from './src';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2Jpcy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsT0FBTyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zcmMnO1xuIl19
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const BUSINESS_DEFAULT_CONFIG = {
|
|
2
|
+
baseUrl: '/backstage',
|
|
3
|
+
systemCode: 'portal',
|
|
4
|
+
loginForm: null,
|
|
5
|
+
refreshTokenEnabled: true,
|
|
6
|
+
refreshTokenType: 're-request'
|
|
7
|
+
};
|
|
8
|
+
export function mergeBisConfig(srv) {
|
|
9
|
+
return srv.merge('bis', BUSINESS_DEFAULT_CONFIG);
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmlzLmNvbmZpZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2Jpcy9zcmMvYmlzLmNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLENBQUMsTUFBTSx1QkFBdUIsR0FBeUI7SUFDM0QsT0FBTyxFQUFFLFlBQVk7SUFDckIsVUFBVSxFQUFFLFFBQVE7SUFDcEIsU0FBUyxFQUFFLElBQUk7SUFDZixtQkFBbUIsRUFBRSxJQUFJO0lBQ3pCLGdCQUFnQixFQUFFLFlBQVk7Q0FDL0IsQ0FBQztBQUVGLE1BQU0sVUFBVSxjQUFjLENBQUMsR0FBd0I7SUFDckQsT0FBTyxHQUFHLENBQUMsS0FBSyxDQUFDLEtBQUssRUFBRSx1QkFBdUIsQ0FBRSxDQUFDO0FBQ3BELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBZdW56YWlCdXNpbmVzc0NvbmZpZywgWXVuemFpQ29uZmlnU2VydmljZSB9IGZyb20gJ0B5ZWxvbi91dGlsJztcblxuZXhwb3J0IGNvbnN0IEJVU0lORVNTX0RFRkFVTFRfQ09ORklHOiBZdW56YWlCdXNpbmVzc0NvbmZpZyA9IHtcbiAgYmFzZVVybDogJy9iYWNrc3RhZ2UnLFxuICBzeXN0ZW1Db2RlOiAncG9ydGFsJyxcbiAgbG9naW5Gb3JtOiBudWxsLFxuICByZWZyZXNoVG9rZW5FbmFibGVkOiB0cnVlLFxuICByZWZyZXNoVG9rZW5UeXBlOiAncmUtcmVxdWVzdCdcbn07XG5cbmV4cG9ydCBmdW5jdGlvbiBtZXJnZUJpc0NvbmZpZyhzcnY6IFl1bnphaUNvbmZpZ1NlcnZpY2UpOiBZdW56YWlCdXNpbmVzc0NvbmZpZyB7XG4gIHJldHVybiBzcnYubWVyZ2UoJ2JpcycsIEJVU0lORVNTX0RFRkFVTFRfQ09ORklHKSE7XG59XG4iXX0=
|