@bizdoc/core 1.14.0-next.7 → 1.14.0-next.8
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/assets/themes/deep-purple-light-blue.min.css +1 -1
- package/assets/themes/deep-purple-teal.min.css +1 -1
- package/assets/themes/default.min.css +1 -1
- package/esm2020/lib/bizdoc.module.mjs +3 -1
- package/fesm2015/bizdoc-core.mjs +2 -1
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +2 -1
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/package.json +1 -1
package/fesm2020/bizdoc-core.mjs
CHANGED
@@ -25,7 +25,7 @@ import * as i1$3 from '@angular/material/slide-toggle';
|
|
25
25
|
import { MatSlideToggle, MatSlideToggleModule } from '@angular/material/slide-toggle';
|
26
26
|
import * as i2$1 from '@angular/cdk/a11y';
|
27
27
|
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
|
28
|
-
import { L10n, setCulture, loadCldr, setCurrencyCode, Internationalization, enableRtl } from '@syncfusion/ej2-base';
|
28
|
+
import { L10n, setCulture, loadCldr, setCurrencyCode, Internationalization, enableRtl, registerLicense } from '@syncfusion/ej2-base';
|
29
29
|
import 'dayjs/locale/he';
|
30
30
|
import 'dayjs/locale/de';
|
31
31
|
import 'dayjs/locale/ru';
|
@@ -29948,6 +29948,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImpor
|
|
29948
29948
|
}]
|
29949
29949
|
}] });
|
29950
29950
|
|
29951
|
+
registerLicense('ORg4AjUWIQA/Gnt2VVhhQlFaclhJXGFWfVJpTGpQdk5xdV9DaVZUTWY/P1ZhSXxRdkFjXX5ecnBUQ2lfVUI=');
|
29951
29952
|
class BizDocModule {
|
29952
29953
|
static forChild(config) {
|
29953
29954
|
const { components } = config;
|