project map script | semantic parcer

This commit is contained in:
2026-01-01 16:58:21 +03:00
parent a747a163c8
commit 4c6fc8256d
84 changed files with 10178 additions and 537 deletions

View File

@@ -69,7 +69,7 @@
sortDirection = "asc";
}
}
// [/DEF:handleSort]
// [/DEF:handleSort:Function]
// [DEF:handleSelectionChange:Function]
// @PURPOSE: Handles individual checkbox changes.
@@ -83,7 +83,7 @@
selectedIds = newSelected;
dispatch('selectionChanged', newSelected);
}
// [/DEF:handleSelectionChange]
// [/DEF:handleSelectionChange:Function]
// [DEF:handleSelectAll:Function]
// @PURPOSE: Handles select all checkbox.
@@ -101,7 +101,7 @@
selectedIds = newSelected;
dispatch('selectionChanged', newSelected);
}
// [/DEF:handleSelectAll]
// [/DEF:handleSelectAll:Function]
// [DEF:goToPage:Function]
// @PURPOSE: Changes current page.
@@ -110,7 +110,7 @@
currentPage = page;
}
}
// [/DEF:goToPage]
// [/DEF:goToPage:Function]
</script>
@@ -202,4 +202,4 @@
/* Component styles */
</style>
<!-- [/DEF:DashboardGrid] -->
<!-- [/DEF:DashboardGrid:Component] -->