@net7/boilerplate-muruca 5.5.11 → 5.5.12
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/esm2022/lib/components/form/form.mjs +5 -4
- package/esm2022/lib/config-types/muruca/advanced-search.mjs +1 -1
- package/esm2022/lib/interfaces/form.interface.mjs +1 -1
- package/esm2022/lib/layouts/advanced-search-layout/advanced-search-layout.ds.mjs +4 -1
- package/fesm2022/net7-boilerplate-muruca.mjs +7 -3
- package/fesm2022/net7-boilerplate-muruca.mjs.map +1 -1
- package/lib/config-types/muruca/advanced-search.d.ts +2 -0
- package/lib/interfaces/form.interface.d.ts +1 -0
- package/package.json +1 -1
|
@@ -44,6 +44,8 @@ export interface ConfigMurucaAdvancedSearchSection {
|
|
|
44
44
|
title?: string;
|
|
45
45
|
/** section description text */
|
|
46
46
|
description?: string;
|
|
47
|
+
/** section info tooltip */
|
|
48
|
+
info?: string;
|
|
47
49
|
/** is advanced? for css purposes */
|
|
48
50
|
advancedSection?: boolean;
|
|
49
51
|
/** section inputs */
|