ln-20-lib-components 0.0.22 → 0.0.23
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/{ln-20-lib-components-ln-20-lib-components-CCPElo0q.mjs → ln-20-lib-components-ln-20-lib-components-8f4EprRn.mjs} +3 -2
- package/fesm2022/ln-20-lib-components-ln-20-lib-components-8f4EprRn.mjs.map +1 -0
- package/fesm2022/ln-20-lib-components-ln-20-lib-components-CRqQg8f2.mjs +3218 -0
- package/fesm2022/ln-20-lib-components-ln-20-lib-components-CRqQg8f2.mjs.map +1 -0
- package/fesm2022/ln-20-lib-components-ln-20-lib-components-Cc5ecdIV.mjs +3218 -0
- package/fesm2022/ln-20-lib-components-ln-20-lib-components-Cc5ecdIV.mjs.map +1 -0
- package/fesm2022/{ln-20-lib-components-selected-items-management.component-CC-CL4wx.mjs → ln-20-lib-components-selected-items-management.component-BjEQgQFR.mjs} +2 -2
- package/fesm2022/{ln-20-lib-components-selected-items-management.component-CC-CL4wx.mjs.map → ln-20-lib-components-selected-items-management.component-BjEQgQFR.mjs.map} +1 -1
- package/fesm2022/ln-20-lib-components-selected-items-management.component-BzZ6QigF.mjs +55 -0
- package/fesm2022/ln-20-lib-components-selected-items-management.component-BzZ6QigF.mjs.map +1 -0
- package/fesm2022/ln-20-lib-components-selected-items-management.component-DtcrlOxB.mjs +55 -0
- package/fesm2022/ln-20-lib-components-selected-items-management.component-DtcrlOxB.mjs.map +1 -0
- package/fesm2022/ln-20-lib-components.mjs +1 -1
- package/ln-20-lib-components-0.0.23.tgz +0 -0
- package/package.json +1 -1
- package/fesm2022/ln-20-lib-components-ln-20-lib-components-CCPElo0q.mjs.map +0 -1
- package/ln-20-lib-components-0.0.22.tgz +0 -0
|
@@ -1647,7 +1647,7 @@ class TableNgService {
|
|
|
1647
1647
|
//#endregion
|
|
1648
1648
|
//#region Selection
|
|
1649
1649
|
async openModalManagementSelectedItems(selectedItems, config) {
|
|
1650
|
-
const { SelectedItemsManagementComponent } = await import('./ln-20-lib-components-selected-items-management.component-
|
|
1650
|
+
const { SelectedItemsManagementComponent } = await import('./ln-20-lib-components-selected-items-management.component-BzZ6QigF.mjs');
|
|
1651
1651
|
let configSelectedItems = config;
|
|
1652
1652
|
if (config) {
|
|
1653
1653
|
configSelectedItems = structuredClone(config);
|
|
@@ -2509,6 +2509,7 @@ class TableNgComponent {
|
|
|
2509
2509
|
const { number: size, unit } = this.parseValue(scrollHeightInitial);
|
|
2510
2510
|
res = `${size - 7.6}${unit}`;
|
|
2511
2511
|
}
|
|
2512
|
+
console.log({ res });
|
|
2512
2513
|
return res;
|
|
2513
2514
|
});
|
|
2514
2515
|
parseValue(str) {
|
|
@@ -3214,4 +3215,4 @@ de13d65e8a0357ce9f2e18c899c8e7f6f728181baa031761ecdd7ef5cb166eb2
|
|
|
3214
3215
|
*/
|
|
3215
3216
|
|
|
3216
3217
|
export { BaseDialogComponent as B, ETypeInput as E, FormComponent as F, InlineInputComponent as I, LibComponentsService as L, TableNgComponent as T, ButtonNgComponent as a, LibComponentsComponent as b };
|
|
3217
|
-
//# sourceMappingURL=ln-20-lib-components-ln-20-lib-components-
|
|
3218
|
+
//# sourceMappingURL=ln-20-lib-components-ln-20-lib-components-8f4EprRn.mjs.map
|