fantasy-ngzorro 1.1.6 → 1.1.7
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/bundles/fantasy-ngzorro.umd.js +9 -0
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-table/hd-table.component.js +10 -1
- package/esm5/hd-table/hd-table.component.js +10 -1
- package/fesm2015/fantasy-ngzorro.js +10 -1
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +10 -1
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -3503,6 +3503,15 @@
|
|
|
3503
3503
|
return rxjs.of(true).pipe(operators.delay(100));
|
|
3504
3504
|
}
|
|
3505
3505
|
});
|
|
3506
|
+
// 初始化 localforage
|
|
3507
|
+
localforage.config({
|
|
3508
|
+
driver: localforage.INDEXEDDB,
|
|
3509
|
+
name: 'hd-fscm',
|
|
3510
|
+
// 设置存储库的名称
|
|
3511
|
+
version: 1.0,
|
|
3512
|
+
// 设置存储库的版本
|
|
3513
|
+
storeName: 'hd-fscm-store',
|
|
3514
|
+
});
|
|
3506
3515
|
}
|
|
3507
3516
|
/**
|
|
3508
3517
|
* @return {?}
|