@yelon/bis 16.2.4 → 16.2.5-68d194e
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/esm2022/bis.mjs +4 -4
- package/esm2022/index.mjs +1 -1
- package/esm2022/layout/bis.config.mjs +14 -14
- package/esm2022/layout/html-names.mjs +32 -32
- package/esm2022/layout/icon/style-icons.mjs +795 -795
- package/esm2022/layout/layout-basic/index.mjs +2 -2
- package/esm2022/layout/layout-basic/interface.mjs +1 -1
- package/esm2022/layout/layout-basic/layout-basic.component.mjs +372 -372
- package/esm2022/layout/layout-nav/index.mjs +3 -3
- package/esm2022/layout/layout-nav/layout-nav-application.component.mjs +364 -364
- package/esm2022/layout/layout-nav/layout-nav-group.component.mjs +122 -122
- package/esm2022/layout/layout-nav/layout-nav-tile.component.mjs +14 -14
- package/esm2022/layout/layout.mjs +4 -4
- package/esm2022/layout/public_api.mjs +12 -12
- package/esm2022/layout/widgets/index.mjs +6 -6
- package/esm2022/layout/widgets/yunzai-clear-storage.component.mjs +44 -44
- package/esm2022/layout/widgets/yunzai-fullscreen.component.mjs +44 -44
- package/esm2022/layout/widgets/yunzai-i18n.component.mjs +145 -145
- package/esm2022/layout/widgets/yunzai-notify.component.mjs +182 -182
- package/esm2022/layout/widgets/yunzai-theme-btn.component.mjs +199 -199
- package/esm2022/layout/widgets/yunzai-user.component.mjs +129 -129
- package/esm2022/layout/yunzai-act.guard.mjs +106 -106
- package/esm2022/layout/yunzai-auth.service.mjs +107 -107
- package/esm2022/layout/yunzai-default.interceptor.mjs +200 -200
- package/esm2022/layout/yunzai-i18n.service.mjs +102 -129
- package/esm2022/layout/yunzai-lang.mjs +113 -113
- package/esm2022/layout/yunzai-layout.module.mjs +76 -76
- package/esm2022/layout/yunzai-startup.service.mjs +152 -152
- package/esm2022/public_api.mjs +1 -1
- package/fesm2022/bis.mjs +6 -6
- package/fesm2022/layout.mjs +3198 -3224
- package/fesm2022/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 +8 -8
- package/layout/layout-basic/layout-basic.component.d.ts +28 -28
- package/layout/layout-nav/index.d.ts +3 -3
- package/layout/layout-nav/layout-nav-application.component.d.ts +31 -31
- package/layout/layout-nav/layout-nav-group.component.d.ts +16 -16
- package/layout/layout-nav/layout-nav-tile.component.d.ts +6 -6
- 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 +26 -26
- package/layout/yunzai-act.guard.d.ts +20 -20
- package/layout/yunzai-auth.service.d.ts +19 -19
- package/layout/yunzai-default.interceptor.d.ts +27 -27
- package/layout/yunzai-i18n.service.d.ts +26 -30
- package/layout/yunzai-lang.d.ts +11 -11
- package/layout/yunzai-layout.module.d.ts +22 -22
- package/layout/yunzai-startup.service.d.ts +34 -34
- package/package.json +39 -39
- 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
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './interface';
|
|
2
|
-
export * from './layout-basic.component';
|
|
1
|
+
export * from './interface';
|
|
2
|
+
export * from './layout-basic.component';
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9iaXMvbGF5b3V0L2xheW91dC1iYXNpYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLDBCQUEwQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9pbnRlcmZhY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9sYXlvdXQtYmFzaWMuY29tcG9uZW50JztcbiJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYmlzL2xheW91dC9sYXlvdXQtYmFzaWMvaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJcbmltcG9ydCB7IExheW91dERlZmF1bHRPcHRpb25zIH0gZnJvbSAnQHllbG9uL3RoZW1lL2xheW91dC1kZWZhdWx0JztcbmltcG9ydCB7IExheW91dEJhc2ljQXNpZGUsIExheW91dEJhc2ljRGlzcGxheSwgTmF2VHlwZSB9IGZyb20gJ0B5ZWxvbi91dGlsJztcblxuZXhwb3J0IGludGVyZmFjZSBMYXlvdXRCYXNpY1N0YXRlIHtcbiAgb3B0aW9uczogTGF5b3V0RGVmYXVsdE9wdGlvbnM7XG4gIGFzaWRlOiBMYXlvdXRCYXNpY0FzaWRlO1xuICBkaXNwbGF5OiBMYXlvdXRCYXNpY0Rpc3BsYXk7XG4gIG5hdlR5cGU6IE5hdlR5cGU7XG59XG4iXX0=
|