@yelon/bis 15.2.0 → 15.2.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/LICENSE +21 -21
- package/README.md +23 -23
- package/esm2020/bis.mjs +4 -4
- package/esm2020/index.mjs +1 -1
- package/esm2020/layout/bis.config.mjs +10 -10
- package/esm2020/layout/html-names.mjs +32 -32
- package/esm2020/layout/icon/style-icons.mjs +795 -795
- package/esm2020/layout/layout-basic/index.mjs +2 -2
- package/esm2020/layout/layout-basic/interface.mjs +6 -6
- package/esm2020/layout/layout-basic/layout-basic.component.mjs +355 -355
- package/esm2020/layout/layout-nav/index.mjs +4 -4
- package/esm2020/layout/layout-nav/layout-nav-application.component.mjs +326 -326
- package/esm2020/layout/layout-nav/layout-nav-group.component.mjs +123 -123
- package/esm2020/layout/layout-nav/layout-nav-tile.component.mjs +14 -14
- package/esm2020/layout/layout-nav/types.mjs +1 -1
- package/esm2020/layout/layout.mjs +4 -4
- package/esm2020/layout/public_api.mjs +12 -12
- package/esm2020/layout/widgets/index.mjs +6 -6
- package/esm2020/layout/widgets/yunzai-clear-storage.component.mjs +44 -44
- package/esm2020/layout/widgets/yunzai-fullscreen.component.mjs +44 -44
- package/esm2020/layout/widgets/yunzai-i18n.component.mjs +145 -145
- package/esm2020/layout/widgets/yunzai-notify.component.mjs +182 -182
- package/esm2020/layout/widgets/yunzai-theme-btn.component.mjs +200 -200
- package/esm2020/layout/widgets/yunzai-user.component.mjs +129 -129
- package/esm2020/layout/yunzai-act.guard.mjs +106 -106
- package/esm2020/layout/yunzai-auth.service.mjs +169 -167
- package/esm2020/layout/yunzai-default.interceptor.mjs +208 -208
- package/esm2020/layout/yunzai-i18n.service.mjs +130 -130
- package/esm2020/layout/yunzai-lang.mjs +113 -113
- package/esm2020/layout/yunzai-layout.module.mjs +75 -75
- package/esm2020/layout/yunzai-startup.service.mjs +156 -156
- package/esm2020/public_api.mjs +1 -1
- package/fesm2015/bis.mjs +6 -6
- package/fesm2015/layout.mjs +3232 -3230
- package/fesm2015/layout.mjs.map +1 -1
- package/fesm2020/bis.mjs +6 -6
- package/fesm2020/layout.mjs +3240 -3238
- package/fesm2020/layout.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/index.less +1 -1
- package/layout/bis.config.d.ts +3 -3
- package/layout/html-names.d.ts +31 -31
- package/layout/icon/style-icons.d.ts +1 -1
- package/layout/index.d.ts +5 -5
- package/layout/layout-basic/index.d.ts +2 -2
- package/layout/layout-basic/interface.d.ts +24 -24
- package/layout/layout-basic/layout-basic.component.d.ts +32 -32
- package/layout/layout-nav/index.d.ts +4 -4
- package/layout/layout-nav/layout-nav-application.component.d.ts +27 -27
- package/layout/layout-nav/layout-nav-group.component.d.ts +17 -17
- package/layout/layout-nav/layout-nav-tile.component.d.ts +6 -6
- package/layout/layout-nav/types.d.ts +15 -15
- package/layout/public_api.d.ts +12 -12
- package/layout/style/index.less +154 -154
- package/layout/widgets/index.d.ts +6 -6
- package/layout/widgets/yunzai-clear-storage.component.d.ts +11 -11
- package/layout/widgets/yunzai-fullscreen.component.d.ts +8 -8
- package/layout/widgets/yunzai-i18n.component.d.ts +21 -21
- package/layout/widgets/yunzai-notify.component.d.ts +30 -30
- package/layout/widgets/yunzai-theme-btn.component.d.ts +32 -32
- package/layout/widgets/yunzai-user.component.d.ts +28 -28
- package/layout/yunzai-act.guard.d.ts +22 -22
- package/layout/yunzai-auth.service.d.ts +21 -21
- package/layout/yunzai-default.interceptor.d.ts +27 -27
- package/layout/yunzai-i18n.service.d.ts +33 -33
- package/layout/yunzai-lang.d.ts +11 -11
- package/layout/yunzai-layout.module.d.ts +21 -21
- package/layout/yunzai-startup.service.d.ts +37 -37
- package/package.json +47 -47
- package/public_api.d.ts +2 -2
- package/theme-compact.less +3 -3
- package/theme-dark.less +46 -46
- package/theme-default.less +46 -46
package/fesm2020/bis.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
var public_api = void 0;
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Generated bundle index. Do not edit.
|
|
5
|
-
*/
|
|
6
|
-
//# sourceMappingURL=bis.mjs.map
|
|
1
|
+
var public_api = void 0;
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Generated bundle index. Do not edit.
|
|
5
|
+
*/
|
|
6
|
+
//# sourceMappingURL=bis.mjs.map
|