@acorex/platform 20.6.0-next.17 → 20.6.0-next.18
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/fesm2022/acorex-platform-layout-entity.mjs +6 -6
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs +14 -5
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/layout/widgets/index.d.ts +2 -1
- package/package.json +5 -5
|
@@ -4584,12 +4584,12 @@ const DEFAULT_SECTION_ORDER = {
|
|
|
4584
4584
|
*/
|
|
4585
4585
|
const DEFAULT_PROPERTY_ORDER = {
|
|
4586
4586
|
// Basic Info section
|
|
4587
|
-
'basic-info.code':
|
|
4588
|
-
'basic-info.title':
|
|
4589
|
-
'basic-info.name':
|
|
4590
|
-
'basic-info.description':
|
|
4591
|
-
'basic-info.note':
|
|
4592
|
-
'basic-info.notes':
|
|
4587
|
+
'basic-info.code': -10,
|
|
4588
|
+
'basic-info.title': -9,
|
|
4589
|
+
'basic-info.name': -8,
|
|
4590
|
+
'basic-info.description': -7,
|
|
4591
|
+
'basic-info.note': -6,
|
|
4592
|
+
'basic-info.notes': -5,
|
|
4593
4593
|
// Classification section
|
|
4594
4594
|
'classification.categoryIds': 1,
|
|
4595
4595
|
'classification.tags': 2,
|