vhobjects-service 0.5.4 → 0.5.6
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/fesm2015/vhobjects-service-src-services.js +2 -1
- package/fesm2015/vhobjects-service-src-services.js.map +1 -1
- package/fesm2015/vhobjects-service.js +1 -1
- package/fesm2015/vhobjects-service.js.map +1 -1
- package/lib/common_config/animations-config/animations-config.component.d.ts +19 -0
- package/package.json +1 -1
|
@@ -4410,6 +4410,7 @@ class FunctionService {
|
|
|
4410
4410
|
'Fira Sans Extra Condensed',
|
|
4411
4411
|
'Georgia',
|
|
4412
4412
|
'Great Vibes, cursive',
|
|
4413
|
+
'Google Sans, sans-serif',
|
|
4413
4414
|
'Inconsolata',
|
|
4414
4415
|
'Inter, serif',
|
|
4415
4416
|
'Josefin Sans, sans-serif',
|
|
@@ -6439,7 +6440,7 @@ class FunctionService {
|
|
|
6439
6440
|
if (!files.length)
|
|
6440
6441
|
return;
|
|
6441
6442
|
const componentsRepeat = ['AtwFrameRepeat']; // component repeat
|
|
6442
|
-
const componentsCategory = ['AtwFrameCategories', 'AtwFrameCategoryDetail']; // Các component category
|
|
6443
|
+
const componentsCategory = ['AtwFrameCategories', 'AtwFrameCategoryDetail', 'AtwFrameDisplaySubcategory']; // Các component category
|
|
6443
6444
|
// Các component có cấu hình chọn main sector
|
|
6444
6445
|
const componentsHasChooseMainSector = ['AtwFrameResult', 'AtwFrameSearchByKeyword'];
|
|
6445
6446
|
// Các component các ngành hàng
|